* { margin:0; padding:0; }
html {
  display: block;
  background-color: #fff;
  height: 100%;
}
body { 
  font-family: FuturaPT-Book;
  color: #000;
  position: relative;
  /*margin: 10px;*/
}

.big-bg {
  background: url(../img/splashback.jpg) no-repeat right top;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.white-frame {
  position: fixed;
  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow:inset 0 0 0 10px #fff;
  box-shadow:inset 0 0 0 10px #fff;
}

header,
section {
  
}

input {
  border-radius: 0px;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.main {
  font-family: FuturaPT-Book;
  font-size: 16px;
  display: block;
  min-height: 100%;
  min-width: 320px;
  /*font-weight: bold;*/
  /*font-family: FuturaPT-Medium;*/
}

#wrapper {
  padding-top: 135px;
  padding-left: 75px;
  /*padding-right: 75px;*/
  
  position: relative;
  height: 100%;
  background: transparent;
  z-index: 2;
}

/*#wrapper a { color: #000; }*/
.wrap-page a { color: #000; }

.eased {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

a { color: #000; text-decoration:underline; cursor:pointer; }
.main a { text-decoration:none; cursor:pointer; }

a:hover { color: #000; }
a:focus { outline:none; }
a img { border:none; }

p {  }

ol {  }
ol li { }

ul {  }
ul li {  }

dl {  }
dl dt { }
dl dd { }

input, select, textarea {  }
textarea {  }
input.iButton { cursor:pointer; }
/*.iButton::-moz-focus-inner { border:0; }*/
button { cursor:pointer; }

table { border-spacing:0; border-collapse:collapse; }
table td, table th { vertical-align:top; text-align:left; }

.clr      { height:0px; overflow:hidden; clear:both; display:block; }
.hideBox  { display:none; overflow:hidden; }
.hided    { display: none !important; }
.showed   { display: block !important; }
.center   { text-align: center; }
.green    { color: #71bf44; }
.grey { color: #727d84; }

.grey-pad {
  background-color: #eaeef0;
  padding: 10px;
  margin-bottom: 10px;
}

.copyrights {
  font-family: FuturaPT-Book;
  z-index: 2;
  position: absolute;
  bottom: 1.8em;
  right: 0;
  margin: 0 40px;
}

.copyrights a {
  color: #fff;
}

.copyrights a span {
  font-size: 3em;
  position: relative;
  top: 0.35em;
}



.fl-right { float: right; }
.fl-left  { float: left; }

.inline { display: inline-block;}
.w-30 { width: 30% }
.w-39 { width: 39% }
.w-40 { width: 40% }
.w-49 { width: 49% }
.w-50 { width: 50% }
.w-59 { width: 59% }
.w-60 { width: 60% }
.w-69 { width: 69% }
.w-70 { width: 70% }
.w-79 { width: 79% }

.no-pad { padding: 0; }
.pad-l-10 { padding-left: 10px; }
.pad-l-15 { padding-left: 15px; }
.pad-l-20 { padding-left: 20px; }
.pad-l-30 { padding-left: 30px; }

.pad-r-10 { padding-right: 10px; }
.pad-r-15 { padding-right: 15px; }
.pad-r-20 { padding-right: 20px; }
.pad-r-30 { padding-right: 30px; }


.m-t-10 { margin-top: 10px; }
.m-t-10-p { margin-top: 10%; }
.m-t-20 { margin-top: 20px; }
.m-t-25 { margin-top: 25px; }
.m-t-40 { margin-top: 40px; }
.m-t-50 { margin-top: 50px; }
.m-t-1e { margin-top: 1em; }
.m-t-2e { margin-top: 2em; }

.m-b-0 { margin-bottom: 0px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-25 { margin-bottom: 25px; }
.m-b-35 { margin-bottom: 35px; }
.m-b-50 { margin-bottom: 50px; }
.m-b-1e { margin-bottom: 1em; }
.m-b-2e { margin-bottom: 2em; }

.img-wide img { width: 100%; }

.pad-r-30 { padding-right: 30px; }
.big-text .pad-r-30 { padding-right: 30px; }

.absolute { position: absolute; }

.big-40 { font-size: 40px; }
.font-16 { font-size: 16px; }

.catch {
  /*max-width: 100%;*/
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
}

.catch-1010 {
  max-width: 1010px;
  margin: 0 auto;
}

.catch-930 {
  max-width: 930px;
  margin: 0 auto;
}

.catch-615 {
  max-width: 615px;
  margin: 0 auto;
}

.catch-450 {
  max-width: 450px;
  margin: 0 auto;
}

.catch-p-50 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.wide { width: 100%; }
.big-text.policy h1 { margin-bottom: 31px; }

/* TEXT PAGE ABOUT */

.grey-line {
  border-bottom: 1px solid #e3e7e9;
  height: 1px;
}

.wide-mobile-menu {
  font-size: 16px;
  font-family: FuturaPT-Book;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 8px;
  padding: 1px 14px;
  display: block;
}

.wide-mobile-menu li {
  display: inline-block;
  margin: 0 12px;
  padding: 0.3em 0.7em;
  cursor: pointer;
}

.wide-mobile-menu li.active     { background-color: #000; cursor: default; }
.wide-mobile-menu li.active     { color: #fff; }
.wide-mobile-menu li.active a   { color: #fff; }
.wide-mobile-menu li.sales      { color: #ed1c24; }
.wide-mobile-menu li:hover      { background-color: #eaeef0; }
.wide-mobile-menu li.active:hover { background-color: #000; }

.big-text .page-big-desc {
  font-size: 27px;
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.25em;
}

.middle-header .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.logo-desc {
  margin-top: 2px;
  line-height: 1.2em;
  margin-left: 50px;
  font-size: 23px;
}


.logo-table {
  display: inline-block;
  vertical-align: top;

}

.logo-table .logo {
  font-size: 3.5em;
}

.logo-table .logo span {
  background-color: #000;
  width: 100%;
}

.form {
  overflow: hidden;
}


section#body {
  
}

.splash-text {
  font-family: FuturaPT-Medium;
  font-size: 110px;
  color: #fff;
  line-height: 1em;
  margin-top: 83px;
}


.form-text {
  font-family: FuturaPT-Medium;
  font-size: 40px;
  color: #fff;
  margin-top: 27px;
}


.foot-form {
  margin-top: 9px;
  margin-bottom: 2px;
}

.catch-elements > div {
  display: inline-block;
}

.foot-form .inp {
  width: 360px;
}

.foot-form .btn-sq {
  border-left: none;
  /*right: 6px;*/
}

.foot-form .btn-sq.inv {
  border: 1px solid #fff;
}

.foor-form-ok {
  font-size: 40px;
  line-height: 1em;
  /*margin: 15px 0 27px;*/
  color: #fff;
  line-height: 1.2em;
}

.foor-form-fail {
  font-size: 26px;
}

.red {
  color: #ed1c24;
}


.form-elemnts.error {

}

.form-fill {
  height: auto;
  top: 0px;
  position: relative;
}

.foor-form-fail,
.foor-form-ok {
  top: -50px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

.foor-form-ok {

}

.form-elemnts .form-fill .catch-elements {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
}


.form-elemnts.error .foor-form-fail {
  top: 0px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.form-elemnts.ok .foor-form-ok {
  top: -100px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.form-elemnts.ok .form-fill {
  top: -100px;
  opacity: 0;
  visibility: hidden;
}

.form-elemnts.ok {

}

/* ELEMENTS */

.inp {
  font-size: 26px;
  font-family: FuturaPT-Book;
  color: #000; 
  border: 1px solid #000;
  outline: none;
  padding: 0.29em 0.8em;
  -webkit-appearance: none;
}

.inp.inv {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  margin-bottom: 0.7em;
  margin-right: -5px;
}

.btn-sq {
  background-color: #000;
  border: 1px solid #000;
  color: #000;
  font-size: 26px;
  margin: 0;
  padding: 0.29em 1.1em;
  display: inline-block;
  position: relative;
  color: #FFF;
  cursor: pointer;
}

.btn-sq:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.btn-sq.inv {
  background-color: #FFF;
  color: #000;
  border-radius: 0px;
}

.btn-sq.inv:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.btn-sq.disabled {
  background-color: #b4bbbf;
  border: 1px solid #b4bbbf;
  cursor: default;
  outline: none;
}

.btn-sq.disabled:hover {
  color: #fff;
}



.inp::-webkit-input-placeholder { color: #fff; /* placeholder */ }
.inp::-moz-placeholder          { color: #fff; /* placeholder */ }/* Firefox 19+ */
.inp:-moz-placeholder           { color: #fff; /* placeholder */ }/* Firefox 18- */
.inp:-ms-input-placeholder      { color: #fff; /* placeholder */ }



/* ELEMENTS : END */



/* ========= Custom Methods =========== */

@media only screen and (min-width : 1440px) {
  .logo-table .logo {
    font-size: 2.5em;
  }

  #wrapper {
    padding-top: 85px;
  }

  .logo-desc {
    font-size: 19px;
  }

  .splash-text {
    font-size: 90px;
    margin-top: 70px;
  }

  .inp.inv {
    font-size: 22px;
  }

  .foot-form .btn-sq.inv {
    font-size: 22px;
  }

}

@media only screen and (min-width : 1024px) and (max-width : 1440px) {
  .logo-table .logo {
    font-size: 2.5em;
  }

  #wrapper {
    padding-top: 85px;
  }

  .logo-desc {
    font-size: 19px;
  }

  .splash-text {
    font-size: 80px;
    margin-top: 60px;
  }

  .form-text {
    font-size: 36px;
  }

  .inp.inv {
    font-size: 20px;
  }

  .foot-form .btn-sq.inv {
    font-size: 20px;
  }
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .logo-table .logo {
    font-size: 2em;
  }

  #wrapper {
    padding-top:  50px;
    padding-left: 50px;
  }

  .logo-desc {
    font-size: 15px;
  }
  
  .splash-text {
    font-size: 60px;
    margin-top: 40px;
  }

  .form-text {
    font-size: 26px;
    margin-top: 24px;
  }

  .inp.inv {
    font-size: 16px;
  }

  .foot-form .btn-sq.inv {
    font-size: 16px;
  }

  .foot-form .inp {
    width: 250px;
  }

  .foor-form-ok {
    font-size: 30px;
  }

  .form-elemnts.ok .foor-form-ok {
    top: -80px;
  }
}

@media only screen and (min-width : 426px) and (max-width : 768px) {
  .logo-table .logo {
    font-size: 2em;
  }

  #wrapper {
    padding-top:  50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-desc {
    display: none;
  }
  
  .splash-text {
    font-size: 50px;
    margin-top: 120px;
  }

  .form-text {
    font-size: 26px;
    margin-top: 24px;
  }

  .inp.inv {
    font-size: 16px;
  }

  .foot-form .btn-sq.inv {
    font-size: 16px;
  }

  .foor-form-ok {
    font-size: 30px;
  }

  .form-elemnts.ok .foor-form-ok {
    top: -80px;
  }
}

@media only screen and (max-width : 426px) {
  .logo-table .logo {
    font-size: 2em;
  }

  #wrapper {
    padding-top:  40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-desc {
    display: none;
  }
  
  .splash-text {
    font-size: 40px;
    margin-top: 120px;
  }

  .form-text {
    font-size: 22px;
    margin-top: 30px;
  }

  /*.form-fill {
    margin-bottom: 60px;
  }*/

  .inp.inv {
    font-size: 16px;
    width: 100%;
  }

  .foot-form .btn-sq.inv {
    font-size: 16px;
  }

  .foot-form {
    margin-bottom: 62px;
  }

  .foor-form-ok {
    font-size: 22px;
  }

  .form-elemnts.ok .foor-form-ok {
    top: -140px;
  }

  .form-elemnts.error .foor-form-fail {
    top: -50px;
  }
}

@media only screen and (max-width : 240px) {
  .logo-table .logo {
      font-size: 2em;
    }

    #wrapper {
      padding-top:  40px;
      padding-left: 40px;
    }

    .logo-desc {
      display: none;
    }
    
    .splash-text {
      font-size: 40px;
      margin-top: 120px;
    }

    .form-text {
      font-size: 22px;
      margin-top: 120px;
    }

    .inp.inv {
      font-size: 16px;
    }

    .foot-form .btn-sq.inv {
      font-size: 16px;
    }

    .foot-form {
      margin-bottom: 92px;
    }
}

/* ========= Custom Methods : END =========== */


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  
  
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  
}

@media only screen and (min-width : 1315px) {
  
}

@media only screen and (min-width : 1311px) {
  
}

@media only screen and (min-width : 1570px) {
  
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  html {
    
  }

  .mobile-no-side-pad { padding: 0; }
  .mobile-no-inline { display: block; }
  .mobile-no-float { float: none; }
  .mobile-no-margin { margin: 0; }
  .mobile-no-pad { padding: 0 !important; }

  .m-w-100 { width: 100% }

  .catch-p-50 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catch {
    padding-left: 0;
  }
/*
  #wrapper {
    padding-top: 35px;
    padding-left: 10px;
    height: 100%;
  }

  header .logo-desc {
    display: none;
  }

  .logo-table .logo {
    font-size: 1.3em;
    text-align: center;
    overflow: hidden;
  }

  .logo-table .logo span {
    width: auto;
    background: none;
  }

  .splash-text {
    font-size: 30px;
    line-height: 1em;
    margin-top: 49px;
  }

  .form-text {
    font-size: 16px;
    margin-top: 27px;
  }

  .inp,
  .btn-sq {
    font-size: 14px;
  }

  .btn-sq {
    padding: 0.29em 2.2em;
  }

  .foor-form-ok {
    font-size: 30px;
  }

  .foor-form-fail {
    font-size: 18px;
  }*/


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .foor-form-fail {
    font-size: 18px;
  }

 /* .foot-form .inp {
    width: 100%;
  }

  footer .form-elemnts .inp {
    width: 100%;
  }

  footer .form-elemnts .btn-sq {
    display: block;
    right: auto;
    margin-top: 1em;
  }

  .foot-form .btn-sq.inv {
    margin: 10px 0 0 0;
    right: 0;
  }*/

  /* FOOTER : END */

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}