*{}
.dropline{
  transition:all 0.4s ease 0.0s;
  transform-orign:left left;
}
.dropline:hover{
  transform:scale(1.02) rotate(0deg);
}

.droptext{
  transition:all 0.2s ease 0.0s;
  transform-orign:right right;
}
.droptext:hover{
  transform:scale(1.09) rotate(0deg);
}

.droplet img, .star img{
  transition:all 0.4s ease 0s;
  transform-orign:center center;
  }
.droplet img:hover, star img:hover{
  transform:scale(1.2) rotate(0deg);
  overflow: hidden;
}
body{
  background: #f3f3f3;
  direction: rtl;
  width:1200px;
  margin: auto;
  font-family: 'aljazeeraregular';
  box-shadow: 0px 0px 5px lightgray;

}
a{
  text-decoration: none;
  color: #0072bc;
}
a:hover{
  text-decoration: none;
  color: #0072bc;
}
header{
  padding: 20px 15px;
  height: 110px;
  width: 1170px;
  bottom: 0px;
  top: 0px;
  background: white;
  margin: auto;
}
.logo{
  display: inline-block;
  float: right;
  width:251px;
  height: 92px;
  padding: 5px;
}
.mainAds{
  display: inline-inline-block;
  float: left;
  width:900px;
  /*height: 92px;*/
  overflow: hidden;
}
.mainAds img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 5px;*/
  /*width: 850px;*/
  /*height: 100px;*/
  overflow: hidden;
}
/*-------------------admin choice----------------*/
.adminChoice{
  border: 1px solid #0072bc;
  background: white;
  height: 100px;
  width: 1158px;
  padding-right:40px;
  display: block;

}
.adminchoiceTitle{
  display: inline-block;
  width: 90px;
  height: 30px;
  transform: rotate(270deg);
  background: red;
  color: white;
  padding: 5px;
  margin-right:-70px;
  margin-top: 30px;
  text-align: center;
  position: absolute;
}
.adminchoiceBlock{
  display: inline-block;
  width: 385px;
  height: 100px;
  /*border-bottom: 1px solid gray;/*dha_border*/
}


.adminchoicenews{
  display: inline-block;
  vertical-align: top;
  /* width: 350px; */
  /*border-bottom: 1px solid gray;/*dha_border*/
  padding: 5px;
}
.adminchoicenewsTitle{
  vertical-align: top;
  /* float: left; */
  width: 230px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeerabold';
}
/*------------------- menu ----------------*/
nav{
  z-index: 3;
}
nav>ul{
  padding-right: 0px;
  margin: 0px;
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(0,111,183,1) 100%);
  color: white;
}
nav li{
  display: inline-block;
  padding: 5px 5px;
  width: auto;
  text-align: center;
}
nav li:hover{
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(255,0,0,1) 100%);
}
nav li:active{
  background: red;
}
nav a{
  text-decoration: none;
  color: white;
}
nav a:hover{
  text-decoration: none;
  color: white;
}
nav >ul{
  z-index: 3px;
  /*border: 1px solid darkorange;*/
}
section{
}
div{
}
/*------------------- slide ----------------*/
.selected_main_story
{
	left:0;
	top:0;
	width:390px;
	height:296px;
	padding:0;
	background:#e1e1e1;
	display:block;
}

.selected_main_story img,.main_story img
{
	height: 296px;
    margin: 0;
    overflow: hidden;
    width: 390px;
    object-fit: cover;
    background: lightgray;
    background-image: url(../images/puff.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.slider{
  width: 1190px;
  height: 500px;
  background: #0072bc;
  padding: 5px;
  overflow: hidden;
}
.slideThumbs{
  width:398px;
  height: 500px;
  /* padding-right: 5px; */
  display: inline-block;
}

.slideThumbs img{
  width: 127px;
  height: 93px;
  padding-right: 5px;
  object-fit: cover;
  display: inline-block;
  /* background: lightgray; */
  background-image: url("images/square_ads.jpg");
}
.slideThumbs img:hover{
  background: red;
  /* border: 1px solid red; */
  /* width: 126px;
  height: 92px; */
}
.slideImage{
  width: 790px;
  display: inline-block;
  padding: 1px;
}
.slideImage img{
  width:790px;
  height: 497px;
  object-fit: cover;
  /* animation: slideIn 1s; */
  display: inline-block;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.fladeImage{
  animation: fadeIn 1s;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
z-index: -3;
}
.slideTitle{
  position: absolute;
  top:492px;
  width: 790px;
  height: 300px;
  overflow: hidden;
    /* animation: slideInUp 1s; */
    z-index: 3;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.slideTitle a{
  text-decoration: none;
  color: white;
}
.slideTitle a:hover{
  text-decoration: none;
  color: white;
}
.slidenewsTitle{
  position: absolute;
  bottom: 60px;
  padding: 15px;
  z-index: 3;
  /* animation: slideInLeft 1s; */
  font-family: 'aljazeerabold';
}
.slidenewsDiscription{
  position: absolute;
  padding: 15px;
  z-index: 4;
  bottom: 30px;
  animation: fadeInUp 1s;
  color: white;
  font-family: 'aljazeeraregular';
}
.newsTitle{
  position: absolute;
  bottom: 60px;
  padding: 15px;
  z-index: 3;
  font-family: 'aljazeerabold';
}
.newsDiscription{
  position: absolute;
  padding: 15px;
  z-index: 4;
  bottom: 30px;
  color: white;
  font-family: 'aljazeeraregular';
}
/**/
.main_story
{
	display: none;
     width:790px;
  height: 497px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.selected_main_story
{
	left:0;
	top:0;
 width:790px;
  height: 497px;
	padding:0;
	background:#e1e1e1;
	display:block;
}
.selected_main_story img,.main_story img
{
	 width:790px;
  height: 497px;
    margin: 0;
    overflow: hidden;
    object-fit: cover;
    /* animation: fadeIn 1s; */
    background: lightgray;
    background-image: url(../images/puff.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.selected_mn_item{
  background: red;

}
/*------------------- news line ----------------*/
.newslineBg{
  position: absolute;
  width: 100%;
  right:0px;
  left:0px;
}
.newslineBlock{
  background: rgb(167,167,167);
  background: linear-gradient(0deg, rgba(167,167,167,1) 0%, rgba(254,254,254,1) 100%);
}
.newsline{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  position: relative;
  width: 795px;
  right: 0px;
  left:0px;
  padding-right: 0px;
  margin: 0px;

}
.newsline ul{
  color: red;
  margin: 0px;
  padding: 0px;
}
.newsline li{
  display: inline-block;
  padding: 5px 5px;
  width: auto;
  text-align: center;
}
.newsline a{
  color: #0072bc;
  font-family: 'aljazeerabold';
}
.newslineTitle{
  margin: 5px;
  padding: 3px 9px;
  background: rgb(191,22,29);
  background: linear-gradient(0deg, rgba(191,22,29,1) 0%, rgba(235,27,35,1) 100%);
  display: inline-block;
  color: white;
}
/*------------------- last update----------------*/
.lastUpdate{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  width: 370px;
  color: white;
  text-align: center;
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(0,111,183,1) 100%);
  margin: 0px;
  padding: 8px 15px;
}
.row{
  width: 1190px;
  background: #FFFFFF;
  padding: 5px;
  display: inline-block;
}
/*------------------- news columns ----------------*/
.newsCol{
  /*column-count: 2;*/
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 10px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  width: 790px;
  height: 476px;
  overflow: hidden;
  display: inline-block;
  top: 0px;
}
.newsColCats{
  /*column-count: 2;*/
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 10px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  width: 790px;
  height: 2157px;
  overflow: hidden;
  display: inline-block;
  top: 0px;
}
.newsColDetails{
  /*column-count: 2;*/
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 10px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  width: 790px;
  min-height: 1000px;
  overflow: hidden;
  display: inline-block;
  top: 0px;
}
.newsColOthers{
  /*column-count: 2;*/
  /* padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 10px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray; */
  width: 792px;
  height: 350px;
  color: white;
  background: #0072bc;
  overflow: hidden;
  display: inline-block;
  top: 0px;
}
.newsColOthers a{
  color:white;
}
.newsCol:hover{
  border-bottom: 10px solid #0072bc;
  border-right: 1px solid #0072bc;
  border-left: 1px solid #0072bc;
}
.newscolTitle{
  border-top: 4px solid red;
  vertical-align: top;
  padding: 10px;
  /*border: 1px solid red;/*dha_border*/
  color: #0072bc;
  padding: 0px 15px;
  background: rgb(193,220,238);
  background: linear-gradient(0deg, rgba(193,220,238,1) 0%, rgba(254,254,254,1) 100%);
}
.newscolTitle:hover{
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(0,111,183,1) 100%);
  color: red;

}
.newscolTitle a{
}
.newscolTitle a:hover{
  color: white;
}
.newscolTitleOther{
  border-top: 4px solid red;
  vertical-align: top;
  padding: 10px;
      height: 36px;
  /*border: 1px solid red;/*dha_border*/
  color: white;
  text-align: center;
  padding: 0px 15px;
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(0,111,183,1) 100%);
}
.newscolTitleOther:hover{
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(0,111,183,1) 100%);
  color: red;

}
.catTitle{
  font-family: 'aljazeerabold';
  padding: 5px;
}
.mostviewed{
  color:darkgray;
  font-family: 'aljazeeraregular';
  font-size: 80%;
}
/*----------------Main news col---------------*/

.newscolmainLink{
  width: 375px;
  height: 270px;
  margin-bottom: 0px;
  overflow: hidden;
  /*border: 1px solid red;/*dha_border*/
}
.newscolmainLinkOther{
  width: 250px;
  height: 200px;
  margin-bottom: 0px;
  overflow: hidden;
  /*border: 1px solid red;/*dha_border*/
}
.newscolmainImage{
  /*border: 1px solid red;/*dha_border*/
  width: 375px;
  height: 270px;
  background: lightgray;
  background-image: url("images/square_ads.jpg");
}
.newscolmainImageOther{
  /*border: 1px solid red;/*dha_border*/
  width: 250px;
  height: 200px;
  background: lightgray;
  background-image: url("images/square_ads.jpg");
}
.newscolmainTitle{
  color: #0072bc;
  font-family: 'aljazeerabold';
  /*border: 1px solid red;/*dha_border*/
}
/*----------------second news col---------------*/
.secondCat{
  width: 380px;
  display: inline-block;
}
.secondCatCats{
  width: 790px;
  display: inline-block;
}
.newscolSecond{
  vertical-align: top;
  width: 380px;
  display: inline-block;
  /*border-bottom: 5px solid gray;/*dha_border*/
  padding: 5px;
}
.newscolSecondCats{
  vertical-align: top;
  width: 780px;
  display: inline-block;
  height: 150px;
  overflow: hidden;
  border-bottom: 1px solid lightgray;
  padding: 5px;
}

.newscollectionsDetails{
  padding: 20px;
  /* border: 1px solid red; */

}
.newscolSecondDetails{
  vertical-align: top;
  /* width: 750px; */
  
  padding: 5px;
  display: inline-block;
  /* height: 150px; */
  overflow: hidden;
  /* border-bottom: 1px solid lightgray; */
  padding: 5px;
}
.newscolsecondImage{
  /*border: 1px solid red;/*dha_border*/
  width: 165px;
  height: 111px;
  display: inline-block;
  background: lightgray;
  background-image: url("../images/square_ads.jpg");
}
.newscolsecondImageCats{
  /*border: 1px solid red;/*dha_border*/
  width: 200px;
  height: 150px;
  display: inline-block;
  background: lightgray;
  background-image: url("../images/square_ads.jpg");
}
.newscolsecondImageArts{
  /*border: 1px solid red;/*dha_border*/
  width: 150px;
  height: 150px;
  display: inline-block;
  background: lightgray;
  background-image: url("../images/square_ads.jpg");
}
.newscolsecondImageDetails{
  /*border: 1px solid red;/*dha_border*/
  width: 745px;
  border: 4px solid lightgray;
    margin: -4px
  /* height: 150px; */
  display: inline-block;
  background: lightgray;
  background-image: url("../images/square_ads.jpg");
}
.artcolsecondImageDetails{
  /*border: 1px solid red;/*dha_border*/
  width: 200px;
  /* height: 150px; */
  float: left;
  display: inline-block;
  background: lightgray;
  background-image: url("../images/square_ads.jpg");
}
.adminchoiceImage{
    background-image: url("../images/square_ads.jpg");

}
.newscolsecondimageLink{
  width: 120px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #0072bc;
  margin-bottom: 0px;
  display: inline-block;
}
.articleColsecondimageLink{
  width: 120px;
  height: 120px;
  overflow: hidden;
  /*border: 1px solid red;/*dha_border*/
  margin-bottom: 0px;
  display: inline-block;
}
.newscolsecondimageLinkCats{
  width: 200px;
  height: 150px;
  overflow: hidden;
  /*border: 1px solid red;/*dha_border*/
  margin-bottom: 0px;
  display: inline-block;
}
.newscolsecondimageLinkArts{
  width: 150px;
  height: 150px;
  overflow: hidden;
  /*border: 1px solid red;/*dha_border*/
  margin-bottom: 0px;
  display: inline-block;
}
.newscolsecondimageLinkDetails{
  width: 745px;
  /* height: 150px; */
  overflow: hidden;
  /*border: 1px solid red;/*dha_border*/
  margin-bottom: 0px;
  display: inline-block;
}
.newscolsecondTitle{
  vertical-align: top;
  width: 210px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeerabold';
}
.newscolsecondTitleCats{
  vertical-align: top;
  width: 550px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeerabold';
  font-size: 120%;
}
.newscolsecondTitleDetails{
  vertical-align: top;
  /* width: 780px; */
  padding-right: 10px;
  padding-bottom: 10px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeerabold';
  font-size: 140%;
}
.newscolsecondDescCats{
  vertical-align: top;
  width: 550px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeeraregular';
  font-size: 80%;
}
.newscolsecondDescDetails{
  vertical-align: top;
  width: 745px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeeraregular';
  /* font-size: 80%; */
}
.newscolsecondtitleLink{
  /*border: 1px solid red;/*dha_border*/
  overflow: hidden;
  width: 260px;
}
.detailsColsecondtitleLink{
  /*border: 1px solid red;/*dha_border*/
  overflow: hidden;
  /* width: 754px; */
}
.pagination{
  width:792px;
}
.information{
  color: darkgray;
  padding: 5px;
}
/*------------------- news Mini Columns----------------*/
.articlesMini{
  /*column-count: 2;*/
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 10px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  width: 392px;
  height: 655px;
  overflow: hidden;
  display: inline-block;
  top: 0px;
  vertical-align: top;
}
.newsMini{
  /*column-count: 2;*/
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 10px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  width: 392px;
  height: 600px;
  overflow: hidden;
  display: inline-block;
  top: 0px;
  vertical-align: top;
  margin-left: 3px;
}
.newsMini:hover{
  border-bottom: 10px solid #0072bc;
  border-right: 1px solid #0072bc;
  border-left: 1px solid #0072bc;
}
.newscolTitle{
  border-top: 4px solid red;
  vertical-align: top;
  padding: 10px;
  /*border: 1px solid red;/*dha_border*/
  color: #0072bc;
  padding: 0px 15px;
  background: rgb(193,220,238);
  background: linear-gradient(0deg, rgba(193,220,238,1) 0%, rgba(254,254,254,1) 100%);
}
.catTitle{
  display: inline-block;
  font-family: 'aljazeerabold';
  padding: 5px;
}
.catMore{
  display: inline-block;
  float: left;
  padding: 5px;
  color: white;
}
.catMore a{
  color: #0072bc;
}
.catMore a:hover{
  color: white;
  background: red;
  padding: 5px;
}
/*----------------Main news col---------------*/
.newscolFirst{
  vertical-align: top;
  width: 375px;
  height: 430px;
  overflow: hidden;
  display: inline-block;
  /*border: 1px solid green;/*dha_border*/
  padding: 5px;
}

.rssCols{
  vertical-align: top;
  width: 375px;
  /* height: 430px; */
  overflow: hidden;
  display: inline-block;
  /*border: 1px solid green;/*dha_border*/
  padding: 5px;
}
.newscolMain{
  vertical-align: top;
  width: 375px;
  height: 330px;
  overflow: hidden;
  display: inline-block;
  /*border: 1px solid green;/*dha_border*/
  padding: 5px;
}

.newscolMainOther{
  vertical-align: top;
  width: 250px;
  height: 330px;
  overflow: hidden;
  display: inline-block;
  /*border: 1px solid green;/*dha_border*/
  padding: 5px;
}

.artscolMainOther{
  vertical-align: top;
  width: 187px;
  /* height: 187px; */
  overflow: hidden;
  display: inline-block;
  /*border: 1px solid green;/*dha_border*/
  padding: 5px;
}
.artscolMainOther img{
  vertical-align: top;
  width: 190px;
  height: 187px;
  overflow: hidden;
  display: inline-block;
  /*border: 1px solid green;/*dha_border*/
  /* padding: 5px; */
}
.titleunderborder{
  border-bottom: 1px solid lightgray;
  /*border: 1px solid red;/*dha_border*/
}
/*----------------second news col---------------*/
.newscolSecond{
  vertical-align: top;
  width: 380px;
  display: inline-block;
  border-bottom: 1px solid lightgray;/*dha_border*/
  padding: 5px;
  overflow: hidden;
}

.articlesColSecond{
  vertical-align: top;
  width: 380px;
  height: 120px;
  display: inline-block;
  border-bottom: 1px solid lightgray;/*dha_border*/
  padding: 5px;
  overflow: hidden;
}

.newscolsecondImage{
  /*border: 1px solid red;/*dha_border*/
  width: 165px;
  height: 111px;
  display: inline-block;
  background: lightgray;
  background-image: url("images/square_ads.jpg");
}

.articleCol{
  vertical-align: top;
  width: 255px;
  display: inline-block;
  height: 110px;
  /*border: 1px solid red;*/
  overflow: hidden;
}
.articleTitle{
  vertical-align: top;
  width: 250px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeerabold';
}
.writerName{
  vertical-align: top;
  width: 250px;
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  font-family: 'aljazeerabold';
  color: red;
}
.writerName a{
  color: red;
}
/*------------------- left Column----------------*/
.leftCol{
  vertical-align: top;
  float: left;
  width: 393px;
  display: inline-block;
}
.articlecolsecondImage{
  /*border: 1px solid red;/*dha_border*/
  width: 120px;
  height: 120px;
  display: inline-block;
  background: lightgray;
  background-image: url("images/square_ads.jpg");
}
.leftAds{
  border: 1px solid lightgray;/*dha_border*/
  background: lightgray;
  background-image: url("images/square_ads.jpg");
  width: 393px;
  height: 393px;
  margin-bottom: 5px;
}
.leftAds img{
  width: 393px;
  height: 393px;
}
.contentAds{
  /*border: 1px solid red;/*dha_border*/
  background: lightgray;
  background-image: url("images/square_ads.jpg");
  width: 792px;
  height: 100px;
  margin-bottom: 5px;
}
.contentAds img{
  width: 792px;
  height: 100px;
}
/*------------------- footer ----------------*/
footer{
  border-top: 8px solid red;
  background: #004672;
  padding: 15px;
  height: 210px;
  vertical-align: top;

}
.footerBlock{
  /*border: 1px solid red;/*dha_border*/
  width: 1160px;
  display: inline-block;
  vertical-align: top;
}
.footerLogo{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.footerInfo{
  color: white;
  line-height: 15px;
}
.manager{
  color: yellow;

}
.name{
  color: yellow;
  font-size: 130%;
}
.phone{
  color: white;
  font-size: 130%;
}
.phone a{
  color: white;
}
.email{
  letter-spacing: 2px;
}
.email a{
  color: white;
}
.footerMenu{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
}
.footerMenu li{
  color: #ED1C24;
}
.footerMenu1{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
}
.footerMenu2{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
}
.footerMenu3{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
}
.footerMenu4{
  /*border: 1px solid red;/*dha_border*/
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
}
.footerMenu a{
  color: white;
}
/*------------------- copyritht ----------------*/
.copyright{
  color: white;
  text-align: center;
  background: rgb(0,51,85);
  background: linear-gradient(0deg, rgba(0,51,85,1) 0%, rgba(0,111,183,1) 100%);
  padding: 5px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.shareIcons{
    border: 1px solid #aa0404;
    padding: 0px 20px;
    text-align: center;
    background: #e40000;
    color: white;
    width: 750px;
    display: inline-block;
}
.shareIcons>ul{
    display: inline-block;

}
.shareIcons li{
    display: inline-block;
}
.shareIcons a{
    color:white;
}
.fa{
    font-size: 150%;
    border: 2px solid white;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
}
.fa-whatsapp:hover {
    background: #25D366;
}

.fa-facebook:hover{
    background: #3b5998;
}
.fa-twitter:hover{
    background: #00acee;
}
.fa-instagram:hover{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.fa-telegram:hover{
    background: #0088cc;
}
.fa-envelope-o:hover{
    background: black;
}
.comment_box{
    text-align: center;
    background: lightyellow;
}
.comments_form{
    padding: 20px;
    background: antiquewhite;
}
.add_comment{
    text-align: center;
    font-family: 'aljazeerabold';
    
}
.comment_inputs input[type=text] {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 3px 0;
    padding: 0 5px;
    width: 640px;
}
.comment_inputs textarea {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 14px;
    height: 99px;
    margin: 3px 0;
    padding: 5px;
    resize: none;
    width: 640px;
}
.comment_inputs div {
    color: #393939;
    font-size: 14px;
}
.comment_inputs input[type=submit] {
    display:block;
    float: none;
    font-size: 16px;
    height: 35px;
    margin: 17px auto 0;
    width: 87px;
    font-family: 'aljazeerabold';
    background: #aa0404;
    color: white;
}
.commentsContent{
    width: 790px;
    display: inline-block;
    vertical-align: top;
}
.buttons{
  background: linear-gradient(180deg, rgba(193,220,238,1) 0%, rgb(185, 242, 250) 100%);
    padding: 15px;
    border:3px solid white;
    text-align: center;
    font-weight: bold;
    color: #0072bc;
}
.buttons:hover{
    border:3px solid red;
}
.newscolSecondCats:hover,.newscolFirst:hover,.adminchoiceBlock:hover,.newscolMain:hover,.newscolSecond:hover,.articlesColSecond:hover{
  background: #f5f5f5;
}
