@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');
 
 
 /*# sourceMappingURL=bootstrap-grid.rtl.min.css.map */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon_ax7a66.eot');
  src:  url('fonts/icomoon_ax7a66.eot#iefix') format('embedded-opentype'),
    url('fonts/icomoon_ax7a66.ttf') format('truetype'),
    url('fonts/icomoon_ax7a66.woff') format('woff'),
    url('fonts/icomoon_ax7a66.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-align-justify:before {
  content: "\e900";
}
.icon-at-sign:before {
  content: "\e901";
}
.icon-book-open:before {
  content: "\e902";
}
.icon-bookmark:before {
  content: "\e903";
}
.icon-camera:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-chevron-left:before {
  content: "\e906";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-chevron-up:before {
  content: "\e908";
}
.icon-chevrons-down:before {
  content: "\e920";
}
.icon-chevrons-left:before {
  content: "\e921";
}
.icon-chevrons-right:before {
  content: "\e922";
}
.icon-chevrons-up:before {
  content: "\e923";
}
.icon-clock:before {
  content: "\e909";
}
.icon-eye:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e916";
}
.icon-heart:before {
  content: "\e90b";
}
.icon-help-circle:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-linkedin:before {
  content: "\e90e";
}
.icon-message-circle:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e910";
}
.icon-play-circle:before {
  content: "\e911";
}
.icon-search:before {
  content: "\e924";
}
.icon-share:before {
  content: "\e912";
}
.icon-share-2:before {
  content: "\e913";
}
.icon-twitter:before {
  content: "\e914";
}
.icon-youtube1:before {
  content: "\e917";
}
.icon-facebook-with-circle:before {
  content: "\e918";
}
.icon-facebook1:before {
  content: "\e919";
}
.icon-google-with-circle:before {
  content: "\e91a";
}
.icon-google:before {
  content: "\e91b";
}
.icon-twitter-with-circle:before {
  content: "\e91c";
}
.icon-twitter1:before {
  content: "\e91d";
}
.icon-youtube-with-circle:before {
  content: "\e91e";
}
.icon-youtube2:before {
  content: "\e91f";
}
.icon-youtube:before {
  content: "\e915";
  color: #f00;
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-spinner9:before {
  content: "\e982";
}
.icon-spinner10:before {
  content: "\e983";
}

.text-justify{
	text-align: justify;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.valign{
	vertical-align: middle;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}


.pagination {
  display : sblock;
   list-style: none;	 
}
.pagination .page-item{
	display: inline-block;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

 


.nav {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
 

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  width: 100%;
	z-index: 1000;
 	
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}



.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.collapse:not(.show) {
  display: none;
}

.dropdown-menu.show {
  display: block;
}
 
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
   }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
 
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[style] {
  left: auto !important;
}

.dropdown-menu-start {
  --bs-position: start;
  right: auto ;
  left: 0 ;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0 ;
  left: auto ;
}



.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}


.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
 

/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/


body,html{
	margin: 0px;
	padding: 0px;
	background-color: #f1f1f1;
	font-family: Cairo;
	font-weight: 400;
	direction: rtl ;
}

@media (min-width:1400px){.container{max-width:1300px}}
@media (min-width:1800px){.container{max-width:1600px}}


header .date{
	display: inline-block;
	padding: 3px 0px;
}
header .weatherDiv{
	display: inline-block;
	padding: 2px 40px;
	padding-left: 50px;
	padding-right: 15px;
 	margin: 0px;
	top:0px;
	width: 170px;
	position: relative;
}
.white{
	background: #fff;
}
.text-white{
	color: #fff;
}
.mr-20,.md-mr-20{
	margin-top: 20px;
}

.img-responsive{
	width: 100%;
	max-height: 100%;
}
header #weather{
	position: absolute;
	list-style: none;
	margin: 0px;
	top:-15px;
	right: 0px;
	padding: 0px;
	height: 31px;
	overflow: hidden;
	z-index: 102;
	width: 100% !important;
	transition: .5s;
}

header .weatherDiv .arrow{
	position: absolute;
	left: 10px;
	z-index: 10px;
	
}
header .weatherDiv:hover .arrow{
	display: none;
}
header #weather:hover,header #weather:focus{
		overflow:visible;
	height:inherit;
}
header #weather li{
 	margin:0px;
	padding: 4px 15px;
	transition: .3s;
}
header #weather:hover li{
	padding: 6px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}


header{
	font-size: 13px; 
}
header .top{
	color: #fff;
	background-color:rgba(255,255,255,0.2);
}
header .top .date{
	margin-left: 30px;
}
header .logoPanel{
	 
 }
header .menuPanel{
	min-height: 45px;
 }
header .social{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 2
}
header .social li:last-child{
	margin-left: 10px;
}
header .social li{
  	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
	height: 35px;
	border: 1px solid #999;
	width: 35px;
	vertical-align: middle;
	background-color: #fff;
 }
.hide{
	display: none;
}
a,a:hover{
	color: inherit;
	text-decoration: none;
}
.h100{
	position: relative;
	height: 100%;
}
header .logo{
	position: relative;
	margin-top: 15px;
	text-align: right;
	
}
header .logo img {
	 height: 80px;
 }


.relative{
	position: relative;
}
.search{
 }
.search input{
	width: 230px;
	height: 35px;
	padding: 4px 15px;
	border-radius: 0px;
	border: 1px solid #999;
	outline-width: 0px;
	font-size: 13px;
	transition: .3s;
}
.search input:hover{
	width: 250px;
}
.searchBtn{
	border: none;
	background-color: transparent;
	color: #666;
	font-size: 18px;
	position: absolute;
	left:5px;
	top: 5px;
	outline-width: 0px
}

.navbar{
	padding: 0px;
}
.navbar-nav{
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
}
.dropdown-menu{
	right:0px;
	left: inherit;
	border: none;
	border-radius: 0px
}

 
.nav-link{
	font-size: 15px;
	font-weight: 700;
	margin-right: 10px;
	padding: 3px;
	background-color: #fff;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.dropdown-item{
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #f9f9f9;
	text-align:center;
}

.dropdown-toggle::after{
	margin-right: 10px;
}

.navbar-toggler-icon{
	 height:1.3em;
}

.navbar-toggler{
	border: 1px solid #eee;
	padding: 6px;
	padding-bottom: 0px;
	border-radius: 0px;
	background-color: #f9f9f9;
	height: 45px;
}

.navbar-toggler:focus, .navbar-toggler:hover{
	outline: none;
}

.SearchMenu{
	display: none;
}

.menuPanel .col-md-12{
	padding: 0px;
	margin: 0px;
}

#Main{
	padding-top: 20px;
	position: relative;
 	background-size:contain;
	background-position:  0px -50px;
	overflow-x: hidden;
}

.catname{
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 10px;
	padding: 3px 10px;
	font-size: 12px;
	color: white;
	text-align: center;
	border-radius: 4px;
	z-index: 1;
}

.title{
	position: absolute;
	bottom: -10px;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuODIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 67%, rgba(0,0,0,0.82) 69%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,166,27,0)), color-stop(67%,rgba(131,166,27,0.8)), color-stop(69%,rgba(131,166,27,0.82))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.82) 69%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.82) 69%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.82) 69%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 67%,rgba(0,0,0,0.82) 69%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-8 */
	
	font-size: 16px;
	color: #fff;
	text-align: justify;
	direction: rtl;
	width: 100%;
	min-height: 60px;
	line-height: 1.4
}

.ads{
	min-height: 100px;
	padding: 10px ;
	background-color: #fff;
}

.boxBorder{
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;  
}

.boxBorder hr:last-child{
	display: none;
}
 
.bold{
	font-weight: 700;
}
.sbold{
	font-weight: 900;
}
.morenews{
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
}
.mt20{
	margin-top: 20px;
}
.bignews .title{
	font-size: 20px;
}
.catTitle{
	font-weight: 700;
	padding-right: 7px;
	font-size: 1.3rem;
	direction: rtl;
	text-align: right;
}
 

@media  (max-width:992px) {
	.md-mr-20{
	margin: 0px;
	}
	
	.news{
	margin-bottom: 20px;
	transition: .3s;
	}

	.social{
	display: none;
	}
	
  	header .weatherDiv{
	float: left;
	}
	
	header #weather{
	top:0px;
	}
	
	header .logo{
	text-align: center;
	}
	
	header .logo img{
	height: 50px;
	}
	
	header .logoPanel{
 	}
	
	.searchPanel{
	display: none;
	}
	
	.SearchMenu{
	display: inline-block;
	float: left;
	z-index: 101;
	position: relative;
	}
	
	.SearchMenu .search{
	margin-top: 7px;
	}
}


.triangle-topleft {
	width: 0;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0px !important;
	z-index: 0;
	opacity: .5;
}

.triangle-bottomRight{
	width: 0;
    height: 0;
	position: absolute;
	right: 0px;
	top: auto;
	bottom: 0px !important;
	z-index: 0;
	opacity: .5;
}

.triangle-topRight{
	width: 0;
    height: 0;
	position: absolute;
	right: 0px;
	top: 0px !important;
	bottom: auto;
	z-index: 0;
	opacity: .5;
}

.triangle-bottomleft{
	width: 0;
	height: 0;
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0px !important;
	z-index: 0;
	opacity: .5;
}

.video{
	background-color: #1E2028;
	 
}

footer{
	background-color: #1E2028;
	margin-top: 40px;
}

.footercontent{
 	padding-top: 40px;
	padding-bottom: 30px;
}

footer .footercat{
	direction: rtl;
	text-align: right;	
}

footer .footercat li{
	color: #fff;
	direction: rtl;
	display: inline-block;
	list-style:circle;
	padding: 10px 5px;
	text-align: center;
}

footer .social2{
	text-align: center;
	color: #fff;
	list-style: none;
}

footer .social2 li{
	padding: 20px 5px;
	display: inline-block;
}

footer .social2 li img{
	height: 35px;
}

footer .social2 i{
	font-size: 30px
}

footer .copywrite{
	padding: 10px 0px;;
}

@media(max-width:1407px) and (min-width:1200px){
	footer .footercat li{
		font-size: 14px;
	}
	
}
@media(max-width:760px){
	footer{
		padding-top: 20px;
	}
	.footercontent{
		padding-top:10px;
		padding-bottom: 10px;
	}
	footer .social2{
		margin-top: 10px;
	}
	.catitle{
		font-size: 15px;
	}
}


.cc{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
.cwhite{
	color: #fff;
}
.row{
	
}
.board{
	direction: rtl;
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.board li{
	display: inline-block;
	margin-left: 10px;
}

.board li::before{
  	content: "\e906";
  	font-family: 'icomoon';
	font-display: swap;
	padding: 0px 10px;
}
.center{
	margin-right: auto;
	margin-left: auto;
}
.Summary{
	line-height: 1.7
}
.detailsTitle{
	font-size: 32px;
}
/*Almarai*/
.subject{
 	font-size: 18px;
	line-height: 35px;
 }
.subject img,iframe{
	width: 100%;
}
.tags{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tags li{
	display: inline-block;
	border-radius: 4px;
	margin-left: 10px;
	padding: 5px 10px
}




.tags li a:hover,
.tags li a:focus{
	color: #fff;
}
.dates{
	font-size: 13px;
 	color: #625F5F
}
.title2{
	font-size: 16px;
	line-height: 1.5;
}
.titleBox{
	height: 90px;
	overflow: hidden;
}
.vodTitle{
font-size: 24px;
	line-height: 0;
	vertical-align: middle;
}
.vCats{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
.vCats li{
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	line-height: 1;
	color: #fff;
}
.vCats li.active{
	background-color: rgba(77,74,74,1.00) !important;
}
.vCats li a{
	padding: 7px 10px;
	font-size: 15px;
	display: block;
}

@media (max-width: 1200px) {
	.nav-link{
		margin-left: 15px;
		font-size: 14px;
	}
	.navbar-nav{
		margin-top: 8px;
	}
	.dropdown-item{
		font-size: 14px;
	}
}


@media (max-width: 991px) {
		.nav-link{
		display: block;
		background: #fff;
		margin-left: 0px;
		text-align: right;
		border-bottom: 1px solid #eee;
		padding: 10px;
	}
	 
	.navbar-nav .nav-link {
	padding-right: 10px;
	}
	.dropdown-toggle::after{
	float: left;
		margin-left: 10px;
		margin-top: 10px;
 }
	.navbar,.navbar-nav{
		display: block;
		width: 100%;
		padding: 0px;
		margin: 0px;
		text-align: right;
		border-top: 1px solid #eee;
		z-index: 100;
	}
	.dropdown-menu{
		background-color: #f9f9f9;
	}
}


 

@media(max-width:786px){
	.vodTitle{
	font-size: 20px;
	}	
	.detailsTitle{
		font-size: 22px;
	}
	.navbar-collapse:before{
display: none;
	}
	.nav-link{
border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center}
}

.nav-link{
 	background-color: transparent;
	margin-bottom: 5px;
 	transition: .3s;
}
.nav-link:hover{
	background-color: rgba(0,0,0,0.05);
	border-radius: 4px;
	box-shadow: 2px 4px -5px rgba(0,0,0,0.2);
}
.navbar-collapse{
	position: relative;
}
.navbar-collapse:before{
	position: absolute;
	top: 0px;
	left:0px;  
	height: 46px;
	width: 100%; 
 	content: "";
  	z-index: -1;
	box-shadow: 2px 3px 8px rgba(0,0,0,0.1)
 }
	.news2{
	margin-bottom: 10px !important; 
	}
.dropdown-toggle:after {
    color: #fff !important;
}
.subject p:first-of-type{
	display: inline;
}
.form-control{
	border-radius: 0px;
}
.nTitle{
	height: 145px !important;
	overflow: hidden
}
.nTitle h5{
	font-size: 18px;
	line-height: 1.6
}
.nTitle p {
	font-size: 15px;
}

.arrowNews:after {
	position: absolute;
	content: "";
	display: inline-block;
	left: 0px;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: calc(50% - 15px);
  border-left: 15px solid #336799;
}

.arrowNews:nth-child(even):after {
	right: 0px;
	left: inherit;
	transform: rotate(180deg);
   border-left: 15px solid #fe0000;
}