@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}


/* VERITY CUSTOM BODY IMAGES */


h2 {
    font-size: 26px; 
    margin-bottom: 5px
}

a {
    color: #FF7700
}

a:hover {
    color: ##FF7700
}

.btn-darkgray {
    background-color: #666;
    color: #fff
}

.btn-darkgray:hover,
.btn-darkgray:focus {
    background-color: #999;
    color: #fff
}

.btn-darkgray:active {
    background-color: #777!important;
    color: #fff!important
}

.btn-darkgray[disabled] {
    background-color: #ccc;
    border-color: transparent
}

.btn-darkgray[disabled]:hover {
    background-color: #ccc;
    border-color: transparent
}

.video-module-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section video {
    width: 100%;
    display: block;
    margin: 0
}

.headline-shadow {
    text-shadow: 0 0 15px rgba(0, 0, 0, .4)
}

.subhead-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

@media only screen and (min-width:320px) and (max-width:991px) {
    a.btn.btn-pink {
        padding: 6px 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    a.btn.btn-pink {
        margin-top: 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .15)
    }
}

@media only screen and (min-width:992px) {
    a.btn.btn-pink {
        margin-top: 15px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .2)
    }
}

/* .row {
    display:inline-block !important;
} */

.row:before{
    content:"" !important;
    display: none;
}

.featured-products .row {
    margin-top: 30px;
}

.featured-products .row div {
    text-align: center
}

.featured-products a img.product-hover {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.featured-products a:hover img.product-hover {
    -webkit-backface-visibility: hidden;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15))
}

.featured-products h2 {
    text-align: left;
    margin: 0;
    padding: 35% 0
}

.featured-products p {
    font-size: 9pt;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.25px;
    margin-top: 15px;
    line-height: 11pt;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.featured-products a:hover p {
    color: #000
}

@media only screen and (min-width:992px) {
    .lifestyle-hover {
        overflow: hidden
    }
    .lifestyle-hover a {
        overflow: hidden;
        text-decoration: none;
        display: block
    }
    .lifestyle-hover a img,
    .lifestyle-hover p {
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor
    }
    .lifestyle-hover a:hover img {
        -webkit-transform: translateZ(0) scale(1.1, 1.1);
        -moz-transform: translateZ(0) scale(1.1, 1.1);
        -o-transform: translateZ(0) scale(1.1, 1.1);
        transform: translateZ(0) scale(1.1, 1.1)
    }
    .lifestyle-hover:hover p {
        color: #000
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .featured-products .row:nth-child(2) div:nth-child(1),
    .featured-products .row:nth-child(2) div:nth-child(2) {
        margin-bottom: 20px
    }
    .featured-products h2 {
        font-size: 21px
    }
}

@media only screen and (max-width:767px) {
    section.featured-products {
        margin-top: 15px;
        padding: 0
    }
    .featured-products .row:nth-child(2) div:nth-child(1),
    .featured-products .row:nth-child(2) div:nth-child(2) {
        margin-bottom: 10px
    }
    .featured-products .row {
        margin: 15px 0
    }
    .featured-products p {
        margin-top: 5px;
        font-size: 7pt
    }
}

@media only screen and (max-width:320px) {
    .featured-products p {
        line-height: 14px
    }
}

.container-hp-full {
    width: 100%;
    padding: 30px 60px
}

@media only screen and (max-width:767px) {
    .container-hp-full {
        width: 100%;
        padding: 30px
    }
}

@media only screen and (min-width:1600px) {
    .container-hp-full {
        width: 100%;
        padding: 60px 120px
    }
}

.home-hero-container,
.home-module {
    position: relative;
    color: #fff;
    margin: 0
}

.home-hero-left,
.home-hero-right,
.home-hero-center {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%)
}

.home-module-left,
.home-module-right,
.home-module-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-hero-right,
.home-module-right {
    text-align: left;
    right: 60px;
    width: 30%
}

.home-hero-left,
.home-module-left {
    text-align: left;
    left: 60px;
    width: 30%
}

.home-hero-center,
.home-module-center {
    width: 100%;
    text-align: center
}

@media only screen and (max-width:767px) {
    .home-hero-left,
    .home-hero-right,
    .home-hero-center {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        top: initial;
        left: initial;
        right: initial;
        bottom: 0;
        position: absolute;
        background-color: transparent;
        padding: 1px 0 30px;
        width: 100%;
        text-align: center;
        display: block;
        float: none;
        padding: 0 15px 30px
    }
    .home-module {
        margin-bottom: 15px
    }
    .home-module-left,
    .home-module-right,
    .home-module-center {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        top: initial;
        left: initial;
        right: initial;
        position: relative;
        background-color: #f3f3f3;
        color: #666;
        padding: 1px 0 30px;
        width: 100%;
        text-align: center;
        display: block;
        float: none
    }
    .home-module h2 {
        color: #000;
        padding-left: 10px;
        padding-right: 10px
    }
    .home-module p {
        margin-bottom: 15px;
        line-height: 12pt;
        padding: 0 20px
    }
    .video-module-container {
        position: relative
    }
}

@media only screen and (max-width:320px) {
    .home-hero-left,
    .home-hero-right,
    .home-hero-center {
        padding: 0 5px 15px
    }
    .home-hero-left h2,
    .home-hero-right h2,
    .home-hero-center h2 {
        font-size: 21px
    }
    .home-module h2,
    .home-module h3,
    .home-module h4 {
        font-size: 21px
    }
    .home-hero-container p {
        line-height: 16px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .home-hero-left,
    .home-hero-right,
    .home-hero-center {
        padding: 0 60px 30px
    }
    .home-hero-left h2,
    .home-hero-right h2,
    .home-hero-center h2 {
        font-size: 30px
    }
    .home-module h2,
    .home-module h3,
    .home-module h4 {
        font-size: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-hero-left h2,
    .home-hero-right h2,
    .home-hero-center h2 {
        font-size: 21px
    }
    .home-module h2,
    .home-module h3,
    .home-module h4 {
        font-size: 21px
    }
    .home-module p,
    .home-hero-container p {
        line-height: 14pt
    }
}

@media only screen and (min-width:768px) {
    .ips-style {
        text-transform: none;
        font-family: 'againts', 'Gotham SSm A', 'Gotham SSm B', sans-serif;
        letter-spacing: 1.5px;
        font-size: 200%;
        line-height: 1.1;
        font-weight: 100;
        text-rendering: geometricPrecision
    }
    .ips-style:last-child {
        margin-left: 30px
    }
    .module-heading-dark {
        color: #222
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .home-module h2,
    .home-module h3,
    .home-module h4 {
        font-size: 28px
    }
    .featured-products h2 {
        font-size: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .home-hero-left h2,
    .home-hero-right h2,
    .home-hero-center h2 {
        font-size: 32px
    }
    .home-module h2,
    .home-module h3,
    .home-module h4 {
        font-size: 36px
    }
}

@media only screen and (min-width:1600px) {
    #homeHero {
        height: 780px;
        overflow: hidden
    }
    #homeHero img {
        margin-top: -7%
    }
    .home-hero-left h2,
    .home-hero-right h2,
    .home-hero-center h2 {
        font-size: 45px
    }
    .home-module h2,
    .home-module h3,
    .home-module h4 {
        font-size: 45px
    }
    .home-hero-left,
    .home-module-left {
        left: 120px
    }
    .home-hero-right,
    .home-module-right {
        right: 120px
    }
    .home-hero-left p,
    .home-hero-right p,
    .home-hero-center p,
    .home-module p {
        font-size: 12pt
    }
}

@media only screen and (min-width:1430px) and (max-width:1599px) {
    #homeHero {
        height: 700px;
        overflow: hidden
    }
}

@media only screen and (min-width:2100px) {
    #homeHero {
        height: 1080px;
        overflow: hidden
    }
    .container-hp-full {
        width: 100%;
        padding: 60px 180px
    }
    .home-hero-left,
    .home-module-left {
        left: 180px
    }
    .home-hero-right,
    .home-module-right {
        right: 180px
    }
}

.blog-feed {
    background-color: #f4f4f4
}

.blog-feed .row {
    margin-top: 30px
}

.blog-snippet {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 15px;
    position: relative
}

.blog-snippet p {
    line-height: 150%
}

.blog-snippet a {
    color: #FF7700;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    line-height: 130%
}

.blog-snippet a:hover {
    color: ##FF7700
}

.blog-snippet a.read-full-post {
    font-size: 9pt;
    text-align: right;
    position: absolute;
    bottom: 15px;
    font-weight: 300;
    right: 15px;
    margin: 0
}

.blog-snippet small {
    font-size: 75%;
    color: #999
}

.blog-feed a.btn {
    float: right
}

.blog-snippet-container {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .blog-feed {
        padding: 30px;
        background-color: #fff
    }
    .blog-snippet-container {
        margin-bottom: 20px
    }
    .blog-snippet-container:last-child {
        display: none
    }
    .blog-snippet-container:nth-last-child(2) {
        margin-bottom: 30px
    }
    .blog-snippet {
        min-height: 220px
    }
    .blog-feed a.btn {
        margin: 0 auto;
        width: auto;
        display: block;
        float: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-feed h3 {
        font-size: 26px
    }
    .blog-snippet {
        min-height: 180px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-feed h3 {
        font-size: 21px
    }
    .blog-snippet {
        min-height: 235px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-feed h3 {
        font-size: 28px
    }
    .blog-snippet {
        min-height: 260px
    }
    .blog-snippet-container:last-child {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .blog-feed h3 {
        font-size: 30px
    }
    .blog-snippet {
        min-height: 255px
    }
    .blog-feed img {
        width: 100%
    }
}

@media only screen and (min-width:1600px) {
    .blog-snippet {
        min-height: 215px
    }
}

.instagram-feed .row div {
    margin-top: 30px;
    margin-bottom: 30px
}

.instagram-feed a:hover:after {
    visibility: visible;
    opacity: 1
}

.instagram-img a {
    width: 100%;
    background-color: #000;
    display: block
}

.instagram-img img {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
    width: 100%
}

.instagram-img a:hover img {
    opacity: .5
}

.instagram-img a:hover:before {
    content: "\f00e";
    font-family: 'FontAwesome';
    position: absolute;
    top: 43%;
    left: 0;
    color: #fff;
    font-size: 24pt;
    text-align: center;
    width: 100%
}

@media only screen and (max-width:767px) {
    .instagram-feed {
        padding: 0;
        margin-bottom: 15px
    }
    .instagram-feed h3 {
        text-align: center
    }
    .instagram-feed .pink-accent.left-pink:after {
        margin: 10px auto 20px
    }
    .instagram-feed .row {
        margin: 0 2px
    }
    .instagram-feed .row div {
        padding: 2px;
        margin: 0
    }
    .instagram-img a:hover:before {
        content: "\f00e";
        font-family: 'FontAwesome';
        position: absolute;
        top: 40%;
        left: 0;
        color: #fff;
        font-size: 16pt;
        text-align: center;
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .instagram-feed h3 {
        font-size: 21px
    }
    .instagram-feed .row div {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px
    }
    .instagram-feed .row {
        padding: 10px
    }
}

@media only screen and (min-width:992px) {
    .instagram-feed h3 {
        font-size: 28px
    }
    .instagram-img:last-child {
        display: none
    }
    .instagram-feed .row div {
        margin-top: 30px;
        margin-bottom: 0
    }
    .instagram-feed .row {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1200px) {
    .instagram-feed h3 {
        font-size: 30px
    }
    .instagram-feed img {
        width: 100%
    }
}

section.category-info {
    background-color: #eee;
    text-align: center
}

#longDescription {
    max-width: 700px;
    margin: 0 auto
}

section.category-info a.read-more-link {
    font-size: 9pt;
    font-weight: 500;
    color: #888;
    text-decoration: none!important
}

.pink-accent:after {
    content: "";
    position: relative;
    width: 40px;
    background-color: #FF7700;
    height: 6px;
    display: block;
    margin: 10px auto 0
}

.pink-accent.left-pink:after {
    margin: 10px 0 0 0
}

@media only screen and (max-width:767px) {
    section.category-info h3.pink-accent:after {
        margin: 10px 0 20px 0
    }
    section.category-info h3 {
        text-align: left
    }
    #longDescription {
        font-size: 8pt;
        text-align: left
    }
}

.store-locator-img img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.0, 1.0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.store-locator:hover img {
    transform: scale(1.25, 1.25)
}

@media only screen and (min-width:992px) and (max-width:1799px) {
    .store-locator-img img {
        margin-left: -50%
    }
    a.store-locator,
    .contact-phone {
        height: 217px
    }
}

.dealers-distribution {
    font-size: 14px;    
    font-weight: 200; 
    color: darkslategray;
}

.dealers-info {
    font-size: 14px;
    font-weight: 200; 
    color: gray;
}

.dealers-name {
    font-size: 35px;
}

.dealer-line {
    line-height: 18px;
}

.anti-margin {
    margin-bottom: -20px;
}

/* Banner Text Classes */
.banner-text {
    color: white; 
    font-weight: 600; 
    margin-bottom: 100px;
}

@media (min-width: 1100px) {
    .banner-text {
        font-size: 120px;
    }
}

@media (max-width: 1100px) {
    .banner-text {
        font-size: 100px;
    }
}

@media (max-width: 850px) {
    .banner-text {
        font-size: 75px;
    }
}

@media (max-width: 600px) {
    .banner-text {
        font-size: 60px;
    }
}


.banner-img {
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed;
}

.banner-padding { 
    margin-top: -80px; 
    margin-bottom: -85px;
}

@media (min-width: 1100px) {
    .banner-padding {
        padding-top: 270px; 
        padding-bottom: 210px;
    }
}

@media (max-width: 1100px) {
    .banner-padding {
        padding-top: 235px; 
        padding-bottom: 175px;
    }
}

@media (max-width: 850px) {
    .banner-padding {
        padding-top: 200px; 
        padding-bottom: 140px;
    }
}

@media (max-width: 600px) {
    .banner-padding {
        padding-top: 165px; 
        padding-bottom: 105px;
    }
}