﻿@charset "UTF-8";

html {
    height: 100%;
}

body {
    font-family: 'proxima-nova', sans-serif;
    background-color: #f0f0f0;
    color: #6d6e71;
    height: 100%;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h1, .h1 {
    margin-top: 30px;
    text-align: center;
    color: #ffffff;
}

h2, .h2 {
    text-align: center;
    color: #6d6e71;
    font-size: 24px;
    line-height: 30px;
}

p, .trends-2017 li {
    color: #6d6e71;
    font-size: 16px;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 40px;
    }
}

h1,
h2,
h3,
h4,
p,
i,
b,
a,
div.caption {
    visibility: hidden;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading p,
.wf-loading i,
.wf-loading b,
.wf-loading a,
.wf-loading div.caption {
    visibility: hidden;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active p,
.wf-active i,
.wf-active b,
.wf-active a,
.wf-active div.caption {
    visibility: visible;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
a:focus {
    outline: none;
}
section a.underline, section a.underline:active, section a.underline:visited {
    color: #6d6e70;
    text-decoration: none;
    border-bottom: 1px #6d6e70 solid;
    font-size: 16px;
}

    section a.underline:hover, section a.underline:active, section a.underline:focus {
        text-decoration: none;
        border-bottom: 1px #4c90cd solid;
        color: #4c90cd;
    }

.content-container {
    background-color: #fff;
    padding: 30px;
}

/*//////////////////////
    Landing Page
//////////////////////*/

.landing-page .header-block {
    padding-top: 50px;
    height: 200px;
    background-size: cover;
    background-position: center 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#trends-landing .landing-page .header-block {
    background-position: center center !important;
}


.landing-page .header-block h1 {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .landing-page .header-block {
        padding-top: 60px;
        height: inherit;
    }
}

@media (min-width: 768px) {
    .landing-page .header-block {
        padding-top: 80px;
        height: 280px;
    }

    #trends-landing .header-block {
        background-position: center center !important;
    }

    .landing-page .header-block h1 {
        max-width: 600px;
        margin: auto;
        margin-top: 0px;
    }
}

.landing-page .content-wrap {
    background: #fff;
    margin: 30px 0;
    padding-left: 15px;
    padding-right: 15px;
}

    .landing-page .content-wrap h1 {
        text-align: center;
        color: #6d6e71;
        font-size: 24px;
        line-height: 30px;
        margin: 0 auto;
    }

.landing-page .steps {
    text-align: center;
    margin: 40px 0 0 0;
}

.landing-page .upload {
    border: 3px #6d6e71 dotted;
    min-height: 200px;
    width: 100%;
    margin-top: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
}

.landing-page .steps .step-icon {
    background: #4c90cd;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
}

.landing-page .steps p {
    color: #6d6e71;
    font-size: 16px;
    margin: 20px 0 10px;
}

.landing-page .content-wrap .landing-btn {
    border: 2px solid #6d6e71;
    border-radius: 50px;
    color: #6d6e71;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px auto 0;
    padding: 8px 0;
    font-size: 20px;
    text-align: center;
    max-width: 400px;
    display: block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .landing-page .content-wrap .landing-btn:hover {
        color: #ffffff;
        background: #6d6e71;
        text-decoration: none;
    }

@media screen and (max-width: 480px) {

    .landing-page #copy {
        min-width: 180px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .landing-page .header-block h1 {
        font-size: 30px;
    }
}


/*//////////////////////
    Pinterest Header
//////////////////////*/
#pinterest .header, #pin-board-results .header, #pin-results .header, #pin-detail .header {
    background-image: url(/Content/images/header-pins-into-palettes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    #pinterest .header h1, #pin-board-results .header h1, #pin-results .header h1, #pin-detail .header h1 {
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0;
        padding: 60px 0;
    }

    #pinterest .header .pin-tab, #pin-board-results .header .pin-tab, #pin-results .header .pin-tab, #pin-detail .header .pin-tab {
        float: left;
        width: 33.3333%;
        text-align: center;
        background: #f1f1f1;
        color: #6d6e71;
        text-transform: uppercase;
        padding: 14px 0;
        border-right: 1px solid #e0e0e1;
    }

        #pinterest .header .pin-tab:last-child, #pin-board-results .header .pin-tab:last-child, #pin-results .header .pin-tab:last-child, #pin-detail .header .pin-tab:last-child {
            border-right: none;
        }

        #pinterest .header .pin-tab .pin-tab-number, #pin-board-results .header .pin-tab .pin-tab-number, #pin-results .header .pin-tab .pin-tab-number, #pin-detail .header .pin-tab .pin-tab-number {
            border: 1px solid #6d6e71;
            border-radius: 50px;
            padding: 0 4px;
            margin: 0 10px 0 0;
            font-size: 12px;
            position: relative;
            top: -1px;
        }

        #pinterest .header .pin-tab.active, #pin-board-results .header .pin-tab.active, #pin-results .header .pin-tab.active, #pin-detail .header .pin-tab.active {
            background: #ffffff;
            color: #4c90cd;
        }

            #pinterest .header .pin-tab.active span, #pin-board-results .header .pin-tab.active span, #pin-results .header .pin-tab.active span, #pin-detail .header .pin-tab.active span {
                border-color: #4c90cd;
            }

@media screen and (max-width: 400px) {
    #pinterest .header .pin-tab .mobile-copy, #pin-board-results .header .pin-tab .mobile-copy, #pin-results .header .pin-tab .mobile-copy, #pin-detail .header .pin-tab .mobile-copy {
        display: none;
    }
}

#analyze-copy {
    text-align: center;
    padding-bottom: 20px;
}

    #analyze-copy h3 {
        color: #737477;
    }

/*//////////////////////
    Pin Nav
//////////////////////*/
.pin-nav-wrap {
    padding-bottom: 20px;
}

.pin-nav {
    color: #6d6e71;
    font-size: 16px;
    padding: 0;
    border: none;
    cursor: pointer;
}

    .pin-nav:hover {
        text-decoration: none;
        border: none;
        color: #4c90cd;
    }

/*//////////////////////
    Pinterest
//////////////////////*/
#pinterest {
    padding: 80px 0 40px;
    background: #f0f0f0;
}

    #pinterest .header #pin-tabs {
        display: none;
    }

    #pinterest #options .choose-wrap {
        background: #ffffff;
        text-align: center;
        margin: 40px 0 0 0;
        padding: 40px 20px;
    }

        #pinterest #options .choose-wrap h2 {
            color: #6d6e71;
        }

        #pinterest #options .choose-wrap p {
            color: #6d6e71;
            font-size: 16px;
            padding: 14px 0;
        }

        #pinterest #options .choose-wrap .choose-btn {
            border: 2px solid #6d6e71;
            border-radius: 50px;
            text-transform: uppercase;
            padding: 8px;
            width: 70%;
            margin: 0 auto;
            font-size: 16px;
            cursor: pointer;
        }

            #pinterest #options .choose-wrap .choose-btn:hover {
                background: #6d6e71;
                color: #ffffff;
            }

    #pinterest #selection {
        display: none;
    }

        #pinterest #selection .content-wrap {
            padding: 40px;
            background-color: #fff;
        }

#prev, #prev-hc {
    /* display: none; */
    font-size: 12px;
}

#pinterest #selection .content-wrap #loading {
    display: block;
    margin: 2% auto;
}

#pinterest #selection .board {
    /*padding: 10px;*/
    /*border: 1px solid #ccc;*/
    display: inline-block;
    /*margin-right: 20px;

	border-radius: 4px;*/
}

#pinterest #selection .board-wrapper {
    /*padding: 10px;*/
    border-radius: 4px;
    border: 1px solid #ccc;
    /*margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 4px;*/
}

#pinterest #selection .board:hover {
    cursor: pointer;
}

    #pinterest #selection .board:hover .image img {
        opacity: .85;
    }

#pinterest #selection .board .title {
    position: relative;
    margin: 1rem;
    font-weight: 700;
}

#pinterest #selection .board .image {
    position: relative;
    min-width: 200px;
    min-height: 150px;
    overflow: hidden;
}

    #pinterest #selection .board .image img {
        position: absolute;
        top: -50%;
        width: 100%;
        height: auto;
        /*transition: all .5s ease;*/
    }

    #pinterest #selection .board .image .pin-count {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        padding: 2px 10px;
        font-weight: 700;
    }

#pinterest #selection .pin {
    width: 100px;
    border: 2px solid #ffffff;
    margin: 0 10px 10px 0;
    float: left;
    cursor: pointer;
}

    #pinterest #selection .pin:hover {
        border: 2px solid #31B4E8;
    }


/*//////////////////////
    Pinterest Board Results
//////////////////////*/



#pin-board-results {
    padding: 80px 0 100px;
    background: #f0f0f0;
}

    #pin-board-results #results .main-image {
        position: relative;
        padding-bottom: 49.65%;
        padding-top: 25px;
        height: 0;
        border-radius: 3px;
        border: 1px solid #6d6e71;
        overflow: hidden;
    }

    #pin-board-results #results #image-container .row {
        margin-right: 15px;
        margin-left: 15px;
    }

    #pin-board-results #results .main-image-sub {
        position: relative;
        padding-bottom: 50%;
        padding-top: 25px;
        height: 0;
        border-radius: 3px;
        border: 1px solid #6d6e71;
        overflow: hidden;
    }

    #pin-board-results #results .sub-image,
    #pin-board-results #results .sub-image div {
        padding-right: 0;
        padding-left: 0;
    }

    #pin-board-results #results .sub-image {
        padding-top: 10px;
    }

    #pin-board-results #results .board-image,
    #pin-board-results #results .board-image-sub {
        position: absolute;
        top: -50%;
        left: 0;
        width: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.rotated {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    top: 0 !important;
    left: -50% !important;
}

#pin-board-results #results .sub-image .middle {
    margin-left: 10px;
    margin-right: 10px;
}

#color-results #image-container.board.image-container {
    height: auto !important;
}
#color-results {
    position: relative;
}
@media screen and (max-width: 768px) {
    #pin-board-results #results .sub-image .middle {
        margin-left: 0px;
        margin-right: 0px;
    }

    #pin-board-results #results .sub-image .middle {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #color-results #image-container {
        height: 600px !important;
    }
}

#pin-board-results #results .disclaimer {
    padding-top: 10px;
    padding-bottom: 10px;
}

#pin-board-results #results .content-wrap .chip {
    width: 97px;
    height: 97px;
    float: left;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    margin: 1px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

    #pin-board-results #results .content-wrap .chip:hover {
        border-color: #ffffff !important;
    }
/*#pin-board-results #results .content-wrap .col-sm-8 .chip {
    border: 1px solid black;
    margin: 1px;
}*/


/*//////////////////////
    Pinterest Results
//////////////////////*/
#pin-results {
    padding: 80px 0 100px;
    background: #f0f0f0;
}

    #pin-results #results .content-wrap {
        padding: 20px 5% 40px;
        background: #fff;
    }


/*//////////////////////
    Pinterest Detail
//////////////////////*/
#pin-detail {
    padding: 80px 0 100px;
    background: #f0f0f0;
}

    #pin-detail #details .content-wrap {
        padding: 20px 5% 40px;
        background: #fff;
    }


/*//////////////////////
    Upload Landing
//////////////////////*/
#upload-file {
    height: 0;
    width: 0;
}

#upload-landing .content-wrap {
    margin-top: 0px;
}

#upload-landing #copy, #upload-landing #loading {
    padding-top: 32px;
    padding-bottom: 32px;
}

#dropper-step {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    background: transparent;
    min-width: 50%;
    min-height: 100px;
}

@media (min-width: 768px) {
    #dropper-step {
        min-width: 40%;
    }
}

@media (max-width: 768px) {
    #dropper-step {
        min-width: 40%;
    }

    #upload-landing .header-block h1 {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

#color-step {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    height: 100%;
    background: transparent;
    min-width: 25%;
    min-height: 200px;
}

/*//////////////////////
    Upload Results
//////////////////////*/

.help {
    text-align: center;
    color: #6d6e70;
    text-decoration: none;
    border-bottom: 1px #6d6e70 solid;
    font-size: 12px;
    pointer-events: all;
    cursor: pointer;
}

    .help:hover {
        text-decoration: none;
        border-bottom: 1px #4c90cd solid;
        color: #4c90cd;
    }

a.shepherd-cancel-link {
    font-size: 20px !important;
}

.step {
    width: 300px;
    text-align: center;
    color: #6d6e71;
}

    .step h2 {
        color: #6d6e71;
        padding-bottom: 8px;
        font-size: 30px;
        margin-top: 12px;
    }

    .step p {
        color: #6d6e71;
        font-weight: normal;
        padding-bottom: 16px;
        font-size: 16px !important;
    }

    .step .btn.btn-primary.outline.gray {
        color: #6d6e71;
        border: 2px #6d6e71 solid;
        width: 175px;
        font-size: 16px;
        margin-bottom: 16px;
    }

.shepherd-step {
    z-index: 1050;
}

.shepherd-content header {
    background-color: transparent;
}

#upload-results {
    margin-bottom: 50px;
    background: #f0f0f0;
}

    #upload-results #results .container {
        min-height: 600px;
        margin-top: 0 !important;
    }

    #upload-results #results .content-wrap {
        padding-top: 16px;
        background: #fff;
    }

        #upload-results #results .content-wrap .help-row {
            padding-left: 30px;
            padding-right: 30px;
        }

    #upload-results .header-block {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 280px;
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #upload-results .header-block h1 {
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
    }

@media (max-width: 768px) {
    .step {
        width: 250px;
    }
    #upload-results #results .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #upload-results .header-block {
        height: inherit;
    }
    #upload-results .header-block h1 {
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    #upload-results .header {
        height: 280px;
        padding-top: 80px;
    }

        #upload-results .header h1 {
            margin-top: 80px;
        }

    .step {
        width: 300px;
    }
}

#upload-results #results span.fa.fa-eyedropper {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -12%;
    pointer-events: none;
    font-size: 24px;
}

    #upload-results #results span.fa.fa-eyedropper.small {
    }

#upload-results #results .tooltip {
    width: 500px;
}

    #upload-results #results .tooltip > .tooltip-inner {
        background-color: #fff;
        color: #929295;
        max-width: 500px;
    }

    #upload-results #results .tooltip.right > .tooltip-arrow {
        border-right-color: #fff;
        top: 46.1754%;
    }


    #upload-results #results .tooltip .tooltip-inner {
        background: white;
        color: #929295;
        border: 3px solid #929295;
        padding: 10px;
        line-height: 0.95em;
        font-size: large;
    }

    #upload-results #results .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -15px;
        border-right-color: white;
        border-width: 15px 15px 15px 0;
    }

        #upload-results #results .tooltip.right .tooltip-arrow:after {
            content: " ";
            position: absolute;
            z-index: -1;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 15px solid #929295;
            top: -15px;
            left: -3px;
        }
#upload-results .details-btn {
    font-weight: 300;
    text-transform: uppercase;
    background: #ffffff;
    color: #6d6e71;
    border-radius: 20px;
    text-align: center;
    padding: 8px 4px;
    margin: 0 auto;
    position: relative;
    display: none;
    font-size: 12px;
    width: 60%;
    transition: opacity 0.125s;
    transition: background 0.125s;
    opacity: 0.01;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#upload-results .details-btn.vertical {
    position: absolute;
    bottom: 1rem;
    top: inherit;
    left: 50%;
    margin-left: -30%;
    max-height: 33px;
    transition: opacity 0.125s;
    transition: background 0.125s;
    opacity: 0.001;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-btn:hover {
    background: rgba(255,255,255,.9);
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .details-btn {
        width: 60%;
    }

    .details-btn.vertical {
        margin-left: -30%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .details-btn {
        width: 55%;
    }

    .details-btn.vertical {
        margin-left: -30%;
    }
}
/*//////////////////////
    Color Detail
//////////////////////*/
#color-detail-page {
    margin-bottom: 50px;
    background: #f0f0f0;
}

    #color-detail-page .header {
        background-image: url(/Content/images/header-bg-allcolors.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 80px;
        height: 280px;
    }

        #color-detail-page .header h1 {
            text-align: center;
            color: #ffffff;
            text-transform: uppercase;
            margin-top: 80px;
        }

#color-detail h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

#color-detail .layout-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

#color-detail .layout-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

#color-detail .layout-col.alt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

#color-detail-page #details .content-wrap {
    padding: 20px 5% 40px;
    background: #fff;
}

#color-detail .master-chip-color-holder {
    border: 1px #6d6e71 solid;
    width: 70%;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

    #color-detail .master-chip-color-holder .chip-color {
        width: 100%;
        padding-bottom: 90%;
        display: inline-block;
    }

    #color-detail .master-chip-color-holder .logo {
        padding: 14px;
        margin-left: 8px;
        padding-top: 10px;
    }

#color-detail .master-chip-color-holder .logo img {
    height: 36px;
}

#color-detail .retail-detail {
    background: #f7f7f7;
    margin-top: 10px;
    padding-bottom: 15px;
}

#color-detail .retail-detail.alt {
    margin-top: 0px;
}

.download-item, .order-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 220px;
    height: 44px;
}

.retail-detail img {
    display: inline-block !important;
}

#color-detail .retail-detail .share {
    text-align: center;
}

#color-detail .btn.btn-primary.outline.gray {
    color: #6d6e71;
    border: 2px #6d6e71 solid;
    width: 80%;
}

    #color-detail .btn.btn-primary.outline.gray .fa {
        padding-left: 5px;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: none;
}

.tcenter {
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    float: none;
}

#color-detail .share-copy {
    font-size: xx-small;
}

#color-detail .master-chip-color-info .info {
    flex-grow: 2;
}

#color-detail .row.find-near-row {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 992px) {
    #color-detail-page .header {
        background-position: center center;
        padding-top: 65px;
        height: inherit;
    }
    #color-detail-page .header h1 {
        font-size: 30px;
        margin: 0px;
        padding-bottom: 15px;
    }

    #color-detail .master-chip-color-info .info {
        flex-grow: 0;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    #color-detail .retail-detail {
        margin-bottom: 1rem;
    }
    #color-detail .layout-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #color-detail .chip-border {
        padding-left: 6rem;
        padding-right: 6rem;
        padding-bottom: 3rem;
        margin-top: -3rem;
    }

    #color-detail .master-chip-color-holder {
        border: 1px #6d6e71 solid;
        width: 100%;
        float: none;
        margin-top: 0px;
    }
    #color-detail .master-chip-color-holder .logo img {
        height: 24px;
    }

    #color-detail .retail-detail img {
        height: 25px;
        width: auto;
    }

    #color-detail .btn.btn-primary.outline.gray {
        color: #6d6e71;
        border: 2px #6d6e71 solid;
        width: 100%;
    }

    #color-detail .master-chip-color-info div.col-xs-1.vcenter {
        margin-left: -8px;
    }

    #color-detail .row.find-near-row {
        margin-top: 1.5rem;
        text-align: center;
    }
}

/*//////////////////////
    Color Results Panel
//////////////////////*/
#color-results {
    margin-top: 30px;
}

    #color-results #chip-container {
        position: absolute;
        z-index: 10;
        max-height: 600px;
        height: 600px;
        overflow: visible;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.isMobile #color-results #chip-container {
    overflow: hidden;
}

    #color-results .chip {
        position: relative;
        width: auto;
        height: 50px;
        cursor: pointer;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        #color-results .chip.disabled {
            cursor: initial;
        }

    #color-results .arrow {
        position: absolute;
        right: 10px;
        top: 36%;
        font-size: 26px;
    }

.chip .arrow .fa {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 30px;
}

.chip.open .arrow .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow.light {
    color: #fff;
}

.arrow.dark {
    color: #6d6e71;
}

@media screen and (max-width: 767px) {
    #color-results .arrow {
        right: 8px;
        height: 10px;
    }
}

#color-results .details-btn {
    font-weight: 300;
    text-transform: uppercase;
    background: #ffffff;
    color: #2e2e2e;
    border-radius: 20px;
    text-align: center;
    padding: 8px 4px;
    margin: 0 8%;
    position: relative;
    top: 70%;
    display: none;
    font-size: 12px;
}

#color-results #empty-chip {
    background: rgb(240,240,240);
}

#color-results #empty-chip.disabled {
    cursor: initial;
}

#color-results #image-container {
    position: relative;
    width: auto;
    height: 600px;
    background: #ccc;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#color-results #image-container #selected-img {
    display: block;
    max-height: 600px;
    margin: 0 auto;
    cursor: crosshair;
}

    .isMobile #color-results #image-container #selected-img {
        overflow:hidden;
    }

#color-results #eyedropper {
    position: absolute;
    top: 50%;
    right: 0;
    border: 2px solid #7a7974;
    background: #ffffff;
    width: 80px;
    height: 80px;
    z-index: 900;
    background-image: url(/Content/images/dropper.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    #color-results #eyedropper img {
        display: block;
        margin: 20% auto 0;
    }



.slick-prev, .slick-next {
    width: 20px;
    height: 20px;
    z-index: 1;
    background: #fff !important;
    border-radius: 25px;
}

    .slick-prev:before {
        opacity: 1;
        font-family: FontAwesome;
        font-size: 40px;
        color: #666;
        content: "\f104";
    }

    .slick-next:before {
        opacity: 1;
        font-family: FontAwesome;
        font-size: 40px;
        color: #666;
        content: "\f105";
    }

@media screen and (max-width: 400px) {
    #color-results #eyedropper {
        width: 40px;
        height: 40px;
    }

        #color-results #eyedropper img {
            display: block;
            margin: 20% auto 0;
        }
}


/*//////////////////////
    Color Detail Panel
//////////////////////*/
#color-detail .chip {
    border: 1px solid #bebebe;
    color: #6d6e71;
    text-align: left;
    margin-bottom: 30px;
}

#color-detail > div.row.slick-wrap > div {
    text-align: center;
}

#color-detail .chip .chip-padding {
    padding: 10px;
}

#color-detail h4 {
    margin: 4px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    height: 34px;
    overflow: hidden;
}

#color-detail p {
    margin: 4px 0;
    padding: 0;
    font-size: 15px;
}

#color-detail .chip-color {
    height: 200px;
}

#color-detail .vendor {
    border-bottom: 1px solid #b1b1b2;
    padding: 0 0 8px 0;
    margin: 0 0 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #color-detail .vendor .logo {
        height: 22px;
        display: inline;
    }

    #color-detail .vendor .vendor-sep {
        border-left: 1px solid #b1b1b2;
        margin: 0 10px;
        height: 24px;
    }

    #color-detail .vendor .v-logo {
        display: inline;
        height: 25px;
        vertical-align: top;
    }

#color-detail .cta-wrap .cta {
    min-width: 100px;
    vertical-align: super;
}

#color-detail .cta-wrap a img {
    vertical-align: middle;
}

#color-detail .cta-wrap .section-left,
#color-detail .cta-wrap .section-right {
    display: inline-block;
}

#color-detail .cta-wrap .section-left {
    width: 60%;
}

#color-detail .cta-wrap .section-right {
    font-size: 3rem;
    width: 38%;
}

    #color-detail .cta-wrap .section-right .icon.download {
        margin-right: 1rem;
        display: inline !important;
    }

#color-detail .cta-wrap .cta:hover, #color-detail .cta-wrap .cta:focus {
    text-decoration: none;
}

.find-near {
    text-align: center;
    padding-top: 20px;
    color: #6d6e70;
    text-decoration: none;
    border-bottom: 1px #6d6e70 solid;
    font-size: 16px;
    pointer-events: all;
    cursor: pointer;
}

    .find-near.underline:hover, .find-near .underline:focus {
        text-decoration: none;
        border-bottom: 1px #4c90cd solid;
        color: #4c90cd;
    }

@media screen and (max-width: 767px) {
    #color-detail-page .color-help {
        text-align: center;
    }
}

/*.color-help a {
    text-decoration: underline;
    font-size: 16px;
}

#color-detail-page .color-help a:hover, #color-detail-page .color-help a:active, #color-detail-page .color-help a:focus {
    text-decoration: none;
    border-bottom: 1px #4c90cd solid;
    color: #4c90cd;
}*/

#color-detail .chip-display {
    display: inline-block;
    float: none;
}

#color-detail #locator-wrap {
    height: 0;
    overflow: hidden;
    margin: 20px 0;
}

    #color-detail #locator-wrap.open {
        height: auto;
    }

    #color-detail #locator-wrap .search-row {
        color: #6d6e71;
        margin-bottom: 20px;
    }

    #color-detail #locator-wrap .loc-label {
        font-size: 12px;
    }

    #color-detail #locator-wrap input {
        background: #f0f0f0;
        width: 100%;
        margin: 0;
        padding: 8px;
        border: none;
        max-width: none;
        color: #6d6e71;
    }

    #color-detail #locator-wrap select {
        background: #f0f0f0;
        width: 100%;
        margin: 0;
        padding: 8px 8px 9px;
        border: none;
        color: #6d6e71;
    }

    #color-detail #locator-wrap #search-box,
    #color-detail #locator-wrap #radius {
        border: 2px solid #6d6e71;
        height: 40px;
    }


    #color-detail #locator-wrap #search-btn:hover, #color-detail #locator-wrap #search-btn:focus {
        text-decoration: none;
    }

    #color-detail #locator-wrap .vendor-chip {
        width: 33.333%;
        float: left;
        height: 70px;
        border-width: 2px;
        border-style: solid;
        cursor: pointer;
        text-align: center;
        line-height: 3.5;
    }

        #color-detail #locator-wrap .vendor-chip.active {
            border-color: #4c90cd !important;
        }

        #color-detail #locator-wrap .vendor-chip img {
            display: inline-block;
            width: 65%;
        }

#color-detail #vendor-list {
    height: 370px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#color-detail .icon.download {
    height: 25px;
}

@media screen and (max-width: 992px) {
    #color-detail #vendor-list {
        max-height: 370px;
        height: auto;
    }

    #color-detail .cta-wrap .cta {
        width: 100%;
    }

    #color-detail .cta-wrap .section-left,
    #color-detail .cta-wrap .section-right {
        width: 100%;
        display: block;
    }

    .slick-slide img {
        display: initial;
    }
}

@media screen and (max-width: 500px) {
    #color-detail .chip-display {
        width: 100%;
    }

    #color-detail .cta-wrap .cta {
        width: 60%;
        clear: both;
        float: left;
        margin-top: 3px;
    }

    #color-detail .cta-wrap .section-right {
        width: 35%;
        display: inline-block;
        float: none;
        margin-bottom: 3px;
        margin-left: 5px;
    }
}

#color-detail #vendor-list .store-none {
    margin: 20px 0;
    padding: 0 0 0 24px;
    font-weight: bold;
    font-size: 15px;
}

#color-detail #vendor-list .store-wrap {
    position: relative;
    color: #6d6e71;
    margin-top: 20px;
    padding: 0 0 0 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

    #color-detail #vendor-list .store-wrap:hover {
        background: #f2f2f2;
    }

    #color-detail #vendor-list .store-wrap .count {
        position: absolute;
    }

    #color-detail #vendor-list .store-wrap .name {
        padding: 0 0 0 24px;
        font-weight: bold;
        font-size: 15px;
    }

    #color-detail #vendor-list .store-wrap .distance {
        padding: 0 0 0 24px;
        font-style: italic;
        color: #8b8d90;
    }

    #color-detail #vendor-list .store-wrap .address {
        padding: 0 0 0 24px;
        font-weight: bold;
    }

    #color-detail #vendor-list .store-wrap .city-state {
        padding: 0 0 0 24px;
        font-weight: bold;
    }

#color-detail #vendor-list .phone {
    padding: 0 0 0 28px;
    margin-bottom: 20px;
}

    #color-detail #vendor-list .phone a {
        color: #3188be;
    }

#color-detail #locator {
    height: 440px;
}

#color-detail-page .modal {
    z-index: 4000;
}

#color-detail-page .modal-dialog {
    z-index: 5000;
}

#pin-detail .modal {
    z-index: 4000;
}

#pin-detail .modal-dialog {
    z-index: 5000;
}

body.modal-open {
    margin: 0;
}


/*//////////////////////
    Quiz
//////////////////////*/
#quiz {
    margin-bottom: 50px;
    background: #f0f0f0;
}

    #quiz .header-block {
        background-image: url(/Content/images/header-bg-quiz.jpg);
        background-size: cover;
        background-position: center 0;
        padding-top: 80px;
        height: 310px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #quiz .header-block h1 {
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
            max-width: 600px;
            margin: 70px auto 66px;
        }
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 768px) {
    #quiz {
        margin-bottom: 30px;
    }

        #quiz .header-block {
            height: inherit;
            padding-top: inherit;
        }

        #quiz .header-block h1 {
            margin-top: 70px;
            margin-bottom: 10px;
            font-size: 30px;
        }
}


#quiz .header-block .quiz-progress {
    position: relative;
    height: 50px;
    background: #f1f1f1;
}

#quiz .header-block #previous {
    display: none;
    cursor: pointer;
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    top: 12px;
    left: 20px;
}

#quiz .header-block #progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    background: #4c90cd;
    z-index: 1;
    width: 10%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#quiz .header-block #pager {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    top: 12px;
    right: 5px;
}

#quiz .content-wrap {
    background: #ffffff;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#quiz .radio-question, #quiz .image-question, #quiz .quiz-results, #quiz .quiz-results .trend-panel {
    display: none;
}

    #quiz .radio-question .question-wrap, #quiz .image-question .question-wrap {
        padding: 10px 0 40px;
    }

    #quiz .radio-question h1, #quiz .image-question h1, #quiz .quiz-results h1 {
        text-align: center;
        color: #6d6e71;
        font-size: 26px;
        margin-bottom: 20px;
    }

    #quiz .radio-question .answer {
        margin: 0 20px;
        padding: 0 0 0 60px;
        color: #6d6e71;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        #quiz .radio-question .answer span {
            border: 2px solid #6d6e71;
            border-radius: 50px;
            width: 24px;
            height: 24px;
            display: inline-block;
            position: absolute;
            left: 14px;
            top: 18px;
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        #quiz .radio-question .answer div {
            display: inline-block;
            border-bottom: 1px solid #6d6e71;
            padding: 20px 0;
            width: 100%;
        }

        #quiz .radio-question .answer:hover, #quiz .radio-question .answer.selected {
            background: #f1f1f1;
            color: #4c90cd;
        }

            #quiz .radio-question .answer:hover span, #quiz .radio-question .answer.selected span {
                background: #4c90cd;
                border-color: #4c90cd;
            }

            #quiz .radio-question .answer:hover div, #quiz .radio-question .answer.selected div {
                border-color: #f1f1f1;
            }

    #quiz .image-question img {
        border: 3px solid #ffffff;
        margin: 1%;
        width: 21.5%;
        cursor: pointer;
    }

        #quiz .image-question img:hover, #quiz .image-question img.selected {
            border-color: #4c90cd;
        }


@media screen and (max-width: 767px) {
    #quiz .image-question img {
        width: 47.3%;
    }
}

@media screen and (max-width: 400px) {
    #quiz .image-question img {
        width: 47%;
    }

    #previous {
        display: none !important;
    }
}

#quiz .quiz-results {
    padding: 20px 5% 40px;
}

    #quiz .quiz-results #selected-img {
        width: 100%;
    }

    #quiz .quiz-results p {
        color: #6d6e71;
        text-align: center;
        padding: 0px 8% 20px;
    }

    #quiz .quiz-results #view-all {
        border: 2px solid #6d6e71;
        border-radius: 50px;
        color: #6d6e71;
        text-transform: uppercase;
        margin: 20px auto;
        padding: 8px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        display: block;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        #quiz .quiz-results #view-all:hover {
            color: #ffffff;
            background: #6d6e71;
            text-decoration: none;
        }

#quiz #quiz-btn .btn {
    width: initial;
    min-width: 207px;
}

#quiz .quiz-results #retake {
    text-decoration: underline;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}


/*//////////////////////
    Trends
//////////////////////*/
#trends {
    margin-bottom: 50px;
    background: #f0f0f0;
}

div .trend-p {
    display: block;
    clear: both;
}

#trends .header-block {
    background-image: url(/Content/images/header-bg-trends.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #trends .header-block h1 {
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        max-width: 600px;
        margin: auto;
    }

@media (max-width: 768px) {
    #trends .header-block {
        background-image: url(/Content/images/header-bg-trends.jpg);
        background-size: cover;
        background-position: center center;
        padding-top: 60px;
        height: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #trends .header-block h1 {
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
            max-width: 600px;
            margin: auto;
            padding-bottom: 10px;
            font-size: 30px;
        }
}

#trends .trend-nav {
    height: 50px;
    background: #f1f1f1;
    margin-top: -50px;
}

    #trends .trend-nav .trend-tab {
        width: 25%;
        height: 50px;
        float: left;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        color: #6d6e71;
        font-size: 16px;
        padding-top: 10px;
    }

        #trends .trend-nav .trend-tab:hover {
            color: #4c90cd;
        }

        #trends .trend-nav .trend-tab.selected {
            color: #4c90cd;
            background: #ffffff;
        }

#trends .content-wrap h1 {
    color: #6d6e71;
    font-size: 26px;
    margin-bottom: 20px;
}
/*#trends .content-wrap p {
    color: #6d6e71;
    text-align: center;
    padding: 0px 8% 20px;
}*/
#trends .trend-panel {
    display: none;
}

#trends .content-wrap {
    /* padding: 20px 5% 40px; */
    background: #ffffff;
}

#trends #selected-img {
    width: 100%;
}

@media screen and (max-width: 400px) {
    #trends .trend-nav .trend-tab {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

/*//////////////////////
    Trend Panel
//////////////////////*/
.trend-panel #chip-container {
    position: relative;
    overflow: visible;
    z-index: 1;
    width: 12%;
    float: left;
}

.trend-panel .chip {
    position: relative;
    width: auto;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trend-panel .arrow {
    position: absolute;
    right: 10px;
    top: 33%;
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    .trend-panel .arrow {
        right: 8px;
        top: 22%;
        height: 10px;
        font-size: 18px;
    }
}

.trend-panel .details-btn {
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 20px;
    text-align: center;
    padding: 8px 4px;
    margin: 0 auto;
    position: relative;
    top: 75%;
    font-size: 12px;
    width: 175px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-color: #fff;
}

@media screen and (max-width: 992px) {
    .trend-panel .details-btn {
        margin: 0 4%;
        padding: 6px 3px;
        font-size: 12px;
        top: 60%;
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .trend-panel .details-btn {
        margin: 0 4%;
        padding: 6px 3px;
        font-size: 10px;
        top: 60%;
        width: 90%;
    }
}

.trend-panel #image-container {
    position: relative;
    float: left;
    width: 88%;
}


/*//////////////////////
    Consultation
//////////////////////*/

#where-to-start.content-wrap {
    padding: 0;
}

#consult .quote {
    display: inline-block;
    background-color: #4c90cd;
    padding: 30px;
    min-height: 400px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    #consult .quote .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

#consult .quote-characters-before::before {
    content: "“";
    text-align: center;
}

#consult .quote-characters-after::before {
    content: "”";
    text-align: center;
}

#consult .quote-characters {
    color: #fff;
}

#consult .quote-characters-before,
#consult .quote-characters-after {
    position: relative;
    display: block;
    font-size: 74px;
    line-height: 1;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 800;
    left: 0;
    width: 100%;
    height: 72px;
    color: #fff;
}


#consult .quote .text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    line-height: 4rem;
}

#consult .background.girl-on-swing-chair {
    background-image: url('/Content/images/girl-on-swing-chair.jpg');
    background-size: cover;
    min-height: 400px;
}


/*//////////////////////
    All Colors
//////////////////////*/
#all-colors {
    margin-bottom: 50px;
    background: #f0f0f0;
}

    #all-colors .header-block {
        background-image: url(/Content/images/header-bg-allcolors.jpg);
        background-size: cover;
        background-position: center center;
        padding-top: 80px;
        height: 310px;
    }

        #all-colors .header-block h1 {
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
            margin-bottom: 6%;
        }

    #all-colors .color-nav {
        height: 50px;
        background: #f1f1f1;
    }

        #all-colors .color-nav .color-tab {
            width: 33.3%;
            height: 50px;
            float: left;
            cursor: pointer;
            padding-top: 8px;
            text-align: center;
            font-weight: normal;
            text-transform: uppercase;
            color: #6d6e71;
            font-size: 16px;
        }

            #all-colors .color-nav .color-tab:hover {
                color: #4c90cd;
            }

            #all-colors .color-nav .color-tab.selected {
                color: #4c90cd;
                background: #ffffff;
            }

    #all-colors .content-wrap p {
        font-weight: normal;
        color: #6d6e71;
        text-align: center;
        padding: 40px 8% 20px;
    }

    #all-colors .content-wrap {
        padding: 20px 5% 40px;
        background: #ffffff;
    }

    #all-colors .header-block-tabs {
        text-align: center;
    }

    #all-colors .header-block .container.body-content, #all-colors .header-tab-row {
        position: relative;
        height: 100%;
        margin: auto !important;
    }

        #all-colors .header-tab-row > div {
            position: absolute;
            bottom: 0;
            padding: 0;
            margin: 0;
        }

@media (max-width: 767px) {
    #all-colors .header-block {
        background-position: center center;
        padding-top: 60px;
    }

    #all-colors .header-block h1 {
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        margin-bottom: 6.25%;
    }
}

@media screen and (max-width: 400px) {
    #all-colors .color-nav .color-tab {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }

    #all-colors .content-wrap #breadcrumb-bg {
        display: none;
    }

    #all-colors .header-block {
        height: inherit;
        padding-top: 160px;
    }

    #all-colors .header-block h1 {
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        margin: 0;
        padding-bottom: 10px;
        font-size: 30px;
    }
}


/*//////////////////////
    Color Group
//////////////////////*/
#color-group {
    margin-bottom: 50px;
    background: #f0f0f0;
}

    #color-group .header-block {
        background-image: url(/Content/images/header-bg-allcolors.jpg);
        background-size: cover;
        background-position: center center;
        padding-top: 80px;
        height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #color-group .header-block h1 {
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
        }

        #color-group .header-block .container {
            margin: auto !important;
            text-align: center;
        }

    #color-group .breadcrumb-arrow {
        padding-bottom: 7px;
    }

    #color-group .content-wrap p {
        font-weight: normal;
        color: #6d6e71;
        text-align: center;
        padding: 40px 8% 20px;
    }

    #color-group .content-wrap {
        padding: 20px 5% 40px;
        background: #ffffff;
    }

@media screen and (max-width: 767px) {

    #color-group .header-block {
        background-position: center 0;
        padding-top: 65px;
        height: inherit;
        background-position: center center;
    }
    #color-group .header-block h1 {
        margin: 0;
        font-size: 30px;
        padding-bottom: 15px;
    }

}

@media screen and (max-width: 400px) {
    #color-group .content-wrap #breadcrumb-bg {
        display: none;
    }

    #color-group .content-wrap {
        padding: 0;
    }

        #color-group .content-wrap p {
            padding: 0;
        }

        #color-group .content-wrap div {
            margin: 0;
        }

        #color-group .content-wrap ul {
            margin: 0;
        }

    #all-colors .content-wrap #breadcrumb-bg {
        display: none;
    }
}


/*//////////////////////
    Error States
//////////////////////*/
.fullback404 {
    background: url(/Content/images/background-404.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

.error404 footer {
    display: none;
}

.error404 {
    height: 100%;
    background-color: transparent;
}

    .error404 #header-container {
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        padding-top: 200px;
        background-color: transparent;
    }

    .error404 h1 {
        text-transform: uppercase;
        font-size: 48px;
        margin: 40px 0;
    }

    .error404 h2 {
        font-size: 24px;
        margin: 0;
        padding: 0 0 40px 0;
    }

.chips-sprite.menu {
    position: relative;
    display: inline-block;
    background-image: url('/Content/images/icons/share.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.chips-sprite .icon-container, .chip-drop-down ul {
    list-style-type: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    padding: 0;
    margin: 0;
    pointer-events: none;
}


.chips-sprite .icon {
    background-image: url('/Content/images/chips-social-sprites.png');
    background-repeat: no-repeat;
    height: 50px;
}

.chips-sprite .icon,
.chips-sprite.menu {
    cursor: pointer;
}

    .chips-sprite.menu .icon,
    .chips-sprite.horizontal .icon {
        float: left;
    }

.chip-drop-down {
    width: 220px;
}

    .chip-drop-down ul li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }

        .chip-drop-down ul li img {
            width: auto;
            height: 16px;
        }

        .chip-drop-down ul li p {
            margin: 0;
            font-size: 15px;
        }

    .icon-container li, .chip-drop-down ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
        cursor: pointer;
        pointer-events: all;
    }

        .icon-container li:first-child, .chip-drop-down ul li:first-child {
            padding-top: 15px;
        }

        .icon-container li:last-child, .chip-drop-down ul li:last-child {
            padding-bottom: 15px;
        }

        .icon-container li:nth-child(even), .chip-drop-down ul li:nth-child(even) {
            padding-top: 10px;
            background-color: #f8f8f8;
        }

        .icon-container li a, .icon-container li img {
            display: block;
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

.chips-sprite .facebook {
    background-position: 0 0;
    width: 50px;
    color: #3b5998;
}

.chips-sprite .email {
    background-position: -50px 0;
    width: 50px;
    color: #fff;
}

.chips-sprite .pinterest {
    background-position: -100px 0;
    width: 50px;
    color: #be2026;
}

.chips-sprite.menu-left .icon:last-of-type:after {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 35px;
    position: absolute;
    top: 0;
    right: -10px;
}

.chips-sprite.menu-right .icon:last-of-type:before {
    font-family: FontAwesome;
    content: "\f0d9";
    font-size: 35px;
}



/*@media (max-width: 767px) {
	#pinterest #selection #pin-container {
		text-align: center;
	}
	#pinterest #selection .board {
		text-align: left;
	}
}*/

/*@media (min-width: 768px) {
	#pinterest #selection #pin-container {
		width: 745px;
		margin: auto;
		padding-left: 70px;
	}
}*/

/*@media (min-width: 992px) {
	#pinterest #selection #pin-container {
		width: 987px;
		margin: auto;
		padding-left: 60px;
	}
}

@media (min-width: 1200px) {
	#pinterest #selection #pin-container {
		width: 988px;
		margin: auto;
		padding-left: 20px;
	}
}*/

.row.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 10px !important;
    }

.cssload-fond {
    position: relative;
    margin: auto;
}

.cssload-container-general {
    animation: cssload-animball_two 1.75s infinite;
    -o-animation: cssload-animball_two 1.75s infinite;
    -ms-animation: cssload-animball_two 1.75s infinite;
    -webkit-animation: cssload-animball_two 1.75s infinite;
    -moz-animation: cssload-animball_two 1.75s infinite;
    width: 44px;
    height: 44px;
}

.cssload-internal {
    width: 44px;
    height: 44px;
    position: absolute;
}

.cssload-ballcolor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4 {
    position: absolute;
    animation: cssload-animball_one 1.75s infinite ease;
    -o-animation: cssload-animball_one 1.75s infinite ease;
    -ms-animation: cssload-animball_one 1.75s infinite ease;
    -webkit-animation: cssload-animball_one 1.75s infinite ease;
    -moz-animation: cssload-animball_one 1.75s infinite ease;
}

.cssload-ball_1 {
    background-color: rgb(219,72,79);
    top: 0;
    left: 0;
}

.cssload-ball_2 {
    background-color: rgb(249,164,26);
    top: 0;
    left: 24px;
}

.cssload-ball_3 {
    background-color: rgb(76,145,205);
    top: 24px;
    left: 0;
}

.cssload-ball_4 {
    background-color: rgb(67,176,156);
    top: 24px;
    left: 24px;
}

@keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-webkit-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@keyframes cssload-animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
        transform: rotate(720deg) scale(1);
    }
}

@-webkit-keyframes cssload-animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

#loading h1 {
    padding: 20px;
}

.modal-content {
    border-radius: 0;
}

.modal-header, .modal-footer {
    border: 0;
}

.color-help {
    margin-bottom: 3rem;
}

#trendDetail > div {
    padding-right: 0;
    padding-left: 0;
    position: relative;
}

#trendDetailCopy h1, #trendDetailCopy p {
    text-align: left !important;
    padding-left: 0 !important;
}

#trendDetailHero.safari {
    margin-left: -0.64%;
}

#trendDetailHero img {
    padding-right: 40px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
}

#trendChips .chip.hc {
    display: inline-block;
    width: 8.25%;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: left;
    position: relative;
    padding-bottom: 8.25%;
    border: 3px solid transparent;
}

    #trendChips .chip.hc.smaller {
        padding-bottom: 8.25%;
        width: 7.55%;
    }

    #trendChips .chip.hc.active {
        padding-bottom: 16%;
        width: 16%;
    }

    #trendChips .chip.hc .details-btn {
        opacity: 0;
        font-weight: 300;
        text-transform: uppercase;
        background: #fff;
        color: #2e2e2e;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        bottom: 40px;
        padding: 8px 4px;
        margin: 0 8%;
        width: 80%;
        -webkit-transition: opacity .15s ease;
        transition: opacity .15s ease;
        font-size: .75em;
    }

    #trendChips .chip.hc.active .details-btn {
        -webkit-transition: opacity .25s ease .25s;
        transition: opacity .25s ease .25s;
        opacity: 1;
    }

    #trendChips .chip.hc .arrow {
        opacity: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 30px;
        text-align: center;
        -webkit-transition: opacity .15s ease;
        transition: opacity .15s ease;
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,1,1);
        transition: -webkit-transform .25s cubic-bezier(.4,0,1,1);
        transition: transform .25s cubic-bezier(.4,0,1,1);
        transition: transform .25s cubic-bezier(.4,0,1,1), -webkit-transform .25s cubic-bezier(.4,0,1,1);
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    #trendChips .chip.hc.active .arrow {
        opacity: 1;
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4,0,1,1) .15s;
        transition: -webkit-transform .25s cubic-bezier(.4,0,1,1) .15s;
        transition: transform .25s cubic-bezier(.4,0,1,1) .15s;
        transition: transform .25s cubic-bezier(.4,0,1,1) .15s, -webkit-transform .25s cubic-bezier(.4,0,1,1) .15s;
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    #trendChips .chip.hc .light {
        color: rgba(255,255,255,1);
    }

#trendChips {
    z-index: 100;
    position: absolute;
    width: 100%;
    padding-left: inherit;
    left: 0;
}

#trendDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7.8%;
}

.vertical-align-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#trendContent .content-wrap {
    position: relative;
}

@media only screen and (max-width :992px) {
    #trendContent .content-wrap, #trendContent .content-wrap .row {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #trendDetail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    #trendDetailHero.safari {
        margin-left: 0%;
    }

    #trendDetailHero img {
        padding-right: 0;
    }

    #trendChips {
        position: relative;
        padding-top: 30px !important;
    }

        #trendChips .chip.hc .details-btn {
            opacity: 0;
            display: none;
        }

        #trendChips .chip.hc .arrow, #trendChips .chip.hc.active .arrow {
            opacity: 0;
        }

        #trendChips .chip.hc, #trendChips .chip.hc.active, #trendChips .chip.hc.smaller {
            min-height: 44px;
            padding-bottom: 16.56%;
            width: 16.66%;
        }

            #trendChips .chip.hc.active {
                border-color: #4c90cd;
            }

    #trendDetailCopy > div {
        padding: 20px;
        margin: 20px;
    }

    #trends {
        padding: 0;
    }

    #trendContent {
        padding: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .landing-page .content-wrap {
        /*margin: 0px -15px 30px -15px;*/
    }

        .landing-page .content-wrap p {
            font-size: 18px;
            line-height: 20px;
            padding-bottom: 15px;
        }
}

#trends .content-wrap {
    background: #ffffff;
}

.trends-2017 .header-block {
    background-image: url(/Content/images/header-bg-trends-2017.jpg) !important;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-wrapper {
    position: relative;
}

.color-menu {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

    /*@media all and (min-width: 992px) {
    .color-menu {
        margin: 30px 0px 30px 0px;
    }
}*/

    .color-menu .slick-list {
        overflow-x: hidden;
    }

    .color-menu .slick-track {
        height: calc(400px / 8);
        overflow-y: hidden;
    }

.color-menu--item {
    display: inline-block;
    height: calc(400px / 8);
    position: relative;
    cursor: pointer;
    outline: 0;
}

@media all and (min-width: 400px) {
    .color-menu .slick-track {
        height: calc(632px / 8);
    }

    .color-menu--item {
        height: calc(632px / 8);
    }
}

@media all and (min-width: 992px) {
    .color-menu .slick-track {
        height: calc(912px / 8);
    }

    .color-menu--item {
        height: calc(912px / 8);
    }
}

.color-menu--item.item-0 {
    background-color: #274943;
}

.color-menu--item.item-1 {
    background-color: #9e491b;
}

.color-menu--item.item-2 {
    background-color: #aba99d;
}

.color-menu--item.item-3 {
    background-color: #005aa3;
}

.color-menu--item.item-4 {
    background-color: #fcc69d;
}

.color-menu--item.item-5 {
    background-color: #d4e9e3;
}

.color-menu--item.item-6 {
    background-color: #ffefae;
}

.color-menu--item.item-7 {
    background-color: #1a0f26;
}

.color-menu--item.item-8 {
    background-color: #f9f8e8;
}

.color-menu--item.item-9 {
    background-color: #bcc3b8;
}

.color-menu--item.item-10 {
    background-color: #4383a3;
}

.color-menu--item.item-11 {
    background-color: #a9a7ca;
}

/* 2018 */
.color-menu--item.item-0 { background-color: #274943; } 
.color-menu--item.item-1 { background-color: #BEA6B4; } 
.color-menu--item.item-2 { background-color: #E3EBE6; } 
.color-menu--item.item-3 { background-color: #8E8A8F; } 
.color-menu--item.item-4 { background-color: #62838F; } 
.color-menu--item.item-5 { background-color: #A94E49; } 
.color-menu--item.item-6 { background-color: #57504C; } 
.color-menu--item.item-7 { background-color: #D9B63E; } 
.color-menu--item.item-8 { background-color: #723F40; } 
.color-menu--item.item-9 { background-color: #2E496B; } 
.color-menu--item.item-10 { background-color: #DFDDD3; } 
.color-menu--item.item-11 { background-color: #AF7498; } 

/* 2019 */
.color-menu--item.item-0 { background-color: #b3dfeb; } 
.color-menu--item.item-1 { background-color: #d1bbb0; } 
.color-menu--item.item-2 { background-color: #E3EBE6; } 
.color-menu--item.item-3 { background-color: #90a49c; } 
.color-menu--item.item-4 { background-color: #f2e1bc; } 
.color-menu--item.item-5 { background-color: #e2e48f; } 
.color-menu--item.item-6 { background-color: #d2cfac; } 
.color-menu--item.item-7 { background-color: #645d79; } 
.color-menu--item.item-8 { background-color: #f08a64; } 
.color-menu--item.item-9 { background-color: #feb24f; } 
.color-menu--item.item-10 { background-color: #cad0e9; } 
.color-menu--item.item-11 { background-color: #0a85a9; } 

.btn-liquid-usd {
    display: inline-block;
    text-decoration: none;
    background-color: rgba(0,0,0,.34);
    background-position: 100% 150%;
    background-repeat: repeat-x;
    -webkit-transition: background-position 3s ease, color 3s ease;
    transition: background-position 3s ease, color 3s ease;
}

.color-menu-active-flag {
    position: absolute;
    z-index: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 50px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #274943;
    -webkit-transition: .2s transform;
    transition: .2s transform;
}

@media all and (min-width: 400px) {
    .color-menu-active-flag {
        top: 79px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #274943;
    }
}

@media all and (min-width: 992px) {
    .color-menu-active-flag {
        top: 114px;
    }
}

.color-menu-active-flag.up {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    outline: 0;
    font-size: 0;
    display: block;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

    .slick-next::before,
    .slick-prev::before {
        font-size: 14px;
        display: block;
        line-height: 25px;
        color: #b3b3b3;
    }

/* 2017 tile layout */

.trends-2017 .coty-template {
    position: relative;
    margin: 30px auto 0 auto;
    color: #6d6e71;
    background-color: #fff;
}

/*@media all and (min-width: 992px) {
    .trends-2017 .coty-template {
        margin: 0 auto;
        min-height: 1050px;
    }
}*/

.trends-2017 .dash-behind {
    position: absolute;
    width: 100vw;
    top: 20px;
    border-top: 3px solid #6d6e71;
}

#trends.trends-2017 .title-wrapper {
    height: 100vw;
    width: 100vw;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    overflow: hidden;
}

    #trends.trends-2017 .title-wrapper .color-title {
        -webkit-transform-origin: center;
        transform-origin: center;
        /* padding-top: 10px; */
        text-align: left;
        text-transform: uppercase;
        background-color: #fff;
        display: inline-block;
        padding-right: 5vw;
    }





.trends-2017 .img-container {
    position: relative;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .trends-2017 .img-container img {
        width: 100%;
    }

/*@media all and (min-width: 992px) {
    .trends-2017 .template-content {
        padding-left: 70px;
    }

    .trends-2017 .img-container {
        padding-left: 0;
        height: 500px;
        width: 500px;
    }

        .trends-2017 .img-container img {
            width: 100%;
        }
}

@media all and (min-width: 1200px) {
    .trends-2017 .img-container {
        padding-left: 0;
        height: 650px;
        width: 650px;
    }
}*/

.trends-2017 .block-quote {
    width: 100%;
    margin-top: 30px;
    background-color: #274943;
    text-align: center;
    line-height: 2.5;
    position: relative;
    padding: 60px 0;
}

    .trends-2017 .block-quote .quote {
        color: #fff;
        width: 80%;
        position: relative;
        top: 50%;
        left: 10%;
    }

.trends-2017 .quote-characters::before {
    content: "“";
    top: 10px;
    text-align: center;
}

.trends-2017 .quote-characters::after {
    content: "”";
    bottom: -20px;
}

.trends-2017 .quote-characters {
    color: #fff;
}

    .trends-2017 .quote-characters::before,
    .trends-2017 .quote-characters::after {
        position: absolute;
        font-size: 74px;
        line-height: 1;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 800;
        left: 0;
        width: 100%;
        color: currentColor;
    }

.trends-2017 .bottom-left h2 {
    margin-top: 0;
    text-align: left;
    padding-bottom: 15px;
}

.trends-2017 .bottom-left .content {
    padding-right: 20px;
    padding-bottom: 15px;
}

.trends-2017 .bottom-left .left {
    margin: 50px 5% 0 5%;
}

.trends-2017 .bottom-left .right {
    margin-top: 50px;
    width: 100%;
}

    .trends-2017 .bottom-left .right.flr img {
        width: 100%;
    }

.trends-2017 .bottom-left .button {
    text-align: center;
    margin-bottom: -15px;
    margin-top: 15px;
}

.trends-2017 .bottom-left button {
    margin: 10px auto 10px auto;
}

    .trends-2017 .bottom-left button.seethechip {
        background-color: #274943;
    }

    .trends-2017 .bottom-left button.getemall {
        font-size: 11px;
        height: 37px;
    }

.trends-2017 .bottom-right {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.howTo {
    text-align: center;
}


.trends-2017 .bottom-right .content {
    color: #6d6e71;
}

.trends-2017 .bottom-right img {
    width: 100%;
}

.trends-2017 .bottom-right ul li {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    margin-left: 0px;
}

.trends-2017 .bottom-right ul {
    padding: 0 0 30px 0;
    margin: 0 0 0 0;
    list-style: none;
}

.trends-2017 .cotysocial {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 50px;
}

    .trends-2017 .cotysocial a {
        margin: 0px 10px 0px 10px;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #b4b4b4;
        text-align: center;
        color: #fff;
        line-height: 25px;
    }

.trends-2017 #shareFB {
    background-color: #3b5998;
}

.trends-2017 #sharePin {
    background-color: #cb2027;
}

.trends-2017 .cotysocial .fa {
    font-size: 20px;
    vertical-align: bottom;
}

.trends-2017 .animate-up {
    -webkit-animation: none;
    animation: none;
}

@media all and (min-width: 992px) {

    .trends-2017 .coty-template {
        opacity: 0;
    }

        .trends-2017 .coty-template.animated {
            opacity: 1;
        }

    .trends-2017 .animate-up.delay-1,
    .trends-2017 .animate-up.delay-2,
    .trends-2017 .animate-up.delay-3,
    .trends-2017 .animate-up.delay-4,
    .trends-2017 .animate-up.delay-5 {
        opacity: 0;
        -webkit-animation: float-up forwards cubic-bezier(0.38, 0.03, 1, 1) .125s;
        animation: float-up forwards cubic-bezier(0.38, 0.03, 1, 1) .125s;
    }

    .trends-2017 .animate-up.delay-1 {
        -webkit-animation-delay: .125s;
        animation-delay: .125s;
    }

    .trends-2017 .animate-up.delay-2 {
        -webkit-animation-delay: .125s;
        animation-delay: .125s;
    }

    .trends-2017 .animate-up.delay-3 {
        -webkit-animation-delay: .250s;
        animation-delay: .250s;
    }

    .trends-2017 .animate-up.delay-4 {
        -webkit-animation-delay: .500s;
        animation-delay: .500s;
    }

    .trends-2017 .animate-up.delay-5 {
        -webkit-animation-delay: .550s;
        animation-delay: .550s;
    }
}

@-webkit-keyframes float-up {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes float-up {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.flr {
    float: right;
}

.fll {
    float: left;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .lizard {
        display: none;
    }

    #trends .content-wrap {
        padding-top: 30px;
    }

    .howTo h2 {
        text-align: left;
        padding-left: 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* iPad and iPad Pro Specific */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1366px) and (max-width: 1366px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .chips-sprite.menu .icon-container {
        width: 150px;
    }

    .btn-liquid-usd:hover {
        background-position: 0 0;
    }

    .lizard {
        display: block;
    }

    #trends .body-content {
        margin: 0 auto;
    }

    #trends .content-wrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 36px;
    }

    #trends.trends-2017 .title-wrapper {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow: visible;
    }

        #trends.trends-2017 .title-wrapper .color-title {
            position: relative;
        }

    .trends-2017 .img-container {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .trends-2017 .img-container img {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .trends-2017 .block-quote {
        margin: 0;
        padding: 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

        .trends-2017 .block-quote .quote {
            top: 0;
            line-height: 1.75em;
        }

    .trends-2017 .bottom-left {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .trends-2017 .bottom-left .button {
            text-align: right;
        }

        .trends-2017 .bottom-left .left {
            height: 100%;
            width: 50%;
            margin: 0;
            padding: 0;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .trends-2017 .bottom-left h2 {
            margin-top: 0;
            text-align: right;
            position: relative;
        }

        .trends-2017 .bottom-left .content {
            text-align: right;
            padding-right: 0px;
            position: relative;
            margin-left: 30px;
        }

        .trends-2017 .bottom-left .right {
            height: 100%;
            width: 40%;
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
            margin-left: 15px;
        }

    .trends-2017 .bottom-right {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        position: relative;
    }

    .trends-2017 .bottom-left .right.flr {
        overflow: hidden;
        padding-left: 15px;
    }

        .trends-2017 .bottom-left .right.flr img {
            width: auto;
            height: 100%;
            float: right;
        }

    .howTo {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .howTo h2 {
        text-align: left;
        padding-left: 30px;
    }

    .trends-2017 .bottom-right .content {
        position: relative;
    }

    .trends-2017 .bottom-right ul li {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .trends-2017 .cotysocial {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        clear: both;
        position: relative;
        bottom: 0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .slick-next, .color-menu .slick-prev {
        display: block !important;
    }

    .trends-2017 .block-quote .quote {
        top: 0;
        line-height: 2.5em;
    }
}
/* is mobile check */
.isMobile, .isMobile .coty-template {
    overflow-x: hidden;
}

    .isMobile .trends-2017 .bottom-left .left,
    .isMobile .trends-2017 .bottom-left .right {
        width: 100vw;
        height: 100vmin;
        float: none;
        clear: both;
        overflow: hidden;
        margin: 50px 0 25px 0;
    }

    .isMobile .trends-2017 .bottom-left .left {
        height: inherit;
        padding-bottom: 4rem;
    }


    .isMobile .trends-2017 .bottom-left .right {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .isMobile .trends-2017 .bottom-left .left h2, .isMobile .trends-2017 .bottom-left .left .content {
        padding-left: 20px;
    }

    .isMobile .howTo {
        padding-top: 0px;
    }

@media only screen and (min-width : 992px) {
    .isMobile .trends-2017 .bottom-left .left {
        height: 100vmin;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 20px;
    }

    .isMobile .trends-2017 .cotysocial {
        min-height: 10vh;
    }

    .isMobile .howTo {
        padding-top: 50px;
    }
}

.isMobile .trends-2017 .body-content, .isMobile .trends-2017 .content-wrap {
    width: 100vw !important;
}

.isMobile .trends-2017 .title-wrapper {
    width: 100vw !important;
    height: 100vw !important;
}

.isMobile .trends-2017 .block-quote {
    width: 100vw;
    min-height: 25vh;
    margin-top: 50px;
    margin-bottom: 50px;
}

.header-block .container {
    margin: 0;
}

.drop-content {
    padding: 0 !important;
    border-radius: 0 !important;
}