/* Add New Fonts */
@import url(../css/css.css);
@font-face {
  font-family: 'Arapey';
  src: url("../assets/Arapey/Arapey-Regular.eot");
  src: url("../assets/Arapey/Arapey-Regular.eot#iefix") format("embedded-opentype"), url("../assets/Arapey/Arapey-Regular.woff") format("woff"), url("../assets/Arapey/Arapey-Regular.ttf") format("truetype"), url("../assets/Arapey/Arapey-Regular.svg") format("svg"); }
@font-face {
  font-family: 'ParaTypeFuturaBook';
  src: url("../assets/ParaTypeFutura/ParaTypeFuturaBook.otf") format("opentype"); }
@font-face {
  font-family: 'ProximaNovaLtLight';
  src: url("../assets/proxima_nova_light/proximanova-light-webfont.eot");
  src: url("../assets/proxima_nova_light/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/proxima_nova_light/proximanova-light-webfont.woff") format("woff"), url("../assets/proxima_nova_light/proximanova-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LeagueGothic';
  src: url("../assets/league_gothic/League_Gothic-webfont.eot");
  src: url("../assets/league_gothic/League_Gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/league_gothic/League_Gothic-webfont.woff") format("woff"), url("../assets/league_gothic/League_Gothic-webfont.ttf") format("truetype"), url("../assets/league_gothic/League_Gothic-webfont.svg#ITCLubalinGraphStdBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("../assets/proxima_nova_regular/proximanova_regular-webfont.eot");
  src: url("../assets/proxima_nova_regular/proximanova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/proxima_nova_regular/proximanova_regular-webfont.woff") format("woff"), url("../assets/proxima_nova_regular/proximanova_regular-webfont.ttf") format("truetype"), url("../assets/proxima_nova_regular/proximanova_regular-webfont.svg#ProximaNovaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../assets/proximanova_bold/proximanovaalt-bold-webfont.eot");
  src: url("../assets/proximanova_bold/ProximaNovaAlt-Bold.otf?#iefix") format("embedded-opentype"), url("../assets/proximanova_bold/proximanovaalt-bold-webfont.woff") format("woff"), url("../assets/proximanova_bold/proximanovaalt-bold-webfont.ttf") format("truetype"), url("../assets/proximanova_bold/proximanovaalt-bold-webfont.svg#ProximaNovaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaCondensed';
  src: url("../assets/proxima_nova_condensed/proximanovaexcn-reg-webfont.eot");
  src: url("../assets/proxima_nova_condensed/ProximaNovaExCn-Reg.otf?#iefix") format("embedded-opentype"), url("../assets/proxima_nova_condensed/proximanovaexcn-reg-webfont.woff") format("woff"), url("../assets/proxima_nova_condensed/proximanovaexcn-reg-webfont.ttf") format("truetype"), url("../assets/proxima_nova_condensed/proximanovaexcn-reg-webfont.svg#ProximaNovaCondensed") format("svg");
  font-weight: normal;
  font-style: normal; }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes mobile-menu-animation {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 1000px; } }
@-moz-keyframes mobile-menu-animation {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 1000px; } }
@-o-keyframes mobile-menu-animation {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 1000px; } }
@keyframes mobile-menu-animation {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 1000px; } }
.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.desktop-only {
  display: block; }
  @media (max-width: 767px) {
    .desktop-only {
      display: none; } }

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none; }

hr.short {
  background-color: #ffffff;
  width: 60px;
  height: 2px;
  border: none;
  margin: 18px 0 18px 0; }

.styled-select select {
  font-family: ProximaNovaRegular;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 288px;
  overflow: auto;
  font-size: 14px;
  opacity: 0.7;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  height: 32px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 0px;
  line-height: 22px; }

body.Origins #aOrigins,
body.Legend #aLegend,
body.Blend #aBlend,
body.Contact #aContact,
body.Movement #aMovement {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #c6366b;
  padding-top: 5px; }
  @media (max-width: 767px) {
    body.Origins #aOrigins,
    body.Legend #aLegend,
    body.Blend #aBlend,
    body.Contact #aContact,
    body.Movement #aMovement {
      border-top: none;
      padding-top: 0px; } }

body.BelairePink #aBelairePink,
#aBelairePink:hover {
  color: #c6366b; }

body.show-mobile-menu, body.show-modal {
  height: 100%;
  overflow: hidden; }
  body.show-mobile-menu #contact, body.show-modal #contact {
    position: fixed;
    top: 0;
    left: 6.5%;
    height: 100%;
    overflow: hidden; }
  body.show-mobile-menu #belaire-brut-info, body.show-modal #belaire-brut-info {
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0; }

#bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none; }
  #bg-video .video_thumbnail {
    width: 100%; }
  #bg-video iframe {
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    #bg-video {
      pointer-events: auto; }
      #bg-video iframe {
        height: 100%; } }

#content {
  width: 275px;
  list-style: none;
  height: 100%;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: 6.5%; }
  @media (max-width: 767px) {
    #content {
      margin-left: 15%; } }

#content_blend {
  width: 500px;
  list-style: none;
  height: auto;
  margin-bottom: 400px;
  margin-left: 100px; }

#content h1, #content_blend h1 {
  font-family: 'ProximaNovaBold';
  font-size: 12px;
  color: #c63666;
  text-shadow: 1px 1px #222;
  margin: 0px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px; }

#content h1, #belaire-fantome-info h1, #belaire-brut-info h1 {
  font-family: "Arapey";
  font-size: 25px;
  letter-spacing: 0.15em;
  color: #ffffff; }

#belaire-fantome-info h1, #belaire-brut-info h1 {
  margin-left: 0px; }
  @media (max-width: 767px) {
    #belaire-fantome-info h1, #belaire-brut-info h1 {
      margin-left: 15%;
      margin-top: 0px; } }

#belaire-fantome-info, #belaire-brut-info {
  width: 100%;
  position: relative; }

@media (max-width: 767px) {
  #belaire-fantome-info h1 {
    margin-bottom: 20px; }
  #belaire-fantome-info:before {
    top: 9%;
    height: 25px; } }

#content h3, #content_blend h3 {
  font-family: "Calisto MT";
  font-size: 18px;
  color: #FFF;
  text-shadow: 1px 1px #222;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase; }

#content p, #content_blend p, #content ul {
  font-family: 'ProximaNovaRegular';
  font-size: 12px;
  color: #FFF;
  text-shadow: 1px 1px #222;
  font-weight: normal;
  line-height: 18px;
  margin: 0px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }
  #content p.main-text, #content_blend p.main-text, #content ul.main-text {
    font-family: 'ProximaNovaLight';
    font-size: 16px;
    line-height: 27px;
    margin-left: -35px;
    margin-right: 50px; }
    @media (max-width: 767px) {
      #content p.main-text, #content_blend p.main-text, #content ul.main-text {
        margin-left: 0px;
        font-size: 14px;
        line-height: 22px; } }
  #content p.summary, #content_blend p.summary, #content ul.summary {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      #content p.summary, #content_blend p.summary, #content ul.summary {
        margin-left: 30px; } }

#content ul.summary {
  padding-left: 15px; }

#content p a, #content_blend p a {
  font-family: 'ProximaNovaBold';
  font-size: 12px;
  color: #FFF;
  width: 38px;
  text-align: left;
  display: inline-block; }

#content p a:hover, #content_blend p a:hover {
  text-decoration: underline;
  cursor: pointer; }

#content_blend h4 {
  font-family: 'LeagueGothic';
  font-size: 50px;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: uppercase; }

@media (max-width: 767px) {
  #content hr.short {
    margin-left: 30px; }
    #content hr.short:first-of-type {
      margin-left: 0px;
      margin-bottom: 0px; }
    #content hr.short:first-child {
      opacity: 0; } }

#the-house-info, #belaire-rose-info, #belaire-luxe-info,
#belaire-brut-info, #belaire-fantome-info, #the-movement-info {
  padding-top: 125px; }
  @media (max-width: 767px) {
    #the-house-info, #belaire-rose-info, #belaire-luxe-info,
    #belaire-brut-info, #belaire-fantome-info, #the-movement-info {
      position: absolute;
      top: 65%;
      left: 0;
      padding-top: 0px; }
      #the-house-info hr.short:first-of-type, #belaire-rose-info hr.short:first-of-type, #belaire-luxe-info hr.short:first-of-type,
      #belaire-brut-info hr.short:first-of-type, #belaire-fantome-info hr.short:first-of-type, #the-movement-info hr.short:first-of-type {
        opacity: 0; } }

#the-house-info {
  width: 100%; }
  @media (max-width: 767px) {
    #the-house-info {
      background: -moz-linear-gradient(top, transparent 0%, black 7.5%, transparent 100%);
      background: -webkit-linear-gradient(top, transparent 0%, black 7.5%, transparent 100%);
      background: linear-gradient(to bottom, transparent 0%, black 7.5%, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0); } }

body.Origins {
  background-image: url(../images/backgrounds/house.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    body.Origins {
      overflow-y: scroll;
      background-size: 175% auto;
      background-position: center top;
      background-attachment: scroll; } }

body.Contact {
  background-image: url(../images/backgrounds/contact_background.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    body.Contact {
      overflow-y: scroll;
      background-size: auto 150%;
      background-position: center top;
      background-attachment: scroll; } }

body.BelaireRose {
  background-image: url(../images/backgrounds/belaire_rose.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll; }
  body.BelaireRose #content {
    width: 300px; }
  @media (max-width: 767px) {
    body.BelaireRose {
      overflow-y: scroll;
      background-size: auto 55%;
      background-position: center top;
      background-attachment: scroll; }
      body.BelaireRose #belaire-rose-info {
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 5%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 5%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 5%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
        position: relative;
        top: 49%; } }
  @media (max-width: 767px) and (orientation: landscape) {
    body.BelaireRose {
      background-size: 100% auto;
      background-position: center bottom; }
      body.BelaireRose #belaire-rose-info {
        position: relative;
        top: 72%; } }

body.BelaireLuxe {
  background-image: url(../images/backgrounds/belaire_luxe.jpg);
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    body.BelaireLuxe {
      overflow-y: scroll;
      background-size: auto 55%;
      background-position: center top;
      background-attachment: scroll; }
      body.BelaireLuxe #belaire-luxe-info {
        position: relative;
        top: 49%;
        background: -moz-linear-gradient(top, transparent 0%, black 7.5%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, black 7.5%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, black 7.5%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */ } }
  @media (max-width: 767px) and (orientation: landscape) {
    body.BelaireLuxe {
      background-size: 100% auto;
      background-position: center bottom; }
      body.BelaireLuxe #belaire-luxe-info {
        position: relative;
        top: 72%; } }

body.BelaireBrut {
  background-image: url(../images/backgrounds/lucbelaire_belairebrutgold_bg1400b_dk.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    body.BelaireBrut {
	background-image: url(../images/backgrounds/lucbelaire_belairebrutgold_bg_mb765_mb.jpg);
      overflow-y: scroll;
      background-size: contain;
      background-position: center top;
      background-attachment: scroll; }
      body.BelaireBrut #belaire-brut-info {
        position: relative;
        top: 80%;
		padding-top:7%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 5%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 5%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 5%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */ }
      body.BelaireBrut #content {
        width: 320px;
        margin-right: 0px; }
        body.BelaireBrut #content h1 {
          margin-top: -5px;
          margin-left: 0px; }
        body.BelaireBrut #content p {
          margin-right: 45px; }
          body.BelaireBrut #content p.main-text {
            margin-right: 95px; }
        body.BelaireBrut #content .buy-now {
          margin: 0 45px 0 0px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    body.BelaireBrut {
      background-size: 100% auto;
      background-position: center bottom; }
      body.BelaireBrut #belaire-brut-info {
        top: 72%; } }

body.BelaireFantome {
  background-image: url(../images/backgrounds/belaire-fantome.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    body.BelaireFantome {
      overflow-y: scroll;
      background-size: auto 55%;
      background-position: center top;
      background-attachment: scroll; }
      body.BelaireFantome #belaire-fantome-info {
        position: relative;
        top: 49%;
        background: -moz-linear-gradient(top, transparent 0%, black 10%, transparent 100%);
        background: -webkit-linear-gradient(top, transparent 0%, black 10%, transparent 100%);
        background: linear-gradient(to bottom, transparent 0%, black 10%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0); }
        body.BelaireFantome #belaire-fantome-info #content {
          width: 320px;
          margin-right: 0px; }
          body.BelaireFantome #belaire-fantome-info #content h1 {
            margin-top: -5px;
            margin-left: 0px; }
          body.BelaireFantome #belaire-fantome-info #content p {
            margin-right: 45px; }
            body.BelaireFantome #belaire-fantome-info #content p.main-text {
              margin-right: 95px; }
          body.BelaireFantome #belaire-fantome-info #content .buy-now {
            margin: 0 45px 0 0px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    body.BelaireFantome {
      background-size: 100% auto;
      background-position: center bottom; }
      body.BelaireFantome #belaire-fantome-info {
        top: 72%;
        background: -moz-linear-gradient(top, transparent 0%, black 30%, transparent 100%);
        background: -webkit-linear-gradient(top, transparent 0%, black 30%, transparent 100%);
        background: linear-gradient(to bottom, transparent 0%, black 30%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0); } }

body.Movement {
  background-image: url(../images/backgrounds/movement.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow-y: scroll; }
  body.Movement #content .social-media a {
    height: 20px;
    background-size: 20px 20px; }
  @media (max-width: 767px) {
    body.Movement {
      overflow-y: scroll;
      background-size: 175% auto;
      background-position: center top;
      background-attachment: scroll; }
      body.Movement #the-movement-info {
        position: relative;
        top: 70%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 5%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 5%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 5%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */ } }
  @media (max-width: 767px) and (orientation: landscape) {
    body.Movement {
      background-size: 100% auto;
      background-position: center bottom; } }

#homepage {
  display: none; }

Body.Landing.french #homepage {
  display: block; }

.buy-now {
  overflow: hidden; }
  .buy-now .buy-now-btn, .buy-now .social-media {
    width: 50%;
    float: left; }
    .buy-now .buy-now-btn button, .buy-now .social-media button {
      border: none;
      outline: none;
      background-color: #ffffff;
      color: #000;
      border-radius: 5px;
      text-transform: uppercase;
      padding: 2px 5px; }
  .buy-now .social-media {
    margin-right: 0px; }
    .buy-now .social-media a {
      height: 25px; }
  @media (max-width: 767px) {
    .buy-now {
      display: block; } }

body.Contact .buy-now {
  display: block;
  width: 300px;
  margin-left: 6.5%; }
  body.Contact .buy-now button {
    font-size: 14px; }
  @media (max-width: 767px) {
    body.Contact .buy-now {
      position: relative;
      top: auto;
      left: auto;
      margin: 50px auto 0 auto; } }

.buy-now-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 800;
  display: none;
  animation: fade-in 0.25s linear;
  overflow-y: scroll; }
  .buy-now-modal.show {
    display: block; }
  .buy-now-modal .modal-content {
    margin: 25px auto 0 auto;
    padding: 5px 1% 15px 1%;
    width: 310px;
    height: auto;
    background-image: url(../images/backgrounds/buy_new_modal_new.jpg);
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: 'ParaTypeFuturaBook'; }
    .buy-now-modal .modal-content .close-modal-btn {
      position: absolute;
      top: -10px;
      right: -10px;
      border: solid 2px #ffffff;
      background-color: rgba(0, 0, 0, 0.9);
      padding: 5px;
      width: 35px;
      height: 35px;
      line-height: 20px;
      border-radius: 20px;
      font-size: 18px;
      text-align: center;
      color: #ffffff; }
    .buy-now-modal .modal-content h1, .buy-now-modal .modal-content h2 {
      font-family: 'Arapey';
      text-transform: uppercase;
      font-size: 22px;
      letter-spacing: 0.15em; }
    .buy-now-modal .modal-content h2 {
      font-size: 18px;
      margin-bottom: 0px; }
    .buy-now-modal .modal-content p {
      font-size: 12px; }
    .buy-now-modal .modal-content img.buy-now-bottles {
      width: 60%; }
	  .simplespace {
    min-height: 290px;
}
    .buy-now-modal .modal-content .buy-now-choices .choice {
      width: 100%;
      display: table; }
      .buy-now-modal .modal-content .buy-now-choices .choice .logo, .buy-now-modal .modal-content .buy-now-choices .choice .name {
        position: relative;
        width: 50%;
        display: table-cell;
        vertical-align: top; }
        .buy-now-modal .modal-content .buy-now-choices .choice .logo img, .buy-now-modal .modal-content .buy-now-choices .choice .name img {
          width: 70%; }
      .buy-now-modal .modal-content .buy-now-choices .choice .name {
        text-align: left;
        vertical-align: middle; }
        .buy-now-modal .modal-content .buy-now-choices .choice .name a, .buy-now-modal .modal-content .buy-now-choices .choice .name a:visited {
          color: #ffffff;
          font-style: italic; }
        .buy-now-modal .modal-content .buy-now-choices .choice .name h2 {
          margin-top: 0px; }

#siteNav {
  width: 100%;
  list-style: none;
  height: auto;
  padding: 0px;
  text-align: center;
  clear: both;
  z-index: 9;
  display: block;
  position: absolute;
  top: 60px; }

#siteNav ul {
  margin: 0px;
  padding: 0px;
  width: 99%;
  text-align: left;
  display: box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  /* alignement horizontal */
  -moz-box-pack: center;
  box-pack: center; }

#siteNav li {
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  float: left;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  display: block;
  float: left;
  position: relative;
  width: auto;
  /*width:200px;  fixed width */ }

#siteNav li a {
  font-family: 'ProximaNovaCondensed';
  font-stretch: condensed;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

#siteNav li a:hover#aOrigins, #siteNav li a:hover#aBlend, #siteNav li a:hover#aContact {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #c6366b;
  padding-top: 5px; }
  @media (max-width: 767px) {
    #siteNav li a:hover#aOrigins, #siteNav li a:hover#aBlend, #siteNav li a:hover#aContact {
      border-top: none;
      padding-top: 0px; } }

#siteNav ul ul {
  display: none;
  position: absolute;
  padding-top: 15px;
  top: -50px;
  right: -50%;
  width: 175%;
  height: 55px; }
  

  @media (min-width: 1366px) {
#siteNav ul ul {
  display: none;
  position: absolute;
  padding-top: 15px;
  top: -50px;
  right: -61%;
  width: 175%;
  height: 55px; }
}

  @media (min-width: 1680px) {
#siteNav ul ul {
  display: none;
  position: absolute;
  padding-top: 15px;
  top: -50px;
  right: -81%;
  width: 175%;
  height: 55px; }
}

#siteNav ul li:hover > ul {
  display: block; }
  @media (max-width: 767px) {
    #siteNav ul li:hover > ul {
      display: block; } }

#siteNav ul ul li {
  list-style-type: none;
  list-style-image: none;
  width: auto;
  height: auto;
  border-right: solid 1px #ffffff;
  text-align: center;
  padding: 0 5px;
  -webkit-box-flex: 0; }
  #siteNav ul ul li:last-child {
    border-right: none;
    width: 100px;
    padding-right: 0px; }
  #siteNav ul ul li a {
    font-size: 16px;
    color: #c6366b; }
    #siteNav ul ul li a:hover {
      color: #ffffff; }

#siteNav .mobile-header {
  display: none; }
#siteNav .social-media {
  position: absolute;
  top: -75px;
  right: 0;
  width: 100%;
  margin-right: 0px; }
  #siteNav .social-media .social-twitter {
    background-image: url(../images/twitter_icon_white.png); }
  #siteNav .social-media .social-facebook {
    background-image: url(../images/facebook_icon_white.png); }
  #siteNav .social-media .social-instagram {
    background-image: url(../images/instagram_icon_white.png); }
  #siteNav .social-media .social-facebook, #siteNav .social-media .social-instagram, #siteNav .social-media .social-twitter {
    opacity: 1;
    width: 28px;
    background-size: 20px 20px;
    background-position: center center;
    display: inline-block;
    float: none; }
@media (max-width: 767px) {
  #siteNav {
    top: 0;
    left: 0; }
    #siteNav ul {
      display: none;
      animation: mobile-menu-animation 0.5s linear; }
    #siteNav .mobile-header {
      width: 100%;
      padding: 15px 5% 0 5%;
      display: block; }
    #siteNav .menu-toggle, #siteNav #mobile-logo {
      float: left; }
    #siteNav #mobile-logo {
      width: 120px; }
    #siteNav .menu-toggle {
      position: absolute;
      top: auto;
      right: 5%;
      z-index: 1000;
      display: block;
      color: #ffffff;
      height: 40px;
      line-height: 45px; }
      #siteNav .menu-toggle span.menu-text {
        font-family: 'ParaTypeFuturaBook';
        vertical-align: middle; }
      #siteNav .menu-toggle .lines {
        display: block;
        position: relative;
        width: 20px;
        height: 40px;
        float: right;
        margin-left: 10px; }
        #siteNav .menu-toggle .lines span {
          transition: all 0.25s linear;
          transform-origin: 50% 50%;
          display: block;
          position: absolute;
          width: 20px;
          height: 2px;
          background-color: #ffffff; }
          #siteNav .menu-toggle .lines span:first-of-type {
            transform-origin: 0% 0%;
            top: 17px; }
          #siteNav .menu-toggle .lines span:nth-of-type(2) {
            top: 22px; }
          #siteNav .menu-toggle .lines span:last-of-type {
            transform-origin: 100% 100%;
            top: 27px; }
    #siteNav.show-mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.85);
      z-index: 8;
      overflow-y: scroll; }
      #siteNav.show-mobile-menu .menu-toggle .lines span.line-1 {
        top: 16px;
        transform: rotate(45deg);
        left: 15%; }
      #siteNav.show-mobile-menu .menu-toggle .lines span.line-2 {
        transform: translateX(-100%);
        opacity: 0; }
      #siteNav.show-mobile-menu .menu-toggle .lines span.line-3 {
        top: 15px;
        right: 15%;
        transform: rotate(-45deg); }
      #siteNav.show-mobile-menu ul {
        padding-top: 90px;
        padding-left: 5%;
        padding-right: 5%;
        display: block; }
        #siteNav.show-mobile-menu ul li {
          padding: 25px 0;
          display: block;
          float: none;
          width: 100%;
          border-bottom: solid 2px #ffffff; }
          #siteNav.show-mobile-menu ul li:last-child {
            border-bottom: none; }
          #siteNav.show-mobile-menu ul li a {
            font-family: "Arapey";
            letter-spacing: 0.15em;
            font-size: 30px; }
          #siteNav.show-mobile-menu ul li .social-media {
            top: auto;
            position: relative;
            display: block; }
        #siteNav.show-mobile-menu ul li#logo {
          display: none; }
        #siteNav.show-mobile-menu ul ul {
          top: auto;
          right: auto;
          width: auto;
          height: auto;
          padding-top: 0px;
          padding-left: 0;
          padding-right: 0;
          position: relative; }
          #siteNav.show-mobile-menu ul ul li {
            padding: 5px 0;
            display: block;
            float: none;
            width: 100%;
            height: auto;
            border-bottom: none;
            border-right: none; }
            #siteNav.show-mobile-menu ul ul li a {
              color: #c6366b;
              font-family: 'ProximaNovaCondensed';
              font-size: 20px; } }

body.BelaireRose #siteNav ul ul li a#aBelaireRose,
body.BelaireLuxe #siteNav ul ul li a#aBelaireLuxe,
body.BelaireBrut #siteNav ul ul li a#aBelaireBrut,
body.BelaireFantome #siteNav ul ul li a#aBelaireFantome {
  color: #ffffff;
  border: none; }

body.BelaireRose #siteNav ul ul li a#aBelaireRose:hover,
body.BelaireLuxe #siteNav ul ul li a#aBelaireLuxe:hover,
body.BelaireBrut #siteNav ul ul li a#aBelaireBrut:hover,
body.BelaireFantome #siteNav ul ul li a#aBelaireFantome:hover {
  border: none; }

#splash_title {
  position: relative;
  width: 100%;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center; }
  #splash_title img {
    width: 20%;
    min-width: 300px; }
  @media (max-width: 767px) {
    #splash_title {
      top: 20%; }
      #splash_title img {
        width: 65%;
        min-width: 0px; } }

#splash_image_click {
  width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 80%;
  text-align: center;
  position: absolute;
  z-index: 5;
  margin-right: 25%;
  margin-left: 25%; }

#splash_form_container {
  position: absolute;
  clear: both;
  top: 32%;
  bottom: 5%;
  width: 100%; }
  @media (max-width: 767px) {
    #splash_form_container {
      top: 57%;
      bottom: 0; }
	  #splash p{
		  padding-bottom:10px !important;
		  }
	  }

#splash form {
  font-family: 'Arapey';
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 500px;
  text-align: center;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-top: 20px; }
  @media (max-width: 767px) {
    #splash form {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; } }

#splash_pop_up form {
  font-family: 'Arapey';
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 500px;
  text-align: center;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-top: 20px; }
  @media (max-width: 767px) {
    #splash_pop_up form {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%; } }

#splash h1, #splash_pop_up h1 {
  font-family: 'Arapey';
  font-size: 14px;
  color: #FFF;
  margin: 0px;
  font-weight: normal;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px; }

#splash p, #splash_pop_up p, #contact form p, #contact p {
  font-family: 'ParaTypeFuturaBook';
  letter-spacing: 0.07em;
  font-size: 14px;
  color: #FFF;
  margin: 0px;
  font-weight: normal;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  opacity: 1.0;
  filter: alpha(opacity=100); }

#splash form input.button, #splash_pop_up input.button, #contact form input.button {
  font-family: 'ParaTypeFuturaBook';
  color: #FFF;
  background-color: #c6366b;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  word-spacing: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 5px; }

#splash form input.button:hover, #splash_pop_up input.button:hover, #contact form input.button:hover {
  background-color: #fff;
  cursor: pointer;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #c6366b; }

#splash p.disclaimer {
  font-size: 10px;
  margin-top: 15px; }

#splash_header_mobile {
  position: fixed;
  top: 15px;
  left: 5%;
  z-index: 1;
  display: none; }
  #splash_header_mobile img {
    width: 0;
    height: 0px; }
  @media (max-width: 767px) {
    #splash_header_mobile {
      display: block; }
      #splash_header_mobile img {
        width: 120px;
        height: auto; } }
body.landingdesk{
	overflow-y:scroll;
	}
#splash_background {
  
  clear: both;
  width: 100%;
  height: 100%;
  text-align: center; }
  #desktopbg{width:100% !important;height:auto !important;vertical-align:middle;}
  #splash_background img {
    height: 120%;
    width: auto; }
  @media (min-width: 1824px) {
    #splash_background {
      background-size: auto 120%; } }
  @media (max-width: 767px) {
    #splash_background {
      background-image: url(../images/backgrounds/newbglanding.jpg);
      background-size: cover; background-position:center center;position:fixed;}
	  #desktopbg{display:none;}
      }

#splash .form-element {
  margin-bottom: 20px; }
  
@media (max-width: 767px) {  
	#splash .form-element {
  margin-bottom: 10px; }
	}
#splash label {
  font-family: "ParaTypeFuturaBook";
  letter-spacing: 0.07em;
  font-size: 14px;
  color: #ffffff; }
#splash label input[type=checkbox] {
  opacity: 0;
  width: 0px;
  height: 0px; }
#splash .select {
  display: inline-block;
  margin: 0 5px;
  position: relative; }
  #splash .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "ParaTypeFuturaBook";
    background-color: #ffffff;
    color: #484848;
    padding: 2px 10px 2px 5px;
    text-transform: uppercase; }
  #splash .select:after {
    content: "\203A";
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 5px; }
#splash .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px #ffffff;
  margin: 0 5px; }
#splash input[type=checkbox]:checked ~ .checkbox:after, #splash input[type=checkbox]:checked + .checkbox:after {
  content: "\2713";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
#splash input[type=submit] {
  -webkit-appearance: button; }

#contact form, #thank_you_box {
  width: 325px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 6.5%;
  height: auto;
  position: relative;
  padding-top: 100px; }
  @media (max-width: 767px) {
    #contact form, #thank_you_box {
      padding-top: 15px; } }

#contact p {
  font-family: 'ProximaNovaLight';
  font-size: 16px;
  line-height: 27px;
  color: #ffffff; }

#contact h1 {
  font-family: 'Arapey';
  font-size: 25px;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin: 0px;
  font-weight: normal;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-transform: uppercase;
  opacity: 1.0;
  filter: alpha(opacity=100); }

#contact form input[type=text], input[type=email], input[type=tel], textarea {
  font-family: 'ProximaNovaRegular';
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 288px;
  color: #000;
  overflow: auto;
  font-size: 14px;
  opacity: 0.7;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px; }
  @media (max-width: 767px) {
    #contact form input[type=text], input[type=email], input[type=tel], textarea {
      width: 100%; } }

#contact form input[type=text], input[type=email], input[type=tel] {
  height: 26px; }

#contact form input:focus, textarea:focus {
  background-color: #FFF;
  opacity: 1.0;
  border: none;
  outline: none; }

#contact .subtitle {
  font-family: 'ProximaNovaLight';
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 20px;
  margin-left: -40px;
  margin-right: 50px; }
#contact ::-webkit-input-placeholder {
  color: #484848; }
#contact :-moz-placeholder {
  /* Firefox 18- */
  color: #484848; }
#contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #484848; }
#contact :-ms-input-placeholder {
  color: #484848; }
#contact .submit-container {
  position: absolute;
  bottom: -15px;
  right: 38px; }
  #contact .submit-container input[type=submit] {
    -webkit-appearance: button;
    background-color: #ffffff;
    color: #484848; }
#contact .required-text {
  position: absolute;
  bottom: -10px;
  left: 0; }
  #contact .required-text p {
    font-family: 'ProximaNovaLight';
    font-size: 14px; }
@media (max-width: 767px) {
  #contact {
    padding-top: 125px;
    padding-bottom: 25px; }
    #contact form {
      width: 300px;
      position: relative;
      margin: 0 auto; }
      #contact form .subtitle {
        margin-top: 0px;
        margin-left: 0px; }
      #contact form hr.short {
        display: none; }
      #contact form .styled-select select {
        width: 100%; }
      #contact form .submit-container {
        right: 0; } }

/*# sourceMappingURL=main.css.map */
