@charset utf-8;

* {
    margin: 0;
}

html,body {
    height: 100%;
}

body {
    position: relative;
    background: #f7f6f6 url(../img/new_bg.png);
    font-size: 13px;
    font-family: Arial, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}

a,a:visited {
    color: #c5c5c5;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    min-height: 100%;
    height: auto!important;
    margin: 0 0 -34px;
}

header,footer {
    background: url(../img/bar_bg.png) center top repeat-x;
    height: 37px;
    line-height: 34px;
    font-size: 13px;
    color: #fefefe;
    overflow: hidden;
    text-shadow: 1px 1px 0 #3e0f05;
}

header a,footer a {
    color: #c5c5c5;
}

footer {
    position: relative;
    z-index: 2;
    height: 34px;
    width: 100%;
    line-height: 34px;
    padding: 0;
}

footer .left,header .left {
    padding: 0 9px;
}

footer .right,header .right {
    padding: 0 14px;
}

.push {
    height: 34px;
}

.content {
    width: auto;
    padding-top: 300px;
    background: url(../img/main_img2.png) center -10px no-repeat;
    padding-bottom: 40px;
    margin: 0 auto;
}

.countdown {
    width: 410px;
    height: 134px;
    background: url(../img/countdown_bg.png) center top no-repeat;
    overflow: hidden;
    margin: -23px auto -10px;
}

.wrap h1 {
    color: #2a2a2a;
    text-shadow: 1px 1px 0 #edf7f9;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.bar_wrap {
    position: relative;
    width: 425px;
    background: #fff;
    border: 2px solid #fff;
    height: 38px;
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin: -6px auto -3px;
}

.bar {
    width: 0;
    height: 38px;
    background: url(../img/progress_bar.png) repeat-x;
    border-radius: 5px;
}

.percent {
    display: none;
    position: absolute;
    right: 6px;
    top: 13px;
    color: #545353;
    font-size: 11px;
    font-weight: 700;
}

p.main_text {
    color: #666;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    margin: 15px 0;
}

.fields {
    position: relative;
    width: 424px;
    background: rgba(31,30,30,0.15);
    border-radius: 5px;
    margin: -6px auto -4px;
    padding: 4px;
}

span.error {
    position: absolute;
    color: #ac0505;
    bottom: 11px;
    right: 96px;
    font-size: 11px;
    border-radius: 5px;
    padding: 5px;
}

span.success {
    color: #33602b;
}

.fields_wrap {
	height:38px;
	overflow:hidden;
	background: url(../img/input_bg.png) left top repeat-x;
	border-radius:5px;
}

.fields input[type=text] {
	border: none;
	background:none;
    color: #8e8e8e;
    font-size: 12px;
    width: 320px;
    float: left;
	height:14px;
	margin-right:-10px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px 0 0 5px;
    padding: 12px 20px 11px 12px;
	outline:none;
}

.fields input[type=submit] {
    background: url(../img/btn_bg.png) repeat-x;
    color: #fff;
    font-size: 11px;
    border: 1px solid #1f1e1d;
    margin-left: -10px;
    float: right;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    padding: 11px 15px 12px;
}

.fields input[type=submit]:hover {
    opacity: 0.9;
}

hr {
    height: 9px;
    background: url(../img/bottom_hr.png) center center no-repeat;
    border: none;
    opacity: 1;
    margin: 10px auto 13px;
}

section {
    margin-bottom: 60px;
    margin-top: -4px;
}

section a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: rgba(31,30,30,0.10);
    border-radius: 3px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0;
    padding: 9px 13px;
}

section a:hover {
    background: rgba(31,30,30,0.30);
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

header,section,footer,aside,nav,article,figure {
    display: block;
}

#defaultCountdown {
    width: 280px;
    height: 65px;
    color: #515151!important;
    font-size: 14px!important;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif!important;
    margin: 52px auto 0;
}

.countdown_rtl {
    direction: rtl;
}

.countdown_holding span {
    color: #fff;
}

.countdown_row {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0 2px;
}

.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}

.countdown_show3 .countdown_section {
    width: 32.5%;
}

.countdown_show4 .countdown_section {
    width: 60px;
    margin-right: 0;
    margin-left: 9px;
}

.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;
    font-size: 75%;
    text-align: center;
    border: 1px solid ree;
}

.countdown_amount {
    display: block;
    font-size: 26px;
    color: #fff!important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0 #000;
    padding-top: 1px;
    margin-bottom: -3px;
    font-weight: 700;
}

.countdown_descr {
    display: block;
    width: 100%;
}