* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}
body {
	background:url(/assets/images/golf-bg.jpg) no-repeat center center;
	background-size:cover;
}
.contruction-page {
	width:100%;
	background:rgba(0,0,0,0.8);
	height:100vh;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.contruction-page .inner-content {
	text-align:center;
	display:table;
	width:100%;
	height:100%;
	color:#fff;
}
.contruction-page .inner-content .logo-main {
    width: 350px;
    height: auto;
    margin: 10px auto 30px;
    text-align: center;
}
.contruction-page .inner-content .logo-main img {
    width: 100%;
    height: auto;
}
.contruction-page .inner-content .sub-col {
    display: table-cell;
    vertical-align: middle;
	text-align:center;
}
.contruction-page .inner-content h2 {
	font-size:55px;
	text-transform:uppercase;
	margin-bottom:20px;
	
}
.contruction-page .inner-content p.info-msg {
	font-size:22px;
}
.contruction-page .inner-content .days-left {
	width:140px;
	height:140px;
	border-radius:30px;
	border:1px solid #fff;
	margin:50px auto;
	border-radius: 50%;
	text-transform:uppercase;
	display:table;
	 -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
	
}
.contruction-page .inner-content .days-left:hover {
	background:#000;
	transform: rotate(360deg);
}
.contruction-page .inner-content .days-left p {
	font-size:45px;
	display:table-cell;
	vertical-align: middle;
	font-weight:600;
}
.contruction-page .inner-content .days-left p span {
	display:block;
	font-size:16px;
	color:#00a9de;
}
.contruction-page .inner-content .form-field {
	display:block;
	overflow:hidden;
}
.contruction-page .inner-content .form-field input, .contruction-page .inner-content .form-field button  {
	border-radius:30px;
	outline:none;
	border:0;
}
.contruction-page .inner-content .form-field input {
	padding:20px 20px;
	width:400px;
	font-size:16px;
	color:#000;
	margin-right:10px;
}
.contruction-page .inner-content .form-field button {
	padding:16px 20px;
	background:#00a9de;
	width:180px;
	cursor:pointer;
	font-size:20px;
	color:#fff;
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
.contruction-page .inner-content .form-field button:hover {
	  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 66, 138, 0.51);
     -moz-box-shadow: 0px 2px 14px 0px rgba(33, 66, 138, 0.51);
     box-shadow: 0px 2px 14px 0px rgba(33, 66, 138, 0.51);
}