
@media only screen and (max-width:1400px) {
	.carpet-intro{
	    max-width: 1000px;
	}
}

@media only screen and (max-width:1200px) {
	.sticky-menu-container{
		padding: 45px 40px 0;
	}
	.menu-center-options{
		max-width: 560px;
	}
	.menu-options {
	    margin: 20px 12px 0;
	    letter-spacing: 1px;
	}
	.online-menu-link{
		letter-spacing: 1px;
	}
	.page-hero-banner:after {
    	content: '';
	    display: inline-block;
	    padding-top: 40%;
	}
	.footer-wrapper {
	    padding: 45px 30px 55px;
	}
	.instagram-feed-container {
	    padding: 0 30px;
	}
	.home-featured-collection {
	    padding: 0 30px;
	}
	.the-story-content-wrapper {
	    padding: 0 40px;
	}
	.sticker-placement{
		left: 15px;
	}
	.featured-gallery-full.acr{
		margin-bottom: 0;
	}
	.featured-gallery-full.color-guide-full{
		margin-bottom: 0;
	}
	.back-button-top{
		left: 20px;
		letter-spacing: 1px;
	    padding-left: 20px;
	}
	.carpet-intro{
		max-width: 1000px;
	}
	.modal-gallery-wrapper{
		padding: 0 50px;
	}
	.modal-gallery-wrapper .prev-arrow {
	    margin-left: -25px;
	}
	.modal-gallery-wrapper .next-arrow {
	    margin-right: -25px;
	}
	.galery-slider-img{
		height: 100vh;
	}
	.galery-slider-img img{
		margin: 0;
		position: relative;
		top:50%;
		left: 50%;
	    -webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%) ;
	    transform:  translateY(-50%) translateX(-50%) ;
	}
	.modal-gallery-wrapper .close-overlay {
	    z-index: 1;
	}
	.home-feature-title,
	.collection-header-title.home{
		font-size: 30px;
	    line-height: 36px;
	}
	.home-featured-desc{
		font-size: 18px;
	    line-height: 22px;
        bottom: -webkit-calc(50% - 75px);
   		 bottom: calc(50% - 75px);
	}

	.menu-options {
		margin: 20px 8px 0;
	}
}
@media only screen and (max-width:1000px) {
	.header-logo {
	    width: 160px;
	    display: inline-block;
	    margin: 0 auto;
	}
	.visible-menu-strip{
		display: none;
	}
	.sticky-inner-menu{
		text-align: center;
		position: relative;
	}
	.sticky-menu-container {
	    height: 50px;
	    padding: 12px 0 0;
	}
	.sticky-menu-container.scrolled {
	    top: 0;
	}
	.menu-spacer {
	    height: 50px;
	}

	.search-button.mobile{
		display: block;
		left: 18px;
	}
	.retailer-container{
		margin-top: 0;
	}
	.menu-opener-mobile{
	    width: 21px;
	    text-align: left;
	    height: 20px;
	    position: absolute;
	    right: 18px;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	    cursor: pointer;
	    display: block;
	    border: 1.4px solid;
	}
	.menu-opener-mobile div{
		width: 23px;
		/*height: 2px;*/
		height: 0px;
		position: absolute;
		top: 50%;
	    -webkit-transform: translateY(-50%) ;
	    -ms-transform: translateY(-50%) ;
	    transform:  translateY(-50%) ;
	    background-color: #575656;
    	-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-opener-mobile div:before{
	    content: '';
	    position: absolute;
	    width: 19px;
	    height: 1.4px;
	    top: -4px;
	    background-color: #575656;
	    -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-opener-mobile div:after{
	    content: '';
	    position: absolute;
	    width: 19px;
	    height: 1.4px;
	    top: 3px;
	    background-color: #575656;
	    -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-opener-mobile.open div{
	    background-color: transparent;
	}
	.menu-opener-mobile.open div:before{
/*	    top: 0px;
	    background-color: #575656;
	    -webkit-transform: rotate(45deg) ;
	    -ms-transform: rotate(45deg) ;
	    transform: rotate(45deg);*/
	    top: -1px;
	    background-color: #575656;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    left: 1px;
	    width: 17px;
	}
	.menu-opener-mobile.open div:after{
		background-color: #575656;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    /* height: 1.4px; */
	    left: 1px;
	    width: 17px;
	    top: -1px;

	}
	.mobile-menu{
		padding-top: 100px;
		padding-bottom: 100px;
		overflow-y: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.mobile-menu::-webkit-scrollbar {
		display: none;
	}

	.menu-options {
	    position: relative;
	    margin: 0;
	    font-size: 18px;
	    letter-spacing: 2px;
	    width: 100%;
	    padding: 25px;
	    line-height: 23px;
	}
	.menu-dropdown-about.mobile,
	.menu-dropdown-contact.mobile{
	    position: relative;
        padding: 0;
	    margin-left: 0;
	    opacity: 1;
	    display: none;
	    visibility: visible;
	    background-color: #fafafa;
	    float: left;
	    -webkit-transition: none;
	    -moz-transition: none;
	    -o-transition: none;
	    transition: none;
	    width: 100%;
	}
	.menu-dropdown-about .menu-options,
	.menu-dropdown-contact .menu-options {
	    display: inline-block;
	    float: none;
	    margin: 0;
	    padding: 25px;
	}
	.menu-options.about:before,
	.menu-options.contact:before {
	    width: 16px;
	    height: 9px;
	    background-size: 16px auto;
	    right: 25px;
	    top: 31px;
	}
	.menu-options.about:hover:before,
	.menu-options.contact:hover:before {
	    -webkit-transform: none;
	    transform: none;
	     top: 31px;
	}
	.menu-options.about.open:before,
	.menu-options.contact.open:before {
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
	     top: 31px;
	}
	.menu-options a:after {
	    left: 25px;
	    bottom: 0;
	    width: -webkit-calc(100% - 50px);
	    width: calc(100% - 50px);
	    height: 1px;
	    background: #575656;
	}
	.page-hero-banner:after {
    	content: '';
	    display: inline-block;
	    padding-top: 45%;
	}
	.page-hero-title {
	    font-size: 30px;
	    font-weight: 300;
	    letter-spacing: 1px;
	    line-height: 34px;
	    margin-bottom: 18px;
	}
	.page-hero-subtitle {
	    font-size: 16px;
	    font-weight: 300;
	    letter-spacing: 1px;
	    line-height: 22px;
	}
	.page-hero-button {
	    width: 170px;
	    margin: 45px auto 0;
	    line-height: 40px;
	    font-size: 14px;
	    letter-spacing: 2.33px;
	}
	.home-welcome-section {
	    margin: 50px auto;
        max-width: 580px;
	}
	.home-welcome-title {
	    font-size: 25px;
	    font-weight: 300;
	    line-height: 30px;
	    margin-bottom: 22px;
	}
	.home-welcome-subtitle {
	    font-size: 16px;
	    font-weight: 300;
	    line-height: 26px;
	}
	.home-featured-collection {
	    padding: 0 0;
	    margin: 0 auto 50px;
	}
	.home-feature-title,
	.collection-header-title.home {
	    font-size: 30px;
	    font-weight: 300;
	    letter-spacing: 1px;
	    line-height: 34px;
	    width: 100%;
	    padding: 0 25px;
	}
	.isntagram-header {
	    margin-bottom: 30px;
	    font-size: 16px;
	    letter-spacing: 2px;
	    line-height: 20px;
	    padding: 0 25px;
	}
	.instagram-feed-container {
	    padding: 0 13px;
	    margin: 0 auto 45px;
	}
	.home-featured-item{
		padding: 0 7px;
	}
	.modalContainer {
	    padding: 16px 18px;
	}
	.search-close {
        top: 10px;
	    right: 12px;
	    width: 30px;
	    height: 30px;
	}
	.search-form-container {
	    height: 165px;
	}
	.suggestionText, .searchTermText {
	    font-size: 55px;
	    line-height: 55px;
	    height: 165px;
	}
	.the-story-content-wrapper {
	    padding: 0;
	    margin: 0 auto 60px;
	}
	.story-title {
	    margin: 0 auto 40px;
	    font-size: 25px;
	    font-weight: 300;
	    line-height: 30px;
	    padding: 0 25px;
	}
	.story-left-col {
	    padding-right: 0;
	    padding-bottom: 40px;
	    width: 100%;
	    max-width: 580px;
	    float: none;
	    margin: 0 auto;
	}
	.story-left-col.right{
		padding: 0 25px;
	    float: none;
	    margin: 0 auto;
	}
	.story-right-col{
		padding:  0 25px;
		width: 100%;
	    max-width: 580px;
	    float: none;
	    margin: 0 auto;
	}
	.story-img {
	    width: 100%;
	    max-width: 380px;
	    display: block;
	    margin: 0 auto;
	}
	.story-right-col.right{
		padding: 0;
		padding-bottom: 40px;
	    float: none;
	    margin: 0 auto;
	}
	.story-link-container{
		display: none;
	}
	.home-featured-collection.withpad{
		padding: 0 13px;
	}
	.ac-title {
	    font-size: 25px;
	    letter-spacing: 2px;
	    line-height: 30px;
	    margin-bottom: 40px;
	}

	.ac-subheader {
		font-size: 16px;
	}
	.ac-header-title {
	    margin: 40px 0 40px;
	    font-size: 18px;
	}
	.carpet-intro {
	    margin: 50px auto;
	}
	.sticker-placement {
	    position: relative;
	    top: 0;
	    left: auto;
	    margin: 40px auto 0;
	}
	.withpad-m{
		padding: 0 13px;
	}
	.filter-buttons{
		font-size: 18px;
		line-height: 40px;
	}
	.interior-gallery {
	    margin-bottom: 20px;
	    padding: 0 13px;
	}
	.contact-wrapper {
	    padding: 0 0;
	    width: 100%;
	    max-width: 380px;
	    float: none;
	    margin: 0 auto;
	}
	.home-featured-collection.contact{
		padding: 0 13px;
	}
	.contact-details{
		padding: 0 7px;
	}
	.home-featured-collection.retailers-wrapper{
		padding: 0 15px;
	}
	.collection-title {
	    margin: 0 auto 0;
	    font-size: 25px;
	    line-height: 30px;
	}
	.collection-item-title{
		font-size: 18px;
		line-height: 20px;
	}
	.layoutTwo .collection-item-title, .layoutThree .collection-item-title{
		font-size: 18px;
    	line-height: 20px;
    	padding: 0 15px;
	}
	.back-wrapper{
		padding: 0 20px;
		font-size: 12px;
	}
	.collection-item-name {
	    font-size: 12px;
	    letter-spacing: 1px;
	    padding: 0 10px;
	    line-height: 18px;
	}
	.product-image-main-container {
    	width: 45%;
    }
	.product-info-col {
	    width: 55%;
	    float: left;
	    padding-left: 40px;
	}
	.product-page-container {
	    padding: 0 25px;
	    margin: 60px auto 80px;
	}
	.collection-title.search-res {
	    line-height: 30px;
	}
	.featured-gallery-full.color-guide-full{
		margin-bottom: 0;
	}
	.carpets-type .sticker-placement {
	    top: 0;
	}
	.back-button-top {
	    position: relative;
	    top: auto;
	    left: auto;
	    margin-left: -webkit-calc(50% - 290px);
	    margin-left: calc(50% - 290px);
	    margin-bottom: 30px;
	    padding-left: 28px;
	}
	.modal-gallery-wrapper{
		padding: 0 25px;
	}
	.modal-gallery-wrapper .prev-arrow {
	    margin-left: -15px;
	}
	.modal-gallery-wrapper .next-arrow {
	    margin-right: -15px;
	}
	.galery-slider-img{
		height: 100vh;
	}
	.galery-slider-img img{
		margin: 0;
		position: relative;
		top:50%;
		left: 50%;
	    -webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%) ;
	    transform:  translateY(-50%) translateX(-50%) ;
	}
	.modal-gallery-wrapper .close-overlay {
	    top: 16px;
	    right: 18px;
	    z-index: 1;
	}
	.footer-wrapper{
	    padding: 45px 25px 55px;
	}
	.home-featured-desc{
	    bottom: -webkit-calc(50% - 70px);
	    bottom: calc(50% - 70px);
        font-size: 16px;
	    line-height: 20px;
	}
	.contact-title-page{
		font-size: 18px;
	    line-height: 20px;
	}

	.featured-gallery-full .home-featured-item-inside:after {
		padding-top: 45.25%;
	}
}
@media only screen and (max-width:860px) {
	.page-hero-banner:after {
    	content: '';
	    display: inline-block;
	    padding-top: 55%;
	}
	.home-featured-desc{
		opacity: 1;
		display: none;
	}
	.home-feature-title,
	.collection-header-title.home {
	    font-size: 25px;
	    font-weight: 300;
	    letter-spacing: 1px;
	    line-height: 30px;
	    width: 100%;
	    padding: 0 30px;
	}
	.instagram-item-container {
	    width: 33.33%;
	    padding: 0 7px 0;
	    margin-bottom: 15px;
	}
	.designer-imgs .designer-names {
	    opacity: 1;
	}
	.collection-item-container {
	    float: left;
	    width: 50%;
	    padding: 0 7px;
	}
	.manufacturing-intro {
	    margin-bottom: 50px;
	}
	.home-featured-item.ac{
		margin-bottom: 10px;
	}
	.collection-header-title{
		font-size: 22px;
		width: 100%;
		padding: 0 20px;
	    line-height: 26px;
	}
	.featured-gallery-full {
	    padding: 0 7px;
	    margin: 40px 0 50px;
	}
	.filter-buttons-wrapper{
		padding: 0 7px;
	}
	.featured-gallery-full.interior-full{
		padding: 0;
	}
	.small-sapcer {
	    width: 100%;
	    height: 0;
	}
	.contact-forms-wrapper {
	    margin: 0 auto 60px;
	}
	.contact-title {
	    margin: 0 auto 40px;
	    font-size: 25px;
	    line-height: 30px;
	}
	.home-featured-collection.retailers-wrapper{
		padding: 0 25px;
	}
	.product-image-main {
	    width: 100%;
	    float: none;
	    max-width: 520px;
	    margin: 0 auto;
	}
	.product-image-main-container {
	    width: 100%;
	    float: none;
	}
	.gallery-container {
	    margin-top: 15px;
	    max-width: 520px;
	    margin: 0 auto;
	}
	.product-info-col {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	    max-width: 520px;
	    margin: 0 auto;
	    margin-top: 50px;
	}
	.product-main-title {
	    margin-bottom: 35px;
	    font-size: 22px;
	    line-height: 26px;
	    text-align: center;
	}
	.product-page-container {
	    padding: 0 25px;
	    margin: 40px auto 60px;
	}
	.footer-wrapper {
	    padding: 45px 25px 70px;
	}
	.footer-newsletter-column{
		margin-bottom: 48px;
	}
	.footer-social-column {
	    float: left;
	    width: 100%;
	}
	.footer-col-title {
	    font-size: 16px;
	    letter-spacing: 2px;
	    line-height: 20px;
	    margin-bottom: 40px;
	}
	.footer-link {
	    font-size: 15px;
	    letter-spacing: 1px;
	    line-height: 16px;
	    margin-bottom: 23px;
	}
	.footer-label {
	    font-size: 16px;
	    letter-spacing: 1px;
	    line-height: 18px;
	    margin-bottom: 23px;
	}
	.footer-newsletter-container {
	    max-width: 360px;
	    padding-right: 0;
	}
	.footer-newsletter-input {
	    height: 30px;
	    line-height: 28px;
	}
	.footer-newsletter-btn {
	    line-height: 30px;
	    height: 30px;
	    font-size: 12px;
	    font-weight: 700;
	    letter-spacing: 2px;
	}
	.footer-social-wrapper {
	    margin-bottom: 7px;
	}
	.social-item a {
	    width: 22px;
	    height: 22px;
	}
	.social-label {
	    font-size: 16px;
	    letter-spacing: 1px;
	    line-height: 22px;
	}
	.footer-house-column,
	.footer-info-column{
	    float: left;
	    width: 100%;
        margin-bottom: 25px;

	}
	.footer-newsletter-column{
	    float: left;
	    width: 100%;
        /*margin-bottom: 25px;*/
	}
	.layoutSix .collection-item-container {
	    width: 33.33%;
	}
}
@media only screen and (max-width:640px) {
	.footer-house-column,
	.footer-info-column{
	    float: left;
	    width: 100%;
        margin-bottom: 25px;
	}
	.footer-newsletter-column{
	    float: left;
	    width: 100%;
	}
	.disapear-mobile{
		display: none;
	}
	.back-button-top {
	    margin-left: 25px;
	}

	.home-welcome-section {
	    padding: 0 25px;
	    max-width: 100%;
	}
	.page-hero-banner:after {
    	content: '';
	    display: inline-block;
	    padding-top: 80%;
	}
	.page-hero-contents{
		padding: 0 25px;
	}
	.home-featured-item {
	    width: 100%;
	    float: left;
	    padding: 0 0 10px;
	}
	.home-feature-title,
	.collection-header-title.home {
	    font-size: 30px;
	    font-weight: 300;
	    letter-spacing: 1px;
	    line-height: 34px;
	    width: 100%;
	    padding: 0 25px;
	}
	.withpad-m{
		padding: 0;
	}
	.instagram-item-container {
	    width: 50%;
	    padding: 0 7px 0;
	    margin-bottom: 15px;
	}
	.search-form-container {
	    height: 120px;
	}
	.suggestionText, .searchTermText {
	    font-size: 30px;
	    line-height: 30px;
	    height: 120px;
	}
	
	
	.home-featured-item.ac {
	    margin-bottom: 10px;
	    width: 50%;
	    padding: 0;
	}
	.home-featured-item.ac.acl{
		padding-right: 5px;
	}
	.home-featured-item.ac.acr{
		padding-left: 5px;
	}
	.featured-gallery-full.acr,
	.featured-gallery-full.acl{
		margin:0;
		width: 50%;
		padding: 0;
	}
	.featured-gallery-full.acr{
		padding-left: 5px;
	}
	.featured-gallery-full.acl{
		padding-right: 5px;
	}
	.featured-gallery-full.acr .home-featured-item-inside:after,
	.featured-gallery-full.acl .home-featured-item-inside:after{
		padding-top: 100%;
	}
	.filter-buttons-wrapper {
	    width: 100%;
	    float: left;
	    padding: 0 25px;
	    margin-top: 20px;
	}
	.filter-buttons-wrapper:first-child{
		margin-top: 0;
	}
	.featured-gallery-full.nomarg{
		margin: 0 ;
	}
	.download-buttons-wrapper {
	    float: none;
	    padding: 0 25px;
	    width: 100%;
	    max-width: 405px;
	    margin: 0 auto;
	}
	.contact-forms-wrapper {
		padding: 0 25px;
	    margin: 0 auto 60px;
	}
	.contact-main-title{
		padding: 0;
	}
	.nf-field-container {
	    width: 100%;
	    display: inline-block;
	    margin-left: 0;
	    margin-bottom: 20px !important;
	}
	.nf-form-content .label-above .nf-field-label {
	    margin-left: 0;
	    text-align: left;
	}
	.nf-form-content .label-above .nf-field-element {
	    margin: 0 0;
	}
	.contact-wrapper .story-description {
	    line-height: 30px;
	}
	.contact-wrapper {
	    margin-bottom: 0;
	    padding: 0 25px;
	}
	.contact-subtitle {
	    font-size: 18px;
	    line-height: 20px;
	}
	.contact-details {
        font-size: 16px;
		line-height: 26px;
		margin-bottom: 40px;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.collection-item-img{
		max-width: 320px;
		margin: 0 auto 15px;
	}
	.home-featured-collection.contact{
		padding: 0 25px;
	}
	
	.collection-title.color-guide{
		margin-bottom: 30px;
	}
	.layoutTwo .collection-item-container,
	.layoutFour .collection-item-container,
	.layoutThree .collection-item-container{
		    width: 50%;
	}
	.back-button-bottom{
		font-size: 12px;
	    padding-left: 25px;
	}
	.item-retailer{
		width: 100%;
		padding: 0;
		margin-bottom: 35px;
	}
	.mewslette-half-row,
	.mewslette-full-row{
	    width: 100%;
	    float: left;
	    padding: 0 25px;
	    margin-bottom: 25px;
	}
	.sheets-dl-btn {
	    margin: 0 auto 15px;
	    line-height: 20px;
	    font-size: 12px;
	    letter-spacing: 2px;
	    padding: 8px 20px;
	}

	.appear-mobile{
		display: block;
	}
	.carpets-type .sticker-placement{
		top: 0;
		margin-bottom: 40px;
	}
	.normal-spacer {
	    width: 100%;
	    height: 40px;
	}
	.color-group-type-title{
		font-size: 18px;
	    line-height: 20px;
	    margin: 0 7px 20px;
	}
	.layoutSix .collection-item-container {
	    width: 50%;
	}
	.collection-title.search-res {
	    line-height: 30px;
	}
	.footer-newsletter-container {
	    max-width: 380px;
	    padding-right: 0;
	}
	.home-featured-desc{
		opacity: 1;
	    bottom: -webkit-calc(50% - 80px);
	    bottom: calc(50% - 80px);
        font-size: 18px;
	    line-height: 22px;
	    display: block;
	}
	.featured-gallery-full .home-featured-item-inside:after {
		padding-top: 65.25%;
	}

}
@media only screen and (max-width:480px) {
	.footer-newsletter-container {
	    max-width: 100%;
	    padding-right: 0;
	}


	.page-hero-banner:after {
    	content: '';
	    display: inline-block;
	    padding-top: 100%;
	}
	.story-img {
	    width: 100%;
	    max-width: 100%;
	}
}
@media only screen and (max-width:320px) {

}