@charset "utf-8";
/* CSS Document */
.subscleft{
	width: 50%;
	height: 410px;
	float: left;
	position: relative
}

.subscright{
	width: 40%;
	height: 330px;
	float: left;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f4f4f4;
	border-radius: 25px
}
.subscleft img{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 380px;
	filter: brightness(50%);
	border-radius: 25px
}
.textonit{
	position: absolute;
	z-index: 1;
	left: 8%;
	top: 25px;
	text-align: left;
	width: 70%;
	color: #ffffff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 29px;
	line-height: 40px;
	
}
.buttononit{
	position: absolute;
	z-index: 1;
	left: 13%;
	bottom: 45px;
	text-align: center;
	width: 25%;
	color: #000000;
	font-family: 'Merriweather Sans', sans-serif;
	height: 30px;
	line-height: 30px;
	border-radius: 5px
	
	
}
.subscright input[type=text]{
	width: 60%;
	float: left;
	margin-right: 3%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 2%;
	outline: none;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px
}
.subscright input[type=email]{
	width: 60%;
	float: left;
	margin-right: 3%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 2%;
	outline: none;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px
}
.subscright input[type=submit]{
	width: 30%;
	float: right;
	margin-right: 3%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 2%;
	outline: none;
	border: none;
	border-radius: 5px;
	margin-top: 50px;
	font-size: 18px;
	color: #000000
}
.subscright textarea{
	width: 60%;
	float: left;
	margin-right: 3%;
	height: 80px;
	line-height: 30px;
	text-align: left;
	padding-left: 2%;
	outline: none;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px
}
.titleonit{
	margin-left: 4%;
	margin-top: 25px;
	text-align: left;
	width: 90%;
	color: #000000;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 27px;
	line-height: 40px;
	margin-bottom: 30px
	
}
@media screen and (max-width: 768px) {
	.subscleft{
	width: 100%;
	height: 300px;
	float: none;
	position: relative
}

.subscright{
	width: 100%;
	height: 250px;
	float: none;
}
	.buttononit{
	
	width: 45%;	
	
}
}