/* Import other css files */
@import url(clearfix.css);

/* Import necessary fonts from google-fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Stardos+Stencil:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body { background:#FFF; color: #000; margin:0; padding:0; font-family:'Source Sans Pro', sans-serif; font-size:16px; font-weight:400; }

a,img { border:0; }
a{ text-decoration: none; display: block; color: #000;}

.left { float:left; }
.right { float:right; }
.bold { font-weight:bold; }
.blue { color:#0099cc; }
.black { color:#000; }
.stencil { font-family:'Stardos Stencil', cursive; }
.bigger { font-size:22px; }

.errorMessage { font-size:14px; color:#cc0000; background-color: #ffbaba;text-align: center;padding: 10px 0;}
.successMessage { font-size:14px; color:#08a600; background-color: #c9ffba; text-align: center;padding: 10px 0; position:fixed; top:0; left:0; width:100%; z-index:99; }

.not-uppercase{
    text-transform: none;
}

.innerContent {
    width:1180px;
    margin:0 auto;
    display:block;
    position:relative;
}

.newsletter-intro {
    border-top: 4px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f1f1f;
    color: #fff;
    padding: 1.5625rem 1.25rem;
    box-sizing: border-box;
    text-align: center;
}

.newsletter-intro .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-intro .intro-msg {
    font-size: 1.125rem;
    margin: 0 1.5625rem;
    line-height: 1.5625rem;
}

.newsletter-intro #newsletter {
    float: none;
    margin: 0;
}

.newsletter-intro #newsletter p {
    display: none;
    position: absolute;
    bottom: -12px;
    font-size: 14px;
}

/* 'POPUP
--- ---- ---- --- ----- */

#curtain {
    width: 100vw;
    min-height: 100vh;
    height:auto;
    background: rgba(0,0,0,0.7);
    z-index: 199;
    position: fixed;
    top:0;
    left:0;
}

.curtainContainer {
    width: 80vw;
    height: 90vh;
    z-index: 255;
    background-color: #FFF;
    color: #000;
    position: fixed;
    top: 5vh;
    right: -105vw;
    overflow-y: scroll;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 1024px;
    height: auto;
    padding: 1em;
    
    display: flex;
    align-items: center;
}

.popup .textcontainer {
    text-align: center;
    width: 100%;
    padding-left: 1em;
}

.popup .textcontainer strong { text-transform: uppercase; }

.popup .textcontainer ul li {
    padding: 0 0 0.5em;
    font-size: 1.125em;
}

/* Jeans Jeans Jeans Base
***************************/
hr {
    width: 330px;
    text-align: center;
    margin: auto;
}

h2 {
    font-weight: 400;
}

h3.title {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;  
    margin-bottom: 0;
}

h4.subtitle {
    font-weight: 400;
    text-align: center;
}

.bcg {
    min-width: 1180px;
    width: 100%;
}

/* Header
**************/

#header {
    background: url(../images/header_bcg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-width: 1180px;
    z-index: 9;
}

#navBcg {
    height: 140px;
    width: 100%;
    background: #FFF;
    position: fixed;
    display: none;
    z-index: 21;
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

#header #headerFacebook {
    position: absolute;
    bottom: 40px;
    right: 170px;
}

#header nav {
    position: absolute;
    bottom: 40px;
    left: 240px;
}

#header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header nav ul li {
    float: left;
    border-right: 1px solid #000;
    padding: 0 15px;
}

#header nav ul li:last-child {
    border: none;
}

#header nav ul li a, #footer #footerNav li a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFF;
}

#header nav ul li a:hover, #footer #footerNav li a:hover {
    border-bottom: 2px solid #2d4078;
}

#menu { position: relative; }

#header a#openBtn {
    display: block;
    color: black;
    padding: 15px;
    background: #FFF;
    margin-top: 50px;
    position: fixed;
    right: 100px;
    z-index: 20;
    -moz-box-shadow: 0 1px 10px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 10px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 10px 2px rgba(0,0,0,0.5);
}

#header a#closeBtn {
    display: block;
    color: white;
    padding: 16px;
    background: #000;
    margin-top: 50px;   
    position: fixed;
    right: 100px;
}

#header #jeansText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

/* Jeans Jeans Jeans
*********************/

#jeansSection h1 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px auto 0;
    font-weight: 400;
}

#jeansSection h2 {
    font-size: 18px;
    text-align: center;
}

#jeansSection p#jeansP1 {
    padding: 50px 0;
    text-align: center;
    line-height: 24px;
}

#jeansSection #gallery {
    position: relative;
}

#jeansSection #gallery #carousel {
    padding: 0;
    list-style: none;
}

#jeansSection #gallery #carousel li {
    margin: 0 6px;
    float: left;
}

#jeansSection #gallery #carousel li img {
    margin: 10px 0;
    border: 1px solid #000;
}

.caroufredsel_wrapper {
    margin: 0 auto !important;
}

#jeansSection #gallery a.prev {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    color: #000;
}

#jeansSection #gallery a.next {
    display: block;
    position: absolute;
    top: 50%;
    right: 0; 
    color: #000;
}

#jeansSection .freeArticles {
    margin-top: 100px;
    width: 570px;
    text-align: center;
}

#jeansSection .freeArticles h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;  
    margin-bottom: 10px;
}

/* Hover Effect */


    .grid {
        position: relative;
        margin: 0 auto;
        padding: 1em 0 4em;
        max-width: 1000px;
        list-style: none;
        text-align: center;
    }

    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow:hidden;
    }

    .grid figure figcaption::before,
    .grid figure figcaption::after {
        pointer-events: none;
    }

    .grid figure figcaption,
    .grid figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    figure.effect-bubba {
        background: #111;
    }

    figure.effect-bubba img {
        height:574px;
        width: 574px;
        opacity: 0.6;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        overflow:hidden;
    }

    figure.effect-bubba:hover img {
        opacity: 1;
        overflow: hidden;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 3px solid #fff;
        border-left: 3px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/* Articles
**************/
#articles {
    text-align: center;
    margin: 50px auto 0;
}

    /** Hover Effect **/

    .effects {
        text-align: center;
        margin: 100px 0 60px;
    }

    .effects .img {
        position: relative;
        overflow: hidden;
        margin: auto;
        width: 20%;
    }

    .effects .img img {
        display: block;
        margin: 0;
        padding: 0;
        max-width: 100%;
        height: auto;    
    }

    .effects .overlay {
        opacity:0;
        position: absolute;
        top: 0;
        left:0;
        right: 0;
        bottom: 0;
        z-index: 20;
        background: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: all 400ms;    
        width: 220px;
    }

    .effects .overlay a.expand {
        display: block;
        z-index: 100;
        width: 60px;
        height: 60px;
        border: solid 2px #fff;
        color: #fff;
        line-height: 60px;
        font-size: 30px;
        border-radius: 50px;
        margin: 50px auto;
    }

    .effects .overlay:hover {
        opacity: 1;
    }


/* Featured Video 
******************/

#featuredVideo h3 {
    margin-top: 80px;
}

#featuredVideo .innerContent div {
    margin: 50px auto 0;
    width: 575px;
    text-align: center;
}

#featuredVideo .innerContent div a {
    text-decoration: underline;
}

#featuredVideo .innerContent div p {
    margin-top: 30px;
}

/* Contact & Store Hours
************************/

#storeInfo {
    background: url(../images/folded_bcg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    min-width: 1180px;
    height: auto;
    margin-top: 50px;
}

.whiteBlock {
    display: block;
    height: 850px;
    width: 570px;
    background: #FFF;
    overflow: auto;
    margin: 25px 0;
}

#storeInfo .whiteBlock img {
    display: block;
    margin: 25px auto 0;
}

#storeInfo .whiteBlock p, #storeInfo .whiteBlock a {
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    padding: 1rem 0 0.5rem;
}

#storeInfo .whiteBlock p#telephone {
    font-size: 26px;
}

#storeInfo .whiteBlock #contact-click {
    display: table;
    margin: 0 auto;
}

#storeInfo .whiteBlock #contact-click a {
    margin-right: 5px;
    font-size: 18px; 
    text-decoration: underline;
}


/* Parking popup
****************/

#parking #constructionParking {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 16px 12px;
}

#parking #constructionParking .left { 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: calc(500px - 24px); 
}

#parking #constructionParking .left p {
    text-align: center;
    font-size: 22px;
}

#parking #header { background: none; height: auto; }
#parking #header #jeansText { display: none; }
#parking #navBcg { display: block; }
#parking #header a#closeBtn { display: none; }

#parkingContent {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

#parkingContent #parkingMap { position: relative; }

#parkingContent #parkingMap a#redClick {
    position: absolute;
    right: 315px;
    top: 145px;
    width: 50px;
    height: 50px;
}

#parkingContent #parkingMap a#brownClick {
    position: absolute;
    left: 271px;
    top: 107px;
    width: 50px;
    height: 50px;
}

#parkingContent #parkingMap a#jeansClick {
    position: absolute;
    left: 470px;
    top: 105px;
    width: 75px;
    height: 90px;
}

#parking #parkingContent #placeDetails { padding: 50px 30px; }

#parking #parkingContent #placeDetails #disclaimer {
    margin: 20px 0 0 70px;
    line-height: 10px;
}

#parking #parkingContent #placeDetails #disclaimer strong {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

#parking #parkingContent #placeDetails img#parkIcon { margin: 30px 10px 0 0; }

#parking #parkingContent #placeDetails .parkInfo {
    margin: 30px 0 0;
    width: 510px;
}

#parking #parkingContent #placeDetails .parkInfo p a { display: inline-block; text-transform: uppercase; }
#parking #parkingContent #placeDetails .parkInfo p a:hover { color: #2d4078; }

#parking #parkingContent #placeDetails .parkInfo img { margin-right: 40px; }

/*
#parkClose {
    position: absolute;
    right: 0;
    top: 40px;
    background: #000;
    color: #FFF;
    width: 45px;
    height: 45px;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
} */


.hemmingContainer {
    width: 80vw;
    height: 600px;
    z-index: 255;
    background-color: #FFF;
    color: #000;
    position: fixed;
    top: 10vh;
    right: -105vw;
    overflow-y: scroll;
}

.side-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.75rem auto;
}

.side-block.alt .text-container {
    margin: 0 3.125rem 0 0;
}

.side-block .text-container {
    margin-left: 3.125rem;
    width: 50%;
}

.side-block .text-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-block .img-container {
    width: 50%;
}

.side-block .img-container img {
    display: block;
    margin: 0 auto;
}

.side-block .prices p {
    margin: 1.25rem 0 .5rem;
}

.side-block table {
    text-align: left;
    margin: 1rem 0 2rem;
}

.side-block table th {
    border: 1px solid #000;
    width: 40%;
    padding: .5rem;
    text-transform: uppercase;
}

.side-block table th:last-child {
    border-left: none;
    width: 60%;
}

.side-block table td {
    border: 1px solid #000;
    border-top: none;
    padding: .5rem;
}

.side-block table td:last-child {
    border-left: none;
}

.flex-start {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.parking-map .parkInfo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 2.5rem);
    padding: 0 1.25rem;
}

.parking-map .parkInfo img {
    display: block;
    margin-right: 1rem;
}

.parking-map .parkInfo br {
    display: none;
}

.parking-map strong {
    display: block;
}

#disclaimer {
    margin-left: 64px;
}

#parkingMap img {
    display: block;
    width: 100%;
}

.cta {
    display: inline-block;
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

/* HEMMING POPUP
****************/

#hemmingService {
    width: 880px;
    margin: auto;
    font-size: 16px;
}

#hemmingService img {
    margin: 60px 0 20px;
}

#hemmingService h3 {
    text-align: left;
    border-bottom: 1px solid black;
}

#hemmingService .hemmingContent {
    margin-top: 50px;
}

.hemTitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

#hemmingService .hemmingContent div.prices {
    margin: 35px 0 0;
}

#hemmingService .hemmingContent em {
    display: block;
    margin: 25px 0;
}
/* Footer
***********/

#footer .innerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer {
    height: 250px;
    width: 100%;
    background: url(../images/footer/footer_bcg.jpg) no-repeat center center;
    background-size: cover;
    font-size: 14px;
}

#footer img#footerLogo {
    margin-top: 70px;
    float: left;
}

#footer #footerNav {
    margin-top: 50px;
    font-size: 18px;
    text-transform: uppercase;
}

#footer #footerNav ul {
    list-style: none;
}

#footer #footerNav ul li {
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #000;
}

#footer #footerNav ul li:last-child { border: none; }

#footer #footerNav ul li a {
    font-weight: bold;
}

#footer #footerNav img#footerFacebook {
    margin-top: 5px;
}

#newsletter, #ft-newsletter {
    margin-left: 150px;
    height: 50px;
}

#newsletter input#subscribe, #ft-subscribe {
    width: 300px;
    height: 44px;
    border: 1px solid #000;
    text-align: right;
    color: #2d4078;
    font-size: 18px;
    padding-right: 20px;
}

#goBtn  {
    height: 48px;
    width: 48px;
    background: #000;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#footer #payment img {
    float: left;
    margin: 0 5px;
}

#footer #badge a {
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    font-size: 14px;
}

#footer #badge a span {
    font-size: 18px;
    font-weight: bold;
}

#footer p#errorMsg, #ft-errorMsg {
    margin: 0;
    display: none;
    color: #FA0009;
    font-size: 14px;
}