/*-------------------------------------------------------
[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/logo2.png) no-repeat left top;
}
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

.slidermar10 {
	margin-top: 85px;
}


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


/* title rows */
.title_row{
    padding: 20px 0;
    text-align: center;
    width: 100%;float: left;
}
.title_row span{
	font-family: 'Raleway', sans-serif;
    font-size: 27px;
	font-weight: 600;
    color: #272727;
	margin: 0;
    position: relative;
    line-height: 100%;
	text-transform: uppercase;
}
.title_row span:before {
    position: absolute;
    left: -125px;
    top: 12px;
    content: "";
    background: url(../images/left-sep.png) no-repeat;
    width: 112px;
    height: 11px;
}
.title_row span:after {
    position: absolute;
    right: -125px;
    top: 12px;
    content: "";
    background: url(../images/right-sep.png) no-repeat;
    width: 112px;
    height: 11px;
}


/* features_section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #272727;
}
.feature_section1 .one_third {
	width: 33.33333%;
	margin: 0;
	padding: 62px 0px 60px 0px;
	background-image: url(../images/v-line-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.feature_section1 h2{
	font-weight:600;
	font-size: 18px;
	text-transform: uppercase;
	color:#fff;
	display:block;
}
.feature_section1 h2 b{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size: 14px;
	text-transform:none;
	line-height:24px;
	color:#fff;
	display:block;
	padding-top:17px;	
}

/* features_section 2 */
.feature_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 80px 0px;
}
.feature_section2 .box h5{
    font-family: 'Raleway', sans-serif;
	font-weight:bold;
	font-size: 18px;
	text-transform: uppercase;
	color:#272727;
	line-height:23px;
	margin:26px auto 7px auto;
	transition: all 0.3s ease;
}
.feature_section2 .box {
	width: 100%;
	margin:0 auto;
	transition: all 0.3s ease;
	padding-top:42px;
}
.feature_section2 .box:hover h5,
.feature_section2 .box.active h5 {
	color: #59abe3;
}
.feature_section2 .box i {
	background-color: #f3f3f3;
	height: 102px;
	width: 102px;
	line-height: 102px;
	padding: 0;
	border-radius: 100%;
	text-align: center;
	transition: all 0.3s ease;
	color: #272727;
	font-size: 42px;
	display: block;
	margin: 0 auto;
}
.feature_section2 .box:hover i,
.feature_section2 .box.active i {
	color: #fff;
	background-color: #59abe3;
}
.feature_section2 .box p{
	font-family: 'Open Sans', sans-serif;
	color:#727272;
	font-size:14px;	
}


/* features_section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	text-align: center;
}


/* features_section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/graph-bg-image.jpg) repeat-y center top;
}


/*  featured section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	padding:80px 0px 80px 0px;
	text-align:center;
}
.feature_section5 .left {
	float: left;
	width: 50%;
}
.feature_section5 .right {
	float: left;
	width: 50%;
	padding: 44px 55px 59px 50px;
	text-align: left;
	background: #59abe3;
}
.feature_section5 i {
	color: #FFF;
	font-size: 16px;
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	margin-right: 12px;
	margin-top: 0px;
	transition: all 0.3s ease;
	border: 1px solid #fff;
}
.feature_section5 i:hover {
	color: #393939;
}
.feature_section5 h3 {
	font-size: 18px;
	font-weight:600;
	color:#fff;
	margin:0 auto;
	text-transform:uppercase;
	padding-bottom:20px;
}
.feature_section5 h4 {
	font-size: 14px;
	font-weight:600;
	color: #fff;
	margin:0 auto;
	letter-spacing:normal;
	display:block;
	text-transform:none;
	padding-top:3px;
}


/*  featured section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	padding:80px 0px 90px 0px;
	text-align:center;
	background:#f3f3f3;
}
.feature_section6 .one_third {
	float: left;
	border-bottom:5px solid #999999;
	padding: 0px 0px 45px 0px;
	background:#fff;
	margin-top:25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.12);
}
.feature_section6 .one_third .title {
	color: #999;
	text-align: center;
}
.feature_section6 .one_third .title h4 {
	color:#999;
	font-size:18px;
	border-bottom:1px solid #e0e0e0;
	padding:22px 0px 20px 0px;
}
.feature_section6 .one_third .title h2 {
	font-family: 'Open Sans', sans-serif;
	color: #999;
	font-size: 45px;
	font-weight: bolder;
	border-bottom:1px solid #e0e0e0;
	padding:10px 0px;
}
.feature_section6 .one_third .title h2 b {
	color: #999;
	text-align: center;
	font-size: 14px;
	font-weight:normal;
}
.feature_section6 .one_third i {	
	color: #939393;
	padding-right:10px;
}
.feature_section6 .one_third li {
	color: #727272;
	text-align:left;
	padding: 9px 10px 9px 61px;
}
.feature_section6 .button_2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	background:#999;
	border-radius: 4px;
	transition: all 0.3s ease;
	padding: 12px 31px;
	text-transform: uppercase;
	font-weight:bold;
}
.feature_section6  .button_2:hover {
	color: #fff;
	background: #59abe3;
}
.feature_section6  .highlight .button_2  {
	background:#59abe3;
}
.feature_section6 .highlight {
	border-bottom:5px solid #59abe3;	
}
.feature_section6  .highlight .title h4  {
	border-bottom:none;
	padding:22px 0px 10px 0px;
	color:#59abe3;
}
.feature_section6  .highlight .title h2 {
	background:#59abe3;
	color:#fff;
	border-bottom:none;
	padding:20px 0px 12px 0px;
}
.feature_section6  .highlight .title h2 b {
	color:#fff;
}


/*  featured section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	text-align:center;
	background-color:#272727;
	padding: 40px 0px;
}
.feature_section7 .box1,
.feature_section7 .box2,
.feature_section7 .box3 {
	float:left;
	width:33.333%;
}
.feature_section7 i {
	color: #fff;
	font-size: 46px;
	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:3px;
	text-align:left;
}
.feature_section7 h4 b {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}
.feature_section7 a:hover {
	color: #999;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 35px 0px ;
	width: 100%;
	color: #999999;
	font-size: 13px;
	background: #3c3c3c;
	text-align:center;
}
.copyright_info a:hover {
	color: #fff;
}

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