@charset "UTF-8";
@import "css/vendors/bootstrap-css/bootstrap.min.css";
@import "css/vendors/font-awesome-4.7.0/css/font-awesome.min.css";
@import "fonts/montserrat.css";
@import "fonts/liepajniekiem2/style.css";
@import "fonts/weather-icons/css/weather-icons.min.css";
@import "fonts/weather-icons/css/weather-icons-wind.min.css";
@import "css/base/reset.css";
.news-boxes-area.medium-area article.with-bg .image-box > a, .news-boxes-area.large-area article.with-bg .image-box > a, .news-boxes-area.breaking-news article .image-box > a {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F5F6FA;
  padding: 20px 20px;
  position: relative;
  display: block;
}
.news-boxes-area.medium-area article.with-bg .image-box > a:before, .news-boxes-area.large-area article.with-bg .image-box > a:before, .news-boxes-area.breaking-news article .image-box > a:before {
  background: #000;
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=transparent, endColorstr=#000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  height: 75%;
  position: absolute;
  content: "";
}

.opinions-boxes .opinions-textbox .article-title, .news-boxes-area.medium-area article.with-bg h2 a, .news-boxes-area.medium-area article h2 a {
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  .opinions-boxes .opinions-textbox .article-title, .news-boxes-area.medium-area article.with-bg h2 a, .news-boxes-area.medium-area article h2 a {
    font-size: 20px;
  }
}

.news-boxes-area.large-area article.with-bg h2 a, .news-boxes-area.large-area article h2 a {
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 991.98px) {
  .news-boxes-area.large-area article.with-bg h2 a, .news-boxes-area.large-area article h2 a {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
  }
}
.news-boxes-area.large-area article.with-bg h2 a:hover, .news-boxes-area.large-area article h2 a:hover {
  text-decoration: none;
}

.article-plus-header header .titles-area h1, .news-boxes-area.breaking-news article h2 a {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

.news-boxes-area article .article-meta-info a.category-title, .icon-comments-green, .link-green-comments, .article-meta-info a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.icon-comments-green, .link-green-comments, .article-meta-info a {
  color: #fff;
}
.icon-comments-green:before, .link-green-comments:before, .article-meta-info a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  margin-right: 15px;
}
.icon-comments-green:hover, .link-green-comments:hover, .article-meta-info a:hover {
  color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-display: swap;
  line-height: 1.5em;
}

::selection {
  background: #0D9002;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0D9002;
  color: #fff;
  text-shadow: none;
}

.space-top-10 {
  padding-top: 10px;
}

.space-top-20 {
  padding-top: 20px;
}

.space-top-30 {
  padding-top: 30px;
}

.space-bottom-10 {
  padding-bottom: 10px;
}

.space-bottom-20 {
  padding-bottom: 20px;
}

.space-bottom-30 {
  padding-bottom: 30px;
}

.bg-grey {
  background: #F1F1F1;
}

h1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0px;
  padding-top: 20px;
  position: relative;
  color: #0D9002;
}
h1:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 3px;
  top: 0;
  left: 0;
  background: #0D9002;
}
h1 a {
  color: #0D9002;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: none;
  color: rgb(10.7294520548, 118.8493150685, 1.6506849315);
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0px;
  color: inherit;
}

h3, .top-read h2, .events-list h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0px;
  color: inherit;
}

h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0px;
  color: inherit;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px;
  color: inherit;
}

h6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0px;
  color: inherit;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.hide {
  display: none !important;
}

.top-area {
  background: #0D9002;
  padding: 18px 0;
}
.top-area .desktop-top {
  padding-bottom: 15px;
}
.top-area .main-logo {
  padding-left: 0;
  padding-right: 0;
}
.top-area .main-logo img {
  max-width: 100%;
  display: block;
  margin-top: -15px;
}
.top-area .main-logo.plus a {
  position: relative;
}
.top-area .main-logo.plus a:after {
  position: absolute;
  content: "plus";
  top: -3px;
  right: -34px;
  background: #FF6600;
  width: 45px;
  font-weight: 600;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .top-area {
    padding: 0;
  }
}

.top-area--top-line {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 32px;
  width: 100%;
  padding: 5px 0px;
}
.top-area--top-line a {
  color: inherit;
}

.top-area--namedays {
  margin-left: 5px;
  display: none;
}
.top-area--namedays .def-bullet-white-transp {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .top-area--namedays {
    display: inline-block;
  }
}

.top-area--lower-line {
  border-top: 1px solid rgb(127, 176, 123);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 20px 0;
}
.top-area--lower-line .action-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .top-area--lower-line .action-text {
    display: none;
  }
}

.top-area--actions {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.top-area--actions > * {
  margin-left: 6px;
}
.top-area--actions > *:first-child {
  margin-left: 0;
}
.top-area--actions a {
  color: inherit;
}
.top-area--actions a:hover {
  text-decoration: none;
}
.top-area--actions a .logout-icon {
  display: inline;
}
.top-area--actions a .logout-icon:before {
  top: 0;
  right: 0;
}

.top-area--weather-temperature {
  font-size: 12px;
  font-weight: 700;
}
.top-area--weather-temperature i {
  font-size: 18px;
}

.top-area--weather-wind i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.lang-switch-dropdown {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 5px 0px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.lang-switch-dropdown li {
  margin: 0 0;
  padding: 0px 20px;
  position: relative;
  color: #A5A5A5;
  line-height: 25px;
  text-align: left;
}
.lang-switch-dropdown li a {
  display: block;
}
.lang-switch-dropdown li:hover {
  color: #333;
}
.lang-switch-dropdown li:hover:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #7F7F7F !important;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  top: 10px;
  left: 8px;
}
.lang-switch-dropdown li.selected {
  color: #333;
}
.lang-switch-dropdown li.selected:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #0D9002;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 10px;
  left: 8px;
}

.main-menu--icon {
  width: 24px;
  display: block;
}
.main-menu--icon:after, .main-menu--icon:before, .main-menu--icon span {
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "";
  display: block;
  height: 2px;
  margin: 7px 0;
  -webkit-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.js-mobile-menu-open .main-menu--icon:before {
  -webkit-transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -ms-transform: translateY(9px) rotate(135deg);
  -o-transform: translateY(9px) rotate(135deg);
}
.js-mobile-menu-open .main-menu--icon:after {
  -webkit-transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -ms-transform: translateY(-9px) rotate(-135deg);
  -o-transform: translateY(-9px) rotate(-135deg);
}
.js-mobile-menu-open .main-menu--icon span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.main-mobile-menu {
  position: absolute;
  left: -100%;
  width: 100%;
  padding-bottom: 30px;
  -webkit-transition: left 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: left 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: left 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: left 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: left 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: #0D9002;
  z-index: 1000;
}
.js-mobile-menu-open .main-mobile-menu {
  left: 0;
}

.main-mobile-menu--item {
  padding-top: 30px;
}
.main-mobile-menu--item:first-child {
  padding-top: 0;
}
.main-mobile-menu--item:last-child {
  padding-bottom: 20px;
}
.main-mobile-menu--item:not(.main-mobile-menu--item-section) + .main-mobile-menu--item {
  padding-top: 20px;
}
.main-mobile-menu--item a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.main-mobile-menu--item a:hover {
  text-decoration: none;
}

.main-mobile-menu--item-section {
  padding-top: 10px;
}
.main-mobile-menu--item-section a {
  background: #094931;
  font-weight: 700;
  padding: 15px 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.main-mobile-menu--item-auth .logout-button {
  float: left;
}
.main-mobile-menu--item-auth .profile-button {
  float: right;
}

.main-mobile-menu--item-highlighted a {
  background: #F99E00;
  color: #000;
}

.main-mobile-menu--language-switcher a:not([href]) {
  color: #fff;
  cursor: pointer;
}
.main-mobile-menu--language-switcher a:not([href]):after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 5px;
  height: 3px;
  background: url(images/caret.svg) no-repeat 50%/contain;
  margin-left: 7px;
}
.main-mobile-menu--language-switcher a:not([href]):hover {
  color: #fff;
}

.main-mobile-menu--language-link {
  display: inline-block !important;
  margin-right: 5px;
}
.main-mobile-menu--language-link:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 5px;
  height: 5px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  margin-right: 5px;
}
.main-mobile-menu--language-link.active:before {
  background: #F99E00;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.main-menu {
  background: #094931;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
}
.main-menu a {
  color: inherit;
}
.main-menu a:not(.show-more):hover, .main-menu a.open {
  text-decoration: none;
}
.main-menu a:not(.show-more):hover:before, .main-menu a.open:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 3px;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FF6600;
}
.main-menu .current-menu-item a,
.main-menu .current-category-ancestor a,
.main-menu .current-post-ancestor a,
.main-menu .current-item-by-stripos a {
  color: inherit;
  text-decoration: none;
}
.main-menu .current-menu-item a:before,
.main-menu .current-category-ancestor a:before,
.main-menu .current-post-ancestor a:before,
.main-menu .current-item-by-stripos a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 3px;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FF6600;
}
.main-menu ul {
  text-align: center;
}
.main-menu ul li {
  position: relative;
  display: inline;
  padding: 13px 10px;
}
.main-menu ul li .cropped-menu {
  position: absolute;
  right: 0;
  z-index: 1000;
  background: #094931;
  padding: 0px 15px;
}
.main-menu ul li .cropped-menu li {
  display: block;
  padding: 0px;
}
.main-menu ul li a.show-more {
  display: inline-block;
}
.main-menu ul li a.show-more:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .main-menu ul li a.show-more {
    display: none;
  }
}
.main-menu ul li a > i {
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.main-submenu {
  color: inherit;
  line-height: 40px;
  background: #fff;
  border-bottom: 1px solid #D2D2D2;
}
.main-submenu a {
  font-size: 11px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
}
.main-submenu a:hover, .main-submenu a.open {
  text-decoration: none;
  color: #0D9002;
}
.main-submenu ul {
  text-align: center;
}
.main-submenu ul li {
  position: relative;
  display: inline;
  padding: 13px 10px;
}
.main-submenu ul li.current-menu-item a, .main-submenu ul li.current-category-ancestor a, .main-submenu ul li.current-post-ancestor a, .main-submenu ul li.current-item-by-stripos a {
  text-decoration: none;
  color: #0D9002;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.breadcrumb {
  background-color: transparent;
  font-size: 11px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb .breadcrumb-item.active {
  color: #000;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  height: 8px;
  width: 5px;
  vertical-align: middle;
  background: url(images/icon-next.svg) no-repeat 50%/contain;
  margin: 6px 10px;
  content: "";
}

.pagination {
  display: inline-block;
  padding-left: 0px;
  margin: 20px 0px;
}
.pagination li {
  display: inline;
}
.pagination li:not(:last-child):after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=0.2);
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  margin: 0 10px;
}
.pagination li > a {
  position: relative;
  padding: 0px 5px;
  display: inline-block;
  color: #7F7F7F;
  font-size: 12px;
  font-weight: 700;
}
.pagination li > a:hover {
  text-align: none;
  color: #0D9002;
}
.pagination li.last-item a:before {
  display: inline-block;
  height: 9px;
  width: 9px;
  vertical-align: middle;
  background: url(images/icon-next.svg) no-repeat 50%/contain;
  content: "";
}
.pagination li.first-item a:before {
  display: inline-block;
  height: 9px;
  width: 9px;
  vertical-align: middle;
  background: url(images/icon-next.svg) no-repeat 50%/contain;
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pagination li.active a {
  color: #0D9002;
}

.content-area section {
  margin-top: 10px;
}

footer.main-footer {
  background: #CCCCCC;
  padding: 60px 0px;
  margin-top: 40px;
}
footer.main-footer nav {
  float: left;
}
@media (max-width: 767.98px) {
  footer.main-footer nav {
    float: none;
    margin-bottom: 20px;
  }
  footer.main-footer nav a {
    font-size: 12px;
  }
}
footer.main-footer nav a {
  font-weight: 600;
  text-transform: uppercase;
}
footer.main-footer nav a:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0px 10px;
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
footer.main-footer nav a:hover {
  text-decoration: none;
}
footer.main-footer span {
  float: right;
}
@media (max-width: 767.98px) {
  footer.main-footer span {
    float: none;
  }
}

.def-bullet-white-transp {
  display: inline-block;
  overflow: hidden;
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.def-bullet-white-green {
  display: inline-block;
  overflow: hidden;
  width: 5px;
  height: 5px;
  background: #0D9002;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.article-meta-info a:first-of-type:before {
  display: none;
}

.link-bullet {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7F7F7F;
}
@media (max-width: 991.98px) {
  .link-bullet {
    font-size: 12px;
  }
}
.link-bullet:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
}
.link-bullet.green:before {
  width: 7px;
  height: 7px;
  background: #0D9002;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.link-bullet.orange:before {
  width: 7px;
  height: 7px;
  background: #FF6600;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.link-bullet.yellow:before {
  width: 7px;
  height: 7px;
  background: #FFAA00;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.link-bullet.blue:before {
  width: 7px;
  height: 7px;
  background: #1086C2;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.link-bullet.purple:before {
  width: 7px;
  height: 7px;
  background: #C548A8;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.link-bullet.white:before {
  width: 7px;
  height: 7px;
  background: #fff;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #7f7f7f;
}
.link-bullet:hover {
  text-decoration: none;
}

.link-green-comments {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7F7F7F;
}
.link-green-comments:before {
  margin: 0;
}
.link-green-comments:hover {
  color: #000;
  text-decoration: none;
}
.link-green-comments .fa {
  color: #0D9002;
}

.icon-comments-green {
  color: #000;
}
.icon-comments-green:hover {
  color: #000;
}
.icon-comments-green .fa {
  color: #0D9002;
}

span.dra-icon {
  background: #FF6600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  height: 27px;
  width: 27px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
span.dra-icon:before {
  top: 5px;
  left: 7px;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background: url(images/draugiem.svg) no-repeat 50%/contain;
}
span.dra-icon:hover {
  background: rgb(255, 117.3, 25.5);
}
span.dra-icon.small {
  height: 20px;
  width: 20px;
}
span.dra-icon.small:before {
  top: 2px;
  left: 3px;
}

span.lp-icon {
  background: #0D9002;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  height: 27px;
  width: 27px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}
span.lp-icon:before {
  top: 5px;
  left: 7px;
  width: 25px;
  height: 15px;
  content: "";
  position: absolute;
  background: url(images/liepajniekiem.svg) no-repeat 50%/contain;
}
span.lp-icon:hover {
  background: rgb(15.2705479452, 169.1506849315, 2.3493150685);
}
span.lp-icon.small {
  height: 20px;
  width: 20px;
}
span.lp-icon.small:before {
  top: 2px;
  left: 0;
}

.logout-icon {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
}
.logout-icon:before {
  top: 3px;
  right: 5px;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background: url(images/icon-logout.svg) no-repeat 50%/contain;
}

.callout-icon {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  overflow: hidden;
}
.callout-icon:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background: url(images/callout-icon.svg) no-repeat 50%/contain;
}

.soc-links li {
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.soc-links li a {
  display: inline-block;
  font-size: 17px;
  line-height: 27px;
  width: 27px;
  color: #fff;
  text-align: center;
}
.soc-links li.i-fb {
  background: #01527B;
}
.soc-links li.i-tw {
  background: #1086C2;
}
.soc-links li.i-dr {
  background: none;
}
.soc-links li.i-wa {
  background: #075e54;
}

.plus-tag {
  display: inline-block;
}
.plus-tag:after {
  content: "plus";
  background: #FF6600;
  width: 45px;
  font-weight: 600;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin-right: 5px;
}

.top-area--btn-action {
  background: #F99E00;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  padding: 0 16px;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  line-height: 26px;
  margin: 0;
  border: 0;
}
.top-area--btn-action:hover {
  text-decoration: none;
  background: rgb(255, 178.2530120482, 45);
}

.btn-action {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.btn-action:hover {
  text-decoration: none;
  color: #000;
}
.btn-action.green {
  background: #007E45;
}
.btn-action.green:hover {
  background: rgb(0, 141.3, 77.3785714286);
  color: #fff;
}
.btn-action.orange {
  color: #000;
  background: #F99E00;
}
.btn-action.orange:hover {
  background: rgb(255, 165.2060240964, 9.3);
}
.btn-action.yellow {
  background: #FCCE7F;
  color: #7F7F7F;
}
.btn-action.yellow:hover {
  background: rgb(252.3503816794, 211.7229007634, 141.9496183206);
}
.btn-action.darkgray {
  background: #707070;
  color: #fff;
}
.btn-action.darkgray:hover {
  background: rgb(119.65, 119.65, 119.65);
}
.btn-action.darkgray-orange {
  background: #707070;
  color: #fff;
}
.btn-action.darkgray-orange:hover {
  background: rgb(255, 165.2060240964, 9.3);
}
.btn-action.darkgray-orange:focus, .btn-action.darkgray-orange:active {
  background: rgb(255, 165.2060240964, 9.3);
  color: black;
  border: none;
  outline: none;
}
.btn-action:disabled, .btn-action.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

input:not([type=file]),
select {
  background: #FBFBFB;
  border: 0;
  font-size: 13px;
  color: #333;
  padding: 0px 15px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  height: 50px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input:not([type=file])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-size: 13px;
  color: black;
}
input:not([type=file]):-moz-placeholder,
select:-moz-placeholder {
  font-size: 13px;
  color: black;
}
input:not([type=file])::-moz-placeholder,
select::-moz-placeholder {
  font-size: 13px;
  color: black;
}
input:not([type=file]):-ms-input-placeholder,
select:-ms-input-placeholder {
  font-size: 13px;
  color: black;
}
input:not([type=file]):hover,
select:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
input:not([type=file]):focus, input:not([type=file]):active,
select:focus,
select:active {
  border: none;
  outline: none;
}

.search-form-box {
  display: flex;
  height: 50px;
  position: relative;
  background: #FBFBFB;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
}
.search-form-box .search-field-box {
  flex-grow: 1;
  display: flex;
}
.search-form-box .search-field-box .search-field {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.search-form-box .search-field-box .search-field:focus {
  background: #FBFBFB;
}
.search-form-box .search-button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: inherit;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.search-form-box .search-button:focus, .search-form-box .search-button:active {
  border: none;
  outline: none;
}
.search-form-box .search-button:after {
  font-family: "liepajniekiem2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7F7F7F;
  margin-right: 10px;
  content: "\e902";
}
.search-form-box:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  margin: 10px 0px;
  cursor: pointer;
  font-weight: 500;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(images/radio.png) no-repeat;
}
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  background: url(images/radio-checked.png) no-repeat;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  background: url(images/radio-checked.png) no-repeat;
}

.custom-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  background-color: #FBFBFB;
  padding: 25px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
}
.custom-upload:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.custom-upload .file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-upload span.top-left:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.custom-upload span.top-right:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.custom-upload span.bottom-left:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.custom-upload span.bottom-right:before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.custom-upload span.has-error {
  position: absolute;
  display: block;
  background: red;
  padding: 0px 5px;
  bottom: -10px;
  left: -1px;
}
.custom-upload .file-input + label {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-upload .file-input + label * {
  pointer-events: none;
}
.custom-upload p {
  display: table-cell;
}
.custom-upload p.description {
  display: none;
}
@media (max-width: 1199.98px) {
  .custom-upload p.description {
    display: table-cell !important;
  }
}
.custom-upload p.description-lg {
  display: none;
}
@media (min-width:1199px) {
  .custom-upload p.description-lg {
    display: table-cell !important;
  }
}
.custom-upload span.requirements {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
.custom-upload .profile-avatar {
  position: relative;
}
.custom-upload .profile-avatar a.remove-img:before {
  top: 0px;
  right: 5px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background: #fff url(images/remove-icon.svg) no-repeat 50%/contain;
  z-index: 1001;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.custom-upload .profile-avatar .over-image {
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-upload .profile-avatar .over-image .profile-avatar-img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.custom-upload .profile-avatar .add-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(images/add-image-icon.svg) no-repeat 50%/contain;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.custom-upload.overlay {
  background-color: transparent;
  border: 1px solid #707070;
  color: #E2E2E2;
}
.custom-upload.overlay span.bottom-right:before,
.custom-upload.overlay span.bottom-left:before,
.custom-upload.overlay span.top-right:before,
.custom-upload.overlay span.top-left:before {
  border-color: #707070;
}
.custom-upload.overlay .add-icon {
  background: url(images/add-image-icon-white.svg) no-repeat 50%/contain;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.custom-upload.overlay:hover {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custom-upload.overlay:hover .add-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.nav-pills.pills-tab-text {
  margin-bottom: 10px;
}
.nav-pills.pills-tab-text .nav-item {
  padding-top: 15px;
  position: relative;
}
.nav-pills.pills-tab-text .nav-link {
  text-transform: uppercase;
  color: #7F7F7F;
  font-weight: 700;
  font-size: 11px;
  outline: 0;
}
.nav-pills.pills-tab-text .nav-link.active {
  background: none;
  color: #000;
  position: relative;
}
.nav-pills.pills-tab-text .nav-link.active:before {
  content: "";
  bottom: 0;
  right: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ff0000;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.nav-pills.pills-tab-text .discount-label {
  position: absolute;
  top: 0;
  right: 50%;
  background: #0D9002;
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px 10px;
  line-height: 16px;
}

.nav-pills.pills-tab-payment .nav-item {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}
.nav-pills.pills-tab-payment .nav-link {
  text-transform: uppercase;
  color: #7F7F7F;
  font-weight: 600;
  font-size: 14px;
  outline: 0;
  padding-left: 25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  position: relative;
}
.nav-pills.pills-tab-payment .nav-link:before {
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/radio.png) no-repeat;
  position: absolute;
  left: 0;
}
.nav-pills.pills-tab-payment .nav-link.active {
  background: none;
  color: #000;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.nav-pills.pills-tab-payment .nav-link.active:before {
  background: url(images/radio-checked.png) no-repeat;
}
.nav-pills.pills-tab-payment .nav-link.active:after {
  content: "";
  bottom: 0;
  left: 25px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ff0000;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.nav-pills.pills-tab-payment .nav-link .price {
  display: block;
  color: #0D9002;
}
.nav-pills.pills-tab-payment .discount-label {
  position: absolute;
  top: 0;
  left: 25px;
  background: #0D9002;
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px 10px;
  line-height: 16px;
}

.poll-results .poll-results-item {
  padding: 7px 0px;
  font-size: 13px;
  font-weight: 600;
}
.poll-results .poll-results-item .percentage {
  float: right;
  font-weight: 700;
}
.poll-results .poll-results-item .bar {
  width: 100%;
  background: #E5E5E5;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.poll-results .poll-results-item .bar div {
  height: 5px;
}
.poll-results .poll-results-item .item-1 {
  background: #0D9002;
}
.poll-results .poll-results-item .item-2 {
  background: #FFAA00;
}
.poll-results .poll-results-item .item-3 {
  background: #1086C2;
}
.poll-results .poll-results-item .item-4 {
  background: #C548A8;
}

.select-box-js {
  display: inline-block;
  position: relative;
  background: #FBFBFB;
  border: 0;
  font-size: 13px;
  color: #333;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  height: 50px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.select-box-js:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.select-box-js .s-hidden {
  visibility: hidden;
}
.select-box-js .styled-select {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.select-box-js .styled-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  border: solid #8a8a8a;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.select-box-js .options {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background: #FBFBFB;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  color: #A5A5A5;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.select-box-js .options li {
  margin: 0 0;
  padding: 5px 20px;
  position: relative;
}
.select-box-js .options li:hover {
  color: #333;
}
.select-box-js .options li:hover:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #7F7F7F !important;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  top: 13px;
  left: 8px;
}
.select-box-js .options li.selected {
  color: #333;
}
.select-box-js .options li.selected:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #0D9002;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 13px;
  left: 8px;
}

.ad-box {
  position: relative;
  padding: 0 !important;
}
.ad-box > div {
  margin: 15px auto 0 auto !important;
}
.ad-box.ad-box-min-height-250 {
  min-height: 250px;
}
.ad-box.row {
  margin-left: -20px;
  margin-right: -20px;
}
.ad-box.to-right-wrap-txt div {
  margin-top: 0 !important;
}

.row .ad-box.row {
  margin-left: -15px;
  margin-right: -15px;
}

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .sidebar-item {
    position: relative;
    height: auto;
  }
}
.sidebar-item .make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .sidebar-item .make-me-sticky {
    position: relative;
  }
}

.news-boxes-area article {
  position: relative;
  margin-top: 15px;
}
.news-boxes-area article .image-box {
  position: relative;
}
.news-boxes-area article .image-box > a {
  display: block;
  position: relative;
}
.news-boxes-area article .image-box > a:before {
  background: #000;
  background: -moz-linear-gradient(top, transparent 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=transparent, endColorstr=#000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 75%;
  position: absolute;
  content: "";
}
.news-boxes-area article .image-box > a .thumbnail-image {
  position: relative;
  max-width: 100%;
  height: auto;
}
.news-boxes-area article .image-box .article-meta-info {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.news-boxes-area article .article-meta-info a.category-title {
  color: #fff;
}
.news-boxes-area article .article-meta-info a.category-title:hover {
  color: #fff;
}
.news-boxes-area article .article-meta-info a.category-title.commercial-label {
  background: #B74ED6;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 10px;
}
.news-boxes-area article .article-meta-info a.category-title.featured-label:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  background: #0D9002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 15px;
}
.news-boxes-area article h2 {
  margin: 15px 0px;
}
.news-boxes-area article h2 a:hover {
  text-decoration: none;
}
.news-boxes-area article p a {
  font-weight: 600;
  text-decoration: none;
}
.news-boxes-area.breaking-news article .image-box > a {
  -webkit-box-shadow: 0 35px 45px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 35px 45px rgba(0, 0, 0, 0.4);
  box-shadow: 0 35px 45px rgba(0, 0, 0, 0.4);
  height: 415px;
}
.news-boxes-area.breaking-news article .image-box > a .thumbnail-image {
  display: none;
}
.news-boxes-area.breaking-news article .image-box .article-meta-info {
  display: none;
}
.news-boxes-area.breaking-news article .heading-box {
  z-index: 3;
  position: absolute;
  bottom: 30%;
  left: 30px;
  right: 30px;
}
@media (max-width: 767.98px) {
  .news-boxes-area.breaking-news article .heading-box {
    bottom: 20px;
  }
}
.news-boxes-area.breaking-news article .heading-box p a {
  font-weight: 400;
  color: #fff;
}
.news-boxes-area.large-area article .heading-box .article-meta-info {
  display: none;
}
.news-boxes-area.large-area article.with-bg .image-box > a {
  height: 430px;
}
.news-boxes-area.large-area article.with-bg .image-box > a .thumbnail-image {
  display: none;
}
.news-boxes-area.large-area article.with-bg .image-box .article-meta-info {
  display: none;
}
.news-boxes-area.large-area article.with-bg h2 a {
  color: #fff;
}
.news-boxes-area.large-area article.with-bg .article-meta-info {
  display: block;
}
.news-boxes-area.large-area article.with-bg .heading-box {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
.news-boxes-area.large-area article.with-bg .heading-box p a {
  font-weight: 400;
  color: #fff;
}
.news-boxes-area.large-area.top-galleries > [class*=col-] {
  padding: 0px 5px;
}
.news-boxes-area.large-area.top-galleries article .image-box > a {
  height: 500px;
}
.news-boxes-area.medium-area article .heading-box .article-meta-info {
  display: none;
}
.news-boxes-area.medium-area article.with-bg .image-box > a {
  height: 355px;
}
.news-boxes-area.medium-area article.with-bg .image-box > a .thumbnail-image {
  display: none;
}
.news-boxes-area.medium-area article.with-bg .image-box .article-meta-info {
  display: none;
}
.news-boxes-area.medium-area article.with-bg h2 a {
  color: #fff;
}
.news-boxes-area.medium-area article.with-bg .article-meta-info {
  display: block;
}
.news-boxes-area.medium-area article.with-bg .heading-box {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
.news-boxes-area.medium-area article.with-bg .heading-box p a {
  font-weight: 400;
  color: #fff;
}
.news-boxes-area.medium-area article.with-bg.no-description .image-box > a {
  height: 290px;
}
@media (min-width: 992px) {
  .news-boxes-area.list-area article .heading-box h2 {
    margin-top: 0px;
  }
}
.news-boxes-area.list-area article .heading-box .post-date {
  margin-top: -15px;
}
.news-boxes-area.list-area article .heading-box .article-meta-info {
  display: none;
}
.news-boxes-area.list-area article .heading-box.lead-with-blur {
  max-height: 200px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .news-boxes-area.list-area article .heading-box.lead-with-blur {
    max-height: 164px;
  }
}
@media (max-width: 991.98px) {
  .news-boxes-area.list-area article .heading-box.lead-with-blur {
    max-height: none;
    overflow: auto;
  }
}
.news-boxes-area.list-area article .heading-box.lead-with-blur:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(255, 255, 255, 0), endColorstr=#fff);
}
@media (max-width: 991.98px) {
  .news-boxes-area.list-area article .heading-box.lead-with-blur:after {
    height: 0;
  }
}

.small-list-area article {
  display: block;
  padding-bottom: 10px;
}
.small-list-area article > a {
  float: left;
  display: block;
  margin: 0px 7px 0px 0px;
}
.small-list-area article > a .thumbnail-image {
  display: block;
}
.small-list-area article:after {
  display: table;
  clear: both;
  content: "";
}
.small-list-area article .article-title {
  overflow: hidden;
  line-height: 18px;
  word-break: break-word;
  position: relative;
  font-weight: 600;
  display: block;
  padding-left: 20px;
}
.small-list-area article .article-title:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #0D9002;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.small-list-area article .icon-comments-green {
  float: right;
}
.small-list-area.with-thumbnails article .article-title {
  padding-left: 0px;
}
.small-list-area.with-thumbnails article .article-title:before {
  content: none;
}

.user-report {
  background-color: lightgrey;
}
@media (max-width: 767.98px) {
  .user-report {
    padding-top: 20px;
  }
}
.user-report i {
  padding: 30px 0px 30px 30px;
  color: green;
}
@media (max-width: 767.98px) {
  .user-report i {
    padding: 20px 0px 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .user-report i {
    padding: 20px 0px 10px 10px;
    font-size: 16px;
  }
}
.user-report a {
  font-size: 25px;
  color: green;
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  .user-report a {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .user-report a {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .user-report a {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .user-report a {
    font-size: 16px;
  }
}
.user-report a.large-report {
  font-size: 25px;
  font-weight: 700;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .user-report a.large-report {
    font-size: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .user-report a.large-report {
    font-size: 20px;
    padding-left: 130px;
  }
}
@media (max-width: 575.98px) {
  .user-report a.large-report {
    font-size: 25px;
    padding-left: 10px;
  }
}
.user-report a:hover {
  text-decoration: none;
  color: white;
  transition: 0.4s;
}

/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  width: 350px;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.ui-datepicker * {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker table {
  margin: 0;
  border: 0;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #fff;
  font-weight: normal;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #fff;
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #7F7F7F;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1em;
  top: 0.9em;
  border: none;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 20px;
  width: 0px;
  height: 0px;
  border: solid #7F7F7F;
  border-width: 1px 0px 0px 1px;
  padding: 4px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.ui-datepicker .ui-datepicker-prev:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  left: 20px;
}
.ui-datepicker th {
  padding: 0.75em 0;
  font-weight: 500;
  border: none;
  font-size: 9px;
  text-align: center;
  color: #8F8F8F;
}
.ui-datepicker td {
  border: none;
  padding: 0;
  text-align: center;
  padding: 9px 0px;
}
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.ui-datepicker td .ui-state-hover, .events-home .ui-datepicker td .ui-state-active, .ui-datepicker td.ui-state-highlight a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.ui-datepicker td .ui-state-hover:before, .events-home .ui-datepicker td .ui-state-active:before, .ui-datepicker td.ui-state-highlight a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #0D9002;
  color: #fff;
  width: 34px;
  height: 34px;
  top: -7px;
  left: 17%;
  z-index: -1;
  position: absolute;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #999;
}

.opinions-boxes img.opinions-thumbnail {
  height: 75px;
  width: 75px;
  border: 1px solid #ddd;
  background-color: #F5F6FA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.opinions-boxes .opinions-textbox {
  padding: 20px 10px;
  width: 100%;
}
.opinions-boxes .opinions-textbox .def-bullet {
  background: #7F7F7F;
  margin-right: 10px;
}
.featured-header .img-fluid {
  float: right;
  margin-top: 15px;
}

.search-partners-box {
  margin: 20px 0px;
}
.search-partners-box span {
  font-size: 10px;
  font-weight: 700;
  color: #7F7F7F;
  display: block;
}

.poll-area .poll-question {
  font-weight: 600;
  margin-bottom: 20px;
}

.listings-section .small-list-area article .article-title {
  font-size: 15px;
}

.open-article header h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  padding-top: 0px;
}
.open-article header h1:before {
  content: none;
}
@media (max-width: 991.98px) {
  .open-article header h1 {
    font-size: 36px;
  }
}
.open-article header p {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 0px;
}
@media (max-width: 991.98px) {
  .open-article header figure {
    margin: 20px -15px;
  }
}
.open-article .article-main-text a {
  color: #000;
  text-decoration: underline;
}
.open-article .article-main-text p {
  font-size: 15px;
  padding: 10px 0px;
  font-weight: 500;
}
.open-article .article-main-text p.intro {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.open-article .article-main-text h2 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 0px;
}
.open-article .article-main-text blockquote {
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 10%;
  margin: 15px 0px;
  display: block;
  border-left: 3px solid #0D9002;
  line-height: 30px;
  color: #000;
}
.open-article .article-main-text li {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 5px;
}
.open-article .article-main-text li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: #0D9002;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.open-article .article-main-text .to-right-wrap-txt {
  padding: 0 0 15px 15px;
  max-width: 365px;
  float: right;
}
@media (max-width: 991.98px) {
  .open-article .article-main-text .to-right-wrap-txt {
    max-width: 100%;
    float: none;
    padding: 0;
  }
}
.open-article .article-main-text .table {
  margin: 10px 0px;
  border: 0;
}
.open-article .article-main-text .table tr:first-child td, .open-article .article-main-text .table tr:first-child th {
  background: #F5F6FA;
  color: #0D9002;
  border: 0;
}
.open-article .article-main-text .table tr:nth-child(2) td {
  border-top: 1px solid #0D9002;
}
.open-article .article-main-text .table td {
  border-width: 1px 0 0 0;
  font-weight: 600;
}
.open-article .article-main-text .table td.bolder {
  font-weight: 700;
}
.open-article .article-main-text .quote-box {
  overflow: hidden;
  position: relative;
}
.open-article .article-main-text .quote-box:after {
  display: table;
  clear: both;
  content: "";
}
.open-article .article-main-text .quote-box .quote-author {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.open-article .article-main-text .gallery-inside-article {
  clear: both;
}
.open-article .article-main-text .gallery-inside-article * {
  box-sizing: border-box;
}
.open-article .article-main-text .gallery-inside-article .gallery-images {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item {
  background: #fff;
  padding-right: 1px;
  padding-bottom: 1px;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item a.gallery-image-link {
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item a.gallery-image-link img.gallery-photo {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item a.gallery-image-link-bg {
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item a.gallery-image-link-bg img.gallery-photo {
  visibility: hidden;
  width: 100%;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box {
  width: 100%;
  height: 100%;
  background: #007E45;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a {
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a:hover {
  text-decoration: none;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .icons-wrap {
  display: block;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .gallery-icon {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .gallery-icon:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 23px;
  height: 16px;
  margin-right: 5px;
  background: url(images/gallery.svg) no-repeat 50%/contain;
}
@media (min-width: 1200px) {
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .gallery-icon {
    font-size: 28px;
  }
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .gallery-icon:before {
    width: 30px;
    height: 19px;
  }
}
@media (max-width: 575.98px) {
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .gallery-icon {
    font-size: 18px;
  }
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a .gallery-icon:before {
    width: 16px;
    height: 14px;
  }
}
@media (max-width: 991.98px) {
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item.gallery-more-box a {
    line-height: 18px;
  }
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(1), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(2) {
  height: 160px;
  width: 50%;
}
@media (max-width: 575.98px) {
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(1), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(2) {
    height: 145px;
  }
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(3), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(4), .open-article .article-main-text .gallery-inside-article .gallery-images > div:nth-child(5) {
  height: 130px;
  width: 33.33%;
  /* for the older browsers fallback */
  width: 33.3333333333%;
}
@media (max-width: 575.98px) {
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(3), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(4), .open-article .article-main-text .gallery-inside-article .gallery-images > div:nth-child(5) {
    height: 100px;
  }
}
.open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(6), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(7), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(8), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(9), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(10) {
  height: 110px;
  width: 20%;
  padding-bottom: 0px;
}
@media (max-width: 575.98px) {
  .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(6), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(7), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(8), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(9), .open-article .article-main-text .gallery-inside-article .gallery-images > .gallery-item:nth-child(10) {
    height: 85px;
  }
}
@media (max-width: 575.98px) {
  .open-article .article-main-text .gallery-inside-article {
    margin-left: -15px;
    margin-right: -15px;
  }
  .open-article .article-main-text .gallery-inside-article h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.open-article figure {
  margin: 20px 0px;
}
.open-article figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.open-article figure figcaption {
  padding-top: 5px;
  font-size: 11px;
  font-style: italic;
  line-height: 17px;
}
@media (max-width: 1199.98px) {
  .open-article .wp-block-image figure {
    display: inline-block;
  }
  .open-article .wp-block-image figure.alignright {
    float: right;
    margin-left: 20px;
  }
  .open-article .wp-block-image figure.alignleft {
    float: left;
    margin-right: 20px;
  }
  .open-article .wp-block-image figure figcaption {
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .open-article .wp-block-image figure {
    display: block;
  }
  .open-article .wp-block-image figure.alignright {
    float: none;
    margin-left: 0;
  }
  .open-article .wp-block-image figure.alignleft {
    float: none;
    margin-right: 0;
  }
  .open-article .wp-block-image figure figcaption {
    margin: 0 auto;
  }
}
.open-article .quote-box {
  padding: 25px 0px;
}
.open-article .quote-box:before, .open-article .quote-box:after {
  content: none;
}
.open-article .quote-box .quote-image-box {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.open-article .quote-box .quote-image {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.open-article .quote-box span:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 15px;
  width: 13px;
  background: url(images/quote.svg) no-repeat 50%/contain;
  margin-right: 7px;
}
.open-article .quote-box .details-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7F7F7F;
  padding-bottom: 5px;
  display: block;
}
.open-article .quote-box p {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .open-article .quote-box p {
    padding-top: 0px;
  }
}
.open-article a.article-tag {
  background: #B2B2B2;
  display: inline-block;
  padding: 0px 7px;
  color: #fff;
  margin: 2px;
  font-size: 10px;
}
.open-article a.article-tag:hover {
  background: rgb(152.5, 152.5, 152.5);
  color: #fff;
  text-decoration: none;
}
.open-article .news-boxes-area article .image-box .article-meta-info {
  bottom: 10px;
  left: 10px;
}
.open-article .news-boxes-area article .image-box .article-meta-info .icon-comments-white:before {
  content: none;
}
.open-article .news-boxes-area article .heading-box h2 {
  font-size: 14px;
  margin-top: 10px;
}
.open-article footer {
  padding-top: 40px;
}
.open-article span.photo-author {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 25px;
  display: block;
}

.more-details-box {
  position: relative;
  padding: 25px 0px;
}
.more-details-box:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  top: 0;
  left: 0;
  background: #B7B7B7;
}
.more-details-box .details-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7F7F7F;
  padding-bottom: 15px;
  display: block;
}
.more-details-box p {
  font-size: 11px;
}
.more-details-box.comments-links a {
  display: inline-block;
  text-decoration: underline;
  padding-bottom: 5px;
  font-weight: 500;
}
.more-details-box.comments-links a:hover {
  text-decoration: none;
}
.more-details-box.comments-links a:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .search-form-box.partners-inline {
    width: calc(100% - 100px);
    float: left;
    margin-right: 15px;
  }
}

.comments-area {
  padding-bottom: 40px;
}
.comments-area .comment {
  margin-bottom: 10px;
}
.comments-area .comment:after {
  display: table;
  clear: both;
  content: "";
}
.comments-area .comment a.comment-avatar {
  float: left;
  width: 55px;
  height: 55px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comments-area .comment a.comment-avatar .comment-avatar-img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.comments-area .comment a.comment-avatar.blank-avatar {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}
.comments-area .comment .comment-body {
  display: table-cell;
  overflow: hidden;
  position: relative;
  background: #F5F6FA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  padding: 15px;
}
.comments-area .comment .comment-body .comment-data {
  font-size: 9px;
  text-align: left;
}
.comments-area .comment .comment-body .comment-data a.report:after {
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  background: url(images/report.svg) no-repeat 50%/contain;
}
.comments-area .comment .comment-body a.comment-author-name {
  font-weight: 700;
  margin-right: 5px;
}
.comments-area .comment .comment-body a.comment-author-name:hover {
  text-decoration: none;
}
.comments-area .comment.not-unique {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.comments-area .comment.not-unique .comment-body {
  background: #fff;
  border: 1px solid #eee;
}
.comments-area a.expand-more-comments {
  display: block;
  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  color: #7F7F7F;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-left: 65px;
  font-size: 13px;
  position: relative;
}
.comments-area a.expand-more-comments:hover {
  color: #333;
}
.comments-area a.expand-more-comments:before {
  top: 15px;
  right: 10px;
  width: 14px;
  height: 12px;
  content: "";
  position: absolute;
  background: url(images/expand-comments.svg) no-repeat 50%/contain;
}
.comments-area .add-comment {
  padding-top: 30px;
}
.comments-area .add-comment .comment-textarea {
  width: calc(100% - 65px);
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 7px;
}
.comments-area .add-comment .comment-textarea textarea {
  width: 100%;
  border: 0;
  outline: 0;
  overflow: hidden;
  position: relative;
  background: #F5F6FA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  font-weight: 500;
  padding: 15px;
  margin-bottom: 10px;
}
.comments-area .add-comment .comment-textarea textarea:focus {
  outline: 0;
  background: rgb(248.4, 249.06, 251.7);
}
.comments-area .add-comment .comment-textarea .counter {
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #7F7F7F;
}
.comments-area .add-comment .comment-textarea .error {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 10px;
  font-size: 9px;
  color: #fff;
  background: red;
  padding: 0px 10px;
}
.comments-area .add-comment .add-comment-description {
  padding: 20px 0px 0px 65px;
  font-size: 10px;
}
.comments-area .anonymous-or-login {
  background: #F5F6FA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  vertical-align: middle;
  padding: 0px;
  font-size: 10px;
  margin-bottom: 10px;
}
.comments-area .anonymous-or-login input {
  background: transparent;
  display: inline-block;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
  padding-right: 0px;
  width: calc(100% - 200px);
}
.comments-area .anonymous-or-login .choose-login {
  float: right;
  padding: 12px 5px 0 0;
  height: 45px;
}
.comments-area .anonymous-or-login .choose-login ul {
  margin-left: 5px;
  float: right;
}
.comments-area .anonymous-or-login .choose-login ul li {
  float: right;
}
.comments-area .anonymous-or-login span.logged-nickname {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 15px;
}
.comments-area .anonymous-or-login span.logged-nickname a {
  font-weight: 700;
}

.article-plus-hidden:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(255, 255, 255, 0), endColorstr=#fff);
}

.article-plus-header {
  margin-top: 0px !important;
  margin-bottom: 40px;
}
.article-plus-header header {
  position: relative;
}
@media (min-width: 576px) {
  .article-plus-header header nav {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    z-index: 100;
    width: 1120px;
  }
}
@media (max-width: 1199.98px) {
  .article-plus-header header nav {
    width: 960px;
  }
}
@media (max-width: 991.98px) {
  .article-plus-header header nav {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .article-plus-header header nav {
    width: 100%;
    padding: 0px 15px;
  }
}
.article-plus-header header nav.light {
  color: #fff;
}
.article-plus-header header nav.light .breadcrumb .breadcrumb-item.active, .article-plus-header header nav.light .breadcrumb li a {
  color: #fff;
}
.article-plus-header header .titles-area h1 {
  text-transform: none;
}
.article-plus-header header .titles-area h1:before {
  content: none;
}
.article-plus-header header .titles-area p {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 0px;
  color: #fff;
}
@media (min-width: 576px) {
  .article-plus-header header .titles-area {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .article-plus-header header .titles-area {
    width: 1120px;
  }
}
@media (max-width: 1199.98px) {
  .article-plus-header header .titles-area {
    width: 960px;
  }
}
@media (max-width: 767.98px) {
  .article-plus-header header .titles-area {
    bottom: 10px;
  }
  .article-plus-header header .titles-area h1 {
    font-size: 34px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .article-plus-header header .titles-area {
    width: 85%;
  }
}
@media (max-width: 575.98px) {
  .article-plus-header header .titles-area {
    width: 100%;
    padding: 0px 15px;
  }
  .article-plus-header header .titles-area h1 {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .article-plus-header header .titles-area p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
  }
}
.article-plus-header header figure {
  position: relative;
  width: 100%;
}
.article-plus-header header figure:after {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=transparent, endColorstr=rgba(0, 0, 0, 0.65));
}

.alert.alert-push-notification {
  background: #0D9002;
  color: #fff;
}
.alert.alert-push-notification h4 {
  margin: 5px 0;
}
.alert.alert-push-notification p {
  padding: 5px 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
.alert.alert-push-notification .top-area--btn-action,
.alert.alert-push-notification .top-area--btn-action:hover {
  color: #000;
}
.alert.alert-push-notification .fa {
  float: right;
  font-size: 50px;
}

@media (max-width: 991.98px) {
  .open-gallery-image-box {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.open-gallery-image-box .main-image {
  width: 100%;
}
.open-gallery-image-box .small-thumbnails-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.open-gallery-image-box .small-thumbnails-row .gallery-thumbnail,
.open-gallery-image-box .small-thumbnails-row .gallery-more-box,
.open-gallery-image-box .small-thumbnails-row .gallery-add-box {
  width: 20%;
  margin: 5px 2px;
}
.open-gallery-image-box .small-thumbnails-row .gallery-thumbnail a,
.open-gallery-image-box .small-thumbnails-row .gallery-more-box a,
.open-gallery-image-box .small-thumbnails-row .gallery-add-box a {
  text-decoration: underline;
}
.open-gallery-image-box .small-thumbnails-row .gallery-thumbnail a:hover,
.open-gallery-image-box .small-thumbnails-row .gallery-more-box a:hover,
.open-gallery-image-box .small-thumbnails-row .gallery-add-box a:hover {
  text-decoration: none;
}
.open-gallery-image-box .small-thumbnails-row .gallery-thumbnail a .icons-wrap,
.open-gallery-image-box .small-thumbnails-row .gallery-more-box a .icons-wrap,
.open-gallery-image-box .small-thumbnails-row .gallery-add-box a .icons-wrap {
  display: block;
}
.open-gallery-image-box .small-thumbnails-row .gallery-more-box {
  background: #007E45;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.open-gallery-image-box .small-thumbnails-row .gallery-more-box a {
  color: #fff;
}
.open-gallery-image-box .small-thumbnails-row .gallery-more-box a .gallery-icon {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
.open-gallery-image-box .small-thumbnails-row .gallery-more-box a .gallery-icon:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 23px;
  height: 16px;
  margin-right: 5px;
  background: url(images/gallery.svg) no-repeat 50%/contain;
}
@media (min-width: 1200px) {
  .open-gallery-image-box .small-thumbnails-row .gallery-more-box a .gallery-icon {
    font-size: 32px;
  }
  .open-gallery-image-box .small-thumbnails-row .gallery-more-box a .gallery-icon:before {
    width: 30px;
    height: 19px;
  }
}
@media (max-width: 575.98px) {
  .open-gallery-image-box .small-thumbnails-row .gallery-more-box a .gallery-icon {
    font-size: 18px;
  }
  .open-gallery-image-box .small-thumbnails-row .gallery-more-box a .gallery-icon:before {
    width: 16px;
    height: 14px;
  }
}
@media (max-width: 991.98px) {
  .open-gallery-image-box .small-thumbnails-row .gallery-more-box a {
    font-size: 12px;
    line-height: 18px;
  }
}
.open-gallery-image-box .small-thumbnails-row .gallery-add-box {
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.open-gallery-image-box .small-thumbnails-row .gallery-add-box a {
  color: #b2b2b2;
}
.open-gallery-image-box .small-thumbnails-row .gallery-add-box a .add-icon {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ccc;
  color: #b2b2b2;
  padding: 0px 6px;
}
@media (max-width: 991.98px) {
  .open-gallery-image-box .small-thumbnails-row .gallery-add-box a {
    font-size: 12px;
    line-height: 18px;
  }
}

section.enlarged-image-area {
  margin-bottom: 30px;
}
section.enlarged-image-area h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  padding-top: 0px;
}
section.enlarged-image-area h1:before {
  content: none;
}
@media (max-width: 991.98px) {
  section.enlarged-image-area h1 {
    font-size: 36px;
  }
}
section.enlarged-image-area .thumbnails-h-scroll {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #ddd;
  scrollbar-track-color: #fff;
}
section.enlarged-image-area .thumbnails-h-scroll::-webkit-scrollbar {
  height: 7px;
  background-color: #fff;
}
section.enlarged-image-area .thumbnails-h-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}
section.enlarged-image-area .thumbnails-h-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
section.enlarged-image-area .thumbnails-h-scroll .gallery-thumbnail {
  flex: 0 0 auto;
  margin: 5px 2px;
}
section.enlarged-image-area .enlarged-image {
  position: relative;
  width: 100%;
  background: #ddd;
}
section.enlarged-image-area .enlarged-image img {
  z-index: 1000;
}
section.enlarged-image-area .enlarged-image .prev-block {
  display: none;
  width: 15%;
  z-index: 1001;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
section.enlarged-image-area .enlarged-image .prev-block:before {
  background: #000;
  background: -moz-linear-gradient(right, transparent 0%, #000 100%);
  background: -webkit-gradient(linear, right bottom, left bottom, color-stop(0%, transparent), color-stop(100%, #000));
  background: -webkit-linear-gradient(right, transparent 0%, #000 100%);
  background: -o-linear-gradient(right, transparent 0%, #000 100%);
  background: linear-gradient(to left, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#000, endColorstr=transparent);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  position: absolute;
  content: "";
}
section.enlarged-image-area .enlarged-image .prev-block .prev-icon {
  z-index: 1002;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
section.enlarged-image-area .enlarged-image .prev-block .prev-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 15px;
  background: url(images/icon-next-white.svg) no-repeat 50%/contain;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.enlarged-image-area .enlarged-image .next-block {
  display: none;
  width: 15%;
  z-index: 1001;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
section.enlarged-image-area .enlarged-image .next-block:before {
  background: #000;
  background: -moz-linear-gradient(left, transparent 0%, #000 100%);
  background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, transparent), color-stop(100%, #000));
  background: -webkit-linear-gradient(left, transparent 0%, #000 100%);
  background: -o-linear-gradient(left, transparent 0%, #000 100%);
  background: linear-gradient(to right, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=transparent, endColorstr=#000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  position: absolute;
  content: "";
}
section.enlarged-image-area .enlarged-image .next-block .next-icon {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1003;
}
section.enlarged-image-area .enlarged-image .next-block .next-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(images/icon-next-white.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image .next-block .close-icon {
  position: absolute;
  z-index: 1004;
  right: 18px;
  top: 18px;
}
section.enlarged-image-area .enlarged-image .next-block .close-icon:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/close-icon-white.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image:hover .prev-block,
section.enlarged-image-area .enlarged-image:hover .next-block {
  display: block;
}
section.enlarged-image-area .enlarged-image .share-options {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  flex-direction: row;
  justify-content: flex-start;
  z-index: 1004;
}
section.enlarged-image-area .enlarged-image .share-options a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
section.enlarged-image-area .enlarged-image .share-options a:hover {
  text-decoration: none;
}
section.enlarged-image-area .enlarged-image .share-options .like-icon {
  padding: 0px 5px;
}
section.enlarged-image-area .enlarged-image .share-options .like-icon:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(images/like-icon.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image .share-options .like-icon.on:before {
  background: url(images/like-icon-on.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image .share-options .like-icon:hover:before {
  background: url(images/like-icon-on.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image .share-options .share-icon {
  padding: 0px 5px;
}
section.enlarged-image-area .enlarged-image .share-options .share-icon:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(images/share-icon.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image ul.share-links {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1005;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.enlarged-image-area .enlarged-image ul.share-links li {
  margin-right: 5px;
}
section.enlarged-image-area .enlarged-image ul.share-links li a {
  line-height: 28px;
  color: #7F7F7F;
  font-weight: 700;
  font-size: 12px;
}
section.enlarged-image-area .enlarged-image ul.share-links li a span + span {
  vertical-align: middle;
}
section.enlarged-image-area .enlarged-image ul.share-links li a:hover {
  text-decoration: none;
}
section.enlarged-image-area .enlarged-image ul.share-links .close-icon:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(images/close-icon-gray.svg) no-repeat 50%/contain;
}
section.enlarged-image-area .enlarged-image ul.share-links.hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .open-gallery-image-overlay a.close-modal {
    top: 15px !important;
    right: 10px !important;
  }
}
.open-gallery-image-overlay header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px;
}
@media (max-width: 991.98px) {
  .open-gallery-image-overlay header {
    padding: 10px 30px;
    flex-wrap: wrap;
  }
}
.open-gallery-image-overlay header .credits {
  color: grey;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .open-gallery-image-overlay header .credits {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.open-gallery-image-overlay header .heading-box h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}
.open-gallery-image-overlay header .heading-box h1:before {
  content: none;
}
@media (max-width: 767.98px) {
  .open-gallery-image-overlay header .heading-box h1 {
    font-size: 18px;
  }
}
.open-gallery-image-overlay header .heading-box p {
  font-size: 12px;
  color: #E1E1E1;
  padding: 0px;
}
@media (max-width: 991.98px) {
  .open-gallery-image-overlay header .heading-box {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding: 20px 0px;
  }
}
.open-gallery-image-overlay header .icon-box {
  position: relative;
}
.open-gallery-image-overlay header .icon-box .soc-links li {
  padding: 0px;
}
.open-gallery-image-overlay header .icon-box span.fb-icon,
.open-gallery-image-overlay header .icon-box span.tw-icon,
.open-gallery-image-overlay header .icon-box span.dra-icon {
  background: #565656;
}
@media (max-width: 991.98px) {
  .open-gallery-image-overlay header .icon-box {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.open-gallery-image-overlay .main-image-box {
  position: relative;
  padding: 0px 70px;
}
@media (max-width: 767.98px) {
  .open-gallery-image-overlay .main-image-box {
    padding: 0;
  }
}
.open-gallery-image-overlay .main-image-box .image-area {
  text-align: center;
}
.open-gallery-image-overlay .main-image-box .previous,
.open-gallery-image-overlay .main-image-box .next {
  top: 0;
  bottom: 0;
  width: 70px;
  position: absolute;
}
.open-gallery-image-overlay .main-image-box .previous a,
.open-gallery-image-overlay .main-image-box .next a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.open-gallery-image-overlay .main-image-box .previous a:before,
.open-gallery-image-overlay .main-image-box .next a:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 2px 0px 0px 2px;
  padding: 6px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.open-gallery-image-overlay .main-image-box .previous a:hover:before,
.open-gallery-image-overlay .main-image-box .next a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
@media (max-width: 767.98px) {
  .open-gallery-image-overlay .main-image-box .previous,
  .open-gallery-image-overlay .main-image-box .next {
    display: none;
  }
}
.open-gallery-image-overlay .main-image-box .next {
  right: 0;
}
.open-gallery-image-overlay .main-image-box .next a:before {
  right: 15px;
}
.open-gallery-image-overlay .main-image-box .previous {
  left: 0;
}
.open-gallery-image-overlay .main-image-box .previous a:before {
  left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.open-gallery-image-overlay footer {
  text-align: center;
  padding: 10px 0px;
}
@media (max-width: 767.98px) {
  .open-gallery-image-overlay footer {
    display: none;
  }
}
.open-gallery-image-overlay footer .thumbnails-row {
  display: flex;
  justify-content: center;
}
.open-gallery-image-overlay footer .thumbnails-row .prev-thumb,
.open-gallery-image-overlay footer .thumbnails-row .next-thumb {
  position: relative;
  width: 25px;
  display: block;
}
.open-gallery-image-overlay footer .thumbnails-row .prev-thumb:before,
.open-gallery-image-overlay footer .thumbnails-row .next-thumb:before {
  position: absolute;
  content: "";
  top: 40%;
  left: 5px;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 2px 0px 0px 2px;
  padding: 6px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.open-gallery-image-overlay footer .thumbnails-row .prev-thumb:hover:before,
.open-gallery-image-overlay footer .thumbnails-row .next-thumb:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.open-gallery-image-overlay footer .thumbnails-row .prev-thumb:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.open-gallery-image-overlay footer .thumbnails-row .next-thumb:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.open-gallery-image-overlay footer .thumbnails-row .thumbnails-list li {
  position: relative;
  float: left;
}
.open-gallery-image-overlay footer .thumbnails-row .thumbnails-list li a:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=0.7);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.open-gallery-image-overlay footer .thumbnails-row .thumbnails-list li a:hover:before, .open-gallery-image-overlay footer .thumbnails-row .thumbnails-list li a.opened:before {
  content: none;
}
.open-gallery-image-overlay footer .thumbnails-row .thumbnails-list li a.opened:after {
  content: "";
  bottom: -8px;
  right: 50%;
  width: 5px;
  height: 5px;
  background: #FF6600;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
}
.open-gallery-image-overlay footer .thumbnails-row .thumbnails-list li:not(:last-child) {
  margin-right: 10px;
}

.listings-home h1 {
  float: left;
}
.listings-home .add-your-listing {
  margin-top: 20px;
  float: right;
}
@media (max-width: 767.98px) {
  .listings-home .add-your-listing {
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.listings-home .home-title-boxes {
  display: flex;
  flex-wrap: wrap;
}
.listings-home .home-title-boxes .nav-item {
  padding-bottom: 45px;
  width: 25%;
}
@media (min-width: 768px) {
  .listings-home .home-title-boxes .nav-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .listings-home .home-title-boxes .nav-item {
    width: 31%;
    margin: 3px;
    padding-bottom: 5px;
  }
}
.listings-home .home-title-boxes .nav-item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.listings-home .home-title-boxes .nav-item a span {
  display: block;
}
.listings-home .home-title-boxes .nav-item a span:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .listings-home .home-title-boxes .nav-item a {
    flex-direction: column;
    justify-content: center;
    border: 1px solid #eee;
    height: 100%;
    padding: 25px 5px;
  }
  .listings-home .home-title-boxes .nav-item a span:before {
    margin: 0px;
  }
  .listings-home .home-title-boxes .nav-item a h2 {
    text-align: center;
    display: table-cell;
  }
}
.listings-home .home-title-boxes .nav-item a h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.listings-home .home-title-boxes .nav-item a .jobs-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/jobs.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .realestate-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/realestate.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .building-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/building.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .business-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/business.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .children-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/children.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .clothing-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/clothing.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .education-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/education.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .food-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/food.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .foundlost-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/foundlost.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .health-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/health.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .hobby-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/hobby.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .household-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/household.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .meetings-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/meetings.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .pets-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/pets.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .tech-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/tech.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .transport-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/transport.svg) no-repeat 50%/contain;
}
.listings-home .home-title-boxes .nav-item a .electronics-icon:before {
  width: 35px;
  height: 35px;
  background: url(images/listings/electronics.svg) no-repeat 50%/contain;
}

.listings-category .filters-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.listings-category .filters-area select, .listings-category .filters-area .select-box-js {
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  .listings-category .filters-area select, .listings-category .filters-area .select-box-js {
    width: 100%;
    margin-bottom: 5px;
  }
}
.listings-category .listing-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}
.listings-category .listing-item .listing-body {
  padding-left: 15px;
  padding-top: 10px;
  flex-grow: 1;
}
.listings-category .listing-item .listing-body header {
  position: relative;
}
.listings-category .listing-item .listing-body header .favorite-listing:before {
  position: absolute;
  top: 0px;
  right: 10px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/favorite.svg) no-repeat 50%/contain;
}
.listings-category .listing-item .listing-body header .favorite-listing.favorited:before {
  background: url(images/favorited.svg) no-repeat 50%/contain;
}
.listings-category .listing-item .listing-body header .favorite-listing:hover:before {
  background: url(images/favorited.svg) no-repeat 50%/contain;
}
.listings-category .listing-item .listing-body header .report-listing:before {
  position: absolute;
  top: 0px;
  right: 10px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/report.svg) no-repeat 50%/contain;
}
.listings-category .listing-item .listing-body header .report-listing:hover:before, .listings-category .listing-item .listing-body header .report-listing.active:before {
  background: url(images/report-on.svg) no-repeat 50%/contain;
}
.listings-category .listing-item .listing-body header .date {
  position: absolute;
  font-size: 10px;
  top: -2px;
  right: 32px;
  color: #333;
}
@media (max-width: 575.98px) {
  .listings-category .listing-item .listing-body header .date {
    right: 0px;
    position: relative;
  }
}
.listings-category .listing-item .listing-body header h2 {
  margin: 5px 0px 0px;
  line-height: 10px;
}
.listings-category .listing-item .listing-body header h2 > a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.listings-category .listing-item p {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0px;
  word-break: break-word;
}
.listings-category .listing-item p a {
  text-decoration: none;
}
.listings-category .listing-item footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 10px;
}
.listings-category .listing-item footer span {
  display: inline-block;
  font-weight: 700;
  color: #7F7F7F;
  font-size: 12px;
}
.listings-category .listing-item footer span + span:before {
  margin-left: 10px;
}
.listings-category .listing-item footer span.price {
  color: #000;
}
.listings-category .listing-item footer span.price:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/price.svg) no-repeat 50%/contain;
}
.listings-category .listing-item footer span.phone:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/phone.svg) no-repeat 50%/contain;
}
.listings-category .listing-item footer span.email:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/email.svg) no-repeat 50%/contain;
}
.listings-category .listing-item footer span:not(:last-child):after {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  width: 5px;
  height: 5px;
  background: #7F7F7F;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  content: "";
}
.listings-category .listing-item.highlighted {
  background: #F5F6FA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border: 0px;
  padding: 0px;
}
.listings-category .listing-item.highlighted figure a img {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767.98px) {
  .listings-category .listing-item.highlighted footer {
    flex-direction: column !important;
    padding-bottom: 20px;
  }
  .listings-category .listing-item.highlighted footer span + span:before {
    margin-left: 0px;
  }
  .listings-category .listing-item.highlighted footer span:after {
    content: none;
  }
}

.listing-category-title {
  display: flex;
}
.listing-category-title li:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0px 7px;
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.listing-category-title li a {
  font-size: 10px;
}

.listing-open .favorite-listing:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/favorite.svg) no-repeat 50%/contain;
  margin-left: 10px;
}
.listing-open .favorite-listing.favorited:before {
  background: url(images/favorited.svg) no-repeat 50%/contain;
}
.listing-open .favorite-listing:hover:before {
  background: url(images/favorited.svg) no-repeat 50%/contain;
}
.listing-open .report-listing:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/report.svg) no-repeat 50%/contain;
}
.listing-open .report-listing:hover:before, .listing-open .report-listing.active:before {
  background: url(images/report-on.svg) no-repeat 50%/contain;
}
.listing-open .listing-text {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
}
.listing-open .listing-text p {
  padding: 10px 0px;
}
.listing-open .price-contact-box span {
  display: block;
  font-weight: 700;
  color: #7F7F7F;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.listing-open .price-contact-box span.price {
  color: #000;
}
.listing-open .price-contact-box span.price:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/price.svg) no-repeat 50%/contain;
}
.listing-open .price-contact-box span.phone:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/phone.svg) no-repeat 50%/contain;
}
.listing-open .price-contact-box span.email:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(images/email.svg) no-repeat 50%/contain;
}
.listing-open .price-contact-box span:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.listing-open .listing-images-area {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .listing-open .listing-images-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.listing-open .listing-images-area .thumbnails-h-scroll {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #ddd;
  scrollbar-track-color: #fff;
}
.listing-open .listing-images-area .thumbnails-h-scroll::-webkit-scrollbar {
  height: 7px;
  background-color: #fff;
}
.listing-open .listing-images-area .thumbnails-h-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}
.listing-open .listing-images-area .thumbnails-h-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
.listing-open .listing-images-area .thumbnails-h-scroll .listing-thumbnail {
  flex: 0 0 auto;
  margin: 5px 2px;
}
@media (max-width: 991.98px) {
  .listing-open .listing-images-area .thumbnails-h-scroll .listing-thumbnail {
    width: 100px;
  }
}
.listing-open .listing-images-area .img-fluid {
  max-height: 600px;
}
.listing-open footer .btn-action {
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .listing-open footer .btn-action {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

.featured-box-tiamo-grupa h1 {
  color: #000;
}
.featured-box-tiamo-grupa h1:before {
  background: #000;
}
.featured-box-tiamo-grupa h1 a {
  color: #000;
}
.featured-box-tiamo-grupa h1 a:hover {
  text-decoration: none;
  color: black;
}
.featured-box-tiamo-grupa .featured-header .img-fluid {
  margin-top: 0;
}

.nekustamo-ipasumu-zinas {
  background: url(images/content-imgs/pilat-background.png) no-repeat center center;
  background-size: cover;
}
.nekustamo-ipasumu-zinas h1 {
  color: #1b2647;
}
.nekustamo-ipasumu-zinas h1:before {
  background: #1b2647;
}
.nekustamo-ipasumu-zinas h1 a {
  color: #1b2647;
}
.nekustamo-ipasumu-zinas h1 a:hover {
  text-decoration: none;
  color: rgb(12.9489795918, 18.2244897959, 34.0510204082);
}
.nekustamo-ipasumu-zinas .featured-header .img-fluid {
  margin-top: 0;
}

.featured-box-pasakumi-liepaja article:not(:first-of-type),
.featured-box-katram-liepajniekam article:not(:first-of-type) {
  display: none;
}

.body-lock {
  overflow: hidden !important;
}

.overlay-area {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.95);
  width: auto;
  height: auto;
  display: block;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 8010;
}
.overlay-area.hide {
  display: none;
}
.overlay-area a.close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  z-index: 1001;
}
.overlay-area a.close-modal:hover {
  opacity: 1;
}
.overlay-area a.close-modal:before, .overlay-area a.close-modal:after {
  position: absolute;
  content: " ";
  height: 20px;
  width: 2px;
  left: 50%;
  background-color: #fff;
}
.overlay-area a.close-modal:before {
  transform: rotate(45deg);
}
.overlay-area a.close-modal:after {
  transform: rotate(-45deg);
}
.overlay-area h1 {
  color: #fff;
  margin-bottom: 50px;
}
.overlay-area h1:before {
  background: #fff;
}
.overlay-area p, .overlay-area li {
  color: #fff;
  padding: 5px 0px;
}
.overlay-area p.small, .overlay-area li.small {
  font-size: 11px;
  font-weight: 500;
  color: #7F7F7F;
}
.overlay-area p.italic, .overlay-area li.italic {
  font-style: italic;
}
.overlay-area .overlay-content {
  margin-top: 100px;
  padding-bottom: 50px;
}
.overlay-area .overlay-content form {
  overflow: hidden;
}
.overlay-area .overlay-content .form-group {
  position: relative;
}
.overlay-area .overlay-content .form-group label.has-error {
  background: red;
  color: #fff;
  padding: 0px 7px;
  font-size: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.overlay-area .overlay-content .form-group .captcha-img {
  position: absolute;
  right: 0;
  top: 0;
}
.overlay-area .overlay-content input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  height: 45px;
  padding: 0px;
  width: 100%;
}
.overlay-area .overlay-content input::-webkit-input-placeholder {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.overlay-area .overlay-content input:-moz-placeholder {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.overlay-area .overlay-content input::-moz-placeholder {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.overlay-area .overlay-content input:-ms-input-placeholder {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.overlay-area .overlay-content input:focus, .overlay-area .overlay-content input:active {
  outline: none;
}
.overlay-area .overlay-content input:focus::placeholder {
  color: transparent;
}
.overlay-area .overlay-content input.has-error {
  border-bottom: 2px solid red !important;
}
.overlay-area .overlay-content input.captcha-input {
  width: calc(100% - 65px);
}
.overlay-area .overlay-content .search-form-box {
  display: flex;
  height: 45px;
  position: relative;
  background: transparent;
  border-bottom: 2px solid #fff;
}
.overlay-area .overlay-content .search-form-box .search-field-box {
  flex-grow: 1;
  display: flex;
}
.overlay-area .overlay-content .search-form-box .search-field-box .search-field {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}
.overlay-area .overlay-content .search-form-box .search-field-box .search-field:focus, .overlay-area .overlay-content .search-form-box .search-field-box .search-field:active {
  outline: none;
  background: transparent;
}
.overlay-area .overlay-content .search-form-box .search-button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: inherit;
}
.overlay-area .overlay-content .search-form-box .search-button:focus, .overlay-area .overlay-content .search-form-box .search-button:active {
  border: none;
  outline: none;
  background: transparent;
}
.overlay-area .overlay-content .search-form-box .search-button:after {
  font-family: "liepajniekiem2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-right: 10px;
  content: "\e902";
}
.overlay-area .overlay-content .secondary-links {
  float: right;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.overlay-area .overlay-content .secondary-links a {
  color: #7F7F7F;
  font-weight: 500;
  text-decoration: underline;
}
.overlay-area .overlay-content .secondary-links a:hover {
  color: #fff;
}
.overlay-area .overlay-content .secondary-links a + a {
  color: #fff;
}
.overlay-area .overlay-content button.btn-action {
  padding: 10px 30px;
}
@media (max-width: 767.98px) {
  .overlay-area .overlay-content button.btn-action {
    width: 100%;
  }
}
.overlay-area .overlay-content .login-options {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-top: 30px;
}
.overlay-area .overlay-content .login-options ul li {
  display: inline-block;
}
.overlay-area .overlay-content .login-options ul li span.dra-icon {
  background: #707070;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 35px;
  width: 35px;
}
.overlay-area .overlay-content .login-options ul li span.dra-icon:before {
  top: 10px;
  left: 10px;
}
.overlay-area .overlay-content .login-options ul li.i-dr a, .overlay-area .overlay-content .login-options ul li.i-fb a, .overlay-area .overlay-content .login-options ul li.i-tw a {
  background: #707070;
  width: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.overlay-area .overlay-content .submit-box {
  display: flex;
  align-items: flex-end;
}
.overlay-area .overlay-content .search-results {
  padding-top: 50px;
}
.overlay-area .overlay-content .search-results.small-list-area a {
  color: #fff;
  font-weight: 400;
}
.overlay-area .overlay-content .search-results.small-list-area a:hover {
  text-decoration: none;
}
.overlay-area .overlay-content .search-results.small-list-area a .highlighted {
  background-color: #0D9002;
}
.overlay-area .overlay-content .uploaded-images-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
}
.overlay-area .overlay-content .uploaded-images-area .image-container {
  width: calc(25% - 6px);
  margin: 3px;
  position: relative;
}
@media (max-width: 767.98px) {
  .overlay-area .overlay-content .uploaded-images-area .image-container {
    width: calc(50% - 6px);
  }
}
.overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner:before {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(left bottom, transparent 45%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(45%, transparent), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(left bottom, transparent 45%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(left bottom, transparent 45%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to right top, transparent 45%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=transparent, endColorstr=rgb(0, 0, 0));
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  z-index: 1000;
  content: "";
}
.overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner a {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 25px;
  height: 25px;
  opacity: 0.7;
  z-index: 1001;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner a:hover {
  opacity: 1;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner a:before, .overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner a:after {
  position: absolute;
  left: 12px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner a:before {
  transform: rotate(45deg);
}
.overlay-area .overlay-content .uploaded-images-area .image-container .remove-image-corner a:after {
  transform: rotate(-45deg);
}
.overlay-area .overlay-content .uploaded-images-area .image-container .input-box .counter {
  text-align: right;
  color: #7F7F7F;
  font-size: 10px;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .input-box input {
  border-color: #848484;
  font-size: 14px;
  color: #7F7F7F;
  height: 35px;
  margin-top: -5px;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .input-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7F7F7F;
  font-weight: 400;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .input-box input:-moz-placeholder {
  font-size: 14px;
  color: #7F7F7F;
  font-weight: 400;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .input-box input::-moz-placeholder {
  font-size: 14px;
  color: #7F7F7F;
  font-weight: 400;
}
.overlay-area .overlay-content .uploaded-images-area .image-container .input-box input:-ms-input-placeholder {
  font-size: 14px;
  color: #7F7F7F;
  font-weight: 400;
}

.edit-profile input {
  width: 100%;
}
@media (max-width: 767.98px) {
  .edit-profile .more-details-box {
    margin-top: 20px;
  }
}
.edit-profile .form-group {
  position: relative;
  padding-top: 10px;
}
.edit-profile .form-group .error {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 10px;
  font-size: 9px;
  color: #fff;
  background: red;
  padding: 0px 10px;
}
.edit-profile span.requirements {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .edit-profile .btn-action {
    width: 100%;
  }
}

.add-listing input,
.add-listing select, .add-listing .select-box-js,
.extend-listing input,
.extend-listing select,
.extend-listing .select-box-js {
  margin-right: 20px;
}
.add-listing input[type=radio] + label,
.add-listing select[type=radio] + label, .add-listing .select-box-js[type=radio] + label,
.extend-listing input[type=radio] + label,
.extend-listing select[type=radio] + label,
.extend-listing .select-box-js[type=radio] + label {
  float: left;
  clear: both;
  margin: 5px 0px;
}
@media (max-width: 991.98px) {
  .add-listing input,
  .add-listing select, .add-listing .select-box-js,
  .extend-listing input,
  .extend-listing select,
  .extend-listing .select-box-js {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .add-listing input,
  .add-listing select, .add-listing .select-box-js,
  .extend-listing input,
  .extend-listing select,
  .extend-listing .select-box-js {
    width: 100%;
    margin: 5px 0px;
  }
}
.add-listing .more-details-box .details-title,
.extend-listing .more-details-box .details-title {
  padding-bottom: 0px;
}
.add-listing .listing-textarea,
.extend-listing .listing-textarea {
  position: relative;
  width: 50%;
}
@media (max-width: 991.98px) {
  .add-listing .listing-textarea,
  .extend-listing .listing-textarea {
    width: 100%;
  }
}
.add-listing .listing-textarea textarea,
.extend-listing .listing-textarea textarea {
  background: #FBFBFB;
  border: 0;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  padding: 15px;
  width: 100%;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.add-listing .listing-textarea textarea::-webkit-input-placeholder,
.extend-listing .listing-textarea textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: black;
}
.add-listing .listing-textarea textarea:-moz-placeholder,
.extend-listing .listing-textarea textarea:-moz-placeholder {
  font-size: 13px;
  color: black;
}
.add-listing .listing-textarea textarea::-moz-placeholder,
.extend-listing .listing-textarea textarea::-moz-placeholder {
  font-size: 13px;
  color: black;
}
.add-listing .listing-textarea textarea:-ms-input-placeholder,
.extend-listing .listing-textarea textarea:-ms-input-placeholder {
  font-size: 13px;
  color: black;
}
.add-listing .listing-textarea textarea:hover,
.extend-listing .listing-textarea textarea:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.add-listing .listing-textarea textarea:focus, .add-listing .listing-textarea textarea:active,
.extend-listing .listing-textarea textarea:focus,
.extend-listing .listing-textarea textarea:active {
  border: none;
  outline: none;
}
.add-listing .listing-textarea .counter,
.extend-listing .listing-textarea .counter {
  position: absolute;
  z-index: 1000;
  bottom: 5px;
  right: 15px;
  font-size: 10px;
  color: #7F7F7F;
}
.add-listing p,
.extend-listing p {
  font-weight: 500;
}
.add-listing p.small,
.extend-listing p.small {
  font-style: italic;
  font-size: 11px;
  display: block;
  padding-top: 10px;
}
.add-listing p.pay-with,
.extend-listing p.pay-with {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 20px 0px;
}
.add-listing label a,
.extend-listing label a {
  text-decoration: underline;
}
.add-listing .thumbnails-preview-grid,
.extend-listing .thumbnails-preview-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.add-listing .thumbnails-preview-grid > *,
.extend-listing .thumbnails-preview-grid > * {
  flex: 0 0 73px;
}
.add-listing .thumbnails-preview-grid .thumbnail,
.extend-listing .thumbnails-preview-grid .thumbnail {
  height: 75px;
  width: 75px;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-listing .thumbnails-preview-grid .thumbnail:empty,
.extend-listing .thumbnails-preview-grid .thumbnail:empty {
  border: 1px dashed #ddd;
}
.add-listing .thumbnails-preview-grid .thumbnail a.remove-img:before,
.extend-listing .thumbnails-preview-grid .thumbnail a.remove-img:before {
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  background: #fff url(images/remove-icon.svg) no-repeat 50%/contain;
  z-index: 1001;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.add-listing .thumbnails-preview-grid .lds-spinner,
.extend-listing .thumbnails-preview-grid .lds-spinner {
  color: #ddd;
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  padding: 5px;
  border: 1px dashed #ddd;
}
.add-listing .thumbnails-preview-grid .lds-spinner div,
.extend-listing .thumbnails-preview-grid .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:after,
.extend-listing .thumbnails-preview-grid .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #ddd;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(1),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(2),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(3),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(4),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(5),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(6),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(7),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(8),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(9),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(10),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(11),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.add-listing .thumbnails-preview-grid .lds-spinner div:nth-child(12),
.extend-listing .thumbnails-preview-grid .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .add-listing .btn-action,
  .extend-listing .btn-action {
    width: 100%;
  }
}
.add-listing .table.payment-details,
.extend-listing .table.payment-details {
  background-color: #F5F6FA;
  border: 1px solid #D2D2D2;
}
.add-listing .table.payment-details thead tr th,
.extend-listing .table.payment-details thead tr th {
  font-size: 10px;
  font-weight: 700;
  color: #ABACAF;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  padding-top: 20px;
}
.add-listing .table.payment-details thead tr th.total,
.extend-listing .table.payment-details thead tr th.total {
  background: #C7E2C8;
  color: #0D9002;
}
.add-listing .table.payment-details td,
.extend-listing .table.payment-details td {
  border: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.add-listing .table.payment-details td.total,
.extend-listing .table.payment-details td.total {
  background: #C7E2C8;
  color: #0D9002;
}
.add-listing .info-text,
.extend-listing .info-text {
  padding: 20px;
  background: #CFE9CC;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
}
.add-listing .info-text p,
.extend-listing .info-text p {
  font-size: 20px;
  font-weight: 700;
}
.add-listing .info-text select, .add-listing .info-text .select-box-js,
.extend-listing .info-text select,
.extend-listing .info-text .select-box-js {
  height: 42px;
}
@media (max-width: 991.98px) {
  .add-listing .info-text .btn-action,
  .add-listing .info-text select, .add-listing .info-text .select-box-js,
  .extend-listing .info-text .btn-action,
  .extend-listing .info-text select,
  .extend-listing .info-text .select-box-js {
    width: 100%;
    margin-bottom: 5px;
  }
}
.add-listing .bank-links,
.extend-listing .bank-links {
  padding: 15px 0px;
}
.add-listing .bank-links li,
.extend-listing .bank-links li {
  float: left;
  padding-right: 5px;
}
.add-listing .bank-links img,
.extend-listing .bank-links img {
  height: 48px;
}

.tooltip-inner {
  max-width: 650px;
  padding: 15px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .tooltip-inner {
    max-width: 90%;
  }
}

.events-list h2 {
  margin-bottom: 0px;
}
.events-list article {
  display: block;
  margin-bottom: 10px;
}
.events-list article:after {
  display: table;
  clear: both;
  content: "";
}
.events-list article > a:not(.link-bullet) {
  float: left;
  display: block;
  margin: 0px 7px 0px 0px;
}
.events-list article > a:not(.link-bullet):empty {
  height: 75px;
  width: 75px;
  border: 1px dashed #BEBEBE;
  background-color: #FAFBFD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-list article > a:not(.link-bullet) .thumbnail-image {
  display: block;
  height: 75px;
  width: 75px;
  border: 1px solid #ddd;
  background-color: #F5F6FA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-list article .article-title {
  overflow: hidden;
  display: block;
  position: relative;
}
.events-list article .article-title a {
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 992px) {
  .events-list article .article-title a {
    font-size: 13px;
  }
}
.events-list .events-date-place {
  font-size: 10px;
  display: block;
}
.events-list .events-date-place span:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0px 7px;
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
@media (min-width: 768px) and (max-width: 992px) {
  .events-list .events-date-place span:not(:first-child):before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .events-list .events-date-place span {
    display: block;
  }
}

.events-home .affix {
  position: fixed;
  top: 60px;
  left: auto;
  right: auto;
  z-index: 1030;
}
.events-home .events-list {
  padding-right: 0px;
}
.events-home .events-list h2:first-child {
  margin-top: 0px;
}
.events-home .events-list article {
  padding: 5px;
}
.events-home .events-list article.opened {
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #E5E5E5;
}
.events-home .events-list article.opened.no-pic {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .events-list article.opened .article-title a {
  color: #007E45;
}
.events-home .events-legend {
  padding-left: 10px;
}
.events-home .events-legend li {
  padding: 5px 0px;
}
.events-home .events-legend li .link-bullet {
  font-size: 14px;
  line-height: 28px;
  text-transform: none;
  color: #333;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.events-home .events-legend li .link-bullet:before {
  height: 12px;
  width: 12px;
  position: absolute;
  top: 8px;
  left: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .events-legend li .link-bullet:after {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .events-legend li .link-bullet:hover {
  color: #000;
}
.events-home .calendar-widget-js {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .events-home .calendar-widget-js {
    width: 290px;
  }
}
.events-home .opened-article-content {
  padding-top: 45px;
}
.events-home .opened-article-content article header {
  margin-bottom: 15px;
}
.events-home .opened-article-content article header .link-bullet {
  display: inline-block;
  margin-top: 10px;
}
.events-home .opened-article-content article header h3, .events-home .opened-article-content article header .top-read h2, .top-read .events-home .opened-article-content article header h2, .events-home .opened-article-content article header .events-list h2, .events-list .events-home .opened-article-content article header h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0px;
}
.events-home .opened-article-content article header .events-date-place {
  font-size: 10px;
  display: block;
}
.events-home .opened-article-content article header .events-date-place span:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0px 7px;
  width: 5px;
  height: 5px;
  background: #000;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.events-home .opened-article-content article p {
  font-weight: 500;
  font-size: 14px;
}
.events-home .opened-article-content article .event-credits {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  position: relative;
  line-height: 28px;
}
.events-home .opened-article-content article .event-credits:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  top: 0;
  left: 0;
  background: #B7B7B7;
}
.events-home .opened-article-content article .event-credits dt {
  font-size: 12px;
}
.events-home .opened-article-content article .event-credits dd {
  font-weight: 600;
  font-size: 13px;
}
.events-home .opened-article-content article .event-credits dd a {
  text-decoration: none;
}
.events-home .opened-article-content article footer input {
  width: 100%;
  margin-bottom: 15px;
}
.events-home .switch-group {
  width: 116px;
  height: 28px;
  margin-bottom: 30px;
  background: #E5E5E5;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
}
.events-home .switch-group a,
.events-home .switch-group div {
  flex-grow: 1;
  position: relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .switch-group a:before,
.events-home .switch-group div:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 17px;
  height: 17px;
}
.events-home .switch-group a.active,
.events-home .switch-group div.active {
  background: #0D9002;
}
.events-home .switch-group .calendar-view:before {
  background: url(images/icon-calendar-grey.svg) no-repeat 50%/contain;
}
.events-home .switch-group .calendar-view.active:before {
  background: url(images/icon-calendar-white.svg) no-repeat 50%/contain;
}
.events-home .switch-group .list-view:before {
  background: url(images/icon-list-grey.svg) no-repeat 50%/contain;
}
.events-home .switch-group .list-view.active:before {
  background: url(images/icon-list-white.svg) no-repeat 50%/contain;
}
.events-home .switch-group .opened-view:before {
  background: url(images/icon-event-grey.svg) no-repeat 50%/contain;
}
.events-home .switch-group .opened-view.active:before {
  background: url(images/icon-event-white.svg) no-repeat 50%/contain;
}
.events-home .switch-group.parts-2 .list-view {
  background: #0D9002;
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .switch-group.parts-2 .list-view:before {
  background: url(images/icon-list-white.svg) no-repeat 50%/contain;
}
.events-home .switch-group.parts-2 .opened-view.active {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .switch-group.parts-2 .calendar-view.active {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .switch-group.parts-2 .calendar-view.active + .list-view {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-home .row.slider-area {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #ddd;
  scrollbar-track-color: #fff;
}
.events-home .row.slider-area::-webkit-scrollbar {
  height: 7px;
  background-color: #fff;
}
.events-home .row.slider-area::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}
.events-home .row.slider-area::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}
@media (max-width: 991.98px) {
  .events-home .row.slider-area > .slide {
    scroll-snap-align: start;
    transition: transform 0.5s;
    transform: scale(1);
  }
}

.top-read h2 {
  font-size: 36px;
  color: #0D9002;
  margin-bottom: 0px;
  padding-right: 20px;
}
.top-read article {
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 100;
}
.top-read article:after {
  display: table;
  clear: both;
  content: "";
}
.top-read article > a:not(.link-bullet) {
  float: left;
  display: block;
  margin: 0px 7px 0px 0px;
}
.top-read article > a:not(.link-bullet):empty {
  height: 75px;
  width: 75px;
  border: 1px dashed #BEBEBE;
  background-color: #FAFBFD;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.top-read article > a:not(.link-bullet) .thumbnail-image {
  display: block;
  height: 75px;
  width: 75px;
  border: 1px solid #ddd;
  background-color: #F5F6FA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.top-read article .article-title {
  overflow: hidden;
  display: block;
  position: relative;
}
.top-read article .article-title a {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-read article .article-title a {
    font-size: 13px;
  }
}
.top-read .timeline-more {
  font-size: 14px;
  font-weight: 700;
  color: #0D9002;
  padding: 5px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 5px;
}
.top-read .timeline-more:hover {
  text-decoration: none;
  color: white;
  background-color: #0D9002;
  transition: 0.4s;
}

.timeline .article-title {
  display: block;
  position: fixed;
  font-weight: 100;
  width: 80%;
  left: 10px;
}
.timeline .time {
  float: left;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: small;
  font-weight: 700;
  color: #0D9002;
  padding: 5px;
  border-radius: 5px;
  z-index: 1;
  background-color: lightgrey;
}
.timeline .vertical-line {
  position: relative;
  left: -8%;
  border-left: 3px solid #0D9002;
  height: auto;
  margin-top: -20px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .timeline .vertical-line {
    left: -5%;
  }
}
@media (max-width: 575.98px) {
  .timeline .vertical-line {
    left: -8%;
  }
}

.full-timeline {
  display: flex;
  padding-top: 10px;
}
.full-timeline h2 {
  text-transform: uppercase;
}
.full-timeline .thumbnail-image {
  padding: 0px 10px;
  margin-left: 80px;
}
.full-timeline .article-title {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
}
.full-timeline .time {
  float: left;
  position: absolute;
  width: 70px;
  height: 32px;
  text-align: center;
  font-size: 12;
  font-weight: 700;
  color: #0D9002;
  padding: 5px;
  margin-top: 10px;
  margin-right: 10 px;
  border-radius: 5px;
  z-index: 1;
  background-color: lightgrey;
}
.full-timeline .vertical-line {
  position: relative;
  left: 5%;
  border-left: 3px solid #0D9002;
  height: auto;
  margin-top: -20px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .full-timeline .vertical-line {
    left: 6%;
  }
}
@media (max-width: 575.98px) {
  .full-timeline .vertical-line {
    left: 8%;
  }
}

.search-results {
  color: #000;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
.search-results td, .search-results table {
  border: 0;
}
.search-results .cse .gsc-control-cse, .search-results .gsc-control-cse {
  padding: 0;
  font-family: "Montserrat", "Helvetica", sans-serif;
}
.search-results .gsc-above-wrapper-area {
  font-size: 12px;
}
.search-results .gsc-adBlock {
  display: none;
}
.search-results .gsc-thumbnail-inside {
  display: block;
}
.search-results .gs-result .gs-title, .search-results .gs-result .gs-title * {
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  color: inherit;
  text-decoration: none;
}
.search-results .gsc-url-top {
  display: block;
  padding: 0 0 5px;
  color: #333;
}
.search-results .gs-result td .gs-title, .search-results .gsc-url-bottom {
  display: none;
}
.search-results .cse .gsc-webResult.gsc-result, .search-results .gsc-webResult.gsc-result, .search-results .gsc-imageResult-column, .search-results .gsc-imageResult-classic {
  padding: 10px 0;
  margin: 0;
}
.search-results .gsc-selected-option-container, .search-results .gsc-control-cse .gsc-option-menu {
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 0 20px 0 10px;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
}
.search-results .gsc-control-cse .gsc-option-menu {
  padding: 0;
}
.search-results .gsc-selected-option {
  padding: 0 10px 0 0;
}
.search-results .gsc-results .gsc-cursor-box {
  margin: 20px 0;
  text-align: center;
}
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block;
  padding: 0px 5px;
  color: #7F7F7F;
  font-size: 12px;
  font-weight: 700;
}
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #0D9002;
}
.search-results .gs-web-image-box, .search-results .gs-promotion-image-box {
  width: auto;
  padding: 0 10px 0 0;
}
.search-results .gs-web-image-box img.gs-image, .search-results .gs-promotion-image-box img.gs-promotion-image {
  max-width: 120px;
  max-height: 90px;
  width: 100%;
}
.search-results .gs-result img.gs-image, .search-results .gs-result img.gs-promotion-image {
  border: 0;
}

.price-menu {
  display: row;
  padding: 20px;
  margin-top: 50px;
  border: 1px solid white;
  border-radius: 25px;
  background-color: white;
}
.price-menu p {
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: gray;
  background-color: white;
}
.price-menu h2 {
  font-size: 36px;
  font-weight: 700;
}
.price-menu h3, .price-menu .events-list h2, .events-list .price-menu h2, .price-menu .top-read h2, .top-read .price-menu h2 {
  font-size: 24px;
  font-weight: 700;
  background-color: #F99E00;
  border-radius: 50px;
  text-align: center;
}
.price-menu h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.price-menu li {
  margin-left: 10px;
  list-style: disc;
}
.price-menu .btn-buy {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  background-color: #F99E00;
  border-radius: 50px;
  border: none;
  text-align: center;
  text-decoration: none;
}
.price-menu .btn-buy:hover {
  background-color: rgb(255, 178.2530120482, 45);
}
.price-menu .btn-buy:hover span {
  display: none;
}
.price-menu .btn-buy:hover::after {
  color: white;
  content: "Abonē!";
  font-size: 20px;
}
.price-menu .div-after-btn {
  width: 50px;
  height: 35px;
}
.price-menu .btn-day:after {
  content: " / 24 stundas";
  font-size: 8px;
}
.price-menu .btn-month:after {
  content: " / 28 dienas";
  font-size: 8px;
}
.price-menu .btn-full-month:after {
  content: " / mēnesis";
  font-size: 8px;
}
.price-menu .btn-year:after {
  content: " / gads";
  font-size: 8px;
}
.price-menu .price-card-wrapper {
  padding: 5px;
  border-radius: 15px;
}
.price-menu .price-card {
  display: flex;
  flex-direction: column;
  padding: 5px;
  border: lightgray;
  border-style: solid;
  border-width: thin;
  border-radius: 15px;
}
.price-menu .price-card img {
  width: 50px;
  height: 30px;
  margin: auto;
  margin-top: 5px;
}

.plus-content,
.ekv-content,
.full-content {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.product-img {
  width: 100%;
  padding: 5px;
}

.product-details {
  background-color: white;
  border-radius: 20px;
  top: -50px;
  transition: transform 0.2s;
}
.product-details:hover {
  transform: scale(1.1);
  z-index: 999;
}

.price-menu-options {
  display: flex;
  width: 100%;
}

.content-wrapper {
  margin-bottom: 10px;
}

.product-desription {
  margin: 30px 0 30px 0;
}

.subscribe-button-wrap {
  padding: 40px 0px;
  text-align: center;
}
.subscribe-button-wrap p {
  font-size: 11px;
  color: #7F7F7F;
  padding: 20px 0px;
  font-weight: 500;
}
.subscribe-button-wrap .subscribe-link {
  color: #7F7F7F;
  text-decoration: underline;
  font-weight: 500;
}
.subscribe-button-wrap .subscribe-link:hover {
  text-decoration: none;
}

.login-button-wrap {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.login-button-wrap p {
  font-weight: 700;
  padding-bottom: 10px;
}
.login-button-wrap:before {
  content: "";
  top: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 1px;
  position: absolute;
  background: #B7B7B7;
}

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