/*-------------------------------------------------------
[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;
}


.logo {
	float: left;
	width: 25%;
	margin-top: 7px;
	padding-left: 18px;
}


/*----------------------------
   FEATURE SECTIONS
------------------------------*/
/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/bg-image26.jpg) repeat-y center top;
	padding: 97px 0px 86px 0px;
}
.feature_section1 .box{
	width:100%;
	float:left;
	background-color:#fff;
	margin-bottom:10px;
}
.feature_section1 .box .left{
	width: 32%;
	float: left;
	text-align: left;	
}
.feature_section1 .box .left img{
	float: left;
}
.feature_section1 .box .right{
	width: 68%;
	float: left;
	text-align: left;	
}
.feature_section1 .box .right .date {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 27px;
	font-weight:bold;
	text-align:center;
	background-color:#e74c3c;
	padding:14px 10px 10px 10px;
	margin-right:20px;
	float:left;
}
.feature_section1 .box .right .date i {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	display:block;
	text-transform: uppercase;
	padding-top:5px;
}
.feature_section1 .box ul.content .post_con  {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	text-align: left;
	margin-top:45px;
}
.feature_section1 .box .post_con li {
	float: left;
	padding: 0px 20px 0px 4px;
	color: #999;
	text-align:left;
}
.feature_section1 .box .post_con li a {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	text-align:left;
}
.feature_section1 .box .post_con li a:hover {
	color: #727272;
	text-decoration: none;
}
.feature_section1 .box .post_con li i {
	color: #d4d4d4;
	font-size: 20px;
	font-weight:normal;
}

.feature_section1 .box2{
	width:100%;
	float:left;
	background-color:#fff;
	margin-bottom:10px;
}
.feature_section1 .box2 .right{
	width: 32%;
	float: left;
	text-align: left;	
}
.feature_section1 .box2 .right img{
	float: right;
}
.feature_section1 .box2 .left{
	width: 68%;
	float: left;
	text-align: right;	
}
.feature_section1 .box2 .left .date {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 27px;
	font-weight:bold;
	text-align:center;
	background-color:#e74c3c;
	padding:14px 10px 10px 10px;
	margin-left:20px;
	float: right;
}
.feature_section1 .box2 .left .date i {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	display:block;
	text-transform: uppercase;
	padding-top:5px;
}
.feature_section1 .box2 ul.content .post_con  {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	text-align: left;
	margin-top:45px;
}
.feature_section1 .box2 .post_con li {
	float: right;
	padding: 0px 0px 0px 20px;
	color: #999;
	text-align: left;
}
.feature_section1 .box2 .post_con li a {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	text-align:left;
}
.feature_section1 .box2 .post_con li a:hover {
	color: #727272;
	text-decoration: none;
}
.feature_section1 .box2 .post_con li i {
	color: #d4d4d4;
	font-size: 20px;
	font-weight:normal;
}


/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: rgba(12,12,12,1);
	background: url(../images/bg-image27.jpg) repeat-y center top;
	padding: 100px 0px 100px 0px;
}


/* features_section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	text-align: center;
	background:#fff;
}
.feature_section3 .title {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px 25px 0px;
	background:#272727;
}
.feature_section3 .left {
	float: left;
	width: 50%;
	padding: 100px 0px 86px 0px;
	text-align:left;
}
.feature_section3 .leftlinebg {
	float: left;
	width: 110px;
	height:3px;
	background: #e74c3c;
	text-align:left;
	margin:20px 0px;
}
.feature_section3 .left .cont {
	float: right;
	width: 75%;
	padding:0px 70px 0px 0px;
}
.feature_section3 .square {
	float: left;
	width: 40px;
	height: 40px;
	margin: 12px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
	background: #f3f3f3;
}
.feature_section3 .square i {
	width: 40px;
	height: 40px;
	color: #454545;
	font-size: 21px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
.feature_section3 .right {
	float: left;
	width: 50%;
	padding: 0px 0px;
	background-color: #ececec;
	background-image: url(../images/site-img145.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:570px;
}


/* features_section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	text-align: center;	
}
.feature_section4 .boximg{
	width:25%;
	float:left;
	background: #181818;
	opacity: 1;
	transition: all 0.3s ease;
}
.feature_section4 .boximg:hover {
	opacity: 0.8;
}
.feature_section4 .boximg img{
	display: block;
	width: 100%;
}
.feature_section4 .boximgcon{
	width: 100%;
	text-align: center;
	margin-top: -60px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight: 400;
	text-transform:uppercase;
	color:#fff;
	padding:18px 0px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
	background: rgba(39,39,39,0.9);

}
.feature_section4 .boximgcon i{
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight: 400;
	color:#fff;
	text-transform:none;
}


/* features_section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	padding:90px 0px;
}
.feature_section5 .slidesec {
	float: left;
	width: 100%;
	background: #f3f3f3;
}
.feature_section5 .slidesec img {
	float: left;
	width: 100%;
}
.feature_section5 .slidesec .cont {
	float: left;
	width: 100%;
	padding: 16px 25px 25px 25px;
}
.feature_section5 .slidesec em {
	color: #999;
	font-size: 12px;
	font-style: normal;
}


.feature_section5 .videosec {
	float: left;
	width: 100%;
	background: #999;
}
.feature_section5 .videosec iframe {
	float: left;
	width: 100%;
	height: 400px;
}


/* features_section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	padding: 100px 0px 80px 0px;
	text-align: center;
	background: #272727 url(../images/bg-image28.jpg) no-repeat center top;
}
.feature_section6 .line {
	display: block;
	width: 90px;
	height: 2px;
	background: #fff;
	margin: 25px auto 0 auto;
}

/* features_section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px 100px 0px;
}

/* features_section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px 45px 0px;
	background: #272727 url(../images/bg-image29.jpg) repeat-y center top;
	border-bottom: 5px solid rgba(255,255,255,0.1);
}
.feature_section8 .contact-form {
	width: 85%;
	display: block;
	margin: 0 auto;
}
.feature_section8 .contact-form label {
	float: left;
	width: 100%;
}
.feature_section8 .contact-form .input {
	color: #fff;
	float: left;
	width: 100%;
	text-align: left;
	background: rgba(0,0,0,0.1);
	border: 1px solid #727272;
	padding: 12px 16px;
	margin-bottom: 15px;
}
.feature_section8 .contact-form textarea {
	color: #fff;
	float: left;
	width: 100%;
	height: 225px;
	text-align: left;
	background: rgba(0,0,0,0.1);
	border: 1px solid #727272;
	padding: 12px 16px;
}
.feature_section8 .button_send {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding: 16px 50px;
	border-radius: 3px;
	background-color: #e74c3c;
	text-transform: uppercase;
	transition: all 0.3s ease;
	letter-spacing:1px;
	border: none;
	cursor: pointer;
}
.feature_section8 .button_send:hover {
	color: #181818;
	background-color: #fff;
}

.feature_section8 .box1{
	width:50%;
	float:left;
	margin-bottom: 20px;
}
.feature_section8 .box2{
	width:50%;
	float:left;	
}
.feature_section8 .box3{
	width:100%;
	float:left;
	margin-bottom: 30px;
}
.feature_section8 .box4{
	width:100%;
	float:left;
}
.feature_section8 i {
	color: #FFF;
	font-size: 27px;
	margin-right: 12px;
	margin-top: 5px;
	float:left;
	text-align:left;
}
.feature_section8 h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	margin:0 auto;
	letter-spacing:normal;
	display:block;
	text-transform:none;
	padding-top:0px;
	text-align:left;
}
.feature_section8 h4 b {
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}
.newsletter .enter_email_input {
	float: left;
	padding: 3px 0px 4px 20px;
	height: 50px;
	width: 83%;
	background: #fff;
	border: none;
	color: #727272;
	font-size: 14px;
}
.newsletter .input_submit {
	float: left;
	padding: 16px 16px;
	background-color: #e74c3c;
	border: 0px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.newsletter .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #454545;
}
.newsletter .input_submit.color2 {
	background-color: #50c9d4;
}


/* google map */
.google_map1 {
	float: left;
	width: 100%;
	height: 260px;
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/*  copyrights */
.copyright_info {
	float: left;
	padding: 36px 0px 30px 0px;
	width: 100%;
	color: #999;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #181818;
}

/* 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: #454545;
	color: #fff;
	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;
}
