.top-bar
{
    font-size: 16px;
    height: 55px;
    color: white;
    background-color: #00122f;
}
.top-bar h1
{
    font-size: inherit;
    font-weight: normal;
    line-height: 55px;
    display: inline;
    height: inherit;
}

.top-bar a
{
    text-decoration: underline;
    color: inherit;
}

.datetime
{
    line-height: 55px;
    float: right;
}

.header
{
    height: 65px;
    padding-top: 40px;
    color: #999;
}

.logo
{
    float: left;
}

.town-link
{
    float: left;
    margin-top: 12px;
    margin-left: 59px;
    padding-right: 20px;
    text-decoration: none;
    background-image: url("img/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 9px;
}

.town
{
    font-size: 16px;
    color: #0474bd;
    border-bottom: 1px dashed #0474bd;
}

.header-datetime
{
    float: left;
    margin-top: 12px;
    padding-left: 49px;
}
.header-time
{
    margin-left: 27px;
    padding-left: 25px;
    background-image: url("img/clock.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
}

.weather
{
    float: left;
    margin-top: 10px;
    margin-left: 31px;
    padding-top: 2px;
    padding-left: 39px;
    background-image: url("img/cloudy.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 29px;
}


.search
{
    float: right;
    margin-top: 0;
}

.search-field
{
    font-size: 13px;
    line-height: 18px;
    width: 320px;
    height: 45px;
    padding-left: 23px;
    opacity: .65;
    border: 0;
    border-radius: 23px;
    outline: none;
    background-color: #ebebeb;
}

.button-search
{
    position: absolute;
    width: 16px;
    margin-top: 12px;
    margin-left: -36px;
    opacity: .65;
    border: 0;
    outline: none;
    background: transparent;
    background-image: url("img/search.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
}

.horizontal-menu
{
    height: 50px;
}

.horizontal-menu ul
{
    padding: 0;
    list-style-type: none;
}

.horizontal-menu ul li
{
    display: inline-block;
}

.horizontal-menu ul li a
{
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-right: 40px;
    color: #000;
}

.horizontal-menu ul li a::before
{
    position: absolute;
    top: 50%;
    right: -25px;
    display: block;
    content: '/';
    transform: translateY(-50%);
    color: #bfbfbf;
}

.horizontal-menu ul li:last-child a:before
{
    display: none;
}
