/*-------------------------------------------------------
[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: 30%;
}
.onecol_sixty {
	width: 66%;
}
.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 */
/* Logo */
#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	margin-top: 18px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo8.png) no-repeat 18px top;
}
.logo {
	float: left;
	width: 16%;
	height: 85px;
	background: #cf000f;
}
.menu_main {
	float: right;
	width: 75%;
	z-index: 9999;
}

.container_full_menu {
	width: 100%;
	margin: 0 auto;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: rgba(255,255,255,.5);
	color: #272727;
	font-size: 13px;
	position: relative;
	z-index: 9999;
	font-family: 'Roboto', sans-serif;
}
.top_nav ul.toplinks {
	float: right;
	padding: 0px;
	margin: 0px 12px 0px 0px;
	padding: 9px 0px 8px 0px;
}
.top_nav .toplinks li {
	float: left;
	padding: 0px;
	margin: 0px 18px 0px 0px;
}
.top_nav .toplinks li a {
	float: left;
	color: #272727;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
	font-weight: 300;
}
.top_nav .toplinks li a:hover {
	color: #727272;
}
.top_nav .toplinks li strong {
	font-weight: 400;
}

.slidermar25 {
	float: left;
	margin-top: -40px;
}


/*----------------------------
   FEATURE SECTIONS
------------------------------*/
/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
}
.feature_section1 h2 {
	color: #272727;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}
.feature_section1 h2 strong {
	font-weight: bold;
	color:#cf000f;
}
.feature_section1 .arrow_box {
	position: relative;
	background: #fff;
	padding: 80px 0px 70px 0px;
}
.feature_section1 .arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}


/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px 90px 0px;
	background:#f3f3f3;
}
.feature_section2 .box1 {
	float: left;
	width: 41%;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	padding:90px 30px 27px 30px;
	background-color: #fff;	
}
.feature_section2 .box1 b {
	display: block;
}
.feature_section2 .box2 {
	float: left;
	width: 28.6%;
	background: #272727;
	margin: 0px 10px 0px 10px;
	text-align: center;
}
.feature_section2 .box2.last {
	margin: 0px 0px 0px 0px;
}
.feature_section2 .box2 img {
	width: 100%;
	display: block;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.feature_section2 .box2:hover img {
	opacity: 0.8;
}
.feature_section2 .box2 h2 {
	color: #fff;
	width: 67%;
	margin: -157px auto 62px auto;
	position: relative;
	z-index: 2;
}
.feature_section2 .box2 h2.two {
	margin: -143px auto 80px auto;
}
.feature_section2 .box2 span {
	float: right;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #ff9c00;
	padding: 4px 14px 4px 14px;
	position: relative;
	z-index: 3;
	font-size: 16px;
}
.feature_section2 .box2 span.dark {
	background: #272727;
}


.feature_section2 .box3 {
	float: left;
	width: 41%;
	background: #272727;
	text-align: center;
}
.feature_section2 .box3 img {
	width: 100%;
	display: block;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.feature_section2 .box3:hover img {
	opacity: 0.8;
}
.feature_section2 .box3 h2 {
	color: #fff;
	width: 75%;
	margin: -157px auto 62px auto;
	position: relative;
	z-index: 2;
}
.feature_section2 .box3 span {
	float: right;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #ff9c00;
	padding: 4px 14px;
	position: relative;
	z-index: 3;
	font-size: 16px;
}


/* features_section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding:80px 0px 80px 0px;
}
.searchcou {
	float: left;
	width: 100%;
	margin-top: 18px;
}
.searchcou select {
	float: left;
	padding: 3px 0px 4px 16px;
	height: 52px;
	width: 23.5%;
	margin-right: 16px;
	margin-bottom: 25px;
	background: #f7f7f7;
	border: none;
	color: #727272;
	font-size: 16px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
	box-shadow: inset 0px 0px 2px 0px rgba(221,221,221,1);
}
.searchcou input {
	color: #fff;
	font-size: 14px;
	background:#cf000f;
	padding: 10px 24px;
	white-space: nowrap;
	transition: all 0.3s ease;
	border-radius:2px;
	text-transform: uppercase;
	border: 0px;
}
.searchcou input:hover {
	background:#272727;
}


/* features_section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px 100px 0px;
	background-image: url(../images/bg-image24.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.feature_section4 .container .box i {
	color: #fff;
	font-size: 32px;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 78px;
	height: 78px;
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.feature_section4 .container .box i:hover {
	color: #272727;
	background: #fff;
}


/* features_section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 61px 0px;
	background: #f3f3f3;
	
}


/* features_section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	padding: 80px 0 0 0;
	text-align: center;
	background: #fff;
}
.feature_section6 h2 {
	color: #fff;
	line-height: 50px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.feature_section6 h2 strong {
	font-size: 50px;
	font-weight: 800;
	display: block;
}
.feature_section6 h4 {
	color: #fff;
}
.feature_section6 img {
	display: block;
	margin: 30px auto 0 auto;
}


/* features_section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	padding: 90px 0px 97px 0px;
	text-align: center;
	background-color: #f3f3f3;
	background-image: url(../images/bg-image25.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.feature_section7 .box {
	width: 100%;
	border-radius: 3px;
	padding: 40px 30px 40px 30px;
	background: rgba(61, 207, 209, 0.7);
	transition: all 0.1s ease;
	text-align: center;
	vertical-align: middle;
}
.feature_section7 .box {
	width: 100%;
	border-radius: 3px;
	padding: 40px 30px 40px 30px;
	background: rgba(61, 207, 209, 0.7);
	transition: all 0.1s ease;
	text-align: center;
	vertical-align: middle;
}
.feature_section7 .box.two {
	background: rgba(46, 204, 113, 0.7);
}
.feature_section7 .box.three {
	background: rgba(142, 68, 173, 0.7);
}
.feature_section7 .box.four {
	background: rgba(231, 76, 60, 0.7);
}
.feature_section7 .box.five {
	background: rgba(52, 152, 219, 0.7);
}
.feature_section7 .box.six {
	background: rgba(27, 163, 156, 0.7);
}
.feature_section7 .box.seven {
	background: rgba(235, 151, 78, 0.7);
}
.feature_section7 .box.eight {
	background: rgba(210, 82, 127, 0.7);
}
.feature_section7 .box.nine {
	background: rgba(108, 122, 137, 0.7);
}
.feature_section7 .box.ten {
	background: rgba(38, 166, 91, 0.7);
}
.feature_section7 .box i {
	color: #fff;
	display: block;
	font-size: 45px;
	margin: 0 auto 18px auto;
	border-radius: 100%;
	width:116px;
	height:116px;
	line-height:116px;
	background: rgba(255, 255, 255, 0.18);
	text-align:center;
}
.feature_section7 .box:hover {
	background: rgba(61, 207, 209, 1);
}
.feature_section7 .box.two:hover {
	background: rgba(46, 204, 113, 1);
}
.feature_section7 .box.three:hover {
	background: rgba(142, 68, 173, 1);
}
.feature_section7 .box.four:hover {
	background: rgba(231, 76, 60, 1);
}
.feature_section7 .box.five:hover {
	background: rgba(52, 152, 219, 1);
}
.feature_section7 .box.six:hover {
	background: rgba(27, 163, 156, 1);
}
.feature_section7 .box.seven:hover {
	background: rgba(235, 151, 78, 1);
}
.feature_section7 .box.eight:hover {
	background: rgba(210, 82, 127, 1);
}
.feature_section7 .box.nine:hover {
	background: rgba(108, 122, 137, 1);
}
.feature_section7 .box.ten:hover {
	background: rgba(38, 166, 91, 1);
}

/* features_section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 50px 0px;
	
}
.feature_section8 .left {
	float: left;
	width: 12%;
	margin-left: 80px;
}
.feature_section8 .left img.client_img {
	float: left;
	width: auto;
	margin:0 auto;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #e9e9e9;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	margin-left: 100;
	padding-left: 0px;
}
.feature_section8 .left h5 {
	float: left;
	width: 100%;
	color: #272727;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: normal;
	text-align: left;
}
.feature_section8 .left h5 em {
	font-size: 12px;
	font-style: normal;
	color: #999;
	text-align: center;
	font-weight: 500;
}
.feature_section8 .right {
	float: left;
	width: 78%;
	text-align: left;
}
.feature_section8 .right .arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	padding: 30px;
}
.feature_section8 .right .arrow_box:after,
.feature_section8 .right .arrow_box:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.feature_section8 .right .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 14px;
	margin-top: -14px;
}
.feature_section8 .right .arrow_box:before {
	border-color: rgba(233, 233, 233, 0);
	border-right-color: #e9e9e9;
	border-width: 15px;
	margin-top: -15px;
}


/* feature_section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 9px 0px 75px 0px;
}
.feature_section9 h4{
	font-size: 18px;
	font-weight:200px;
	letter-spacing:normal;
}
.feature_section9 li {
	float: left;
	width: 16.66%;
	border-right: 1px solid #eee;
}
.feature_section9 li.last {
	border-right: none;
}
.feature_section9 span {
	color: #999;
	font-size: 35px;
	display: block;
	margin-bottom: 14px;
}
.feature_section9 li:hover span {
	color: #ee7164;
}


/* newsletter */
.newsletter {
	float: left;
	width: 100%;
	padding: 36px 0px 26px 0px;
	background: #cf000f;
}
.newsletter h2 {
	color: #fff;
	font-weight: 300;
	text-align: right;
}
.newsletter .one_half  {
	float: left;
	text-align:left;
}
.newsletter .one_half i {
	color: #fff;
	font-size: 42px;
	float: left;
	padding-right:20px;
}
.newsletter .one_half h5  {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-bottom:7px;
	letter-spacing:normal;
}
.newsletter .one_half span  {
	font-size:12px;
	text-align:left;
	line-height:25px;
	text-transform:none;
	display: block;
	font-weight: normal;
}
.newsletter .enter_email_input {
	float: left;
	padding: 3px 0px 4px 20px;
	height: 50px;
	width: 76%;
	background: #fff;
	border: none;
	color: #727272;
	font-size: 14px;
}
.newsletter .input_submit {
	float: left;
	padding: 13px 25px 14px 25px;
	background-color: #272727;
	border: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.newsletter .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #454545;
}


/*------------------
 FOOTER STYLES
--------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 90px 0px 0px 0px;
	background: #272727;
	color: #fff;
	font-size: 13px;
	text-align:left;
}

.footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:normal;
}

/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #999;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #999;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}


/* twitter feeds */
.twitter_feeds_three {
	float: left;
	padding: 0px;
	margin: 9px 0px 0px 0px;
}
.twitter_feeds_three li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.twitter_feeds_three li.bhline {
	padding-bottom: 22px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}
.twitter_feeds_three li a {
	color: #fff;
	transition: all 0.3s ease;
}
.twitter_feeds_three li a:hover {
	color: #999;
}
.twitter_feeds_three li i {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.twitter_feeds_three li em {
	float: left;
	font-size: 10px;
	font-style: normal;
	color: #727272;
}
.twitter_feeds_three li em a {
	color: #727272;
	transition: all 0.3s ease;
}
.twitter_feeds_three li em a:hover {
	color: #727272;
	text-decoration: underline;
}
.twitter_feeds_three li.bhline.two {
	border-bottom: 1px solid #e3e3e3;
}


/* flickr */
#flickr_badge_wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#flickr_badge_wrapper img {
	width: 70px;
	height: 70px;
	margin-right: 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;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 30px 0px 25px 0px;
	margin: 70px 0px 0px 0px;
	width: 100%;
	color: #585858;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background: #1f1f1f;
}
.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #585858;
	text-align: right;
	transition: all 0.3s ease;
}
.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;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #303030;
	color: #6f6f71;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}



/*---------------------------*/
/*scroll up */
/*---------------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}
