/* fonts */
@font-face {
	font-family: 'G-medium';
	src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
	font-family: 'G-Narrow-Medium';
	src: url('../fonts/Gotham Narrow Medium.otf');
}
@font-face {
	font-family: 'G-Narrow-book';
	src: url('../fonts/Gotham Narrow Book.otf');
}
@font-face {
	font-family: 'G-book';
	src: url('../fonts/Gotham-Book.otf');
}
/* reset */
* {
	padding: 0;
	margin: 0;
	outline: 0;
	list-style: none;
    text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img {
	max-width: 100%;
}
/* main */
html,body {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
body {
	text-align: center;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-position: bottom center;
}
/*sctn-1*/
.sctn-1 {
	font-size: 0;
	height: 100%;
	padding-top: 100px;
}
.sctn-1 .inner-box {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.sctn-1 .inner-box:first-child {
	background: #2a6654;
	width: 600px;
	height: 620px;
}
.sctn-1 .t1 {
	font-size: 80px;
	font-family: "G-Narrow-Medium";
	text-transform: uppercase;
	line-height: 60px;
	padding: 50px 0 20px;
}
.sctn-1 .t2 {
	font-size: 33px;
	font-family: "G-Medium";
	padding-bottom: 60px;
}
.sctn-1 .t3 {
	font-size: 150px;
	font-family: "G-Narrow-Medium";
	line-height: 110px;
}
.sctn-1 .t3 span {
	font-size: 80px;
    line-height: 1;
}
.sctn-1 .t4 {
	font-size: 36px;
	font-family: "G-Narrow-book";
}
.sctn-1 .t5 {
	font-size: 52px;
	font-family: "G-Narrow-book";
	text-transform: uppercase;
	padding-top: 5px;
}
.sctn-1 .t6 {
	font-size: 70px;
	font-family: "G-Narrow-book";
	text-transform: uppercase;
	padding-top: 10px;
}
/*sctn-2*/
.sctn-2 {
	font-size: 0;
	padding: 55px 60px 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.sctn-2.active {
	opacity: 0;
}
.sctn-2 .inner-box {
	display: inline-block;
	vertical-align: top;
}
.sctn-2 .inner-box:nth-child(2n) {
	padding-top: 60px;
}
.sctn-2 .inner-box:first-child {
	text-align: right;
}
.sctn-2 .inner-box:last-child {
	text-align: left;
	padding-top: 100px;
}
.sctn-2 .inner-box .inner {
	padding: 20px 13px;
}
.sctn-2 .inner-box .img {
	display: inline-block;
	position: relative;
}
.sctn-2 .inner-box .img:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 70%;
	margin: 0 auto;
	height: 1000px;
	border-left: 1px solid #9b9e9f;
	border-right: 1px solid #9b9e9f;
	z-index: -1;
}
.sctn-2 .inner-box .img img {
	border: 4px solid #fff;
}
/*sctn-3*/
.sctn-3 {
	width: 100%;
	height: 100%;
	background: url(../img/bg-2.png) no-repeat;
	background-position: center -120px;
}
.sctn-3 .inner-box {
	color: #fff;
	text-align: left;
	width: 750px;
	height: 600px;
	margin: 10px auto 0;
	padding: 40px;
	background: #2a6654;
}
.sctn-3 .t1 {
	font-size: 32px;
	font-family: "G-book";
	text-transform: uppercase;
	line-height: 25px;
	padding-bottom: 15px;
}
.sctn-3 .line {
	margin-top: 5px;
	margin-bottom: 20px;
}
.sctn-3 .t2 {
	font-size: 40px;
	font-family: "G-Narrow-Medium";
	text-transform: uppercase;
	line-height: 25px;
	padding-bottom: 15px;
}
.sctn-3 .input-box {
	padding: 10px 0;
}
.sctn-3 input {
	line-height: 40px;
	height: 40px;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 10px;
	background: #fff;
}
.sctn-3 input:active {
	background: #efefef;
}
.sctn-3 label {
	position: relative;
	cursor: pointer;
}
.sctn-3 label input {
	display: none;
}
.sctn-3 label:before {
	content: "";
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	width: 20px;
	height: 20px;
	background: #fff;
	box-shadow: 1px 1px 5px -3px #000;
}
.sctn-3 label.active:before {
	content: "✔";
}
.sctn-3 label:active:before {
	background: #efefef;
}
.sctn-3 label p {
	font-size: 16px;
	font-family: "G-book";
	line-height: 24px;
	padding-left: 40px;
}
.sctn-3 .btn-block {
	font-size: 0;
	padding-top: 40px;
}
.sctn-3 .btn-block a {
	color: #fff;
	font-size: 24px;
	font-family: 'G-medium';
	line-height: 50px;
	width: 420px;
	display: inline-block;
	background: #2a6654;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
}
.sctn-3 .btn-block a:last-child {
	width: 230px;
	margin-left: 100px;
}
.sctn-3 .btn-block a:active {
	color: #2a6654;
	background: #fff;
}
/*sctn-4*/
.sctn-4 {
	font-size: 0;
	height: 100%;
	text-align: right;
}
.sctn-4 .inner-box {
	color: #fff;
	text-align: center;
	display: block;
	vertical-align: top;
	width: 100%;
}
.sctn-4 .inner-box > div {
	text-align: left;
	background: #2a6654;
	width: 880px;
	height: 770px;
	padding: 60px 0 0 50px;
	margin-top: 80px;
	display: inline-block;
}
.sctn-4 .inner-box > img {
	max-width: calc(35% - 40px);
	margin-left:40px;
}
.sctn-4 .t1 {
	font-size: 45px;
	font-family: "G-book";
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 30px;
}
.line {
	width: 80px;
	height: 10px;
	margin-bottom: 40px;
	background: #bdd820;
}
.sctn-4 .t2 {
	font-size: 60px;
	font-family: "G-Narrow-book";
	text-transform: uppercase;
	line-height: 50px;
	padding: 15px 0 20px;
}
.sctn-4 .t2 span {
	font-family: "G-Narrow-Medium"
}
.sctn-4 .t3 {
	padding-top: 45px;
}
.sctn-4 .t3 img {
	margin-right: 30px;
}
.sctn-4 p {
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	font-size: 32px;
	font-family: "G-book";
}
/*popup*/
.popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.popup.active {
	display: block;
}
.popup .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg-2.png) no-repeat top center;
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.popup .bg.active {
	opacity: 1;
}
.popup .img {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.popup .img.active {
	top: 0!important;
	left: 0!important;
	height: 800px!important;
	width: 100%!important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.popup .img.back {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.popup .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	margin: auto auto;
	border: 4px solid #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.popup .img.active img {
	height: 90%;
	border: 20px solid #fff;
}
.popup .btn {
	color: #fff;
	font-size: 30px;
	font-family: 'G-medium';
	line-height: 80px;
	position: absolute;
	bottom: 70px;
	background: #2a6654;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.popup .btn:active {
	color: #2a6654;
	background: #fff;
}
.popup .btn-left {
	left: -100%;
	padding: 0 30px 0 10px;
}
.popup .btn-left.active {
	left: 80px;
}
.popup .btn-right {
	right: -100%;
	padding: 0 10px 0 30px;
}
.popup .btn-right.active {
	right: 80px;
}
.popup a img {
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.popup a span {
	display: inline-block;
	vertical-align: middle;
}
/*footer*/
.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	background: rgba(255,255,255,0.9);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer.active {
	bottom: -100%;
}
.footer img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 50px auto 0;
}
.footer p {
	color: #2a6654;
	font-size: 45px;
	font-family: "G-Narrow-Medium";
	text-transform: uppercase;
	line-height: 150px;
}