
@font-face {
    font-family: 'Khalid Art bold';
    src: url('../../assets/fixed/fonts/Khalid Art bold.ttf');
}

@font-face {
    font-family: 'Adobe Arabic';
    src: url('../../assets/fixed/fonts/AdobeArabic-Regular.otf');
}

.pageTitle {
    font-family: Khalid Art bold;
    font-size: 35px;
    color: white;
    position: fixed;
    z-index: 999;
    left: -19%;
    top: 3.3%;
    width: 100%;
    direction: rtl;
}

.pageNo {
    font-family: Khalid Art bold;
    font-size: 40px;
    color: white;
    position: fixed;
    z-index: 999;
    left: 8.5%;
    top: 93.8%;
    width: 10%;
}

.pageNo2 {
    font-family: Khalid Art bold;
    font-size: 32px;
    color: white;
    position: fixed;
    z-index: 999;
    left: 8.5%;
    top: 95%;
    width: 10%;
}

.pageTitle > .span2 {
    color: #5BFFF7;
}



.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: .7;
}


.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -3;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 24px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li > a {
        font-family: 'Adobe Arabic';
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1;
        color: #333;
        white-space: pre-wrap;
        font-size: 30px;
        cursor: pointer;
        text-decoration: none;
        background-color: #f5f5f5;
        direction: rtl;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: 'Adobe Arabic';
    font-size: 25px;
    direction: rtl;
    text-align: right;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #ff5b0c;
    border-bottom: 5px solid #ff5b0c;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

.carousel-control.right, .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.fa-arrow-circle-o-left, .fa-arrow-circle-o-right {
    color: red;
}

.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    border: none;
    width: inherit;
    height: inherit;
}

.container {
    padding: 25px;
}

.page {
    padding: 0px;
    margin: 0px;
}

iframe {
    padding: 0px;
    margin: 0px;
    border: none;
    width: inherit;
    height: inherit;
}

.innerContent {
    position: relative;
    left: 1.2%;
    /*right: 10px;*/
    top: 23.5%;
    padding: 0px;
    margin: 0px;
}

.album {
    width: 870px;
    height: 565px;
}

.videos {
    left: 1.8%;
    top: 25.8%;
    position: fixed;
    width: 870px;
    height: 500px;
}

.videos_sm {
    left: 2.6%;
    top: 19.5%;
    position: fixed;
    width: 540px;
    height: 335px;
}

    .videos_sm .vjs-default-skin .vjs-big-play-button {
        left: 35%;
        top: 35%;
    }

.videos > video {
    width: inherit;
    height: inherit;
}


section {
    margin: 0 0 20px 0;
    text-align: center;
}

    section:last-child {
        margin-bottom: 0;
    }

    section > img {
        display: inline-block;
        font-size: 16px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
