

/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}
	
	#navigation {
		margin-right: 30px;
	}
	
	#navigation ul li {
		margin-left: 25px;
	}
		
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header {
		height: 219px;
	}
	
	#navigation {
		margin: 0;
		padding-top: 20px;
		clear: both;
		float: none;
		text-align: center;
	}
	
	#navigation ul {
		display: inline-block;
		float: none;
	}
	
	#content {
		padding: 30px 20px;
	}
	
	#intro {
		margin-bottom: 30px;
	}
	
	#intro .image {
		width: 42.508%;
	}
	
	#services {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: -30px;
	}
	
	#freeQuote {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#freeQuote p {
		font-size: 25px;
	}
	

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
	}
	
	body {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#header address {
		display: none;
	}
	
	#header .logo {
		margin-left: 20px;
	}
	
	#header .freeQuote {
		margin-right: 20px;
	}
	
	#header .contact {
		left: 20px;
		right: 20px;
		text-align: center;
	}
	
	#header .contact .phone {
		float: left;
	}
	
	#header .contact .email {
		float: right;
	}
	
	#navigation ul li {
		margin-left: 20px;
	}
	
	#slider .image {
		height: 385px;
	}

	#intro .text {
		text-align: center;
	}
	
	#intro .image {
		float: none;
		margin: 0 auto 20px;
		max-width: 350px;
		width: auto;
	}
	
	#services .left,
	#services .right {
		width: 48%;
	}
	
	#freeQuote p {
		font-size: 19px;		
	}
	
	#footer .top {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .bottom .copyright em {
		display: none;
	}
	
	#footer .bottom .copyright span {
		display: block;
	}

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	body {
		padding-top: 0;
		padding-bottom: 0;
		background: none;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
		border-top: 4px solid #3d3d3d;
		text-align: center;
	}
	
	#header:after {
		display: none;
	}
	
	#navigation {
		display: none;
	}
	
	#header .logo {
		display: block;
		float: none;
		width: 156px;
		margin: 0 auto 20px;
	}
	
	#header address {
		display: block;
		position: static;
		color: #3d3d3d;
		width: 250px;
		margin: 0 auto 10px;
		background: none;
		font-size: 13px;
	}
	
	#header address a {
		padding-left: 0;
	}
	
	#header .contact {
		position: static;
		color: #3d3d3d;
		margin-bottom: 10px;
		font-size: 13px;
	}
	
	#header .contact .phone {
		float: none;
		padding: 0;
		margin: 0;
	}
	
	#header .contact .email {
		float: none;
		padding: 0;
		margin: 0;
	}

	
	#header .freeQuote {
		float: none;
		position: static;
		display: inline-block;
		margin: 0;
		font-size: 16px;
	}
	
	#slider .overlay {
		font-size: 10px;		
	}
	
	#slider .image {
		height: 270px;
	}
		
	#content {
		padding: 20px 15px;
	}

	#intro {
		margin-bottom: 20px;
	}
	
	#services .left, 
	#services .right {
		float: none;
		width: auto;
	}
	
	#services .left {
		margin-bottom: 30px;
	}
	
	#services {
		text-align: center;
		padding: 20px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#freeQuote p {
		font-size: 14px;
		width: 270px;
		margin: 0 auto 15px;
	}
	
	#footer .top {
		padding: 20px 15px;
	}
	
	#footer .top .links {
		margin-bottom: 20px;
	}
	
	#footer .top .links li {
		float: none;
		padding: 0;
		margin: 0 0 10px;
		text-align: center;
	}
	
	#footer .top .links li:after {
		display: none;
	}
	
	#footer .top .socials {
		float: none;
		text-align: center;
	}
	
	#footer .top .socials span {
		display: block;
		margin-bottom: 5px;
	}
}


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

}

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

}
