/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
*/

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 1;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 16px/23px "Prompt", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000;
  /* background-color: #c7efbf;
 /* background-image: url('../images/bg.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;  
}

a {
  color: #0000ff ;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #activity, #news, #contact , #fbook {
  padding-top: 15px;
}

.container123 {
	background-color: #ffffff;
}


/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #e3722e;
  color: white;
  padding: 15px 0;
}
.top-header h1 {
  color: white;
  font-size: 24px;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 15px;
}
.main-header .logo h1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 10px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 15px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #ff6600;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

.readall-section {
  margin-top: 20px;	
  margin-bottom: 15px;
}
.readall-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.readall-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}


/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 15px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;

}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 1px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
  
  

#sitebardes {
  margin-top: 5px;
  margin-bottom: 5px;  
  height: 40px;
  background-color: #66ccff;
  color: white;
  font-size: 18px;
  padding: 5px 0px 5px 25px;
}
  
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
    padding: 1px 0;	
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}

/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/

/*------------------------------------------------------
	portjob Styles 
--------------------------------------------------------*/
#portjob {
  padding-bottom: 1px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

#portjob .title-section h2 {
  color: red;
}

#portjob .title-section h3 {
  color: blue;
  font-size: 24px;
}

#portjob .portjob-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
}
#portjob .portjob-border {
	border: 1px solid #3300ff;
}
#portjob .portjob-thumb img {
  width: 100%;
  height: auto;
}
#portjob .portjob-banner {
  overflow: hidden;
  position: relative;
  margin-top: 10px ;
  
}
#portjob .portjob-banner img {
  width: 96%;
  height: auto;
}
#portjob .portjob-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portjob .portjob-thumb .overlay .inner {
  position: absolute;
  padding: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portjob .portjob-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portjob .portjob-thumb .overlay .inner h4 a {
  color: white;
}
#portjob .portjob-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portjob .portjob-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#portjob .portlink-border {
	border: 1px solid #3300ff;
}

#showall {
	margin-top: 35px ;
	margin-right: 90px ;	
	float:right;
}	



table.fontmain th, table.fontmain td {
  font-size : 14px;
  font-family : "Prompt", sans-serif;
  background : #efe none; color : #630; }
  
 .carousel-inner > .item > img,
 .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  } 
  
#fborder {
    border: 1px solid #3300ff ;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
} 
#fborder-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
}
#fborder-thumb img {
  width: 100%;
  height: auto;
}


  
 /*---------------------------------------------------- 	Team------------------------------------------------------*/
.papers,.papers:before,.papers:after {
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 30px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2);
}
.papers {
	position:relative;
	width:90%;
	padding:2em;
	margin:0px auto;
	margin-top:40px;
	margin-bottom:40px;	
	font-size:12px;
}
.papers:before,.papers:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
}
.papers h1 {
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	padding:0.2em 0;
	margin:0;
	border-top:1px solid #ddd;
	border-bottom:2px solid #ddd;
}
.papers p {
	text-align:left;
	margin:1.5em 0;
}
.papers img {
	max-width:100%;
	margin-bottom: 5px;
}

/*---------------------------------------------------- 	Restaurant Menu------------------------------------------------------*/
.restmenuwrap {
	box-shadow:inset 0 0 0 16px #fff,inset 0 0 0 17px #eee,inset 0 0 0 18px #fff,inset 0 0 0 19px #eee,inset 0 0 0 20px #fff,inset 0 0 0 21px #eee,0 4px 20px rgba(0,0,0,0.1);
	-webkit-transform:translateZ(0px);
	transform:translateZ(0px);
	opacity:1;
	pointer-events:auto;
	background-color:#fff;
}
.restmenuwrap h5 {
	margin:0;
	font-size:14px;
}
.restmenuwrap .rm-thumb {
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin:0 20px 0 0;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.1);
	border-radius:50%;
}
.restmenuwrap {
	font-size:12px;
	padding:40px 40px 20px 40px;
}
.restitem {
	margin-bottom:40px;
}
.restitem p {
	margin-bottom:0px;
}
.restmenuwrap h3.maincat {
	margin:0 0 20px 0;
	font-size:19px;
	padding-bottom:10px;
	color:#cc580c;
	border-bottom: 4px double #eee;
}


/*------------------------------------------------------
	allpage Styles 
--------------------------------------------------------*/
#allpage {
  padding-bottom: 1px;

}
#allpage .title-section h2 {
  color: red;
}
#allpage .allpage-border {
	border: 1px solid #3300ff;
}	
#allpage .allpage-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
  border: 1px solid #3300ff;
}
#allpage .allpage-thumb img {
  width: 100%;
  height: auto;
}
#allpage .allpage-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#allpage .allpage-thumb .overlay .inner {
  position: absolute;
  padding: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#allpage .allpage-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#allpage .allpage-thumb .overlay .inner h4 a {
  color: white;
}
#allpage .allpage-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#allpage .allpage-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#allpage .contact-form .full-row {
  width: 100%;
  margin-bottom: 15px;
}
#allpage .contact-form input, #allpage .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#allpage .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#allpage .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#allpage .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#allpage .contact-head {
  font-size:18px;
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}
#allpage .contact-info {
  font-size:16px;
  color: black;
}

/*------------------------------------------------------
	boardpage Styles 
--------------------------------------------------------*/
#boardpage {
  padding-bottom: 1px;

}
#boardpage .title-section h1 {
  color: #ff3300;
  font-size: 22px;
}
#boardpage .title-section h2 {
  color: red;
  font-size: 18px;
}
#boardpage .title-section h3 {
  color: blue;
  font-size: 18px;  
}
#boardpage .title-section h4 {
  color: red;
  font-size: 16px;  
}
#boardpage .title-section h5 {
  color: blue;
  font-size: 16px;  
}
#boardpage .boardpage-border {
	border: 1px solid #3300ff;
}	
#boardpage .boardpage-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
  border: 1px solid #3300ff;
}
#boardpage .boardpage-thumb img {
  width: 100%;
  height: auto;
}

#tborder {
	padding: 5px 5px 5px 5px;	
	border: 1px solid #999999;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5x;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;	
}

#twborder {
	padding: 15px 5px 5px 5px;	
	border: 1px solid #ffffff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5x;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;	
}

#wbborder {
	padding: 5px 5px 15px 5px;		
	background-color:#ffffcc;
}

#headborder {
	padding: 0px 5px 5px;
	/*padding: 2px 0px 5px 5px;	
        border:solid 1px #ffffdd;
	background-color:#ffffff;*/
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright:12px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:12px;
    -webkit-border-top-right-radius:12px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

#headborder img {
  width: 100%;
  height: auto;
}

#menubar {
	padding: 5px 5px 0px 20px;
	width: 99%;
}

#bgweb {
	/*background-color: #ffffff;
        background-color: #caa1f4;*/
	padding: 5px 5px 5px 5px;
}

#sitebardes {
/*  margin-top: 5px; */
  margin-bottom: 5px;  
  height: 50px;
  width: 100%;
  background: url('../images/bar-info.jpg') no-repeat left;
/*  background-color: #17a817; 
  border:3px solid #ffffff;*/
  border-radius : 10px;
  color: #0066ff ;
  color: #000;
  font-size: 24px;
  padding: 8px 0px 5px 25px;
 # box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#sitebardes12 {
/*  margin-top: 5px; */
  margin-bottom: 5px;  
  height: 50px;
  width: 100%;
  background: url('../images/top_border4.png') no-repeat left;
  # background-color: #17a817; */
# border:2px solid #ffffff;
  border-radius : 10px;
  color: #0066ff ;
  color: #000;
  font-size: 24px;
  padding: 8px 0px 5px 25px;
 # box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#sitebardes6 {
/*  margin-top: 5px; */
  margin-bottom: 5px;  
  height: 50px;
  width: 100%;
  background: url('../images/top_border4.png') no-repeat left;
  # background-color: #17a817; */
# border:2px solid #ffffff;
  border-radius : 10px;
  color: #0066ff ;
  color: #000;
  font-size: 24px;
  padding: 8px 0px 5px 25px;
 # box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#arrowline {  
	height: 30px;	
	background: url(../images/arrowline.png);
	overflow: hidden;
}

.button_me{
border:1px solid #CE9A01;-webkit-box-shadow: #FFF563 0px 1px 0px inset;-moz-box-shadow: #FFF563 0px 1px 0px inset; box-shadow: #FFF563 0px 1px 0px inset; -webkit-border-radius: 6px; -moz-border-radius: 10px;border-radius: 6px;font-family:arial, helvetica, sans-serif;font-size: 10px; padding: 1px 8px 1px 8px; text-decoration:none; display:inline-block;text-shadow: 0px 1px 0 rgba(255,255,255,0.44);font-weight:bold; color: #63460C;
 background-color: #b6e026; background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e026), to(#abdc28));
 background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
 background-image: -moz-linear-gradient(top, #b6e026, #abdc28);
 background-image: -ms-linear-gradient(top, #b6e026, #abdc28);
 background-image: -o-linear-gradient(top, #b6e026, #abdc28);
 background-image: linear-gradient(to bottom, #b6e026, #abdc28);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b6e026, endColorstr=#abdc28);
}

.button_me:hover{
 border:1px solid #CE9A01;
 background-color: #95b91a; background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#8bb41d));
 background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
 background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
 background-image: linear-gradient(to bottom, #95b91a, #8bb41d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#95b91a, endColorstr=#8bb41d);
}

 .affix {
      top:0;
      width: 84%;
      z-index: 9999 !important;
  } 
  
@media screen and (max-width: 991px) {
	.title-section {
	  margin-bottom: 15px;
	}
	.title-section h2 {
	  font-size: 14px;
	  font-weight: normal;
	  text-transform: uppercase;
	  display: block;
	  margin-bottom: 10px;
	}
}

@media screen and (max-width: 761px) {
	
	.title-section {
	  margin-bottom: 15px;
	}
	.title-section h2 {
	  font-size: 20px;
	  font-weight: normal;
	  text-transform: uppercase;
	  display: block;
	  margin-bottom: 10px;
	}
	
	#sitebardes {
	  border: 2px solid red;
	  border-radius: 50px 20px;
	  margin-top: 5px;
	  margin-bottom: 5px;  
	  height: 40px;
	  background-color: #66ccff;
	  color: white;
	  font-size: 20px;
	  padding: 5px 0px 5px 25px;
	}	
}

@media screen and (max-width: 600px) {
	.title-section {
	  margin-bottom: 15px;
	}
	.title-section h2 {
	  font-size: 20px;
	  font-weight: normal;
	  text-transform: uppercase;
	  display: block;
	  margin-bottom: 10px;
	}
	
	#sitebardes {
	  margin-top: 5px;
	  margin-bottom: 5px;  
	  height: 40px;
	  background-color: #66ccff;
	  color: white;
	  font-size: 20px;
	  padding: 5px 0px 5px 25px;
	}
	
.site-footer p {
margin-top: 15px;
font-size: 15px;
text-align: left;
margin-left: 20px;
color: white;
}	
}

@media screen and (max-width: 420px) {
	.title-section {
	  margin-bottom: 15px;
	}
	.title-section h2 {
	  font-size: 20px;
	  font-weight: normal;
	  text-transform: uppercase;
	  display: block;
	  margin-bottom: 10px;
	}
	
	#sitebardes {
	  margin-top: 5px;
	  margin-bottom: 5px;  
	  height: 40px;
	  background-color: #66ccff;
	  color: white;
	  font-size: 20px;
	  padding: 5px 0px 5px 25px;
	}
}

@media screen and (max-width: 400px) {
	.title-section {
	  margin-bottom: 15px;
	}
	.title-section h2 {
	  font-size: 20px;
	  font-weight: normal;
	  text-transform: uppercase;
	  display: block;
	  margin-bottom: 10px;
	}
	
	#sitebardes {
	  margin-top: 5px;
	  margin-bottom: 5px;  
	  height: 40px;
	  background-color: #66ccff;
	  color: white;
	  font-size: 20px;
	  padding: 5px 0px 5px 25px;
	}
}	

#slidemargin {
  padding: 5px 25px 25px 2px;
}

.panel-info {
   /* border-color: #659cef;*/
     border:2px solid #17a817;
     border-radius : 8px;
     box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
     background-color: #c8edba;
}

.panel-info > .panel-heading1 {   
    color: #000000;
    background-color: #6513b8;
    border-color: #ff6600;
}

.panel-info > .panel-heading2 {
    color: #000000;
    background-color: #17a817;  
    border-color: #c8edba;
    padding: 5px 5px 0 5px;	
}

.panel-info > .panel-heading3 {
    color: #000000;
    background-color: #ff99cc;
    border-color: #ff6600;
    padding: 5px 5px 0 5px;
}

#pichide {
	display: block;
	height: 100px;
	overflow: hidden;
}	
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #17a817;
    border: 1.2px solid #ffffff;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #8573fd;
}*/
	
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

#actboder {
#  margin-top: 5px;
  margin-bottom: 15px;  
  # height: 46px;
  background-color: #77dbf2;
  border:2px solid #ffffff;
  border-radius : 10px;
  # color: #000;
  # font-size: 24px;
  # padding: 0px 0px 0px 5px;
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}


#textslideborder {
  margin-bottom: 10px;  
  height: 95px;
  background-color: #77dbf2;
  border:2px solid #ffffff;
  border-radius : 10px;
  padding: 5px 10px 5px 10px;
  box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.75);
}

#textslide {
  margin-top: 10px;
  height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  border:2px solid #ffffff;
  border-radius : 10px;
}

#textnayok {
  font-size: 14px;
  color:red ;
}
.btn-warning {
    color: #000;
    background-color: #50a2ff;
    border-color: #60aeee;
    font-size: 16px;
}
.btn-success {
    color: #000;
    background-color: #50a2ff;
    border-color: #60aeee;
    font-size: 16px;
}
/* .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 8px;
        padding-top: 13px;
        padding-bottom: 1px;
} */

#barservice {
	clear: left;
	float: left;
	margin-top: 5px;
	font-size:20px;
	height: 40px;
	width: 400px ;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
	background: url(../images/barservice.jpg) repeat left;
}
