@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|PT+Serif:400,700&display=swap&subset=latin-ext");
.bg {
  background-color: #0077D4;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bg > a {
  color: inherit;
  text-decoration: none;
}
.bg > a:hover, .bg > a:hover {
  color: inherit;
}

.light-bg, .bg-light {
  background-color: rgba(0, 119, 212, 0.2);
}

.gray-bg, .bg-gray {
  background-color: #E7E9EC;
}

.bg-default, .default-bg {
  background-color: #1C2E3D;
  color: #fff;
}
.bg-default *, .default-bg * {
  color: #fff;
}

body {
  color: #1C2E3D;
  font-family: "Montserrat", sans-serif;
}

p {
  color: #1C2E3D;
}

.pr-2x {
  padding-right: 30px;
}

.pl-2x {
  padding-left: 30px;
}

.px-2x {
  padding-left: 30px;
  padding-right: 30px;
}

h1 {
  font-family: "PT Serif", serif;
  color: #F5C701;
  margin: 30px auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:hover {
  color: inherit;
}

html, body {
  font-size: 14px;
}

.display-block {
  display: block;
}

.inline {
  display: inline;
}

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

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.up {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.text-active,
.font-active {
  color: #F5C701 !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-active:hover, .text-active:focus,
.font-active:hover,
.font-active:focus {
  color: #8f7401 !important;
}

.text-default,
.font-default {
  color: #1C2E3D !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-default:hover, .text-default:focus,
.font-default:hover,
.font-default:focus {
  color: black !important;
}

.text-highlight,
.font-highlight {
  color: #f36564 !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.text-highlight:hover, .text-highlight:focus,
.font-highlight:hover,
.font-highlight:focus {
  color: #e01311 !important;
}

.bg-beige {
  background-color: #e6e0d7;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-twitter {
  background-color: #00acee;
}

.bg-youtube {
  background-color: #ff0000;
}

.bg-instagram {
  background-color: #bc2a8d;
}

.bg-rss {
  background-color: #ea6221;
}

.bg-dark-gray {
  background-color: #656568;
}

.bg-light-gray {
  background-color: #F6F6F6;
}

.btn-active {
  color: #1C2E3D;
  background-color: #F5C701;
  border-color: #F5C701;
}
.btn-active:disabled {
  color: #8e8e90;
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  opacity: 1;
}
.btn-active:hover, .btn-active:focus {
  background-color: #c29e01;
  border-color: #c29e01;
}
.btn-active:disabled:hover, .btn-active:disabled:focus {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
}

.btn-facebook {
  color: #fff;
  background-color: #3B5998;
  border-radius: 3px;
  padding-top: 16px;
}
.btn-facebook:hover, .btn-facebook:focus {
  background-color: #718dc8;
}

.btn-google {
  color: #fff;
  background-color: #DB4437;
  border-radius: 3px;
  padding-top: 16px;
}
.btn-google:hover, .btn-google:focus {
  background-color: #eb958d;
}

.btn-lg {
  height: auto;
  min-height: 44px;
  padding: 13px 20px;
  border-width: 3px;
  border-radius: 4px;
}

.btn-xl {
  height: auto;
  min-height: 50px;
  padding: 16px 20px;
  border-width: 3px;
  border-radius: 4px;
}

.serif {
  font-family: "PT Serif", serif;
}

img {
  max-width: 100%;
}

.icon {
  position: relative;
  width: 22px;
  height: 28px;
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon.icon-user {
  background-image: url(/static/frontend/imgs/icon-user.png);
}
.icon.icon-search {
  background-image: url(/static/frontend/imgs/icon-search.png);
}
.icon.icon-lock {
  background-image: url(/static/frontend/imgs/icon-lock.png);
}
.icon.icon-book {
  width: 23px;
  background-image: url(/static/frontend/imgs/icon-book.png);
}
.icon.icon-bars {
  width: 18px;
}
.icon.icon-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F5C701;
}
.icon.icon-bars :nth-child(1) {
  top: 6px;
}
.icon.icon-bars :nth-child(2) {
  top: 13px;
}
.icon.icon-bars :nth-child(3) {
  bottom: 6px;
}
.icon.icon-close {
  width: 28px;
  height: 28px;
}
.icon.icon-close:before, .icon.icon-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background-color: #fff;
  height: 2px;
}
.icon.icon-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon.icon-back {
  top: 1px;
  width: 16px;
  height: 15px;
  background-image: url(/static/frontend/imgs/back-arrow.png);
  margin-right: 5px;
}
.icon.icon-checked {
  top: 4px;
  left: -3px;
  width: 17px;
  height: 17px;
  background-image: url(/static/frontend/imgs/checked.png);
}
.icon.icon-large-checked {
  width: 68px;
  height: 68px;
  background-image: url(/static/frontend/imgs/large-check.png);
}
.icon.icon-card {
  width: 116px;
  height: 95px;
  background-image: url(/static/frontend/imgs/icon-card.png);
}

.h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}

.text-transform-none {
  text-transform: none !important;
}

.bg-dark .icon.icon-bars span {
  background-color: #fff;
}

.img-33x33 {
  display: inline-block;
  width: 33px;
  height: 33px;
}

.img-70x70 {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.pl-30px {
  padding-left: 30px;
}

.pb-300px {
  padding-bottom: 300px;
}

.mr--10 {
  margin-right: -10px;
}

@media (min-width: 1007px) {
  .ml--30 {
    margin-left: -30px;
  }
}

.mt-120px {
  margin-top: 120px;
}

@media (min-width: 1200px) {
  .mt--60px {
    margin-top: -60px;
  }
}

@media (min-width: 1200px) {
  .mt--30px {
    margin-top: -30px;
  }
}

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

.min-h-149px {
  min-height: 149px;
}

.bottom-0 {
  bottom: 0;
}

.w-160px {
  width: 160px !important;
}

.w-230px {
  width: 230px !important;
}

.w-270px {
  width: 270px !important;
}

body {
  padding-top: 120px !important;
  background: linear-gradient(0deg, rgba(249, 250, 251, 0.08) 120px, rgba(0, 0, 0, 0.08) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
header .top {
  height: 60px;
}
header .top .position-center {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
}
header .top .btn {
  padding: 15px 1px;
  margin-top: 0;
  height: 60px;
  color: #fff;
}
header .top .btn.btn-info {
  padding: 6px 12px;
  height: 36px;
  margin-top: 0;
  color: #fff;
}
header .top .btn .fa {
  font-size: 28px;
}
header .top .elofizetes .btn {
  padding: 0;
  margin-top: 8px;
  color: #fff;
}
header .top .elofizetes .btn span {
  position: relative;
  top: 2px;
}
header .top .elofizetes .btn span .fa {
  position: relative;
  top: 4px;
  margin-right: 14px;
  color: #F5C701;
}
header .navbar-brand {
  height: 44px;
  padding: 12px 0;
  margin: 0;
}
header .ujsag-wrapper {
  height: 60px;
}
header .ujsag-wrapper .ujsag {
  position: absolute;
  z-index: 1000;
  top: -60px;
  left: 15px;
}
header .ujsag-wrapper .elofizetes {
  top: -60px;
  width: 300px;
  padding-left: 0;
  height: 60px;
}
@media (max-width: 1199px) {
  header .ujsag-wrapper .elofizetes {
    width: 247px;
  }
}
header .ujsag-wrapper .elofizetes > .bg-yellow {
  position: relative;
  background-color: #F5C701;
  height: 120px;
  z-index: 110;
}
header .ujsag-wrapper .elofizetes > .bg-yellow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000px;
  right: 0;
  background-color: #F5C701;
}
header .ujsag-wrapper .felirat {
  top: 0;
  width: 100%;
  height: 60px;
}
header .ujsag-wrapper .felirat > .bg-white {
  position: relative;
  z-index: 120;
  width: 315px;
}
header .ujsag-wrapper .felirat > .bg-white .nav-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 50px;
}
header .ujsag-wrapper .felirat > .bg-white .nav-item .nav-link {
  display: inline-block;
  padding: 17px 15px;
  color: #1C2E3D;
}
header .ujsag-wrapper .felirat > .bg-white .nav-item .nav-link:hover, header .ujsag-wrapper .felirat > .bg-white .nav-item .nav-link:focus {
  color: black;
}
@media (max-width: 1199px) {
  header .ujsag-wrapper .felirat > .bg-white {
    width: 263px;
  }
}
header .ujsag-wrapper .felirat > .bg-white:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000px;
  right: 0;
  background-color: #fff;
}
header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
}
header .navbar > .container {
  height: 100%;
}
header .navbar > .container > .row {
  width: calc(100% + 30px);
  height: 100%;
}
header .navbar > .container > .row .navbar-collapse > .row {
  width: 100%;
}
header .navbar .navbar-nav .nav-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 0;
  border-left: 1px solid rgba(230, 224, 215, 0.7);
  border-bottom: 2px solid transparent;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 50px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  padding: 17px 8px;
  color: #1C2E3D;
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: black;
}
header .navbar .navbar-nav .nav-item.dropdown {
  border-left: none;
}
header .navbar .navbar-nav .nav-item.dropdown .icon {
  margin-top: -3px;
  font-size: 21px;
  color: #F5C701;
}
header .navbar .navbar-nav .nav-item.dropdown .icon-bars {
  color: #1C2E3D;
}
header .navbar .navbar-nav .nav-item.dropdown .icon-bars span {
  background-color: #1C2E3D;
}
header .navbar .navbar-nav .nav-item.dropdown .nav-link {
  padding: 18px 1rem;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 300px;
  left: auto;
  right: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  max-height: 0;
  overflow: hidden;
  display: block;
  border: 1px solid transparent;
  -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 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  background: linear-gradient(180deg, #dfd9d1 0, #e6e0d7 100%);
  max-height: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul {
  list-style: none;
  padding-left: 0;
  background: linear-gradient(180deg, #dfd9d1 0, #e6e0d7 100%);
  padding-top: 6px;
  padding-bottom: 6px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul.highlighted {
  background: linear-gradient(180deg, #e1dbd3 0, #ede6de 100%);
  color: #f36564;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul li {
  padding: 0 11px 0 9px;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul li > a {
  display: block;
  position: relative;
  padding: 6px 25px;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul li > a > span {
  position: relative;
  z-index: 110;
}
header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul li > a:hover:before, header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu ul li > a:focus:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  bottom: -3px;
  background-color: #F5C701;
  border-radius: 5px;
  z-index: 105;
}
header .navbar .navbar-nav .nav-item:not(.dropdown):hover, header .navbar .navbar-nav .nav-item:not(.dropdown):focus {
  background-color: #e6e0d7;
  border-bottom-color: #F5C701;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
header .navbar .navbar-nav .nav-item:not(.dropdown):hover .nav-link, header .navbar .navbar-nav .nav-item:not(.dropdown):focus .nav-link {
  padding: 22px 1rem;
}
header .navbar .navbar-nav .nav-item.dropdown {
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
header .top .search-form {
  display: inline-block;
  position: relative;
}
header .top .search-form .search-input {
  position: absolute;
  overflow: hidden;
  top: 9px;
  right: 70px;
  height: 40px;
  width: 0;
  padding: 0;
  border: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header .top .search-form .btn-search {
  width: 24px;
  height: 40px;
  padding: 0 1px;
  border: 0;
  position: relative;
  top: -1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header .top .search-form .btn-close {
  overflow: hidden;
  width: 0;
  padding: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header .top .search-form .btn-close .icon {
  width: 20px;
}
header .top .search-form.open .search-input {
  width: 390px;
  padding-left: 24px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
header .top .search-form.open .btn-search {
  width: 40px;
  background-color: #F5C701;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .top .search-form.open .btn-search .icon.icon-search {
  background-image: url(/static/frontend/imgs/icon-search-yellow.png);
}
header .top .search-form.open .btn-close {
  width: 40px;
  padding: 5px;
}
header .top .icon.icon-user {
  float: left;
}
header .top .login-title {
  position: relative;
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 575px) {
  header .top .login-title {
    display: none;
  }
}
header .top .login-title span {
  color: #F5C701;
}
header .top .btn:after {
  content: "";
  display: inline-block;
  clear: both;
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu.collapse:not(.show) {
  display: block;
}
.mobile-menu.show {
  right: 0;
}
.mobile-menu .navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 35px);
  max-width: 340px;
  overflow: auto;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.81);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.81);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.81);
}
.mobile-menu .navbar-wrapper .nav {
  width: calc(100% - 66px);
}
.mobile-menu .navbar-wrapper .nav .nav-item .nav-link {
  padding: 22px;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #999999;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
}
.mobile-menu .navbar-wrapper .nav .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid #F5C701;
  color: #F5C701;
}
.mobile-menu .navbar-wrapper .nav .nav-item:first-child .nav-link {
  padding-left: 48px;
}
.mobile-menu .navbar-wrapper .nav .nav-item:last-child .nav-link {
  padding-right: 48px;
}
.mobile-menu .navbar-wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 66px;
  opacity: 1;
}
.mobile-menu .navbar-wrapper .close span {
  width: 28px;
  height: 28px;
  color: #fff;
}
.mobile-menu .navbar-wrapper .tab-content {
  position: relative;
  background-color: #000;
  z-index: 105;
}
.mobile-menu .navbar-wrapper .tab-content .tab-pane {
  padding: 24px 41px 24px 23px;
}
.mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item {
  position: relative;
}
.mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > a, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > .nav-link, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > a, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > .nav-link {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 6px 25px;
  margin: 3px 0;
}
.mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > a > span, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > .nav-link > span, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > a > span, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > .nav-link > span {
  position: relative;
  z-index: 110;
}
.mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > a:hover, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > a:focus, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > .nav-link:hover, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > .nav-link:focus, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > a:hover, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > a:focus, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > .nav-link:hover, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > .nav-link:focus {
  color: #1C2E3D;
  text-decoration: none;
}
.mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > a:hover:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > a:focus:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > .nav-link:hover:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > li > .nav-link:focus:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > a:hover:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > a:focus:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > .nav-link:hover:before, .mobile-menu .navbar-wrapper .tab-content .tab-pane .navbar-nav > .nav-item > .nav-link:focus:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  bottom: -3px;
  background-color: #F5C701;
  border-radius: 5px;
  z-index: 103;
}
.mobile-menu .navbar-wrapper .elofizetes-mobile {
  padding: 42px;
}
.mobile-menu .navbar-wrapper .elofizetes-mobile.position-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.mobile-menu .navbar-wrapper .elofizetes-mobile .ujsag {
  padding: 0 8px 24px 8px;
}
.mobile-menu .navbar-wrapper .elofizetes-mobile .ujsag img {
  width: 116px;
}
.mobile-menu .navbar-wrapper .elofizetes-mobile .nav-item {
  margin-bottom: 15px;
}
.mobile-menu .navbar-wrapper .elofizetes-mobile .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}
footer {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 70px;
  color: #fff;
}
footer .copyright .logo {
  display: block;
  margin-bottom: 10px;
  padding-top: 9px;
}
footer .copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
footer .footer-nav {
  padding-top: 20px;
}
footer ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
}
footer ul li {
  display: inline-block;
  margin: 0 15px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
footer ul.nav li a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.main {
  padding-top: 27px;
}

ol.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.card {
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.125);
}

article.card {
  background-color: transparent;
  color: #1C2E3D;
  border: none;
  padding-bottom: 10px;
  border-radius: 0;
}
article.card a {
  color: inherit;
}
article.card .card-body {
  padding: 5px 6px 0 17px;
}
@media (max-width: 575px) {
  article.card .card-body {
    padding: 4px 6px 0 15px;
  }
}
article.card .card-body .card-header-wrapper .card-topic {
  display: inline-block;
  margin-left: -3px;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #F5C701;
  color: #000;
  text-transform: uppercase;
}
article.card .card-body .card-header-wrapper .card-buttons {
  display: none;
  list-style: none;
  padding-left: 10px;
  position: relative;
  top: 8px;
}
article.card .card-body .card-header-wrapper .card-buttons li {
  display: inline-block;
  margin-right: 0;
}
article.card .card-body .card-header-wrapper .card-buttons li a {
  padding: 5px 2px;
}
article.card .card-body .card-header-wrapper .card-buttons li .fa {
  font-size: 18px;
}
article.card .card-body .card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
article.card .card-body .card-meta {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
  margin-right: 25px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
}
article.card .card-body .card-meta li {
  display: inline-block;
}
article.card .card-body .card-meta li a, article.card .card-body .card-meta li span {
  padding: 2px 20px 4px;
  border-right: 1px solid #1C2E3D;
}
article.card .card-body .card-meta li a img, article.card .card-body .card-meta li span img {
  margin-top: -3px;
  margin-right: 3px;
}
article.card .card-body .card-meta li:first-child a, article.card .card-body .card-meta li:first-child span {
  padding-left: 0;
}
article.card .card-body .card-meta li:last-child a, article.card .card-body .card-meta li:last-child span {
  padding-right: 0;
  border-right: none;
}
.article-list.default article.card .card-body {
  position: relative;
  padding: 4px 6px 0 19px;
  min-height: 78px;
}
@media (max-width: 575px) {
  .article-list.default article.card .card-body {
    padding: 4px 6px 0 15px;
  }
  .article-list.default article.card .card-body .card-meta {
    display: flex;
  }
}
.article-list.default article.card .card-body .card-topic {
  position: relative;
  left: 17px;
  z-index: 10;
}
@media (max-width: 575px) {
  .article-list.default article.card .card-body .card-topic {
    left: 0;
  }
}
.article-list.default article.card .card-img-top a {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-list.default article.card .card-img-top a {
    height: 145px;
  }
}
@media (min-width: 768px) {
  .article-list.default article.card .card-img-top a {
    height: 199px;
  }
}
@media (min-width: 992px) {
  .article-list.default article.card .card-img-top a {
    height: 123px;
  }
}
@media (min-width: 1200px) {
  .article-list.default article.card .card-img-top a {
    height: 152px;
  }
}
.article-list.default article.card .card-img-top + .card-body .card-topic {
  position: absolute;
  top: -32px;
}
@media (max-width: 575px) {
  .article-list.default article.card .card-img-top + .card-body .card-topic {
    left: 18px;
  }
}
.article-list.default article.card + article.card {
  border-top: 2px solid rgba(151, 151, 151, 0.3);
  padding-top: 10px;
}
.article-list.default.highlight article.card + article.card {
  border-color: rgba(249, 87, 89, 0.3);
}

.article-list.list-image article.card {
  display: block;
  padding-top: 10px;
  padding-bottom: 0;
}
.article-list.list-image article.card .card-img-top {
  float: right;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.article-list.list-image article.card .card-img-top a {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
  .article-list.list-image article.card .card-img-top {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-list.list-image article.card .card-img-top {
    display: none;
  }
}
.article-list.list-image article.card .card-body {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 6px 0;
}
@media (max-width: 575px) {
  .article-list.list-image article.card .card-body {
    padding: 0 6px 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .article-list.list-image article.card .card-body {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-list.list-image article.card .card-body {
    float: none;
    width: 100%;
  }
}
.article-list.list-image article.card .card-body .card-topic {
  margin-left: -6px;
  margin-bottom: 7px;
}
@media (max-width: 575px) {
  .article-list.list-image article.card .card-body .card-topic {
    margin-left: 0;
  }
}
.article-list.list-image article.card .card-body .card-title {
  margin-bottom: 8px;
  line-height: 1.15;
}
.article-list.list-image article.card .card-img-top + .card-body {
  width: calc(100% - 100px);
}
.article-list.list-image article.card:after {
  content: "";
  display: block;
  clear: both;
}
.article-list.list-image article.card + article.card {
  border-top: 2px solid rgba(151, 151, 151, 0.3);
}
.article-list.list-image.highlight article.card + article.card {
  border-color: rgba(249, 87, 89, 0.3);
}

.article-list.list article.card {
  display: block;
  margin-left: 22px;
  margin-right: 8px;
  padding-top: 10px;
}
.article-list.list article.card .card-img-top {
  display: none;
}
.article-list.list article.card .card-body {
  width: 100%;
  position: relative;
  padding: 0 6px 5px;
}
.article-list.list article.card .card-text {
  display: block;
}
.article-list.list article.card:after {
  content: "";
  display: block;
  clear: both;
}
.article-list.list article.card + article.card {
  border-top: 2px solid rgba(151, 151, 151, 0.3);
}
.article-list.list.highlight article.card + article.card {
  border-color: rgba(249, 87, 89, 0.3);
}
.article-list.list .button-wrapper {
  position: relative;
  margin-left: 27px;
  margin-top: -15px;
  z-index: 1000;
  color: #F95759;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  max-width: calc(100% - 27px);
}
.article-list.list .button-wrapper:hover, .article-list.list .button-wrapper:focus {
  color: #e2080b;
}

.article-list.legolvasottabb article.card .card-text {
  display: none;
}

.article-list.large article.card .card-body {
  position: relative;
}
@media (min-width: 576px) {
  .article-list.large article.card .card-body {
    padding: 18px 6px 0 27px;
  }
}
.article-list.large article.card .card-body .card-topic {
  position: relative;
  left: 27px;
  z-index: 10;
}
@media (max-width: 575px) {
  .article-list.large article.card .card-body .card-topic {
    left: 18px;
  }
}
.article-list.large article.card .card-body .card-meta {
  display: flex;
}
.article-list.large article.card .card-body .card-title {
  font-size: 32px;
}
.article-list.large article.card .card-img-top a {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-list.large article.card .card-img-top a {
    height: 307px;
  }
}
@media (min-width: 768px) {
  .article-list.large article.card .card-img-top a {
    height: 415px;
  }
}
@media (min-width: 992px) {
  .article-list.large article.card .card-img-top a {
    height: 262px;
  }
}
@media (min-width: 1200px) {
  .article-list.large article.card .card-img-top a {
    height: 320px;
  }
}
.article-list.large article.card .card-img-top + .card-body .card-topic {
  position: absolute;
  top: -8px;
}
@media (max-width: 575px) {
  .article-list.large article.card .card-img-top + .card-body .card-topic {
    top: -32px;
  }
}

.article-list.list-heading article.card {
  display: block;
  margin-bottom: 15px;
}
.article-list.list-heading article.card .card-img-top {
  float: left;
  width: 330px;
  height: 185px;
  max-width: 100%;
}
.article-list.list-heading article.card .card-img-top .img-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.article-list.list-heading article.card .card-img-top a {
  display: block;
  width: 330px;
  height: 185px;
  overflow: hidden;
}
.article-list.list-heading article.card .card-img-top + .card-body .card-header-wrapper {
  margin-top: -15px;
}
.article-list.list-heading article.card .card-body {
  float: none;
  width: 100%;
  position: relative;
  padding: 12px 0 0 0;
}
.article-list.list-heading article.card .card-body .card-header-wrapper {
  display: block;
}
.article-list.list-heading article.card .card-body .card-header-wrapper .card-topic {
  margin-left: 0;
}
.article-list.list-heading article.card .card-body .card-header-wrapper .card-buttons {
  display: inline-block;
  list-style: none;
  padding-left: 10px;
  position: relative;
  top: 8px;
}
.article-list.list-heading article.card .card-body .card-header-wrapper .card-buttons li {
  display: inline-block;
  margin-right: 0;
}
.article-list.list-heading article.card .card-body .card-header-wrapper .card-buttons li a {
  padding: 5px 2px;
}
.article-list.list-heading article.card .card-body .card-header-wrapper .card-buttons li .fa {
  font-size: 18px;
}
.article-list.list-heading article.card .card-body .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.article-list.list-heading article.card .card-body .card-meta {
  display: flex;
  margin-top: 12px;
}
.article-list.list-heading article.card .card-body .card-text {
  display: flex;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 26px;
}
.article-list.list-heading article.card .card-body .card-text p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .article-list.list-heading article.card .card-img-top + .card-body {
    float: right;
    width: calc(100% - 330px);
    padding: 12px 0 0 38px;
  }
}
.article-list.list-heading article.card:after {
  content: "";
  display: block;
  clear: both;
}

.search-container .article-list.list-heading article.card .card-img-top + .card-body .card-header-wrapper {
  margin-top: -12px;
}

.header-wrapper {
  border-bottom: 1px solid transparent;
}
.header-wrapper h1, .header-wrapper h2, .header-wrapper h3, .header-wrapper h4, .header-wrapper h5, .header-wrapper h6, .header-wrapper .h1, .header-wrapper .h2, .header-wrapper .h3, .header-wrapper .h4, .header-wrapper .h5, .header-wrapper .h6 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0;
}
.header-wrapper h1 {
  font-family: "Montserrat", sans-serif;
  color: #1C2E3D;
  font-size: 32px;
}
.header-wrapper h2 {
  font-size: 32px;
}
.header-wrapper h3 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .header-wrapper h3 {
    font-size: 22px;
  }
}
.header-wrapper h4 {
  font-size: 24px;
}
.header-wrapper h5 {
  font-size: 21px;
}
.header-wrapper h6 {
  font-size: 18px;
}
.header-wrapper hr.w-100px {
  width: 100px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.header-wrapper p {
  font-size: 12px;
  line-height: 15px;
}
.header-wrapper p.error-message {
  font-size: 18px;
  line-height: 25px;
  color: #ff0000;
  font-weight: bold;
}
.header-wrapper p.system-message {
  font-size: 18px;
  line-height: 25px;
  color: #008000;
  font-weight: bold;
}
.header-wrapper.highlight {
  border-bottom: 1px solid #f36564;
}
.header-wrapper.highlight h2 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .header-wrapper.highlight h2 {
    font-size: 22px;
  }
}
.header-wrapper .header-submenu {
  list-style: none;
  padding-left: 0;
}
.header-wrapper .header-submenu li {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper .header-submenu li.text-gray {
  color: #788995;
}
.header-wrapper .header-submenu li.font-weight-bold {
  font-size: 14px;
  line-height: 17px;
}
.header-wrapper .header-submenu li b, .header-wrapper .header-submenu li strong {
  font-size: 18px;
  line-height: 24px;
}

form.auth label {
  font-size: 11px;
  line-height: 14px;
  color: #6F6F6F;
  text-transform: uppercase;
}
form.auth label.custom-control-label {
  text-transform: none;
}
form.auth .form-control {
  height: 42px;
  padding: 10px 20px;
  border-color: #b0b0b0;
  border-radius: 3px;
}
form.auth select {
  -webkit-appearance: inherit;
}
form.auth .custom-select {
  color: #788995;
  background: #fff url("/static/frontend/imgs/caret-down.svg") no-repeat right 30px center/10px 10px;
}
form.auth .custom-checkbox .custom-control-label::before,
form.auth .custom-checkbox .custom-control-label::after {
  margin-top: -4px;
}
form.auth .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #68C08D;
  border-color: #68C08D;
}
form.auth .custom-control-input[type=radio]:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #fff;
}
form.auth h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
form.auth .forgotten-password {
  font-size: 10px;
  line-height: 14px;
  top: 0;
  right: 0;
  text-decoration: underline;
}
form.auth .input-group .input-group-append .btn {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  text-transform: none;
  background-color: #fff;
  color: #6F6F6F;
  border-color: #b0b0b0;
  padding: 13px 25px;
}
form.auth .input-group .input-group-append .btn.btn-outline-dark:hover {
  background-color: #ced4da;
  color: #000;
}
form.auth ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C4CDD5;
}
form.auth ::-moz-placeholder {
  /* Firefox 19+ */
  color: #C4CDD5;
}
form.auth :-ms-input-placeholder {
  /* IE 10+ */
  color: #C4CDD5;
}
form.auth :-moz-placeholder {
  /* Firefox 18- */
  color: #C4CDD5;
}

form button .spinner-border {
  width: 17px;
  height: 17px;
}

form .error-message {
  color: #ff0000;
  font-weight: bold;
  position: relative;
}
form input.error {
  border-color: #ff0000 !important;
}
form .warning-message {
  color: #f5c701;
  font-weight: bold;
  position: relative;
}
form .warning-message.disabled {
  display: none;
}
form input.warning {
  border-color: #f5c701 !important;
}
form .warning-message.tooltip {
  z-index: 0;
}

.auth-wrapper .or-horizontal-rule {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #1C2E3D;
}
.auth-wrapper .or-horizontal-rule:before, .auth-wrapper .or-horizontal-rule:after {
  content: "";
  position: absolute;
  top: 6px;
  width: calc(50% - 45px);
  height: 1px;
  background-color: rgba(28, 46, 61, 0.5);
}
.auth-wrapper .or-horizontal-rule:before {
  left: 0;
}
.auth-wrapper .or-horizontal-rule:after {
  right: 0;
}

.vertical-rule {
  position: relative;
  height: 100%;
  width: 100%;
}
.vertical-rule:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(28, 46, 61, 0.5);
}

.subscription-wizard {
  padding: 30px 24px 30px 50px;
  background-color: #F6F6F6;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
}
.subscription-wizard .list-group .list-group-item {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
.subscription-wizard .list-group .list-group-item h5 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  color: #1C2E3D;
  margin-bottom: 0;
}
.subscription-wizard .list-group .list-group-item h5 .fa {
  position: relative;
  font-size: 16px;
  top: 1px;
}
.subscription-wizard .list-group .list-group-item .modify-item {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: #737172;
  text-decoration: underline;
}
.subscription-wizard .list-group .list-group-item .wizard-header {
  padding: 8px 0;
}
.subscription-wizard .list-group .list-group-item .wizard-item {
  padding: 12px 10px 12px 20px;
  border-left: 3px solid #E4EAEE;
  margin-left: 5px;
  font-size: 12px;
  line-height: 18px;
}
.subscription-wizard .list-group .list-group-item .wizard-item img {
  margin-right: 10px;
}
.subscription-wizard .list-group .list-group-item .wizard-item p {
  font-size: 14px;
  line-height: 18px;
}
.subscription-wizard .list-group .list-group-item:last-child .wizard-item {
  border-left: none;
}
.subscription-wizard .list-group .list-group-item.is-set h5 {
  color: #68C08D;
}
.subscription-wizard .list-group .list-group-item.is-disabled {
  opacity: 0.3;
}

.accordion .card {
  margin-bottom: 8px;
  border: 2px solid #E7E7E7;
}
.accordion .card .card-header {
  padding: 3px 27px 3px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .card .card-header button .pull-left.text-left {
  position: relative;
  padding-top: 5px;
  padding-left: 60px;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #1C2E3D;
}
.accordion .card .card-header button .pull-left.text-left .radio-type {
  position: absolute;
  left: 6px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #1C2E3D;
  border-radius: 50%;
}
.accordion .card .card-header img {
  width: 60px;
}
.accordion .card .card-body {
  background-color: #F6F6F6;
}
.accordion .card .card-body p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.accordion .card.active .card-header {
  background-color: #E7E7E7;
}
.accordion .card.active .card-header button .pull-left.text-left .radio-type:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #1C2E3D;
  border-radius: 50%;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #E7E7E7;
  border-radius: 4px;
}
.accordion > .card:first-of-type {
  border-bottom: 2px solid #E7E7E7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion > .card:last-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.circle-check {
  display: inline-block;
  padding: 12px;
  border: 3px solid #e6e0d7;
  border-radius: 50%;
}

.modal {
  top: 10%;
}
.modal .modal-content {
  border-radius: 30px;
}
.modal .modal-content .modal-body {
  font-size: 20px;
  line-height: 24px;
  color: #1C2E3D;
}

@media (min-width: 1200px) {
  .pricing-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.pricing-wrapper .btn-group .btn {
  padding: 8px 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .pricing-wrapper .btn-group .btn {
    padding: 8px 20px;
  }
}
.pricing-wrapper .btn-group .btn:not(.btn-active) {
  background-color: rgba(231, 231, 231, 0.5);
  color: rgba(0, 0, 5, 0.3);
}
@media (min-width: 768px) {
  .pricing-wrapper .pricing {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.pricing-wrapper .pricing .card {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.2);
}
.pricing-wrapper .pricing .card .card-header:first-child {
  border-radius: 8px 8px 0 0;
}
.pricing-wrapper .pricing .card .card-header {
  position: relative;
  text-align: center;
  padding: 32px 0 26px;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.pricing-wrapper .pricing .card .card-header h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #242F40;
  margin-bottom: 0;
}
.pricing-wrapper .pricing .card .card-header h4 {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F5C701;
}
.pricing-wrapper .pricing .card .card-body {
  padding: 16px 18px 36px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.pricing-wrapper .pricing .card .card-body .form-group, .pricing-wrapper .pricing .card .card-body h3 {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pricing-wrapper .pricing .card .card-body .form-group, .pricing-wrapper .pricing .card .card-body h3 {
    display: block;
    width: 100%;
  }
}
.pricing-wrapper .pricing .card .card-body .form-group .pcs {
  display: inline-block;
  width: 30px !important;
  margin: 0 5px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.pricing-wrapper .pricing .card .card-body .form-group a.pcs-btn {
  font-size: 15px;
  line-height: 18px;
  padding: 5px;
}
.pricing-wrapper .pricing .card .card-body h3 {
  font-size: 40px;
  font-weight: bold;
  color: #242F40;
  margin-bottom: 0;
  margin-top: 8px;
}
.pricing-wrapper .pricing .card .card-body h3 small {
  font-size: 10px;
  line-height: 13px;
  color: #5B6B82;
}
.pricing-wrapper .pricing .card .card-body .btn {
  width: 100%;
  padding: 12px 0;
  margin: 12px 0 28px;
}
.pricing-wrapper .pricing .card .card-body p, .pricing-wrapper .pricing .card .card-body ul, .pricing-wrapper .pricing .card .card-body li {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.pricing-wrapper .pricing .card .card-body ul {
  text-align: left;
  list-style: none;
  padding-left: 12px;
}
.pricing-wrapper .pricing .card .card-body ul li:before {
  content: "✓";
  position: relative;
  left: -5px;
  display: inline;
  color: #68C08D;
  font-size: 10px;
}
.pricing-wrapper .section {
  margin-top: 70px;
  margin-bottom: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-wrapper .section h3 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #242F40;
}
.pricing-wrapper .section h4 {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #242F40;
}
.pricing-wrapper .section hr {
  width: 100px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 18px;
  margin-bottom: 16px;
}
.pricing-wrapper .section p {
  font-size: 12px;
  line-height: 15px;
  color: #1C2E3D;
}
.pricing-wrapper .section .btn {
  padding-top: 16px;
  padding-left: 40px;
  padding-right: 40px;
  border-width: 3px;
  margin-top: 6px;
}
.pricing-wrapper .section2 {
  margin-bottom: 50px;
}
.pricing-wrapper .accordion {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}
.pricing-wrapper .accordion .card {
  position: relative;
  background-color: #F6F6F6;
  padding: 16px 80px 16px 33px;
  margin-bottom: 20px;
}
.pricing-wrapper .accordion .card:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  width: 21px;
  height: 16px;
  font-family: FontAwesome;
  font-size: 32px;
  margin-top: -8px;
  color: #e6e0d7;
}
.pricing-wrapper .accordion .card.open:after {
  content: "";
}
.pricing-wrapper .accordion .card-header {
  background-color: #F6F6F6;
  border-bottom: none;
}
.pricing-wrapper .accordion .card-header h2 {
  margin-bottom: 0;
}
.pricing-wrapper .accordion .card-header .btn {
  padding: 0;
  text-align: left;
  text-transform: none;
  font-size: 15px;
  line-height: 20px;
}
.pricing-wrapper .accordion .card-body {
  background-color: #F6F6F6;
  padding: 12px 0 0;
}
.pricing-wrapper .accordion .card-body p {
  font-size: 15px;
  line-height: 20px;
}

.support-wrapper {
  background-color: #E7E7E7;
  border: 10px solid #fff;
  border-radius: 20px;
  padding: 10px 35px 0;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  /** FF*/
  /* IE*/
}
@media (max-width: 575px) {
  .support-wrapper {
    padding: 10px 20px;
  }
}
.support-wrapper .btn-group {
  margin-bottom: 24px;
}
.support-wrapper .btn-group .btn:not(.btn-active) {
  background-color: #fff;
}
.support-wrapper .range-label {
  margin: 0 0 24px;
}
.support-wrapper .range-label span {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  color: #1C2E3D;
  text-transform: uppercase;
}
.support-wrapper hr {
  margin: 32px -35px 15px;
  border-top: 1px solid #fff;
}
.support-wrapper .form-group label {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  align-items: normal;
  justify-content: left;
}
.support-wrapper .form-group input {
  width: 100px;
  height: 50px;
  margin-right: 24px;
  font-size: 15px;
  line-height: 20px;
}
.support-wrapper .btn {
  margin-top: 24px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .support-wrapper input[type=range] {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    -webkit-appearance: none;
    background: linear-gradient(to right, #68C08D 0%, #68C08D 0.4004%, #ffffff 0.4004%, #ffffff 100%);
  }
  .support-wrapper input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #68C08D;
    margin-top: -1px;
  }
  .support-wrapper input[type=range]::-webkit-slider-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: relative;
    top: -6px;
    z-index: 1000;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #fff;
    border: 1px solid #E6E8ED;
  }
}
.support-wrapper input[type=range]::-moz-range-progress {
  background-color: #68C08D;
}
.support-wrapper input[type=range]::-moz-range-track {
  background-color: #fff;
}
.support-wrapper input[type=range]::-ms-fill-lower {
  background-color: #68C08D;
}
.support-wrapper input[type=range]::-ms-fill-upper {
  background-color: #fff;
}

.info-card {
  text-align: left;
}
.info-card .card-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.info-card .card-text {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
}
.info-card .rounded-pill {
  padding: 6px 12px 6px 22px;
}
.info-card .rounded-pill span {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  margin-right: 10px;
}
.info-card .rounded-pill .rounded-circle {
  width: 28px;
  height: 28px;
  margin: 0 1px;
  text-align: center;
  padding-top: 7px;
}
.info-card .rounded-pill .rounded-circle .fa {
  font-size: 15px;
}

.reg-type .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: 2px solid #1C2E3D;
  background-color: #fff;
  border-radius: 50%;
  left: -30px;
  top: -2px;
}
.reg-type .custom-control-label::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  left: -25px;
  top: 3px;
}
.reg-type .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
.reg-type .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #1C2E3D;
  background-image: none;
}

.logout-link {
  font-size: 15px;
  font-weight: bold;
  color: #1C2E3D;
  /*text-decoration: underline;*/
  border-bottom: 1px solid #1C2E3D;
  padding-bottom: 6px;
}

.info-card .card-body {
  position: relative;
  padding: 10px 24px 24px;
  font-size: 15px;
  line-height: 19px;
}
.info-card .card-body h5, .info-card .card-body .card-text {
  font-size: 15px;
  line-height: 19px;
}
.info-card .card-body h5.small, .info-card .card-body .card-text.small {
  font-size: 12px;
  line-height: 14px;
}
.info-card .card-body h5 {
  margin-bottom: 0;
  margin-top: 18px;
}
.info-card .card-body label {
  margin-top: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.info-card .card-body .position-absolute {
  position: absolute;
  right: 25px;
  top: 30px;
}
.info-card .card-body .modify-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #68C08D;
  text-decoration: underline;
}
.info-card .card-body :last-child {
  margin-bottom: 0 !important;
}
.info-card.subscription {
  position: relative;
}
.info-card.subscription .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-card.subscription h5 {
  font-size: 17px;
  margin-bottom: 2px;
}
.info-card.subscription .card-text {
  font-size: 12px;
  margin-bottom: 13px;
}
.info-card.subscription .subscription-status {
  position: absolute;
  right: 30px;
  top: 26px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.info-card.subscription .subscription-status:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -3px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.info-card.subscription.inactive {
  color: #737172;
  background-color: #fff;
}
.info-card.subscription.inactive .subscription-status:before {
  background-image: url("/static/frontend/imgs/subscription-inactive.png");
}
.info-card.subscription.active .subscription-status {
  color: #68C08D;
}
.info-card.subscription.active .subscription-status:before {
  background-image: url("/static/frontend/imgs/subscription-active.png");
}
.info-card.subscription-history .card-body {
  padding-bottom: 10px;
}
.info-card.subscription-history .card-body .card-text {
  margin-bottom: 0;
}
.info-card.subscription-history .card-body .content-center {
  position: relative;
}
.info-card.subscription-history .card-body .content-center .text-right h3 {
  font-size: 24px;
  line-height: 29px;
  text-align: right;
}
@media (max-width: 419px) {
  .info-card.subscription-history .card-body .row > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 420px) {
  .info-card.subscription-history .card-body .img-center {
    position: relative;
  }
  .info-card.subscription-history .card-body .img-center img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .info-card.subscription-history .card-body .content-center {
    position: relative;
  }
  .info-card.subscription-history .card-body .content-center > * {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-right: 28px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.info-card.subscription-history h5 {
  font-weight: bold;
  margin-top: 0;
}
.info-card.subscription-history p {
  margin-bottom: 0;
}
.info-card.subscription-history img {
  width: 60px;
}

.btn-light.btn-need-confirm {
  color: #999999;
}

.custom-switch {
  padding-left: 70px;
}
.custom-switch .custom-control-label {
  text-transform: none !important;
}
.custom-switch .custom-control-label:before {
  left: -70px;
  top: -6px;
  width: 58px;
  height: 30px;
  border-color: #e6e0d7;
  border-radius: 15px;
}
.custom-switch .custom-control-label:after {
  top: -1px;
  left: -64px;
  width: 20px;
  height: 20px;
  background-color: #e6e0d7;
  border-radius: 10px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #68C08D;
  border: none;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(25px);
  -webkit-box-shadow: 0 0 25px 0 #9699A4;
  -moz-box-shadow: 0 0 25px 0 #9699A4;
  box-shadow: 0 0 25px 0 #9699A4;
}
.custom-switch.custom-switch-flip {
  padding-left: 0;
  padding-right: 70px;
}
.custom-switch.custom-switch-flip .custom-control-label:before {
  left: inherit;
  right: -70px;
}
.custom-switch.custom-switch-flip .custom-control-label:after {
  left: inherit;
  right: -39px;
}

.lapszamok .figure .figure-caption {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.lapszamok .figure:hover .figure-caption {
  opacity: 1;
}

.figure {
  width: 100%;
  background-color: #e6e0d7;
  margin: 0;
}
.figure .figure-img {
  margin-bottom: 0;
}
.figure .figure-caption {
  text-align: left;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.img-wrapper.full-wide {
  margin-top: -27px;
}
.img-wrapper.full-wide .figure {
  background-color: transparent;
  margin-bottom: 40px;
}
.img-wrapper.full-wide .figure .figure-caption {
  background-color: #e6e0d7;
  padding: 25px 20px;
}

.issue-filter {
  background-color: #e6e0d7;
  border-radius: 4px;
  padding: 22px 40px;
}
.issue-filter h3 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1C2E3D;
}
.issue-filter .form-group {
  margin-right: 30px;
}
.issue-filter .form-group:last-child {
  margin-right: 0;
}
.issue-filter label {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #6f6f6f;
}
.issue-filter select {
  padding: 10px 24px 10px 24px;
  height: 42px;
  -webkit-appearance: inherit;
}
.issue-filter .custom-select {
  color: #788995;
  background: #fff url("/static/frontend/imgs/caret-down.svg") no-repeat right 30px center/10px 10px;
}

.issue-topic .topic-title {
  padding-left: 0;
  margin: 15px;
  max-width: calc(100% - 30px);
  height: 22px;
  border-bottom: 3px solid #F5C701;
}
.issue-topic .topic-title a, .issue-topic .topic-title span {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #F5C701;
  color: #000;
  text-transform: uppercase;
}
.issue-topic .article-list .card {
  padding-bottom: 26px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}
.issue-topic .article-list .card:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}
.issue-topic .article-list .card .card-img-top {
  display: none;
}
.issue-topic .article-list .card .card-body {
  padding-left: 0;
}
.issue-topic .article-list .card .card-body .card-topic {
  display: none;
}
.issue-topic .article-list .card .card-body .card-meta {
  display: none;
}
.issue-topic .article-list .card .card-body .card-suptitle {
  font-size: 12px;
  color: #212b36;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 12px;
}
.issue-topic .article-list .card .card-body .card-title {
  font-size: 24px;
  line-height: 26px;
  color: #1C2E3D;
  font-weight: bold;
  margin-bottom: 2px;
}
.issue-topic .article-list .card .card-body .card-subtitle {
  font-size: 16px;
  color: #1C2E3D;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 8px;
}
.issue-topic .article-list .card .card-body .card-text {
  display: block;
  font-size: 16px;
  font-family: "PT Serif", serif;
  line-height: 20px;
  color: #212b36;
  font-weight: normal;
  margin-top: 12px;
}

.issue-sidebar {
  padding-top: 50px;
}

.issue-header h1, .issue-header h3 {
  font-size: 22px;
  line-height: 28px;
  color: #212b36;
  text-transform: uppercase;
  font-weight: bold;
}
.issue-header p {
  font-size: 12px;
  line-height: 16px;
  color: #212b36;
  margin-bottom: 0;
}

.article-content-wrapper {
  position: relative;
}
.article-content-wrapper .subscription-warning {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  padding-top: 350px;
  background-image: linear-gradient(to bottom, rgba(249, 250, 251, 0) 0, white 300px);
}
.article-content-wrapper .subscription-warning p {
  font-size: 20px;
  line-height: 24px;
  color: #1C2E3D;
  margin-top: 22px;
  margin-bottom: 50px;
}
.article-content-wrapper .subscription-warning .btn-active {
  padding: 16px 68px;
}

.btn {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn.btn-shadow {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.75);
}
.btn.btn-shadow.btn-active {
  -webkit-box-shadow: 0px 2px 0px 0px #8f7401;
  -moz-box-shadow: 0px 2px 0px 0px #8f7401;
  box-shadow: 0px 2px 0px 0px #8f7401;
}
.btn.btn-highlight {
  background-color: #000;
  border-radius: 5px;
  position: relative;
  width: 175px;
  height: 44px !important;
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 1199px) {
  .btn.btn-highlight {
    width: 150px;
  }
}
.btn.btn-highlight:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 175px 0 0;
  border-color: #333333 transparent transparent transparent;
  z-index: 90;
}
.btn.btn-highlight span {
  position: relative;
  z-index: 100;
}

ul.social {
  margin-top: 25px;
  list-style: none;
  padding-left: 0;
}
ul.social li {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 7px;
  text-align: center;
}
ul.social li:first-child {
  margin-left: 0;
}
ul.social li:last-child {
  margin-right: 0;
}
ul.social li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
}
ul.social li a .fa {
  font-size: 26px;
  line-height: 46px;
}

.banner-wrapper, .static-wrapper {
  text-align: center;
  position: relative;
}
.banner-wrapper.bgr, .static-wrapper.bgr {
  padding-top: 25px;
  padding-bottom: 11px;
  background-color: rgba(231, 231, 231, 0.3);
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}
.banner-wrapper.bgr:before, .static-wrapper.bgr:before {
  content: "Hirdetés";
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #979797;
}
.banner-wrapper.bgr.banner-300, .static-wrapper.bgr.banner-300 {
  width: 334px;
}
@media (max-width: 767px) {
  .banner-wrapper.bgr.banner-300, .static-wrapper.bgr.banner-300 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 5px;
    padding-right: 5px;
    width: 320px;
  }
}

.banner, .static {
  display: inline-block;
  border: 1px solid #979797;
  padding: 4px;
  background-color: #fff;
  max-width: 100%;
}
.banner.banner-shadow, .banner.static-shadow, .static.banner-shadow, .static.static-shadow {
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.banner.no-border, .static.no-border {
  border-color: transparent;
}

.static-wrapper > .static {
  width: 100%;
}

.static h3, .static h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C2E3D;
  line-height: 18px;
  margin-bottom: 0;
}

.lapszam-slider-wrapper {
  background-color: #e6e0d7;
  padding: 15px 10px 5px 20px;
  text-align: left;
}
.lapszam-slider-wrapper .lapszam-slider {
  position: relative;
  overflow: hidden;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #e6e0d7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide.set-height {
  height: calc(100% - 14px);
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide .title {
  font-size: 10px;
  font-weight: normal;
  color: #1C2E3D;
  line-height: 17px;
  margin-bottom: 5px;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide p {
  font-family: "PT Serif", serif;
  font-size: 12px;
  font-weight: normal;
  color: #212b36;
  line-height: 15px;
  margin-bottom: 0;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide a.btn {
  margin-top: 10px;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide.last {
  left: 0;
  z-index: 90;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide.active {
  left: 0;
  z-index: 100;
}
.lapszam-slider-wrapper .lapszam-slider .lapszam-slide:after {
  content: "";
  display: block;
  clear: both;
}
.lapszam-slider-wrapper .lapszam-slider ul {
  position: absolute;
  bottom: -7px;
  padding-left: 20px;
  margin-bottom: 0;
}
.lapszam-slider-wrapper .lapszam-slider ul li {
  display: inline-block;
  margin-right: 6px;
}
.lapszam-slider-wrapper .lapszam-slider ul li a {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 3px;
}
.lapszam-slider-wrapper .lapszam-slider ul li a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.lapszam-slider-wrapper .lapszam-slider ul li.last a:before, .lapszam-slider-wrapper .lapszam-slider ul li.active a:before {
  background-color: #000;
}

.article-slider {
  position: relative;
  overflow: hidden;
}
.article-slider .horizontal-swiper-container {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.article-slider .horizontal-swiper-container::-webkit-scrollbar {
  /* Chrome, Safari and Opera */
  display: none;
}
@media (min-width: 992px) {
  .article-slider .horizontal-swiper-container {
    margin-left: 100px;
  }
}
.article-slider .article-slider-container {
  visibility: hidden;
}
.article-slider .article-slider-container article.card {
  min-height: 240px;
}
.article-slider .slider-buttons {
  width: 100%;
  height: 65px;
}
.article-slider .slider-buttons a {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  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;
}
.article-slider .slider-buttons a.slide-left {
  position: absolute;
  left: 12px;
  padding-right: 6px;
  top: 96px;
  z-index: 100;
}
.article-slider .slider-buttons a.slide-right {
  position: absolute;
  right: 12px;
  padding-left: 2px;
  top: 96px;
  z-index: 100;
}
.article-slider .slider-buttons a.slide-left:before, .article-slider .slider-buttons a.slide-right:before {
  font-family: FontAwesome;
  font-size: 32px;
  font-weight: bold;
  color: #F5C701;
}
.article-slider .slider-buttons a.slide-left:before {
  content: "";
}
.article-slider .slider-buttons a.slide-right:before {
  content: "";
}
.article-slider .slider-buttons a:hover, .article-slider .slider-buttons a:focus {
  background-color: #f8f9fa;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.newsletter-subscribe .form-group {
  margin-bottom: 5px;
}
.newsletter-subscribe label {
  font-size: 10px;
  line-height: 14px;
  color: #6f6f6f;
  margin: 7px 0;
}
.newsletter-subscribe input {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: solid 1px #b0b0b0;
  padding: 5px 14px;
}
.newsletter-subscribe .custom-control-label {
  font-size: 8.2px;
  line-height: 19px;
  color: #1C2E3D;
}
.newsletter-subscribe ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 10px;
  color: rgba(28, 46, 61, 0.3);
}
.newsletter-subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 10px;
  color: rgba(28, 46, 61, 0.3);
}
.newsletter-subscribe :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 10px;
  color: rgba(28, 46, 61, 0.3);
}
.newsletter-subscribe :-moz-placeholder {
  /* Firefox 18- */
  font-size: 10px;
  color: rgba(28, 46, 61, 0.3);
}

.static-box {
  text-align: left;
}
.static-box h3, .static-box h2 {
  font-size: 24px;
  line-height: 26px;
  text-transform: none;
  font-weight: bold;
  color: #fff;
}
.static-box h3 span, .static-box h2 span {
  color: #F5C701;
}
.static-box hr {
  border-top: 1px solid #fff;
  margin: 15px 0;
}
.static-box p {
  font-size: 12px;
  line-height: 15px;
}

.lapszam-img-holder {
  z-index: 90;
  width: calc(100% - 30px);
  top: 10px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 575px) {
  .lapszam-img-holder {
    position: relative !important;
    left: 15px;
  }
}
.lapszam-img-holder img {
  max-width: 100%;
}

.lapszam-btn-holder {
  z-index: 100;
  bottom: 15px;
  width: calc(100% - 30px);
}
@media (max-width: 575px) {
  .lapszam-btn-holder {
    position: relative !important;
    left: 15px;
  }
}

.back-to-top-container {
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 65px;
}
@media (min-width: 1200px) {
  .back-to-top-container .back-to-top-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .back-to-top-container .back-to-top-wrapper {
    text-align: right;
  }
  .back-to-top-container .back-to-top-wrapper .back-to-top {
    margin-right: -65px;
  }
}
@media (min-width: 992px) and (max-width: 1057px) {
  .back-to-top-container .back-to-top-wrapper .back-to-top {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 833px) {
  .back-to-top-container .back-to-top-wrapper .back-to-top {
    margin-right: 0;
  }
}
@media (max-width: 641px) {
  .back-to-top-container .back-to-top-wrapper .back-to-top {
    margin-right: 0;
  }
}
.back-to-top-container .back-to-top {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  background-color: #F5C701;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  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;
}
.back-to-top-container .back-to-top:before {
  content: "";
  font-family: FontAwesome;
  font-size: 48px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
}
.back-to-top-container .back-to-top:hover, .back-to-top-container .back-to-top:focus {
  background-color: #8f7401;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.authors-wrapper {
  border: 1px solid #fff;
  padding: 4px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.authors {
  background-color: #e6e0d7;
}
.authors ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.authors ul li.media {
  padding: 8px 20px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .authors ul li.media {
    display: block;
  }
  .authors ul li.media a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .authors ul li.media img {
    margin-bottom: 15px;
  }
}
.authors ul li.media .media-body h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.authors ul li.media .media-body p {
  margin: 0;
  font-size: 12px;
}
.authors ul li.media:last-child {
  border-bottom-color: transparent;
}
.authors.authors-lg ul li.media .media-body h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.authors.authors-lg ul li.media .media-body p {
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 26px;
}
.authors.authors-lg ul li.media .media-body ul.social li {
  width: 24px;
  height: 24px;
}
.authors.authors-lg ul li.media .media-body ul.social li a .fa {
  font-size: 18px;
  line-height: 24px;
  color: #1C2E3D;
}
.authors + h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  text-transform: none;
}

aside {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  aside {
    padding-top: 0;
  }
}

.search-form-box {
  background-color: #F5F6F6;
  padding: 30px 20px;
}
.search-form-box h3 {
  color: #1C2E3D;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.search-form-box .form-datepicker .form-control {
  background-color: #fff !important;
}
.search-form-box .form-datepicker .input-group .input-group-prepend {
  margin-right: 0;
}
.search-form-box .form-datepicker .input-group .input-group-prepend .input-group-text {
  padding: 5px 1px 5px 6px;
  background-color: #fff;
  border-right: none;
}
.search-form-box .form-datepicker .input-group input {
  border-left: none;
  padding: 5px 6px;
}
.search-form-box .form-datepicker .pull-left .input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-form-box .form-datepicker .pull-right .input-group .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-form-box input.form-control {
  height: 40px;
}
.search-form-box input.form-control:focus {
  outline: 0;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.szerzok-list .szerzo-doboz {
  margin-bottom: 30px;
}
.szerzok-list .szerzo-doboz .media img {
  width: 60px;
  height: 60px;
}
.szerzok-list .szerzo-doboz .media-body h5 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
.szerzok-list .szerzo-doboz .media-body h5:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  bottom: -8px;
  height: 1px;
  background-color: #1C2E3D;
}
.szerzok-list .szerzo-doboz .media-body p {
  font-family: "PT Serif", serif;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 575px) {
  .article-list article.card .card-body .card-title {
    font-size: 18px !important;
  }
}
html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
}

@media (max-width: 767px) {
  .main {
    margin-top: -60px;
  }
}

aside .topic .static-wrapper {
  width: 100%;
  padding: 0 15px;
}

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