/*======================================
  Selectric v1.10.1
======================================*/
.selectric-wrapper {
  cursor: pointer;
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #ffc826;
  position: relative;
}
.selectric .label {
  text-align: center;
  font-weight: bold;
  font-family:Source Sans Pro;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 15px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #5c5332;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #5c5332;
}
option[value=""][disabled] {
  display: none;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #C4C4C4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2f2f2;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  text-align:center;
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li:hover {
  background: #ffc826;
  color: #666;
  font-weight:bold;
}
.selectric-items .disabled {
  display:none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*PINS MAP*/

.absolutePositiopn{
	  position:absolute;
	}
	.marker{
	  cursor:pointer;
	  background-image: url("../images/pinsBlack.png");
	  background-size: 15px 17px;
	  border-radius: 50%;
	  height: 17px;
	  position: absolute;
	  width: 15px;
	}
	
	.marker:hover{
	  background-image: url("../images/pinsHover.png");
	  background-size: 15px 17px;
	  border-radius: 50%;
	  height: 17px;
	  position: absolute;
	  width: 15px;
	}
	
	.tooltip .tooltiptext {
		padding: 5px;
		font-weight:bold;
		font-family: "Source Sans Pro",sans-serif;
	    background-color: #ffc826;
	    color: #333;
	    left: 15px;
	    position: absolute;
	    visibility: hidden;
	    z-index: 1;
		font-size: 12px;
	}
	
	.tooltip:hover .tooltiptext {
	    visibility: visible;
	}
	
	.marker:nth-child(2){
	    left: 14%;
        top: 33%;
	}
	.marker:nth-child(3){
		left: 17%;
	    top: 50%;
	}
	.marker:nth-child(4){
	    left: 23%;
	    top: 57%;
	}
	.marker:nth-child(5){
	    left: 26%;
	    top: 61%;
	}
	.marker:nth-child(6){
	    left: 25%;
    	top: 63%;
	}
	.marker:nth-child(7){
	    left: 25%;
    	top: 67%;
	}
	.marker:nth-child(8){
	    left: 31%;
    	top: 69%;
	}
	.marker:nth-child(9){
	    left: 29%;
    	top: 80%;
	}
	.marker:nth-child(10){
	    left: 41%;
    	top: 20%;
	}
	.marker:nth-child(11){
		   left: 50%;
    	   top: 19%;
		}
	.marker:nth-child(12){
		    left: 54%;
    		top: 20%;
		}
	.marker:nth-child(13){
		    left: 51%;
    		top: 21%;
		}
	.marker:nth-child(14){
		    left: 53%;
    		top: 26%;
		}
	.marker:nth-child(15){
		    left: 53%;
    		top: 28%;
		}
    .marker:nth-child(16){
		    left: 49%;
    		top: 28%;
		}
	.marker:nth-child(17){
		    left: 46%;
    		top: 30%;
		}
    .marker:nth-child(18){
		    left: 44%;
    		top: 32%;
		}
	.marker:nth-child(19){
		    left: 53%;
    		top: 30%;
		}
	.marker:nth-child(20){
			    left: 48%;
    			top: 32%;
			}
	.marker:nth-child(21){
			    left: 48%;
    			top: 34%;
			}
	.marker:nth-child(22){
			    left: 47%;
    			top: 36%;
			}
	.marker:nth-child(23){
			    left: 45%;
    			top: 41%;
			}
	.marker:nth-child(24){
			    left: 50%;
    			top: 33%;
			}
	.marker:nth-child(25){
			    left: 52%;
    			top: 33%;
			}
	.marker:nth-child(26){
			    left: 51%;
    			top: 34%;
			}
	.marker:nth-child(27){
			    left: 49%;
    			top: 36%;
			}
	.marker:nth-child(28){
			    left: 52%;
    			top: 36%;
			}
	.marker:nth-child(29){
			    left: 50%;
    			top: 37%;
			}
	.marker:nth-child(30){
			    left: 54%;
    			top: 37%;
			}
	.marker:nth-child(31){
			    left: 53%;
    			top: 39%;
			}
	.marker:nth-child(32){
				    left: 50%;
	    			top: 39%;
				}
	.marker:nth-child(33){
				    left: 52%;
    				top: 41%;
				}
	.marker:nth-child(34){
				    left: 56%;
    				top: 42%;
				}
	.marker:nth-child(35){
				    left: 56%;
    				top: 45%;
				}
	.marker:nth-child(36){
				    left: 60%;
    				top: 48%;
				}
	.marker:nth-child(37){
				    left: 58%;
    				top: 51%;
				}
				
	.marker:nth-child(38){
				    left: 61%;
    				top: 50%;
				}
	.marker:nth-child(39){
				    left: 62%;
    				top: 51%;
				}	
	.marker:nth-child(40){
				    left: 76%;
    				top: 20%;
				}

	.marker:nth-child(41){
					    left: 72%;
    					top: 44%;
					}
	.marker:nth-child(42){
					    left: 68%;
    					top: 51%;
					}
					
	.marker:nth-child(43){
					    left: 86%;
    					top: 34%;
					}
	.marker:nth-child(44){
					    left: 82%;
    					top: 42%;
					}
					
	.marker:nth-child(45){
					    left: 76%;
    					top: 52%;
					}
	.marker:nth-child(46){
					    left: 77%;
    					top: 51%;
					}
					
	.marker:nth-child(47){
					    left: 74%;
    					top: 58%;
					}
	.marker:nth-child(48){
					    left: 75%;
    					top: 60%;
					}
	.marker:nth-child(49){
						left: 78%;
    					top: 63%;
						}
	.marker:nth-child(50){
						left: 84%;
    					top: 76%;
						}
	.marker:nth-child(51){
						left: 93%;
    					top: 88%;
						}
	.marker:nth-child(52){
						left: 81%;
    					top: 57%;
						}
	.marker:nth-child(53){
						left: 51%;
    					top: 70%;
						}
	.marker:nth-child(54){
						left: 53%;
    					top: 78%;
						}
	.marker:nth-child(55){
						left: 44%;
    					top: 42%;
						}
	.marker:nth-child(56){
						left: 50%;
    					top: 36%;
						}
						
						
						
	.MapAlloTaxi{
		width:100%;
		display:block;
	}
	
.VisibleOnSmallDevices{
		display:none;
	 }
	 
	 .taxi-Allo{
		left: 0;
	    margin: auto;
	    position: absolute;
	    right: 0;
	    top: 10px;
	    z-index: 9;
	 }
	
	
/* Landscape phones and portrait tablets */
@media (min-width: 768px) and (max-width: 1024px) {
	 .hiddenOnSmallDevices{
		display:none;
	 }
	.VisibleOnSmallDevices{
		display:Block;
	 }
	 
	 .figure{
	 	height:100%;
		width: 100%;
	    text-align: center;
	    overflow: hidden;
	 }
	 .MapAlloTaxiSmall{
	 	position: relative;
        left: 50%;
        transform: translate(-50%,0)
	 }
	 
	 .selectric-wrapper{
			cursor: pointer;
		    float: right;
		    left: 0;
		    margin: auto;
		    position: absolute;
		    right: 0;
		    top: 130px;
		    z-index: 1;
	 }
}


@media (max-width: 767px) {

	.hiddenOnSmallDevices{
		display:none;
	 }
	.VisibleOnSmallDevices{
		display:Block;
	 }
	 
	 .figure{
	 	height:auto;
		width: 100%;
	    text-align: center;
	    overflow: hidden;
	 }
	 .MapAlloTaxiSmall{
	 	position: relative;
        left: 50%;
        transform: translate(-50%,0)
	 }
	 
	 .selectric-wrapper{
			cursor: pointer;
		    float: right;
		    left: 0;
		    margin: auto;
		    position: absolute;
		    right: 0;
		    top: 130px;
		    z-index: 1;
	 }
	.selectric .label {
		font-size:13px;
	}
}

	
	
