/***************************/
/* Colours
#BF1E4B - hover
#AC193D - normal
*/
/***************************/
.infoWindowContainer .infoWindow h3{color:#fff !important; font-family: "Futura-Book"; text-align: center;}

.infoWindowContainer .infoWindow h3,
.prettyMapList .corePrettyStyle{

	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-ms-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #383d42;
	color:#fff;
}

.prettyMapList .corePrettyStyle a{color:#fff;}

.prettyMapList .corePrettyStyle:hover,
.prettyMapList .corePrettyStyle:active,
.prettyMapList .corePrettyStyle:focus{

	background-color:#ce153f;
}

.prettyMapList .corePrettyStyle:hover a,
.prettyMapList a.corePrettyStyle:hover{color:#fff;}

.prettyMapList .corePrettyStyle:active{
	background-color:#ce153f;
	color:#eee;
	border-color:transparent;
}

.prettyMapList .prettylink {padding: 0;}

/*Link colours*/
.prettyMapList .prettylink a,
.prettyMapList .prettylink a:visited{color:#fff;}

.prettyMapList .prettylink > a {
	padding: 0 10px 0 50px;
	font-family: 'Futura-Light';
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.prettyMapList .prettylink > a:before {
	position: absolute;
	left: 16px;
	top: 0;
	font-family: 'themify';
	font-size: 1.5rem;
	content: "\e693";
	color: white;
}

.prettyMapList .prettylink .mapcategories{color:#e4e4e4;}
.prettyMapList .prettylink .mapcategories span{color:#f4f4f4;}

/*Close bar*/
.prettyMapList .prettyFileBar .bar{
	background-color:#fbfbfb;
	border-top:solid 1px #ccc;
}

.prettyMapList .prettyFileBar .bar .cross{opacity:0.4;}
.prettyMapList .prettyFileBar .bar .cross:hover{background-color:#efefef;}

.prettyMapList .prettyFileBar .prettyFileFilters,
.prettyMapList .prettyFileBar .prettyFileSorting{
	border:none;
	border-radius:0;
	top:43px;
}

.prettyMapList .prettyFileBar .prettyFileFilters li a,
.prettyMapList .prettyFileBar .prettyFileSorting li a {
	background-color: #AC193D;
	border:none;
	color:#fff;
}

.prettyMapList .prettyFileBar .prettyFileFilters li a:hover,
.prettyMapList .prettyFileBar .prettyFileSorting li a:hover{
	background-color:#BF1E4B;
	color:#eee;
}

/* Image overrides */

/*Sort and Filter Buttons*/
.prettyMapList .showSortingBtn:before,
.prettyMapList .showFilterBtn:before{
	background:transparent url(../images/icons/white/filter_white.png) no-repeat 0 0;
}

.prettyMapList .showSortingBtn:before{background-image:url(../images/icons/white/sort_white.png);}
.prettyMapList .sortAsc:before{background-image:url(../images/icons/white/sort_white_up.png);}

.prettyMapList .prettyFileBar .prettyFileSorting li a {
	background-image: url(../images/icons/white/sort_white_down.png);
	background-position: 100px 4px;
}

.prettyMapList .prettyFileBar .prettyFileSorting li a.sortAsc {
	background:#AC193D url(../images/icons/white/sort_white_up.png) no-repeat 100px 4px;
}

.prettyMapList .prettyFileBar .categoryList a.showing:after,
.prettyMapList .prettyFileBar .prettyFileFilters a.showing:after {
	background: transparent url(../images/icons/white/tick.png) no-repeat 0 0;
}

.prettyMapList .map:after {
	background: transparent url(../images/icons/white/pin_white.png) no-repeat 0 0;
	left:8px;
	top:9px;
}

.prettyMapList .prettyFileBar .categoryList a.showing,
.prettyMapList .prettyFileBar .prettyFileFilters a.showing {
	background-color:#BF1E4B;
	color:#fff;
	text-shadow:none;
}

.prettyMapList .prettyFileBar .categoryList a.showing:after,
.prettyMapList .prettyFileBar .prettyFileFilters a.showing:after{
	left: 4px;
	opacity:1;
	top: 5px;
}


.leftmap .prettyFileBar {
	width: 64%;
}

.prettyMapList .prettyFileBar {
	border-bottom: none;
	margin: 0 0 15px;
}
.prettyMapList .prettylink {
	margin-top: 0;
	margin-bottom: 2px;
}

.rightmap {
	margin-top: 10px;
}

.prettyMapList .mapLocationDetail {
	padding: 20px;
	font-size: 1rem;
	background: #f3f2f2;
	color: #747474;
	border: 1px solid #d4d4d4;
}

.leftmap .mapHolder {
	width: 64%;
	margin-right: 3%;
}

.leftmap #ListContainer {
	width: 33%;
}

.rightmap .mapHolder {
	width: 61%;
	margin-right: 0;
}

.rightmap #ListContainer {
	width: 35%;
	min-height: 412px;
}

.prettyMapListSearch > *{
	display: inline-block;
}

.prettyMapList .prettyFileBar .prettyMapListSearch {
	width: 100%;
}

.prettyMapList .prettyFileBar .prettyMapListSearch .clearSearch {
	display: none;
}

.prettyMapList .customCategoryList {
	float: left;
	width: 48%;
}

.prettyMapList .customCategoryList > a {
	width: 100%;
	float: left;
	text-align: left;
}

.prettyMapList .customCategoryList ul {
	left: 0;
	right: auto;
	width: 100%;
	top: 40px;
	box-shadow: none;
	border-radius: 0;
}

.prettyMapList .prettyFileBar .prettyMapListSearch ul li a {
	display: block;
	padding: 10px;
	color: #383d42;
	border-bottom-color: #eaeaea;
}

.prettyMapList .prettyFileBar .prettyMapListSearch ul li a:hover {
	background: #eaeaea;
}

.prettyMapList .prettyFileBar .customCategoryList a.showing {
	background: #eaeaea;
	color: #383d42;
}

.prettyMapList .prettyFileBar .customCategoryList a.showing:after {
	background: none;
	font-family: 'themify';
	font-size: 1.2rem;
	content: "\e64c";
	color: #ce153f;
	left: 6px;
	top: 9px;
}

.prettyMapList .prettyFileBar .prettyMapListSearch input {
	width: 51%;
	margin-right: 0;
	margin-left: 4px;
	border-radius: 0;
	padding: 10px;
	font-family: "verdana", sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.prettyMapList .prettyFileBar .prettyMapListSearch input:hover,
.prettyMapList .prettyFileBar .prettyMapListSearch input:focus {
	box-shadow: none;
	border-color: rgba(206, 21, 63, 0.8);
	outline: none;
}

.prettyMapList .customCategoryList .btn:before {
	left: auto;
	top: 9px;
	right: 10px;
	background: none;
	font-family: 'themify';
	font-size: 1.2rem;
	content: "\e64b";
	color: #d4d4d4;
}

.prettyMapList .prettyFileBar .prettyMapListSearch .showFilterBtn {
	padding: 10px 14px;
	background: none;
	border: 1px solid #d4d4d4;
	color: #383d42;
	font-family: "verdana", sans-serif;
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.prettyMapList .prettyFileBar .prettyMapListSearch .showFilterBtn:hover,
.prettyMapList .prettyFileBar .prettyMapListSearch .showFilterBtn:focus {
	border-color: #ce153f;
}

.prettyMapList .customCategoryList .btn:hover:before,
.prettyMapList .customCategoryList .btn:focus:before {
	color: #ce153f;
}

.prettyMapList .prettyFileBar .prettyMapListSearch a.doPrettySearch {
	background: none;
	border: 1px solid #ce153f;
	color: #ce153f;
	padding: 10px 15px;
	margin-top: -3px;
	font-weight: 400;
	display: none;
}

.prettyMapList .prettyFileBar .prettyMapListSearch a.doPrettySearch:hover {
	background: #ce153f;
	color: white;
}

.prettyMapList .additionalDetail .telephone,
.prettyMapList .prettylink .address {
	padding-left: 25px;
	position: relative;
}

.prettyMapList .additionalDetail .telephone:before,
.prettyMapList .prettylink .address:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'themify';
	font-size: 1.2rem;
	content: "\e621";
	color: #747474;
}

.prettyMapList .prettylink .address:before {
	content: "\e62c";
}

.prettyMapList .additionalDetail {
	margin-bottom: 16px;
}

.prettyMapList .getDirections {
	margin-top: 0;
}

.infoWindowContainer.infobox {
}

.infoWindowContainer.infobox .infoWindow .infowindowContent {
	display: none;
}

.infoWindowContainer.infobox:after {
	border-top-color: #383d42;
}

.infoWindowContainer {
	border-radius: 0;
}

.infoWindowContainer .infoWindow h3 {
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	line-height: 1;
}

.infoWindowContainer img {
	right: 10px;
	top: 1px;
}

.prettyMapList .mapHolder {
	height: 516px;
	border: 4px solid #e4e4e4;
}

.prettyPagination {
	width: 35%;
	/*float: left;*/
}

.rightmap .prettyFileBar {
	float: left;
	width: 35%;
}

.prettyPagination a {
	padding: 7px 16px !important;
	background: none !important;
	border: 1px solid #ce153f !important;
	color: #ce153f !important;
	float: none !important;
}

.prettyPagination a:hover {
	background: #ce153f !important;
	color: white !important;
}

.prettyPagination .pagingInfo {
	width: 65.2%;
	float: right;
}

.customCategoryList .menuDropDown {
	max-height: 300px;
	overflow-y: scroll;
}

.prettyMapList .getDirections input {
	margin-left: 0;
	border-radius: 0;
	margin-top: 6px;
}

.prettyMapList .getDirections input:focus {
	box-shadow: none;
	border: 1px solid #ce153f; 
}

.prettyPagination a.pfl_prev {
	float: left !important;
}
.prettyPagination a.pfl_next {
	float: right !important;
}

.prettyMapList .prettyMessage {
	float: left;
	width: 35%;
}

.prettyMapList .prettylink a.getdirections,
.prettyMapList .getDirections .getdirectionsgeo {
	margin-top: -2px;
	height: 31px;
}

.prettyMapList .getDirections .getdirectionsgeo {
	background-color: transparent;
}

@media screen and (max-width: 75em) {

	.prettyMapList .prettyFileBar .prettyMapListSearch input {
		width: 50.5%;
	}

	.prettyPagination .pagingInfo {
		width: 55.5%;
	}

}

@media screen and (max-width: 62em) {

	.rightmap .prettyFileBar,
	.prettyMapList .mapHolder,
	.rightmap #ListContainer,
	.prettyPagination {
		width: 100%;
	}

	.prettyMapList .customCategoryList {
		width: 48.8%;
	}

	.prettyPagination .pagingInfo {
		width: 79%;
	}

}

@media screen and (max-width: 48em) {

	.prettyMapList .prettyFileBar .prettyMapListSearch input {
		width: 50.4%;
	}

	.prettyPagination .pagingInfo {
		width: 72%;
	}

}

@media screen and (max-width: 34em) {

	.prettyPagination .pagingInfo {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 20px;
	}

	.prettyMapList .customCategoryList,
	.prettyMapList .prettyFileBar .prettyMapListSearch input {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.prettyMapList .customCategoryList {
		margin-bottom: 10px;
	}

}