/*
Theme Name: Coming Soon
Description: Website "Under construction" page template
Version: 1
Author: Mana
Author URI: http://webcreatormana.com
*/



/****************************************
		Reset 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
body{line-height: 1;}
ol, ul{list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
header,footer,section{display: block;}



/****************************************
		General Setting
*****************************************/
body{
	font: 16px/24px helvetica,arial,tahoma,verdana,sans-serif;
	color: #bbb1b1;
/*	background-color: #000;*/
/*	background-image: url(bg.png);*/
/*	background-repeat: repeat-x;*/
  height: 100vh !important;
  position: relative;
	}

a{ color: #fff}
	a:hover{ color: #ccc}

#wrapper{
	max-width:1000px;
	margin: 0 auto;
	padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  width: 75%;
}
	

/****************************************
		Contents
*****************************************/
/*** Layout ***/
header{
/*
	margin: 50px 0 -50px;
	background-image: url(id.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 620px;
	background-position:center 50px;
*/
  	text-align: center;
}
main {
  text-align: center;
  padding: 30px 25px 25px;
  font-family: 'Michroma', sans-serif;
}
footer{
	margin-top:10px;
	text-align:center;
	font-size:75%
	}


/*** Fonts ***/
header h4{
	font-size: 90%;
/*	font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Michroma', sans-serif;
	color: #fff;
	font-weight: bold;
    background: #000;
    padding: 5px;
/*    text-transform: uppercase;*/
}
header h2{
/*	font-family: 'Philosopher';*/
    font-family: 'Michroma', sans-serif;
	font-size:200%;
	color: #fff;
	margin: 50px 0 20px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 1;
}
h3 {
  padding: 20px;
}
header img{
  display: block;
  margin: 0 auto;
}
h1 {
  font-size: 80%;
  padding: 10px;
}
/*** Timer ***/
#timer{
	margin: 30px 0 50px;
	overflow: hidden;
	padding: 20px;
	text-align:center;
	border-radius: 7px;
	-webkit-border-radius: 7px;/* Webkit */
	-moz-border-radius: 7px;/* FF */
	background-color: #e3e3e3;
	}

#countdown{margin-top:30px;}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	}
.countdown_show1 .countdown_section {width: 98%}
.countdown_show2 .countdown_section {width: 48%}
.countdown_show3 .countdown_section {width: 32.5%}
.countdown_show4 .countdown_section {width: 24.5%}
.countdown_show5 .countdown_section {width: 19.5%}
.countdown_show6 .countdown_section {width: 16.25%}
.countdown_show7 .countdown_section {width: 14%}

.countdown_section {
	display: block;
	float: left;
	text-align: center;
	}
.countdown_amount {
	font-size: 220%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
.countdown_descr {
	display: block;
	width: 100%;
	}
	
P {
	font-size: 10px;
	text-align: center;
	color: #888585;
  line-height: 1.8;
}


section h2.maintitle {
    font-family: 'Michroma', sans-serif;
    font-size: 3.8rem;
    padding: 0 0 15px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
}


@media screen and (max-width:960px) {
  
#wrapper{
  max-width:1000px;
  margin: 0 auto;
  padding: 25px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  box-sizing: border-box;
}
  svg {
    max-width: 90%;
  }
  
}