.pre-navbar-container .weather-container {
    float: left;
}
.pre-navbar-container .weather-container a {
    padding: 7px 20px;
    border-left: 2px solid #edeadf;
}
.weather-container a:before, .weather-container a:after {
    content: " ";
    display: table;
}
.weather-container a:after {
    clear: both;
}
.weather-container a .weather-icon img {
    display: block;
    height: 25px;
    width: auto;
}
.weather-container a .weather-text {
    margin-top: 3px;
    margin-left: 10px;
}
.weather-container a [class^="weather"] {
    float: left;
}
.weather-inner .climacon{
    color: #dba941;
    font-size: 27px;
    line-height: 10px;
    position: relative;
    top: 2px;
    -webkit-transition: all 680ms ease-in-out;
    -moz-transition: all 680ms ease-in-out;
    -o-transition: all 680ms ease-in-out;
    transition: all 680ms ease-in-out;
}
.weather-inner:hover .climacon{
    color: #0075C4;
}