@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

html {
	background: url(../img/wall_8.jpg) left top no-repeat fixed !important;
	background-color: transparent !important;
	background-size: cover !important;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif !important;
}

.content-wrapper {
	width: 768px;
	height: 510px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	box-shadow: 0px 2px 2px 0px rgba(4, 4, 4, 0.09) !important;
	border-radius: 2px;
}

.maintImg {
	width: 100%;
	margin-top: 25px;
}

.maintImg img {
	margin: 0 auto;
	max-width: 60%;
	height: auto;
	display: inherit;
}

.fir-txt {
	font-size: 39px;
	color: #ec8526;
	font-weight: 800;
	text-align: center;
	margin: 0px;
	margin-top: 14px;
	text-transform: uppercase;
}

.sec-txt {
	font-size: 28px;
	color: #333;
	font-weight: 600;
	text-align: center;
	margin-top: 0px;
	margin: 0px;
	line-height: 1.1;
	width: 75%;
	margin: 0 auto;
}

.th-txt {
	font-size: 16px;
	color: #ec8526;
	font-weight: 600;
	text-align: center;
	margin-top: 0px;
	margin: 0px;
}

.seperator {
	width: 36%;
	margin: 0 auto;
	height: 1px;
	background-color: #f2f2f2;
	margin-top: 12px;
	margin-bottom: 9px;
}

@media screen and (max-width: 790px) {
	.content-wrapper {
		width: calc(100% - 40px);
		padding: 0px 10px;
		max-height: 80%;
	}

	.fir-txt {
		font-size: 32px;
	}

	.sec-txt {
		font-size: 24px;
	}
}

@media screen and (max-width: 570px) {
	.content-wrapper {
		width: calc(100% - 40px);
		padding: 0px 10px;
		max-height: 80%;
	}

	.sec-txt {
		width: 100%;
	}

	.maintImg img {
		max-width: 70%;
	}
}

@media screen and (max-width: 537px) {
	.sec-txt {
		font-size: 22px;
	}

	.fir-txt {
		font-size: 30px;
		line-height: 1;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 385px) {
	.maintImg img {
		max-width: 78%;
	}
}
