#fd-loading {
	background: #ffffff;
	padding: 100px;
	display: none;
	text-align: center;
}

.find-dentist-form {
	margin: 15px 0 0 0;
}

.find-dentist-form h2 {
	font-family: "Lato", Sans-serif;
	color: #000;
	font-size: 40px;
	font-weight: 800;
	margin: 0 0 80px 0;
	position: relative;
}

.find-dentist-form h2:after {
	content: '';
	height: 4px;
	width: 60px;
	background: #00acc9;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -40px;
}

.find-dentist-form form .field {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 45%;
	vertical-align: top;
}

@media (max-width: 767px) {
	.home .find-dentist-form form .field {
		width: 100%;
	}
	.home .find-dentist-form form .field input[type=text] {
		text-align: center;
	}
}

.find-dentist-form form .field label {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.find-dentist-form form .field input[type=text],
.find-dentist-form form .field select {
	background: #fff;
	border: 1px solid #999;
	font-size: 18px;
	height: 55px;
	border-radius: 10px;
	width: 100%;
}

.find-dentist-form form .field input[type=submit] {
	font-size: 18px;
	height: 55px;
	padding: 0;
	width: 100%;
}

.find-dentist-form form .field span {
	color: #00acc9;
	display: block;
	margin-top: 10px;
}

.map-wrapper {
	display: none;
	max-width: 1400px;
    margin: auto;	
	position: relative;
	padding: 100px 0;
}

/*.map-wrapper:before {
	content: "";
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	width: 200%;
}*/

.map-wrapper-inner:before,
.map-wrapper-inner:after {
	content: "";
	display: table;
	clear: both;
}

.map-wrapper-inner {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0,0,0,.21);
	background: #ffffff;
	display: table;
	vertical-align: top;
	width: 100%;
	position: relative;
	z-index: 2;
}

.map-wrapper-inner .map-marker-lists {
	background: #ffffff;
	display: table-cell;
	position: relative;
	width: 35%;
	vertical-align: top;
}

.map-wrapper-inner .map-marker-lists .map-marker-lists-head {
	padding: 20px 40px;
	border-bottom: 2px solid #eee;
	vertical-align: top;
}

.map-wrapper-inner .map-marker-lists .map-marker-lists-head h3 {
	font-family: "Lato", Sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.map-wrapper-inner .map-marker-lists .map-marker-lists-head p {
	font-family: "Lato", Sans-serif;
	margin: 0;
}

.map-marker-lists-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 1153px;
	overflow: auto;
}

.map-marker-lists-ul li {
	display: table;
	color: #000;
	padding: 30px 40px;
	line-height: 1.4;
	width: 100%;
}

.map-marker-lists-ul li:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.41);
	position: relative;
	z-index: 2;
}

.map-marker-lists-ul li:before,
.map-marker-lists-ul li:after {
	content: "";
	clear: both;
	display: table;
}

.map-marker-lists-ul li > div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.map-marker-lists-ul li > div:first-child {
	padding-right: 20px;
}

.map-marker-lists-ul li > div:last-child {
	padding-left: 20px;
	padding-top: 0px;
	position: relative;
}

.map-marker-lists-ul li > div:last-child:before {
	content: "";
	background: #dedede;
	width: 2px;
	position: absolute;
	left: 0;
	top: 56px;
	bottom: 0px;
}

.map-marker-lists-ul li:nth-child(2n+2) {
	background: #eee;
}

.map-marker-lists-ul li .miles {
	margin-bottom: 30px;
}

.map-marker-lists-ul li .miles span {
	display: inline-block;
	background: #00acc9;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	padding: 3px 15px 4px 15px;
	margin-right: 6px;
	line-height: 1;
}

.map-marker-lists-ul li h3 {
	font-family: "Lato", Sans-serif;
	color: #2db035;
	font-weight: 800;
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: normal;
}

.map-marker-lists-ul li h4 {
	font-family: "Lato", Sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: normal;
}

.map-marker-lists-ul li i {
	display: block;
	margin-top: 5px;
}

.map-marker-lists-ul li a.details:hover {
	text-decoration: underline;
}

.map-marker-lists-ul li a.direction {
	font-family: "Lato", Sans-serif;
	color: #00acc9;
	font-weight: 700;
	text-decoration: underline;
}

.map-marker-lists-ul li .extras {
	color: #00acc9;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: right;
}

.map-marker-lists-ul li .extras span.compare-button {
	cursor: pointer;
	text-decoration: underline;
}

.map-marker-lists-ul li .extras i.wishlist-button {
	cursor: pointer;
	color: #00acc9;
	display: inline-block;
	margin: 0;
	margin-left: 15px;
	position: relative;
	bottom: -1px;
}

.map-wrapper-inner .map-view {
	display: table-cell;
	width: 65%;
}

.map-wrapper-inner .map-view #map {
	width: 100%;
}

.marker-pagination {
	background: #ffffff;
	padding: 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0; 
	right: 0;
	text-align: center;
	z-index: 10;
}

.marker-pagination span {
	cursor: pointer;
	color: #000;
	font-weight: 700;
	opacity: .3;
	margin: 0 10px;
}

.marker-pagination span.prev {
	float: left;
	position: relative;
	bottom: -1px;
}

.marker-pagination span.next {
	float: right;
	position: relative;
	bottom: -1px;	
}

.marker-pagination span.disabled {
	cursor: not-allowed;
}

.marker-pagination span.current,
.marker-pagination span:hover:not(.disabled) {
	opacity: 1;
	color: #00acc9;
}

.marker-pagination span.hide {
	display: none;
}

.map-filters {
	float: right;
	margin-bottom: 20px;
	text-align: right;
	position: relative;
	z-index: 3;
	padding: 0 15px;
}

.map-filters>* {
	display: inline-block;
}

.map-filters label {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-right: 50px;
}

.map-filters .sl-dropdown {
	cursor: pointer;
	color: #ffffff;
	background: #2db035;
	border-radius: 10px;
	font-weight: 600;
	margin-left: 15px;
	padding: 11px 65px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.map-filters .sl-dropdown:before {
	content: "";
	background: url('../img/sl-arrow.png');
	width: 27px;
	height: 27px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -14px;
}

.map-filters .sl-dropdown .fal {
	position: absolute;
	right: 20px;
	top: 15px;
}

.map-filters .sl-dropdown .sl-dropdown-value {
	background: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	right: 0;
	z-index: 10;
	border-radius: 10px;
	border: 1px solid #eee;
	box-shadow: 0 0 3px rgba(0,0,0,.21);
}

.map-filters .sl-dropdown .sl-dropdown-value>div {
	color: #000;
	padding: 8px 20px;
	border-top: 1px solid #eee;
	font-size: 14px;
}

.map-filters .sl-dropdown .sl-dropdown-value>div.selected {
	background: #eee;
}

.map-filters .sl-dropdown .sl-dropdown-value>div:first-child {
	border: 0;
}

.map-filters .sl-dropdown.view-all {
	padding-right: 30px;
	padding-left: 60px;
}

.map-zip {
	float: left;
	width: 27.5%;
}

.map-zip .find-dentist-form {
	margin-top: 0;
}

.dentist-details {
	color: #000;
	padding: 50px 0;
}

.dentist-details-inner:before,
.dentist-details-inner:after {
	content: "";
	display: table;
	clear: both;
}

.dentist-details-inner {
	display: table;
	width: 100%;
	padding: 50px 0;
}

.dentist-details-inner .left {
	display: table-cell;
	width: 50%;
	padding-right: 30px;
}

.dentist-details-inner .left h3 {
	font-family: "Lato", Sans-serif;
	color: #2db035;	
	font-weight: 700;
	font-size: 60px;
	margin: 10px 0;
}

.dentist-details-inner h4 {
	font-family: "Lato", Sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 10px;
}

.dentist-details-inner .right {
	display: table-cell;
	width: 50%;
}

.gm-style-iw-d h3 {
	font-family: "Lato", Sans-serif;
    color: #2db035;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: normal;	
}

.gm-style-iw-d h4 {
    font-family: "Lato", Sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: normal;
}

.map-view {
	position: relative;
}

#nav-back {
	color: #000;
	font-weight: 600;
	position: absolute;
	left: 10px;
	top: 60px;
	background: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.21);
	z-index: 999;
}

.after-zipped {
	background-image: none !important;
	background-color: transparent !important;
	margin-top: -50vh !important;
}

.after-zipped .map-wrapper {
	background: #fff; 
	padding: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.page-id-171661 {
	background: #fff !important;
}

#form-find-dentist2 .field input[type=text], 
#form-find-dentist2 .field select,
#form-find-dentist2 .field input[type=submit] {
	height: 46px !important;
}

#form-find-dentist2 .field:last-child {
	margin-right: 0;
}


@media (max-width: 1380px) {
	.map-zip,
	.map-filters {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.map-zip .find-dentist-form {
		max-width: 50%;
	}
	
	.after-zipped {
		margin-top: -300px !important;
	}
}

@media (max-width: 1199px) {
	.dentist-details-inner {
		display: block;
	}
	.dentist-details-inner .left,
	.dentist-details-inner .right {
		display: block;
		padding: 0;
		width: 100%;
	}
	.dentist-details-inner .left {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.map-marker-lists-ul li {
		display: block;
	}
	.map-marker-lists-ul li > div {
		display: block;
		width: 100%;
		padding: 0;
	}
	.map-marker-lists-ul li > div:last-child {
		padding: 0;
		margin-top: 10px;
	}
	.map-marker-lists-ul li > div:last-child:before {
		content: none;
	}	
	.map-marker-lists-ul li > div .extras {
		display: none;
	}
}

@media (max-width: 767px) {
	.dentist-details-inner .left h3 {
		font-size: 40px;
	}
	.map-filters {
		text-align: left;
	}
	
	.map-filters label {
		display: block;
		margin: 0 0 15px 0;
		text-align: left;
	}
	
	.map-filters .sl-dropdown {
		margin-left: 0;
		margin-right: 15px;
	}
	.map-wrapper-inner .map-marker-lists {
		width: 45%;
	}
	.map-wrapper-inner .map-view {
		width: 55%;
	}
	
	.map-zip .find-dentist-form {
		max-width: 100%;
	}

	.map-filters {
		padding: 0;
	}	
}

@media (max-width: 580px) {
	.map-wrapper-inner .map-view,
	.map-wrapper-inner .map-marker-lists {
		display: block;
		width: 100%;
	}
	
	.after-zipped {
		margin-top: -100px !important;
	}
	
	.map-zip {
		padding: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.map-filters {
		padding: 0;
	}
	
}

@media (max-height: 900px) {
	.after-zippedx {
		margin-top: -200px !important;
	}	
}