body, #content {
	background-color: #f3f3f3 !important;
	font-family: Helvetica, Arial, Sans-Serif;
}
.mapplic-tooltip-thumbnail {
	border-radius: 0 !important;
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 12px;
}
.mapplic-list-location > a:hover {
	border-left: 1px solid transparent;
}
.mapplic-tooltip-title {
	font-size: 16px;
}
.mapplic-tooltip-catheadcolor {
	font-size: 18px;
	margin-bottom: 15px;
	color: #131E29;
	font-weight: 700;
}
.mapplic-list-thumbnail {
	display: none;
}
.mapplic-list .mapplic-list-shown a {
	padding: 5px;
	margin: 0;
}
.mapplic-list .mapplic-list-shown a h4 {
	font-size: 1em;
	margin: 0;
}
.mapplic-list-location > a:hover {
	background-color: #eee;
	border-left: 2px solid;
	border-color: inherit;
}
.mapplic-list-location a span {
	display: none;
}

.mapplic-tooltip .button-wrapper {
	background: none;
	float: left;
	bottom: 0;
}

.mapplic-popup-link {
	background-color: #131E29;
	border-radius: 3px;
	margin-bottom: 12px;
	margin-right: 10px;
	
}

.mapplic-popup-link:hover {
	background-color: #131E29 !important;
  color: #fff !important;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
	color: #666;
}

.mapplic-search-form {
	background-color: #ddd;
}

.mapplic-search-input:focus {
	border-color: #4688f1;
}

.mapplic-container {
	height: 420px;
}

#map-section {
	width: 878px;
}

#header {
	background: #fff;
	padding: 10px;
	box-shadow: none;
}

#header .inner {
	width: 878px;
}

#logo {
	background-image: url(../images/uos-crest-violet.svg);
	background-size: 180px 75px;
	width: 180px;
	height: 75px;
}

#main-menu li {
	margin-top: 10px;
	margin-left: 10px;
}

ul#main-menu {
	padding: 5px;
} 

.button {
  color: #131E29 !important;
	padding: 6px 8px 8px;
	background-color: #9ADBE8;
	margin-top: -5px;
	line-height: 25px;
}
.button:hover {
	background-color: #17a2b8;
}

#content {
	padding: 0;	
}

#map-section {
	padding: 30px 0 0;
}

.mapplic-list-category > a, a.mapplic-popup-link {
  color: #131E29 !important;
}

.button-wrapper.accommodation a {
	background: #FF6371;
}
.mapplic-tooltip-catheadcolor.accommodation {
	color: #FF6371;
}
.mapplic-tooltip-catheadcolor.accommodation::before {
  content: "\2261\00a0";
  color: #FF6371;
}
.button-wrapper.buildings a {
	background: #00CE7C;
}
.mapplic-tooltip-catheadcolor.buildings {
	color: #00CE7C;	
}
.mapplic-tooltip-catheadcolor.buildings::before {
  content: "\2261\00a0";
  color: #00CE7C;
}
.button-wrapper.central-accommodation a {
	background: #FF9664;
}
.mapplic-tooltip-catheadcolor.central-accommodation {
	color: #FF9664;
}
.mapplic-tooltip-catheadcolor.central-accommodation::before {
  content: "\2261\00a0";
  color: #FF9664;  
}

#mapplic > div.mapplic-container.first > div.mapplic-map.mapplic-zoomable > div > div.mapplic-tooltip-catheadcolor {
  color: #131E29 !important;
}
#mapplic > div.mapplic-sidebar > div > ol > li > a > span {
  background: #fff;
}

.button-wrapper a:hover {
	background: #666;
}

.mapplic-levels {
	display: none;	
}


/* tooltip border */
.mapplic-map .mapplic-tooltip {
	border: 2px #131E29 solid;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.mapplic-tooltip {
 background: rgba(255,255,255,0.9);
 font-weight: normal;
}
.mapplic-tooltip-triangle {
	border-color: #131E29 transparent transparent transparent;
	border-width: 12px 12px 0 12px;
 	bottom: -6px;
}
.mapplic-bottom .mapplic-tooltip-triangle {
	border-color: transparent transparent #131E29 transparent;
	border-width: 0 12px 12px 12px;
	top: 0;
	margin-top: -14px;
}


/* Responsivity */
@media all and (max-width: 667px) {
	#header {
		display: inherit;
	}
	#map-section {
		padding: 0;
	}	

}
