/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}

/*-------------------*/
/*     columns    */
/*-------------------*/

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/*-----------------------------------*/
/*  Less Space Bitween Columns     */
/*-----------------------------------*/

.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}
.last {
	margin-right: 0 !important;
}

/*------------------------*/
/*        Header     */
/*------------------------*/


#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	margin-top: 12px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo1.png) no-repeat left top;
}
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

.slidermar {
	margin-top: 85px;
}
/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

.linebg_1 {
	width: 75px;
	height: 2px;
	background-color: #fff;
	margin:0 auto;
}
.linebg_2 {
	width: 60px;
	height: 3px;
	background-color: #90cd4b;
	margin:15px 0px;
}
.linebg_3 {
	width: 75px;
	height: 2px;
	background-color: #90cd4b;
	margin:15px 0px;
}
.linebg_4 {
	width: 50px;
	height: 2px;
	background-color: #90cd4b;
	margin:0 auto;
}
.linebg_5 {
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
	margin-bottom:20px;
}

.linebg_6 {
	width: 70px;
	height: 3px;
	background-color: #90cd4b;
	margin:15px 0px;
}


/*---------------------------*/
/* features_section 1 */
/*---------------------------*/

.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px 140px 0px ;
}
.feature_section1 h2{
	font-weight:600;
}
.feature_section1 .one_fourth_less{
	padding:40px 10px 8px 10px;
	text-align:center;
	border:solid 2px #f2f0f0;
}
.feature_section1 i{
	width:110px;
	height:110px;
	line-height:80px;
	border-radius:100%;
	font-size:32px;
	color:#272727;
	margin-bottom:30px;
	text-align:center;
	background-color:#fff;
	transition: all 0.3s ease;
	border: solid 18px #f2f0f0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(199,199,199,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(199,199,199,1);
box-shadow: 0px 0px 10px 0px rgba(199,199,199,1);
}
.feature_section1 :hover i,
.feature_section1 .active i{
	color:#90cd4b;
	border: solid 18px #90cd4b;
}
.feature_section1 :hover .button.one,
.feature_section1 .active .button.one {
	color: #fff;
	background-color:#90cd4b;
}
.feature_section1 :hover h3,
.feature_section1 .active h3 {
	color: #90cd4b;
}


/*---------------------------*/
/* features_section 2 */
/*---------------------------*/

.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px ;
	background-image:url(https://placehold.it/1920x800);
	background-repeat:no-repeat;
	background-position:top center;
}
.feature_section2 .contant {
	text-align: left;
	padding:60px 20px;
	background-color:#fff;
	margin-top:-140px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 2px 0px rgba(204,204,204,1);
}
.feature_section2 b {
	text-align: left;
	font-size:16px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.feature_section2 i {
	font-size:27px;
	color:#fff;
	margin-bottom:15px;
	margin-top:50px;
}
.feature_section2 .one_fourth_less {
	text-align:left;
	border-bottom:solid 1px #2f2f2f;
	padding-bottom:30px;
}


/*---------------------------*/
/* features_section 3 */
/*---------------------------*/

.feature_section3 {
	float: left;
	width: 100%;
	text-align:left;
	padding:90px 0px ;
}
.feature_section3  .contant {
	text-align:left;
	padding-left:30px;
}
.feature_section3  h1 {
	color:#90cd4b;
	font-weight:500;
}
.feature_section3  .conleft {
	float: left;
	text-align:left;
	margin-top:20px;
}
.feature_section3 .conleft i {
	color:#90cd4b;
	padding-right:15px;
	padding-top:20px;
	font-size:18px;
}
.feature_section3.conleft li {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#727272;
	font-weight:normal;
	line-height:35px;
	text-transform:none;
}


/*---------------------------*/
/* features_section 4 */
/*---------------------------*/

.feature_section4 {
	float: left;
	width: 100%;
	text-align:center;
	padding:90px 0px;
	background-color:#f3f3f3;
}
.feature_section4 .box {
	width:25%;
	float:left;
	text-align:center;
	padding:30px 0px 40px 0px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(186,186,186,1);
-moz-box-shadow: 0px 0px 1px 0px rgba(186,186,186,1);
box-shadow: 0px 0px 1px 0px rgba(186,186,186,1);
}

.feature_section4 h3 {
	padding-bottom:20px;
	border-bottom:solid 1px #f3f3f3;
	transition: all 0.3s ease;
}
.feature_section4 h1 {
	font-size:42px;
	font-weight:normal;
	border-bottom:solid 1px #f3f3f3;
	padding:0px 0px 15px 0px;
	margin:20px 60px 20px 60px;
	transition: all 0.3s ease;
}
.feature_section4 h1 strong {
	font-size:52px;
	font-weight:bold;
	transition: all 0.3s ease;
}
.feature_section4 h1 b {
	font-size:21px;
	font-weight:normal;
	color:#727272;
}
.feature_section4 ul {
	border-bottom:solid 1px #f3f3f3;
	padding-bottom:40px;
	margin-bottom:40px;
}
.feature_section4 ul li {
	padding:7px 0px;
}
.feature_section4 :hover h1 strong,
.feature_section4 .active h1 strong {
	color:#90cd4b;
}
.feature_section4 :hover h1,
.feature_section4 .active h1 {
	border-bottom:solid 1px #90cd4b;
}
.feature_section4 :hover h3,
.feature_section4 .active h3 {
	color:#90cd4b;
}
.feature_section4 :hover .button.four,
.feature_section4 .active .button.four{
	color: #fff;
	background-color:#90cd4b;
}

/*---------------------------*/
/* features_section 5 */
/*---------------------------*/

.feature_section5 {
	float: left;
	width: 100%;
	text-align:center;
	padding:90px 0px;
}
.feature_section5 .left{
	width:50%;
	float:left;
	padding:180px 0px;
	background-image:url(https://placehold.it/1024x360);
	background-repeat:no-repeat;
	background-position:right top;
}
.feature_section5 .right{
	width:50%;
	float:left;
	background-color:#fff;
	padding:70px 60px 100px 60px;
	text-align:left;
}
.feature_section5 h3{
	font-weight:600;
	margin-bottom:10px;
}
.feature_section5 p{
	font-size:13px;
	text-transform:none;
	font-style:italic;
}
.feature_section5 b{
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-style:italic;
}
.feature_section5 .site-search-area {
	margin: 0px;
	padding: 0px;
}
.feature_section5 #site-searchform {
	margin: 0;
	padding: 0;
}
.feature_section5 #site-searchform #s{
	border: 1px solid #e0e0e0;
	background-color: #fff;
	width: 90%;
	height:40px;
	padding:5px 10px 5px 10px;
	color: #999;
	text-transform:uppercase;
	float: left;
	font-size: 13px;
	
}
.feature_section5 #site-searchform #searchsubmit{
	float: left;
	width:50px;
	height:41px;
	transition: all 0.3s ease;
	line-height:100;
	overflow:hidden;
	background: #e0e0e0 url(../images/site-search-icon.png) no-repeat center 14px; 
	border:0;
}
.feature_section5 #site-searchform #searchsubmit:hover{
	background: #90cd4b url(../images/site-search-icon.png) no-repeat center 14px;
}



/*------------------*/
/* FOOTER STYLES
/*------------------------------------------------------*/

/* Address */
.footer {
	float: left;
	width: 100%;
	padding: 57px 0px;
	background-color: #000000;
}
.footer h3 {
	color: #fff;
	margin-bottom: 30px;
}
.footer h3.lmb {
	color: #fff;
	margin-bottom: 20px;
}

.footer.three {
	float: left;
	width: 100%;
	padding: 57px 0px;
	background-color: #eee;
}
.footer.three h3 {
	color: #272727;
	margin-bottom: 30px;
}
.footer.three h3.lmb {
	color: #272727;
	margin-bottom: 20px;
}

.footer.bggraph {
	background: #181818 url(../images/demo-7-footer-bg.jpg) no-repeat center top;
}

ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 4px 0px;
	margin: 0px;
}
.faddress li a {
	color: #727272;
}
.faddress li a:hover {
	color: #fff;
}

/* Tags */
.ftags {
	float: left;
	width: 100%;
}
.ftags ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ftags li {
	float: left;
	padding: 0px;
	margin: 0px 8px 14px 0px;
}
.ftags li a {
	color: #fff;
	padding: 5px 10px;
	background-color: #2e2e2e;
}
.ftags li a:hover {
	color: #fff;
	background-color: #484848;
}

.ftags.three li a {
	color: #fff;
	padding: 5px 10px;
	background-color: #999;
}
.ftags.three li a:hover {
	color: #fff;
	background-color: #484848;
}

/* Tweets */
.twitter_feed {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.twitter_feed .left {
	float: left;
	padding: 0px;
	margin: -7px 0px 0px 0px;
	width: 20px;
}
.twitter_feed .right {
	float: right;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	width: 89%;
}
.twitter_feed a {
	color: #999;
}
.twitter_feed a:hover {
	color: #fff;
}
.twitter_feed a.small {
	font-size: 9px;
	color: #727272;
}
.twitter_feed a.small:hover {
	font-size: 9px;
	color: #999;
}

/* flickr */
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width: 70px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 2px;
	border: 0px solid #999 !important;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	margin-top: 25px;
}
#flickr_badge_source {
	padding:0 !important;
}

/* Newsletter Signup */
.newsletter {
	float: left;
	width: 100%;
}
.newsletter .enter_email_input {
	float: left;
	width: 75%;
	height: 39px;
	padding: 0px 7px;
	line-height: 39px;
	background: #fff;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
	color: #999;
}
.newsletter .input_submit {
	float: left;
	color: #fff;
	height: 39px;
	padding: 0px 10px;
	background-color: #90c63d;
	border: 0px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.newsletter .input_submit:hover {
	color: #727272;
	background-color: #90c63d;
}

/* Newsletter Signup */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #727272;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}

/* Recent posts */

.frposts {
	float: left;
	width: 100%;
}
.frposts ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.frposts li {
	padding: 5px 0px 7px 0px;
	border-bottom: 1px solid #272727;
	margin: 0px;
}
.frposts li a {
	color: #727272;
}
.frposts li a:hover {
	color: #fff;
}
.frposts li a i {
	color: #575757;
	margin-right: 3px;
}

/* Site info */
.siteinfo {
	float: left;
	width: 100%;
}
.siteinfo a {
	color: #fff;
	font-size: 13px;
}
.siteinfo a i {
	margin-left: 4px;
}
.siteinfo a:hover {
	color: #999;
}

/*    fbposts    */
.fbposts {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.fbposts img {
	float: left;
	margin-right: 18px;
	transition: all 0.3s ease;
}
.fbposts a {
	float: left;
	color: #bbb;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}
.fbposts a:hover {
	color: #fff;
}
.fbposts a:hover img {
	opacity: 0.7;
}
/* copyrights */
.copyright_info {
	float: left;
	padding: 27px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #999;
	font-size: 12px;
	color: #999;
	font-style: normal;
	font-weight: normal;
	background: #000d13;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	text-align: right;
}
.copyright_info a:hover {
	color: #e3e3e3;
}

/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #595959;
	color: #fff;
}
.footer_social_links li:hover {
	background-color: #727272;
}
.footer_social_links li i {
	color: #e3e3e3;
}



/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	color:#fff;
	text-indent: -9999px;
	background: #ccc url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
}
