
/* Large Screens (Desktop) */

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

}

@media only screen and (max-width : 1342px) {
	#header .circle.one {
		font-size: 14px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#header #navigation {
		right: 60px;
	}
	
	#ourProducts .listing {
		margin-left: -1.25em;
		margin-right: -1.25em;
	}
	
	#ourProducts .listing li {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	#header .circle.one {
		left: 0.5em;
	}
	
	#footer .top .middle {
		margin-left: 3px;
	}
	
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header #navigation ul li {
		margin-left: 32px;
	}
	
	#content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#content .section {
		padding: 40px 40px 50px;
	}
	
	#ourProducts {
		padding-bottom: 46px;
	}
	
	#ourProducts .listing li {
		font-size: 12px;
	}
	
	#banner .inner {
		height: 510px;
		margin-bottom: -200px;
	}
	
	#banner .overlay {
		padding-top: 166px;
	}
	
	#banner .overlay .title {
		margin-bottom: 13px;
	}
	
	#footer .top {
		padding-top: 50px;
	}
	
	#footer .top .left {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 50px;
	}
	
	#footer .top .left .logo {
		margin: 0 auto 30px;
	}
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	
	#menuBtn {
		display: block;
	}
	
	#header .circle.one {
		font-size: 12px;
		left: 50%;
		margin-left: -118.5px;
	}
	
	#header #navigation {
		display: none;
	}
	
	#ourProducts {
		padding-top: 37px;
		padding-bottom: 25px;
		background: #9595bf;
	}
	
	#ourProducts .listing li {
		display: block;
		margin-bottom: 25px;
		font-size: 14px;
	}
	
	#ourProducts .listing li a {
		margin: 0 auto;
	}
	
	#banner:after {
		display: none;
	}
	
	#banner .inner {
		margin-bottom: 0;
		-webkit-mask-image: none;
		mask-image: none;
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}
	
	#banner .overlay {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 174px;
	}
	
	#banner .overlay .title {
		font-size: 40px;
	}
	
	#banner .overlay .subtitle {
		font-size: 20px;
	}
	
	#content {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	
	#content .section {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 50px;
		padding-bottom: 50px;
		border-radius: 0;
	}
	
	#content .orderBtn {
		position: static;
		display: block;
		text-align: center;
		margin-top: 40px;
		padding-left: 0.6em;
		padding-right: 0.6em;
	}
	
	#footer .top .left,
	#footer .top .middle,
	#footer .top .right {
		float: none;
	}
	
	#footer .contacts {
		display: table;
		margin: 0 auto;
	}
	
	#footer .top .right {
		width: auto;
	}
	
	#footer .top .middle {
		margin-bottom: 55px;
	}
	
}

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

	
}