﻿.top-nav-line {
    height: 49px;
    width: 990px;
    margin-left: 7px;
    background: blue;
    text-align: left;
    margin-bottom: 0px;
    background: #e9ebee;
    border-top: 7px solid #e9ebee;
}

    .top-nav-line > div {
        display: inline-block;
    }

.top-nav_top-cities {
    height: 42px;
    background: white;
    display: inline-block;
    width: 177px;
    min-width: 177px;
    margin-right: 0px;
    border-right: 1px solid #e9ebee
}

    .top-nav_top-cities > span {
        position: relative;
        font-size: 14px;
        font-family: 'Montserrat-Regular';
        background: url(/css/whiteLayout/images/nav/cities.png) 15px center no-repeat;
        background-size: 20px 22px;
        display: block;
        text-align: center;
        line-height: 42px;
        text-transform: uppercase;
        cursor: pointer;
        color: #000;
        font-weight: normal;
    }

        .top-nav_top-cities > span:after {
            content: '';
            display: block;
            right: 7%;
            top: 16px;
            border-top: 11px solid #cbc8c8;
            border-right: 8px solid transparent;
            border-bottom: 0px solid transparent;
            border-left: 8px solid transparent;
            position: absolute;
        }

    .top-nav_top-cities ul {
        z-index: 3;
        top: 42px;
    }

.top-nav-line .top-nav_city:not(:last-child) {
    border-right: 1px solid #e9ebee;
}

.top-nav-line .top-nav_city_miami a {
    width: 109px;
}
.top-nav-line  .top-nav_world a {
    width: 118px;
}
.top-nav-line .top-nav_city_los_angeles a {
    width: 164px;
}

.top-nav-line .top-nav_city_new_york a {
    width: 144px;
}

.top-nav-line .top-nav_city_chicago a {
    width: 134px;
}

.top-nav-line .top-nav_city_new_orlean a {
    width: 175px;
}

.top-nav-line .top-nav_city_paris a {
    width: 110px;
}

.top-nav-line .top-nav_city a,
.top-nav-line .top-nav_go-to a,
.top-nav-line .top-nav_go-to span {
    display: block;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    text-align: center;
    text-transform: uppercase;
    color: #000;
    line-height: 42px;
    font-weight: normal;
    padding-left: 45px;
    text-align: left;
}
    .top-nav-line .top-nav_city a.world-icon {
        background: #fff url('/css/whiteLayout/images/earth-icon.png') 11px center no-repeat;
        background-size: 24px;
    }
    .top-nav-line .top-nav_city a.sun-icon {
        background: #fff url('/css/whiteLayout/images/nav/sun.png') 11px center no-repeat;
        background-size: 24px;
    }

    .top-nav-line .top-nav_city a.film-icon {
        background: #fff url('/css/whiteLayout/images/nav/clapper.png') 11px center no-repeat;
        background-size: 21px;
    }

    .top-nav-line .top-nav_city a.apple-icon {
        background: #fff url(/css/whiteLayout/images/nav/apple.png) 12px center no-repeat;
        background-size: 23px;
    }

    .top-nav-line .top-nav_city a.cloud-icon {
        background: #fff url('/css/whiteLayout/images/nav/cloud.png') 11px center no-repeat;
        background-size: 24px;
    }

    .top-nav-line .top-nav_city a.theatre-icon {
        background: #fff url('/css/whiteLayout/images/nav/drama.png') 11px center no-repeat;
        background-size: 24px;
    }

    .top-nav-line .top-nav_city a.heart-icon,
    .top-nav-line .top-nav_city span.heart-icon {
        background: #fff url('/css/whiteLayout/images/nav/heart.png') 11px center no-repeat;
        background-size: 24px;
        padding-left: 50px;
    }

.top-nav-line .top-nav_go-to a,
.top-nav-line .top-nav_go-to span  {
    padding-left: 11px;
    cursor: pointer;
}

    .top-nav-line .top-nav_go-to a.fly-icon,
    .top-nav-line .top-nav_go-to span.fly-icon {
        background: #fff url(/css/whiteLayout/images/nav/plane.png) 107px center no-repeat;
        background-size: 24px;
    }

.top-nav-line .top-nav_go-to {
    width: 139px;
}
