* {
  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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #141414;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

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

.mobile-header {
  position: relative;
  height: 50px;
  background: #fff;
  -webkit-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);
  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 {
  background-color: #141414;
}

.navigation-bar {
  height: 100px;
  padding: 0 0 0 40px;
}

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

.site-header .navigation-bar__inner {
  -ms-flex-wrap: initial;
  flex-wrap: initial;
  border-bottom: 0;
}

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

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

a {
  color: inherit;
  outline: 0 !important;
  text-decoration: none
}

a:hover,
a:focus,
a:active {
  color: #fc3c2d
}

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

.btn-menu-bar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-bar-btn {
  height: 100px;
  padding: 0 20px 0 0;
  color: #fff !important;
}

.navigation-bar-btn:not(:last-child) {
  margin-right: 25px;
  padding-right: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

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

.header-logo a {
  text-decoration: none !important;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

.navigation-bar .header-logo a {
  display: block;
}

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

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

.navigation-bar__section:last-child {
  padding-right: 0;
}

.site-header .navigation-bar__section:nth-child(3) {
  padding-left: 0;
  position: relative;
}

.navigation-menu-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 40px;
}

.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;
}

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

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

.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;
  -o-transition: all .2s ease-out .05s;
  transition: all .2s ease-out .05s;
}

.navigation--main>li>a {
  height: 100px;
  line-height: 100px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}

.navigation--main>li>a:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fc3c2d;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navigation--main>li>a:before {
  background-color: #fff;
}

.navigation--main>li:hover>a:before,
.navigation--main>li.current-menu-item>a:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.site-header .navigation-bar__section:nth-child(3):before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block !important;
}

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[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

button {
  outline: 0 !important;
  cursor: pointer;
}

.nav-btn-square {
  width: 100px;
  height: 100px;
}

.navigation-bar-btn:last-child {
  padding-right: 0;
}

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

.navigation-bar-btn i {
  line-height: 100px;
  font-size: 25px;
}

.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;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown.is-active {
  display: block;
  -webkit-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);
  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;
}

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

.container--narrow {
  max-width: 970px
}

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

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

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

.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;
}

.search-form--horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.search-form--horizontal .search-form__input-wrap {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  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.42857143;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  color: rgba(0, 0, 0, .8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown .search-form__input {
  padding: 18px 8px;
  background: transparent;
  border: none;
  -webkit-box-shadow: 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;
  }
}

.search-form--horizontal .search-form__submit-wrap {
  -webkit-box-flex: 0;
  box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.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;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.header-search-dropdown .search-form__submit {
  text-transform: uppercase;
}

.header-search-dropdown .search-form__submit {
  background-color: #de7622;
}

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

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

.site-content {
  padding-top: 0 !important;
}

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

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

.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: 680px;
  }
}

@media (min-width: 1200px) {
  .atbs-main-col {
    width: 900px;
    padding-right: 35px;
  }
}

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

.block-heading {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .block-heading_style-1.block-heading_style-1-small {
    margin-bottom: 40px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.block-heading_style-1 .block-heading__title {
  font-size: 4.2857rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 800;
  width: 100%;
  position: relative;
  color: #c7c7c7;
  text-transform: capitalize;
  padding-bottom: 13px;
}

.block-heading_style-1.block-heading-no-line .block-heading__title {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .block-heading_style-1.block-heading_style-1-small .block-heading__title {
    font-size: 2.8571rem;
  }
}

.first-word {
  color: #de7622;
}

.block-heading_style-1 .block-heading__title .first-word {
  color: #de7622;
  padding-right: 10px;
}

.flex-space-50 {
  margin: -25px;
}

.flex-box-1i>* {
  width: 100%;
}

.flex-space-50>* {
  padding: 25px;
}

.post {
  position: relative;
}

@media (min-width: 768px) {
  .post--horizontal-middle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

.post--horizontal-background {
  padding: 30px 30px 30px 0;
}

.post__thumb,
.entry-thumb {
  position: relative;
}

.post--horizontal .post__thumb {
  width: 100%;
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .post--horizontal .post__thumb {
    width: calc(50% - 15px);
    float: left;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 992px) {
  .post--horizontal .post__thumb {
    margin: 0 30px 0 0;
  }
}

@media (min-width: 768px) {
  .post--horizontal-middle .post__thumb {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.post--horizontal-background .post__thumb {
  width: 48.1707317073%;
  height: 0;
  padding-bottom: 40%;
  margin-right: 35px;
}

img {
  width: 100%;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

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

.object-fit a:not(.post__cat),
.object-fit a:not(.post__cat) img {
  width: 100%;
  height: 100%;
}

.post__thumb a:not(.post__live),
.entry-thumb a:not(.post__live) {
  display: block;
}

.post--horizontal-background .post__thumb a:not(.post__cat):not(.post-author__avatar) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.object-fit a:not(.post__cat) img {
  -o-object-fit: cover;
  object-fit: cover;
}

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

.post--horizontal .post__text {
  overflow: hidden;
}

@media (min-width: 768px) {
  .post--horizontal-middle .post__text {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.post--horizontal-background .post__text {
  padding: 30px;
}

.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
  display: inline-block;
  font-size: 1.1428rem;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 8px;
  text-decoration: underline;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #222;
}

a.post__cat {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  margin-right: 5px;
  text-decoration: none;
  line-height: 1;
}

.inverse-text a.post__cat {
  color: #fff;
}

.post--horizontal-background:before {
  content: '';
  height: 100%;
  background-color: #222;
  position: absolute;
  right: 0;
  left: 55px;
  top: 0;
}

@media (min-width: 992px) {
  .post--horizontal-background:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media (min-width: 992px) {
  .post--horizontal-background:hover:before {
    background-color: #de7622;
    border-color: #de7622;
  }
}

.post__title,
.entry-title {
  margin: .25em 0 .4em;
  text-transform: uppercase;
}

.f-22 {
  font-size: 1.5714rem;
  line-height: 1.4;
}

.f-w-600 {
  font-weight: 600;
}

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

.m-t-10 {
  margin-top: 10px;
}

.post__title,
.entry-title {
  text-transform: capitalize;
  color: #222;
}

.inverse-text .category__title a,
.inverse-text .post__title,
.inverse-text .post__title a,
.inverse-text .entry-title,
.inverse-text .entry-title a,
.inverse-text .entry-author a.entry-author__name,
.inverse-text .entry-author time.time,
.inverse-text time.time,
.inverse-text .category__readmore a,
.inverse-text .view__count {
  color: #fff;
}

.post__excerpt,
.entry-excerpt,
.entry-teaser {
  max-width: 380px;
  margin-top: .6em;
  margin-bottom: .6em;
  font-size: 1.1428rem;
  line-height: 1.7;
  color: #222;
  opacity: .8;
}

.f-16 {
  font-size: 1.1428rem;
  line-height: 1.5;
}

.f-w-400 {
  font-weight: 400;
}

.inverse-text .category__excerpt,
.inverse-text .post__excerpt,
.overlay-content .entry-excerpt,
.inverse-text .entry-excerpt,
.inverse-text .entry-teaser {
  color: rgba(255, 255, 255, .8);
}

.post--horizontal-background .post__excerpt {
  margin-bottom: 20px;
}

.blog-pagination {
  display: inline;
  padding: 0 0 15px;
  text-align: center;
}

ol,
ul {
  list-style: none;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  border-radius: 50%;
  color: #de7622;
  border: 1px solid #de7622;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #de7622;
  border-color: #de7622;
}

.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: 290px;
  }
}

@media (min-width: 1200px) {
  .atbs-sub-col {
    width: 300px;
  }
}

.widget {
  margin-bottom: 55px;
}

.widget__title {
  margin-bottom: 30px;
}

.widget__title-text {
  margin: 0;
  font-size: 1.5714rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.widget__title-text {
  font-weight: 700;
  color: #c7c7c7;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .widget__title-text {
    font-size: 1.7142rem;
  }
}

.flex-space-30 {
  margin: -15px;
}

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

.f-18 {
  font-size: 1.2857rem;
  line-height: 1.5;
}

.f-w-500 {
  font-weight: 500;
}

.m-b-5 {
  margin-bottom: 5px;
}

.post__title:first-child,
.entry-title:first-child {
  margin-top: 0;
}

.text-center .post__title,
.text-center .entry-title {
  margin-left: auto;
  margin-right: 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;
}

.site-wrapper {
  overflow: hidden;
  background-color: #fafbfc;
}

@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;
}

.site-footer {
  --color-white-footer: #222;
  --color-border: rgba(0, 0, 0, .1);
  --background-dark-mode: transparent;
  --background-dark-mode-aside: #353535;
}

.site-footer.footer-1 {
  margin-top: 100px;
  padding: 24px 0 24px 0;
  background-color: #222;
}

.site-footer.footer-1 .site-footer__section-inner {
  padding: 0 40px;
}

@media (min-width: 768px) {
  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

@media (min-width: 768px) {

  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1)>*:nth-child(1),
  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1)>*:nth-child(3) {
    width: 25%;
  }
}

.site-footer .site-logo a {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1)>*:nth-child(2) {
    width: 50%;
  }
}

.footer-menu .navigation--inline {
  margin: -3px -30px;
}

.footer-menu .navigation--inline>li {
  padding: 3px 30px;
}

.site-footer .navigation li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  letter-spacing: .04em;
}

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

.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;
  }
}

.site-footer .social-list:not(.author-social-list) {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

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

.site-footer .social-list:not(.author-social-list)>li {
  padding: 4px;
}

.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;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
}

.social-list>li>a {
  color: #222;
  opacity: .5;
}

.social-list>li>a:hover {
  color: #222;
  opacity: 1;
}

.site-footer .social-list:not(.author-social-list)>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  opacity: .5;
}

.site-footer .social-list:not(.author-social-list)>li>a:hover {
  opacity: 1;
}

.atbs-offcanvas {
  max-width: 100%;
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1039;
  -webkit-transform: translate(-101%, 0);
  -ms-transform: translate(-101%, 0);
  transform: translate(-101%, 0);
  -webkit-transition: all .2s cubic-bezier(.23, 1, .32, 1) .1s;
  -o-transition: all .2s cubic-bezier(.23, 1, .32, 1) .1s;
  transition: all .2s cubic-bezier(.23, 1, .32, 1) .1s;
}

@media (min-width: 768px) {
  .atbs-offcanvas {
    width: 360px;
  }
}

.atbs-offcanvas.is-active {
  -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px 10px rgba(0, 0, 0, .1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.atbs-offcanvas__title {
  position: relative;
  padding: 20px 50px 20px 20px;
  font-size: 14px;
}

.site-logo a {
  font-size: 30px;
  color: #141414;
  font-weight: 700;
}

.atbs-offcanvas__title .social-list {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, .4);
}

.atbs-offcanvas-close {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: auto;
  left: auto;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 100%;
  background: transparent;
  color: rgba(0, 0, 0, .4) !important;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
}

.atbs-offcanvas__section {
  padding: 20px;
}

.atbs-offcanvas__section:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.navigation--offcanvas {
  margin: 0 -20px;
}

.navigation--offcanvas li {
  color: rgba(0, 0, 0, .6);
}

.navigation--offcanvas li>a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 5px 7px;
  background: transparent;
  color: rgba(0, 0, 0, .6);
  text-transform: capitalize;
}

.navigation--offcanvas>li>a {
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.navigation--offcanvas>li>a {
  font-size: 16px;
  font-weight: 600;
}

.navigation--offcanvas li>a:hover {
  background: rgba(0, 0, 0, .02);
}

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

.mobile-header__inner--flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
}

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

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

.header-logo--mobile a {
  font-size: 30px;
  line-height: 50px;
}

.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;
  -webkit-box-shadow: 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;
}

.inverse-text .mobile-header-btn i {
  color: #fff;
}

.single-presentation {
  font-size: 1.2857rem;
  line-height: 1.77777777778;
  font-weight: 400;
  color: rgba(34, 34, 34, .8);
}

p {
  margin: 0 0 1em;
}

.comment-respond {
  margin: 20px 0;
}

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

.comment-reply-title {
  margin-top: 0;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, .8);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 15px;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.comment-form>* {
  z-index: 1;
}

.comment-notes {
  padding: 0 15px;
  margin-bottom: 30px;
}

.comment-respond .comment-form .comment-notes {
  width: 100%;
  font-size: 15px;
  opacity: .8;
}

.comment-form-comment {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

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

[class*="comment-form-"] label {
  display: none;
}

.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 {
  display: block;
}

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

.comment-form-comment textarea,
.comment-form .form-control-custom,
.wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #ebebf7;
  border-radius: 4px;
  background: transparent;
  color: #282835;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  -o-transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.comment-form-author,
.comment-form-email {
  width: 50%;
  max-width: 100%;
  padding: 0 15px;
}

.comment-form-author,
.comment-form-email {
  margin-bottom: 35px;
}

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, .2);
}

.comment-form-comment .form-control-custom:focus,
.comment-form-author .form-control-custom:focus,
.comment-form-email .form-control-custom:focus {
  outline: 0;
  border-color: #ddd1fe;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 21, 46, .1);
  box-shadow: 0 10px 20px 0 rgba(0, 21, 46, .1);
}

.form-submit {
  width: 100%;
  padding: 0 15px;
}

.form-submit {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

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

.comment-form .form-submit input[type="submit"] {
  background-color: #de7622;
  color: #fff;
  padding: 14px 30px;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1;
}

.flex-box-2i>* {
  width: 50%;
}

.flex-space-50>* {
  padding: 25px;
}

.module-contact .contact-heading {
  margin-bottom: 40px;
}

.module-contact .contact-heading h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}

.module-contact .contact-heading .contact-description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, .6);
}


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

.module-contact .contactform-submit {
  margin-top: 40px;
  background-color: #de7622;
  color: #fff;
  padding: 14px 30px;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .5px;
}

@media (max-width: 1366px) {
  .navigation-bar {
    padding: 0 15px;
  }

  .inverse-text a.post__cat {
    padding: 8px 15px;
    background: #de7622;
    border-radius: 3px;
  }
}

@media (max-width: 1230px) {
  .navigation-bar {
    padding: 0 15px;
  }

  .post--horizontal-background .post__thumb {
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .post--horizontal-background .post__text {
    min-height: 175px;
    background: #222;
  }

  .post--horizontal-background .post__title {
    margin-bottom: 12px;
  }

  .post--horizontal-background:before {
    display: none;
  }
}

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

  .block-heading_style-1 .block-heading__title {
    font-size: 3.2857rem;
  }

  .post--horizontal-background .post__thumb {
    height: 230px;
  }

  .site-footer.footer-1 {
    margin-top: 90px;
    padding: 50px 0 50px 0;
  }

}

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


  .site-footer.footer-1 {
    margin-top: 50px;
    padding: 40px 0 40px 0;
  }

  .mobile-header-btn.js-search-dropdown-toggle {
    display: none;
  }

  .site-logo a {
    font-size: 20px;
    word-break: break-all;
  }

  .header-logo--mobile a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 20px;
  }

  .single-presentation h1 {
    font-size: 25px;
  }

}

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

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

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

  .block-heading {
    margin-bottom: 35px;
  }

  .block-heading_style-1 .block-heading__title {
    font-size: 2.2857142857142856rem;
    line-height: 1.3;
  }

  .posts-list .list-item {
    padding: 15px 25px;
  }

  .post--horizontal-background {
    padding: 0;
  }

  .site-footer.footer-1 {
    padding: 40px 0 40px 0;
  }

  .site-footer.footer-1 .site-footer__section-inner {
    padding: 0 15px;
  }

  .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-footer.footer-1 .site-footer__section-inner .section-row>* {
    width: 100%;
    text-align: center;
  }

  .site-footer.footer-1 .site-footer__section-inner .section-row>*:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    padding: 0 0 25px 0;
    margin-bottom: 30px;
  }

  .site-footer .site-logo a {
    text-align: center;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .site-footer .social-list:not(.author-social-list) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2px;
  }

  .module-contact .section-main,
  .module-contact .section-sub {
    width: 100%;
  }

}

@media (max-width: 575px) {
  .block-heading_style-1 .block-heading__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .block-heading_style-1 .block-heading__title {
    font-size: 2rem;
    line-height: 1.3;
  }
}