@font-face {
    font-family: 'bahjat-contents';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidNaskh-Regular.eot);
    src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidNaskh-Regular.woff2) format('woff2'), url(../fonts/DroidNaskh-Regular.woff) format('woff'), url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: bahjat-Contents, Sans-Serif;
    direction: rtl;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #ebe8e3;
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
    background: url("../img/bg.jpg");
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: bahjat-contents, 'DroidKufi_bold', Sans-Serif !important;
    /*margin: 0 0 35px;*/
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
}

p {
    font-family: bahjat-contents, Sans-Serif;
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 100;
}

@media(min-width:767px) {
    p {
        /*margin: 0 0 35px;*/
        font-size: 16px;
        line-height: 1.6;
        font-weight: 100;
    }
}

a {
    color: #03b7ac;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #397583;
}

.light {
    font-weight: 100;
}

.intro {
    display: table;
    /*width: 100%;height: auto;*/
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat top center scroll;*/
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
    background-size: cover;
}


/*.intro:after {background-image: url('../img/shade.jpeg');height: 100%;width: 100%;position: absolute;left: 0;top: 0;content: '';z-index: -1;}*/

ul.countdown {
    direction: LTR;
    font: normal 12px 'Open Sans', sans-serif;
    color: white;
    margin-top: 20px;
    list-style: none;
    margin: 75px 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 80px;
    font-weight: 100;
    line-height: 80px;
}

ul.countdown li.seperator {
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}

ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}

.intro-body {
    display: table-cell;
    vertical-align: bottom;
}

.brand-heading {
    font-size: 20px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .brand-heading {
        font-size: 80px;
    }
    .intro-text {
        font-size: 30px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 9px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

h4.brand-heading {
    margin-top: 100px;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.content-section {
    padding-top: 20px;
}


/*.download-section {width: 100%;padding: 50px 0;color: #fff;background: url(../img/downloads-bg.jpg) no-repeat center center scroll;background-color: #000;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;}*/

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 10px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: bahjat-contents, Sans-Serif;
    font-weight: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #03b7ac;
    color: #03b7ac;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #03b7ac;
    outline: 0;
    color: #000;
    background-color: #03b7ac;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
    color: #222;
    font-family: bahjat-contents, sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

.button:hover {
    background-color: #8CF;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.button:active,
.button.is-checked {
    background-color: #28F;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
}


/* ---- isotope ---- */


/*.isotope {border: 1px solid #333;}*/


/* clear fix */

.isotope:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .element-item ---- */

.element-item {
    position: relative;
    float: right;
}

.element-item > * {
    margin: 0;
    padding: 0;
}

.element-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}

.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px;
}

.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px;
}

.element-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: url("../img/brdr4.png") 17 16 17 16 round round;
    border-style: solid;
    border-width: 9px;
    color: #222;
    cursor: pointer;
    float: right;
    height: 150px;
    margin: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
    width: 220px;
    word-wrap: break-word;
}

.eslimi {
    border-image: none;
}

.tile-content {
    width: 100%;
    height: 100%;
}

.tile-content .icon {
    background: rgba(69, 69, 69, 0.53) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 65px;
    height: 65px;
    padding: 8%;
    width: 65px;
    margin: 15px 0px 0px 0px;
}

.entry-tags .tag {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: url("../img/brdr2.png") 15 15 15 15 round round;
    border-style: solid;
    border-width: 15px;
    display: inline-block;
    margin: 1px;
}

.video-image-container {
    float: right;
/*    width: 170px;*/
    padding: 15px;
}
.video-title {
    padding: 15px;
}
.video-image {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: url("../img/brdr1.png") 13 13 13 13 round round;
    border-style: solid;
    border-width: 16px;
    display: block;
    width: 100%;
}

.separator2 {
    background: rgba(0, 0, 0, 0) url("../img/bg-hashor.gif") repeat scroll 0 0;
    clear: both;
    height: 75px;
    margin: 20px 0;
    width: 100%;
}

.separator1 {
    background: rgba(0, 0, 0, 0) url("../img/tz02.png") no-repeat scroll center top;
    clear: both;
    height: 90px;
    margin: 50px 0;
    width: 100%;
}

.variable-sizes .width2 {
    width: 445px;
}

.variable-sizes .height2 {
    height: 305px;
}

.variable-sizes .width3 {
    width: 670px;
}

.variable-sizes .height3 {
    height: 460px;
}

.element-item .title {
    text-align: right;
    width: 100%;
    max-height: 75px;
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    font-size: 100%;
    /* background: url('img/bg-tile.png') repeat-x; */
    background: rgba(0, 0, 0, 0.66);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
    -ms-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
}

.element-item:hover .title {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0s;
    -ms-transition: opacity 0.25s ease-in-out, visibility 0s;
    -o-transition: opacity 0.25s ease-in-out, visibility 0s;
    transition: opacity 0.25s ease-in-out, visibility 0s;
}

.title h1 {
    color: white;
    font-size: 100%;
    line-height: 150%;
}

.title h1 a {
    color: white !important;
}

.tile-content img {
    width: 100%;
    height: 100%;
}

.eslimi-tile {
    background: url("../img/gol-kashi.png") center;
    background-repeat: no-repeat;
    width: 135px;
    height: 135px;
    margin: 0px auto;
}


/* add by amin */

.row.mid-content {
    margin-left: 0px !important;
}

.row.bottom-content {
    margin-left: 0px !important;
}

a {
    color: #75460C !important;
    text-decoration: none !important;
}

.news-list {
    border-bottom: 1px solid #D9C69C;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

.news-list:hover {
    background-color: beige;
}
.news-list .row {
    margin-left: 0px;
}

.tag:hover {
    background-color: beige;
}


/*.entry-tags:hover {background-color: beige;}*/

.smallSubtitle {
    color: #003177;
    font-size: 8pt;
    margin-top: 0px !important;
    padding-top: 10px !important;
    padding-right: 15px;
    line-height: 15px;
}

.news-title {
    font-size: 14px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-right: 15px;
    line-height: 40px;
}

.video-title .news-title {
    padding-right: 0px;
}

.video-title .smallSubtitle {
    padding-right: 0px;
}

/*
.col-md-8.col-sm-8.video-title {
    margin: 15px -8px;
}
*/

.row.footer-content {
    margin-left: 0px;
}

.copyright {
    min-height: 150px !important;
    color: rgb(171, 171, 171);
    text-align: right;
    font-size: 8pt;
    padding: 20px 5% 0px 0px;
}

.copyright a.ico-social {
    border: 1px solid #dedede;
    padding: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

.copyright {
    background: url("../img/footer.jpg") 50% 0% no-repeat rgb(41, 41, 41);
    background-size: contain;
}

.copyright .ico-telegram {
    background: url(../img/ico-telegram.png) no-repeat top center;
    width: 100%;
    height: 100%;
}

.copyright .ico-aparat {
    background: url(../img/ico-aparat.png) no-repeat top center;
    width: 100%;
    height: 100%;
}

.copyright .ico-insta {
    background: url(../img/ico-insta.png) no-repeat top center;
    width: 100%;
    height: 100%;
}

.copyright .ico-cloob {
    background: url(../img/ico-cloob.png) no-repeat top center;
    width: 100%;
    height: 100%;
}

.block-title {
    background: url(../img/tz04.png) repeat-x top center;
    text-align: center;
    line-height: 60px;
    min-height: 60px;
    font-size: 11pt;
    color: #D7A220;
    font-weight: bold;
}

@media (max-width: 700px) {
    .variable-sizes .width3 {
        width: 445px;
    }
}

@media (max-width: 480px) {
    .element-item {
        width: 144px !important;
        height: 98px !important;
        margin: 0 3px 3px 0 !important;
    }
    .height2 {
        height: 199px !important;
    }
    .width2 {
        width: 291px !important;
    }
    .width2.height2,
    .width3.height2 {
        height: 199px !important;
        width: 291px !important;
    }
}

#options {
    background: rgba(0, 0, 0, 0) url("../img/tileMenuBg.png") no-repeat scroll center top;
    margin: 0 auto;
    max-width: 1120px;
    min-height: 90px;
    padding: 33px 125px 15px 20px;
    width: 100%;
    margin-top: 30px;
}

#options ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#options li {
    float: right;
    margin: 0 5px 3px 0;
}

#filters {
    float: right;
}

#options li a {
    color: #202020 !important;
    display: block;
    font-family: bahjat-contents;
    font-size: 8pt;
    line-height: 1.35;
    padding: 0.35em 0.9em;
    text-decoration: none;
}

#filters li a.selected,
#filters li a:hover {
    background-color: #F06543 !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 12px;
}

#options #toggle-sizes a.toggle-selected:first-child {
    background-position: left bottom;
}

#options #toggle-sizes a.toggle-selected {
    background-position: left top;
}

#options #toggle-sizes a:first-child {
    background: transparent url("../img/change-view.png") no-repeat scroll right bottom;
    height: 18px;
    padding: 0 !important;
    text-indent: -9999px;
    width: 28px;
}

#etc {
    float: left;
}

#options #toggle-sizes a {
    background: transparent url("../img/change-view.png") no-repeat scroll right top;
    float: right;
    height: 18px;
    margin-left: 20px;
    margin-top: 3px;
    padding: 0 !important;
    text-indent: -9999px;
    width: 28px;
}

.carousel-inner img {
    width: 100% !important;
    height: auto !important;
}

.tile-content h1 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.variable-sizes .tile-content h1 {
    font-size: 18px;
}

#mCSB_1_container {
    /*    background-color: #E6E3CF;*/
}

.mCustomScrollBox {
    position: absolute;
    overflow: hidden;
    height: 90%;
    max-width: 95%;
    outline: 0;
    direction: ltr;
    margin: 15px 10px 0px 0px;
}

#mCSB_1_container p {
    text-align: justify;
    line-height: 150%;
    padding: 10px 10px 10px 0px;
    font-size: 10.5pt;
}

#mCSB_1_container h1 {
    font-size: 15pt;
    text-align: center;
    margin-right: 10px;
}

#mCSB_1_container a {
    color: black!important;
}

.mCustomScrollbar {
    background: #E6E3CF;
}


/*.variable-sizes .height2 .width{padding-top: 25%;}*/

i.fa.fa-angle-double-down.animated {
    font-size: 60px;
    width: 100%;
    text-align: center;
    bottom: 40px;
    color: white;
    /* opacity: 0.8; */
    /* position: absolute; */
}

a.btn.btn-circle {
    border: 2px solid white;
    border-radius: 5px;
    cursor: pointer;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.38);
    margin-bottom: 30px;
}

.selLang {
    position: absolute;
    top: -1000px;
    right: 7%;
    background: white;
    min-width: 150px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #dedede;
    box-shadow: 1px 1px 0px #686868;
    font-size: 11pt;
    font-family: bahjat-Contents;
}

.selLang li {
    text-align: center;
    padding: 6px 0px;
}

.selLang ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.selLang li:last-child {
    border-top: 1px solid #dedede;
}

.navbar-header {
    float: right !important;
}

.navbar-nav {
    margin: 10px !important;
    direction: rtl !important;
    font-family: bahjat-contents;
}

.navbar-default .fa {
    padding-left: 5px;
}

.dropdown-menu {
    left: inherit !important;
    right: 0 !important;
    float: right!important;
    text-align: right!important;
}

.navbar-default {
    background: #E6E6E6 url(../img/tz03.png) bottom center no-repeat !important;
    padding-bottom: 10px !important;
}

.navbar-nav>li {
    float: right !important;
}

.nav > li > a {
    padding: 10px 8px !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333!important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > li > a {
    color: #777!important;
}

.navbar-brand {
    visibility: hidden!important;
    display: none!important;
}

.entry-tags .tag {
    font-family: bahjat-Contents;
}

.isotope-row {
    padding-right: 10px;
}
.element-item a {
    color: #FFF!important;
}
.anare {
    padding-top: 20px;
}

/*video player style*/
.video-js .vjs-big-play-button {
    width: 60px;
    top: 40%;
    left: 45%;
    -webkit-border-radius: 1.3em;
    -moz-border-radius: 1.3em;
    border-radius: 1.3em;
    font-size: 4em;

}
.align-left{text-align:left !important;}
.align-center{text-align:center !important;}
.align-right{text-align:right !important;}

/*Audio player style*/
.mejs-container {
    position: relative;
    background: #adabb5;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
/** dar file style vojod darad
.mejs-container.mejs-audio:before {
    width: 28px;
    height: 43px;
    background: url('../img/player-left.png') no-repeat top center;
    content: "";
    left: -28px;
    position: absolute;
}

.mejs-container.mejs-audio:after {
    width: 28px;
    height: 43px;
    background: url('../img/player-right.png') no-repeat top center;
    content: "";
    right: -28px;
    position: absolute;
}

**/
.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica,Arial;
    border: 0;
}
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0px 10%;
    padding: 0;
    bottom: 0;
    /* left: 0; */
    /* background: url(../img/mejs/background.png); */
    background: #adabb5;
    background: #adabb5;
    background: #adabb5;
/*
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
*/
    background: #adabb5;
    height: 30px;
    width: 80%;
}


.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 10px 5px;
}

@media (min-width: 480px) {
.mejs-audio {
    width: 150px!important;
}

.variable-sizes .mejs-audio {
    width: 345px!important;
}
}
    
@media (max-width: 480px) {
    .mejs-audio {
    width: 254px!important;
    margin-top: -33px;
    height: 50px!important;
    /* padding: 0px; */
}

.mejs-horizontal-volume-slider {
    visibility: hidden;
    display: none;
}

.mejs-button.mejs-volume-button {
    display: none;
    visibility: hidden;
}

    
}



/* Responsive Improvements */

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block !important;
        float: none !important;
    }
    .navbar .navbar-collapse {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .intro {
        padding: 0;
        width: 100%;
        height: 100vh;
        margin: 0px;
    }
}

@media (max-width: 1420px) {
    /*.navbar-nav {margin: 0 -3% 10px !important;}*/
}

@media (max-width: 1200px) {
    #options {
        padding: 25px 127px 15px 23px;
        margin-top: 30px;
        background-size: contain;
    }
}

@media (max-width: 990px) {
    .page-scroll {
        visibility: hidden;
    }
    #options {
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 889px) {
   
}

@media (max-width: 767px) {
     .navbar-default {
        background: #E6E6E6 !important;
    }
/*
    .video-image-container {
        visibility: hidden;
        display: none;
    }
*/
    .news-list .row {
    padding: 0px 25px;
}
    .video-image img {
    width: 100%;
    height: auto;
}
    .video-title {
    text-align: center;
    padding: 0px;
}
}

@media (max-width: 660px) {}

@media (max-width: 590px) {}

@media (max-width: 480px) {
    .eslimi-tile {
        width: auto;
        height: 100%;
        background-size: contain;
    }
    .tile-content .icon {
        border-radius: 40px;
        height: 40px;
        padding: 6%;
        width: 40px;
        margin: 8px 0px 0px 0px;
    }
    .fa-2x {
        font-size: 1.2em;
    }
}

@media (max-width: 450px) {}

@media (max-width: 320px) {}