@font-face {font-family: Hacen; src: url('../fonts/Hacen-Tunisia.ttf');}
 
body{
    font-family: Hacen, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

ul{list-style: none; padding: 0; margin: 0;}
a {text-decoration: none !important;}
.clear {clear: both;}

.time svg {
    margin-left: 3px;
    color: #4c4c4c;
}

/* -- Header -- */

header {
    background: #B30000;
    padding: 10px 0;
}

header .social li {
    margin-top: 7px;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eee;
    font-size: 14px;
}

header .social li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

header .social li.facebook a:hover {
    background: #4867AA;
}

header .social li.twitter a:hover {
    background: #1DA1F2;
}

header .social li.instagram a:hover {
    background: #DC2F7E;
}

header .social li.youtube a:hover {
    background: #FF0000;
}

header .social li.android a:hover {
    background: #a4c639;
}

header .social li.apple a:hover {
    background: #666;
}

header .social li:last-child {
    border-left: 0;
}

@media (max-width:991px) and (min-width:768px) {
    header .social li {
        padding-left: 5px;
        margin-left: 5px;
    }
}

@media (max-width:767px) {
    header .social {
        text-align: center;
        margin: 10px 0;
    }
}

/* -- ./Header -- */

/* -- ./Weather -- */
header .weather {
    float: left;
}

header .weather li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

header .weather li:first-child {
    border: 0;
}

.booked-wzs-bottom-160-110 {
	display: none !important;
}

.w120x36-01,
.booked-weather-120x36{
	min-width: 115px !important;
	width: 115px !important;
}

.booked-weather-120x36 {
	border: none !important;
	background-color: #B30000 !important;
}

@media (max-width:767px) {
    header .weather {
        float: none;
        text-align: center;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
}

@media (max-width:455px) {

    header .weather li:last-child {
        border-right: 0;
        display: block;
    }

}

@media (max-width:320px) {

    header .weather li{
        border-right: 0;
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

}

/* -- ./Weather -- */

/* -- logo & ads -- */

.info {
    padding: 10px 0;
}

.info .logo img {
    width: 225px;
    height: 100px;
    display: inline-block;
}

.info .logo p {
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 22px;
    color: #B30000;
}

.info .ads {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info .ads img,
.info .ads iframe {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width:767px) {
    .info .logo {
        text-align: center;
    }
}

/* -- ./logo & ads -- */


/* -- Navbar -- */

.navbar {
    background: #B30000;
    border: none;
    border-radius: 0;
    margin-top: 1px;
    margin-bottom: 0px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 6;
}

.navbar .container {
    position: relative;
}

.navbar-nav > li > a {
    padding: 15px 10px;
    color: #fff;
    position: relative;
}

.navbar-nav > li > a:after {
    position: absolute;
    content: '';
    border-top: 10px solid #B30000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    right: calc(50% - 5px);
    z-index: 1;
}

.navbar-nav > li.active > a:after, 
.navbar-nav > li > a:hover:after{
    border-top: 10px solid #fff;
}

.navbar-nav > li > a:before {
    position: absolute;
    content: '';
    border-bottom: 10px solid #B30000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 0;
    right: calc(50% - 5px);
    z-index: 1;
}

.navbar-nav > li.active > a:before, 
.navbar-nav > li > a:hover:before{
    border-bottom: 10px solid #fff;
}

.nav > li.active > a,
.nav > li > a:focus,
.nav > li.open > a {
    color: #FFF;
    background: #231F20 !important;
}
.nav > li > a:hover {
    background: none;
    color: #fff;
}

.nav > li {
    border-left: 1px solid #e3e3e3;
}

.nav > li:last-child {
    border-left: 0;
}

.find {
    position: absolute;
    z-index: 5;
    left: 0;
    height: 100%;
    width: 100%;
    top:0;
    right: 0;
}

.find button {
    border: none;
    position: absolute;
    z-index: 7;
    left: 7px;
    width: 40px;
    height: 50px;
    background: #231F20;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.find input,
.find button {
    display: none;
}

.find button.out {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.find #open {
    display: block;
}

.find input {
    position: absolute;
    z-index: 6;
    height: 100%;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #327237;
    outline: none;
    padding-right: 15px;
    background: #fff;
    border-top: 1px solid #327237;
}

@media (max-width:767px) {
    .navbar-toggle {
        float: right;
        margin-right: 25px;
        border: 1px solid #fff;
        z-index: 7;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-nav {
        display: block;
        margin-top: 0;
    }

    .find {
        z-index: 0;
        height: 50px;
    }

    .nav > li {
        display: block;
        border: none;
        width: 100%;
        text-align: center;
    }

    .nav > li > a:hover {
        background: #231F20;
    }
}

/* -- ./Navbar -- */

/* -- News Bar -- *

.newsbar {
    margin: 10px 0;
    height: 50px;
    background: #801111;
    position: relative;
    overflow: hidden;
}

.newsbar .title {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px 0 25px;
    background: #231F20;
    color: #fff;
    position: relative;
}

.newsbar .title:after {
    position: absolute;
    content: '';
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #801111;
    top: calc(50% - 10px);
}

.newsbar .news {
    position: absolute;
    top: 0;
    right: 90px;
    line-height: 50px;
    left: 15px;
}

.newsbar .news > div p {
    margin: 0;
}

.newsbar .news > div p a {
    padding-right: 20px;
    color: #fff;
}

.newsbar .news > div p a:hover {
    text-decoration:underline !important;
}

.newsbar .news > div {
    display: none;
}

.newsbar .news > div.activenews {
    display: block;
}

/* -- ./News Bar -- */

/* -- News Bar -- */

.demo-section-box {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.breaking-news-ticker {
    background: #801111;
    border: none;
}

.demo-section-box .bn-label {
    height: 40px;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 0 15px 0 25px;
    background: #231F20;
    color: #fff;
    position: relative;
    display: inline-block !important;
}

.demo-section-box .bn-label:after {
    position: absolute;
    content: '';
    left: -1px;
    width: 10px;
    height: 20px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #801111;
    top: calc(50% - 10px);
}

.bn-news a {
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    padding-left: 15px;
}

.bn-news li {
    position: relative;
    padding: 0 10px;
}

.bn-news li span {
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    background: #fff;
}

.bn-news a:hover {
    text-decoration: underline !important;
}

/* -- ./News Bar -- */

/* -- Slider -- */

.main-slider .flickity-viewport {
    height: 500px !important;
}

.main-slider .flickity-page-dots {
    bottom: 15px;
}

.main-slider .flickity-page-dots .dot {
    width: 20px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    opacity: .5;
}

.main-slider .flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.main-slider .item {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-slider .item img,
.main-slider .item iframe {
    width: 100%;
    height: 100%;
}

.main-slider .item p {
    position: absolute;
    bottom: 35px;
    width: 100%;
    right: 0;
    text-align: center;
    margin: 0;
}

.main-slider .item p a {
    display: block;
    max-height: 50px;
    overflow: hidden;
    color: #fff;
    margin: 5px 10px;
    background: rgba(0,0,0,0.5);
}

.main-slider .item .time {
    color: #fff;
    padding: 5px;
    margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    background: #801111;
}

.main-slider .item .time svg {
    color: #fff;
}

.main-slider .flickity-prev-next-button {
    background: none;
}

.main-slider .flickity-prev-next-button .arrow {
    fill: #fff;
}

@media (max-width: 767px) {
    .main-slider .flickity-viewport {
        margin-bottom: 15px;
    }
}

@media (max-width: 450px) {
    .main-slider .flickity-viewport {
        height: 325px !important;
    }
}

/* -- ./Slider -- */

/* -- Iraq -- */

.iraq {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-title {
    margin: 30px 0 10px;
    border-bottom: 2px solid #B30000;
    padding-right: 50px;
    position: relative;
    padding-bottom: 5px;
    font-size: 34px;
}

.block-title:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 5px;
    background: #231F20;
    right: 0;
    bottom: 0;
}

.block-title:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 5px;
    background: #B30000;
    right: 0;
    bottom: 5px;
}

.block-title a {
    color: #333;
}

.block-title a:hover {
    color: #B30000;
}

.iraq .sub-news {
    position: relative;
    margin-bottom: 10px;
}

.iraq .sub-news .zoom-img {
    display: block;
    height: 225px;
    width: 100%;
    overflow: hidden;
}

.iraq .sub-news .zoom-img img,
.iraq .sub-news .zoom-img iframe {
    width: 100%;
    height: 100%;
}

.iraq .sub-news:hover .zoom-img img,
.iraq .sub-news:hover .zoom-img iframe:hover {
    transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.iraq .sub-news p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    overflow: hidden;
    padding: 0 10px;
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
    margin: 0;
}

.iraq .sub-news p .time {
    font-size: 14px;
    display: block;
    color: #ccc;
}

.iraq .sub-news p .time svg {
    color: #801111;
}

.iraq .sub-news p a {
    color: #fff;
}

.iraq .sub-news p a:hover {
    color: #ccc;
}

@media (max-width:767px) and (min-width:400px) {
    .iraq .sub-news .zoom-img {
        height: 300px;
    }
}

/* -- ./Iraq -- */

/* -- Last News -- */

.last-news .block-title {
    margin-top: 0;
}

.last-news-scroll {
    height: 445px;
    overflow-y: scroll;
}

.last-news-scroll::-webkit-scrollbar {
    width: 7px;
}

.last-news-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 25px;
}
  
  
.last-news-scroll::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 25px;
}
  
.last-news-scroll::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}


.last-news .sub-news {
    position: relative;
    padding-bottom: 25px;
}


.last-news .sub-news .img{
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #f7961d;
    background: #fff;
}

.last-news .sub-news .img img,
.last-news .sub-news .img iframe {
    width: 100%;
    height: 100%;
}

.last-news .sub-news .img img:hover,
.last-news .sub-news .img iframe:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.last-news .sub-news .news-details {
    margin-right: 80px;
}

.last-news .sub-news .time {
    margin-right: 80px;
    display: block;
    color: #aaa;
    font-size: 14px;
}

.last-news .sub-news .paragrah {
    display: block;
    height: 45px !important;
    overflow: hidden;
    color: #333;
}

.last-news .sub-news .paragrah:hover {
    color: #000;
}

/* -- ./Last News -- */

/* -- Global -- */

.global .sub-news .zoom-img {
    width: 100%;
    height: 170px;
}

.global .sub-news p {
    top: auto;
    right: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    bottom: 0;
    
    margin: 0;
    height: 72px;
}

.global .sub-news p a {
    color: #fff;
}

.global .sub-news p a:hover {
    color: #e1e1e1;
}

.global .sub-news p .time {
    color: #fff;
}

.global .down .sub-news {
    padding: 0;
    margin-left: 10px;
    width: calc((100% /3) - 7px);
}

.global .down .sub-news:last-child p {
    right: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.global .down .sub-news:last-child {
    padding: 0;
    margin: 0;
}

.global .main-news p .time svg,
.global .sub-news p .time svg {
    color: #B30000;
}

/* -- ./ Global -- */

/* -- Reports -- */

.iraq.down {
    margin-top: 0px;
}

.iraq.down p {
    background: #333;
    height: 80px;
    padding-top: 5px;
}

.iraq.down .block-title{
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .iraq.down .block-title {
        margin-top: 0;
    }
}

/* -- ./Reports -- */

/* -- Economy & Mix & Sport & Articls -- */

.news-block {
    margin: 20px 0;
    border: 1px solid #e1e1e1;
}

.news-block .block-title {
    margin: 10px 0;
}

.news-block .main-news {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.news-block .main-news img,
.news-block .main-news iframe {
    width: 100%;
    height: 100%;
}

.news-block .main-news:hover img,
.news-block .main-news:hover iframe {
    transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.news-block .main-news p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 10px;
    margin: 0;
    color: #fff;
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
}

.news-block .main-news p .time {
    display: block;
    font-size: 14px;
}

.news-block .main-news p .time svg {
    color: #B30000;
}

.news-block .main-news p a {
    display: inline-block;
    max-height: 50px;
    overflow: hidden;
    color: #fff;
}

.news-block .main-news p a:hover {
    color: #e1e1e1;
}

.news-block  .sub-news {
    margin: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.news-block  .sub-news:last-child {
    border: 0;
}

.news-block  .sub-news .time {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.news-block .sub-news p a {
    color: #333;
    height: 50px;
    overflow: hidden;
    display: block;
}

.news-block .sub-news p a:hover {
    color: #000;
}

.articles .pen {
    color: #aaa;
   margin-bottom: 9px;
   display: block;
   text-align: left;
   font-size: 15px;
}

@media (max-width:767px) and (min-width:400px) {
    .news-block .main-news{
        height: 300px;
    }
}

/* -- ./Economy & Mix & Sport & Articls -- */


/* -- Iraq -- */

.videos {
    margin-bottom: 20px;
}

.videos .main-news {
    width: 100%;
    height: 410px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.videos .main-news img,
.videos .main-news iframe {
    width: 100%;
    height: 100%;
}

.videos .main-news:hover img,
.videos .main-news:hover iframe {
    transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.videos .main-news .fa-play-circle {
    position: absolute;
    bottom: 100px;
    right: 10px;
    z-index: 2;
    width: 50px !important;
    height: 50px;
    color: #fff;
    bottom: calc(50% - 20px);
    right: calc(50% - 20px);
}

.videos .main-news:hover .fa-play-circle {
    color: #B30000;
}

.videos .main-news p {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    margin: 0;
	width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
}

.videos .main-news p .time {
    display: block;
    font-size: 16px;
}

.videos .main-news p .time svg,
.videos .sub-news p .time svg {
    color: #B30000;
}

.videos .main-news p a {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    color: #fff;
}

.videos .main-news p a:hover {
    color: #e1e1e1;
}

.videos .sub-news {
    position: relative;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin: 0 5px;
    float: right;
}

.videos .sub-news:nth-child(1),
.videos .sub-news:nth-child(2) {
    margin-bottom: 10px;
}

.videos .sub-news .zoom-img {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.videos .sub-news .zoom-img svg {
    position: absolute;
    color: #fff;
    font-size: 34px;
}

.videos .sub-news .zoom-img:hover svg{
    color: #B30000;
}

.videos .sub-news .zoom-img img,
.videos .sub-news .zoom-img iframe {
    width: 100%;
    height: 100%;
}

.videos .sub-news .zoom-img img:hover,
.videos .sub-news .zoom-img iframe:hover {
    transform: scale(1.12);
    -o-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.videos .sub-news p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
    height: 72px;
    margin: 0;
    overflow: hidden;
    background: -webkit-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -o-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -moz-linear-gradient(270deg,rgba(0,0,0,0),#000);
    background: -ms-linear-gradient(270deg,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004c4c4c', endColorstr='#FF000000', GradientType=0);
}

.videos .sub-news p .time {
    font-size: 14px;
    display: block;
    color: #fff;
}

.videos .sub-news p a {
    color: #fff;
}

.videos .sub-news p a:hover {
    color: #e1e1e1;
}

@media (max-width:767px) {
    .videos .sub-news {
        float: none;
        width: calc(100% - 5px);
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) and (min-width:400px) {
    .videos .main-news,
    .videos .sub-news,
    .videos .sub-news .zoom-img {
        height: 300px;
    }

    .videos .block-title {
        margin-top: 0;
    }
}

@media (max-width: 399px) {
    .videos .main-news,
    .videos .sub-news,
    .videos .sub-news .zoom-img {
        height: 275px;
    }

    .videos .block-title {
        margin-top: 0;
    }
}

/* -- Videos -- */

/* -- urgent news -- *

.urgent {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    height: 50px;
    background: #801111;
    overflow: hidden;
}

.urgent .title {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px 0 25px;
    background: #f00;
    color: #fff;
    position: relative;
}

.urgent .title:after {
    position: absolute;
    content: '';
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #801111;
    top: calc(50% - 10px);
}


@keyframes boom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes boom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes boom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.urgent .title .word {
    animation: boom .75s ease-in-out infinite;
    -moz-animation: boom .75s ease-in-out infinite;
    -ms-animation: boom .75s ease-in-out infinite;
    -o-animation: boom .75s ease-in-out infinite;
    -webkit-animation: boom .75s ease-in-out infinite;
}


.urgent .news {
    position: absolute;
    top: 0;
    right: 70px;
    line-height: 50px;
    left: 15px;
}

.urgent .news > div p {
    margin: 0;
}

.urgent .news > div p a {
    padding-right: 20px;
    color: #fff;
}

.urgent .news > div p a:hover {
    text-decoration:underline !important;
}

.urgent .news > div {
    display: none;
}

.urgent .news > div.actinews {
    display: block;
}

.urgent .close {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #4867AA;
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

@media (max-width:450px) {
    .urgent {
        height: 100px;
    }

    .urgent .title:after {
        display: none;
    }

    .urgent .title {
        display: block;
        text-align: center;
    }

    .urgent .news {
        top: 50px;
        right: 0;
        left: 0;
    }

    .urgent .news > div p a {
        margin-right: 5px;
    }
}

/* -- ./urgent news -- */

/* -- urgent news -- */

.urgent {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    overflow: hidden;
}

.urgent .bn-label {
    background: #f00;
}

.urgent .demo-section-box {
    margin: 0;
}

@keyframes boom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes boom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes boom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.urgent .word {
    animation: boom .75s ease-in-out infinite;
    -moz-animation: boom .75s ease-in-out infinite;
    -ms-animation: boom .75s ease-in-out infinite;
    -o-animation: boom .75s ease-in-out infinite;
    -webkit-animation: boom .75s ease-in-out infinite;
}

.urgent .close {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #4867AA;
    opacity: 1;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin-top: -40px;
}

/* -- ./urgent news -- */

/* -- Footer -- */

footer {
    background: #4c4c4c;
    padding-top: 25px;
    padding-bottom: 15px;
}

footer p {
    color: #fff;
    font-size: 22px;
}

footer img {
    width: 200px;
}

footer .site-map {
    float: right;
    width: 50%;
}

footer .site-map li {
    margin-bottom: 10px;
}

footer .site-map a {
    color: #fff;
}

footer .links li{
    margin-bottom: 15px;
    font-size: 18px;
}

footer .links li a {
    color: #fff;
}

footer li a:hover {
    color: #231F20;
}

footer .social {
    margin-top: 15px;
}

footer .social li {
    display: inline-block;
    margin-left: 25px;
}

footer .social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social li a:hover {
    border-color: #231F20;
    color: #231F20;
}

footer .apps {
    margin-top: 15px;
}

footer .apps li {
    display: inline-block;
    margin-left: 25px;
}

footer .apps li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .apps li a:hover {
    border-color: #231F20;
    color: #231F20;
}

footer .copyrights {
    float: left;
    margin-top: -20px;
}

footer .copyrights p {
    margin: 0;
    font-size: 13px;
}

footer .copyrights a {
    text-decoration: underline !important;
    color: #fff;
}

footer .copyrights a:hover {
    color: #231F20;
}

@media (max-width: 767px) {
    footer img {
        margin: 0 auto 20px;
        display: block;
    }

    footer ul {
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

    footer .apps {
        border: 0;
    }

    footer .social {
        padding-bottom: 20px;
    }

    footer .social li,
    footer .apps li {
        margin-left: calc(25px/2);
        margin-right: calc(25px/2);
    }

    footer .copyrights {
        float: none;
        text-align: center;
        margin: 20px 0 10px;
    }
}

/* -- ./Footer -- */


/* ---------
    --------
    --------

        {{{{ INNER PAGES }}}}

    --------
    --------
   --------- */

/* -- Last News -- */

.inner-last-news .sub-news{
    position: relative;
    padding: 15px 0;
}


.inner-last-news .sub-news img,
.inner-last-news .sub-news iframe {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.inner-last-news .sub-news:hover img,
.inner-last-news .sub-news:hover iframe {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.inner-last-news .sub-news .line {
    position: absolute;
    height: 30px;
    right: calc(75px /2);
    bottom: -15px;
    width: 1px;
    background: #B30000;
    z-index: -1;
}

.inner-last-news .sub-news .time {
    position: absolute;
    right: 100px;
    top: 30px;
    width: 100px;
    text-align: center;
    color: #999;
}

.inner-last-news .sub-news .time svg {
    color: #801111;
}

.inner-last-news .sub-news .type {
    position: absolute;
    right: 100px;
    top: 50px;
    width: 100px;
    text-align: center;
}

.inner-last-news .sub-news p {
    position: absolute;
    width: calc(100% - 220px);
    top: 30px;
    right: 220px;
}

.inner-last-news .sub-news p a {
    display: block;
    height: 50px;
    overflow: hidden;
    color: #666;
}

.inner-last-news .sub-news p a:hover {
    color: #801111;
}

.inner-last-news .news-date {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    border: 1px solid #B30000;
    position: relative;
    background: #fff;
    margin-top: 10px; 
}

.inner-last-news .news-date .day {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 32px;
}

.inner-last-news .news-date .month-year {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: -10px;
}

.inner-last-news .news-date .line {
    position: absolute;
    bottom: -20px;
    height: 20px;
    width: 1px;
    right: calc((75px /2) - 2px);
    background: #B30000;
    z-index: -1;

}

.page-navigation {
    clear: both;
    display: block;
    padding: 25px 0;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    border-radius: 10px;
    border: 1px solid #801111;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
    color: #801111;
}

.page-navigation span,
.page-navigation a:hover {
    color: #fff;
    background: #801111;
}

@media (max-width:400px){

    .inner-last-news .sub-news .type,
    .inner-last-news .sub-news .time {
        right: 75px;
        font-size: 14px;
    }

    .inner-last-news .sub-news p {
        width: calc(100% - 175px);
        right: 175px;
    }

    .most-read .block-title {
        margin-top: 0;
    }

}

/* -- ./Last News -- */

/* -- Most Read -- */

.most-read .sub-news {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 20px;
}

.most-read .sub-news:first-child{
    padding-top: 0;
}

.most-read .sub-news:last-child{
    border: 0;
}

.most-read .sub-news .zoom-img {
    display: block;
    position: relative;
    height: 175px;
    width: 100%;
    overflow: hidden;
}

.most-read .sub-news .zoom-img img,
.most-read .sub-news .zoom-img iframe {
    width: 100%;
    height: 100%;
}

.most-read .sub-news:hover .zoom-img img,
.most-read .sub-news:hover .zoom-img iframe {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.most-read .sub-news .time {
    font-size: 15px;
    display: block;
    padding: 5px;
    color: #777;
    margin-top: 5px;
    border-right: 3px solid #801111;
}

.most-read .sub-news .time svg {
    color: #231F20;
}

.most-read .sub-news p {
    max-height: 55px;
    padding-right: 10px;
    overflow: hidden;
}

.most-read .sub-news p a {
    color: #444;
}

.most-read .sub-news p a:hover {
    color: #000;
}

/* -- /Most Read -- */

/* -- News Details -- */

.news-details .news-title a {
    color: #222;
    font-size: 25px;
}

.news-details .img {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.news-details .img .fa-play-circle {
    position: absolute;
    font-size: 55px;
    color: #fff;
}

.news-details .img .fa-play-circle:hover {
    color: #B30000;
}

.news-details img,
.news-details iframe {
    height: 100%;
    width: 100%;
}

.news-details .img p {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    width: 100%;
    z-index: 2;
}

.news-details .img p span {
    background: rgba(0,0,0,0.7);
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.news-details .info li {
    color: #777;
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
    font-size: 15px;
}

.news-details .info li:last-child {
    border-left: 0;
}


.news-details .share li {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.news-details .share li a{
	color: #FFF;
	background: #000;
	padding: 5px;
	width: 30px;
	display: inline-block;
	height: 30px;
	text-align: center;
	border-radius: 50%;
}

.news-details .share li .facebook {
	background: #3b5998;
	border: 1px solid #3b5998;
}

.news-details .share li .facebook:hover {
	background: #fff;
	color: #3b5998
}

.news-details .share li .twitter {
	background: #00aced;
	border: 1px solid #00aced;
}

.news-details .share li .twitter:hover {
	background: #fff;
	color: #00aced;
}

.news-details .share li .telegram {
	background: #31A9DD;
	border: 1px solid #31A9DD;
}

.news-details .share li .telegram:hover {
	background: #fff;
	color: #31A9DD;
}

.news-details .share li .whatsapp {
	background: #4DC65D;
	border: 1px solid #4DC65D;
}

.news-details .share li .whatsapp:hover {
	background: #fff;
	color: #4DC65D;
}

.news-details .pen {
    color: #777;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.news-details .tags {
    display: block;
    margin: 10px 0;
}

.news-details .tags a {
    color: #444;
    background: #ddd;
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.news-details .tags a:hover {
    background: #801111;
    color: #fff;
}

.news-details .text {
    text-align: justify;
    padding: 0 15px;
}

.news-details .text {
    color: #333;
}

.news-details .choices li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}  

.news-details .choices li a,
.news-details .choices li button {
    border: 1px solid #801111;
    background: #fff;
    display: block;
    padding: 5px 10px;
    color: #801111;
}

.news-details .choices li a:hover,
.news-details .choices li button:hover {
    color: #fff;
    background: #801111;
}

.news-details .related {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 20px;
}

.news-details .related .block-title {
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 0;
}

.news-details .related .zoom-img {
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news-details .related .zoom-img .fa-play-circle {
    position: absolute;
    font-size: 30px;
    color: #fff;
}

.news-details .related .zoom-img .fa-play-circle:hover {
    color: #B30000;
}

.news-details .related img,
.news-details .related iframe {
    width: 100%;
    height: 100%;
}

.news-details .related .sub-news:hover img,
.news-details .related .sub-news:hover iframe {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news-details .related .time {
    padding: 5px;
    border-right: 3px solid #801111;
    font-size: 15px;
    display: block;
    margin: 5px 0;
}

.news-details .related p {
    height: 50px;
    overflow: hidden;
}

.news-details .related h3 {
    font-size: 24px;
}

.news-details .related p a {
    color: #333;
}

.news-details .related p a:hover {
    color: #000;
}

.inner .news-block {
    border: 0;
    margin-top: 25px;
}

@media (max-width:767px) and (min-width:400px) {
    .news-details .related .zoom-img  {
        height: 300px;
    }
}

@media (max-width:400px) {
    .news-details .img {
        height: 250px;
    }

    .news-details .info li {
        margin-left: 5px;
        padding-left: 5px;
    }
}

/* -- ./News Details -- */

/* -- News Type -- */

.news-type .sub-news {
    width: calc(50% - 16px);
    float: right;
    margin: 8px;
    border-bottom: 1px solid #e1e1e1;
}

.news-type .sub-news .zoom-img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news-type .sub-news .zoom-img img,
.news-type .sub-news .zoom-img iframe {
    width: 100%;
    height: 100%;
}

.news-type .sub-news:hover .zoom-img img,
.news-type .sub-news:hover .zoom-img iframe {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news-type .sub-news .zoom-img .fa-play-circle {
    position: absolute;
    font-size: 30px;
    color: #fff;
}

.news-type .sub-news .zoom-img .fa-play-circle:hover {
    color: #B30000;
}

.news-type .sub-news  .time {
    padding: 5px;
    border-right: 3px solid #801111;
    font-size: 15px;
    display: block;
    margin: 5px 0;
}

.news-type .sub-news  p {
    height: 50px;
    overflow: hidden;
}

.news-type .sub-news  p a {
    color: #333;
}

.news-type .sub-news p a:hover {
    color: #000;
}

.inner .last-news .block-title {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .inner .last-news .block-title {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .news-type .sub-news {
        width: auto;
        float: none;
        padding: 8px;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media (max-width: 400px) {
    .news-type .sub-news .zoom-img{
        height: 175px;
    }
}

/* -- ./News Type -- */

/* -- About us -- */

.about-us .text {
    padding: 10px;
    text-align: justify;
}

/* -- ./About us -- */

/* -- Weather -- */

.inner-weather .sub-weather {
    margin-bottom: 15px;
    height: 245px;
}

.inner-weather .sub-weather h3 {
    text-align: center;
}

.inner-weather .sub-weather h3 a {
    color: #801111;
}


.inner-weather .booked-wzs-bottom-160-110 {
	display: none !important;
}

.inner-weather .w120x36-01,
.inner-weather .booked-weather-120x36{
	min-width: 115px !important;
	width: 115px !important;
}

.inner-weather .booked-weather-120x36 {
	border: none !important;
}

/* -- ./Weather -- */


/* -- contact -- */

#dle-content{
	padding: 20px 2.5%;
}

#dle-content h3{

}

#dle-content input,
#dle-content textarea{
	outline: none;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#dle-content .c-capcha{
	text-align: center;
}

#dle-content .c-capcha input{
	width: 100px;
}

#dle-content button.btn{
	display: block;
	margin: 5px auto;
	outline: none;
	border: 1px solid #801111;
	color: #fff;
	background: #801111;
}

#dle-content button.btn:hover{
	background: #fff;
	color: #801111;
}

.phone-email a{
	color: #333;
}

@media (max-width:767px) {
    .phone-email ul {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
}

/* -- ./contact -- */

/* -- Transition -- */

header .social li a,
.find button,
.navbar-nav > li > a:after,
.navbar-nav > li > a:before,
.carousel .carousel-inner img,
.carousel .carousel-inner iframe,
.carousel .carousel-indicators .zoom-img img,
.carousel .carousel-indicators .zoom-img iframe,
.iraq .main-news img,
.iraq .main-news iframe,
.iraq .main-news .fa-play-circle,
.iraq .sub-news .zoom-img img,
.iraq .sub-news .zoom-img iframe,
.reports .sub-news .zoom-img img,
.reports .sub-news .zoom-img iframe,
.news-block .main-news img,
.news-block .main-news iframe,
.videos .main-news .fa-play-circle,
.videos .main-news img,
.videos .main-news iframe,
.videos .sub-news .zoom-img img,
.videos .sub-news .zoom-img iframe,
.urgent,
.last-news .sub-news .img img,
.last-news .sub-news .img iframe,
.most-read .sub-news .zoom-img img,
.most-read .sub-news .zoom-img iframe,
.news-details .choices li a,
.news-details .choices li button,
.news-details .related img,
.news-details .related iframe,
.news-type .sub-news .zoom-img img,
.news-type .sub-news .zoom-img iframe  {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.follow-box {
    margin: 20px 0;
}
.follow-box h2 {
    font-size: 16px;
    font-weight: bold;
    color: #888;
    display: inline-block; 
    margin-left: 15px;
}
.follow-box ul {
    display: inline-block;
}
.follow-box ul.share {
    margin-bottom: 15px;
    margin-top: 15px;
}
.follow-box ul.share li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 0;
    transition: all .5s ease-in-out;
}
.follow-box ul.share li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #444;
    color: #fff;
    display: block;
    transition: all .5s ease-in-out;
}
.follow-box ul.share li.facebook a {
    background: #0778e9;
    border: 2px solid #0778e9;
    color: #fff;
}
.follow-box ul.share li.facebook a:hover {
    background: #fff;
    color: #0778e9;
}
.follow-box ul.share li.twitter a {
    background: #50abf1;
    border: 2px solid #50abf1;
    color: #fff;
}
.follow-box ul.share li.twitter a:hover {
    background: #fff;
    color: #50abf1;
}
.follow-box ul.share li.whatsapp a {
    background: #46c254;
    border: 2px solid #46c254;
    color: #fff;
}
.follow-box ul.share li.whatsapp a:hover {
    background: #fff;
    color: #46c254;
}
.follow-box ul.share li.telegram a {
    background: #2897ce;
    border: 2px solid #2897ce;
    color: #fff;
}
.follow-box ul.share li.telegram a:hover {
    background: #fff;
    color: #2897ce;
}
.follow-box ul.share li.google a {
    background: #f3b709;
    border: 2px solid #f3b709;
    color: #fff;
}
.follow-box ul.share li.google a:hover {
    background: #fff;
    color: #f3b709;
}