
/* Large Screens (Desktop) */


@media only screen and (max-width : 1493px) {
	#banner:before,
	#footer	{
		-webkit-background-size: 1493px 100%;
		-moz-background-size: 1493px 100%;
		background-size: 1493px 100%;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#banner .section {
		height: 780px;
		padding-top: 230px;
	}
	
	@supports (-webkit-touch-callout: none) {
		#banner {
			background-attachment: scroll;
		}
	}
	
	#benefits {
		margin-top: -365px;
	}
	
	#benefits .text {
		font-size: 24px;
		margin-right: 0;
	}
	
	#banner .overlay {
		font-size: 24px;
	}
	
	#services .listing {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	#services .listing li {
		padding-left: 25px;
		padding-right: 25px;
	}

	
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .section {
		height: 100px;
	}

	#header .logo {
		width: 190px;
	}

	#header .phone {
		margin-top: 20px;
		font-size: 30px;
	}
	
	#banner .section {
		height: 587px;
		padding-top: 143px;
	}
	
	#banner .overlay {
		font-size: 19px;
	}
	
	#benefits {
		margin-top: -293px;
	}
	
	#benefits .text {
		font-size: 19px;
	}
	
	#contacts .section {
		padding-top: 30px;
	}
	
	#contacts .listing li {
		font-size: 15px;
	}
	
	#contacts .listing li .days {
		display: block;
	}
	
	#contacts .listing li .days .day {
		display: block;
	}
	
	#contacts .listing li:nth-child(2) {
		width: auto;
	}
	
	#intro .left {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	
	#intro .right {
		float: none;
		width: auto;
	}
	
	#services .section {
		padding-bottom: 70px;
	}
	
	#services .heading {
		margin-bottom: 60px;
	}
	
	#services .listing {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#services .listing li {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#map {
		padding-top: 130px;
	}

	#footer {
		margin-top: -450px;
	}
	
	#footer .socials li {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .socials li img {
		height: 50px;
	}

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	
	#header {
		position: relative;
	}
	
	#header .section,
	body.scrolled #header .section {
		padding-top: 10px;
		padding-bottom: 2px;
		height: auto;
		text-align: center;
	}
	
	#header .logo {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	#header .phone {
		float: none;
		font-size: 25px;
	}
	
	#banner .section {
		height: auto;
		min-height: 300px;
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	#banner:before {
		display: none;
	}
	
	#benefits {
		margin-top: -35px;
		margin-bottom: 20px;
	}
	
	#benefits .text {
		float: none;
		width: auto;
	}
	
	#benefits .text:before {
		top: 1em;
	}
	
	#benefits .text .listing li {
		margin-bottom: 20px;
	}
	
	#contacts .section {
		padding-top: 45px;
		padding-bottom: 10px;
	}
	
	#contacts .listing {
		display: block;
	}
	
	#contacts .listing li {
		display: block;
		padding: 0 !important;
		text-align: center !important;
		margin-bottom: 50px;
	}
	
	#contacts .listing li .text :last-child {
		margin-bottom: 0;
	}
	
	#contacts .listing li .ico {
		margin-bottom: 20px;
	}
	
	.heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	
	#intro {
		text-align: center;
	}
	
	#intro .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#intro .freeDelivery {
		margin-top: 50px;
	}
	
	#intro .features li {
		margin-bottom: 25px;
	}
	
	#services .section {
		text-align: center;
		padding-top: 70px;
		padding-bottom: 35px;
	}
	
	#services .listing {
		margin: 0 auto;
		max-width: 345px;
	}
	
	#services .listing li {
		float: none;
		padding: 0;
		width: auto;
	}
	
	#map {
		padding-top: 90px;
	}
	
	#map .mapBox {
		height: 350px;
	}
	
	#footer {
		margin-top: -535px;
	}
	
	#footer .socials li {
		display: block;
		margin-right: 0;
		text-align: center;
		padding: 0;
		margin-bottom: 20px;
	}
	
	#footer .socials li:last-child {
		margin-bottom: 0;
	}
	
	#footer .socials li img {
		margin: 0 auto;
	}
}

@media only screen and (max-width : 478px) { 

	
}
