﻿
@media only screen and (min-width: 1300px) {
    .swiper {
        width: 86%;
        height: 96% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .swiper {
        width: 81%;
        height: 95% !important;
    }
}

@media only screen and (min-width: 1580px) {
    .swiper {
        width: 60%;
        height: 96% !important;
    }
}

@media only screen and (min-width: 1614px) {
    .swiper {
        width: 68%;
        height: 88% !important;
    }
}

@media only screen and (min-width: 2500px) {
    .swiper {
        width: 44%;
        height: 50% !important;
    }
}

.swiper {
    top: 30px;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-button-prev .swiper-button-next {
    position: fixed !important;
}

.swiper-slide {
    text-align: right;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 40px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 5px;
}

.btn-default {
    background-color: #223a73;
}

.color-default {
    background-color: #223a73 !important;
    color: #ffffff;
    border: 1px solid #223a73 !important;
}

    .color-default:hover {
        color: #ffffff !important;
    }

#colmd3 {
    flex: 0 0 25%;
    max-width: 27%;
}



.btn-f {
    min-height: 25px !important;
    padding: 4px 13px !important;
    font-weight: normal;
    font-size: inherit;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    top: 0px;
    outline: none;
    position: relative;
    display: inline-block;
    *
                display: inline;
    *
                zoom: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 1.428571429;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6e7d84 !important;
    background-color: #eaeced;
    border-radius: 1px;
    border: 1px solid #b2bbbf;
    border-top-color: #bbc3c6;
    border-right-color: #bbc3c6;
    border-bottom-color: #aab4b8;
    border-left-color: #aab4b8;
    -webkit-transition: all 0.10s linear 0s;
    transition: all 0.10s linear 0s;
    font-size: 13px !important;
    white-space: nowrap;
    word-wrap: inherit;
    font-family: IRANSans !important;
}

.title-main {
    line-height: 1.7;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #223a73 !important;
}

.title-else {
    line-height: 1.7;
    font-size: 13px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #aab4b8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

    .dropdown-content a {
        color: #223a73;
        padding: 10px 0px 10px 10px;
        display: block ruby;
    }

@media only screen and (min-width: 1200px) {
    .contenttag {
        min-width: 800px;
        max-width: 800px;
    }

    .colmd5 {
        max-width: 38.1%;
    }

    .artistimg {
        min-width: 200px !important;
        min-height: 200px !important;
        max-width: 200px !important;
        max-height: 200px !important;
    }

    .colmd1 {
        max-width: 5.333%;
    }
}

@media only screen and (max-width: 1200px) {
    .btn-f {
        min-width: 70px !important;
        font-size: 11px !important;
    }

    .colmd5 {
        max-width: 30.667%;
    }
}

.dropdown:hover .dropdown-content {
    display: block;
}
