
@media only screen and (max-width : 1366px) {
	.container{
		width: 1050px;
	}
	.menu ul li a{
		font-size: 18px;
	}
	.top-banner h2{
		font-size: 28px;
	}
	.homepage-content h1{
		font-size: 32px;
	}
	.homepage-content p, .homepage-content ul{
		font-size: 18px;
	}
	.grey-box h3{
		font-size: 19px;
	}
	.categorie-title h2{
		font-size: 18px;
	}

}
@media only screen and (max-width : 1200px) {
	.container{
		width: 960px;
	}
	.header {
		padding: 40px 0 25px 0;
	}
	.header .left-col{
		width: 30%;
	}
	.menu ul{
		padding: 20px 0 0 0;
	}
	.menu ul li a{
		padding: 3px 15px;
	}
	.top-banner h2 {
		font-size: 26px;
	}
	.homepage-content h1 {
		font-size: 30px;
	}
	.categorie-title h2 {
	    font-size: 16px;
	}
	.products-content h1 {
	    font-size: 30px;
	}

	.slider-wrapper {
	    float: none;
	    margin: 0 auto;
	    max-width: 80%;
	}
	table{
		width: 90%;
	}
}

@media only screen and (max-width : 992px) {
	.container{
		width: 750px;
	}
	.header .right-col{
		width: 70%;
	}
	.menu ul li a {
		padding: 3px 13px;
		font-size: 18px;
	}
	.top-banner h2 {
		font-size: 20px;
		padding-left: 4%;
	}
	.footer-column{
		padding: 0 5px;
	}
	.grey-box p {
		font-size: 15px;
		text-align: left;
	}
	.form-button {
	    float: none;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	a.product-link{
		flex-basis: 90%;
		margin: 0px auto 15px auto;
	}
}


@media only screen and (max-width : 767px) {
	.container{
		width: 90%;
		width: calc(100% - 30px);
	}
	.menu ul{display: none;}
	.menu button{display: block;}
	nav.menu {
	    float: right;
	    padding-right: 10px;
	}
	.top-banner{
		min-height: 270px;
	}
	.top-banner h2 {
	    font-size: 22px;
	    padding-left: 3%;
	    letter-spacing: 1.1px;
	    font-weight: normal;
	}
	.homepage-content .left-col{
		text-align: left;
		float: none;
    	width: 100%;
	}
	.homepage-content .right-col {
	    float: none;
	    width: 100%;
	    text-align: left;
	}
	.grey-box p{
		font-size: 16px;
	}
	.footer-columns-wrapper{
		flex-direction: column;
    	text-align: center;
	}
	.footer-column {
	    padding: 10px 0;
	    border-left: none;
	    border-top: 2px solid #C6CBCE;
	    width: 50%;
	    margin: 0 auto;
	}
	.footer-column.social li{
		display: inline-block;
		margin: 7px 10px;
	}
	.products-content .left-col {
	    display: none;
	}
	.products-content .right-col {
	    float: none;
	    width: 90%;
	    margin: 0 auto;
	}
}


@media only screen and (max-width : 480px) {
	.header .right-col, .header .left-col{
		width: 50%;
	}
	.homepage-content h1{
		font-size: 26px;
	}
	.homepage-content p, .homepage-content ul {
	    font-size: 16px;
	}
}


@media only screen and (max-width : 450px) {
	.top-banner h2{
		font-size: 18px;
	}
	.top-banner {
	    min-height: 200px;
	}
	.homepage-content {
	    padding-top: 20px;
	}
	.homepage-content h1 {
	    font-size: 22px;
	}
	.grey-box h3 {
	    font-size: 18px;
	}
	.footer-column{
		width: 80%;
	}
	.category-block{
		height: 70px;
	}
	.product-picture img{
		min-height: 70px;
		max-height: 70px;
	}
	.partner-title h2{
		font-size: 22px;
	}
	.partner .right-col{
		margin:0 auto;
	}
	.contacts-wrapper{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}
