@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);
/**  Basic Page CSS **/
body{
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 2em;
  position: relative;
  /*overflow-x: hidden;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin: 0;
}

/**  Header Navigation **/

header .navbar {
  padding: 30px 0;
  transition: all .5s ease-out;
}

header .navbar-default {
  background-color: transparent;
  border: none;
}

header .navbar-default .navbar-nav a {
  color: white;
  padding: 5px 8px;
  font-weight: 400;
  
}

header .navbar-default .navbar-nav a:hover {
  /*color: #EEC856; */
  color: #ED9121;
  font-weight: 700;
}

header .navbar-default .navbar-nav .active a {
  font-weight: 700;
  color: #EEC856;
  background: transparent;
  border-bottom: 4px solid #EEC856;
  text-shadow: none;
}

header .navbar-default .navbar-nav .active a:hover {
  color: #E15D5F;
  background: transparent;
  text-shadow: none;
}

/**  Navbar Brand **/

header .navbar-brand {
 background: url(../images/logo_yellow.svg);
  background-repeat: no-repeat;
  background-position: 1px 0;
  height: auto;
  margin-top: -25px;
 }

header .navbar-brand h1 {
  color: white;
  margin: 0;
  font-size: 1.8em;
  font-weight: 400;
  padding-left: 100px;
}

header .navbar-brand span.subhead {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: .7em;
  font-weight: 300;
}

/**  Navbar Toggle **/
header .navbar-toggle {
  background-color: #48A23F;
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

@media only screen
and (max-width: 768px) {
  header .navbar-collapse.in {
    background-color: rgba(0,0,0, .5);
  }
}

/**  nav inbody **/

header .inbody {
  /*background: rgba(104,73,49,.9);*/
  background:  rgba(133, 134, 120, 0.9);
}

header .navbar.inbody {
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar.inbody .navbar-nav {
  padding-top: 10px;
}

header .inbody .navbar-brand {
  background-size: 43px;
  background-position: top left;
  margin-top: 5px;
  padding-bottom: 0;
  margin-left: 10px;
}

header .inbody .navbar-brand h1 {
  font-size: 1.1em;
  padding-left: 38px;
  margin-top: -15px;
}

header .inbody .navbar-brand span.subhead {
  display: none;
}

/**  Carousel Fade **/

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

.carousel.fade .item:first-child {
  top: auto;
  opacity: 0;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
}

.carousel-control {
  opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

#featured .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/**  Page **/
.page {
  padding: 50px 0;
}

.page h2 {
  text-align: center;
  margin-bottom: 30px;
}

/**  Page -- About Us **/
#about_us {
  background-color: #E4D29D;

 /*background-image: linear-gradient(to bottom, #EEF08A, #819A2D);*/
 background-image: linear-gradient(to bottom, #48A23F, #48A23F);

 color:#FFFFFF;
 border-top: 5px solid rgba(255, 254, 254, .9);

}

/**  Page -- Services **/

.service {
  margin: 20px 0;
  text-align: center;
}

#services img.icon {
  display: block;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 5px;
}

#services h3 {
  margin-bottom: 10px;
}

#services article {
   padding: 10px 0;
}
#services article:hover{
  padding: 10px 0;
  background-color: rgba(17, 200, 217, .1);
  height: auto;
}

@media only screen 
and (min-width: 450px)
and (max-width: 768px) {
  .service p {
    padding: 0 20%;
  }
}

/**  Page -- Contact Us **/

#contact_us {
 
  /*background-image: url("../images/flower_white.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
   /* background-image: linear-gradient(to bottom, #E4D29D, #CDAE50);*/

}

#map_div {
  height: 400px;
}
#where_loc {
  height: 400px;
  background-color: #333333;
  color:#D4D4D4;
  padding: 30px 20px;
 }

 .contact_head {
  font-size: 18px;
  color:#3DB549;
 }

 a {
  color: #3DB549;
 }

#contact_align {

  margin-top: 25px;
}

#map {
  height: 100%;
}


/**  Gallery settings **/
#gallery {
  background-color: #f3f0a2;
}
.img_effect {
  padding-right: 15px;
  padding-bottom: 15px;
  width: 320px;
  
}
.img_effect:hover {
  opacity: 0.4;
  filter: alpha(opacity=40); /* IE 8 and below compatible */
}

.carousel-caption {
 
 position: absolute;

}
.caption_carousel_text {
  background: rgba(0, 0, 0, 0.4);
  width: 400px;
  padding: 30px 30px;
  border-radius: 10px;
    font-weight: 400;

}

/**  Footer **/

footer {
  background: #586D74;
  color: white;
  font-size: .8em;
  padding: 20px 0 40px 0;
}

footer a {
  color: #E0E6AE;
}

footer a:hover {
  color: #EEC856 !important;
}

footer .phone {
  font-size: 1.4em;
  font-weight: 700;
  color: #E0E6AE;
}

footer .navbar {
  margin-bottom: 0;
  min-height: 0;
}

footer .navbar-default {
  background-color: transparent;
  border: none;
  margin-right: 40px;
}

footer .navbar-nav>li a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  color: #EEC856 !important;
}

#btn_wrapper { position: relative; }
#over_map { position: absolute; top: 220px; left: 260px; z-index: 99; }
.nathe-google-map-btn{
  background-color: #48A23F;
  border-color: #48A23F;
  color: white;
}
.nathe-google-map-btn:hover{
  background-color: #387D31;
  border-color: #387D31;
  color: white;
}

.list-unstyled{padding-left:0;list-style:none}
#affiliates {
  background-color: #777;
  padding-top:10px;
  padding-bottom: 10px;
  margin-top: -50px;
  border-bottom: 1.5px solid green;

}
#ul_affliliate {  
  width:50%;
  margin: 0 auto;
}
#ul_affliliate li { 
  display:inline;
  padding: 10px;
}

#ul_affliliate img {

 max-height: 150px;
}

#affiliate_title {
   
  font-family: "Roboto Slab";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #FCFCFC;
}

@media (max-width: 1230px){
 #ul_affliliate {  
  width:55%;
  margin: 0 auto;
  }
}
@media(max-width: 1209px) {
  .img_effect {
    padding-right:55px;
    width: 300px;
    margin-left: -50px;
  }
}
@media (max-width: 999px){
  .img_effect {
    margin-left: 0;
    padding-right: 10px;
  }
  .img_small_device{
    display: none;
  }
}

@media (max-width: 1110px) {
  #ul_affliliate {  
  width:65%;
  margin: 0 auto;
}
@media (max-width: 895px){
  #ul_affliliate {  
   width:75%;
   margin: 0 auto;
  }
}


@media (max-width: 992px){
  #ul_affliliate img {
   display: inline-block;
   max-height: 130px;
  }
  .img_effect {
    width: 280px;
  }

 #contact_us {
    background-repeat: repeat;
  }
}

@media (max-width: 780px){
   #ul_affliliate {  
     width:70%;
     margin: 0 auto;
  }

  #ul_affliliate img {
   display: inline-block;
   max-height: 85px;
   margin-top: 5px;
  }
   .img_effect {
    width:220px;
  }
}

@media (max-width: 700px) {
 #affiliates {    
 /* display: none;*/
 }
  .img_effect {
    width: 220px;
  } 
  .nathe-google-map-btn {
    margin-left: -70px;
  }
}

@media (max-width: 640px){
 .img_effect {
    width: 170px;
 }
   .nathe-google-map-btn {
    margin-left: -50px;
  }
}
@media (max-width: 615px) {
  .img_small_device {
    display: none;
  }
  .img_effect {
    margin-left: 0;
  } 
}
@media (max-width: 500px) {
  .img_effect {
    margin-left: 50px;
  }
  .nathe-google-map-btn {
    margin-left: -110px;
  }
}

