/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html,
body {
	color: #575656;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.sticky-menu-container{
	position: fixed;
	width: 100%;
	height: 150px;
	background-color: #ffffff;
	z-index: 50;
	top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 45px 120px 0;
}
.sticky-menu-container.scrolled{
	top: -100px;
}
.sticky-inner-menu{
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.header-logo{
	display: block;
	margin: 0 auto;
	width: 580px;
}
.visible-menu-strip{
	position: relative;
	width: 100%;
	padding: 4px 0 24px;
	height: 65px;
}

.mobile-menu{
	display: none;
	z-index: 25;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: white;
}
.mobile-menu-inner{
	width: -webkit-calc(100% + 28px);
	width: calc(100% + 28px);
    height: 100%;
	overflow-y: scroll;
}
.mobile-store-btn{
	height: 60px;
	width: 100%;
	bottom: 0;
	padding: 18px 25px;
	background-color: #575656;
	color: #ffffff;
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	position: fixed;
	cursor: pointer;
}
.mobile-store-btn:after{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	display: block;
	background-image: url('./img/ext-link-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	right: 25px;
	top: 50%;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    transform:  translateY(-50%) ;
}
.search-button{
	position: absolute;
	left: 0;
	top: 50%;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    transform:  translateY(-50%) ;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./img/search-icon.png');
    cursor: pointer;
}
.search-button.mobile{
	display: none;
}
.menu-opener-mobile{
	display: none;
}
.online-menu-link{
	position: absolute;
	display: inline-block;
	padding-right: 20px;
	right: 0;
	top: 50%;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    transform:  translateY(-50%) ;
	background-position: right center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url('./img/external-link-icon.png');
    color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.online-menu-link:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.online-menu-link:after, .online-menu-link > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.online-menu-link:hover:after {
    transform: scaleX(1);
}

.menu-center-options{
	position: absolute;
	top: 4px;
	left: 50%;
    width: 100%;
    /*max-width: 670px;*/
    max-width:  580px;
    -webkit-transform: translateX(-50%) ;
    -ms-transform: translateX(-50%) ;
    transform:  translateX(-50%) ;
}

.menu-options{
	position: relative;;
	margin: 20px 34px 0;
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	/*margin: 0 2px;*/
	float: left;
	cursor: pointer;
}

.menu-options a:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.menu-options a:hover:after {
    transform: scaleX(1);
}

.menu-options a:after, .menu-options a > span:after {
	content: '';
    position: absolute;
    transition: transform .5s ease;
}


.menu-options.about,
.menu-options.contact {
	padding-right: 20px;

}

.menu-options.about:before,
.menu-options.contact:before{
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    /* background-position: 82% 27px; */
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-image: url(../../images/menu-arrow-down.png);
    right: 5px;
    vertical-align: middle;
    top: 6px;

    	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition:  all 250ms ease-in-out;
}
.main-content-wrapper{
	width: 100%;
	position: relative;
}

.main-content-wrapper a {
	color: #a30b8a;
	font-family: Roboto;
	font-weight: 400;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition:Â Â all 250ms ease-in-out;
}


.main-content-wrapper a:hover {
	    color: #6a6969;
}

.page-hero-contents a{
	color: #575656;
}
.menu-spacer{
	width: 100%;
	height: 140px;
    -webkit-transition: height 250ms ease-in-out;
    -moz-transition: height 250ms ease-in-out;
    -o-transition: height 250ms ease-in-out;
    transition: height 250ms ease-in-out;
}
.menu-dropdown-about {
	position: absolute;
    background-color: #ffffff;
    padding: 20px;
    margin-left: -20px;
    opacity: 0;
    visibility: hidden;
    	padding-top: 10px;
    width: 190px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition:  all 250ms ease-in-out;
}

.menu-dropdown-contact {
	position: absolute;
    background-color: #ffffff;
    padding: 20px;
    margin-left: -20px;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    width: 160px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition:  all 250ms ease-in-out;
}



.menu-dropdown-about .menu-options,
.menu-dropdown-contact .menu-options {
    display: inline-block;
	float: none;
	margin: 0;
	padding: 15px 0 0;
}

.menu-options.about:hover  .menu-dropdown-about,
.menu-options.contact:hover  .menu-dropdown-contact {
	opacity: 1;
    visibility: visible;
}

.menu-options.about:hover:before,
.menu-options.contact:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 3px;
}
.small-sapcer{
	width: 100%;
	height: 20px;
}
.menu-spacer.scrolled{
	height: 65px;
}
.page-hero-banner{
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
    background-color: rgb(87,86,86, 0.4);
}
.page-hero-banner:after{
	content: '';
	display: inline-block;
	padding-top: 33.33%;
}
.page-hero-overlay{
	width: 100%;
	height: 100%;
	background-color: #575656;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
}
.page-hero-contents{
	width: 100%;
	max-width: 590px;
	position: absolute;
	top: 52%;
	left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) ;
    -ms-transform: translateX(-50%) translateY(-50%) ;
    transform:  translateX(-50%) translateY(-50%) ;
}
.page-hero-title{
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 44px;
	margin-bottom: 22px;
	text-align: center;
}
.page-hero-subtitle{
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: "Roboto";
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
}
.page-hero-button{
	width: 184px;
	margin: 48px auto 0;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.page-hero-button:hover{
	background-color: #575656;
	color: #ffffff;

}
.home-welcome-section{
	width: 100%;
	max-width: 590px;
	margin: 80px auto;
	text-align: center;
}
.home-welcome-title{
	color: #575656;
	font-family: "Roboto";
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 25px;
}
.home-welcome-subtitle{
	color: #575656;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
}
.home-featured-collection{
	width: 100%;
	max-width: 1440px;
	padding: 0 110px;
	margin:0 auto 80px;
}
.home-featured-item{
	width: 33.33%;
	float: left;
	padding: 0 10px;

	overflow: hidden;
    position: relative;
    display: inline-block;
}

.home-featured-item.ac{

	margin-bottom: 20px;
}
.featured-gallery-full{
	width: 100%;
	float: left;
	padding: 0 10px;	
	margin: 80px 0;
}

.featured-gallery-full.home-full {
	margin-bottom: 0;
}

.asplund-collection .featured-gallery-full {
	margin: 70px 0 80px;
}

.featured-gallery-full.color-guide-full {
	margin-top: 0;
}

.featured-gallery-full.interior-full {
	margin: 0;
}


.home-featured-item-inside{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
	cursor: pointer;
	background-blend-mode: multiply;
    background-color: rgb(87,86,86, 0.4);
	-webkit-transition:all 750ms ease-in-out;
	-moz-transition:all 750ms ease-in-out;
	-o-transition:all 750ms ease-in-out;
	transition:all 750ms ease-in-out;
}
.interior-full .home-featured-item-inside {
	cursor: initial;
}


.interior-full .home-featured-item-inside:hover {
		-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform:  scale(1);
}


.home-featured-item-inside:hover{
	-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform:  scale(1.02);
}



.home-featured-item-inside:after{
	content: '';
	display: block;
	padding-top: 100%;
}

.home-featured-item-inside:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.featured-gallery-full .home-featured-item-inside:after{
	content: '';
	display: block;
	padding-top: 32.25%;
}
.home-feature-title{
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
    -webkit-transform: translateX(-50%) translateY(-50%) ;
    -ms-transform: translateX(-50%) translateY(-50%) ;
    transform:  translateX(-50%) translateY(-50%) ;
}

.home-feature-title.color-guide{
	width: 100%;
}

.home-feature-ext-link{
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('./img/ext-link-white.png');
	background-position: center center;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.isntagram-header{
	margin-bottom: 40px;
	text-align: center;
	color: #6a6969;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 24px;
	text-transform: uppercase;
}
.isntagram-header a{
	font-family: "Roboto";
	font-weight: 700;
	color: #6a6969;
}

.instagram-feed-container{
	width: 100%;
	max-width: 1440px;
	padding: 0 110px;
	margin:0 auto 80px;	
}
.instagram-item-container{
	float: left;
	width: 16.667%;
	padding: 0 10px;
	overflow: hidden;
}
.instagram-item{
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
	/*background-color: #575656;	*/
	cursor: pointer;
	-webkit-transition:all 750ms ease-in-out;
	-moz-transition:all 750ms ease-in-out;
	-o-transition:all 750ms ease-in-out;
	transition:all 750ms ease-in-out;
}

.instagram-item:hover {
	-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform:  scale(1.02);
}

.instagram-item:after{
	content: '';
	display: block;
	padding-top: 100%;
}
.home-designer-img{
	width: 100%;
	height: auto;
}

.footer-wrapper{
	width: 100%;
	padding: 45px 110px 55px;
	background-color: #fbfbfb;
}
.footer-container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-house-column{
	float: left;
	width: 25.42%;
}
.footer-info-column{
	float: left;
	width: 17%;
}
.footer-newsletter-column{
	float: left;
	width: 33.83%;
}
.footer-social-column{
	float: left;
	width: 23.75%;
}
.footer-col-title{
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-link{
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 13px;
	cursor: pointer;
	position: relative;
}

.footer-link a {
	position: relative;
}

.footer-link a:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.footer-link a:after, .footer-linka > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.footer-link a:hover:after {
    transform: scaleX(1);
}
.footer-label{
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 13px;
}
.ac-title{
	color: #6a6969;
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 44px;
	margin-bottom: 40px;
	text-align: center;
}

.ac-subheader {
	color: #6a6969;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px;
}
.ac-subtitle,
.ac-description,
.ac-header-title{
	color: #6a6969;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
}
.ac-subtitle{
	font-weight: 400;
	margin-bottom: 26px;
}
.ac-description p{
	margin: 0 0 26px;
}
.ac-subtitle p:last-child,
.ac-description p:last-child{
	margin-bottom: 0;
}
.ac-header-title{
	margin: 50px 0 30px;
	font-size: 20px;
	text-align: center;
}
.the-story .ac-subtitle,
.the-story .ac-description{
	text-align: center;
	margin-bottom: 0;
}
.normal-spacer{
	width: 100%;
	height: 80px;
}

.back-wrapper {
	color: #ABAAAA;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	position: relative;
	padding: 0 120px;
	/*opacity: 0.5;*/
	display: block;
}

.back-wrapper a{
    /* padding: 0 10px; */
    color: #ABAAAA;
    position: relative;
    font-weight: 300;
}

.back-wrapper a:hover {
	color: #ABAAAA;
}

.back-wrapper a:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #ABAAAA;
    transform: scaleX(0);
        content: '';
    position: absolute;
    transition: transform .5s ease;
}

.back-wrapper a:hover:after {
    transform: scaleX(1);
}

.back-wrapper span {
    font-weight: 300;
    opacity: 1;
    color: #575656;
}
.back-button-bottom {
	display: inline-block;
	padding-left: 33px;
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('./img/back-arrow.png');
	cursor: pointer;
	position: relative;
}

.back-button-bottom:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.back-button-bottom:after, .back-button-bottom > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.back-button-bottom:hover:after {
    transform: scaleX(1);
}

.back-button-top{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding-left: 33px;
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('./img/back-arrow.png');
	cursor: pointer;	
}
.carpet-intro{
	margin: 80px auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.sticker-placement{
	position: absolute;
	top: 0;
	left: 0;
	width: 183px;
	height: 183px;
	background-position: center center;
	background-size: 130px auto;
	background-repeat: no-repeat;
}
.carpets-type .sticker-placement{
	top: 52px;
}
.carpet-intro .home-welcome-section{
	margin: 0 auto;
}
.collection-item-container{
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom:20px;
	/*cursor: pointer;*/
		overflow: hidden;
    position: relative;
    /*display: inline-block;*/
}

.layoutTwo .collection-item-container {
	width: 50%;
}
.layoutThree .collection-item-container {
	width: 33.33%;
}
.layoutFour .collection-item-container {
	width: 25%;
}

.layoutSix .collection-item-container { 
	width: 16.66%;
}
.collection-item-container.nullbmargin{
	margin-bottom: 0px;
}
.collection-item-img{
	background-color: #575656;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
	background-blend-mode: multiply;
	background-color: rgb(87,86,86, 0.4);
	-webkit-transition:all 750ms ease-in-out;
	-moz-transition:all 750ms ease-in-out;
	-o-transition:all 750ms ease-in-out;
	transition:all 750ms ease-in-out;
	cursor: pointer;
}

.sheets .collection-item-img:hover {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform:  scale(1);
}

.contact-details .collection-item-img:hover {
		-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform:  scale(1);
}
.collection-item-img:hover {
	-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform:  scale(1.02);
}
.collection-item-img.products{
    background-color: transparent;
}
.collection-item-img.press{
	background-size: contain;
	cursor: pointer;
}
.collection-item-img:after{
	content: '';
	display: block;
	padding-top: 100%;
}
.collection-item-title{
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	color: #ffffff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) ;
    -ms-transform: translateX(-50%) translateY(-50%) ;
    transform:  translateX(-50%) translateY(-50%) ;
}

.collection-header-title {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: #ffffff;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 34px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) ;
    -ms-transform: translateX(-50%) translateY(-50%) ;
    transform:  translateX(-50%) translateY(-50%) ;
}

.collection-header-title.home {
	font-size: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 44px;
}

.layoutTwo .collection-item-title,
.layoutThree .collection-item-title{
	font-size: 30px;
	line-height: 34px;
	width: 100%;
}
.manufacturer-gallery{
	background-color: white;
}
.collection-item-name{
	text-align: center;
	color: #6a6969;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0 25px;
	line-height: 24px;
	text-transform: uppercase;
}
.the-story-content-wrapper{
	width: 100%;   
	max-width: 1440px;
    padding: 0 110px;
	margin: 0 auto;
}
.story-title{
	margin:0 auto 65px;
	width: 100%;
	max-width: 590px;
	text-align: center;
	color: #575656;
	font-family: "Roboto";
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
}





.ac-subheader {
}

.ac-subtitle,
.ac-description,
.ac-header-title{
	color: #6a6969;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
}
.ac-subtitle{
	font-weight: 400;
	margin-bottom: 26px;
}
.ac-description p{
	margin: 0 0 26px;
}
.ac-subtitle p:last-child,
.ac-description p:last-child{
	margin-bottom: 0;
}
.ac-header-title{
	margin: 50px 0 30px;
	font-size: 20px;
	text-align: center;
}
.the-story .ac-subtitle,
.the-story .ac-description{
	text-align: center;
	margin-bottom: 0;
}





.collection-title {
	color: #74705d;
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 44px;
	margin-bottom: 40px;
	text-align: center;
}

.collection-title h {
	color: #6a6969;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px;
}

.collection-title h2 {
	color: #6a6969;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
    	font-weight: 400;
	margin-bottom: 26px;
}
.collection-title p{
	color: #6a6969;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
}

ps{
	color: #6a6969;
	font-family: "Roboto";
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 12px;
	text-align: left;
}


.collection-title.search-res{
	line-height: 42px;
}
.story-left-col{
	float: left;
	padding-right: 10px;
	padding-bottom: 80px;
	width: 50%;
}
.story-right-col{
	float: left;
	padding-left: 10px;
	padding-bottom: 80px;
	width: 50%;
	text-align: right;
}
.story-right-col.right{
	float: right;
}
.story-left-col.right{
	float: right;
}
.story-img{
	width: 82.71%;
}
.story-description{
	color: #575656;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
}
.story-description a,
.ac-description a{
	color: #a30b8a;
	font-weight: 400;
}
.story-description p{
	margin: 0 0 26px;
}
.story-description p:last-child{
	margin-bottom: 0;
}
.story-link-container{
	width: 90.50%;
	border: 1px solid #a30b8a;
	padding: 20px 28px;
	color: #a30b8a;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 26px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 35px;
}
.story-link-container a{
	color: #a30b8a;
}
.filter-buttons-wrapper{
	width: 33.33%;
	float: left;
	padding: 0 10px;
}


.download-buttons-wrapper{
	float: none;
	padding: 0 10px;
    width: 100%;
    max-width: 405px;
	margin: 0 auto;
}
.filter-buttons {
	width: 100%;
	text-align: center;
	border: 1px solid #575656;
	line-height: 50px;
	background-color: #ffffff;
	color: #575656;
	font-family: "Roboto";
	cursor: pointer;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	position: relative;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.filter-buttons:hover {
	background-color: #575656;
	color: #fff;	
}

/*.filter-buttons-wrapper:first-child .filter-buttons,*/
.filter-retailer.active {
	background-color: #575656;
	color: #fff;	
}

.retailers-wrapper {
	display: none;
}

/*.home-featured-collection.retailers-wrapper:first-child,*/
.home-featured-collection.retailers-wrapper.active{
	display: block;
}

.filter-buttons:before{
	content: '';
	position: absolute;
	right: 19px;
	width: 13px;
	height: 15px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    transform:  translateY(-50%) ;
    background-image: url('./img/link-arrow-down.png');

}

.filter-buttons.filter-retailer:before{ 
	content: none;
}	
.contact-forms-wrapper{
	width: 100%;
	max-width: 610px;
	margin: 80px auto;
}
.contact-title{
	text-align: center;
	margin: 0 auto 45px;
	width: 100%;
	max-width: 590px;
	color: #575656;
	font-family: "Roboto";
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
}
.contact-gallery-inner .collection-item-container{
	cursor: auto;
}

a.highlight-link {
	color: #a30b8a;
}

.manufacturing-intro {
	margin-bottom: 100px;
}

.manufacturing-title {
	margin-bottom: 60px;
}

.contact-title-page {
	color: #6a6969;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
}

.contact-wrapper .story-description {
	margin-bottom: 40px;
	line-height: 32px;
}

.contact-main-title {
	text-align: center;
	margin-bottom: 60px;
}

.contact-subtitle {
	color: #6a6969;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

.contact-details {
	color: #6a6969;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 40px;
}

.contact-details .collection-item-img {
	background-color: transparent;
	cursor: initial;
}


.contact-details .collection-item-img.collection-item-img-null {
	background-color: rgb(87,86,86, 0.4);
}
.contact-details .contact-name {

	font-weight: 400;
}

.contact-wrapper {
	margin-bottom: 0;
}

.item-retailer {
	color: #6a6969;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 24px;
	cursor: default;
	margin-bottom: 60px;
}

.item-retailer a {
	display: block;
}

.retailer-name {
	font-weight: 700;
}

.designer-imgs{
	background-color: white;
}
.designer-imgs .page-hero-overlay{
	opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}
.designer-imgs:hover .page-hero-overlay{
	opacity: 0.4;
}
.designer-names{
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 24px;
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform:  translateY(-50%) translateX(-50%);
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    text-align: center;
}
.designer-imgs:hover .designer-names{
	opacity: 1;
}
.gallery-filter{
	position: relative;
	width: 100%;
	max-width: 190px;
	margin: 0 auto 30px;
	color: #575656;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
}

.gallery-filter span {
	font-weight: 700;
}
.gallery-filter-choices{
	position: absolute;
    top: 20px;
    left: 33px;
    width: 100%;
    height: 0;
    background-color: white;
    z-index: 1;
    padding: 10px 0 0;
    text-align: left;
    color: #575656;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: height 250ms ease-in-out;
    -moz-transition: height 250ms ease-in-out;
    -o-transition: height 250ms ease-in-out;
    transition: height 250ms ease-in-out;
}
.galler-filter-option {
	cursor: pointer;
    padding: 10px 20px 0;
}

.galler-filter-option span {
	position: relative;
}

.galler-filter-option span:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.galler-filter-option span:after,
.galler-filter-option span > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.galler-filter-option span:hover:after {
    transform: scaleX(1);
}

.gallery-filter-choices.active{
    height: 170px;
}
.open-gal-filter{

	padding-right: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px 6px;
	background-image: url('./img/menu-arrow-down.png');
	position: relative;
}

.open-gal-filter span{
	position: relative;
}

.open-gal-filter span:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.open-gal-filter span:after, 
.open-gal-filter span > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.open-gal-filter span:hover:after {
    transform: scaleX(1);
}
.interior-gallery .collection-item-container {
    cursor: pointer;
}
.collection-item-container.sheets{
	text-align: center;
}
.interior-gallery{
	margin-bottom: 20px;
}
.load-more-gallery{
	position: relative;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    color: #575656;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    padding-right: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 142px center;
    background-size: 12px 12px;
    background-image: url(./img/plus-icon.png);
 	/*border: 1px solid #575656;*/
    padding: 12px 40px;

}
.load-more-gallery.hide{
	display: none;
}

.load-more-gallery span {
	position: relative;
}

.load-more-gallery span:after {
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #575656;
    transform: scaleX(0);
}

.load-more-gallery span:after, .load-more-gallery span > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.load-more-gallery span:hover:after {
    transform: scaleX(1);
}

.nf-form-wrap .nf-form-content {
	padding: 0;
}
.nf-form-title,
.nf-form-fields-required,
.ninja-forms-req-symbol {
	display:none;
}

.nf-field-container {
    width: 50%;
    display: inline-block;
    margin-left: -3px;
}


.nf-field-container.contact-msg-wrapper
{
	width: 100%;
}

.nf-form-content .nf-after-field .nf-error-msg,
.nf-error.field-wrap .nf-field-element:after{
	display: none;
}

.nf-form-content .nf-field-label label{
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
}

.nf-form-content .label-above .nf-field-label {
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
}

.nf-form-content .nf-field-element .form-field,
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element>div {
	border: 1px solid #c4c4c4;
	background-color: #fafafacc;
	resize: none;
	padding: 0 10px;
	height: 40px;
}

.contact-form-wrapper .nf-form-content textarea.ninja-forms-field {
	height: 200px;
}


.contact-form-wrapper .nf-form-content .list-select-wrap>div div:after {
	height: 44px;
}
.nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 40px !important;
}

.nf-form-content .form-btn .btn-send {
	width: 184px;
	background-color: #757a7d;

	color: #ffffff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;

	height: 40px;
}

.nf-form-content .label-above .nf-field-element {
	/*width: 95%;*/
	    width: 100%;
    margin: 0 10px;
}

.nf-form-content .nf-field-container.contact-msg-wrapper .nf-field-element{ 
	/*width: 100%;*/
}

.nf-form-content .nf-after-field .nf-error-msg {
	margin-right: 0;
}


.social-item.social-fb a{
	background-image: url('../../images/instagram-grey.svg');
    background-repeat: no-repeat;
}

.social-item.social-ig a{
	background-image: url('../../images/instagram-grey.svg');
    background-repeat: no-repeat;
}

.social-item a {
	background-color: #fff;
    color: #000;
    text-indent: -9999px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;

    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.social-item a:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.social-item {
	display: inline-block;
	margin-right: 7px;
}

.social-label {
	color: #757a7d;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
    line-height: 30px;
    vertical-align: top;
}

.footer-social-wrapper {
	margin-bottom: 10px;
}

.product-page-container{
    width: 100%;
    max-width: 1440px;
    padding: 0 120px;
    margin: 80px auto 100px;
}
.product-image-main-container{
	width: 40%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}
.product-image-main{
	width: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.product-image-main:after{
	content: '';
	display: block;
	padding-top: 100%;

}
.product-info-col{
	width: 60%;
	float: left;
	padding-left: 120px;
}

.product-main-title{
	width: 100%;
	margin-bottom: 38px;
	color: #575656;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
}
.prod-desc-title{
	color: #575656;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.prod-desc-content{
	color: #575656;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 26px;
}

.prod-desc-content.prod-desc-contact {
	margin-top: 14px;
}
.gallery-container{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow-x: hidden;
    position: relative;
}
.gallery-track{
	position: relative;
}

.gallery-item{
	cursor: pointer;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gallery-item:after{
	content: '';
	display: block;
	padding-top: 100%;
}

.prev-arrow{
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    transform:  translateY(-50%) ;
    cursor: pointer;
    cursor: pointer;
    background-image: url('../../images/left.svg');
    width: 8px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
}
.prev-arrow.slick-disabled{
	display: none !important;
}

.next-arrow{
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    transform:  translateY(-50%) ;
    cursor: pointer;
    background-image: url('../../images/right.svg');
    width: 8px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;

}
.next-arrow.slick-disabled{
	display: none !important;
}


.popup-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
	-webkit-transition:all 250ms ease-in-out;
	-moz-transition:all 250ms ease-in-out;
	-o-transition:all 250ms ease-in-out;
	transition:all 250ms ease-in-out;
}

.popup-wrapper .header-wrapper {
	height: 50px;
    position: relative;
}



.popup-wrapper.overlay {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.gallery-img {
	cursor: pointer;

}

.gallery-bg {
	display: none;
}


.modal-gallery-wrapper .close-overlay {
	position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.modal-gallery-wrapper .close-overlay img {
	height: 30px;
    width: 30px;
}

.galery-slider-img {
	width: auto;
	height: 100%;
}

.modal-gallery-wrapper {
    padding: 50px 100px;
    height: 100%;
	position: relative;
}

.modal-gallery-wrapper:after {
    content: '';
    display: inline-block;
    padding-top: 45%;
}

.modal-gallery-wrapper .collection-item-img,
.modal-gallery-wrapper img{
	background-blend-mode: unset;
    background-color: none;
    margin: 0 auto;
    /*640px*/
    max-height: 640px;
    width: auto;
    max-width: 100%;
    max-height: -webkit-fill-available;
}

.modal-gallery-wrapper .slick-list {
	height: 100% !important;
}

.product-image-main-container .slick-list {
	margin: 0 10px;
}

.modal-gallery-wrapper .prev-arrow {
	margin-left: 25px;
}

.modal-gallery-wrapper .next-arrow {
	margin-right: 25px;
}

.modal-gallery-wrapper .slick-slider {
	height: 100%;
}

.color-group-title {
	text-align: center;
	font-weight: 700;
}

.color-group-wrapper {

    margin-bottom: 40px;
}

.color-group-type-title {
	margin-left: 10px;
	margin-right: 10px;
}

.gallery-img-wrapper .color-img {
    background-blend-mode: unset;
}

.gallery-modal .modal-gallery-wrapper .next-arrow {
	margin-right: 0px;
}

.gallery-modal  .modal-gallery-wrapper .prev-arrow {
	margin-left: 0px;
}

.sheets-dl-btn{
	display: inline-block;
	margin: 0 auto 25px;
    line-height: 20px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: white;
    background-color: #757a7d;
    cursor: pointer;
    opacity: 1;
}

.sheets-dl-btn:hover {
	opacity: 0.5;
	-webkit-transition:all 250ms ease-in-out;
	-moz-transition:all 250ms ease-in-out;
	-o-transition:all 250ms ease-in-out;
	transition:all 250ms ease-in-out;
}
.search-panel-modal {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.90);
    display: none;
}

.search-close{
	position: fixed;
	top: 28px;
	right: 22px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('./img/close.svg');
}
.appear-mobile{
	display: none;
}
.modalContainer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 40px 55px;
}
.searchHint {
    color: #575656;
    font-size: 14px;
    font-family: Roboto;
}
.search-form-container{
	margin-top: 15px;
	width: 100%;
	position: relative;
	    height: 225px;
}
.searchTermText {
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 100px;
    letter-spacing: -.035em!important;
    line-height: 100px;
    white-space: pre-wrap!important;
    word-wrap: break-word;
    border: 1px solid transparent;
    text-rendering: geometricPrecision;
    top: 0;
    left: 0;
    right: 0;
    height: 225px;
    font-family: Roboto;
	color: #575656;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	resize: none;
    outline: none;
    width: 100%;
    border-radius: 0;
    text-transform: lowercase;
}
.suggestionText{
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 100px;
    letter-spacing: -.035em!important;
    line-height: 100px;
    white-space: pre-wrap!important;
    word-wrap: break-word;
    border: 1px solid transparent;
    text-rendering: geometricPrecision;
    top: 0;
    left: 0;
    right: 0;
    height: 225px;
    font-family: Roboto;
	color:  #cacaca;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	resize: none;
    outline: none;
    width: 100%;
    border-radius: 0;
    text-transform: lowercase;

}
.newsletter-container{
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
}
.mewslette-half-row{
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 25px;
}
.mewslette-full-row{
	width: 100%;
	float: left;
	padding: 0 10px;
	margin-bottom: 25px;
}
.newsletter-label{
	color: #575656;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.newsletter-input{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   width: 100%;
	height: 40px;
	background-color: white;
	border: 1px solid #c4c4c4;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	padding: 0 10px;
	color: #757a7d;
}
.newsletter-input.error{
	border-color: #e80000;
}
.newsletter-btn{
	width: 185px;
	height: 40px;
	background-color: #757a7d;
	color: #ffffff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	margin: 20px auto 0;
	display: block;
}
.footer-newsletter-container{
	width: 100%;
	max-width: 320px;
	padding-right: 25px;
}
.footer-newsletter-input{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   width: -webkit-calc(100% - 82px);
   width: calc(100% - 82px);
	height: 25px;
	background-color: #fbfbfb;
	border: 1px solid #c4c4c4;
	border-right: none;
	color: #757a7d;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	padding: 0 10px;
	float: left;
}
.footer-newsletter-btn{
	float: left;
	width: 82px;
	line-height: 24px;
	height: 25px;
	cursor: pointer;
	color: #ffffff;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #757a7d;
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition:all 250ms ease-in-out;
}

.footer-newsletter-btn:hover {
	background-color: #575656;
}

.footer-newsletter-input.error{
	border-color: #e80000;
}


.contact-form-wrapper {
	text-align: center;
}
.nf-after-field,
.nf-error-msg,
.nf-error.field-wrap .nf-field-element:after{
	display:none !important;
}

.home-featured-desc {
	opacity: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
    position: absolute;
    padding: 0 15px;
    text-align: center;
    left: 50%;
    max-width: 320px;
    width: 100%;
    bottom: -webkit-calc(50% - 88px);
    bottom: calc(50% - 88px);
    -webkit-transform:translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
	-webkit-transition:all 250ms ease-in-out;
	-moz-transition:all 250ms ease-in-out;
	-o-transition:all 250ms ease-in-out;
	transition:all 250ms ease-in-out;
}

.home-featured:hover .home-featured-desc {
    opacity: 1;

}

.retailer-container{
	margin-top: 100px;
}

.newsletter-form {
	margin-bottom: 100px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}