@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,800&family=Roboto:ital,wght@0,300;0,500;1,300;1,500&family=Roboto+Slab:wght@900&display=swap");
html, body {
  font-family: "Kanit", sans-serif;
}

@media (min-width: 576px) and (max-width: 767px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row > .col,
.row > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .row > .col,
.row > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.select2-dropdown {
  background-color: #9f9f9f;
  border: none;
}

.select2-dropdown .select2-results {
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #05e7ae;
  color: #fff;
}

body {
  padding-top: 81px;
  -webkit-transition: padding-top 0.3s;
  -moz-transition: padding-top 0.3s;
  -ms-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

b, strong {
  font-weight: 500;
}

header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  header {
    height: 81px;
  }
}
@media (min-width: 992px) {
  header.search-open {
    height: 129px;
  }
}
header .border-bottom {
  border-color: #9f9f9f !important;
}
@media (min-width: 768px) {
  header .border-bottom {
    height: 81px;
  }
}
header .logo {
  width: 210px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  header .logo {
    width: 180px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 170px;
    margin-right: 10px;
  }
}
header .navbar-toggler {
  border: none;
  outline: none;
}
header .navbar-toggler .nav-icon {
  display: block;
  margin: 0;
  width: 30px;
}
header .navbar-toggler .nav-icon:after,
header .navbar-toggler .nav-icon:before,
header .navbar-toggler .nav-icon span {
  background-color: #05e7ae;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  margin: 9px 0;
  transition: all 0.2s ease-in-out;
}
header.nav-open .navbar-toggler .nav-icon:before {
  transform: translateY(11px) rotate(135deg) scaleX(1.2);
}
header.nav-open .navbar-toggler .nav-icon:after {
  transform: translateY(-11px) rotate(-135deg) scaleX(1.2);
}
header.nav-open .navbar-toggler .nav-icon span {
  transform: scale(0);
}
@media (max-width: 767px) {
  header .navbar-top > .pull-left .navbar-brand {
    margin-right: 0;
  }
  header .navbar-top > .pull-right {
    width: calc(100% - 180px);
  }
  header .navbar-top > .pull-right > .navbar-toggler {
    position: relative;
    right: -15px;
  }
  header .navbar-top > .pull-right .header-info.list-group-vertical {
    position: relative;
    right: -15px;
    width: calc(100% - 55px);
  }
  header .navbar-top > .pull-right .header-info.list-group-vertical .list-group-item {
    width: 100%;
    padding-left: 0;
  }
  header .navbar-top > .pull-right .header-info.list-group-vertical .list-group-item .temp-icon {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
header ul.list-group-vertical {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
}
header ul.list-group-vertical .list-group-item {
  padding-right: 2px;
}
header ul.list-group-horizontal {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  height: 22px;
}
@media (max-width: 767px) {
  header ul.list-group-horizontal {
    margin-right: -15px;
  }
}
header ul.list-group-horizontal .list-group-item {
  border-right: 1px solid #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  header ul.list-group-horizontal .list-group-item {
    padding-left: 4px;
    padding-right: 4px;
  }
}
header ul.list-group-horizontal .list-group-item:last-child {
  border-right: none;
}
header ul b {
  font-size: 1.15em;
  font-weight: 600;
}
header ul i {
  font-size: 15.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #9cf4c8;
}
header ul .list-group-item {
  background-color: transparent;
  padding: 0 15px;
  border: none;
  color: #fff;
}
header nav.navbar {
  padding: 0;
}
@media (min-width: 768px) {
  header nav.navbar {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  header nav.navbar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header nav.navbar .navbar-nav {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  header nav.navbar .navbar-nav {
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  header nav.navbar .navbar-nav {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  header nav.navbar .navbar-nav {
    border-left: 3px solid #05e7ae;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  header nav.navbar .navbar-nav .nav-item {
    padding: 0 10px;
    border-left: 3px solid #05e7ae;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav.navbar .navbar-nav .nav-item {
    padding: 0 0;
  }
}
header nav.navbar .navbar-nav .nav-item .nav-link {
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) and (min-width: 992px) {
  header nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 1px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 1px 6px;
  }
}
@media (max-width: 767px) {
  header nav.navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 25px;
  }
}
header nav.navbar .navbar-nav .nav-item .nav-link:hover, header nav.navbar .navbar-nav .nav-item .nav-link:focus {
  color: #c0ffef;
}
header nav.navbar .navbar-nav .nav-item.active .nav-link {
  color: #05e7ae;
}
@media (min-width: 768px) {
  header nav.navbar .navbar-nav .nav-item:first-child {
    border-left: none;
  }
}
@media (max-width: 991px) {
  header.nav-open nav.navbar {
    margin-top: 15px;
  }
}
header .network-mobile-wrapper {
  position: relative;
  padding: 6px 0;
}
header .network-mobile-wrapper:before, header .network-mobile-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background-color: #9f9f9f;
}
header .network-mobile-wrapper:before {
  top: 0;
}
header .network-mobile-wrapper:after {
  bottom: -1px;
}
header .network-mobile-wrapper .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  color: #9f9f9f;
  text-transform: uppercase;
}
header .network-mobile-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
header .network-mobile-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9f9f9f;
}
header .network-mobile-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 12px;
}
header .network-mobile-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  font-family: FontAwesome;
  color: #9f9f9f;
  font-size: 22px;
  line-height: 28px;
}
header .network-mobile-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
header .search-form {
  position: relative;
}
header .search-form .btn-search {
  color: #fff;
  outline: none;
  border: 0;
  padding-top: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .search-form .btn-search .icon.icon-search {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .search-form .form-control {
  text-align: right;
  background: transparent;
  border: 0;
  padding-right: 0;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  header .search-form .form-control {
    position: absolute;
    top: 45px;
    right: 0;
  }
}
header .search-form .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #05e7ae;
}
header .search-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #05e7ae;
}
header .search-form .form-control::placeholder {
  color: #05e7ae;
}
@media (max-width: 767px) {
  header .search-form {
    height: 60px;
  }
  header .search-form .btn-search {
    position: absolute;
    right: 0;
  }
  header .search-form .btn-search .fa {
    font-size: 18px;
  }
  header .search-form .form-control {
    position: absolute;
    left: 0;
    width: calc(100% - 40px);
    font-size: 18px;
    text-align: left;
    padding-left: 25px;
  }
}
header.search-open .search-form .btn-search .icon.icon-search {
  background-image: url("/static/frontend/imgs/icon-search-on.png");
}
@media (max-width: 320px) {
  header .header-info {
    display: none !important;
  }
}
header .max_temp, header .min_temp {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .max_temp:hover, header .max_temp:focus, header .min_temp:hover, header .min_temp:focus {
  color: #05e7ae;
}
header .temp-icon img {
  max-height: 22px;
}

.network .modal-dialog {
  max-width: none;
  margin-top: 150px;
}
@media (min-width: 576px) {
  .network .modal-dialog.container, .network .modal-dialog.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .network .modal-dialog.container, .network .modal-dialog.container-sm, .network .modal-dialog.container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .network .modal-dialog.container, .network .modal-dialog.container-sm, .network .modal-dialog.container-md, .network .modal-dialog.container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .network .modal-dialog.container, .network .modal-dialog.container-sm, .network .modal-dialog.container-md, .network .modal-dialog.container-lg, .network .modal-dialog.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1290px) {
  .network .modal-dialog.container, .network .modal-dialog.container-sm, .network .modal-dialog.container-md, .network .modal-dialog.container-lg, .network .modal-dialog.container-xl, .network .modal-dialog.container-xxl {
    max-width: 1230px;
  }
}
.network .modal-dialog .modal-content {
  background-color: #4a4a4a;
  border-radius: 0;
  border: 0;
}
.network .modal-dialog .modal-content .modal-header {
  position: relative;
  border-bottom: none;
  padding: 40px 35px 20px;
}
.network .modal-dialog .modal-content .modal-header .logo {
  width: 200px;
}
.network .modal-dialog .modal-content .modal-header h5 {
  font-size: 29px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #9b9b9b;
}
.network .modal-dialog .modal-content .modal-header h5 span {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  top: 6px;
}
.network .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 0;
  top: 0;
}
.network .modal-dialog .modal-content .modal-header .close img {
  width: 41px;
  height: 41px;
  padding: 15px 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.network .modal-dialog .modal-content .modal-body {
  padding: 20px 35px 50px;
}
.network .modal-dialog .modal-content .modal-body h4 {
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}
.network .modal-dialog .modal-content .modal-body .search-tags .badge {
  font-size: 17px;
  padding: 12px 14px 10px;
}
.network .modal-dialog .modal-content .modal-body .network-sites {
  padding-top: 5px;
  color: #9b9b9b;
}
.network .modal-dialog .modal-content .modal-body .network-sites .network-groups {
  font-size: 20px;
  font-weight: 600;
}
.network .modal-dialog .modal-content .modal-body .network-sites .network-groups a {
  color: #9b9b9b;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.network .modal-dialog .modal-content .modal-body .network-sites .network-groups a:hover, .network .modal-dialog .modal-content .modal-body .network-sites .network-groups a:focus {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .network .modal-dialog .modal-content .modal-body .network-sites .network-groups.d-block .d-flex {
    display: block !important;
  }
  .network .modal-dialog .modal-content .modal-body .network-sites .network-groups.d-block .d-flex .flex-column {
    width: 100%;
  }
}

footer {
  padding: 40px 0 30px;
}
footer .about-us {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .about-us {
    margin-bottom: 10px;
  }
}
footer .logo {
  width: 130px;
  margin-right: 15px;
}
footer .navbar {
  padding: 0;
}
footer .navbar .navbar-nav {
  padding-left: 20px;
  border-left: 3px solid #05e7ae;
}
footer .navbar .navbar-nav .nav-item .nav-link {
  padding: 1px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
}
footer .navbar .navbar-nav .nav-item .nav-link:hover, footer .navbar .navbar-nav .nav-item .nav-link:focus {
  text-decoration: underline;
}
footer h3 {
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}

.bg-darker {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bg-darker {
    font-size: 21px;
  }
}
.bg-darker a {
  color: #a2a2a2;
}
.bg-darker .copyright {
  font-size: 13px;
}
.bg-darker .copyright.d-md-inline-block {
  margin-right: 20px;
}
.bg-darker .copyright.d-md-none {
  margin-top: -10px;
  padding-bottom: 10px;
}
@media (max-width: 420px) {
  .bg-darker .copyright.d-md-none {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .bg-darker ul.list-group-horizontal {
    margin-left: -20px;
  }
}
.bg-darker ul.list-group-horizontal .list-group-item {
  background-color: transparent;
  padding: 10px 20px;
  border: none;
}
@media (max-width: 420px) {
  .bg-darker ul.list-group-horizontal {
    width: 100%;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bg-darker ul.list-group-horizontal .list-group-item {
    padding: 5px 20px;
  }
}

header .network-btn, footer .network-btn {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 172px;
  font-size: 13px;
  line-height: 21px;
  padding: 0 5px;
  font-weight: 500;
  color: #9f9f9f;
  border-color: #9f9f9f !important;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
header .network-btn span, footer .network-btn span {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 4px;
}
header .network-btn:hover, header .network-btn:focus, footer .network-btn:hover, footer .network-btn:focus {
  text-decoration: none;
  color: #c1c1c1;
}
header .search-tags .badge, footer .search-tags .badge {
  font-size: 12px;
  margin-right: 7px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  header .search-tags .badge, footer .search-tags .badge {
    font-size: 17px;
    padding: 7px 12px 5px;
  }
}

.search-tags {
  margin-top: 10px;
}
.search-tags .badge {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  letter-spacing: 0.3px;
  background-color: transparent;
  border: 1px solid #d345a8;
  color: #d345a8;
}
.search-tags .badge:hover, .search-tags .badge:focus {
  background-color: #d345a8;
  color: #fff;
}
.search-tags .badge.badge-light {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  color: #fff;
}
.search-tags .badge.badge-light:hover, .search-tags .badge.badge-light:focus {
  background-color: #fff;
  color: #555555;
}
@media (max-width: 767px) {
  .search-tags .badge {
    font-size: 17px;
    padding: 7px 12px 5px;
  }
}
.search-tags.search-tags-small .badge {
  font-size: 12px;
  padding: 4px 6px 3px;
  margin-right: 5px;
  margin-bottom: 4px;
}

.banner-wrapper, .box-wrapper {
  overflow: hidden;
}
.banner-wrapper.bg-light, .box-wrapper.bg-light {
  background-color: #f7f7f7;
}
.banner-wrapper .banner, .banner-wrapper .box, .box-wrapper .banner, .box-wrapper .box {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner-wrapper .banner picture, .banner-wrapper .banner img, .banner-wrapper .box picture, .banner-wrapper .box img, .box-wrapper .banner picture, .box-wrapper .banner img, .box-wrapper .box picture, .box-wrapper .box img {
  max-width: 100%;
}
.banner-wrapper .banner.w-970px, .banner-wrapper .box.w-970px, .box-wrapper .banner.w-970px, .box-wrapper .box.w-970px {
  max-width: 970px;
}
.banner-wrapper .banner.w-728px, .banner-wrapper .box.w-728px, .box-wrapper .banner.w-728px, .box-wrapper .box.w-728px {
  max-width: 728px;
}
.banner-wrapper .banner.w-640px, .banner-wrapper .box.w-640px, .box-wrapper .banner.w-640px, .box-wrapper .box.w-640px {
  max-width: 640px;
}
.banner-wrapper .banner.w-780px, .banner-wrapper .box.w-780px, .box-wrapper .banner.w-780px, .box-wrapper .box.w-780px {
  max-width: 780px;
}
.banner-wrapper .banner.w-300px, .banner-wrapper .box.w-300px, .box-wrapper .banner.w-300px, .box-wrapper .box.w-300px {
  max-width: 300px;
}
.banner-wrapper.felso, .banner-wrapper.also, .banner-wrapper.roadblock, .box-wrapper.felso, .box-wrapper.also, .box-wrapper.roadblock {
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner-wrapper.billboard, .banner-wrapper.sidebar, .box-wrapper.billboard, .box-wrapper.sidebar {
  padding-top: 40px;
  padding-bottom: 40px;
}
.banner-wrapper.szovegkozi, .box-wrapper.szovegkozi {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .content-wrapper + .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.img-wrapper picture, .img-wrapper img {
  max-width: 100%;
}

.box, .articles {
  margin-bottom: 30px;
}
.box > h3, .box > h4, .articles > h3, .articles > h4 {
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #82e4b3;
}
.box > h3 a, .box > h4 a, .articles > h3 a, .articles > h4 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.box > h3:hover a, .box > h3:focus a, .box > h4:hover a, .box > h4:focus a, .articles > h3:hover a, .articles > h3:focus a, .articles > h4:hover a, .articles > h4:focus a {
  color: #555555;
  text-decoration: none;
}
.box > h4, .articles > h4 {
  font-size: 20px;
}
.box article, .articles article {
  margin-bottom: 20px;
}
.box article .img-wrapper, .articles article .img-wrapper {
  position: relative;
}
.box article .img-wrapper picture, .box article .img-wrapper img, .articles article .img-wrapper picture, .articles article .img-wrapper img {
  max-width: 100%;
}
.box article .img-wrapper h4, .articles article .img-wrapper h4 {
  position: absolute;
  bottom: 15px;
  left: -20px;
  z-index: 100;
  background-color: #d345a8;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.65px;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 575px) {
  .box article .img-wrapper h4, .articles article .img-wrapper h4 {
    left: -15px;
  }
}
.box article h3, .articles article h3 {
  color: #464646;
  margin-bottom: 0;
}
.box article a, .articles article a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.box article:hover, .box article:focus, .articles article:hover, .articles article:focus {
  /*
  .img-wrapper {
    h4 {
      a {
        color: $white;
      }
      &:hover, &:focus {
        background-color: $dark;
        a {
          text-decoration: none;
          color: $primary2;
        }
      }
    }
  }
  */
}
.box article:hover a, .box article:focus a, .articles article:hover a, .articles article:focus a {
  color: #171717;
  text-decoration: none;
}
.box article:hover .img-wrapper h4, .box article:focus .img-wrapper h4, .articles article:hover .img-wrapper h4, .articles article:focus .img-wrapper h4 {
  background-color: #555555;
}
.box article:hover .img-wrapper h4 a, .box article:focus .img-wrapper h4 a, .articles article:hover .img-wrapper h4 a, .articles article:focus .img-wrapper h4 a {
  text-decoration: none;
  color: #82e4b3;
}
.box article:hover h3 a, .box article:focus h3 a, .articles article:hover h3 a, .articles article:focus h3 a {
  -webkit-box-shadow: inset 0 -5px 0 #fff, inset 0 -9px 0 #82e4b3;
  -moz-box-shadow: inset 0 -5px 0 #fff, inset 0 -9px 0 #82e4b3;
  box-shadow: inset 0 -5px 0 #fff, inset 0 -9px 0 #82e4b3;
}

.title-wrapper h1 {
  font-size: 29px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #4a4a4a;
  margin: 15px 0;
}
.title-wrapper h1 a {
  color: #4a4a4a;
}

.article-lead {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .article-lead {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .article-lead article {
    margin-bottom: 30px;
  }
}
.article-lead article h3 {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .article-lead article h3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.article-lead article:hover h3 a, .article-lead article:focus h3 a {
  -webkit-box-shadow: inset 0 -12px 0 #fff, inset 0 -16px 0 #82e4b3;
  -moz-box-shadow: inset 0 -12px 0 #fff, inset 0 -16px 0 #82e4b3;
  box-shadow: inset 0 -12px 0 #fff, inset 0 -16px 0 #82e4b3;
}

.article-big {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article-big {
    margin-bottom: 30px;
  }
}
.article-big article {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article-big article {
    margin-bottom: 30px;
  }
}
.article-big article h3 {
  margin-top: 15px;
  font-size: 23px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.35px;
}
@media (max-width: 767px) {
  .article-big article h3 {
    font-size: 17px;
    line-height: 19px;
  }
}
.article-big article:hover h3 a, .article-big article:focus h3 a {
  -webkit-box-shadow: inset 0 -7px 0 #fff, inset 0 -11px 0 #82e4b3;
  -moz-box-shadow: inset 0 -7px 0 #fff, inset 0 -11px 0 #82e4b3;
  box-shadow: inset 0 -7px 0 #fff, inset 0 -11px 0 #82e4b3;
}

.article-small {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .article-small {
    margin-bottom: 30px;
  }
}
.article-small article {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-small article {
    margin-bottom: 30px;
  }
}
.article-small article h3 {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  /*
  &:before {
    content: '';
    display: block;
    height: 20px;
  }
  */
}
@media (min-width: 768px) {
  .article-small article {
    display: flex;
    align-items: center;
    /*
    &:after {
      content: '';
      display: block;
      clear: both;
    }
    */
  }
  .article-small article .img-wrapper {
    width: 130px;
    margin-bottom: 10px;
  }
  .article-small article h3 {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.15;
    padding-left: 10px;
    width: calc(100% - 130px);
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .article-small article .img-wrapper {
    width: 175px;
  }
  .article-small article h3 {
    width: calc(100% - 175px);
  }
}

.article-list {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article-list {
    margin-bottom: 30px;
  }
}
.article-list article {
  background-color: #f6f6f6;
  padding: 15px 40px;
  border-left: 3px solid #82e4b3;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .article-list article {
    margin-bottom: 30px;
  }
}
.article-list article .img-wrapper {
  display: none;
}
.article-list article h3 {
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.35px;
  line-height: 1.1;
  color: #555555;
}
.article-list article:hover, .article-list article:focus {
  border-left: 3px solid #d345a8;
}
.article-list.list-primary article {
  border-left: 3px solid #05e7ae;
}
.article-list.list-secondary article {
  border-left: 3px solid #d345a8;
}

.article-timeline {
  padding-top: 40px;
  margin-bottom: 30px;
}
.article-timeline article {
  position: relative;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .article-timeline article {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .article-timeline article {
    margin-bottom: 30px;
  }
}
.article-timeline article:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 20px);
  width: 1px;
  background-color: #d8d8d8;
}
@media (max-width: 991px) {
  .article-timeline article:before {
    left: 5px;
  }
}
.article-timeline article:last-child:before {
  height: 100%;
}
.article-timeline article .img-wrapper {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.article-timeline article .img-wrapper h4 {
  bottom: 20px;
}
@media (min-width: 992px) {
  .article-timeline article .img-wrapper {
    width: 340px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .article-timeline article .text-wrapper {
    float: left;
    width: calc(100% - 340px);
  }
}
.article-timeline article h3 {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  margin: 5px 0 0;
}
@media (min-width: 992px) {
  .article-timeline article h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .article-timeline article h3 {
    margin-bottom: 15px;
  }
}
.article-timeline article p.date {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 0;
}
.article-timeline article p.date:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
@media (max-width: 991px) {
  .article-timeline article p.date:before {
    left: -25px;
  }
}
.article-timeline article:after {
  content: "";
  display: block;
  clear: both;
}

.bg-dark.content-wrapper {
  padding-top: 30px;
  padding-bottom: 35px;
}
.bg-dark .article-small article {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bg-dark .article-small article {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bg-dark .article-small article {
    margin-bottom: 30px;
  }
}
.bg-dark .article-small article h3 {
  font-size: 16px;
}
.bg-dark .article-small article:hover .img-wrapper h4, .bg-dark .article-small article:focus .img-wrapper h4 {
  background-color: #9cf4c8;
}
.bg-dark .article-small article:hover .img-wrapper h4 a, .bg-dark .article-small article:focus .img-wrapper h4 a {
  color: #464646;
}
.bg-dark .article-small article:hover h3 a, .bg-dark .article-small article:focus h3 a {
  color: #9cf4c8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bg-dark article h3 {
  color: #fff;
}
.bg-dark .box > h3, .bg-dark .box > h4, .bg-dark .articles > h3, .bg-dark .articles > h4 {
  color: #fff;
}

.sidebar .box {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sidebar .box {
    margin-bottom: 30px;
  }
}
.sidebar .banner-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sidebar .articles article {
    margin-bottom: 30px;
  }
}
.sidebar .article-list {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sidebar .article-list {
    margin-bottom: 60px;
  }
}
.sidebar .article-list article {
  height: auto;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-left: 3px solid #9b9b9b;
}
@media (max-width: 767px) {
  .sidebar .article-list article {
    margin-bottom: 30px;
  }
}
.sidebar .article-list article:hover, .sidebar .article-list article:focus {
  border-left: 3px solid #82e4b3;
}
.sidebar .article-list article h3 {
  font-weight: 600;
  font-style: italic;
  line-height: 1.15;
}
.sidebar .article-list-compact {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sidebar .article-list-compact {
    margin-bottom: 60px;
  }
}
.sidebar .article-list-compact article {
  height: auto;
  padding: 10px 30px;
  margin-bottom: 0px;
  border-left: 3px solid #9b9b9b;
}
@media (max-width: 767px) {
  .sidebar .article-list-compact article {
    margin-bottom: 30px;
  }
}
.sidebar .article-list-compact article:hover, .sidebar .article-list-compact article:focus {
  border-left: 3px solid #82e4b3;
}
.sidebar .article-list-compact article h3 {
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .sidebar .article-small {
    margin-bottom: 60px;
  }
}
.sidebar .article-small article h3 {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.3px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar .article-small .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sidebar .fb-box .section-title h2 {
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #82e4b3;
}
.sidebar .fb-box .section-title h2 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar .fb-box .section-title h2:hover a, .sidebar .fb-box .section-title h2:focus a {
  color: #555555;
  text-decoration: none;
}
.sidebar .fb-box p {
  text-align: center;
}

.pagination.pagination-lg .page-item .page-link {
  border-radius: 0;
  color: #9f9f9f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  padding: 10px 20px;
  border-color: #e7e7e7;
}
@media (max-width: 420px) {
  .pagination.pagination-lg .page-item .page-link {
    font-size: 15px;
    line-height: 20px;
    padding: 7px 14px;
  }
}
.pagination.pagination-lg .page-item.active .page-link {
  background-color: transparent;
  font-weight: bold;
  color: #4a4a4a;
  border-color: #e7e7e7;
}
.pagination.pagination-lg .page-item.mr-auto, .pagination.pagination-lg .page-item.ml-auto {
  border-color: #000000;
}
.pagination.pagination-lg .page-item.mr-auto .fa, .pagination.pagination-lg .page-item.ml-auto .fa {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  top: 1px;
}
@media (max-width: 420px) {
  .pagination.pagination-lg .page-item.mr-auto .fa, .pagination.pagination-lg .page-item.ml-auto .fa {
    font-size: 15px;
    line-height: 19px;
  }
}
.pagination.pagination-lg .page-item.mr-auto .fa {
  left: -1px;
}
.pagination.pagination-lg .page-item.ml-auto .fa {
  left: 1px;
}

.optin-box {
  border: 1px solid #d8d8d8;
  margin: 40px 0;
}
.optin-box .optin-header {
  padding: 15px 25px 10px;
  background-color: #e7e7e7;
  color: #4a4a4a;
}
.optin-box .optin-header .optin-logo img {
  position: relative;
  margin: -30px 20px -20px 0;
  z-index: 100;
}
.optin-box .optin-header .optin-title img {
  margin-bottom: 20px;
}
.optin-box .optin-header .optin-title h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}
.optin-box .optin-header .optin-title h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.optin-box .optin-header .optin-title h5 {
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: -10px;
}
.optin-box .optin-header .optin-title p {
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
}
.optin-box .optin-content {
  padding: 20px 25px;
  color: #4a4a4a;
}
.optin-box .optin-content h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.optin-box .optin-content .custom-control {
  font-family: "Roboto Slab", serif;
  padding-left: 35px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  min-height: 26px;
  color: #4a4a4a;
  margin: 12px 0 8px;
}
.optin-box .optin-content .custom-control .custom-control-label::before {
  width: 26px;
  height: 26px;
  left: -35px;
  top: -2px;
  border: #4a4a4a solid 4px;
}
.optin-box .optin-content .custom-control .custom-control-label::after {
  width: 26px;
  height: 26px;
  left: -35px;
  top: -2px;
}
.optin-box .optin-content input {
  width: 100%;
  border-radius: 0;
  text-align: center;
  color: #05e7ae;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 12px;
  margin-bottom: 18px;
  outline: none;
  border: 1px solid #9b9b9b;
}
.optin-box .optin-content ::-webkit-input-placeholder {
  /* Edge */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 400;
}
.optin-box .optin-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 400;
}
.optin-box .optin-content ::placeholder {
  color: #9b9b9b;
  font-style: italic;
  font-weight: 400;
}
.optin-box .optin-content .btn, .optin-box .optin-content button {
  width: 100%;
  border-radius: 0;
  border: 1px solid #4a4a4a;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 12px;
  letter-spacing: 1px;
}
.optin-box .optin-content .btn:hover, .optin-box .optin-content .btn:focus, .optin-box .optin-content button:hover, .optin-box .optin-content button:focus {
  background-color: #4a4a4a;
  color: #fff;
}
.optin-box.messenger {
  border-color: #4a90e2;
}
.optin-box.messenger .optin-header {
  padding: 25px 25px 20px;
  background-color: #4a90e2;
  color: #fff;
}
.optin-box.messenger .optin-header .optin-logo img {
  margin-top: -50px;
  margin-right: 20px;
}
.optin-box.messenger .optin-content .btn, .optin-box.messenger .optin-content button {
  color: #4a90e2;
  border-color: #4a90e2;
}
.optin-box.messenger .optin-content .btn:hover, .optin-box.messenger .optin-content .btn:focus, .optin-box.messenger .optin-content button:hover, .optin-box.messenger .optin-content button:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a !important;
  color: #fff;
}
.optin-box.newsletter {
  border-color: #05e7ae;
}
.optin-box.newsletter .optin-header {
  padding: 25px 25px 20px;
  background-color: #05e7ae;
  color: #fff;
}
.optin-box.newsletter .optin-header .optin-title {
  margin-top: -5px;
}
.optin-box.newsletter .optin-header .optin-logo img {
  margin-top: -50px;
  margin-right: 20px;
}
.optin-box.newsletter .optin-content .btn, .optin-box.newsletter .optin-content button {
  color: #05e7ae;
  border-color: #05e7ae;
}
.optin-box.newsletter .optin-content .btn:hover, .optin-box.newsletter .optin-content .btn:focus, .optin-box.newsletter .optin-content button:hover, .optin-box.newsletter .optin-content button:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a !important;
  color: #fff;
}
.optin-box.vote-box .optin-header {
  background-color: #d345a8;
}
.optin-box.vote-box .optin-header .optin-title h3 {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 3px;
}
.optin-box.vote-box .optin-content h5 {
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.25px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}
.optin-box.vote-box .optin-content .image-holder {
  margin: -20px -25px 10px;
}
.optin-box.vote-box .optin-content .image-holder img {
  max-width: 100%;
}
.optin-box.vote-box .optin-content .content {
  margin-bottom: 24px;
}
.optin-box.vote-box .optin-content .vote-option-wrapper {
  margin-bottom: 15px;
}
.optin-box.vote-box .optin-content .vote-option-wrapper p {
  margin-bottom: 0;
}
.optin-box.vote-box .optin-content .alert-default {
  color: #4a4a4a;
  background-color: #e7e7e7;
  border-color: #d8d8d8;
}

.optin-horizontal {
  border: 1px solid #d8d8d8;
  margin: 40px 0;
  width: 100%;
  min-height: 100px;
}
.optin-horizontal > .d-flex {
  min-height: 100px;
}
.optin-horizontal .optin-logo {
  position: relative;
  top: -20px;
  margin: 0 10px 0 20px;
}
.optin-horizontal .optin-title img {
  margin-bottom: 5px;
}
.optin-horizontal .optin-title h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.optin-horizontal .optin-title p {
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 0;
}
.optin-horizontal .optin-content {
  padding: 29px;
  background-color: #fff;
}
.optin-horizontal input {
  width: 100%;
  border-radius: 0;
  text-align: center;
  color: #05e7ae;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 12px;
  margin-bottom: 0;
  outline: none;
  border: 1px solid #9b9b9b;
}
.optin-horizontal ::-webkit-input-placeholder {
  /* Edge */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 400;
}
.optin-horizontal :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9b9b;
  font-style: italic;
  font-weight: 400;
}
.optin-horizontal ::placeholder {
  color: #9b9b9b;
  font-style: italic;
  font-weight: 400;
}
.optin-horizontal .btn, .optin-horizontal button {
  width: 100%;
  border-radius: 0;
  border: 1px solid #4a4a4a;
  background-color: transparent;
  letter-spacing: 1px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 12px;
}
.optin-horizontal .btn:hover, .optin-horizontal .btn:focus, .optin-horizontal button:hover, .optin-horizontal button:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff;
}
.optin-horizontal.messenger {
  border-color: #4a90e2;
}
.optin-horizontal.messenger .optin-bg {
  background-color: #4a90e2;
  color: #fff;
}
.optin-horizontal.messenger .optin-content {
  width: 40%;
  max-width: 350px;
}
.optin-horizontal.messenger .optin-content .btn, .optin-horizontal.messenger .optin-content button {
  color: #4a90e2;
  border-color: #4a90e2;
}
.optin-horizontal.messenger .optin-content .btn:hover, .optin-horizontal.messenger .optin-content .btn:focus, .optin-horizontal.messenger .optin-content button:hover, .optin-horizontal.messenger .optin-content button:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a !important;
  color: #fff;
}
.optin-horizontal.newsletter {
  border-color: #05e7ae;
}
.optin-horizontal.newsletter .optin-bg {
  background-color: #05e7ae;
  color: #fff;
}
.optin-horizontal.newsletter .optin-content {
  width: 40%;
  max-width: 350px;
}
.optin-horizontal.newsletter .optin-content .btn, .optin-horizontal.newsletter .optin-content button {
  color: #05e7ae;
  border-color: #05e7ae;
}
.optin-horizontal.newsletter .optin-content .btn:hover, .optin-horizontal.newsletter .optin-content .btn:focus, .optin-horizontal.newsletter .optin-content button:hover, .optin-horizontal.newsletter .optin-content button:focus {
  background-color: #4a4a4a;
  border-color: #4a4a4a !important;
  color: #fff;
}

.popup-layer {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-height: 0;
  background-color: #0be6af;
  color: #fff;
  padding: 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-layer h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}
.popup-layer p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.popup-layer p a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}
.popup-layer .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  z-index: 101;
}
.popup-layer .popup-close .fa {
  color: #fff;
}
.popup-layer.layout-editor {
  position: static;
  min-height: 60px;
}
.popup-layer.layout-editor .popup-close {
  display: none;
}
.popup-layer.open {
  padding: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
  height: auto;
  min-height: 60px;
  max-height: 200px;
}

.network-wrapper .banner-wrapper {
  height: calc(100% - 30px);
}
.network-wrapper .banner-wrapper .news-image {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 85px;
}
.network-wrapper .banner-wrapper h3 {
  font-size: 14px;
  text-align: center;
  word-break: break-all;
}

.pt-5px {
  padding-top: 5px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mb--10 {
  margin-bottom: -10px !important;
}
@media (max-width: 767px) {
  .mb--10 {
    margin-bottom: 0 !important;
  }
}

.icon {
  display: inline-block;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.icon.icon-facebook-f {
  background-image: url("/static/frontend/imgs/icon-facebook-f.png");
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon.icon-facebook-f {
    width: 30px;
    height: 18px;
  }
}
.icon.icon-twitter {
  background-image: url("/static/frontend/imgs/icon-twitter.png");
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon.icon-twitter {
    width: 30px;
    height: 18px;
  }
}
.icon.icon-google {
  background-image: url("/static/frontend/imgs/icon-google.png");
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon.icon-google {
    width: 30px;
    height: 18px;
  }
}
.icon.icon-pinterest {
  background-image: url("/static/frontend/imgs/icon-pinterest.png");
  width: 40px;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon.icon-pinterest {
    width: 30px;
    height: 18px;
  }
}
.icon.icon-chevron {
  background-image: url("/static/frontend/imgs/icon-chevron.png");
  width: 7px;
  height: 14px;
}
.icon.icon-weather {
  background-image: url("/static/frontend/imgs/icon-weather.png");
  width: 32px;
  height: 22px;
}
.icon.icon-search {
  background-image: url("/static/frontend/imgs/icon-search.png");
  width: 16px;
  height: 16px;
}

.exit-intent-popup {
  position: fixed;
  top: 100%;
  left: 100%;
  bottom: 0;
  right: 0;
  z-index: 10001;
  background: rgba(33, 33, 33, 0.8);
  overflow: hidden;
  -webkit-transform: translateY(100%) scale(0);
  -moz-transform: translateY(100%) scale(0);
  -ms-transform: translateY(100%) scale(0);
  -o-transform: translateY(100%) scale(0);
  transform: translateY(100%) scale(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.exit-intent-popup iframe {
  display: none;
}
.exit-intent-popup.poppedup {
  top: 0;
  left: 0;
  overflow: visible;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.exit-intent-popup.poppedup iframe {
  display: inline;
}
.exit-intent-popup .exit-intent-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  min-height: 30%;
  max-width: 600px;
  background-color: #1877f2;
  color: #fff;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.exit-intent-popup .exit-intent-content .popup-content {
  padding: 30px;
  text-align: center;
}
.exit-intent-popup .exit-intent-content .popup-content h3 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 36px;
}
.exit-intent-popup .exit-intent-content .popup-content .btn {
  border-radius: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.exit-intent-popup .exit-intent-content .popup-content .btn.btn-sm {
  font-size: 12px;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
}
.exit-intent-popup .exit-intent-content .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 0 #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.exit-intent-popup .exit-intent-content .popup-close:hover, .exit-intent-popup .exit-intent-content .popup-close:focus {
  color: #fff;
  text-decoration: none;
}

.percrol-percre-lista-datum {
  font-weight: normal;
}

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