
/* Large Screens (Desktop) */

@media only screen and (max-width : 1324px) {
	#header #navigation {
		left: 315px;
	}
	
	#header #navigation ul li {
		margin-right: 44px;
	}
	
	#header #navigation ul li.Current a:after,
	#header #navigation ul li.Parent a:after,
	#header #navigation ul li:hover a:after {
		left: -18px;
		right: -18px;
	}
	
	#header #navigation ul li ul {
		left: -18px;
	}
	
	#header #navigation ul li ul li a {
		padding-left: 18px;
		padding-right: 18px;
	}

}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1316px) {
	#ourProducts .listing .owl-prev {
		left: -38px;
	}
	
	#ourProducts .listing .owl-next {
		right: -38px;
	}
}

@media only screen and (max-width : 1276px) {
	#ourProducts .section {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#ourProducts .listing .owl-prev, 
	#ourProducts .listing .owl-next {
		top: 147px;
	}
}

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
		
	#aboutUs .text {
		padding-right: 0;
	}
	
	#ourServices .text .inner {
		width: 486px;
		padding-right: 25px;
	}


	#ourProducts .listing li .name {
		font-size: 19px;
	}
	
	#ourProducts .listing .owl-prev, 
	#ourProducts .listing .owl-next {
		top: 115px;
	}
}

@media only screen and (max-width : 1180px) {
	#header .contact {
		right: 20px;
		top: 12px;
		font-size: 22px;
	}
	
	#header #navigation {
		top: 70px;
	}
	
	#header #navigation ul li.Current a:after,
	#header #navigation ul li.Parent a:after,
	#header #navigation ul li:hover a:after {
		top: -8px;
		bottom: -8px;
	}
	
	#header #navigation ul li ul {
		padding-top: 11px;
	}
		
	#slider .slides li {
		height: 600px;
	}
	
	#slider .slides li .overlay {
		padding: 44px 29px;
	}

}

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

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#banner {
		height: 290px;
	}
	
	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
		
	#ourServices .text {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	
	#ourServices .text .inner {
		width: 360px;
	}
	
	#ourProducts .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#ourProducts .listing {
		margin-top: 30px;
	}
	
	#ourProducts .listing li .inner {
		padding: 15px;
	}
	
	#ourProducts .listing li .name {
		font-size: 16px;
	}
	
	#ourProducts .listing li .text {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#contactUs .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#footer .socials {
		margin-right: -20px;
		margin-top: 3px;
	}
	
	#footer .socials ul li {
		margin-right: 20px;
	}
	
	#footer .socials span {
		margin-right: 10px;
	}
	
	#footer .socials ul li img {
		height: 25px;
	}
}

@media only screen and (max-width : 960px) {
	#mainWrapper {
		padding-top: 100px;
	}
	
	#header {
		height: 100px;
	}
		
	#header .logo {
		width: 160px;
		padding-top: 21px;
	}
	
	#header #navigation {
		left: 200px;		
	}
	
	#header #navigation ul li {
		font-size: 15px;
		margin-right: 39px;
	}
	
	#header .contact {
		font-size: 16px;
	}
	
	#header #navigation {
		top: 60px;
	}
	
	#slider .slides li {
		height: 430px;
	}
	
	#slider .slides li .overlay {
		font-size: 14px;
		padding: 28px 19px;
		max-width: 438px;
	}
	
	#slider .slides li .overlay .title {
		font-size: 30px;
	}
	
	#aboutUs .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#aboutUs .text {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 25px;
	}
		
	#contactUs .right .fields {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	#contactUs .right .fields .field {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.heading {
		font-size: 40px;
	}
	
	.subheading {
		font-size: 22px;
	}
	
}

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

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#mainWrapper {
		padding-top: 0;
	}
	
	#header {
		position: static;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logo {
		display: block;
		position: static;
		margin: 0 auto 10px;
		padding: 7px 10px;
		border-radius: 10px;
	}
	
	#header .logo:after {
		display: none;
	}
	
	#header .logo img {
		display: block;
	}
	
	#header .contact {
		position: relative;
		left: 0;
		top: 0;
		font-size: 14px;
		display: table;
		margin: 0 auto;
		color: #fff;
	}
	
	#header .contact:before {
		border-radius: 100%;
	}

	#banner {
		height: 235px;
	}
	
	#slider .slides li {
		height: auto;
	}

	
	#slider .slides li .overlay {
		position: static;
		bottom: 0;
		right: 0;
		padding-top: 35px;
		padding-bottom: 35px;
		max-width: 100%;
		text-align: center;
	}
	
	#aboutUs .section {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	#aboutUs .inner {
		display: block;
	}
	
	#aboutUs .image {
		display: block;
		width: auto;
		padding-bottom: 60%;
		margin-bottom: 50px;
	}
	
	#aboutUs .text {
		display: block;
		padding: 0;
		width: auto;
		text-align: center;
	}
	
	#ourServices {
		display: block;
	}
	
	#ourServices .image {
		position: static;
		display: block;
		width: auto;
		padding-bottom: 60%;
	}
	
	#ourServices .text {
		position: static;
		display: block;
		width: auto;
		text-align: center;
		padding: 50px 15px;
	}
	
	#ourServices .text .inner {
		width: auto;
		margin: 0;
		padding-right: 0;
	}
	
	#ourProducts .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#ourProducts .listing .owl-prev, #ourProducts .listing .owl-next {
		top: 50%;
		margin-top: -31px;
	}
	
	#contactUs .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#contactUs .inner {
		display: block;
	}
	
	#contactUs .left,
	#contactUs .right {
		display: block;
		width: auto;
	}
	
	#contactUs .left {
		text-align: center;
		margin-bottom: 30px;
		padding: 50px 20px;
	}
	
	#contactUs .right {
		padding-left: 0;
	}
	
	#contactUs .right .fields .field .textbox,
	#contactUs .right .fields .field textarea, 
	#contactUs .right .fields .field select {
		height: 55px;
	}
	
	#contactUs .right .submitBtn {
		width: 100%;
		height: 55px;
	}
	
	#googleMap {
		padding-bottom: 0;
		height: 400px;
	}
	
	#footer .socials {
		float: none;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#footer .socials span {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	#footer .socials ul li {
		margin: 0 10px;
	}
	
	#footer .copyright {
		text-align: center;
	}
	

}

@media only screen and (max-width : 500px) {
	#contactUs .right .fields .field.half {
		width: 100%;
	}
}

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

	
}

