/*******************************
         Site Overrides
*******************************/
@import url("http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css");
a.black {
  color: #000;
}
a.black:hover {
  color: #000;
}

h1, h2, h3, h4, h5, p {
  direction: rtl;
  text-align: right;
}

.masthead.segment {
  padding: 1em 0em;
  background: url("themes/default/assets/images/bg.jpg");
}

.logo.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 767px) {
  .logo.wrap .sidebar-toggle, .logo.wrap .search-icon {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo.wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.logo.wrap > a.main-logo {
  width: 250px;
  display: block;
}
.logo.wrap > a.main-logo img {
  width: 100%;
  padding: 0 2rem;
}

p {
  color: #555555;
  font-family: 'Droid Arabic Naskh';
}

/* styling for the masthead */
.ui.masthead {
  padding: 0;
}

/* styling for the menu */
.ui.menu.secondary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
}

.logged-in .nav-wrap {
  position: static;
}

.nav-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.white {
  color: #FFF;
}

.ui.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxODVkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3NWI4ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #09adec), color-stop(100%, #022437));
  background: -webkit-linear-gradient(bottom, #09adec, #022437);
  background: linear-gradient(to top, #09adec, #022437);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ui.nav {
    padding: 0 20px;
  }
}
.ui.nav ul.menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.ui.nav ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: right;
  padding-left: 1px;
  padding-right: 1px;
}
.ui.nav ul.menu li:first-child {
  padding-right: 0;
}
.ui.nav ul.menu li:last-child {
  padding-left: 0;
}
.ui.nav ul.menu li.last {
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .ui.nav .secondary.menu, .ui.nav .left.floated {
    display: none;
  }
}
.ui.nav > div {
  z-index: 1;
}

.search-placeholder {
  display: none;
  background: rgba(22, 27, 45, 0.95);
  height: 110px;
  position: absolute;
  top: 70px;
  z-index: 200;
  width: 100%;
}
.search-placeholder form {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.search-placeholder form:after {
  content: " ";
  display: block;
  clear: both;
}
.search-placeholder form button {
  background: none;
  border: none;
  color: #FFF;
}
.search-placeholder form input.searchtxt {
  text-align: right;
  background: none;
  width: 100%;
  direction: rtl;
  outline: none;
  display: block;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  line-height: 0;
  color: white;
  padding: 10px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search-placeholder form input.searchtxt {
    padding: 10px 2rem;
  }
}

.ui.secondary.inverted.menu .link.item, .ui.secondary.inverted.menu a.item {
  color: white !important;
}

.nav .services {
  text-align: left;
}

.logged-in #sync1 .owl-item .item {
  height: calc(100vh - 70px);
}

#sync1 {
  position: relative;
}
#sync1 .owl-item {
  margin-bottom: 10px;
}
#sync1 .owl-item:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
#sync1 .owl-item.active:before {
  opacity: 1;
}
#sync1 .owl-item.active .item .carousel-main-caption {
  opacity: 1;
}
#sync1 .owl-item .item {
  height: calc(100vh);
  background: #333333;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  text-align: center;
  border-radius: 0;
  margin: 0;
}
#sync1 .owl-item .item .carousel-main-caption {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 10%;
  right: 0;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 5%;
}
@media (min-width: 320px) and (max-width: 767px) {
  #sync1 .owl-item .item .carousel-main-caption {
    padding: 0 15%;
  }
}
#sync1 .owl-item .item .carousel-main-caption h1 {
  text-shadow: 2px 3px 5px black;
  font-size: 2.9rem;
  line-height: 3.9rem;
  padding-left: 60%;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #sync1 .owl-item .item .carousel-main-caption h1 {
    font-size: 2em;
    line-height: 1.5em;
    padding-left: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
#sync1 .owl-item .item .carousel-main-caption h1 a {
  color: #FFF;
}
#sync1 .owl-item .item .carousel-main-caption h1 a:hover {
  color: rgba(255, 255, 255, 0.95);
}
#sync1 .owl-item .item .carousel-main-caption h2 {
  background: #3a93d0;
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 0;
}
#sync1 .owl-item .item .carousel-main-caption h3 {
  text-align: center;
  margin-top: 0;
}
#sync1 .owl-nav .owl-prev, #sync1 .owl-nav .owl-next {
  color: #FFF;
  opacity: 0.5;
  font-size: 7em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 3;
  top: 50%;
}
#sync1 .owl-nav .owl-prev:hover, #sync1 .owl-nav .owl-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#sync1 .owl-nav .owl-prev i, #sync1 .owl-nav .owl-next i {
  text-align: left;
}
#sync1 .owl-nav .owl-next {
  left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #sync1 .owl-nav .owl-next {
    left: 10px;
  }
}
#sync1 .owl-nav .owl-prev {
  right: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #sync1 .owl-nav .owl-prev {
    right: 10px;
  }
}
#sync1 .owl-nav .owl-prev i {
  text-align: right;
}

#sync2 .owl-item.center + div .item {
  border: 8px solid #3a93d0;
}
#sync2 .item {
  height: 150px;
  background: none;
  border: 8px solid #e1e1e1;
  margin: 0px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#sync2 .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 21%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 21%, rgba(0, 0, 0, 0.59) 79%, rgba(0, 0, 0, 0.7) 100%);
}
#sync2 .item img {
  width: 100%;
  height: 100%;
  display: inherit;
}
#sync2 .item .carousel-thumb-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 1rem 1.2rem;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  text-align: right;
  line-height: 1.7rem;
}
#sync2 .item .carousel-thumb-caption h4 {
  line-height: 1.8rem;
}

.ui.container {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.ui.header {
  text-align: right;
}

.ui.fluid.accordion {
  text-align: right;
}
.ui.fluid.accordion .title {
  direction: rtl;
}
.ui.fluid.accordion .title .last {
  text-align: left;
}

.ui .card, .ui .item, .ui .header {
  text-align: right;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

h2.ui.header {
  color: #022437;
  margin-bottom: 2rem;
  background: #E0E1E2;
  padding: 1rem;
}

.item > .content > .description {
  line-height: 1.7em !important;
  direction: rtl;
}

.nobg {
  background: none !important;
  background-color: none !important;
}

.ui.vertical.segment {
  border-bottom: none;
}

.ui.grid {
  margin-top: auto;
}

#arta-grid {
  margin-top: 2rem;
}

footer {
  margin-top: 3rem !important;
  background-color: #09adec;
  color: #FFF;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer h3 {
    text-align: center;
  }
  footer ul {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer > div > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer > div > section:first-of-type {
  padding-top: 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
footer > div > section:first-of-type:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer > div > section:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer > div > section:last-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer > div > section:last-of-type .column > div {
  text-align: center;
}
@media (min-width: 767px) {
  footer > div > section:last-of-type .column > div {
    text-align: center;
  }
}
footer > div > section:last-of-type > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
footer > div > section:last-of-type > div:after {
  content: " ";
  display: block;
  clear: both;
}
footer .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
footer .social-links a {
  font-size: 3rem;
}
footer .ui.container {
  margin-bottom: 0;
}
footer h3 {
  padding: 20px 0;
}
footer ul {
  list-style: none;
}
footer ul li {
  padding-bottom: 30px;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #e6e6e6;
}
footer section:first-child {
  min-height: 250px;
}
footer section:last-child {
  background: #022437;
  line-height: 3rem;
}

#arta-videos {
  background: #103f62;
  color: #FFF;
  padding: 40px 0;
  margin-bottom: 2rem;
}
#arta-videos a {
  color: #FFF;
}
#arta-videos a:hover {
  color: #e6e6e6;
}
#arta-videos .ui.header {
  color: #FFF;
  font-size: 2rem;
  line-height: 50px;
}
#arta-videos .ui.header i {
  margin-right: 0;
}
#arta-videos .owl-item .carousel-thumb-caption {
  margin-top: 10px;
}
#arta-videos .owl-item .carousel-thumb {
  overflow: hidden;
  height: 150px;
}
#arta-videos .owl-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#arta-videos .owl-item:hover .item .carousel-thumb:after {
  opacity: 0.3;
}
#arta-videos .owl-item img {
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
}
#arta-videos .owl-item h4 {
  font-size: 1.1rem;
  line-height: 2rem;
}
#arta-videos .owl-item .item .carousel-thumb {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
#arta-videos .owl-item .item .carousel-thumb i {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 11;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  width: 100%;
  font-weight: normal;
  opacity: 1;
}
#arta-videos .owl-item .item .carousel-thumb:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#arta-videos .container {
  margin-bottom: 0;
}

#sync3 .owl-controls .owl-dots {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#sync3 .owl-controls .owl-dots span {
  background: none repeat scroll 0 0 #FFF;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.8;
  width: 12px;
}
#sync3 .owl-controls .owl-dots .owl-dot.active span {
  opacity: 1;
}

#main .column {
  text-align: right;
}
#main .column h2 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 1rem;
}
#main .column .img-wrap img {
  width: 100%;
  display: block;
}

#latest-news .img-wrap {
  position: relative;
  overflow: hidden;
}
#latest-news .img-wrap img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
#latest-news .column:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

#arta-views article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#arta-views article .img-wrap {
  width: 40%;
}
#arta-views article .txt-wrap {
  width: 55%;
}
#arta-views article .txt-wrap h3, #arta-views article .txt-wrap h4 {
  margin: 0;
}
#arta-views article .txt-wrap h3 {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
#arta-views article .txt-wrap h3 a {
  color: #000;
}
#arta-views article .txt-wrap h4 {
  margin-top: 1rem;
}

.horizontal.divider {
  margin: 0 auto 10px;
}
.horizontal.divider h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #4183C4;
  font-weight: normal;
}

.not-logged-in .main {
  margin-top: 8rem;
}

.main {
  margin-top: 4rem;
  text-align: right;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.main:after {
  content: " ";
  display: block;
  clear: both;
}
.main .first {
  display: none;
}
.main .first ol.topfive {
  background: #f2f4f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 1.5em;
  color: #555555;
  direction: rtl;
  padding: 0 1.5em 0.75em 1.5em;
}
.main .first ol.topfive li {
  padding: 1.5em 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .first ol.topfive li a {
  width: 100%;
  color: #000;
}
.main .first ol.topfive li a:hover {
  color: #4183C4;
}
.main .first ol.topfive li span {
  padding: 0 6px;
  background-color: #26bfb5;
  color: #FFF;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 0.75em;
  line-height: 1.4em;
}
.main .first ol.topfive li:last-child {
  border: none;
}
@media (min-width: 767px) {
  .main .first {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    display: block;
  }
}
.main .first.first-open {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  /* Updated the values */
}
.main .atss {
  top: 40% !important;
}
.main .second {
  width: 100%;
  float: right;
  margin-right: 0;
}
.main .second ul + h3 + img {
  width: 100%;
}
.main .second .node-title {
  font-size: 2.625em;
  line-height: 1.48571em;
}
.main .second .node-body p {
  font-size: 1.25em;
  line-height: 1.68em;
}
.main .second .node-body p:first-child {
  margin-top: 1.5rem;
  font-weight: bold;
}
.main .second img {
  max-width: 100%;
  margin-top: 1rem;
}
@media (min-width: 767px) {
  .main .second {
    width: 64.5%;
    float: right;
    margin-right: 1rem;
  }
}

.node-tabs {
  position: fixed;
  left: 0;
  top: 50%;
}
.node-tabs ul {
  overflow: visible;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: left;
}
.node-tabs ul li {
  padding: 0;
}
.node-tabs ul a {
  display: block;
  background: #f0f0f0;
  padding: 0.6em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #4183C4;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  .node-tabs {
    display: none;
  }
}

.ad.mpu {
  margin: 3rem auto 1rem;
  display: block;
}

.main .second .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.main .second .author h4 {
  color: #4183C4;
  font-size: 1.2rem;
}
.main .second .author h5 {
  margin: 0;
  padding: 0;
  font-family: 'Droid Arabic Naskh';
}
.main .second .author > div:first-child {
  margin: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #f0f7f7;
}
.main .second .author img {
  width: auto;
}

label.category {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: rgba(218, 47, 55, 0.8);
  color: #FFF;
  padding: 4px 10px;
  line-height: 1.4rem;
  text-align: center;
}

ul.presenters {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5rem;
}
ul.presenters li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}
ul.presenters li:first-child {
  padding-right: 0;
}
ul.presenters li:last-child {
  padding-left: 0;
}
ul.presenters li.last {
  padding-left: 0;
}
ul.presenters.fr {
  margin: 1rem 0;
}
ul.presenters.fr li {
  margin-right: 0 !important;
}
ul.presenters li.person a {
  background: #f2f4f5;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: block;
}
ul.presenters li.opener {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-pager {
  margin-top: 1rem;
  width: 100%;
  float: right;
  margin-right: 0;
}

ul.pager {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
ul.pager li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
ul.pager li:first-child {
  padding-right: 0;
}
ul.pager li:last-child {
  padding-left: 0;
}
ul.pager li.last {
  padding-left: 0;
}
ul.pager .first {
  float: right;
  width: auto;
  margin-right: 0 !important;
}
ul.pager li.active {
  background: #4183C4;
  color: #FFF;
}
ul.pager li, ul.pager li:first-child, ul.pager li:last-child {
  padding: 1rem 1.5rem;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-left: 10px;
}
ul.pager li:hover, ul.pager li:first-child:hover, ul.pager li:last-child:hover {
  background: #4183C4;
  color: #fff;
}
ul.pager li:hover a, ul.pager li:first-child:hover a, ul.pager li:last-child:hover a {
  color: #fff;
}

.archive-page article a, .search-results article a {
  font-size: 0.875em;
  line-height: 1.71429em;
}
.archive-page article, .search-results article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.archive-page article .m-wrap, .search-results article .m-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding-left: 1.5rem;
}
.archive-page article .c-wrap, .search-results article .c-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}
.archive-page article .c-wrap time, .search-results article .c-wrap time {
  margin-bottom: 0.5rem;
  display: block;
}

.search-form {
  direction: rtl;
  text-align: right;
  margin-bottom: 2rem !important;
}
.search-form .container-inline label {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.125em;
  line-height: 1.33333em;
  color: #555555;
  font-family: 'Droid Arabic Naskh';
}
.search-form input.form-submit {
  background-color: #09adec;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  border: none;
  padding: 0.5rem 2rem;
}
.search-form input.form-text {
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  /* border-radius: .28571429rem; */
  -webkit-transition: box-shadow .1s ease,border-color .1s ease;
  transition: box-shadow .1s ease,border-color .1s ease;
  box-shadow: none;
  padding: 0.5rem;
}

.w-main {
  min-height: 300px;
}

a.search-icon {
  color: #FFF;
  padding: 0 0.5rem;
}
a.search-icon:hover {
  color: #FFF;
}

.halfpage {
  margin-top: 2rem;
  padding: 2.5rem 0;
  text-align: center;
  background: #f2f4f5;
}

.default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0;
}
.default:after {
  content: " ";
  display: block;
  clear: both;
}

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

.page-search .default, .page-programs-grid .default {
  padding: 0;
}

.grid-time {
  margin-right: 0 !important;
  color: #09adec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid-time label, .grid-time time {
  direction: rtl;
}
.grid-time time {
  padding: 0 4px;
}
.grid-time label:first-child {
  margin-right: 0 !important;
}

.ui.items > .item .ui.label.blue {
  padding: 0.75rem 0.25rem 0.75rem 1rem;
}
.ui.items > .item a.pr {
  color: #FFF;
  opacity: 1;
}
.ui.items > .item a.pr:hover {
  color: #FFF;
}

.addthis_sharing_toolbox {
  margin: 2rem 0;
}

.source span {
  color: #4183C4;
}

body.live * {
  box-sizing: border-box;
}
body.live #live_streaming {
  margin-bottom: 1rem;
}
body.live .player h3 {
  margin-top: 1rem;
}
body.live .ui.vertical.tabular.menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.live .ui.vertical.tabular.menu .item.active {
  margin: 0px -1px 0px 0px !important;
}
body.live .ui.vertical.tabular.menu .item.active h3 {
  font-weight: bold;
}
body.live .ui.vertical.tabular.menu .item h3 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  font-weight: normal;
}
body.live .ui.vertical.tabular.menu .item img, body.live .ui.vertical.tabular.menu .item figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: center;
  margin: 0;
  padding: 0;
}
body.live .nav-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
body.live .nav-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
body.live section {
  padding: 2rem 3rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  body.live section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.media-element-container a {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ad .region h2 {
  display: none;
}

.webform-client-form .captcha {
  border: none;
  margin: 0;
  padding: 0;
}
.webform-client-form .captcha .fieldset-wrapper {
  float: right;
}
.webform-client-form .captcha .fieldset-description {
  display: none;
}
.webform-client-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px auto;
}
.webform-client-form input[type="submit"] {
  margin: 2rem 0;
}
.webform-client-form input[type="text"], .webform-client-form input[type="email"], .webform-client-form input[type="search"], .webform-client-form input[type="password"] {
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  direction: rtl;
  text-align: right;
}
.webform-client-form .form-type-radio {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.webform-client-form .form-type-radio label {
  padding: 0 1rem;
}
.webform-client-form .webform-component-radios, .webform-client-form textarea {
  margin: 0 0 20px;
}
.webform-client-form textarea {
  direction: rtl;
  text-align: right;
}
.webform-client-form select {
  margin: 0 0 20px;
  padding: 10px 15px;
  direction: rtl;
  text-align: right;
}

.node-type-page .node-form + .node-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.node-type-page .node-form + .node-body p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.node-type-page .node-form + .node-body p:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-bottom: none !important;
}
.node-type-page .node-form + .node-body p:nth-of-type(2n) {
  color: #4183C4;
}
.node-type-page .node-form + .node-body p:nth-of-type(2n+1) {
  border-bottom: 2px dashed #d9d9d9;
}

.file-image {
  position: relative;
}

/*# sourceMappingURL=app.css.map */
