/*
 * Binaa Framework
 * Last Mod: 08/01/2017
 *
 */
:root {
  --blue: #2c7294;
}

.hide-but-read,
.offset {
  position: fixed;
  top: -99999px;
}

[dir="rtl"] .pull-start {
  float: right;
}

[dir="rtl"] .pull-end {
  float: left;
}

[dir="ltr"] .pull-start {
  float: left;
}

[dir="ltr"] .pull-end {
  float: right;
}

/* block skip */

.skip {
  position: fixed;
  top: -999px;
  z-index: 9999;

  padding: 10px;

  background: #000;
  color: #fff;
}

.skip:focus,
.skip:hover {
  position: absolute;
  top: auto;

  background: #000;
  color: #fff;
}

.mark-block {
  outline: 1px solid #000;
}

/* blocks skip */

.blocks-skip a {
  position: fixed;
  top: -999px;
  padding: 10px;
  z-index: 9999;
}

[dir="rtl"] .blocks-skip a {
  right: 0;
}

[dir="ltr"] .blocks-skip a {
  left: 0;
}

.blocks-skip a:hover {
  background: #000;
  color: #fff;
}

.blocks-skip a:focus {
  top: 0;
  background: #000;
  color: #fff;
}

/* pdf viewer */

.pdf-holder {
  border: 1px solid #cdcdcd;
  padding: 1px;
}
.pdf-holder iframe {
  display: block;
}
.pdf {
  background: #f1f1f1;
  padding: 5px;
  display: block;
  margin-top: 1px;
}

.pdf em {
  margin-left: 5px;
}

/**/

.social-share a {
  text-decoration: none;
}

.social-share a.print {
  color: #666;
}

.social-share a.whatsapp {
  color: #71bf44;
}

.social-share a.facebook {
  color: #3b5998;
}

.social-share a.twitter {
  color: #00aced;
}

.social-share a.email {
  color: #ef4023;
}

/**/

.figure-picture {
  display: block;
  margin: 0 auto;
  position: relative;
}

.figure-picture img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.figure-picture .magnify-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
  color: #fff;
  font-size: 50px;
}

.figure-picture:hover .magnify-icon {
  display: block;
}

/**/

.magnificPopup-gallery img {
  display: block;
}

.magnificPopup-gallery a {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.magnificPopup-gallery .magnify-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  display: none;
}

.magnificPopup-gallery a:hover .magnify-icon {
  display: block;
}

/**/

.figure-picture {
  border: 1px solid #ddd;
}

.figure-picture figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  color: #fff;
}

/**/

/*
.rich-content table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

.rich-content table caption {
	position: fixed;
	top: -999px;
}

.rich-content table th,
.rich-content table td {
	padding: 5px;
}

.rich-content table th {
	background: #f1f1f1;
	font-weight: bold;
	text-align: right;
}

@media(min-width: 768px) {
	.rich-content table td {
		border-top: 1px solid #ddd;
	}
}

@media(max-width: 767px) {
	.rich-content table,
	.rich-content table caption,
	.rich-content table thead,
	.rich-content table tbody,
	.rich-content table tr,
	.rich-content table th,
	.rich-content table td	{
		display: block;
		width: 100%;
	}
	
	.rich-content table tr:first-child	{
		display: none;
	}
	
	.rich-content table tr	{
		margin-bottom: 10px;
		border: 1px solid #ddd;
		padding: 5px;
	}
}
*/

/**/

.file-browser {
}

.file-browser iframe {
  display: block;
  background: #fff;
}

/**/

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;

  font-family: "FontAwesome";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;

  opacity: 0.9;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dark-arrows .slick-prev:before,
.dark-arrows .slick-next:before {
  color: black;
}

.slick-prev {
  left: -25px;
  color: var(--blue);
  z-index: 9;
  height: 27px;
}

.slick-prev {
  right: 8px;
  left: auto;
  color: var(--blue);
}

.slick-prev:before {
  content: "\f053";
  color: var(--blue);
}

[dir="rtl"] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 8px;
  height: 27px;
  z-index: 9;
}

.slick-next:before {
  content: "\f054";
  color: var(--blue);
}

[dir="rtl"] .slick-next:before {
  content: "\f053";
}



/*breaking-news-ticker*/

.breaking-news-ticker{display:block;width:100%;height:40px;box-sizing:border-box;position:relative;line-height:40px;overflow:hidden;border-radius:2px;text-align:auto}.breaking-news-ticker *{box-sizing:border-box}.breaking-news-ticker.bn-fixed-top{position:fixed;left:0;right:0;top:0}.breaking-news-ticker.bn-fixed-bottom{position:fixed;left:0;right:0;bottom:0}.bn-label{left:0;top:0;bottom:0;height:100%;position:absolute;background-color:#ce2525;text-align:center;color:#fff;font-weight:700;z-index:3;padding:0 15px;white-space:nowrap}.bn-news{position:absolute;left:0;top:0;bottom:0;height:100%;right:0;overflow:hidden}.bn-news ul{display:block;height:100%;list-style:none;padding:0;margin:0;left:0;bottom:0;width:100%;position:absolute}.bn-news ul li{white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;text-decoration:none;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;position:absolute;width:100%;display:none}.bn-news ul li a{white-space:nowrap;text-overflow:ellipsis;text-decoration:none;padding:0 10px;position:relative;display:block;overflow:hidden}.bn-loader-text{padding:0 10px}.bn-seperator{display:inline-block;float:left;margin-right:15px;width:30px;height:40px;background-position:center;background-size:contain;background-repeat:no-repeat;position:relative}.bn-seperator.bn-news-dot{margin-right:0}.bn-seperator.bn-news-dot:after{content:'';position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;margin-top:-4px;left:50%;margin-left:-4px}.bn-prefix{color:#d65d7a;margin-right:15px;padding-left:10px}.bn-positive{color:#0b8457;font-weight:700}.bn-negative{color:#dc2f2f;font-weight:700}.bn-controls{width:auto;right:0;top:0;bottom:0;height:100%;position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bn-controls button{width:30px;float:left;height:100%;cursor:pointer;border:none;border-left:solid 1px #eee;text-align:center;background-color:#f6f6f6;outline:0}.bn-controls button:hover{background-color:#eee}.bn-arrow{margin:0;display:inline-block;height:8px;position:relative;width:8px;top:-2px}.bn-arrow::after{border-bottom-style:solid;border-bottom-width:2px;border-right-style:solid;border-right-width:2px;content:'';display:inline-block;height:8px;left:0;position:absolute;top:0;width:8px}.bn-arrow.bn-next{-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-webkit-transform:rotate(315deg);transform:rotate(315deg);left:-3px}.bn-arrow.bn-prev{-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);left:3px}.bn-play{position:relative;background:#999;width:0;height:12px;display:inline-block;margin-left:-5px}.bn-play::after{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-left-color:#999;border-width:8px;margin-top:-8px}.bn-pause{position:relative;width:0;height:14px;display:inline-block;top:1px;left:-1px}.bn-pause::before{position:absolute;content:"";width:2px;height:100%;left:3px;background-color:#999}.bn-pause::after{position:absolute;content:"";width:2px;height:100%;left:-3px;background-color:#999}.bn-direction-rtl{direction:rtl}.bn-direction-rtl .bn-label{left:auto;right:0}.bn-direction-rtl .bn-controls{right:auto;left:0}.bn-direction-rtl .bn-seperator{margin-left:15px;margin-right:0;float:right}.bn-direction-rtl .bn-prefix{margin-left:15px;margin-right:0;padding-left:0;padding-right:10px}.bn-direction-rtl .bn-controls button{border-left:none;border-right:solid 1px #eee}.bn-effect-scroll .bn-news ul{display:block;width:100%;position:relative}.bn-effect-scroll .bn-news ul li{display:list-item;float:left;position:relative;width:auto}.bn-effect-scroll.bn-direction-rtl .bn-news ul li{float:right}


