@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
	
}

@media only screen and (max-width: 1600px){
	.main-header .auto-container{
		padding: 0 50px;
	}

	.main-header .other-links{
		margin-left: 150px;
	}
}

@media only screen and (max-width: 1499px){

	.main-header .other-links{
		margin-left: 50px;
	}

	.about-container .left-content .upper-text,
	.about-container .left-content blockquote,
	.about-container .text-block{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1340px){

	.footer-section .brochure{
		padding-top: 20px;
	}
	
	.footer-section .brochure-box{
		padding-right: 0;
	}

	.footer-section .footer-badge{
		position: relative;
		left: 0;
		top: 0;
		text-align: left;
		width: auto;
		padding-top: 50px;
	}

	.footer-section .brochure-box:before{
		display: none;
	}

	.footer-section .footer-badge .badge{
		display: inline-block;
		vertical-align: top;
		margin: 0;
		margin-right: 50px;
	}

	.footer-section .footer-badge .badge:last-child{
		margin: 0;
	}

	.main-footer .image-layer{
		opacity: 0.50;
	}

	.news-block .lower-box h4,
	.footer-info-bar .txt{
		font-size: 24px;
	}

	.about-container .title-box h2,
	.page-info h2{
		font-size: 36px;
	}

	.about-container .text-block h3{
		font-size: 30px;
	}

	.about-container .auto-container > .row {
	    margin: 0px -15px;
	}

	.about-container .content-column,
	.about-container .links-column{
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1199px){
	.main-header .auto-container{
		padding: 0 30px;
	}

	.main-menu .navigation > li{
		margin-right: 30px;
	}

	.main-menu .navigation > li > a{
		font-size: 15px;
	}

	.main-header .other-links{
		margin-left: 30px;
	}

	.banner-carousel .content-box,
	.inner-banner{
		height: 400px;
	}

	.footer-section .brochure,
	.footer-section .brochure-box,
	.footer-section .footer-badge{
		text-align: center;
		padding-left: 0;
	}

	.footer-section .footer-badge .badge,
	.footer-section .footer-badge .badge:last-child{
		margin: 0 15px 20px;
	}

	.side-links-box .links li a,
	.side-links-box .downloads li a{
		font-size: 16px;
	}

	.about-container .left-content .upper-text{
		padding-bottom: 20px;
	}

	.about-container .left-content blockquote{
		margin-bottom: 50px;
	}

	.about-container .title-box h2,
	.page-info h2 {
	    font-size: 30px;
	}

	.about-container .title-box:before{
		width: 120px;
	}

	.about-container .text-block h3{
		font-size: 24px;
		margin-bottom: 20px;
	}

	.contact-section .lower-content:before{
		left: 42.333%;
	}
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 991px){
	.main-header{
		min-height: 120px;
	}

	.main-header .header-upper .logo-box .logo img{
		height: 60px;
	}

	.main-header .nav-outer{
		float: right;
	}

	.main-header .nav-outer .main-menu{
		display: none !important;
	}

	.nav-outer .mobile-nav-toggler{
		display: block;
	}

	.main-header .other-links{
		padding: 35px 0px;
		margin-left: 0;
	}

	.main-header .search-box-outer .dropdown-menu{
		top: 78px !important;
	}

	.prod-section .title-box h2,
	.news-section .title-box h2,
	.cat-section .title-box h2,
	.contact-section .lower-content .title-box h3{
		font-size: 24px;
	}

	.about-container .title-box h2,
	.page-info h2 {
	    font-size: 24px;
	}

	.about-container .text-block h3{
		font-size: 22px;
	}

	.contact-section .lower-content:before{
		display: none;
	}

	.contact-section .lower-content .info-column{
		order: 12;
	}

	.contact-section .lower-content .form-column{
		order: 0;
	}

	.contact-section .links-column{
		margin-bottom: 10px;
	}

	.contact-section .lower-content .title-box:before{
		width: 80px;
	}
}

@media only screen and (max-width: 767px){	
	.main-header .auto-container{
		padding: 0 20px;
	}

	.banner-carousel .content-box,
	.inner-banner{
		height: 350px;
	}

	.inner-banner,
	.banner-section{
		border-top-width: 10px;
	}

	.footer-section .links{
		padding-left: 0;
	}

	.footer-section .links:before{
		display: none;
	}

	.footer-section .text{
		padding-right: 0;
	}

	.footer-section .text:before{
		display: none;
	}

	.footer-info-bar{
		padding: 30px 0px;
	}

	.footer-info-bar .social{
		padding: 0 0;
		border:none;
		width: 100%;
		margin: 0;
	}

	.footer-info-bar .social li{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px !important;
	}

	.footer-info-bar .txt{
		padding: 0 0;
		border:none;
		font-size: 20px;
		width: 100%;
		margin: 0 0 20px;
	}

	.parallax-section{
		height: 250px;
	}

	.contact-section .map-column iframe{
		height: 300px;
	}

	.contact-section form .form-group button,
	.contact-section form .form-group input[type="submit"]{
		width: 100%;
	}
}

@media only screen and (max-width: 599px){
	.product-block .cap-box a .btn-title{
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 15px;
	}

	.banner-carousel .content-box,
	.inner-banner{
		height: 280px;
	}

	.parallax-section{
		height: 200px;
	}

	.prod-section .title-box,
	.news-section .title-box,
	.cat-section .title-box{
		text-align: center;
	}

	.prod-section .owl-theme .owl-nav{
		position: relative;
		right: auto;
		top: auto;
		left: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		padding: 30px 0px 0px;
		text-align: center;
	}

	.prod-section .owl-theme .owl-nav .owl-prev,
	.prod-section .owl-theme .owl-nav .owl-next{
		margin: 0 10px;
	}

	.prod-section .owl-theme .owl-nav .owl-prev:hover,
	.prod-section .owl-theme .owl-nav .owl-next:hover{
		color: #111111;
	}

	.prod-section .title-box h2, 
	.news-section .title-box h2, 
	.cat-section .title-box h2{
		font-size: 20px;
	}

	.footer-section .widget-title{
		font-size: 18px;
	}
}

@media only screen and (max-width: 479px) {
	.main-header .other-links .search-box-outer{
		display: none;
	}

	.news-block .lower-box{
		padding-top: 30px;
	}

	.news-block .lower-box h4,
	.prod-block .lower-box h4{
		font-size: 20px;
	}

	.cat-block .cap-box{
		bottom: 0;
	}

	.cat-block .cap-box h4,
	.news-block .lower-box .link a{
		font-size: 15px;
	}

	.side-links-box .downloads li a{
		padding-left: 50px;
		font-size: 15px;
	}

	.side-links-box .downloads li .icon{
		font-size: 18px;
		left: 20px;
	}

	form .radio-select .txt{
		display: block;
		margin-bottom: 10px;
	}
}