@import url('//fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

/* These includes are optional, but helpful. */
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




 /* Main Blue colror */
 /* Main Blue color */
 /* Main Blue color */
 /* Main Blue color */
 /* Main Blue color */
 /* Main Blue color */
 /* Main Blue color */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
table {
    width: 100% !important;
    height: auto !important;
}
img {
    max-width: 100%;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
sup {
    font-size: 0.55rem;
}
body{
    margin: 0 auto !important;
    padding: 0;
	font-family: "Lato", sans serif;
	font-size: 18px;
    font-weight: 400 !important;
	background: #fff;
	color: #333333;
    line-height: 1.25;
}
@media screen and (max-width: 480px) {
	body{
		font-size: 16px;
	}
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans serif;
	font-weight: 300;
}
h1{
	font-size: 36px;
	color: #000000
}
h2{
	font-size: 30px;
	color: #000000
}
a{
	color: #404040;
	text-decoration: none;
	}
.top-bar-nav a {
    color: #333333;
}


.hs-responsive-embed {
    width: 100%;
    height: 0;
    padding-top: 51%;
    overflow: hidden;
    position: relative;
}

.hs-responsive-embed iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

a img{ border: none; }
.white{ color: #fff; }
.clear20{ clear: both; height: 20px; }
.clear50{ clear: both; height: 50px; }
.pad20base{ padding: 0 0 20px 0; }
.pad50base{ padding: 0 0 50px 0; }
.hs-button{
    text-shadow: 0 1px #333 !important;
    font-weight: 400 !important;
    font-family: "Lato", sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	text-align: center;
    font-size: 21px !important;
    margin: 0 auto !important;
    background: #404040;
    display: inline-block;
    padding: 0.5em 2em;
    border: 1px solid #fff;
    -webkit-transition: all .25s ease-in-out
    transition: all .25s ease-in-out
}

/* Universal-Fit Mat section */
.ajaxButtonsHere {
  margin-top: 35px;
}
.ccButton.universal-mat-button {
  display: inline-block;
  width: 47%;
}
.ccButton.universal-mat-button .hs-button {
  padding: 0.5em 0.6em;
} /* End Universal-Fit Mat section */

	.banner .hs-button:hover{
        background: transparent;
        color: #404040;
        -webkit-transition: all .25s ease-in-out
        transition: all .25s ease-in-out;
        border: 1px solid #404040;
	}
    
    .hs-button{
        font-size: 18px;
    }
.center{ text-align: center !important; }
.all-wrap{
    margin: 0 auto !important;
    max-width: 1080px;
    float: none !important;
    padding: 0 20px;
}

.top-promo {
    padding: 10px 0;
    text-align: center;
    background: #252525;
    color: #eee;
}
    .top-promo h3 {
        font-size: 15px;
        color: #eee;
        margin: 0 0 0.25em;
        line-height: 1em;
        -webkit-font-smoothing: initial;
    }

.top-bar{
    background: #f4f4f4;
    padding: 5px 0;
}
    .top-bar-nav{
        font-size: 14px;
        text-align: right;
    }
        .top-bar-nav ul{
            list-style: none;
            float: right;
            margin: 0;
        }
        .top-bar-nav li{
            float: right;
            padding: 0 0 0 8px;
        }
.top-bar,
.top-bar .top-bar-nav {
    min-height: 0 !important;
}
    
    
    
.header-container-wrapper{
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
}
.header{
    height: 105px;
}
    .logo{
        margin: 29px 0 0 0;
        width: 250px !important;
    }
    .mainMenu{
            text-align: right;
        	margin-top: 13px;
        	margin-left: 20px !important;
        	width: 710px !important;
    }
    @media screen and (max-width: 1139px) and (min-width: 768px) {
        .mainMenu {
            width: 740px !important;
        }
    }
        .mainMenu ul{
            list-style-type: none;
        }
            .mainMenu li{
                float: left;
                margin: 20px 0 0 8px;
            }
            	.mainMenu a{
            			color: #000;
                        font-size: 15px;
                        text-transform: uppercase;
            		}
            			.mainMenu a:hover{
            				color: #567c98;
			}
            
            
        .mainMenu > div > span > div > ul {
            display: block !important;
            padding: 0 !important;
            text-align: right !important;   
        }
        
        .mainMenu > div > span > div > ul > li {
            display: inline;
            float: none !important;
        } 
         
        .header-area .mainMenu ul {
            text-align: left;
        	display: inline;
        	margin: 0;
        	list-style: none
        }
        .header-area .mainMenu ul li {
        	display: inline-block;
        	position: relative;
        	cursor: pointer
        }
        .header-area .mainMenu ul li:hover {
        }
        .header-area .mainMenu ul li ul {
        	padding: 0;
        	position: absolute;
        	top: 36px;
        	left: 0;
        	width: 170px;
        	display: none;
        	opacity: 0;
        	visibility: hidden;
        	z-index: 5;
        	background: #fff;
        	border: 1px solid #ccc;
        	border-radius: 5px
        }
        .header-area .mainMenu ul li ul li {
        	display: block;
            margin: 0;
        }
        .header-area .mainMenu ul li ul li a {
        	width: 168px;
        	border-bottom: 1px solid #eee
        }
        .header-area .mainMenu ul li > ul > li:hover {
        	background: #fafafa
        }
        .header-area .mainMenu ul li:hover ul {
        	display: block !important;
        	opacity: 1;
        	visibility: visible;
            z-index: 300;
        }
        .header-area .mainMenu ul {
        	list-style-type: none;
        	padding: 30px 0 0 0;
        	margin: 0
        }
        .header-area .mainMenu ul li {
        	float: left
        }
        .header-area .mainMenu a {
        	padding: 10px 6px;
        	display: block
        }
        .header-area .mainMenu li:hover > a {
        	color: #ff7800!important
        }
        .header-area .hs-menu-item .hs-menu-depth-1:last-child {
        	color: #007dc3;
        	border: 1px solid #007dc3;
        	border-radius: 3px;
        	padding: 6px 8px
        }
        
        .icon-wrap{
            margin: 32px 0 0 15px !important;
            padding: 0;
            width: 37px !important;
            position: relative;
            right: -5px;
        } 
            .icon-wrap img {
                display: inline-block;
                max-width: 37px;
            }
            .search{
        		border-radius: 10px;
        		width: 20px;
        		height: 20px;
        		color: #fff;
        		background: #f4f4f4;
        	}
            img.search-button {
                cursor: pointer;
            }
.row-fluid .modal-search {
    position: fixed;
    background: rgba(85, 124, 153, 0.89);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}
.modal-search i.fa-times {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 3em;
    color: #fff;
    cursor: pointer;
}
.search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 800px;
    padding: 2em;
}
.search-input {
    -webkit-appearance: none;
    border: 0 none;
    background: transparent;
    color: #fff!important;
    font-size: 3em!important;
    max-width: calc(100% - 75px);
    border: 0!important;
    border-bottom: 3px solid #fff!important;
    outline: none;
}
.search-submit {
    font-family: fontAwesome!important;
    background: transparent;
    border: 0 none;
    font-size: 3em!important;
    color: #fff;
}
.search-input:focus {
    outline-color: transparent;
    outline-style: none;
}
.search-input::-webkit-input-placeholder {
   color: #fff;
}
.search-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.search-input:-ms-input-placeholder {  
   color: #fff;  
}
.modal-search i.fa-times {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 3em;
    color: #fff;
    cursor: pointer;
}
.webResult {
    margin-bottom: 1em;
    border-top: 1px solid #ddd;
}
.webResult:first-child {
    border-top: 0 none;
}
        	.c-out{
        		border-radius: 10px;
        		width: 20px;
        		height: 20px;
        		color: #fff;
        		background: #567c98;
        	}
        .menu-button{
            float: left;
        }
        @media screen and (min-width:1070px) {
            .menu-button {
            	display: none;
            }
        }
        
        @media screen and (max-width:1070px) {
            .header{
                height: 80px;
            }
                .logo{
                    width: 250px !important;
                    float: left !important;
                    margin: 25px 0 0 0;
                }  
                    .logo a {
                        display: block;
                        width: 200px;
                        height: 49px;
                        background: url('https://cdn2.hubspot.net/hubfs/166601/images/logos/GGBAILEY_logo_200px.png') no-repeat;
                    }
                    .logo img{
                        opacity: 0;
                    } 
                .header-area .mainMenu {
                    display: none;
                }
                #main-nav{
                    margin: 28px 5px 0 5px !important;
                    float: right !important;
                }
                .icon-wrap{
                    float: right !important;
                    margin: 20px 0 0 0 !important;
                    padding: 0;
                    width: 55px !important;
                }
                    .icon-wrap img{
                        padding: 0;
                    }
        }
/* Change call to action on learn more */
#hs-cta-wrapper-b83f56d3-8dbf-4654-9956-e87e55fec929 {
  display: inline-block;
  padding-top: 19px;
}
.breadcrumb{
    display: none !important;
    /*
	height: 20px;
	padding: 9px;
	background: #567c98;
    */
}
    .breadcrumb ul{
		list-style-type: none;
        padding: 0;
        margin: 0;
	}
        .breadcrumb li{
            float: left;
    	}
            .breadcrumb a{
        		background: #f4f4f4;
        	}
.banner{
	//color: #fff; /** STANDARD COLOR **/
	color: #000; /** DARK COLOR **/
	//text-shadow: 1px 0px #000;
    height: 535px;
}
    .banner-text {
        max-width: 1200px !important;
        padding: 0 1em 0 33em !important;
        margin: auto !important;
        float: none !important;
        text-align: right;
    }
	.banner .hs-button{
        margin-top: 30px !important;
	}
	.banner-text-heading{
		font-size: 38px;
		text-transform: uppercase;
        margin: 175px 0 0 0;
        //color: #404040;
	}
    .banner-text-heading sup {
        position: relative;
        top: -1em;
    }
	.banner-design{
    		/*background:url(//cdn2.hubspot.net/hubfs/166601/GGB_GGBailey%20Hero%20banner_V2_image.jpg);/** STANDARD BANNER **/
        /*background:url(//cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/Holiday-Banner-GGBAILEY.jpg);/** Christmas BANNER **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/GGB_Banner%20-%20Happy%20New%20Year_V2_2.png);/** New Years BANNER **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/GGB_Hero-Banner-Fall-19.jpg);*/
        background:url(https://cdn2.hubspot.net/hubfs/166601/GGBailey_Hero-Banner-Fall-19.jpg);
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/GGB_Hero-Banner-Summer-19.jpg);*/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/GGB_Hero-Banner-Spring.jpg);*/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/GGB_Hero-Banner-Summer.jpg);/** Summer Banner **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-summer-new_1.jpg.jpeg);/** Summer Banner New **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-personality.jpg);/** Personality Banner **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-veterans.jpg);/** Veterans Banner **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-thankful.jpg);/** Thankful Banner **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-thanksgiving_orange.jpg);/** Thankful Banner Orange **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-celebrate-static2.jpg);/** Celebrate Holiday 2017 **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-all-weather-3.jpg);/** All-Weather Banner **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-spring-18.jpg);/** Spring 2018 **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-veterans.jpg);/** Veterans Banner **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/GGB-Banner-Summer-2018%20%282%29.jpg);/** Summer Banner 2018 **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/GGB_Banner-Summer-2018-dark-mat.jpg);/** Summer Banner dark mat 2018 **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/GGB_Banner-Summer-2018-beige-nologo.jpg);/** Summer Banner beige 2018 **/
				/*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-personalize.jpg);*//** Personalize 2018 **/
    		/*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-all-weather-fall-2018-b.jpg);*//** 2018 - Fall - All Weather **/
    		/*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/GGB_Banner-Celebrate.jpg);  2018 - Winter - Celebrate **/
    		/*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/GGB_Banner-Holiday-2018-v3.jpg);*/ /** 2018 - Winter - Holiday **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/GGB_Banner-blackfriday.jpg);*//** All Weather FALL 2018 **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-all-weather-jan-2019.jpg);*/ /** 2019 - Jan - All Weather **/
        /*background:url(https://cdn2.hubspot.net/hubfs/166601/images/Hero%20Banners/gg-bailey-home-header-all-weather-feb-2019.jpg);*/ /** 2019 - Feb - All Weather **/
        background-size: cover;
        background-position: right center;
        /*height: 535px !important; 
        height: 612px !important;*/
    		height: 672px !important;
        border-bottom: 0px solid #fff;
        border-right: 0px solid #fff;
	}
@media screen and (max-width: 768px) {
	.banner-text-heading #hs_cos_wrapper_module_144734658636718896.hs_cos_wrapper_type_text {
		color: white !important;
		text-shadow: 0 0 8px black;
	}

	.widget-type-text #hs_cos_wrapper_module_14473371443634116.hs_cos_wrapper_type_text {
		color: white !important;
		text-shadow: 0 0 8px black;
	}
}
	.banner-couture{
        display: none !important;
		background-image: url('//cdn2.hubspot.net/hubfs/166601/images/black-rug-1.jpg');
		//background-image: url('https://shop.ggbailey.com/wp-content/uploads/2016/03/black-oriental-couture.jpg');
        background-size: cover;
        background-position: top center;
        height: 100% !important;
        width: 50% !important;
        margin-left: 0px !important;
        height: 535px !important;
        border-bottom: 1px solid #fff;
	}

.banner.title-banner {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #555;
    background-size: cover;
    border-bottom: 12px solid #ec7810;
    margin-bottom: 25px;
}
    .banner.title-banner:after {
        position:absolute;
        content:"\0020";
        z-index:-1;
        box-shadow: 0 12px 24px 4px rgba(0,0,0,0.9);
        width: 100%;
        max-width: 1200px;
        height: 30%;
        left: 50%;
        bottom: 0;
        border-radius: 15%;
        transform: translateX(-50%);
    }

    .banner.title-banner .page-header h1,
    .banner.title-banner .page-header p {
        font-size: 48px;
        color: #fff;
        text-shadow: 3px 3px 0 #f07f32;
        margin: 0;
        padding: 0;
        font-weight: 700 !important;
        font-style: italic;
        text-transform: uppercase;
    }
    .banner.title-banner .page-header p {
        font-size: 64px;
    }

/*.banner-design:hover,
.banner-design:focus,
.banner-couture:hover,
.banner-couture:focus {
    border: 15px solid #404040;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}*/
.body-container > .row-number-7 {
  margin-top: 140px;
}
.banner-design,
.banner-couture {
    display: block;
    padding: 1em;
    border: 0px solid #404040;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2px 4px #000000;
  -moz-box-shadow: 0px 2px 4px #000000;
  box-shadow: 0px 2px 4px #000000;
}
@media screen and (min-width: 1070px) and (max-width: 1235px) {
    .banner-text {
        padding-left: 42% !important;
    }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
    .banner-text-heading {
        color: #ffffff !important;
    }
}
@media screen and (min-width: 891px) and (max-width: 1069px) {
    .banner-text {
        padding-left: 30% !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 890px) {
    .banner-text {
        padding-left: 0 !important;
    }
}
@media screen and (min-width: 769px) {
    .banner.title-banner {
        display: flex;
        align-items: center;
    }
    .banner.title-banner > div {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .banner-design, .banner-couture{
        width: 100% !important;
        height: 580px !important;
        border-top: 1px solid #fff;
        background-position: left center;
    }
    .banner{
        height: 100%;
    }
    .banner-text-heading {
        margin: 100px 0 0 0 !important;
        font-size: 38px !important;
    }
    /** Spring Banner **/
    .banner-text {
        max-width: 480px !important;
        margin: 0 !important;
        text-align: left;
        color: #fff;
        padding: 0 !important;
    }
    .banner.title-banner .page-header {
        padding: 10% 5%;
    }
        .banner.title-banner .page-header h1 {
            font-size: 30px;
            font-size: 6vw;
        }
        .banner.title-banner .page-header p {
            font-size: 42px;
            font-size: 8vw;
        }

}

.banner-lower{
	max-width: 1040px;
    margin: 0 auto;
    float: none !important;
    padding: 0;
    text-align: center;
}
    .banner-lower h1{
        margin: 10px 0 50px 0;
        text-align: center;
        font-size: 50px;
        text-transform: uppercase;
    }
    .banner-lower .banner-lower-title h2 {
        margin: 10px 0 30px;
    }
    .banner-lower .hs-button{
        margin-top: 30px !important;
    }
    .img-circle {
        border-radius: 50%;
        width: 70%;
    }
    .banner-lower img{ width: 100%; height: auto !important; }

@media screen and (max-width: 768px) {
    .banner-lower{
        padding: 40px 10px 0 10px;
    }
        .banner-lower img{
            width: 60%;
        }
}
    
    
.three-boxes{
    margin: 30px 0 0 0;
	padding: 0;
}
    .three-boxes .span6{
        width: 49.9%;
        margin-left: 1px !important;
    }
    .three-box-wrap{
        display: block;
        width: 100% !important;
    }
        .three-box{
    		color: #fff;
    		font-size: 36px;
            display: block;
    		float: left;
    		height: 260px;
            width: 100%;
    		background-position: center !important;
    		background-size: cover !important;
    		position: relative;
            text-transform: uppercase;
            text-shadow: 1px 1px #333;
    	}
            .three-box-image{
                opacity: 0.6;
                background: #000;
                width: 100%;
                height: 100%;
                position: absolute;
            }
                .three-box-image:hover{
                    opacity: 0.3 !important;
                }
            .three-box-title{
                position: absolute;
                width: 100%;
                height: 100%;
                text-align: center;
                padding: 120px 0 0 0;
                font-weight: 300;
            }

@media screen and (max-width: 768px) {
    .three-boxes{
        
    }   
    	.three-box{
            clear: both;
            height: 200px !important;
        }
        .three-boxes .span6{
            width: 100%;
        }
        .three-box-title{
            padding: 81px 0 0 0;
        }
}
@media screen and (max-width: 480px) {
	.three-boxes{
		max-height: none;
	}
		.three-box{            
            padding: 0;
            height: 150px !important;
            margin: 0;
            float: none;
		}
        .three-box{
            font-size: 24px;
            margin: 0;
        }
}
	
	
	
.press-logos{
    background: #f4f4f4;
    padding: 45px 0 40px 0;
    text-align: center;
}
    .press-logos img{
        padding: 0 35px;
    }
@media screen and (max-width: 480px) {
    .press-logos img{
        width: 50%;
        padding: 0 25px;
    }
    
}
	
.our-history{
    margin: 5px 0 0 0;
	text-align: center;
	color: #fff;
	background-image: url(//cdn2.hubspot.net/hubfs/166601/images/history-bg.png);
    background-position: center;
    background-size: cover;
    padding: 4% 25%;
    min-height: 365px;
    text-shadow: 0px 1px #000;
}
	.our-history h2{
        margin: 0;
		color: #fff;
        font-size: 50px;
        text-transform: uppercase;
	}
    .our-history .hs-button{
        margin: 20px 0 0 0;
    }

.share{
    margin: 0;
    text-align: center;
    background-position: center;
    background-size: cover;
    padding: 4% 5%;
    min-height: 250px;
    border-top: 1px solid #ccc;
}
	.share h2{
        margin: 0;
		color: #000;
        font-size: 40px;
        text-transform: uppercase;
	}
    
.partner-logos {
    padding: 45px;
    text-align: center;
}
	.partner-logos h2 {
        margin: 0;
		color: #000;
        font-size: 40px;
        text-transform: uppercase;
	}
	.partner-logos ul {
	    display: block;
	    list-style: none;
	    margin: 0 -35px;
      margin: auto;
	    padding: 0;
	    font-size: 0;
    max-width: 1100px;
	}
	.partner-logos ul li {
	    display: inline-block;
	    padding: 35px;
	    vertical-align: middle;
	    padding-bottom: 0 !important;
	}
	.partner-logos img {
	    max-height: 44px;
	}
	.partner-logos.home-partner-logos {
	    border-top: 1px solid #ccc;
	}
.green-lifestyle {
}
.just-water {
	float: none !important;
  padding: 2.1em 0;
}
@media screen and (max-width: 992px) {
    .partner-logos ul {
        margin: 0 -25px;
    }
    .partner-logos ul li {
        width: 50%;
        padding: 25px;
    }
}
@media screen and (max-width: 480px) {
    .partner-logos ul {
        margin: 0 -15px;
    }
    .partner-logos ul li {
        padding: 15px;
    }
}

    
    
.footer{
    padding: 0 10px;
	background: #f4f4f4;
	color: #303030;
}
    .footer-group{
        padding: 0 10px;
    }
	.footer-head{
		font-size: 21px;
		font-weight: 400;
        text-transform: uppercase;
        display: block;
        margin: 50px 0 0 0;
	}
        .footer ul{
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        .footer li{
            padding: 2px 0;
        }
    	.footer a{
    		color: #303030;
    	}
        .footer-group p:first-child {
    margin-top: 0;
}

.footer .widget-type-post_listing h3 {
    display: none;
}
.disclaimer{
    padding: 10px;
    font-size: 12px;
	color: #ccc;
    text-align: center;
	background: #333333;
}
@media screen and (max-width: 768px) {
    .disclaimer{
        font-size: 10px;
    }
}



/************************************************** CATALOG **************************************************/
.prod-name{
	font-weight: bold;
}



/******************************************* LANDING PAGE ***************************************************/
.banner-lp{
    background-image: url(//cdn2.hubspot.net/hubfs/166601/images/history-bg.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 48px;
    color: #fff;
    padding: 80px 0 62px 0;
    text-shadow: 0 1px #222;
}
	.banner-lp-head{
		font-size: 70px;
		text-transform: uppercase;
	}
.lp-head h1{
    color: #404040;
}
.lp-form{
    margin-top: -5px;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    border-top: 5px solid #404040;
}
.lp-form h3 {
    margin-top: -0.5em;
}
	.hs-form input{
		padding: 5px;
		font-size: 16px;
		color: #333333;
        width: 100%;
        margin: 0 0 10px 0;
	}
	.hs-form .hs-button{
        margin: 0 auto;
        text-transform: uppercase;
        padding: 10px 20px;
		border-radius: 5px;
		color: #fff;
        clear: both;
		background: #404040;
	}
.inputs-list {
    list-style: none;
}
.hs-form input[type="checkbox"],
.hs-form input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

.hs-form-checkbox {
    text-indent: -19px;
}
.hs-landing-page .footer-container {
    /*display: none;*/
}
.hs-landing-page .body-container {
    /*margin-bottom: 2em;*/
}

/******************************************* ONE COLUMN / TWO COLUMN PAGE ********************************************/
.banner-inner{
    background-image: url(//cdn2.hubspot.net/hubfs/166601/images/history-bg.png);
    background-size: cover;
    background-position: center;
    font-size: 48px;
    color: #fff;
    padding: 50px 0 62px 0;
    text-align: center;
    text-shadow: 0 2px #222;
}
.section-header h1{
    margin-top: 50px;
}

    @media screen and (max-width: 768px) {
        .banner-inner{
            padding: 35px 0;
            font-size: 30px;
        }
			.hs-featured-image-link > div {
    		background-repeat: no-repeat;
    		background-size: contain !important;
      }
	}





/******************************************************** SOCIAL ********************************************************/


/*.widget-type-follow_me a {
 margin: 0 0.25rem; }

[class^="fm_"] > span {
 width: 1.8em !important;
 height: 1.8em !important;
 -webkit-filter: none !important;
         filter: none !important;
 background: none !important;
 position: relative;
 color: #fff;
 font-family: wilson-social;
 display: block;
 -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
         transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99); }

[class^="fm_"] > span:hover {
 color: #152732;
 -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
         transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99); }

[class^="fm_"] > span:before {
 font-size: 1.8em; }
 */
 
.widget-type-follow_me a {
 margin: 0 0.25rem; }
 
[href*=instagram].fm_button span {
content: "";
background: url(//cdn2.hubspot.net/hubfs/166601/images/insta.png) no-repeat !important;
 }
 
 




/********************************************************* BLOG *********************************************************/

.tabber-wrap {
	margin: 0 0 30px 0
}
.tabber-content ul {
	list-style-type: none
}
.tabber-content li {
	padding: 6px 0 6px 4px;
	margin: 0
}
.body-container .tabber-tabs {
	border-bottom: 1px solid #ddd;
	list-style: none;
	padding: 0;
	margin: 0 0 -2px
}
.tabber-tabs>li {
	float: left
}
.tabber-tabs>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	display: block
}
.tabber-tabs>.active>a, .tabber-tabs>.active>a:hover, .tabber-tabs>.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}
.tabber-content {
	background: #fff;
	padding: 8px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-o-border-radius: 0 4px 4px 4px;
	-ms-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px
}
.body-container .tabber-content ul {
	padding: 0;
	margin: 0
}
.tabber-content .block h3 {
	display: none
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
	float: left;
	width: 40%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	float: right;
	width: 60%;
	padding: 0 0 0 15px
}
.blog-tabber .hs-rss-item:last-child {
	margin-bottom: 10px
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	display: block;
	width: auto
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
	float: left;
	width: 40%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}


div#comment-form {
    margin-bottom: 4em;
}

.widget-type-post_listing li a {
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    display: block;
}

[id=hs_cos_wrapper_module_14473575081826] li a {
    display: block;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
}

[id=hs_cos_wrapper_module_14473575081828] p {
    display: block;
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
}

.disclaimer {
    color: #a6a6a6;
}

.u-fit-to-parent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    line-height: 1;
    margin-right: 2%;
}
/*************************************************** MOBILE NAVIGATION *****************************************************************/

.mm-menu.mm-horizontal>.mm-panel {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease
}
.mm-menu .mm-hidden {
	display: none
}
.mm-wrapper {
	overflow-x: hidden;
	position: relative
}
.mm-menu, .mm-menu>.mm-panel {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}
.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0
}
.mm-menu>.mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.mm-menu>.mm-panel.mm-opened {
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
	transform: translate(0%, 0)
}
.mm-menu>.mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-moz-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	-o-transform: translate(-30%, 0);
	transform: translate(-30%, 0)
}
.mm-menu>.mm-panel.mm-highest {
	z-index: 1
}
.mm-menu .mm-list {
	padding: 20px 0
}
.mm-menu>.mm-list {
	padding-bottom: 0
}
.mm-menu>.mm-list:after {
	content: '';
	display: block;
	height: 40px
}
.mm-panel>.mm-list {
	margin-left: -20px;
	margin-right: -20px
}
.mm-panel>.mm-list:first-child {
	padding-top: 0
}
.mm-list, .mm-list>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}
.mm-list li {
	float: none!important;
	text-align: left
}
.mm-list {
	font: inherit;
	font-size: 14px
}
.mm-list a, .mm-list a:hover {
	text-decoration: none
}
.mm-list>li {
	position: relative
}
.mm-list>li>a, .mm-list>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto
}
.mm-list a.mm-subopen {
	background: rgba(3,2,1,0);
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}
.mm-list a.mm-subopen:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
	border-left: none
}
.mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span {
	padding-right: 5px;
	margin-right: 40px
}
.mm-list>li.mm-selected>a.mm-subopen {
	background: transparent
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a, .mm-list>li.mm-selected>a.mm-fullsubopen+span {
	padding-right: 45px;
	margin-right: 0
}
.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px
}
.mm-list>li.mm-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
	padding-right: 5px
}
.mm-list>li.mm-spacer {
	padding-top: 40px
}
.mm-list>li.mm-spacer.mm-label {
	padding-top: 25px
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%
}
.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px
}
.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
	display: block
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
	height: 40px
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
	top: 16px;
	bottom: auto
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
	height: 25px
}
html.mm-opened .mm-page {
	box-shadow: 0 0 20px rgba(0,0,0,0.5)
}
.mm-menu {
	background: #333;
	color: rgba(255,255,255,0.6)
}
.mm-menu .mm-list>li:after {
	border-color: rgba(0,0,0,0.15)
}
.mm-menu .mm-list>li>a.mm-subclose {
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.3)
}
.mm-menu .mm-list>li>a.mm-subopen:after, .mm-menu .mm-list>li>a.mm-subclose:before {
	border-color: rgba(255,255,255,0.3)
}
.mm-menu .mm-list>li>a.mm-subopen:before {
	border-color: rgba(0,0,0,0.15)
}
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu .mm-list>li.mm-selected>span {
	background: rgba(0,0,0,0.1)
}
.mm-menu .mm-list>li.mm-label {
	background: rgba(255,255,255,0.05)
}
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened>ul {
	background: rgba(255,255,255,0.05)
}
.mm-page {
	box-sizing: border-box;
	position: relative
}
.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	transition: transform .4s ease
}
html.mm-opened {
	overflow: hidden;
	position: relative
}
html.mm-opened body {
	overflow: hidden
}
html.mm-background .mm-page {
	background: inherit
}
#mm-blocker {
	background: rgba(3,2,1,0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
	display: block
}
.mm-menu.mm-offcanvas {
	display: none;
	position: fixed
}
.mm-menu.mm-current {
	display: block
}
.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}
html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0)
}

@media all and (max-width:175px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(140px, 0);
	-moz-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	-o-transform: translate(140px, 0);
	transform: translate(140px, 0)
}
}

@media all and (min-width:550px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(440px, 0);
	-moz-transform: translate(440px, 0);
	-ms-transform: translate(440px, 0);
	-o-transform: translate(440px, 0);
	transform: translate(440px, 0)
}
}
.mm-buttonbar {
	border: 1px solid transparent;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
	position: relative
}
.mm-buttonbar:after {
	content: '';
	display: block;
	clear: both
}
.mm-buttonbar>* {
	border-left: 1px solid transparent;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.mm-buttonbar>a {
	text-decoration: none
}
.mm-buttonbar>input {
	position: absolute;
	left: -1000px;
	top: -1000px
}
.mm-buttonbar>input:checked+label {
	border-color: transparent!important
}
.mm-buttonbar>*:first-child, .mm-buttonbar>input:first-child+* {
	border-left: none
}
.mm-buttonbar.mm-buttonbar-2>* {
	width: 50%
}
.mm-buttonbar.mm-buttonbar-3>* {
	width: 33.33%
}
.mm-buttonbar.mm-buttonbar-4>* {
	width: 25%
}
.mm-buttonbar.mm-buttonbar-5>* {
	width: 20%
}
.mm-header .mm-buttonbar {
	margin-top: 20px;
	margin-left: -30px;
	margin-right: -30px
}
.mm-footer .mm-buttonbar {
	border: none;
	border-radius: none;
	line-height: 40px;
	margin: -10px -10px 0 -20px
}
.mm-footer .mm-buttonbar>* {
	border-left: none
}
.mm-list>li>.mm-buttonbar {
	margin: 10px 20px
}
.mm-menu .mm-buttonbar {
	border-color: rgba(255,255,255,0.6);
	background: #333
}
.mm-menu .mm-buttonbar>* {
	border-color: rgba(255,255,255,0.6)
}
.mm-menu .mm-buttonbar>input:checked+label {
	background: rgba(255,255,255,0.6);
	color: #333
}
em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 40px;
	top: 50%
}
em.mm-counter+a.mm-subopen {
	padding-left: 40px
}
em.mm-counter+a.mm-subopen+a, em.mm-counter+a.mm-subopen+span {
	margin-right: 80px
}
em.mm-counter+a.mm-fullsubopen {
	padding-left: 0
}
.mm-vertical em.mm-counter {
	top: 12px;
	margin-top: 0
}
.mm-nosubresults>em.mm-counter {
	display: none
}
.mm-menu em.mm-counter {
	color: rgba(255,255,255,0.3)
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}
.mm-footer {
	background: inherit;
	border-top: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 10px 0 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0
}
.mm-menu.mm-hasfooter>.mm-panel:after {
	height: 80px
}
.mm-menu .mm-footer {
	border-color: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.3)
}
.mm-header {
	background: inherit;
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 50px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0
}
.mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
	padding-top: 30px
}
.mm-header .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	position: relative
}
.mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	min-width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}
.mm-header .mm-prev {
	padding-left: 20px;
	padding-right: 10px;
	left: 0
}
.mm-header .mm-next, .mm-header .mm-close {
	padding-left: 10px;
	padding-right: 20px;
	right: 0
}
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.mm-header [href].mm-prev:before {
	border-right: none;
	border-bottom: none;
	margin-left: 2px;
	margin-right: 5px
}
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
	margin-left: 5px;
	margin-right: -2px
}
.mm-header [href].mm-next:after {
	border-top: none;
	border-left: none
}
.mm-header [href].mm-close:after {
	content: 'x'
}
.mm-menu.mm-hassearch .mm-header {
	height: 50px;
	top: 50px
}
.mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next, .mm-menu.mm-hassearch .mm-header .mm-close {
	padding-top: 20px
}
.mm-menu.mm-hasheader li.mm-subtitle {
	display: none
}
.mm-menu.mm-hasheader>.mm-panel {
	padding-top: 80px
}
.mm-menu.mm-hasheader>.mm-panel.mm-list {
	padding-top: 60px
}
.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
	margin-top: -20px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
	padding-top: 120px
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
	padding-top: 100px
}
.mm-menu .mm-header {
	border-color: rgba(0,0,0,0.15);
	color: rgba(255,255,255,0.3)
}
.mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after, .mm-menu .mm-header .mm-close:after {
	border-color: rgba(255,255,255,0.3)
}
.mm-list li.mm-label>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	line-height: 25px
}
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
	display: none
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen:after {
	top: 8.5px
}
.mm-menu .mm-list li.mm-label>div>div {
	background: rgba(255,255,255,0.05)
}
.mm-search, .mm-search input {
	box-sizing: border-box
}
.mm-list>li.mm-search {
	padding: 10px;
	margin-top: -20px
}
.mm-list>li.mm-subtitle+li.mm-search {
	margin-top: 0
}
div.mm-panel>div.mm-search {
	padding: 0 0 10px 0
}
.mm-menu.mm-hasheader .mm-list>li.mm-search {
	margin-top: 0
}
.mm-menu>.mm-search {
	background: inherit;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.mm-search {
	padding: 10px
}
.mm-search input {
	border: none;
	border-radius: 30px;
	font: inherit;
	font-size: 14px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 10px
}
.mm-search input::-ms-clear {
display:none
}
.mm-menu .mm-noresultsmsg {
	text-align: center;
	font-size: 21px;
	display: none;
	padding: 60px 0
}
.mm-menu .mm-noresultsmsg:after {
	border: none!important
}
.mm-noresults .mm-noresultsmsg {
	display: block
}
.mm-menu li.mm-nosubresults>a.mm-subopen {
	display: none
}
.mm-menu li.mm-nosubresults>a.mm-subopen+a, .mm-menu li.mm-nosubresults>a.mm-subopen+span {
	padding-right: 10px
}
.mm-menu.mm-hassearch>.mm-panel {
	padding-top: 70px
}
.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child {
	margin-top: -20px
}
.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child {
	margin-top: -10px
}
.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list {
	padding-top: 0
}
.mm-menu .mm-search input {
	background: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.6)
}
.mm-menu .mm-noresultsmsg {
	color: rgba(255,255,255,0.3)
}
input.mm-toggle, input.mm-check {
	position: absolute;
	left: -10000px
}
label.mm-toggle, label.mm-check {
	margin: 0;
	position: absolute;
	bottom: 50%;
	z-index: 2
}
label.mm-toggle:before, label.mm-check:before {
	content: '';
	display: block
}
label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-bottom: -15px
}
label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px
}
input.mm-toggle:checked ~ label.mm-toggle:before {
	float: right
}
label.mm-check {
	width: 30px;
	height: 30px;
	margin-bottom: -15px
}
label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
input.mm-check:checked ~ label.mm-check:before {
	opacity: 1
}
.mm-menu.mm-vertical .mm-list>li label.mm-toggle, .mm-menu.mm-vertical .mm-list>li label.mm-check {
	bottom: auto;
	margin-bottom: 0
}
.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
	top: 5px
}
.mm-menu.mm-vertical .mm-list>li label.mm-check {
	top: 5px
}
label.mm-toggle, label.mm-check {
	right: 20px
}
label.mm-toggle+a, label.mm-toggle+span {
	margin-right: 70px
}
label.mm-check+a, label.mm-check+span {
	margin-right: 50px
}
a.mm-subopen+label.mm-toggle, a.mm-subopen+label.mm-check {
	right: 50px
}
a.mm-subopen+label.mm-toggle+a, a.mm-subopen+label.mm-toggle+span {
	margin-right: 100px
}
a.mm-subopen+label.mm-check+a, a.mm-subopen+label.mm-check+span {
	margin-right: 80px
}
em.mm-counter+a.mm-subopen+label.mm-toggle, em.mm-counter+a.mm-subopen+label.mm-check {
	right: 90px
}
em.mm-counter+a.mm-subopen+label.mm-toggle+a, em.mm-counter+a.mm-subopen+label.mm-toggle+span {
	margin-right: 140px
}
em.mm-counter+a.mm-subopen+label.mm-check+a, em.mm-counter+a.mm-subopen+label.mm-check+span {
	margin-right: 120px
}
.mm-menu label.mm-toggle {
	background: rgba(0,0,0,0.15)
}
.mm-menu label.mm-toggle:before {
	background: #333
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}
.mm-menu label.mm-check:before {
	border-color: rgba(255,255,255,0.6)
}
html.mm-slide .mm-menu {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease
}
html.mm-slide.mm-opened .mm-menu {
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%)
}
html.mm-slide.mm-opening .mm-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
html.mm-slide.mm-right.mm-opened .mm-menu {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	-o-transform: translateX(30%);
	transform: translateX(30%)
}
html.mm-slide.mm-right.mm-opening .mm-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
html.mm-slide.mm-top.mm-opened .mm-menu {
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%)
}
html.mm-slide.mm-top.mm-opening .mm-menu {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%)
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
	-webkit-transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%)
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%)
}
html.mm-zoom-menu .mm-menu {
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease
}
html.mm-zoom-menu.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateX(-30%);
	-moz-transform: scale(0.7, 0.7) translateX(-30%);
	-ms-transform: scale(0.7, 0.7) translateX(-30%);
	-o-transform: scale(0.7, 0.7) translateX(-30%);
	transform: scale(0.7, 0.7) translateX(-30%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}
html.mm-zoom-menu.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%)
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateX(30%);
	-moz-transform: scale(0.7, 0.7) translateX(30%);
	-ms-transform: scale(0.7, 0.7) translateX(30%);
	-o-transform: scale(0.7, 0.7) translateX(30%);
	transform: scale(0.7, 0.7) translateX(30%);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%)
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateY(-30%);
	-moz-transform: scale(0.7, 0.7) translateY(-30%);
	-ms-transform: scale(0.7, 0.7) translateY(-30%);
	-o-transform: scale(0.7, 0.7) translateY(-30%);
	transform: scale(0.7, 0.7) translateY(-30%);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateY(0%);
	-moz-transform: scale(1, 1) translateY(0%);
	-ms-transform: scale(1, 1) translateY(0%);
	-o-transform: scale(1, 1) translateY(0%);
	transform: scale(1, 1) translateY(0%)
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateY(30%);
	-moz-transform: scale(0.7, 0.7) translateY(30%);
	-ms-transform: scale(0.7, 0.7) translateY(30%);
	-o-transform: scale(0.7, 0.7) translateY(30%);
	transform: scale(0.7, 0.7) translateY(30%);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateY(0%);
	-moz-transform: scale(1, 1) translateY(0%);
	-ms-transform: scale(1, 1) translateY(0%);
	-o-transform: scale(1, 1) translateY(0%);
	transform: scale(1, 1) translateY(0%)
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
	-webkit-transform: scale(1.5, 1.5) translateX(100%);
	-moz-transform: scale(1.5, 1.5) translateX(100%);
	-ms-transform: scale(1.5, 1.5) translateX(100%);
	-o-transform: scale(1.5, 1.5) translateX(100%);
	transform: scale(1.5, 1.5) translateX(100%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition-property: -webkit-transform, left;
	transition-property: transform, left
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%)
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7) translateX(-30%);
	-moz-transform: scale(0.7, 0.7) translateX(-30%);
	-ms-transform: scale(0.7, 0.7) translateX(-30%);
	-o-transform: scale(0.7, 0.7) translateX(-30%);
	transform: scale(0.7, 0.7) translateX(-30%)
}
.mm-menu.mm-fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}
html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

@media all and (max-width:140px) {
html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(140px, 0);
	-moz-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	-o-transform: translate(140px, 0);
	transform: translate(140px, 0)
}
}

@media all and (min-width:10000px) {
html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(10000px, 0);
	-moz-transform: translate(10000px, 0);
	-ms-transform: translate(10000px, 0);
	-o-transform: translate(10000px, 0);
	transform: translate(10000px, 0)
}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}

@media all and (max-width:140px) {
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-140px, 0);
	-moz-transform: translate(-140px, 0);
	-ms-transform: translate(-140px, 0);
	-o-transform: translate(-140px, 0);
	transform: translate(-140px, 0)
}
}

@media all and (min-width:10000px) {
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-10000px, 0);
	-moz-transform: translate(-10000px, 0);
	-ms-transform: translate(-10000px, 0);
	-o-transform: translate(-10000px, 0);
	transform: translate(-10000px, 0)
}
}
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
	height: 100%;
	min-height: 140px;
	max-height: 10000px
}
html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none!important
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%
}
.mm-menu.mm-right {
	left: auto;
	right: 0
}
.mm-menu.mm-bottom {
	top: auto;
	bottom: 0
}
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-moz-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	-o-transform: translate(-80%, 0);
	transform: translate(-80%, 0)
}

@media all and (max-width:175px) {
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-140px, 0);
	-moz-transform: translate(-140px, 0);
	-ms-transform: translate(-140px, 0);
	-o-transform: translate(-140px, 0);
	transform: translate(-140px, 0)
}
}

@media all and (min-width:550px) {
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-440px, 0);
	-moz-transform: translate(-440px, 0);
	-ms-transform: translate(-440px, 0);
	-o-transform: translate(-440px, 0);
	transform: translate(-440px, 0)
}
}
html.mm-front .mm-slideout {
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	z-index: 0!important
}
.mm-menu.mm-front {
	z-index: 1;
	box-shadow: 0 0 15px rgba(0,0,0,0.5)
}
html.mm-opened.mm-next .mm-page {
	box-shadow: none
}
.mm-menu.mm-front, .mm-menu.mm-next {
	-webkit-transition: -webkit-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	transition: transform .4s ease;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.mm-menu.mm-front.mm-top {
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%)
}
.mm-menu.mm-front.mm-bottom {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px
}
html.mm-opened.mm-light .mm-page {
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}
.mm-menu.mm-light {
	background: #f3f3f3;
	color: rgba(0,0,0,0.6)
}
.mm-menu.mm-light .mm-list>li:after {
	border-color: rgba(0,0,0,0.1)
}
.mm-menu.mm-light .mm-list>li>a.mm-subclose {
	background: rgba(255,255,255,0.6);
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:after, .mm-menu.mm-light .mm-list>li>a.mm-subclose:before {
	border-color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
	border-color: rgba(0,0,0,0.1)
}
.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-light .mm-list>li.mm-selected>span {
	background: rgba(255,255,255,0.6)
}
.mm-menu.mm-light .mm-list>li.mm-label {
	background: rgba(0,0,0,0.03)
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
	background: rgba(0,0,0,0.03)
}
.mm-menu.mm-light .mm-buttonbar {
	border-color: rgba(0,0,0,0.6);
	background: #f3f3f3
}
.mm-menu.mm-light .mm-buttonbar>* {
	border-color: rgba(0,0,0,0.6)
}
.mm-menu.mm-light .mm-buttonbar>input:checked+label {
	background: rgba(0,0,0,0.6);
	color: #f3f3f3
}
.mm-menu.mm-light label.mm-check:before {
	border-color: rgba(0,0,0,0.6)
}
.mm-menu.mm-light em.mm-counter {
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light .mm-footer {
	border-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light .mm-header {
	border-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light .mm-header .mm-prev:before, .mm-menu.mm-light .mm-header .mm-next:after, .mm-menu.mm-light .mm-header .mm-close:after {
	border-color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light .mm-list li.mm-label>div>div {
	background: rgba(0,0,0,0.03)
}
.mm-menu.mm-light .mm-search input {
	background: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.6)
}
.mm-menu.mm-light .mm-noresultsmsg {
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-light label.mm-toggle {
	background: rgba(0,0,0,0.1)
}
.mm-menu.mm-light label.mm-toggle:before {
	background: #f3f3f3
}
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}
html.mm-opened.mm-white .mm-page {
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}
.mm-menu.mm-white {
	background: white;
	color: rgba(0,0,0,0.6)
}
.mm-menu.mm-white .mm-list>li:after {
	border-color: rgba(0,0,0,0.1)
}
.mm-menu.mm-white .mm-list>li>a.mm-subclose {
	background: rgba(0,0,0,0.06);
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:after, .mm-menu.mm-white .mm-list>li>a.mm-subclose:before {
	border-color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
	border-color: rgba(0,0,0,0.1)
}
.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-white .mm-list>li.mm-selected>span {
	background: rgba(0,0,0,0.06)
}
.mm-menu.mm-white .mm-list>li.mm-label {
	background: rgba(0,0,0,0.03)
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
	background: rgba(0,0,0,0.03)
}
.mm-menu.mm-white .mm-buttonbar {
	border-color: rgba(0,0,0,0.6);
	background: white
}
.mm-menu.mm-white .mm-buttonbar>* {
	border-color: rgba(0,0,0,0.6)
}
.mm-menu.mm-white .mm-buttonbar>input:checked+label {
	background: rgba(0,0,0,0.6);
	color: white
}
.mm-menu.mm-white label.mm-check:before {
	border-color: rgba(0,0,0,0.6)
}
.mm-menu.mm-white em.mm-counter {
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white .mm-footer {
	border-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white .mm-header {
	border-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white .mm-header .mm-prev:before, .mm-menu.mm-white .mm-header .mm-next:after, .mm-menu.mm-white .mm-header .mm-close:after {
	border-color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white .mm-list li.mm-label>div>div {
	background: rgba(0,0,0,0.03)
}
.mm-menu.mm-white .mm-search input {
	background: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.6)
}
.mm-menu.mm-white .mm-noresultsmsg {
	color: rgba(0,0,0,0.3)
}
.mm-menu.mm-white label.mm-toggle {
	background: rgba(0,0,0,0.1)
}
.mm-menu.mm-white label.mm-toggle:before {
	background: white
}
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}
html.mm-opened.mm-black .mm-page {
	box-shadow: none
}
.mm-menu.mm-black {
	background: black;
	color: rgba(255,255,255,0.6)
}
.mm-menu.mm-black .mm-list>li:after {
	border-color: rgba(255,255,255,0.2)
}
.mm-menu.mm-black .mm-list>li>a.mm-subclose {
	background: rgba(255,255,255,0.25);
	color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:after, .mm-menu.mm-black .mm-list>li>a.mm-subclose:before {
	border-color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
	border-color: rgba(255,255,255,0.2)
}
.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-black .mm-list>li.mm-selected>span {
	background: rgba(255,255,255,0.25)
}
.mm-menu.mm-black .mm-list>li.mm-label {
	background: rgba(255,255,255,0.15)
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
	background: rgba(255,255,255,0.15)
}
.mm-menu.mm-black .mm-buttonbar {
	border-color: rgba(255,255,255,0.6);
	background: black
}
.mm-menu.mm-black .mm-buttonbar>* {
	border-color: rgba(255,255,255,0.6)
}
.mm-menu.mm-black .mm-buttonbar>input:checked+label {
	background: rgba(255,255,255,0.6);
	color: black
}
.mm-menu.mm-black label.mm-check:before {
	border-color: rgba(255,255,255,0.6)
}
.mm-menu.mm-black em.mm-counter {
	color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black .mm-footer {
	border-color: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black .mm-header {
	border-color: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black .mm-header .mm-prev:before, .mm-menu.mm-black .mm-header .mm-next:after, .mm-menu.mm-black .mm-header .mm-close:after {
	border-color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black .mm-list li.mm-label>div>div {
	background: rgba(255,255,255,0.15)
}
.mm-menu.mm-black .mm-search input {
	background: rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.6)
}
.mm-menu.mm-black .mm-noresultsmsg {
	color: rgba(255,255,255,0.3)
}
.mm-menu.mm-black label.mm-toggle {
	background: rgba(255,255,255,0.2)
}
.mm-menu.mm-black label.mm-toggle:before {
	background: black
}
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}
.icon-search {
	margin: 4px 0 0 0
}

/*
    Press Page
*/

li.hs_cos_flex-slide-thumb {
    width: 100px !important;
    height: 125px !important;
}

.news-outlets__list {
    list-style: none;
}

.news-outlets__outlet {
    padding: 1em;
}

.news-outlet-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.news-outlet-grid__item {
    min-width: 90px;
    max-width: 200px;
}


/*---video section layout--*/

.video-news-img img{
    width: 50%;
    text-align: center;
    height: auto;
}

.news-outlets .news-outlets__list-first-row {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
    border-color: #dcdcdc;
}

.news-outlets .news-outlets__list-other-row .img-popUp,
.news-outlets .news-outlets__list-other-row .inline-popUp {
    filter: grayscale(1);
}

.news-outlets .news-outlets__list-other-row .img-popUp:not([href="#"]):hover,
.news-outlets .news-outlets__list-other-row .inline-popUp:not([href="#"]):hover{
    filter: grayscale(0);
    outline: 1px solid #ff7800;
}

.news-outlets .news-outlets__list-other-row .img-popUp[href="#"]:hover {
    opacity: .2;
}

.news-outlets ul {
    padding-left: 0;
}

.press-text img:not([style*="left"]):not([style*="right"]) {
    margin: auto;
    display: block;
}

ul.press-item-wrapper {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}


ul.press-item-wrapper > li > a > img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
ul.press-item-wrapper > li:hover > a > img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 800px;
}

.white-popup {
	background: #fff;
	padding: 2em;
	max-width: 800px;
	font-size: .8em;
}

.white-popup .press-logo {
	margin: auto;
	display: block;
	max-height: 150px;
	max-width: 300px;
}
.white-popup h2 {
	display: block;
	text-align: center;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
  
  /*--adding close button style*/
  button.mfp-close {
    background-color: #fff;
    opacity: 1;
    height: 38px;
    max-width: 38px;
    border-radius: 200px;
    color: #000;
    text-align: center;
    padding-right: 0;
    top: 20px;
}

/*--adding close button style - done*/


button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #6d6d6d;
    right: -18px;
    width: 100%;
    border: solid 2px #e4e4e4; 
  }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
    
    
    /**
 * Magnific Popup Youtube,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Learn More button on home page */
.learn_more-button {
	background: #76B03C;
	text-shadow: 0 0px #fff !important;
	font-weight: 300 !important;
}
	
.span_6-left {
	text-align: left; 
	margin-left: 16% !important;
}

.tesla-green {
  text-align: left;
  display: block;
}

@media screen and (max-width: 767px) {
	.span_6-left {
		text-align: left; 
		margin: 0 !important;
	}
}

/** Amazon area **/
.amazon-store {
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.amazon-store-border {
  border-top: 1px solid #ccc;
}
.amazon-store .hs_cos_wrapper_widget {
  font-size: 24px;
  line-height: 1.4em;
}

.banner-lower.all-wrap:before {
    border-top: solid 1px #ccc;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.top-promo h3 {
  margin-top: 8px;
  margin-bottom: 15px;
}

.custom-spacing {
  padding-bottom: 15px;
}