#dropdownMenuClima{
    font-family: Tahoma,Arial,Verdana,Segoe,sans-serif;
    width: 302px;  
    background-color: #1fc772;
    left: -120px !important;
    top: 50px;
}


.link-dark {
    color: #0f0f0f;	
}
.link-dark:hover, .link-dark:focus {
    color: #e52225;
    text-decoration: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    a:active {
        background-color: transparent;
    }
}
strong {
    font-weight: 700;
}
small, 
.small {
    font-size: 85%;
}
sub, 
sup {
    font-size: 80%
}
.weathar-box{
    padding: 30px 0px;
}
.weathar-box .title-wb{
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 500;
}
.col-widget-3{  
    position: relative;	
    border-radius: 6px;
    padding: 5px 5px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.currentWeather{
    background: rgba(255, 255, 255, 0.09);
    margin-bottom: 10px;
}
.currentWeather h2{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    color: #ffffff;
}
.currentWeather h2 span{
    display: block;
    color: #ffffff;
}
.temp-desc{
    text-align: center;
}
.temp-desc h5{
    font-size: 16px;
    margin-bottom: 0px;
    color: #ffffff;
}
.temp-desc p{
    font-size: 11px;
    margin-bottom: 0px;
    color: #ffffff;
}
.icon-c{
    text-align: center;
}
.icon-c img{
    max-width: 60px;
}
.weatherforecast{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
    font-size: 0.8em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.day{
    background: rgba(255, 255, 255, 0.02);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}
.day.old-in{
    background: none;
}
.day .dayname{
    color: #ffffff;
    text-transform: capitalize;
    width: 41%;
    text-align: left;
}
.sm-day-icon{
    width: 35px;
    height: 35px;
}
.day .temps-day{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.sm-day-icon img{
    max-width: 35px;
    max-height: 35px;
}
.temps-day .temp-day{
    width: 50%;
}
.temps-day{
    display: flex;
}
.temps-day .temp-m-day{
    width: 50%;
}
.copyright.text-center{
    margin-top: 30px;
    margin-bottom: 0px;
    color: #ffffff;
}
.copyright.text-center a{
    color: #333333;
}
.copyright.text-center a:hover{
    color: #4b1248;
}
@media (min-width: 768px) and (max-width: 991px) {
/*    .col-widget-3{
        margin-bottom: 30px;
    }*/
    .currentWeather h2{
        margin-bottom: 5px;
    }
    .temp-desc{
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
/*    .col-widget-3{
        margin-bottom: 30px;
    }*/
    .currentWeather h2{
        margin-bottom: 5px;
    }
    .temp-desc{
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
/*    .col-widget-3{
        margin-bottom: 30px;
    }*/
}