/* JBL Everest Cord Fail Styles */

/* bootstrap reset */
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}

/* GLOBAL ELEMENTS */
/*html, body { height: 100%; }*/
.everest-wrapper { box-sizing: border-box; }
.everest-wrapper *, .everest-wrapper *:before, .everest-wrapper *:after { box-sizing: inherit; }

.everest-wrapper { background-color: #f1f2f2; }
.everest-wrapper, .everest-wrapper p, .everest-wrapper li, .everest-wrapper .pure-g [class *="pure-u"] {
    font-family: CenturyGothicPro, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #000000;
}
.everest-wrapper a {font-family: CenturyGothicPro, Helvetica, sans-serif;}
.everest-wrapper h1, .everest-wrapper h2,.everest-wrapper h3,.everest-wrapper h4, .everest-wrapper h5, .everest-wrapper li, .everest-wrapper .title {
    margin: 18px auto;
    font-family: CenturyGothicPro-Bold, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.06em;
}
.everest-wrapper h2, .everest-wrapper h3 { color: #f26522; }
.everest-wrapper h1, .everest-wrapper h4, .everest-wrapper h5 { color: #000000; }
.everest-wrapper h2 { font-size: 54px; padding-left: 20px; padding-right: 20px; }
.everest-wrapper h3 { font-size: 35px; }
.everest-wrapper h4 { font-size: 25px; }
.everest-wrapper h5 { font-family: CenturyGothicPro, Helvetica, sans-serif; font-size: 18px; font-weight: 300; margin-top: 0; }

.everest-wrapper a {
    color: #f26522;
    text-decoration: none;
}
.everest-wrapper a:hover { }

/* UTILITY CLASSES */
.sm-hidden { display: none; }
@media screen and (min-width: 768px) {
    .sm-hidden { display: inline-block; }
}

.vert-container { position: relative; }
.vert-centered {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.block {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #ffffff;
}

/* SECTIONS */

.header-bg { background-color: #f1f2f2; }
.everest-wrapper header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.15+94 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 94%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(94%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 94%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 94%,rgba(0,0,0,0.15) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 94%,rgba(0,0,0,0.15) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 94%,rgba(0,0,0,0.15) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.everest-wrapper h1 {
    margin: 0;
    font-size: 90px;
    text-indent: -9999px;
    background: url("../../images/tumblr/cordfail-header_mob.png") no-repeat center;
    background-size: 95%;
}

.links { text-align: center; }
.links li { padding: 0 10px 0 0; }
.links li a {
    font-family: CenturyGothicPro, Helvetica, sans-serif;
    color: #000;
    font-size: 19px;
    text-decoration: none;
}
.links li a:hover { color: #f26522; }
.top h3 {
    margin: 20px auto;
    padding: 20px 10px;
    background-color: #f1f2f2;
    font-size: 27px;
    line-height: 35px;
}

.video-description {
    background-color: #f1f2f2;
    padding: 10px 20px;
    text-align: center;
}

.video-description hr {
    width: 60%;
    margin: 30px auto;
}

.video-description h5 {
    font-size: 17px;
}
.video-description h5.orange{
    color: #f26522;
}

/*.hte { padding-left: 65px; padding-right: 65px; }*/
.hte h3 { margin-bottom: 22px; }
.steps {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.step h4 {
    margin: 5px auto;
    text-align: left;
}
.hte .step p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 19px;
}
.arrow {
    text-indent: -9999px;
    background: url("../../images/tumblr/cordfail-arrow-down.png") no-repeat left;
    background-size: auto 95%;
}

@media screen and (max-width: 767px) {
    .win-container .partner { margin: 0 auto; }
    .win-container .partner img.pure-img {
        margin: 0 auto;
        max-width: 250px;
        width: 100%;
    }
}
@media screen and (max-width: 838px) {
    .arrow {
        background-position: center;
    }
}
.hte .details { padding-top: 16px; }
.everest-wrapper .hte .details p {
    font-size: 12px;
    line-height: 17px;
}

.win h5 { margin-bottom: 10px; }
.win-container {
    border: 1px solid #ccc;
    padding: 10px;
    background: url("../../images/tumblr/cordfail-bg-earbuds.png") no-repeat;
    background-position: 97% bottom;
    background-size: 19%;
}
.partner {
    padding: 0 20px 0;
    position: relative;
}

.win h4 { color: #6d6e71; }

.social { padding-left: 40px; padding-right: 40px; }
.social h4 {
    line-height: 1.25;
    text-align: left;
}
.social-icons {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}
.social-icons li { margin-right: 2px; }
.social-icon {
    display: inline-block;
    margin: 0 2.5px;
    width: 22px;
    height: 22px;
}
.social-icon:first-child { margin-left: 0; }

.wireless {
    background: url("../../images/tumblr/cordfail-wireless-bg.jpg") no-repeat center;
    background-size: cover;
    -ms-behavior: url(../../js/tumblr/backgroundsize.min.htc);
}
.wireless .vert-centered {
    position: initial;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
    transform: none;
}
.wireless img { margin: 0 auto; }
.wireless img.bestbuy { margin-top: 20px; width: 160px; }
.wireless .title {
    text-align: left;
    line-height: 1.25;
    font-size: 15px;
}
.link { font-family: CenturyGothicPro-Bold; }

.commercial h4 {
    margin-top: 0;
    text-align: left;
}
.commercial .side { margin-top: 20px; padding-left: 30px; padding-right: 30px; }
.commercial p { max-width: 300px; }
.tags {
    font-family: CenturyGothicPro-Bold;
    color: #939598;
}

.everest-wrapper .footer.block {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #000;
    background-color: transparent;
    text-align: center;
}
.everest-wrapper .footer-container {
    padding-top: 0;
    min-height: 40px;
}
.everest-wrapper .footer h5, .everest-wrapper .footer ul {
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.everest-wrapper .footer ul {
    margin: 10px auto;
    display: block;
}
.everest-wrapper .footer p {
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
}

/* MEDIA QUERIES */

@media screen and (max-width: 320px) {
    .links li.pure-menu-item { display: block; }
    .wireless .vert-centered { position: relative; top: 0; left: 0; }
}

@media screen and (min-width: 568px) {
    .everest-wrapper h1 { font-size: 120px; }

    .win-container {
        padding-bottom: 20px;
        background-size: 15%;
    }
}

@media screen and (max-width: 767px) {
    .everest-wrapper h2 {
        font-size: 21px;
        padding-left: 0;
        padding-right: 0;
    }

    .top h3 {
        padding: 10px 5px;
        font-size: 19px;
        line-height: 22px;
    }

    .everest-wrapper h3 {
        font-size: 28px;
        line-height: 28px;
        margin: 12px 0;
    }

    .everest-wrapper h4 { font-size: 18px; }

    .win h4 {
        padding-right: 70px;
    }

    .everest-wrapper h5 { font-size: 13px; }

    .hte, .hte h4 { text-align: center; }

    .links { text-align: center; }
    .links li { padding: 0 5px;}
    .links li a {
        padding: 0;
        font-size: 16px;
    }
    .steps { padding-bottom: 16px; }

}

@media screen and (min-width: 768px) {
    .everest-wrapper h1 {
        min-height: 185px;
        padding: 12px;
        background: url("../../images/tumblr/cordfail-header.png") no-repeat center 55%;
        background-size: 100%;
    }

    .hte { padding-left: 65px; padding-right: 65px; }
    .hte .step p { margin-bottom: 1em; }
    .links li { padding: 0 20px; margin: 10px auto; }

    .arrow {
        background: url("../../images/tumblr/cordfail-arrow-right.png") no-repeat center;
        height: 140px;
    }
    .win-container {
        padding: 10px 40px;
        background-position: 97% bottom;
        background-size: 15%;
    }
    .win h4 { padding-right: 20px; }
    .win h2 { font-size: 38px; }
    .social h4 { margin-top: -5px; margin-bottom: 0; }

    .wireless .vert-container { min-height: 400px; }
    .wireless .vert-centered {
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .wireless hr {
        width: 90%;
        margin-left: 0;
    }

    .wireless img.vert-centered {
        max-width: 90%;
    }
    .commercial .side { margin-top: 0; }

    .everest-wrapper .footer ul {
        margin: 0 5px;
        display: inline-block;
        position: relative;
        top: -4px;
    }

    .submit ul.social-icons {
        bottom: 0;
        padding-bottom: 0;
    }

    .submit { position: relative; }
}

@media screen and (max-width: 768px) {
    .commercial h4 { font-size: 18px; }
    .win h2 { font-size: 36px; }
}


@media screen and (min-width: 1024px) {
    body { background: url("../../images/tumblr/cordfail_bg.png") top center no-repeat #f1f2f2; }
    .win h4 { padding-right: 0; }
    .top h3 { padding: 20px 60px; }
    .video-description { padding: 24px 40px 25px; max-height: 356px; }
}

/* FONTS */
.CenturyGothicPro-Bold {
    font-family: CenturyGothicPro-Bold;
    font-weight: normal;
    font-style: normal;
}
.CenturyGothicPro {
    font-family: CenturyGothicPro;
    font-weight: normal;
    font-style: normal;
}
.CenturyGothicPro-BoldItalic {
    font-family: CenturyGothicPro-BoldItalic;
    font-weight: normal;
    font-style: normal;
}
.CenturyGothicPro-Italic {
    font-family: CenturyGothicPro-Italic;
    font-weight: normal;
    font-style: normal;
}

/* SPRITES */
.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(../../images/tumblr/cordfail-ss.png);}

.facebook {width:25px; height:25px; background-position: -2px -2px}
.googleplus {width:25px; height:25px; background-position: -29px -2px}
.instagram {width:25px; height:25px; background-position: -56px -2px}
.pinterest {width:25px; height:25px; background-position: -83px -2px}
.twitter {width:25px; height:25px; background-position: -110px -2px}
.vine {width:25px; height:25px; background-position: -137px -2px}
.youtube {width:25px; height:25px; background-position: -164px -2px}
