/*******Coming Soon Page********/
.countdownHolder{
	width:715px;
	margin: 0 auto;
	font: 60px 'Open Sans Condensed',sans-serif;
	text-align: center;
	letter-spacing: -3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 35px;
	line-height: 111px;
	margin-left: -8px;
}

.digit{
	position:absolute;
	display:block;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	width: 40px;
	letter-spacing:-1px;
}

.digit.static{
	
	
	
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ float:left;background:url('../../../assets/images/comming_soon/bg_countin.png');height:117px;width:123px;margin-right: 20px;margin-left: 10%; }
.countDiv0{ /* display:none !important;*/ }
.countHours{float:left;background:url('../../../assets/images/comming_soon/bg_countin.png');height:117px;width:123px;margin-right: 20px;}
.countDiv1{}
.countMinutes{float:left;background:url('../../../assets/images/comming_soon/bg_countin.png');height:117px;width:123px;margin-right: 20px;}
.countDiv2{}
.countSeconds{float:left;background:url('../../../assets/images/comming_soon/bg_countin.png');height:117px;width:123px;}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:none;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:none;
	content:'';
}

.countDiv:after{
	top:0.9em;
}
.c_soon_main{
min-height: 667px;
background:#23364a;
}
.c_soon_main .logo{
min-height: 125px;
margin-top: 65px;
}
.c_soon_main .logo img{
margin:0 auto;
display:block;
}
.c_soon_main .c_soon_content{
text-align:center;
}
.c_soon_main .c_soon_content h1{
border-bottom: 1px solid #43596f;
line-height: 75px;
text-transform: uppercase;
color: #fff;
margin-bottom: 25px;
text-shadow: 3px 3px #000;
}
.c_soon_main .c_soon_content p{
line-height: 30px;
color: #fff;
margin-bottom: 45px;
}
.c_soon_main .c_soon_content_timer{
margin-bottom: 55px;
}
.c_soon_main .c_soon_content_progress .our_progress{
margin: 0 auto;
display: block;
width: 145px;
text-align: center;
background: #2c3e50;
border: 5px solid #14212e;
color: #fff;
border-radius: 3px;
line-height: 27px;
}