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

	html {-webkit-text-size-adjust: none;}

	a[href^="tel"]{color:inherit; text-decoration:none;}

	.aos-animate {
		   /*CSS transitions*/
		   -o-transition-property: none !important;
		   -moz-transition-property: none !important;
		   -ms-transition-property: none !important;
		   -webkit-transition-property: none !important;
		   transition-property: none !important;
		   /*CSS transforms*/
		   -o-transform: none !important;
		   -moz-transform: none !important;
		   -ms-transform: none !important;
		   -webkit-transform: none !important;
		   -moz-appearance: transform: none !important;
		   /*CSS animations*/
		   -webkit-animation: none !important;
		   -moz-animation: none !important;
		   -o-animation: none !important;
		   -ms-animation: none !important;
		   animation: none !important;
		}

	iframe {width: 100% !important; display: block; height: 200px;}

	h1 {font-size: 20px;}

	#wrapperFooter {text-align: center;}
	#parallax {background: url(../images/header_image3.jpg) center top scroll repeat;}

	#logo {text-align: center;}

	#navMenu {text-align: center; padding: 0 !important; margin: 0;}

	#nav ul {text-align: center;}
	#nav li {display: block;}
	#nav li a:link {color: #444; display: block; background-image: none; background: #FFF; padding: 10px 0 10px 0; margin: 0; border: none; text-decoration: none;}
	#nav li a:visited {color: #444; display: block; background-image: none; background: #FFF; padding: 10px 0 10px 0; margin: 0; border: none; text-decoration: none;}
	#nav li a:active {color: #444; display: block; background-image: none; background: #FFF; padding: 10px 0 10px 0; margin: 0; border: none; text-decoration: none;}
	#nav li a:hover {color: #FFF; display: block; background-image: none; background: #F08000; padding: 10px 0 10px 0; margin: 0; border: none; text-decoration: none;}
	body#home a#navhome, body#about a#navabout, body#services a#navservices, body#hints a#navhints, body#journey a#navjourney, body#contact a#navcontact {height: auto; color: #FFF; display: block; background-image: none; background: #F08000; padding: 10px 0 10px 0; margin: 0; border: none; text-decoration: none;}

	.nav-toggle {-webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 70px; height: 46px; text-indent: -9999px; overflow: hidden; background: url(../images/menu.gif) 50% 50% no-repeat #444; position: relative; display: block;}

}

img {max-width: 100%; height: auto; width: auto\9; /* ie8 */}