

/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}
	
	
	#topNavi #navigation ul li {
		font-size: 15px;
	}
	
	
	#products .listing li .image .pic {
		height: 273.317px;
	}
	
	#product .image a {
		height: 428.567px;
	}
	
	#footer .top .location,
	#footer .top .socials {
		width: 330px;
	}
	
	#footer .top .apst {
		margin-right: 0;
	}
	
	#footer .top .logos {
		margin-top: 17px;
	}
	
	#footer .top .logos li img {
		height: 86px;
	}


}

@media only screen and (max-width : 1170px) {
	#feedback .slides .owl-prev {
		left: 15px;
	}

	#feedback .slides .owl-next {
		right: 15px;
	}

	#feedback .slides li blockquote {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#topNavi #navigation ul li {
		font-size: 13px;
	}
	
	#products .listing li .image .pic {
		height: 220.917px;
	}
	
	#product .image a {
		height: 346.417px;
	}
		
	#footer .top .location {
		width: 50%;
		margin-bottom: 40px;
		text-align: center;
		padding: 0 20px;
	}
	
	#footer .top .socials {
		width: 50%;
		text-align: center;
		padding: 0 20px;
	}
	
	#footer .top .socials ul li {
		float: none;
		display: inline-block;
		margin: 0 -4px 0 0;
		padding: 0 4px;
	}
	
	#footer .top .apst {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	#footer .top .logos {
		display: table;
		float: none;
		clear: both;
		margin: 0 auto;
	}


}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .section {
		height: 124px;
		padding-top: 25px;
	}
	
	#header .logo {
		width: 305px;
	}
	
	#header .contact {
		font-size: 16px;
		top: 40px;
	}
	
	#header .contact.left {
		left: 15px;
	}
	
	#header .contact.right {
		right: 15px;
	}
	
	#topNavi #navigation ul li {
		font-size: 11px;
	}
	
	#topNavi #navigation ul li a {
		padding-left: 9px;
		padding-right: 9px;
	}

	
	#aboutUs .left {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	
	#aboutUs .right {
		float: none;
		width: auto;
	}
	
	#aboutUs .right .fb_iframe_widget {
		display: table;
		margin: 0 auto;
	}
	
	#slider .slides .owl-nav .owl-prev, #slider .slides .owl-nav .owl-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
		
	#productsRange .listing {
		margin-left: -40px;
	}
		
	#productsRange .listing li {
		width: 50%;
		padding-left: 40px;
	}
	
	#products .listing {
		margin-left: -40px;
	}
	
	#products .listing li {
		width: 50%;
		padding-left: 40px;
	}
	
	#products .listing li .image .pic {
		height: 340px;
	}
	
	#product .image a {
		height: 257.133px;
	}

}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#header {
		border-bottom: 4px solid #009ee0;
	}
	
	#header .section {
		height: auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#header .logo {
		width: 220px;
	}
	
	#header .contact {
		margin-bottom: 0;
		margin-top: 10px;
		position: static;
	}
	
	#topNavi #navigation {
		display: none;
	}
	
	#slider .slides .owl-nav .owl-prev, 
	#slider .slides .owl-nav .owl-next {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	
	#slider .slides .owl-nav .owl-prev {
		left: 5px;
	}
	
	#slider .slides .owl-nav .owl-next {
		right: 5px;
	}
		
	#productsRange .listing {
		margin-left: 0;
	}
		
	#productsRange .listing li {
		display: block;
		margin-right: 0;
		padding-left: 0;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}
	
	#aboutUs .left {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	
	#aboutUs .right {
		float: none;
		width: auto;
	}
	
	#products .listing li {
		width: 100%;
	}
	
	#products .listing li .image {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#products .listing li .image .pic {
		height: 320px;
	}
	
	#pageInfo {
		margin-bottom: 27px;
	}
	
	#product .image {
		float: none;
		max-width: 320px;
		width: 100%;
		margin: 0 auto 30px;
	}
	
	#product .image a {
		height: 320px;
	}
	
	#product .details {
		margin-left: 0;
	}
	
	#product .details h1 {
		text-align: center;
	}
	
	#product .details .moreDetails {
		display: table;
		margin: 0 auto;
	}
	
	#footer .top .location,
	#footer .top .socials {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	
	#footer .top .logos li {
		float: none;
		border-bottom: 10px solid #000;
	}
	
	#footer .top .logos li img {
		margin: 0 auto;
		height: 110px;
	}
	
	
}

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

}

@media only screen and (max-width : 478px) { 
 #feedback {
		margin-bottom: 20px;
	}
}
