﻿
.map_view_Map p{
	margin-bottom: 8px;
    color: #666;
}

.map_view_Map a{
	color: #666;
}

.map_view_Map a:link{
	color: #666;
}

.map_view_Map a:visited{
	color: #666;
}

.map_view_Map a:hover{
	color: #ff6d49;
	text-decoration: none;
}

.map_view_Map a:active{
	color: #666;
}


.map-loading .map_view_Map{
	position: relative;
} 


.map_view_Map .gm-style-iw .pic{
    max-width: 100% !important;
    width: 350px !important;
    margin: 0 0 20px;
}



@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }
        100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes loading-rotate{
    0% {
        -moz-transform: rotate(0);
    }
        100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes loading-rotate{
    0% {
        transform: rotate(0);
    }
        100% {
        transform: rotate(360deg);
    }
}



.map-loading .map_view_Map:before{
  content: "";
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.map-loading .map_view_Map:after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #E3E3E3;
  border-top-color:#555;
  border-left-color:#555;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 10001;
}

.gm-style .gm-style-iw-c{
    max-width: 230px !important;
}