/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */




html,
body {
    height: 100%;
}

body {
    padding-top: 30px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
#Carousel .carousel-caption {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
	right: 0;
	left: 0;
}

@media all and (max-width: 960px){
	#Carousel .carousel-caption {
		width: 75%;
	}
	
}

#Carousel .carousel-caption {
	padding-bottom: 115px;	
}

@media all and (max-width: 767px){
	.navbar-fixed-top {
	    position: absolute;
	}
#Carousel .carousel-control {
	width:45px;	
}
#Carousel .carousel-control .icon-prev {
    left: 50%;
    margin-left: -20px;
}
#Carousel .carousel-caption h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
#Carousel .carousel-caption p {
    font-size: 16px;
}

.carousel-caption a[onclick] {
   
    padding-top: 50px;
    width: 90px;
    font-size: 13px;
    margin: 10px auto 15px auto;
    background-size: 75%;
}

}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}



.footer-copyright{
	margin-top:10px;	
}
.footer-copyright,
.footer-copyright p{
	color: #747474;
    text-transform: uppercase;	
	font-size: 14px;
}

.footer-menu{
	margin:0 !important;
	padding:0 !important;	

}

.footer-menu a{
	text-transform:uppercase;
	color:#efefef !important;	
	font-size: 14px;
}
.footer-menu li{
	margin-bottom:5px;	
}

.footer-menu a:hover{
	color:#384c19 !important;	
	text-decoration:none !important;
}

footer{
	border-top:14px solid #384c19;
}

footer h3{
	color: #efefef;
	text-decoration: none;
	font-size: 16px;
	margin-top: 0;
	display: block;
	text-align: Center;
	font-weight: normal;
	border-bottom: 1px solid #808080;
	padding-bottom: 7px;
	width: 85%;
margin: 0 auto 10px auto;
}

.social-icons{
	text-align:center;	
}
.social-icons a{
	width:49px;
	height:49px;
	display:inline-block;
	overflow:hidden;
	margin: 0 3.5px 5px 3.5px;
	background:url('images/social/social.png') 0 0 no-repeat;
}
.social-icons a:hover{
}

.social-icons .facebook{	
	background-position: 0px -50px;
}
.social-icons .facebook:hover{
	background-position: 0 0;
}

.social-icons .youtube{	
	background-position: -59px -50px;
}
.social-icons .youtube:hover{
	background-position: -59px 0;
}

.social-icons .twitter{	
	background-position: -116px -50px;
}
.social-icons .twitter:hover{
	background-position: -116px 0;
}

.social-icons .linkedin{	
	background-position: -176px -50px;
}
.social-icons .linkedin:hover{
	background-position: -176px 0;
}

.social-icons .instagram{	
	background-position: -234px -50px;
}
.social-icons .instagram:hover{
	background-position: -234px 0;
}

.carousel-caption a[onclick]{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 57px;
	width: 85px;
	text-align: center;
	background: url(images/video-play.png) top center no-repeat;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2px;
	clear: both;
	margin: 10px auto -85px auto;
}

.carousel-caption a[onclick]:hover{
	background: url(images/video-play_hover.png) top center no-repeat;	
}

.carousel-caption a[href="/careers"],
.carousel-caption a[href="/service-request-form"]{display:block; padding: 10px; color: #fff; font-size: 12px; text-decoration: none; font-weight: bold; text-transform: uppercase; border: #999 2px solid; border-radius:10px; background: linear-gradient(to right, #47632e, #2d421a);clear: both;
    margin: 10px auto -85px auto;max-width:200px;}


@media all and (min-width: 768px){

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-widget.border-left{
	border-width: 1px; 
	border-style: solid; 
	border-right:none;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(rgba(0, 0, 0, 0))) 1 100%; 
	-webkit-border-image: -webkit-linear-gradient(white, rgba(0, 0, 0, 0)) 1 100%; 
	-moz-border-image: -moz-linear-gradient(white, rgba(0, 0, 0, 0)) 1 100%; 
	-o-border-image: -o-linear-gradient(white, rgba(0, 0, 0, 0)) 1 100%; 
	border-image: linear-gradient(to bottom, white, rgba(0, 0, 0, 0)) 1 100%;	
}

}

@media all and (max-width: 767px){
	.footer-copyright{
		text-align:center;	
	}
	#footlogo{
		text-align:center;	
		margin-bottom:20px;
	}
	#footlogo img{
		display:block;
		margin:0 auto;	
	}
	.footer-menu li{
		text-align:center !important;	
	}
	
	.footer-widget{
		margin-bottom:30px;	
	}
}




/* Start double cols banner */



header.carousel .double-cols .fill {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


	header.carousel .double-cols .container,
	header.carousel .double-cols .row,
	header.carousel .double-cols .slidedb-col{
		height:100%;	
	}



	.cols_video_frame{
		position: relative;
		z-index: 1;	
		top: 50%;
		transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		width:100%;
	}
	header.carousel .double-cols{
		position:relative;	
	}
	header.carousel .double-cols .carousel-caption{
		padding:0 !important;
		top:50%;
		transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		width:100%!important;
		position:relative;
		margin:0;
	}	


.two_cols_block{
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.two_cols_block .btn{
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: #999 2px solid;
	border-radius: 10px;
	background: linear-gradient(to right, #47632e, #2d421a);
	clear: both;
	margin: 10px auto -85px auto;
	max-width: 125px;
}
.two_cols_block img{
	max-width: 100%;
	width: 360px;
	height:auto;
}

@media all and (max-width: 767px){
	header.carousel .double-cols .slidedb-col{
		width: 100% !important;	
		height: 100%;
	}
	header.carousel .double-cols.two_cols_block .slidedb-col{
		width: 50% !important;
		height: 100%;
		float: left;
	}
	header.carousel .double-cols.two_cols_block .slidedb-col .valign{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	
	header.carousel .double-cols .row-eq-height {
		display: block !important;
	}
	
	.cols_video_frame{
		position: relative;
		z-index: 1;	
		top: 0;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		width:100%;
	}
	
	header.carousel .double-cols .no-padding-mobile,
	.slidedb-col.no-padding-mobile{
		padding:0 !important;	
	}
	.cols_video_frame{
		margin-bottom:-5px;	
	}
}

/* End double cols banner */


@media all and (max-width: 1200px){
	.navbar-nav > li > a{
		padding-left: 15px;
	}
}

@media all and (max-width: 991px){
	#mainmenu .nav > li.mobile{
		display: block;
	}
	#mainmenu2{display: none !important;}
	#mainmenu{margin-top:5px; padding-right: 0; padding-left: 0;}
	#mainmenu .navbar-nav > li > a{
		padding: 9px 15px;
		padding-left: 15px;
	}
	#mainmenu .navbar-right {
	    float: left !important;
	    margin-right: 0;
	    margin-left: 0;
	}
	
}

@media all and (max-width: 768px){
	#mainmenu .nav {
	    margin-top: 0;
	}
	#logo img {
	    max-width: 424px;
	}
}

@media all and (max-width: 767px){
	footer

	#logo img {
	    max-width: 424px;
	}
	body #mainmenu{
		position: absolute;
		left: 0;
		right: 0;
		background: #384c19;
		top: 15px;
	}
	#mainmenu .navbar-right {
	    float: none !important;
	}
	#mainmenu .navbar-nav > li > a {
	    color: #fff;
	    background: #384c19;
	    display: block;
	    float: none;
	    width: 100%;
	    padding: 15px;
	    margin: 0;
	    text-align: left;
	    color: #fff;
	    border-bottom: 1px solid #383838;
	    border-bottom: 1px solid rgba(255,255,255,0.5);
	    text-decoration: none;
	    font-family: 'Lato', Open Sans, sans-serif;
	}
	#mainmenu .navbar-nav > li:last-child > a{
		border-bottom: none;
	}
	#mainmenu .navbar-nav > li > a:hover{
		background:#4c5e30;
		color:#fff;
	}
	#mainmenu .navbar-nav {
	    margin: 0;
	}
	#mainmenu.mobilemenu{
		width: 100% !important;
	}
}

@media all and (max-width: 560px){
	#mainmenu.mobilemenu{
		width: 100% !important;
	}
}
@media all and (max-width: 450px){
	body #logo{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	body #logo img{
		max-width: 100%;
	}
	body .navbar-nav > li > a {
	    font-size: inherit;
	}
	body #mainmenu {
	    top: 64px;
	}
}