@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?i8nh9d');
	src:url('fonts/icomoon.eot?#iefixi8nh9d') format('embedded-opentype'),
		url('fonts/icomoon.woff?i8nh9d') format('woff'),
		url('fonts/icomoon.ttf?i8nh9d') format('truetype'),
		url('fonts/icomoon.svg?i8nh9d#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-driving:before {
	content: "\e600";
}

.icon-infowindow {
    font-size: 3em;
}
a.infowindow {
    text-decoration: none;
}
a.infowindow:link {
    color: #4B94F7;
}
a.infowindow:visited {
    color: #4B94F7;
}
a.infowindow:hover {
    color: #4B6EF9;
}
a.infowindow:active {
    color: #4B94F7;
}

.drivingDuration{
    display:block;
}
.fadsInfoWindowDirections hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.fadsInfoWindowAddress {
    min-height: 130px;
}
.fadsInfoWindowAddress span{
    display:block;
}
.fadsInfoWindowDirections .studio_photo {
    max-height: 60px;
}

body{
  overflow-x: hidden;
}
#map-wrapper{
    position: relative;
    top: 155px;
    z-index: 1;    
}
#map-canvas {
}
#map-overlay{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    /*overflow: hidden;*/
    padding-top:0px;
    overflow-y: auto;
}
.panel-maps{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}
.panel-maps:hover{
    background-color: white;
    border: 1px solid #FFA500;
}
.panel-maps p{
    line-height: 1.25;
}
.locations {
    position: absolute;
    right: 0; 
    bottom: 54px;
    z-index: 9999;
}

#searchclear {
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 19px;
  margin: auto;
  font-size: 20px;
  cursor: pointer;
  color: #ccc;
  border-left: 1px solid #ccc;
  padding-left: 10px;  padding-right: 5px;
}
.btn-location-search i{
  margin: 0 15px;
}
.locations .btn-group{
  width: 82%;
  
}
.locations .btn-location-search:hover{
  border: none;
  margin-left: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn-location-search{
  background-color: #c0a772;
  color: #fff;
}
.row-locations{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    overflow: hidden;
    padding-top:10px;
    padding-bottom:10px;
}
#map-overlay{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding-top:0px;
}

.locationsModal {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 154px;
}
.locations-search-wrapper-class{
    padding:20px;
    background-color:#c0a772;
}
.findyourlocaldancestudio{
    font-family: Vibes;
    font-size: 2em;
}
.modalized{
    padding: 20px;
    background-color: black;
}

.locations {

}
@media (max-width: 768px) {
  .locations{
    position: absolute;
    top: 121px;
    padding-top: 0px;
    margin: 0;
    left: 0;
    right: 17px;
}
}
@media(min-width: 769px) and (max-width: 1200px){

  .locations form{
    width: 100%;
  }
  .locations .btn-group{
    width: 100%;
  }
  .locations{
    position: absolute;
    top: 121px;
    padding-top: 0px;
    margin: 0;
    left: -30px;
    right: 36px;
}
    #map-overlay{
        position:relative;
        padding-top:20px;
    }

}

@media(min-width: 320px) and (max-width: 768px) {
	
	div.item {
		height: 956px!important;
	} 
	div.locations {
		bottom: -40px;
		top: initial;
	}
	div.row-locations{ 
		bottom: -130px;
		width: 100%;
		z-index: 9999;
	}
	div#map-overlay {
		position: relative; 
		margin-top: 130px;
		z-index: 0;
	}
	select.locations-filter {
		display: table-cell;
	}
}

  
.locations-filter{
    background-color: rgba(255,165,0,1);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}