
.cooming-soon-container{
	position: fixed;
}
.overlay {
	background: none repeat scroll 0 0 rgba(27, 32, 38, 0.5);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.wrap-coming-padd{
	padding: 20px 15px;
}
.logo-comingsoon{
	height: 70px;
	display: inline-block;
}
.social-cooming-soon{
	background: none repeat scroll 0 0 #3c83f9;
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 38px;
	line-height: 38px;
	position: relative;
	transition: all 0.8s ease 0s;
	width: 38px;
	text-align: center;
}
.social-cooming-soon:hover{
	color: #fff;
	background: none repeat scroll 0 0 #2d62bb;
}
.wrap-center-welcome{
	padding: 100px 0 0;
}
.text-white{
	color: #fff;
}
.coming-text{
	font-size: 75px;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	text-shadow: 0 0 3px #000;
	margin-bottom: 20px;
}
.text-white{
	color: #fff;
}
.coming-text.ct-2{
	color: #ccc;
	font-size: 27px;
	text-shadow: 0 1px #000;
}
.highlight {
	color: #1ac6ff;
}
/* Large desktop */
@media (min-width: 1200px) {
	/* Header Custom */
	.navbar-s1{
		padding-left: 150px;
	}
	.navbar-s1{
		padding-top: 10px;
	}
	.navbar-s1 > li > a,.navbar-s2 > li > a{
		padding: 0 0 5px;
		font-size: 14px;
	}
	.navbar-s1 > li ,.navbar-s2 > li{
		padding: 10px 15px;
	}
	.navbar-s1-wrap{
		background-color: transparent;
		border: none;
		margin-top: 15px;
	}
	.navbar-s1-wrap .navbar-s1 > li > a, .navbar-s1-wrap .navbar-s1 > .active > a,.navbar-s1-wrap .navbar-s2 > li > a{
		color: #eff3f6;
		text-transform: uppercase;
	}
	.navbar-s1-wrap .navbar-s1 > li > a:hover, .navbar-s1-wrap .navbar-s1 > .active > a:hover,.navbar-s1-wrap .navbar-s2 > li > a:hover{
		opacity: 0.9;
		color: #eff3f6;
		background-color: transparent;
	}
	.navbar-s1-wrap .navbar-s1 > .active > a{
		background-color: transparent;
		border-bottom: 2px solid #1ac6ff;
	}
	.navbar-s2 > .featured > a{
		border: 1px solid #1ac6ff;
		border-radius: 3px;
		color: #1ac6ff;
		display: inline-block;
		opacity: 1;
		padding: 10px 25px;
		font-size: 13px;
		line-height: 13px;
		text-transform: uppercase;
	}
	.navbar-s2 > .featured > a:hover{
		background-color: #1ac6ff !important;
		color: #fff !important;
	}
	.login{
		padding-top: 8px !important;
	}
}