
*{
	margin: 0 auto;
	padding: 0px;
}

.comming-soon {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background: #f1f1f1; 
	padding: 20px;
}

.logo-wrap {
	margin: 0 auto;
	margin-top: 12%;
	margin-bottom: 20px;
	width: 600px;
	max-width: 100%;
	min-height: 400px;
	background: #fff; 
	padding: 20px;
	position: relative;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.logo-wrap:after {
	display: block;
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -28px;
	background: url('../img/btm-shadow.png')no-repeat center 100%;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.logo-wrap h1 {
	font-weight: 1000;
	margin-top: 41px;
	text-align: center;
	position: relative;
	margin-top: -10px;
}
.logo-wrap h1 span {
	color: #8c8c8c;
}
.logo-wrap p, .logo-wrap small {
	text-align: center !important;
}
.logo-main {
	margin: 0 auto;
	margin-top: 35px;
	width: 200px;
	height: 200px;
	background: url('../img/logo.png')no-repeat center 100%;
	background-size: contain;
} 

.logo-wrap a {
	display: inline-block;
	padding: 12px 16px;
	border: thin solid #ccc; 
	width: 100%;
	line-height: 35px;
	color: #000 !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	margin-bottom: 12px;
	text-align: center;
	position: relative;
	font-weight: 1000;
	text-transform: uppercase;
	transition-duration: 0.2s; 
	text-decoration: none;
}
.logo-wrap a:hover, .logo-wrap a:focus, .logo-wrap a:active {
	background: #d7d7d7;
	color: #000 !important;
	position: relative;
	transform: scale(1.05);
}
.logo-wrap a span {
	color: #888 !important;
}
.logo-wrap a:hover span, .logo-wrap a:focus span, .logo-wrap a:active span { 
	color: #000 !important;
}

i {
	float: left;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #e5e5e5;  
	padding: 8px;
	color: #888;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.wrapped-btm {
	position: relative;
	width: 600px;
	max-width: 100%;
	padding: 10px;
	text-align: center;
}
.wrapped-btm a {
	color: #000;
	display: inline-block;
	padding: 10px 12px;
	border: thin solid #ccc;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
	line-height: 30px;
	margin-top: 12px;
	background: #fff;
}
.wrapped-btm a i {
	margin-right: 10px;
}


















