/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 */



/* ==========================================================================
   Media Queries to copy and paste
   ========================================================================== */


@media only screen and (max-width: 992px) {
/* 992px - MEDIUM */
    
}

@media only screen and (max-width: 600px) {
/* 600px - SMALL */

}










/* Loading */

.cnploading {
    display: block;
    height: 64px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cnploading .progress {
    height: 4px;
    width:90%;
    margin: 30px auto;
}
.cnploadingscreen {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px;
   bottom: 0px; 
   background-color: white;
   z-index: 999;
}



























/* Overall */

html, body {margin: 0; padding: 0; }

.cnp {
    width: 100%;
    max-width: 100%;
    color: #1a1a1a;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', serif;
}

.cnp img {
    width: 100%;
    display: block;
}

.cnp p {
    font-size: 14px;
    line-height: 28px;
}

.cnpcontent {
    width:100%;
    max-width: 1300px;
    margin: auto;
}

.clear {
    clear: both;
}

.cnpheader img{
    max-width: 180px;
    margin: 20px auto;
}








/* Horizontal Stuff */

.horizontalscroll {
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.horizontalitem {
    width: 1000px;
    float: left;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.horizontaliteminner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}








/* Social Wall */

.socialwall {
    width: 100%;
    margin: 0em auto;
}

.masonry {
    margin: 0em 0;
    padding: 0;
    -moz-column-gap: 1.0em;
    -webkit-column-gap: 1.0em;
    column-gap: 1.0em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.0em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.item iframe { margin: 0px!important;}


@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 600px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1600px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}



.load {
    display: none;
}

#loadmore {
    width: 200px;
    margin: 10px auto 50px auto;
    text-align: center;
    display: block;
    font-weight: 600;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 1px;
}

.twitter-tweet {
    width: 100%;
}

.instagram-media {
    width: 100%;
}









/* YouTube Video Settings */

.cnpvideo {
    width:100%;
    margin:0px;
}

.video-start {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
    background-color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.video-start i {
    font-size: 100px;
    line-height: 100px;
    color: #1a1a1a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-start:hover i {
    opacity: 0.8;
}

.video-cover {
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}











/* Top Share Icons */

.topshare {
    width:100%;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.topshareinner {
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.topshareinner p {
    text-align: center;
    display: inline-block;
    margin: 0;
    font-size: 16px;
}
.topshareinner i {
    color: #333;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 20px;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.topshareinner i:hover {
    opacity: 0.8;
}









/* Middle Share Icons */

.sharebuttons {
    margin: 20px 0 25px 0;
}
.sharebuttons a {
    color: #fff;
    background-color: #333;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sharebuttons a:hover {
    opacity: 0.8
}

.sharebuttons a.ws {background-color: #333333;}
.sharebuttons a.ws i {font-size: 16px; float: left; margin: 11px 0 0 10px;}

.sharebuttons a.fb {background-color: #3067a3;}
.sharebuttons a.fb i {font-size: 16px; float: left; margin: 11px 0 0 13px;}

.sharebuttons a.tw {background-color: #03b3ee;}
.sharebuttons a.tw i {font-size: 17px; float: left; margin: 10px 0 0 10px;}

.sharebuttons a.in {background-color: #009ee3;}
.sharebuttons a.in i {font-size: 16px; float: left; margin: 11px 0 0 12px;}

.sharebuttons a.pt {background-color: #d11e16;}
.sharebuttons a.pt i {font-size: 19px; float: left; margin: 9px 0 0 10px;}

.sharebuttons a.li {background-color: #0071A1;}
.sharebuttons a.li i {font-size: 16px; float: left; margin: 10px 0 0 11px;}

.sharebuttons a.em {background-color: #333333;}
.sharebuttons a.em i {font-size: 15px; float: left; margin: 10px 0 0 10px;}

.sharebuttons a.re {background-color: #8DBAD3;}
.sharebuttons a.re i {font-size: 17px; float: left; margin: 10px 0 0 9px;}

.sharebuttons a.gp {background-color: #da4937;}
.sharebuttons a.gp i {font-size: 16px; float: left; margin: 11px 0 0 9px;}











/* Bottom Social Icons */

.bottomsocial {
    width:100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.bottomsocialinner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    line-height: 60px;
}
.bottomsocial a {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}
.bottomsocial i {
    color: #333;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottomsocial i:hover {
    opacity: 0.8;
}










/* Competition */
.grey.darken-3 {
    background-color: #c42a00 !important;
    margin-left: 40px;
}
.btn, .btn-large, .btn-flat {
    border-radius: 0; }
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
        /*box-shadow: none; */
    }
.cnpcompetition{
    margin: 25px auto 40px auto;
    /*border: 4px solid #cacaca;*/
    border-left: 0;
    border-right:  0;
    border-bottom: dotted 1px #ccc;
}
.cnpcompentrywrap {
    width: 100%;
    position: relative;
    /* max-width: 1020px; */
    margin: 0 0;
    padding: 0 20px 30px 20px;
}
.cnpquestion {
    width: 100%;
    display: block;
    margin: auto;
}

.question h4 {
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000;
    margin-top: 47px;
}

.cnpfields {
    width: 100%;
    margin: 0 auto 0px auto;
}
.cnpcheckboxes {
    width: 100%;
    max-width: 620px;
    margin: 40px auto 10px 40px;
}

.cnpcheckboxes [type="checkbox"] + label {
  position: relative;
  padding: 3px 0 0 35px;
  cursor: pointer;
  display: block;
  line-height: 1.2rem;
  font-size: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.cnpcheckboxes label {
    margin: 0px 0 20px 0;
}
.cnpsubmit {
    font-weight: 600;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px auto 100px;
}
.termslink {
    color: #777;
    border-bottom: 1px solid #777;
}

#sending, #error_sending {
    display: none;
    width: 100%;
    margin: 50px auto;
    padding: 50px 20px 50px 20px;
    background-color: transparent;
    /*background-image: url(../img/thanks.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
    color: #777;
}

#thanks {
    display: none;
    width: 100%;
    margin: 50px auto;
    padding: 50px 20px 50px 20px;
    background-color: transparent;
    /*background-image: url(../img/thanks.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
    color: #777;
}


#sending h3, #error_sending h3, #thanks h3 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

#sending p, #error_sending p, #thanks p {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}


.termsoverlay {
    display: none;
    position: absolute;
    bottom: 20%;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    padding: 5px 20px;
    width: 100%;
    height: 100%;
    max-height: 500px;
    z-index: 999;
}

.termsoverlay h4 {
    font-size: 22px;
    line-height: 30px;
    float: left;
    width: 80%;
}

#termsagree {
    font-size: 12px;
}

.closeterms {
    display: block;
    float: right;
    height: 36px;
    /*width: 36px;*/
    margin: 15px 0 0 0;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.closeterms i {
    color: #fff;
    line-height: 36px;
}
.termsscrollwrap {
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 10px;
    height: 64%;
    margin: 3% 0;
    display: block;
}
.termsscroll {
    height: 100%;
    padding: 0 10px 0 5px;
}

.termsoverlay ul {
    font-size: 12px;
    font-weight: bold;
}

.termsoverlay ul li {
    font-size: 11px;
    font-weight: normal;
}

.competitionbackground {
    background-image: url(../img/image3.jpg);
    background-size: cover;
}


.texterror [type="radio"]:not(:checked) + label {
    color: #f00!important;
}
input.texterror {
    border: 1px solid #f00!important;
}
.compotionserror {
    color: #f00!important;
}

@media only screen and (max-width: 600px) {
/* 600px - SMALL */

.cnpcompentrywrap {
    width: 100%;
    position: relative;
    max-width: 900px;
    margin: auto ;
    padding: 30px 20px 30px 20px;
}
.cnpcheckboxes label {
    margin: 0px 0 30px 0;
}
    
.termsscrollwrap {
    border: 1px solid #f1f1f1;
    padding: 10px;
    height: 74%;
    margin: 3% 0;
    display: block;
}
    
.cnpcompentrywrap .row .col {
    padding: 0 0.10rem;
}
    
}







/* Background Video */

.cd-hero-slider {
  position: relative;
  width: 100%;
  height: 1114px;
  overflow: hidden;
  background-color: #333;
  margin-bottom: 70px;
}
.cd-hero-slider .cd-full-width {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  /* this padding is used to align the text */
  padding-top: 0px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  
  
      background-color: transparent;
      background: url(../img/linear-bg-2.png);
      background-repeat: repeat-x;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
      background: -webkit-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.9));
      background: -moz-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.9));
      background: -ms-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.9));
      background: -o-linear-gradient(top, rgba(255,255,255,0),rgba(0,0,0,0.9));
  
}
.cd-hero-slider .cd-bg-video-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1600px) {
    .cd-hero-slider {
        height: 1077px;
    }
}

@media only screen and (max-width: 1280px) {
    .cd-hero-slider {
        height: 854px;
    }
}

@media only screen and (max-width: 1020px) {
    .cd-hero-slider {
        height: 680px;
  margin-bottom: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .cd-hero-slider {
        height: 512px;
  margin-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .cd-hero-slider .cd-bg-video-wrapper {
        /* hide video on mobile device */
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .cd-hero-slider {
        background-image: url(../img/HEROSHOT_comp_lossy2.gif);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}














/* Videos */

.js-video {
    height: 0;
    padding-top: 0px;
    padding-bottom: 67.5%;
    position: relative;
}
.js-video.vimeo {
    padding-top: 0;
}
.js-video.widescreen {
    padding-bottom: 56.25%;
}
.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Responsive */

.vjs-container-intrinsic-ratio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.vjs-container-intrinsic-ratio .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-container-static {
    height: 500px;
}















/* Gallery */

.gallery {
  display: block;
  position: relative;
  width: 100%; max-width: 1350px;
  margin: 40px auto;
}
.gallery-cell {
    height: 1266px;
}
.gallery-cell-inner {
    position: relative;
    height: 1266px;
}
.gallery-cell-middle {
    -webkit-transform: translate(-50%, -50%);
}
.gallery-cell-middle {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-cell img {
  width: 100%;
}
.flickity-prev-next-button {
  top: 35%;
  width: 58px;
  height: 58px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flickity-prev-next-button.previous {
    left: -70px;
}

.flickity-prev-next-button.next {
    right: -70px;
}

.flickity-prev-next-button svg {
  left: 6%;
  top: 10%;
  width: 80%;
  height: 80%;
}
.flickity-prev-next-button .arrow {
  fill: #000;
}
.flickity-prev-next-button:hover {
  background: rgb(0, 136, 196);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flickity-prev-next-button:hover .arrow {
    fill: #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* ----- SLIDE TRANSITION ----- */
.gallery-cell {
  width: 100%;
  margin: 0 1%;
  opacity: 1;
}
.gallery-cell.is-selected {
  opacity: 1;
}
.button.button.is-selected {
  display: none;
}
.nodisplay {
    display: none;
}
.button.button {
    padding: 0;
    border: 0;
    background: #fff;
    max-width: 265px;
        WIDTH: 100%;
}
/* ----- SLIDE ----- */
/* ----- FADE TRANSITION ----- 
.gallery-cell {
  width: 100%;
  margin: 0;
  position: relative;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}
.flickity-slider {
  transform: none !important;
}
/* ----- FADE ----- */




@media only screen and (max-width: 1280px) {
/* 992px - MEDIUM */
.gallery-cell {
    height: 990px;
}
.gallery-cell-inner {
    position: relative;
    height: 990px;
}
.thumbsright {
    float: right;
    width: 19.4%;
}


}

@media only screen and (max-width: 600px) {
/* 600px - SMALL */
    .gallery-cell {
        width: 98%;
        height: 250px;
    }
    .gallery-cell-inner {
        position: relative;
        height: 250px;
    }
}




















/* Image Overlay */

.imagebox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.image {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.overlay,
.overlayslide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.inout {
    display: block;
    background-color: #000;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.inout i {
    width:50px;
    font-size: 26px;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    display: block;
    color: #fff;
    z-index: 2;
}

.inout:hover {
    opacity: 0.8;
}
























/*
  _   __  ____   _____  __  __   ____
 | | / / / __ \ / ___/ / / / /  / __/
 | |/ / / /_/ // (_ / / /_/ /  / _/  
 |___/  \____/ \___/  \____/  /___/  
                                                            
*/


.voguenative {
    width: 100%;
    max-width: 100%;
    color: #1a1a1a;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-family: "MinionPro-Regular",serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.voguenative img {
    width: 100%;
    display: block;
}

.voguenative p {
    font-family: "MinionPro-Regular",serif;
    font-style: normal;
    color: rgba(0, 0, 0, 0.8);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.voguetitle {
    margin: 40px 0 0 0;
}


.heroimagevogue {
    height: 80vh;
    width: 100%;
    margin: 0 auto 50px auto;
    background-color: #222222;
    background-image: url(../vogueimages/heroimage.jpg);
    background-size: 2560px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

@media only screen and (max-width: 2500px) {
    
.heroimagevogue {
    background-size: cover;
}
    
}


.voguenative .herotitle {
    margin: 0 0 0 -425px;
    top: 0;
    left: 50%;
    position: absolute;
    display: block;
    width: 850px;
    height: auto;
    text-align: center;
}

.voguenative .herotitle h1 {
    font-family: 'AmbroiseStdFirmin-Light', sans-serif;
    font-size: 55px;
    line-height: 65px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px 20px 30px 20px;
    margin: 0;
}
.voguenative .herotitle h3 {
    background-color: #ff5a34;
    color: #fff;
    margin: -20px auto 0 auto;
    padding: 10px;
    max-width: 500px;
    display: block;
}


@media only screen and (max-width: 850px) {
    
.voguenative .herotitle {
    max-width: 90%;
    margin: auto;
    left: 5%;
} 
    
.voguenative .herotitle h1 {
    font-size: 45px;
    line-height: 50px;
    padding: 15px 15px 30px 15px;
}
.voguenative .herotitle h3 {
    font-size: 12px;
}
      
}


@media only screen and (max-width: 600px) {
    
.voguenative .herotitle {
    top:40px!important;
} 

      
}



.pagetopvogue {
    background-color: #fff;
    height: auto;
    width: 100%;
    max-width: 550px;
    display: block;
    margin: -100px 0 0px -275px;
    z-index: 99;
    position: absolute;
    left: 50%;
    font-size: 22px;
    line-height: 34px;
    padding: 15px;
    text-align: center;
}

@media only screen and (max-width: 560px) {
    
.pagetopvogue {
    max-width: 90%;
    margin: -80px 0 50px 0px;
    left: 5%;
    font-size: 16px;
    line-height: 24px;
} 
    
}


.voguenative h1 {
    font-family: "ITCCaslon224W01-Book", serif;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: none;
    text-shadow: none;
    margin: 10px 0 45px 0;
}

.voguenative h3 {
    font-family: "europa", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0 30px 0;
    color: rgba(0, 0, 0, 0.8);
}

.voguenative h4 {
    font-family: "europa", sans-serif;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: none;
    margin: 0 0 45px 0;
}

.voguenative .cnpcontent {
    width:100%;
    max-width: 1280px;
    margin: auto;
}


.articleimage {
    width: 100%;
    max-width: 400px;
    margin: 25px auto 40px auto;
}

.articleimage img {
    width: 90%;
    margin: auto;
}

p.credit {
    font-size: 12px;
    line-height: 20px;
    font-family: "europa", sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none;
    letter-spacing: 1px;
    margin: 10px auto;
    width: 82%;
}


.voguecopy {
    padding: 0px 15px 30px 15px;
}


span.largeletter {
    font-family: 'AmbroiseStdFirmin-Light';
    font-size: 146px;
    line-height: 118px;
    display: block;
    float: left;
    padding: 0 10px 0 0;
}


.voguecopy a {
    color: #333;
    text-decoration: underline;
}


.voguesmallgalleryinner {
    background-color: #f0f0f0;
    padding: 40px 40px 20px 40px;
    text-align: center;
    min-width: 600px;
}

.voguenative .gallery {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f0f0f0;
    margin: 20px auto;
    padding: 0 0px;
}

.voguenative .gallery-cell {
    height: 160px;
}

.voguenative .gallery-cell-inner {
    position: relative;
    height: 160px;
}

.voguenative .flickity-prev-next-button {
    width: 20px;
    height: 40px;
    border-radius: 0px;
    background: transparent;
}

.voguenative .flickity-prev-next-button:hover {
    width: 20px;
    height: 40px;
    border-radius: 0px;
    background: transparent;
}

.voguenative .flickity-prev-next-button svg {
    left: 10%;
    top: 20%;
    width: 90%;
    height: 60%;
}

.voguenative .flickity-prev-next-button .arrow {
    fill: black!important;
}

.voguenative .flickity-prev-next-button.previous {
    left: -28px;
}

.voguenative .flickity-prev-next-button.next {
    right: -28px;
}

.voguesmallgalleryinner h1 {
    font-family: 'AmbroiseStdFirmin-Light';
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
}

.voguesmallgalleryinner h3 {
    font-size: 17px;
    margin: 0 0 10px 0;
}



/* ----- SLIDE TRANSITION ----- */
.voguenative .gallery-cell {
    width: 24.5%;
    margin: 0 0.5%;
    opacity: 1;
}

.voguenative .gallery-cell.is-selected {
    opacity: 1;
}

@media only screen and (max-width: 992px) {

    .voguesmallgalleryinner {
        width:100%;
        max-width: 600px;
        min-width: 320px;
        margin: auto;
    }

}

@media only screen and (max-width: 600px) {
    
    .voguesmallgalleryinner {
        max-width: 300px;
    }

    /* 600px - SMALL */
    .voguenative .gallery-cell {
        width: 100%;
    }

    .voguenative .gallery-cell {
        height: 300px;
    }

    .voguenative .gallery-cell-inner {
        height: 300px;
    }
    
}





.voguenative .imagebox {
    margin: 0 0 0px 0;
}


.voguenative .inout i {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}

.voguenative .inout {
    display: block;
    background-color: #000;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
}

.voguenative .overlay,
.voguenative .overlayslide {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 0;
}


.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}




.voguehoverlay {
    padding: 40px 0 0 0;
    text-align: center;
}

.voguehoverlay h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: "europa", sans-serif;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px auto;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.voguehoverlay p {
    font-size: 13px;
    line-height: 20px;
    font-family: "europa", sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px auto;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.voguehoverlay a {
    font-size: 13px;
    line-height: 20px;
    font-family: "europa", sans-serif;
    font-weight: 400;
    color: #333;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px auto;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.overlay-fade-in img {
    transition: opacity 0.2s linear;
}

.overlay-fade-in .image-overlay-content {
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: opacity 0.4s ease-in-out;
}

.overlay-fade-in:hover img {
    transform: scale(1.0);
}

.overlay-fade-in:hover .image-overlay-content {
    opacity: 1;
}

.voguehoverlay h3,
.voguehoverlay p,
.voguehoverlay a {
    opacity: 1;
}



@media only screen and (max-width: 600px) {


.voguehoverlay {
    padding: 125px 0 0 0;
    text-align: center;
}

}






.galleryopenbox {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0 0 1px 0px;
    background-color: #000;
}

.opengallery {
    color: #222;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 110%;
    background-color: rgba(170, 170, 170, 0.0);
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    text-align: center;
    font-size: 20px;
    padding: 8px;
    width:296px;
    height:96px;
    margin: -48px 0 0 -148px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toggle {
    background-color: transparent;
}

.opengallery span {
    background-color: #fff;
    width:280px;
    height:80px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #222;
    font-family: "AmbroiseStdFirmin-Light", "europa", sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 5px 0 0 0;
    font-size: 38px;
    line-height: 38px;  
    border: 1px solid #333;
}

.opengallery .items {
    color: #222;
    font-family: "europa", sans-serif;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 500;
}

.galleryopenbox:hover .opengallery {
    background-color: rgba(170, 170, 170, 0.4);
}


img.galleryopenimage {
    width: calc(33.3333% - 1px);
    margin: 1px 0 0px 1px;
    display: block;
    padding: 0;
    float: left;
}

@media only screen and (max-width: 600px) {
    
.voguenative h1 {
    font-size: 35px;
}
    
.voguenative p {
    font-size: 16px;
    line-height: 28px;
}
    
    
p.credit {
    font-size: 12px;
    line-height: 20px;
    font-family: "europa", sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none;
    letter-spacing: 1px;
    margin: 10px auto;
    width: 82%;
}
    
span.largeletter {
    font-family: 'AmbroiseStdFirmin-Light';
    font-size: 94px;
    line-height: 84px;
    display: block;
    float: left;
    padding: 0 10px 0 0;
}

    
/* 600px - SMALL */
img.galleryopenimage {
    width: 49.8%;
    margin: 1px 0.1%;
    display: block;
    padding: 0;
    float: left;
}
    
}


/* typography */
h1.title-me {
    color: #222222;
    display: block;
    font: 23px/27px "ITCCaslon224W01-MediumIt", serif;
    letter-spacing: -1px;
    line-height: 110%;
    margin: 30px 0 20px 0;
    text-align: left;
    text-transform: none;
}

h2.number-me {
    margin-bottom: 20px;
    color: #b7b7b7;
    font: 20px/24px "europa", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.number-me span {
    font-weight: 400;
    /*color: #cc0000;*/
}

p.body-me {
    color: #666666;
    font-family: "ITCCaslon224W01-Book", serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 10px;
}
p.credit-me {
    color: #666666;
    font: 300 normal 14px/24px "MinionPro", serif;
}
p.credit-me a {
    color: #666666;
    font: 300 italic 15px/24px "MinionPro-It", serif;
    text-decoration: underline;
}


@media only screen and (max-width: 600px) {
/* 600px - SMALL */
    h1.title-me {
        font: 22px/24px "ITCCaslon224W01-MediumIt", serif;
        margin: 10px 0 10px 0;
    }

    h2.number-me {
        margin-bottom: 10px;
        color: #b7b7b7;
        font: 14px/16px "europa", sans-serif;
    }

    p.body-me {
        font-size: 16px;
        line-height: 22px;
    }

}



.vogallery {
    border-bottom: 1px solid #ccc;
}

.vogallery.closed {
    height: 0vh!important;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.vogallery.open {
    height: 100vh;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-content {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block;
}

.image {
    width: calc(100% - 476px);
    height: 100%;
    background: #fff;
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
}

img.horizontal {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navigation {
    display: none;
    width: 56px;
    height: 100%;
    background: #efede7;
    position: absolute;
    float: left;
    left: calc(100% - 476px);
    top: 0;
}

.navigation span {
    width: 56px;
    height: 56px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav.wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.voguenative button {
    border: none;
    background: none;
    width: 56px;
    height: 56px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.voguenative button:hover {
    border: none;
    background: #333;
    width: 56px;
    height: 56px;
}

.voguenative button:hover .st0 {
    stroke: #fff;
}

.voguenative .arrow {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.voguenative .arrow:hover {
    background: #333;
}

.voguenative button:hover .arrow {
    background: transparent;
}

.voguenative .arrow:hover .st0 {
    stroke: #fff;
}


.voguenative .arrow.next {
    transform: rotate(180deg);
}

.voguenative .arrow.previous.end,.voguenative .arrow.next.end {
    opacity: .1;
}

.st0 {
    fill: none;
    stroke: #333;
    stroke-width:1px;
    stroke-linecap: round;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.information {
    width: 100%;
    max-width: 420px;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 0 0 56px;
}

.information-wrap {
    width: 340px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.vogallerysmall {
    display: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}

.vogallerysmall .gallery-content-small {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 10px 0;
    
}

.vogallerysmall .image {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    position: relative;
}

.vogallerysmall .information {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    float: none;
    position: relative;
    top: 0;
    transform: none;
    margin: 0;
    padding: 20px;
}

.vogallerysmall .information-wrap {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    position: relative;
    top: 0;
    margin: 0;
    transform: none;
}

.vogallerysmall .closebar {
    width: 100%;
    height: 36px;
    background: #efede7;
    text-align: right;
}

.vogallerysmall .closebar .close {
    width: 36px;
    height: 36px;
    display: block;
    position: relative;
    right:0;
    margin-left: calc(100% - 36px);
}


































/*
  _      __   ____   ___    ____   ___ 
 | | /| / /  /  _/  / _ \  / __/  / _ \
 | |/ |/ /  _/ /   / , _/ / _/   / // /
 |__/|__/  /___/  /_/|_| /___/  /____/ 
                                       
*/

.wirednative .cnpcontent {
    width:90%;
    max-width: 640px;
    margin: auto;
}

.wirednative p {
    font-family: 'futura-pt';
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.wirednative p strong, .wirednative p b {
    font-family: 'futura-pt';
    font-weight: 700;
}


.wirednative p.brutal {
    font-family: 'BrutalType-Light';
    font-size: 19px;
    line-height: 31px;
}

.wirednative h1 {
    font-family: 'BrutalType-Light';
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 60px 0 35px 0;
}
.wirednative h1 b {
    font-family: 'BrutalType-Medium';
    font-weight: 500;
}

.wirednative h2 {
    font-family: 'BrutalType-ExtraBold';
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 0 45px;
    text-align: left;
}

.wirednative h3 {
    font-family: 'futura-pt';
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 0px 0 30px 0;
    text-align: left;
}



.heroimage {
    height: 80vh;
    width: 100%;
    background-color: #222222;
    background-image: url(../wiredimages/hero-image.jpg);
    background-size: 2560px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

@media only screen and (max-width: 2500px) {
    
.heroimage {
    background-size: cover;
}
    
}


.pagetop {
    background-color: #fff;
    height: 30px;
    width: 100%;
    max-width: 1060px;
    display: block;
    margin: -30px 0 0px -530px;
    z-index: 99;
    position: absolute;
    left: 50%;
}

@media only screen and (max-width: 1100px) {
    
.pagetop {
    height: 30px;
    max-width: 90%;
    margin: -30px 0 0px 0px;
    left: 5%;
} 
    
}


p.wiredtitle {
    height: 50px;
    border-left:1px solid #1a1a1a;
    border-right:1px solid #1a1a1a;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
}

p.wiredtitle span {
    display: inline-block;
    position: relative;
    margin: auto;
    top: -20px;
}

p.wiredtitle img {
    height: 50px;
    width: auto;
    display: inline-block;
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 600px) {
    
p.wiredtitle {
    height: 50px;
    border-left:none;
    border-right:none;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    position: relative;
}
    
}


.datesocial {
    height: 64px;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto 50px auto;
    padding: 0;
    position: relative;
    font-family: 'BrutalType-Light';
}

.wiredshare {
    display: inline-block;
    position: relative;
    top: 14px;
    margin: 0 0 0 10px;
}


@media only screen and (max-width: 600px) {
   
.wiredshare .sharebuttons a {
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 23px;
    display: inline-block;
    font-size: 12px;
    margin: 0 3px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wiredshare {
    display: inline-block;
    position: relative;
    top: 7px;
    margin: 0 0 0 10px;
}
    
.wiredshare .sharebuttons a.fb {background-color: #3067a3;}
.wiredshare .sharebuttons a.fb i {font-size: 11px; float: left; margin: 6px 0 0 7px;}

.wiredshare .sharebuttons a.tw {background-color: #03b3ee;}
.wiredshare .sharebuttons a.tw i {font-size: 12px; float: left; margin: 5px 0 0 5px;}

.wiredshare .sharebuttons a.gp {background-color: #da4937;}
.wiredshare .sharebuttons a.gp i {font-size: 10px; float: left; margin: 6px 0 0 6px;}
    
    
.datesocial {
    height: 56px;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0;
    position: relative;
    font-family: 'BrutalType-Light';
}
    
}

.wirednative .cnpcompetition{
    margin: 20px auto 20px auto;
}

.cnpcompentrywrap {
    width: 100%;
    position: relative;
    max-width: /*900px;*/
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}

.wiredgallery {
    width: 100%;
    max-width: 1060px;
    margin: 50px auto 0px auto;
    display: block;
    padding: 0 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.1);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wiredgalleryinner {
    width: 100%;
    display: block;
}

.wiredgalleryinner .gallery {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
}

.wiredgalleryinner .gallery-cell {
    width: 100.5%;
    overflow: hidden;
    margin: 0 0%;
    opacity: 1;
    height: 480px;
    background-color: #fff;
}

.wiredgalleryinner .gallery-cell-inner {
    position: relative;
    overflow: hidden;
    height: 480px;
    background-color: #f1f1f1;
}

.gallery-cell-middle img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wiredgalleryinner a.button {
    width: 55px;
    height: 55px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.wiredgalleryinner .buttonclose {
    display: none;
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.wiredgalleryinner .caption {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    text-align: left;
    line-height: 20px;
    background-color: #fff;
    font-size: 12px;
    font-family: 'BrutalType-Light';
    padding: 10px 110px 0 20px;
}

.wiredgalleryinner .caption span {
    max-width: 390px;
    display: block;
}

.wiredgallery .button-row {
    position: relative;
    right: 0;
    top: -55px;
}

.wiredgalleryinner .wiredgallerytopleft {
    width: 155px;
    height: 55px;
    position: absolute;
    top: 30px;
    z-index: 99999;
    text-align: center;
    line-height: 55px;
    background-color: #fff;
    font-size: 15px;
    font-family: 'BrutalType-Light';
}

.wiredgalleryinner .wiredgallerytopleft .imgnum {
    width: 100px;
    height: 55px;
    display: block;
    float: left;
}

.wiredgalleryinner .wiredgallerytopleft a {
    width: 55px;
    height: 55px;
    float: left;
}


@media only screen and (max-width: 992px) {

.wiredgalleryinner .wiredgallerytopleft {
    width: 100px;
}
    
.wiredgalleryinner a.button--fullscreen {
    display: none;
}
    
}





@media only screen and (max-width: 992px) {
    .wiredgallery .gallery-cell {
        height: 600px;
    }
    .wiredgallery .gallery-cell-inner {
        position: relative;
        height: 600px;
    }
}

@media only screen and (max-width: 880px) {
    .wiredgallery .gallery-cell {
        height: 500px;
    }
    .wiredgallery .gallery-cell-inner {
        position: relative;
        height: 500px;
    }
}

@media only screen and (max-width: 770px) {
    .wiredgallery .gallery-cell {
        height: 420px;
    }
    .wiredgallery .gallery-cell-inner {
        position: relative;
        height: 420px;
    }
}

@media only screen and (max-width: 600px) {

    .wiredgallery .gallery-cell {
        height: 360px;
    }
    .wiredgallery .gallery-cell-inner {
        position: relative;
        height: 320px;
    }
    
.wiredgalleryinner .caption {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    text-align: left;
    line-height: 16px;
    background-color: #fff;
    font-size: 10px;
    font-family: 'BrutalType-Light';
    padding: 10px 10px 0 10px;
}

.wiredgallery .button-row {
    position: relative;
    right: 0;
    top: -91px;
}

.wiredgalleryinner .wiredgallerytopleft {
    width: 72px;
    height: 36px;
    position: absolute;
    top: 0px;
    z-index: 99999;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    font-size: 12px;
    font-family: 'BrutalType-Light';
}

.wiredgalleryinner .wiredgallerytopleft .imgnum {
    width: 72px;
    height: 36px;
    display: block;
    float: left;
}

.wiredgalleryinner .wiredgallerytopleft a {
    width: 36px;
    height: 36px;
    float: left;
}
    
.wiredgalleryinner a.button {
    width: 36px;
    height: 36px;
    display: inline-block;
    float: right;
    cursor: pointer;
}
    
.wiredgalleryinner a.button--fullscreen {
    display: none;
}
    
}

@media only screen and (max-width: 500px) {
    .wiredgallery .gallery-cell {
        height: 310px;
    }
    .wiredgallery .gallery-cell-inner {
        position: relative;
        height: 260px;
    }
}

@media only screen and (max-width: 400px) {
    .wiredgallery .gallery-cell {
        height: 240px;
    }
    .wiredgallery .gallery-cell-inner {
        position: relative;
        height: 200px;
    }
}




.fullscreen {
    height: 100vh;
    width: 100%;
    display: block;
    z-index: 99999;
    position: fixed;
    bottom: 0;
    left: 0;
}

.fullscreen .wiredgallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 4% 4% 0 4%;
    width: 92%;
    max-width: 100%;
    height: 200vh;
    -webkit-box-shadow: 0px 0px 50px 2000px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 50px 2000px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 50px 2000px rgba(0,0,0,0.6);
    padding-bottom: 0%;
}


.fullscreen .wiredgalleryinner .wiredgallerytopleft {
    width: 100px;
}

.fullscreen .wiredgalleryinner .gallery-cell {
    width: 100.5%;
    height: 100vh;
    margin: 0 0%;
    opacity: 1;
    background-color: #fff;
}

.fullscreen .wiredgalleryinner .gallery-cell-inner {
    position: relative;
    overflow: hidden;
    background-color: #222222;
}

.fullscreen .wiredgalleryinner a.button {
    width: 55px;
    height: 55px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.fullscreen .wiredgalleryinner .buttonclose {
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
}

.fullscreen .wiredgalleryinner .caption {
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    text-align: center;
    line-height: 19px;
    background-color: #fff;
    font-size: 13px;
    font-family: 'BrutalType-Light';
}



.wiredvideoplayer {
    width: 100%;
    max-width: 1060px;
    margin: 60px auto 60px auto;
}


.wiredvideoplayer .videocaption {
    height: 55px;
    z-index: 99999;
    text-align: center;
    line-height: 55px;
    background-color: #fff;
    font-size: 15px;
    font-family: 'BrutalType-Light';
}



@media only screen and (max-width: 600px) {

.wiredvideoplayer .videocaption {
    height: auto;
    z-index: 99999;
    text-align: center;
    line-height: 25px;
    background-color: #fff;
    font-size: 14px;
    font-family: 'BrutalType-Light';
    margin: 10px 0 0 0;
}
    
}




.wiredquoteouter {
    background-color: #1e9898;
    padding: 40px 10px;
    margin: 60px auto 60px auto;
}

.wiredquote {
    width: 100%;
    max-width: 1060px;
    color: #fff;
}

.wiredquote p {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    float: left;
    margin: 0 0 0 50px;
    font-family: 'BrutalType-Light';
}

.wiredquote p.quotename {
    font-size: 11px;
    line-height: 25px;
    font-family: 'BrutalType-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    background-image: url(../wiredimages/line.png);
    background-position: center left;
    background-repeat: repeat-x;
    padding-left: 30%;
}

.wiredquote p.quotename span {
    background-color: #1e9898;
    padding: 0 0 0 10px;
}

.wiredquote img {
    height: 14px;
    width: 19px;
    float: left;
    display: inline-block;
    margin: 4px 0px -34px 0;
}





a.wiredbacktotop {
    background-color: #f2f2f2;
    width:100%;
    height: 80px;
    display: block;
    text-align: center;
    padding: 29px 0 00px 0;
}

a.wiredbacktotop img {
    height: 22px;
    margin: auto;
    width: auto;
    display: block;
    line-height: 80px;
}





.wiredfootershare h4 {
    font-size: 11px;
    line-height: 24px;
    font-family: 'BrutalType-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wiredfootershare h4 a {
    color: #333;
    text-decoration: underline;
}

.wiredfootershare h4 img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 2px 10px 0 0;
    float: left;
}

.wiredfootershare {
    height: 90px;
    width: 100%;
    max-width: 620px;
    line-height: 40px;
    margin: 40px auto 60px auto;
    border-top:0.4px solid #b2b2b1;
    padding: 40px 0 0 0;
}

.wiredfootershare .sharetext {
    border-left: 1px solid #333;
    max-width: 285px;
    margin: 0 0 0 25px!important;
}

.wiredfootershare .sharetext p.sharea {
    font-size: 11px;
    line-height: 60px;
    font-family: 'BrutalType-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    margin: 0;
}

.wiredfootershare .sharetext img {
    height: 20px;
    width: auto;
}

.wiredfootershare .sharebuttons {
    float: right;
    display: inline-block;
    margin: 12px 0 0 15px;
}

@media only screen and (max-width: 900px) {

    
.wiredfootershare {
    height: auto;
}

.wiredfootershare .sharetext {
    border-left: 0px solid #333;
    width:100%;
    max-width: 100%;
    margin: 0 0 0 5px!important;
    padding: 0 0 0 0px;
}
   
.wiredfootershare .row .col.m6 {
    width:100%;
    max-width: 100%;
}
  
.wiredfootershare h4 {
    max-width: 290px;
    margin: auto;
}
 
.sharearticle {
    max-width: 235px;
    margin: 20px auto 30px auto;
}
    
    
}




.wiredsocial {
    width: 100%;
    margin: auto;
    height: 400px;
    background-color: transparent;
    display: block;
    position: fixed;
    top: calc(100% - 50px);
}


.wiredsocialinner {
    height: 400px;
    width: 100%;
    max-width: 1060px;
    background-color: transparent;
    margin: auto;
    display: block;
}

.wiredsocialbox {
    width: 320px;
    height: 400px;
    background-color: #f8f8f8;
    display: block;
    float: right;
}

.wiredsocialbox .sharebuttons {
    margin: 14px 15px 0px 0;
    float: right;
}


.wiredsocialbox .sharebuttons a {
    color: #fff;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 23px;
    display: inline-block;
    font-size: 12px;
    margin: 0 3px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wiredsocialname {
    height: 50px;
    display: inline-block;
    float: left;
    padding: 0 0 0 15px;
}
.wiredsocialname img {
    height: 22px;
    width: 22px;
    float: left;
    display: inline-block;
    margin: 14px 15px 0 0;
}
.wiredsocialname p {
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin: 14px 0 0 0;
    float: left;
}

.wiredsocialbox .sharebuttons a.fb {background-color: #3067a3;}
.wiredsocialbox .sharebuttons a.fb i {font-size: 11px; float: left; margin: 6px 0 0 8px;}

.wiredsocialbox .sharebuttons a.tw {background-color: #03b3ee;}
.wiredsocialbox .sharebuttons a.tw i {font-size: 12px; float: left; margin: 5px 0 0 6px;}

.wiredsocialbox .sharebuttons a.gp {background-color: #da4937;}
.wiredsocialbox .sharebuttons a.gp i {font-size: 10px; float: left; margin: 7px 0 0 5px;}




/* ==========================================================================
   GLAMOUR BITS
   ========================================================================== */
   
   
   
.topcontainer {
    position: relative;
    max-width: 1920px;
    margin: 0 auto 70px auto;
    background: url(../img/HeaderGIF_ref.jpg) center bottom;
    background-size: cover;
    height: 1114px;
}

.topcontainer img {
    width:100%;
    max-width: 1920px;
    margin: auto;
}

.topfloater {
    position: absolute;
    bottom: 0;
}

.cnp.glamour .cd-full-width h1 {
    color: #fff !important;
    font-family: 'AbadiMTW01-Bold', sans-serif;
    font-size: 80px;
    max-width: 1000px;
    padding: 0 0 12px 0;
    text-align: center;
    margin: auto;
    
}

.cnp.glamour p {
        font-family: 'AbadiMTW01', sans-serif;
    letter-spacing: 1.5px;
}
.cnp.glamour p.subtitle {
    font: 23px/27px 'AbadiMTW01', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    margin: auto;
    padding: 0 0 15px 0;
}
.cnp.glamour p.credits {
    font: 18px/21px 'AbadiMTW01', sans-serif;
    color: #fff;
    text-align: center;
    padding: 0 0 0 0;
    margin: auto;
}
span.byline {
    color: #7bc2cd;
    text-transform: uppercase;
}

.videoleft {
    float: left;
    width: 79%;
}
.thumbsright {
    float: right;
    width: 20%;
}
.thumbsright img {
/*max-width:  265px;*/
width: 100%;
margin-bottom: 3px;
}
.productsonly {
    width: 20%; padding: 0 21px; 
    }

.productsonly img {
    max-width: 225px;
    text-align: center;
    margin: 0 auto 30px;
}
.cnp.glamour .styledtext p {
    color: #333;
    font-family: 'AbadiMTW01-ExraLight', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 35px;
    max-width: 1000px;
    margin: 0 0 20px;
}

.cnp.glamour .gallery-cell-middle h4 {
    color: #008ac3;
font-family: 'AbadiMTW01-Bold', sans-serif;
    font-size: 45px;
    line-height: 38px;
    margin-bottom: 60px;
    }
h5.shopthelook {
font-family: 'AbadiMTW01-Bold', sans-serif;
    font-size: 28px;
    line-height: 38px;
    margin: 50px 0 60px;
}


.productinfo {
color: #7f807f;
font-family: 'AbadiMTW01-ExraLight', sans-serif;
font-size: 18px;
letter-spacing: 0.5px;
line-height: 24px;
    padding-left: 7px;
}

.cnp.glamour .styledtext p.firstpara {
    font-family: 'AbadiMTW01-Bold', sans-serif;
}
.firstLetter {
    float: left;
    font-size: 120px;
    line-height: 0.5;
    margin: 26px 5px 0 0;
}
.cnp.glamour .styledtext p.questiontime {
    font-family: 'AbadiMTW01', sans-serif;
    color: #008ac3;
}

select.browser-default {
    display: block;
    background-color: transparent;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
    width: 100.2%;
    padding: 0 2%;
    margin-bottom: 15px;
    color: #777;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    height: 60px;
}

@media screen and (max-width: 460px)   {
    .input-field {
        margin-left: 0rem!important;
        margin-right: 0rem!important;
    }
}
.input-field {
    margin-left: .5rem;
    margin-right: .5rem;
}

.input-field label {
    color: #777;
    position: absolute;
    top: 20px;
    left: 2%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    color: #777;
    height: 60px;
    width: 96%;
    font-size: 1rem;
    margin: 0 0 15px 0;
     box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}


.hideformobiles {
    display: inline-block;
}
.showformobiles {
    display: none;
}


.cnpcompetition .row .col {
    padding: 0;
}


.breakforthree {
    display: none;
}
.breakforfour {
    display: none;
}
 
.videoleft p{
    margin: 0;
    color: #7f807f;
    font-family: 'AbadiMTW01-ExraLight', sans-serif;
    font-size: 11px;
}



@media screen and (max-width: 600px){
.cnp.glamour .cd-full-width h1 {
    margin-bottom: 20px;
}





}



@media screen and (max-width: 1920px)   {
.cnp.glamour .cd-full-width h1 {
    font-size: 80px;
}
.cnp.glamour p.subtitle {
    font: 23px/27px 'AbadiMTW01', sans-serif;
}
.cnp.glamour p.credits {
    font: 18px/21px 'AbadiMTW01', sans-serif;
}

}

@media screen and (max-width: 1600px)   {
.cnp.glamour .styledtext p {
   max-width: 800px;
}
.topcontainer {
    height: 1077px;
    padding: 0;
}



    /* was at 1280px; */

.gallery {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 1024px; */
    margin: 40px auto;
    padding: 0 0;
}
.topcontainer {
    height: 854px;
    margin: 0 0 70px;
    padding: 0;
}
.gallery .cnpcontent  {
    padding: 0;
}

    /* was at 1280px;     */


}

@media screen and (max-width: 1500px)   {
.cnpcontent {
    padding: 0 130px;
}
.gallery {
     padding: 0 130px;
}
.flickity-prev-next-button.next {
    right: 5%;
}
.flickity-prev-next-button.previous {
    left: 5%;
}
.thumbsright {
    float: right;
    width: 19.5%;
}
}

@media screen and (max-width: 1280px)   {
.cnp.glamour .cd-full-width h1 {
    font-size: 67px;
}
.cnp.glamour p.subtitle {
    font: 17px/27px 'AbadiMTW01', sans-serif;
}
.cnp.glamour p.credits {
    font: 11px/21px 'AbadiMTW01', sans-serif;
}
.cnp.glamour .gallery-cell-middle h4 {
    margin-bottom: 54px;
}
h5.shopthelook {
    margin: 50px 0 50px;
}
.cnpcontent {
    padding: 0 75px;
}
.productinfo {
    font-size: 15px;
    line-height: 20px;
}
.gallery {
    padding: 0 75px;
}
.cnpcontent {
    padding: 0 25px;
}
.flickity-prev-next-button.next {
    right: 0%;
}
.flickity-prev-next-button.previous {
    left: 0%;
}
.gallery-cell-inner {
    height: 1050px;
}
.gallery-cell {
    height: 1050px;
}
}



@media screen and (max-width: 1030px)   {
.cnp.glamour .cd-full-width h1 {
    font-size: 42px;
}
.cnp.glamour .styledtext p {
   line-height: 34px;
}
.topcontainer {
    margin: 0 0 60px 0;
}
.topcontainer {
    height: 680px;
    padding: 0;
}
.cnp.glamour .gallery-cell-middle h4 {
     font-size: 30px;
     margin-bottom: 50px;
}
.gallery-cell-inner {
    height: 910px;
}
.gallery-cell {
    height: 910px;
}
}


@media screen and (max-width: 900px)    { 
.gallery-cell-inner {
    height: 830px;
}
.gallery-cell {
    height: 830px;
}
h5.shopthelook {
    margin: 40px 0 50px;
}
}

@media screen and (max-width: 768px)    { 
.cnp.glamour .cd-full-width h1 {
     font-size: 50px;
}
.topcontainer {
    margin: 0 auto 30px auto;
    height: 512px;
    padding: 0;
}
.gallery-cell-inner {
    height: 1020px;
}
.gallery-cell {
    height: 1020px;
}
.breakforthree {
    display: none;
}
.breakforfour {
    display: inline;
}
.productsonly {
    width: 25%;
    padding: 0 21px;
    /* float: left; */
    height: 250px;
}
}
@media screen and (max-width: 768px)    { 
.cnp.glamour .styledtext p {
    font-size: 23px;
    line-height: 33px;
}

}



@media screen and (max-width: 500px)    {
.breakforthree {
    display: inline;
}
.breakforfour {
    display: none;
}
.cnp.glamour .cd-full-width h1 {
     font-size: 50px;
    margin-bottom: 20px;
}
.cnp.glamour .cd-full-width h1 {
    font-size: 39px;
    line-height: 37px;
    color: #000!important;margin-bottom: 20px;
}
.cnp.glamour p.subtitle {
    font: 17px/27px 'AbadiMTW01', sans-serif; color: #000;
}
.hideformobiles {
    display: none;
}
.showformobiles {
    display: inline-block;
}
.cnp.glamour p.credits {
    font: 11px/21px 'AbadiMTW01', sans-serif; color: #000;    padding-bottom: 60px;
}
.cnpcontent {
    padding: 0 10px;
}

.relatedarticles {
    margin: 50px auto 0;
    padding: 0 25px 30px;
    max-width: 660px;
}
.gallery {
    padding: 0 0;
}

.productsonly {
    width: 33%;
    padding: 0 21px;
    float: left;
    height: 212px;
}

.gallery-cell {
    height: 865px; width: 100%;
}

.gallery-cell-inner {
    height: 865px;
}
.flickity-prev-next-button {
    top: 24px;
    width: 48px;
    height: 48px;
    background: #3cb5b8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
border-radius: 0;}
.gallery-cell-middle {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.flickity-prev-next-button .arrow {
    fill: #fff;
}
.thumbsright {
display: none;
}
.videoleft {
    float: left;
    width: 100%;
}
h5.shopthelook {
    font-family: 'AbadiMTW01-Bold', sans-serif;
    font-size: 21px;
    line-height: 21px;
    margin: 30px 0 25px;
    text-align: center;
}
.productinfo {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    padding-left: 0;
}
.cnp.glamour .gallery-cell-middle h4 {
    font-size: 19px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    background: #3cb5b8;
    margin-top: 0;
    height: 48px;
    font-family: 'AbadiMTW01', sans-serif;
    line-height: 44px;
}
.cd-hero-slider {
    height: 320px;
    margin-bottom: 20px;
}
.cnpcheckboxes {
    width: 100%;
    max-width: 620px;
    margin: 40px auto 10px auto;
}
.relatedarticles {

display: none;

}
.flickity-prev-next-button:hover {
  background: #ed616e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cnp.glamour .gallery-cell-middle h6 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    margin-top: 0;
    height: 48px;
    font-family: 'AbadiMTW01', sans-serif;
    line-height: 44px;
}
.videoleft p{
    text-align: center;
}

}


@media screen and (max-width: 440px)    {
.gallery-cell {
    height: 790px; width: 100%;
}

.gallery-cell-inner {
    height: 790px;
}
}

p.questiontime {
    font-family: 'AbadiMTW01', sans-serif;
    color: #008ac3;
}

a:hover .productinfo  {
    color: #008ac3;
}