* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'lora';
  font-size: 1rem;
  color: rgba(0, 0, 0, .8);
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  background-color: #fff;
}

::selection {
  color: #fff;;
  background: #f8df70;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.site-header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
  z-index: 20;
  position: sticky;
  top: 0;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.mobile-header {
  position: relative;
  height: 50px;
  background: #fff;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .03), 0 1px 0 0 rgba(0, 0, 0, .04), 0 -1px 0 0 rgba(0, 0, 0, .04);
}

@media (min-width: 768px) {
  .mobile-header {
      height: 60px;
  }
}

.mobile-header__inner {
  padding: 0 15px;
}

.mobile-header__inner--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text-left {
  text-align: left;
}

.header-branding--mobile {
  min-width: 0;
}

.mobile-header__section {
  padding-right: 20px;
  white-space: nowrap;
}

.mobile-header__section:last-child {
  padding-right: 0;
}

.mobile-header-btn {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  padding: 0 4px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}

.mobile-header-btn i {
  font-size: 26px;
  line-height: 50px;
}

.flexbox__item {
  flex: 1;
}

a, a:hover, a:focus, a:active, a.post__cat .color-primary, .site-title, .post--overlap-fullwidth .post__title:hover a, .post--horizontal-massive .post__title:hover a, .post--horizontal-tiny .post__title:hover a, .post--vertical-medium .post__title:hover a, .post--vertical-reverse-medium .post__title:hover a, .post--vertical-large .post__title:hover a, .post--overlap-fullwidth_style_2 .post__title:hover a, .post--horizontal-medium .post__title:hover a, .post--horizontal-mini .post__title:hover a, .entry-author .author__name:hover, .atbs-widget--about .author__name:hover a, .post__readmore .button__readmore:hover, .atbs-pagination__item-current, a.entry-author__name:hover, .post--single .entry-tags ul li a:hover, .single-footer .social-list>li>a:hover .share-item__icon, .single-footer .social-list>li>a:focus .share-item__icon, .single-footer .social-list>li>a:active .share-item__icon, .entry-footer .entry-author a.author__name:hover, .comment-metadata:hover a, a.posts-navigation__label:hover span {
  color: #f8df70;
}

.header-logo a {
  text-decoration: none !important;
}

.navigation-bar {
  height: 60px;
  position: relative;
  z-index: 1;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 768px) {
  .container {
      width:750px
  }
}

@media (min-width: 992px) {
  .container {
      width:970px
  }
}

@media (min-width: 1140px) {
  .container {
      width:1140px
  }
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.navigation-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
}

.navigation-bar__inner {
  -ms-flex-wrap: initial;
  flex-wrap: initial;
}

.navigation-bar:not(.navigation-bar--fullwidth):not(.navigation-bar--inverse) .navigation-bar__inner {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .05);
}

.navigation-bar__section {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation-bar__section:first-child {
  padding-left: 0;
}

.navigation-bar .header-logo {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .navigation-bar .header-logo {
      padding-right: 20px;
  }
}

.navigation-bar .header-logo a {
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  padding: 10px 0;
}

.navigation-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.navigation--main {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
}

.navigation, .menu, .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexbox-right-x {
  justify-content: flex-end;
}

.flexbox-wrap {
  display: flex;
  flex-wrap: wrap;
}

.navigation--main>li {
  font-size: 1rem;
  white-space: normal;
  text-align: left;
}

.navigation--inline>li {
  display: inline-block;
}

.navigation--main * {
  white-space: initial;
}

.navigation a {
  display: inline-block;
  text-decoration: none;
}

.navigation--main>li>a {
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  font-size: 13px;
  font-size: .92857rem;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.navigation--main>li>a {
  position: relative;
  color: rgba(0, 0, 0, .8);
  -webkit-transition: all .2s ease-out .05s;
  -moz-transition: all .2s ease-out .05s;
  transition: all .2s ease-out .05s;
}

.navigation--main > li > a {
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: initial;
  color: #222222;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  outline: 0 !important;
}

.navigation-bar-btn {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}

.navigation-bar-btn {
  height: 90px;
}

.mdicon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation-bar-btn span, .navigation-bar-btn i {
  line-height: 60px;
  vertical-align: middle;
}

.navigation-bar-btn i {
  font-size: 20px;
}

.navigation-bar-btn i {
  line-height: 90px;
}

.navigation--main>li:hover>a, .navigation--main>li.current-menu-item>a {
  color: rgba(0, 0, 0, .8);
}

.navigation--main > li:hover > a, .navigation--main > li.current-menu-item > a {
  color: #f8df70;
}

.header-search-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fafafa;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown.is-active {
  display: block;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .03), 0 1px 0 0 rgba(0, 0, 0, .04), 0 -1px 0 0 rgba(0, 0, 0, .04);
  opacity: 1;
  visibility: visible;
}

.search-form--horizontal {
  display: flex;
  align-items: center;
}

.search-form--horizontal .search-form__input-wrap {
  flex: 1;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, textarea.form-control, select, select.form-control {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header-search-dropdown .search-form__input {
  padding: 18px 8px;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.14286rem;
}

@media (min-width: 768px) {
  .header-search-dropdown .search-form__input {
      font-size: 26px;
      font-size: 1.85714rem;
  }
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.search-form__btn {
  background-color: #f8df70;
  color: #ffffff;
}

.btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.site-content {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .site-content {
      padding-top: 40px;
      padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .site-content {
      padding-top: 70px;
  }
}

.atbs-block {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .atbs-block--fullwidth {
      margin-bottom: 60px;
  }
}

.atbs-block {
  margin-bottom: 70px;
}

.atbs-block:last-child {
  margin-bottom: 0;
}

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

.atbs-main-col {
  width: 100%;
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .atbs-main-col {
      width: 66.67%;
  }
}

.site-wrapper {
  overflow: hidden;
}

.navigation-bar {
  height: 90px;
}


.block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1rem;
  line-height: 1.2;
}

.block-heading .block-heading__title {
  color: #141414;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .block-heading.block-heading-normal .block-heading__title {
      font-size: 40px;
      line-height: 1.2;
      font-weight: 700;
  }
}

.block-heading.block-heading--has-subtitle .block-heading__title {
  color: rgba(0, 0, 0, .8);
}

.atbs-block__inner {
  position: relative;
}

.flexbox {
  display: flex;
}

.flexbox-wrap.flex-space-30>* {
  padding: 15px;
}

.posts__vertical_style_2.flexbox-wrap.flex-space-30 {
  margin: -25px -15px;
}

.flexbox-wrap.flexbox-wrap-1i>*, .flexbox-wrap .flexbox-item-100 {
  width: 100%;
}

.posts__vertical_style_2.flexbox-wrap.flex-space-30 > * {
  padding: 25px 15px;
}

.post--overlay {
  position: relative;
  overflow: hidden;
  background-color: #333;
}

.post--overlay-bottom {
  display: flex;
}

.post--overlap {
  background: none;
}

.post__thumb--overlay.post__thumb {
  position: absolute;
  width: 100%;
  height: 100%;
}

.post__thumb a, .entry-thumb a {
  display: block;
}

.atbs-thumb-object-fit a {
  width: 100%;
  height: 100%;
}

img {
  border: 0;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.post__thumb img, .entry-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.atbs-thumb-object-fit.post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post--overlay .post__text {
  display: flex;
  width: 100%;
  min-height: 14.28571rem;
}

.post--overlay-bottom .post__text {
  display: flex;
  align-items: flex-end;
  padding-top: 40px;
}

.post--overlap .post__text {
  position: relative;
  pointer-events: none;
  z-index: 10;
}

.post--overlay-height-520.post--overlay .post__text {
  min-height: 520px;
}

.post__text-inner {
  position: relative;
  padding: 20px;
}

.bg-white {
  background-color: #fff;
}

.post--overlap-fullwidth_style_2 .post__text-inner {
  padding: 30px 25px 1px;
  max-width: 500px;
}

.post__cat--bg, a.post__cat--bg, .entry-cat--bg, a.entry-cat--bg {
  display: inline-block;
  padding: 8px 15px;
  color: #fff !important;
  line-height: 1;
  background: #036;
  margin-right: 8px;
  border: none;
}

.post__cat, a.post__cat, .entry-cat, a.entry-cat {
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: unset;
  opacity: 1;
}

.post__cat--bg, a.post__cat--bg, .entry-cat--bg, a.entry-cat--bg {
  padding: 4px 6px;
  background: #f8df70;
}

.post__cat-overhang-top, a.post__cat-overhang-top {
  position: absolute;
  bottom: 100%;
  left: 25px;
  margin-bottom: 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 11px;
  transform: translateY(50%);
  letter-spacing: 0;
}

.post--overlay a.post__cat {
  pointer-events: auto;
}

.post__title, .entry-title {
  margin: .25em 0 .4em;
  color: rgba(0, 0, 0, .8);
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.post__title {
  margin-top: 0;
  color: rgba(0, 0, 0, .8);
}

.post__title.typescale-3, .entry-title.typescale-3 {
  font-weight: 700;
}

@media (min-width: 992px) {
  .typescale-3.custom-typescale-3 {
      font-size: 1.85714286rem;
      line-height: 1.38;
  }
}

.post--overlap .post__title, .post--overlap .post__meta, .post--overlap .post__readmore {
  pointer-events: auto;
}

.post__title a, .post__title a:hover, .post__title a:focus, .post__title a:active, .entry-title a, .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.line-limit, a.line-limit {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-limit.line-limit-3 {
  -webkit-line-clamp: 3;
}

.post__excerpt, .entry-excerpt {
  max-width: 36em;
  margin-top: .6em;
  margin-bottom: .6em;
  color: rgba(0, 0, 0, .6);
  font-size: 1rem;
  line-height: 1.6;
}

.post__excerpt {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .post__excerpt--lg {
      font-size: 16px;
      font-size: 1.1428rem;
      opacity: .8;
  }
}

.post--overlap-fullwidth_style_2 .post__excerpt {
  margin-bottom: 25px;
}

.atbs-pagination {
  margin: 40px 0 20px;
}

.atbs-pagination {
  margin-bottom: 60px;
  margin-top: 60px;
}

.atbs-pagination:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.atbs-pagination__links {
  font-size: 0;
}

.atbs-pagination__item {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  margin: 2px;
  padding: 0 4px;
  border-radius: 3px;
  background: #f5f5f5;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.atbs-pagination__item {
  background: none;
  line-height: 1;
  border-radius: 0;
  height: 20px;
  min-width: 25px;
  position: relative;
  padding-bottom: 2px;
  font-size: 13px;
  color: #848384;
}

@media (min-width: 768px) {
  .atbs-pagination__item {
      padding: 0 6px;
      font-size: 14px;
  }
}

.atbs-pagination .atbs-pagination__item-current {
  position: relative;
  font-weight: 500;
}

.atbs-pagination .atbs-pagination__item {
  background: none;
  border-radius: 0;
}

.atbs-pagination .atbs-pagination__item-current:before {
  border-bottom: 1px solid #222;
  position: absolute;
  content: "";
  bottom: 0;
  width: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.atbs-sub-col {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .atbs-sub-col {
      padding-top: 0;
      width: 33.33%;
  }
}

.widget {
  margin-bottom: 40px;
}

.atbs-widget--subscribe {
  background-color: #f6f6f6;
  padding: 30px 30px 40px;
}

.widget__title {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, .8);
}

.widget__title--line-below {
  margin-bottom: 25px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

.widget__title--line-below .widget__title-text {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget__title--line-below .widget__title-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
}

.subscribe-form--center, .subscribe-form--center input[type="email"], .subscribe-form--center input[type="text"], .subscribe-form--center input[type="url"] {
  text-align: center;
}

p {
  margin: 0 0 1em;
}

.atbs-widget--subscribe .subscribe-form__info {
  margin: 0 auto 15px;
  max-width: 300px;
  color: #999;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.subscribe-form__fields {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.atbs-widget--subscribe .subscribe-form__fields input[type="email"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 420px;
}

.atbs-widget--subscribe input.btn {
  margin: 0;
  background: #4c4c4c;
  color: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.widget:last-child {
  margin-bottom: 0;
}

.list-unstyled, .atbs-video-box__playlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-space-xs {
  margin-top: -5px;
  margin-bottom: -5px;
}

.list-space-xs>* {
  padding-top: 5px;
  padding-bottom: 5px;
}

.facebook-theme-bg, .facebook-theme-bg-hover:hover {
  background-color: #3b5998 !important;
}

.twitter-theme-bg, .twitter-theme-bg-hover:hover {
  background-color: #55acee !important;
}

.youtube-theme-bg, .youtube-theme-bg-hover:hover {
  background-color: #cd201f !important;
}

.atbs-widget--social-counter .social-tile {
  position: relative;
  display: block;
  padding: 15px 30px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.atbs-widget--social-counter .social-tile:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
}

.social-tile__inner {
  align-items: center;
}

.h5, h5 {
  line-height: 1.4;
}

.social-tile__title {
  text-transform: uppercase;
}

.atbs-widget--social-counter .social-tile__title {
  margin: 0;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.atbs-widget--social-counter .social-tile__count {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.1;
}

.atbs-widget--social-counter .social-tile__right .mdicon {
  display: inline-block;
  font-size: 1.2857rem;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-tile:hover .social-tile__right .mdicon {
  transform: translate(40%, 0);
}

.site-footer--inverse {
  background: #222;
  color: rgba(255, 255, 255, .8);
}

.inverse-text {
  position: relative;
  color: #fff;
}

.site-footer__section-inner {
  position: relative;
}

@media (min-width: 768px) {
  .site-footer__section--flex .site-footer__section-inner {
      display: flex;
      align-items: center;
  }
}

.site-footer__section--flex .site-footer__section-inner {
  flex-direction: column;
}

.section-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-row:first-child {
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section-column-left, .section-column-right {
  width: 15%;
}

.site-footer--inverse .site-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.section-column-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation--footer {
  font-weight: 700;
  text-transform: uppercase;
}

.section-column-center .navigation--footer {
  margin: -5px -17.5px;
}

.navigation--inline>li {
  display: inline-block;
}

.section-column-center .navigation--footer > li {
  padding: 5px 17.5px;
}

.section-column-center .navigation--footer > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer--inverse .navigation--footer>li>a:hover {
  color: #fff;
}

.social-list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1rem;
  list-style: none;
}

@media (min-width: 768px) {
  .social-list {
      font-size: 16px;
      font-size: 1.14286rem;
  }
}

.section-column-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -5px;
}

.list-horizontal>li {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

.section-column-right ul li {
  padding: 5px;
}

.social-list>li>a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 .4em;
  color: rgba(0, 0, 0, .8);
  line-height: 20px;
  -webkit-transition: all .15s ease-out 0s;
  -moz-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}

.section-column-right ul li a {
  font-size: 15px;
}

.inverse-text .social-list>li>a {
  color: rgba(255, 255, 255, .8);
}

.inverse-text .social-list>li>a:hover, .inverse-text .social-list>li>a:focus, .inverse-text .social-list>li>a:active, .inverse-text .social-list>li>a:visited {
  color: #fff;
}

.section-last-child {
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-last-child .copy-right span, .section-last-child .copy-right a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

.section-last-child .copy-right a {
  color: #ffffff;
}

.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post--single .single-entry-thumb {
  margin-bottom: 25px;
}

.post--single .entry-cat {
  margin-bottom: 20px;
  padding: 5px 15px;
  letter-spacing: 1px;
}

.post--single .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .post--single .entry-title.typescale-3_2 {
      font-size: 2rem;
      line-height: 1.4;
  }
}

.post__meta, .entry-meta {
  margin-top: .4em;
  margin-bottom: .4em;
  color: rgba(0, 0, 0, .4);
  font-size: 12px;
  font-size: .85714rem;
  line-height: 1.5;
}

.post--single .entry-meta > * {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.entry-meta, .entry-meta .entry-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post--single .entry-meta:not(.entry-meta--box) > *:not(:last-child) {
  margin-right: 15px;
}

.post__meta i, .post__meta .mdicon, .entry-meta i, .entry-meta .mdicon {
  margin-right: .3em;
}

.single-body p {
  margin-bottom: 1.6em;
}

.post--single .single-body {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.14286rem;
  line-height: 2;
}

.single-entry-section {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .comment-respond {
      margin: 40px 0 20px;
  }
}

.comment-respond {
  margin-top: 0;
}

@media (min-width: 768px) {
  .post--single .single-body {
      font-size: 1.21429rem;
  }
}

.comments-section .block-heading {
  margin-bottom: 10px;
}

.block-heading .block-heading__title {
  color: #141414;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}

.single-entry-section .block-heading__title {
  font-size: 1.5714rem;
  line-height: 1.41;
}

.comments-section .comment-notes {
  opacity: 0.6;
  margin-bottom: 20px;
}

label{
  font-size: 1rem;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.comment-form > p label {
  margin-bottom: 12px;
}

textarea {
  overflow: auto;
}

.comment-form-comment textarea {
  max-width: 790px;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6;
}

.comment-form-comment textarea {
  max-width: 100%;
  min-height: 250px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, textarea.form-control:focus, select:focus, select.form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="number"], .comment-form textarea, .comment-form textarea.form-control, .comment-form select, .comment-form select.form-control {
  padding: 10px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  width: 50%;
  max-width: 50%;
  float: left;
}

.comment-form-email {
  padding-left: 15px;
}

.comment-form-cookies-consent {
  margin-bottom: 20px !important;
  clear: both;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.comment-form-cookies-consent > input[type=checkbox] {
  margin-top: 3px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}

.comment-form-cookies-consent > label {
  margin: 0 !important;
  display: block;
  line-height: 1.5;
  font-weight: 400;
}

.comment-form .form-submit {
  clear: both;
  padding-top: 10px;
}

input[type="button"]:not(.btn), input[type="reset"]:not(.btn), input[type="submit"]:not(.btn) {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.comment-form .form-submit input[type="submit"] {
  background: #036;
  color: #fff;
}

.comment-form .form-submit input[type="submit"] {
  background-color: #f8df70;
}

@media (max-width: 1199px) {
  .atbs-block {
      margin-bottom: 80px;
  }

  .atbs-main-col {
    width: 680px;
  }

  .block-heading.block-heading-normal .block-heading__title {
    font-size: 35px;
  }

  .post--overlap-fullwidth_style_2.post--overlay-height-520.post--overlay .post__text {
    min-height: 420px;
  }

  .post--overlap-fullwidth_style_2 .post__text-inner {
    max-width: 440px;
  }

  .post--overlap-fullwidth_style_2 .post__title.typescale-3.custom-typescale-3 {
    font-size: 22px;
    font-size: 1.5714rem;
    line-height: 1.41;
  }

  .atbs-sub-col {
    width: 290px;
}
}

@media (max-width: 991px) {
  .block-heading.block-heading-normal .block-heading__title {
      font-size: 32px;
  }

  .post--overlap-fullwidth_style_2 .post__text-inner {
    padding: 25px 20px 1px;
  }

  .post__cat-overhang-top, a.post__cat-overhang-top {
    left: 20px;
  }

  .atbs-sub-col {
    padding-top: 80px;
    width: 100%;
    float: left;
}
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .header-logo--mobile a{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 5px 0;
  }

  .navigation-bar{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 11;
    width: 60%;
    background: #fff;
    box-shadow: 3px 0 6px rgba(0,0,0,0.15);
    transform: translateX(-110%);
    transition: transform .5s linear;
  }

  .navigation-bar.open{
    transform: translateX(0);
  }

  .navigation--main.navigation--inline>li{
    width: 100%;
  }

  .navigation--main > li > a{
    height: 80px;
    line-height: 80px;
    font-size: 12px;
  }

  .atbs-block {
    margin-bottom: 50px;
  }

  .atbs-main-col {
    padding-right: 15px;
    width: 100%;
  }

  .block-heading.block-heading-normal {
    margin-bottom: 30px;
  }

  .posts__vertical_style_2.flexbox-wrap.flex-space-30 {
    margin: -20px -15px;
  }

  .posts__vertical_style_2.flexbox-wrap.flex-space-30 > * {
    padding: 20px 15px;
  }

  .post--overlap-fullwidth_style_2.post--overlay-height-520.post--overlay .post__text {
    min-height: 350px;
  }

  .post--overlap-fullwidth_style_2 .post__text-inner {
    max-width: 400px;
  }

  .post--overlap-fullwidth_style_2 .post__title.typescale-3.custom-typescale-3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.4285rem;
    line-height: 1.4;
  }

  .atbs-sub-col {
    padding-top: 50px;
  }

  .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-column-left, .section-column-right, .section-column-center {
    width: 100%;
    text-align: center;
  }

  .section-column-left {
    margin-bottom: 25px;
  }

  .section-column-center {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 20px;
  }

  .section-column-right ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .block-heading.block-heading-normal .block-heading__title {
      font-size: 28px;
  }

  .post--overlap-fullwidth_style_2 {
    display: block;
  }

  .post--overlap-fullwidth_style_2 .post__thumb {
    position: initial;
    padding: 0;
    height: 340px;
  }

  .post--overlap-fullwidth_style_2.post--overlay-height-520.post--overlay .post__text, .post--overlap-fullwidth_style_2 .post__text-wrap, .post--overlap-fullwidth_style_2 .post__text-inner {
    display: block;
    margin: 0;
    padding: 0;
    min-height: initial;
  }

  .post--overlap-fullwidth_style_2 .post__text-inner {
    padding: 25px 0 1px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .post--overlap-fullwidth_style_2 .post__thumb {
      height: 320px;
  }

  .post--overlap-fullwidth_style_2 .post__title.typescale-3.custom-typescale-3 {
    font-weight: 600;
  }
}

@media (max-width: 420px) {
  .post--overlap-fullwidth_style_2 .post__thumb {
      height: 280px;
  }
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%;
  min-height: 250px;
  clear: both;
}

.t_de {
clear: both;
  height: 0.2rem;
  width: 100%;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}