
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images	
	#Baseline corrections
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face 
 */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

*{
	margin:0;
	padding:0;
}


body {
		background: #111;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		height:100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {	max-width: 100%; height: auto; }


/* #Baseline corrections
================================================== */
h1 {line-height: 48px; margin-bottom: 14px;}
h2 {line-height: 42px; margin-bottom: 7px;}
h3 {line-height: 35px; margin-bottom: 7px;}
h4 {line-height: 28x; margin-bottom: 7px;}
h5 {line-height: 21px;}
p {margin: 0 0 21px 0;}
p.lead {line-height: 28px;}
blockquote, blockquote p {line-height: 21px;}
blockquote {margin: 0 0 21px; padding: 7px 20px 0 19px;}
hr {margin: 14px 0 28px;}
ul, ol {margin-bottom: 21px;}
ul ul, ul ol, ol ol, ol ul {margin: 7px 0 7px 30px;}
ul ul li, ul ol li, ol ol li, ol ul li {margin-bottom: 7px;}

/* #Site Styles
================================================== */

* {	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	text-align:center;
	color:#525252;
	font: 14px/21px Helvetica, Arial, sans-serif;
}

/*container*/
.container  {
	position: relative;  
	margin: 0 auto; 
	padding:32px 0;
}

.countdown {
    padding: 32px 0;
}

/*heading*/

header h1.logo {
	display: block;
	
	margin: 0 auto 17px;
	text-indent: -9999px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:24px;
	margin-bottom:25px;
}
/*hourglass*/
#back {
	height: 100%;
	width: 100%;
	position:absolute;

}
#hourglass {
    height: 515px;
    margin: 2% auto 0;
    position: relative;
    width: 326px;
}
#top_glass {
    bottom: 259px;
    height: 207px;
    left: 78px;
    position: absolute;
    width: 170px;
}	
#bottom_glass {
    bottom: 46px;
    height: 0px;
    left: 78px;
    position: absolute;
    width: 170px;
}
.reset_rotate {
	transform:         rotate( 0deg );
	-moz-transform:    rotate( 0deg );
	-ms-transform:     rotate( 0deg );
	-o-transform:      rotate( 0deg );
	-webkit-transform: rotate( 0deg );
}
.rotate {
		transform:         rotate( 180deg );            
        -moz-transform:    rotate( 180deg );            
        -ms-transform:     rotate( 180deg );            
        -o-transform:      rotate( 180deg );            
        -webkit-transform: rotate( 180deg );            
    	transition:        transform 1000ms ease;
        -moz-transition:    -moz-transform 1000ms ease;
        -ms-transition:     -ms-transform 1000ms ease;
        -o-transition:      -o-transform 1000ms ease;
        -webkit-transition: -webkit-transform 1000ms ease;
}
.transition{
		transition:        transform 500ms ease;
        -moz-transition:    -moz-transform 500ms ease;
        -ms-transition:     -ms-transform 500ms ease;
        -o-transition:      -o-transform 500ms ease;
        -webkit-transition: -webkit-transform 500ms ease;
}
.fade {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.8s linear;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-ms-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
}
/*countdoun*/
.countdown_row{
	display:inline-block;
	margin:14px 0;
	}
.countdown_descr{
	display:block;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#countdown {
	display: inline-block;
}
.countdown_section {
	font-family: 'Voltaire', sans-serif;
	font-size:18px;
	float: left;
	margin:0 2em;
	text-transform:uppercase;
	min-width:101px;
}
.countdown_amount {
	font-size:96px;
	text-shadow:2px 2px rgba(0, 0, 0, 0.3);
	display: inline-block;
	line-height:1em;
}
.expiry {
	font-family: 'Voltaire', sans-serif;
	text-shadow:2px 2px rgba(0, 0, 0, 0.3);
	font-size:48px;
	text-align:left;
	text-indent:35px;
	line-height:56px;
}
/*signup*/
form {
	margin-bottom:0;
}
.signup label {
	display: inline-block;
	height: 40px;
	vertical-align: top;
	width: 61px;
}
input.email {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px 5px 5px 5px;
	webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	color: #777777;
	display: inline-block;
	font-size: 18px;
	margin: 0 20px;
	max-width: 100%;
	outline: medium none;
	padding: 9px 10px;
	width: 296px;
}
input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-family: 'Voltaire', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	cursor: pointer;
	margin-bottom: 0;
	line-height: normal;
	padding: 9px 17px 8px;
	text-shadow:none;
	border:none;
	vertical-align:bottom;
}

.msg{
	display:none;
	margin:21px 0 0 ;
	padding:7px 0;
	font-size: 16px;
	color: #FFFFFF;
	}
p.email_error, p.send_error {
	
	background: #dd5d52;

}
p.send_ok {

	background: green;
    
}






/*footer*/
footer li {
	display: inline;
	line-height: 24px;
	margin: 0 4px 14px;
}
footer li a {
	font-family: 'Symbols';
	font-size: 24px;
	text-decoration: none;
}
footer.container {
	font-size:12px;
	padding-top:0px;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.countdown_section {
			margin: 0 0.7em;
			min-width: 78px;
		}
		.countdown_amount {
   			font-size: 48px;
 		}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.countdown {
		    padding: 22px 0;
		}
		.countdown_section {
			margin: 0 1em;
			min-width: 123px;
		}
		.countdown_amount {
   			font-size: 64px;
 		}
}


	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.signup label {
			display:none;
		}
		input.email {
			margin:0;
		}
		input[type="submit"] {
			margin:0;
		}
		footer li {
			margin:0 18px 14px;
		}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.container{
			padding:16px 0;}
		h2{
			font-size:18px;
			line-height:1em;
			}
		h3{
			font-size:16px;
			margin-bottom:16px
		}
		.countdown{
			border:none;
			box-shadow:none;
			}
		.countdown_section {
			font-size:10px;
			margin:0 5px;
			min-width:55px;
		
		}
		.countdown_amount {
			font-size:48px;
		}
		
		.expiry {
			font-size:48px;
			text-align:left;
			text-indent:35px;
			line-height:56px;
		}
		.signup label {
			display:none;
		}
		input.email {
			margin:0 0 20px 0;
		}
		input[type="submit"] {
			width:296px;
		}
		footer li {
			margin:0 18px 14px;
		}
}

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }




/* #Font-Face
================================================== */

@font-face {
	font-family: 'Symbols';
	src: url('fonts/websymbols-regular-webfont.eot');
	src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/websymbols-regular-webfont.woff') format('woff'), url('fonts/websymbols-regular-webfont.ttf') format('truetype'), url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
font-style: normal;
}
*/