

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0!important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        /*max-width: 540px;*/
    }
}

@media (min-width:768px) {
    .container {
        /*max-width: 720px;*/
    }
}

@media (min-width:992px) {
    .container {
        /*max-width: 960px;*/
    }
}

@media (min-width:1200px) {
    .container {
        /*max-width: 1140px;*/
    }
}

.col-12,
.col-sm-6,
.col-md-4,
.col-lg-4,
.col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-select {
        transition: none;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active {
    display: block;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important;
    }
}

@media (min-width:992px) {
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}

@media (min-width:576px) {
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: left!important;
    }
}

.float-right {
    float: right!important;
}

.position-relative {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.w-100 {
    width: 100%!important;
}

.m-0 {
    margin: 0!important;
}

.mr-1 {
    margin-right: .25rem!important;
}

.mb-1 {
    margin-bottom: .25rem!important;
}

.ml-1 {
    margin-left: .25rem!important;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.ml-2 {
    margin-left: .5rem!important;
}

.mr-3 {
    margin-right: 1rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.p-0 {
    padding: 0!important;
}

.pr-0 {
    padding-right: 0!important;
}

.pt-1 {
    padding-top: .25rem!important;
}

.py-2 {
    padding-top: .5rem!important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important;
}

.pl-2 {
    padding-left: .5rem!important;
}

.px-3 {
    padding-right: 1rem!important;
}

.pb-3 {
    padding-bottom: 1rem!important;
}

.px-3 {
    padding-left: 1rem!important;
}

.pt-4 {
    padding-top: 1.5rem!important;
}

.pt-5 {
    padding-top: 3rem!important;
}

@media (min-width:576px) {
    .pb-sm-0 {
        padding-bottom: 0!important;
    }
    .pr-sm-5 {
        padding-right: 3rem!important;
    }
    .pl-sm-5 {
        padding-left: 3rem!important;
    }
}

.text-justify {
    text-align: justify!important;
}

.text-right {
    text-align: right!important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none!important;
        box-shadow: none!important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    .container {
        min-width: 992px!important;
    }
}

.oi {
    position: relative;
    top: 1px;
    display: inline-block;
    speak: none;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oi:empty:before {
    width: 1em;
    text-align: center;
    box-sizing: content-box;
}

.oi-camera-slr:before {
    content: '';
}

.oi-chevron-bottom:before {
    content: '';
}

.oi-chevron-left:before {
    content: '';
}

.oi-chevron-right:before {
    content: '';
}

.oi-clock:before {
    content: '';
}




ul {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}

a,
a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ff8000;
}

@media (min-width:576px) {
    .container {
        /*max-width: 540px!important;*/
    }
}

@media (min-width:768px) {
    .container {
        /*max-width: 720px!important;*/
    }
}

@media (min-width:992px) {
    .container {
        /*max-width: 986px!important;*/
    }
}

@media (min-width:1300px) {
    .container {
        /*max-width: 1200px!important;*/
    }
}

.photo-box .container {
    background: #181818;
    font-family: irsans-bold;
}

.photo-header {
    padding-right: 50px!important;
    padding-left: 50px!important;
}

    .photo-header > div:first-child {
        border-top: 1px solid #696969;
        border-bottom: 1px solid #696969;
        color: #fff;
        flex-flow: row-reverse;
    }

.photo-header .menu li {
    display: inline;
    margin-left: 15px;
    font: 14px irsans;
}

.photo-header a {
    color: #fff;
}

.photo-header .menu-selected a {
    color: #f0af00!important;
}

.photo-header .menu a:hover {
    color: #f94100!important;
}

.photo-header .archive div select {
    font: 16px irsans;
}

.photo-header .archive .oi-chevron-bottom {
    color: #f0af00!important;
    font-size: 12px;
}

.photo-header .archive .submit {
    color: #fff;
    background: none!important;
    border: none!important;
    font: 16px irsans;
    cursor: pointer;
}

.carousel {
    padding: 30px 36px 40px 36px;
}

.carousel .carousel-item a img {
    max-height: 471px;
}

.carousel-caption {
    right: auto!important;
    left: 0!important;
    bottom: 0!important;
}

.carousel-indicators {
    top: 10px!important;
    left: 0!important;
    right: auto!important;
    height: 10px!important;
}

.carousel-indicators li {
    background-color: #ffdab4;
}

.carousel-indicators .active {
    background-color: #ff8000!important;
}

.carousel-caption a span {
    font-size: 16px;
    color: #fff;
}

.carousel-caption p,
.carousel-caption .photographer,
.carousel-caption .publish-time {
    font: 14px irsans;
    color: #9c9c9c;
}

.news {
    margin-right: 35px!important;
    margin-left: 35px!important;
}

.news .title {
    border-top: 1px solid #696969;
}

.news .title span {
    font: 20px irsans-bold;
    color: #f0af00;
    margin-top: -20px;
    background: #181818;
}

.news .caption {
    background: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, 1) 100%);
    font: 16px irsans-bold;
    color: #fff;
    right: 0;
    bottom: 0;
    min-height: 70px;
    display: none;
}

.news .item:hover .caption {
    display: flex;
}

.news .caption .desc {
    font-size: 13px!important;
}

.border-bottom {
    border-bottom: 1px solid #696969!important;
}

.paging-box {
    background: #181818!important;
}

.slick-track-bar,
.slick-track-bar>div div,
.slick-track-bar>div {
    background: #bbb!important;
}

.slick-track-bar>div div {
    padding-bottom: 8px!important;
}

#currPage div {
    background: #ee6401!important;
}

.prev .oi,
.next .oi {
    top: 12px!important;
}

.slick-prev,
.slick-next {
    position: relative!important;
    right: 0!important;
    left: 0!important;
}

.custom-select {
    background: none!important;
    color: #fff!important;
    padding: 0!important;
    text-align: center!important;
    height: 23px!important;
    border: none!important;
}

.custom-select option {
    color: #000!important;
    padding: 0 10px!important;
}

@media (max-width:360px) {
    .photo-header .archive {
        width: 100%!important;
    }
}

@media (max-width:570px) {
    .photo-header,
    .news,
    .carousel {
        padding-right: 10px!important;
        padding-left: 10px!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }
}

@media (max-width:991px) {
    .news .caption {
        position: relative!important;
        display: flex!important;
        font-size: 14px!important;
    }
}

@media (max-width:991px) {
    .carousel-caption {
        position: relative!important;
    }
}

.carousel>.carousel-inner {
    direction: ltr!important;
}

.carousel>.carousel-inner * {
    direction: rtl!important;
}

.paging-box {
    padding: 50px 0;
    background: #fff;
}

.paging {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 43px;
    background: none;
    -ms-border-radius: 4px;
    border-radius: 4px;
    direction:ltr;
}

.prev,
.next {
    width: 23px;
    background: #bababa;
    height: 43px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    font-size: 20px;
}

.prev {
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    right: 0;
}

.next {
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    left: 0;
}

.prev .oi,
.next .oi {
    top: 8px;
    left: 5px;
}

.prev :hover,
.next :hover {
    cursor: pointer;
}

.slick-bar {
    float: right;
    overflow: hidden;
    height: 43px;
    position: absolute;
    right: 22px;
}

.slick-track-bar {
    float: right;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slick-track-bar>div {
    float: right;
    width: 35px;
    height: 43px;
    background: #e6e6e6;
    border-left: 1px solid #959595;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.slick-track-bar>div div {
    color: #000;
    font: normal 19px yekan;
    text-align: center;
    padding: 6px 0 5px 0;
}

#currPage {
    background: #ee6401;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev::before,
.slick-next::before {
    color: #f0af00!important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}


/*! CSS Used fontfaces */

@font-face {
    font-family: 'Icons';
    src: url("../fonts/open-iconic.eot");
    src: url("../fonts/open-iconic.eot#iconic-sm") format("embedded-opentype"), url("../fonts/open-iconic.woff") format("woff"), url("../fonts/open-iconic.ttf") format("truetype"), url("../fonts/open-iconic.otf") format("opentype"), url("../fonts/open-iconic.svg#iconic-sm") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'irsans-bold';
    src: url('../fonts/iransansweb_bold.eot') format('embedded-opentype'), url('../fonts/iransansweb_bold.ttf') format('truetype'), url('../fonts/iransansweb_bold.woff') format('woff'), url('../fonts/iransansweb_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'irsans';
    src: url('../fonts/iransansweb.eot') format('embedded-opentype'), url('../fonts/iransansweb.ttf') format('truetype'), url('../fonts/iransansweb.woff') format('woff'), url('../fonts/iransansweb.woff2') format('woff2');
}

@font-face {
    font-family: yekan;
    src: url('../fonts/yekan.eot') format('embedded-opentype'), url('../fonts/yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

body {
    direction: rtl;
}

.owl-carousel {
    direction: ltr;
}

.owl-theme .owl-nav {
    display: block;
}

.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 25%;
    font-size: 18px;
    color: #fff !important;
    background-color: #f0af00 !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f0af00 !important;
    border-radius: 50%;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav .owl-next {
    right: -25px;
    top: 35%;
}

.owl-carousel .owl-nav .owl-prev {
    left: -25px;
    top: 35%;
}

.owl-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ddd;
    margin: 0 4px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #f0af00 !important;
}

img.w-100{
    max-height:293px;
}

.owl-carousel .owl-item img {
    max-height: 200px;
}

.owl-carouselinner {
    direction: ltr;
}

.owl-theme .owl-nav {
    display: inline-block;
}

.owl-carouselinner .owl-nav [class*="owl-"] {
    position: absolute;
    top: 25%;
    font-size: 18px;
    color: #fff !important;
    background-color: #f0af00 !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f0af00 !important;
    border-radius: 50%;
}

.owl-carouselinner .owl-dot,
.owl-carouselinner .owl-nav .owl-next,
.owl-carouselinner .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carouselinner .owl-nav .owl-next {
    right: -25px;
    display:none;
}

.owl-carouselinner .owl-nav .owl-prev {
    left: -25px;
    display: none;
}

.owl-carouselinner .owl-dots {
    margin-top: 2px;
    display: flex;
    justify-content: center;
    top: 0px;
    left: 0px;
    position: absolute;
    margin-left: 10px;
}

    .owl-carouselinner .owl-dots .owl-dot span {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #ddd;
        margin: 0 4px;
    }

    .owl-carouselinner .owl-dots .owl-dot.active span {
        background-color: #f0af00 !important;
    }

.owl-carouselinner .owl-item img {
    max-height: 500px;
}

.owl-carouselinner .m-0.text-justify.mb-2 {
    text-align: right !important;
}

.container-fluid {
    padding: 0px;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0px;
}
.header-main .header-menu .nav-th {
     top: 0px;
}