@charset "utf-8";

body {
height: 100%;
max-width: 100vw;
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color: #f6f6f6;
/* Increase readability of fonts */
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
transition: background-color .5s; /* w3 */
-ms-overflow-style: none;  /* IE 10+ */
overflow: hidden;
}

::-webkit-scrollbar { 
    display: none; 
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 400px;
  text-indent: 0.01px;
  text-overflow: '';
  max-width: 90vw;
  border-style: solid;
  border-width: 1px;
  border-color: #444 #333 #333 #444 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -5px 10px 20px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
  box-shadow: -5px 10px 20px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px !important;
  padding: 14px !important;
  margin: 7px 0px 1.5em 0px;
  font-size: 28px;
  font-weight: 400;
  font-family: 'Montserrat', 'Open Sans', 'Roboto';
  line-height: 0 !important;
  outline: none;
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.7) url(../images/select-box-indicator.gif) no-repeat 95% center;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: 8px;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  font-family: 'Montserrat', 'Open Sans', 'Roboto';
  line-height: 38px !important;
  outline: none;
  color: #f6f6f6;
  background: transparent;
}

.dropdown-toggle:focus {
  padding: 7px 14px;
}

.dropdown-toggle {
  position: relative;
  z-index: 1;
}

.dropdown-toggle:focus::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #005fcc;
  border-radius: 6px;
  animation: pulse-outline 0.4s ease-out 2s; /* <-- 2s delay */
  animation-fill-mode: forwards;
  z-index: -1;
}

.dropdown-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.5);
}

@keyframes pulse-outline {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.city-link-list {
  display: none;
  list-style: none;
  padding: 0 14px;
  margin: 16px 0 10px -15px;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #333;
  border-top: none;
  max-height: 283px;
  overflow-y: auto;
  z-index: 1000;
}

.city-link-list.open {
  display: block;
}

.city-link-list li {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
  border: 0 !important;
  border-bottom: 1px solid #333 !important;
  max-height: initial !important;
  margin: 0;
  padding: 0 !important;
}

.city-link-list li:first-child {
margin: 3px 0px 0px 0px !important;
}

.city-link-list li:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #f6f6f6;
}

.city-link-list a {
  display: block;
  padding: 27px 0 27px 0 !important;
  text-decoration: none;
  color: #f6f6f6;
  font-size: 18px !important;
  transition: background 0.2s;
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
}

.city-link-list a:hover {
  background-color: transparent;
}

.city-link-list a:visited, .city-link-list a:hover, .city-link-list a:active, .city-link-list a:link {
  color: #f6f6f6;
  text-decoration: none;
  cursor: pointer !important;
  border: 0 !important;
  border-bottom: initial !important;
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.city-link-list a:focus {
  outline: 2px solid #005fcc;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #f6f6f6 !important;
  border-radius: 3px !important;
  padding: 26px 0 26px 0 !important;
}

@media (max-width: 1550px) {

li { 
margin: 0 !important;
padding: 15px 0px 15px 0px !important;
}

li:first-child {
margin: 3px 0px 0px 0px !important;
}

}

@media (max-width: 800px) {

body {
height: 100%;
margin: auto;
padding: 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color: #f6f6f6;
/* Increase readability of fonts */
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
transition: background-color .5s; /* w3 */
-ms-overflow-style: none;  /* IE 10+ */
overflow-x: hidden;
overflow-y: auto;
}
	
#main-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.5);
width: 100%;
width: calc(100vw - 0px);
min-width: 100vw;
max-width: 100vw;
height: 100%;
min-height: 100vh;
max-height: auto;
border-radius: 0px;
padding: 30px 0px 50px 0px;
margin: auto;
text-align: center;
}

.dropdown-toggle {
  font-size: 20px;
}

.dropdown-toggle:focus::after {
  animation: pulse-outline 0.4s ease-out;
}

} /* End media query */

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 700px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	
#main-content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.5);
width: 100%;
width: calc(100vw - 0px);
min-width: 100vw;
max-width: 100vw;
height: 100%;
min-height: 100vh;
max-height: auto;
border-radius: 0px;
padding: 300px 0px 200px 0px;
margin: auto;
text-align: center;
}

}