/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Body - General Layout Structure	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	margin: 0;
	padding: 0;
	font: 14px/20px proxima-nova, sans-serif;
	font-weight: 400; 
	font-style: normal; 
	text-align: left;
	color: #333333;
    /*
	background-color: #FFF;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-position: top center;
    */
	overflow: hidden;
	}

	img {
		border: 0;
		padding: 0;
		border-style: none;
		}
	
	a { font: 14px/24px proxima-nova, sans-serif; font-weight: normal; font-style: normal; }
	a:link { color: #333333; text-decoration: none; }
	a:active { color: #333333; text-decoration: none; outline: none; }
	a:visited { color: #333333; text-decoration: none; }
	body.isDesktop a:hover { color: #666666; text-decoration: none; }

    .noselect {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
           -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
    }

	h1 {
		position: relative;
		width: 100%;
		font: 40px/40px proxima-nova, sans-serif;
		letter-spacing: 1.2px;
		font-weight: 700; 
		color: #333333;
    	margin: auto;
		}

		h1 span {
			font-weight: 200;
		}

	h2 {
		position: relative;
		width: 100%;
		font: 28px/46px proxima-nova, sans-serif;
		letter-spacing: 1.2px;
		font-weight: 600;
		color: #333333;
    	margin: 20px 0 20px 0;
		text-transform: uppercase;
		}
		h2 span {
			font-weight: 200;
		}

	h3 {
		position: relative;
		width: 100%;
		font: 20px/28px proxima-nova, sans-serif;
		letter-spacing: 1.2px;
		font-weight: 600;
		color: #333333;
		margin: 25px 0 25px 0;
		text-transform: uppercase;
		}

	p {
		font: 14px/20px proxima-nova, sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 25px 0;
		}

    @media screen and (max-width: 1100px) {
        h2 {
            font: 28px/35px proxima-nova, sans-serif;
            font-weight: 700;
            }

            h2 span {
                font-weight: 200;
            }
    }

    @media screen and (max-width: 800px) {
        h2 {
            font: 20px/28px proxima-nova, sans-serif;
            font-weight: 700;
            margin: 10px 0;
            }
        h3 {
            font: 14px/20px proxima-nova, sans-serif;
            font-weight: 500;
            margin: 15px 0;
            }
    }

/**********************************************************************************
BUTTONS AND HOVERS
**********************************************************************************/

	.btn {
		display: inline-block;
		margin: 20px 10px 0 10px;
		padding: 0;
		font-size: 12px;
		font-weight: 700; 
		line-height: 25px;
		color: #333333;
		text-align: center;
		cursor: pointer;
		text-transform: uppercase;
		border-bottom: 4px solid #000000;
		overflow: hidden;
		}
		a.btn { color: #333333; }

    body.isDesktop .btn,
    body.isDesktop a.btn {
		-webkit-transition: color 1s cubic-bezier(0.25,1,0.25,1), background-color 1s cubic-bezier(0.25,1,0.25,1), border-bottom-color 1s cubic-bezier(0.25,1,0.25,1);
		   -moz-transition: color 1s cubic-bezier(0.25,1,0.25,1), background-color 1s cubic-bezier(0.25,1,0.25,1), border-bottom-color 1s cubic-bezier(0.25,1,0.25,1);
			-ms-transition: color 1s cubic-bezier(0.25,1,0.25,1), background-color 1s cubic-bezier(0.25,1,0.25,1), border-bottom-color 1s cubic-bezier(0.25,1,0.25,1);
			 -o-transition: color 1s cubic-bezier(0.25,1,0.25,1), background-color 1s cubic-bezier(0.25,1,0.25,1), border-bottom-color 1s cubic-bezier(0.25,1,0.25,1);
				transition: color 1s cubic-bezier(0.25,1,0.25,1), background-color 1s cubic-bezier(0.25,1,0.25,1), border-bottom-color 1s cubic-bezier(0.25,1,0.25,1);
		} 

    body.isDesktop .btn:hover,
    body.isDesktop a.btn:hover { 
		border-bottom-color: #666666 !important;
        color: #000000;
    }


/**********************************************************************************
COLORS
**********************************************************************************/
    .bg_blank_canvas { background-color: #F1EDE1; }
    .bg_half_sea_fog { background-color: #A9B7BC; }
    .bg_perfect_taupe { background-color: #B5ACA1; }
    .bg_spanish_sand { background-color: #DCD0BE; }
    .bg_smokey_pink { background-color: #CEBCB5; }
    .bg_pure_earth { background-color: #A79481; }
    .bg_hybrid { background-color: #CFCDAA; }
    .bg_spiced_mustard { background-color: #BA9464; }
    .bg_vermilion { background-color: #A26B67; }
    .bg_aubergine { background-color: #584B4E; }
    .bg_conifer_green { background-color: #747768; }
    .bg_sophisticated_teal { background-color: #537076; }

    /*DESIGNERS COLLECTION*/
    .bg_gratifying_gray { background-color: #CBC9C0; }
    .bg_vintage_pewter { background-color: #CBC4B7; }
    .bg_cracked_pepper { background-color: #4f5152; }
    .bg_vine_leaf { background-color: #4d5f4f; }
    .bg_midnight_blue { background-color: #4c565e; }
    .bg_jungle_camouflage { background-color: #AAA794; }
    .bg_adirondack_blue { background-color: #748590; }

    .bg_old_color_1 { background-color: #87977A; }

    /* TURN TEXT WHITE FOR DARK COLORS*/
    /* 
    .bg_gratifying_gray,
    .bg_vintage_pewter,
    */
    .bg_cracked_pepper,
    .bg_vine_leaf,
    .bg_midnight_blue,
    .bg_jungle_camouflage,
    .bg_adirondack_blue,
    .bg_old_color_1 { 
        color: #fff;
    }

    .chip_blank_canvas .chip-base { fill: #F1EDE1; }
    .chip_half_sea_fog .chip-base { fill: #A9B7BC; }
    .chip_perfect_taupe .chip-base { fill: #B5ACA1; }
    .chip_spanish_sand .chip-base { fill: #DCD0BE; }
    .chip_smokey_pink .chip-base { fill: #CEBCB5; }
    .chip_pure_earth .chip-base { fill: #A79481; }
    .chip_hybrid .chip-base { fill: #CFCDAA; }
    .chip_spiced_mustard .chip-base { fill: #BA9464; }
    .chip_vermilion .chip-base { fill: #A26B67; }
    .chip_aubergine .chip-base { fill: #584B4E; }
    .chip_conifer_green .chip-base { fill: #747768; }
    .chip_sophisticated_teal .chip-base { fill: #537076; }

    /* DESIGNERS COLLECTION */
    .chip_gratifying_gray .chip-base { fill: #CBC9C0; }
    .chip_vintage_pewter .chip-base { fill: #CBC4B7; }
    .chip_cracked_pepper .chip-base { fill: #4f5152; }
    .chip_vine_leaf .chip-base { fill: #4d5f4f; }
    .chip_midnight_blue .chip-base { fill: #4c565e; }
    .chip_jungle_camouflage .chip-base { fill: #AAA794; }
    .chip_adirondack_blue .chip-base { fill: #748590; }

    .chip_old_color_1 .chip-base { fill: #87977A; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GENERIC STUFF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#cover {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #F6F5F0;
		z-index: 100;
		}
	#wrapper {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		background-color: #FFFFFF;
		}

        .section {
            display: block;
            position: relative;
            width: 100%;
            margin: 0 0 75px 0;
            padding: 0;
            text-align: center;
            overflow: hidden;
            }

            .section-inner {
                position: relative;
                width: 100%;
                max-width: 1600px;
                margin: 0 auto 0 auto;
                }
                .inner-wide {
                    margin: 0 auto;
                    padding: 0 20px 0 20px;
                    text-align: center;
                    box-sizing: border-box;
                    }
                .inner-content {
                    position: relative;
                    margin: 15% 25px 0 25px;
                    max-width: 800px;
                    }
        .streamlined {
            max-width: 1600px;
            }
        .thin {
            max-width: 600px;
            }
        .thin2 {
            max-width: 800px;
            }
            

    @media screen and (max-width: 700px) {
        .section {
            margin: 0 0 50px 0;
            }
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    #header {
        display: block;
        position: relative;
        height: 70px;
        margin: 0 auto 0 auto;
        z-index: 12;
        }
        #logo {
            position: absolute;
            top: 16px;
            left: 20px;
            width: 141px;
            height: 37px;
            fill: #000;
            stroke: none;
        }
        #logo img {
            width: auto;
            height: 37px;
            }
                    
@media screen and (max-width: 700px) {
    /* 
    #header {
        height: 60px;
        }

        #logo-trends img {
            height: 40px;
            }
    */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LANGUAGE SELECT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    #language {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        font: 16px/20px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
        text-transform: uppercase;
        text-align: right;
        }

    #language-select {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 10px;
        font: 16px/20px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
        font-weight: 400; 
        font-style: normal; 
        color: #333333;
        text-transform: uppercase;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 10px 10px 10px;
        text-align: left;
        box-sizing: border-box;
        display: none; 
        z-index: 55;
        }

        a.language-header {
            display: block;
            font: 16px/20px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
            font-weight: 400; 
            font-style: normal;
            text-align: right;
            color: #000;
            }
        .language-row {
            display: block;
            margin: 10px 0 0 0;
            }
        .language-category {
            display: inline-block;
            width: 60px;
            }
        .flag {
            width: 31px;
            height: 20px;
            vertical-align: text-bottom;
            margin: 0 10px 0 0;
            }
            #language .flag {
                margin: 0 0 0 10px;
                }
            .language-row .flag {
                margin: -3px 10px 0 0;
                }
            .language-row a {
                margin: 0 0 0 20px;
                font: 16px/20px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
                }
        
            @media screen and (max-width: 500px) {
                #language {
                    font: 14px/18px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
                    }
                #language-select {
                    font: 14px/18px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
                    }
                    a.language-header {
                        font: 14px/18px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
                        }
            
                    .language-row a {
                        font: 14px/18px "alternate-gothic-no-3-d", Verdana, Arial, sans-serif;
                        }
            }
        
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FEATURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    #feature {
        display: block;
        /* 
        background-image: url("../img/header/temp_header.jpg");
        background-position: center center;
        background-size: cover;
        background-color: #FFF;
        */
        height: 600px;
        margin-bottom: 0;
        color: #333333;
        overflow: hidden;
        }

        #coty-sequence-holder {
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            width: 1600px;
            height: 600px;
            transform: translateX(-50%);
            background-image: url("../img/sequence/sequence_00000.jpg");
            background-position: center center;
            background-size: cover;
            }
            #coty-sequence {
                display: block;
                position: absolute;
                top: 0;
                left:  0;
                width: 1600px;
                height: 600px;
            }

            body.isMobile #coty-sequence-holder {
                background-image: url("../img/sequence_mobile/sequence_00000.jpg");
                width: 1024px;
                }
                body.isMobile #coty-sequence {
                    width: 1024px;
                }

                #coty-loading {
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-weight: 700;
                    font-size: 18px;
                    width: 300px;
                    color: #333333;
                }

        #feature .inner-wide {
             margin: 100px auto; 
        }


        #feature-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            padding: 0;
        }

        #feature-logo img,
        #feature-logo svg {
            width: 100%;
            max-width: 200px;
        }
        #feature-logo h1 {
            font: 60px/60px proxima-nova, sans-serif;
            letter-spacing: 1.2px;
            font-weight: 700; 
        }
        #feature-logo h3 {
            font: 28px/28px proxima-nova, sans-serif;
            letter-spacing: 1.2px;
            font-weight: 600;
        }

            #feature-logo h1,
            #feature-logo h3 {
                text-transform: uppercase;
                margin: 10px 0;
            }

            #feature-logo h1 span {
                display: block;
            }

            #feature-intro {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                margin: 0;
                padding: 0;
                font: 48px/48px proxima-nova, sans-serif;
                letter-spacing: 1.2px;
                font-weight: 700; 
                color: #333333;
                text-transform: uppercase;
            }

            #feature-explore {
                position: absolute;
                top: 425px;
                left: 50%;
                transform: translate(-50%, -50%);
                margin: 0;
                padding: 0;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                cursor: pointer;
                opacity: 0;
            }

            @media screen and (max-width: 800px) {
                #feature-intro {
                    width: 90%;
                }
                #feature-logo {
                    width: 90%;
                }
                #feature-logo h1 {
                    font: 42px/42px proxima-nova, sans-serif;
                }
                #feature-logo h3 {
                    font: 20px/20px proxima-nova, sans-serif;
                }
            }

/**********************************************************************************
TOUR
**********************************************************************************/

    #tour {
        margin: 75px auto;
    }
        #tour-btn {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
            #tour-btn .copy {
                position: relative;
                display: inline-block;
                font: 18px/60px proxima-nova, sans-serif;
                letter-spacing: 1.2px;
                font-weight: 700;
                color: #333333;
                text-transform: uppercase;
                vertical-align: middle;
                margin-right: 20px;
            }
        
            #tour-btn .circle {
                position: relative;
                display: inline-block;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                vertical-align: middle;
                }
                #tour-btn .circle .arrow {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 25px;
                    height: 12px;
                    transform: translate(-50%, -50%);
                    }
                    #tour-btn .circle .arrow svg {
                        display: block;
                        width: 25px;
                        height: 12px;
                        margin: 0;
                        padding: 0;
                    }

            #tour-group {
                display: block;
                position: relative;
                width: 100%;
                height: 600px;
                margin-top: 50px;
            }
                #tour-nav {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 200px;
                    height: 100%;
                    background-color: #ffffff;
                    z-index: 12;
                    }

                    .tour-option {
                        position: absolute;
                        top: 0;
                        left: 10px;
                        cursor: pointer;
                        transform: translateY(-50%);
                        font-size: 14px;
                        font-weight: 600;
                        text-transform: uppercase;
                        text-align: left;
                        }
                        #tour1_nav { top: 10%; }
                        #tour2_nav { top: 30%; }
                        #tour3_nav { top: 50%; }
                        #tour4_nav { top: 70%; }
                        #tour5_nav { top: 90%; }

                        .tour-dot {
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-color: #F1EDE1;
                            border-radius: 50%;
                            vertical-align: middle;
                            border: 1px solid #000000;
                            margin: 0 10px 0 0;
                            opacity: 0;
                            
                            vertical-align: top;
                        }
                        .tour-label {
                            display: inline-block;
                            vertical-align: top;
                            margin: 0;
                            max-width: 150px;
                        }
       
                    .tour-flourish {
                        position: absolute;
                        top: 20px;
                        bottom: 20px;
                        left: 20px;
                        width: 6px;
                        transform: translateX(-50%);
                        text-align: center;
                        }
                        .tour-flourish .line {
                            display: block;
                            width: 1px;
                            height: 100%;
                            margin: 0 auto;
                            background-color: #333333;
                            margin: 0 auto;
                            }

                            .tour-flourish .circle {
                                display: block;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 6px;
                                height: 6px;
                                background-color: #333333; 
                                border-radius: 50%;
                                }
                                .tour-flourish .circle.bottom {
                                    top: auto;
                                    bottom: 0;
                                    }

                #tour1,
                #tour2,
                #tour3,
                #tour4,
                #tour5 {
                    display: block;
                    height: 100%;
                    overflow: hidden;
                    margin: 0;
                    opacity: 0;
                    margin-left: 200px !important;
                    }

                    .swiper-slide {
                        position: relative;
                        flex-shrink: 0;
                        transition-property: transform;
                        /* 
                        width: auto !important;
                        height: auto !important;
                        */
                        width: auto !important;
                        margin: 0;
                        padding: 0;
                        box-sizing: border-box;
                        }

                    .tour-split {
                        display: flex;
                        width: auto;
                        height: 100%;
                        margin: 0 50px;
                        box-sizing: border-box;
                        padding: 25px 0;
                    }
                    .tour-split-image {
                        display: flex;
                        width: auto;
                        height: 100%;
                        margin: 0 50px;
                        box-sizing: border-box;
                        padding: 0;
                    }
                    .tour-image {
                        display: block;
                        height: 100%;
                        width: auto;

                        display: inline-block;
                        margin: 0;
                        padding: 0;
                    }
        
                    .tour-text {
                        display: inline-block;
                        position: relative;
                        width: 500px;
                        height: 100%;
                    }

                    .tour-text.thin4 {
                        width: 400px;
                    }

                    .tour-text div {
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 80%;
                        max-width: 800px;
                        
                        font: 20px/44px proxima-nova, sans-serif;
                        letter-spacing: 1.2px;
                        font-weight: 600;
                        text-transform: uppercase;
                        text-align: center;
                        margin: 0;
                        }

                        .tour-slide {
                            width: auto;
                            height: 100%;
                            position: relative;
                            flex-shrink: 0;
                            transition-property: transform;
        
                            width: auto !important;
                            height: auto !important;
        
                            background-color: #FFF;
                        }

        @media screen and (max-width: 800px) {

            #tour-group {
                height: 650px;
                margin-top: 20px;
            }
                #tour-nav {
                    top: 510px;
                    width: 100%;
                    height: 100px;
                    text-align: center;
                    }
                    .tour-option {
                        display: inline-block;
                        position: relative;
                        top: auto;
                        left: auto;
                        transform: none;
                        text-align: center;
                        margin: 15px;
                        padding: 0 5px;
                        }
                        #tour1_nav,
                        #tour2_nav,
                        #tour3_nav,
                        #tour4_nav,
                        #tour5_nav { 
                            top: auto;
                            margin: 10px 10px 0 10px;
                         }

                        .tour-option.active {
                            border-bottom: 4px solid #000000;
                        }

                    #tour1,
                    #tour2,
                    #tour3,
                    #tour4,
                    #tour5 {
                        height: 500px; 
                        margin-left: 0 !important;
                        }
                        .tour-dot {
                            display: none;
                        }
                        .tour-label {
                            max-width: none;
                            font-size: 12px;
                        }
        
                    .tour-flourish {
                        display: none;
                        }
        }

/**********************************************************************************
COLOR COMBOS SECTION
**********************************************************************************/

    #combos_nav {
        display: block;
        position: relative;
        width: 100%;
        max-width: 1200px;
        height: 80px;
        margin: 50px auto 50px auto;
    }
        .combo-nav {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 20%;
            height: 100%;
            cursor: pointer;
        }
        #combo2_nav { left: 20%;}
        #combo3_nav { left: 40%;}
        #combo4_nav { left: 60%;}
        #combo5_nav { left: 80%;}

        #pro .combo-nav {
            width: 25%;
        }
        #pro #combo2_nav { left: 25%;}
        #pro #combo3_nav { left: 50%;}
        #pro #combo4_nav { left: 75%;}
        #pro #combo5_nav { left: 80%; display: none;}

        .combo_arrow {
            position: absolute;
            top: 50%;
            transform:translateY(-50%);
            cursor: pointer;
            transition: opacity 0.5s cubic-bezier(0.25,1,0.25,1);
        }
            
	        body.isDesktop .combo_arrow:hover { opacity: 0.5; }
            #combo_arrow_left {
                left: -40px;
            }
            #combo_arrow_right {
                right: -40px;
            }
            @media screen and (max-width: 1320px) {
                .combo_arrow {
                    display: none;
                }
            }

        #combos_group {
            display: block;
            position: relative;
            width: 100%;
            height: 700px;
            overflow: hidden;
            }
            .combo-container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .combo-img {
                display: block;
                position: absolute;
                top: 25%;
                left: 0;
                width: 100%;
                height: 75%;
                background-image: url("../img/combos/combo1.jpg");
                background-position: center center;
                background-size: cover;
            }

            #combo1 .combo-img { background-image: url("../img/combos/combo1.jpg"); }
            #combo2 .combo-img { background-image: url("../img/combos/combo2.jpg"); }
            #combo3 .combo-img { background-image: url("../img/combos/combo3.jpg"); }
            #combo4 .combo-img { background-image: url("../img/combos/combo4.jpg"); }
            #combo5 .combo-img { background-image: url("../img/combos/combo5.jpg"); }

            #pro #combo1 .combo-img { background-image: url("../img/combos_pro/combo1.jpg"); }
            #pro #combo2 .combo-img { background-image: url("../img/combos_pro/combo2.jpg"); }
            #pro #combo3 .combo-img { background-image: url("../img/combos_pro/combo3.jpg"); }
            #pro #combo4 .combo-img { background-image: url("../img/combos_pro/combo4.jpg"); }
            #pro #combo5 .combo-img { background-image: url("../img/combos_pro/combo5.jpg"); }

            .combo-swatch {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 60%;
                height: 25%;
            }

            .combo-swatch.secondary {
                left: auto;
                right: 0;
                width: 40%;
            }
                .combo-swatch .title {
                    position: absolute;
                    bottom: 25px;
                    right: 50px;
                    text-align: right;
                }


        @media screen and (max-width: 800px) {
            #combos_nav {
                height: 50px;
            }
            .combo-nav {
                height: 50px;
            }
            #combos_group {
                height: 600px;
                }
            
            .combo-img {
                display: block;
                position: relative;
                top: auto;
                left: auto;
                height: 400px;
            }
            .combo-swatch,
            .combo-swatch.secondary {
                display: block;
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                width: 100%;
                height: 100px;
            }
        }

/**********************************************************************************
COLORIZE SECTION
**********************************************************************************/

        #colorize-header {
            display: block;
            position: relative;
            width: 100%;
            height: 10px;
            /* margin-bottom: -120px; */
            z-index: 1;
            }
            #colorize-header div {
                position: relative;
                margin: 0 auto;
                max-width: 800px;
                }

        #colorize-room {
            display: block;
            position: relative;
            overflow: hidden;
            transition: background-color 1s cubic-bezier(0.25,1,0.25,1);
            margin-bottom: -80px;
            }

            #colorize-room .room {
                display: block;
                width: 100%;
                height: auto;
                }
            #colorize-room .prompt {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                }
                #colorize_desktop,
                #colorize_prompt_desktop {
                    display: block !important;
                    }
                #colorize_mobile,
                #colorize_prompt_mobile {
                    display: none !important;
                    }

            #colorize-buttons {
                display: block;
                position: relative;
                width: 100%;
                margin: 0 0 20px 0;
                text-align: center;
            }
            #colorize-chips {
                display: block;
                position: relative;
                width: 75%;
                margin: 0;
                text-align: left;
                user-select: none;
            }

                .colorize-chip {
                    display: inline-block;
                    position: relative;
                    margin: 0 2px 40px 2px;
                    text-align: center;
                    vertical-align: top;
                    user-select: auto;
                    height: 120px; /* Always 20px taller than chip below */
                }
                    .colorize-chip .chip {
                        display: block;
                        width: 60px;
                        height: 100px;
                    }

                    .colorize-chip .bg {
                        display: block;
                        width: 100%;
                        height: 100%;
                        border-radius: 4px;

                    }
                    .colorize-chip .text {
                        position: absolute;
                        /* top: 100%; */
                        bottom: -12px;
                        left: 50%;
                        display: block;
                        width: 150px;
                        font-size: 10px;
                        line-height: 12px;
                        transform: translateX(-50%);
                        margin-top: 5px;
                    }
        @media screen and (max-width: 1000px) {
            #colorize-header {
                height: 100px;
                }
            #colorize-room {
                margin-bottom: 0;
            }
        }

        @media screen and (max-width: 800px) {
            #colorize-header {
                position: relative;
                height: auto;
                top: auto;
                left: auto;
                margin: 0;
                margin-bottom: -30px;
                }
            #colorize-chips {
                margin: 0;
                width: 100%;
            }
            .colorize-chip {
                height: 80px; /* Always 20px taller than chip below */
                margin-bottom: 20px;
            }
            .colorize-chip .chip {
                width: 60px;
                height: 60px;
            }
            #colorize_desktop,
            #colorize_prompt_desktop {
                display: none !important;
                }
            #colorize_mobile,
            #colorize_prompt_mobile {
                display: block !important;
                }
        }


/**********************************************************************************
DESIGNER-COLLECTION
**********************************************************************************/
    #designer-collection {
        position: relative;
        margin: 0 0 50px 0;
        font-size: 0;
        }
        .promo-image {
            position: relative;
            width: 50%;
            }
            .promo-image img {
                display: block;
                width: 100%;
                height: auto;
                }

        .promo-copy {
            position: absolute;
            left: 52%;
            top: 50%;
            width: 48%;
            transform: translateY(-50%);
            }
            .promo-copy .inner-wide {
                text-align: left;
                }
                .promo-copy h3 {
                    font-weight: 700;
                    margin-top: 10px;
                }
                .promo-copy a {
                    font-size: 16px;
                    font-weight: 500;
                    text-transform: uppercase;
                }

    @media screen and (max-width: 800px) {
        .promo-image {
            display: block;
            position: relative;
            top: auto;
            right: auto;
            width: 100%;
            /* min-height: 300px; */
        }
        .promo-copy {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            width: 100%;
            transform: none;
            padding: 50px 0;
            margin: 0;
            text-align: center;
        }
        .promo-copy .inner-wide {
            text-align: center;
            }
            .promo-copy a {
                font-size: 12px;
                font-weight: 500;
            }
    }


/**********************************************************************************
DIVIDER SECTION
**********************************************************************************/
    #sweepstakes {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 0 150px 0;
        padding: 0;
        text-align: center;
        }

        #sweepstakes video {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            margin: 0 auto;
            display: none;
        }

        #sweepstakes img {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            display: none;
        }

        #sweepstakes .inner-wide {
            min-height: 250px;
            padding: 0;
        }

        #sweepstakes .btn {
            display: none;
        }
        body.isMobile #sweepstakes .btn {
            display: inline-block;
        }

        body.isMobile #sweepstakes img,
        body.isMobile #sweepstakes video {
            display: block;
        }
        body.isMobile.en-us #sweepstakes .flourish,
        body.isMobile.en-ca #sweepstakes .flourish,
        body.isMobile.fr-ca #sweepstakes .flourish {
            display: none;
        }
        body.isMobile.en-us #sweepstakes,
        body.isMobile.en-ca #sweepstakes,
        body.isMobile.fr-ca #sweepstakes {
            background-color: transparent  !important;
        }

    .flourish {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 6px;
        transform: translate(-50%, -50%);
        text-align: center;
        }
        .flourish .line {
            display: block;
            width: 1px;
            height: 200px;
            margin: 0 auto;
            background-color: #333333;
            margin: 0 auto;
            }
            .flourish .circle {
                display: block;
                width: 6px;
                height: 6px;
                background-color: #333333; 
                border-radius: 50%;
                margin: -3px auto 0 auto;
                }

                #feature-explore .flourish {
                    display: block;
                    position: relative;
                    top: auto;
                    left: auto;
                    transform: none;
                    width: 100%;
                    margin-bottom: 20px;
                }
                #feature-explore .line {
                    height: 75px;
                }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
    display: block;
    position: relative;
    height: 180px;
    background-color: #465058;
    font: 12px/24px proxima-nova, sans-serif;
    font-style: normal;
    color: #FFFFFF;
    margin: 0;
    }
    #footer .inner-wide {
        display: block;
        position: relative;
        padding: 0;
        margin-top: 70px;
    }
    .logo-footer {
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        width: 141px;
        height: 37px;
        fill: #FFF;
        stroke: none;
    }
    #legal {
        display: block;
        position: absolute;
        top: 10px;
        left: 160px;
    }

        #legal a {
            font: 12px/24px proxima-nova, sans-serif;
            font-style: normal;
            color: #FFF;
            margin: 0 10px;
        }

    #copyright {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

@media screen and (max-width: 1200px) {
    #footer .inner-wide {
        padding: 30px 0 0 0;
        margin-top: 0;
        text-align: center;
    }
    .logo-footer {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin: 10px auto 10px auto;
    }
    #legal {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
    }
    #copyright {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    #footer {
        font: 11px/24px proxima-nova, sans-serif;
    }
        #footer .inner-wide {
            padding: 10px 0 0 0;
            margin-top: 0;
        }
            #legal a {
                font: 11px/24px proxima-nova, sans-serif;
                margin: 0 5px;
            }
            #transparency {
                display: block;
            }
}
/**********************************************************************************
COOKIES
**********************************************************************************/

.cmp-revoke-consent {
    display: inline-block;
    position: relative;
    font: 12px/24px proxima-nova, sans-serif;
    font-style: normal;
    color: #FFF;
    margin: 0 10px;
    bottom: auto;
    left: auto;
    padding: 0;
    cursor: pointer;
}

.cmp-save-btn {
    text-transform: uppercase !important;
}

a.cc-link {
  font-weight: 700;
}

a.cc-link.cmp-pref-link {
  font-weight: 600;
}