/*map*/
body {
  font-family: 'Open Sans', sans-serif !important;
	text-rendering: optimizeLegibility;

}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
	& > [class^="col-"],
	& > [class*=" col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.sidebar{
	background-color:#364760;
}

.map{
	height:100vh;
}


button.accordion {
	position: relative;
	top:20px;
	background-color: #364760;
	color: white;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	/*	border-bottom: 1px solid grey;*/
}

button.accordion:last-child{
	margin-bottom:10px;
}

button.accordion:after {
	margin-top: 10px;
	padding-right: 10px
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion.active,
button.accordion:hover {
	background-color: #213242;
}


/* Style the accordion panel. Note: hidden by default */

div.panel {
	position: relative;
	height: 260px;
	padding: 10px;
	top:20px; /*change this value to the same as  button.accordion top value to avoid gap*/
	background-color: #1b2a37;
	display: none;
	overflow-y: auto;
	color: white;
}




div.englandPanel {
	height:350px;
}
div.scotlandPanel {
	height:280px;
}
div.walesPanel {
	height: 220px;
}
div.niPanel {
	height:55px;
}
.sidebar button.accordion:after {
	font-family: "FontAwesome";
	content: '\f0da';
	font-size: 20px;
	color: white;
	float: right;
	margin-left: 5px;
}
.sidebar button.accordion.active:after {
		font-family: "FontAwesome";
	content: "\f0d7";
}




#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
	background-color: #48b5e9;
	color: white;
	margin: 0 auto;
}
#iw-content {
	margin-top: -20px;
	height: 100%;
	padding: 0px 10px;
	font-size: 1.1em;
	font-weight:520;
	font-family: 'Open Sans';
}
.iw-heading {
	font-weight: bold;
	font-size: 1.1em;
	color: #036da0;
}



.gm-style-iw {
	max-width: 400px !important;
/*		width: 400px !important;*/
	top: 15px !important;
	/* move the infowindow 15px down */
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border-radius: 5px 5px 5px 5px;
}

.castleLocation {
	margin-top: 25px;
}
.castleType {
	margin-top: -5px;
	width: 50%;
	float: left;
}
.castleOwned {
	margin-top: -5px;
	width: 50%;
	float: right;
}
.castleCondition {
	margin-top: -5px;
	width: 50%;
	float: left;
}
.castleBuilt {
	margin-top: -5px;
	width: 50%;
	float: right;
}
.castlePara {
	float: left;
	top: 10px;
	text-align: justify;
}
.castleImg {
	width: 100%;
	height: 200px;
}