#map{
	width: 100%;
	height:100%;
	min-height: 700px;
}

#terminal-wrapper{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    z-index: 50000;
    top: 0px;
    display: none;
}

.c_terminal{
	font-size: 22px;
    text-align: right;
    margin-right: 50px;
    margin-top: 20px;
    color: #BFBFBF;
    cursor: pointer;
}

#tm_wrapper{
	position: absolute;
    top: 3.5%;
    z-index: 5000;
    width: 94%;
    height: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

}	
 div.bc_container > div > input[type="checkbox"]{
	margin-right: 5px;
    width: 15px;
    float: left;
    clear: both;
	    padding-top: 0px;
    margin-top: 0px;
 
 }

 #legend {
    background: white;
    padding: 10px;
 
  }
  .mapbutton_all{
	float: left;
    width: 48%;
    text-align: center;
    background-color: rgba(245, 107, 33, 0.7);
    padding: 5px;
    color: #fff;
    border:none;
    
  }
  
    .mapbutton_clear{
	float: right;
    width: 48%;
    text-align: center;
    background-color: rgba(245, 107, 33, 0.7);
    padding: 5px;
    color: #fff;
    border:none;
    
  }
  
  .bc_container{
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 160px;
  right: 0px !important;
  top:60px !important;
      max-height: 260px;
    overflow: scroll;
  }
  

  #map > div > div:nth-child(6){
	  display: none;
  }
   
   .gm-style-mtc{
	   display: none;
   }

  
  .gm-style-iw > div{
	  font-weight: 600;
  }
  
  
  .legend{
	position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #666;
    padding: 5px 10px;
    color:#000;
    font-family: sans-serif;
    font-size: 12px;
    
    
  }
  
  
 div.bc_container > div:nth-child(26), div:nth-child(27), div:nth-child(28), div:nth-child(29){
	 display: none;
 }
  
  
/******* DIRECTIONS MAPS *******/

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 200px;
}

#origin-input:focus,
#destination-input:focus {
  border-color: #4d90fe;
}

#mode-selector {
  color: #fff;
  background-color: #F66B23;
  margin-left: 12px;
  padding: 5px 11px 0px 11px;
}

#mode-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
      padding-left: 5px;
}

.profile-photo-light profile-photo{
	display: none;
}  
  
  
  
    @media only screen and (max-width : 1140px) {
	  #map{
		  min-height: 650px;
	  }	  
  }
  
  
  
  @media only screen and (max-width : 1140px) {
	  #map{
		  min-height: 550px;
	  }	  
  }
  
  
  @media only screen and (max-width : 991px) {
	  	
		/***********  MAPS **************/
		
		#tm_wrapper{
			width:100%;
		}
		
		  #map{
		  min-height: 550px;
	  }	 
  }
  
    @media only screen and (max-width : 767px) {

	  #map{
		  min-height: 500px;
	  }	 
	  
	  	  #origin-input{
		  left:0px !important;
		  top:40px !important;  
	  }
	  
	  #destination-input{
		  left:0px !important;
		  top:80px !important;
	  }
	  
	  #mode-selector{
	  	  top:inherit !important;
		  left: 0px !important;
	  }
	  
	  	  .c_terminal{
		  margin-right: 10px;
	  }
}

 @media only screen and (max-width :481px) {

	  #map{
		  min-height: 400px;
	  }	 
	  
	  #origin-input{
		  left:0px !important;
		  top:40px !important;  
	  }
	  
	  #destination-input{
		  left:0px !important;
		  top:80px !important;
	  }
	  
	  #mode-selector{
	  	  top:inherit !important;
		  left: 0px !important;
	  }
	  
	  .c_terminal{
		  margin-right: 10px;
	  }
}




