﻿.body-content {
    font-size: 14px;
    background: #F7F8FA !important;
}

.ui.segment address {
    font-size: 14px;
    margin-bottom: 15px;
}

/* FIlter Box */
.filter-box {
    background: #bcd4e663;
    border: 1px solid #bcd4e663;
    padding: 20px;
    border-radius: 5px;
}

    .filter-box .fields {
        margin-bottom: 0 !important;
    }

/* News */
.segment h1 {
    font-size: 18px;
}

.segment p {
    font-size: 14px;
    line-height: 180%;
}

.news-toolbar {
    font-size: 13px;
    color: #999;
}

    .news-toolbar small {
        font-size: 12px;
    }

/* Question */
.question-row {
    border: 1px #e7e7e7 solid;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}

    .question-row h2, .question-row h3 {
        margin: 0;
        font-size: 18px;
    }

    .question-row p {
        margin-bottom: 0;
    }

/* Music Bar */
.music-bar {
    height: 50px;
    position: fixed;
    bottom: -50px;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.95);
    z-index: 1000;
    text-align: center;
    box-shadow: 0 -3px 5px rgba(0,0,0,0.15);
    padding-top: 7px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: bottom 1s;
}

    .music-bar .audiojs {
        background: none;
        box-shadow: none;
        margin: 0 auto;
    }

.audiojs .play-pause {
    width: 40px;
    text-align: center;
}

.close-bar {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    z-index: 1001;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F85319;
    line-height:33px;
    text-align:center;
    font-weight:500
}

/* Gallery */
img {
    max-width: 100%;
    vertical-align: bottom;
}

.gallery-box {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}

    .gallery-box .brick {
        margin-bottom: 30px;
    }

        .gallery-box .brick img {
            -moz-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .gallery-box .brick:hover img {
            opacity: .75;
        }

    .gallery-box.bordered {
        -moz-column-rule: 1px solid #eee;
        -webkit-column-rule: 1px solid #eee;
        column-rule: 1px solid #eee;
        -moz-column-gap: 50px;
        -webkit-column-gap: 50px;
        column-gap: 50px;
    }

        .gallery-box.bordered .brick {
            padding-bottom: 25px;
            margin-bottom: 25px;
            border-bottom: 1px solid #eee;
        }

    .gallery-box.gutterless {
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

        .gallery-box.gutterless .brick {
            margin-bottom: 0;
        }


@media only screen and (min-width: 1024px) {
    .gallery-box {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .gallery-box {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/* Music Style */
.music-row {
    margin-bottom: 25px;
    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;
}

/* Vertical Accordion */
.ui.vertical.menu {
    width: 100%;
    font-family: IRANSans, Tahoma;
    text-align: right;
}

.ui.accordion.menu .item .title {
    font-family: IRANSans, Tahoma;
    font-size: 16px;
}

.ui.accordion.menu .form-rtl .ui.checkbox label, .ui.accordion.menu .form-rtl .ui.radio label {
    padding-right: 5px;
    line-height: 150%;
}

.ui.accordion.menu .grouped.fields {
    padding-right: 30px;
}

/* Teacher Card List */
.ui.card > .content > .header, .ui.cards > .card > .content > .header {
    font-family: IRANSans, Tahoma !important;
    margin-bottom: 10px;
}

.ui.card .meta, .ui.cards > .card .meta {
    color: #666 !important;
}

/* Responsive: Portrait tablets and up */
@media(min-width:1200px) {
    .gallery-item img {
        max-height: 245px;
    }
}

@media(max-width:1199px) {
}

@media(min-width:992px) and (max-width:1199px) {
    .gallery-item img {
        max-height: 195px;
    }
}

@media(max-width:991px) {
}

@media(min-width:768px) and (max-width:991px) {
    .gallery-item img {
        max-height: 195px;
    }
}

@media screen and (min-width: 768px) {
    .gallery-box .row {
        padding-left: 15px;
    }

    .gallery-box .col-md-3.col-sm-4 {
        padding-left: 0;
    }
}

@media(max-width:767px) {
}

@media(max-width:480px) {
}
