.country-list {
  list-style-type: none;
  margin-left: 0px;
  padding-bottom: 10px;
}

.country-list ul li {
  float: right;
}

.country-list:last-child {
  padding-bottom: 0px;
}

.country-list .items > li.name-country {
  padding-left: 10px;
  float: right;
}

.country-list .lang-country > span > a {
  color: #39beea !important;
  text-decoration: none !important;
}

.country-list .lang-country > span > a:hover {
  border-bottom: 1px solid #39beea !important;
}

ul.country-list li.back-top {
  padding: 5px 0px 0px 5px;
  width: 100%;
  float: right;
  text-align: left;
}

ul.country-list li.back-top a {
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: none;
  border-bottom: none;
  padding: 0px 0px 0px 5px;
}

ul.country-list li.back-top a:hover {
  text-decoration: underline;
  border-bottom: none;
  color: #3FA5E0;
}

.all-list:last-child {
  border: none;
}
/*.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray; 
}*/
/* ===== Strat Leftcolumn-Listing ===== */

.left-column {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 20px;
  padding-left: 0px;
}

.left-column .header {
  background-color: #000 !important;
  height: 40px;
  padding: 10px 10px 10px 0px;
}

.left-column .header .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  direction: rtl;
}

.left-column .sub-link {
  display: inline-block;
  direction: rtl;
  margin-left: 5px;
}

.left-column ul {
  list-style: none;
  padding: 0px 10px 15px 0px;
  display: block;
  overflow: hidden;
  text-align: right;
}

.left-column ul:first-child {
  margin-top: 7px;
}

.left-column ul li {
  list-style: none;
  padding: 3px 0px 3px 0px;
  display: list-item;
  direction: rtl;
}

.left-column ul li:first-child {
  margin-bottom: 7px;
}

.left-column ul li span {
  font-size: 12px;
  line-height: 16px;
  color: #818181;
}

.glyphicon-remove-circle:before {
  color: #818181;
  font-size: 14px;
  vertical-align: top;
}

.glyphicon-remove-circle:hover {
  border-bottom: 0px;
  text-decoration: none;
}
/* ===== end Leftcolumn-Listing ===== */
/*===== Refine by nav style starts===== */

.refine-by-nav .panel-heading {
  background-color: #000000;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.refine-by-nav .panel-heading h6 {
  color: #ffffff;
}

.refine-by-nav ul li:first-child {
  margin-bottom: 0;
}

.refine-by-nav ul li ul {
  padding: 0px !important;
  margin: 0px !important;
}

.refine-by-nav ul li ul li {
  margin-bottom: 0px !important;
}
/* ===== Refine by nav style end =======*/
/*===== Media query -- Tablet view style starts ===== */

@media (min-width: 768px) and (max-width: 990px) {
  .sidebar-toggle {
    border: 1px solid #000000;
    left: -25px;
    position: fixed;
    z-index: 1;
  }

  .content-slider {
    margin-left: -33.3333%;
    transform: translate3d(0px, 0px, 0px);
    width: 133.333%;
    position: relative;
  }

  .sidebar-col {
    display: none;
    height: auto;
    position: absolute;
    transform: translate3d(0px, 0px, 0px);
  }

  .main-content {
    margin-left: 250px;
  }

  .slid-open {
    margin-left: 0;
    display: block;
  }

  .slide-animated {
    transition-duration: 0.3s;
    transition-property: margin;
    transition-timing-function: ease;
  }
}
/*===== Media query -- Tablet view style end ===== */
/*===== Media query -- Mobile view style starts ===== */

@media (min-width: 320px) and (max-width: 991px) {
  .sidebar-menu-trigger-back span {
    position: relative;
    right: 50px;
  }

  .slid-open {
    margin-left: 0;
    display: block;
  }

  .slide-animated {
    transition-duration: 0.3s;
    transition-property: margin;
    transition-timing-function: ease;
  }

  .sidebar-slider.slid-open {
    margin-left: -100%;
  }

  .sidebar-slider {
    width: 200%;
    transform: translate3d(0px, 0px, 0px);
  }

  .refine-by-nav .panel-heading h6 {
    margin: 0;
  }

  .refine-by-nav .fa-angle-down,
    .refine-by-nav .fa-angle-down:hover {
    color: #fff;
    cursor: pointer;
  }

  #refine-collapse1 .nav {
    padding: 10px;
  }

  #refine-collapse1 .section-title {
    color: #39beea;
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 13px;
  }

  #refine-collapse1 .section-title .title {
    direction: rtl;
    float: right;
    margin-left: 5px;
  }

  #refine-collapse1 .nav > li,
    #refine-collapse1 .nav > li > ul > li {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    direction: rtl;
  }

  #refine-collapse1 .nav > li > ul {
    background: #F2F2F2;
    border: 0;
    padding: 0;
  }

  #refine-collapse1 .nav > li > a,
    #refine-collapse1 .nav > li > ul > li > a {
    color: #000000;
    line-height: 20px;
    cursor: pointer;
    font-size: 13px;
    padding: 12px;
  }

  #refine-collapse1 .nav > li:hover,
    #refine-collapse1 .nav > li > ul > li:hover {
    border-bottom: 1px solid #D6D6D6;
    color: #39beea;
    background: #ffffff;
  }

  #refine-collapse1 .nav > li > a:hover,
    #refine-collapse1 .nav > li > a:focus,
    #refine-collapse1 .nav > li > ul > li a:hover,
    #refine-collapse1 .nav > li > ul > li > a:focus {
    color: #39beea;
    background: #ffffff;
    border: 0;
  }

  .count {
    color: #818181;
  }

  .sidebar-slider {
    display: inline-block;
  }

  #refine-collapse1.navbar-collapse {
    overflow-x: hidden;
  }

  #refine-collapse1 .navbar-nav {
    width: 50%;
  }

  #refine-collapse1 .navbar-nav {
    float: left;
  }

  #refine-collapse1 {
    overflow: hidden !important;
  }
}
/*===== Media query -- Mobile view style end ===== */

.refine-select-button {
  background-color: #f2f2f2;
  padding: 5px;
  min-width: 40px;
  min-height: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  display: inline-block;
  margin: 0px 0px 10px 5px;
  direction: rtl;
}
/*====== Misc begin ======*/

.time-stamp {
  font-size: 12px;
  line-height: 18px;
  color: #818181;
  font-style: normal;
  text-align: right;
  direction: rtl;
}

.hammer {
  font-size: 11px;
  color: #818181;
  line-height: 18px;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: right;
}

.author {
  font-size: 13px;
  line-height: 18px;
  color: #818181;
  display: block;
  text-align: right;
  direction: rtl;
}

.pagination {
  font-size: 13px;
  line-height: 18px;
  color: #000;
  display: block;
  margin: 0px 0px 0px -6px;
  text-align: right;
  float: left;
}

.pagination a:hover,
.pagination a:focus {
  border-bottom: 0;
  text-decoration: none;
}

#map {
  direction: rtl;
}

.subhead {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: right;
}

#photo-gallery {
  margin-top: 22px;
  margin-bottom: 25px;
  overflow: hidden;
}

.photo-gallery-img {
  margin-bottom: 20px;
}

.email {
  padding-bottom: 25px;
  float: left;
  width: inherit;
}

.email-btn {
  background-color: black;
  color: white;
  min-height: 37px;
  min-width: 80px;
  border: none;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  float: right;
  direction: rtl;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.email-btn:hover {
  color: white;
  background-color: #2d2d2d;
  text-decoration: none;
  border-bottom: none;
}

.email-btn a {
  color: white;
}

.email-btn a:hover {
  text-decoration: none;
  border-bottom: none;
  color: white;
}

#contect {
  margin-top: 22px;
  margin-bottom: 25px;
  display: inline-block;
}

#all {
  margin-top: 15px;
}

#standard-body {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  direction: rtl;
}

.link {
  font-size: 13px;
  line-height: 16px;
  padding: 0px;
  clear: both;
  text-align: right;
  float: right;
  direction: rtl;
  display: flex;
}

.search-box {
  width: 100%;
  display: inline-block;
  height: auto;
}

.news-subheader span {
  display: block;
  color: #333;
  font-weight: bold;
  direction: rtl;
}

.tab-pane {
  overflow: hidden;
}

.online-media {
  padding-right: 35px;
  border-right: 1px solid #dedede;
  margin-right: 25px;
}

.repository-link {
  padding-left: 56px;
  background: transparent none no-repeat left 5px;
  border-top: solid 1px #dedede;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#repository-link-1 {
  background: url(../img/search_icons-collection.png) no-repeat;
}

#repository-link-2 {
  background: url(../img/search_icons-topic.png) no-repeat;
}

#repository-link-3 {
  background: url(../img/search_icons-region.png) no-repeat;
}

#repository-link-4 {
  background: url(../img/search_icons-country.png) no-repeat;
}

.highlights-img .fa-microphone, 
.highlights-img .fa-play, 
.highlights-img .fa-soundcloud, 
.highlights-img .fa-camera {
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 115px;
  right: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
}

.highlights-img .fa-microphone:hover, 
.highlights-img .fa-play:hover,
.highlights-img .fa-soundcloud:hover, 
.highlights-img .fa-camera:hover {
  opacity: 0.8;
}

.highlights-img .fa-camera {
  padding: 5px 0px 2px 0px;
}

.highlights {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #dedede;
  border-top: 0px;
  padding: 10px;
  position: relative;
  height: 80px;
  margin-bottom: 25px;
  overflow: hidden;
  direction: rtl;
  font-weight: 600;
}

.highlights span {
  overflow: hidden;
}

.highlights span a {
  color: #000;
}

.highlights span a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.news-contacts {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dedede;
}

.multimedia .multimedialist {
  margin: 5px 0px 15px 0px;
}

.multimedia .media-img {
  display: block;
  position: relative;
}

.multimedia .media-img .fa-microphone,
.multimedia .media-img .fa-play,
.multimedia .media-img .fa-soundcloud,
.multimedia .media-img .fa-camera {
  width: 28px;
  height: 28px;
  font-size: 16px;
  padding: 4px 0px 0px 0px;
  position: absolute;
  left: 10px;
  display: inline-block;
  border: 2px solid #FFFFFF;
  border-radius: 100px 100px 100px 100px;
  bottom: 15px;
  color: #FFFFFF;
}

.multimedia .media-img .fa-microphone:hover, 
.multimedia .media-img .fa-play:hover, 
.multimedia .media-img .fa-soundcloud:hover, 
.multimedia .media-img .fa-camera:hover {
  opacity: 0.8;
}

.multimedia .media-img .fa-play {
  padding: 4px 0px 0px 4px;
}

.latest-issue {
  display: block;
  float: right;
}

.latest-issue-descriptor {
  color: #333;
  float: right;
  font-size: 11px;
  margin: 5px 0px 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
  direction: rtl;
}

.latest-issue-list {
  display: block;
  float: right;
  direction: rtl;
}

.latest-issue-list ul {
  padding: 0;
  margin: 0;
}

.latest-issue-list ul li {
  list-style: none;
  margin: 7px 0px 0px 0px;
}

.f05v6-sorting {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  margin: 0px;
  display: block;
  margin-bottom: 20px;
  direction: rtl;
}

.f05v6-sorting .f05v6-sorting-label {
  float: right;
}

.f05v6-sorting ul {
  padding: 0;
  margin: 0;
  float: right;
  font-weight: normal;
  padding-top: 2px;
}

.f05v6-sorting ul li {
  font-size: 13px;
  line-height: 18px;
  float: right;
  list-style: none;
  font-weight: normal;
  margin: 0px 5px 0px 5px;
}

.f05v6-sorting ul li.active-sortable {
  background: none repeat scroll 0 0 #fff;
}

#dp4,
#dp5 {
  cursor: pointer;
}
/*====== Misc end ======*/

/*====== News detail language toggler start ======*/
.lang-list {
  margin-top: 0px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  direction: rtl;
}

.lang-list ul {
  padding: 0px;
}

.lang-list ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #e4e4e4;
  margin: 0px 0px 0px 6px;
  padding-left: 6px;
  line-height: 18px;
}

.lang-list ul li:last-child {
  border-left: 0px;
}

.lang-list ul li:first-child {
  border-left: 0px;
  margin: 0px;
  padding: 0px;
}

.lang-list ul li a:hover {
  text-decoration: none;
}

.lang-list ul li a.active {
  color: #333 !important;
  border-bottom: 0px;
}


/* === News detail language toggler end ===*/
/* === Start Listing Page Pagination ===*/

.search-pagination {
  color: #000;
  display: flex;
  margin: 0;
  padding-top: 25px;
  padding-right: 0px;
  direction: rtl;
  float: right;
}

.search-pagination li {
  font-size: 16px;
  line-height: 16px;
}

.search-pagination li a {
  color: #39beea;
  border: 0px;
  padding: 3px 10px;
  margin-left: 0px;
  border: 2px solid #fff;
  border-radius: 0px;
}

.search-pagination li a:hover,
.search-pagination li a:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
}

.search-pagination li a.active {
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 0px;
}
/* === end Listing Page Pagination ===*/
/*====== Search UI begin ======*/

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input:-webkit-search-decoration,
input:-webkit-search-cancel-button {
  display: none;
    /* remove the search and cancel icon */;
}

.main-search {
  float: right;
  list-style: none;
}

.input-box {
  margin-top: 12px;
  width: 100% !important;
  border: 1px solid #dedede;
  border: 1px solid #dedede;
  border-radius: 0px;
}

.main-search input[type=search] {
  z-index: 2;
  border: 0px;
  border-radius: 0px;
  padding: 10px 15px 5px 35px;
  margin: 0px;
  width: 60px;
  height: auto;
  float: right;
  color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  direction: rtl;
}

.main-search input[type=search]:focus {
  width: 130px;
  padding: 10px 15px 5px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

.serch-icon {
  padding: 0px;
    /*position: absolute;*/
  position: relative;
  top: 10px;
  float: left;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  margin: 0px 8px;
}

.serch-icon:hover {
  border-bottom: 0px;
  text-decoration: none;
}
/* placeholder */

input:-moz-placeholder {
  color: #000;
}

input:-webkit-placeholder {
  color: #000;
}
/*====== Search UI end ======*/
/*====== Date Picker start======*/

.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
  top: 571px;
  left: 426px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  border-bottom: 2px solid #38b1ef;
  border-radius: 0px;
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #dedede;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker tr,
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 18px;
}

.datepicker td.day:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #818181;
}

.datepicker td.old,
.datepicker td.new {
  color: #818181;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #39beea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#39beea));
  background-image: -webkit-linear-gradient(top, #0088cc, #39beea);
  background-image: -o-linear-gradient(top, #0088cc, #39beea);
  background-image: linear-gradient(to bottom, #0088cc, #39beea);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #39beea;
    *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #39beea);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#39beea));
    background-image: -webkit-linear-gradient(top, #0088cc, #39beea);
    background-image: -o-linear-gradient(top, #0088cc, #39beea);
    background-image: linear-gradient(to bottom, #0088cc, #39beea);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #39beea;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #fff;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.datepicker table tfoot {
  display: none;
}

.datepicker-calendar {
  background: url("../img/calender.png") no-repeat 6px center;
  cursor: pointer;
}
/*====== Date Picker end======*/
/*===== begin Overview Page Table ====*/

.c14v1-body table {
  width: 100%;
  float: none;
  border: 1px solid #dedede;
  border-left: 0px;
  border-right: 0px;
  overflow: auto;
  margin: 10px 0px 10px 0px;
}

.c14v1-body table > thead > tr {
  font-size: 12px;
  line-height: 18px !important;
  text-align: right;
}

.c14v1-body table > thead > tr th {
  font-weight: 600;
  vertical-align: top;
  padding: 10px 5px 5px 5px;
  width: auto;
  text-align: right;
}

.c14v1-body table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}

.c14v1-body table > tbody > tr:nth-child(even) {
  background-color: #f2f2f2;
}

.c14v1-body table > tbody > tr {
  font-size: 12px;
  line-height: 18px !important;
  color: #333;
}

.c14v1-body table > tbody > tr > td {
  border: 0px !important;
  padding: 8px 10px 8px 10px !important;
  <!-- width: auto;
  -->
   text-align: center;
  white-space: normal!important;
}

.c14v1-body table > tbody > tr > td a {
  color: #39beea;
  text-decoration: none;
}

.c14v1-body table > tbody > tr > td a:hover {
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}

.c14v1-body table > tbody > tr > th {
  border: 0px;
}

.c14v1-body table > tbody > tr > th a {
  color: #333;
}

.c14v1-body table > tbody > tr > th a:hover {
  color: #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
}

.sub-1 {
  font-size: 14px;
  line-height: 18px;
  color: #818181;
  display: block;
}

sup {
  text-decoration: none;
}
/*===== end Overview Page Table ====*/
/*===== Begin Table Column Sort =====*/

.table-column-sort table {
  width: auto;
  float: none;
  display: block;
  overflow: auto;
  margin: 10px 0px 10px 0px;
  direction: rtl;
}

.table-column-sort table i {
  float: right !important;
  padding-right: 3px;
  margin-top: 0 !important;
  vertical-align: top;
  display: inline;
}

.table-column-sort table > thead > tr {
  font-size: 13px;
  line-height: 18px !important;
  color: #333;
}

.table-column-sort table > thead > tr th {
  font-weight: 600;
  vertical-align: top;
  padding: 10px 5px 5px 5px;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  text-align: right;
}

.table-column-sort table > thead > tr th:last-child {
  border-left: none;
}

.table-column-sort table .title-column {
  font-size: 14px;
}

.table-column-sort table > tbody > tr:nth-child(even) {
  background-color: #f2f2f2;
  border-bottom: 1px solid #dedede;
}

.table-column-sort table > tbody > tr:nth-child(odd) {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}

.table-column-sort table > tbody > tr {
  font-size: 13px;
  line-height: 18px !important;
  color: #333;
}

.table-column-sort table > tbody > tr > td {
  border: 0px !important;
  padding: 20px 10px;
}

.table-column-sort .date {
  direction: rtl;
}

.table-column-sort table > tbody > tr > td a {
  color: #39beea;
}

.table-column-sort table > tbody > tr > td a:hover {
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}
/*===== End Table Column Sort =====*/
/** video-page-title style starts **/

.video-page-text {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  word-wrap: break-word;
  direction: rtl;
}

.c05v3-video {
  background-color: #000;
  text-align: center;
}
/** video-page-title style end **/
/* === Start About and Newpage Banner ===*/

#about {
  background-color: #38b1ef;
  word-wrap: break-word;
}

.about-body {
  padding: 15px 20px 15px 0px;
  overflow: hidden;
}

.about-body .sub-title {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 5px;
  direction: rtl;
  font-weight: 100;
}

.about-body .title {
  font-size: 20px;
  line-height: 24px;
  word-wrap: break-word;
  color: #fff;
  margin-bottom: 8px;
  direction: rtl;
}

.about-body .title a {
  color: #fff;
}

.about-body .title a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.about-body .hammer {
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.about-body .blurb-text {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  direction: rtl;
  font-weight: 100;
}

.about-body .about-btn {
  background-color: #38b1ef;
  border: 2px solid #fff;
  color: white;
  min-height: 37px;
  min-width: 90px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  float: right;
  direction: rtl;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-body .about-btn:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.about-body .about-btn a {
  color: #fff;
}

.about-body .about-btn a:hover {
  color: #000;
  border-bottom: 0px;
  text-decoration: none;
}
/* === end About and Newpage Banner ===*/
/*====== C00v3 text begin ======*/

.c00v3 {
  float: left;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  word-wrap: break-word;
  direction: rtl;
  padding: 10px;
}

.section .c00v3_introduction {
  background-color: #f2f2f2;
}
/*====== C00v3 text end ======*/
/*====== C01v1 Banner begin ======*/

.c01v1-page-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  margin: 0px 0px 15px 0px;
  word-wrap: break-word;
  direction: rtl;
}

.c01v1-country-banner {
  padding: 16px 20px 20px 12px;
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  margin-bottom: 22px;
}

.c01v1-country-img {
  height: 72px;
  width: 112px;
  padding-bottom: 20px;
  display: inline-block;
  float: right;
  margin: 0px 10px 0px 10px;
}

.c01v1-country-img-box {
  padding-right: 0;
  width: 14%;
}

.c01v1-country-chart {
  margin-bottom: 5px;
  direction: rtl;
  float: right;
}

.c01v1-country-chart-text {
  font-size: 13px;
  line-height: 20px;
  word-wrap: break-word;
  float: right;
  direction: rtl;
}

.c01v1-country-banner-heading {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
  direction: rtl;
}

.c01v1-country-labels {
  font-size: 13px;
  line-height: 16px !important;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #dedede !important;
  padding: 3px !important;
  width: 48%;
}

.c01v1-country-labels a {
  color: #000;
}

.c01v1-country-labels a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.c01v1-country-amounts {
  font-size: 11px;
  line-height: 22px !important;
  color: #333;
  padding: 0px !important;
  text-align: right;
  border-top: 1px solid #dedede !important;
  word-wrap: break-word;
  width: 38%;
}

.c01v1-country-years {
  font-size: 11px;
  line-height: 22px !important;
  color: #333;
  padding: 0px !important;
  text-align: right;
  border-top: 1px solid #dedede !important;
  width: 12%;
}

.c01v1-country-banner-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding-right: 20px;
  word-wrap: break-word;
  border-right: 1px solid #dedede !important;
  direction: rtl;
  text-align: right;
}

.c01v1-country-banner-text a {
  color: #39beea;
}

.c01v1-country-banner-text a:hover {
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}

.c01v1-country-banner-text a:visited,
.c01v1-country-banner-text a:focus {
  color: #39beea;
}

.c01v1-banner {
  padding: 16px 20px 20px 12px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
  float: left;
}

.c01v1-banner-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  word-wrap: break-word;
  direction: rtl;
  text-align: right;
  float: right;
}

.c01v1-banner-link {
  font-size: 13px;
  line-height: 20px;
  float: right;
  margin-right: 10px;
  padding-right: 0px;
}

.c01v1-banner-link ul {
  color: #666;
  float: right;
  padding-left: 0px;
}

.c01v1-banner-link ul li {
  direction: rtl;
  padding-right: 0px;
  text-align: right;
}

.c01v1-banner-link ul li a {
  color: #39beea;
  text-decoration: none;
}

.c01v1-banner-link ul li a:hover,
.c01v1-banner-link ul li a:visited,
.c01v1-banner-link ul li a:focus {
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}
/*====== C01v1 Banner end ======*/
/*====== C02v2 Multimedia Image begin ======*/

#c02v2 {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  direction: rtl;
  padding-bottom: 0;
  float: none;
  border-bottom: none;
}

.c02v2-img {
  display: inline-block;
  overflow: hidden;
  float: right;
}

.c02v2-img img {
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

.c02v2-img img:hover {
  text-decoration: none;
  border: 0px;
}

.c02v2-caption {
  display: block;
  color: #818181;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

.sub-header {
  font-size: 13px;
  line-height: 18px;
  color: #818181;
  display: inline-block;
  margin-bottom: 0px;
  direction: rtl;
}

.c02v2-video {
  background-color: #000;
  text-align: center;
}

#c02v2 img {
  width: 100%;
}

.c02v2-credit {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.c02v2-body {
  display: inline-block;
  float: right;
}

.c02v2-body .c02v2-small-size {
  width: 140px;
  margin-left: 15px;
}

.c02v2-body .c02v2-small-size .c02v2-ver-small img {
  height: 174px;
  width: 140px;
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

.c02v2-body .c02v2-small-size .c02v2-ver-small img:hover {
  text-decoration: none;
  border: 0px;
}

.c02v2-body .c02v2-large-size {
  width: 220px;
  margin-left: 15px;
}

.c02v2-body .c02v2-large-size .c02v2-ver-large img {
  height: 274px;
  width: 220px;
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

.c02v2-body .c02v2-large-size .c02v2-ver-large img:hover {
  text-decoration: none;
  border: 0px;
}

.c02v2-body .c02v2-square-size {
  width: 220px;
  margin-left: 15px;
}

.c02v2-body .c02v2-square-size .c02v2-square img {
  height: 220px;
  width: 220px;
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

.c02v2-body .c02v2-square-size .c02v2-square img:hover {
  text-decoration: none;
  border: 0px;
}

.c02v2-body .c02v2-hor-size {
  width: 220px;
  margin-left: 15px;
}

.c02v2-body .c02v2-hor-size .c02v2-hor img {
  height: 124px;
  width: 220px;
  float: right;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

.c02v2-body .c02v2-hor-size .c02v2-hor img:hover {
  text-decoration: none;
  border: 0px;
}
/*====== C02v2 Multimedia Image end ======*/
/*====== C05v1 Multimedia begin ======*/

#c05v1 {
  display: block;
  word-wrap: break-word;
}

.c05v1-top {
  width: 100%;
  display: inline-block;
}

.c05v1-top a:hover {
  text-decoration: none;
  border-bottom: 0px;
}

.c05v1-body {
  margin-top: 12px;
}

.c05v1-body h5 a:focus, .c05v1-body h5 a:hover {
  border-bottom: none !important;
  text-decoration: underline;
}

.c05v1-img {
  display: block;
  margin-top: -5px;
  overflow: hidden;
  position: relative;
}

.c05v1-img .fa-microphone, 
.c05v1-img .fa-play, 
.c05v1-img .fa-soundcloud, 
.c05v1-img .fa-camera {
  width: 28px;
  height: 28px;
  font-size: 16px;
  padding: 4px 0px 0px 0px;
  right: 10px;
  display: inline-block;
}

.c05v1-img .fa-microphone:hover, 
.c05v1-img .fa-play:hover, 
.c05v1-img .fa-soundcloud:hover, 
.c05v1-img .fa-camera:hover {
  opacity: 0.8;
}

.c05v1-img .fa-play {
  padding: 4px 0px 0px 4px;
}

.media-header {
  float: right;
  display: block;
}
/*====== C05v1 Multimedia end ======*/
/*== Start C07v12 Press-Release ==*/

.c07v12 {
  direction: rtl;
}

.c07v12_press_release_N {
  text-align: right;
}
/*== End C07v12 Press-Release ==*/
/*====== C07v4 Highlights begin ======*/

#c07v4-body {
  /*font-family: 'Open Sans', sans-serif;*/
  word-wrap: break-word;
  display: block;
  direction: rtl;
}

.c07v4 {
  height: auto;
  word-wrap: break-word;
}

.c07v4-media-text {
  padding: 0px;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  font-style: normal;
  word-wrap: break-word;
}

.c07v4-img img {
  width: 110px;
  height: 72px;
  border: none;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.c07v4-img img:hover {
  text-decoration: none;
  border: 0px;
}

.c07v4-12 img {
  width: 110px;
  height: 72px;
  border: none;
  margin: 0px 12px 0px 0px;
  float: left;
  display: block;
}

.c07v4-12 img:hover {
  text-decoration: none;
  border: 0px;
}

.c07v4-subheader {
  margin-bottom: 3px;
}
/*====== C07v4 Highlights end ======*/
/* === Start C07v5 Details ==*/

#c07v5-detail {
  display: block;
  word-wrap: break-word;
  float: right;
}

.c07v5-text {
  font-size: 13px;
  line-height: 18px;
  display: block;
  direction: rtl;
}

.c07v5-text ul {
  padding-right: 0px;
  list-style: none;
  display: block;
  margin-bottom: 3px;
}

.c07v5-text ul li {
  list-style: none;
  display: block;
  padding: 3px 0px 3px 0px;
  word-break: break-word;
}

.c07v5-text ul li span {
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  ` padding: 0px 0px 0px 2px;
}
/* === End C07v5 Details ==*/
/*====== C07v9 Highlights begin ======*/

.c07v9-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  word-wrap: break-word;
}

.c07v9-body {
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

.c07v9-title {
  font-weight: bold;
  padding: 11px 0px 11px 0px;
}

.c07v9-text {
  font-weight: normal;
  padding-bottom: 11px;
}

.c07v9-link {
  font-size: 13px;
  line-height: 18px;
  color: #39beea;
}
/*====== C07v9 Highlights end ======*/
/*====== C09v2 Synopsis begin ======*/


#c09v2-body {
  display: inline;
}

.c09v2-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.c09v2-text {
  font-size: 16px;
  line-height: 24px;
  color: #818181;
  font-style: italic;
  margin-bottom: 20px;
  direction: rtl;
}

.c09v2-text ul {
  list-style-type: none;
  padding: 0px;
}

.c09v2-text ul li {
  margin-bottom: 20px;
  padding-right: 20px;
  overflow: hidden;
  color: #818181;
  background: url("../img/black-bullet.png")  no-repeat right 8px;
}

.c09v2-text ul li:last-child {
  margin-bottom: 0px;
}

#c09v2-body h6 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  direction: rtl;
} 


/*====== C09v2 Synopsis end ======*/
/** === starts c10v1 Resources  ======**/

#c10v1-body {
  display: inline-block;
}

.c10v1 {
  margin: 0;
  padding-left: 0;
  float: right;
  direction: rtl;
}

.c10v1 ul {
  list-style-type: none;
  display: block;
  padding: 0px;
  float: right;
  width: 100%;
}

.c10v1 ul li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
}

.c10v1 ul li i {
  float: right;
  padding-left: 25px;
  font-size: 17px;
}

.c10v1 ul li span {
  font-size: 13px;
  line-height: 18px;
  color: #818181;
  vertical-align: middle;
}

.c10v1 ul li a {
  vertical-align: middle;
  font-size: 13px;
  color: #39beea;
  line-height: 18px;
  float: none;
}

.c10v1 ul li a:hover {
  color: #39beea;
  border-bottom: 1px solid #39bbea;
  text-decoration: none;
}

.c10v1_resources  h6 {
  float: right;
}

.c10v1_resources {
  text-align: right;
}

.c10v1_resources .c10v1 {
  clear: both;
}
/** === End c10v1 Resources  ======**/
/* ===== Start C10v3 Materials ====*/

.c10v3-wrapper {
  display: block;
  overflow: hidden;
}

.c10v3-wrapper .c10v3-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
}

.c10v3-wrapper .c10v3-title a {
  color: #000;
}

.c10v3-wrapper .c10v3-title a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.c10v3-wrapper .c10v3-blurb {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding-bottom: 8px;
}

.c10v3-wrapper ul {
  padding: 0px !important;
  list-style: none;
}

.c10v3-wrapper ul li {
  margin-bottom: 20px !important;
  list-style: none;
}

.c10v3-wrapper ul li:last-child {
  margin-bottom: 5px !important;
}

.c10v3-wrapper .file-information {
  font-size: 13px;
  line-height: 18px;
}

.c10v3-wrapper .file-information a {
  margin-left: 10px;
  float: right;
}

.c10v3-wrapper .file-information span {
  color: #818181;
}

.c10v3_materials {
  direction: rtl;
}

.c10v3_materials a.download {
  color: #39BEEA;
  font-size: 13px;
}
/* ===== end C10v3 Materials ====*/
/*====== C11v1 Pullquote begin ======*/

.c11v1-body {
  word-wrap: break-word;
  overflow: hidden;
  margin: 0px 0px 15px 0px;
  border: 0;
  padding: 0;
}

.c11v1-pullquote-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  margin-bottom: 20px;
  word-wrap: break-word;
  text-align: right;
  direction: rtl;
}

.c11v1-pullquote-img {
  margin-left: 12px;
  display: block;
  float: right;
}

.c11v1-pullquote-img img {
  height: 60px;
  width: 60px;
  float: right;
  display: block;
}

.c11v1-author-name {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  word-wrap: break-word;
  margin: 0;
}
/*====== C11v1 Pullquote end ======*/
/*=== C14v1 Contact Start ==*/

.c14v1-contacts-row {
  width: 100%;
  float: left;
}

.c14v1-contacts {
  display: block;
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 25px;
  direction: rtl;
}

.c14v1-contacts .name,
.c14v1-contacts .location {
  color: #333;
  font-weight: bold;
}

.c14v1-contacts .address {
  font-style: normal;
  color: #333;
  word-wrap: break-word;
  width: auto;
}

.c14v1-contacts a {
  word-wrap: break-word;
}
/*=== C14v1 Contact end ==*/
/* ====== Start C14v1 text =====*/

.c14v1-body {
  display: block;
}

.c14v1-body .sub {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #dedede;
}

.c14v1-body-text {
  font-size: 16px;
  line-height: 29px; 
  color: #333;
  word-wrap: break-word;
  width: 100%;
  direction: rtl;
}

.c14v1-body-text h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}

.c14v1-body-text h3 a {
  color: #000;
}

.c14v1-body-text h3 a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.c14v1-body-text h4 {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}

.c14v1-body-text h4 a {
  color: #000;
}

.c14v1-body-text h4 a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.c14v1-body-text .title {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  direction: rtl;
}

sup {
  font-size: 10px;
  color: #333;
    /*text-decoration: underline;*/;
}

.c14v1-body-text ul {
  list-style: initial;
  padding-right: 20px;
  color: #333;
}

.c14v1-body-text ul li {
  margin-bottom: 15px;
}

.c14v1-body-text ol li {
  margin-bottom: 15px;
  padding-right: 20px;
}

.c14v1-body img {
  display: block;
  width: auto;
}

.c14v1BrowseLabel {
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  direction: rtl;
}

.c14v1-body-text p a {
  color: #39beea;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c14v1-body-text p a:hover, .c14v1-body-text p a:focus, .c14v1-body-text p a:active {
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
} 
/* ====== end C14v1 text =====*/
/*====== C15v3 Hero begin ======*/

#c15v3 {
  border-top: 3px solid #38b1ef;
  background-color: #f2f2f2;
  word-wrap: break-word;
  margin-top: -3px;
}

#c15v3-body {
  padding: 8px 0px 8px 10px;
}

#c15v3-body span {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  display: block;
  float: right;
  word-wrap: break-word;
  direction: rtl;
  width: auto;
}

#c15v3-body span {
  float: none;
}

.c15v3-top {
  width: 100%;
  display: inline-block;
}

.feature {
  float: right;
  display: block;
  margin-bottom: 0px;
}

.c15v3-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  float: right;
  width: 100%;
  word-wrap: break-word;
  direction: rtl;
  color: #000000;
}

.c15v3-title a {
  color: #000;
}

.c15v3-title a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
}

.c15v3-body-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  direction: rtl;
  word-wrap: break-word;
  padding-bottom: 10px;
  padding-left: 5px;
  text-align: right;
}

.c15v3-body-text span {
  font-weight: bold;
}

.c15v3-body-text a {
  color: #39beea;
}

.c15v3-body-text a:focus {
  color: #39beea;
}

.c15v3-links {
  font-size: 13px;
  line-height: 18px;
  margin: 5px 0px 8px 0px;
  direction: rtl;
}

.c15v3-links a:first-child {
  float: right;
}

.c15v3-padding {
  padding: 8px 10px 8px 10px !important;
}

.c15v3-icon {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f04b";
  left: 40%;
  top: 29%;
  position: absolute;
  width: 22%;
  padding-bottom: 21%;
}

.c15v3-icon:hover {
  opacity: 0.7;
}

.c15v3-icon:before {
  background-color: #808080;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  filter: alpha(opacity=50);
  padding-bottom: 22%;
  padding-top: 22%;
  position: absolute;
  top: 0;
  width: 100%;
}

.c15v3-icon:after {
  content: "";
  height: 53%;
  width: 53%;
  left: 3%;
  position: absolute;
  top: 23%;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background-image: linear-gradient(45deg, #fff, #fff 30%, transparent 10%, transparent 20%);
}

.c15v3-hero-program-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  float: left;
  width: 100%;
  word-wrap: break-word;
  color: #000;
}

.c15v3-hero-program-title a {
  color: #000;
}

.c15v3-hero-program-title a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

/*====== C15v3 Hero end ======*/
/** c15v5-expertdetailhero style starts **/

.c15v5 {
  direction: rtl;
}

.c15v5 h4 {
  font-size: 32px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  word-wrap: break-word;
}

.c15v5-img img {
  width: 220px;
  height: 220px;
  border: none;
  margin: 0px 0px 0px 20px;
  float: right;
  display: block;
}

.c15v5-media-text {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  word-wrap: break-word;
}

.c15v5-media-description {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  direction: rtl;
}

.c15v5-media-description .morecontent span {
  display: none;
}

.c15v5-media-description .morelink {
  display: inline-block;
}

.c15v5-media-description .morelink:hover {
  text-decoration: none;
  border-bottom: none;
}

.c15v5 .media img {
  /*  -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
    /* Firefox 3.5+ */;
}
/** c15v5-expertdetailhero style end **/
/*====== C17v4 Tabs begin ======*/

#c17v4 {
  margin-top: 22px;
}

.c17v4-text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  word-wrap: normal;
  margin-bottom: 20px;
}

.c17v4-text a {
  color: #333;
}

.c17v4-text a:hover {
  text-decoration: none;
  border-bottom: 1px solid #333;
  color: #333;
}

.c17v4-text .nav-tabs > li {
  direction: rtl;
}

.content-type-label {
  font-size: 12px;
  line-height: 34px;
  color: gray;
}

.page-title {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}

.panel-tab {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  word-wrap: break-word;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  direction: rtl;
}

.panel-tab .active {
  background-color: #000;
}

.panel-tab .active a {
  color: #fff !important;
}

.panel-tab .active a:hover {
  border-bottom: 0px !important;
  text-decoration: none !important;
}

.panel-tab ul {
  width: 100%;
  float: left;
  list-style: none;
  padding-left: 0px;
  display: block;
}

.panel-tab ul li {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0px;
  padding: 10px 15px;
  margin-top: 3px;
  display: block;
}

.panel-tab ul li:first-child {
  margin-top: 0px;
  padding: 10px 15px;
}

.panel-tab ul li a {
  color: #333;
  width: 100%;
}

.panel-tab ul li a:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
/*====== C17v4 Tabs begin ======*/
/*====== F02v4 Dropdown begin ======*/

#f02v4-body {
  margin-top: 22px;
  margin-bottom: 25px;
}

.f02v4-pulldown {
  z-index: 2;
  box-shadow: none;
  border: solid 1px #dedede;
  border-radius: 0px !important;
  padding: 10px;
  margin: 0px;
  width: 100%;
  height: 37px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  float: right;
  margin: 10px 7px 10px 0px;
  direction: rtl;
  background-color: #fff;
}

.f02v4-pulldown:focus {
  z-index: 2;
  border-color: #dedede;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

.f02v4-pulldown-text {
  font-size: 13px;
  line-height: 18px;
  color: #000;
}

.f02v4-arrow-box {
  width: 42px;
  height: 37px;
  padding: 10px;
  float: left;
  border: 0px;
  z-index: 100;
  top: 0px;
  left: 0px;
  margin-top: -37px;
  background: url("../img/searchboxarrow-white-left.png") no-repeat scroll center center #000000;
  position: relative;
}

.f02v4-arrow-box a:hover {
  text-decoration: none;
  border: 0px;
}

.f02v4-arrow-box-1 {
  background: url("../img/search-arrow.png") no-repeat scroll center center #000000;
  left: 0;
}

.arrow-box {
  cursor: pointer;
  width: 42px;
  height: 37px;
  padding: 8px;
  margin: -10px 0px 0px -10px;
  float: left;
  border-right: solid 1px #e4e4e4;
  position: absolute;
  top: 10px;
  left: 52px;
  background: url("../img/search-arrow-b.png") no-repeat scroll center center transparent;
}

.f02v4-search-arrow {
  width: 42px;
  height: 37px;
  float: right;
  background: url("../img/searchboxarrow-w.png") no-repeat right;
}

.f02v4-search-box {
  width: 42px;
  height: 37px;
  padding: 5px;
    /*margin: 10px 0px 12px 0px;*/
  margin: -47px 0px 12px 0px;
  float: left;
  background: #000 url(../img/search-glass-copy.png) no-repeat center;
   /* position: absolute;*/
  position: relative;
}

.f02v4-search-box:hover {
  width: 42px;
  height: 37px;
  padding: 5px;
  margin: 10px 0px 12px 0px;
  float: left;
  border: 0px !important;
}

.search-submit-icon {
  background: #000 url(../img/search-glass.png) no-repeat center;
}

.serch-term {
  margin: 5px 0px 5px 0px;
}

.serch-term .search-text {
  width: 100%;
  padding: 6px 10px 6px 60px;
  margin: 0px;
}

.serch-term .f02v4-submit-icon {
  position: absolute;
  text-decoration: none;
  top: 0px;
  left: 0px;
  float: left;
  border-radius: 0px;
  height: 37px;
  width: 42px;
}
/*====== F02v4 Dropdown end ======*/
/*====== Research Dropdown start======*/

.f02v4-search {
  margin: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
}

.f02v4-search .f02v4-submit-icon {
  position: relative;
  text-decoration: none;
  z-index: 100;
  float: right;
  margin: 15px 0px 0px 8px;
}

.f02v4-research-pulldown {
  width: 87%;
  margin: 15px 3px 15px 0px;
  float: left;
  line-height: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.research-dropdown {
  height: 37px;
  float: left;
  text-align: left;
}

.research-srch-icon {
  float: right;
  margin: 15px 0px 0px 0px;
}

.standard-dropdown {
  font-size: 12px !important;
  line-height: 18px;
  margin: 0px !important;
  top: 37px !important;
  width: 100%;
  border-bottom: 0px;
  border-top: 0px;
  background-color: #fff;
}

.standard-dropdown .research-dropdown-ul {
  cursor: pointer;
  list-style: none;
  padding: 0px;
}

.standard-dropdown .research-dropdown-ul li {
  padding: 3px 10px 3px 10px;
  line-height: 18px;
}

.standard-dropdown .research-dropdown-ul li:hover {
  color: #39beea;
  background-color: #f2f2f2;
  border: 0px;
  border-bottom: 0px;
}

.search-box {
  display: block;
  width: 100%;
}
/*====== Research Dropdown start======*/
/*====== feature story begin ======*/

#f03v1-social-sharing {
  margin: 0px;
  word-wrap: break-word;
  height: auto;
}

#f03v1-social-sharing span {
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  padding-left: 10px;
}

#f03v1-social-sharing ul {
  padding: 0px;
}

#f03v1-social-sharing ul li {
  list-style: none;
}

#f03v1-social-sharing ul li a:hover {
  border-bottom: 0px;
}

#f03v1-social-sharing .btn-text {
  color: #000 !important;
  vertical-align: text-top;
}

.social-btn {
  width: 90px;
  height: 37px;
  background-color: transparent;
  border-radius: 2px;
  margin-right: 8px;
  padding: 8px 15px 8px 13px;
  float: left;
}

.social-btn:last-child {
  margin-right: 0px;
}

.tool-btn {
  height: 37px;
  width: 40px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: transparent;
  padding: 8px;
  margin-right: 5px;
}

.plus-btn {
  height: 37px;
  width: 40px;
  padding: 8px;
  float: right;
  cursor: pointer;
  z-index: 999;
  background: url("../img/socialsharing-plus.png") no-repeat scroll right center transparent;
}

.minus-btn {
  height: 37px;
  width: 40px;
  padding: 8px;
  float: right;
  cursor: pointer;
  z-index: 999;
  background: url("../img/socialsharing-minus.png") no-repeat scroll right center transparent;
}

.toggle_container {
  position: relative;
  top: 35px;
  left: 8px;
  z-index: 1000;
  width: 334px;
  min-height: 100px;
  background-color: #fff;
  margin-top: 0px !important;
  padding: 15px 0px 15px 0px;
  border: 1px solid #dedede;
  float: right;
}

.sharebox,
.sharebox2 {
  display: list-item;
  padding-right: 25px;
  width: 50%;
  float: right !important;
}
/*====== feature story end ======*/
/*====== G01v1 Global Header begin ======*/

.g01v1-this-page-in {
  height: 36px;
  word-wrap: break-word;
}

.header-social-box {
  float: left;
  line-height: 20px;
  height: 40px;
  border: 1px solid #dedede;
  border-top: 0px;
}

.g01v1-this-page-in-text {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding-top: 10px;
  float: left;
  word-wrap: break-word;
}

.g01v1-this-page-in-text ul {
  list-style: none;
  padding: 0px;
}

.g01v1-this-page-in-text li.dropdown {
  float: right;
}

.g01v1-this-page-in-text span {
  float: right;
  direction: rtl;
}

.g01v1-this-page-in-text .sub {
  list-style: none;
  color: #333;
  float: right;
}

.g01v1-this-page-in-text .sub:hover {
  color: #39beea;
  border-bottom: 0px;
}

.g01v1-this-page-in-text .dropdown span {
  padding: 0px 0px 0px 2px;
}

.g01v1-lang {
  font-size: 14px;
  line-height: 20px;
  float: right;
  list-style: none;
  border-left: 1px solid #dedede;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  word-wrap: break-word;
  direction: rtl;
}

.g01v1-lang ul {
  float: left;
  list-style: none;
  padding: 0px;
  text-align: right;
}

.g01v1-lang a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  display: flex;
}

.g01v1-lang a:hover {
  text-decoration: none;
  border: 0px;
  color: #39beea;
  position: relative;
  display: flex;
}

.g01v1-lang a:focus {
  text-decoration: none;
  border: 0px;
  position: relative;
  display: block;
}

.g01v1-lang-breadcrumb {
  font-size: 13px;
  line-height: 16px;
  color: #333;
  border: 0px;
  margin: 0px;
  padding-top: 7px;
  float: right;
}

.g01v1-lang .dropdown-menu > li > a,
.lang-drop-menu ul > li > a {
  color: #000000;
  font-size: 14px;
}

.g01v1-lang .dropdown-menu > li > a:hover {
  background-color: #F2F2F2;
  border: 0 none;
  color: #39BEEA;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 95px;
  font-size: 14px;
  text-align: right;
  list-style: none;
  background-color: #fff;
  margin-left: -24px;
  margin-top: 9px;
  border-bottom: 2px solid #38b1ef;
  border-radius: 0px;
}

.lan-toggle {
  margin-left: 40px !important;
  margin-top: 5px !important;
}

.logo-img img {
  width: 150px;
  height: 50px;
  display: block;
}

.lang-drop-menu {
  position: absolute;
  top: 30px;
  left:15px;
  z-index: 1000;
  display: block;
  float: right;
  min-width: 95px;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  border-bottom: 2px solid #38b1ef;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  direction: rtl;
}

.lang-drop-menu ul {
  float: right;
  list-style: none;
  padding: 0px;
  border: 1px solid #dedede;
  min-width: 100px;
  text-align: right;
}

.lang-drop-menu ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
  color: #000000;
}

.lang-drop-menu ul li a:hover {
  color: #39beea;
  background-color: #f2f2f2;
  border: 0px;
}

.lang-drop-menu ul > li > a {
  padding: 3px 10px;
}
/*====== G01v1 Global Header end ======*/
/*====== G02v1 Global Footer begin ======*/

.g02v1-footer {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  padding: 20px 0px 20px 0px;
  word-wrap: break-word;
  margin-top: 25px;
  direction: rtl;
}

.g02v1-footer span {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  color: #000;
}

.g02v1-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.g02v1-footer ul li.header {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
}

.g02v1-footer ul li.header a {
  color: #000;
}

.g02v1-footer ul li.header a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.g02v1-footer ul li.subheader {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
}

.g02v1-footer span.subheader {
  color: #000000;
  font-size: 13px;
}

.g02v1-footer ul li.subheader a {
  color: #000;
}

.g02v1-footer ul li.subheader a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.g02v1-footer ul li.sub {
  font-size: 12px;
  line-height: 15px;
  color: #818181;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.g02v1-footer ul li.sub a {
  color: #818181;
}

.g02v1-footer ul li.sub a:hover {
  text-decoration: none;
  border-bottom: 1px solid #818181;
}

.g02v1-footer .sub {
  padding: 0px;
}

.fullwidth {
  padding-right: 10px;
}

.fullwidth ul {
  padding-left: 0px;
}

.fullwidth ul li {
  font-size: 12px;
  line-height: 15px;
  color: #818181;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fullwidth ul li:last-child {
  margin-bottom: 25px;
}

.fullwidth ul li a {
  color: #818181;
  padding-left: 0px;
}

.fullwidth ul li a:hover {
  border-bottom: 1px solid #818181;
  padding-left: 0px;
}

.list-inline > li {
  font-size: 11px;
  color: #818181;
  font-weight: 600;
  padding: 0px;
}

.list-inline > li:last-child {
  margin-right: 10px;
  border-right: 1px solid #dedede;
  padding-right: 20px;
  word-wrap: break-word;
  height: 22px;
}

.list-inline > li a {
  color: #818181 !important;
}

.list-inline > li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #818181 !important;
}

.list-inline > li:first-child {
  text-decoration: none;
  border-bottom: 0px !important;
}

.list-inline > li:first-child a:hover {
  text-decoration: none;
  border-bottom: 0px !important;
}

.g02v1-copyright {
  padding: 8px 0px 0px 0px;
  margin-top: 8px;
  border-top: 1px solid #adadad;
  line-height: 0px;
}

.g02v1-footer-copyright {
  font-size: 11px;
  line-height: 12px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.g02v1-footer-copyright a {
  color: #333;
}

.g02v1-footer-copyright a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.g02v1-footer-fraud {
  font-size: 11px;
  line-height: 16px;
  color: #333;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  display: block;
  float: left!important;
}

.g02v1-footer-fraud a {
  color: #000;
}

.g02v1-footer-fraud a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.social-media {
  display: inline-block;
  width: 100%;
}
/*=== G02v1 Global Footer end ======*/
/*====== G04v1 Breadcrumb begin ======*/

.g04v1-text {
  font-size: 12px;
  line-height: 14px;
  color: #39beea;
  word-wrap: break-word;
}
/*====== G04v1 Breadcrumb end ======*/

.listing-lead {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
}

.listing-lead a {
  color: #39beea;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 3px;
}

.listing-hr {
  margin-top: 10px;
  margin-bottom: 22px;
}

.search-listing-searchbox {
  padding: 5px 10px 4px 10px;
  background-color: #f2f2f2;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.search-listing-searchbox .all-news-search {
  margin: 0px 0px 0px 0px;
  float: left;
  text-align: left;
  line-height: 15px;
  width: 92%;
}
/*====== LR01v1 Contacts begin ======*/

#lr01v1 {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  word-wrap: break-word;
  text-align: right;
  direction: rtl;
}

#lr01v1 h6 {
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 10px 0px;
}

#lr01v1 .h7 {
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 10px 0px;
}

#lr01v1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#lr01v1 ul li {
  list-style: none;
  padding: 0 0 8px 0;
}

.lr01v1-header {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  line-height: 16px;
}
/*====== L401v1 Contacts end ======*/
/*====== N01v1 Left Navigation begin ======*/

.n01v1-nav-list {
  font-size: 12px;
  line-height: 17px;
  float: right;
  width: 100%;
  word-wrap: break-word;
  direction: rtl;
}

.n01v1-nav-list ul {
  list-style: none;
  padding-right: 0px;
}

.n01v1-nav-list ul li {
  border-top: 0px solid #dedede;
}

.n01v1-nav-list ul li:first-child {
  border-top: 0px;
}

.n01v1-nav-list ul li .active {
  padding: 5px 7px 5px 0px;
  position: relative;
  display: block;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-bottom: 0px;
  font-weight: bold;
}

.n01v1-nav-list ul li a {
  padding: 5px 7px 5px 0px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}

.n01v1-nav-list ul li a:hover {
  padding: 5px 7px 5px 0px;
  position: relative;
  display: block;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-bottom: 0px;
}

.n01v1-nav-list-main {
  position: relative;
  display: block;
  text-decoration: none;
  border: none;
  border-top: 0px solid #dedede !important;
}

.n01v1-nav-list-sub {
  color: #333;
  line-height: 14px;
}

.n01v1-nav-list-sub ul {
  background: url("../img/bullet.png") no-repeat 120px 4px;
}

.n01v1-nav-list-sub ul li {
  color: #333;
}

.n01v1-nav-list-sub ul li a {
  background-color: none !important;
  border: 0px !important;
  padding: 5px 30px 5px 0px !important;
}

.n01v1-nav-list-sub ul li a:hover {
  background-color: #f2f2f2 !important;
  border: 0px !important;
  background: url("../img/bullet.png") no-repeat 120px 4px;
}

.n01v1-nav-list-sub ul li a:active {
  background-color: #f2f2f2 !important;
  border: 0px !important;
  text-decoration: none;
}

.n01v1-nav-list-sub ul li a.active,
.n01v1-nav-list-sub ul li a:hover {
  background: #f2f2f2 url("../img/bullet.png") no-repeat 120px 4px;
}

/*  drpodown left-Navigation */

.btn-leftnav {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 100%;
  margin-top: 22px;
  word-wrap: break-word;
  padding: 10px 0px 10px 0px;
  background-color: #f2f2f2;
}

.leftnav-brand {
  padding: 0px 0px 10px 0px !important;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  height: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  top: -3px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  width: 85%;
}

.leftnav-brand:hover {
  text-decoration: none;
  border-bottom: 0px;
  color: #333;
}

.leftnav-nav {
  font-size: 13px;
  line-height: 16px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-top: -10px;
  word-wrap: break-word;
  border: solid 1px #dedede;
  background-color: transparent;
}

.leftnav-nav ul {
  list-style: none;
  padding-right: 0px;
  direction: rtl;
}

.leftnav-nav ul li {
  border-top: 1px solid #dedede;
}

.leftnav-nav ul li a {
  padding: 10px 17px 10px 0px;
  position: relative;
  display: flex;
  text-decoration: none;
  color: #333;
}

.leftnav-nav ul li:first-child {
  border-top: 0px;
}

.leftnav-nav ul li a:hover {
  padding: 10px 17px 10px 0px;
  position: relative;
  display: flex;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-bottom: 0px;
}

.leftnav-nav ul li .active {
  padding: 10px 17px 10px 0px;
  position: relative;
  display: flex;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-bottom: 0px;
  font-weight: bold;
}

.leftnav-nav-main {
  position: relative;
  display: block;
  text-decoration: none;
  border: none;
  border-top: 1px solid #dedede !important;
}

.leftnav-nav-sub {
  list-style-type: none !important;
  border-top: 1px solid #dedede;
}

.leftnav-nav-sub ul {
  padding: 0px !important;
  color: #333;
}

.leftnav-nav-sub ul li {
  padding-left: 0px;
}

.leftnav-nav-sub ul li a {
  background-color: none !important;
  border: 0px !important;
  padding-right: 35px !important;
  padding: 10px 0px 10px 17px;
  display: block;
}

.leftnav-nav-sub ul li a:hover {
  border: 0px !important;
  background-color: #f2f2f2;
}

.leftnav-nav-sub ul li a:active {
  border: 0px !important;
  text-decoration: none;
  background-color: #f2f2f2;
}

#list {
  width: 100%;
}

.left-navigation {
  border: solid 1px #dedede;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  height: 37px;
  font-size: 13px;
  color: #333;
  float: left;
  margin: 5px 0px 10px 0px;
  display: block;
  background-color: #f2f2f2;
  list-style: none;
  text-align: right;
}

.left-nav-arrow-box {
  width: 42px;
  height: 37px;
  padding: 10px;
  margin: -11px 0px 0px -10px;
  cursor: pointer;
  float: left;
  background: url("../img/search-arrow.png") no-repeat scroll center center #000000;
}

.leftnav-nav-expand {
  width: 32px;
  height: 36px;
  background-color: #000;
  display: inline-block !important;
  padding: 8px 6px 8px 8px !important;
  float: left;
  position: relative;
  margin-top: -36px;
}

.leftnav-nav-expand:hover, .leftnav-nav-expand:focus {
  background-color: #000 !important;
}

.leftnav-nav-expand i {
  color: #fff !important;
}
/*====== N01v1 Left Navigation end ======*/
/*====== N02v10 Inline Search API begin ======*/

#n02v10-body {
  word-wrap: break-word;
  direction: rtl;
  overflow: hidden;
}

.n02v10 {
  padding: 0px;
  margin-top: 0px;
}

.n02v10 ul {
  list-style: none;
  padding: 0px;
}

.n02v10 > li {
  position: relative;
  display: block;
  list-style: none;
  margin-bottom: 17px;
  overflow: hidden;
}

.n02v10 > li:last-child {
  margin-bottom: 2px !important;
}

.n02v10-img {
  height: auto;
  width: auto;
  float: right;
  display: block;
  padding-left: 12px;
}

.n02v10-img img {
  height: 60px;
  width: 60px;
  float: left;
  display: block;
}

.n02v10-img:hover {
  text-decoration: none;
  border: 0px;
}

.n02v10-content {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.n02v10-content:last-child {
  margin-bottom: 0px;
}

.n02v10-content a {
  position: relative;
  color: #000;
  top: -2px;
  word-wrap: break-word;
}

.n02v10-content a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  word-wrap: break-word;
}

.n02v10-wrapper {
  height: auto;
  width: 100%;
  margin-bottom: 25px !important;
}

.n02v10-wrapper:last-child {
  margin-bottom: 0px;
}

.n02v10-wrapper a {
  color: #000;
}

.n02v10-wrapper a:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}
/*====== N02v10 Inline Search API end ======*/
/* ==== Start N02v11 List-Navigation ===*/
.n02v11 {
  word-wrap: break-word;
  overflow: hidden;
  direction: rtl;
}

.n02v11 .sub {
  margin-bottom: 3px;
}

.n02v11 ul {
  list-style: none;
  padding: 0px;
}

.n02v11 ul li {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: block;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}

.n02v11 ul li:last-child {
  margin-bottom: 2px;
}

.n02v11 ul li a {
  font-size: 14px;
  line-height: 20px;
}

.n02v11 ul li a:focus {
  color: #39beea;
}

.n02v11-blurb-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin-bottom: 9px;
  display: block;
  direction: rtl;
  text-align: right;
}

#n02v11-content {
  display: table-cell;
}

.n02v11-img img {
  width: 110px;
  height: 62px;
  border: none;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.n02v11-img img:hover {
  text-decoration: none;
  border: 0px;
}

.n02v11-60img img {
  width: 60px;
  height: 60px;
  border: none;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.n02v11-60img img:hover {
  text-decoration: none;
  border: 0px;
}

.n02v11 .hammer {
  text-transform: none;
}

.n02v11-81img img {
  width: 81px;
  height: 81px;
  border: none;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.n02v11-81img img:hover {
  text-decoration: none;
  border: 0px;
}

.n02v11-img-110 {
  width: 110px;
  height: 62px;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.n02v11-img-80 {
  width: 80px;
  height: 103px;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.n02v11-img-30 {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-left: 12px;
}

.n02v11-img-30:hover {
  border-bottom: 0px;
  text-decoration: none;
}

.n02v11-list-links  a:hover, .n02v11-list-links  a:focus {
  color: #39BEEA;
  border-bottom: 0px solid #39BEEA;
  text-decoration: underline;
}

/* ==== End N02v11 List-Navigation ===*/
/*====== N02v13 Link List begin ======*/

.n02v13-link {
  font-size: 13px;
  line-height: 16px;
  direction: rtl;
}

.n02v13-link ul {
  list-style: none;
  padding: 0px;
  display: block;
  direction: rtl;
}

.n02v13-link ul li {
  list-style: none;
  display: list-item;
}

.n02v13-link ul li a {
  color: #39beea;
  text-decoration: none;
}

.n02v13-link ul li a:hover,
.n02v13-link ul li a:focus {
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}

.n02v13-link ul li ul li {
  padding: 3px 0px 3px 0px;
}

.n02v13-link ul li ul li a {
  color: #39beea;
  text-decoration: none;
}

.n02v13-link ul li ul li a:hover, 
.n02v13-link ul li ul li a:focus { 
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}

.n02v13-news-link {
  font-size: 14px;
  line-height: 16px;
  direction: rtl;
}

.n02v13-news-link ul {
  list-style: none;
  padding: 0px;
  display: block;
}

.n02v13-news-link ul li {
  display: list-item;
}

.n02v13-news-link ul li ul li {
  padding: 3px 0px 3px 0px;
}
/*====== N02v13 Link List end ======*/
/*====== N02v5 Higlight List begin ======*/

.n02v5-body {
  font-size: 13px;
  line-height: 16px;
  word-wrap: break-word;
  display: block;
}

.n02v5-body .n02v5-text {
  display: block;
}

.n02v5-body ul {
  list-style: none;
  padding-left: 0px;
}

.n02v5-body ul li {
  list-style: none;
  margin: 0px 0px 25px 0px;
  overflow: hidden;
  float: right;
}

.n02v5-body ul li:last-child {
  margin-bottom: 0px;
}

.n02v5-body .link {
  font-size: 13px;
  line-height: 16px;
  color: #39beea;
}

.n02v5-body .link:hover {
  color: #39beea;
  text-decoration: none;
  border-bottom: 1px solid #39beea;
}

.n02v5-img img {
  width: 110px;
  height: 62px;
  border: none;
  margin: 0px 0px 0px 12px;
  float: right;
  display: block;
}

.n02v5-img img:hover {
  text-decoration: none;
  border: 0px;
}
/*====== N02v5 Higlight List end ======*/
/*====== N06v1 In-Depth begin ======*/
.n06v1_indepth {
  direction: rtl;
}

#n06v1-body {
  word-wrap: break-word;
}

.n06v1-top {
  width: 100%;
  display: inline-block;
  margin-bottom: -3px;
}

.n06v1-top .pagination {
  right: 10px;
  position: relative;
}

.n06v1 {
  margin: 0px;
  clear: both;
  display: block;
  direction: rtl;
}

.n06v1-title {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  padding-bottom: 8px;
}

.n06v1-title a {
  color: #000;
}

.n06v1-title a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.n06v1-tag {
  font-size: 11px;
  color: #818181;
  padding-top: 12px;
}

.n06v1-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

.n06v1-section-title {
  float: right;
}

.n06v1-img .fa-microphone, 
.n06v1-img .fa-play, 
.n06v1-img .fa-soundcloud, 
.n06v1-img .fa-camera {
  width: 28px;
  height: 28px;
  font-size: 16px;
  padding: 4px 0px 0px 0px;
  left: 10px;
  bottom: 25px;
  display: inline-block;
}

.n06v1-img .fa-microphone:hover, 
.n06v1-img .fa-play:hover, 
.n06v1-img .fa-soundcloud:hover, 
 .n06v1-img .fa-camera:hover {
  opacity: 0.8;
}

.n06v1-img .fa-play {
  padding: 4px 0px 0px 4px;
}

.n06v2 {
  margin-bottom: 0px;
  padding: 0px;
}

.n06v2 .content-type-label {
  font-size: 12px;
  line-height: 24px;
  color: gray;
}
/*====== N06v1 In-Depth end ======*/
/*===== Begin n07v4 Generic Search Listing Item =====*/

.n07v4 {
  word-wrap: break-word;
  overflow: hidden;
}

.n07v4 .n07v4-img {
  height: auto;
  width: auto;
  float: right;
  display: block;
  padding-left: 12px;
}

.n07v4 .n07v4-img img {
  height: 60px;
  width: 60px;
  float: left;
  display: block;
}

.n07v4 .n07v4-img:hover {
  text-decoration: none;
  border: 0px;
}

.n07v4 ul {
  list-style: none;
  padding: 0 !important;
}

.n07v4 ul li {
  margin-bottom: 35px;
}

.n07v4 .n07v4-content {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.n07v4 .n07v4-content:last-child {
  margin-bottom: 0px;
}

.n07v4 .n07v4-title {
  color: #39beea !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.n07v4 .n07v4-blurb {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 5px;
}

.n07v4 .n07v4-info {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding-left: 12px;
}

.n07v4 .n07v4-info .n07v4-info-title {
  font-weight: bold;
  margin-left: 3px;
}

.n07v4 .n07v4-button button {
  border: 2px solid #000;
  font-size: 12px;
  line-height: 16px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.n07v4 .n07v4-button button:hover {
  background-color: #000 !important;
  color: #fff;
}

.n07v4 .n07v4-lead {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

#n07v4-content {
  display: block;
  text-align: right;
  direction: rtl;
  overflow: hidden;
}
/*===== End n07v4 Generic Search Listing Item =====*/
/*====== S01v1 Related Links begin ======*/

#s01v1-body {
  word-wrap: break-word;
  text-align: right;
  direction: rtl;
}

#s01v1-body span {
  display: block;
}

#s01v1-body span {
  display: inline-block;
}

.s01v1 {
  font-size: 14px;
  line-height: 18px;
  display: block;
  list-style: none;
  padding: 0px;
  direction: rtl;
  margin-bottom: 15px;
}

.s01v1:last-child {
  margin-bottom: 0px;
}

.s01v1 ul {
  list-style: none;
}

.s01v1 > li { 
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
  position: relative;
}

.s01v1 > li:last-child {
  margin-bottom: 0px;
}

.s01v1 > li a {
  color: #39beea;
  text-decoration: none;
}

.s01v1 > li a:hover {
  color: #39beea;
  border-bottom: 1px solid #39beea;
}

.s01v1-body span {
  display: block;
}

.s01v1-sub-links {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 8px 0;
    overflow:hidden;
}

.s01v1-sub-links a:first-child {
  float: right; 
}

.s01v1 > li a span:hover {
  text-decoration: underline;
}

/*====== S01v1 Related Links end ======*/
/*====== S01v4 Related Links begin ======*/

.s01v4 {
  margin-top: 15px;
}

.s01v4 ul {
  font-size: 14px;
  line-height: 18px;
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 8px;
}

.s01v4 ul li {
  margin-bottom: 8px;
  display: block;
  position: relative;
}

.s01v4-link {
  font-size: 11px;
  line-height: 18px;
  color: #818181;
  text-transform: uppercase;
  margin-top: 15px;
}
/*====== S01v4 Related Links end ======*/
/*====== S01v6 Related Package begin ======*/

#s01v6 {
  margin-bottom: 0;
  padding-left: 0;
  word-wrap: break-word;
  direction: rtl;
}

.s01v6-content {
  display: block;
  overflow: hidden;
}

.s01v6-content ul {
  padding-right: 0px;
}

.s01v6-content ul li {
  list-style: none;
  margin-bottom: 19px;
  overflow: hidden;
    line-height: 27px;
}

.s01v6-content ul li:last-child {
  margin-bottom: 0px;
}

.s01v6-title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  word-wrap: break-word;
}

.s01v6-title a:hover {
  border-bottom: 1px solid #333333;
}

.s01v6-content .time-stamp {
  font-size: 13px;
}

.s01v6_related h5 a:focus, .s01v6_related h5 a:hover {
  border-bottom: none;
  text-decoration: underline;
}

/*====== S01v6 Related Package end ======*/
/*====== S03v1 Most Popular begin ======*/

#s03v1-body {
  margin-top: 20px;
  margin-bottom: 25px;
  word-wrap: break-word;
}

.s03v1 {
  margin-bottom: 0;
  padding-left: 0;
}

.s03v1 .title {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

.s03v1 .content-type-label {
  font-size: 13px;
  line-height: 18px;
  color: #333;
}

.s03v1 ul {
  list-style: none;
  padding-left: 0px;
  display: block;
  position: relative;
}

.s03v1 ul li {
  width: 100%;
  position: relative;
  display: block;
  list-style: none;
  margin-bottom: 15px;
}

.s03v1 ul li:first-child {
  margin-top: 15px;
}

.s03v1 ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.s03v1 ul li a:hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #333;
  margin-bottom: 3px;
}
/*====== S03v1 Most Popular end ======*/
/*====== S03v2 Stay Connected begin ======*/
#s03v2 h6 {
  font-size: 13px;
  line-height: 18px;
}

#s03v2 {
  direction: rtl;
  float: right;
  word-wrap: break-word;
}

.s03v2-body {
  overflow: hidden;
  display: inline-block;
}

.s03v2-header {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 15px;
}

.s03v2-icon {
  padding-left: 0;
  float: none;
  text-align: right;
}

.s03v2-icon ul {
  list-style: none;
  display: block;
  padding: 0px;
  float: right;
  width: 100%;
}

.s03v2-icon ul li {
  margin-bottom: 5px;
  display: table-cell;
  float: left;
  width: 100%;
  direction: rtl;
}

.s03v2-icon ul li a {
  float: none;
  padding-left: 10px;
  display: table-cell;
}

.s03v2-icon ul li a:hover,
.s03v2-icon ul li a:focus {
  text-decoration: none;
  border-bottom: 0px;
  ;
}

.s03v2-text {
  font-size: 13px;
  line-height: 16px;
  float: none;
  display: table-cell;
}

.s03v2-text a {
  color: #333;
  padding-left: 0px !important;
}

.s03v2-text a:hover {
  color: #333;
  border-bottom: 1px solid #333 !important;
  text-decoration: none;
}

.s03v2-object {
  display: block;
}
/*====== S03v2 Stay Connected end ======*/
/*====== S06v1 Expert begin ======*/

#s06v1-body {
  word-wrap: break-word;
  direction: rtl;
}

.s06v1 {
  height: auto;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

.s06v1 .title {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  word-wrap: break-word;
}

.s06v1 .title a {
  color: #000;
}

.s06v1 .title a:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.s06v1 .content-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin-top: 10px;
  word-wrap: break-word;
}

.s06v1:last-child {
  margin-bottom: 2px;
}

.s06v1-img {
  height: auto;
  width: auto;
  float: right;
  display: block;
  padding-left: 12px;
}

.s06v1-img img {
  height: 60px;
  width: 60px;
  float: left;
  display: block;
}

.s06v1-img:hover {
  text-decoration: none;
  border: 0px;
}

.s06v1-expert-name {
  margin: 0px;
  display: inline-block;
  word-wrap: break-word;
}

.s06v1-content {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.s06v1-content:last-child {
  margin-bottom: 0px;
}

.s06v1-content a {
  position: relative;
  color: #000;
  top: -2px;
  word-wrap: break-word;
}

.s06v1-content a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  word-wrap: break-word;
}
/*====== S06v1 Expert end ======*/
/* === Start S06v11 image-text ===*/

.highlights-img-container {
  display: block;
}

.s06v11-highlight-image {
  padding: 0px 0px 9px 0px;
}

.s06v11-highlight-title {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  padding: 0px 0px 5px 0px;
  direction: rtl;
}

.s06v11-highlight-blurb {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  direction: rtl;
}
/* === end S06v11 image-text ===*/
/* ===== Start S06v3 Highlight ====*/

#s06v3-body {
  word-wrap: break-word;
  overflow: hidden;
  direction: rtl;
}

.s06v3-img {
  height: auto;
  width: auto;
  float: right;
  display: block;
  padding-left: 12px;
}

.s06v3-img img {
  height: 60px;
  width: 60px;
  float: left;
  display: block;
}

.s06v3-img:hover {
  text-decoration: none;
  border: 0px;
}

.s06v3 {
  display: block;
  height: auto;
  overflow: hidden;
}

.s06v3 .sub {
  overflow: visible;
  font-size: 15px;
  line-height: 20px;
}

.s06v3 .sub a:hover {
  text-decoration: underline;
  border-bottom: 0px!important;
}

.s06v3 .content {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  display: inline-block;
  margin-bottom: 2px;
  margin-top: 12px;
}

.s06v3 .sub-title {
  font-size: 13px;
  line-height: 18px;
  color: #818181;
  font-weight: normal;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
}

/* ===== End S06v3 Highlight ====*/
/*====== S06v8 Statistics begin ======*/

#s06v8 {
  word-wrap: break-word;
  overflow: hidden;
}

.s06v8-img img {
  margin-left: 8px;
  height: 40px;
  width: 40px;
  display: block;
  float: right;
}

.s06v8-stat {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding-top: 3px;
  direction: rtl;
}

.s06v8-text {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  padding: 1px 0px 15px 0px;
  display: block;
  direction: rtl;
}

.s06v8-source {
  line-height: 18px;
  float: right;
}

.s06v8-source > .link {
  color: #39beea;
  font-size: 13px;
  line-height: 18px;
  direction: rtl;
}

.s06v8-source > .link:hover {
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}
/*====== S06v8 Statistics end ======*/
/*====== Country Listing begin ======*/

.all-list {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0px 10px 0px;
  padding: 0px 10px 0px 11px;
  border-right: 1px solid #ccc;
  color: #39beea;
  float: right;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 4px 10px;
}

.bs-searchbox .serch-icon,
.bs-actionsbox .serch-icon {
  position: relative;
  top: 0px;
  margin: -22px 0px 0px 11px;
  float: left;
}

.country-list {
  font-size: 13px;
  line-height: 18px;
  padding-left: 0px;
  float: left;
  display: block;
  width: 100%;
  direction: rtl;
}

.country-list:last-child {
  padding-bottom: 0px;
}

.country-list ul {
  list-style: none;
  padding: 0px;
  color: #000;
  position: relative;
  display: block;
  float: right;
}

.country-list ul li {
  list-style: none;
  color: #000;
  position: relative;
  display: inline-flex;
}

.country-list ul li a {
  float: left;
  position: relative;
  display: inline-flex;
  color: #000;
  border-bottom: 1px solid transparent;
}

.country-list ul li a:hover {
  color: #000;
  display: inline-flex;
  text-decoration: none;
  border-bottom: 1px solid #000;
  float: left;
}

.country-list-lang {
  color: #39beea !important;
  font-size: 13px;
  line-height: 18px;
}

.country-list-lang:hover {
  color: #39beea !important;
  border-bottom: 1px solid #39beea !important;
  text-decoration: none;
}

.country-btn {
  text-align: right;
  padding: 8px 10px 8px 10px;
  font-size: 13px;
  background-color: #fff;
  border-radius: 0px;
}

.country-btn:hover {
  background-color: #fff;
  border-color: #dedede;
  color: #818181;
}

.f02v4-dropdown,
.country-dropdown {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  width: 100%;
  border-bottom: 0px;
  border-top: 0px;
  background-color: #fff;
  cursor: pointer;
  max-height: 180px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  direction: rtl;
  float: right;
  text-align: right;
}

.f02v4-dropdown ul,
.country-dropdown ul {
  list-style: none;
  padding: 0px;
}

.f02v4-dropdown ul li,
.country-dropdown ul li {
  color: #333;
}

.f02v4-dropdown ul li a,
.country-dropdown ul li a {
  display: block;
  padding: 3px 12px 0px 12px;
  clear: both;
  color: #333;
}

.f02v4-dropdown ul li a:hover,
.country-dropdown ul li a:hover {
  text-decoration: none;
  border-bottom: 0px;
  background-color: #f2f2f2;
  color: #39beea;
}

.country-dropdown-selectpicker {
  margin: 0px 0px 0px -1px !important;
  width: 101%;
  cursor: pointer;
  border-top: 0px;
  max-height: 150px;
  overflow-y: scroll;
  min-height: 0px;
  display: block !important;
}

.country-group {
  font-size: 13px;
  line-height: 16px;
  color: #333;
  width: 100%;
  margin: 0px;
  text-align: right;
}

.chose-country {
  height: 37px;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  text-align: right;
  float: left;
  border: solid 1px #dedede;
  border-radius: 0px !important;
  padding-top: 10px;
  background-color: transparent;
}

.chose-country:hover,
.chose-country:focus {
  border: solid 1px #dedede !important;
  border-radius: 0px !important;
  color: #333!important;
}

#landing-header {
  border-left: 10px solid white;
  border-right: 10px solid white;
  border-bottom: 10px solid white;
  margin-bottom: 15px;
}

.landing-header-media {
  padding-left: 0;
  padding-right: 0;
}
/*====== Country Listing end ======*/
/*====== Topic Listing strat ======*/

.topic-list {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  margin-bottom: 25px;
  direction: rtl;
}

.topic-list ul {
  list-style: none;
  padding: 0px;
  display: list-item;
}

.topic-list ul li {
  display: list-item;
  list-style: none;
  padding: 3px 0px 5px 0px;
  margin: 0px;
  line-height: 16px;
}

.topic-list ul li a {
  color: #39beea;
}

.topic-list ul li a:hover {
  border-bottom: 1px solid #39beea;
  text-decoration: none;
}

.topic-dropdown {
  width: 100% !important;
  margin: 0px 0px 15px 0px;
  line-height: 16px;
}

.topic-dropdown-1 {
  height: 150px;
  overflow-y: scroll;
  margin: -22px 0px 0px -11px !important;
  top: 9px;
  width: 103%;
  background-color: #fff;
  position: relative;
  padding: 0px;
  text-align: right;
  direction: rtl;
}

.topic-dropdown-1 ul {
  list-style: none;
  padding: 0px;
}

.topic-dropdown-1 ul li {
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.topic-dropdown-1 ul li a {
  display: block;
  padding: 3px 9px 0px 10px;
  clear: both;
  color: #333;
}

.topic-dropdown-1 ul li a:hover {
  text-decoration: none;
  border-bottom: 0px;
  background-color: #f2f2f2;
  color: #39beea;
}
/*====== Topic Listing end ======*/
/* ====  start Social Icon ====*/

.social-icon {
  float: right;
  list-style: none;
  border-left: 1px solid #dedede;
  width: inherit;
}

.social-icon ul {
  float: right;
  list-style: none;
  padding: 6px 15px 6px 15px;
}

.social-icon ul li {
  float: right;
  padding: 0px;
  margin-left: 7px;
  margin-bottom: 3px;
}

.social-icon ul li:first-child {
  padding: 0px;
}

.social-icon ul li:last-child {
  padding: 0px;
  margin-left: 0px;
}

.social-icon ul li a {
  padding: 0px;
}

.social-icon ul li a:last-child {
  padding: 0px;
}

.social-icon ul li a:hover {
  text-decoration: none !important;
  border: 0px;
}

.social-icon-bot {
  float: right;
  list-style: none;
  border: 0px solid #dedede;
  border-top: 0px;
  width: inherit;
  padding: 7px 0px 16px 0px;
}

.social-icon-bot ul {
  padding: 0px;
  width: 100%;
}

.social-icon-img {
  display: inline-block;
  float: right;
}

.social-icon-img img:hover {
  opacity: 0.4;
  color: #333;
}
/* ====  end Social Icon ====*/

.no6v1IndepthItem {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px 10px 0px;
  position: relative;
}

.map-links-button:hover {
  text-align: right;
}

.auth-nav-list .n01v1-nav-list-sub ul,
.auth-nav-list .n01v1-nav-list-sub ul li a.active,
.auth-nav-list .n01v1-nav-list-sub ul li a:hover {
  background: #f2f2f2 url(../img/bullet.png) no-repeat right center;
}

.filter-option {
  float: right !important;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  width: 75%;
}

.news-subtitle {
  text-align: right;
}

.tab-content {
  margin-top: 3px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  display: block;
}

.fa-angle-up {
  margin: -3px 0px 0px 16px;
  font-size: 20px;
  float: left;
  width: auto;
  height: auto;
}

.fa-angle-up:hover {
  font-size: 20px;
  color: #39beea;
  border-bottom: 0px;
  text-decoration: none;
}

.glyphicon {
  color: #818181;
  text-decoration: }
.glyphicon:hover {
    color: #818181;
  text-decoration: none;
  border-bottom: none;
}

.hide-border {
  border-right-width: 0px !important;
  padding: 0px;
}

.reset-list-padding {
  padding-right: 0px;
}

#CQ .cq-editrollover-insert-container {
  z-index: 0;
}

#CQ .cq-editbar {
  z-index: 0;
}
/*.x-panel-body {
    padding-top: 10px;
}
.x-panel-body label {
    float: left;
    padding-right: 20px;
    padding-left: 10px;
}
.x-form-item label {
    float: left;
    font-weight: normal;
}
.x-form-item-description {
    padding-left: 10px !important;
}*/
.btn-sm:hover
.btn-link:hover, .btn-link:focus, .btn-sm:hover {
  border-right: 1px solid #dedede;
  color: #39beea;
  text-decoration: none;
  word-wrap: break-word;
}

.btn-default a:hover,
.btn-default a:focus,
.btn-default a:active {
  border-bottom: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
}

.center-left-border {
  border-right: 1px solid #dedede;
}

.center-right-border {
  border-left: 1px solid #dedede;
}

.center-padding-left {
  padding-right: 20px;
}

.center-left-padding {
  padding-right: 20px;
}

.center-padding-right {
  padding-left: 20px;
}

.center-top-border {
  margin: 0px;
  border-top: 1px solid #dedede;
}

.center-bottom-border {
  margin: 0px;
  border-top: 1px solid #dedede;
}
/*17-04-15 country listing map*/

.deactive,
.deactive:hover,
.deactive:focus {
  color: #d9dccf!important;
  cursor: default;
}

.map-global-home {
  width: 100%;
  height: 272px;
  position: relative;
}

.map-globalbg {
  width: 100%;
  height: 275px;
  position: relative;
  background: url("../img/map/regionsmap.svg") no-repeat scroll transparent;
}

.map-globalbg a {
  text-decoration: none;
  border-bottom-style: none !important;
}

.map-global-lac,
.map-global-lac-hover {
  position: absolute;
  top: 98px;
  left: 165px;
  background: none;
  width: 144px;
  height: 184px;
  border: 0px;
}

.map-global-lac:hover,
.map-global-lac-hover {
  background: url("../img/map/regionsmap-hover-lac.svg") no-repeat scroll transparent;
  cursor: pointer;
}

.map-global-lac a {
  width: 144px;
  height: 184px;
  text-decoration: none;
  display: block;
}

.map-global-sa,
.map-global-sa-hover {
  position: absolute;
  top: 87px;
  left: 430px;
  background: none;
  width: 64px;
  height: 69px;
  border: 0px;
}

.map-global-sa:hover,
.map-global-sa-hover {
  background: url("../img/map/regionsmap-hover-sar.svg") no-repeat scroll transparent;
  cursor: pointer;
}

.map-global-sa a {
  width: 64px;
  height: 69px;
  text-decoration: none;
  display: block;
}

.map-global-africa,
.map-global-africa-hover {
  position: absolute;
  top: 106px;
  left: 314px;
  background: none;
  width: 121px;
  height: 130px;
  border: 0px;
}

.map-global-africa:hover,
.map-global-africa-hover {
  background: url("../img/map/regionsmap-hover-afr.svg") no-repeat scroll transparent;
  cursor: pointer;
}

.map-global-africa a {
  width: 121px;
  height: 130px;
  text-decoration: none;
  display: block;
}

.map-global-eap,
.map-global-eap-hover {
  position: absolute;
  top: 61px;
  left: 446px;
  background: none;
  width: 174px;
  height: 157px;
  border: 0px;
}

.map-global-eap:hover,
.map-global-eap-hover {
  background: url("../img/map/regionsmap-hover-eap.svg") no-repeat scroll transparent;
  cursor: pointer;
}

.map-global-eap a {
  width: 174px;
  height: 157px;
  text-decoration: none;
  display: block;
}

.map-global-eca,
.map-global-eca-hover {
  position: absolute;
  top: 19px;
  left: 357px;
  background: none;
  width: 228px;
  height: 82px;
  border: 0px;
}

.map-global-eca:hover,
.map-global-eca-hover {
  background: url("../img/map/regionsmap-hover-eca.svg") no-repeat scroll transparent;
  cursor: pointer;
}

.map-global-eca a {
  width: 228px;
  height: 82px;
  text-decoration: none;
  display: block;
}

.map-global-mena,
.map-global-mena-hover {
  position: absolute;
  top: 85px;
  left: 315px;
  background: none;
  width: 138px;
  height: 59px;
  border: 0px;
}

.map-global-mena:hover,
.map-global-mena-hover {
  background: url("../img/map/regionsmap-hover-mena.svg") no-repeat scroll transparent;
  cursor: pointer;
}

.map-global-mena a {
  width: 138px;
  height: 59px;
  text-decoration: none;
  display: block;
}

.map-info-box {
  background-color: #fff;
  border: 1px solid #dedede;
  bottom: 39px;
  left: 20px;
  padding: 5px;
  position: absolute;
  width: 120px;
  text-align: right;
}

.map-info-box p {
  color: #000;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.map-links {
  left: 711px;
  position: absolute;
  top: 5px;
}

.map-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.map-links ul li {
  float: none;
  padding: 0px;
  margin: 6px 0px 0px 0px;
}

.map-links ul li a {
  text-decoration: none;
}

.map-links input.button {
  background: #ffffff;
  padding: 10px 6px 10px 6px;
  width: 250px;
  border: 1px solid #d9dccf;
  font: 0.813em Georgia;
  color: #000000;
  word-wrap: break-word;
  cursor: pointer;
  *cursor: default;
}

.map-links input.buttonhover {
  background: #f4f4f0;
  padding: 9px 5px 9px 5px;
  width: 250px;
  border: 2px solid #cacdc1;
  font: 0.813em Georgia;
  color: #000000;
  word-wrap: break-word;
  cursor: pointer;
  *cursor: default;
}

.map-links-button {
  direction: rtl;
  background: #ffffff;
  padding: 8px 10px;
  width: 245px;
  border: 1px solid #dedede;
  font-size: 13px;
  color: #333;
  word-wrap: break-word;
  line-height: 1.42857;
  font-weight: 400;
  cursor: pointer;
  text-align: right;
}

.map-links-buttonhover {
  direction: rtl;
  background: #ffffff;
  padding: 8px 10px;
  width: 245px;
  border: 1px solid #39beea;
  font-size: 13px;
  color: #818181;
  word-wrap: break-word;
  line-height: 1.42857;
  font-weight: 400;
  cursor: pointer;
  text-align: right;
}

.map-links-button table {
  font-size: 13px;
  width: 100%;
}

.map-links-button table td {
  width: 90%;
  float: right;
}

.map-links-button table td+td {
  width: 10%;
  float: left;
}

.map-links-buttonhover table {
  font-size: 13px;
  width: 100%;
}

.map-links-buttonhover table td {
  width: 90%;
  float: right;
}

.map-links-buttonhover table td+td {
  width: 10%;
  float: left;
}
/*17-04-15 country listing map ends*/

.research-dropdown-ul,
.country-dropdown-ul {
  cursor: pointer;
  list-style: none;
  padding: 0px;
}

.research-dropdown-ul li,
.country-dropdown-ul li {
  padding: 3px 10px 3px 10px;
  line-height: 18px;
}

.research-dropdown-ul li:hover,
.country-dropdown-ul li:hover {
  color: #3fa5e0;
  background-color: #f2f2f2;
  border: 0px;
  border-bottom: 0px;
}

.sub-link li {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  border-bottom: 1px solid #dedede;
  width: 100%;
  direction: rtl;
}

.n07v4-events-list-wrapper {
  direction: rtl;
}

.bg-gry {
  background-color: #F2F2F2;
}

.mrg-l-0 {
  margin-left: 0px;
}

.mrg-l-5 {
  margin-left: 5px;
}

.pad-t-10 {
  padding-top: 10px;
}

.brd-b-0 {
  border-bottom: 0;
}

.breadcrumb>li {
  white-space: nowrap;
}

#topic-search,.input-block-level {
  padding-left: 35px;
}

.mrg10 {
  margin-right: 10px;
}

.pagination {
  direction: rtl;
}

.table-column-sort .date {
  direction: rtl;
} 




/* ====== begin New-Tabs styel ====*/
.scroll_tab_first {
  padding-right: 0 !important;
}

.scroll_tab_last {
  padding-left: 0 !important;
}

.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: right;
  height: 33px;
  border-bottom: 0px solid #dedede !important;
}

ul.scroll_tabs_container {
  list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner {
  height: 30px;
  border-bottom: 1px solid #dedede;
  left: 18px!important;
}

.scroll_tabs_container div.scroll_tab_inner span, .scroll_tabs_container div.scroll_tab_inner li {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 18px;
  font-size: 13px;
  background-color: #ffffff;
  color: #39BEEA;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.scroll_tabs_container div.scroll_tab_inner>li>a {
  color: #333;
  padding: 0px 0px 8px 0px;
}

.scroll_tabs_container div.scroll_tab_inner>li>a:hover, .scroll_tabs_container div.scroll_tab_inner>li>a:focus {
  border-bottom: 2px solid #0e2240;
  padding: 0px 0px 8px 0px;
}

.scroll_tabs_container div.scroll_tab_inner>li.active>a, .scroll_tabs_container div.scroll_tab_inner>li.active>a:hover, .scroll_tabs_container div.scroll_tab_inner>li.active>a:focus {
  color: #333;
  border-bottom: 3px solid #0e2240;
  padding: 0px 0px 8px 0px;
}

.scroll_tabs_container div.scroll_tab_inner li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
  height: 33px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_left_button,.scroll_tabs_container .scroll_tab_right_button {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  font-size: 13px;
  color: #000;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  top: -6px !important;
}

.scroll_tabs_container .scroll_tab_left_button::before {
  content: "\f053";
  line-height: 33px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
  color: #AAAAAA;
}

.scroll_tabs_container .scroll_tab_left_button {
  left: -13px!important;
}

.scroll_tabs_container .scroll_tab_right_button {
  right: -7px!important;
}

.scroll_tabs_container .scroll_tab_right_button {
  height: 33px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_right_button::before {
  content: "\f054";
  line-height: 33px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
  color: #AAAAAA;
}

.c17v4-text .wrapper {
  height: 33px;
}

.posright0 {
  right: 0px !important;
}

.scroll_arrow_disabled {
  display: none !important;
  width: 0px!important;
}

/* css updated on 18-09-2013*/

#event {
  margin-top: 5px;
  display: block;
  direction: rtl;
}

#event .event-body {
  padding: 0px 10px 8px 0px;
}

#event .event-body span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  display: block;
  word-wrap: break-word;
  float: left;
}

#event .event-body .event {
  float: none;
}

#event .title {
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  float: left;
  width: 100%;
  word-wrap: break-word;
}

#event .title a {
  color: #000;
}

#event .title a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.event-intro-text {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  margin-bottom: 25px;
  direction: rtl;
}

.event-intro-text .morecontent span {
  display: none;
}

.event-intro-text .morelink {
  display: inline;
}

.event-intro-text .morelink:hover {
  text-decoration: none;
  border-bottom: none;
}

/* css updated on 18-09-2013*/

.social-icon ul li a span.screen-reader-text, .g01v1-lang a span.screen-reader-text, 
.next span.screen-reader-text, .prev span.screen-reader-text, 
.c05v1-img a span.screen-reader-text, .n06v1-img a span.screen-reader-text, 
.g01v1-this-page-in-text .sub span.screen-reader-text, .c15v3-icon span.screen-reader-text, 
.leftnav-nav-expand span.screen-reader-text, #f03v1-social-sharing span.screen-reader-text, 
.nextc05v1 span.screen-reader-text, .prevc05v1 span.screen-reader-text, 
.map-globalbg a span.screen-reader-text, .nexts06v11 span.screen-reader-text, 
.prevs06v11 span.screen-reader-text, .f02v4-search-box span.screen-reader-text, 
.leftnav-nav-expand span.screen-reader-text, .prevc15v4 span.screen-reader-text, 
.nextc15v4 span.screen-reader-text, .glyphicon-remove-circle span.screen-reader-text, 
.multimedia .media-img span.screen-reader-text, .nexteleindepth span.screen-reader-text, 
.preveleindepth span.screen-reader-text,
.prevn06v4 span.screen-reader-text, .nextn06v4 span.screen-reader-text,
.table-column-sort table > thead > tr th span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.title.section {
  clear: both;
}

#n06v4 {
  display: block;
  word-wrap: break-word;
}

#n06v4 p {
  direction: rtl;
}

.n06v4-top {
  width: 100%;
  display: inline-block;
  direction: rtl;
}

.n06v4-thumbnail {
  margin: 0px;
  clear: both;
  display: block;
  direction: rtl;
}

.n06v4 .owl-dot.active {
  background: none;
  border: 0px;
}

.g02v1-footer-copyright .bottom-left {
  float: right;
}

.g02v1-footer-copyright .bottom-left li {
  float: right;
  padding: 0;
  padding-left: 10px;
  margin: 0;
  margin-left: 10px;
  border-right: 0;
  border-left: 1px solid #ccc;
  line-height: 16px;
}

.g02v1-footer-copyright .bottom-left .last {
  border: 0;
}

.g02v1-footer-copyright .bottom-left {
  width: 77%;
}

.mrg-right0 {
  margin-right: 0 !important;
}

.wbg-acc,.wbg-moreways {
  font-size: 12px !important;
}

.mrg-top-20 {
  margin-top: 20px !important;
}

.g02v1-footer ul li.sub a:hover {
  text-decoration: underline;
  border-bottom: 0px;
}

.g02v1-footer .social-icon-img img:hover {
  opacity: 1;
}

.g02v1-footer .serch-term {
  margin: 5px 0px 20px 0px;
}

.mrg-btm-10 {
  margin-bottom: 10px !important;
}

.mrg-btm-5 {
  margin-bottom: 5px !important;
}

.mrg-top-15 {
  margin-top: 15px !important;
}


::i-block-chrome, .navbar ul.nav li a {

    margin: 15px 6px 0px 7px !important;

}

@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400;
            src: url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Regular.eot');
  src: url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Regular.eot?#iefix') format('embedded-opentype'),
       url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Regular.woff2') format('woff2'),
       url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Regular.woff') format('woff'),
       url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 700;
  src: url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Bold.eot');
  src: url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Bold.eot?#iefix') format('embedded-opentype'),
       url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Bold.woff2') format('woff2'),
       url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Bold.woff') format('woff'),
       url('http://fonts.gstatic.com/ea/notonaskharabic/v2/NotoNaskhArabic-Bold.ttf') format('truetype');
}
i
{
    font-family: 'Noto Naskh Arabic', 'Open Sans', sans-serif;
}



/*START: AR specific changes : Error-Page : 29-08-2016 - UDH*/
               .error_404_page .f02v4-search-box {
    right: -3px
}
.error_404_page .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    margin-top: 25px
}
.error_404_page .center>div {
    transition: all .5s ease-in-out;
   /* display: table-row*/
}
.error_404_page .center>div:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.error_404_page .ql-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin: 8px;
    padding: 0;
}
.error_404_page .ql-icon>a>img {
    width: 100%;
    height: 100%;
}
.error_404_page .alert-info {
    margin-top: 20px;
}
.error_404_page .ql-icon>a,
.error_404_page .ql-icon>a:hover {
    display: inline-block;
    text-decoration: none;
    border-bottom: 0px solid #39beea;
}
.error_404_page .padding-left-20 {
    padding-left: 20px;
}
.error_404_page .jumbotron p {
    font-size: 18px;
}
.error_404_page .btn-search-black,
.error_404_page .btn-search-black.focus,
.error_404_page .btn-search-black:hover,
.error_404_page .btn-search-black:visited {
    background: black;
    color: white;
    padding: 7.5px 12px;
}
.error_404_page .multimedia-ads img {
    width: 100%;
    height: auto;
}
.error_404_page .multimedia-ads .n02v10-events p a,
.error_404_page .multimedia-ads .n02v10-events p a:visited {
    color: #000!important;
}
.error_404_page .multimedia-ads .n02v10-events p a:hover,
.error_404_page .multimedia-ads .n02v10-events p a:focus {
    border-bottom: none !important;
    text-decoration: underline;
}
.error_404_page .media-header {
    float: none;
}
.error_404_page .jumbotron .h1,
.error_404_page .jumbotron h1 {
    font-size: 40px;
}
              .error_404_page .alert-info {
                   margin-left: 15px;
                   text-align: right;
               }
              .error_404_page h1 {
                   text-align: center;
               }
               .error_404_page .ql-icon {
                   float: right;
               }
              .error_404_page .btn.btn-search-black {
                   float: inherit;
               }
              .error_404_page div.row.footer {
                   padding: 0;
                   margin: 0;
               }
              .error_404_page .f02v4-search-box {
                   width: 42px;
                   height: 37px;
                   padding: 5px;
                   margin: -47px 0px 12px -9px;
               }
              .error_404_page .f02v4-search-box:hover {
                   width: 42px;
                   height: 37px;
                   padding: 0;
                   margin: -47px 0px 0px -9px;
                   float: left;
                   border: 0px !important;
               }

              .error_404_page div.n02v10-events.margin-top10 {
                   display: block;
                   overflow: hidden;
               }
              .error_404_page div.n02v10-events.margin-top10 p a {
                   float: right;
               }
              .error_404_page .list-group li.col-xs-6.list-group-item {
                   text-align: right;
               }
               /*END: AR specific changes :Error-Page : 29-08-2016 - UDH*/
/* sidekick previewpage toggle */
button.editMode {
    border: 0px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 10px 15px;
    position: fixed;
    left: 2%;
    float: left;
    background-color: #39beea;
    top: 25px;
    z-index: 1111;
}

/* sidekick previewpage toggle end*/

.pad0 {
    padding: 0;
}

 .c05v1-img img
        {

            width: 100%;
            height: auto;
            display: block;
        }
.home-page-video{
	 position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25% !important;
}
 .home-page-video iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.highlights-card-block{

            width:100%;
 }

.highlights-card{

            width:100%;
        }

.homepage-badge {width: 100%; margin-top:16px;}
.homepage-badge .block-inner {
	border:none;
	padding: 12px !important;
    float: none;
    text-align: left;
}
.homepage-badge h3 {
	margin:0;
    text-align: left;
}
.homepage-badge h3 a, .homepage-badge h3 a:visited{
	font-size:13px; 
	font-weight:600;
    color: white !important;
    margin-right: -5px;
}
 .homepage-badge h3 a:hover {
        border-bottom: 1px solid white !important; 
                }
.homepage-badge .banner-res{
	height: 85px;
	no-repeat 0 0; 
	margin-top:10px; 
	background-size:100%;
}
.homepage-badge .related-links{
	margin-top:1px; 
	color:#FFF;
	    direction: rtl;
    margin-left: 10px;
}
.homepage-badge .related-links a{
	font-size:11px; 
	font-weight:600; 
	color:#FFF;
}
@media screen and (min-width: 768px) {
	.homepage-badge .banner-res{
		height: 67px;
	}
}
.tab-pane.active {
overflow: visible;
}