
/* Large Screens (Desktops) */

@media only screen and (max-width : 1560px) {
	#mainWrapper {
		padding-top: 221px;
	}
	
	#header {
		height: 217px;
	}
	
	#header .logo {
		width: 454px;
		top: 15px;
	}
	
	#header #navigation ul li { 
		font-size: 23px;
	}
	
	#header .contact {
		top: 30px;
	}
	
	#header .contact li {
		font-size: 21px;
	}
	
	body.scrolled #mainWrapper {
		padding-top: 193px;
	}
	
	body.scrolled #header {
		height: 182px;
	}
	
	body.scrolled #header .logo {
		width: 356px;
	}
	
}

@media only screen and (max-width : 1430px) {
	#bottom .left .logo {
		margin-top: 60px;
	}	
	
	#bottom .contact {
		margin-top: 10px;
	}
	
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	
	#intro .benefits li {
		width: 215px;
		padding-left: 6px;
		padding-right: 6px;
		min-height: 220px;
		margin-left: 0.24%;
		margin-right: 0.24%;
	}
	
	#gallery .top {
		margin-bottom: -21px;
	}
	
	#header .logo {
		left: 15px;
	}
	
	#header .contact {
		right: 15px;
	}
	
	#header #navigation {
		right: 15px;
	}
	
	#header #navigation ul li {
		font-size: 20px;
		margin-left: 1em;
	}
	
	#header #navigation ul li ul {
		left: -0.9em;
	}
	
	#header .contact li {
		font-size: 19px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	
	#intro .benefits {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	
	#intro .benefits li {
		width: 243px;
		min-height: 231px;
	}
	
	#bottom {
		padding: 50px 15px 30px;
	}
	
	#bottom .left {
		float: none;
		width: auto;
	}
	
	#bottom .left .logo {
		width: auto;
		max-width: 550px;
		margin: 0 auto;
	}
	
	#bottom .right {
		float: none;
		width: auto;
		max-width: 700px;
		margin: 30px auto 0;
	}
	
	#header #navigation ul li {
		font-size: 16px;
	}
	
	#mainWrapper {
		padding-top: 182px;
	}
	
	#header {
		height: 183px;
	}
	
	#header .logo {
		width: 375px;
	}
	
	#header .contact li {
		font-size: 16px;
	}
	
	body.scrolled #header .logo {
		width: 265px;
	}
	
	#header .contact li {
		font-size: 15px;
	}
	
	#header #navigation {
		bottom: 5px;
	}
	
	body.scrolled #header {
		height: 136px;
	}
	
	body.scrolled #mainWrapper {
		padding-top: 140px;
	}

	
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	
	h1 {
		font-size: 25px;
	}
	
	#mainWrapper,
	body.scrolled #mainWrapper {
		padding-top: 0;
		font-size: 16px;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	#menuBtn {
		display: block;
	}
	
	#topheader #navigation {
		display: none;
	}
	 
	#header,
	body.scrolled #header {
		position: static;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#header:after {
		display: none;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		position: static;
		display: block;
		margin: 0 auto 5px;
		width: 280px;
	}
	
	#header .contact {
		position: static;
		text-align: center;
	}
	
	#header .contact li,
	body.scrolled #header .contact li {
		text-align: center;
		font-size: 15px;
	}
		
	#intro:after {
		display: none;
	}
	
	#slider .slides .owl-dots {
		bottom: 0;
	}
	
	#slider .slides .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 0 2px;
	}
	
	#content {
		padding-top: 27px;
		padding-bottom: 10px;
	}
	
	
	#gallery:before {
		height: 22px;
		bottom: -20px;
	}
	 
	#gallery .listing {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#gallery .listing li {
		width: 50%;
	}
	
	.bulletList li {
		padding-left: 15px;
	}
	
	.bulletList li:after {
		left: 2px;
	}
	
	#bottom {
		padding-top: 40px;
	}
	
	#bottom .right {
		max-width: 450px;
	}
	
	#bottom .right .fields li.half {
		width: 100%;
	}
	
	#bottom .left .logo {
		width: 280px;
	}

}

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

}

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


}
