/*==========  Desktop First Method  ==========*/

/* ... до 1199 включительно */
@media only screen and (max-width : 1199px) {
	
	/* Expert Form */
	#expertForm h4 {
		font-size: 1.0em;
		margin-top: 0px;
	}
	.formInputText {
		width: 82% !important;
	}
	
	.catalogBlock {
		width: 46% !important;
	}
	
}

/* ... до 959 включительно */
@media only screen and (max-width : 959px) {
	
	.pageMenu {
		display: none;
	}
	.shopList h1 {
		margin-left: 0px;
	}
	
	/* Renter Page */
	.renterPageInfo {
		margin-top: 0;
	}
	.renterPagePlace {
		width: 100%;
	}
	.renterPagePlace div {
		width: 77%;
		margin-left: 20px;
		text-align: left;
		padding: 30px 20px;
		padding-left: 50px;
		border: none;
		border-bottom: 1px solid #eee;
		background: url(http://glavstroytorg.info/my-files/img/pic/shem-mini.jpg) left center no-repeat;
		background-size: 27px auto;
	}
	.renterPageText {
		float: left;
		width: 91%;
		max-width: 800px;
		margin-top: 30px;
		padding-left: 20px;
	}
	
}

/* ... до 719 включительно */
@media only screen and (max-width : 719px) {
	
	#imMnMn.main-menu .hamburger-button {
		margin-top: 31px;
	}

}

/* ... до 599 включительно */
@media only screen and (max-width : 599px) {
	
	.catalogBlock {
		width: 95% !important;
		max-width: 95% !important;
	}
	
}


/* ... до 479 включительно */
@media only screen and (max-width : 479px) {
	
	
	
}

/* от 0 до 319 включительно */
@media only screen and (max-width : 319px) {
	
}


/*==========  Mobile First Method  ==========*/

/* от 320 включительно ... */
@media only screen and (min-width : 320px) {
	
}

/* от 480 включительно ... */
@media only screen and (min-width : 480px) {
	
	

}

/* от 600 включительно ... */
@media only screen and (min-width : 600px) {
	
	/*#imPageToTop {
		top: 80px !important;
	}*/

}

/* от 720 включительно ... */
@media only screen and (min-width : 720px) {

}

/* от 960 включительно ... */
@media only screen and (min-width : 960px) {
	
	

}

 /* от 1200 включительно ... */
@media only screen and (min-width : 1200px) {
	
	/*#imMnMn.main-menu .hamburger-button {
		display: none;
	}*/

}