@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

html {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #31373a;
  padding-top: 15px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

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

.container {
  max-width: 1170px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
.wrapper {
  min-height: 600px;
  margin-bottom: 40px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row [class^="col-"],
.row [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/*
p a {
    color: #d02525;
    text-decoration: underline;
}
*/
a {
  color: #333;
}
a:hover {
  color: #28ae8d;
  text-decoration: none;
}

.btn {
  border-radius: 2px;
}
.btn.btn-primary {
  color: #fff;
  background-color: #28ae8d;
  border-color: #28ae8d;
}
.btn.btn-primary:hover,
.btn.btn-primary:active:focus {
  background-color: #249d7f;
  border-color: #249d7f;
}

.red {
  color: #e21a1a;
}
.top5 {
  margin-top: 5px;
}
.top7 {
  margin-top: 7px;
}
.top10 {
  margin-top: 10px;
}
.top15 {
  margin-top: 15px;
}
.top17 {
  margin-top: 17px;
}
.top30 {
  margin-top: 30px;
}
.highlight {
  background-color: yellow;
}

span.title-icons {
  font-size: 90%;
  opacity: 0.8;
  color: #139b91;
}
.logo {
  display: inline-block;
}
.date-header {
  font-size: 12px;
  color: #888;
}

.error-message {
  color: red;
  font-size: 90%;
  padding-bottom: 5px;
}

.form .form-group.date label {
  display: block;
}

footer {
  background-color: #1d1e20;
  padding-top: 40px;
  margin-top: 60px;
  color: #aaa;
}

.footer-bottom {
  padding: 20px 0 20px 0;
  border-top: 1px solid #2a2b2d;
}
footer .footer-nav {
  padding: 0;
  text-align: center;
}
.ltr footer .footer-bottom-right {
  text-align: right;
}
.rtl footer .footer-bottom-right {
  text-align: left;
}
footer .footer-bottom-right li {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  display: inline-block;
}
footer a {
  color: #aaa;
}
footer a:hover {
  color: #28ae8d;
}

.f-widget-follow li {
  list-style-type: none;
  padding: 4px;
  margin: 20px 0 0;
  display: inline-block;
}
.f-widget-follow li a {
  width: 36px;
  height: 36px;
  color: #f8f8f8;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 1px;
  background-color: #2d2e30;
}
.rtl .f-widget-follow .fa {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .footer {
    text-align: left;
  }
  .footer-bottom-left {
    float: left;
    padding: 8px;
  }
  .footer-bottom-right {
    float: right;
  }
}
@media (max-width: 767px) {
  footer .main-logo {
    margin: 0 auto;
  }
  footer .f-widget-follow {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom-right li {
    padding: 16px;
    margin-top: 10px;
  }
}

/**
 * Navigation
 */

.navbar-nav > li > a {
  padding: 15px 13px;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.navbar-right {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: #fff;
  }

  #navigation .navbar-header {
    float: none;
  }

  #navigation .navbar-toggle {
    display: block;
  }

  #navigation .navbar-collapse.collapse {
    display: none !important;
  }

  #navigation .navbar-collapse.collapse.in {
    display: block !important;
  }

  /*Design for max-width: 1200px*/
  #navigation .navbar-collapse,
  #navigation .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  /*Navbar Collapse*/
  #navigation .navbar-collapse {
    padding: 0;
  }

  #navigation .navbar-nav li,
  .dropdown {
    position: relative;
  }

  /*Navbar*/
  #navigation .navbar-nav {
    top: 2px;
  }

  /*Dropdown Menu*/
  #navigation .dropdown-menu {
    padding: 4px 0;
    border-top: 1px solid;
    min-width: 160px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: -2px !important;
    background-color: #fff;
  }

  #navigation .language-dropdown .dropdown-menu {
    min-width: 75px;
  }

  #navigation .language-dropdown.open > .dropdown-menu,
  #navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  #navigation .open > .dropdown-menu,
  #navigation-v1 .open > .dropdown-menu {
    display: none;
  }
  #navigation .more .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 200px;
  }
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}

.navbar-toggle {
  border: 1px solid #fff;
  margin-top: 13px;
}

.navbar-toggle .icon-bar {
  background-color: #384650;
}

.navbar-toggle,
.navbar-fixed-top .navbar-toggle {
  border: 1px solid #384650;
}

.navbar-toggle .icon-bar,
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #384650;
}

/*==============================
========= Top bar section=======
================================*/
#navigation {
  background-color: #fff;
}

@media (min-width: 991px) {
  #navigation {
    margin-bottom: 20px;
  }
}

#navigation .navbar .topbar {
}

#topbar {
  float: none;
  position: relative;
  padding: 0 15px;
}
.topbar {
  background-color: #161616;
  color: #ddd;
}

.topbar .top-social-links {
  display: inline-block;
  margin-right: 10px;
}
.topbar .top-social-links li {
  display: inline-block !important;
  list-style: none;
  line-height: 27px;
  height: 29px;
}
.topbar .top-social-links li a {
  color: #c4c4c4;
  display: block;
  padding: 0 10px;
  font-size: 12px;
  height: 29px;
}

.main-navbar {
  padding: 15px 30px;
}
.main-navbar .main-logo {
  max-width: 240px;
  max-height: 90px;
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
  .main-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 10%);
  }
  .navbar-toggle {
    border: none;
    margin-right: 0;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
  }
  .main-navbar .logo-container {
    flex-grow: 1;
  }
  .main-navbar .main-logo {
    margin: 0 auto;
    max-width: 130px;
    max-height: 40px;
  }
  .main-navbar .search-icon {
    padding: 10px;
  }
  .main-navbar .search-form {
    top: 66px;
  }
  .main-navbar > button,
  .main-navbar > .search {
    width: 45px;
    text-align: center;
  }
}

.logo-bar {
  padding: 15px 30px;
}
.logo-bar .main-logo {
  max-width: 240px;
  max-height: 90px;
}

.homepage .navbar-brand {
  padding: 13px 15px;
}

#navigation .container .navbar-brand {
  margin-left: -15px;
}

#topbar-right {
  float: right;
}

.navbar-nav a {
  font-weight: bold;
}

.language-dropdown,
#date-time,
#topbarAd {
  display: inline-block;
  line-height: 40px;
  color: #ddd;
  font-size: 14px;
}

.language-dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #ebecee;
  min-width: 74px;
  text-align: center;
  z-index: 10000;
}

.language-dropdown a {
  color: #ddd;
  text-transform: uppercase;
}

.language-dropdown .dropdown-menu {
  padding: 0;
}
.language-dropdown .dropdown-menu a {
  padding: 8px 24px;
  font-size: 1.6rem;
}

#topbar-right #topbarAd img {
  max-width: 61px;
}

/* #date-time, #topbarAd {
  border-left:1px solid #ebecee;
} */

#navigation .language-list {
  display: none;
}

#navigation .language-list li {
  display: inline-block;
  border-right: 1px solid rgb(220, 220, 220);
  padding-right: 5px;
}

#navigation .language-list li:last-child {
  border: none !important;
}

@media (min-width: 991px) {
  #navigation .language-list {
    display: inline-block;
  }
  #menubar {
    border-top: 1px solid rgba(23, 155, 145, 0.27);
    box-shadow: 1px 2px 4px rgb(23 155 145 / 27%);
  }
}
@media (max-width: 990px) {
  #mainmenu {
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    margin: 0;
    overflow-y: hidden;
    text-align: center;
    transition: all 250ms ease;
    background: #13547a;
    background: -webkit-linear-gradient(to top, #13547a, #80d0c7);
    background: linear-gradient(to top, #13547a, #80d0c7);
    border: none;
    transition: height 0.2s;
  }
  #mainmenu.in {
    max-height: none;
    height: 100vh !important;
    overflow-y: auto;
  }
  #mainmenu .navbar-toggle {
    float: none;
    padding: 15px 25px;
  }
  #mainmenu .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  #mainmenu .navbar-toggle .icon-bar-1 {
    transform: rotate(45deg);
    transform-origin: 40% 40%;
  }
  #mainmenu .navbar-toggle .icon-bar-2 {
    transform: rotate(-45deg);
    transform-origin: 20% 10%;
  }

  #mainmenu .nav {
    padding: 40px 25px 60px 25px;
    position: relative;
    float: none;
  }
  #mainmenu .nav li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-color: rgba(255, 255, 255, 0.08);
  }
  #mainmenu .nav li:last-child {
    border-bottom: none;
  }
  #mainmenu .nav li a {
    color: #fff;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    white-space: nowrap;
  }
  #mainmenu .nav li a:hover,
  #mainmenu .nav li a:focus {
    background-color: transparent;
  }
  #mainmenu .open > * {
    background-color: transparent;
  }

  .ltr #mainmenu .dropdown-toggle small {
    float: right;
  }
  .rtl #mainmenu .dropdown-toggle small {
    float: left;
  }
  #mainmenu .dropdown-menu {
    padding: 0 10px;
  }
  #menubar .top-social-links {
    margin-bottom: 60px;
  }
  #menubar .top-social-links li {
    display: inline-block;
  }
  #menubar .top-social-links li a {
    color: #fff;
    padding: 8px;
    font-size: 18px;
  }
}

.user-section {
  float: right;
}

#mainmenu {
  padding-right: 0;
  padding-left: 0;
}

.row.row--original {
  margin-left: -15px;
  margin-right: -15px;
}
.row.row--original > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .ltr .homepage #sidebar {
    border-left: 1px solid #dcdbdb;
  }
  .rtl .homepage #sidebar {
    border-right: 1px solid #dcdbdb;
  }
}

.homepage-bld #mainmenu {
  margin: 0;
}

.homepage-bld .navbar-brand {
  padding-left: 10px;
}

.search-form {
  border-top: 3px solid #28ae8d;
  display: none;
  width: 320px;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  z-index: 999999;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  padding: 10px;
}

.search-form.open {
  display: block;
}

.search-form input {
  border: 0 !important;
  box-shadow: none;
  color: #555;
  height: 38px;
  line-height: 14px;
  padding: 10px 65px 10px 20px;
  background-color: #f8f8f8;
}

.search-form button {
  background-color: #28ae8d !important;
  border: 0 !important;
  box-shadow: none;
  color: #fff !important;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 0;
  line-height: 10px;
}

@media (min-width: 991px) {
  #menubar .dropdown-menu {
    left: auto;
    box-shadow: 0 6px 6px rgb(0 0 0 / 18%);
    border-radius: 0;
  }
}

#menubar .dropdown-more {
  border-top: 3px solid #28ae8d;
}

#navigation .dropdown-menu.top-user-section,
.dropdown-menu.top-user-section {
  padding: 0;
  border-top: 0;
  position: absolute;
  right: 15px;
  top: 52px;
  min-width: 360px;
  background-color: #3a3a3a;
  z-index: 10;
  left: inherit;
  margin-top: 0 !important;
}

.dropdown-menu.top-user-section {
  right: 0;
}

.nav-ext-link {
  padding: 3px;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 18px;
  margin-right: 6px;
  display: inline-block;
  text-align: center;
  /* height: 40px; */
  white-space: nowrap;
}
.nav-ext-link i {
  color: red;
}

@media (max-width: 991px) {
  .nav-ext-link {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 13px 15px;
  }
  .language-dropdown,
  #date-time,
  #topbarAd {
    margin-left: 0px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 13px;
    border-left: 0;
  }
  #date-time {
    display: none;
  }
  .language-dropdown {
    margin-top: 1.8rem;
    font-size: 16px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li > a {
    line-height: 15px;
  }
  #mainmenu .dropdown-menu > li > a,
  .dropdown-menu {
    font-size: 13px;
  }
  .search input {
    float: none;
    width: 100%;
    height: 40px;
  }
}

/** Article sidebar pagination **/
.more-articles .paginator {
  text-align: center;
}
.more-articles td.day {
  background-color: #28ae8d;
  color: #fff;
}
.more-articles .current td {
  background-color: #aaddd0;
}

/**
 * Common colors
 */
.section-title:before,
.btn-primary,
.badge,
.catagory a,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.widget.news-letter button,
.pagination li a:hover,
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
#latest-news span.latest-title,
.subscribe-me button,
.top-user-form .btn:hover {
  background-color: #28ae8d;
}

/**
 * Breaking news
 */

#breaking-news {
  background-color: #28ae8d;
  color: #fff;
  overflow: hidden;
  padding: 10px;
  font-size: 1.1em;
}

#breaking-news span {
  font-weight: bold;
  text-transform: uppercase;
}

#breaking-news a {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 5px;
}

#breaking-news a:last-child {
  border-right: none;
}

/**
 * Latest news
 */

#latest-news {
  background-color: #fff;
  border-radius: 3px;
}

.latest-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 25px;
}

#latest-news ul li {
  padding: 3px 5px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

#latest-news ul li:last-child {
  border-bottom: none;
}

#latest-news ul li i.arrow {
  margin-right: 10px;
}

#latest-news ul li a {
  color: #525b6e;
  line-height: 2rem;
  padding-right: 35px;
  display: inline-block;
  font-size: 1.4rem;
}

#latest-news ul li a:hover {
  color: #000;
}
#latest-news .latest-news-time {
  color: #aaa;
  position: absolute;
  display: inline-block;
  right: 3px;
  top: 3px;
}

#ticker-latest-news {
  margin-top: 10px;
  margin-bottom: 2rem;
  position: relative;
}
#ticker-latest-news .latest-all {
  color: #fff;
  padding: 8px 10px;
  background-color: #172738;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-bottom: 10px;
}

.news-ticker {
  height: 34px;
  line-height: 34px;
  display: block;
}

.news-ticker ul {
  display: block;
  height: 34px;
}

.news-ticker ul li {
  height: 34px;
  line-height: 34px;
  list-style: none;
  font-weight: 600;
  display: none;
  width: 800px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.news-ticker-btn-cnt {
  position: absolute;
  right: 15px;
  top: 2px;
}
.bnt-news-ticker {
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  color: #333 !important;
  border: 1px solid #ddd;
  font-family: Arial !important;
  font-size: 11px;
  position: relative;
  top: 1px;
}

@media (max-width: 991px) {
  #ticker-latest-news .latest-all {
    display: inline-block;
  }
  .news-ticker {
    margin-top: 10px;
    width: 100%;
  }
  .news-ticker ul {
    max-width: 100%;
  }
  .news-ticker ul li {
    max-width: 500px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  #ticker-latest-news .latest-all {
    max-height: 34px;
    overflow: hidden;
  }
  #ticker-latest-news .latest-all {
    float: left;
  }
  .news-ticker ul {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
}

.latest-news-index .date-header {
  border-bottom: 1px solid #9e9e9e;
  border-top: none;
  font-size: 1.1em;
  font-weight: bold;
}

/**
 * SECTIONS
 */

.section {
  margin-bottom: 20px;
  position: relative;
}

.section-title {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  color: #3d4148;
  font-weight: 600;
  text-transform: lowercase;
}
.homepage-bld .section-title {
  text-transform: uppercase;
}
h2.section-title {
  font-size: 24px;
  padding-bottom: 6px;
}
h3.section-title {
  font-size: 20px;
  padding: 5px 3px;
  margin-top: 0;
  margin-bottom: 5px;
}

h2.section-title:before {
  width: 30px;
  z-index: 1;
  background-color: #28ae8d;
}

h2.section-title:after {
  right: 0;
  background-color: #e6e6e8;
}

h2.section-title:before,
h2.section-title:after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  height: 2px;
}

/** 
 * POST
 */

.simulated-link {
  cursor: pointer;
}

.feature-post {
  position: relative;
}

.feature-post .entry-title a,
.feature-post .entry-meta a,
.feature-post .entry-title a:hover,
.feature-post .entry-meta a:hover {
  color: #fff;
}

.entry-category {
  background-color: #171717;
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
}
.entry-meta {
  font-size: 14px;
}

.post {
  /* overflow:hidden; */
  border-radius: 3px;
  margin-top: 30px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
}

@media screen and (max-width: 767px) {
  .post {
    margin-top: 10px;
  }
}

.post.feature-post {
  background-color: inherit;
}

/** Homepage */

.homepage .post {
  margin-top: 0;
}
.homepage .medium-post {
  margin-bottom: 20px;
}
.homepage .post.medium-post .post-content {
  padding: 0;
}

/* Homepage highlight */

.spot-highlight {
  margin-bottom: 20px;
}
.spot-highlight .row {
  margin-left: -5px;
  margin-right: -5px;
}
.spot-highlight .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .spot-highlight {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .spot-highlight .small-post.post-title-over-pic {
    margin-bottom: 2px;
    margin-left: -8px;
    margin-right: 5px;
  }
}
.home-slider {
  display: block;
  overflow: hidden;
}
.home-slider-19.owl-theme .owl-dots {
  margin-top: 0 !important;
}
.owl-theme .owl-dots {
  top: 10px;
  left: 10px;
  position: absolute;
  padding-right: 20px;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1.2;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px;
  background-color: #139b91;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d5d5d5;
}

.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-family: Arial !important;
  font-size: 3rem;
  background: transparent;
  text-shadow: 1px 1px #00000024;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #139b918a;
}

@media screen and (max-width: 767px) {
  .owl-theme .owl-nav {
    display: none;
  }
}

.home-slider .feature-post .post-content {
  z-index: 1000;
  width: 100%;
  padding: 20px 30px;
}
.home-slider-19 .feature-post .post-content {
  padding: 10px 16px;
}

.owl-carousel .post .entry-title {
  margin-bottom: 6px;
}

.owl-carousel .feature-post .entry-title a {
  color: #333;
  font-family: "Open Sans";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.owl-carousel .feature-post .entry-lead {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0.5rem 0;
  color: #666;
  display: inline-block;
}
.owl-carousel .feature-post .entry-related {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767px) {
  .owl-carousel .feature-post .post-content {
    padding: 10px 20px;
  }
  .owl-carousel .feature-post .entry-title a {
    font-size: 2rem;
  }
}

/** Homepage YT */
#youtube-videos .big-video {
  position: relative;
  margin: 0;
}
#youtube-videos .entry-header {
  position: relative;
  overflow: hidden;
}
#youtube-videos .entry-header img {
  width: 100%;
}
#youtube-videos .entry-header:before {
  position: absolute;
  background-image: url(../img/play-btn.png);
  width: 100%;
  height: 100%;
  content: "";
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: 0.3s opacity;
}
#youtube-videos .post:hover img {
  transform: none;
}
#youtube-videos .entry-header:hover:before {
  opacity: 0.6;
}
#youtube-videos a {
  cursor: pointer;
}

/** Fix for yt videos in modal */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

#previewModal .modal-dialog {
  width: 98%;
  margin: 20px auto 0 auto;
  max-width: 640px;
}
#previewModal .modal-content {
  background-color: #313131;
  color: #e5e5e5;
  border-radius: 3px;
}
#previewModal .modal-header {
  border-bottom: 1px solid #525252;
}
#previewModal .close {
  color: #fff;
  margin-right: 5px;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}

.top-spot .post-list {
  padding-bottom: 10px;
}
.top-spot .post-content {
  padding: 5px;
}

.top-spot .main-article .entry-title a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top-spot .entry-thumbnail {
    max-height: 200px;
    overflow: hidden !important;
  }
}

.tall-spot {
  position: relative;
}
.tall-spot .post {
  margin-top: 0;
  margin-bottom: 20px;
}

.tall-spot .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.left-tall-spot .bg-image {
  height: 512px;
}

.left-tall-spot .post-content {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 1000;
}
.left-tall-spot .entry-title {
  font-size: 28px !important;
  line-height: 32px;
}
.left-tall-spot .entry-title a,
.left-tall-spot a.entry-related {
  color: #fff;
}
.left-tall-spot a.entry-related {
  margin-top: 0.9rem;
  font-size: 1.3rem;
  display: block;
}

.right-tall-spot .bg-image {
  height: 234px;
}

.right-tall-spot .post .entry-title {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    rgba(0, 0, 0, 1) 100%
  );
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  padding: 30px;
  bottom: 0;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home-slider.owl-loaded {
    height: auto;
  }
  .left-tall-spot .bg-image {
    height: 320px;
    margin-top: 2rem;
  }
  .left-tall-spot .entry-title {
    height: auto;
  }
  .right-tall-spot .bg-image {
    height: 230px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .left-tall-spot .bg-image {
    height: 336px;
  }
  .right-tall-spot .bg-image {
    height: 158px;
  }
  .right-tall-spot .post .entry-title {
    font-size: 18px;
    line-height: 22px;
    padding: 25px;
  }
  #latest-news {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .left-tall-spot .bg-image {
    height: 492px;
  }
  .right-tall-spot .bg-image {
    height: 212px;
  }
}

.post-title-over-pic {
  position: relative;
  margin-bottom: 10px;
}
.post-title-over-pic .entry-thumbnail:before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.6)
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  content: "";
}
.post-title-over-pic .post-content {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 1000;
}
.post-title-over-pic.small-post .entry-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.rtl .post-title-over-pic.small-post .entry-title {
  font-size: 18px;
}
.post-title-over-pic .entry-title a,
.post-title-over-pic a.entry-related {
  color: #fff !important;
  text-shadow: 1px 1px #171717;
}

.post.post-title-over-pic.small-post .post-content {
  padding: 4px 12px;
  font-size: 18px;
}

.post.post-title-over-pic.medium-post .post-content {
  padding: 4px 16px;
}
.post.post-title-over-pic.medium-post .entry-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .post.post-title-over-pic.large-post .entry-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .post-titles-list .post-content {
    padding-top: 0 !important;
    border-bottom: 1px solid #e2e2e2;
  }
}
.post-titles-list .entry-title {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
}
.rtl .post-titles-list .entry-title {
  font-size: 15px;
}
.homepage .post-titles-list .post-meta {
  margin-bottom: 0px;
}
.post-titles-list .post-content {
  margin-bottom: 8px;
}
.post-titles-list .post-content:last-child {
  border-bottom: none;
}

.post-item-image .entry-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.post-with-side {
  display: flex;
  margin-bottom: 12px;
}
.post-with-side .entry-thumbnail {
  width: 90px;
  height: 90px;
}
.post-with-side .entry-title {
  line-height: 21px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.rtl .post-with-side .entry-title {
  font-size: 16px;
}
.post-with-side.small-post .post-content {
  padding-left: 10px;
}

.homepage .post-meta {
  margin-bottom: 10px;
}
.rtl .homepage .post-meta {
  margin-bottom: 6px;
}
.homepage .post-meta span {
  display: inline-block;
  margin-right: 6px;
  color: #999;
  font-size: 11px;
}
.rtl .homepage .post-meta span {
  font-size: 12px;
}
.homepage .post-description {
  color: #777;
  font-size: 13px;
  line-height: 22px;
}
.rtl .homepage .post-description {
  font-size: 15px;
}

.category-slider .owl-nav {
  position: absolute;
  right: 0px;
  margin-top: 10px;
  top: 0px;
}
.category-slider.owl-theme .owl-nav > div {
  background: rgba(22, 22, 22, 0.5) none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  line-height: 28px;
  text-align: center;
  width: 36px;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}
.category-slider.owl-theme .owl-nav > div:hover {
  background: rgba(22, 22, 22, 0.6) none repeat scroll 0 0;
}
.category-slider .post-title-over-pic .post-content {
  padding: 16px;
}
.category-slider .post-title-over-pic .entry-title,
.category-slider .post-title-over-pic .post-meta {
  margin-bottom: 0;
}
.homepage .post-title-over-pic .post-meta span {
  display: inline-block;
  margin-right: 6px;
  color: #eee;
  font-size: 11px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
}
.category-slider .post-title-over-pic .entry-title a {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
}
.col-sm-4 .category-slider .post-title-over-pic .entry-title a,
.col-sm-4 .category-slider .post-item-image .entry-title a {
  font-size: 18px;
  line-height: 20px;
}

.category-slider .post-item-image .post-content {
  padding: 0;
}
.category-slider .post-item-image .entry-title a {
  font-size: 18px;
  line-height: 120%;
  display: inline-block;
}

#selected-articles {
  margin-top: 1.6rem;
}
#selected-articles .post-content {
  padding: 3px;
}
.homepage-19 #manual-pick .entry-title,
#selected-articles .entry-title {
  font-size: 14px;
  line-height: 1.6rem;
  height: 5rem;
  overflow-y: hidden;
}

article.post .entry-title {
  font-family: "Open sans", sans-serif;
  font-size: 40px;
  margin-top: 0px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .single-article > .row > div > * {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
  }
}

.entry-thumbnail {
  overflow: hidden;
  position: relative;
}
.entry-thumbnail img {
  width: 100%;
}

.feature-post img {
  border-radius: 3px;
}

.entry-thumbnail {
  overflow: hidden;
}

article .entry-meta {
  margin-bottom: 5px;
  margin-top: 10px;
}

.post-content p.entry-lead {
  line-height: 1.6;
  font-weight: bold;
}

.post-content {
  padding: 15px;
}
article.post .post-header.post-content {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-content p,
.entry-content div,
.entry-content ul {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.entry-content iframe {
  max-width: 100%;
}

.post-content p a {
  color: #28ae8d;
}
.post-content p a:hover {
  color: #d4080f;
  border-bottom: 2px solid #d4080f;
}

.post .carousel-inner .item img,
.post .add img,
.post.feature-post img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.homepage-19 .post.medium-post .entry-title {
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post.medium-post .entry-title {
  text-transform: initial;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 6px;
}
.post.medium-post .entry-title {
  font-size: 16px;
  line-height: 120%;
}
.rtl .post.medium-post .entry-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.post.medium-post .post-content {
  padding: 8px 16px;
}

@media (max-width: 767px) {
  .post.medium-post .entry-title {
    height: auto;
    margin-top: 8px;
    font-size: 16px;
  }
  article.post .entry-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .post.medium-post .post-content {
    padding: 8px;
  }
  .post.medium-post .entry-title {
    font-size: 14px;
    margin-top: 10px;
  }
}

.entry-content ul {
  list-style-type: square;
  padding-left: 20px;
}

.entry-content td {
  padding: 6px;
}
.entry-content td p {
  margin-bottom: 0;
}

.category-avdv {
  margin-top: 0px;
}

#share {
  /* margin: 20px 0; */
  text-align: right;
}

.jssocials-share-count-box {
  height: 35px;
}

/** GALLERY */

.album-container.album-type-carousel {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  direction: ltr;
}

.album-container.album-type-full .album-item {
  padding-top: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
.album-container.album-type-full .album-item:last-child {
  border-bottom: none;
}

.album-container.album-type-full .img-caption {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

#album .owl-stage-outer {
  display: table !important;
  height: 450px;
}

#album .owl-item {
  background: white;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

#album .owl-item img.image_H {
  width: 100%;
}

.owl-item img.image_V {
  max-height: 550px;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

#album .owl-dots .owl-dot span {
  background-color: #dedede;
}

#album .owl-dots .owl-dot.active span {
  background-color: #28ae8d;
}

#album .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  height: 0;
  width: 100%;
}

#album .owl-nav > div {
  background: rgba(214, 214, 214, 0.5);
}

#album .owl-nav .owl-prev {
  float: left;
}

#album .owl-nav .owl-next {
  float: right;
}

@media screen and (max-width: 991px) {
  #album .owl-stage-outer,
  #album .owl-item img.image_V {
    height: 350px;
  }
}

@media screen and (max-width: 450px) {
  #album .owl-stage-outer,
  #album .owl-item img.image_V {
    height: 250px;
  }
}

/** ADS */
.avdv-full-width {
  margin-bottom: 20px;
}

/** Category */
.category-home-title {
  border-bottom: 4px solid transparent;
  font-size: 2em;
  text-align: left;
  font-family: "Open sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin: 1em 0 1.5em 0;
}

@media screen and (min-width: 991px) {
  .category-home-title {
    max-width: 66%;
  }
}

.homepage .section.category-listing {
  margin-bottom: 20px;
}
.category-listing .category-title {
  border-bottom: 2px solid #999;
  margin-top: 0;
  font-size: 18px;
}
.hs-top .category-listing .category-title,
.hs-main .category-listing .category-title {
  margin-bottom: 20px;
}
.category-listing .category-title > * {
  height: auto;
  line-height: 22px;
  padding: 6px 16px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -2px;
  text-transform: none;
  margin-top: 0;
}
#sidebar .category-listing .category-title > * {
  width: 100%;
}

/** Categories colors **/

.cat-bg {
  background-color: #999;
}
.cat-bg.cat-bg--blue {
  background-color: #00acd8;
}
.cat-bg.cat-bg--orange {
  background-color: #ff5722;
}
.cat-bg.cat-bg--red {
  background-color: #f44336;
}
.cat-bg.cat-bg--grey {
  background-color: #607d8b;
}
.cat-bg.cat-bg--purple {
  background-color: #bf448e;
}
.cat-bg.cat-bg--green {
  background-color: #50c878;
}
.cat-bg.cat-bg--light-blue {
  background-color: #8eb3c4;
}
.cat-bg.cat-bg--dark {
  background-color: #333;
}

.cat-bc {
  border-color: #999;
}
.cat-bc.cat-bc--blue {
  border-color: #00acd8;
}
.cat-bc.cat-bc--orange {
  border-color: #ff5722;
}
.cat-bc.cat-bc--red {
  border-color: #f44336;
}
.cat-bc.cat-bc--grey {
  border-color: #607d8b;
}
.cat-bc.cat-bc--purple {
  border-color: #bf448e;
}
.cat-bc.cat-bc--green {
  border-color: #50c878;
}
.cat-bc.cat-bc--light-blue {
  border-color: #8eb3c4;
}
.cat-bc.cat-bc--dark {
  border-color: #333;
}

/** Post & sidebar */

.sidebar {
  padding-top: 30px;
}

.sidebar .section-title.title {
  margin-bottom: 45px;
}

.sidebar .compact {
  margin-bottom: 20px;
}

.sidebar .compact .section-title.title {
  margin-bottom: 25px;
}

.sidebar .compact .post {
  margin-top: 5px;
}
.sidebar .compact .post .post-content {
  padding: 8px 10px;
}

.sidebar .compact .entry-title {
  margin: 0;
  font-size: 14px;
  height: auto;
}

.cat-menu {
  position: absolute;
  top: 10px;
  right: 0;
}

.section > .cat-menu {
  visibility: hidden;
}

.section:hover > .cat-menu {
  visibility: visible;
}

.cat-menu a {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 6px;
  color: #525b6e;
  border-bottom: 2px solid transparent;
}

.cat-menu a:hover {
  border-bottom: 2px solid #28ae8d;
}

.list-post {
  padding-bottom: 10px;
}

.list-post li {
  border-top: 1px solid #eee;
}

.list-post li a {
  display: block;
  padding: 17px 30px;
  color: #000;
}

.list-post li a:hover {
  color: #9c9c9c;
}

.list-post li a i {
  float: right;
}

.widget {
  margin-bottom: 20px;
}

.widget .post-list {
  background-color: #fff;
}

.widget .post-list li {
  border-top: 1px solid #f2f3f5;
  padding: 10px 10px 5px 10px;
}

.widget .post-list .post {
  border-bottom: 0;
  margin-top: 0;
}

.widget .post-list .post .entry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 5px !important;
}

.widget .post-list .post {
  max-height: 100px;
}

.widget .post-list .entry-header {
  float: left;
  width: 30%;
}

.widget .post-list .entry-thumbnail {
  height: 100px;
}

.widget .post-list .post-content {
  float: left;
  width: 70%;
  padding: 20px 15px;
}

.small-post.post {
  margin-top: 0px;
}
.small-post .post-content {
  padding: 3px 6px;
}

.widget .very-small-post.post {
  max-height: 80px;
}
.widget .very-small-post .post-content {
  padding: 0px 20px;
  max-height: 4em;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .widget .post-list .post {
    max-height: 60px;
    overflow: hidden;
  }
  .widget .post-list .entry-header {
    width: 20%;
  }
  .widget .post-list .entry-header img {
    margin-top: -10%;
  }
  .widget .post-list .post-content {
    padding: 0px 15px;
    width: 78%;
  }
  .widget .post-list .post .entry-title {
    max-height: 3.6em;
    overflow: hidden;
    margin-top: 0px !important;
  }
}

/** Sidebar container **/
@media screen and (max-width: 991px) {
  .hs-side {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
  }
}

/**
 * Category index
 */
.category-items--lis .category-item img {
  width: 100%;
}
.category-items--lis .category-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
}
.category-items--lis .category-item .item-text {
  margin-bottom: 24px;
}
@media screen and (min-width: 540px) {
  .category-items--lis .category-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin-bottom: 10px;
  }
  .ltr .category-items--lis .category-item .item-text {
    margin-left: 10px;
  }
  .rtl .category-items--lis .category-item .item-text {
    margin-right: 10px;
  }
}

.category-items--thu .category-item {
  margin-bottom: 20px;
}
.category-items--thu .category-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 6px;
}

/**
 * Spot actions
 */

.spot-menu-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.9;
  z-index: 99999;
}

.post.is-admin,
.post.is-admin .entry-thumbnail {
  overflow: visible;
  z-index: 100;
}
.post.is-admin .dropdown-menu {
  max-width: 340px;
  overflow: hidden;
}
.post.is-admin .dropdown-menu li a {
  text-overflow: ellipsis;
  overflow: hidden;
}

.entry-thumbnail:hover .spot-menu-trigger {
  opacity: 1;
}

/**
 * Login
 */

.form.login {
  margin: 20px auto;
  width: 400px;
  background-color: #fff;
  border-radius: 1px;
  padding: 20px;
  padding-top: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

/* Pagination */

.pagination {
  font-size: 14px;
  color: #fff;
}

.pagination li a {
  color: #31373a;
  background-color: #f5f5f4;
  border: 1px solid #d6d6d6;
  padding: 8px 10px;
}
@media (min-width: 991px) {
  .pagination li a {
    padding: 12px 15px;
  }
}

.pagination li a:hover,
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover {
  color: #fff;
  border: 1px solid #28ae8d;
}

.page-breadcrumbs {
  position: relative;
  margin: 85px 0 15px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #f1f1f1;
}

/*
SEARCH
 */
.search-sidebar .dates-group .form-group {
  width: 100%;
}
.search-sidebar .dates-group .form-control {
  padding-right: 4px;
  width: 100%;
}
#search h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.search-results > li {
  margin-bottom: 20px;
}
.search-results h3 {
  font-size: 18px;
  font-weight: bold;
}
.search-results .entry-meta {
  margin: 6px 0px;
}

#ad-spot-2 {
  margin-bottom: 20px;
}
#ad-spot-3 {
  margin-bottom: 20px;
}
#ad-spot-4 {
  margin-bottom: 20px;
}
#ad-spot-5 {
  margin-bottom: 20px;
}
#ad-spot-6 {
  margin-bottom: 20px;
}
#ad-spot-7 {
  margin-bottom: 20px;
}
#ad-spot-A1 {
  margin-bottom: 20px;
}
#ad-spot-A2 {
  margin: 20px 0;
}

/**
 * LIVE POST
 */
#live-post-summary {
  border-top: 4px solid #ee1c24;
  background-color: #f7f7f7;
  pointer-events: none;
  padding: 16px;
  margin-bottom: 30px;
}
#live-post-summary h3 {
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bolder;
}
#live-post-summary > div {
  font-size: 14px;
}
#live-post-summary li {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .col-md-sticky {
    position: sticky;
    top: 10px;
  }
}
