
.top_info_line {
  width: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #4a4a4a;
}
.top_info_line.weather {
  margin-top: 10px;
  margin-bottom: 0px;
}
.top_currency_weather {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_weather_gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.top_currency_gr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_weather_block {
  width: 22%;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.top_weather_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.top_weather_num {
  margin-top: 2px;
  margin-right: 2px;
  font-size: 20px;
  line-height: 22px;
}

.top_weather_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_weather_list {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.top_weather_list.w--open {
  padding-bottom: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #b9dee7;
}

.top_weather_toggle {
  display: block;
  margin-top: 24px;
  padding: 6px 16px 8px 7px;
  border-radius: 3px;
  background-color: #b9dee7;
  background-image: url('../images/ar_bot_blue.svg');
  background-position: 94% 50%;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: 600;
}

.top_weather_toggle.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/ar_top_blue.svg');
  background-position: 94% 45%;
}

.top_weather_link {
  padding: 5px 8px;
  font-weight: 600;
}

.curerency_info_gr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.currency_id {
  margin-right: 4px;
  margin-left: 4px;
  text-align: center;
}

.currency_up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.currency_down {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}



img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}


#weather_box .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

#weather_box .w-dropdown-btn,
#weather_box .w-dropdown-toggle,
#weather_box .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

#weather_box .w-dropdown-toggle {

    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

#weather_box .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

#weather_box .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

#weather_box .w-dropdown-list.w--open {
    display: block;
}

#weather_box .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

#weather_box .w-dropdown-link.w--current {
    color: #0082f3;
}

.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.0rem;
line-height: 1.5;
border-radius: .3rem;
}

#weather_box select {
	-moz-appearance: inherit;
	-webkit-appearance: listbox !important;
}

@media (max-width: 640px) {
  .top_currency_weather, #weather_box {display: none !important;}
}