@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; background-color:#e9e9e9; word-wrap:break-word;}
*{ margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6, p{ margin:0px; line-height:normal }
ul, ol{	margin:0px; padding:0px; list-style:none;}
button{ cursor:pointer }
a{ text-decoration:none }
a:hover{ text-decoration:none }

.main{float:left; width:100%; padding-bottom:64px; min-width:320px;}
.wrapper{ width:98%; max-width:900px; margin:0 auto; padding:0 1%;}

/*--------------------Coming Soon Page Starts----------------------*/

.countdown{float:left; width:100%; text-align:center; font-family:Times; font-size:24px; color:#fff; text-transform:uppercase; letter-spacing:0.3px; padding:20px 0; position:relative;}
.countdown span:last-child{border-right:none;}
.arrow-down{width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #ef9858; position:absolute; bottom:-15px; left:50%; margin-left:-15px;}

/*--------------------Coming Soon Page Ends----------------------*/