@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow:hidden;	
	}
}

@media only screen and (max-width: 1599px){


}

@media only screen and (max-width: 1499px){
	
}

@media only screen and (max-width: 1339px){
	.products-three .title-block .inner-box{
		padding-top: 0;
	}

	.why-section .content-col .inner{
		padding-top: 0;
	}

	.why-section .why-block{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 80px;
	}

	.why-block .inner-box{
		padding-top: 0;
	}

	.banner-section .slide-item h1{
		font-size: 40px;
	}

	h2{
		font-size: 36px;
	}

}

@media only screen and (max-width: 1199px){

	body{
		font-size: 16px;
	}

	.banner-section .slide-item .inner{
		max-width: 650px;
	}

	h1,
	.banner-section .slide-item h1{
		font-size: 36px;
	}

	h2{
		font-size: 30px;
	}

	h3{
		font-size: 26px;
	}

	h4{
		font-size: 22px;
	}

	.about-section .text-col .link-box{
		padding-top: 20px;
	}

	.about-section .image-col .image img{
		max-width: 100%;
	}

	.about-section{
		padding-bottom: 70px;
	}

	.products-section .p-links{
		padding-left: 0;
	}

	.products-section .right-col .row{
		margin: 0 -10px;
	}

	.products-section .right-col .row .prod-block{
		padding: 0 10px;
	}

	.banner-section .slide-item .content-box{
		height: 530px;
	}

	.products-three .outer-container .row .prod-block-three.title-block{
		order: 0;
	}

	.products-three .outer-container .row .prod-block-three{
		order: 12;
	}

	.why-section .why-block{
		margin-bottom: 50px;
	}

	.why-block .inner-box{
		padding-left: 0;
		text-align: center;
	}

	.why-block .icon-box{
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 30px;
	}

	.why-block .text{
		text-align: center;
	}

	.about-section .image-col .inner{
		padding-left: 0;
	}

}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul,
	.main-menu .navigation > li > ul > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 991px){
	.main-header .upper-right{
		border-top: none;
		padding-top: 0;
	}

	.main-header .nav-outer .main-menu,
	.main-header .top-info,
	.main-header .nav-outer{
		display: none;
	}

	.main-header .upper-right{
		padding-top: 0;
	}

	.main-header .nav-toggler{
		display: block;
	}

	.main-header .main-box .logo-box{
		padding: 10px 0px;
	}

	.main-header .main-box .logo-box .logo img{
		position: relative;
		top: 0;
		left: 0;
		max-width: none;
		height: 80px;
	}

	.banner-section .slide-item .content-box{
		height: 450px;
	}

	.banner-section .slide-item .inner{
		max-width: none;
		text-align: center;
	}

	h1,
	.banner-section .slide-item h1{
		font-size: 30px;
	}

	h2{
		font-size: 28px;
	}

	h3{
		font-size: 24px;
	}

	h4{
		font-size: 20px;
	}

	.about-section .text-col .inner{
		max-width: none;
	}

	.about-section,
	.products-section{
		padding: 70px 0;
	}

	.products-section .left-col h2{
		margin-bottom: 40px;
	}

	.products-two{
		padding: 70px 0 40px;
	}

	.products-two .left-col h2{
		text-align: center;
	}

	.products-three{
		padding: 70px 0 60px;
	}

	.why-section{
		padding: 70px 0 20px;
	}

	.why-section .title-box{
		text-align: center;
	}

	.why-section .image-col{
		margin-bottom: 50px;
	}

	.why-section .image-col .image{
		position: relative;
	}

	.why-section .image-col .image img{
		max-width: 100%;
		width: 100%;
	}

	.why-section .image-col .inner{
		min-height: 0;
	}

}

@media only screen and (max-width: 767px){
	h1,
	.banner-section .slide-item h1{
		font-size: 26px;
	}

	h2{
		font-size: 24px;
	}

	h3{
		font-size: 22px;
	}

	h4{
		font-size: 20px;
	}

	h5{
		font-size: 18px;
	}

	h6{
		font-size: 16px;
	}

	.products-three .title-block{
		text-align: center;
	}
	
}

@media only screen and (max-width: 599px){
	

}

@media only screen and (max-width: 479px) {

	h1, 
	.banner-section .slide-item h1{
		font-size: 22px;
	}

	.banner-section .slide-item .inner{
		padding: 40px 25px;
	}

}