body {
	font-family: 'Helvetica Neue', Arial, sans-serif !important;
	background: #fdfdfd;
	color:#666;
}

html, body { border: 0; margin: 0; padding: 0; }
h1 { margin-top: 70px; margin-bottom: 40px; }
h3 { margin-bottom: 30px; }

.content { margin: 0 auto; padding: 5px 40px; }

.section-1 .content {
	max-width: 100%;
}

.section-2 .content {
	max-width: 750px;
}

.main-header {
	z-index: 99999;
	background-color: #fff;
	height: 66px;
	padding-left: 30px;
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12)
}

.sec-title {
	text-align: center;
	margin-bottom: 65px;
}
.sec-title h2 {
	font-size: 20px;
	color: #3c4858;
	font-weight: 400;
	margin: 0;
}

.main-header .left-area {

}

.main-header .right-area {
	width: 100%;
	text-align: right;
}

.site-menu {
	display: inline-block;
}
.site-menu li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.site-menu li a {
	display: block;
	text-decoration: none;
	margin-left: 42px;
	color: rgba(60, 72, 88, 0.9);
	font-size: 14px;
}

.site-menu li.purchase-button a {
    background: #1fb6ff;
    color: #fff;
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    font-size: 12px;
}

.site-menu li:hover a {}


.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg .overlay {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
	max-height: 350px;
	min-height: 250px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

.overlay-content {
	text-align: center;
	width: 100%;
}

.banner-header.bg {
	background-image: url('img/header-banner.jpg');
	padding-top: 66px;
}

.banner-header.bg .overlay {
	background-color: rgba(60, 72, 88, 0.7);
}

.banner-header h1 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
	font-weight: 400;
}


.main-footer .top-area.bg {
	background-image: url('img/footer-banner.jpg');
}
.main-footer .top-area.bg .overlay {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
	max-height: 360px;
	min-height: 260px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

.main-footer .top-area.bg .overlay {
	background-color: rgba(60, 72, 88, 0.91);
}
.main-footer .bottom-area {
	text-align: center;
	background-color: #303a48;
	color: #8492a6;
	font-size: 13px;
	padding: 20px 30px;
}

.main-footer .top-area h2 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 48px;
}
.main-footer .purchase-button {
	width: 170px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
    background: #1fb6ff;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}