﻿/* Banner Row */
.bn-row {
    max-height: 470px;
    overflow: hidden;
}

/*.bn-row img {
        max-width: 100%;
        width: 100%;
    }*/

/* Slider Style */
#slider-div {
    max-width: 100%;
    /*height: 420px;*/
    overflow: hidden;
}

#slider {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

    #slider ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        display: inline-block;
        float: left;
    }

        #slider ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            float: left;
            border: 0;
            display: inline-block;
        }

            #slider ul li img {
                border: 0;
                padding: 0;
                margin: 0;
                max-width: 100%;
                min-height: 100%;
            }

    #slider a {
        width: 45px;
        height: 45px;
        margin: 10px;
        position: absolute;
        top: 42%;
        outline: 0;
        opacity: 0.3;
        z-index: 100;
    }

        #slider a:hover {
            opacity: 1;
        }

#subuprev {
    left: 0;
    background: url("img/arrow_prev.png") no-repeat;
    cursor: pointer;
    position: relative;
}

#subunext {
    right: 0;
    background: url("img/arrow_next.png") no-repeat;
    cursor: pointer;
    position: relative;
}

#sliderBulet {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 20px;
    overflow: hidden;
}

    #sliderBulet > div {
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        border: 0;
        cursor: pointer;
        margin-right: 5px;
        float: left;
        background: url("img/bullet_grey.png") no-repeat;
        text-align: center;
    }

.bulletactive {
    background: url("img/bullet_yellow.png") no-repeat !important;
}

.slider-title {
    width: 60%;
    position: absolute;
    left: 60px;
    bottom: -100px;
    z-index: 2; /*background: url("black-dot.png");*/
    padding: 0px;
    font-family: IRANSans,Tahoma,Arial;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

/* Button Row */
.button-row {
    background: #F7F8FA;
    padding: 15px 0;
}

    .button-row .ui.orange.button {
        padding: 10px 25px;
        display: block;
        direction: rtl;
        font-size: 18px;
        line-height: 50px;
    }

.ui.button.orange i {
    font-size: 32px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    color: #0CB8B6;
    float: right;
}

/* Agahi Item */
a.agahi-item {
    margin-bottom: 19px;
    display: block;
    width: 100%;
    padding: 20px 30px;
    color: #666;
    text-align: right;
}

    a.agahi-item h3 {
        margin: 5px 0 5px;
        font-size: 16px;
    }

    a.agahi-item span {
        font-size: 12px;
        font-weight: 500;
    }

    a.agahi-item:last-child {
        margin-bottom: 0;
    }

    a.agahi-item.agahi-green {
        background: url("img/agahi-green.png") no-repeat center center;
        background-size: contain;
    }

        a.agahi-item.agahi-green h3 {
            color: #2FAA65;
        }

    a.agahi-item.agahi-yellow {
        background: url("img/agahi-yellow.png") no-repeat center center;
        background-size: contain;
    }

        a.agahi-item.agahi-yellow h3 {
            color: #EABE11;
        }

    a.agahi-item.agahi-blue {
        background: url("img/agahi-blue.png") no-repeat center center;
        background-size: contain;
    }

        a.agahi-item.agahi-blue h3 {
            color: #35A5DE;
        }

    a.agahi-item.agahi-red {
        background: url("img/agahi-red.png") no-repeat center center;
        background-size: contain;
    }

        a.agahi-item.agahi-red h3 {
            color: #C32B24;
        }

/* Featue Row */
.feature-item {
    display: block;
    color: #333;
    transition: all 0.5s;
    background: #fff;
    border: 1px solid #eeeeee;
}

    .feature-item:hover {
        background: #E82624;
        border: 1px #E82624 solid;
        color: #fff;
    }

.feature-icon {
    width: 80px;
    height: 80px;
    padding-top: 20px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
}

    .feature-icon span {
        font-size: 60px;
        color: #E82624;
    }

.feature-item:hover .feature-icon span {
    color: #FFF;
}

/* Music Style */
.music-row {
    margin-bottom: 15px;
    position: relative;
}

.music-pic {
    width: 80px;
    float: right;
    margin-left: 10px;
    position: relative;
}

    .music-pic img {
        max-width: 80px;
    }

.music-play {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.45);
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    top: 50%;
    right: 50%;
    margin: -20px -20px 0 0;
}

.music-info {
    float: right;
    font-size: 13px;
}

    .music-info h4, .music-info small {
        margin: 0 0 12px;
        display: block;
    }

    .music-info h4 {
        font-size: 13px;
    }

    .music-info span {
        font-weight: 500;
    }

.music-row .ui.basic.orange.button {
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px !important;
}

/* News Box */
.news-box {
}

@media(min-width:1200px) {
}

@media(max-width:1199px) {
}

@media(min-width:992px) and (max-width:1199px) {
    .button-row .ui.orange.button {
        padding: 25px 20px;
        font-size: 16px;
    }

    .ui.table {
        font-size: 12px;
    }

    .agahi-item {
        margin-bottom: 30px;
    }

    .news-list li {
        margin-bottom: 23px;
    }

        .news-list li:last-child {
            margin-bottom: 20px;
        }

        .news-list li a {
            font-size: 12px;
        }
}

@media(min-width:992px) {
    .feature-col {
        width: 20%;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .news-box {
        margin-bottom: 30px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .button-row .ui.orange.button {
        padding: 10px 15px;
        font-size: 15px;
    }

    .agahi-item {
        margin-top: 15px;
        margin-bottom: 0;
        width: 50%;
        float: right;
        padding: 0 10px;
    }

    .feature-row.mrg30T {
        margin-top: 10px !important;
    }

    .feature-item {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .body-content {
        padding: 0 0 30px;
        background: #FFF !important
    }
}

@media(max-width:767px) {
    .button-row {
        height: auto;
    }

        .button-row .ui.orange.button {
            padding: 25px;
            font-size: 16px;
            margin-bottom: 15px;
        }

    .button-row {
        padding: 30px 0 15px;
    }

    .agahi-item {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .feature-item {
        margin-bottom: 15px;
    }

    .news-row.mrg30T {
        margin-top: 15px !important;
    }

    .footer-row .col-sm-4, .footer-row .col-sm-3 {
        margin-bottom: 25px;
    }
}
