@font-face {
  font-family: 'latoblack';
  src: url("../fonts/lato-bla-webfont.eot");
  src: url("../fonts/lato-bla-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bla-webfont.woff") format("woff"), url("../fonts/lato-bla-webfont.ttf") format("truetype"), url("../fonts/lato-bla-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'futura_md_btmedium';
  src: url("../fonts/futura_medium_bt-webfont.eot");
  src: url("../fonts/futura_medium_bt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"), url("../fonts/futura_medium_bt-webfont.woff") format("woff"), url("../fonts/futura_medium_bt-webfont.ttf") format("truetype"), url("../fonts/futura_medium_bt-webfont.svg#futura_md_btmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 35, ../scss/style.scss */
html {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background: linear-gradient(#fe474b, #fc3ca2);
}

/* line 42, ../scss/style.scss */
body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "futura_md_btmedium";
  color: #FFF;
  -webkit-font-smoothing: antialiased !important;
  overflow: hidden;
  text-transform: uppercase;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 56, ../scss/style.scss */
body.contact, body.sale {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 64, ../scss/style.scss */
strong {
  font-weight: 800;
}

/* line 69, ../scss/style.scss */
.vertical-center {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
}
/* line 75, ../scss/style.scss */
.vertical-center > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 80, ../scss/style.scss */
.vertical-center > .align-helper {
  height: 100%;
  width: 0;
}

/* line 86, ../scss/style.scss */
#domain {
  font-weight: 600;
}
/* line 88, ../scss/style.scss */
#domain h1 {
  text-transform: uppercase;
  margin-bottom: 70px;
  display: inline-block;
  position: relative;
  width: 400px;
}
/* line 94, ../scss/style.scss */
#domain h1 .border {
  height: 12px;
  background-color: #FFF;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
}

/* line 106, ../scss/style.scss */
.bloc-text {
  text-align: justify;
  font-size: 12px;
  line-height: 2;
}

/* line 111, ../scss/style.scss */
#homepage {
  position: absolute;
  height: 100%;
  width: 100%;
}
/* line 115, ../scss/style.scss */
#homepage .content {
  width: 600px;
  max-width: 98%;
}
/* line 119, ../scss/style.scss */
#homepage .content .bloc-text {
  margin-bottom: 70px;
}
/* line 123, ../scss/style.scss */
#homepage .is-for-sale {
  font-weight: 600;
  line-height: 50px;
  width: 480px;
  background-color: #FFF;
  color: #333;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .6;
}
/* line 134, ../scss/style.scss */
#homepage .is-for-sale:hover {
  opacity: 1;
}

/* line 140, ../scss/style.scss */
#close-contact, #close-sale {
  color: #888;
  font-size: 50px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f06478;
  background-color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #DDD;
  text-align: center;
  line-height: 43px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .6;
}
/* line 158, ../scss/style.scss */
#close-contact:hover, #close-sale:hover {
  opacity: 1;
}

/* line 162, ../scss/style.scss */
#close-sale {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 167, ../scss/style.scss */
#homepage-content {
  height: 75%;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 172, ../scss/style.scss */
#homepage-content .states {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 65px;
  box-sizing: border-box;
}
/* line 181, ../scss/style.scss */
#homepage-content .states #close-paypal-state {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-size: 30px;
  line-height: 10px;
  color: #9fa7b7;
}
/* line 192, ../scss/style.scss */
#homepage-content .states #close-paypal-state:hover {
  color: #677289;
}
/* line 196, ../scss/style.scss */
#homepage-content .states p {
  margin: 20px 0;
  font: normal bold 15px Arial;
  color: #9fa7b7;
  text-transform: initial;
}

/* line 205, ../scss/style.scss */
.pub {
  width: 970px;
  height: 90px;
  overflow: hidden;
  display: inline-block;
}

/* line 214, ../scss/style.scss */
a {
  text-decoration: none;
}

/* line 218, ../scss/style.scss */
a:link, a:visited {
  color: #1f2228;
}

/* line 223, ../scss/style.scss */
#contact {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #FFF;
}
/* line 232, ../scss/style.scss */
#contact .contact-container {
  width: 900px;
  margin: auto;
}
/* line 237, ../scss/style.scss */
#contact .bloc-text {
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

/* line 244, ../scss/style.scss */
#sale {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #F7F7F7;
}
/* line 252, ../scss/style.scss */
#sale > header {
  margin: auto;
  width: 60%;
}
/* line 255, ../scss/style.scss */
#sale > header #top {
  background-color: #FFFFFF;
  padding: 0 30px;
  text-align: left;
}
/* line 259, ../scss/style.scss */
#sale > header #top p {
  color: #A5ADBE;
  padding: 30px 0;
  border-bottom: 2px solid #FF4362;
  font: normal normal 14px "futura_md_btmedium", Arial;
  display: inline-block;
  text-transform: initial;
}
/* line 268, ../scss/style.scss */
#sale > header #bottom {
  background-color: #9FA7B7;
  padding: 26px 30px;
  text-align: left;
}
/* line 272, ../scss/style.scss */
#sale > header #bottom img {
  vertical-align: middle;
  padding-top: 8px;
}
/* line 276, ../scss/style.scss */
#sale > header #bottom p {
  color: #FFFFFF;
  font: normal bold 14px "futura_md_btmedium", Arial;
  display: inline-block;
}
/* line 283, ../scss/style.scss */
#sale > section {
  width: 60%;
  margin: auto;
  font-size: 0;
  margin-top: 30px;
}
/* line 288, ../scss/style.scss */
#sale > section article {
  background: #FFFFFF;
  width: calc(100%/3);
  display: inline-block;
  box-sizing: border-box;
  /*border-right: 2px solid #D7D9DC;*/
  font-size: initial;
}
/* line 295, ../scss/style.scss */
#sale > section article:last-child {
  border-right: 0;
}
/* line 298, ../scss/style.scss */
#sale > section article header {
  height: 120px;
  box-sizing: border-box;
  padding: 30px 30px 20px;
  text-align: center;
  line-height: 60px;
}
/* line 304, ../scss/style.scss */
#sale > section article header img {
  vertical-align: middle;
}
/* line 308, ../scss/style.scss */
#sale > section article .externe {
  border: 2px solid #FBFCFC;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-animation: externe 1s linear infinite alternate;
  -webkit-animation: externe 1s linear infinite alternate;
  animation: externe 1s linear infinite alternate;
}
/* line 315, ../scss/style.scss */
#sale > section article .externe .interne {
  border: 2px solid #E2E4E9;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-animation: interne 2s linear infinite alternate;
  -webkit-animation: interne 2s linear infinite alternate;
  animation: interne 2s linear infinite alternate;
}
/* line 322, ../scss/style.scss */
#sale > section article .externe .interne .price {
  font: normal bold 20px "futura_md_btmedium", Arial;
  border: 2px solid #bcc2cd;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 68px;
  -moz-animation: price 3s linear infinite alternate;
  -webkit-animation: price 3s linear infinite alternate;
  animation: price 3s linear infinite alternate;
}
/* line 336, ../scss/style.scss */
#sale > section article:nth-child(1) .externe .interne .price {
  color: #008EDB;
}
/* line 339, ../scss/style.scss */
#sale > section article:nth-child(2) .externe .interne .price {
  color: #8CBC4B;
}
/* line 342, ../scss/style.scss */
#sale > section article:nth-child(3) .externe .interne .price {
  color: #023BAF;
}
/* line 345, ../scss/style.scss */
#sale > section article:nth-child(4) .externe .interne .price {
  color: #e0600f;
}
/* line 348, ../scss/style.scss */
#sale > section article footer {
  margin-top: 30px;
  background-color: #FF4362;
  padding: 30px;
}
/* line 352, ../scss/style.scss */
#sale > section article footer a {
  display: block;
  width: 150px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  font: normal bold 15px "futura_md_btmedium", Arial;
  color: #AEB4C2;
  text-align: center;
  text-decoration: none;
  opacity: 0.8;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* line 365, ../scss/style.scss */
#sale > section article footer a:hover {
  opacity: 1;
}
/* line 369, ../scss/style.scss */
#sale > section article footer a.disabled {
  cursor: not-allowed;
  color: #e8eaee;
}
/* line 372, ../scss/style.scss */
#sale > section article footer a.disabled:hover {
  opacity: 0.8;
}
/* line 380, ../scss/style.scss */
#sale > footer {
  width: 60%;
  margin: auto;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}
/* line 386, ../scss/style.scss */
#sale > footer > * {
  display: inline-block;
}
/* line 389, ../scss/style.scss */
#sale > footer p {
  color: #B1B8C6;
  font: normal normal 15px "futura_md_btmedium", Arial;
}
/* line 392, ../scss/style.scss */
#sale > footer p.sale-mail {
  margin-left: 20px;
}
/* line 394, ../scss/style.scss */
#sale > footer p.sale-mail a {
  color: inherit;
  font-weight: bold;
}
/* line 400, ../scss/style.scss */
#sale > footer img {
  vertical-align: middle;
  margin-left: 10px;
}
/* line 405, ../scss/style.scss */
#sale > #bar {
  position: relative;
  background-color: #fff;
  margin-top: 100px;
  width: 100%;
  height: 107px;
  text-transform: none;
  color: #a5adbe;
  vertical-align: middle;
  padding: 0;
}
@media screen and (min-height: 900px) {
  /* line 405, ../scss/style.scss */
  #sale > #bar {
    position: absolute;
    margin-top: 0px;
    bottom: 0px;
  }
}
/* line 422, ../scss/style.scss */
#sale > #bar #content {
  position: relative;
  width: 91.66667%;
  display: block;
  margin: auto;
  top: 20px;
}
/* line 429, ../scss/style.scss */
#sale > #bar #content > div {
  vertical-align: middle;
  display: inline-block;
}
/* line 433, ../scss/style.scss */
#sale > #bar #content > div p.title {
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 437, ../scss/style.scss */
#sale > #bar #content > div p.txt {
  font-size: 12px;
}
/* line 441, ../scss/style.scss */
#sale > #bar #content > div#secure {
  display: inline-block;
  width: 287px;
}
/* line 444, ../scss/style.scss */
#sale > #bar #content > div#secure img {
  display: inline-block;
  width: 28px;
  height: 34px;
  vertical-align: top;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}
/* line 454, ../scss/style.scss */
#sale > #bar #content > div#secure div {
  display: inline-block;
  margin-left: 43px;
  top: 0px;
  margin-top: -24px;
}
/* line 461, ../scss/style.scss */
#sale > #bar #content > div#payment {
  width: 385px;
  position: absolute;
  left: calc(50% - 192px);
}
/* line 466, ../scss/style.scss */
#sale > #bar #content > div#cards {
  position: absolute;
  right: 0px;
  top: calc(50% - 13px);
  width: 280px;
}

@-moz-keyframes externe {
  0% {
    border-color: white;
  }
  50% {
    border-color: #FBFCFC;
  }
  100% {
    border-color: #fbfcfc;
  }
}
@-webkit-keyframes externe {
  0% {
    border-color: white;
  }
  50% {
    border-color: #FBFCFC;
  }
  100% {
    border-color: #fbfcfc;
  }
}
@keyframes externe {
  0% {
    border-color: white;
  }
  50% {
    border-color: #FBFCFC;
  }
  100% {
    border-color: #fbfcfc;
  }
}
@-moz-keyframes interne {
  0% {
    border-color: #c5c9d3;
  }
  50% {
    border-color: #E2E4E9;
  }
  100% {
    border-color: #f1f2f4;
  }
}
@-webkit-keyframes interne {
  0% {
    border-color: #c5c9d3;
  }
  50% {
    border-color: #E2E4E9;
  }
  100% {
    border-color: #f1f2f4;
  }
}
@keyframes interne {
  0% {
    border-color: #c5c9d3;
  }
  50% {
    border-color: #E2E4E9;
  }
  100% {
    border-color: #f1f2f4;
  }
}
@-moz-keyframes price {
  0% {
    border-color: #d9dce3;
  }
  50% {
    border-color: #9FA7B7;
  }
  100% {
    border-color: #677289;
  }
}
@-webkit-keyframes price {
  0% {
    border-color: #d9dce3;
  }
  50% {
    border-color: #9FA7B7;
  }
  100% {
    border-color: #677289;
  }
}
@keyframes price {
  0% {
    border-color: #d9dce3;
  }
  50% {
    border-color: #9FA7B7;
  }
  100% {
    border-color: #677289;
  }
}
/* line 509, ../scss/style.scss */
.buy-escrow-popup {
  display: none;
  width: 430px;
  position: absolute;
  z-index: 2;
  top: 120%;
  left: calc((100% - 430px) / 2);
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 65px;
  box-sizing: border-box;
}
/* line 522, ../scss/style.scss */
.buy-escrow-popup #close-escrow-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-size: 30px;
  line-height: 10px;
  color: #9fa7b7;
}
/* line 532, ../scss/style.scss */
.buy-escrow-popup #close-escrow-popup:hover {
  color: #677289;
}
/* line 536, ../scss/style.scss */
.buy-escrow-popup .loading-slide, .buy-escrow-popup .success, .buy-escrow-popup .failed {
  display: none;
}
/* line 539, ../scss/style.scss */
.buy-escrow-popup .loading-slide {
  text-align: center;
}
/* line 540, ../scss/style.scss */
.buy-escrow-popup .count {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #9fa7b7;
  font: normal bold 24px "futura_md_btmedium", Arial;
  text-align: center;
  line-height: 75px;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  margin: auto;
}
/* line 552, ../scss/style.scss */
.buy-escrow-popup p {
  margin: 20px 0;
  font: normal bold 15px "futura_md_btmedium", Arial;
  color: #9fa7b7;
  text-transform: initial;
}
/* line 558, ../scss/style.scss */
.buy-escrow-popup form {
  margin: 0;
  width: 100%;
}
/* line 561, ../scss/style.scss */
.buy-escrow-popup form input[type="email"] {
  background-color: #f7f7f7;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 25px;
  padding: 10px;
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
}
/* line 572, ../scss/style.scss */
.buy-escrow-popup form input[type="submit"] {
  margin-top: 20px;
  padding: 20px 50px;
  background-color: #ff4362;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font: normal bold 15px "futura_md_btmedium", Arial;
  color: white;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
}
/* line 585, ../scss/style.scss */
.buy-escrow-popup form input[type="submit"]:hover {
  background-color: #dc0024;
}

/* line 594, ../scss/style.scss */
#also {
  font-weight: 600;
  background-color: #FFF;
  position: absolute;
  height: 60px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #000;
  overflow: hidden;
}
/* line 605, ../scss/style.scss */
#also .logo-future-name {
  position: absolute;
  top: 12px;
  left: 10px;
}
/* line 611, ../scss/style.scss */
#also .alsoText {
  font-size: 12px;
  width: 510px;
  display: inline-block;
  position: relative;
  height: 100%;
}
/* line 619, ../scss/style.scss */
#also .alsoText #textFixe {
  vertical-align: middle;
  display: block;
  width: 300px;
  line-height: 60px;
  height: 60px;
  text-align: right;
  position: absolute;
  left: 0;
}
/* line 631, ../scss/style.scss */
#also #sellers {
  position: absolute;
  top: 15px;
  right: 10px;
}
/* line 634, ../scss/style.scss */
#also #sellers img {
  vertical-align: middle;
}

/* line 640, ../scss/style.scss */
#footer,
#header {
  width: 100%;
  text-align: center;
}

/* line 646, ../scss/style.scss */
#footer {
  position: absolute;
  height: 25%;
  bottom: 0;
}
/* line 650, ../scss/style.scss */
#footer #also {
  bottom: 0;
}

/* line 655, ../scss/style.scss */
#header {
  top: 0;
  position: absolute;
}
/* line 658, ../scss/style.scss */
#header #also {
  top: 0;
}
/* line 661, ../scss/style.scss */
#header .pub {
  margin-top: 110px;
}

/* line 666, ../scss/style.scss */
#container {
  -moz-perspective: 500px;
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 200px;
  height: 60px;
  margin: auto;
  position: absolute;
  right: 0;
}

/* line 674, ../scss/style.scss */
#cube {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
/* line 681, ../scss/style.scss */
#cube.transition {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 684, ../scss/style.scss */
#cube.active {
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
/* line 690, ../scss/style.scss */
#cube .face {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: left;
  text-indent: 10px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
}
/* line 701, ../scss/style.scss */
#cube #first {
  -moz-transform: translateZ(30px) rotateX(0deg);
  -ms-transform: translateZ(30px) rotateX(0deg);
  -webkit-transform: translateZ(30px) rotateX(0deg);
  transform: translateZ(30px) rotateX(0deg);
}
/* line 705, ../scss/style.scss */
#cube #second {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotateX(-90deg) translateZ(30px);
  -ms-transform: rotateX(-90deg) translateZ(30px);
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
}

/* line 712, ../scss/style.scss */
.pub-form {
  float: right;
}

/* line 717, ../scss/style.scss */
form {
  padding: 0;
  width: 570px;
  color: #555;
  text-align: left;
  font-size: 14px;
  margin-bottom: 100px;
}
/* line 725, ../scss/style.scss */
form label {
  color: #f06478;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
/* line 732, ../scss/style.scss */
form input[type="text"],
form textarea,
form select {
  font-size: 14px;
  display: block;
  padding: 10px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #555;
  margin-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 550px;
  outline: none;
}
/* line 747, ../scss/style.scss */
form select {
  height: 40px;
  width: 570px;
}
/* line 752, ../scss/style.scss */
form textarea {
  height: 4em;
}
/* line 756, ../scss/style.scss */
form .btn {
  font-size: 14px;
  line-height: 40px;
  padding: 0 40px;
  border: 1px solid #CCC;
  background-color: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}
/* line 765, ../scss/style.scss */
form .btn:hover {
  background-color: #F0F0F0;
  border-color: #BBB;
}
/* line 769, ../scss/style.scss */
form .btn:active {
  background-color: #E0E0E0;
  border-color: #AAA;
}
/* line 775, ../scss/style.scss */
form #message-box {
  padding: 20px;
  display: none;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 782, ../scss/style.scss */
form #message-box.success {
  color: #1abc9c;
  border-color: #1abc9c;
}
/* line 787, ../scss/style.scss */
form #message-box.error {
  color: #e74c3c;
  border-color: #e74c3c;
}

/* line 796, ../scss/style.scss */
#offer-text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: Tahoma, Arial , sans-serif;
}

/* line 805, ../scss/style.scss */
#offer-slider {
  margin-top: 10px;
}

/* line 811, ../scss/style.scss */
#loader {
  display: none;
  width: 28px;
}

/* line 815, ../scss/style.scss */
.loader-block {
  background-color: #B0B0B0;
  border: 1px solid #FFFFFF;
  float: left;
  height: 20px;
  margin-left: 1px;
  width: 5px;
  opacity: 0.1;
  -moz-animation-name: bounceG;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-transform: scale(0.7);
  -webkit-animation-name: bounceG;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform: scale(0.7);
  -ms-animation-name: bounceG;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-transform: scale(0.7);
  -o-animation-name: bounceG;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0.7);
  animation-name: bounceG;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  transform: scale(0.7);
}

/* line 850, ../scss/style.scss */
#blockG_1 {
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

/* line 858, ../scss/style.scss */
#blockG_2 {
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

/* line 866, ../scss/style.scss */
#blockG_3 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-moz-keyframes bounceG {
  0% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.7);
    opacity: 0.1;
  }
}
@-webkit-keyframes bounceG {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
}
@-ms-keyframes bounceG {
  0% {
    -ms-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(0.7);
    opacity: 0.1;
  }
}
@-o-keyframes bounceG {
  0% {
    -o-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.7);
    opacity: 0.1;
  }
}
@keyframes bounceG {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
/**
 * LOADER 
 * @author Tim Holman
 * @url http://codepen.io/dapacreative/pen/bNZbMM
 *
 */
/* line 938, ../scss/style.scss */
.loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
/* line 947, ../scss/style.scss */
.loading li {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin: 0;
  height: 10px;
  width: 10px;
  border: 3px solid #2b8ccd;
  border-radius: 100%;
  transform: transformZ(0);
  animation: LOADING 2s infinite;
}
/* line 960, ../scss/style.scss */
.loading li:nth-child(1n) {
  left: -20px;
  animation-delay: 0s;
}
/* line 964, ../scss/style.scss */
.loading li:nth-child(2n) {
  left: 0;
  animation-delay: 0.2s;
}
/* line 968, ../scss/style.scss */
.loading li:nth-child(3n) {
  left: 20px;
  animation-delay: 0.4s;
}

/* line 976, ../scss/style.scss */
.grid-row:after {
  content: '';
  display: table;
  clear: both;
}
/* line 981, ../scss/style.scss */
.grid-row .col {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
/* line 988, ../scss/style.scss */
.grid-row .col + .col {
  background: #2b8ccd;
  left: auto;
  right: 0;
}
/* line 993, ../scss/style.scss */
.grid-row .col + .col .loading li {
  border: 3px solid white;
  animation: LOADINGREV 2s infinite;
}
/* line 996, ../scss/style.scss */
.grid-row .col + .col .loading li:nth-child(1n) {
  animation-delay: 0s;
}
/* line 999, ../scss/style.scss */
.grid-row .col + .col .loading li:nth-child(2n) {
  animation-delay: 0.2s;
}
/* line 1002, ../scss/style.scss */
.grid-row .col + .col .loading li:nth-child(3n) {
  animation-delay: 0.4s;
}

@-webkit-keyframes LOADING {
  0% {
    transform: scale(0.5);
    background: #2b8ccd;
  }
  50% {
    transform: scale(1);
    background: white;
  }
  100% {
    transform: scale(0.5);
    background: #2b8ccd;
  }
}
@-webkit-keyframes LOADINGREV {
  0% {
    transform: scale(0.5);
    background: white;
  }
  50% {
    transform: scale(1);
    background: #2b8ccd;
  }
  100% {
    transform: scale(0.5);
    background: white;
  }
}
