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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.form {width: 340px;}
	.main-block {background: url(../images/bg-992.jpg) 50% 0%;}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.logo {text-align: right;}
	.contacts {padding-top: 0;}
	#sidr {font-size:14px;}
	.main-block {background: url(../images/bg-768.jpg) 50% 0%;}
	.form {background: rgba(0,0,0,0.7);}
	.form h2 {color: #fff;}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 540px) {
	.inc {font-size: 48px;}
	.slogan {font-size: 20px;}
	.main-block {background: url(../images/bg-540.jpg) 50% 0%;}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.inc {font-size: 36px;}
	.slogan {font-size: 16px;}
	.form {width: 300px;}
	.main-block {background: url(../images/bg-360.jpg) 50% 0%;}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}