﻿body {
    font-family: IRANSansWeb;
    font-size: 12px;
    direction: rtl;
}

.item-details {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 16px 30px !important;
    background-color: linear-gradient(to bottom, transparent, #000) !important;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    text-shadow: 0 0 3px #000;
    bottom: 1em;
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.item-title {
    text-align: justify;
    margin: 0 !important;
    position: relative;
}

.headline {
    top: 0 !important;
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500 !important;
    font-size: 0.96em !important;
}

.thumbnail {
    min-height: 168px;
}

h3 {
    font-size: 16px !important;
}

.centerVH {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.image_header {
    /*display: flex;*/
    position: relative;
    z-index: 1;
    align-items: center;
    text-align: center;
    background-image: url("/content/images/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    padding-top: 75px;
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white !important;
    text-shadow: 2px;
}

.banner_content {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7%;
}


.dark_back {
    background-color: rgba(0, 0, 0, 0.5);
}

.Header_Image .search_box {
    position: relative;
}

.search_box {
    direction: rtl;
    margin: 15px 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 15px;
}

.Header_Image h2 {
    margin: 0 0 25px;
}

.Header_Image h2, .Header_Image p {
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
}

.search_box {
    width: 95%;
    padding: 15px;
    margin: 0px auto;
}

.link:hover {
    color: #1a46f3;
}
/* CSS link hover (green) */


@media(max-width:500px) {
    .arbitrator {
        width: 100%;
        padding: 15px;
        direction: rtl;
        margin: 5px auto;
        background-color: rgba(255,255,255, 0.1);
        border-radius: 5px;
    }

    .container {
        max-width: 100% !important;
    }

    .mbxs {
        margin-bottom: 10px;
    }
}

@media(max-width:450px) {
    .first-page-header {
        font-size: 15px;
    }

    .banner_content {
        padding: 0px;
    }
}

@media(max-width:900px) {
    .arbitrator {
        width: 100%;
        padding: 15px;
        direction: rtl;
        margin: 5px auto;
        background-color: rgba(255,255,255, 0.1);
        border-radius: 5px;
    }

    .container {
        max-width: 100% !important;
    }

    .mbxs {
        margin-bottom: 10px;
    }
}

.arbitrator {
    width: 50%;
    padding: 15px;
    direction: rtl;
    margin: 30px auto;
    background-color: rgba(255,255,255, 0.1);
    border-radius: 5px;
}
