﻿.paylas {
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

    .paylas img {
        width: 25px;
    }
.FlexContainer.flexTop {
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-direction: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}
@media screen and (max-width:480px) {
    .paylas img {
        width: 20px;
        margin-top: 4px;
    }
}

section.banner {
    margin: 2.5% auto 0;
    max-width: 816px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    max-height: 295.8px;
    width: 90%;
}

    .search--active + section.banner, section.banner.closed {
        max-height: 0;
        margin-top: 0;
    }

    section.banner .banner-close {
        position: absolute;
        z-index: 9999;
        width: 100%;
        text-align: right;
        max-width: 6vw;
        min-width: 39px;
        float: right;
        right: 0;
    }

        section.banner .banner-close button {
            border: 0;
            background: url(../img/bannerkapatSiyah.png) no-repeat;
            background-size: cover;
            height: 35px;
            width: 35px;
            transition: all .5s;
        }

.banner-open, .search--active + section.banner.finalform {
    display: none;
}

    .banner-open.temp {
        display: block;
        position: fixed;
        border: 0;
        background: url(../img/bannerkapatSiyah.png);
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 35px;
        width: 35px;
        transition: all 1.5s;
        z-index: 999999;
    }

        .banner-open.temp.go-right {
            background: url(../img/bannerac.png);
            background-repeat: no-repeat !important;
            background-size: contain !important;
            overflow: hidden;
        }

.go-right {
    right: 45px !important;
}

.go-top {
    top: 141px !important;
}

.fade .banner-open.temp.go-right {
    display: none;
}

.fade.active.in .banner-open.temp.go-right {
    display: block;
}

@media screen and (max-width:1650px) {
    .go-right {
        right: 28px !important;
    }

    .banner-open.temp {
        width: 30px;
        height: 30px;
    }

    .go-top {
        top: 121px !important;
    }
}

@media screen and (max-width:1199px) {
    .banner-open.temp, section.banner .banner-close button {
        height: 30px;
        width: 30px;
    }

    #search-results .nav-tabs li > a {
        padding: 7px 16px;
        font-size: 14px !important;
    }

    section#search .search-list-item .search-title {
        font-size: 15px !important;
    }

    section#search .search-list-item .search-details {
        font-size: 14px !important;
    }

    .go-right {
        right: 10px !important;
    }

    .go-top {
        top: 127px !important;
    }
}

@media screen and (max-width:767px) {
    .banner-open.temp, .go-right {
        right: 3px !important;
    }

    .middle .mycontainer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section#search.search--active #search-results .tab-content {
        height: 300px !important;
        max-height: none !important;
        padding-top: 5px;
    }

    #TabContent.tab-content > .tab-pane {
        display: block;
        opacity: 1;
        margin-bottom: 10px;
        margin-top: 7px;
    }

    section.content-changer {
        display: none;
    }

    section.banner {
        margin-top: 20px !important;
        max-height: none !important;
    }

    .banner-open.temp {
        height: 20px;
        width: 20px;
    }

    section#search {
        padding: 6px;
    }

        section#search.search--active #search-results, section#search.search--active #search-results ul {
            max-height: none !important;
            height: auto !important;
        }

    #search-results .nav-tabs li {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
    }

        #search-results .nav-tabs li > a {
            padding: 5px 2px;
            font-size: 14px !important;
            font-weight: 600;
        }

    #search-results .empty strong {
        font-size: 14px;
    }

    section#search.search--active #search-results ul a:after {
        content: none !important;
    }

    section#search .search-list-item .search-title {
        font-size: 16px !important;
    }

    section#search .search-list-item .search-details {
        font-size: 13px !important;
    }
}

.a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.banner-item {
    position: relative;
}

    .banner-item video {
        display: inline-block !important;
        max-width: 100%;
    }

.banner-facebook {
    width: 100px;
    position: absolute;
    right: 24px;
    bottom: 0;
}
