/*-------------------------------------------------------*/
/*                     COOKIE  NOTICE   CSS              */
/*-------------------------------------------------------*/
.cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    text-align: center;
    bottom: 0;
}
.cookies-not-accepted .cookie-notice {
  display: block !important;
}
.cookie-notice .button {
    margin-left: 10px;
}
 .cookie-notice {
    color: #fff;
    background-color: rgb(20, 0, 0);
    font-size: 10px;
}

 .cookie-notice .button {
    display: inline-block;
    background-image: none;
    letter-spacing: 1px;
    padding: 7px 9px 8px;
    text-transform: uppercase;
    background-color: #E71818;
    color: #fff;
    border: #E71818;
}

 .cookie-notice .button:hover,
 .cookie-notice .button:focus {
    background-color: #A90D0D;
    color: #fff;
}
 .cookie-notice span {
    font-weight: 300;
}

 .cookie-notice-container a.learn-more {
    color: #fff;
    text-decoration: underline;
}

/*-------------------------------------------------------*/
/*                 VF  NOTICE STICKY SYLE CSS            */
/*-------------------------------------------------------*/
#vf-pop {
     z-index: 9999999;
     position: fixed;
}
 .vf-notice {
     overflow: hidden;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: auto;
     position: fixed;
     background: #ebebeb;
     z-index: 999999999;
     padding: 25px 21% 15px 21%;
     display: none;
}
.cookies-not-accepted .vf-notice {
     bottom: 33px;
}
.gdpr-not-accepted .vf-notice {display: block;}
 .vf-notice-cta {
     padding-top: 10px;
     padding-bottom: 10px;
     width: 70%;
     float: left;
     padding: 0 40px;
     height: auto;
}
 .vf-notice-cta p {
     padding: 15px 0 10px 0;
     font-size: 14px;
     line-height: 1.5;
     text-align: center;
     text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}
 .vf-notice-cls {
     top: 35px;
     right: 10px;
     width: 25px;
     height: 25px;
     position: absolute;
     border: none;
     border-radius: 100px;
     cursor: pointer;
     outline: none;
     font-family: "Ionicons";
     transition: all 0.2s;
     background: transparent;
     color: #000;
     padding-top: 2px;
     font-size: 16px;
     text-align: center;
}
 .vf-notice-cta h3 {
     display: none;
}
 .butt-wrap {
     position: relative;
     float: left;
     width: 30%;
     text-align: center;
}
 .button-container {
     position: relative;
     float: left;
     width: 250px;
     margin-left: 120px;
}
 .vf-notice-cls:before {
     position: relative;
     top: 2px;
     color: #000;
     font-size: 19px;
     font-weight: normal;
     text-decoration: none;
     transition: all 0.2s;
}
 .vf-notice-cls:hover {
     opacity: 0.65;
     transition: all 0.2s;
}
  .butt-wrap button ,a.privacy-btn {
     font-size: 14px;
     background: #f10303;
     color: #FFF;
     top: 5px;
     display: block;
     clear: both;
     height: auto;
     transition: all 0.2s;
     padding: 10px 20px 8px 20px;
     text-transform: uppercase;
     letter-spacing: 1px;
     border: none;
     margin: 10px 0;
     border-radius: 2px;
     font-family: "DIN Next W01", sans-serif;
     text-align: center;
     position: relative;
     margin: 0 auto;
     width: 120px;
     margin-bottom: 0;
     float: left!important;
     margin-top: -20px;
     text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}
   .butt-wrap button:hover,a.privacy-btn:hover{
     background: #000;
     color: #FFF;
     transition: all 0.2s;
}
 .butt-wrap button.cancel {
    background: transparent;
    margin-right: 15px;
    top: 25px;
    background: transparent;
    color: #444;
    margin-right: 0;
    position: relative;
    float: right!important;
    top: 23px;
    margin-left: 0;
    width: 136px;
    left: 10px;
}


.slant  .butt-wrap a.privacy-btn  {
  background: #adacac;
  text-transform: uppercase;
  color: #FFF;
  font-family: "DIN Next W01", sans-serif;
  letter-spacing: 1px;
  float: left!important;
  font-size: 10px;
  padding: 10px 15px 8px 15px;
  width: auto;
  left: -125px;
  top: -12px;
  font-size: 14px;
}
.slant   .butt-wrap a.privacy-btn:hover{
  background: #000;
  color: #FFF;
}
/*-------------------------------------------------------*/
/*                     CSS ANIMATIONS                    */
/*-------------------------------------------------------*/
 .animated {
     animation-duration: 0.5s;
     animation-fill-mode: both;
}
 @keyframes fadeInDown {
     from {
         opacity: 0;
         transform: translate3d(0, -100%, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInDown {
     animation-name: fadeInDown;
}
 @keyframes fadeIn {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 .fadeIn {
     animation-name: fadeIn;
}
 @keyframes fadeOut {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
    }
}
 .fadeOut {
     animation-name: fadeOut;
}
 @keyframes fadeOutUp {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(0, -100%, 0);
    }
}
 .fadeOutUp {
     animation-name: fadeOutUp;
}
 .notice-featured-img {
     height: 100%;
     width: 50%;
     position: relative;
     float: left;
}





/*-------------------------------------------------------*/
/*                  MINIMAL VF NOTICE                     */
/*-------------------------------------------------------*/
.minimal  .vf-notice-cta p {
    font-size: 13px;
    font-family:"Avenir Next W01", sans-serif;

  }
.minimal .butt-wrap button.cancel{
      background: transparent;
      color: #333;
      margin-right: 10px;
      top: 17px;
    }
.minimal .butt-wrap button{
    background: #333;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Avenir Next W01", sans-serif;
    letter-spacing: 1px;
    font-size: 10px;
    padding: 10px 15px 8px 15px;
    width: auto;
  }
.minimal  .butt-wrap button:hover{
        background:#000;
  }
  .minimal .butt-wrap {
        margin-top: 10px;
  }
  .minimal .butt-wrap button.cancel:hover{
    background: transparent;
    color: #000;
  }
.minimal .cookie-notice-container a.learn-more{
    color: #000;
}
.minimal .cookie-notice {
  font-size: 11px;
}
.minimal .cookie-notice span {
    font-weight: 300;
    top: 2px;
    position: relative;
}
.minimal  .butt-wrap a.privacy-btn  {
  background: #adacac;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Avenir Next W01", sans-serif;
  letter-spacing: 1px;
  float: left!important;
  font-size: 10px;
  padding: 10px 15px 8px 15px;
  width: auto;
  left: -130px;
  top: -7px;
}
.minimal  .butt-wrap a.privacy-btn:hover{
  background: #000;
  color: #FFF;
}

/*-------------------------------------------------------*/
/*                  RESPONSIVE    1024-1280              */
/*-------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1280px) {
  .vf-notice{
    padding: 25px 15% 15px 15%;
  }
  .vf-notice-cta {
      padding: 0 10px;

  }
}

/*-------------------------------------------------------*/
/*                    RESPONSIVE    768-1023             */
/*-------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:1023px) {

  .vf-notice {
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    position: fixed;
    background: #ebebeb;
    z-index: 999999999;
    padding: 15px 2%;

  }
  .cookies-not-accepted .vf-notice {
       bottom: 33px;
  }
  .vf-notice-cta{
    width: 50%;
    padding: 0 20px 0 0;
  }
  .butt-wrap{
    width: 40%;
  }
  .vf-notice-cta p {
    font-size: 13px;
      padding: 20px 0 10px 0;
  }
  .butt-wrap button{
      font-size: 12px;
      width: auto;
  }
  .butt-wrap{
    margin-top: 10px;
    width: 45%;
  }
   .butt-wrap button.cancel,.minimal .butt-wrap button.cancel {
    margin-right: 0;
    position: relative;
    float: none!important;
    top: 20px;
    margin-left: 115px;
}
.button-container{margin-top: 5px;margin-left: 120px;}
}

@media only screen and (min-width:481px) and (max-width:767px) {
  .vf-notice {
    overflow: hidden;
    bottom: 0;
    padding: 15px 5%;
  }
  .cookies-not-accepted .vf-notice {
       bottom: 50px;
  }
  .vf-notice-cta {
      padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    overflow: scroll;
  }

  .butt-wrap button {
  font-size: 13px;
    width: auto;
    padding: 10px 15px 6px 15px;
        margin-left: 140px;
  }
  .button-container {
    top: -15px;
  }
  .butt-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    height: auto;
    background: transparent;
    margin-bottom: 10px;
    margin: 0 auto;
    float: left;
  }
  .vf-notice-cta p {
    padding: 15px 0px 0 0px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .vf-notice-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
    height: auto;
  }
  .butt-wrap button {
    margin-bottom: 0;
    float: none;
    margin-top: 0;
  }
  .butt-wrap button.cancel,.minimal .butt-wrap button.cancel {
    float: none!important;
    top: 37px;
    left: 40px;
    margin-left: 200px;
    width: 135px;
 }
  .vf-notice-cls{
  top: 5px;
  right: 5px;
  }
  .button-container {
    margin-top: 5px;
    margin: 0 auto;
    width: 70%;
    position: relative;
    float: none;

  }
.button-container{margin-top: 5px;}
.slant .butt-wrap a.privacy-btn,.minimal .butt-wrap a.privacy-btn{
  left: 0;
  top: -7px;
  margin-left: 10px;
}
.slant  .butt-wrap a.privacy-btn {
    left: 20px;
    top: -29px;
    font-size: 12px;
}
}
/*-------------------------------------------------------*/
/*                  RESPONSIVE    480-767                  */
/*-------------------------------------------------------*/
@media only screen and (min-width:415px) and (max-width:480px) {
  .vf-notice {
    overflow: hidden;
    bottom: 0;
    padding: 15px 5%;
  }
  .cookies-not-accepted .vf-notice {
       bottom: 50px;
  }
  .vf-notice-cta {
      padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    overflow: scroll;
  }

  .butt-wrap button {
  font-size: 13px;
    width: auto;
    padding: 10px 15px 6px 15px;
      margin-left: 110px;
  }
  .button-container {
    top: -15px;
  }
  .butt-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    height: auto;
    background: transparent;
    margin-bottom: 10px;
    margin: 0 auto;
    float: none;
  }
  .vf-notice-cta p {
    padding: 15px 0px 0 0px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .vf-notice-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
    height: auto;
  }
  .butt-wrap button {
    margin-bottom: 0;
    float: none;
    margin-top: 0;
      margin-left: 110px;
  }
  .butt-wrap button.cancel,.minimal .butt-wrap button.cancel {
    float: right!important;
      top: 38px;
      left: 30px;
 }
  .vf-notice-cls{
    top: 5px;
    right: 5px;
  }
  .button-container {
    position: relative;
    float: none;
    margin: 0 auto;
    width: 95%;
  }
  .slant .butt-wrap a.privacy-btn,.minimal .butt-wrap a.privacy-btn{
    left: -15px;
    top: -7px;
  }
  .slant  .butt-wrap a.privacy-btn {
      left: -115px;
      top: -30px;
      font-size: 12px;
  }
}

/*-------------------------------------------------------*/
/*            RESPONSIVE    375-414                       */
/*-------------------------------------------------------*/
@media only screen and (min-width:375px) and (max-width:414px) {
  .vf-notice {
    overflow: hidden;
    bottom: 0;
    padding: 15px 5%;
  }
  .cookies-not-accepted .vf-notice {
       bottom: 50px;
  }
  .vf-notice-cta {
      padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    overflow: scroll;
  }

.butt-wrap button {
  font-size: 13px;
    width: auto;
    padding: 10px 15px 6px 15px;
        margin-left: 110px;
}
.slant .butt-wrap a.privacy-btn,.minimal .butt-wrap a.privacy-btn{
  left: -20px;
  top: -7px;
}
.button-container {
    top: -15px;
        width: 100%;
}
.butt-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    height: auto;
    background: transparent;
    margin-bottom: 10px;
    margin: 0 auto;
    float: left;
}
.vf-notice-cta p {
  padding: 15px 0px 0 0px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.vf-notice-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
    height: auto;
}
.butt-wrap button {
    margin-bottom: 0;
    float: none;
    margin-top: 0;
}
.butt-wrap button.cancel,.minimal .butt-wrap button.cancel {
  float: right!important;
    top: 39px;
    left: 45px;
}
.vf-notice-cls{
  top: 5px;
  right: 5px;
}
.button-container {
    position: relative;
    float: none;
    margin: 0 auto;
}
.slant  .butt-wrap a.privacy-btn {
  left: -10px;
    top: -9px;
    font-size: 12px;
}
.butt-wrap{height: 60px;}
}
/*-------------------------------------------------------*/
/*            RESPONSIVE    320-374                       */
/*-------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:374px) {
  .vf-notice {
    overflow: hidden;
    bottom: 0;
    padding: 15px 5%;
  }
  .cookies-not-accepted .vf-notice {
       bottom: 50px;
  }
  .vf-notice-cta {
      padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    overflow: scroll;
  }

.butt-wrap button {
  font-size: 13px;
    width: auto;
    padding: 10px 15px 6px 15px;
}
.button-container {
    top: -15px;
}
.butt-wrap {
    position: relative;
    bottom: 0;
    width: 240px;
    padding: 0 20px;
    height: auto;
    background: transparent;
    margin-bottom: 10px;
    margin: 0 auto;
    float: none;
}
.vf-notice-cta p {
  padding: 10px 0px 15px 0px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.vf-notice-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
    height: auto;
}
.butt-wrap button.cancel, .minimal .butt-wrap button.cancel {
    float: none!important;
    top: 70px;
    margin-left: 0;
    width: 100%;
    left: -17px;
}
.butt-wrap button.cancel,.minimal .butt-wrap button.cancel {
  float: none!important;
  top: 55px;
  margin-left: 0;
  width: 100%;
  left: -17px;
}
.vf-notice-cls{
  top: 5px;
  right: 5px;
}
.button-container {
    position: relative;
    float: none;
    margin: 0 auto;
}
.minimal .butt-wrap a.privacy-btn{
  left: -20px;
  top: -7px;
}
.slant .butt-wrap button,.minimal .butt-wrap button{
      margin-left: 110px;
}
.slant .button-container,.minimal .button-container {
    top: -20px;
}
.slant .butt-wrap button.cancel {
    float: none!important;
    top: 60px;
    margin-left: 0;
    width: 100%;
    left: -15px;
    text-align: center;
    margin-left: 0!important;
}
.slant .butt-wrap a.privacy-btn{
    left: -10px;
    top: -9px;
    font-size: 12px;
}
.slant .button-container {
    top: -30px;
}
}
/*-------------------------------------------------------*/
/*              RESPONSIVE    220-319                      */
/*-------------------------------------------------------*/
@media only screen and (min-width:220px) and (max-width:319px) {
  .vf-notice {
    overflow: hidden;
    bottom: 0;
    padding: 15px 5%;
  }
  .cookies-not-accepted .vf-notice {
       bottom: 50px;
  }
  .vf-notice-cta {
      padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    overflow: scroll;
  }

.butt-wrap button {
  font-size: 13px;
    width: auto;
    padding: 10px 15px 6px 15px;
}
.button-container {
    top: -15px;
}
.butt-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    height: auto;
    background: transparent;
    margin-bottom: 10px;
    margin: 0 auto;
    float: none;
}
.vf-notice-cta p {
  padding: 15px 0px 0 0px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.vf-notice-cta {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
    height: auto;
}
.butt-wrap button {
    margin-bottom: 0;
    float: none;
    margin-top: 0;
}
 .butt-wrap button.cancel,.minimal .butt-wrap button.cancel {
   float: right!important;
       top: 39px;
       margin-left: 100px;
}
.vf-notice-cls{
  top: 5px;
  right: 5px;
}
.button-container {
    position: relative;
    float: none;
    margin: 0 auto;
}

}

/*-------------------------------------------------------*/
/*              COOKIE BAR RESPONSIVE  CSS               */
/*-------------------------------------------------------*/
@media only screen and (min-width:480px) and (max-width:767px) {
 span.cn-text {
    float: left;
    width: 80%;
    padding-top: 8px;
    padding-left: 10px;
}
  #cookie-notice .button {
    border: none;
    float: right;
    margin-right: 0;
    margin-left: 0;
    width: 50px;
    height: 50px;
    padding: 15px 16px 13px;
}
}
@media only screen and (min-width:220px) and (max-width:479px) {
  span.cn-text {
    float: left;
    width: 80%;
    padding-top: 8px;
}
  #cookie-notice .button {
      border: none;
      float: right;
      margin-right: 0;
      margin-left: 0;
      width: 50px;
      height: 50px;
      padding: 15px 16px 13px;
  }
   .cookie-notice{
    padding: 5px 0;
  }
}
