/* #Table of contents
==================================================
#1 Reset
#2 Main and Structure
#3 Typography
#4 Form
#5 Responsive
#6 Modal
#7 Clearing and Misc
==================================================
*/

/* #1 Reset
================================================== */

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;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
}

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;
}


/* #2 Main and Structure
================================================== */

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background: #ebf8fc;
}

.header {
  margin: 0px auto;
  margin-bottom: 1.5em;
  padding-top: 1px;
  background-color: #fff;
}

.logo {
  max-width: 8em;
  display: block;
  padding: .75em 0px;
  float: left;
}

.timer {
  float: right;
  max-width: 300px;
  margin-top: 2em;
}

.from {
  width: 60%;
  height: 75px;
  float: right;
  margin: .625em 0px;
}

.from p {
  text-align: right;
  float: right;
  line-height: 75px;
}

.from img {
  float: right;
  margin-left: 10px;
  margin-top: 16px;
}

.from strong {
  color: #ffd401;
  font-weight: 500;
}

.inner-wrap {
  max-width: 48.75em; /*45.75*/
  margin: 0px auto;
}

.main {
  margin-bottom: 1em;
}

.wide {
  width: 58.97%;
}

.narrow {
  width: 38.46%;
}

.full {
  width: 100%;
  margin: 0px auto;
}

.panel {
  background: #fff;
  padding: 3em;
  margin: 0px auto;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.05);
  margin-bottom: 2em;
}

.options.panel {
  padding: 2em 1.8em .5em;
  border-radius: 8px;
}

.footer {
  max-width: 60em;
  margin: 1.9375em auto 6em;
  text-align: center;
}

.one-forth {
  width: 23%;
  margin-right: 2.564%;
  float: left;
}

.one-forth.last {
  margin-right: 0px;
}

.one-half {
  width: 48.93%;
  margin-right: 2.128%;
  float: left;
}

.one-half.last {
  margin-right: 0px;
}

/* #3 Typography
================================================== */

h1 {
  font-weight: 700;
  font-size: 1.9em;
  margin-bottom: .795454545em;
  letter-spacing: -1px;
}

h1 strong {
  /*background: yellow;*/
  color: #21acd8;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: .5em;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.25em;
  margin-bottom: .5em;
  letter-spacing: -1px;
  font-weight:bold;
}

p, ul, ol {
  margin-bottom: 1.2em;
  line-height: 1.6em;
}

.main p, .main ul, .main ol {
  font-size: 1.0625em; /*1.125em*/
  margin-bottom: 1.2em;
  line-height: 1.6em;
}

p.privacy, p.no-thanks {
  text-align: center;
  font-style: italic;
  margin-bottom: 0px;
}

p.no-thanks {
  font-size: .9375em;
}

.footer p {
  font-size: .75em;
}

.footer p, .footer a, .privacy {
  color: #999
}

strong, .strong { font-weight: bold;}
em { font-style: italic;}
a { color: #21acd8; }

ul, ol {
  margin-left: 2.5em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

.quote {
  padding-left: 2em;
  border-left: 2px solid #21acd8;
}

.success-stories {
  margin: 4em 0px;
}

.success-story h2 {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 2px solid #21acd8;
}

.caps {
  text-transform: uppercase;
  color: #21acd8;
}

.rock-salt {
  font-family: "Rock Salt", sans-serif;
  font-size: 1.2em;
  text-align: center;
}

.option-comparison ul {
  padding-left: 20px;
  text-indent: 2px;
  list-style-position: outside;
  margin-left: 0px;
}

.option-comparison.yes li:before {
  content: '✔ ';
  margin-left: -1em;
  margin-right: .100em;
}

.option-comparison li.yes:before {
  content: '✔ ';
  margin-left: -1em;
  margin-right: .100em;
}

ul.option-comparison {
  margin-left: 1.5em;
}

.option-comparison li.no {
  color: #999;
}

.option-comparison li.no:before {
  content: '✘ ';
  margin-left: -1em;
  margin-right: .100em;
}

.arrow {
  width: 160px;
  margin: 0px auto 1em;
  /*background: url("images/arrow.png");*/
}

/* Start brand colors */

.highlight {
  background: #ffffcc;
  padding: 0px 4px;
}

.blue {
  color: #21acd8;
}

.orange {
  color: #fb5113;
}

.red {
  color: #c74823;
}

/* #4 Form
================================================== */

input[type="email"], input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  width: 83.5%;
  margin-bottom: .625em;
  font-size: 1em;
  padding: 2.5% 3%;
  padding-right: 13%;
  border: solid 1px #ddd;
  background: #f9f9f9;
  box-shadow: inset 0px 0px 4px 1px rgba(0,0,0,.1);
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="email"]:focus, input[type="text"]:focus {
  outline: none;
  box-shadow: 0px 0px 4px 0px rgba(255,196,0,0.75);
  border: 1px solid #ccaa01;
}

input.name {
  background: #f9f9f9 url("images/name.png") no-repeat;
  background-position: right center;
}

input.email {
  background: #f9f9f9 url("images/email.png") no-repeat;
  background-position: right center;
}

.cta, button {
  border-radius: 6px;
  text-decoration: none;
  /*border: solid 1px #fcb100;*/
  padding: .625em 1.041666667em;
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  background: #fb5113;
  display: inline-block;
  margin-bottom: 1em;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe108), to(#fcb100));
  background: -webkit-linear-gradient(top, #ffe108, #fcb100);
  background: -moz-linear-gradient(top, #ffe108, #fcb100);
  background: -ms-linear-gradient(top, #ffe108, #fcb100);
  background: -o-linear-gradient(top, #ffe108, #fcb100);
  text-shadow: 1px 1px 1px rgba(255,255,255,.4);*/
}

.cta.blue, button.blue {
  background: #21acd8;
}

.cta:hover, button:hover {
  background: #ed4407;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe54d), to(#ffc85a));
  background: -webkit-linear-gradient(top, #ffe54d, #ffc85a);
  background: -moz-linear-gradient(top, #ffe54d, #ffc85a);
  background: -ms-linear-gradient(top, #ffe54d, #ffc85a);
  background: -o-linear-gradient(top, #ffe54d, #ffc85a);*/
}


.cta:hover.blue, button:hover.blue {
  background: #1699c3;
}

.cta:active, button:active {
  background: #ed4407;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcb600), to(#ffd008));
  background: -webkit-linear-gradient(top, #fcb600, #ffd008);
  background: -moz-linear-gradient(top, #fcb600, #ffd008);
  background: -ms-linear-gradient(top, #fcb600, #ffd008);
  background: -o-linear-gradient(top, #fcb600, #ffd008);*/
  box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.25);
}

.cta.large {
  font-size: 2.125em;
  display: inline-block;
  padding: .75em 2em;
  margin-top: 1em;
}

button {
  width: 100%;
  cursor: pointer;
}


/* #5 Responsive
================================================== */

.show { display: none; }

 @media only screen and (max-width: 768px) {
  body { font-size: 80%; }
  .wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrap {
    padding: 0px 1em;
  }
  .full {
    width: 100%;
  }
  .panel {
    margin-top: 0px;
  }
  .footer .copyright, .footer .links {
    text-align: center;
  }
  h2 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 650px) {
  .narrow, .wide, .one-half {
    width: 100%;
  }
  h1 {
    font-size: 2em;
    font-weight: 900;
  }
  form {
    padding: 0px;
  }
  .logo {
    text-align: center;
    padding-top: 1em;
  }
  .hide {
    display: none;
  }
  .show {
    display: inline;
  }
  .narrow {
    margin-top: 0px;
  }
}


/* # 6 Modal
================================================== */

#myModal button {
  margin-bottom: .5em;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(255,255,255,0.90);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  top: 50px;
  moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    text-decoration: underline;
    color: #999;
  }

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: white !important; } }


/* #7 Clearing and Misc
================================================== */

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Self Clearing Floats */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

#timer_wrap {
	/*????? ??????????? ?????? ????? ? ????????,
	??????????? ????? ????????? ???????????? ?????? ?????? ????? ??? ????????,
	?????? ???? ?? ?????????????? ?????? ??????. ??????????? ???????? 960px */
	max-width: 960px;
	
	margin:0 auto;
}

.clock {
	margin:0 auto;
	
	/*?????? ????? ? ???????? - ??????????? ????????? 585px */
	width:585px;
	
	/*?????? ?????? ???? ? ??????? - ????????? ?????? ?????? ????? - ??????? ?????? ?????? 55px/1.5 */
	font: 55px/1.5 'Open Sans Condensed',sans-serif;
	
	font-weight: normal;
	text-align:center;
	letter-spacing:-3px;
	display: block;
}

.razd {
	float:left;
	
	/*???? ?????-???????????? ????? ??????? - ??????????? ????????? #444 */
	color:#444;
	
	/*???? ???? ? ?????-???????????? ????? ????  - ??????????? ????????? 1px 1px 1px rgba(4, 4, 4, 0.5) */
	text-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	
	/*?????? ?????? ?????????????? ????? ????? ???????- ??????????? ????????? 65px */
	font-size: 65px;
	
	margin:-9px 5px 0px 0px;
}

.clock p {
	margin:0px;
	padding:0px;
	width:1em;
	float:left;
	position:absolute;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	border-radius: 0.2em;
	letter-spacing: -1px;
	text-align: center;
	/*???? ????*/
	color:#444;
	
	/*???? ???? ????, ?????? ??? ????? ???????? - ???????? ????? ????? ?? ????? http://www.colorzilla.com/gradient-editor/ */
	background: #b8e1fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}

/*??????????? ???????? ????? ???? ? ????

	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #3A3A3A),color-stop(0.5, #444444));

*/

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.hour,.min,.sec,.day {
	float:left;
	padding:5px;
	position:relative;
	display:block;
}

.sec0,.min0,.hour0,.day0 {
	display: block;
	position: absolute;
}

.sec1,.min1,.hour1,.day1 {
	display: block;
	position: absolute;
}