
/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	#header .logo {
		width: 448px;
		left: 0;
		top: 12px;
	}
}

@media only screen and (max-width : 1360px) {
	.section {
		width: 990px;
	}
	
	#mainWrapper {
		font-size: 16px;
	}
	
	#header {
		height: 416px;
		border-bottom-width: 7px;
	}
	
	#header .logo {
		left: 61px;
		top: 59px;
		width: 272px;
	}
	
	#header .inner .slider {
		width: 580px;
		padding: 7px;
	}
	
	#header .inner .section {
		height: 336px;
	}
	
	#footer .contacts {
		margin-top: 171px;
	}
	
	#footer .contacts ul li {
		font-size: 21px;
		margin-bottom: 15px;
		background-position: 0 2px;
	}
}

/* Medium Screens (Tablets) */

@media only screen and (max-width : 1225px) {
	.section {
		width: 970px;
	}
	
	#content .section {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Small Screens */

@media only screen and (max-width : 991px) {
	.section {
		width: 750px;
	}
	
	#topBar .facebook {
		margin-top: 1px;
	}
		
	#header {
		height: 340px;
	}
	
	#header .inner .section {
		height: 259px;
	}
	
	#header .inner .slider {
		width: 460px;
		padding: 5px;
		top: 52px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border-bottom-width: 3px;
	}
	
	#header .logo {
		width: 186px;
	}
	
	.bulletList li {
		width: 50%;
	}
	
	#topBar .topNavi li {
		font-size: 17px;
	}
	
	#footer .gallery span {
		width: 229px;
		right: -229px;
		font-size: 22px;
		height: 67px;
		line-height: 67px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#footer .copyright {
		font-size: 11px;
		padding-left: 50px;
	}
	
	#footer .contacts {
		margin-top: 126px;
	}
	
	#footer .contacts ul li span {
		font-size: 14px;
		margin-bottom: 11px;
		padding-left: 28px;
		background-position: 0 3px;
		-webkit-background-size: 14px;
		-moz-background-size: 14px;
		background-size: 14px;
	}
}

/* Extra Small Screens */
@media only screen and (max-width : 767px) {
	.section {
		width: 480px;
	}
	
	#menuBtn {
		display: block;
	}
	
	#topBar {
		display: none;
	}
	
	#features li {
		width: 50%;
	}
	
	#header {
		height: auto;
		padding-bottom: 50px;
	}
	
	#header .logo {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}
	
	
	#header .inner .section {
		height: 455px;
	}
	
	#header .inner .slider {
		position: static;
		width: auto;
	}
	
	#header .inner .phone {
		position: static;
		text-align: center;
		margin: 0 0 10px;
	}
	
	.bulletList li {
		width: 100%;
	}
	
	#footer .gallery {
		display: block;
		float: none;
		width: auto;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	#footer .gallery span {
		left: 50%;
		top: -50px;
		height: 50px;
		line-height: 50px;
		margin-left: -114.5px;
		text-align: center;
		padding-left: 0;
	}
	
	#footer .contacts {
		float: none;
		width: auto;
		margin-top: 0;
		text-align: center;
	}
	
	#footer .contacts ul li {
		margin: 0;
	}
	
	#footer .contacts ul li span {
		display: inline-block;
	}
	
	#footer .copyright {
		padding: 20px 0 0;
		text-align: center;
	}
}

@media only screen and (max-width : 500px) {
	.section {
		width: 420px;
	}
	
	#header .inner .section {
		height: 423px;
	}
}

@media only screen and (max-width : 478px) { 
	.section {
		width: 300px;
	}
	
	#header .inner .section {
		height: 357px;
	}
}