
/* Large Screens (Desktop) */

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

}

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

}

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

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .topBar {
		height: 37px;
	}
	
	#header .logo {
		width: 240px;
	}
	
	#header .phone {
		font-size: 21px;
		right: 15px;
		top: 5px;
	}
	
	#header .inner {
		height: 69px;
	}
	
	#header .formerly {
		top: 11px;
		left: 15px;
	}
	
	#banner .overlay {
		top: 132px;
	}
	
	#header #navigation {
		margin-right: 12px;
		margin-top: 27px;
	}
	
	#header #navigation ul li {
		margin-left: 20px;
	}
	
	#footer .hours {
		margin-left: 37px;
	}
		
	#footer .blog {
		width: 200px;
	}
	
	#footer .blog ul {
		margin-left: -7px;
		margin-right: -7px;
	}
	
	#footer .blog ul li {
		width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 14px;
	}

}

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

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .topBar {
		height: 33px;
	}
	
	#header .formerly {
		font-size: 12px;
	}
	
	#banner .overlay {
		top: 90px;
	}
	
	#header .inner {
		height: 41px;
	}
	
	#header .phone {
		font-size: 17px;
	}
		
	#header .logo {
		width: 142px;
	}
	
	#header #navigation {
		font-size: 14px;
		margin-top: 13px;
	}
	
	#header #navigation ul li {
		margin-left: 12px;
	}
	
	#about .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#about .imageText {
		margin-bottom: 0;
	}
	
	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	} 
		
	.heading {
		font-size: 40px;
		margin-bottom: 37px;
	}
	
	.imageText {
		margin-bottom: 40px;
	}
	
	.imageText .text {
		width: auto;
		float: none;
	}
	
	.imageText .image {
		margin-top: 7px;
		margin-right: 20px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	
	.imageText.alt .image {
		float: right;
		left: 0;
		margin-right: 0;
		margin-left: 20px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	
	.imageText.alt .text {
		left: 0;
		width: auto;
	}	
	
	.imageText .image:after {
		height: 5px !important;
	}
	
	.imageText .image:before {
		width: 5px !important;
	}
	
	.imageText .text p {
		margin-bottom: 14px;
	}
	
	#services .section {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	
	#frames .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#frames ul li .desc {
		font-size: 12px;
	}	

	#brands {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.tiles li {
		width: 25%;
	}
	
	#footer .section {
		padding-bottom: 30px;
	}
	
	#footer .hours table th, 
	#footer .hours table td {
		padding-bottom: 20px;
	}
	
	#footer .blog {
		float: none;
		width: auto;
		clear: both;
	}
	
	#footer .hours {
		float: right;
		margin-left: 0;
	}
	
	#footer .contact {
		width: 440px;
	}
	
	#footer .blog {
		padding-top: 20px;
	}
	
	#footer .blog ul li {
		width: 16.66666666666667%;
	}
	#offers ul li {
	width: 50%;
}
	
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#mainWrapper {
		border-top: 90px solid #000;
	}
	
	#header {
		height: 83px;
	}
	
	body.scrolled #header .inner {
		background: rgba(0,0,0,0.7);
	}
	
	#header .inner {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #000;
		text-align: center;
	}
	
	#header .topBar {
		display: none;
	}
	
	#header .formerly {
		position: static;
		margin-bottom: 5px;
	}
	
	body.scrolled #header .formerly {
		color: #fff;
	}
	
	#header .phone {
		right: 15px;
		top: 24px;
		width: 30px;
		height: 30px;
		text-indent: -9999em;
		padding: 0;
		background-size: 100%;
	}
	
	#header .phone svg {
		width: 100%;
		height: 100%;
	}
	
	body.scrolled #header .phone svg path {
		fill: #fff;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logo {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
		
	#banner .overlay {
		top: 0;
	}
		
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#about .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.heading {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.imageText {
		text-align: center;
	}
	
	.imageText .image {
		float: none;
		width: auto !important;
		max-width: 400px !important;
		margin: 0 auto 25px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.imageText .image:before {
		left: -5px;
	}
	
	.imageText .image:after {
		bottom: -5px;
		left: -5px;
	}
	
	.imageText.alt .image:before {
		right: -5px;
	}
	
	.imageText.alt .image:after {
		bottom: -5px;
		right: -5px;
	}
	
	.imageText.alt .image {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	.imageText .text .title {
		font-size: 25px;
	}
	
	.imageText .text .subtitle {
		font-size: 15px;
		margin-bottom: 19px;
	}
	
	#services .section {
		padding-top: 30px;
		padding-bottom: 5px;
	}
	
	#frames .section {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	
	#frames .title {
		margin-bottom: 30px;
	}
	
	#frames ul li {
		margin-right: 0;
		margin-bottom: 30px;
		display: block;
		width: auto;
	}
	
	#frames ul li .image {
		max-width: 400px;
		margin: 0 auto 15px;
	}
	
	#frames ul li .desc {
		font-size: 14px;
	}
	
	#brands {
		padding-top: 30px;
		padding-bottom: 30px;
	}
		
	.tiles li {
		width: 33.33333333333333%;
	}
	
	#book .bookBtn {
		font-size: 20px;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer .section {
		padding-top: 40px;
	}
	
	#footer .contact {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	
	#footer .contact ul.options li {
		margin-bottom: 15px;
	}
	
	#footer .contact ul.options li a {
		padding-left: 0;
		padding-top: 30px;
		background-position: center top !important;
	}
	
	#footer .contact ul.options li a br {
		display: none;
	}
	
	#footer .hours {
		float: none;
		width: auto;
		margin-bottom: 0;
	}
	
	#footer .hours table {
		margin: 0 auto;
		text-align: left;
		max-width: 230px;
	}
	
	#footer .blog {
		padding-top: 10px;
	}
	
	#footer .blog ul li {
		width: 33.33333333333333%;
	}
	
	#footer .bottom .section {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	
	#footer .bottom .copyright {
		float: none;
	}
	
	#footer .bottom .copyright span {
		display: block;
		text-align: center;
	}
	
	#footer .bottom .links {
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	#footer .bottom .socials {
		float: none;
		text-align: center;
	}
	
	#footer .bottom .socials li {
		margin-left: 0;
		margin-right: -4px;
		padding: 0 7px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	
}

@media only screen and (max-width : 500px) {
	.tiles li {
		width: 50%;
	}
}

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

#offers ul li {
	width: 100%;
}
}

