
/* full view: md, lg */
@media (min-width: 992px) {
    .text-wrapper {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #footer .footer-blocks {
        padding-top: 160px;
        padding-bottom: 170px;
    }
}

/* responsive view: xxs, xs, sm */
@media (max-width: 992px) {
	
	
	h1 {
		font-size: 30px;
	}
	h2, h3 {
		font-size: 25px;
	}
	
	.pagination {
		text-align: center;
	}
	
	.pagination li a {
		font-size: 1.6em !important;
		margin: 5px;
		padding: 0.5em 0.8em !important;
	}
	
	ul#main-menu > li {
		display: block !important;
		border-top: solid 1px #CBEA93 !important;
	}
	
	ul#main-menu > li > a {
		text-align: left !important;
	}
	
	#modal-login .row > div,
	#modal-join .row > div {
		margin: 10px 0px;
	}
	
	#modal-login .btn,
	#modal-join .btn {
		width: 100%;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer ul {
		text-align: left !important;
	}
	
	.sidebar .banners {
		 text-align: center;
	}
	
	.sidebar .banner {
		display: inline-block;
		margin: 10px;
	}
    
    #responsive-search .products .product-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #responsive-search .products .product-box img {
        border-radius: 5px;
    }
    
    #footer .footer-blocks {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* lg only */
@media (min-width:1200px) {
	.caption h1,
    .caption h2 {
        font-size: 55px;
    }
    
    .icon-wrapper {
        width: 20%;
    }
    
    .firstpage-icons {
        padding: 0px 120px;
    }
    
    body#page-FIRSTPAGE .main .container { 
        min-height: 500px;
        position: relative;
    }
    
    .container-image img {
        max-height: 400px;
    }
    
    .outer-text-wrapper {
        min-height: 400px;
        position: relative;
    }
    
    #menu_desktop ul.level-1 > li > .item > a {
        font-size: 23px;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {
	.caption h1,
    .caption h2 {
        font-size: 48px;
    }
    
    .icon-wrapper {
        width: 20%;
    }
    
    .firstpage-icons {
        padding: 0px 20px;
    }
    
    #menu_desktop ul.level-1 > li > .item > a {
        font-size: 19px;
    }
    
    .container-image img {
        max-height: 320px;
    }
    
    .outer-text-wrapper {
        min-height: 320px;
        position: relative;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
	.caption h1,
    .caption h2 {
        font-size: 42px;
    }
    
    .icon-wrapper {
        width: 33.33%;
    }
    
    .container-image img {
        max-height: 270px;
    }
    
    .outer-text-wrapper {
        min-height: 270px;
        position: relative;
    }
    
    .text-wrapper {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* xs+xxs only */
@media (max-width: 767px) { 
	h1 {
		text-align: center;
		font-size: 28px;
	}
	h2, h3 {
		font-size: 22px;
	}
    
    .icon-wrapper {
        width: 50%;
    }
    
    .outer-text-wrapper {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    
    #dishwashing {
        background-image: none;
    }
}

/* xxs only */
@media (max-width: 479px) { 
    .col-xxs-12 {
        width: 100%;
    }
    
    .products .product-box {
        max-width: 270px;
        margin: 0 auto;
    }
    
    .container-image img {
        margin-bottom: 30px;
    }
}