@font-face {
    font-family: Samim;
    src: url('../fonts/samim.eot');
    src: url('../fonts/samim.eot@#iefix') format('embedded-opentype'),
    url('../fonts/samim.woff') format('woff'),
    url('../fonts/samim.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/samim-bold.eot');
    src: url('../fonts/samim-bold.eot@#iefix') format('embedded-opentype'),
    url('../fonts/samim-bold.woff') format('woff'),
    url('../fonts/samim-bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    margin: 0;
    font-family: Samim, Tahoma, serif !important;
    direction: rtl;
    font-size: 8pt;
    background: #ecf0f5;
}

a {
    text-decoration: none !important;
}

.shadow {
    position: absolute;
    z-index: 1;
    background: black;
    background-size: cover;
    opacity: .8;
    width: 100%;
    height: 100vh;
}

.search-box {
    width: 50%;
    margin: auto;
    display: table;
    padding-top: 30vh;
    position: relative;
    z-index: 2;
}

.search-box .introduce {
    color: white;
    opacity: .5;
    text-align: center;
    font-size: 50pt;
}

.ui-autocomplete {
    padding: 0;
    cursor: pointer;
    width: 50%;
    font-size: 11pt;
    height: 120px;
    border-top: 1px solid #c6c8ca;
    overflow-y: scroll;
    z-index: 3;
    background: white;
}

.ui-autocomplete li {
    list-style: none;
    font-family: Samim, Tahoma, serif;
    padding: 10px 10px 10px 10px;
}

.ui-autocomplete li:nth-child(odd) {
    background: #f9f9f9;
}

.ui-autocomplete li:nth-child(even) {
    background: white;
}

.search-box input {
    height: 55px;
    width: 100%;
    border-radius: 5px;
    border: 0;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #39bbb0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    margin-top: -45px;
    margin-left: 50px;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-box div.search {
    font-size: 30pt;
    border:0;
    color: #333333;
    position: absolute;
    left: 0;
    margin-top: -52px;
    margin-left: 10px;
    z-index: 9999;
}

.search-box-bg {
    background: url("../images/bg.jpg") no-repeat;
    background-color: black;
    background-size: cover;
    width: 100%;
    height: 100vh;
    direction: rtl;
}

@media (min-width: 250px) {
    .download-box ul li a h4 {
        width: 220px !important;
    }
}

@media (min-width: 400px) {
    .download-box ul li a h4 {
        width: 270px !important;
    }
}

@media (min-width: 576px) {

    .download-box ul li a h4 {
        width: 400px !important;
    }
}

@media (min-width: 768px) {
    .download-box ul li a h4 {
        width: 600px !important;
    }
}

@media (min-width: 992px) {
    .download-box ul li a h4 {
        width: 850px !important;
    }
}

.download-box {
    margin: auto;
    display: table;
    height: 600px;
    overflow: hidden;
    background: #ffffff;
}

a.introduce {
    display: table;
    margin: auto;
    color: #333333;
    font-size: 11pt;
}

.introduce a:hover {
    color: #17a2b8;
}

.download-box .title {
    display: table;
    width: 100%;
    direction: rtl;
    height: 60px;
    position: relative;
}

.download-box .title h2 {
    display: table;
    margin: 15px auto;
    font-family: Samim, Tahoma, serif;
    font-size: 15pt;
    color: #333333;
    padding: 0 10px;
}

.download-box ul {
    padding: 0;
    list-style-type: none;
}

.download-box ul h2 {
    font: 10pt Samim;
    display: inline-block;
    margin-bottom: 10px;
    text-align: right;
    color: #333333;
    float: right;
}

.download-box ul h2:nth-child(odd) {
    border-bottom: 2px solid #39bbb0;
}

.download-box ul h2:nth-child(even) {
    border-bottom: 2px solid #39bbb0;
}

.download-box ul li a {
    display: block;
}

.download-box ul li a:hover > h4, .download-box ul li a:hover > span.download {
    background: #f1f1f1;
}


.download-box ul li {
    display: block;
    margin: 0 0 10px;
    clear: both;
}

.download-box ul li a i {
    margin-top: 7px;
    font-size: 25pt !important;
}

.download-box ul li a span.download {
    float: left;
    width: 50px;
    height: 50px;
    background: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20pt;
    text-align: center;
    margin-right: 5px;
    color: #17a2b8;
}

.download-box ul li a h4 {
    font: 13px/50px Samim, Tahoma;
    color: #333333;
    direction: ltr;
    text-align: left;
}

.download-box ul li a h4 {
    font: 13px/50px Samim, Tahoma;
    color: #333333;
    direction: ltr;
    text-align: left;
}

.download-box ul li a h4 {
    margin: 0;
    font: 13px/50px Samim, serif;
    background: #fafafa;
    display: table;
    padding: 0 20px;
    color: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    direction: ltr;
    text-align: left;
}

.error-404 {
    color: #333333;
    text-align: center;
    font-size: 200pt;
}