/*-------------------------------------------------------
[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 */
#logo {
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	margin-top: 12px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo16.png) no-repeat left top;
}
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

.slidermar32 {
	margin-top: 85px;
}


/*---------------------------------
   FEATURE SECTIONS
----------------------------------*/
/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding:70px 0px 70px 0px;	
}
.feature_section1 .con{
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.feature_section1 h3{
	margin-bottom:0px;
	margin-top:-140px;
	position:relative;
	transition: all 0.3s ease;
	width:100%;
	padding: 5px 0px;
}
.feature_section1 a:hover h3{
	background: #eba687;
}
.feature_section1 p{
	font:14px;
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
}


/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px 90px 0px;	
}
.feature_section2 i{
	font-size:10px;
	color:#eba687;
}
.feature_section2 .one_fourth_less{
	text-align:center;
}
.feature_section2 h5 {
	font-size:14px;
	font-weight:600;
	padding-top:8px;
	text-transform:uppercase;
	margin-bottom:0px;
}
.feature_section2 h4 {
	font: 18px 'Open Sans', sans-serif;
	font-weight:bold;
	padding:6px 0px 12px 0px;
}
.feature_section2 h4 em {
	font-weight: normal;
	padding-top: 6px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-decoration: line-through;
	font-style: normal;
}


/* features_section 3*/
.feature_section3 {
	float: left;
	width: 100%;
	text-align:center;
	padding: 230px 0px 140px 0px;
	background-image: url(../images/bg-image40.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;	
}
.feature_section3 h2 {
	font-size:45px;
	font-weight:bold;
	color:#fff;
}
.feature_section3 h1 {
	font-size:72px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
}
.feature_section3 h1 em{
	color:#eba687;
	font-style:normal;
}


/* features_section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding:90px 0px 70px 0px;
}
.feature_section4 h2  {
	text-transform:uppercase;
	margin-bottom:30px;
}
.feature_section4 .content {
	float: left;
	width:100%;
	text-align:center;
}
.feature_section4 .befor {
	background:#eba687;
	padding:5px 14px;
	width:50%;
	color:#fff;
	text-align:center;
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	transition: all 0.3s ease;
}
.feature_section4 .befor:hover {
	background:#272727;
	color:#fff;
}
.feature_section4 .after {
	background:#e9e9e9;
	padding:5px 14px;
	width:50%;
	color:#272727;
	text-align:center;
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	transition: all 0.3s ease;
}
.feature_section4 .after:hover {
	background:#272727;
	color:#fff;
}
.feature_section4 h5 {
	padding:18px 0px 15px 0px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:0px;
	font-size:14px;
}


/*  featured section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	text-align:center;
	background-color:#272727;
	padding:76px 0px 70px 0px ;
}
.feature_section6 .box1{
	width:22%;
	float:left;
}
.feature_section6 .box2{
	width:22%;
	float:left;	
}
.feature_section6 .box3{
	width:28%;
	float:left;
}
.feature_section6 .box4{
	width:28%;
	float:left;
}
.feature_section6 i {
	color: #FFF;
	font-size: 50px;
	margin-right: 14px;
	float:left;
	text-align:left;
}
.feature_section6 h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	margin:0 auto;
	letter-spacing:normal;
	display:block;
	text-transform:none;
	padding-top:0px;
	text-align:left;
}
.feature_section6 h4 b {
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}
.newsletter .enter_email_input {
	float: left;
	padding: 3px 0px 4px 20px;
	height: 55px;
	width: 76%;
	background: #fff;
	border: none;
	color: #999999;
	font-size: 14px;
}
.newsletter .input_submit {
	float: left;
	padding: 16px 16px;
	background-color: #eba687;
	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;
}


/*  copyrights */

.copyright_info {
	float: left;
	padding: 30px 0px 30px 0px;
	width: 100%;
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background: #ffffff;
}


/*   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: #cccccc;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}



/* features section 13 */
.feature_section13 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0px 80px 0px;
	background: #f3f3f3;
}
.feature_section13 .climg img {
	width: 12.5%;
	border-radius: 100%;
	margin-bottom: 20px;
}

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


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