﻿.locations-page.top-banner {
	/*height: 360px;*/
}

	.locations-page.top-banner .text {
		padding-top: 190px;
		color: white;
	}

section.location-container {
	display: none;
	border-top: 1px solid #777;
}

	section.location-container h2.base-title {
		font-size: 70px;
		letter-spacing: 2px;
		line-height: 1.1;
		text-transform: uppercase;
		color: #777;
		margin-bottom: 0;
	}

	section.location-container h4 {
		color: #888a8d;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 40px;
		text-transform: uppercase;
	}

	section.location-container .content {
		left: 26.6%;
		margin-left: -125px;
		margin-top: 50px;
		max-height: 648px;
		position: absolute;
		text-align: left;
		top: 0;
	}

		section.location-container .content .shops {
			background-color: white;
			min-height: 400px;
			padding: 20px 20px 30px;
			width: 390px;
		}

			section.location-container .content .shops select {
				margin-top: 15px;
				padding-left: 0;
			}

	section.location-container .location-results {
		height: 495px;
		overflow: auto;
		margin-top: 20px;
	}

	section.location-container a.location-link {
		color: black;
		padding: 10px;
		display: block;
		border-radius: 5px;
		margin-top: 3px;
		transition-duration: 0.15s;
	}

		section.location-container a.location-link:focus {
			outline: none;
		}

		section.location-container a.location-link:hover {
			color: white;
			background-color: #33593e;
		}

			section.location-container a.location-link:hover h5 {
				color: white;
			}

			section.location-container a.location-link:hover p {
				color: white;
			}

		section.location-container a.location-link.active {
			color: white;
			background-color: #33593e;
		}

			section.location-container a.location-link.active h5 {
				color: white;
			}

		section.location-container a.location-link h5 {
			font-size: 16px;
			font-weight: 700;
			margin: 0 0 5px;
			text-transform: uppercase;
		}

			section.location-container a.location-link h5 span {
				font-weight: lighter;
				text-transform: none;
			}

		section.location-container a.location-link p {
			font-size: 14px;
			font-weight: 300;
			margin: 0;
			text-transform: none;
		}

			section.location-container a.location-link p i {
				margin-right: 5px;
			}

			section.location-container a.location-link p.mobile-image {
				display: none;
			}

.location-mobile-container .mobile-search {
}

	.location-mobile-container .mobile-search input {
		border: none;
		box-shadow: none;
		border-radius: 0;
		border-bottom: 2px solid #33593e;
		text-transform: uppercase;
		font-style: italic;
		font-size: 16px;
		padding-left: 5px;
		height: 35px;
	}

	.location-mobile-container .mobile-search button {
		border: none;
		box-shadow: none;
		border-radius: 0;
		border-bottom: 2px solid #33593e;
		text-transform: uppercase;
		font-style: italic;
		font-size: 16px;
		height: 35px;
	}

.location-mobile-container a.show-more {
	display: block;
	margin-top: 5px;
	text-align: center;
}

.gm-style-iw {
	background-color: #33593e;
	color: white;
	left: 0 !important;
	top: 15px !important;
	width: 425px !important;
	height: 175px !important;
}

.gm-style div div div div div div div div {
	background-color: #33593e !important;
	padding: 0;
	margin: 0;
	padding: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
}

.pin-details {
	width: 100%;
}

	.pin-details .details {
		float: left;
		padding-left: 20px;
		padding-top: 20px;
		width: 50%;
	}

	.pin-details .img-container {
		width: 50%;
		float: left;
	}

	.pin-details h5 {
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
		color: white;
		font-size: 16px;
	}

		.pin-details h5 span {
			font-weight: lighter;
			text-transform: none;
		}

	.pin-details p {
		margin: 0;
		text-align: left;
		font-size: 14px;
	}

		.pin-details p i {
			margin-right: 5px;
		}

		.pin-details p a {
			color: white;
		}


section.location-container .map-header-container {
	display: none;
}

section.location-container .map-container {
	position: relative;
	display: none;
}

	section.location-container .map-container #map {
		height: 755px;
	}


section.location-container .grid-container {
	display: none;
	padding-bottom: 70px;
}

	section.location-container .grid-container article.item {
		margin-top: 30px;
		max-height: 485px;
	}

	section.location-container .grid-container article .img-container {
		max-height: 270px;
		overflow: hidden;
		position: relative;
	}

		section.location-container .grid-container article .img-container i {
			color: white;
			font-size: 35px;
			left: 50%;
			margin-left: -18px;
			position: absolute;
			top: 110%;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		section.location-container .grid-container article .img-container:hover i {
			top: 45%;
		}


	section.location-container .grid-container article .description {
		background-color: #33593e;
		position: relative;
		text-align: left;
		padding: 25px 25px 15px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		color: white;
		text-align: center;
	}

		section.location-container .grid-container article .description:before {
			border-color: transparent transparent #33593e;
			border-style: solid;
			border-width: 0 10px 10px;
			content: "";
			height: 0;
			margin-left: -10px;
			position: absolute;
			top: -9px;
			width: 0;
		}

		section.location-container .grid-container article .description h3 {
			font-size: 16px;
			color: white;
			text-align: left;
			margin-bottom: 10px;
			font-weight: bold;
			text-transform: uppercase;
			min-height: 75px;
		}


			section.location-container .grid-container article .description h3 span {
				font-weight: lighter;
			}

		section.location-container .grid-container article .description .contact-info {
			min-height: 108px;
		}

			section.location-container .grid-container article .description .contact-info i {
				margin-right: 5px;
			}

section.location-container .open-hours i {
	margin-right: 5px;
}

section.location-container .grid-container article .description p {
	text-align: left;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}

section.location-container .grid-container article .description:hover {
	margin-top: -30px;
	padding-bottom: 45px;
}

section.location-container .location-selector {
	display: none;
}

section.location-container .modal-content {
	border-radius: 4px;
	box-shadow: none;
	padding: 25px;
	border: 0 !important;
    height: 894px;
}

section.location-container .modal-header {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 400px;
	padding: 0;
}

	section.location-container .modal-header .close {
		color: #33593e;
		font-weight: lighter;
		position: absolute;
		right: 10px;
		top: 8px;
	}

		section.location-container .modal-header .close:hover {
			background: none;
		}

section.location-container .modal-body {
	padding-top: 40px;
	padding-bottom: 40px;
}


	section.location-container .modal-body h4 span {
		font-weight: lighter;
	}

	section.location-container .modal-body h5 {
		text-transform: uppercase;
		font-size: 18px;
		color: #888a8d;
		font-weight: bold;
	}

	section.location-container .modal-body p {
		font-size: 14px;
		margin: 0;
	}

	section.location-container .modal-body a {
		color: #33593e;
	}

section.location-container .modal-footer {
	padding: 0;
}

	section.location-container .modal-footer #modalMap {
		height: 348px;
	}


.loc-btn {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.static-map {
    background-image: url('../images/home/ro_map.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    height: 727px;
}

/****************** MEDIA < 767PX ******************/
@media (max-width: 767px) {

	.top-banner {
		background-size: 250% auto;
		height: 170px;
		margin-top: 97px;
	}

		.top-banner .text {
			padding-top: 45px;
		}


			.top-banner .text .title {
				font-size: 20px;
			}

			.top-banner .text .subtitle {
				font-size: 30px;
			}

	.locations-page.top-banner .text {
		padding-top: 60px;
	}

	section.location-container h2.base-title {
		font-size: 50px;
	}

	section.location-container article {
		width: 100%;
	}
}

/****************** MEDIA > 768px && MEDIA < 992px ******************/
@media (min-width: 768px) and (max-width: 992px) {
	.top-banner {
		height: 360px;
	}
}

/****************** MEDIA > 992px && MEDIA < 1199px ******************/
@media (min-width: 992px) and (max-width: 1199px) {

	.locations-page.top-banner {
		height: 360px;
	}

	section.location-container .grid-container article .description .contact-info {
		min-height: 90px;
	}

	section.location-container .content {
		left: 0;
		margin-left: 0;
	}
}

@media (min-width: 1199px) {
	.locations-page.top-banner {
		height: 360px;
	}

	.modal-lg {
		width: 800px;
	}
}
 .map-container svg {
            pointer-events: auto!important;
        }

