body > div.container {
    width: 100% !important;
    padding: 0;
}

#faucet.product-section {
	padding-top: 0;
}

.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center {
	padding: 15px 25px;
}

.product-section-content h2 {
	padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #AEA8A6;
}

.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center {
	width: 100%;
    height: 50px;
    transition: height .5s, background-color .5s ease-in;
  	cursor: pointer;
  	text-align: left;
    background-color: rgba(70, 70, 70, 0.6);
}

.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center.full-height {
	height: 50%;
	background-color: rgba(70, 70, 70, 0.8);
}


.img-wrapper .overlay-text div.additional-content {
	margin: 0;
    width: auto;
    text-align: left;
    padding: 0 10px;
    padding-right: 15px;
}


.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center p i.rotate:before {
    /*content: "\f10a";*/
    transform: rotate(45deg);
}

.product-section-images .has-overlay .img-wrapper {
	transition: opacity .3s ease-out;
}

.product-section-images .has-overlay .img-wrapper img {
	cursor: pointer;
}

.product-section-images .has-overlay .img-wrapper.hover {
	opacity: 0.9;
}

#unload > .row > .column > .columncontrol {
	border: 1px solid #CECACA;
}

#unload > .row > .column {
	padding-left: 0;
}

#unload.right-layout .product-section-content {
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 45px;
}

#unload .product-section-images {
	padding: 0;
}

html.ie #unload .product-section-content h2 {
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

html.ie #unload .product-section-content h3 {
	margin-bottom: 15px;
}


#unload.product-section .product-section-images .image {
	margin-bottom: 0;
}

.product-section-images {
	max-width: none;
}

.product-section .columncontrol {
	max-width: 1370px;
}

.product-section-content .actionbutton .button.primary {
	font-size: 15px;
}

@media(max-width: 768px){
	.product-section-content .actionbutton .button.secondary{
		min-width: 180px;
	}	
}


/*NAV STYLES*/
.laundry.container {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
}

#laundry-menu {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}



/*Mobile Menu*/

#laundry-menu-mobile {
	display: none;
	margin-top: -4px;
}

#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item h4 {
	font-size: 12px;
}


#laundry-menu-mobile .hero-nav-container .hero-menu-nav {
	padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item {
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	min-height: 176px;
	text-decoration: none;
	background: #fff;
	border-right: none;
}

#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item:nth-child(odd) {
	border-right: 1px solid #E2E2E2;
}

#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item:nth-child(-n + 2) {
	border-bottom: 1px solid #E2E2E2;
}


#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item:last-of-type {
	border-right: none;
}

#laundry-menu-mobile .hero-nav-container .hero-menu-nav {
	box-shadow: none;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 0;
}

#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item .nav-img img {
	max-width: 100px;
	max-height: 115px;
}


.product-section .product-section-images div {
	float: none;
}

.product-section .product-section-images div.overlay-container {
	width: 100%;
    height: 100%;
    min-height: 230px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.product-section .product-section-images div.overlay-content {
	margin: 0 40px;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
}

.dark-container {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: background-color .3s ease-out;
}

.dark-container.add-opaque {
	background-color: rgba(0,0,0,0.7);
}

.overlay-container h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}


html.ie .overlay-container h2 {
	margin: 0 auto;
	max-width: 400px;
}

#video-modal{
	position: fixed;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	transition: opacity .4s ease-out, visibility .4s ease-out;
	}

#video-modal.show{
	opacity: 1;
	visibility: visible;
	/*z-index: 9999;*/
}

#video-modal iframe, #video-modal #video-iframe{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

#video-modal .video-modal-wrapper{
	width: 650px;
	height: 366px;
	position: relative;
}

#video-modal #close-button{
	position: absolute;
	font-size: 5rem;
	color: #fff;
	cursor: pointer;
	top: -4rem;
	right: -2rem;
	transition: color .4s ease-out;
}

#video-modal #close-button:hover{
	color: #d2d2d2;
}

.video.video-link.icon-play{
	position: relative;
	float: none;
	margin: 0 auto;
	display: table;
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 5rem;
	color: #eeb111;
	cursor: pointer;
	opacity: 1;
	transition: color 0.3s ease;
	padding: 0 10px;
}

.video.video-link.icon-play:hover{
	color: #E09D00;
}

html.ie .product-section-wrapper .single-image .video.video-link.icon-play {
	width: auto;
	padding: 10px;
}

html.ie .product-section .product-section-images div.overlay-content {
	margin-top: 35px;
}

html.firefox .product-section-images .single-image .image.parbase img{
	position: relative;
	object-fit: cover;
	height: 310px;
}

html.ie #laundry-menu .hero-nav-container .hero-menu-nav .nav-item .nav-img img {
	max-width: 80px;
	max-height: 130px;
	height: auto;
}

html.ie .product-section, html.ie .product-section-wrapper > div.row, html.ie .product-section-wrapper div.column{
	max-height: 750px;
}


/*html.ie .product-section-wrapper .product-section-images picture {
	height: 300px;
}

html.ie .product-section-wrapper .product-section-images .columncontrol:nth-child(2) picture {
	height: 200px;
}*/

html.ie #unload .product-section-wrapper {
	align-items: flex-start;
}

html.ie .product-section-content .actionbutton .button.primary {
	font-size: 11px;
}
/*@media(max-width: 1300px) {

}*/


@media(max-width: 1199px) {

	.laundry.container {
		padding-bottom: 20px;
	}

	.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center p i:before {
		margin-right: 10px;
	}
	.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center p {
		font-size: 1.4rem;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.product-section-content .actionbutton .button.primary {
		font-size: 13px;
	}


	.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center.full-height {
		height: 65%;
	}

	#unload .product-section-content {
		margin-left: 25px;
	}

	#unload .product-section-content h2 {
		font-size: 32px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	#unload .product-section-content h3 {
		margin-bottom: 10px;
	}

	html.ie #unload .product-section-content h3 {
		margin-bottom: 10px;
	}

}

@media(max-width: 992px) {

	#unload.right-layout .product-section-content {
		padding-left: 20px;
		padding-right: 35px;
	}

	#unload .product-section-content h2 {
		font-size: 30px;
	}


	#unload .product-section-content p {
		font-size: 13px;
	}
}

@media(max-width: 855px) {
	.product-section .product-section-images .img-wrapper .overlay-text div.bottom-center.full-height {
		height: 100%;
	}

	#unload .product-section-content h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	html.ie #unload .product-section-content h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	#unload .product-section-content h3 {
		font-size: 18px;
	}

	#unload .product-section-content p {
		font-size: 12px;
	}

}

@media(max-width: 768px) {
	.img-wrapper .overlay-text div.additional-content {
		padding: 0 30px;
	}

	.product-section-content .actionbutton .button.primary {
		font-size: 12px;
	}

}

@media(max-width: 767px) {

	.laundry.container {
		padding-bottom: 10px;
	}

	.img-wrapper .overlay-text div.middle-left {
		top: 15%;
	}
	.img-wrapper .overlay-text div.middle-left .hero-overlay h2 {
		margin-bottom: 11px;
	}
	.img-wrapper .overlay-text div.middle-left .hero-overlay h2:after {
		bottom: -9px;
	}

	#laundry-menu-mobile {
		display: block;
	}

	#laundry-menu {
		display: none;
	}

	html.firefox #laundry-menu-mobile .hero-nav-container {
		display: block;
	}

	#unload.right-layout .product-section-content{
		padding-left: 30px;
	}

	#unload .product-section-content {
		margin-left: 0px;
	}

	#unload .product-section-content h2 {
		font-size: 24px;
    	line-height: 3rem;
		margin: 20px 0px 25px 0px;
		padding-bottom: 15px;
	}

	html.ie #unload .product-section-content h2 {
		font-size: 24px;
    	line-height: 3rem;
		margin: 20px 0px 25px 0px;
		padding-bottom: 15px;
	}

	#unload .product-section-content h3 {
		font-size: 17px;
	}

	#unload .product-section-content p {
		padding-right: 10px;
	}
	.product-section-content .actionbutton .button.primary {
		width: 100%;
	}
}

@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
	/*hero*/
	.banner-col .img-wrapper {
		max-height: 180px;
	}

	.banner-col div.image img {
		position: relative;
		top: -130px;
	}

	/*product section*/
	div:not(.editor-panel).product-section .product-section-images div.img-wrapper {
		max-height: 200px;
	}

	div:not(.editor-panel).product-section .product-section-images img, div:not(.editor-panel).product-section .product-section-images picture {
		position: relative;
		top: 20px;
	}


	#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item {
		width: calc(100% / 4);
		min-height: 155px;
		border-right: 1px solid #E2E2E2; 
	}
	#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item:nth-child(-n + 2) {
		border-bottom: none;
	}

	#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item .nav-img img {
		max-width: 80px
	}
	#laundry-menu-mobile .hero-nav-container .hero-menu-nav .nav-item:nth-child(3) .nav-img img {
		max-height: 80px;
	}

	#unload.product-section .product-section-images img {
		top: -65px;
	}
}