@media screen and (max-width: 480px){  
    .tour_head {  
	 padding-top: 22px;
     padding-bottom: 2px;       
    }  
}

	.gllpMap { position:absolute;top:0;left:0;width:100%;height:100%; }
	.wrapper-gmap{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}
	.wrapper-gmap .google-map{position:absolute;top:0;left:0;width:100%;height:100%;}
	

/*
  NECESSARY SECTION
*/
.only-so-big {
  /* background: rgba(178, 252, 255, .3); */
  height: 100%;
  max-height: 53px;
  overflow: hidden;
  -webkit-transition: max-height .60s;
  transition: max-height .60s;
}

.read-more {
  background: none;
  border: none;
  color: #C25555;
  cursor: pointer;
  font-size: 1em;
  outline: none; 
}
.read-more:hover {
  text-decoration: underline;
}
.read-more:focus {
  outline: none;
}
.read-more::-moz-focus-inner {
  border: 0;
}
.hid {
  display: none;
}

.dashed {
	background: 	#F5F5F5;
	border-style: dashed;
	border-color:#4682B4;
	border-width: thin;
	}	
