body {
  margin: 0px;
  padding: 0px;
}
.leaflet-control-attribution {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.z_100{
z-index:100 !important;

}
.map-container {
  position: relative;
}
#web-map-view{
position: relative;
}  

#map-mapview {
  position: relative;
  height: 500px;
  width: 100%  !important;
}
#green-legend{
width:35px;
height:35px;
border-radius:50px;
background:#228B22
}
#blue-legend{
width:35px;
height:35px;
border-radius:50px;
background:#1b6dc1
}
#black-legend{
width:35px;
height:35px;
border-radius:50px;
background:#000
}
#red-legend{
width:35px;
height:35px;
border-radius:50px;
background:#FF0000
}

#light-green-legend{
width:35px;
height:35px;
border-radius:50px;
background:#98FB98
}
#light-blue-legend{
width:35px;
height:35px;
border-radius:50px;
background:#ADD8E6
}
#light-red-legend{
width:35px;
height:35px;
border-radius:50px;
background:#FFC0CB
}
#purple-legend{
width:35px;
height:35px;
border-radius:50px;
background:#cc2cbc
}
#blueish-green-legend{
width:35px;
height:35px;
border-radius:50px;
background:#46bdc4
}
#light-brown-legend{
width:35px;
height:35px;
border-radius:50px;
background:#af7c38
}

.switch{
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}

.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
 background-color: #2196F3;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

label {
margin:2px;
font-size: 20px !important;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}


.map-container .toolbar img {
width: 60px;
height: 60px;
}
.map-container .toolbar img.active  {
border: 5px solid #5C48BD;
border-radius: 50%;
}

@media only screen and (max-width: 768px) {
#time-view{
font-size:20px !important;
}
#map-mapview {
  width: 100% !important;
  }
  .map-container .toolbar{
    width: 70px;
  }
  .map-container .toolbar img{
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
.hidden-md{
  display: none;
}
}
.time_bar{
  position: relative;
  z-index: 1500;
padding: 10px 0px;
display: inline-flex;
}
#timezone_data{
display:none !important;
}
.time_bar span{
cursor: pointer;
font-family: sans-serif;
color: #5C48BD;
padding: 5px 10px;
border-right: 3px solid #979797;
}
.time_bar span.active{
color: #555555;
font-weight: bolder;
font-family: sans-serif;
}
.time_bar span:last-child{
border-right: none;
}
.time_bar span a{
text-decoration: none;
font-family: sans-serif;
color: #5C48BD;
}
.animate_btns{
  background: #e95447;
  padding: 8px 12px 6px 12px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-flex;
  position: relative;
    top: -2px;
}
.animate_btns  a{
text-decoration: none;
}
.animate_btns a i{
color: #fff;
font-size : 20px;
}

.timezone_part{
display: inline-flex;
  float: right;
  padding: 10px 0px;
}

#timezone_data{
background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



div.cs-select {
position: relative;
z-index: 100;
display: inline-block;
width: 100%;
max-width: 500px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: left;
vertical-align: middle;
background: #fff;
-webkit-touch-callout: none;
-khtml-user-select: none;
}

div.cs-select:focus {
outline: none;
/* For better accessibility add a style for this in your skin */
}

.cs-select select {
display: none;
}

.cs-select span {
position: relative;
display: block;
overflow: hidden;
padding: 0em;
cursor: pointer;
white-space: nowrap;
text-overflow: ellipsis;
color: #5C48BD;
}
/* Placeholder and selected option */

.cs-select > span {
padding-right: 60px;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
right: 0em;
content: '\25BE';
font-size: 50px;
color: #d8d8d8;
}

.cs-select .cs-selected span::after {
margin-left: 1em;
content: '\2713';
}

.cs-select.cs-active > span::after {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
z-index: 200;
}
/* Options */

.cs-select .cs-options {
position: relative;
visibility: hidden;
overflow: hidden;
width: 100%;
background: #fff;
}

.cs-select.cs-active .cs-options {
visibility: visible;
}
.cs-options ul {
list-style: none !important;
    position: absolute;
}
.cs-select ul {
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}

.cs-select ul span {
padding: 10px;
}

.cs-select ul li.cs-focus span {
background-color: #ddd;
}
/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
cursor: default;
}

div.cs-skin-elastic {
font-size: 1.5em;
font-weight: 700;
color: #5b8583;
background: transparent;
}

@media screen and (max-width: 30em) {
div.cs-skin-elastic {
  font-size: 1em;
}
}

.cs-skin-elastic > span {
z-index: 100;
color: #5C48BD;
}

.cs-skin-elastic .cs-options {
visibility: visible;
overflow: visible;
pointer-events: none;
opacity: 1;
background: transparent;
}

.cs-skin-elastic.cs-active .cs-options {
pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
-webkit-transform: scale3d(1, 0, 1);
transform: scale3d(1, 0, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
background: #fff;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
-webkit-transition: none;
transition: none;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-animation: expand .6s ease-out;
animation: expand .6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
-webkit-transition: opacity .15s, -webkit-transform .15s;
transition: opacity .15s, transform .15s;
-webkit-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25px, 0);
opacity: 0;
margin: 0rem;
}

.cs-skin-elastic.cs-active .cs-options ul li {
-webkit-transition: none;
transition: none;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-animation: bounce .6s ease-out;
animation: bounce .6s ease-out;
opacity: 1;
}

.cs-skin-elastic .cs-options span {
background-repeat: no-repeat;
background-position: 1.5em 50%;
background-size: 2em auto;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
color: #1e4c4a;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
content: '';
}

@-webkit-keyframes expand {
0% {
  -webkit-transform: scale3d(1, 0, 1);
}
25% {
  -webkit-transform: scale3d(1, 1.2, 1);
}
50% {
  -webkit-transform: scale3d(1, .85, 1);
}
75% {
  -webkit-transform: scale3d(1, 1.05, 1);
}
100% {
  -webkit-transform: scale3d(1, 1, 1);
}
}

@keyframes expand {
0% {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}
25% {
  -webkit-transform: scale3d(1, 1.2, 1);
  transform: scale3d(1, 1.2, 1);
}
50% {
  -webkit-transform: scale3d(1, .85, 1);
  transform: scale3d(1, .85, 1);
}
75% {
  -webkit-transform: scale3d(1, 1.05, 1);
  transform: scale3d(1, 1.05, 1);
}
100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
}

@-webkit-keyframes bounce {
0% {
  -webkit-transform: translate3d(0, -25px, 0);
  opacity: 0;
}
25% {
  -webkit-transform: translate3d(0, 10px, 0);
}
50% {
  -webkit-transform: translate3d(0, -6px, 0);
}
75% {
  -webkit-transform: translate3d(0, 2px, 0);
}
100% {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
}

@keyframes bounce {
0% {
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  opacity: 0;
}
25% {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
50% {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}
75% {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
}
@media only screen and (max-width: 768px) {

.time_bar span {
  padding: 1px 3px;
  font-size: 12px;
}
.time_bar span.active {
font-size: 12px;

}
.time_bar span:first-child{
min-width: 55px;
}
.animate_btns{
padding: 0px;
padding-left: 5px;
position: relative;
  top: 10px;
}
.time_bar {
padding: 5px 0px;
display: block;
}
.timezone_part{
padding: 0px;
position: relative;
top: 8px;
}
.map-container .toolbar{
  width: auto;
background: none;
border-top: none;
border-right: none;
border-bottom: none;
position: absolute;
padding: 0;
top: 5px;
}
.map-container .toolbar img{
display: inline-flex;
}
.map-container .toolbar img {
width: 40px;
height: 40px;
}
}


#av_section_7,#av_section_6 .content,#av_section_7,#av_section_6 .sidebar,#av_section_7,#av_section_6 div .flex_column {
z-index: 0 !important;
}

.seachModal{
cursor: pointer;
  vertical-align: middle;
  z-index: 1000;
  padding: 10px 15px 5px 5px;
}
.seachModal .txt{
  font-size: 18px;
  font-weight: 900;
  color: #5C48BD;
  float: left;
  line-height: 0.9;
    margin: 10px;
}
.seachModal .fa{
  top: 15px;
    position: relative;
    margin-left: 0px;
    font-size: 22px;
    color: #5C48BD;
}




#search-app-modal .modal-body{
  background: #5C48BD;
}

#search-app-modal .box{
  background: white;
  padding: 50px;
  border-radius: 10px;
}
#search-app-modal .close{
  top: -40px;
  position: relative;
  opacity: 1;
  font-size: 32px;
}
#search-app-modal .start-text{
  border: 1px solid lightgrey;
  color: black;
  font-weight: bolder;
  padding: 5px 0px;
}
#search-app-modal .destination-text{
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 4px solid #5C48BD;
  color: lightgray;
}
#search-app-modal .wayBtn{
  border: 1px solid #5C48BD;
    border-radius: 10px;
    color: #5C48BD;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
    padding: 6px 0px;
}
#search-app-modal .driveBtn{
  background: #5C48BD;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding: 10px 0px;
}

@media only screen and (max-width: 768px) {
	.seachModal{
		background:none;
		border: none;
    right: 10px;
    padding: 0px 5px 5px 5px;
  }
  #search-app-modal .box{
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
	#web-map-view{
		margin-bottom:25px;
		
	}
	.map-container .bg_bar span {
    padding: 10px 5px;
}
}

.map-container .bg_bar .time_item:nth-child(even){
background: #ededed;
}
.map-container .bg_bar .time_item:nth-child(odd){
background: #e1e1e1;
}
.map-container .bg_bar span {
    border: none;
    color: black;
    font-weight: 500;
}
.map-container .bg_bar span a{
	color: black;
}
.map-container .bg_bar span.active {
  background: #e95447;
  border:none;
  color: #fff;
    font-weight: 500;

}


.map-container .toolbar {
  width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: none;
    display: block;
    border: none;
    text-align: center;
    background: white;
    padding-bottom: 10px;
}
.map-container .toolbar .tool_item{
  display: inline-block;
    vertical-align: middle;
    align-items: center;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 20px;
    margin-right: 5px;
  color: #007aff;
  vertical-align: baseline;
  padding: 0 5px;
	cursor:pointer;
}
.map-container .toolbar .tool_item.active{
  color: #fff;
  background: #e95349;
}
.leaflet-control a{
  color: #e95447;
}
.map-container .toolbar .grow_item{
    flex-grow: 6;
}

.map-container  .logo_bar{
  width: 35%;
  position: relative;
  background: none;
    display: inline-flex;
    border: none;
    float: right;
}
.map-container  .title{ 
  margin-left: auto;
    margin-right: auto;
    flex-grow: 6 !important;
}
	.map-container  .logo_map { 
  margin-left: auto;
		float:none;
		position:relative;
		left:unset;
}

@media only screen and (max-width: 768px) {
	
	.map-container .toolbar .tool_item{
		font-size: 16px;
		padding: 0 5px;
	}	
	div#time_bar{
		    overflow: scroll;
    max-width: 100%;
		position: relative;
    top: -30px;
	}
	.animate_btns{
		padding: 8px 12px 6px 12px;
    position: relative;
    top: 50px;
	}
}

.noUi-connect {
  background: #e95447 !important;
}

.slider-wrapper{
  position: relative;
  z-index: 1000000000000000;
	margin: auto;
  margin-bottom: 50px;
	
	
}

.noUi-pips-horizontal{
	padding: 0;
	height: auto;
	top: 0;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 25px;
}
.noUi-horizontal {
    height: 28px;
}
.noUi-horizontal .noUi-handle{
	 height: 38px;
}
.noUi-handle:after, .noUi-handle:before{
	height: 24px;
}
.noUi-value-horizontal{
	transform: none;
	display: flex;
	  align-items: center;
    justify-content: center;
   height: 28px;
	padding-top: 0;
}

@media (max-width:768px){
	.slider-wrapper {
    margin: auto;
    margin-bottom: 50px;
   
}
	
}

h1.dark_bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000008;
    
    top: 0;
    left: 0;
}
