/**

 * @version   1.0.2

 * @package   Profil responsive map (module)

 * @author    David Hoffmann - http://www.profilpr.de

 * @copyright Copyright (c) 2014 Profilpr. All rights reserved.

 * @license   GNU/GPL license: http://www.gnu.org/copyleft/gpl.html

*/

/* Template: Default */

.search_responsive_map {
  height: 400px; 
  width: 100%;
  margin: 0 auto;
}
div.search_responsive_map, div.search_responsive_map div{ 
  overflow:visible;
}
.search_responsive_map img {
  max-width: none!important;
}
img[src*="iws3.png"] { 
  display: none;
}
.search_responsive_map .gm-style-iw {
  max-width: none !important; 
  min-width: none !important;
  max-height: none !important; 
  min-height: none !important; 
  overflow-y: hidden !important; 
  overflow-x: hidden !important; 
  line-height: normal !important; 
  padding: 5px !important;
}

.gm-style-iw a:link, .gm-style-iw a:visited, .gm-style-iw a:hover, .gm-style-iw a:active { 
  text-decoration: none !important; 
   color:#ffc50a; 
}
.gm-style .gm-style-iw div {
  font-size: 14px !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
   display: block;
}
.map-box-1{
/*position:absolute; z-index: 2;top: 50px; left:10px; color:#FFFFFF;*/
    color: #fff;
    left: 40px;
    position: absolute;
    text-shadow: 2px 2px #000;
    text-transform: inherit;
    /*top: 50px;*/ 
	z-index: 2;
	font-family: "Gotham_htfbold",sans-serif;
	font-size: 36px;
    line-height: 42px;
}

.responsive_map_search_field_wrapper {
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  bottom:10px;
  right:-20px;
  z-index: 2;
}

.responsive_map_search_form {
 /* margin: 20px 0;*/
}

.responsive_map_search_submit {
  vertical-align: top;
}

.responsive_map_perimeter_search {
 background: none repeat scroll 0 0 #bfbfbf;
    bottom: 0px;
    color: #4b4b4b;
    font-family: "Gotham_htfbold",sans-serif;
    height: 40px;
    position: absolute;
    right: 0;
    width: 125px;display: inline-block!important;
	border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	padding-left: 25px;
 /* width: auto!important;
  
  padding:3px;
    margin-left: 90px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	height:40px;
    background: #BFBFBF;
    color:#000;
    border:none;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;*/
}

.responsive_map_fullscreen {
  position: fixed!important;
  width: 90%;
  left: 5%;
  height: 90%;
  top: 5%;
  z-index: 10001!important;
  border: 5px solid #303030;
  display: block;
}

.responsive_map_fullscreen_dim {
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:10000 !important;
  background-color:black;
  filter: alpha(opacity=75); /* internet explorer */
  -khtml-opacity: 0.75;      /* khtml, old safari */
  -moz-opacity: 0.75;       /* mozilla, netscape */
  opacity: 0.75;           /* fx, safari, opera */
  display: none;
}

.responsive_map_fullscreen_button {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: rgb(86, 86, 86);
  font-family: Roboto, Arial, sans-serif;
  -webkit-user-select: none;
  font-size: 11px;
  background-color: rgb(255, 255, 255);
  padding: 1px 6px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(0, 0, 0, 0.14902);
  border-right-color: rgba(0, 0, 0, 0.14902);
  border-bottom-color: rgba(0, 0, 0, 0.14902);
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  min-width: 37px;
}
.filter-icon{position: relative;
    right: 95px;
    top: -10px;
    z-index: 9;}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div{ display:none !important;}