@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'RobotoCondensed';
    src: url(RobotoCondensed.ttf);
	}

body{
margin:0px;
padding:0px;
}
.wraper{
margin:0px auto;
padding:0px;
}
.header{
width:100%;
height:123px;
background:#02c2c7;
position:relative;
text-align:center;
}
.logo{
padding:15px 0;
}


.content{
width:100%;
background:url(images/content-bg.png) repeat-x;
height:220px;
}
.content h1{
margin:0px;
padding:0px;
text-align:center;
font-family: 'RobotoCondensed';
padding:65px 0;
color:#02c2c7;
text-transform:uppercase;
font-size:45px;
font-weight:normal;
}


.countdown{
background:#126365;
width:100%;
height:115px;
}

.numbers {
    text-align: right;
    font-family: 'RobotoCondensed';
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
    border: 5px solid #34A0A2;
    border-radius: 10px;
    moz-border-radius: 5px;
    background: #126365;
}
.title {        /* the styles below will affect the title next to the numbers, i.e., “Days”, “Hours”, etc. */
    margin: 12px 0px 0px 0px;
    padding-right: 5px;
    text-align: left;
   font-family: 'RobotoCondensed';
    font-size: 14px;      /* options are normal, bold, bolder, lighter *      /* options are normal or italic */
    color: #fff;    /* change color using the hexadecimal color codes for HTML */
}

.subscrib{
width:100%;
text-align:center;
}
.subscrib h2, h3{
margin:0px;
padding:0;
text-align:center;
color:#8b8e8a;
font-size:30px;
font-family: 'RobotoCondensed';
font-style:italic;
font-weight:normal;
padding:7px 0;
}

.sub-form{
width:400px;
margin:auto;
}


.subscribe-form {
  position: relative;
  padding: 15px;
  
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
}

.subscribe-input {
  padding: 0 16px;
  width: 100%;
  height: 35px;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px #f8f8f8;
  z-index:-555;
  
}
.subscribe-input:focus {
  outline: 0;
}

.subscribe-submit {
     display: block;
    position: absolute;
    top: 16px;
    right: -18px;
    padding-left: 15px;
    height: 35px;
    width: 89px;
    border: 1px solid;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    text-shadow: none;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
	font-family: 'RobotoCondensed';
	font-size:15px;
	color:#FFFFFF;
	background:#02c2c7;
	
}
.subscribe-submit:active {
  background: #4cdf4d;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}


.lt-ie9 .subscribe-input {
  line-height: 33px;
}