

*{
	margin: 0 auto;
	padding: 0px;
}

body {
	padding: 0px;
	margin:  0 auto;
	font-family: arial;
	font-size: 100%;
}

h4 {
	font-size: 15px; 
	display: block; 
	text-align: center;
}

.coming-soon-pg {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #f2ece7; 
}
  
.coming-soon-pg .row div.col-sm-6 { 
	 height: 100vh;
}

.coming-soon-pg .row div.col-sm-6:nth-of-type(2) {
	background: gold;
	padding: 0px;
}
.coming-soon-pg .row div.col-sm-6:nth-of-type(1) { 
	padding: 0px;
}

.coming-soon-pg p {
	font-size: 22px;
	display: block;
	width: 500px;
	max-width: 100%;
	margin-top: 10%;
	padding: 10px;
}

.coming-soon-pg h1 {
	display: block;
	width: 550px;
	margin: 0px auto;
	padding: 30px; 
	padding: 30px; 
	font-size: 53px;
	max-width: 100%;
	font-weight: 1000;
	text-transform: uppercase;
	margin-bottom: 21px; 
}
.block-riht-w h2 {
	font-size: 44px;
	text-transform: uppercase;
	display: block;
	width: 400px;
	text-align: center;
	max-width: 100%;
	padding: 20px;
	font-weight: 1000;
}
.block-riht-w {
	background: #fff /*url('../img/bg-img-coming-soon.png')*/;
	position: relative;
	width: 100%;
	padding: 60px 20px 60px 20px;
	min-height: 200px;
	margin-bottom: 30px;
}

.block-riht-w-mag {
	position: relative;
	padding: 30px;
}

.magazine-blk {
	width: 100%;
	height: 350px;
	background: #fff;
	margin-bottom: 21px;
	overflow: hidden;
	border: 3px solid #fff;
}
.magazine-blk img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	cursor: pointer;
}
.magazine-blk:hover {
	background: #000;
}
.magazine-blk:hover img {
	opacity: 0.5;
	transform: scale(1.1);
}
.subscribe-to-email {
	width: 100%;
	height: 230px;
	padding: 20px;
	background: url('../img/img-email-subscribe.png')no-repeat center 100%;
	background-size: cover;
}
form {
	width: 500px;
	max-width: 100%;
	margin-top: 80px;
}

.input-group button {
	-webkit-border-bottom-right-radius: 5em;
	-webkit-border-top-right-radius: 5em;
	background: #25ab51;
	color: #fff;
	padding: 15px;
	font-weight: bold;
}
.form-control {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.form-control:focus {
	-webkit-box-shadow: none;
	border-color: inherit;
}
@media(max-width: 768px ){
	.coming-soon-pg .row div.col-sm-6 { 
		 height: auto;
	}
	.coming-soon-pg p {
		padding: 30px;
	}
	.magazine-blk img {
		height: auto;
	}
}








































