/*!
Theme Name: Atna
Theme URI: http://atnanews.ir
Author: Creative Network
Author URI: http://creativenetwork.ir/
Version: 1.0.0
*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSansWeb_Bold.eot');
    src: url('fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('fonts/IRANSansWeb_Bold.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('fonts/IRANSansWeb.woff2') format('woff2'),  /* Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IIRANSansWeb.ttf') format('truetype');
}
body {
    direction: rtl;
    text-align: right;
    font-family: IRANSans;
    background-color: white;
    font-size: 14px;
    font-weight: normal;
}
ul {
    padding-right: 0;
}
a {
    color: #3b3b3b;
    transition: all .5s;
}
a:hover {
    text-decoration: none;
    color: #004adf;
}
i {
    vertical-align: middle !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans;
}
.bg-blue {
    background-color: #004adf;
}
.bg-blue a {
    color: white !important;
}
.clearfloat {
    clear: both;
}
/*
    * Header
*/
.divider {
    background: #efefef;
    height: 1px;
    width: auto;
    display: block;
}
.navbar-toggler {
    color: white;
    font-size: 30px;
    padding: 0;
}
.tooltip {
    font-family: IRANSans;
    margin-bottom: 5px;
}
.head-title {
    font-size: 13px;
    color: #6c757d;
}
.top-header {
    background: white url("img/header-bg.png") no-repeat center top;
    background-size: contain;
    /*height: 200px;*/
}
.top-header .logo {
    background: url("img/logo-blue.png") no-repeat center center;
    width: 160px;
    height: 104px;
}
.top-header .logo-text {
    font-size: 11px;
    font-weight: bold;
    /*color: #004adf;*/
}
.top-header .today-date {
    font-size: 12px;
}
.top-header .today-date i {
    background-color: #f0f3f5;
    color: #004adf;
    padding: 4px;
    font-size: 18px;
}
.top-header .logo-left {
    background: url("img/logoleft.png") no-repeat;
    width: 100%;
    height: 80px;
}
.top-header .search-box input {
    width: 70%;
    height: 46px;
    padding: 0 10px;
    background-color: white; /* #f7f8fa */
    border-radius: 0 4px 4px 0;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    outline: 0 !important;
}
.top-header .search-form {
    margin: 30px 0;
}
.top-header .search-form button {
    padding: 10px;
    border-radius: 4px 0 0 4px;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    background-color: rgb(55, 71, 79); /* #212529 */
    color: white;
    margin-right: -6px;
    cursor: pointer;
}
.top-header .search-form button:hover {
    background-color: #004adf;
}
.top-header .search-form button i {
    font-size: 26px;
}
.main-nav {
    background-color: #004adf !important;
}
.main-nav a {
    color: #fffc
}
.main-nav a:hover {
    color: white !important;
    border-bottom: white 5px solid;
    padding-bottom: 11px;
    transition: none;
}
.main-nav .live-stream a {
    border-bottom: #dc3545 5px solid;
    padding-bottom: 9px;
    padding-left: 10px;
}
.latest-news_bar .left-btns {
    border-right: #e3e3e3 1px solid;
}
.latest-news .news-title {
    font-size: 14px;
}
.latest-news_bar .latest-news {
    padding-top: 1px;
}
.latest-news_bar #ticker {
    height: 24px;
    overflow: hidden;
    float: left;
    width: 92%;
    margin-bottom: 0;
}
.latest-news_bar #ticker li {
    list-style-type: none;
    height:38px;
}
.rss-feed i {
    font-size: 20px;
    vertical-align: sub !important;
}
.left-btns .text-warning:hover {
    color: #004adf !important;
}
.all-news {
    font-size: 14px;
    position: absolute;
    display: block;
    top: 2px;
}

/* Academy header*/
.academy-header .logo {
    background: url("img/logo.png") no-repeat right center;
    width: 250px;
    height: 75px;
    padding-right: 175px;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.academy-nav {
    background-color: rgba(0, 0, 0, 0.2);
}
.academy-nav a, .atna-home a {
    color: rgba(255, 255, 255, 0.8) !important;
}
.atna-home a:hover {
    color: white !important;
}
.academy-nav a:hover {
    color: white !important;
    border-bottom: white 5px solid;
    padding-bottom: 11px;
    transition: none;
}
.academy-header .search-input {
    background: rgb(0, 59, 178) !important;
}
.academy-header .search-btn {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.atna-home {
    display: flex;
    align-items: center;
}
.atna-home a {
    flex-grow: 1;
}
.atna-home i {
    background-color: rgba(0,0,0,0.2);
    padding: 4px;
    border-radius: 50%;
    font-size: 20px;
}

/*
    * Index
*/

/* position dots in carousel */
.main-slider .flickity-page-dots {
    bottom: 10px;
}
.slider-ads {
    padding-right: 10px !important;
}
.slider-ads img:first-child {
    margin-bottom: 10px;
}
/* white circles */
.main-slider .flickity-page-dots .dot {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.8) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* fill-in selected dot */
.main-slider .flickity-page-dots .dot.is-selected {
    background: white !important;
}
.main-carousel-cell {
    width: 100%;
    height: 550px;
    margin-right: 10px;
    border-radius: 5px;
}
.main-carousel-cell img {
    height: 550px;
}
.main-slider .flickity-viewport {
    /*height: 550px !important;*/
}
.carousel-caption {
    bottom: 20px;
    right: 20px;
    padding-bottom: 0;
    /* DARA */
        display: grid;
}
.carousel-caption .slider-title {
    background-color: #004adfe6;
    color: white;
    padding: 5px 20px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-table;
    max-width: 85%;
    width: fit-content;
}
.carousel-caption p {
    background-color: #000000b3;
    padding: 5px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 0 4px;
    font-size: 14px;
    line-height: 25px;
}
.carousel-caption .head-tite {
    border-right: #004adf 5px solid;
    padding: 5px 15px;
    background-color: #000000b3;
    border-radius: 4px 0 0 0;
    font-size: 14px;
    font-weight: lighter;
    color: white !important;
    cursor: default !important;
    display: inline-block;
}
.flickity-page-dots .dot {
    margin: 0 2px !important;
}
.section-header_headline::before, .single-header_headline::before {
    box-shadow: 4px -4px 0 #004adf;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    height: 16px;
    width: 16px;
}
.section-header_readmore {
    float: left;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    font-weight: bold;
    color: #6b6b6b;
}
.section-header_link:hover .section-header::after {
    color: #004adf;
}
.section-header {
    position: relative;
    margin: 0 0 10px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #004adf;
}
.section-header h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    padding: 0;
    display: inline-block;
}
.section-header .section-header_headline i {
    font-size: 24px;
    padding-left: 10px;
    color: #004adf;
}
.friends-links .section-header {
    border-bottom: 2px solid #dc3545;
}
.links_section-header_headline::before {
    box-shadow: 4px -4px 0 #dc3545;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    height: 16px;
    width: 16px;
}
.links_section-header_headline i {
    font-size: 24px;
    padding-left: 10px;
    color: #dc3545;
}
.rp4wp_component_2, .rp4wp_component_3 {
    height: auto !important;
}
.rp4wp_component_title a {
    font-weight: normal;
}
.post-box {
    height: 100%;
    background: #f8f9fa;
}
.post-box:hover a {
    color: #004adf;
}
.post-box .img-link {
    background-color: #222222;
    border-radius: calc(.35rem - 1px);
    display: block;
}
.post-box:hover img {
    opacity: .95;
}
.post-box_body {

}
.category-list {
    background-color: #d8d8d8;
}
.category-list li {
    list-style-type: none;
    display: inline-block;
}
.category-list a {
    transition: background-position .5s;
}
.category-list a:hover .cat-icon {
    bottom: 70px;
}
.cat-icon {
    position: absolute;
    width: 102.167px;
    height: 55px;
}
.cat-label {
    display: block;
    position: relative;
    z-index: 2;
    padding: 65px 0 15px 0;
    font-size: 15px;
    text-align: center;
}
.uni .cat-icon {
    background: url('img/icon/icons8-course-48.png') no-repeat center center;
}
.student .cat-icon {
    background: url('img/icon/icons8-graduation-cap-48.png') no-repeat center center;
}
.social .cat-icon {
    background: url('img/icon/icons8-user-account-48.png') no-repeat center center;
}
.political .cat-icon {
    background: url('img/icon/icons8-parliament-48.png') no-repeat center center;
}
.law .cat-icon {
    background: url('img/icon/icons8-scales-48.png') no-repeat center center;
}
.economy .cat-icon {
    background: url('img/icon/icons8-increase-48.png') no-repeat center center;
}
.sports .cat-icon {
    background: url('img/icon/icons8-exercise-48.png') no-repeat center center;
}
.management .cat-icon {
    background: url('img/icon/icons8-front-desk-48.png') no-repeat center center;
}
.Psychology .cat-icon {
    background: url('img/icon/icons8-confusion-48.png') no-repeat center center;
}
.learning .cat-icon {
    background: url('img/icon/icons8-knowledge-sharing-48.png') no-repeat center center;
}
.cat-icon {
    background: url('img/icon/icons8-online-48.png') no-repeat center center;
}
.language .cat-icon {
    background: url('img/icon/icons8-language-48.png') no-repeat center center;
}
.culture .cat-icon {
    background: url('img/icon/icons8-quran-48.png') no-repeat center center;
}
.interntaional .cat-icon {
    background: url('img/icon/icons8-world-map-96.png') no-repeat center center;
}
.allameplus .cat-icon {
    background: url('img/icon/icons8-plus-48.png') no-repeat center center;
}
.cat-cards {
    display: flex;
    flex-flow: row wrap;
}
.cat-card {
    margin: 15px;
    width: calc((100% / 5) - 30px);
    transition: all 0.2s ease-in-out;
}
.cat-cards .post-box .img-link {
    border-radius: 5px 5px 0 0;
}
.cat-cards .post-box img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
}
.cat-cards .post-box {
    border-radius: 5px;
    background: white !important;
    height: auto;
}
@media screen and (max-width: 991px) {
    .cat-card {
        width: calc((100% / 2) - 30px);
    }
}
@media screen and (max-width: 767px) {
    .cat-card {
        width: 100%;
    }
}
@media screen and (min-width: 320px) and (max-width: 320px) {
    .cat-card__inner .gb {
        width: 238px !important;
    }
    .carousel-celll {
        width: 100% !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 480px) {
    .cat-card__inner .gb {
        width: 398px !important;
    }
    .carousel-celll {
        width: 50% !important;
    }
    .carousel-cell
    {
    height:auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    .cat-card__inner .gb {
        width: 292px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .cat-card__inner .gb {
        width: 88px !important;
    }
}
.cat-card:hover .cat-card__inner {
    background-color: #525f65;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff;
}
.cat-card__inner {
    width: 100%;
    padding: 10px;
    position: relative;
    cursor: pointer;
    background-color: #a9a9a9;
    color: #35474f;
    font-size: 1.5em;
    text-transform: uppercase;
    /*text-align: center;*/
    transition: all 0.2s ease-in-out;
    border-radius: calc(.25rem - 1px);
    font-weight: bold;
}
.cat-card__inner .gb {
    width: 114px;
    margin-top: .25em;
    /*-webkit-filter: opacity(.5) drop-shadow(0 0 0 #585858);
    filter: opacity(.5) drop-shadow(0 0 0 gray);*/
}
.cat-card__expander {
    transition: all 0.2s ease-in-out;
    background-color: #525f65;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #eceef1;
    font-size: 1.5em;
}
.cat-card__expander .post-box a {
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.cat-card__expander .post-box_body {
    border-radius: 0 0 4px 4px  ;
}
.cat-card__expander .gb {
    font-size: 0.75em;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.cat-card__expander .gb:hover {
    opacity: 0.9;
}
.cat-card__expander .snip1529 {
    margin: 0 !important;
}
.cat-card__expander .snip1529 figcaption {
    bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.cat-card__expander .snip1529 img {
    max-width: 342px !important;
}
.snip1529:hover figcaption,
.snip1529:hover img,
.snip1529.hover figcaption {
    opacity: 1 !important;
}
.cat-card__expander ul {
    margin-bottom: 0;
}
.cat-card__expander li {
    border-bottom: rgba(255,255,255,.2) 1px solid;
    display: block;
    line-height: 20px;
}
.cat-card__expander li:last-child {
    border-bottom: none;
}
.cat-card__expander li a:before {
    content: '\e314';
    font-family: 'Gorbeh Icons';
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}
.cat-card__expander li a {
    color: #eceef1;
    font-size: 14px;

}
.cat-card__expander li a:hover {
    color: white;
}
.cat-card.is-collapsed .cat-card__inner:after {
    content: "";
    opacity: 0;
}
.cat-card.is-collapsed .cat-card__expander {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
    transition: none;
}
.cat-card.is-expanded .cat-card__inner {
    background-color: #004ae2;
    color: #fff;
}
.cat-card.is-expanded .cat-card__inner:after {
    content: "";
    opacity: 1;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #525f65;
}
.cat-card.is-expanded .cat-card__expander {
    max-height: 1000px;
    min-height: 100px;
    overflow: visible;
    margin-top: 30px;
    opacity: 1;
    padding: 40px;
}
.cat-card.is-expanded:hover .cat-card__inner {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cat-card.is-inactive .cat-card__inner {
    pointer-events: none;
    opacity: 0.5;
}
.cat-card.is-inactive:hover .cat-card__inner {
    background-color: #949fb0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 992px) {
    .cat-card:nth-of-type(5n+2) .cat-card__expander {
        margin-right: calc(100% - 300px);
    }

    .cat-card:nth-of-type(5n+3) .cat-card__expander {
        margin-right: calc(-200% - 60px);
    }
    .cat-card:nth-of-type(5n+4) .cat-card__expander {
        margin-right: calc(-300% - 90px) ;
    }
    .cat-card:nth-of-type(5n+5) .cat-card__expander {
        margin-right: calc(-500% + 15px) ;
    }

    .cat-card:nth-of-type(5n+4) {
        clear: left;
    }

    .cat-card__expander {
        width: calc(500% + 120px);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .cat-card:nth-of-type(2n+2) .cat-card__expander {
        margin-right: calc(-100% - 30px);
    }
    .cat-card:nth-of-type(5n+3) {
        clear: left;
    }
    .cat-card__expander {
        width: calc(200% + 30px);
    }
}
.month-reports .flickity-viewport {
    height: 250px !important;
}
.allame-fams a:hover img {
    opacity: .7;
}
.allame-fams img {
    width: 68.65px;
    height: 68.65px;
}
.linkcat {
    border-left: #e3e3e3 1px dashed;
}
.linkcat:last-child {
    border: 0;
}
.linkcat h3 {
    color: #fff;
    background-color: #dc3545;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
.linkcat ul li {
    list-style: none;
    padding-right: 5px;
}
.linkcat ul li a {
    font-size: 13px;
}
.linkcat ul li:before {
    content: "\e250";
    color: #dc3545;
    font-family: Gorbeh Icons;
    vertical-align: middle;
    margin-left: 10px;
}
.events .flickity-viewport {
    height: 300px !important;
}
.events .carousel-celll {
    width: 50% !important;
}

.events .carousel-celll a
{
    font-size:14px;
}
/*.events {*/
    /*background: #0b46cb;*/
/*}*/
/*.events .section-header {*/
    /*border: 0;*/
    /*margin-bottom: 5px;*/
    /*border-bottom: 2px solid white;*/
/*}*/
/*.events .section-header_link, .events .section-header .section-header_headline i {*/
    /*color: #fff !important;*/
/*}*/
/*.events .section-header_headline::before {*/
    /*box-shadow: 4px -4px 0 #fff !important;*/
/*}*/
.dariche .dariche-carousel-cell {
    width: 100%; /* full width */
    /*height: 160px; !* height of carousel *!*/
    /*margin-right: 10px;*/
}
.dariche {
    list-style: none;
}
.dariche a {
    font-size: 15px;
    background: #044adf;
    color: #fff;
    display: block;
    border-top-right-radius: 50px;
    margin-right: 10px;
}
.dariche .post-box:hover a {
    color: #fff;
}
.dariche span {
    color: #777;
    display: block;
    font-size: 13px;
}
.dariche .title {
    margin: 15px 0px 0;
    display: inline-block;
    height: 65px;
    display: block;
}
.dariche img {
    width: 60px;
    height: 60px;
    float: right;
    border-radius: 50%;
    margin-left: 10px;
}
.carousel-cell {
    width: 100%;
    /*height: 550px;*/
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: gallery-cell;
}
.carousel-cell img {
    border-radius: 5px;
}
/*.pictures-carousel .carousel-caption {*/
    /*right: 0 !important;*/
    /*bottom: 87px !important;*/
    /*left: 0 !important;*/
    /*text-shadow: black 0px 0px 5px;*/
    /*background-color: rgba(0,0,0, .8);*/
    /*-webkit-border-radius: 0 0 5px 5px;*/
    /*-moz-border-radius: 0 0 5px 5px;*/
    /*border-radius: 0 0 5px 5px;*/
    /*padding: 15px;*/
    /*position: relative;*/
/*}*/

.pictures-carousel img {
    width: 100%;
    height: 100%;
}
.multimedia {
    /*background-color: rgb(34, 34, 34);*/
}
.multimedia .section-header h1 {
    /*color: white;*/
}
.multimedia a {
    /*color: white !important;*/
}
.multimedia .section-header .section-header_readmore {
    /*color: rgba(255,255,255, .4);*/
}
.multimedia .flickity-page-dots .dot {
    /*background: rgba(255,255,255,.4) !important;*/
}
.multimedia .section-header .section-header_headline i, .multimedia .section-header, .multimedia .section-header_headline::before {
    /*color: rgb(5, 123, 255) !important;*/
}
.multimedia .voice-gallery li {
    display: block;
    list-style-type: none;
    /*border-bottom: rgb(27, 27, 27) 1px solid !important;*/
    padding: 10px 5px;
}
.multimedia .voice-gallery li:hover {
    /*background-color: rgb(27, 27, 27) !important;*/
}
.news-list li:hover {
    /*background-color: #efefef !important;*/
}
.multimedia .voice-gallery li:hover i {
   /* background-color: #004adf;*/
}
.multimedia .voice-gallery li:last-child {
    border: none;
}
.multimedia .voice-gallery li i {
    color: white !important;
    font-size: 16px;
    /*background-color: rgb(5, 123, 255);*/
    border-radius: 50%;
    padding: 2px;
    position: relative;
    bottom: 15px;
    right: 0;
}
.multimedia .voice-gallery li a {
    font-size: 16px;
    font-weight: bold;
}
.multimedia .voice-gallery p {
    margin-bottom: 0;
    font-size: 13px;
    color: #777;
}
.pictures-gallery p {
    margin-top: 0.5rem;
}
.video-gallery a {
    font-size: 16px;
}
.video-gallery p, .voice-gallery p {
    /*color: rgba(255,255,255,.4);*/
}
.pictures-gallery .flickity-viewport {
    height: 550px !important;
}
 .pictures-gallery .flickity-prev-next-button {
    top: 50% !important;
}
.multimedia .video-gallery .head-title {
    color: #777 !important;
}
.carousel-celll {
    width: 28%;
    /*height: 100%;*/
    margin-right: 10px;
    border-radius: 5px;
}
.snip1529 {
    background-color: #000000;
    color: #ffffff;
    float: right;
    font-size: 16px;
    line-height: 1.6em;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
    margin: 0 0 0.5rem;
}
.snip1529 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.snip1529 img {
    vertical-align: top;
    position: relative;
    width: 100%;
    height: auto;
}
.snip1529 figcaption {
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-shadow: black 1px 1px 5px;
}
.snip1529 figcaption p {
    color: white !important;
}
.snip1529 .date {
    background-color: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 800;
    min-width: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.snip1529 .date span {
    display: block;
    line-height: 14px;
}
.snip1529 .date .month {
    font-size: 11px;
}
.snip1529 h3,
.snip1529 p {
    margin: 0;
    padding: 0;
}
.snip1529 h3 {
    font-weight: 800;
    letter-spacing: -0.4px;
}
.snip1529 .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    font-size: 65px;
    justify-content: center;
    opacity: 0;
}
.snip1529 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.snip1529:hover .hover,
.snip1529.hover .hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}
.snip1529:hover figcaption,
.snip1529.hover figcaption {
    opacity: 0 !important;
}
.snip1529:hover .date,
.snip1529.hover .date {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*
    * Sidebar
*/
.sidebar {
    border-right: #f0f3f5 1px solid;
}
.social-networks {
    text-align: center;
}
.social-networks .social-item {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle
}
.social-networks .social-item:last-child {
    margin-left: 0;
}
.social-networks .social-item:hover {
    opacity: .5;
}
.social-networks .bale {
    background: url("img/icon/social/bale-25.png") no-repeat center center;
}
.social-networks .soroush {
    background: url("img/icon/social/soroush-25.png") no-repeat center center;
}
.social-networks .telegram {
    background: url("img/icon/social/telegram-25.png") no-repeat center center;
}
.social-networks .instagram {
    background: url("img/icon/social/instagram-25.png") no-repeat center center;
}
.social-networks .aparat {
    background: url("img/icon/social/aparat-25.png") no-repeat center center;
}
.social-networks .gmail {
    background: url("img/icon/social/gmail-25.png") no-repeat center center;
}
.social-networks .twitter {
    background: url("img/icon/social/twitter-25.png") no-repeat center center;
}
.side-box p {
    font-size: 13px;
    text-align: justify;
}
.namagraft-carousel {
    height: 450px !important;
}
.namagraft-carousel-cell {
    width: 100%;
    min-height: 480px !important;
}
.namagraft-title {
    color: rgb(255,255,255);
    font-size: 15px;
    width: 100%;
    background: rgb(0, 74, 223);
    display: block;
    padding: 3px 10px;
}
.namagraft-title:hover {
    color: rgba(255,255,255, 1);
}
.namagraft-title i {
    font-size: 30px;
    padding-left: 5px;
}
.namagraft-carousel-cell .namagraft-content {
    height: 100%;
    position: absolute;
}
.namagraft .flickity-page-dots {
    bottom: -20px;
}
.made-in-iran .card-img-overlay {
    background: url("img/made-in-iran.png") no-repeat;
    width: 100px;
    height: 70px;
    top: 80px !important;
    display: block !important;
    float: left !important;
    left: 30px !important;
    position: absolute !important;
    right: auto !important;
}
.speech-bubble .note-author {
    padding: 5px 10px 0;
    margin: 0;
    color: white;
}
.speech-bubble .note-author i {
    font-size: 24px;
}
.speech-bubble .note-text {
    padding: 5px 10px;
    margin-bottom: 0;
    color: white;
    text-align: right;
}
.speech-bubble {
    background: #525f65;
    padding: 0;
}

.sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #525f65;
    border-right: 10px solid transparent;
    border-top: 10px solid #525f65;
    border-bottom: 10px solid transparent;
    right: -19px;
    top: 15px;
}
.notes img, .conversation img {
    margin-right: -15px !important;
    width: 143px;
}
.notes li, .conversation li, .side-latest-news li {
    list-style-type: none;
    border-bottom: #efefef 1px solid;
    padding: 10px 0;
}
.notes li:first-child, .conversation li:first-child, .side-latest-news li:first-child {
    padding-top: 0;
}
.notes li:last-child, .conversation li:last-child, .side-latest-news li:last-child {
    border: none;
}
.notes li a:hover .speech-bubble, .conversation li a:hover .speech-bubble {
    background: #004adf;
}
.notes li a:hover .sb1:before, .conversation li a:hover .sb1:before {
    border-left: 10px solid #004adf !important;
    border-top: 10px solid #004adf !important;
}
.list-wrapper {
    height: 230px;
}
.side-latest-news li {
    padding: 5px 10px;
    position: relative;
    transition: all .35s;
}
.side-latest-news li:nth-child(2n) {
    background-color: #f8f9fa ;
}
.side-latest-news li:nth-child(2n) .badge {
    margin-right: 5px;
}
.side-latest-news a {
    font-size: 13px;
    display: block;
}
.side-latest-news li .badge {
    font-weight: normal !important;
    color: white !important;
    font-size: 9px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    transition: display .5s;
    background-color: #004adf;

}
.side-latest-news li:hover .badge {
    display: block;
}

/*
    * Footer
*/
footer {
    color: #e1e1e1;
    background-color: #222;
}
footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: white;
}
footer p {
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    color: #ccc;
}
footer .about-atna {
    border-radius: 5px;
    padding: 5px 20px;
}
footer .about-atna .footer-logo a {
    background: url("img/logo-footer.png") no-repeat;
    width: 120px;
    height: 77px;
    display: block;
}
footer .allameplus_footer a {
    color: rgba(255, 255, 255, .7);
}
footer .allameplus_footer a:hover {
    color: white;
}
footer .allameplus_footer .item:last-child {
    border-bottom: none;
}
footer .allameplus_footer .item {
    border-bottom: rgba(255,255,255, .2) 1px solid;
}
footer .address i, footer .keywords i, .footer-menu i {
    font-size: 24px;
    padding-left: 10px;
    color: #057bff;
}
.pulse {
    margin: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #dc3545;
    box-shadow: 0 0 0 rgba(255,255,255, 0.4);
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
.live-stream_pulse {
    margin: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dc3545;
    box-shadow: 0 0 0 rgba(255,255,255, 0.4);
    animation: live-stream_pulse 2s infinite;
    margin-left: 10px;
}
@-webkit-keyframes live-stream_pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
}
@keyframes live-stream_pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
footer .keywords .tag-cloud-link {
    font-weight: normal;
    color: rgba(255,255,255,.7);
    background-color: #171718;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 2px;
    display: inline-block;
}
footer .divider {
    background: rgba(255, 255, 255, .3);
    height: 1px;
    width: 100%;
    display: block;
}
footer .app-download {
    text-align: left;
    padding-top: 20px;
}
footer .app-download a {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    color: white;
    font-family: IRAN !important;
    font-size: 14px;
    line-height: 24px;
    background-color: black;
}
.footer-menu ul {
    margin-bottom: 0;
}
.footer-menu li {
    list-style-type: none;
    display: inline;
    border-left: #656565 1px solid;
    padding: 0;
}
.footer-menu li:first-child a {
    padding-right:   0 !important;
}
.footer-menu li:last-child {
    border-left: none !important;
    padding-left: 0 !important;
}
.footer-menu li a {
    color: rgba(255,255,255,.6);
    padding: 0 20px;
}
.footer-menu li a:hover {
    color: white;
}
.footer-bottom .poweredby, .footer-bottom .copyright {
    padding-top: 10px;
    font-size: 13px;
}
footer .app-download .android:hover {
    background-color: #444 !important;
}
footer .app-download .ios:hover {
    background-color: #444 !important;
}
footer .app-download .sub {
    font-weight: bold;
    font-size: 15px;
    color: rgba(255,255,255, .7);
    display: inline-block;
}
footer .app-download .float-left {
    text-align: right;
}
footer .app-download i {
    font-size: 35px;
    margin-left: 10px;
}
.scrollToTop{
    padding: 3px;
    text-align: center;
    background: rgba(0,0,0,.6);
    font-weight: bold;
    color: white;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 25px;
    border-radius: 30px;
    display: none;
}
.scrollToTop:hover{
    text-decoration:none;
    background-color: #333b3f;
}
.scrollToTop i {
    font-size: 3em
}
@media only screen and (max-width: 320px) {
    .scrollToTop {
        bottom: 10px;
    }
}
.footer-bottom {
    background-color: #111;
    font-size: 14px;
    color: #888;
    display: flex;
}
/*
    * Single page
*/
.main-column_single {
    height: 100%;
}
.single-page .featured-img img {
    height: auto;
    width: 100%;
}
.single-title {
    background: #f0f3f5 url("img/pattern.jpg") repeat;
}
.single-title h1 {
    color: #004adf;
    font-size: 20px;
    line-height: 45px;
}
.single-title .head-title {
    font-size: 18px;
}
.single-title .post-info {
    font-size: 14px;
}
.single-title .post-cat ul {
    margin-bottom: 0;
    display: inline;
}
.single-title .post-cat li {
    list-style-type: none;
    display: inline-block;
}
.single-title .print-btn a {
    font-weight: bold;
    font-size: 16px;
}
.single-title .print-btn i {
    font-size: 20px;
    color: rgb(0, 74, 223);
    padding-top: 5px;
}
.post-body p {
    line-height: 32px;
    text-align: justify;
}
.post-body a {
    border-bottom: rgb(59, 59, 59) 1px dashed;
}
.post-bottom {
    border-top: #efefef 1px solid;
}
.post-keywords a {
    background: #efefef;
    color: black;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 27px;
    border-bottom: none;
    border-radius: 4px;
}
.post-keywords a:hover {
    background: #004adf;
    color: white;
}
.post-bottom .short-link {
    text-align: left;
    direction: ltr;
    font-size: 13px;
    color: #a9a9a9;
    font-weight: lighter;
    border: #efefef 1px solid;
}
.post-bottom .short-link .sh-link {
    vertical-align: middle;
}
.post-bottom .short-link i {
    font-size: 20px;
    color: #004adf;
}
.post-bottom .share-btns li, .post-keywords li {
    list-style-type: none;
    display: inline-block;
}
.post-bottom .share-btns .title, .post-keywords .title {
    color: #a9a9a9;
    font-size: 14px;
    padding-left: 5px;
}
.post-bottom .share-btns .share-item {
    background: #efefef;
    padding: 5px 10px;
    color: black;
    border-bottom: none;
}
.post-bottom .share-btns .share-item:hover {
    color: white;
}
.post-bottom .share-btns .fb:hover {
    background: #3b5999;
}
.post-bottom .share-btns .tw:hover {
    background: #55acee;
}
.post-bottom .share-btns .tg:hover {
    background: #0088cc;
}
.post-bottom .share-btns .fn:hover {
    background: #1e558c;
}
.post-bottom .share-btns .gp:hover {
    background: #dd4b39;
}
.post-bottom .share-btns .wa:hover {
    background: #25D366;
}
.post-bottom .share-btns .li:hover {
    background: #0077B5;
}
.comments p {
    color: #6c757d;
    margin-top: 10px;
    margin: 15px;
}
.comments .media {
    margin: 25px 0;
    border-bottom: #efefef 1px solid;
}
.comments .children li {
    margin-right: 75px;
    border-right: #efefef 5px solid;
    padding: 20px 20px 0;
    background: #f8f9fa;
}
.comments img {
    width: auto !important;
}
.form-control {
    padding: .55rem;
    border: 2px solid rgba(120, 130, 140, 0.13);
}
.comment-notes {
    margin-right: 16px;
}
.comment-date {
    font-size: 11px;
    color: #a9a9a9;
}

/*
    * Print Page styles
*/
@media print {
    header, .latest-news_bar, .sidebar, .post-bottom, .similar-posts, .comments, footer, .footer-bottom, .post-cat, .post-keywords {
        display: none;
    }
    .main-column {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        border: none !important;
    }
    .single-title {
        background: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        text-align: right !important;
    }
    .post-info, .post-id, .post-date {
        margin-top: 0 !important;
        text-align: right !important;
    }
    .featured-img img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .post-body a {
        border-bottom: none !important;
    }
}

/*
    * 404 Page
*/
.page404 {
    border-top: #dc3545 5px solid;
    background: url("img/world-dot-map.png") no-repeat center top;

}
.page404 h1 {
    color: #dc3545;
    font-size: 30px;
    font-weight: bold;
}
.page404 p, .page404 i {
    font-size: 25px;
}
.page404 a {
    font-size: 18px;
}
.page404 .atna-logo {
    background: url("img/logo-blue.png") no-repeat center center;
    width: 160px;
    height: 77px;
    display: block;
    margin: 40px auto;

}
.img-404 {
    background: url("img/404.png") no-repeat center bottom;
    height: 565px;
    width: 100%;
    display: block;
    bottom: 0;
}

/*
    * Archive page
*/
.archive_post-box {
    border-bottom: #f0f3f5 1px solid;
}
.archive_post-box .post-link i {
    font-size: 18px;
}
.archive_post-box p {
    text-align: justify;
}
.archive_post-box .post-info {
    font-size: 12px;
    color: #c9c9c9;
}
.read-more {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 13px;
}
.read-more i {
    color: #004adf;
    font-size: 20px;
}
.archive-pagination {
    direction: ltr;
}
.archive-pagination .active {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.archive-page .main-column img {
    width: 100% !important;
}
.card-img-top {
    height: auto;
}
.more-link a { background: #044adf; padding: 5px 5px 5px 10px; display: inline-block; border-radius: 5px; float: left; margin-top: 10px; font-size: 13px !important; }
.more-link a:before { margin-top: 0 !important; }

/*
    * Academy archive
*/
.academy-hero {
    height: 500px;
}
.academy-hero-main {
    height: 543px;
    position: absolute;
    top: 137px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    background-color: black;
}
.academy-hero-main .hero-bg {
    position: absolute;
    height: 500px;
    background: url("img/professional-journalism-course.jpg") no-repeat center center;
    background-size: cover;
    top: 0;
    right: -15px;
    bottom: -15px;
    left: -15px;
    z-index: 0;
    opacity: 0.2;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: black;
    filter: blur(3px);
}
.hero-info {
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}
.search-block {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-block .search-bar-input {
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255,.6);
    border-radius: 4px;
    border: 1px solid rgb(227, 227, 227);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border-left: 0;
}
.search-bar {
    margin: 30px 0;
}
.search-bar button {
    padding: 12px;
    color: black;
    cursor: pointer;
    height: 53px;
    width: 53px;
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
    right: auto;
    top: 30px;
}
.search-bar button:hover {
    color: #004adf;
}
.search-bar button i {
    font-size: 26px;
}
/*
    * Responsive
*/

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and ( max-width: 992px) {
    .latest-news_bar #ticker {
        width: 88% !important;
    }
    .publications .section-header_readmore {
        display: none !important;
    }
    .section-header_readmore {
        font-size: 10px !important;
    }
    .events-marquee {
        right: 0 !important;
    }
    footer .app-download {
        text-align: center !important;
    }
    footer .app-download a {
        width: 30%;
    }
    footer .app-download .android {
        margin-bottom: 0 !important
    }
    .cat-card__inner .gb {
        width: 204px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width : 767px) {
    .top-header .logo {
        width: 100% !important;
    }
    .top-header .logo-left {
        background-position: center !important;
        display: none !important;
    }
    .main-nav .live-stream a {
        padding-bottom: 9px !important;
    }
    .latest-news_bar #ticker {
        width: 79% !important;
    }
    .post-bottom .share-btns .title {
        display: block !important;
        margin-bottom: 10px !important;
    }
    footer .app-download {
        text-align: center !important;
    }
    .slider-ads {
        padding-right: 0 !important;
    }
    .slider-ads img {
        display: inline-block !important;
    }
    .main-carousel-cell img {
        height: auto;
    }
    .main-slider .flickity-viewport {
        height: 235px !important; 
    }
    .month-reports .flickity-viewport {
        height: 250px !important;
    }
    .pictures-gallery .flickity-viewport {
        height: 212px !important;
    }
    .publications .shadow-sm {
    text-align: center;
    margin: auto;
}
    .pictures-gallery {
    padding-bottom: 10px;
}
        .carousel-cell
    {
    height:auto;
    }
    
    .carousel-caption .slider-title
    {
    max-width:100%;
    }
    
    .multimedia .voice-gallery li i {
        font-size: 19px !important;
    }
    .multimedia .voice-gallery li:last-child {
        border-bottom: none !important;
    }
    .pictures-carousel img, .snip1529 img {
        width: 100% !important;
    }
    .latest-news_bar #ticker {
        height: 40px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width : 480px) {
    .latest-news_bar #ticker {
        width: 86% !important;
    }
    .snip1529 figcaption {
        padding: 5px 71px !important;
    }
}
@media only screen and (min-width : 768px) and ( max-width: 768px) {
    footer .app-download a {
        width: 100% !important;
    }
    footer .app-download .android {
        margin-bottom: 10px !important
    }
}
@media only screen and (min-width : 360px) and ( max-width: 990px) {
    .cat-card__inner .gb {
        width: 95% !important;
    }
    .main-nav a:hover {
        border-bottom: none !important;
    }
    .slider-ads img:first-child {
        margin-left: 30px !important;
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width : 320px) and ( max-width: 320px) {
    .month-reports .flickity-viewport {
        height: 230px !important;
    }
    .academy-hero {
        height: 400px !important;
    }
}
.atnan-home-slider-side br {
    display: none !important;
}
/*.nivo-lightbox-theme-default .nivo-lightbox-title {*/
    /*font-family: IRAN !important;*/
/*}*/
.search-btn {
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
.search-btn:focus {
    outline: none;
}
.search-input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 0;
    background: #044adf;
    color: #fff;
    outline: none;
    opacity: 0;
    display: none;
}
.search-input::placeholder {
    color: #fff;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-family: IRANSans !important;
    background: #004adf;
    font-size: 16px;
}

.made-in-iran,.virtual-traps,.allame-fams,.friends-links,.namagraft,.month-reports,.voice-gallery
{
display:none;
}

.events .flickity-prev-next-button
{
   width: 35px;
    height: 35px; 
}