@font-face {
    font-family: 'feniceefbold';
    src: url('feniceef-bold-webfont.woff2') format('woff2'),
         url('feniceef-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceefbolditalic';
    src: url('feniceef-bolditalic-webfont.woff2') format('woff2'),
         url('feniceef-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceeflight';
    src: url('feniceef-light-webfont.woff2') format('woff2'),
         url('feniceef-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceeflightitalic';
    src: url('feniceef-lightitalic-webfont.woff2') format('woff2'),
         url('feniceef-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceefregular';
    src: url('feniceef-regular-webfont.woff2') format('woff2'),
         url('feniceef-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceefregularitalic';
    src: url('feniceef-regularitalic-webfont.woff2') format('woff2'),
         url('feniceef-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceefultra';
    src: url('feniceef-ultra-webfont.woff2') format('woff2'),
         url('feniceef-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'feniceefultraitalic';
    src: url('feniceef-ultraitalic-webfont.woff2') format('woff2'),
         url('feniceef-ultraitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bodoni 72 Smallcaps';
    src: url('BodoniSvtyTwoSCITCTT-Book.woff2') format('woff2'),
        url('BodoniSvtyTwoSCITCTT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: PlayfairDisplay-BlackItalic;
    src: url(PlayfairDisplay-BlackItalic.ttf)
}

@font-face {
    font-family: Poppins-Regular;
    src: url(Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-Medium;
    src: url(Poppins-Medium.ttf)
}

body { background: #676767; color: #fff; }


.subhead {
  font-size: 2.55em;
  font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    text-transform: uppercase;

}



a.stores { text-decoration: none; color: #fff; padding-bottom:7px; display: block; width: 100%; }
a.stores:hover { text-decoration: underline; }



.small-text { padding-top:0px; font-family: 'Open Sans', sans-serif; font-size: 12px; color: #fff; line-height: 1.5; font-weight: 300;}

.container {
    max-width: 1200px
}

.contact100-form {
    max-width: 100%
}

.wrap-input100 {
    width: 540px;
    max-width: 100%;
    position: relative;
    background-color: transparent;
    height: 50px;
    margin: 0 auto;
}

.input100 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 15px;
    background-color: #fff;
    border-radius: 2px;

}

.input100:focus {

}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 0;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 82px;
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    color: #c80000;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f071";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 88px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.simpleslide100-parent {
    position: relative;
    z-index: 1
}

.simpleslide100 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.simpleslide100-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cl0 {
    color: #fff
}

.cl1 {
    color: #333
}

.s2-txt1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    font-weight: 400;
}

.m2-txt1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
}

.pre-bod {
    font-family: 'Bodoni 72 Smallcaps';
    font-size: 24px;
    color: #fff;
    letter-spacing: 8px;
  }

.l1-txt1 {
    /*font-family: PlayfairDisplay-BlackItalic;*/
    font-family: 'feniceefregular';
    text-transform: uppercase;
    font-size: 4.0625em;
    color: #fff;
    line-height: 1.1
}

.size1 {
    width: 100%;
    min-height: 100vh
}

.size2 {
    width: 540px;
    height: 60px
}

.size3 {
  width: 24px;
  height: 24px;
}

.wsize1 {
    width: 100%
}

.wsize2 {
    max-width: 100%
}

.bg0 {
    /*background-color: #f0f0f0;*/
    background-color: #676767;
}

.bg-img1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.placeholder0::-webkit-input-placeholder {
    color: #999
}

.placeholder0:-moz-placeholder {
    color: #999
}

.placeholder0::-moz-placeholder {
    color: #999
}

.placeholder0:-ms-input-placeholder {
    color: #999
}

.overlay1 {
    position: relative;
    z-index: 1
}

.overlay1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.wrappic1 {
    display: block;
    text-align: center;
}

.wrappic1 img {
    max-width: 100%
}

.how-btn1 {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 25px
}

.how-btn1:hover {
    background-color: #555;
    color: #fff
}

.how-social {
      color: #252525;
      font-size: 14px;
      background-color: #fff;
      border-radius: 50%;
}

.how-social:hover {
    background-color: #fff;
    color: #252525;
}

.focus-in0:focus::-webkit-input-placeholder {
    color: transparent
}

.focus-in0:focus:-moz-placeholder {
    color: transparent
}

.focus-in0:focus::-moz-placeholder {
    color: transparent
}

.focus-in0:focus:-ms-input-placeholder {
    color: transparent
}

.hov-cl0:hover {
    color: #fff
}

.hov-bg0:hover {
    background-color: #fff
}

.hov1:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

@media(max-width:1200px) {
    .m-0-xl {
        margin: 0
    }
    .m-lr-0-xl {
        margin-left: 0;
        margin-right: 0
    }
    .m-lr-15-xl {
        margin-left: 15px;
        margin-right: 15px
    }
    .m-l-0-xl {
        margin-left: 0
    }
    .m-r-0-xl {
        margin-right: 0
    }
    .m-l-15-xl {
        margin-left: 15px
    }
    .m-r-15-xl {
        margin-right: 15px
    }
    .p-0-xl {
        padding: 0
    }
    .p-lr-0-xl {
        padding-left: 0;
        padding-right: 0
    }
    .p-lr-15-xl {
        padding-left: 15px;
        padding-right: 15px
    }
    .p-l-0-xl {
        padding-left: 0
    }
    .p-r-0-xl {
        padding-right: 0
    }
    .p-l-15-xl {
        padding-left: 15px
    }
    .p-r-15-xl {
        padding-right: 15px
    }
    .w-full-xl {
        width: 100%
    }
    .respon1 {
        width: 60%
    }
    .respon2 {
        width: 40%
    }
}

@media(max-width:992px) {

  .flex-w { align-items: center; }
  .wsize2 { text-align:center; }
  .p-t-80 {padding-top: 50px; } /* .p-t-80 {padding-top: 30px; } */
  .p-b-90 { padding-bottom: 40px; }
  .m2-txt1 { font-size: 18px; }
  .wrap-input100 {  text-align: center; }




    .dis-none-lg {
        display: none
    }
    .m-0-lg {
        margin: 0
    }
    .m-lr-0-lg {
        margin-left: 0;
        margin-right: 0
    }
    .m-lr-15-lg {
        margin-left: 15px;
        margin-right: 15px
    }
    .m-l-0-lg {
        margin-left: 0
    }
    .m-r-0-lg {
        margin-right: 0
    }
    .m-l-15-lg {
        margin-left: 15px
    }
    .m-r-15-lg {
        margin-right: 15px
    }
    .p-0-lg {
        padding: 0
    }
    .p-lr-0-lg {
        padding-left: 0;
        padding-right: 0
    }
    .p-lr-15-lg {
        padding-left: 15px;
        padding-right: 15px
    }
    .p-l-0-lg {
        padding-left: 0
    }
    .p-r-0-lg {
        padding-right: 0
    }
    .p-l-15-lg {
        padding-left: 15px
    }
    .p-r-15-lg {
        padding-right: 15px
    }
    .w-full-lg {
        width: 100%
    }
    .respon1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .respon2 {
        width: 100%;
        height: 500px
    }
}

@media(max-width:768px) {
    .m-0-md {
        margin: 0
    }
    .m-lr-0-md {
        margin-left: 0;
        margin-right: 0
    }
    .m-lr-15-md {
        margin-left: 15px;
        margin-right: 15px
    }
    .m-l-0-md {
        margin-left: 0
    }
    .m-r-0-md {
        margin-right: 0
    }
    .m-l-15-md {
        margin-left: 15px
    }
    .m-r-15-md {
        margin-right: 15px
    }
    .p-0-md {
        padding: 0
    }
    .p-lr-0-md {
        padding-left: 0;
        padding-right: 0
    }
    .p-lr-15-md {
        padding-left: 15px;
        padding-right: 15px
    }
    .p-l-0-md {
        padding-left: 0
    }
    .p-r-0-md {
        padding-right: 0
    }
    .p-l-15-md {
        padding-left: 15px
    }
    .p-r-15-md {
        padding-right: 15px
    }
    .w-full-md {
        width: 100%
    }
}

@media(max-width:576px) {

  .subhead { font-size: 1.1em; }

  .size2 { width:100%; }

    .dis-none-sm {
        display: none
    }
    .m-0-sm {
        margin: 0
    }
    .m-lr-0-sm {
        margin-left: 0;
        margin-right: 0
    }
    .m-lr-15-sm {
        margin-left: 15px;
        margin-right: 15px
    }
    .m-l-0-sm {
        margin-left: 0
    }
    .m-r-0-sm {
        margin-right: 0
    }
    .m-l-15-sm {
        margin-left: 15px
    }
    .m-r-15-sm {
        margin-right: 15px
    }
    .p-0-sm {
        padding: 0
    }
    .p-lr-0-sm {
        padding-left: 0;
        padding-right: 0
    }
    .p-lr-15-sm {
        padding-left: 15px;
        padding-right: 15px
    }
    .p-l-0-sm {
        padding-left: 0
    }
    .p-r-0-sm {
        padding-right: 0
    }
    .p-l-15-sm {
        padding-left: 15px
    }
    .p-r-15-sm {
        padding-right: 15px
    }
    .w-full-sm {
        width: 100%
    }
    .respon3 {
        font-size: 42px
    }
}

@media(max-width:480px) {
    .m-0-ssm {
        margin: 0
    }
    .m-lr-0-ssm {
        margin-left: 0;
        margin-right: 0
    }
    .m-lr-15-ssm {
        margin-left: 15px;
        margin-right: 15px
    }
    .m-l-0-ssm {
        margin-left: 0
    }
    .m-r-0-ssm {
        margin-right: 0
    }
    .m-l-15-ssm {
        margin-left: 15px
    }
    .m-r-15-ssm {
        margin-right: 15px
    }
    .p-0-ssm {
        padding: 0
    }
    .p-lr-0-ssm {
        padding-left: 0;
        padding-right: 0
    }
    .p-lr-15-ssm {
        padding-left: 15px;
        padding-right: 15px
    }
    .p-l-0-ssm {
        padding-left: 0
    }
    .p-r-0-ssm {
        padding-right: 0
    }
    .p-l-15-ssm {
        padding-left: 15px
    }
    .p-r-15-ssm {
        padding-right: 15px
    }
    .w-full-ssm {
        width: 100%
    }
}
