

/* Large Screens (Desktops) */

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}
	
	#header #navigation {
		margin-right: 20px;
	}
	
	#header #navigation ul li {
		margin-left: 35px;
	}
	
	#twoCols .rightCol {
		width: 892px;
	}
		
	.listing.categories {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.listing.categories li {
		padding-left: 25px;
		padding-right: 25px;
	}

}

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

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

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header .contacts {
		height: 35px;
	}
	
	body.scrolled #header .contacts li,
	#header .contacts li {
		padding-top: 9px;
	}
	
	#header #navigation {
		margin-right: 0;
		margin-top: 45px;
		clear: right;
	}
	
	body.scrolled #header #navigation {
		margin-top: 22px;
	}
	
	#slider .slides li .overlay .title {
		font-size: 50px;
	}
	
	#slider .slides li .overlay .inner {
		font-size: 19px;
	}
	
	#slider .slides li .overlay .viewBtn {
		font-size: 14px;
		border-width: 2px;
	}
		
	#twoCols .rightCol {
		margin-right: 0;
		width: 715px;
	}	
	
	.listing.categories {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.listing.categories li {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	
	.listing.products li {
		width: 33.33333333333333%;
	}
		
}

@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 .logo {
		width: 290px;
	}
	
	body.scrolled #header .logo {
		width: 207px;
	}
			
	#header #navigation ul li {
		margin-left: 20px;
	}

	
	#slider .slides li .overlay .inner {
		font-size: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#slider .slides li .overlay .inner p {
		margin-bottom: 14px;
	}
		
	#slider .slides li .overlay p.title {
		font-size: 38px;
		margin-bottom: 5px;
	}
	
	#slider .slides li .overlay .viewBtn {
		font-size: 12px;
	}
	
	#twoCols .leftCol:after {
		left: 235px;
	}
	
	#twoCols .rightCol {
		width: 470px;
	}
		
	.listing {
		margin-left: -7px !important;
		margin-right: -7px !important;
	}
		
	.listing li {
		width: 50% !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
		margin-bottom: 14px !important;
	}

	#details .image {
		float: none;
		width: auto;
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	#details .image img {
		margin: 0 auto;
	}
	
	#details .details {
		margin-left: 0;
	}
	
	
	#footer .info {
		float: right;
		margin-left: 0;
		text-align: right;
	}
	
	#footer .info li {
		margin-left: 0;
		float: none;
	}
	
	#footer .info li.phone {
		margin-bottom: 5px;
	}
	
	#footer .copyright {
		font-size: 12px;
		margin-top: 25px;
	}
}


/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
	}
	
	#menuBtn {
		display: block;
	}
	
	#header {
		
		position: relative;

	}
	
	#header .section,
	body.scrolled #header .section {
		position: static;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	body.scrolled #header .logo,
	#header .logo {
		display: block;
		float: none;
		margin: 0 auto 8px;
		width: 240px;
	}
		
	#header #navigation {
		display: none;
	}
	
	#header .contacts {
		float: none;
		height: auto;
	}
	
	#header .contacts li,
	body.scrolled #header .contacts li {
		float: none;
		text-align: center;
		padding-top: 0.25em;
		font-size: 15px;
		font-weight: 500;
	}
	
	#header .contacts li.phone {
		background: none;
		color: #716d71;
	}
	
	#header .contacts li.phone a {
		background-position: 0 -1.666666666666667em;
	}
	
	#header .contacts li.timings {
		background: none;
	}
	
	#header .contacts li.timings span {
		padding-left: 2.1em;
	}
	
	#chooseProducts {
		display: block;
	}
		
	#slider .slides li .overlay {
		text-align: center;
		background: rgba(0,0,0,0.3);
	}
	
	#slider .slides li .overlay .title {
	
	}
	
	#slider .slides li .overlay .inner {
		color: #fff;
	}
	
	#slider .slides li .overlay .viewBtn {
		display: none;
	}
	
	#slider .slides li .overlay p.title {
		font-size: 27px;
	}
	
	#slider .slides li .overlay .inner {
		font-size: 13px;
	}
	
	#slider .slides li .overlay .inner br {
		display: none;
	}
	
	#slider .slides li .overlay .inner p:last-of-type {
		margin-bottom: 0;
	}
	
	#breadcrumb .section {
		text-align: center;
	}
	
	#breadcrumb ul {
		display: inline-block;
	}
	
	#breadcrumb .section {
		padding-top: 12px;
		padding-bottom: 10px;
	}
	
	#twoCols .leftCol {
		display: none;
		float: none;
		width: auto;
		padding-bottom: 2px;
	}
	
	#twoCols .leftCol:after {
		display: none;
	}
	
	#twoCols .rightCol {
		float: none;
		width: auto;
	}
	
	.title {
		text-align: center;
	}
			
	#footer .info {
		float: none;
		text-align: center;
	}
	
	#footer .info li {
		margin-bottom: 10px;
	}
	
	#footer .info li.phone {
		margin-bottom: 12px;
	}
	
	#footer .info li a {
		padding-left: 0;
		padding-top: 25px;
		background-position: center top;
	}
	
	#footer .copyright {
		float: none;
		text-align: center;
		margin: 0;
	}
	
}

@media only screen and (max-width : 500px) {
	.listing li {
		float: none !important;
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	
}

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