body {
    background: #fefefe;
    color: #343434;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    margin: 0;
}
.header, .slider, .trigers, .price_box, .advantages, .scheme, .reviews, .safeguards, .footer {
 min-width: 1020px;
}

a { color: #444444; text-decoration: none; }
a:visited { color: #444444; text-decoration: none; }
a:hover { color: #444444; text-decoration: none; }


.w980 {width: 980px; margin: 0 auto; padding: 0 20px;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
ul {margin: 0; padding: 0;}

input {margin: 0; padding: 0;}
input:focus, textarea:focus, a:focus, div:focus {outline:none;}
 
input {color: #444444; font-family: Arial, Helvetica, sans-serif;}
textarea {color: #444444; font-family: Arial, Helvetica, sans-serif;}

input::-webkit-input-placeholder {color: #4a4a4a;}
input:-moz-placeholder {color: #4a4a4a;}

textarea::-webkit-input-placeholder {color: #4a4a4a;}
textarea:-moz-placeholder {color: #4a4a4a;}

input:focus::-webkit-input-placeholder {color: #444444;}
input:focus:-moz-placeholder {color: #444444;}

textarea:focus::-webkit-input-placeholder {color: #444444;}
textarea:focus:-moz-placeholder {color: #444444;}

.title {
    background: url("../img/title.png") repeat-x scroll 0 60% transparent;;
    color: #323232;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}
.title span {
    background: #ffffff;
    padding: 0 20px;
}
.title_2{
    color: #323232;
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}

/*   HEADER   */
.header .rab {
    color: #ff5502;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    margin: 15px 0 0;
    padding-left: 40px;
}


.header {
    background: none repeat scroll 0 0 #ffffff;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
.header .logo {
    float: left;
    margin: 17px 0 16px;
}
.header .logo3 {
    float: left;
    margin: 27px 0 16px;
    margin-left: 130px; /* Добавляем отступ слева */
    color: #9e9e9e;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}
.header .number div {
    color: #9e9e9e;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
	letter-spacing: 0.7px;
}
.header .number {
    color: #ff5502;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 26px;
    margin: 9px 0 0;
    padding-left: 40px;
}
.header .number span {
    color: #f17d00;
    font-weight: 400;
}
.header .call_back {
    float: right;
    margin: 21px 20px 0 0;
}
.hidden-form {
    display: none;
}
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #45d924; /* Old browsers */
    background: -moz-linear-gradient(top,  #45d924 0%, #2eaa02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45d924), color-stop(100%,#2eaa02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45d924 0%,#2eaa02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45d924 0%,#2eaa02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45d924 0%,#2eaa02 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45d924 0%,#2eaa02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d924', endColorstr='#2eaa02',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.25);

    color: #ffffff;
    cursor: pointer;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 21px;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 2px 1px #237909;
    text-transform: uppercase;
    width: 192px;
}
.btn:hover {
    background: #4ee92a; /* Old browsers */
    background: -moz-linear-gradient(top,  #4ee92a 0%, #3dbd11 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ee92a), color-stop(100%,#3dbd11)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4ee92a 0%,#3dbd11 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4ee92a 0%,#3dbd11 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4ee92a 0%,#3dbd11 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4ee92a 0%,#3dbd11 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ee92a', endColorstr='#3dbd11',GradientType=0 ); /* IE6-9 */
}
.btn:active {
    background: #36a91b; /* Old browsers */
    background: -moz-linear-gradient(top,  #36a91b 0%, #3ac213 50%, #2eaa02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36a91b), color-stop(50%,#3ac213), color-stop(100%,#2eaa02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a91b', endColorstr='#2eaa02',GradientType=0 ); /* IE6-9 */
}


/*   MENU   */
.menu {
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #c5c5c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8e8e8 0%,#c5c5c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8e8e8 0%,#c5c5c5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e8e8e8 0%,#c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */

    height: 45px;
}
.menu .w980 {
    height: auto;
}
.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    background: url("../img/li.png") no-repeat scroll 16px 18px transparent;
    list-style: none;
    float: left;
    font-size: 15px;
    font-weight: 400;
}
.menu ul li a {
    color: #303030;
    display: block;
    padding: 14px 45px 12px;
}
.menu ul li a.active, .menu ul li a:hover {
    border-color: #fdcd0c;
}
.menu ul li:first-child {

}


/*   SLIDER   */
.slider {
    background: url("../img/slider3.jpg") no-repeat scroll 50% 100% transparent;
	!background-size: auto 558px;
    height: 500px;
    padding-top: 130px;
}


h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 18px 0 50px 290px;
    height: 112px;
}

h1 span{
    font-size: 36px;

}

h2{
    font-size: 45px;
}

.slider .form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    background: #ffffff;
    float: right;
    padding: 1px 0;
    width: 350px;
	margin-top: -8px;
}
.slider .title {
    background: url("../img/wave.png") repeat-x scroll 0 100% transparent;
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0 10px 30px;
    text-transform: uppercase;
}
.slider .close {
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.slider .form_item {
    margin-bottom: 15px;
}
.slider .form_item input {
    background: url("../img/pop_up_input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 16px;
    margin: 0 29px;
    width: 264px;
}
.slider .btn  {
    border: none;
    font-size: 24px;
    height: 60px;
    margin: 0 29px 30px;
    width: 292px;
}

.slider .timer_box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow:    0px 9px 9px 0px rgba(0, 0, 0, 0.22);
    box-shadow:         0px 9px 9px 0px rgba(0, 0, 0, 0.22);

    background: none repeat rgba(255,255,255,0.9);
    float: left;
    margin-left: 115px;
    margin-top: 115px;
    padding: 10px 20px 0px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 427px;
}

.slider .timer_box_index {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow:    0px 9px 9px 0px rgba(0, 0, 0, 0.22);
    box-shadow:         0px 9px 9px 0px rgba(0, 0, 0, 0.22);

    background: none repeat rgba(255,255,255,0.9);
    float: right;
    margin-top: 40px;
	margin-right: 50px;
    padding: 10px 20px 0px 20px;
    text-transform: uppercase;
    width: 427px;
}

.slider .timer_box_index.title {
    color: #343434;
    float: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    text-align: center;
    margin: 5px 0 0px;
    padding: 0;
}

.slider .action_title {
    color: #f14f00;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
.slider .timer_box .title {
    color: #343434;
    float: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    text-align: center;
    margin: 5px 0 0px;
    padding: 0;
}

/*   TEXT   */
.text {
	width: 980px;
    margin: 0 auto;
    padding: 0px 20px 30px 20px;
}

.text p{
	font-size: 16px;
	text-align: justify;
}

/*   TRIGERS   */
.trigers {

}
.trigers .triger_item {
    background: url("../img/triger_bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 70px 0 60px 17px;
    padding: 21px 15px;
    width: 285px;
}
.trigers .triger_item:first-child {
    margin-left: 0;
}
.trigers .triger_item img {
    float: left;
}
.trigers .triger_item .type {
    float: left;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin: 3px 0 0 20px;
    text-transform: uppercase;
}


/*   PRICE   */
.price_box {
    background: url("../img/price.jpg")  scroll 0 0 transparent;
/* 	background: url("../img/price.jpg") no-repeat scroll 0 0 transparent;*/
height: 1000px; */
    padding: 1px 0;
}
.price_box .title {
    background: none;
    color: #ffffff;
    text-shadow: 0 2px 2px #917d1e;
}
.price_box .price_item {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.4);

    background: #fffbfb;
    font-weight: 700;
    margin-bottom: 10px;
}
.price_box .price_item img {
    border: 3px solid #ffffff;
    float: left;
}
.price_box .price_item .name.double {
    margin-top: 15px;
}
.price_box .price_item .name {
    color: #3a3a3a;
    float: left;
    font-size: 20px;
    height: 61px;
    line-height: 28px;
    margin-top: 30px;
    padding: 0 20px;
    width: 295px;
}
.price_box .price_item .price {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #ff5502;
    float: left;
    font-size: 34px;
    height: 70px;
    padding-top: 21px;
    text-align: center;
    width: 218px;
}
.price_box .price_item .price span {
    color: #838383;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin: 24px 5px 0;
}
.price_box .price_item .buy {
    float: left;
    margin: 27px 0 0 16px;
}

/*   PRICE-TV   */
.price_box_tv {
    background: url("../img/price.jpg") no-repeat scroll 0 0 transparent;
    height: 800px;
    padding: 1px 0;
}
.price_box_tv .title {
    background: none;
    color: #ffffff;
    text-shadow: 0 2px 2px #917d1e;
}
.price_box_tv .price_item {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.4);

    background: #fffbfb;
    font-weight: 700;
    margin-bottom: 10px;
}
.price_box_tv .price_item img {
    border: 3px solid #ffffff;
    float: left;
}
.price_box_tv .price_item .name.double {
    margin-top: 15px;
}
.price_box_tv .price_item .name {
    color: #3a3a3a;
    float: left;
    font-size: 20px;
    height: 61px;
    line-height: 28px;
    margin-top: 30px;
    padding: 0 20px;
    width: 295px;
}
.price_box_tv .price_item .price {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #ff5502;
    float: left;
    font-size: 36px;
    height: 70px;
    padding-top: 21px;
    text-align: center;
    width: 218px;
}
.price_box_tv .price_item .price span {
    color: #838383;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin: 24px 5px 0;
}
.price_box_tv .price_item .buy {
    float: left;
    margin: 27px 0 0 16px;
}


/*   ADVANTAGES   */
.advantages {

}
.advantages .advantage_item.first-child {
    margin-left: 0;
}
.advantages .advantage_item {
    color: #1e2c45;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 60px 50px;
    text-align: center;
    width: 121px;
}
.advantages .advantage_item img {
    margin-bottom: 25px;
}


/*   SCHEME   */
.scheme {
    background: url("../img/scheme.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: 5px solid #ebebeb;
    padding: 15px 0 3px;

}
.scheme span {
    background: #F8F8F8;
}
.scheme .scheme_item.first-child {
    margin-left: 0;
}
.scheme .scheme_item {
    color: #1e2c45;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 60px 12px;
    text-align: center;
    width: 153px;
}
.scheme .scheme_item img {
    margin-bottom: 25px;
}


/*   REVIEWS   */
.reviews {
    padding: 16px 0;
}
.reviews li {
    list-style: none;
}
.review_item {
    float: left;
    margin-top: 30px;
    width: 485px;
}
.review_item .photo {
    float: left;
    height: 208px;
    margin-right: 15px;
    width: 208px;
}
.review_item .name {
    color: #323232;
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0 0;
}
.review_item .date {
    color: #cdcdcd;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}
.review_item .review_text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #f2f2f2;
    color: #313131;
    float: left;
    font-family: arial;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 20px;
    width: 222px;
}
.reviews .jcarousel {
    position: relative;
    overflow: hidden;
}
.reviews .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.reviews .jcarousel li {
    margin-right: 10px;
    float: left;
}
.reviews .jcarousel-pagination {
    text-align: center;
    margin-top: 40px;
}
.reviews .jcarousel-pagination a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: #f2f2f2;
    display: inline-block;
    font-size: 0;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}
.reviews .jcarousel-pagination a.active {
    background: #43d420;
}
.reviews .counter {
    color: #484848;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
}


/*   SAFEGUARDS   */
.safeguards {
    background: url("../img/about.jpg") no-repeat scroll 0 0 transparent;
    padding: 20px 0 55px;
}

.safeguards p{
    color: #ffffff;
	font-size: 16px;
	text-align: justify;
}

.safeguards .title {
    background: none;
    color: #ffffff;
    margin-bottom: 55px;
}
.safeguards .safeguards_box {
    float: left;
    width: 445px;
}
.safeguards .safeguards_item {
    background: url("../img/safeguards_item.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    min-height: 21px;
    padding: 8px 0 10px 55px;
}
.safeguards .form {
    background: url("../img/form_bg.png") no-repeat scroll 50% 0 transparent;
    float: right;
    padding: 40px 75px 80px;
    width: 385px;
}
.safeguards .form .title {
    color: #242323;
    font-size: 28px;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
}
.safeguards .form_item {
    margin-bottom: 20px;
}
.safeguards .form_item input {
    background: url("../img/input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 20px;
    width: 344px;
}
.safeguards .btn  {
    border: none;
    font-size: 24px;
    height: 67px;
    width: 384px;
}


/*   FOOTER   */
.footer {
    border-top: 4px solid #efefef;
}
.footer .logo {
    float: left;
    margin: 30px 0;
}
.footer .number div {
    color: #9e9e9e;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
	letter-spacing: 0.7px;
}
.footer .number {
    color: #ff5502;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 26px;
    margin: 20px 0 0;
    padding-left: 40px;
}
.footer .number span {
    color: #f17d00;
    font-weight: 400;
}
.fm {
    float: right;
    margin: 33px 70px 0 0;
}
.fm div {
    float: left;
    font-size: 11px;
    margin: 6px 10px 0 0;
    text-align: right;
}
.fm span {
    color: #1171c2;
    text-decoration: underline;
}
.fm img {
    float: right;
}

/*   POP UP   */
.overlay {
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.pop_up {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #ffffff;
    left: 50%;
    margin: -190px 0 0 -200px;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 20000;
}
.pop_up .title {
    background: url("../img/wave.png") repeat-x scroll 0 100% transparent;
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0;
    padding: 0 10px 40px;
    text-transform: uppercase;
}
.pop_up .close {
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.pop_up .form_item {
    margin-bottom: 20px;
}
.pop_up .form_item input {
    background: url("../img/pop_up_input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 20px;
    margin: 0 54px;
    width: 252px;
}
.pop_up .btn  {
    border: none;
    font-size: 24px;
    height: 67px;
    margin: 0 54px 30px;
    width: 292px;
}
.pop_up.thanks {
    margin: -92px 0 0 -200px;
}
.pop_up.thanks .title {
    font-size: 24px;
    line-height: 24px;
}
.pop_up.thanks .description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.pop_up.thanks .close.btn  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #33b679;
    border: none;
    border-bottom: 4px solid #0f9d58;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Exo 2",sans-serif;
    font-size: 21px;
    font-weight: 700;
    height: 29px;
    margin: 50px auto 10px;
    padding: 15px 0;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}
.pop_up.thanks .close.btn:hover {
    background: #43ca8b;
}
.pop_up.thanks .close.btn:active {
    background: #299160; /* Old browsers */
    background: -moz-linear-gradient(top,  #299160 0%, #33b679 10%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299160), color-stop(10%,#33b679)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #299160 0%,#33b679 10%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #299160 0%,#33b679 10%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #299160 0%,#33b679 10%); /* IE10+ */
    background: linear-gradient(to bottom,  #299160 0%,#33b679 10%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299160', endColorstr='#33b679',GradientType=0 ); /* IE6-9 */

    border: none;
    padding: 17px 0;
}


/* SCHEDCHIK */

.bg-gradient {
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin: -500px 0 0 -500px;
}

.container {
    text-align: center;
    margin: 0 auto;
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
}


#CDT {
    color: #ffffff;
    !font-size: 60px;
    font-weight: bold;
    margin: 15px auto 0;
    padding-bottom: 30px;
    text-align: center;
}

#CDT .number-wrapper {
    position: relative;
    margin: 0 5px;
}

#CDT .number {
    background: url("../img/timer.png") repeat scroll 0 0 transparent;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 60px;
    font-weight: normal;
    height: 77px;
    line-height: 77px;
    padding: 7px 0 0;
    text-align: center;
    width: 90px;
	
}
       
#CDT .line {
    display: none;
}
       
.caption {
    bottom: -35px;
    color: #393939;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
    
footer {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #777;
}

footer p {
    margin: .5em 0;
    line-height: 1.5;
}