/* Large desktop */
@media (min-width: 1220px) {
	/* HIDE MOBILE SECTIONS */
	.mobile {
		display: none !important;
	}
}
/* Standard desktop */
@media (min-width: 800px) and (max-width: 1219px) {
	/* HIDE MOBILE SECTIONS */
	.mobile {
		display: none !important;
	}
	
	
	#navigation ul li.first {
		margin-left: 11.26%;
		width: 10.57%;
		text-align: left;
	}
	#navigation ul li.first + li {
		width: 10.57%;
		text-align: left;
	}
	#navigation ul li.first + li + li {
		width: 35.18%;
		text-align: center;
	}
	
	#navigation ul li.first + li + li + li {
		width: 10.57%;
		text-align: right;
	}
	#navigation ul li.last {
		margin-right: 11.26%;
		width: 10.57%;
		text-align: right;
	}
	
}
/* Tablet displays */
@media (min-width: 640px) and (max-width: 799px) {
	/* HIDE DESKTOP SECTIONS */
	.desktop {
		display: none !important;
	}
	/* SHOW MOBILE SECTIONS */
	.mobile {
		display: block;
	}

	#navigationContainer {
		height: 50px;
	}
	#navigationMenu h1 a img {
		height: 97px;
	}
	
	/* Carousel ovrerides */
	.carouselContainer .controls {
		top: 300px;
	}
	
	.contentLeft,
	.contentRight {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.contentRight {
		margin-top: 36px;
		width: 100% !important;
	}
	.content .serviceContent {
		margin-left: 9.26%;
		margin-right: 9.26%;
	}
	.content .serviceContent .contentRight {
		padding-left: 0;
	}
	.content .serviceHeader,
	.content .contactHeader {
		margin-top: 95px;
	}
	.content .contactHeader {
		margin-bottom: 50px;
	}

}
/* Mobile displays*/
@media (max-width: 639px) {
	/* HIDE DESKTOP SECTIONS */
	.desktop {
		display: none !important;
	}
	/* SHOW MOBILE SECTIONS */
	.mobile {
		display: block;
	}

	#navigationContainer {
		height: 50px;
	}
	#navigationMenu h1 a img {
		width: 90%;
	}
	
	.contentLeft,
	.contentRight {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.contentRight {
		margin-top: 36px;
		padding-left: 0 !important;
		width: 100% !important;
	}
	.contentFull {
		margin-left: 0;
		margin-right: 0;
	}
	.serviceSupportingImages .supportingImage {
		float: none;
		width: 100%;
	}

	/* Content style overrides */

	.contactOverlay {
		top: -265px;
	}
	
	.content .contactHeader {
		margin-bottom: 50px;
	}
	
	#footer p {
		width: 100%;
		font-size: 11px;
		margin: 0;
		text-align: center;
	}
	
	#legal p {
		text-align: center;
	}
	
	.carouselContainer .controls {
		top: 260px;
	}
	.contactOverlay h2,
	.carouselContainer .controls h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.carouselContainer .controls h1,
	.carouselContainer .controls h5 {
		margin-bottom: 20px;
	}
	
	.content .serviceHeader,
	.content .contactHeader {
		margin-top: 130px;
	}
	.content .serviceHeader h2, .content .contactHeader h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.content .serviceHeader h2, .content .contactHeader h2 {
		padding-top: 40px;
	}
	.content .serviceHeader, .content .contactHeader {
		height: 220px;
	}

}

/*
*
*
*	Mobile device styles independant of screen sizes
*
*
*/

/* Mobile navigation */

#navigationMenu {
	position: relative;
}

/* Menu bar styles and elements */
#navigationMenu #menuBar {
	height: 50px;
	background-color: #000;
}
#navigationMenu #menuBar .socialButton {
	float: left;
	height: 50px;
	border-right: 1px solid #FFF;
}
#navigationMenu #menuBar a.social {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-repeat: no-repeat !important;
}
#navigationMenu #menuBar a.social.facebook {
	background: url('../images/social-icons-mobile.png');
	background-position: 0 0;
}
#navigationMenu #menuBar a.social.facebook:hover {
	background-position: 0 -50px;
}
#navigationMenu #menuBar a.social.twitter {
	background: url('../images/social-icons-mobile.png');
	background-position: -50px 0px;
}
#navigationMenu #menuBar a.social.twitter:hover {
	background-position: -50px -50px;
}
#navigationMenu #menuBar .navigationButton {
	position: relative;
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	display: inline-block;
	opacity: 1;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#navigationMenu #menuBar.active .navigationButton {
	display: none;
	opacity: 0;
}
#navigationMenu #menuBar .navigationButton a {
	display: inline-block;
	margin-top: 15px;
	width: 20px;
	height: 15px;
	background: url('../images/menu.png') top left no-repeat;
}
#navigationMenu #menuBar .navigationButton:hover a {
	background-position: bottom left;
}
#navigationMenu #menuBar .navigationCloseButton {
	position: relative;
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	display: none;
	opacity: 0;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
#navigationMenu #menuBar.active .navigationCloseButton {
	display: inline-block;
	opacity: 1;
}
#navigationMenu #menuBar .navigationCloseButton a {
	display: inline-block;
	margin-top: 15px;
	width: 15px;
	height: 15px;
	background: url('../images/close.png') top left no-repeat;
}
#navigationMenu #menuBar .navigationCloseButton:hover a {
	background-position: bottom left;
}
#navigationMenu .navigationList {
	position: absolute;
	top: 50px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
	background: #FFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#navigationMenu .navigationList.active {
	height: 256px;
	background-color: #F5F5F5;
}
#navigationMenu .navigationList li {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #DCDDDE;
}
#navigationMenu .navigationList li.last {
	border-bottom: none;
}
#navigationMenu .navigationList li h3 {
	text-align: center;
}
#navigationMenu .navigationList li a {
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#navigationMenu h1 {
	position: relative;
	top: 0;
	text-align: center;
	z-index: 80;
}