
/* full view: md, lg */
@media (min-width: 992px) {
    
    .header-banner-wrapper {
        margin-top: 95px;
    }
}

/* 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;
    }
    
    .arrow-wrapper {
        display: none;
    }
}

/* lg only */
@media (min-width:1200px) {
	h2.block-title,
    .caption h1,
    .caption h2 {
        font-size: 64px;
    }
    
    .caption p {
        font-size: 28px;
    }
    
    .image-wrapper {
        min-height: 240px;
    }
    
    .block-content {
        min-height: 145px;
    }
    
    .main.why-us,
    .main.services,
    .main.galleries {
        padding: 90px 0px !important;
    }
    
    h2.block-title,
    .main.why-us h3 {
        font-size: 46px;
    }
    
    .jarallax picture {
        height: 760px;
    }
    
    a.button {
        padding: 10px 15px;
    }
    
    .container {
        width: 1320px;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {
	.caption h1,
    .caption h2 {
        font-size: 48px;
    }
    
    .caption p {
        font-size: 24px;
    }
    
    .image-wrapper {
        min-height: 170px;
    }
    
    .block-content {
        min-height: 170px;
    }
    
    .main.why-us,
    .main.services,
    .main.galleries {
        padding: 55px 0px;
    }
    
    h2.block-title,
    .main.why-us h3 {
        font-size: 40px;
    }
    
    .jarallax picture {
        height: 600px;
    }
    
    a.button {
        font-size: 15px;
        padding: 7px 12px;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
	.caption h1,
    .caption h2 {
        font-size: 42px;
    }
    
    .caption p {
        font-size: 20px;
    }
    
    .image-wrapper {
        min-height: 130px;
    }
    
    .block-content {
        min-height: 200px;
    }
    
    .main.why-us,
    .main.services,
    .main.galleries {
        padding: 40px 0px;
    }
    
    h2.block-title,
    .main.why-us h3 {
        font-size: 35px;
    }
    
    .jarallax picture {
        height: 420px;
    }
}

/* xs only */
@media (min-width: 480px) and (max-width: 767px) {
    
    .image-wrapper {
        min-height: 120px;
    }
    
    .block-content {
        min-height: 175px;
    }
    
    h2.block-title,
    .main.why-us h3 {
        font-size: 30px;
    }
    
    .jarallax picture {
        height: 420px;
    }
}

/* xs+xxs only */
@media (max-width: 767px) { 
	h1 {
		text-align: center;
		font-size: 28px;
	}
	h2, h3 {
		font-size: 22px;
	}
    
    .main.why-us,
    .main.services,
    .main.galleries {
        padding: 30px 0px;
    }
    
    .icon-wrapper img {
        margin-bottom: 20px;
    }
}

/* xxs only */
@media (max-width: 479px) { 
    .col-xxs-12 {
        width: 100%;
    }
    
    .products .product-box {
        max-width: 270px;
        margin: 0 auto;
    }
    
    h2.block-title,
    .main.why-us h3 {
        font-size: 26px;
    }
    
    .jarallax picture {
        height: 320px;
    }
}