@charset "utf-8";
@font-face {
  font-family: 'GretaArabic';
  src:url('../../fonts/GretaArabic.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTW20';
  src:url('../../fonts/HelveticaNeueLT Arabic 75 Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueW23forSKY';
  src:url('../../fonts/HelveticaNeueW23forSKY-Reg.ttf') format('truetype');
}
@font-face {
  font-family: 'BahijJanna';
  src:url('../../fonts/Bahij Janna-Bold.ttf') format('truetype');
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body{
  background-color: #ebebeb;
  direction: rtl;
  font-family: "GretaArabic";
  font-size: 13.275px;
  text-align: right;
}
a{
	color: #000;
	text-decoration: none  !important;
}
a.nounderline:link{
 text-decoration:none;
}
.img{
   background: #e0e0e0  no-repeat center center;
   
    display: block;
}
.img2{
   background: #e0e0e0 url(../../images/article_pen.png) no-repeat center center;
    display: block;
   background-size: cover;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
  //overflow: hidden;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
.col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto ,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10,
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.container-fluid {
   padding-right: 0px;
   padding-left : 0px;
   margin-right : auto;
   margin-left  : auto;
   max-width:  1142px;
}
header{
  background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 150px;
  -webkit-box-shadow: -1px 6px 5px -3px rgba(204,204,204,1);
  -moz-box-shadow: -1px 6px 5px -3px rgba(204,204,204,1);
  box-shadow: -1px 6px 5px -3px rgba(204,204,204,1);
}
.navbar{
  padding: 0px;
  width: 100%;
  min-height: 30px;
}
.navbar-nav{
  margin-top: 9px;
}
header .navbar-nav .nav-link{
  font-size: 13pt;
  padding-right: 12px !important;
  padding-left: 12px !important;
  font-family: HelveticaNeueLTW20;
}
.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .active a{
  color: #ed1f24;
}
.logo{
  padding-right: 14px;
  float: right;
  /*! margin-left: 60px; */
  margin-top:10px;
}
.logo img{
	width:100%;
}
@media (max-width: 575px){
   
.logo img {
    width: 100%;
    max-width: 150px;
}
}
.main-search{
  position: absolute;
  left: 0px;
  top: 20px;
}
.search{
  position: relative;
  float: left;
  background: #fbfbfb;
}
.search input{
  height: 29px;
  width: 180px;
  border: 0px;
  background: none;
}
.search input[type="text"]
{
	padding-right:10px;
}
.search-icon{
  position: absolute;
  width: 19px !important;
  height: 16px !important;
  top: 6px;
  left: 14px;
  cursor: pointer;
}
.show-md{
  display: none;
}

input[type=checkbox] {
   display: none;
}
.navbar-nav-md{
  display: block;
  padding-right: 11px;
  /*! padding-top: 5px; */
   max-height: 0;
overflow: hidden;

-webkit-transition: max-height 0.35s ease-out 0s;

-moz-transition: max-height 0.35s ease-out 0s;

-o-transition : max-height 0.35s ease-out 0s;

transition: max-height 0.35s ease-out 0s;
  width: 100%;
}
.page-contint{
  margin-bottom:  40px;
}
.right-page-contint,.left-page-contint{
  margin-top: 7px;
}
/*****************MAIN NEWS**************************/
.slideshow-col {
    margin-top: 3px;
}
.slideshow-col .top-slide-row {
    //height: 350px;
    overflow: hidden;
}
.slideshow-col .top-slide-row .carousel {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.slideshow-col .top-slide-row .carousel .carousel-item, 
.slideshow-col .top-slide-row .carousel .carousel-item img, 
.slideshow-col .top-slide-row .carousel .carousel-inner{
    height: 100%;
    width: 100%;
}
.slideshow-col .top-slide-row .carousel .caption {
    position: absolute;
    bottom: 0;
    right: 0%;
    //height: 110px;
    width: 100%;
    padding: 15px 20px;    
  -webkit-box-shadow: inset 7px -85px 32px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 7px -85px 32px -12px rgba(0,0,0,0.75);
  box-shadow: inset 7px -85px 32px -12px rgba(0,0,0,0.75);
}
 .slideshow-col .top-slide-row .carousel .caption  a {    
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}
@media only screen and  (max-width: 572px){
   .slideshow-col .top-slide-row {
    height: 250px;
   
  }
  
}
/****************************************************/
.top-main-news{
  background: #fff;
  width:100% ;
  height:419px ;
  border: 1px solid #ccc;
  padding: 8px;
  position: relative;
}
.main-news-contint{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* border: 8p */
}
.top-main-news .div-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-main-news img{
  width: 100%;
  min-height: 100%;
}
.caption{
  width: 100%;
  height: 100%;
  overflow: hidden
  -webkit-box-shadow: inset 7px -85px 32px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 7px -85px 32px -12px rgba(0,0,0,0.75);
  box-shadow: inset 7px -85px 32px -12px rgba(0,0,0,0.75);
  z-index: 100;
  /* margin: 8px; */
  position: absolute;
  top: 0px;
  right: 0px;
}
.main-news-titel{
  font-size: 20pt;
  font-family: GretaArabic;
  color: rgb(255, 255, 255);
  /* font-weight: bold; */
  line-height: 1.4;
  position: absolute;
  bottom: 14px;
  padding-right: 14px;
   padding-left: 14px;
}
.bottom-main-news,.bottom-local-news {
  background: #fff;
  margin-top: 22px;
  width: 100%;
  height: 210px;
  border: 1px solid #ccc;
  padding: 10px 12px;
  position: relative;
}
.bottom-main-news a,.bottom-local-news a{
  /*! float: right; */
  /*! display: flex; */
}
.bottom-main-news .img-div,.bottom-local-news .img-div{
  width: 100%;
  height: 187px;
  overflow: hidden;
}
.bottom-main-news .img-div img,.bottom-local-news .img-div img{
  width: 100%;
  min-height: 100%;
}
.bottom-main-news .news-text .news-title h1 ,.bottom-local-news .news-text .news-title h1{
  font-size: 17pt;
  color: rgb(49, 49, 49);
  line-height: 1.271;
}
.bottom-main-news .news-text .news-title h1:hover ,.bottom-local-news .news-text .news-title h1:hover
{
  color:#000;
  text-decoration: underline;
}
.bottom-main-news .news-text .news-detial,.bottom-local-news .news-text .news-detial{
  font-size: 13.275pt;
  color: rgb(49, 49, 49);
  line-height: 1.875;
  /*height: 100px;*/
  overflow: hidden;
}
.shear {
  font-size: 13.275pt;
  color: rgb(49, 49, 49);
  line-height: 1;
}
.shear span{
  margin-right: 4px;
}
.local{
  margin-top: 12px;
}
.local .titel{
  padding-right: 19px;
  height: 40px;
}
.local .titel a{
  font-size: 13.345pt;
  font-family: "BahijJanna";
  color: rgb(40, 40, 40);
  /* font-weight: bold; */
  line-height: 2.915;
}
.local .top-local-news{
  margin-left: -15px;
}
.local .local-item{
  margin-left:15px;
  height: 250px;
  background: #fff;
  padding: 11px 8px;
  border: 1px solid #ccc;
  margin-top: 5px;
  position: relative;
}
.local-item-contint{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.local .local-item .img-div{
  width: 100%;
  height: 100%;
}
.local .local-item img{
  width: 100%;
  min-height: 100%;
}
.local-item .caption{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: inset 2px -106px 50px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 2px -106px 50px -15px rgba(0,0,0,0.75);
  box-shadow: inset 2px -106px 50px -15px rgba(0,0,0,0.75);
}
.local-item .caption p{
  position: absolute;
  bottom: 4px;
  right: 8px;
  font-size: 15pt;
  font-family: GretaArabic;
  color: rgb(255, 255, 255);
  line-height: 1.6;
}
.bottom-local-row{
  width: 100%;
  height: 100%;
}
.Arab-International{
  margin-top: 35px;
}
.Arab-International .titel{
  font-size: 13.345pt;
  color: rgb(40, 40, 40);
  /* font-weight: bold; */
  line-height: 2.915;
  padding-right: 19px;
}
.Arab-International .titel a{
  color: #000;
}
.Arab-International-news{
  background: #fff;
  padding: 12px;
  border: 1px solid #ccc;
}
.Arab-International-news .shareContainer{
  padding-left: 10px;
}
.Arab-International-news .item .row{
  margin-left: -15px;
}
.Arab-International-news .top-item a{
  /*! display: flex; */
}
.Arab-International-news .top-item .news-text{
  padding-right: 3PX;
}
.Arab-International-news .top-item .col-top-item{
  margin-left: 15px;
  overflow: hidden;
}
.Arab-International-news .top-item .col-top-item .img-div{
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.Arab-International-news .top-item .col-top-item .img-div img{
  width: 100%;
  min-height:  100%;
}
.Arab-International-news .top-item .col-top-item .news-text
,.main-econmic-news .news-text ,.main-sport-news .news-text  {
  padding-top: 15px;
}
.Arab-International-news .top-item .col-top-item .titel
,.main-econmic-news .news-text .titel ,.main-sport-news .news-text .news-titel {
  font-size: 17pt;
  color: rgb(49, 49, 49);
  line-height: 1.271;
  padding-right: 0px;
  font-weight: normal;
}
.Arab-International-news .top-item .col-top-item .titel:hover
,.main-econmic-news .news-text .titel:hover ,.main-sport-news .news-text .news-titel:hover {
  color: #000;
  text-decoration: underline;
}
.Arab-International-news .top-item .col-top-item .news-text .news-detial,
.main-econmic-news .news-text .news-dital ,.main-sport-news .news-text .news-dital{
  font-size: 12.275pt;
  color: rgb(49, 49, 49);
  line-height: 1.875;
  padding-top: 5px;
  overflow: hidden;
  /*! height: 100px; */

}

.Arab-International-news .item .min-item{
  margin-top: 15px;
  margin-left: 15px;
  overflow: hidden;
}
.Arab-International-news .item .min-item .img-news{
  width: 100%;
  height: 147px;
  overflow: hidden;
}
.Arab-International-news .item .min-item .img-news img{
  width: 100%;
  min-height: 100%;
}
.Arab-International-news .item .min-item .news-titel {
  padding-top: 10px;
  font-size: 12.445pt;
  color: rgb(0, 0, 0);
  line-height: 1.4;
}
.Arab-International-news .item .min-item .news-titel:hover,
.econmic-news .news-item span:hover ,.sport-news .news-item span:hover{
  color: #000;
  text-decoration: underline;
}
.econmic .titel {
  height: 56px;
  padding-right: 19px;
}
.econmic .titel a,.sport .titel a{
  font-size: 14.345pt;
  font-family: "BahijJanna";
  color: rgb(40, 40, 40);
  /* font-weight: bold; */
  line-height: 2.915;
}
.main-econmic-news ,.main-sport-news{
  background: #fff;
  padding: 12px;
  border: 1px solid #ccc;
}
.main-econmic-news .img-div,.main-econmic-news .news-text
,.main-sport-news .img-div,.main-sport-news .news-text{
  margin-left: 15px;
  overflow: hidden;
  height: 230px;
}
.main-econmic-news .img-div img ,.main-sport-news .img-div img{
  width: 100%;
  min-height: 100%;
}
.econmic-news,.sport-news{
  margin-left: -15px;
}
.econmic-news .news-item ,.sport-news .news-item {
  background: #fff;
  margin-left:  15px;
  padding: 22px;
  border: 1px solid #ccc;
  margin-top: 12px;
}
.econmic-news .news-item span ,.sport-news .news-item span{
  font-size: 16pt;
  color: rgb(49, 49, 49);
  line-height: 1.271;
}

.sport{
  margin-top: 12px;
}
.sport .titel{
  height: 50px;
  padding-right: 19px
}
.left-page-contint{
  padding-right: 11px;
}
.important-news,.most-reading-news{
  background: #fff;
  border: 1px solid #ccc;
}
.right{
  float: right;
}
.left{
  float: left;
}
.important-news-titel .im-news-titel {
  padding-right: 10px;
}
.important-news-titel .im-news-titel a {
  font-size: 15pt;
  font-family: "BahijJanna";
  color: rgb(0, 0, 0);
  line-height: 2.561;
  padding-right: 15px;
}
.more{
  padding-left: 26px;
  margin-top: 18px;
}
.more a{
  font-size: 12.445pt;
  font-family: "GretaArabic";
  color: rgb(0, 0, 0);
  line-height: 1.4;
}
.important-news .news-item ,.most-reading-news .news-item{
  border-top: 1px solid #e0e0e0;
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}
.important-news .news-item a,.most-reading-news .news-item a{
  font-size: 18px;
  color: rgb(56, 56, 56);
  line-height: 1.667;
}
.important-news .news-item a:hover,.most-reading-news .news-item a:hover{
color:#000;
text-decoration: underline;
}
.artical{
  background: #fff;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding-bottom: 10px;
}
.artical .artical-col-titel{
  margin-top: 8px;
  margin-bottom: 15px;
  padding-right: 10px;
  height: 34px;
}
.artical .artical-col-titel a{
  font-size: 16.593px;
  font-family: "HelveticaNeueLTW20";
  color: rgb(40, 40, 40);
  line-height: 2.345;
  padding-right: 15px;
}
.artical .item{
  margin-top: 18px;
  margin-bottom: 12px;
  padding-right: 27px;
}
.artical .item .item-content{
  display: flex;
}
.artical .item .item-content img{
  width: 74px;
  height: 74px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.artical .item .item-content span{
  display: block;
}
.artical .item .item-content .artical-info{
  padding-top: 13px;
  padding-right: 10px;
  padding-left: 10px;
}
.artical .item .item-content .artical-info .art-titel{
  font-size: 14pt;
  color: rgb(0, 0, 0);
  line-height: 1.235;
}
.artical .item .item-content .artical-info .art-weiter{
  font-size: 12.445pt;
  color: rgb(28, 157, 216);
  line-height: 1.4;
}
.most-reading-news{
  margin-top: 20px;
}
.video{
  margin-top: 26px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 12px;
  padding-bottom: 10px;
}
.video-news-titel a{
  font-size: 15pt;
  font-family: "BahijJanna";
  color: rgb(0, 0, 0);
  line-height: 2.561;
}
.vidoe-item  a{
  width: 100%;
}
.vidoe-item .img-col{
  width: 100%;
  height: 236px;
  overflow: hidden;
}
.vidoe-item .img-col img{
  width: 100%;
  min-height: 236px;
}
.vidoe-item  .video-titel-link{
  padding-top: 22px;
  font-size: 15px;
  color: rgb(56, 56, 56);
  line-height: 1.667;
}
.carecter{
  margin-top: 20px;

}
.carecter-titel{
  font-size: 13.345pt;
  padding-right: 24px;
  font-family: "BahijJanna";
  color: rgb(40, 40, 40);
  /* font-weight: bold; */
  line-height: 2.915;
}
.carecter-titel a{
  color: #000;
}
.carecter-img a:hover p{
  color: #000;
  text-decoration: underline;
}
.carecter-img{
  width: 100%;
  min-height: 270px;
  height:auto;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #ccc;
  background: #fff;
}
.carecter-img img{
  width: 100%;
}
.carecter-img p{
text-align: center;
font-size: 16px;
margin:10px 0;
}
.left-social{
  width: 48px;
  z-index: 100;
  position: fixed;
  top: 36%;
  left: 0px;
  height: 192px;
}
.left-social ul{
  list-style: none;
}
.left-social ul li{
  background: url(../../images/soicalicon.png)
}
.left-social .facebook{
  width: 100%;
  height:48px;
}
.left-social .twiter{
  width: 100%;
  height:48px ;
  background-position-y: 190px;
}
.left-social .whatsapp{
  width: 100%;
  height:48px ;
  background-position-y: 143px;
}
.left-social .telgram{
  width: 100%;
  height:48px ;
  background-position-y: 95px;
}
.left-social .google-plus{
  width: 100%;
  height:48px;
  background-position-y: 48px;
}
footer{
  background: #303030;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 22px;
}
footer .menu{
  width: 100%;
}
footer .menu ul{
  list-style: none;
  display: flex;
  min-height: 46px;
  line-height: 46px;
}
footer .menu ul li{
  padding: 0 7px 7px 7px;
  text-align: center;
}
footer .menu ul li a{
  font-size: 11pt;
  color: rgb(151, 151, 151);
  line-height: 1.4;
  white-space: nowrap;
}
footer .menu ul li a:hover{
  color: #fff;
}
.social-col{
  padding-left: 8px;
}
.social-col span{
  font-size: 13.275pt;
  font-family: "HelveticaNeueW23forSKY";
  color: rgb(151, 151, 151);
  line-height: 1.312;
  padding-top: 16px;
  padding-right: 30px;
  float: right;
}
.footer-social{
  display: flex;
  list-style: none;
  float: left;
}

.footer-social li{
  width: 46px;
  height: 46px;
}
.footer-social .facebook{
  background: url(../../images/f.png)
}
.footer-social .twiter{
  background: url(../../images/tw.png)
}
.footer-social .whatsapp{
  background: url(../../images/wh.png)
}
.footer-social .telgram{
  background: url(../../images/te.png)
}
.footer-social .google-plus{
  background: url(../../images/go.png)
}
footer .right{
  text-align: right;
  font-size: 12pt;
   color: rgb(151, 151, 151);
  line-height: 1.4;
}
footer .left{
  text-align: left;
}
.devloper{
  width: 118px;
  float: left;
}
.devloper span{
  float: right;
}
.devloper a{
  font-size: 10pt;
  font-family: "HelveticaNeueW23forSKY";
  color: rgb(255, 255, 255);
  line-height: 1.75;
}
@media (max-width: 1110px) {
  .social-col span {
    font-size: 12.275pt;
    padding-right: 3px;
  }
  /* body{
    background: #fe4;
  } */
}
@media (max-width: 1027px) {
  .search input {
     width: 150px;
   }
}
@media (max-width: 984px) {
  .search input {
     width: 150px;
  }
   header .navbar-nav .nav-link {
     padding-right: 9px !important;
     padding-left: 9px !important;
   }
   .main-news-titel {
     line-height: 1.2;
    }
}
@media (max-width: 872px) {
  header .navbar-nav .nav-link {
    font-size: 12pt;
    padding-right: 7px !important;
    padding-left: 7px !important;
   }
header .navbar-nav .nav-link a{	
color:rgba(0,0,0,.5);
}
header .navbar-nav .nav-link a:hover{	
color:#ed1f24;
}

}
@media (max-width: 767px) {
  header{
     height: auto;
  }
footer{
  padding-left: 25px;
}

  .main-search{
    top: 0px;
    left: 0;
  }
  .hidin-md{
    display: none;
  }
  .navbar-nav{
  margin-top: 29px;
}
  .show-md{
    display: block;
    width: 100%;
  }
  .label-menu {
     display: inline-block;
     cursor: pointer;
     position: absolute;
     width: 50px;
     height: 30px;
     background: url(../../images/menu-20.png) no-repeat;
     top: 0;
  }
  input[type=checkbox]:checked ~ .navbar-nav-md{
    max-height:330px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  input[type=checkbox]:checked ~ .label-menu{
     background: url(../../images/close-20.png) no-repeat;
  }
  .left-page-contint{
    padding-right: 0px;
  }
  .left-social{
    display: none;
  }
  .page-contint {
    margin-bottom: 60px;
  }
  .top-main-news {
     height: auto;
   }
  .most-reading-news ,.artical,.carecter {
     margin-top: 30px;
   }
}
@media (max-width: 580px) {
  .main-news-titel {
      font-size: 14pt;
  }
  .bottom-main-news .shear, .bottom-local-news .shear  {
    /*! position: absolute; */
    /*! left: 21px; */
    /*! right: auto; */
    /*! position: ; */
    font-size: 11.275pt;
  }
  .bottom-main-news .news-text .news-detial,
  .bottom-local-news .news-text .news-detial,
  .Arab-International-news .top-item .col-top-item .news-text .news-detial,
  .main-econmic-news .news-text .news-dital, .main-sport-news .news-text .news-dital {
    font-size: 11.275pt;
    line-height: 1.475;
    height: 71px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .shareContainer
  {
    margin-bottom:10px;
  }
  .bottom-main-news .news-text .news-title h1,
  .bottom-local-news .news-text .news-title h1,
  .Arab-International-news .top-item .col-top-item .titel,
  .main-econmic-news .news-text .titel,
  .main-sport-news .news-text .news-titel,
  .econmic-news .news-item span, .sport-news .news-item span {
    font-size: 14.346pt;
  }
  .bottom-main-news, .bottom-local-news {
    height: auto;
  }
  .local-item .caption p {
    font-size: 13pt;
    line-height: 1.81;
    bottom: 0px;
  }
  .Arab-International-news .top-item .col-top-item .news-text .shear{
    right: auto;
    left: 21px;
    font-size: 11.275pt;
  }
  .Arab-International-news .item .min-item .news-titel {
     font-size: 11.445pt;
   }
  .main-econmic-news .img-div, .main-econmic-news .news-text,
  .main-sport-news .img-div, .main-sport-news .news-text{
    margin-left: 0px;
    height: 147px;
  }

  .main-econmic-news .news-text .shear, .main-sport-news .news-text .shear {
    font-size: 11.275pt
  }
  .important-news .news-item a, .most-reading-news .news-item a {
    font-size: 12pt;
  }
  .important-news-titel .im-news-titel a {
    font-size: 14pt;
    padding-right: 4px;
  }
  .video-news-titel a{
    font-size: 14pt;
  }


}
@media (max-width: 990px) {
  footer .menu ul {
    
  }
  footer .menu ul li {
    padding: 0 7px 0px 0px;
    line-height: 1;
  }
  footer .menu ul li a {
    font-size: 11pt;
    line-height: 2.4;
  }
}
@media (max-width: 363px){
 .social-col span {
    font-size: 11.275pt;
    padding-right: 0px;
    padding-bottom: 9px;
 }
 .bottom-main-news .news-text .news-title h1, .bottom-local-news .news-text .news-title h1, .Arab-International-news .top-item .col-top-item .titel, .main-econmic-news .news-text .titel, .main-sport-news .news-text .news-titel, .econmic-news .news-item span, .sport-news .news-item span {
    font-size: 13.346pt;
 }
 .main-econmic-news .img-div, .main-econmic-news .news-text, .main-sport-news .img-div, .main-sport-news .news-text {
   height: 173px;
 }
 .footer-social li {
    width: 43px;
    height: 43px;
 }
}

@media (max-width: 240px) {
  .search input {
     width: 150px;
   }
}
/***************RSS******************/
.rss_content {
    margin: 40px 20px 0;
}
.rss_content a{
	padding:0 10px;
}
.rss_item {
	color: #333;    
	font-size: 13pt; 
    background-color: #eaebeb;
    height: 37px;
    line-height: 30px;
    margin: 0 0 10px;
    min-width: 200px;
	padding: 0 10px;
}
.rss_item span.rss_icon {
    background: transparent url("../../images/rss.png") no-repeat scroll center bottom;
    display: block;
    float: left;
    height: 15px;
    margin-top: 10px;
    width: 15px;
}
.rss_item:hover {
    background-color: #FEF2E2;
}
.rss_item:hover span.rss_icon {
    background-position: center top;
}
/*****************ARCHIVE*******************/
.archive .topic{
	font-size: 22px;
	text-align: center;
	margin: 40px 0 40px;
	color: #20548e;
}
.archive_body{
	text-align: center;margin: 10px 0 40px;
}
.archive select{
	height:30px;line-height: 100%;
	font-size: 14px;
	font-family: HelveticaNeueW23forSKY;
}
.archive input[type=submit]{
	background-color: #20548e;
	border: 0px none;
	color: rgb(255, 255, 255);
	cursor: pointer;
	height: 30px;
	text-align: center;
	width: 67px;
	font-size: 12px;
	vertical-align: top;
	font-family: HelveticaNeueW23forSKY;
}
.archive_result{
	margin:0 20px 20px;
}
.archive table {
    border-collapse: collapse;
    width: 100%;
}

.archive table, .archive th, .archive td {
    border: 1px solid #e7e7e7;
}
.archive th {
	text-align: center; 
	height: 37px;
	font-size: 11pt;
	font-weight: normal;
	font-family: HelveticaNeueW23forSKY;
	color: #333;
}
.archive thead {
	background-color: rgb(248, 248, 248); 
	font-size: 13pt; 
	height: 30px; 
	line-height: 30px; 
	border: 1px solid rgb(232, 232, 232); 
	font-weight: normal;
}
.archive tbody tr {
	border:1px #e8e8e8 solid;
}
.archive tbody tr td{
	font-size: 14px;
    text-align: center;
}
.archive .link{
    color:#333;
    font-size:16px;
    font-family: GretaArabic;
  }
.archive .link:hover{
    color:#000;
    text-decoration: underline;
}
.archive tr:hover{background-color: #fcfcfc;}
.paging {
   background-color: #d4d5d5;
    height: 42px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
   border: 1px #ccc solid;
}
.pages {
    display: inline-block;
    font-family: "Times New Roman",Times,serif;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    vertical-align: top;
}
.page_number_body {
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
}
.selected_page_number_body {
    background: #858585;
    color: #fff;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
}
.page_number_body a, .page_number_body a:link, .page_number_body a:visited {
    color: #333;
    display: block;
}
.page_number_body a:hover {
    color: #fff;
    background-color:#c6c6c6;
}
.arr_prev, .arr_next {
    height: 40px;
    margin: 0;
}
.arr_prev{
	float:right;
}
.arr_next{
	float:left;
}
.prev_link {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.arr_prev .prev {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.next_link {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.arr_next .next {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.items .item.arts_item {
    border-bottom: 1px #c7c7c7 dotted;
    font-size: 12pt;
    /*! margin: 0px 10px; */
    padding: 10px 10px;;
}
.items .item.arts_item:last-child {
	border:0 none;
}
.items .writer_arts a{
	 display: inline-block;
    padding: 10px;
    width: 100%;
}
.item .title.art_title {
    color: #333;
	font-size: 18px;
	margin-bottom: 0;
}
.item .title.art_title:hover {
    color: #000;
    text-decoration: underline;
}
.item .date {
    color: #e91802;
    display: block;
    float: right;
    font-family: "HelveticaNeueLTArabic";
    font-size: 12px;
}
.writer_arts.item .date {
    background: transparent none repeat scroll 0 0;
    height: auto;
    line-height: 100%;
    margin-top: 10px;
    padding: 0;
}
/********************************************************************/
.contact_form {
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    padding:0 10%;
}
.contact_form .field_name{
	margin: 20px 0 5px;
}
.contact_form .contact_submit, .comment_inputs input[type="submit"]
{
	background-color: #20548e;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 10px;
	width: 85px;
	font-family: GretaArabic;
}
.contact_form .contact_submit:hover, .comment_inputs input[type="submit"]:hover
{
	background-color:#a0a0a0;
}
/******************VIDEO**********************/
.video_content{
margin: 0 0 20px;
padding: 20px;
}
.video_content .share {
    float: left;
}
.video_content .video_title {
    color: #333;
	font-size: 22px;
	line-height: 140%;
	padding: 20pt;
	text-align: center;
}
.related_video {
    display: inline-block;
}
.related_video .rv_item {
	padding: 0;
	text-align: center;
	margin: 20px 0;
	padding: 0 10px;
}
.related_video .rv_item .rv_img {
    position: relative;
    margin-bottom: 15px;
}
.related_video .rv_item .play_video {
top: 50%;
margin-top: -20px;
 }
.related_video .rv_item img {
	
	max-width: 250px;
	width: 100%;
	max-height: 175px;
}
.related_video .rv_item .v_link {
    display: block;
	padding: 0 0 10px;
	text-align: center;
	font-size: 16px;
}
.related_video .rv_item a, .related_video .rv_item a:link, .related_video .rv_item a:visited {
    color: #505050;
    display: block;
}
.related_video .rv_item:hover a {
    color: #000;
    text-decoration: underline;
}
.play_video {
background-image: url("https://khaleejinews.net/images/play.png");
background-position: center center;
display: block;
height: 20px;
position: absolute;
left: 50%;
top: 80px;
width: 28px;
margin-left: -15px;
background-repeat: no-repeat;
}
/******************************************/
.gallery_unit{
padding: 20px;
text-align: center;
}
.gallery_title{
display: block;
line-height: 1;
padding: 0;
text-align: center;
font-size: 16px;
margin-bottom: 5px;
}
.gallery_date{
color: #e91802;
font-size: 12px;
font-family: HelveticaNeueW23forSKY;
}
.gallery_unit img{
height: 215px ;
margin-bottom: 10px;
width: 290px;
width: 100%;}
/*****************************/
.gallery_item
{
padding: 20px;
text-align: center;
}
.gallery_item a
{
color: #333;
}
.gallery_item a:hover .gallery_title
{
    color:#000;
    text-decoration: underline;
}
.gallery_item img
{
max-height: 490px !important;
margin-bottom: 10px;
max-width: 290px !important;
width: 100%;
}
/*****************comment*****************/
.comment_box {
    margin: 20px 10px;
}
.comment_box .comment_box_header {
color: #20548e;
font-size: 22px;
margin-bottom: 25px;
padding: 0 15px 0 10px;
text-align: center;
}
.comment_box .comment_item {
     background-color: #fafafa;
    border-radius: 4px;
    margin-top: 40px;
}
.comment_header
{	  
	background-color: #20548e;
    height: 37px;
	line-height: 37px;
}

.comment_box .comment_no {
    float: right;
    font-size: 14pt;
    padding: 0 10px;
    font-family: arial;
    font-weight: bold;
    line-height: 30px;
    margin-top: -30px;
    color: #333;
    text-align: center;
    border-radius: 7px 7px 0 0;
    /*! border-bottom: 1px #f0f0f0 solid; */
}
.comment_box .comment_name {
    color: #fff;
    float: right;

    font-size: 16px;
    margin: 0 25px 0 0;
    /*! line-height: 26px; */
}
.comment_box .comment_date {
    float: left;
    font-size: 12px;
    margin:0 15px;
    color:#fff;
    background-size: 13px auto;
    font-family: NotoKufiArabicRegular;
}
.comment_box .comment_inside
{
    display: inline-block;
    padding: 0 25px;
    width: 100%;
}
.comment_box .comment_subject {
    font-size: 18px;
    line-height: 1;
    margin: 15px 0 20px;
   }
.comment_box .comment_body {
     color: #333;
     font-size: 11pt;
    line-height: 1.2;
    margin-bottom: 30px;
}
.comments_form
{
margin: 0 auto;
color: #333;
font-size: 16px;
padding: 0 10px;
}
.add_comment
{
	color: #20548e;
    font-size: 22px;
    margin-bottom: 25px;
    padding: 0 15px 0 10px;
    text-align: center;
  }
.comment_inputs .field_name {
    margin: 20px 0 5px;
}
.comment_inputs
{
}

/*****/
iframe#st_gdpr_iframe {
    left: auto !important;
    right: -5000px;
}
.Breaking-News{
  width: 100%;
  min-height: 60px;
  height:auto;
  background: #cb0020;
  position: fixed;
  bottom: 0px;
  z-index:0;
}
.Breaking-News .container-fluid{	
position:relative;	
}
.Breaking-News .main{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.Breaking-News .titel{
  float: right;
  width: 122px;
  height: 100%;
  font-size: 42px;
  text-align: center;
 color: rgb(255, 255, 255);
 line-height: 1.387;
}
.Brea-News{
  /*! float: right; */
  height: 100%;
  color: #fff;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 22px;
}
.colos-button{
  width: 25px;
  height: 25px;
  float: left;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 100;
  text-align: center;
  cursor: pointer;
}
.colos-button img{
  margin: 5px;
}
/**********************************/
@font-face {
 font-family:'Jazeera_font_icons';
 src:url('../../fonts/jazeera_font_icons.eot');
 src:url('../../fonts/jazeera_font_icons.eot#iefix') format('embedded-opentype'),
 url('../../fonts/jazeera_font_icons.ttf') format('truetype'),
 url('../../fonts/jazeera_font_icons.woff') format('woff'),
 url('../../fonts/jazeera_font_icons.svg') format('svg');
 font-weight:normal;
 font-style:normal
}

.ajaicon {
 font-family:'Jazeera_font_icons'!important;
 speak:none;
 font-style:normal;
 font-weight:normal;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 font-size:19px
}

.icon-whatsapp:before {
 content:""
}
.icon-facebook:before {
 content:"";
 color:#c5c5c5
}
.icon-twitter:before {
 content:"";
 color:#c5c5c5
}


.shareContainer {
 position:absolute;
 width:100%;
 display:inline-block;
 float: left;
 text-align: left;
 left: 10px;
 bottom: 0;
}
.shareBtn {
 cursor:pointer;
 position:relative;
 text-align:left;
 color:#c3c3c3;
 transition:.3s;
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 display:inline-block;
 line-height:1px;
 z-index:8;
 height:20px;
}
.shareBtn>span {
 position:relative;
 z-index:9
}
.shareDiv {
 display:block;
 position:absolute;
 top:0;
 left:50px;
 direction:ltr;
 ! height:20px; 
 white-space:nowrap;
 ! width:170px 
}
.shareDiv a {
 height:19px;
 position:relative;
 margin-left:20px;
 display:inline-block;
 opacity:0
}
.shareDiv a:first-child {
 transition:.2s .1s;
 -webkit-transition:.2s .1s;
 -moz-transition:.2s .1s;
 -o-transition:.2s .1s
}
.shareDiv a:nth-child(2) {
 transition:.3s .2s;
 -webkit-transition:.3s .2s;
 -moz-transition:.3s .2s;
 -o-transition:.3s .2s
}
.shareDiv a:nth-child(3) {
 transition:.4s .3s;
 -webkit-transition:.4s .3s;
 -moz-transition:.4s .3s;
 -o-transition:.4s .3s
}
.shareDiv a.share_visible {
 opacity:1;
 margin-left:35px
}
.shareDiv a:hover {
 text-decoration:none
}
.shareDiv i.icon-facebook:before {
 color:#4468b0
}
.shareDiv i.icon-twitter:before {
 color:#2aa3ef
}
.shareDiv i.icon-whatsapp:before {
 color:#36b54a
}
.share_clickPreventer {
 position:absolute;
 cursor:default;
 background:transparent;
 top:0;
 left:0;
 right:0;
 bottom:0;
 z-index:2
}

@media(min-width:992px){
.gallery_unit img{
 height:215px !important;
 }

}

@media(min-width:767px) {
 .shareDiv a.shareDiv__whatsapp {
  display:none
 }
  .nav-overflow{
        overflow:unset !important;
    }
}

@media(max-width:768px) {
   
.d-xs-none
{
	display:none;
}
.navbar {
    margin-top: 10px;
}
}
.path {
    color: #2f2f2f;
    font-family: HelveticaNeueW23forSKY;
    font-size: 12px;
    background: #fdfafd none repeat scroll 0 0;
    height: 37px;
    line-height: 37px;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* news page */
.news-contint ,.art-contint{
  background: #FFF;
  padding:  20px 20px;
  position: relative;
  overflow: hidden;
}
.news-contint h1 ,.art-contint h1{
  color: #333;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.news-contint h2{
  color: #ed1f24;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.main-news-image{
  height: auto;
  margin: 0 0 30px;
  width: 100%;
  float: right;
}
.news-contint .news-date-info ,.art-contint .art-date-info{
    color: #e91802;
    font-size: 10pt;
    margin-bottom: 10px;
    font-family: HelveticaNeueW23forSKY;
    width: 100%;
    float: right;
}
.news-contint .news_text,.art-contint .news_text{
  font-size: 13pt;
  font-weight: normal;
  color: #333;
  line-height: 1.6;
  padding-top: 10px;
}
.news-contint .news_text img{
margin:10px auto;
max-width:100%;
height: auto;
}
.writer-image-div .writer_name{
	
  color: rgb(28, 157, 216);
  font-size: 22px;
  margin-bottom: 20px;
}
.related_header{
  background: #c90000;
  color: #fff;
  font-size: 20px;
  height: 37px;
  line-height: 37px;
  text-indent: 15px;
  font-family: "BahijJanna";
  float: right;
  width: 100%;
  margin-top: 10px;
}
.related_contint{
  padding: 10px 0;
  float: right;
}
.related_contint .col-sm-6{
  padding-left: 20px;
  margin-bottom: 10px;
}
.related_contint .img-div{
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.related_contint .img-div img{
  width: 100%;
  min-height: 100%;
}
.related_contint p{
 margin-bottom: 5px;
 margin-top: 10px;
 font-size: 18px;
}
.row_related_contint{
  margin-left: -20px;
}
/* art page */
.art-title{
  width: 100%;
  float: right;
  text-align: center;
}
.writer-image-div{
  text-align: center;
  float: right;
  width: 100%;
}
.writer-image{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #fafafa;
  margin: 2px auto;
}
.row_related_contint_arts{
  text-align: center;
  float: right;
}
.row_related_contint_arts .img-div{
  width: 100%;
  height: 110px;
}
.row_related_contint_arts .img-div img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 3px solid #fafafa;
  min-height: 100px;
}
.row_related_contint_arts span.writer_name{
  color:rgb(28, 157, 216);
  margin-bottom: 20px;
  display: block;
}
/*  arts page */
.art-item{
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 15px;
}
.art-item:last-child{
  border:0 none;
}
.art-item img ,.writer-item img{
  display: block;
  height: 90px;
  width: 90px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 45px;
}
.art-item .ditale{
  padding-right: 15px;
  margin: 10px 0;
}
.art-item .ditale .writer_name a{
  color: rgb(28, 157, 216);
  font-size: 14pt;
  font-family: HelveticaNeueW23forSKY;
}
.art-item .ditale .art_titel a{
  font-size: 14pt;
  font-family: GretaArabic;
}
/*writer page  */
.writer-item {
   display: flex;
   padding-bottom: 10px;
   border-bottom: 1px solid #d5d5d5;
   margin-top: 15px;
}
.writer-item:last-child{
  border:0 none;
}
.writer-item .writer-info{
   padding-right: 20px;
   font-family: HelveticaNeueW23forSKY;
}
.writer-item .writer-info p{
  font-size: 14pt;
 
}
.writer-item .writer-info p a
{
   color: rgb(28, 157, 216);
  font-family: "BahijJanna";
  font-size: 22px;
}
.writer-item .writer-info span{
  font-size: 10pt;
}
/* cat page */
.cat-news-item{
  border-bottom: 1px dotted #c7c7c7;
  padding: 14px 19px;
  position: relative;
}
.cats>:last-child{
  border-bottom: 0px dotted #c7c7c7;
}
.img-news-col{
  overflow: hidden;
}
.img-news-col img{
  width: 100%;
  min-height: auto;
}
.cat-news-info{
  padding-right: 15px;
}
.news-date{
  color: #999;
  font-size: 12px;
  font-family: HelveticaNeueW23forSKY;
 }
.cat-news-titel{
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}
.summery{
  color: #474747;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  font-family: HelveticaNeueW23forSKY;
}
/* search page */
.result-item{
  border-bottom: 1px dotted #c7c7c7;
  padding: 15px 20px;
}
.result-item:last-child{
  border-bottom: 0 none;
  
}
.result-item span{
  color: #e91802;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.result-item a{
  color: rgb(56, 56, 56);
  font-size: 18px;
  line-height: 1.6;
}
.result-item a:hover
{
  color:#000;
  text-decoration: underline;
}
/***************RSS******************/
.rss_content {
    margin: 40px 20px 0;
}
.rss_content a{
	padding:0 10px;
}
.rss_item {
	color: #333;    
	font-size: 13pt; 
    background-color: #eaebeb;
    height: 37px;
    line-height: 30px;
    margin: 0 0 10px;
    min-width: 200px;
	padding: 0 10px;
	font-family: BahijJanna;
}
.rss_item span.rss_icon {
    background: transparent url("../../images/rss.png") no-repeat scroll center bottom;
    display: block;
    float: left;
    height: 15px;
    margin-top: 10px;
    width: 15px;
}
.rss_item:hover {
    background-color: #FEF2E2;
}
.rss_item:hover span.rss_icon {
    background-position: center top;
}
/*****************ARCHIVE*******************/
.archive .topic{
	font-size: 22px;
	text-align: center;
	margin: 40px 0 40px;
	color: #ed1f24;
	font-family: "BahijJanna";
}
.archive_body{
	text-align: center;margin: 10px 0 40px;
}
.archive select{
	height:30px;line-height: 100%;
	font-size: 14px;
	font-family: HelveticaNeueW23forSKY;
}
.archive input[type=submit]{
	background-color: #20548e;
	border: 0px none;
	color: rgb(255, 255, 255);
	cursor: pointer;
	height: 30px;
	text-align: center;
	width: 67px;
	font-size: 16px;
	vertical-align: top;
	font-family: "BahijJanna";
}
.archive_result{
	margin:0 20px 20px;
}
.archive table {
    border-collapse: collapse;
    width: 100%;
}

.archive table, .archive th, .archive td {
    border: 1px solid #e7e7e7;
}
.archive th {
	text-align: center; 
	height: 37px;
	font-size: 13pt;
	font-weight: normal;
	font-family: "BahijJanna";
	color: #333;
}
.archive thead {
	background-color: rgb(248, 248, 248); 
	font-size: 13pt; 
	height: 30px; 
	line-height: 30px; 
	border: 1px solid rgb(232, 232, 232); 
	font-weight: normal;
}
.archive tbody tr {
	border:1px #e8e8e8 solid;
}
.archive tbody tr td{
	font-size: 14px;
    text-align: center;
	font-family: HelveticaNeueW23forSKY;
}
.archive .link{
    color:#333;
    font-size:16px;
  }
.archive .link:hover{
    color:#000;
    text-decoration: underline;
}
.archive tr:hover{background-color: #fcfcfc;}
.paging {
   background-color: #d4d5d5;
    height: 42px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
   border: 1px #ccc solid;
}
.pages {
    display: inline-block;
    font-family: "Times New Roman",Times,serif;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    vertical-align: top;
}
.page_number_body {
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
}
.selected_page_number_body {
    background: #858585;
    color: #fff;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
}
.page_number_body a, .page_number_body a:link, .page_number_body a:visited {
    color: #333;
    display: block;
}
.page_number_body a:hover {
    color: #fff;
    background-color:#c6c6c6;
}
.arr_prev, .arr_next {
    height: 40px;
    margin: 0;
}
.arr_prev{
	float:right;
}
.arr_next{
	float:left;
}
.prev_link {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.arr_prev .prev {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.next_link {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.arr_next .next {
    background-image: url("https://khaleejinews.net/images/arrow.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin: 10px auto 0;
    width: 14px;
}
.items .item.arts_item {
    border-bottom: 1px #c7c7c7 dotted;
    font-size: 12pt;
    /*! margin: 0px 10px; */
    padding: 10px 10px;;
}
.items .item.arts_item:last-child {
	border:0 none;
}
.items .writer_arts a{
	 display: inline-block;
    padding: 10px;
    width: 100%;
}
.item .title.art_title {
    color: #333;
	font-size: 18px;
	margin-bottom: 0;
}
.item .title.art_title:hover {
    color: #000;
    text-decoration: underline;
}
.item .date {
    color: #e91802;
    display: block;
    float: right;
    font-family: "HelveticaNeueLTArabic";
    font-size: 12px;
}
.writer_arts.item .date {
    background: transparent none repeat scroll 0 0;
    height: auto;
    line-height: 100%;
    margin-top: 10px;
    padding: 0;
    font-family: HelveticaNeueW23forSKY;
}
/********************************************************************/
.contact_form {
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    padding:0 10%;
}
.contact_form .field_name{
	margin: 20px 0 5px;
	font-family: HelveticaNeueW23forSKY;
}
.contact_form .contact_submit, .comment_inputs input[type="submit"]
{
	background-color: #20548e;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 10px;
	width: 85px;
	font-family: BahijJanna;
}
.contact_form .contact_submit:hover, .comment_inputs input[type="submit"]:hover
{
	background-color:#a0a0a0;
}
/******************VIDEO**********************/
.video_content{
margin: 0 0 20px;
padding: 20px;
}
.video_content .share {
    float: left;
}
.video_content .video_title {
    color: #333;
	font-size: 22px;
	line-height: 140%;
	padding: 20pt;
	text-align: center;
}
.related_video {
    display: inline-block;
}
.related_video .rv_item {
	padding: 0;
	text-align: center;
	margin: 20px 0;
	padding: 0 10px;
}
.related_video .rv_item .rv_img {
    position: relative;
    margin-bottom: 15px;
}
.related_video .rv_item .play_video {
top: 50%;
margin-top: -20px;
 }
.related_video .rv_item img {
	
	max-width: 250px;
	width: 100%;
	max-height: 175px;
}
.related_video .rv_item .v_link {
    display: block;
	padding: 0 0 10px;
	text-align: center;
	font-size: 16px;
}
.related_video .rv_item a, .related_video .rv_item a:link, .related_video .rv_item a:visited {
    color: #505050;
    display: block;
}
.related_video .rv_item:hover a {
    color: #000;
    text-decoration: underline;
}
.play_video {
background-image: url("https://khaleejinews.net/images/play.png");
background-position: center center;
display: block;
height: 20px;
position: absolute;
left: 50%;
top: 80px;
width: 28px;
margin-left: -15px;
background-repeat: no-repeat;
}
/******************************************/
.gallery_unit{
padding: 20px;
text-align: center;
}
.gallery_title{
display: block;
line-height: 1;
padding: 0;
text-align: center;
font-size: 16px;
margin-bottom: 5px;
}
.gallery_date{
color: #e91802;
font-size: 12px;
font-family: HelveticaNeueW23forSKY;
}
.gallery_unit img{
height: auto;
margin-bottom: 10px;
width: 290px;
width: 100%;}
/*****************************/



/*****************comment*****************/
.comment_box {
    margin: 20px 10px;
}
.comment_box .comment_box_header {
color: #ed1f24;
font-size: 22px;
margin-bottom: 25px;
padding: 0 15px 0 10px;
text-align: center;
font-family: "BahijJanna";
}
.comment_box .comment_item {
     background-color: #fafafa;
    border-radius: 4px;
    margin-top: 40px;
}
.comment_header
{	  
	background-color: #303030;
    height: 37px;
	line-height: 37px;
}

.comment_box .comment_no {
    float: right;
    font-size: 14pt;
    padding: 0 10px;
    font-family: arial;
    font-weight: bold;
    line-height: 30px;
    margin-top: -30px;
    color: #333;
    text-align: center;
    border-radius: 7px 7px 0 0;
    /*! border-bottom: 1px #f0f0f0 solid; */
}
.comment_box .comment_name {
    color: #fff;
    float: right;

    font-size: 16px;
    margin: 0 25px 0 0;
    /*! line-height: 26px; */
}
.comment_box .comment_date {
    float: left;
    font-size: 12px;
    margin:0 15px;
    color:#fff;
    background-size: 13px auto;
    font-family: HelveticaNeueW23forSKY;
}
.comment_box .comment_inside
{
    display: inline-block;
    padding: 0 25px;
    width: 100%;
}
.comment_box .comment_subject {
    font-size: 18px;
    line-height: 1;
    margin: 15px 0 20px;
    font-family: "BahijJanna";
   }
.comment_box .comment_body {
     color: #333;
     font-size: 11pt;
    line-height: 1.2;
    margin-bottom: 30px;
}
.comments_form
{
margin: 0 auto;
color: #333;
font-size: 16px;
padding: 0 10px;
}
.add_comment
{
	color: #ed1f24;
    font-size: 22px;
    margin-bottom: 25px;
    padding: 0 15px 0 10px;
    text-align: center;
	font-family: "BahijJanna";
  }
.comment_inputs .field_name {
    margin: 20px 0 5px;
    font-family: HelveticaNeueW23forSKY;
}
.comment_inputs
{
}

/*****/
iframe#st_gdpr_iframe {
    left: auto !important;
    right: -5000px;
}
/**************************/
.subable {
color: rgba(0,0,0,.5);
display: block;
float: right;
font-family: HelveticaNeueLTW20;
font-size: 13pt;
height: 42px;
white-space: nowrap;
line-height: 42px;
background: transparent url("../../images/arr_down.png") no-repeat scroll 7px 20px;
cursor: pointer;
padding: 0 7px;
position: relative;
}
.subable span {
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
}
.subable div {
    background: #e30520;
    left: auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 99999;
    transition: max-height 0.3s linear 0s;
}
.subable div span {
    border-bottom: 1px solid #c40119;
    display: block;
    float: none;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 5px;
}
.subable div span:last-child {
    border: 0 none;
}
.subable div span a {
    display: block;
    height: 35px;
    line-height: 30px;
    padding: 0;
    width: 100%;
    color:#fff;
}
.subable div span:hover {
    background-color: #c40119;
}
.subable:hover > div.list {
    max-height: 400px;
}
.last-news-bar {
 width:100%;
 height:36px;
 margin-top:5px;
}
.last-news-bar .container-fluid {
 /*! background:#fff; */
 padding-right:18px;
 padding-left:18px
}
.last-news-bar .container-fluid .titel {
 font-size:18px;
 color:red;
 line-height:2.345;
 float:right;
 padding-left:18px
}
.news-bar {
 width:100%/*! max-width: 981px; */
}
@keyframes ticker {
 0% {
  transform:translate3d(0,0,0)
 }
 100% {
  transform:translate3d(100%,0,0)
 }
}
.tcontainer {
 overflow:hidden
}
.ticker-wrap {
 padding-left:100%;
 padding-top:9px
}
.ticker-move {
 display:inline-block;
 white-space:nowrap;
 animation-iteration-count:infinite;
 animation-timing-function:linear;
 animation-name:ticker;
 animation-duration:80s
}
.ticker-move:hover {
 animation-play-state:paused
}
.ticker-item {
 display:inline-block;
 padding:0 2rem;
 position:relative;
 font-size:16px;
}
.ticker-item::after {
 content:'';
 background:url(../../images/icon.png);
 background-size:cover;
 height:27px;
 width:27px;
 position:absolute;
 left:-16px;
 bottom:3px;
 z-index:0
}
.ad{
background: #e4e4e4;
max-height: 90px;
max-width: 728px;

}
.ads{
    background: #e4e4e4;
    max-height: 280px;
    margin:22px 0 0;
    
}
.news_share {
 margin:10px auto;
 height:22px
}
.news_share a {
 float:left;
 background-image:url(../../images/share.png);
 background-repeat:no-repeat
}
.facebook_share {
 background-position:0 0;
 width:12px;
 height:22px;
 display:block;
 margin:0 15px
}
.twitter_share {
 width:23px;
 height:22px;
 background-position:-12px 0;
 margin:1px 12px 0
}
.whatsapp_share {
 margin:0 12px;
 width:22px;
 height:22px;
 background-position:-35px 0
}
.telegram_share {
 margin:0 12px;
 width:22px;
 height:22px;
 background-position:-57px 0
}