/**********************************************************************************
BODY ELEMENTS
**********************************************************************************/
body {
	margin: 0;
	padding: 0;
	font: 14px/20px proxima-nova, sans-serif;
	font-style: normal; 
	font-weight: 400; 
	text-align: left;
    background-color: #FFFFFF;
    color: #2F2C29;
	}

	img {
		border: 0;
		padding: 0;
		border-style: none;
		}
	
    a { 
		font: 14px/24px proxima-nova, sans-serif;
        font-style: normal;
		font-weight: 700;
    }
	a:link { color: #465058; text-decoration: none; }
	a:active { color: #465058; text-decoration: none; outline: none; }
	a:visited { color: #465058; text-decoration: none; }
	body.isDesktop a:hover { color: #666666; text-decoration: none; }

	h1 {
		position: relative;
		font: 30px/30px alternate-gothic-no-2-d, sans-serif;
		text-transform: uppercase;
		margin: 10px 0 0 0;
		}

	h2 {
		position: relative;
		font: 50px/50px alternate-gothic-no-2-d, sans-serif;
		text-transform: uppercase;
    	margin: 0 0 20px 0;
		}

	h3 {
		position: relative;
		font: 30px/30px alternate-gothic-no-2-d, sans-serif;
		/* text-transform: uppercase; */
		margin: 0;
		}

    .subtitle {
		position: relative;
		font: 30px/30px proxima-nova, sans-serif;
		text-transform: uppercase;
		margin: 0;
    }

	p {
		font: 16px/24px proxima-nova, sans-serif;
        font-weight: 400;
        letter-spacing: -0.015em;
		margin: 0 0 20px 0;
		}
        ul {
            padding: 0 0 0 15px;
        }
        .small {
            font: 12px/20px proxima-nova, sans-serif;
            }

            h2 sup {
                font-size: 24px;
                top: -1em;
            }

            .subtitle sup  {
                font-size: 16px;
                top: -0.75em;
            }

            sup.special {
                font-size: 12px;
                top: -1em;
            }

    .emphasize {
        font-weight: 700;
        text-decoration: underline;
    }

/**********************************************************************************
GENERIC ELEMENTS
**********************************************************************************/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
    /* 
    max-width: 1920px;
    */
    margin: 0 auto;
    }

    .section {
        display: inline-block;
        position: relative;
        width: 100%;
        margin: 0 0 60px 0;
        padding: 0;
        text-align: center;
        overflow-y: visible;
        }

        .section-inner {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto 0 auto;
            }
            .inner-wide {
                margin: 0 auto;
                padding: 0 20px;
                text-align: left;
                box-sizing: border-box;
                }
                .inner-wide p.thin {
                    max-width: 500px;
                    margin-right: auto;
                    margin-left: auto;
                    }
                .inner-wide.video {
                    max-width: 800px;
                    }
                .inner-wide.streamlined {
                    padding: 0;
                    }
                .inner-content {
                    position: relative;
                    margin: 15% 25px 0 25px;
                    max-width: 460px;
                    }
                    .inner-content h1 {
                        margin-bottom: 40px;
                        }
                    .inner-content h2 {
                        margin-bottom: 40px;
                        }
                    .inner-content a.textlink {
                        font-size: 18px;
                        color: #999;
                        }

        a.btn {
            display: inline-block;
            font: 15px/50px proxima-nova, sans-serif;
            font-weight: 700;
            border-radius: 25px;
            background: #465058;
            margin: 20px 10px 0 10px;
            padding: 0 20px;
            width: 100%;
            max-width: 180px;
            color: #FFFFFF;
            text-align: center;
            cursor: pointer;
            overflow: hidden;
            }

            body.isDesktop a.btn {
                transition: color 1s cubic-bezier(0.25,1,0.25,1), background-color 1s cubic-bezier(0.25,1,0.25,1);
                } 

            body.isDesktop a.btn:hover {
                background-color: #8b6e4b;
                color: #FFFFFF;
                }

        a.btn.light {
            background: #f6f5f0;
            color: #465058;
            border: 1px solid #465058;
            }
            body.isDesktop a.btn.light:hover {
                background-color: #465058;
                color: #f6f5f0;
                }

/**********************************************************************************
HEADER
**********************************************************************************/
    #header {
        display: block;
        position: relative;
        height: 200px;
        margin: 0 auto 0 auto;
        z-index: 12;
        background-color: #FFFFFF;
        margin-bottom: 50px;
    }
        #header .inner-wide {
            height: 200px;
            background-image: url("../img/header.jpg");
            background-position: left top;
            background-size: 100% 100%;
        }

        #logo {
            position: absolute;
            top: 85px;
            left: 20px;
            width: 141px;
            height: 37px;
            fill: #000;
            stroke: none;
        }

        #tagline {
            position: absolute;
            top: 90px;
            left: 190px;
            font: 30px/30px proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
        }

/**********************************************************************************
BODY
**********************************************************************************/

        .product {
            position: relative;
            display: block;
            width: 33%;
            background-color: #f6f5f0;
            text-align: center;
            margin: 0 auto;
            padding: 20px 20px 30px 20px;
        }
            .product img {
                width: 100%;
                height: auto;

                width: 80%;
                margin: 0 auto 20px auto;
            }

            .product .details {
                display: block;
                width: 100%;
            }

        .multi {
            display: block;
            position: absolute;
            top: 0;
            width: 33%;
            height: 100%;
        }

        .multi-left {
            left: 0;
        }

        .multi-right {
            right: 0;
        }

        .multi-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-size: cover;
        }
        .multi-image img {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            opacity: 0; 
        }

        /* background-position: left center; */

        #semi_gloss .feature {
            background-image: url("../img/semi_gloss/feature.jpg");
            background-position: left bottom;
        }
        #semi_gloss .img1 {
            background-image: url("../img/semi_gloss/1.jpg");
            background-position: right center;
        }
        #semi_gloss .img2 {
            background-image: url("../img/semi_gloss/2.jpg");
            background-position: left center;
        }


        #marquee .feature {
            background-image: url("../img/marquee/feature.jpg");
            background-position: left top;
        }
        #marquee .img1 {
            background-image: url("../img/marquee/1.jpg");
            background-position: left center;
        }
        #marquee .img2 {
            background-image: url("../img/marquee/2.jpg");
            background-position: center center;
        }


        #semi_transparent .feature {
            background-image: url("../img/semi_transparent/feature.jpg");
            background-position: left bottom;
        }
        #semi_transparent .img1 {
            background-image: url("../img/semi_transparent/1.jpg");
            background-position: center center;
        }
        #semi_transparent .img2 {
            background-image: url("../img/semi_transparent/2.jpg");
            background-position: bottom right;
        }


        #granite_grip .feature {
            background-image: url("../img/granite_grip/feature.jpg");
            background-position: left bottom;
        }
        #granite_grip .img1 {
            background-image: url("../img/granite_grip/1.jpg");
            background-position: left bottom;
        }
        #granite_grip .img2 {
            background-image: url("../img/granite_grip/2.jpg");
            background-position: left bottom;
        }


        #spray_paint .feature {
            background-image: url("../img/spray_paint/feature.jpg");
            background-position: left top;
        }
        #spray_paint .img1 {
            background-image: url("../img/spray_paint/1.jpg");
            background-position: left bottom;
        }
        #spray_paint .img2 {
            background-image: url("../img/spray_paint/2.jpg");
            background-position: center center;
        }


        @media screen and (max-width: 800px) {

            #semi_gloss .inner-wide,
            #marquee .inner-wide,
            #semi_transparent .inner-wide,
            #granite_grip .inner-wide,
            #spray_paint .inner-wide {
                padding: 0;
                overflow: hidden;
            }
            
            h3 {
                font: 20px/20px alternate-gothic-no-2-d, sans-serif;
                }

            .product {
                width: 100%;
                text-align: left;
                padding: 40px 0;
                min-height: 250px;
                
                width: 100%;
                max-width: 400px;
            }
                .product img {
                    width: 40%;
                    margin: 0;
                }

                .product .details {
                    position: absolute;
                    top: 50%;
                    left: 45%;
                    width: 50%;
                    text-align: left;
                    transform:  translateY(-50%);
                }

            a.btn {
                font: 12px/50px proxima-nova, sans-serif;
                font-weight: 700;

                max-width: 150px;
                margin-left: 0;
            }
            
            .multi {
                position: relative;
                top: auto;
                left: auto;
                right: auto;
                width: 100%;
                height: 100%;
                min-height: 550px;

                width: 100%;
                max-width: 400px;
                min-height: auto;
                margin: 0 auto;
            }

                .multi-left .multi-image {
                    position: relative !important;
                    top: auto !important;
                    left: auto !important;
                    right: auto !important;
                    bottom: auto !important;

                    background-image: none !important;
                    height: auto;
                }
                
                .multi-right .multi-image {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .multi-right {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    height: auto;
                }

                .multi-image img {
                    opacity: 1; 
                }

        }



 .subscription-container {
     overflow: hidden;
 }


/**********************************************************************************
FOOTER
**********************************************************************************/
    #footer {
        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: 175px;
        }

            #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: left;
        }
        #logo-footer {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            margin: 10px;
        }
        #legal {
            display: block;
            position: relative;
            top: auto;
            left: auto;
            margin: 0;
        }
        #copyright {
            display: block;
            position: relative;
            top: auto;
            right: auto;
            margin: 10px;
        }
    }

    @media screen and (max-width: 600px) {
        
    #header {
        height: 150px;
    }
        #header .inner-wide {
            height: 150px;
        }
        #logo {
            position: absolute;
            top: 65px;
            left: 20px;
            width: 100px;
            height: auto;
        }
        #tagline {
            top: 70px;
            left: 135px;
            font: 20px/20px proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
        }

        #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;
                }
                #transparency {
                    display: block;
                }
    }
          
/**********************************************************************************
VIDEO EMBED
**********************************************************************************/
    .vimeo-embed {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    } 
    .vimeo-embed iframe,
    .vimeo-embed object,
    .vimeo-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /*padding-top: 25px;*/
        height: 0;
        margin-top: 20px;
        border-radius: 8px;
        background-color: #fff;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
