/*-------------------------------------------------------
[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;
}



/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #002636;
	border-bottom: 1px solid #e3e3e3;
	color: #fff;
	font-size: 13px;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 12px 0px;
}
.top_nav .left i {
	color: #999;
}
.top_nav .left a {
	color: #f3f3f3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #727272;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 12px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 16px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #f3f3f3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #727272;
}

.tpbut {
	float: right;
	color: #fff;
	margin-left: 0px;
	padding: 12px 18px;
	transition: all 0.3s ease;
}

.tpbut:hover {
	color: #727272;

} 
.slidermar {
	margin-top: 85px;
}
/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/
.section_title1_1 {
	text-align:center;
	padding:50px 0px 50px 0px;
	background-color:#131723;
	display:block;
	
}
.linebg_1 {
	width: 60px;
	height: 2px;
	background-color: #ff5252;
	margin:0 auto;
}
.linebg_2 {
	width: 60px;
	height: 1px;
	background-color: #d2d2d2;
	margin:0 auto;
}



/*---------------------------*/
/* features_section 1 */
/*---------------------------*/

.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px ;
}
.feature_section1 h2 {
	margin-bottom:0px;
}
.feature_section1 p {
	padding-top:10px;
}
.feature_section1 .box {
	width: 100%;
	padding:20px 20px 30px 20px;
	border: solid 1px #eaeaea;
	margin-top:60px;
}
.feature_section1 .box i {
    border: 2px solid #f3f3f3;
    height: 80px;
	width: 80px;
    line-height: 74px;
    transition: all 0.3s ease;
	color: #868686;
    font-size: 35px;
	display: block;
	margin: 30px 0px 0px 75px;
	-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.feature_section1 .box p{
    text-align:center;
	padding-top: 10px;
}
.feature_section1 .box h4{
    font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size: 16px;
	text-transform: uppercase;
	color:#272727;
	line-height:23px;
	margin:40px 0px 15px 0px;
}
.feature_section1 .btn{
	background-color:#a8a8a8;
	color: #fff;
	border-radius:0;
	padding:9px 16px;
	font-size:13px;
	text-transform:uppercase;
	font-family:Open Sans, sans-serif;
	border-radius:4px;
	transition: all 0.3s ease;
}
.feature_section1 .box:hover .btn,
.feature_section1 .box.active  .btn{
	background-color:#ff5252;
	color: #fff;
}
.feature_section1 .box:hover h4,
.feature_section1 .box.active h4 {
	color: #ff5252;
}
.feature_section1 .box:hover i,
.feature_section1 .box.active i {
	color: #fff;
	background-color: #ff5252;
}

/*---------------------------*/
/* features_section 2 */
/*---------------------------*/

.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding:0px 0px 50px 0px;
	background-image:url(../images/background-image01.jpg);
	background-repeat:repeat-y;
	background-position:centert top;
}
.feature_section2 h3 {
	color:#ff5252;
}

/*---------------------------*/
/* features_section 3 */
/*---------------------------*/

.feature_section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding:0px 0px ;
}
.feature_section3 .left {
	float: left;
	width: 50%;
	text-align: center;
	padding:90px 0px ;
	background-color:#f3f3f3;
	background-image:url(../images/arrow-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.feature_section3 .right {
	float: left;
	width: 50%;
	padding:70px 30px;
}
.feature_section3 .one_half {
	padding:0px 5px;
}
.feature_section3 h1 {
	font-weight:500;
	font-size:32px;
	margin-bottom:0px;
	padding-top:110px;
	text-transform:uppercase;
}
.feature_section3 h5 {
	padding-top:20px;
}
.feature_section3  i {
	font-size:32px;
	color:#ff5252;
	background-color:#fff;
	width:72px;
	height:72px;
	line-height:72px;
	border-radius:100px;
	transition: all 0.3s ease;
}
.feature_section3 i.active,
.feature_section3 i:hover{
	font-size:32px;
	color:#fff;
	background-color:#ff5252;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(237,237,237,1);
-moz-box-shadow: 0px 0px 4px 4px rgba(237,237,237,1);
box-shadow: 0px 0px 4px 4px rgba(237,237,237,1);
}
.feature_section3 p {
	padding-bottom:15px;
}
.feature_section3 .bgline {
	width:60px;
	height: 3px;
	margin-left:15px;
	margin-top:10px;
	background-color: #ff5252;
}

/*---------------------------*/
/* features_section 4 */
/*---------------------------*/

.feature_section4 {
	float: left;
	width: 100%;
	padding: 100px 0px;
	text-align:center;
	background: #272727;
	background-image:url(../images/background-image03.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.feature_section4 i {
	color:#ffffff;
}


/*---------------------------*/
/* features_section 5 */
/*---------------------------*/

.feature_section5 {
	float: left;
	width: 100%;
	padding: 90px 0px;
	text-align:center;
}
.feature_section5 h2 {
	margin-bottom:0px;
}
.feature_section5 p {
	padding-top:10px;
}
.feature_section5 h4 {
	padding:10px 0px;
}
.feature_section5 .box {
	width: 100%;
	text-align:left;
}
.feature_section5 li.post_by {
	float: left;
	padding: 0px 0px 0px 0px;
}
.feature_section5 li.post_categoty {
	float: left;
	padding: 0px 0px 0px 26px;
}
.feature_section5 li.post_comments {
	float: left;
	padding: 0px 0px 0px 0px;
}
.feature_section5 li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 10px;
	text-decoration: none;
	font-size: 13px;
}
.feature_section5 li a:hover {
	color: #727272;
	padding: 0px 5px 0px 10px;
	text-decoration: none;
	font-size: 13px;
}


/*---------------------------*/
/* features_section 6 */
/*---------------------------*/

.feature_sectio6 {
	float: left;
	width: 100%;
	text-align: center;
}
.feature_section6  p{
	padding-top:15px;
	color:#fff;
}
.feature_section6 h2{
	margin-bottom:0px;
}


/*---------------------------*/
/* features_section 7*/
/*---------------------------*/

.feature_section7 {
	float: left;
	width: 100%;
	padding:90px 0px 30px 0px ;
	text-align: center;
}
.feature_section7 h2 {
	margin-bottom:0px;
}
.feature_section7 p {
	padding-top:10px;
}
.clients-grid, .testimonials-grid {
	list-style: none;
	overflow: hidden;
	margin-top:50px;
}
.clients-grid li, .testimonials-grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 14px 0;
}
.clients-grid.grid li {
	width: 16.66%;
}
.clients-grid li a:hover {
	opacity: 0.5;
}


/*---------------------------*/
/* features_section 8   */
/*---------------------------*/

.feature_section8{
	float: left;
	width: 100%;
	padding:0px 0px ;
	text-align: center;
	background-color:#101010;
}

.feature_section8 .box{
	float: left;
	width: 50%;
	padding:20px 50px ;
	text-align: center;
	background-color:#ff5252;
	margin-left:25%;
	margin-right:25%;
}
.feature_section8 #site-searchform #s{
	border: 1px solid #e0e0e0;
	background-color: #fff;
	width: 75%;
	height:43px;
	padding:5px 0px 5px 10px;
	color: #999;
	float: left;
	font-size: 13px;
}
.feature_section8 #site-searchform #searchsubmit{
	float: left;
	width:25%;
	height:43px;
	transition: all 0.3s ease;
	line-height:100;
	overflow:hidden;
	background: #272727 ;
	border:0;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.feature_section8 #site-searchform #searchsubmit:hover{
	color:#ff5252;
}


/*------------------*/
/* FOOTER STYLES
/*------------------------------------------------------*/
/* Address */
.footer2 {
	float: left;
	width: 100%;
	padding: 60px 0px;
	background-color: #101010;
}
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;
}
.social_icons a i {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color:#ebebeb;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	color: #727272;
	margin: 20px 4px 0px 2px;
	transition: all 0.3s ease;
	font-size: 14px;
}
.social_icons a i:hover,
.social_icons a i.active {
	color: #fff;
	background-color: #01a2a6;
}

/* Tags */
.tags {
	float: left;
	width: 100%;
}
.tags ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.tags li {
	float: left;
	padding: 0px;
	margin: 0px 8px 14px 0px;
}
.tags li a {
	color: #fff;
	padding: 5px 10px;
	background-color: #484848;
	transition: all 0.3s ease;
}
.tags li a:hover {
	color: #fff;
	background-color: #ff5252;
}

.tags.three li a {
	color: #fff;
	padding: 5px 10px;
	background-color: #999;
}
.tags.three li a:hover {
	color: #fff;
	background-color: #ff5252;
}

/* qlinks */
.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;
}

/* Newsletter Signup */
.newsletter {
	float: left;
	width: 100%;
}
.newsletter .enter_email_input {
	float: left;
	width: 70%;
	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: #484848;
	border: 0px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.newsletter .input_submit:hover {
	color: #fff;
	background-color: #ff5252;
}

/* copyrights */
.copyright_info {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align:center;
	font-style: normal;
	font-weight: normal;
	background: #ff5252;
}
.copyright_info .container {
	background: #000000;
	text-align:center;
	padding:20px 0px;
	
}


/* 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;
}
