
/* ___________1. RESET CSS____________________*/
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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html
{
  min-height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, label, video
{
  display: block;
}
body
{
  margin:0 !important;
  padding:0 !important;
  font-family: 'Raleway' , serif;
  font-weight: 400;
  color:#3a3c3f;
  font-size:1.125em;
  background: #FFFFFF;
  min-height: 100%;
  min-width: 480px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
blockquote, q
{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
  content: '';
  content: none;
}
table
{
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
input
{
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
  overflow: hidden;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Raleway-Bold.woff') format('woff'), /* Modern Browsers */
  url('../fonts/Raleway-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Raleway-Bold.svg#RalewayBold') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Raleway-Regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/Raleway-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Raleway-Regular.svg#RalewayReg') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

/* ___________1. END RESET CSS___________________*/


/* ___________2. TYPICAL ELEMENTS________________*/

/*____________2.1. TITLES_____________________*/
h1
{
  font-weight: 700;
  text-align: center;
  font-size: 1.5555555555555554em;
  padding: 0 0 1.7% 0;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}
h1 span
{
  display: block;
  margin: 31px auto 0 auto;
  background: #ffffff;
  width: 58px;
  height: 2px;
}
h2
{
  font-weight: 700;
  color:#000000;
  font-size: 1.1666666666666665em;
  padding: 23px 30px 23px 31px;
  line-height: 1.2em;
}
/*____________2.1. END TITLES_________________*/


/*____________2.2. LINKS______________________*/
a
{
  color: #659eb2;
  text-decoration: none;
}
a:hover
{
  cursor: pointer;
  text-decoration: underline;
}
/*____________2.2. END LINKS__________________*/


/*________________2.3. FORM ELEMENTS__________*/
input.text
{
  outline: none;
  display: block;
  padding: 0 15px;
  margin: 0 0 16px 0;
  position: relative;
  background: #FFFFFF;
  height: 40px;
  width: 100%;
  font-family: 'Raleway' , serif;
  color:#444444;
  font-size:0.8888888888888888em;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input.wf-button
{
  overflow: hidden;
  border: none;
  background: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position:absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-indent: -500px;
  z-index: 3;
  width: 100%;
  height: 100%;
  outline: none;
}
input.btn:hover
{

}
/*_____________2.3. END FORM ELEMENTS_________*/

.inner
{
  margin: auto;
  position: relative;
  max-width: 1024px;
  min-width: 480px;
}
.page_holder
{
  padding: 0 0 220px 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
main
{
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: relative;
  padding: 0 0 40px 0;
  z-index: 500;
}
header:after,
main:after,
footer:after,
.main_content:after,
.about_box:after
{
  display: block;
  content: '';
  clear: both;
}
/* ___________2. END TYPICAL ELEMENTS____________*/

/*____________3. HEADER_______________________*/
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 600;
}
.header_logo
{
  width: 140px;
  height: 14px;
  padding: 47px 0 0 0;
  margin: 0 auto;
}
.header_logo img,
.header_logo a
{
  display: block;
  width: 140px;
  height: 14px;
}
/*____________3. END HEADER___________________*/

/*___________5. MAIN CONTENT_____________________*/

/*promo*/
.promo_block
{
  background: url(../images/promo_bg.jpg) no-repeat center 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 320px !important;
}
.video_background
{
  position:relative;
  z-index: 1;
}
.video_cover
{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background: #000000;
  transition: opacity 3s;
  -moz-transition: opacity 3s;
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
}
.video_cover.active
{
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.promo_block_video
{
  position: relative;
  z-index: 1;
}
.promo_block video
{
  margin: auto;
}
.promo_block_content
{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  display: table;
}
.promo_block_content .inner
{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.promo_block_content p
{
  color: #FFF;
  font-family: "Georgia", sans-serif;
  font-size: 24px;
  line-height: 34px;
  padding: 0 0 3.2% 0;
}
.download_btn_holder
{
  width: 298px;
  height: 40px;
  margin: auto;
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.8888888888888888em;
  line-height: 1em;
}
.download_btn
{
  width: 298px;
  height: 40px;
  position: relative;
  margin: auto;
  display: block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-24px);
  -moz-transform: translateZ(-24px);
  -o-transform: translateZ(-24px);
  -ms-transform: translateZ(-24px);
  transform: translateZ(-24px);
  -moz-transition: -moz-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -ms-transition: -ms-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s
}
.download_btn_holder:hover .download_btn
{
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.trident .download_btn_holder:hover .download_btn
{
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.download_btn .btn
{
  width: 296px;
  height: 38px;
  display: block;
  position: absolute;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -o-border-radius:5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.download_btn .btn.front
{
  z-index: 1;
  -webkit-transform: rotateX(0deg) translateZ(24px);
  -moz-transform: rotateX(0deg) translateZ(24px);
  -o-transform: rotateX(0deg) translateZ(24px);
  -ms-transform: rotateX(0deg) translateZ(24px);
  transform: rotateX(0deg) translateZ(24px);
  color: #ffffff;
  background-color: #D24A43;
  border: 1px solid #D24A43;
}
.download_btn .btn.top
{
  z-index: 2;
  -webkit-transform: rotateX(90deg) translateZ(24px);
  -moz-transform: rotateX(90deg) translateZ(24px);
  -o-transform: rotateX(90deg) translateZ(24px);
  -ms-transform: rotateX(90deg) translateZ(24px);
  transform: rotateX(90deg) translateZ(24px);
  color: #ffffff;
  background: #c5150c;
  border: 1px solid #c5150c;
}
.download_btn_holder .btn span
{
  display: block;
  padding: 11px 0 10px 42px;
  background: url(../images/adobe_icon.png) no-repeat 60px 7px;
}
.promo_block a.bottom_anchor
{
  position:absolute;
  bottom: 5.6%;
  left: 50%;
  background: url(../images/anchor.png) no-repeat 0 0;
  width: 54px;
  height: 54px;
  margin:auto;
  opacity: 0.5;
  margin: 0 0 0 -27px;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.promo_block a.bottom_anchor:hover
{
  opacity: 1;
}
/* end promo*/

/*main content*/
.main_content
{
}
.about_box
{
  float: left;
  width: 600px;
  padding: 61px 0 0 0;
}
.about_box_image
{
  float: left;
  width: 127px;
  height: 128px;
  margin: 4px 34px 0 0;
}
.about_box_image img
{
  display: block;
  width: 127px;
  height: 128px;
}
.about_box_text
{
  overflow: hidden;
}
.about_box_text p
{
  line-height: 1.49em;
  padding: 0 0 27px 0;
  letter-spacing: -0.2px;
}
.about_box_text p span
{
  font-weight: 700;
}
.main_content_right
{
  float: right;
  padding: 67px 0 0 0;
}
.main_content_right_form
{
  margin: 0 auto 34px auto;
  width: 359px;
  height: 305px;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.main_content_right_form .btn span
{
    padding: 13px 0 10px 100px;

}
.wf-inputpos
{
  padding: 0 30px 0 30px;
}
a.privacy
{
  outline: none !important;
  text-decoration: none;
  font-size: 0.7777777777777777em;
  line-height: 1em;
  margin: 12px 0 0 32px;
  padding: 0 0 0 15px;
  background: url(../images/lock.png) no-repeat 0 2px;
  display: inline-block;
  color: #a3a5a8;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a.privacy:hover
{
  color:#3a3c3f;
}
.main_content_counter
{
  background: url(../images/counter_title.png) no-repeat center 0;
  padding: 35px 0 0 0;
}
.counter
{
  padding: 0 0 0 0;
  position:relative;
  text-align: center;
  color:#ffffff;
  font-size: 1.1em;
}
.countbox-num
{
  width: 45px;
  height: 40px;
  display: inline-block;
  background: #000000;
  margin: 0 6px;
  position: relative;
  border-radius: 4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
}
.countbox-space
{
  display: none !important;
}
.countbox-days1,
.countbox-days2,
.countbox-hours1,
.countbox-hours2,
.countbox-mins1,
.countbox-mins2,
.countbox-secs1,
.countbox-secs2
{
  display: inline-block;
  line-height: 2em;
  font-weight: 700;
}
.countbox-text
{
  position:absolute;
  bottom: -16px;
  left: 0;
  font-size: 0.6em;
  line-height: 1em;
  color: #a1a6a9;
  width: 45px;
}
/* end main content*/

/*modal*/
.modal-open {
  overflow: hidden !important;
  padding: 0 0 0 0 !important;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow: hidden !important;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.modal-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: .7;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-body
{
  width: 809px;
  height: 553px;
  background-color: #FFF;
  margin: auto;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius:5px;
  border-radius: 5px;
}
.modal_wide_close
{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal_small_close
{
  background: url(../images/modal_close.png) no-repeat 0 0;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -14px;
  right: -13px;
  cursor: pointer;
}
.privacy_text
{
  padding: 40px 14px 0 40px;
  height: 505px;
}
.privacy_text p
{
  line-height: 1.5em;
  padding: 0 0 25px 0;
  letter-spacing: -0.2px;
  font-size: 0.8888888888888888em;
}
.privacy_text ul
{
  padding: 0 0 25px 0;
}
.privacy_text li
{
  line-height: 1.5em;
  padding: 46px 0 0 0;
  letter-spacing: -0.2px;
  font-size: 0.8888888888888888em;
}
.privacy_text li:first-child
{
  padding: 0 0 0 0;
}
/* end modal*/

@media only screen and (max-width: 980px)
{
  .about_box
  {
    float: none;
    min-width: 320px;
    max-width: 600px;
    width: auto;
    padding: 61px 20px 0 20px;
    margin: auto;
    text-align: center;
  }
  .about_box_image
  {
    float: none;
    width: 127px;
    height: 128px;
    margin: 4px auto 20px auto;
  }
  .main_content_right
  {
    float: none;
  }
  .modal-body
  {
    width: 460px;
  }
}
@media only screen and (max-width: 480px)
{
  h1
  {
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    padding: 0 30px 1.7% 30px;
    text-transform: uppercase;
    letter-spacing: 0.19em;
  }
  .promo_block_content p
  {
    padding: 0 0 6% 0;
  }
  .promo_block a.anchor
  {
    bottom: 3%;
  }
}

/*___________5. END MAIN CONTENT_________________*/















