/*
Theme Name: Eurolife
Theme URI: http://wordpress.org/
Author: wpdev
Author URI: http://wordpress.org/
GitHub Theme URI: holger1411/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder. 
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.6.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
    line-height: 22px;
    color: #636363;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 300;
	letter-spacing: -1px;
}
h1 {
    font-size: 2.4em;
    line-height: 44px;
    margin: 0 0 44px 0;
}
h2 {
    font-size: 2em;
    line-height: 42px;
    margin: 0 0 25px 0;
}
h3 {
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
    text-transform: uppercase;
    color: #2a2a2a;
}
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
    text-transform: uppercase;
    color: #8fb93d;
}
a{
	color: #121212;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover{
	text-decoration: none;
    color: #8fb93d;
}
p {
    line-height: 24px;
    margin: 0 0 20px;
	text-align: justify;
}
dl, ol, ul {
    margin: 0 0 10px 30px;
    padding: 0;
}
.btn.focus, .btn:focus, 
.wpcf7 input.focus[type=submit], 
.wpcf7 input[type=submit]:focus,
.btn-primary.focus, .btn-primary:focus,
.btn-secondary.focus, .btn-secondary:focus{
	box-shadow: none;
}
input[type="email"], input[type="number"], input[type="password"], 
input[type="search"], input[type="tel"], input[type="text"], 
input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], 
input[type="datetime-local"], input[type="month"], input[type="time"], 
input[type="week"], select, textarea {
    line-height: 1.42857;
    padding: 6px 8px;
    font-size: 1em;
    vertical-align: middle;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input[type="submit"] {
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 1.42857;
}
input[type="submit"]:hover,
.btn-primary:hover{
	background: #80a637;
}
.btn-primary{
	background: #8fb93d;
	border: none;
}

#header {
	background: #121212;
}
.header.stickyhead .top-header{
	display: none;
}
.header.stickyhead{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    -webkit-transition: height 0.6s ease 0s;
    -moz-transition: height 0.6s ease 0s;
    transition: height 0.6s ease 0s;
}
.header.stickyhead .main-nav ul{
	padding: 0;
}
.header.stickyhead .logo img{
	width: 120px;
}
.header-main {
    padding: 5px 0;
}
.slider-btm {
    background: #121212;
	padding: 10px 0;
}
.slider-btm  h4{
	margin: 0;
	text-transform: none;
	color: #fff;
	padding: 5px 0;
}
.btn.request{
	background: #b9d023;
	color: #121212;
	float: right;
}
.btn.request:hover{
	background: rgba(185,208,35,0.8);
}
.top-header {
    background: #b9d023;
	padding: 0;
}
.top-social{
	padding: 6px 0;
}
.top-social a{
	width: 24px;
    height: 24px;
    line-height: 24px;
	color: #bed33a;
    background: #121212;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.top-right{
	 color: #fff;
	 text-align: right;
	font-size: 15px;
    font-weight: 600;
}
.top-right span{
	color: #fff;
    font-size: 13px;
    margin: 0 0 0 30px;
    background: #121212;
    padding: 7px 5px;
    display: inline-block;
	position: relative;
}
.top-right span i {
	color: #b9d023;
}
.top-right span a{
	color: #fff;
}
.top-right span:before,
.top-right span:after{
	content: "";
    height: 44px;
    position: absolute;
    top: -5px;
    transform: rotate(10deg);
    width: 20px;
    background: #121212;
}
.top-right span:before{
	left: -16px;
}
.top-right span:after{
    right: -16px;
}
.logo{
	padding: 5px 0;
}
.logo img{
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
/* Main Navigation */
.main-nav {
    float: left;
}
.main-nav ul{
	list-style: none;
	margin: 0;
	padding: 20px 0;
	float: left;
}
.main-nav > ul > li{
	position: relative;
	float: left;
}
.main-nav > ul > li > a{
	color: #fff;
	display: block;
    font-size: 0.938em;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 7px;
    text-transform: uppercase;
	text-decoration: none;
}
/*.main-nav > ul > li:first-child a:before{
    content: "\f015";
	font-family: "FontAwesome";
    font-weight: normal;
	margin-right: 5px;
}*/
.main-nav ul li:hover ul{
	display: block;
}
.main-nav ul li.current_page_item > a,
.main-nav ul li.current_page_ancestor > a,
.main-nav ul li a:hover{
	color: #8FB93D;
}
.main-nav ul li ul{
	min-width: 200px;
    padding: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	background: #2a2a2a;
	border: none;
	border-top: #8FB93D solid 5px;
	border-radius: 0px;
	display: none;
	position: absolute;
	z-index: 9999;
}
.main-nav > ul > li.menu-item-has-children > a:after{
    display: inline-block;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: normal;
    margin: 1px 0 -1px 4px;
    line-height: 1;
	color: #bed33a;
}
.main-nav ul li ul li{
	width: 100%;
	display: block;
}
.main-nav ul li ul li+li{
	border-top: rgba(0,0,0,0.2) solid 1px;
}
.main-nav ul li ul li a{
	font-weight: 400;
	color: #fff;
	font-size: 0.9em;
    text-transform: none;
	padding: 6px 7px;
	text-decoration: none;
	display: block;
}
span.top-ph {
    float: right;
    padding: 32px 0;
    color: #fff;
	font-size: 18px;
    font-weight: 600;
	position: relative;
}
span.top-ph:before{
	content: '\f095';
	font-family: "FontAwesome";
	margin: 0 5px 0 0;
	color: #b9d023;
}
.header.stickyhead span.top-ph{
	padding: 12px 0;
}
/* Slider */
.flexslider.loading{
	min-height: 400px;
	background: #f2f2f2 url(images/loading.gif) center center no-repeat;
}
.caption {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.captioninner{
	position: absolute;
    z-index: 99;
    left: 0;
    bottom: 50px;
}
.captioninner h4{
	font-size: 17px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 8px 13px;
	background: #000;
	color: #fff;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
.captioninner p{
	padding: 8px 13px;
	margin: 0 0 2px;
	font-size: 13px;
	background: #fff;
	line-height: 18px;
	color: #000;
	font-family: 'Lato', sans-serif;
}
.captioninner h5{
	letter-spacing: normal;
}
.captioninner h5 a{
	font-size: 12px;
	background: #50cc4a;
	padding: 3px 5px;
	color: #fff;
	letter-spacing: normal;
	border-bottom: #3ca85a solid 2px;
}
/* HOME PAGE */
.home-cat{
	display: inline-block;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.home-cat img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
}
.home-cat:hover img{
	transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1); /* IE 9 */
 }
.home-cat h3{
    position: absolute;
    bottom: 0;
	font-weight: 400;
    background: rgba(0,0,0,0.8);
    color: #b9d023;
	padding: .7em 15px;
    font-size: 15px;
	width: 100%;
	text-transform: uppercase;
	margin: 0;
    line-height: 18px;
}
.home-cat h3:after{
	content: '\f105';
	font-family: "FontAwesome";
	color: #b9d023;
	font-size: 15px;
	position: absolute;
    right: 10px;
	width: 22px;
	height: 22px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	border: #b9d023 solid 2px;
	
}
.home-cat h3:hover:after{
	
}
.cm-box{
	background: #1e1e1e;
	color: #fff;
	padding: 14px;
	height: 115px;
	position: relative;
	overflow: hidden;
}
.cm-box.excl-box{
	background: #b3ca1b;
}
.excl-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.excl-box ul li{
	font-weight: 600;
	font-size: 14px;
	position: relative;
}
.excl-box ul li:before{
	content:'\f058';
	font-family: "FontAwesome";
    font-weight: normal;
	margin-right: 3px;
	color: #121212;
}
.excl-box ul li+li{
	margin-top: 7px;
}
.cm-box.query-box h5,
.cm-box.schedule-box h5{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
	padding: 12px 0 12px 52px;
	background: url("images/help-que.png") no-repeat left center;
}
.cm-box.schedule-box h5{
	background: url("images/schedule-icon.png") no-repeat left center;
}
.cm-box .f-btn {
    position: absolute;
    right: 0;
	padding: 5px 0;
	width: 93px;
    height: 32px;
    text-align: center;
	display: block;
    bottom: 0;
	font-size: 13px;
	background: url(images/g-btn.png) no-repeat;
	color: #fff;
}
.cm-box .f-btn:after{
	content: '\f105';
	font-family: "FontAwesome";
	margin-left: 5px;
}
.cm-box.excl-box .f-btn {
	background: url(images/t-btn.png) no-repeat;
}
/* Common Pages */
.top-page{
	background: #171717;
    min-height: 40px;
    padding: 8px 0;
    position: relative;
}
.top-page.banner-page{
	padding: 0 0 8px 0;
}
.top-page.banner-page:before{
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.3);
}
.top-page.banner-page h1.page-title{
	color: #fff;
    text-align: left;
    margin: 0;
    position: absolute;
    bottom: 50px;
	z-index: 200;
}


h1.page-title ,h1.page-title a{
	color: #fff;
    text-align: left;
    margin: 0;
}

h1.page-title a:hover{
	color:#b9d023;
}

/* Home Carousel */
.owl-carousel.procarousel {
    margin-bottom: 1.4286em;
}
.owl-carousel.procarousel .owl-nav{
	position: absolute;
    top: 35%;
	width: 100%;
    right: auto;
	margin-top: -19px;
	z-index: -1;
}
.owl-carousel.procarousel .owl-nav div{
	padding: 0;
    background: #121212;
    font-size: 0px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 36px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-carousel.procarousel .owl-nav div:hover{
	background: #b9d023;
}
.owl-carousel.procarousel .owl-nav .owl-prev{
	float: left;
	margin: 0 0 0 -60px;
}
.owl-carousel.procarousel .owl-nav  .owl-next{
	float: right;
	margin: 0 -60px 0 0;
}
.owl-carousel.procarousel .owl-nav .owl-prev:before, 
.owl-carousel.procarousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
}
.owl-carousel.procarousel .owl-nav .owl-prev:before{
	content: '\f104';
}
.owl-carousel.procarousel .owl-nav .owl-next:before{
	content: '\f105';
}
.page-products {
    margin-bottom: 1.4286em;
}
.page-products h4{
    font-size: 1.2em;
    background: #000;
	color: #fff;
    line-height: 1.8em;
    margin: 0;
	text-align: center;
}
.owl-carousel.procarousel .page-products{
	margin: 0;
}
.owl-carousel.procarousel .page-products h4{
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    margin: 10px 0;
    font-weight: 400;
    letter-spacing: .5px;
	background: none;
    text-align: left;
}
.page-products h4 a{
	color: inherit;
	display: block;
	text-transform: uppercase;
}
.page-products h5 a{
	font-size: 12px;
	color: #fff;
	letter-spacing: .5px;
	padding: 7px 10px;
	background: #121212;
	text-transform: uppercase;
	display: inline-block;
}
.page-products h5 a:after{
	content: '\f105';
	font-family: "FontAwesome";
	color: #b9d023;
	margin-left: 5px;
	font-size: 15px;
}
.page-products h5 a:hover{
	background: #b9d023;
	color: #121212;
}
.page-products h5 a:hover:after{
	color: #fff;
}
.page-thumb{
	position: relative;
	overflow: hidden;
}
.page-thumb img{
	border-radius: 0px;
	  display: block;
	  transition: opacity 0.3s ease-in-out 0s;
	  width: 100%;
	   position: relative;
	    opacity: 1;
	    filter: alpha(opacity=100);
   }
   .page-thumb a{
   		display: block;
   }
  .page-thumb .hover-img {
	 position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
}
.page-thumb:hover .hover-img{
	opacity: 1;
    filter: alpha(opacity=100);
}
.page-thumb:hover img{
	opacity: 0;
    filter: alpha(opacity=0);
}
.home-category{
	background: #f2f2f2;
	padding: 35px 0 40px;
	margin: 0 0 30px;
}
/* Contact Page */
.home .contact-euro .ce-rht{
	padding: 10px 0;
}
.contact-euro{
	background: #8fb93d;
	padding: 20px;
}
.contact-euro.blackBg {
    background: #212121;
}
.contact-euro.blackBg .ce-left h5{
	color: #fff;
}
.contact-euro h5{
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: normal;
	color: #1d2127;
}
.ce-left {
    float: left;
    width: 60%;
}
.ce-left h3{
	color: #1d2127;
	margin: 0 0 10px;
}
.ce-left p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
   }
 .ce-left p a{
 	color: inherit;
 }
.ce-left p+p{
	margin-bottom: 0px;
}
.ce-rht {
    float: right;
    padding: 40px 0;
}
.nopadding .ce-rht{
   padding: 0 ; 
}
.nopadding {
 margin: 15px 0px ; 
}

.btn{
	border-radius: 0px;
	border: none;
	box-shadow: none;
}
.btn.green{
	background: #b9d023;
	color: #fff;
	font-size: 11px;
    text-transform: uppercase;
}
.btn.green:hover{
	background: rgba(185,208,35,0.8);
}
.btn.s-mid{
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
}
.ce-rht a.btn{
	color: #595959;
    background: #ebebeb;
    max-width: 100%;
}
.ce-rht a.btn:hover{
	background: #dcdcdc;
}
div.wpcf7{
	padding: 5px 0 2px;
	background: #2a2a2a;
	max-width: 100%;
	margin: 0 !important;
}
body[class] .wpcf7-form{
    margin: 5px 15px;
}
body[class]  .wpcf7-form p{
	margin: 0 0 10px;
	color: #ccc;
}
body[class]  .wpcf7-form input,
body[class]  .wpcf7-form textarea{
    border-radius: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
	border: #ccc solid 1px;
	line-height: 1.42857;
    padding: 6px 10px;
    font-size: 1em;
	width: auto;
	max-width: 100%;
}

body[class]  .wpcf7-form textarea{
    height: 80px;
    margin: 5px 0 8px;
}
body[class]  .wpcf7-form input[type="submit"] {
    background: #8fb93d;
    border: #8fb93d;
	width: auto;
    border-radius: 0px;
	color: #000;
	cursor: pointer;
}

/* BLOG SIDEBAR */
.widget{
	margin-bottom: 30px;
}
.widget .widgettitle, .widget .widget-title, 
.widget .widgettitle a, .widget .widget-title a {
    line-height: 1.4;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    text-decoration: none;
	margin-bottom: 15px;
    font-size: 1.1429em;
    margin-top: 0;
}
.widget ul, .widget ol {
    list-style: none;
    padding: 0;
	margin: 0;
	font-size: 0.9286em;
}
.widget > div > ul > li:first-child, 
.widget > ul > li:first-child {
    border-top-width: 0;
}
.widget > div > ul li, 
.widget > ul li {
    line-height: 15px;
	color: #525252;
	padding: 7px 0 7px 15px;
	position: relative;
    margin: 0;
    border-top: 1px solid #ededde;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.widget > div > ul li > a, 
.widget > ul li > a {
    color: #525252;
}
.widget > ul li > a:hover {
    color: #8fb93d;
}
.widget_recent_entries > ul li:before, .widget_recent_comments > ul li:before, 
.widget_pages > ul li:before, .widget_meta > ul li:before, .widget_nav_menu > div > ul li:before, 
.widget_archive > ul li:before, .widget_categories > ul li:before, .widget_rss > ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: -11px;
    margin-right: 5px;
}
#right-sidebar #searchform .input-group{
	display: block;
}
#right-sidebar #searchform .input-group input[type="text"]{
	width: 100%;
	border-radius: 3px;
}
#right-sidebar #searchform input[type="submit"]{
	background: #8fb93d;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
#searchform #s {
    margin-bottom: 1em;
    width: 100%;
}
.post .post-date{
    float: left;
    margin: 0;
    text-align: center;
    width: 40px;
}
.post-content {
    margin: 0 0 0 60px;
}
article.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
	position: relative;
}
article.post .btn.btn-secondary{
	position: absolute;
	right: 0;
	padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	display: inline-block;
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8fb93d;
    border-color: #8fb93d;
	text-decoration: underline;
	bottom: 10px;
}
article.post .btn.btn-secondary:hover{
	border-color: #80a637;
    background-color: #80a637;
	text-decoration: none;
}
article.post h2 {
    color: #8fb93d;
}
article.post .post-date .month, 
.post-item .post-date .month {
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 0 0 2px;
    display: block;
	background: #8fb93d;
}
article.post .post-date .day {
    background: #f4f4f4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
	color: #8fb93d;
}
article.post h2{
	margin-bottom: 5px;
}
article.post .entry-footer {
    font-size: 0.9em;
    margin-bottom: 7px;
}
.cat-links:before{
    content: "\f07c";
	font-family: "FontAwesome";
    font-weight: normal;
	margin-right: 5px;
}
.tags-links:before{
	content: "\f02b";
	font-family: "FontAwesome";
    font-weight: normal;
	margin-right: 5px;
}
.entry-footer a{
	text-decoration: underline;
}
.page-link{
	color: #212121;
	padding: .3rem .75rem;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #8fb93d;
    border-color: #8fb93d;
}
.page-link:focus, .page-link:hover {
    color: #8fb93d;
    text-decoration: none;
    background-color: transparent;
}
/* Detail Page */
.proSlider{
	background: #121212;
}
.owl-wrap {
    position: relative;
    padding: 0;
}
.owl-wrap h2.slide-title{
	font-size: 1.1429em;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.25em;
    position: relative;
}
.owl-nav {
	position: absolute;
    top: -3em;
	right: 0;
}
.owl-nav div {
	display: inline-block;
	margin: 0;
    position: static;
	padding: 1px 9px;
}
.owl-nav .owl-prev{
	padding-right: 5px;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before{
	font-family: "FontAwesome";
    font-size: 1.2857em;
	color: #8fb93d;	
}
.owl-nav .owl-prev:before {
    content: "\f053";
}
.owl-nav .owl-next:before{
    content: "\f054";
}
#proTabs{
	margin-bottom: 35px;
}
#proTabs .nav-tabs{
	margin: 0;
	border: none;
}
#proTabs .nav-tabs li a:hover, 
#proTabs .nav-tabs li a:focus, 
#proTabs .nav-tabs li a.active {
    border-top-color: #8fb93d;
}
#proTabs .nav-tabs li a{
	background: #171717;
	 padding: 10px 15px;
}
#proTabs .nav-tabs li a.active{
    background: #fff;
	border-top-color: #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	border-bottom: #fff solid 1px;
    margin-bottom: -1px;
}
#proTabs .nav-tabs li {
	border-radius: 5px 5px 0 0;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    margin-right: 1px;
	border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
}
#proTabs .nav-tabs li a{
	color: #8fb93d;
	display: block;
}
.tab-content {
    background-color: #f7f7f7;
	border: #eee solid 1px;
    border-radius: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
}
#homeTabs .tab-content {
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}
#homeTabs .nav-tabs{
	border: none;
    padding: 0;
    margin: 0 0 25px;
    background: #b9d023;
}
#homeTabs .nav-tabs li{
	width:25%;
	text-align: center;
	position: relative;
}
#homeTabs .nav-tabs li a{
	padding: 15px 0;
	font-size: 18px;
	width: 100%;
	display: inline-block;
}
#homeTabs .nav-tabs li.active a,
#homeTabs .nav-tabs li:hover a{
	background: #121212;
	color: #b9d023;
}
#homeTabs .nav-tabs li.active a:after{
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #121212;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -4px;
 }
iframe {
    max-width: 100%;
}
.bgbox{
	padding: 120px 0;
    margin: 0 0 40px;
	min-height: 400px;
}
.bgbox p{
	color: #000;
}
.bgbox h2{
	font-size: 60px;
    color: #000000;
    line-height: 1;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* OUR PROCESS */
.image_single{
	position: relative;
	margin: 0 0 10px;
}
.image_single h3{
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0;
}
.image_single img{
	border: #000 solid 1px;
}
/*  FAQ */
h4.title{
	text-transform: none;
    background: #8fb93d;
    color: #fff;
    padding: 5px 30px 5px 10px;
    font-size: 1.1em;
    position: relative;
    cursor: pointer;
}
h4.title:after{
	content: "\f0da";
	font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    right: 10px;
    font-size: 1.4em;
}
h4.title.active:after{
	content: "\f0d7";
}

/*=============================
	FOOTER
============================*/
#footer{
	background: #121212;
	padding: 25px 0 0;
}
.foot-col{
	color: #fff;
}
.foot-col ul{
	list-style: none;
	margin: 0;
}
.foot-col ul li{
	padding: 3px 0;
    float: left;
	width: auto;
	margin-right: 20px;
}
.foot-col ul li a{
	color: #fff;
	font-size: 13px;
}
.foot-col ul li a:hover{
	color: #8FB93D;
}
.foot-col h5{
	color: #b9d023;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px;
	font-weight: 600;
}
.foot-col p{
	text-align: left;
	font-size: 13px;
	margin: 0 0 10px 0;
}
.foot-col p a{
	color: #fff;
}
.foot-col p i{
	color: #b9d023;
	margin: 0 5px 0 0;
}
.fotr-img {
    float: left;
}
.fotr-img img {
    width: 95px;
}
.site-footer{
	background: #000;
	padding: 15px 0;
	color: #999;
	font-size: 0.85em;
	margin: 30px 0 0 0;
}
.site-footer p{
	margin: 0;
}
.site-footer a{
	color: #999;
}
.foot-right {
    text-align: right;
}
#footer a.share-facebook {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #b9d023;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	color: #fff;
}
#footer a.share-facebook:hover{
	background: #3b5a9a;
	color: #fff;
}
.foot-right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-right ul li{
	display: inline-block;
	line-height: 14px;
}
.foot-right ul li+li{
	border-left: #999 solid 1px;
}
.foot-right ul li:last-child a{
	padding-right: 0;
}
.foot-right ul li a{
	color: #999;
	padding: 0 10px;
}
.foot-right ul li a:hover,
.foot-right ul li.current_page_item a{
	color: #b3ca1b;
}