
@font-face {
    font-family: 'yekan';
    src: url(../font/yekan.eot);
    src: url(../font/yekan.eot?1498913708#iefix) format('embedded-opentype'), url(../font/yekan.woff?1498913708) format('woff'), url(../font/yekan.ttf?1498913708) format('truetype');
    font-weight: normal;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
}

body {
    direction: rtl;
    width: 100%;
    background: #2d3033;
}

.main {
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    text-align: center;
    box-shadow: 0 0 5px #000;
    background: #282b2e;
    font-family: yekan;
    transition: 0.5s;
}

.banner {
    height: 350px;
    background: url("../img/bg-update.jpg") center no-repeat;
    background-size:cover;
    width: 100%;
    text-shadow:1px 1px 1px #000;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.banner img{
    margin-top:50px;
}

.filter {
    text-align: center;
    background: #35393c url(../img/splitter.png) repeat-x 0 100%;
    border-bottom: 1px solid #1d1f21;
    padding: 6px 40px 5px;
    font-size: 18px;
}

#spn-close {
    display: none;
}

#filter-btn {
    display:block;
    width:100%;
}

a {
    text-decoration: none;
    color: antiquewhite;
    transition: all .5s;
}

    a:hover {
        opacity: .5;
    }


.filter-box {
    box-shadow: 0 0 2px #000;
    display: block;
    float: right;
    width: 100%;
    background: #2d3033;
    padding: 10px 0;
    display: none;
}

    .filter-box .fa {
        position: absolute;
        top: 12px;
        right: 10px;
        transition: all .5s;
    }

.fa-circle {
    z-index: 2;
}

.fa-check-circle {
    z-index: 1;
}

.city-clicked .fa-circle {
    opacity: 0;
}

.fa-check-circle {
    color: forestgreen;
}

.filter-box ul {
    list-style: none;
}

.filter-box li {
    float: right;
    width: 33.3%;
}

.filter-box .city-btn {
    background: #46c5ec;
    padding: 5px;
    border-radius: 5px;
    margin: 7px 10px;
    text-align: right;
    padding-right: 32px;
    display: block;
    position: relative;
    color: #000 !important;
    font-size: 15px
}

.filter-box .city-clicked {
    background: #565656 !important;
}


.filter-box .city-btn:hover {
    opacity: 1 !important;
}

.content {
    float: right;
    width: 100%;
}

    .content ul {
        list-style: none;
        width: 100%;
    }

    .content > ul > li {
        text-align: right;
        padding: 20px 20px 20px 20px;
        color: #fff;
        border-bottom: 1px #444 solid;
        width: 100%;
        box-sizing: border-box;
    }

        .content > ul > li a {
            font-family: yekan,Tahoma;
        }

.tell {
    direction: ltr;
    display: inline-block;
}

@media screen and (max-width: 60em) {
    .main {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .banner {
        font-size: 22px !important;
    }
    .filter-box li {
        width: 50%;
    }
}
