@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#7ccc1d;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-weight:900
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1330px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:capitalize;
	background:#f5b062;
	color:#ffffff;
	border:2px solid #f5b062;
	font-size:14px;
	font-weight:700;
	border-radius:22px;
}

.btn-style-one:hover{
	background:none;
	color:#f5b062 ;
	border-color:#f5b062;
}

.btn-style-two{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:capitalize;
	background:#7ccc1d;
	color:#ffffff;
	border:2px solid #7ccc1d;
	font-size:14px;
	font-weight:700;
	border-radius:22px;
}

.btn-style-two:hover{
	background:none;
	color:#7ccc1d;
	border-color:#7ccc1d;
}

.btn-style-three{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:capitalize;
	background:none;
	color:#ffffff;
	border:2px solid #ffffff;
	font-size:14px;
	font-weight:700;
	border-radius:22px;
}

.btn-style-three:hover{
	background:#ffffff;
	color:#333333;
}

.btn-style-four{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:capitalize;
	background:none;
	color:#7ccc1d;
	border:2px solid #7ccc1d;
	font-size:14px;
	font-weight:700;
	border-radius:22px;
}

.btn-style-four:hover{
	color:#ffffff;
	background:#7ccc1d;
}

.btn-style-five{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:capitalize;
	background:rgba(51,51,51,0.90);
	color:#ffffff;
	border:2px solid rgba(51,51,51,1);
	font-size:14px;
	font-weight:700;
	border-radius:22px;
}

.btn-style-five:hover{
	color:#ffffff;
	background:rgba(51,51,51,1);
	border-color:rgba(51,51,51,1);
}

.theme_color{
	color:#7ccc1d;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f7f7f7 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#7ccc1d;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff;
}

.main-header.light-version{
	position:absolute;
	background:none;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .header-top{
	position:relative;
	background:#222222;
	color:#ffffff;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.header-top .social-icon{
	position:relative;
}

.header-top .social-icon a{
	position: relative;
	display:block;
	float:left;
    line-height: 24px;
	padding:13px 5px;
	width:41px;
	text-align:center;
    font-size: 13px;
    color: #aaaaaa;
	border-right:1px solid rgba(255,255,255,0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon a:first-child{
	border-left:1px solid rgba(255,255,255,0.10);	
}

.header-top .social-icon a:hover{
	color:#f5b062;
}

.header-top .get-quote-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:13px 30px;
	background:#000000;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
}

.header-top .get-quote-btn .fa{
	position:relative;
	line-height:24px;
	padding-right:5px;
	font-weight:400;
	font-size:13px;	
}

.header-top .get-quote-btn:hover{
	background:#f5b062;	
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.light-version .main-box{
	background:none;	
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header.light-version.fixed-header .main-box{
	background:#333333;
	border-bottom:none;
}

.main-header .main-box .outer-container{
	position:relative;
}

.header-style-two .main-box .outer-container{
	padding:0px 45px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	padding:15px 0px;
	z-index:10;	
}

.header-style-two .main-box .logo-box{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-110px;
	width:220px;
	text-align:center;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:42px;
	background:#7ccc1d;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #7ccc1d;
	border-radius:3px;
	font-weight:normal;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.header-style-two .nav-outer{
	float:none;
}

.header-style-two .main-box .outer-container .home-btn{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:45px;
	line-height:30px;
	font-size:18px;
	text-align:left;
	color:#aaaaaa;
}

.header-style-two .main-box .outer-container .home-btn a{
	color:#aaaaaa;
}

.header-style-two .main-box .outer-container .search-box-btn{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-15px;
	width:45px;
	line-height:30px;
	font-size:14px;
	text-align:right;
	color:#aaaaaa;
	cursor:pointer;
}

.header-style-two .main-box .outer-container .search-box-btn:hover,
.header-style-two .main-box .outer-container .home-btn a:hover{
	color:#7ccc1d;
}

.main-menu{
	position:relative;
	font-family: 'Roboto', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	width:100%;
	margin:0px;
}

.header-style-two .main-menu .navigation:nth-child(1){
	float:left;
	text-align:left;
	max-width:50%;
	padding-right:110px;
}

.header-style-two .main-menu .navigation:nth-child(2){
	float:right;
	text-align:right;
	max-width:50%;
	padding-left:110px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:15px 0px;
	margin-left:40px;
}

.header-style-two .main-menu .navigation:nth-child(1) > li{
	margin:0px -5px 0px 0px;
	padding:20px 30px;
}

.header-style-two .main-menu .navigation:nth-child(1) > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-10px;
	width:4px;
	height:20px;
	background:url(../images/icons/nav-separator.png) left center no-repeat;
}

.header-style-two .main-menu .navigation:nth-child(2) > li{
	margin:0px 0px 0px -3px;
	padding:20px 30px;
}

.header-style-two .main-menu .navigation:nth-child(2) > li:after{
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-10px;
	width:4px;
	height:20px;
	background:url(../images/icons/nav-separator.png) left center no-repeat;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:25px 0px;
	color:#333333;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:400;
	opacity:1;
	font-size:13px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.light-version .main-menu .navigation > li > a{
	color:#ffffff;	
}

.header-style-two .main-menu .navigation > li > a{
	text-transform:capitalize;
	font-size:14px;	
}

.main-menu .navigation > li.dropdown > a{
	padding-right:18px;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-11px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:14px;
	font-weight:normal;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#7ccc1d;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px 10px;
	z-index:100;
	display:none;
	text-align:left;
	background:#ffffff;
	border-top:3px solid #f5b062;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#7ccc1d;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#7ccc1d;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px 10px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #f5b062;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#7ccc1d;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#7ccc1d;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}



/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.80);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #7ccc1d;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #7ccc1d;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#7ccc1d;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #272727;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(27,26,27,0.20) !important;	
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:20px;
}

.main-slider h2{
	font-size:110px;
	color:#ffffff;
	font-weight:400;
	text-transform:capitalize;
	line-height:1.2em;
}

.main-slider h3{
	font-size:64px;
	color:#ffffff;
	font-weight:400;
	line-height:1em;
}

.main-slider .big-text{
	font-size:36px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2em;
	font-family:'Roboto Condensed',sans-serif;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two,
.main-slider .btn-style-three{
	border-width:2px !important;
	color:#ffffff;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/*** 

====================================================================
	Titles / Headings Styles
====================================================================

***/

.sec-title-one{
	position:relative;
	padding-top:70px;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:50px;
}

.sec-title-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	background:url(../images/icons/icon-crops.png) center top no-repeat;
}

.sec-title-one:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	width:40px;
	height:2px;
	background:#7ccc1d;
}

.sec-title-one h2{
	font-size:34px;
	color:#333333;
	line-height:1.4em;	
}

.sec-title-two{
	position:relative;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:50px;
}

.sec-title-two:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	width:40px;
	height:2px;
	background:#7ccc1d;
}

.sec-title-two h2{
	font-size:36px;
	color:#333333;
	line-height:1.4em;	
}

/*** 

====================================================================
	Intro Section
====================================================================

***/

.intro-section{
	position:relative;
	background:url(../images/background/pattern-one.png) center center no-repeat;
	background-size:cover;
	z-index:12;
}

.intro-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(244,238,222,0.94);	
}

.intro-section .inner-part{
	position:relative;
	margin-bottom:-30px;
	padding-bottom:10px;	
}

.intro-section .inner-part .content-box{
	position:relative;
	top:-200px;
	padding:60px 110px 0px;
	background:#ffffff;
	margin-bottom:65px;
}

.intro-section .inner-part .content-box .inner-box{
	position:relative;
}

.intro-section .inner-part .content-box .inner-box:before{
	content:'';
	position:absolute;
	bottom:-250px;
	right:100%;
	margin-right:-110px;
	width:570px;
	height:510px;
	background:url(../images/resource/crop-image-left.png) center top no-repeat;
	z-index:1;
}

.intro-section .inner-part .content-box .inner-box:after{
	content:'';
	position:absolute;
	bottom:-250px;
	left:100%;
	margin-left:-110px;
	width:570px;
	height:510px;
	background:url(../images/resource/crop-image-right.png) center top no-repeat;
	z-index:1;
}

.intro-section .inner-part .content-box:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	height:64px;
	width:100%;
	background:url(../images/background/bottom-circular.png) center top no-repeat;
}

.intro-section .inner-part .content-column{
	position:relative;
	margin-bottom:30px;
	z-index:5;
}

.intro-section .inner-part .text-left{
	padding-right:20px;	
}

.intro-section .inner-part .text-right{
	padding-left:20px;	
}

.intro-section .inner-part .content-column h3{
	font-size:24px;
	color:#7ccc1d;
	line-height:1.4em;
	margin-bottom:15px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.intro-section .inner-part .content-column .text{
	line-height:2em;
	margin-bottom:20px;
}

/*** 

====================================================================
	About Farm
====================================================================

***/

.about-farm{
	position:relative;
	padding:120px 0px 90px;
}

.about-farm.style-two{
	padding-bottom:50px;
}

.about-farm .column{
	position:relative;
	margin-bottom:30px;	
}

.about-farm .image-box{
	position:relative;
	display:block;
	text-align:center;	
}

.about-farm .image-box img{
	display:inline-block;
	max-width:100%;	
}

/*** 

====================================================================
	Tabs Box
====================================================================

***/

.tabs-box{
	position:relative;
}

.tabs-box .tab-buttons{
	position:relative;	
}

.tabs-box .tabs-content{
	position:relative;	
}

.tabs-box .tabs-content .tab{
	position:relative;
	display:none;
}

.tabs-box .tabs-content .active-tab{
	display:block;
}

/*** 

====================================================================
	Tabs Style One
====================================================================

***/

.tabs-style-one .tab-buttons{
	position:relative;
}

.tabs-style-one .tab-buttons .tab-btn{
	position:relative;
	display:block;
	width:166px;
	height:166px;
	line-height:26px;
	padding:70px 10px;
	text-align:center;
	font-weight:700;
	color:#333333;
	font-size:18px;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn{
	z-index:2;
	color:#7ccc1d;
}

.tabs-style-one .tab-buttons .tab-btn .txt{
	position:relative;
	display:block;	
}

.tabs-style-one .tab-buttons .tab-btn:before{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-83px;
	top:0px;
	display:block;
	width:166px;
	height:166px;
	border:1px solid #dddddd;
	background:#ffffff;
	border-radius:50%;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}

.tabs-style-one .tab-buttons .tab-btn.active-btn:before{
	-webkit-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
	border-color:#7ccc1d;	
}

.tabs-style-one .tabs-content{
	padding:50px 0px;
	text-align:center;	
}

.tabs-style-one .tabs-content h3{
	font-size:24px;
	color:#333333;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
}

.style-two .tabs-style-one .tabs-content h3{
	font-size:34px;
	font-weight:400;
	font-family: 'Grand Hotel', cursive;
}

.style-two .tabs-style-one .tabs-content .subtitle{
	font-size:16px;
	font-weight:700;
	color:#7ccc1d;
	text-transform:capitalize;
	margin-bottom:5px;
}

.tabs-style-one .tabs-content p{
	margin-bottom:20px;
}

.tabs-style-one .tabs-content .author-name{
	color:#7ccc1d;
	font-size:34px;
	line-height:1.6em;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:120px 0px;
}

.gallery-section .more-btn-outer{
	padding-top:20px;	
}

.gallery-section .sec-title-one{
	margin-bottom:30px;	
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.gallery-section .filters li{
	position:relative;
	display:inline-block;
	padding:0px 0px;
	line-height:24px;
	color:#333333;
	cursor:pointer;
	text-transform:capitalize;
	font-size:15px;
	font-weight:400;
	margin:0px 15px 10px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	color:#f5b062;
}

.default-food-item{
	position:relative;
	margin-bottom:30px;
}

.default-food-item.mix{
	display:none;
}

.default-food-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	border-radius:2px;
}

.default-food-item .inner-box:hover{
	border-color:#7ccc1d;	
}

.default-food-item .image-box{
	position:relative;
	display:block;	
}

.default-food-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-food-item .lower-content{
	position:relative;
	padding: 10px 20px 5px;
}

.default-food-item .lower-content h3{
	font-size:20px;
	font-weight:400;
	color:#333333;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;	
}

.default-food-item .lower-content h3 a{
	color:#333333;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.default-food-item .lower-content h3 a:hover{
	color:#7ccc1d;	
}

.default-food-item .lower-content .price{
	color:#7ccc1d;
	font-size:20px;
	font-weight:700;
}


.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Deal Of the day Section
====================================================================

***/

.deal-of-day{
	position:relative;
	padding:120px 0px 100px;
	background:url(../images/background/pattern-one.png) center center no-repeat;
	background-size:cover;
}

.deal-of-day:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(244,238,222,0.94);	
}

.deal-of-day .auto-container{
	position:relative;
	z-index:1;	
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:30px 0px 60px 0px;
}

.team-section .sec-title-one{
	margin-bottom:70px;	
}

/*** 

====================================================================
	Testimonials Section
====================================================================

***/

.testimonial-section{
	position:relative;
	color:#ffffff;
	background:url(../images/background/pattern-one.png) center center repeat;
	background-attachment:fixed;
	padding:80px 0px 130px;
}

.testimonial-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(124, 204, 29, 0.94);	
}

.testimonial-section .oval-cut{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:64px;
	background:url(../images/background/curve-two.png) center top no-repeat;
	z-index:2;	
}
.testimonial-section .carousel-outer{
	position:relative;
	padding:0px 0px;
	max-width:860px;
	margin:0 auto;
	text-align:center;
	z-index:1;
}

.testimonial-section .icon-box{
	position:relative;
	width:64px;
	height:64px;
	line-height:60px;
	font-size:24px;
	color:#ffffff;
	border:2px solid #ffffff;
	text-align:center;
	margin:0 auto 40px;	
	border-radius:50%;
}

.testimonial-section .icon-box:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-1px;
	top:100%;
	margin-top:10px;
	border-right:2px solid #ffffff;
	height:40px;
}

.testimonial-section .slide-item .text-content{
	position:relative;
	padding:30px 50px;
	font-size:17px;
	line-height:1.8em;
	margin-bottom:0px;	
}

.testimonial-section .slide-item .text-content:before{
	font-family: 'FontAwesome';
	content: "\f10d";
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	line-height:1em;
	font-size:44px;
	font-weight:normal;
	color:rgba(255,255,255,0.10);
}

.testimonial-section .slide-item .text-content:after{
	font-family: 'FontAwesome';
	content: "\f10e";
	position:absolute;
	right:0px;
	bottom:0px;
	display:block;
	line-height:1em;
	font-size:44px;
	font-weight:normal;
	color:rgba(255,255,255,0.10);
}

.testimonial-section .slide-item .quote-info{
	position:relative;
	padding:15px 0px 10px 130px;
	min-height:100px;
	text-align:left;
	max-width:370px;
	margin:0 auto;	
}

.testimonial-section .slide-item .quote-info h4{
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 400;
}

.testimonial-section .slide-item .quote-info .designation{
	font-size:15px;
	font-weight:700;	
}
.testimonial-section .slide-item .quote-info .designation2{
	font-size:14px;
}

.testimonial-section .slide-item .quote-info .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;	
}

.testimonial-section .owl-theme .owl-controls{
	display:none;	
}

/*** 
====================================================================
	Sponsors Section
====================================================================
***/

.sponsors-style-one{
	position:relative;
	padding:30px 0px 80px;
	text-align:center;
}

.sponsors-style-one.alternate{
	padding:80px 0px;
	background:#f8f8f8;
}

.sponsors-style-one .sec-title-one{
	margin-bottom:50px;	
}

.sponsors-style-one .floated-image-left{
	position:absolute;
	left:0px;
	bottom:0px;
	max-width:100%;	
}

.sponsors-style-one .slide-item img{
	display:inline-block;
	width:auto;
	max-width:100%;	
}

.sponsors-style-one .owl-theme .owl-controls{
	display:none !important;	
}

/*** 
====================================================================
	Map Section
====================================================================
***/

.map-section{
	position:relative;
	top:-260px;
	margin-bottom:-260px;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
}

.fluid-section-two .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:15px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin-bottom:5px;
	color:#333333;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.footer-style-one{
	border-top:1px solid #f0f0f0;
}

.footer-style-two{
	background:#333333;
	color:#aaaaaa;
}

.footer-style-one .footer-upper{
	position:relative;
	padding:100px 0px 50px;
}

.footer-style-two .footer-upper{
	position:relative;
	padding:80px 0px 50px;
}

.footer-style-one .column{
	position:relative;
	margin-bottom:30px;	
}

.footer-style-two .column{
	position:relative;
	margin-bottom:30px;	
}

.footer-style-one .centered-column{
	max-width:350px;
	margin:0 auto 30px;
	text-align:center;
}

.footer-style-one .column h2{
	position:relative;
	font-size:14px;
	line-height:1.4em;
	padding:0px 0px 10px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:35px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#333333;
}

.footer-style-two .column h2{
	position:relative;
	font-size:14px;
	line-height:1.4em;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
}

.footer-style-one .column h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:30px;
	border-bottom:1px solid #7ccc1d;
}

.footer-style-one .about-widget .footer-logo{
	position:relative;
	margin:-35px 0px 20px;
}

.footer-style-two .logo-widget{
	text-align:center;
	padding:50px 0px 20px;
}

.footer-style-one .about-widget .text,
.footer-style-two .subscribe-widget .text{
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}

.footer-style-one .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.footer-style-one .footer-upper a:hover{
	color:#f5b062;	
}

.footer-style-one .footer-upper .info-widget li{
	position:relative;
	line-height:1.8em;
	margin-bottom:15px;
}

.footer-style-two .footer-upper .info-widget li{
	position:relative;
	line-height:1.8em;
	margin-bottom:10px;
}

.footer-style-one .footer-upper .links-widget li{
	position:relative;
	margin-bottom:7px;
}

.footer-style-one .footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:13px;
	color:#777777;
	line-height:24px;
}

.footer-style-one .footer-upper .links-widget li a:hover{
	color:#f5b062;
}

.footer-style-one .footer-upper .social-links h3{
	color:#333333;
	font-weight:700;
	margin-bottom:7px;
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;	
}

.footer-style-one .footer-upper .social-links a{
	position:relative;
	display:inline-block;
	font-size:14px;
	line-height:24px;
	text-align:center;
	background:none;
	margin-right:12px;
	color:#777777;
}

.footer-style-one .footer-upper .social-links a:hover{
	color:#f5b062;
}

.footer-style-one .footer-upper .gallery-widget{
	position:relative;
}

.footer-style-one .footer-upper .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 5px 5px 0px;	
}

.footer-style-one .footer-upper .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.footer-style-one .footer-upper .gallery-widget .image img:hover{
	opacity:0.80;	
}

.footer-style-one .footer-bottom{
	position:relative;
	background:#f8f8f8;
	color:#aaaaaa;
	font-size:14px;
	text-align:center;
	padding:25px 0px;
}

.footer-style-one .footer-bottom .copyright{
	position:relative;
	line-height:30px;
	font-weight:400;
}

.footer-style-two .footer-bottom{
	position:relative;
	background:#2a2a2a;
	color:#aaaaaa;
	font-size:14px;
	text-align:center;
	padding:25px 0px;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	line-height:30px;
	font-weight:400;
}


/*** 

====================================================================
	Gallery Section Two
====================================================================

***/

.gallery-section-two{
	position:relative;
	padding:120px 0px;
}

.gallery-section-two.fullwidth-gallery{
	position:relative;
	padding:80px 0px;
	background:#f8f8f8;
}

.gallery-section.gallery-page{
	padding:120px 0px;
}

.gallery-section.fullwidth-gallery-two{
	overflow:hidden;
	padding-bottom:110px;
}

.fullwidth-gallery-two .images-outer{
	margin:0px -5px;
}

.masonry-gallery .images-container{
	margin:0px -11px;
}

.default-portfolio-item{
	position:relative;
	margin-bottom:30px;	
}

.default-portfolio-item.mix{
	display:none;
}

.fullwidth-gallery .default-portfolio-item{
	padding:0px;
	margin:0px;	
}

.fullwidth-gallery-two .default-portfolio-item{
	margin-bottom:10px;
	padding:0px 5px;
	float:left;
	width:20%;
}

.masonry-gallery .default-portfolio-item{
	margin-bottom:20px;
	padding:0px 9px;
}
/*** 

====================================================================
	Call To Action One
====================================================================

***/

.call-to-action-one{
	position:relative;
	color:#ffffff;
	text-align:center;
	background:url(../images/background/pattern-one.png) center center repeat;
	background-attachment:fixed;
	padding:80px 0px;
	z-index:1;
}

.call-to-action-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(124, 204, 29, 0.94);	
}

.call-to-action-one .content-box{
	position:relative;
	max-width:450px;
	margin:0 auto;
	z-index:1;
}

.call-to-action-one .content-box .sub-title{
	font-size:12px;
	text-transform:uppercase;	
}

.call-to-action-one .content-box .phone-number{
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
	line-height:1.4em;
	margin:10px 0px;
}

.call-to-action-one .content-box .text{
	font-size:14px;
	line-height:1.8em;
}

.call-to-action-one .floated-image-left{
	position:absolute;
	left:50px;
	bottom:0px;
	max-width:100%;	
}

.call-to-action-one .floated-image-right{
	position:absolute;
	right:0px;
	bottom:-30px;
	max-width:100%;	
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:100px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(27,26,27,0.70);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#ffffff;
	line-height:1.4em;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 90px;
}

.sidebar-page-container .content-side{
	margin-bottom:30px;
	padding-right:55px;
}

.sidebar-page-container .sidebar{
	margin-left:-30px;
	margin-bottom:30px;		
}

.sidebar-title{
	position:relative;
	margin-bottom:20px;	
}

.sidebar-title h3{
	position:relative;
	font-size:30px;
	color:#333333;
	font-weight:400;
	line-height:1.4em;
	text-transform:capitalize;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 30px 10px 15px;
	border:1px solid #f0f0f0;
	height:48px;
	font-size:14px;
	background:#ffffff;
	color:#1a1a1a;
	display:block;
	width:100%;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#7ccc1d;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#eeeeee;
	background:none;
	border-radius:0px 2px 2px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#7ccc1d;
}

.sidebar .recent-posts .post{
	position:relative;
	min-height:125px;
	padding-left:110px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #f0f0f0;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
	min-height:100px;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .recent-posts .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(94,199,56,0.90);
	color:#ffffff;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.sidebar .recent-posts .post:hover .post-thumb .overlay-link{
	opacity:1;	
}

.sidebar .recent-posts .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:18px;	
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .recent-posts .post .desc-text{
	position:relative;
	font-size:14px;
	color:#333333;
	line-height:1.4em;
	padding:10px 0px 5px 0;
}

.sidebar .recent-posts .post .desc-text a{
	color:#333333;
}

.sidebar .recent-posts .post .time{
	color:#f5b062;
	font-size:13px;
	line-height:24px;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;	
	padding:4px 15px;
	margin:0px 2px 5px 0px;
	background:#f9f9f9;
	color:#777777;
	font-size:12px;
	font-weight:400;
	text-transform:capitalize;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#7ccc1d;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:0px;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .list li:last-child{
	border:none;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#777777;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:14px 0px;
}

.sidebar .list li.current > a{
	padding-left:25px;
	color:#7ccc1d;
}

.sidebar .list li a:before{
	content: "\f178";
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	line-height:24px;
	top:15px;
	font-size:14px;
	color:#7ccc1d;
	opacity:0;
	visibility:hidden;
}

.sidebar .list li.current > a:before{
	opacity:1;
	visibility:visible;
}

.sidebar .list li a.pull-right{
	color:#7ccc1d;
	font-size:17px;	
}

.sidebar .list li:last-child a{
	padding-bottom:0px;	
}

.sidebar .list li a:hover{
	color:#7ccc1d;	
}

.sidebar .list-three{
	position:relative;
}

.sidebar .list-three li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .list-three li a{
	position:relative;
	display:block;
	color:#9e9e9e;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding:15px 0px 15px 25px;
}

.sidebar .list-three li:first-child a{
	padding-top:0px;	
}

.sidebar .list-three li a:before{
	font-family: 'FontAwesome';
	content:'\f105';
	position:absolute;
	left:0px;
	top:14px;
	display:block;
	font-size:18px;
	color:#7ccc1d;
	line-height:24px;
}

.sidebar .list-three li:first-child a:before{
	top:0px;
}

.sidebar .list-three li a:hover{
	color:#7ccc1d;	
}

.sidebar .text-widget{
	position:relative;
	color:#9e9e9e;
}

.sidebar .text-widget .text p{
	margin-bottom:15px;	
}

.sidebar .text-widget .text p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

.default-form{
	position:relative;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:capitalize;
	margin-bottom:10px;
	color:#777777;
	font-weight:400;
	font-size:14px;
}

.default-form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:48px;
	font-size:14px;
	border:1px solid #f0f0f0;
	padding:11px 20px;	
	background-color:#ffffff;
	color:#010101;
	border-radius:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:150px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ffbf00 !important;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:capitalize;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.default-form .check-boxes{
	position:relative;	
}

.default-form .check-boxes .default-label{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-right:20px;
}

.default-form .check-boxes .checkbox{
	position:relative;
	display:inline-block;
	margin-right:20px;
	line-height:24px;	
}

.default-form .check-boxes .checkbox label{
	position:relative;
	padding:0px;
	padding-left:20px;
	line-height:24px;
	font-weight:400;
	color:#999999;
	cursor:pointer;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.default-form .check-boxes .checkbox label:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
	border:1px solid #999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form .check-boxes .checkbox input{
	opacity:0;
	visibility:hidden;	
}

.default-form .check-boxes .checkbox input:checked + label{
	color:#010101;	
}

.default-form .check-boxes .checkbox input:checked + label:before{
	border-color:#010101;
	background:#010101;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:120px 0px 100px;
}

.contact-section .contact-form{
	max-width:650px;
	margin:0 auto;	
}

.contact-section .contact-form .form-group{
	margin-bottom:15px;	
}

.contact-section .contact-form .form-group textarea{
	height:180px;	
}

.contact-section .contact-form button{
	padding:10px 25px;
	border-radius:25px;
	margin-top:20px;	
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position:relative;
	padding:0px 0px;
	z-index:5;
}

.info-section .info-column{
	position:relative;
	margin-bottom:30px;	
}

.info-section .info-column .column-header{
	padding:20px 20px;
	text-align:center;
	background:#333333;
	color:#ffffff;	
}

.info-section .info-column .column-header h3{
	line-height:40px;
	font-size:30px;
}

.info-section .info-column .info-box{
	position:relative;
	text-align:center;
	display:table;
	width:100%;
	height:230px;
	word-break:break-all;
	padding:45px 30px 20px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.info-section .info-column .info-box:hover{
	border-color:#7ccc1d;	
}

.info-section .info-column .info-box .inner{
	position:relative;
	display:table-cell;
	vertical-align:top;
}

.info-section .info-column .info-box .icon{
	position:relative;
	font-size:36px;
	line-height:1.2em;
	color:#333333;
	margin-bottom:15px;	
}

.info-section .info-column .info-box h4{
	font-size:14px;
	font-weight:700;
	line-height:1.4em;
	font-family: 'Roboto', sans-serif;
	color:#333333;
	margin-bottom:5px;	
}
