/*
Responsive Template Name: RS-MQF 1140 V.2
File: Media Queries CSS
Author: OS Templates
Author URI: https://www.os-templates.com/
Licence: <a href="https://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@-ms-viewport{width:device-width;} /* http://msdn.microsoft.com/en-gb/library/ie/hh869615%28v=vs.85%29.aspx */

/* 240 + 320px */

@media screen and (min-width:240px) and (max-width:360px) {

}

/* 480px */

@media screen and (min-width:361px) and (max-width:600px) {

}

/* 768px */

@media screen and (min-width:601px) and (max-width:800px) {
}

/* 960px */

@media screen and (min-width:960px) {
}

/* 1140px */

@media screen and (min-width:1140px) {
}

/* Hide The Jquery Generated Navigation Form from 601px upwards */

@media screen and (min-width:601px) and (max-width:1920px) {
}

@media screen and (max-width:768px) {
	#topnav{
		padding: 15px 0;
	}
	#topnav nav{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.search-block button {
		right: 25px;
	}
	.login-block{
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}
	section{
		padding: 15px 0
	}
	.col-4 {
		width: 100%;
		min-height: 200px;
		padding-top: 50px;
		text-align: center;
		margin-bottom: 15px;
	}
	.watches{
		display: none;
	}
	.col-2,
	.col-3,
	#quantrum .col-9{
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	.title-cat{
		font-size: 22px;
	}
	.long-block,
	.mens_quentrum,
	.women_quantrum{
		min-height: auto;
		height: 150px;
	}
	.search-block{
		width: 100%;
    padding: 0 20px;
	}
.search-block input{
	width: 100%;
}
#guardo .col-9{
	margin: 0;
}
.guardo-list .mens, .guardo-list .women, #quantrum .remeshok{
    width: 100%!important;
    height: 150px;
    min-height: auto;
}
.guardo-list .remeshok{
	width: 50%;
	max-height: 150px;
	min-height: 150px;
}
#quantrum .col-2{
	margin-top: 15px;
}
#quantrum .col-9,
#guardo .col-3{
	margin-bottom: 15px;
}
#guardo_first .col-2.border-grey{
	margin-top: 15px;
}
#footer{
	padding: 25px 0;
}

.footer-adress,
.footer-menu,
.footer-logo,
.footer-social{
	width: 100%;
	flex: 0 0 100%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.footer-link-list{
	margin: 15px 0;
}
.footer-social{
	text-align: center;
	margin-bottom: 0;
}
}