
/* Large Screens (Desktop) */

@media only screen and (max-width : 1480px) {

}

@media only screen and (max-width : 1320px) {
	
}

@media only screen and (max-width : 1260px) {
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#mainWrapper {
		padding-top: 240px;
	}
	
	#header .section {
		height: 240px;
	}
	
	#header .logo {
		width: 320px;
	}
	
	#header .logoText {
		top: 64px;
		left: 290px;
		font-size: 28px;
	}
	
	#header .contacts {
		right: 10px;
		top: 78px;
	}
	
	body.scrolled #header .logoText {
		top: 38px;
	}
	
	body.scrolled #header .contacts {
		top: 51px;
	}
	
	#intro {
		padding-left: 15px;
		padding-right: 15px;
	}

	#footer .left {
		margin-left: 5px;
	}
	
	#footer .right {
		margin-right: 33px;
	}
	
}

@media only screen and (max-width : 1170px) {

}

@media only screen and (max-width : 1030px) {

}


/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header #navigation ul li {
		margin-left: 9px;
		margin-right: 9px;
	}
	
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 190px;
	}
	
	#header .section,
	body.scrolled #header .section {
		height: 190px;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		left: -19px;
		width: 229px;
		top: -12px;
	}
	
	#header .logoText,
	body.scrolled #header .logoText {
		top: 59px;
		left: 222px;
		font-size: 19px;
	}
	
	#header .contacts,
	body.scrolled #header .contacts {
		top: 60px;
	}
	
	#intro {
		padding-left: 0;
		padding-right: 0;
	}
	
	#content .section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#intro .links {
		margin-top: 40px;
	}
	
	#intro .links li a {
		font-size: 21px;
	}
	
	#footer .features {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	#footer .features li {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#footer .features li a {
		text-align: center;
	}
	
	#footer .left {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	#footer .right {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
		margin-top: 0;
	}
	
	#footer .features {
		margin-bottom: 50px;
	}
	
}

@media only screen and (max-width : 867px) {

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		transition: none;
	}
	 
	#header {
		position: static;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .section,
	body.scrolled #header .section {
		height: 177px;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		position: static;
		display: block;
		margin: 0 auto;
		width: 150px;
	}
	
	#header .contacts,
	body.scrolled #header .contacts {
		top: 12px;
	}
	
	#header .contacts li {
		font-size: 0;	
		margin-bottom: 10px;
	}
	
	#header .contacts li a {
		text-indent: -9999em;
		padding-left: 0;
		display: inline-block;
		height: 25px;
		width: 25px;
	}
	
	#header .logoText,
	body.scrolled #header .logoText {
		position: static;
		right: 0;
		top: 0;
		margin: 0;
		font-size: 15px;
	}
	
	#intro .links li {
		width: 50%;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#footer .section {
		padding-top: 35px;
	}
	
	#footer .features {
		margin-left: 0;
		margin-right: 0;
	}
	
	#footer .features li {
		padding-left: 0;
		padding-right: 0;
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#footer .right .logoText {
		font-size: 17px;
		margin-bottom: 30px;
	}
	
	#footer .right .contacts {
		font-size: 16px;
	}
	
	#footer .left .logo {
		width: 285px;
	}

}

@media only screen and (max-width : 500px) {

}

@media only screen and (max-width : 478px) { 
	#intro .links li {
		margin-bottom: 15px;
	}
	#intro .links li a {
		font-size: 18px;
	}
		
	#intro .heading span {
		display: block;
	}
}

