// Theme CSS File



/* Top */
.navbar-nav > li > a, .navbar-brand { height: 30px; }
.navbar { min-height:30px !important; max-height:30px !important; }
.navbar{ min-height:20px; }
.navbar-nav > li > a { padding:none; padding-left:30px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { background:#384c19; max-height:40px; padding:7px 8px; margin:0 4px 4px 4px; }

#lmenu { height:100px;background:#fff; }
#logo { padding-top:24px; }
#logo img { max-width:424px; }

#mainmenu { text-transform:uppercase; margin-top:20px; }
#mainmenu a { color:#000; font-family:'Open Sans'; }
#mainmenu .nav li a:focus, #mainmenu .nav li a:hover { background:none; color:#384c19; } 
.navbar-toggle { padding:0 !important; }
.nav > li.mobile, footer .mobile { display:none; }

/* Main */
@font-face { font-family: 'Open Sans'; src:  url('/inc/fonts/OpenSans-Regular.woff') format('woff'); }

body { color:#010101; font-family:'Open Sans'; } 
h1 { color:#797a60; font-size:20px; font-weight:normal; text-transform:uppercase; margin-bottom:0; }
h2 { color:#797a60; font-size:16px; text-transform:uppercase; }
h3 { color:#797a60; font-size:14px; text-transform:uppercase; text-decoration:underline; font-weight:bold; }
p { font-size:14px; }
a { color:#797a60; } 

.ghr { border-bottom:2px solid #797a60; border-top:none; height:2px; margin:12px 0 24px 0; }
.btn-frontend { background:#797a60; color:#fff; }

.carousel-caption a, 
.carousel-caption a:hover{ color:#fff; cursor:pointer; text-decoration:underline; } 
.carousel-caption h1 {color:#fff; font-size: 40px; margin-top:0;}
.carousel-caption h2 a{text-decoration: none;}
.carousel-caption h2 a:hover{text-decoration:none; cursor: text;}
.carousel-caption h3 {color: #fff;font-size: 30px;  text-decoration: none;  font-weight: normal;  margin: 0 0 20px;}
.carousel-caption {text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);  }
.carousel-caption p { font-size:17px;}
#player { display:none; height:100%; } 
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { font-size:90px; margin-top:-45px; } 
.carousel #color-overlay { background-color: #000; height: 100%; left: 0; opacity: 0.4; position: absolute; top: 0; width: 100%; }
.prod_sliderwrap #color-overlay { opacity:0; }

/* Dropdown Stuff for top */
.btn-green { background:#384c19; border-radius:0 !important; border:none; }
.btn-green .active, .btn-green:hover { background:#808168; }
.dropdown-toggle:active, .open .dropdown-toggle { background:#808168 !important; color:#fff !important; }
.menu-green { background:#808168; width:500px; border-radius:0; margin-top:8px; color:#fff; padding:15px 25px; z-index:10001; }
.menu-green h3 { color:#fff; text-decoration:none; } 
.menu-green p { font-size:12px; }
.menu-green a { color:#fff; }
a.button { text-transform:uppercase; background-color:#384c19; border-radius:8px; padding:10px; color:#fff;  }
a.button:hover { text-decoration:none; } 
.menu-green .col-sm-12 { border-bottom:1px solid #989a86; } 
.menu-green .col-sm-12.last { border-bottom:0; } 

.menu-green .col-sm-6.first { border-right:1px solid #989a86; } 
.contact_bottom { border:none !important; }
.sns_buttons {  }

/* Frontpage images */
.sfive_text { color:#fff; font-size:20px; display: table-cell; vertical-align: middle; text-align: center; height:200px; width:100px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); text-transform:uppercase; line-height:22px; }

#whoweserve { margin-top:48px; color:#808168; text-transform:uppercase; font-weight:bold; }
#whoweserve hr { width:100px; border-color:#797a60; } 

.wws_items img { max-width:250px; }
.fpmid { margin:30px 0; }
.botimg { margin-bottom:4px; }
.botimg .col-md-12 { margin:0; padding:0; position:relative; } 
.botimg .col-md-12 .post-content { top:66%; left:6%; position: absolute; color:#fff; max-width:360px; }
.botimg.right .col-md-12 .post-content  { right:6%; left:auto; text-align:right; }
.botimg .col-md-12 .post-content p { font-size:24px; line-height:28px; } 

/* Footer */ 
footer { background:#000; color:#fff; padding:36px 0; margin-bottom:0 !important; }
#footlogo { text-align:center; }
#footright, #footleft { font-size:12px; }
#footright li { list-style-type:none; line-height:24px; text-align:right; }
#footright li a, #footleft li a { color:#7f6846; }
#footleft li { list-style-type:none; line-height:24px; text-align:left; }

/* Team */
.team { margin-bottom:60px; } 

.team img { 
	width: 150px;
	height: 150px;
	/*border-radius: 150px;*/
	border:1px solid #e3e9ec;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, .8);*/ 
}
@media all and (min-width: 768px) and (max-width: 991px){
	#logo {
	    text-align: center;
	}
	#logo > a{
	 	display: inline-block;
	 }
	 body #mainmenu .navbar-right {
	    float: none !important;
	    margin-right: 0;
	    margin-left: 0;
	    text-align: center;
	}
	body .navbar-nav > li {
	    float: none;
	    display: inline-block;
	}
	body #mainmenu .nav > li.mobile {
	    display: inline-block;
	}
	#mainmenu .navbar-nav > li > a {
	    padding: 9px 10px !important;
	}
}

@media (min-width:768px) {
	body .container {
	    width: 1170px;
		max-width: 100%;
	}
.team .col-centered { vertical-align:top; } 
}
.team .popover { width:500px; max-width:500px; } 
.team_name { text-align:center; color:#08233b; font-size:12px; font-family:AvenirLsh, Verdana, sans-serif; }
.team_title { text-align:center; font-size:11px;} 
#team_boardofdirectors,
#team_services,
#team_planned { margin:24px 0; }

/* Careers New */
.footdiv hr { border-bottom:2px solid #bebebe; }
.footdivleft { border-right:1px solid #bebebe; }
.footdivright { }

.menutab { height:80px; position:relative; }
.nav-tabs > li > a:hover { background:none; border:none; padding-top:11px; }
#tabs .active { height:80px !important; }
li.menutab.active { height:80px !important; border-bottom:4px solid #00f !important; }

/*.menutab_inner { position:absolute; bottom:10px; text-align:center; width:65%;margin-left:15%; text-justify:center; }*/





/* Form stuff */
.input-group { width:100%; }

/* Tabpage class */
.tabpage h2 { color:#384c19; margin-top:0; }
.tabpage h3 { text-decoration:none; font-weight:bold; }
.tabpage .pos_1 h2 { color:#fff; }

#tabs { border:none; }
.nav-tabs { margin:30px 0 15px 0; }
.nav-tabs > li { border-bottom:5px solid #c6c6c6; margin:0 2px; width:24%; text-align:center; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border:none; border-bottom:5px solid #384c19; background:#fff; }
.nav-tabs > li.active { border:none !important; padding-top:2px; }
.nav-tabs > li.active > a { color:#384c19 !important; height:78px; }
.nav-tabs > li.active > a:hover { color:#384c19 !important; height:78px; }
#tabs li a { color:#c6c6c6; font-size:14px; font-weight:bold; }

/* New Tabs */
/* Tabs panel */
.tabbable-panel { padding: 10px; }

/* Default mode */
.tabbable-line > .nav-tabs { border:none; margin:0px; }
.tabbable-line > .nav-tabs > li { margin-right: 0px; height:80px; }
.tabbable-line > .nav-tabs > li > a { border: 0; margin-right: 0; color: #737373; }
.tabbable-line > .nav-tabs > li > a > i { color: #a6a6a6; }
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { }
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a { 
	border: 0; background: none !important; color: #333333; }
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i { color: #a6a6a6; }
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; }
.tabbable-line > .nav-tabs > li.active { position: relative; }
.tabbable-line > .nav-tabs > li.active > a { border: 0; color: #333333; border-bottom:5px solid #384c19; }
.tabbable-line > .nav-tabs > li.active > a > i { color: #404040; }
.tabbable-line > .tab-content { margin-top: -3px; background-color: #fff; border: 0; padding: 15px 0; }
.portlet .tabbable-line > .tab-content { padding-bottom: 0; }


.tab-content { padding-top:50px; } 
.tab-content h1 { font-weight:bold; color:#384c19; font-size:30px; margin-top:20px; }
.tab-content .ghr { border-bottom:1px solid #384c19; margin:12px 0 54px; }
.tab-content .sfive_text { padding-top:40px; } 

/* superfeature on tabbed page */
.tabpage .carousel-caption { top:20%; }
.tabpage .text_line3 { display:block; margin-top:12px; } 

/* mc */
.gridbox { margin-top:12px; }
#accordion li { list-style-type:none; margin-bottom:8px; }
.accordmenu li a { font-size:12px; }
.accordmenu li a:hover { color:#000; text-decoration:none; }
.presspage a:hover { color:#384c19; text-decoration:none; }
.mediacontact { font-size:12px; } 
.mediacontact_header { margin-bottom:0; } 
.bp_title { font-weight:normal; height:104px; overflow:hidden; margin-top:12px; text-shadow:1px 1px 1px rgba(0, 0, 0, 1) !important; }
.bp_category { font-weight:bold; color:#C6C688; text-shadow:1px 1px 1px rgba(0, 0, 0, 1) !important; } 
.readmoregrid { color:#fff; text-decoration:underline; }
.pressdetailp h1 {  margin-bottom:48px; }
.presspage a { text-decoration:none; }
.presslinkbox a { text-decoration:none !important; color:#fff; }

@media (max-width:1210px) {
	.bottom_button { padding-left:10px !important; }
}

@media (max-width:1010px) {
	.btn_text_left { clear:both; text-align:center; }
	.btn_icon_left { padding-left:22px; }
}


@media (max-width: 560px) {
	#logo img { max-width:100%; }
	.mobilemenu { background:#384c19; color:#000; width:50% !important; }
	.mobilemenu a { color:#fff !important; }
	.mainmenu a { color:#fff !important; }
}
@media (max-width:768px) { 
	#logo img { max-width:300px; }
	#mainmenu { margin-top:-30px; }
	.botimg .col-md-12 .post-content { top:50%; }
	.botimg .col-md-12 .post-content p { font-size:15px; line-height:16px; } 
	.botimg.right .col-md-12 .post-content  { left:6%; right:auto; text-align:left; }
	.nav > li.mobile, footer .mobile { display:block; }
	footer #footright { margin-top:12px; }
	footer #footright li { text-align:left; } 
	/*.mobilemenu { background:#384c19; color:#000; width:50% !important; }
	.mobilemenu a { color:#fff !important; }
	.mainmenu a { color:#fff !important; }*/
	.nav { margin-top:50px; }
	#mainmenu { float:left; padding-left:0; } 
	
	.btn_text_left { clear:none; padding:none; text-align:center; }
}

@media (max-width:750px) {
	.btn_text_left { clear:none; padding-left:30px !important; text-align:center; }
}

@media (max-width:450px) {
	#logo img { max-width:300px; margin:0 auto; }
	.mobilemenu { background:#384c19; color:#000; width:50% !important; }
	.mobilemenu a { color:#fff !important; }
	.mainmenu a { color:#fff !important; }
	.mobilemenu {  }
	#mainmenu { margin-top:-42px !important; margin-right:0; width:100% !important; margin-left:0 !important; }
	#lmenu .col-md-6 { padding-left:0; padding-right:0; } 
	.btn_text_left { padding-left:12px !important; text-align:center; }
	.tabbable-line li a { font-size:8px; }
	.tabpage .pos_1 p { display:none; }
	.tabpage .pos_1 h2 {  }
	.navbar-nav { margin-top:-1px; }
	.navbar-nav > li > a {  font-size:22px; }
}


/* center bootstrap rows/cols */
@media (min-width:768px) {
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	vertical-align:top; 
}
}

/* About New */
.about-new {}
.about-new .container {padding:25px 15px;}
.about-new .carousel {height:746px !important}
.about-new #Carousel .carousel-caption {padding-bottom: 256px;}
.about-new #Carousel h1 {color:#fff; font-size: 28px;}
.about-new #Carousel p {font-size: 35px; font-weight: bold; line-height: 1.2}
.about-new h2 {font-size:27px}
.about-new p {margin-bottom:30px}
.about-new .background-container {color:#fff; background-color:#000; background-repeat: no-repeat; background-position: left center; background-size: 50% auto; min-height:435px}
.about-new .background-container h3 {
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	letter-spacing: .2em;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.about-new .background-container h3:after {content:" "; display:block; height: 6px; background:#446216; margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
	margin-top: 15px;	
	margin-left: -10px;
}

.about-new .background-container.left-side h3:after {
	margin-left: -12%;
	
}
.about-new .background-container.right-side h3:after {
	margin-right: -12%;
}
.about-new .background-container{background:#000;}
.about-new .background-container ul {margin:0; padding: 0;}
.about-new .background-container li {list-style: none; position: relative; padding-left: 10px; margin: 0 0 10px;}
.about-new .background-container li:before {content:"\2022"; position: absolute; left: 0; top: 0;}
.about-new .background-container .container_image_holder{
	position:absolute;
	width:55%;
	top:0;
	bottom:0;
	left:0;	
}
.about-new .background-container.right-side .container_image_holder{
	left:auto;
	right:0;	
}
.about-new .about_intro_text p{
	font-size:18px;
}
.ghr.ghr1 {
    border-bottom: 1px solid #446216;
}

.about-new .about_intro_text h2{ 
	color:#384c19;	
}
.about-new .full-row{
	position:relative;	
	max-width:1920px;
}

.about-new .full_row_text{
	font-size: 16px;	
}

.about-new .row_spacer{padding:43px 15px;}

.about-new .background-full{
	position:relative;	
}
.about-new .background-full:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width: 100%;
	background: url(../../media/images/black-fade.png) right center no-repeat;
	background-size: 100% 100%;
	z-index:1;
}
.about-new .background-full.text-left:after{
	background-image:url(../../media/images/black-fade-from-left.png);
	background-position:left center;
}



.about-new .background-full .container{
	position:relative;
	z-index:2;	
}
.about-new .video_placeholder{
	display:none;
	position:relative;
}
.about-new .video_play_trigger{
	position:absolute;
	top:0;	
	bottom:0;
	left:0;
	right:0;
	background: url(../../media/images/panel-play.png) center center no-repeat;
	cursor:pointer;
	opacity:0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	-ms-opacity:0.5;
	-o-opacity:0.5;	
}
.about-new .video_play_trigger:hover{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;		
}
.team .popover { width:500px; max-width:500px; background-color:#868770; color:#fff; } 
.team .popover-title { background-color:#868770; border:0; color:#fff; text-decoration:none !important; font-weight:normal; } 
.team .popover-content { color:#fff; }
.team .popover_name { color:#fff; text-decoration:none !important; font-size:16px; font-weight:bold; } 

.about-new .row_badge{
	text-align:center;
	color:#fff;
	font-size:10px;
	line-height:16px;
	margin-top: -40px;
	margin-bottom: -30px;
}
.about-new .row_badge p{
	margin:5px 0;
	padding:0;	
	color:#fff;
	font-size:10px;
	line-height:16px;
}

.about-new .management_team_section{
	background:#dae0d0;
}
.about-new .management_team_section h2{
font-size: 19px;
color: #384c19;	
}
.about-new .team{
	margin-bottom:0;	
}
.about-new .team img {
    width: 100%;
	height:auto;
}
.about-new .team.row{
	margin-left:-5px;
	margin-right:-5px;	
}
.about-new .team .team_item{
	float:left;
	width: 20%;
	padding:5px;
}
.about-new .team .team_item .team_name{
	margin-top: 10px;
	font-size:14px;
	font-weight:bold;
	color:#446216;	
	width: 175px;
	max-width: 100%;
}
.about-new .team .team_item .team_title{
	margin-top: 5px;
	font-size:14px;
	font-weight:normal;
	color:#446216;	
	width: 175px;
	max-width: 100%;
}
.about-new .contact_section{
	padding-top: 30px;
}
.about-new .contact_section h2{
font-size: 19px;
color: #384c19;	
}
.about-new .contact_section p,
.about-new .contact_section a{
	font-size: 16px;
	line-height: 24px;
	color: #384c19;	
}

.about-new .contact_section .contact_col{
	min-height:165px;
	margin-bottom:20px;	
	border-left:2px solid #446216;
	border-width: 2px; 
	border-style: solid; 
	-webkit-border-image: 	-webkit-gradient(linear, 0 0, 0 100%, from(#446216), to(rgba(68, 98, 22, 0))) 1 100%; 
	-webkit-border-image: -webkit-linear-gradient(black, rgba(68, 98, 22, 0)) 1 100%; 
	-moz-border-image: -moz-linear-gradient(#446216, rgba(68, 98, 22, 0)) 1 100%; 
	-o-border-image: -o-linear-gradient(#446216, rgba(68, 98, 22, 0)) 1 100%; 
	border-image: linear-gradient(to bottom, #446216, rgba(68, 98, 22, 0)) 1 100%;
	border-right:none !important;
	border-top:none !important;
}

.about-new .contact_section  .contact_row{
	margin-top:30px;	
}
.video_placeholder iframe{
		max-width: 100%;	
	}
@media all and (max-width: 1200px){
	.row-eq-height.contact_row{
		display: block;
	}
}

body{
	overflow-x:hidden;	
}

@media all and (max-width: 992px){
	.about-new .row_badge {
		margin-top: 15px;
		margin-bottom: 0;
	}
}

@media all and (max-width: 767px){
	.about-new .background-full{
		background-position: 30% top !important;	
	}
	.about-new .carousel {
		height: 285px !important;
	}
	.about-new #Carousel .carousel-caption {
		padding-bottom: 30px;
	}
	.about-new .background-container h3 {
    	font-size: 22px;
	}
	.video_placeholder{
		margin-bottom:20px;	
	}
	.about-new .team .team_item {
		float: none;
		width: 250px;
		display: block;
		margin-bottom: 25px;
		margin-left:auto;
		margin-right:auto;
		clear:both;
	}
	.about-new .management_team_section .popover{
		display:none !important;	
	}
	.about-new .team img {
		margin:20px auto 0;
	}
	.about-new .background-container h3:after {
		margin-left:0;
		margin-right:0;	
	}
	.about-new .contact_section .contact_col{
		border:none !important;	
		-webkit-border-image: 	none; 
		-webkit-border-image: none; 
		-moz-border-image: none; 
		-o-border-image: none; 
		border-image: none;
	}
	.about-new .background-container.right-side h3:after {
		margin-right: 0;
	}
	.about-new .background-container.left-side h3:after {
		margin-left: 0;
	}
	.about-new .background-container .container_image_holder {
		position: relative;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		height: 350px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	
}



/* start Service & Support page css */

.inner_banner_caption h2{
	font-size: 28px;
	margin-top: 0;	
}
.inner_banner_caption h3{
	font-size: 31px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.align_center{
	text-align:center;	
}
.spacer{
	padding:5px;	
	clear:both;
}
.spacer.padding-10{
	padding:10px;	
}
.spacer.padding-15{
	padding:15px;	
}
.spacer.padding-20{
	padding:20px;	
}
.spacer.padding-25{
	padding:25px;	
}
.spacer.padding-30{
	padding:30px;	
}




.section .section_title h2{
	color:#384c19;
	font-size:27px;
	line-height:30px;
	margin-top:0;
	margin-bottom:0;	
	display:inline-block;
}
.section .section_title.green_title h3:after,
.section .section_title h2:after{
	content:"";
	display:block;
	height:0;
	line-height:0;
	clear:both;	
}
.section .section_title h3{
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	color: #384c19;
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
	font-weight: normal;
}
.section .section_title.green_title h3{
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	background: #47632e;
	color: #fff;
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 25px;
}
.section .section_title hr{
	border-color:#384c19;	
	width:195px;
	display:inline-block;
}

.section p{
	font-size:15px;
	line-height: 23px;
	margin-bottom: 25px;	
}

.fr_items_wrapper:after{
	content:"";
	display:block;
	height:60px;
	background:#fff;
	border-top:1px solid #abb89f;
	border-bottom:1px solid #abb89f;	
}
.fr_items_wrapper .fr_link{
	height:60px;
	margin-bottom:-60px;	
	border-right:1px solid #abb89f;
}
.fr_items_wrapper .last .fr_link:last-child{
	border-right: none;	
}
.fr_items_wrapper .fr_link a{
	color:#384c19;
	font-size:16px;
	line-height:18px;	
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	display: block;
	font-weight: 600;
}
.package_cost{
	display: inline-block;
	background: #fff;
	border: 2px solid #dedfdd;
	border-radius: 4px;
	padding: 15px 30px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 15px #7a7a7a;
}

.package_cost .cost{
	color: #47632e;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -1px;	
}

.package_cost span{
	font-weight:bold;
	font-style:italic;
	color:#666666;
	font-size:13px;
	line-height:18px;	
}

.section .styled_list ul{
	padding-left: 15px;
}

.section .styled_list  li{
	font-size:16px;
	line-height:18px;	
	padding-top:10px;
	padding-bottom:0;
}
.section .styled_list li:after{
	content:"";
	display:block;
	width:150px;
	height:1px;
	background: #cfd6c8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #cfd6c8 , #f1f3ef); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #cfd6c8, #f1f3ef); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #cfd6c8, #f1f3ef); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #cfd6c8 , #f1f3ef); /* Standard syntax */
	margin-top:10px;
	margin-left: -15px;
}

.section .notice{
	font-style:italic;
	color:#47632e;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	padding:10px 20px;
	border-left:3px solid #cad2c3;
	background:#dce1d8;
}

.section .green_button{
	background: #47632e;
	color: #fff;
	display: inline-block;
	padding: 8px 15px;
	border: 2px solid #dedfdd;
	border-radius: 8px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	width: 180px;
	max-width: 100%;	
}
.section .green_button:hover{
	text-decoration: none;
	background:#384c19;
	cursor:pointer;	
}
.section img{
	max-width: 100%;	
}

.styled_modal .modal-dialog {
    width: 995px;
    max-width:100%;
	margin: 95px auto;
}

.styled_modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
	background:#fff url(/media/images/modal_background.jpg) bottom left no-repeat;
}
.styled_modal .modal-header{
	background:#fff url(/media/images/modal_header.png) bottom left no-repeat;
	background-size:cover;
	border:none;	
	padding: 25px 15px;
}
.styled_modal .modal-header h5{
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 100;
	text-transform: uppercase;
		
}
.styled_modal .modal-header h5 span{
	font-weight:bold;
	font-size:15px;
	line-height:23px;	
}
.styled_modal .modal-header .close {
    margin-top: -85px;
    width: 34px;
    height: 38px;
    text-indent: 200px;
    overflow: hidden;
    background: url(/media/images/styled_modal_close.png) 0 0 no-repeat;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-webkit-opacity:1;
	
}
.styled_modal img{
	max-width: 100%;
}	
.styled_modal .modal_image{
	margin-top: -107px;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.testp{
		font-size: 18px; margin: 25% 100px;	
	}
@media all and (max-width: 767px){
	
	.styled_modal .modal_image {
		margin: 0 0 25px 0;
		text-align: center;
		
	}
	.testp{
		margin: 25px 0 100px 0;
	}
	
	
	.fr_items_wrapper .fr_link {
		height: auto;
		margin-bottom: 20px;
		border-right: none;
		margin-top: 20px;
	}	
	.fr_items_wrapper .fr_link a {
		top: 0;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}
	.fr_items_wrapper::after {
		height: 1px;
		border-top: none;
		border-bottom: 1px solid #abb89f;
	}
}


/* Menu Service and Contact css */

.menu-green .button{
	display: inline-block;	
	padding: 7px 15px;
}
.menu-green p {
    font-size: 11px;
    line-height: 16px;
}
.menu-green h3 {
    margin-bottom: 5px;
}
.visible-xs .button{
	display: inline-block;	
}

/* Social Wall */

.social-wall h2 {color: #797a60; font-size: 20px; font-weight: normal;    text-transform: uppercase;    margin-bottom: 0;}
.social-wall h3,
.juicer-feed h3 {text-decoration:none;}
.social-wall hr {    width: 100px;    border-color: #797a60;}

body .j-post-overlay.juicer-feed a.juicer-button {border-color:#384c19;}
body .j-post-overlay.juicer-feed a.juicer-button:hover {background: #384c19; color: #fff !important;}
body .juicer-feed h1.referral {display:none}
body .j-paginate.juicer-button {display:none}

.bio-content .img-circle {border-radius:none;}
.bio-content img {margin-top:22px;}
.bio-content h3 {margin-top:0;}

.team-item {margin: 5px auto;}
.team-item:hover {box-shadow:0 0 5px -2px #000}
.team-item {padding:10px; background:#fff;}
.team-item .team-item-image {margin: 0 0 5px;}
.team-item .team-item-image  {max-width:100%;}
.team-item .team_name {text-transform: uppercase; font-weight: bold;}
.team-item .team_title {margin: 0 0 5px;}
.team img:hover { }

@media (min-width:768px) {
	.team-item {max-width:257.5px}
	.team-row {text-align:center;}
	.team-item-container {display:inline-block; margin:0 10px;}
}
@media (min-width:1024px) {
	.team-item {max-width:211.5px}
	.team-row {text-align:center;}
	.team-item-container {display:inline-block; margin:0 10px;}
}

@media (min-width: 768px) {
    .row.equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        flex-wrap: wrap;
    }
    .row.equal-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .row-height {display: table; table-layout: fixed; height: 100%; width: 100%;}
    .row-height   [class*='col-']{display: table-cell; float: none; height: 100%; vertical-align: top;}
    .row-height     [class*='col-'].col-top {vertical-align: top;}
    .row-height     [class*='col-'].col-middle {vertical-align: middle;}
    .row-height     [class*='col-'].col-bottom {vertical-align: bottom;}
}


.career-announcement {
	background:#ececec; padding:30px 0; margin: 0 0 50px;
}

.career-announcement p {
	font-size:16px; line-height: 1.5;
}
.career-announcement a {text-decoration:underline;}

/* New Product */
.new-prod-slider .carousel {
    height: 580px !important;
}


.new-products {}
.new-products .product img {display:block; width:100%; max-width:100%; margin: 0 0 5px;}
.new-products .product h2 {font-size:32px; font-weight:bold; margin: 0 0 15px; text-align:center;}
.new-products .product h2 span {font-weight:normal; font-size: 75%;}
.new-products .product p {text-align:center;}
.new-products .product a.button {display:inline-block;}
