.tagline {
    padding-top:20px;
    line-height:45px;
}
.tagline h2 {
line-height:45px;
    color:#716f4d;
}
.header-extras {
    float: right;
    margin: 10px 0 0;
}
.lightback {
	background-color:#f6f6f2;
}
.nobottommargin {
    margin-bottom: 0 !important;
}
.imageborders {
	padding:8px;
	background:#fff;
	border:solid 1px #716f4d;
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
}
.feature-box.media-box.fbox-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}


.feature-box.media-box.fbox-bg:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-box h3 { font-size: 18px;color:#627d4d }

.feature-box.media-box p {
    margin-top: 0px;
font-size: 16px; }

.fullwidth {width:100%;}

h2.withline:after {
      background: none repeat scroll 0 0 #716f4d;
     bottom: -10px;
     content: "";
     display: block;
     height: 2px;
     position: relative;
     width: 30%;
 left:35%;
}
h3 {
	font-size:30px;
	border-bottom: solid 1px #627d4d;
	padding-bottom:3px;
	margin-bottom:10px;
}
#content.lightscene {
	background:#f6f6f2;
	background-image:url(images/lightsceneback.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat:no-repeat;
}
.masonry-thumbs.imgpadding img {
    padding: 2px;
}
.masonry-thumbs.col-3.lightback {
    margin-right: 0px !important;
}

.lightback {
	background-color:#f6f6f2;
}
.lgtext {
	font-size:18px;
	  font-weight:bold;
}
.testimonial {
    position: relative;
    padding: 20px;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.testimonial .flex-control-nav li {
    margin: 0 4px;
    width: 8px;
    height: 8px;
}

.testimonial .flex-control-nav li a {
    width: 8px !important;
    height: 8px !important;
    background-color: #716f4d;
    opacity: 0.5;
}

#footer.trees {
    background-color: #cecdbe;
    background-image: url(images/footerback.jpg);
        background-position: center bottom;
    background-size:cover;
    color: #3c3b1b;
    border: none;
	}


#footer .footer-widgets-wrap {
    position: relative;
    padding: 20px 0;
}
#copyrights {
    padding: 10px 0;
   background-color:#3c3b1b;
   color:#f6f6f2;
}
.copyright-links a {
	color:#ae4100
}
.copyright-links a:hover {
	color:#f6f6f2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .taglinetext {display:none;}     
   #header, #header-wrap, #logo img {
	   height:140px;
   }
   #header.sticky-style-2 {
    height: 190px;}
}

@media (max-width: 991px) {
      .col_five_sixth.taglinetext {display:none;} 
	 #primary-menu.style-2 {background:transparent;}
	
    #primary-menu ul > li > a, #primary-menu.style-2 > div > ul > li > a {
        padding: 8px 15px !important;}
     #header.sticky-style-2 #header-wrap {
    min-height: 45px;
}
    #primary-menu-trigger, #page-submenu-trigger {
   font-size: 24px;
        color:#eae9df;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
   background-color:#3c3b1b;
  }
    #primary-menu > div > ul {
    margin-top: 40px !important;
	background-color:#3c3b1b;
	margin-left:-15px !important;
	
}
    #primary-menu ul li > a {
    display: block;
        line-height: 20px;
		
		}
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #eae9df !important;
	
}
    #logo {
    display: block;
    height: 100px;
    position: absolute;
	left:0;
	top:0;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
}
}

@media (max-width: 767px) {
    .tagline {
    padding-top:5px;
    line-height:40px;
}
 .nobottommargin {
    margin-bottom: 0 !important;
}  
    #logo {
    margin-top:-40px !important;
	position: relative;
    float: none;
}
   
}