/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
@font-face {
    font-family: 'medium_ll_ttregular';
    src: url(../fonts/mediumlltt-regular-webfont.woff2) format('woff2'),
         url(../fonts/mediumlltt-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'medium_ll_ttsemibold';
    src: url(../fonts/mediumlltt-semibold-webfont.woff2) format('woff2'),
         url(../fonts/mediumlltt-semibold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'abc_arizona_serifregular';
    src: url('../fonts/abcarizonaserif-regular-webfont.woff2') format('woff2'),
         url('../fonts/abcarizonaserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'medium_ll_ttregular', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    overflow-x: hidden;
}
body.locked {
    overflow: hidden;
}
h1, h2, h3, h4, h5, p {
    font-family: 'medium_ll_ttregular', sans-serif;
}
h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin-top: 8%;
    line-height: 55px;
}
h2 {
    font-size: 5.125rem;
    color: black;
    font-weight: 400;
}
h2 .fixit {
    font-family: serif;
}
h3 {
    font-size: 24px;
    color: black;
    font-weight: 400;
}
p {
    font-weight: 500;
}
img {
    width: 100%;
}
.disappear {
    display: none;
}
button.yellowdog {
    font-family: 'medium_ll_ttsemibold';
    font-weight: 600;
    font-size: 16px;
    color: black;
    padding: 13px 23px;
    background-color: #FFEF00;
    border-radius: 4px;
    border: 1px solid #FFEF00;
    width: 216px;
}
/*a:hover button.yellowdog {
    background-color: #f9f4a5;
    border: 1px solid #f9f4a5;
}*/
header {
    padding: 20px 3.125rem;
    border-bottom: 1px solid #D1D1D1;
}
header img {
    max-width: 105px;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 3.125rem;
    background-color: #F1F1F1;
    
}
body .container .col-md-4, body .container .col-md-5 {
    padding-top: 5%;
}
.container .row{
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
.container.hero {
    background: #e7e6eb;
    padding: 0;
}
.mini {
    padding: 10px;
    padding-left: 4.5rem;
}
.container.gear {
    background: url("../img/pax-desktop-optimized.gif");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
.container.gear h2, .container.gear h3 {
    color: white;
}
.container.era {
    display: none;
    background: url("../img/pax-era.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
.container.beanie {
    background: url("../img/pax-beanie.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}
.container.beanie h2, .container.beanie h3 {
    color: white;
}
.container.reviews {
    background: white;
    color: black;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
}
.container.reviews h4 {
    font-weight: 600;
    font-size: 25px;
}
.container.reviews h5 {

}
.container.reviews p.copyq {
    font-family: "abc_arizona_serifregular", serif;
    font-weight: 400;
    font-size: 39px;
}
.container.reviews .qmarks img {
    max-width: 30px;
}
.flexslider {
    background: transparent;
    border: none;
}
.flexslider ul li h4, .flexslider ul li p {
    padding-left: 15%;
    padding-right: 15%;
}
.flex-control-nav {
    width: 100%;
    position: relative;
}
.flex-control-nav li {
   
}
.flex-control-paging li a {
    border: 1px solid black;
    background: transparent;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: #A20000;
    border: 1px solid #A20000;
}
.flex-control-paging li a.flex-active {
    background: #A20000;
    border: 1px solid #A20000;
}
.flex-direction-nav a {
    opacity: 1;
}
.flex-direction-nav a:before {
    content: '';
}
.flex-direction-nav a.flex-next:before {
    content: '';
}
.flex-direction-nav .flex-prev {
    background-image: url("../img/pax-arrow-prev.png");
    background-repeat: no-repeat;
    left: 0;
}
.flex-direction-nav .flex-next {
    background-image: url("../img/pax-arrow-next.png");
    background-repeat: no-repeat;
    right: 0;
}
footer.col-lg-12 {
    width: 100%;
    padding: 40px 3.125rem;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
}
footer img {
    max-width: 105px;
}
footer row {
    display: flex;
}
footer .footcta {
    text-align: right;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 1650px) {
    
}

@media (max-width: 1350px) {
    h2 {
        font-size: 50px;
    }
}

@media (max-width: 1150px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    h2 {
        font-size: 5.125rem;
    }
    h3 {
        font-size: 20px;
    }
    header {
        text-align: center;
    }
    body .container {
        padding: 5%;
        width: 100%;
    }
    .container.hero {
        display: none;
    }
    .container.hero.mobile.disappear {
        display: block;
    }
    .container.txt-mini.mobile.disappear {
        display: block;
        text-align: center;
    }
    .container.txt-mini.mobile h2 {
        margin-top: 0;
    }
    .container.gear {
        display: none;
    }
    .container.green.mobile.disappear {
        display: block;
        background: url("../img/pax-mobile-optimized.gif");
        background-size: cover;
        text-align: center;
        color: white;
    }
    .container.green.mobile h2, .container.green.mobile h3 {
        color: white;
    }
    .container.green.mobile h2 {
        margin-bottom: 20px;
    }
    .container.green.mobile h3 {
        margin-top: 0;
    }
    .mini {
        padding-left: 0;
        padding: 0;
    }
    .container.era .mini {
        text-align: center;
    }
    .container.era img#cigs-blank {
        display: none;
    }
    .container.era img#cigs-live.disappear {
        display: block;
    }
    .container.beanie {
        background: url("../img/pax-mobile-bean.jpg");
        background-size: cover;
        text-align: center;
    }
    .container.reviews p.copyq {
        font-size: 29px;
        line-height: 34px;
    }
    .flexslider {
        margin-bottom: 20px;
    }
    .flex-direction-nav a {
        height: 26px;
        width: 26px;
    }
    .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
        background-size: 80%;
    }
    footer row.desktop {
        display: none;
    }
    footer row.mobile {
        display: block;
        text-align: center;
    }
    footer row.mobile img {
        display: block;
        margin: 0 auto;
    }
    footer row.mobile button {
        margin-top: 25px;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  