/*=================================
1-General Styles
=================================*/

html{
  height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	  min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
h1 {
	font-size: 60px;
	text-transform: uppercase;
}
h1 span {
	position: relative;
}
h1 span:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	top: 0;
	content: '';
}
h4 {
	font-size: 20px;
}

#box {
	border:1px solid #fff;
}
.texts {font-size:18px; margin-bottom:10px;}
/* ============================
   3-coming soon
   =========================== */
#special-page {
	position: relative;
	padding-top:50px;
	padding-bottom:150px;
	text-align: center;
	overflow-x: hidden;
	color: #fff;
}
#special-page h1 {
	font-size: 60px;
	line-height: 50px;
	text-transform: uppercase;
}
#special-page h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight:100;
	text-transform: uppercase;
}
#special-page h3 {
	font-size: 30px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
}
#timer {
	position: relative;
	max-width: 660px;
	margin: 150px auto 0px;
	clear: both;
	min-height: 200px;
}
#timer div {
	width: 151px;
	height: 169px;
	margin-bottom: 40px;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 100;
}

#special-page ul#slide-list {
	bottom: 0px;
}

.days, .hours, .minutes, .seconds {
	font-size: 90px;
	display: block;
	text-align: center;
	line-height: 85px;
	font-weight: 100;
	padding-top: 30px;
}
.days-wraper {
	background: url(../img/basic/soon1.png) no-repeat center center;
}
.hours-wraper{
	background: url(../img/basic/soon2.png) no-repeat center center;
}
.minutes-wraper {
	background: url(../img/basic/soon3.png) no-repeat center center;
}
.seconds-wraper {
	background: url(../img/basic/soon4.png) no-repeat center center;
}

.letter {
	position: relative;
	margin: 0 auto;
	width: 430px;
	height: 55px;
}
.letter input {
	width: 430px;
	height: 55px;
	left: 0;
	top: 0;
	border: none;
	position: absolute;
	font-size: 16px;
	color: #a1a1a1;
	line-height: 55px;
	text-transform: uppercase;
	padding-left: 17px;
	background: #fff;
}
.letter button {
	color: #a1a1a1;
	background: #fff;
	width: 80px;
	height: 55px;
	left: auto;
	right: 0;
	top: 0;
	border: none;
	position: absolute;
	font-size: 16px;
	color: #a1a1a1;
	line-height: 55px;
	text-transform: uppercase;
	padding-left: 17px;
	z-index: 9999;
}
.letter button {
	line-height: 55px;
	text-align: center;
}
.social-icons {
	margin: 20px 0;
	padding: 0;
	clear:both;
}
.social-icons li {
	list-style: none;
	display: inline-block;
}
#special-page .btn-effect:before {
	background: #fff;
}


/* ============================
   3-Responsive
   =========================== */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#timer {
	max-width: 330px;
	padding-top: 30px;
	margin: 30px auto;
}
#special-page h1 {
	font-size: 45px;
	line-height: 30px;
}
#special-page h2 {
	font-size: 25px;
	line-height: 30px;
}
#special-page .specialForm {
	margin-top: 40px;
}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
#timer {
	max-width: 155px;
	padding-top: 30px;
}
#special-page h1 {
	font-size: 25px;
}
#special-page h2 {
	font-size: 18px;
}
.letter input, .letter {
	width: 280px;
}
}
