/* Desktop standard screen size 960 (devices and browsers) */
@media only screen and (min-width: 960px) {

		/* -------------------------------------------------- */
		/*	Navigation (Primary/Main)
		/* -------------------------------------------------- */
		nav#navigation {
			height: 30px;
			padding-top: 0;
			margin-top: 0;
			right: 0;
			bottom: 0;
			position: absolute;
		}
		ul#menu-main-menu li {
			margin: 0;
			margin-left: 21px;
			padding-bottom: 0;
		}
		ul#menu-main-menu li a {
			font-weight: normal;
		}
		ul#menu-main-menu li ul li {
			margin-left: 0;
		}
		.navigation > div > ul > li > a:after {
			background-color: #ffcc00;
		}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

		#main, body.page-id-175 section#main { width: 485px; }
		.headerSearch {
			right: 65px;
		}
		
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

		#main, body.page-id-175 section#main { width: 300px; }
		.headerSearch {
			right: 65px;
		}
		a#logo {
			width: 179px;
		}
		body.page-template-template_globallocations-php article.entry h2 {
			float: none;
		}
		body.page-template-template_globallocations-php .single-location-item {
			float: none;
			margin-right: 0;
			width: auto;
		}
		body.page-template-template_globallocations-php .multiLocation-row {
			float: none;
			margin-right: 0;
		}
		body.page-template-template_globallocations-php .multiLocation-row .single-location-item:first-of-type {
			margin-right: 0;
			height: 275px;
		}
		body.page-template-template_globallocations-php .multiLocation-row .single-location-item {
			padding-top: 0;
			height: 216px;
		}
		body.page-template-template_globallocations-php .multiLocation-row .single-location-item:after {
			clear: both;
		}
		body.page-template-template_globallocations-php section.sbr #main,
		body.page-template-template_globallocations-php section#main {
			width: auto;
		}

}


/* Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		#main, body.page-id-175 section#main { width: 420px; }
		
		.headerSearch {
			right: 65px;
		}
		
}


/* Mobile Landscape (devices and browsers) */
@media screen and (max-width: 568px) {

		aside#sidebarLeft {
			display: none;
		}
		#searchform {
			display: none;
		}
		#homepageGoldBar {
			height: 150px;
		}
		#homeMappedSliderImage {
			width: 420px;
			height: 149px;
		}
		#imgmap201419104635 {
			display: none;
		}
		a#logo {
			width: 179px;
		}
		#homepageBlueBar {
			height: auto;
		}
		#homepageBlueBar ul {
			width: auto;
		}
		section#main,
		body.blog section#main,
		body.single-post section#main {
			width: auto;
			.background-color: purple !important;
		}
		.responsive-table-container {
			width: 320px;
			overflow-y: auto;
			_overflow: auto;
			margin: 0 0 1em;
		}
}


/* Mobile Landscape (devices and browsers) */
@media screen and (max-width: 320px) {
		
		#homepageGoldBar {
			height: 120px;
		}
		#homeMappedSliderImage {
			width: 300px;
			height: 106px;
		}
		
}