/*-------------------------------------------------------
[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: 10px;
	position: relative;
	text-indent: -999em;
	background: url(../images/logo.png) no-repeat left top;
}
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}
.container_full_menu {
	width: 97%;
	margin: 0 auto;
}


/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

.linebg_1 {
	width: 72px;
	height: 1px;
	background-color: #272727;
	margin:23px auto 50px auto;	
}
.linebg_2 {
	width: 72px;
	height: 1px;
	background-color: #fff;
	margin:23px auto 50px auto;
}
.linebg_3 {
	width: 72px;
	height: 1px;
	background-color: #fff;
	margin:23px auto 35px auto;	
}


/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px;
}
.feature_section1 .box h5{
	font-weight:bold;
	font-size: 16px;
	text-transform: uppercase;
	color:#272727;
	line-height:23px;
	margin:30px auto 15px auto;
	transition: all 0.3s ease;
}
.feature_section1 .bgline {
	width: 50px;
	height: 1px;
	background-color: #272727;
	margin:0 auto;	
	transition: all 0.3s ease;
}
.feature_section1 .box {
	width: 100%;
	margin:0 auto;
	transition: all 0.3s ease;
}
.feature_section1 .box:hover .bgline,
.feature_section1 .box.active .bgline {
	background-color: #2ecc71;
}
.feature_section1 .box:hover h5,
.feature_section1 .box.active h5 {
	color: #2ecc71;
}
.feature_section1 .box i {
	background-color: #545454;
	height: 100px;
	width: 100px;
	line-height: 90px;
	padding: 0;
	border-radius: 100%;
	text-align: center;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 38px;
	display: block;
	margin: 0 auto;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.feature_section1 .box:hover i,
.feature_section1 .box.active i {
	color: #fff;
	background-color: #2ecc71;
}
.feature_section1 .box p{
    text-align:center;
	padding-top: 20px;
	line-height:25px;	
}


/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	background: #f3f3f3;
}
.feature_section2 .left {
	float: left;
	width: 50%;
	padding: 100px 80px 0px 80px;
	text-align: left;
	background-color: #f3f3f3;
}
.feature_section2 .left p{
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #727272;
	letter-spacing: normal;
	text-align: left;
	padding-right:50px;
	padding-top:5px;
}
.feature_section2 .right {
	float: left;
	width: 50%;
}
.feature_section2 .right .box1 {
	float: left;
	width: 100%;
	background-image: url(../images/site-img57.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
}
.feature_section2 .right .box2 {
	float: left;
	width: 100%;
	background-image: url(../images/site-img56.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
	text-align: left;
}
.feature_section2 .right .box2 .arrow_box {
	position: relative;
	background: #fff;
	float: left;
	width: 50%;
	padding: 55px 40px 0px 50px;
	height: 400px;
	color: #fff;
}
.feature_section2 .right .box2 .arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 20px;
	margin-top: -150px;
}
.feature_section2 .right p{
	font-weight: 400;
	line-height: 25px;
	color: #727272;
	letter-spacing: normal;
	text-align: left;
	padding-top:10px;	
}


/* features_section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0px;
	background-image: url(../images/bg-image06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.feature_section3 .box {
	width: 100%;
	margin:0 auto;
	transition: all 0.3s ease;
}
.feature_section3 .box img {
	border-radius: 100%;
	border: 12px solid #eee;
}
.feature_section3 .box h3{
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size: 21px;
	padding-top:28px;
	color:#272727;
	letter-spacing:0.5px;
	transition: all 0.3s ease;
}
.feature_section3 .box:hover h3,
.feature_section3 .box.active h3 {
	color: #2ecc71;
}
.feature_section3 .box p{
    text-align:center;
	padding-top: 10px;
	line-height:25px;	
}


/* features_section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 80px 0px;
	background:#f3f3f3;
}
.feature_section4 .box {
	text-align: center;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
	padding: 0px 0px 18px 0px;
	margin: 5px;
	background:#fff;
	transition: all 0.3s ease;
}
.feature_section4 .box img {
	float: left;
	margin-bottom: 22px;
}
.feature_section4 .box h5 {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	margin:0 auto;
	line-height:14px;	
}
.feature_section4 .box h5 b {
	width: 100%;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	font-size: 13px;
	color:#999999;
	padding-top: 5px;
	display: block;
}
.feature_section4 .box:hover {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.9);	
}


/* features_section 5  */
.feature_section5 {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	background-image: url(../images/bg-image07.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 100px 0px 90px 0px;
}
.feature_section5 h6 {
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	padding-top: 14px;
	margin-bottom: 0px;
}
.feature_section5 h6 em {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	display: block;
	font-style: normal;
	font-weight:normal;
	text-transform: none;
}
.feature_section5 .cimag img {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	border: 2px solid #fff;
	margin:0 auto;
}


/* features_section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	padding: 100px 0px 90px 0px;
	text-align: center;
	background:#272727;
}
.contact-form {
	width: 75%;
	display: block;
	margin: 0 auto;
}
.feature_section6 .box1 {
	width:49%;
	float:left;
}
.feature_section6 .box2 {
	width:49%;
	float:right;	
}
.feature_section6 .contact-form label {
	float: left;
	width: 100%;
}
.feature_section6 .contact-form .input {
	font-family: 'Raleway', sans-serif;
	color: #727272;
	float: left;
	width: 100%;
	text-align: left;
	background: #eeeeee;
	border: 2px solid #eee;
	padding: 12px 16px;
	margin-bottom: 15px;
}
.feature_section6 .contact-form textarea {
	font-family: 'Raleway', sans-serif;
	color: #000;
	float: left;
	width: 100%;
	height: 230px;
	text-align: left;
	background: #eeeeee;
	border: 2px solid #eee;
	padding: 12px 16px;
}
.feature_section6 .button_send {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding: 16px 0px;
	width: 100%;
	background-color: #2ecc71;
	text-transform: uppercase;
	transition: all 0.3s ease;
	letter-spacing:4px;
	border: none;
	cursor: pointer;
}
.feature_section6 .button_send:hover {
	color: #2ecc71;
	background-color: #fff;
}

/*  featured section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	text-align:center;
	background-color:#181818;
	padding:76px 0px 70px 0px ;
}
.feature_section7 .box1{
	width:22%;
	float:left;
}
.feature_section7 .box2{
	width:22%;
	float:left;	
}
.feature_section7 .box3{
	width:28%;
	float:left;
}
.feature_section7 .box4{
	width:28%;
	float:left;
	color: #fff;
}
.feature_section7 .box4 a {
	color: #fff;
}
.feature_section7 .box4 a:hover {
	color: #454545;
}
.feature_section7 i {
	color: #FFF;
	font-size: 50px;
	margin-right: 14px;
	float:left;
	text-align:left;
}
.feature_section7 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_section7 h4 b {
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}


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