@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.otf); }
@font-face {
  font-family: OpenSans-Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf); }
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf); }

.header-wrap {
	background: #fff;
	border-bottom: 3px solid #72bb4b;
	height: 110px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header-wrap img {
	margin-left: auto;
	margin-right: auto;
}

.main-wrap {
	background: url('../images/bcg.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	color: #fff;
}

.main-wrap .main {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	padding: 0;
}

.main-wrap .main .main-content {
	width: 100%;
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #232a33;
	color: #fff;
	font-size: 15px;
	font-family: OpenSans-Light;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}

.main-wrap .main .main-content h1 {
	font-size: 80px;
	line-height: 80px;
	font-family: OpenSans-ExtraBold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
}

.main-wrap .main .main-content p {
	font-size: 30px;
	font-family: OpenSans-Semibold;
	line-height: 67px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
	margin-bottom: 70px;
}

.main-wrap .main .main-content .soon {
	font-size: 40px;
	line-height: 40px;
	font-family: OpenSans-Light;
	margin-bottom: 0;
}

.main-wrap .main .main-content .soon span {
	font-family: OpenSans-ExtraBold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
}

.main-wrap .main .main-content hr {
	width: 100px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background: #fff;
	border: none;
}

.phone-mail {
	font-size: 35px;
	line-height: 50px;
	font-family: OpenSans-ExtraBold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
}

.for-less-wrap {
	display: none;
}

@media screen and (max-width: 1199px) {
	.main-wrap .main .main-content h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.main-wrap .main .main-content p {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.phone-mail {
		font-size: 25px;
	}
	.header-wrap {
		height: 80px;
	}
	.header-wrap img {
		height: 50px;
	}
	.phone-mail img {
		width: 70px;
		height: 60px;
	}
}

@media screen and (max-width: 991px) {
	.main-wrap {
		background: #fff;
	}
	.main-wrap .main {
		display: block;
	}
	.for-less-wrap {
		display: block;
	}
	.main-wrap .main .main-content h1,
	.main-wrap .main .main-content p,
	.main-wrap .main .main-content hr {
		display: none;
	}
	body .for-less-wrap {
		background: #fff;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	body .for-less-wrap img {
		width: 100%;
		min-width: 100%;
		border-bottom: 2px solid #1e66d1;
	}
	body .for-less-wrap .for-less-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	body .for-less-wrap .for-less-content .for-less-inner {
		width: 100%;
	}
	body .for-less-wrap .for-less-content .for-less-inner h1 {
		font-size: 70px;
		line-height: 70px;
		font-family: OpenSans-ExtraBold;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
		color: #fff;
		padding-left: 5px;
		padding-right: 5px;
	}

	body .for-less-wrap .for-less-content .for-less-inner p {
		font-size: 27px;
		font-family: OpenSans-Semibold;
		line-height: 67px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
		margin-bottom: 70px;
		color: #fff;
		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	.small-soon {
		background: #f4f8f9;
		padding-top: 55px;
		padding-bottom: 55px;
		text-transform: uppercase;
	}
	.small-soon p {
		font-size: 40px;
		line-height: 40px;
		font-family: OpenSans-Light;
		margin-bottom: 0;

	}
	.small-soon span {
		font-family: OpenSans-ExtraBold;
		margin-bottom: 0;
	}
	.phone-mail {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.phone-mail .col {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		min-width: 100%;
		margin: 0;
		margin-top: 20px;
		padding-bottom: 20px;
		color: #485f6b;
		text-shadow: none;
	}
}

@media screen and (max-width: 767px) {
	.main-wrap .main {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-wrap .main .main-content h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.main-wrap .main .main-content p {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.phone-mail {
		font-size: 18px;
	}
	.header-wrap {
		height: 70px;
	}
	.header-wrap img {
		height: 45px;
	}
	.phone-mail img {
		width: 45px;
		height: 40px;
	}
}

@media screen and (max-width: 575px) {
	.main-wrap .main .main-content p {
		line-height: 25px;
	}
	.phone-mail .col {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.main-wrap .main .main-content h1 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.main-wrap .main .main-content p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.main-wrap .main .main-content .soon {
		font-size: 26px;
		line-height: 26px;
	}
	footer {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}
	body .for-less-wrap .for-less-content .for-less-inner h1 {
		font-size: 30px;
		line-height: 30px;
		font-family: OpenSans-ExtraBold;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
		color: #fff;
	}

	body .for-less-wrap .for-less-content .for-less-inner p {
		font-size: 18px;
		font-family: OpenSans-Semibold;
		line-height: 18px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
		margin-bottom: 70px;
		color: #fff;
		margin-bottom: 0;
	}
	.small-soon {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.small-soon p {
		font-size: 24px;
	}
	.phone-mail {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.phone-mail .col {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}