@charset "UTF-8";
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1200px;
  }
}

.item_img {
  font-size: 0;
  line-height: 0;
  margin: 0;
  position: relative;
}
.item_img + * {
  margin-top: 15px;
}
.item_img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.item_img > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.item_img > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item_img > a:hover:before {
  opacity: 1;
}

body.view-article .body-innerwrapper section:not(#sp-main-body), body.layout-edit .body-innerwrapper section:not(#sp-main-body) {
  display: none;
}
body.view-article .body-innerwrapper section#sp-breadcrumbs, body.layout-edit .body-innerwrapper section#sp-breadcrumbs {
  display: block;
}
body.view-article .body-innerwrapper .sp-module-content-top, body.layout-edit .body-innerwrapper .sp-module-content-top {
  display: none;
}
body.view-article .body-innerwrapper .sp-module-content-bottom, body.layout-edit .body-innerwrapper .sp-module-content-bottom {
  display: none;
}

.addthis_sharing_toolbox {
  margin-top: 20px;
}

.video_frame {
  margin-bottom: 26px;
  position: relative;
}
.video_frame iframe {
  border: medium none !important;
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.pretext {
  margin-bottom: 20px;
  display: inline-block;
}

.img-intro__left,
.img-full__left {
  float: left;
  margin-right: 30px;
  max-width: 48%;
}

.img-intro__right,
.img-full__right {
  float: right;
  margin-left: 30px;
  max-width: 48%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.img-offset1 {
  margin-top: 1px;
}

.no-edit .jmodedit {
  display: none !important;
}

.spacer {
  background: #ebebeb;
  clear: both;
  height: 1px;
  margin: 70px 0 70px;
}

/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: transparent;
}
#mod_table ul li {
  list-style: none;
}

*::-moz-selection {
  background: #248d98;
  color: #fff;
}

*::selection {
  background: #248d98;
  color: #fff;
}

*::-moz-selection {
  background: #248d98;
  color: #fff;
}

.body-innerwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  min-height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.body-innerwrapper > footer {
  margin-top: auto;
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  z-index: 9999999;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.page-loader.ending {
  display: none;
}

.page-loader .page-loader-body {
  text-align: center;
}

.loader {
  height: 58px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  width: 58px;
}

.loader span {
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  background: #ff0000;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite;
}

.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px;
}

.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px;
}

.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px;
}

.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px;
}

.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px;
}

.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px;
}

.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px;
}

.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px;
}

.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px;
}

.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px;
}

.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px;
}

.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px;
}

.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px;
}

.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px;
}

.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px;
}

.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px;
}

.center {
  text-align: center;
}

.tcenter .sp-module-title {
  text-align: center;
}
.tcenter .sp-module-title.dot-title .title-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tleft .sp-module-title {
  text-align: left;
}

.tright .sp-module-title {
  text-align: right;
}
.tright .sp-module-title.dot-title .title-dots {
  left: auto;
  right: 0;
}

.full > .row {
  margin: 0;
}
.full > .row > .col-lg-12 {
  padding: 0;
}

.article-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "";
  color: #F6BC00;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "";
  color: #E7B000;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}

.article-full-image.float-left {
  margin-right: 25px;
}
.article-full-image.float-right {
  margin-left: 25px;
}

.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-primary {
  color: #248d98 !important;
}

body.rtl {
  direction: rtl;
}
body.rtl .dropdown-menu {
  float: right;
  text-align: right;
}
body.rtl .close {
  float: left;
}
body.rtl .float-left {
  float: right !important;
}
body.rtl .float-right {
  float: left !important;
}
@media (min-width: 576px) {
  body.rtl .float-sm-left {
    float: right !important;
  }
  body.rtl .float-sm-right {
    float: left !important;
  }
}
@media (min-width: 768px) {
  body.rtl .float-md-left {
    float: right !important;
  }
  body.rtl .float-md-right {
    float: left !important;
  }
}
@media (min-width: 992px) {
  body.rtl .float-lg-left {
    float: right !important;
  }
  body.rtl .float-lg-right {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  body.rtl .float-xl-left {
    float: right !important;
  }
  body.rtl .float-xl-right {
    float: left !important;
  }
}
body.rtl .text-left {
  text-align: right !important;
}
body.rtl .text-right {
  text-align: left !important;
}
@media (min-width: 576px) {
  body.rtl .text-sm-left {
    text-align: right !important;
  }
  body.rtl .text-sm-right {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  body.rtl .text-md-left {
    text-align: right !important;
  }
  body.rtl .text-md-right {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  body.rtl .text-lg-left {
    text-align: right !important;
  }
  body.rtl .text-lg-right {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  body.rtl .text-xl-left {
    text-align: right !important;
  }
  body.rtl .text-xl-right {
    text-align: left !important;
  }
}
body.rtl code,
body.rtl kbd,
body.rtl pre,
body.rtl samp {
  direction: ltr;
  unicode-bidi: bidi-override;
}
body.rtl .mr-auto,
body.rtl .mx-auto {
  margin-right: initial !important;
  margin-left: auto !important;
}

.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: "";
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}

@-webkit-keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes spFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes spZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spRotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes spPulse {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes spSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    transform: translateY(97px);
  }
}
@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-adjust-hue-css {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes swiper-preloader-adjust-hue {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-adjust-hue {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 767.9px) {
  #sp-menu {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sp-megamenu-wrapper > ul {
    text-align: center;
  }
  .sp-megamenu-wrapper > ul li {
    text-align: left;
  }
}

.sp-megamenu-parent {
  list-style: none;
  z-index: 99;
  display: block;
  position: static;
  text-align: center;
  margin-right: 0;
  padding: 40px 0 40px 0;
}
@media (min-width: 992px) {
  .sp-megamenu-parent {
    text-align: right;
    margin-right: 12.5%;
    padding: 22px 0 0 0;
  }
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-style: normal;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-megamenu-parent > li > a ul.circles-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  overflow: hidden;
}
.sp-megamenu-parent > li > a ul.circles-menu li {
  display: inline-block;
}
.sp-megamenu-parent > li > a ul.circles-menu li:not(:last-child) {
  margin-right: 3px;
}
.sp-megamenu-parent > li > a ul.circles-menu li .nav-link-circle {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #248d98;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}
.sp-megamenu-parent > li > a ul.circles-menu li .nav-link-circle-f {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.sp-megamenu-parent > li > a ul.circles-menu li .nav-link-circle-s {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.sp-megamenu-parent > li > a ul.circles-menu li .nav-link-circle-t {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.sp-megamenu-parent > li > a ul.circles-menu li + li {
  margin-top: 0;
}
.sp-megamenu-parent > li > a:hover ul.circles-menu {
  opacity: 1;
}
.sp-megamenu-parent > li > a:hover ul.circles-menu .nav-link-circle-f,
.sp-megamenu-parent > li > a:hover ul.circles-menu .nav-link-circle-s,
.sp-megamenu-parent > li > a:hover ul.circles-menu .nav-link-circle-t {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sp-megamenu-parent > li.active > a ul.circles-menu {
  opacity: 1;
}
.sp-megamenu-parent > li.active > a ul.circles-menu .nav-link-circle-f,
.sp-megamenu-parent > li.active > a ul.circles-menu .nav-link-circle-s,
.sp-megamenu-parent > li.active > a ul.circles-menu .nav-link-circle-t {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent > li.sp-has-child > a,
.sp-megamenu-parent > li.sp-has-child > span {
  position: relative;
  padding-right: 13px;
}
.sp-megamenu-parent > li.sp-has-child > a:after,
.sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.sp-megamenu-parent > li + li {
  margin: 0 0 0 35px;
}
@media (max-width: 991px) {
  .sp-megamenu-parent > li + li {
    margin: 0 0 0 15px;
  }
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .menu-search > a:after,
.sp-megamenu-parent .menu-login > a:after {
  display: none;
}
.sp-megamenu-parent .menu-search .sp-dropdown .sp-dropdown-inner {
  padding: 0;
}
.sp-megamenu-parent .menu-icon > a {
  font-size: 0;
  line-height: 0;
}
.sp-megamenu-parent .menu-icon > a > span:before {
  font-size: 13px;
}
.sp-megamenu-parent .menu-icon .sp-dropdown {
  display: none !important;
}
.sp-megamenu-parent .menu-icon .sp-dropdown.view {
  display: block !important;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  text-align: left;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background: white;
  padding: 20px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: -20px;
  margin-left: 0px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: block;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover {
  padding-left: 15px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 13px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spFadeIn 600ms;
          animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade .menu-search:hover > .sp-dropdown,
.sp-megamenu-parent.menu-animation-fade .menu-login:hover > .sp-dropdown {
  -webkit-animation: none;
          animation: none;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spFadeInUp 400ms ease-in;
          animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-up .menu-search:hover > .sp-dropdown,
.sp-megamenu-parent.menu-animation-fade-up .menu-login:hover > .sp-dropdown {
  -webkit-animation: none;
          animation: none;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spFadeInDown 400ms ease-in;
          animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .menu-search:hover > .sp-dropdown,
.sp-megamenu-parent.menu-animation-fade-down .menu-login:hover > .sp-dropdown {
  -webkit-animation: none;
          animation: none;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spZoomIn 300ms;
          animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-zoom .menu-search:hover > .sp-dropdown,
.sp-megamenu-parent.menu-animation-zoom .menu-login:hover > .sp-dropdown {
  -webkit-animation: none;
          animation: none;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spRotateIn 300ms;
          animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .menu-search:hover > .sp-dropdown,
.sp-megamenu-parent.menu-animation-rotate .menu-login:hover > .sp-dropdown {
  -webkit-animation: none;
          animation: none;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spPulse 300ms;
          animation: spPulse 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .menu-icon:hover > .sp-dropdown {
  -webkit-animation: none;
          animation: none;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}

.menu-search .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding: 0;
}
.menu-search .sp-dropdown {
  -webkit-transition: 3s all;
  -o-transition: 3s all;
  transition: 3s all;
  background: transparent;
}
.menu-search .sp-dropdown .search {
  -webkit-animation: spFadeOut 600ms;
          animation: spFadeOut 600ms;
}
.menu-search .sp-dropdown.view {
  top: -75% !important;
}
.menu-search .sp-dropdown.view .search {
  -webkit-animation: spFadeIn 600ms;
          animation: spFadeIn 600ms;
}
.menu-search .sp-dropdown .sp-dropdown-inner {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form {
  padding: 0;
  margin: 0;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group {
  position: relative;
  padding-right: 30px;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control {
  width: 100%;
  padding-right: 140px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group input.form-control:focus {
  z-index: 0;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group .input-group-btn .btn {
  background: #000;
  padding: 16px 45px;
  border: none;
  letter-spacing: 0.1em;
  height: 62px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-search .sp-dropdown .sp-dropdown-inner .search form .input-group .input-group-btn .btn:hover {
  background: #ff0000;
}

@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1200px;
  }
}
body.mobile .mobile-menu-box {
  display: block;
}
body.mobile #sp-menu {
  display: none;
}
body.mobile .body-wrapper {
  padding-top: 50px;
}

@media (max-width: 767.9px) {
  .body-wrapper {
    padding-top: 50px;
  }
}

.mobile-menu-box {
  display: block;
}
@media (min-width: 768px) {
  .mobile-menu-box {
    display: none;
  }
}
.mobile-menu-box .sp-megamenu-wrapper.mobilemenu .d-none {
  display: block !important;
}
.mobile-menu-box .slicknav_menu {
  display: block;
  position: relative;
}
.mobile-menu-box .slicknav_menu a {
  text-decoration: none;
}
.mobile-menu-box .slicknav_menu a.slicknav_btn {
  height: 50px;
  width: 100%;
  display: block;
  background: white;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #333;
  text-decoration: none;
  position: fixed;
  top: 0;
  z-index: 1020;
  cursor: pointer;
}
.mobile-menu-box .slicknav_menu a.slicknav_btn:hover {
  color: #ff0000;
}
.mobile-menu-box .slicknav_menu a.slicknav_btn:before {
  content: "";
  font-family: "Linearicons";
  font-size: 16px;
  padding-right: 10px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav {
  position: fixed;
  left: 0;
  top: -150px;
  width: 270px;
  padding-top: 200px;
  bottom: 0;
  float: none;
  border: none;
  background: #242530;
  z-index: 1010;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  overflow-y: auto;
  display: block !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-menu-box .slicknav_menu .slicknav_nav.slicknav_hidden {
  display: block !important;
  background: #242530;
  -webkit-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item::after {
  display: block;
  clear: both;
  content: "";
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item:first-child {
  border-top: none;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .sp-module {
  padding: 0;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item > a {
  display: block;
  color: #fff;
  background: transparent;
  position: relative;
  text-decoration: none;
  padding: 15px 9px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 0;
  width: 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item > a:hover {
  color: #fff;
  background: #ff0000;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .sp-menu-badge {
  position: relative;
  top: -1px;
  padding: 0 4px;
  margin: 0 4px;
  font-size: 12px;
  line-height: 20px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .icon {
  color: #fff;
  line-height: 24px;
  margin-right: 10px;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 50px;
  margin: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .icon:before {
  content: "";
  text-shadow: none;
  font-family: "Linearicons";
  font-size: 16px;
  padding-top: 13px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .icon:hover:before {
  color: #ff0000;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .icon.expanded:before {
  content: "";
  font-family: "Linearicons";
  color: #fff;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item .icon.expanded:before:hover {
  color: #fff;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.active > a, .mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.bgact > a {
  color: #fff;
  background: #ff0000;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.active .icon, .mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.bgact .icon {
  color: #fff;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.active .icon:hover:before, .mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.bgact .icon:hover:before {
  color: #000;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.active .sp-dropdown, .mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.bgact .sp-dropdown {
  padding-top: 15px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.active .sp-dropdown .sp-dropdown, .mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.bgact .sp-dropdown .sp-dropdown {
  border-top: none !important;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item + li {
  margin: 0;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.sp-has-child > a {
  width: 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-item.sp-has-child .sp-has-child > span {
  top: 0;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown {
  padding: 15px 9px !important;
  width: 100% !important;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown [class*=col-sm-] {
  width: 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .row {
  margin: 0;
  display: block;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .row > div {
  max-width: 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .row > div + * {
  margin-top: 20px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module {
  padding: 0;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module > * {
  color: #fff;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .sp-module-title {
  font-size: 13px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul {
  margin-top: 8px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul > li {
  position: relative;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul > li .icon {
  top: 0px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown ul > li.active > a {
  color: #fff;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-dropdown-inner > ul.sp-dropdown-items {
  display: block !important;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-mega-group {
  padding: 0;
  margin: 0;
  display: block !important;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-mega-group .item-header .sp-dropdown-items {
  display: none;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .sp-mega-group .item-header.active .sp-dropdown-items {
  display: block;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-dropdown .tagspopular ul {
  display: block !important;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full {
  width: 100%;
  padding: 0px;
  max-width: 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full .row {
  margin: 0px;
  width: 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full .row > div {
  width: 100%;
  padding: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.mobile-menu-box .slicknav_menu .slicknav_nav .sp-menu-full .sp-mega-group .sp-dropdown-items {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav > ul {
  padding-left: 15px;
}
.mobile-menu-box .slicknav_menu .slicknav_nav > ul li {
  text-transform: capitalize;
  font-size: 14px;
}

#offcanvas-toggler {
  display: block;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}

.offcanvas-init {
  position: relative;
}

.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}

.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}

/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
body.rtl {
  direction: rtl;
}
body.rtl .dropdown-menu {
  float: right;
  text-align: right;
}
body.rtl .close {
  float: left;
}
body.rtl .float-left {
  float: right !important;
}
body.rtl .float-right {
  float: left !important;
}
@media (min-width: 576px) {
  body.rtl .float-sm-left {
    float: right !important;
  }
  body.rtl .float-sm-right {
    float: left !important;
  }
}
@media (min-width: 768px) {
  body.rtl .float-md-left {
    float: right !important;
  }
  body.rtl .float-md-right {
    float: left !important;
  }
}
@media (min-width: 992px) {
  body.rtl .float-lg-left {
    float: right !important;
  }
  body.rtl .float-lg-right {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  body.rtl .float-xl-left {
    float: right !important;
  }
  body.rtl .float-xl-right {
    float: left !important;
  }
}
body.rtl .text-left {
  text-align: right !important;
}
body.rtl .text-right {
  text-align: left !important;
}
@media (min-width: 576px) {
  body.rtl .text-sm-left {
    text-align: right !important;
  }
  body.rtl .text-sm-right {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  body.rtl .text-md-left {
    text-align: right !important;
  }
  body.rtl .text-md-right {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  body.rtl .text-lg-left {
    text-align: right !important;
  }
  body.rtl .text-lg-right {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  body.rtl .text-xl-left {
    text-align: right !important;
  }
  body.rtl .text-xl-right {
    text-align: left !important;
  }
}
body.rtl code,
body.rtl kbd,
body.rtl pre,
body.rtl samp {
  direction: ltr;
  unicode-bidi: bidi-override;
}
body.rtl .mr-auto,
body.rtl .mx-auto {
  margin-right: initial !important;
  margin-left: auto !important;
}

body.rtl {
  text-align: right;
}
body.rtl .sp-scroll-up {
  right: auto;
  left: 30px;
}
body.rtl .article-details .link-edit-article {
  right: auto;
  left: 0;
}
body.rtl .sp-megamenu-parent {
  float: left;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a:before, body.rtl .sp-megamenu-parent > li.sp-has-child > span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  float: left;
  margin-right: 7px;
}
body.rtl .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-right: 7px;
}
body.rtl .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-left: 7px;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  float: left;
  margin-right: 7px;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-right: 45px;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  right: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: auto;
  left: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  left: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  right: 100%;
}
body.rtl #offcanvas-toggler.offcanvas-toggler-right {
  float: left;
  margin-right: 20px;
}
body.rtl #offcanvas-toggler.offcanvas-toggler-left {
  float: right;
  margin-left: 20px;
}
body.rtl.offcanvs-position-left .body-wrapper {
  right: 0;
}
body.rtl.offcanvs-position-left .offcanvas-menu {
  right: -300px;
}
body.rtl.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.rtl.offcanvs-position-left.offcanvas-active .body-wrapper {
  right: 300px;
}
body.rtl.offcanvs-position-right .body-wrapper {
  left: 0;
}
body.rtl.offcanvs-position-right .offcanvas-menu {
  left: -300px;
}
body.rtl.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.rtl.offcanvs-position-right.offcanvas-active .body-wrapper {
  left: 300px;
}
body.rtl .close-offcanvas {
  left: 15px;
}
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  left: 0;
}
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-right: 10px;
}

form {
  margin-bottom: 20px;
}
form mark {
  background: none !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
  bottom: 100%;
  right: 0;
  padding: 0 !important;
  position: absolute;
  z-index: 1;
}
form mark label {
  color: red;
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin: 0 !important;
}
form mark label.error {
  display: inline;
}
form textarea {
  min-height: 182px;
  max-height: 182px;
  padding-top: 22px;
}

.control,
.control-group {
  position: relative;
}
.control.reset-margin, .control:last-child,
.control select,
.control textarea,
.control input[type=text],
.control input[type=password],
.control input[type=datetime],
.control input[type=datetime-local],
.control input[type=date],
.control input[type=dates] input[type=month],
.control input[type=time],
.control input[type=times],
.control input[type=week],
.control input[type=number],
.control input[type=email],
.control input[type=url],
.control input[type=search],
.control input[type=tel],
.control input[type=color], .control:not(input.field-media-input),
.control .uneditable-input,
.control-group.reset-margin,
.control-group:last-child,
.control-group select,
.control-group textarea,
.control-group input[type=text],
.control-group input[type=password],
.control-group input[type=datetime],
.control-group input[type=datetime-local],
.control-group input[type=date],
.control-group input[type=dates] input[type=month],
.control-group input[type=time],
.control-group input[type=times],
.control-group input[type=week],
.control-group input[type=number],
.control-group input[type=email],
.control-group input[type=url],
.control-group input[type=search],
.control-group input[type=tel],
.control-group input[type=color],
.control-group:not(input.field-media-input),
.control-group .uneditable-input {
  width: 100%;
}
.control.reset-margin,
.control-group.reset-margin {
  margin-bottom: 9px;
}

.controls {
  position: relative;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #000;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #000;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #000;
  -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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #000;
  background-color: #faffbd;
  border-color: #000;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #000;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #000;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #000;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #000;
  background-color: #ffe6e7;
  border-color: #000;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #000;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #000;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #000;
  -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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #000;
  background-color: #cffeca;
  border-color: #000;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #000;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #000;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #000;
  -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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: black;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #000;
  background-color: #d8f3fd;
  border-color: #000;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=dates] input[type=month],
input[type=time],
input[type=times],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: block;
  max-width: 100%;
  height: 62px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  padding: 17px 27px;
  outline: none;
  margin-bottom: 20px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select:-webkit-autofill,
textarea:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=datetime]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=dates] input[type=month]:-webkit-autofill,
input[type=time]:-webkit-autofill,
input[type=times]:-webkit-autofill,
input[type=week]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=url]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=color]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 40px/2 #fff !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=dates] input[type=month]:focus,
input[type=time]:focus,
input[type=times]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #ff0000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

input {
  border-radius: 0;
}

label.inline {
  display: inline;
}

div.chzn-container {
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 20px;
}
div.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
div.chzn-container .chzn-results li {
  padding: 10px 20px;
  color: #000;
  background: #fff;
}
div.chzn-container .chzn-results li.highlighted {
  background: #ff0000;
  color: white;
}

div.chzn-container-single .chzn-single {
  background: #fff;
  height: 62px;
  padding: 0 50px 0 29px;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000;
  color: #000;
}
div.chzn-container-single .chzn-single > span {
  line-height: 62px;
  padding-right: 62px;
  font-weight: 400;
}
div.chzn-container-single .chzn-single div {
  background: #fff;
  color: #000;
  height: 62px;
  top: -1px;
  right: -1px;
  width: 62px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
div.chzn-container-single .chzn-single div b {
  display: none;
}
div.chzn-container-single .chzn-single div:before {
  content: "";
  font-size: 13px;
  font-family: "Linearicons";
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
div.chzn-container-single .chzn-single span {
  margin: 0;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  background: #fff;
  border: 1px solid #dee2e6;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div {
  background: #FFFFFF;
  color: #000;
}
div.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single div:before {
  content: "";
}
div.chzn-container-single .chzn-drop {
  border-radius: 0 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  margin: 0;
  height: auto;
  color: #374046;
  border: none;
}
div.chzn-container-single .chzn-drop .chzn-results {
  border: 1px solid #dee2e6;
}
div.chzn-container-single .chzn-results li {
  color: #374046;
}

.chzn-container .chzn-drop {
  z-index: 1009;
}

span.checkbox {
  position: relative;
  display: inline-block;
  min-height: 0;
  height: 27px;
  line-height: 27px;
  width: 27px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}
span.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
}
span.checkbox input[type=checkbox]:checked + label.checkbox_inner:before {
  content: "";
}
span.checkbox label.checkbox_inner {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: inherit;
  font-size: inherit;
}
span.checkbox label.checkbox_inner:before {
  content: "";
  font-family: "Linearicons";
  font-size: 10px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  text-align: center;
}
span.checkbox + label {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

span.radio {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  min-height: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 27px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
span.radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  opacity: 0;
}
span.radio input[type=radio]:checked + label.radio_inner:before {
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  background: #ff0000;
  min-height: auto;
}
span.radio label.radio_inner {
  bottom: 0;
  left: 0;
  line-height: 27px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-height: auto;
}
span.radio + label {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

.item_introtext input,
.item_introtext select,
.item_introtext .select,
.item_introtext textarea,
.item_fulltext input,
.item_fulltext select,
.item_fulltext .select,
.item_fulltext textarea,
.category_desc input,
.category_desc select,
.category_desc .select,
.category_desc textarea,
.controls input,
.controls select,
.controls .select,
.controls textarea {
  width: 100%;
}
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea,
.controls textarea {
  height: 182px;
}

.form-inline .checkbox input[type=checkbox] {
  float: none;
}

.form-horizontal .control-label {
  padding-top: 11px;
}
.form-horizontal .control-label label {
  margin-bottom: 0;
}

.form_placeholder {
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
  height: 100%;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ie_placeholder_controls {
  position: relative;
}

.btn#jform_profile_dob_img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 62px !important;
  line-height: 100%;
  padding: 0 !important;
  text-align: center;
  width: 62px !important;
}
.btn#jform_profile_dob_img i {
  margin: 0;
}

input.search-query {
  border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-field .default {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea#jform_profile_aboutme {
  height: 200px;
  width: 100%;
}

#helpsite-refresh {
  margin-bottom: 9px;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block !important;
}

textarea.invalid {
  border: red;
}

.form-vertical label {
  display: inline-block;
  margin-bottom: 1.5;
}

select[name=ordering] {
  margin: 0;
}

textarea[style*=overflow] {
  overflow: auto !important;
}

#form-login .btn {
  margin-bottom: 30px;
}

.add-on.btn {
  padding-left: 0;
  padding-right: 0;
  width: 62px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
legend small {
  font-size: 1.125;
  color: #dee2e6;
}

label {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 1.2;
}
label + * {
  margin-top: 30px;
}

.uneditable-input {
  width: 206px;
}

input,
textarea {
  width: 100%;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

textarea {
  resize: none;
  height: auto;
}

input[type=radio],
input[type=checkbox] {
  margin: -2px 0 0;
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 62px;
  line-height: 62px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

select[multiple] {
  height: auto;
}

.uneditable-input,
.uneditable-textarea {
  color: #dee2e6;
  background-color: #fcfcfc;
  border-color: #dee2e6;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

.radio,
.checkbox {
  min-height: 1.5;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 120px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

.controls-row::after {
  display: block;
  clear: both;
  content: "";
}

.controls-row [class*=span],
.row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span],
.controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dee2e6;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #000;
  border-color: red;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #ff0000;
}

input.error,
textarea.error,
select.error {
  border-color: red !important;
  color: red !important;
}

input.error::-webkit-input-placeholder,
input.error:-moz-placeholder,
input.error::-moz-placeholder,
input.error:-ms-input-placeholder,
textarea.error::-webkit-input-placeholder,
textarea.error:-moz-placeholder,
textarea.error::-moz-placeholder,
textarea.error:-ms-input-placeholder {
  color: #000 !important;
}

.form-actions {
  padding: 0.5 20px 1.5;
  margin-top: 1.5;
  margin-bottom: 1.5;
  background-color: #F5F5F5;
  border-top: 1px solid #E5E5E5;
}
.form-actions::after {
  display: block;
  clear: both;
  content: "";
}

.help-block,
.help-inline {
  color: #262626;
}

.help-block {
  display: block;
  margin-bottom: 0.75;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #86e29b;
  border-color: #28a745;
}
.input-prepend {
  position: relative;
}
.input-prepend .add-on {
  display: none;
  font-size: 17px;
  width: 62px;
  height: 62px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.input-prepend .add-on i, .input-prepend .add-on > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #dee2e6;
  border-radius: 100px;
  line-height: 31px;
  width: 31px;
  color: #ff0000;
  font-size: 13px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.input-prepend .add-on:hover i {
  background: #ff0000;
  color: #fff;
}
.input-prepend:focus .add-on {
  background: #F00;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 0 0 0 0;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 0 0 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  margin-bottom: 0;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

legend + .control-group {
  margin-top: 1.5;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 1.5;
}
.form-horizontal .control-group::after {
  display: block;
  clear: both;
  content: "";
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 0.75;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.btn, .btn-info {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  background: #ff0000;
  color: white;
  border: 1px solid transparent;
  padding: 17px 43px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:before, .btn:after, .btn-info:before, .btn-info:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.btn:before, .btn-info:before {
  height: 1px;
  width: 11px;
}
.btn:after, .btn-info:after {
  height: 11px;
  width: 1px;
}
.btn:hover, .btn:focus, .btn-info:hover, .btn-info:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus, .btn-info:focus, .btn-info.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .btn:disabled, .btn-info.disabled, .btn-info:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover, .btn-info:hover {
  background: #000;
  color: #fff;
  border-color: transparent;
}
.btn:hover:before, .btn:hover:after, .btn-info:hover:before, .btn-info:hover:after {
  background: #fff;
}

.kmt-form-submit button {
  display: inline-block !important;
  font-weight: bold !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  width: auto !important;
  background: #ff0000 !important;
  color: white !important;
  border: 1px solid transparent !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 37px !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}
.kmt-form-submit button:hover {
  background: #000 !important;
  color: #fff !important;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-link {
  font-weight: 400;
  color: #ff0000;
  background-color: transparent;
}
.btn-link:hover {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
h1 + *, h1 + .item_img, h2 + *, h2 + .item_img, h3 + *, h3 + .item_img, h4 + *, h4 + .item_img, h5 + *, h5 + .item_img, h6 + *, h6 + .item_img, .h1 + *, .h1 + .item_img, .h2 + *, .h2 + .item_img, .h3 + *, .h3 + .item_img, .h4 + *, .h4 + .item_img, .h5 + *, .h5 + .item_img, .h6 + *, .h6 + .item_img {
  margin-top: 24px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}
h1.title-mod, h2.title-mod, h3.title-mod, h4.title-mod, h5.title-mod, h6.title-mod, .h1.title-mod, .h2.title-mod, .h3.title-mod, .h4.title-mod, .h5.title-mod, .h6.title-mod {
  font-size: 32px;
}

h1, .h1 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 500;
  font-style: normal;
}

h2, .h2 {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 500;
  font-style: normal;
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.333;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 1199.9px) {
  h3, .h3 {
    font-size: 28px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  font-style: normal;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  font-style: normal;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  font-style: normal;
}

.lead {
  font-size: 0.9375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

a {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

p {
  margin: 0;
}
p + * {
  margin-top: 20px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

b, strong {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0;
  background-color: #000;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul + *,
ol + * {
  margin-top: 20px;
}

ol {
  padding: 0;
  counter-reset: item;
}
ol li {
  position: relative;
  list-style: none;
}
ol li:before {
  content: counters(item, ". ") ". ";
  counter-increment: item;
  margin: 0;
}

ul {
  padding: 0;
}
ul li {
  position: relative;
  list-style: none;
}
ul.list li {
  padding-left: 15px;
}
ul.list li:before {
  font-size: 10px;
  content: "";
  font-family: "Linearicons";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 16px;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

blockquote {
  padding: 10px 20px 15px 0;
  margin: 0;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
blockquote p + * {
  margin-top: 10px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #6c757d;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}

mark {
  background: #212529;
  color: white;
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1180;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 575.98px) {
  .lg-toolbar .lg-icon {
    font-size: 21px;
    width: 36px;
  }
}

@media (max-width: 575.98px) {
  #lg-counter {
    font-size: 14px;
    line-height: 27px;
  }
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
  content: "";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1180;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1183;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1180;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1181;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
       -o-transition-duration: inherit !important;
          transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
       -o-transition-timing-function: inherit !important;
          transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1160;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1180;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ff0000;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
  content: "";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1180;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1183;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #ff0000;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1180;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1181;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
       -o-transition-duration: inherit !important;
          transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
       -o-transition-timing-function: inherit !important;
          transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1160;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 0.8;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lightgallery-iframe .lg-toolbar {
  background-color: transparent;
}
.lightgallery-iframe .lg-close ~ * {
  display: none;
}

.mod-article-single .item__module::after {
  display: block;
  clear: both;
  content: "";
}
.mod-article-single .mod-article-single_custom-link {
  margin-top: 30px;
}

.mod-article-single__questions .item_img {
  margin-bottom: 20px;
}
.mod-article-single__questions .item__module .btn {
  margin-top: 15px;
  background: white;
  color: #000000;
}
.mod-article-single__questions .item__module .btn:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  margin-right: 5px;
}
.mod-article-single__questions .item__module .btn:hover {
  background: #000;
  color: white;
}
.mod-article-single__questions .item__module .btn:hover:before {
  color: white;
}
.mod-article-single__questions .mod-article-single_custom-link {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .mod-article-single__questions {
    text-align: center;
  }
  .mod-article-single__questions .item_content .item-title {
    text-align: center;
    font-size: 18px;
  }
  .mod-article-single__questions .item_content .btn {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mod-article-single__custom-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .mod-article-single__custom-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod-article-single__custom-single .item__module {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .mod-article-single__custom-single .item__module {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .mod-article-single__custom-single .item__module {
    padding-left: 50px;
  }
}
.mod-article-single__custom-single .item__module .item-title {
  font-size: 45px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.mod-article-single__custom-single .item__module .item-title + * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mod-article-single__custom-single .item__module .item-title {
    font-size: 60px;
    letter-spacing: -0.06em;
  }
}
@media (min-width: 992px) {
  .mod-article-single__custom-single .item__module .item-title {
    position: absolute;
    font-size: 32px;
    left: -6%;
    bottom: -39%;
    -webkit-transform: translateY(-240%) rotate(-90deg);
        -ms-transform: translateY(-240%) rotate(-90deg);
            transform: translateY(-240%) rotate(-90deg);
  }
  .mod-article-single__custom-single .item__module .item-title + * {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .mod-article-single__custom-single .item__module .item-title {
    font-size: 44px;
    left: -9%;
    bottom: -22%;
  }
}
.mod-article-single__custom-single .item__module .item_introtext .big {
  font-size: 45px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mod-article-single__custom-single .item__module .item_introtext .big {
    font-size: 60px;
    letter-spacing: -0.06em;
  }
}
@media (min-width: 1200px) {
  .mod-article-single__custom-single .item__module .item_introtext .big {
    font-size: 90px;
    line-height: 94px;
  }
}
@media (min-width: 768px) {
  .mod-article-single__custom-single .mod-article-single_custom-link {
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.mod-article-single__custom-single .mod-article-single_custom-link .btn {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  background: #000;
}
.mod-article-single__custom-single .mod-article-single_custom-link .btn:before, .mod-article-single__custom-single .mod-article-single_custom-link .btn:after {
  background: #fff;
}
.mod-article-single__custom-single .mod-article-single_custom-link .btn:hover {
  background: #ff0000;
}
@media (min-width: 992px) {
  .mod-article-single__custom-single .mod-article-single_custom-link .btn {
    font-size: 18px;
    padding: 24px 49px;
  }
}
.mod-article-single__about-single .item_content .item_introtext .title {
  font-style: 20px;
  font-weight: 300;
  line-height: 1.4;
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
}
.mod-article-single__about-single .item_content .item_introtext .title + {
  margin-top: 27px;
}
.mod-article-single__about-single .item_content .item_introtext .divider-line {
  width: 88px;
  height: 2px;
  background: #ff0000;
}
.mod-article-single__about-single .item_content .item_introtext .divider-line + * {
  margin-top: 24px;
}
.mod-article-single__about-single .item_content .item_introtext * + .divider-line {
  margin-top: 27px;
}
.mod-article-single__about-single .item_content .item_introtext p {
  line-height: 1.375;
}
.mod-article-single__about-single .item_content .item_introtext p + p {
  margin-top: 22px;
}
.mod-article-single__about-single .item_content + * {
  margin-top: 45px;
}
.mod-article-single__about-single .item_img {
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mod-article-single__about-single .item_img {
    margin-top: 11px;
    margin-bottom: 0;
  }
}
.mod-bootstrap-collapse .accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.mod-bootstrap-collapse .accordion .card .card-header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.mod-bootstrap-collapse .accordion .card .card-header .card-header-title {
  padding: 16px 30px 11px 0;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}
.mod-bootstrap-collapse .accordion .card .card-header .card-header-title .heading_icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.mod-bootstrap-collapse .accordion .card .card-header .card-header-title .heading_icon:before {
  content: "";
  font-family: "Linearicons";
}
.mod-bootstrap-collapse .accordion .card .card-header.active .card-header-title .heading_icon:before {
  content: "";
}
.mod-bootstrap-collapse .accordion .card .collapse-block .card-body {
  padding: 0 35px 12px 0;
}
.mod-bootstrap-collapse .accordion .card .collapse-block .card-body .item_introtext p {
  margin: 0;
}
.mod-bootstrap-collapse .accordion .card .collapse-block .card-body .item_introtext p + p {
  margin-top: 18px;
}
.mod-bootstrap-collapse .accordion .card + .card {
  border-top: 1px solid #D9D9D9 !important;
}

.mod-bootstrap-collapse__custom .accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  border-radius: 33px !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-bootstrap-collapse__custom .accordion .card .card-header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.mod-bootstrap-collapse__custom .accordion .card .card-header .card-header-title {
  padding: 16px 0 11px 56px;
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}
.mod-bootstrap-collapse__custom .accordion .card .card-header .card-header-title .heading_icon {
  position: absolute;
  right: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.mod-bootstrap-collapse__custom .accordion .card .card-header .card-header-title .heading_icon:before {
  content: "";
  font-family: "Linearicons";
}
.mod-bootstrap-collapse__custom .accordion .card .card-header.active .card-header-title .heading_icon:before {
  content: "";
}
.mod-bootstrap-collapse__custom .accordion .card .collapse-block .card-body {
  padding: 0 35px 12px 56px;
}
.mod-bootstrap-collapse__custom .accordion .card .collapse-block .card-body .item_introtext p {
  margin: 0;
}
.mod-bootstrap-collapse__custom .accordion .card .collapse-block .card-body .item_introtext p + p {
  margin-top: 18px;
}
.mod-bootstrap-collapse__custom .accordion .card + .card {
  border-top: none !important;
  margin-top: 11px;
}

.mod-newsflash-adv .row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mod-newsflash-adv .row .item + .item {
    margin-top: 40px;
  }
}
.mod-newsflash-adv .row.row-last {
  margin-bottom: 0;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  margin-top: 30px;
}

.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table {
  border: 1px solid #e6e8e8;
  text-align: center;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading {
  text-align: center;
  padding: 33px 25px 0px 27px;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 0;
  text-align: center;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price {
  text-align: center;
  display: block;
  padding: 22px 0 6px;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val,
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  vertical-align: baseline;
  display: inline-block;
  color: #ff0000;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix {
  font-size: 34px;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
  font-size: 34px;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  font-size: 18px;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action {
  padding-bottom: 41px;
  padding-top: 30px;
  padding-left: 29px;
  padding-right: 30px;
  text-align: center;
}
.mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action .btn {
  display: block;
  width: 100%;
  padding: 16px 29px;
  white-space: normal;
}
@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_simple .item .item_content .item_introtext .pricing-table .pricing-table__action {
    padding: 10px 15px;
  }
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table {
  background: #292929;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading {
  border: 1px solid #292929;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  color: white;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  color: #848a90;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val,
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  color: white;
}
.mod-newsflash-adv__pricing_simple .item.featured .item_content .item_introtext .pricing-table .pricing-table__action .btn:hover {
  background: white;
  color: #000000;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table {
  border: 1px solid #e6e8e8;
  text-align: center;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading {
  text-align: left;
  padding: 33px 25px 23px 27px;
  border: 1px solid #e6e8e8;
  border-bottom-width: 2px;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 0;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: left;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price {
  text-align: left;
  display: block;
  padding: 22px 0 6px;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val,
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  vertical-align: baseline;
  display: inline-block;
  color: #ff0000;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix {
  font-size: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix {
    font-size: 21px;
  }
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
  font-size: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
    font-size: 21px;
  }
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix {
  font-size: 18px;
}
@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__heading {
    padding: 15px;
  }
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list {
  padding-top: 30px;
  padding-left: 29px;
  padding-right: 30px;
  text-align: left;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item {
  display: block;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner .item-icon {
  font-size: 14px;
  width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  color: #cecfd0;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner .item-icon:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: relative;
  font-weight: 900;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item .pricing-feature__inner .pricing-feature__text {
  color: #cecfd0;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item.active .pricing-feature__inner .item-icon {
  color: #ff0000;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item.active .pricing-feature__inner .item-icon:before {
  content: "";
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list .pricing__list-item.active .pricing-feature__inner .pricing-feature__text {
  color: #000;
}
@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__action {
  padding-bottom: 41px;
  padding-top: 30px;
  padding-left: 29px;
  padding-right: 30px;
  text-align: center;
}
.mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__action .btn {
  display: block;
  width: 100%;
  padding: 16px 29px;
  white-space: normal;
}
@media (max-width: 991px) {
  .mod-newsflash-adv__pricing_detailed .item .item_content .item_introtext .pricing-table .pricing-table__action {
    padding: 15px;
  }
}
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading {
  border: 1px solid #292929;
  background: #292929;
}
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__title {
  color: white;
}
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__subtitle {
  color: #848a90;
}
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-suffix,
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-prefix,
.mod-newsflash-adv__pricing_detailed .item.featured .item_content .item_introtext .pricing-table .pricing-table__heading .pricing-table__price .pricing-table__price-val {
  color: white;
}
.mod-newsflash-adv__recent_posts .item .item_content .item_img {
  margin-bottom: 10px;
}
.mod-newsflash-adv__recent_posts .item .item_content .item_img img {
  border-radius: 7px;
}
.mod-newsflash-adv__recent_posts .item .item_content .item_title {
  text-decoration: none;
}
.mod-newsflash-adv__recent_posts .item .item_content .item_title a {
  color: #ff0000;
}
.mod-newsflash-adv__recent_posts .item .item_content .item_title a:hover {
  color: #000;
}
.mod-newsflash-adv__team .row {
  margin-bottom: 30px;
}
.mod-newsflash-adv__team .item {
  text-align: center;
}
.mod-newsflash-adv__team .item .item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-newsflash-adv__team .item .item_title {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
}
.mod-newsflash-adv__team .item .item_introtext {
  margin-top: 10px;
}
.mod-newsflash-adv__team .item .item_introtext .post {
  font-style: italic;
  color: #848a90;
  line-height: 20px;
}
.mod-newsflash-adv__team .item .item_introtext p {
  margin-bottom: 0;
}
.mod-newsflash-adv__team .item .item_introtext p + p {
  margin-top: 10px;
}
.mod-newsflash-adv__team .item .team-item-socials li {
  margin: 0 15px;
  display: inline-block;
}
.mod-newsflash-adv__team .separator {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.mod-newsflash-adv__default-services .row {
  margin-bottom: 35px;
}
.mod-newsflash-adv__default-services .item {
  text-align: left;
}
.mod-newsflash-adv__default-services .item .item_content .item_title {
  text-align: left;
  color: #000000;
  text-transform: none;
}
.mod-newsflash-adv__default-services .item .item_content .item_title:hover {
  color: #ff0000;
}
@media (max-width: 767px) {
  .mod-newsflash-adv__default-services .row {
    margin-bottom: 45px;
  }
  .mod-newsflash-adv__default-services .row .item + .item {
    margin-top: 45px;
  }
  .mod-newsflash-adv__default-services .item {
    text-align: center;
  }
  .mod-newsflash-adv__default-services .item .item_content .item_title {
    text-align: center;
  }
}
.mod-newsflash-adv__partners .item .item_content .item_img {
  text-align: center;
  background: #292929;
  padding: 42px 15px;
  display: block;
  width: 100%;
  margin: 0;
  border: 4px solid #ff0000;
}
.mod-newsflash-adv__partners .item .item_content .item_img img {
  display: inline-block;
  border-radius: 0;
}
.mod-newsflash-adv__partners .item .item_content .item_introtext .item_title {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mod-newsflash-adv__partners .item {
    text-align: center;
  }
  .mod-newsflash-adv__partners .item .item_content .item_img {
    margin-bottom: 20px;
  }
  .mod-newsflash-adv__partners .item .item_content [class*=heading-style-] {
    text-align: center;
  }
}
.mod-newsflash-adv__contacts .pretext {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 57px;
}
.mod-newsflash-adv__contacts .item .item_content {
  text-align: center;
}
.mod-newsflash-adv__contacts .item .item_content i {
  display: inline-block;
  width: 113px;
  height: 113px;
  color: #ff0000;
  font-size: 45px;
  line-height: 113px;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  margin-bottom: 30px;
}
.mod-newsflash-adv__contacts .item .item_content .item_title {
  margin-bottom: 18px;
}
.mod-newsflash-adv__contacts .item .item_content .item_introtext {
  padding: 0 9%;
}
.mod-newsflash-adv__contacts .item .item_content .item_introtext p {
  margin-bottom: 0;
}
.mod-newsflash-adv__contacts .item .item_content .item_introtext p + * {
  margin-top: 10px;
}
.mod-newsflash-adv__contacts .item .item_content .item_introtext ul li {
  font-size: 14px;
}
.mod-newsflash-adv__contacts .item .item_content .item_introtext ul li a {
  font-size: 14px;
  text-decoration: none;
}
.mod-newsflash-adv__contacts .item .item_content .item_introtext ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv__counter-list {
  counter-reset: heading;
  padding: 5px 0 0 0;
}
.mod-newsflash-adv__counter-list .item .item_content .item_title {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: none;
}
.mod-newsflash-adv__counter-list .item .item_content .item_title:before {
  font-weight: 800;
  counter-increment: heading;
  content: counter(heading, decimal-leading-zero) ".";
}
.mod-newsflash-adv__counter-list .item .item_content .item_title + * {
  margin-top: 12px;
}
.mod-newsflash-adv__counter-list .item .item_content .item_introtext {
  padding-left: 20px;
  position: relative;
}
.mod-newsflash-adv__counter-list .item .item_content .item_introtext:before {
  content: "";
  background: #000;
  height: 2px;
  width: 12px;
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
}
.mod-newsflash-adv__counter-list .item .item_content .item_introtext + * {
  margin-top: 7px;
}
.mod-newsflash-adv__counter-list .item .item_content .btn {
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #248d98;
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #248d98;
  text-transform: lowercase;
  position: relative;
  padding-right: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.mod-newsflash-adv__counter-list .item .item_content .btn:before {
  display: none;
}
.mod-newsflash-adv__counter-list .item .item_content .btn:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod-newsflash-adv__counter-list .item .item_content .btn:hover {
  border-bottom: 1px solid transparent;
}
.mod-newsflash-adv__projects > .row {
  margin-bottom: 20px;
  margin-right: -10px;
  margin-left: -10px;
}
.mod-newsflash-adv__projects > .row > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-newsflash-adv__projects .item .project-item {
  height: 334px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .mod-newsflash-adv__projects .item .project-item {
    height: 394px;
  }
}
@media (min-width: 1400px) {
  .mod-newsflash-adv__projects .item .project-item {
    height: 592px;
  }
}
.mod-newsflash-adv__projects .item .project-item:hover {
  background-blend-mode: darken;
  background-color: rgba(255, 0, 0, 0.8);
}
.mod-newsflash-adv__projects .item .project-item:hover .project-item-hover {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.mod-newsflash-adv__projects .item .project-item:hover .project-item-hover .project-item-caption .project-item-date {
  bottom: 12px;
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover {
  height: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  position: absolute;
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  bottom: 0;
  padding-bottom: 78px;
}
@media (min-width: 1400px) {
  .mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption {
    padding-bottom: 158px;
  }
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-name,
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-title {
  position: relative;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding-left: 47px;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-name,
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-title {
    font-size: 24px;
    letter-spacing: 0.02em;
    padding-left: 77px;
  }
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-title {
  position: relative;
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  height: 1px;
  width: 27px;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-title:before {
    width: 62px;
  }
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption p {
  position: relative;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 17px;
  padding-left: 47px;
  text-align: left;
  margin-bottom: 39px;
}
@media (min-width: 1200px) {
  .mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption p {
    font-size: 20px;
    padding-left: 77px;
  }
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .project-item-date {
  position: absolute;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  bottom: 5px;
  right: 14px;
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .btn {
  margin-left: 47px;
  padding: 12px 20px;
}
@media (min-width: 1200px) {
  .mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .btn {
    margin-left: 82px;
    padding: 17px 43px;
  }
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .btn:hover {
  color: #000 !important;
  background: #fff;
}
.mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .btn:hover:before, .mod-newsflash-adv__projects .item .project-item .project-item-hover .project-item-caption .btn:hover:after {
  background: #ff0000;
}
.mod-newsflash-adv__icon-box .item .item_content .item_img + * {
  margin-top: 30px;
}
.mod-newsflash-adv__icon-box .item .item_content .item_title {
  font-weight: bold;
}
.mod-newsflash-adv__icon-box .item .item_content .item_title + * {
  margin-top: 18px;
}
.mod-newsflash-adv__icon-box .item .item_content .item_introtext {
  padding: 0 6px;
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .mod-newsflash-adv__icon-box .row .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .mod-newsflash-adv__icon-box .row .item + .item {
    margin-top: 0;
  }
}
.mod-newsflash-adv__icon-box2 {
  margin-top: 3px;
}
.mod-newsflash-adv__icon-box2 .row {
  margin-bottom: 26px;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 .icon-box2-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 .icon-box2-text .item_title {
  line-height: 1;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 .icon-box2-text .item_title + * {
  margin-top: 21px;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 .icon-box2-text .item_introtext .box-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  max-width: 300px;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 .icon-box2-text .item_introtext .box-title a {
  white-space: pre-wrap;
}
.mod-newsflash-adv__icon-box2 .item .item_content .icon-box2 .icon-box2-text .item_introtext .box-title + * {
  margin-top: 2px;
}

.acym_module .acymailing_module_error + form {
  display: block !important;
}
.acym_module .acymailing_module_success {
  font-weight: bold;
}
.acym_module .acymailing_module_success:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  padding-right: 10px;
  vertical-align: middle;
}
.acym_module .acymailing_module_success + form {
  display: none;
}
.acym_module .acym_fulldiv form .acym_module_form .acym_form .onefield {
  position: relative;
}
.acym_module .acym_fulldiv form .acym_module_form .acym_form .onefield label.cell {
  width: 100%;
}
.mod_bootstraptabs {
  text-align: center;
}
.mod_bootstraptabs .nav-tabs {
  text-align: center;
  border: none;
  display: inline-block;
}
.mod_bootstraptabs .nav-tabs::after {
  display: block;
  clear: both;
  content: "";
}
.mod_bootstraptabs .nav-tabs .nav-item {
  margin: 5px 10px;
  float: left;
}
.mod_bootstraptabs .nav-tabs .nav-item a {
  padding: 0;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: transparent;
  border: none;
}
.mod_bootstraptabs .nav-tabs .nav-item a:hover {
  color: #ff0000;
}
.mod_bootstraptabs .nav-tabs .nav-item a.active {
  color: #ff0000;
  background: transparent;
}
#sp-breadcrumbs {
  background-color: white;
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
  background: url(../images/breadcrumbs-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 37px 0 33px;
}

#sp-breadcrumb .sp-module {
  padding: 10px 0 17px 0;
}
#sp-breadcrumb .breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sp-breadcrumb .breadcrumbs-custom-title {
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #sp-breadcrumb .breadcrumbs-custom-title {
    margin-bottom: 0;
    font-size: 60px;
  }
}
@media (max-width: 767.9px) {
  #sp-breadcrumb .breadcrumbs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.breadcrumb {
  display: inline-block;
  background: #000000;
  text-align: center;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb li:before {
  content: "";
}
.breadcrumb .breadcrumb-item {
  padding: 0 22px;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "/";
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: absolute;
  top: 52%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: -5px;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  font-style: normal;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item span:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.breadcrumb .breadcrumb-item.active a, .breadcrumb .breadcrumb-item.active span {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb .breadcrumb-item.breadcrumb-icon {
  display: none;
}
.breadcrumb .breadcrumb-item.breadcrumb-icon + .breadcrumb-item:before {
  display: none;
}
.breadcrumb .breadcrumb-item + * {
  margin-top: 0;
}

.mod_custom__working-time .scheduled-time {
  margin-top: 11px;
  margin-bottom: 0;
}
.mod_custom__working-time .scheduled-time li {
  font-size: 16px;
  line-height: 20px;
}
.mod_custom__working-time .scheduled-time li i {
  color: #ff0000;
}
.mod_custom__working-time .scheduled-time li + li {
  margin-top: 10px;
}
.mod_custom__working-time .scheduled-time + * {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .mod_custom__working-time {
    text-align: center;
  }
}
.mod_custom__top-panel .link-mail {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.mod_custom__top-panel .link-mail:hover {
  color: #ff0000;
}
.mod_custom__top-panel .social-title {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  display: inline-block;
}
.mod_custom__top-panel .social-icons {
  display: inline-block;
  padding-left: 9px;
}
.mod_custom__top-panel .social-icons li:not(:last-child) {
  margin-right: 4px;
}
.mod_custom__top-panel .social-icons li a {
  color: #248d98;
;
  font-size: 18px;
  line-height: 1;
}
.mod_custom__top-panel .social-icons li a:hover {
  color: #000;
}
.mod_custom__custom-text {
  padding-right: 55px;
}
.mod_custom__custom-text .custom-title {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .mod_custom__custom-text .custom-title {
    font-size: 50px;
  }
}
.mod_custom__custom-text .custom-title + * {
  margin-top: 23px;
}
.mod_custom__custom-text .text-line {
  position: relative;
  line-height: 26px;
}
@media (min-width: 992px) {
  .mod_custom__custom-text .text-line {
    padding-left: 105px;
  }
}
.mod_custom__custom-text .text-line:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: #ff0000;
}
@media (min-width: 576px) {
  .mod_custom__custom-text .text-line:before {
    width: 88px;
  }
}
@media (max-width: 991.9px) {
  .mod_custom__custom-text {
    padding-right: 0;
    text-align: center;
  }
  .mod_custom__custom-text .text-line:before {
    display: none;
  }
}
@media (max-width: 991.9px) {
  .mod_custom__custom-img {
    text-align: center;
  }
}
.mod_custom__custom-img .bg-overlay-img {
  background: url(../images/custom-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .mod_custom__custom-img .bg-overlay-img {
    left: 50vw;
  }
}
.mod_custom__custom-img .box-play {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  background: #ff0000;
  display: inline-block;
  -webkit-transition: 0.33s all linear;
  -o-transition: 0.33s all linear;
  transition: 0.33s all linear;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .mod_custom__custom-img .box-play {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 46vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .mod_custom__custom-img .box-play {
    left: 45vw;
    width: 126px;
    height: 126px;
  }
}
@media (min-width: 1600px) {
  .mod_custom__custom-img .box-play {
    left: 46.8vw;
  }
}
.mod_custom__custom-img .box-play .box-play-icon {
  position: absolute;
  top: 50%;
  right: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  -webkit-transition: 0.33s all linear;
  -o-transition: 0.33s all linear;
  transition: 0.33s all linear;
}
.mod_custom__custom-img .box-play .box-play-icon .icon {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
}
.mod_custom__custom-img .box-play .box-play-icon .icon:before {
  font-weight: 900;
}
.mod_custom__custom-img .box-play:hover .box-play-icon {
  color: #000;
}

/*==================== Base styles =================*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav.disabled:before, .owl-carousel .owl-nav.disabled:after,
.owl-carousel .owl-dots.disabled:before,
.owl-carousel .owl-dots.disabled:after {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*===================================================*/
.mod_owl_carousel .owl-prev, .mod_owl_carousel .owl-next {
  position: absolute;
  background: transparent;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: inline-block;
  outline: none !important;
  border: none;
  -webkit-appearance: none !important;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod_owl_carousel .owl-prev:before, .mod_owl_carousel .owl-next:before {
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-size: 48px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 900;
}
.mod_owl_carousel .owl-prev:hover, .mod_owl_carousel .owl-next:hover {
  opacity: 1;
}
.mod_owl_carousel .owl-prev {
  left: 0;
}
.mod_owl_carousel .owl-prev:before {
  content: "";
}
.mod_owl_carousel .owl-next {
  right: 0;
}
.mod_owl_carousel .owl-next:before {
  content: "";
}
.mod_owl_carousel .owl-dots {
  text-align: left;
  margin-top: 2px;
}
.mod_owl_carousel .owl-dots .owl-dot {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 8px;
  height: 8px;
  outline: none;
  cursor: pointer;
  background-color: rgba(37, 67, 99, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mod_owl_carousel .owl-dots .owl-dot:hover, .mod_owl_carousel .owl-dots .owl-dot:focus {
  background: #000;
}
.mod_owl_carousel .owl-dots .owl-dot.active {
  background: #000;
}
.mod_owl_carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}
.mod_owl_carousel .owl-item_content blockquote:before {
  display: none;
}

@media (min-width: 320px) and (max-width: 1599px) {
  .mod_owl_carousel__reviews .owl-nav {
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
  }
  .mod_owl_carousel__reviews .owl-nav .owl-prev {
    left: auto;
    right: 15px;
  }
  .mod_owl_carousel__reviews .owl-nav .owl-next {
    right: auto;
    left: 15px;
  }
  .mod_owl_carousel__reviews .owl-nav .owl-prev:before, .mod_owl_carousel__reviews .owl-nav .owl-next:before {
    font-size: 30px;
  }
}
.mod_owl_carousel__reviews .owl-prev:before, .mod_owl_carousel__reviews .owl-next:before {
  color: #ffffff;
}
.mod_owl_carousel__reviews .owl-prev:hover, .mod_owl_carousel__reviews .owl-next:hover {
  opacity: 1;
}
.mod_owl_carousel__reviews .owl-prev:hover:before, .mod_owl_carousel__reviews .owl-next:hover:before {
  color: #ff0000;
}
@media (min-width: 1600px) {
  .mod_owl_carousel__reviews .owl-prev {
    left: -18%;
  }
}
.mod_owl_carousel__reviews .owl-prev:before {
  content: "";
}
@media (min-width: 1600px) {
  .mod_owl_carousel__reviews .owl-next {
    right: -18%;
  }
}
.mod_owl_carousel__reviews .owl-next:before {
  content: "";
}
.mod_owl_carousel__reviews .reviews-slide .reviews-image {
  text-align: center;
  float: none;
  width: 100%;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-image img {
  border: 5px solid #ffffff;
  display: inline-block;
  width: auto;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-image + * {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mod_owl_carousel__reviews .reviews-slide .reviews-image {
    text-align: right;
    float: left;
    width: 17%;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-image img {
    display: block;
    width: 100%;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-image + * {
    margin-top: 0;
  }
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content {
  text-align: center;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info {
  position: relative;
  padding: 0 0 5px 0x;
  margin-bottom: 20px;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info:before {
  position: absolute;
  content: "“";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 76px;
  font-size: 50px;
  text-align: center;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 800;
  background: #ff0000;
  display: none;
  color: #ffffff;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info .reviews-info--name {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info .reviews-info--job {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: -0.5px;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-quote {
  padding: 11.5px 10px;
  min-height: 85px;
  background: #fff;
}
.mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-quote p {
  color: #000;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mod_owl_carousel__reviews .reviews-slide .reviews-content {
    float: left;
    text-align: left;
    width: 83%;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info {
    padding: 0 0 5px 55px;
    margin-bottom: 0;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info {
    padding: 0 0 8px 55px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info:before {
    width: 49px;
    height: 49px;
    line-height: 98px;
    font-size: 64px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info .reviews-info--name {
    font-size: 20px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info .reviews-info--job {
    font-size: 16px;
    margin-top: 5px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-quote {
    padding: 32px 24px;
    min-height: 85px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-quote p {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info {
    padding: 0 0 8px 71px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info:before {
    width: 60px;
    height: 60px;
    line-height: 115px;
    font-size: 80px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info .reviews-info--name {
    font-size: 24px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-info .reviews-info--job {
    font-size: 18px;
    margin-top: 10px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-quote {
    padding: 44px 24px;
    min-height: 139px;
  }
  .mod_owl_carousel__reviews .reviews-slide .reviews-content .reviews-quote p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .mod_owl_carousel__reviews .reviews-slide--reverse .reviews-image {
    text-align: right;
    float: right;
    width: 17%;
  }
}
@media (min-width: 768px) {
  .mod_owl_carousel__reviews .reviews-slide--reverse .reviews-content {
    float: right;
  }
  .mod_owl_carousel__reviews .reviews-slide--reverse .reviews-content .reviews-info {
    position: relative;
    padding: 0 71px 8px 0;
    text-align: right;
  }
  .mod_owl_carousel__reviews .reviews-slide--reverse .reviews-content .reviews-info:before {
    right: 0;
    left: auto;
  }
}
.mod_owl_carousel__team {
  padding-bottom: 120px;
}
.mod_owl_carousel__team .owl-item_content .team-item-box {
  height: 460px;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-link:before {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(96, 166, 208, 0.71);
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
  z-index: -1;
}
.mod_owl_carousel__team .owl-item_content .team-item-box:hover .team-item-link:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-socials .team-item-socials-item {
  display: block;
  padding-top: 13px;
  padding-left: 14px;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-socials .team-item-socials-item a {
  display: inline-block;
  color: #fff;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-socials .team-item-socials-item a span {
  font-size: 19px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-socials .team-item-socials-item a:hover {
  color: #000;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-socials .team-item-socials-item + * {
  margin-top: 0;
  padding-top: 9px;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-caption .team-item-name {
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-shadow: 1px 1px #000000;
}
.mod_owl_carousel__team .owl-item_content .team-item-box .team-item-caption .team-item-job {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px #000000;
}
.mod_owl_carousel__team .owl-nav {
  position: absolute;
  right: 0;
  bottom: 13px;
}
.mod_owl_carousel__team .owl-nav .owl-prev, .mod_owl_carousel__team .owl-nav .owl-next {
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  border-radius: 0;
  outline: none;
  border: none;
  z-index: 1;
}
.mod_owl_carousel__team .owl-nav .owl-prev:before, .mod_owl_carousel__team .owl-nav .owl-next:before {
  color: #ffffff;
  font-size: 18px;
  line-height: 48px;
}
.mod_owl_carousel__team .owl-nav .owl-prev:hover, .mod_owl_carousel__team .owl-nav .owl-next:hover {
  opacity: 1;
}
.mod_owl_carousel__team .owl-nav .owl-prev:hover:before, .mod_owl_carousel__team .owl-nav .owl-next:hover:before {
  color: #ff0000;
}
.mod_owl_carousel__team .owl-nav .owl-prev {
  left: 0;
}
.mod_owl_carousel__team .owl-nav .owl-prev:before {
  content: "";
}
.mod_owl_carousel__team .owl-nav .owl-next {
  right: 0;
}
.mod_owl_carousel__team .owl-nav .owl-next:before {
  content: "";
}
.mod_owl_carousel__team.team-white .owl-nav .owl-prev, .mod_owl_carousel__team.team-white .owl-nav .owl-next {
  background: #fff;
  color: #000;
}
.mod_owl_carousel__team.team-white .owl-nav .owl-prev:before, .mod_owl_carousel__team.team-white .owl-nav .owl-next:before {
  color: #000;
}
.mod_owl_carousel__team.team-white .owl-nav .owl-prev:hover:before, .mod_owl_carousel__team.team-white .owl-nav .owl-next:hover:before {
  color: #ff0000;
}
.mod_owl_carousel__team.team-white .team-item-socials-item a:hover span {
  color: #000 !important;
}

.search.modal_search {
  padding: 15px;
}
.search.modal_search .form-search {
  padding: 0;
  margin: 0;
  position: relative;
}
.search.modal_search .form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  height: 62px;
  border-radius: 0;
}
.search.modal_search .form-search .btn:before {
  content: "";
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
}
.search.modal_search .form-search #mod-search-searchword {
  width: 100%;
  padding-right: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .search.modal_search .navbar-form {
    margin: 0;
  }
}

.blog-search .search form {
  padding: 0;
  margin: 0;
}
.blog-search .search form .input-group {
  position: relative;
  padding: 0;
}
.blog-search .search form .input-group input.form-control {
  width: 100%;
  padding-right: 30px;
  margin: 0;
  border-radius: 0;
}
.blog-search .search form .input-group input.form-control:focus {
  z-index: 0;
}
.blog-search .search form .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.blog-search .search form .input-group .input-group-btn .btn {
  background: transparent;
  padding: 0 17px 0 5px;
  border: none;
  letter-spacing: 0.1em;
  height: 62px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}
.blog-search .search form .input-group .input-group-btn .btn:before {
  content: "";
  font-family: "Linearicons";
  font-size: 14px;
  color: #000;
}
.blog-search .search form .input-group .input-group-btn .btn:before, .blog-search .search form .input-group .input-group-btn .btn:after {
  top: auto;
}
.blog-search .search form .input-group .input-group-btn .btn:hover {
  background: transparent;
}
.blog-search .search form .input-group .input-group-btn .btn:hover:before {
  color: #ff0000;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 40px;
  text-align: center;
  margin-top: -28px;
  z-index: 10;
  cursor: pointer;
  color: #212529;
  border-radius: 50%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  background: #ff0000;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  background: white;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 5%;
}

.swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
}

.swiper-button-next {
  right: 5%;
}

.swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
}

.swiper-pagination {
  display: block;
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  outline: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #ff0000;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-adjust-hue 1s steps(12, end) infinite;
  animation: swiper-preloader-adjust-hue 1s steps(12, end) infinite;
}

.swiper-slide > .vide__body,
.swiper-slide > .slider-parallax-content {
  height: 100%;
}

.slider-parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slider-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.slider-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.slider-parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slider-parallax-content .slide-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.swiper-slider .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  white-space: nowrap;
}
.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
  white-space: normal;
  padding: 0;
  text-align: center;
}
.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption * + .btn {
  margin-top: rem(100px);
}
.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .btn {
    margin-top: 0;
  }
}
.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption.container {
  width: 100%;
}
.swiper-slider .swiper-slide .slide-inner {
  min-height: inherit;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .swiper-slider .swiper-slide .slide-inner {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .swiper-slider__swiper-1:hover .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .swiper-slider__swiper-1:hover .swiper-button-prev {
    left: 0;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption {
  width: 100%;
  white-space: normal;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption {
    padding-bottom: 0;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
  white-space: normal;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption {
    text-align: left;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-title {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-title {
    font-size: 90px;
    line-height: 92px;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-text {
  margin-top: 32px;
  padding-left: 45px;
  position: relative;
  line-height: 26px;
  text-align: left;
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-text p {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-text:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: #248d98;
}
@media (min-width: 576px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-text:before {
    width: 88px;
  }
}
@media (min-width: 576px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .swiper_caption .swiper-slide-text {
    padding-left: 108px;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .img-wrapper-1 {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .img-wrapper-1 {
    text-align: left;
    padding: 0;
  }
}
.swiper-slider__swiper-1.swiper-slider .swiper-slide .swiper-slide-caption .img-wrapper-1 img {
  display: inline-block;
}
.swiper-slider__swiper-1 .swiper-button-prev,
.swiper-slider__swiper-1 .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * 44px / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 10px;
  height: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: 0.33s all linear;
  -o-transition: 0.33s all linear;
  transition: 0.33s all linear;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1 .swiper-button-prev,
.swiper-slider__swiper-1 .swiper-button-next {
    background: #fff;
  }
}
@media (min-width: 1600px) {
  .swiper-slider__swiper-1 .swiper-button-prev,
.swiper-slider__swiper-1 .swiper-button-next {
    width: 170px;
  }
}
@media (min-width: 1910px) {
  .swiper-slider__swiper-1 .swiper-button-prev,
.swiper-slider__swiper-1 .swiper-button-next {
    width: 180px;
  }
}
.swiper-slider__swiper-1 .swiper-button-prev:before,
.swiper-slider__swiper-1 .swiper-button-next:before {
  border-radius: 0;
}
.swiper-slider__swiper-1 .swiper-button-prev:hover,
.swiper-slider__swiper-1 .swiper-button-next:hover {
  color: #248d98;
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1 .swiper-button-prev:hover:before,
.swiper-slider__swiper-1 .swiper-button-next:hover:before {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .swiper-slider__swiper-1 .swiper-button-prev:hover:before,
.swiper-slider__swiper-1 .swiper-button-next:hover:before {
    top: 50%;
    width: 110px;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .swiper-slider__swiper-1 .swiper-button-prev {
    left: -100px;
  }
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1 .swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 1600px) {
  .swiper-slider__swiper-1 .swiper-button-prev {
    left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.swiper-slider__swiper-1 .swiper-button-prev:before {
  display: none;
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1 .swiper-button-prev:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 0;
    background: #000000;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: -1;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .swiper-slider__swiper-1 .swiper-button-prev:before {
    top: 50%;
    width: 80px;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .swiper-slider__swiper-1 .swiper-button-next {
    right: -100px;
  }
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1 .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 1600px) {
  .swiper-slider__swiper-1 .swiper-button-next {
    right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.swiper-slider__swiper-1 .swiper-button-next:before {
  display: none;
}
@media (min-width: 1400px) {
  .swiper-slider__swiper-1 .swiper-button-next:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 0;
    background: #000000;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: -1;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .swiper-slider__swiper-1 .swiper-button-next:before {
    top: 50%;
    width: 80px;
    height: 1px;
  }
}

.swiper-counter-wrapper {
  font-size: 16px;
  line-height: 1;
  color: #000;
  position: relative;
  width: 100%;
}
.swiper-counter-wrapper::before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: -15px;
  bottom: 0;
  width: 67.5%;
  height: 2px;
  background: #dfe7ea;
  margin: auto 0;
  z-index: -1;
}
.swiper-counter-wrapper::after {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  top: -15px;
  bottom: 0;
  width: 12%;
  height: 2px;
  background: #dfe7ea;
  margin: auto 0;
  z-index: -1;
}

.swiper-counter {
  position: absolute;
  right: 25%;
  bottom: 0;
}

.swiper-counter-quantity {
  position: absolute;
  right: 17%;
  bottom: 0;
  padding-left: 8%;
}
.swiper-counter-quantity::before {
  position: absolute;
  content: "";
  left: 0;
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .swiper-counter-wrapper::before {
    width: 73%;
  }
  .swiper-counter-wrapper::after {
    width: 17%;
  }
}
@media (min-width: 768px) {
  .swiper-counter-wrapper::after {
    width: 17%;
  }

  .swiper-counter-quantity {
    right: 19%;
    padding-left: 4%;
  }
}
@media (min-width: 992px) {
  .swiper-counter-wrapper::before {
    width: 73%;
  }
  .swiper-counter-wrapper::after {
    width: 16.6%;
  }
}
@media (min-width: 1800px) {
  .swiper-counter-wrapper::before {
    width: 77%;
  }
  .swiper-counter-wrapper::after {
    width: 19.6%;
  }

  .swiper-counter {
    right: 22%;
  }

  .swiper-counter-quantity {
    right: 20%;
    padding-left: 2%;
  }
}
.mod_tm_ajax_contact_form {
  margin-bottom: 1.5;
}
.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_select {
  margin-bottom: 20px;
  font-size: 0;
}
.mod_tm_ajax_contact_form .control-group-input {
  position: relative;
}
.mod_tm_ajax_contact_form .control-group-input.reset-margin, .mod_tm_ajax_contact_form .control-group-input:last-child,
.mod_tm_ajax_contact_form .control-group-input select,
.mod_tm_ajax_contact_form .control-group-input textarea,
.mod_tm_ajax_contact_form .control-group-input input[type=text],
.mod_tm_ajax_contact_form .control-group-input input[type=password],
.mod_tm_ajax_contact_form .control-group-input input[type=datetime],
.mod_tm_ajax_contact_form .control-group-input input[type=datetime-local],
.mod_tm_ajax_contact_form .control-group-input input[type=date],
.mod_tm_ajax_contact_form .control-group-input input[type=dates] input[type=month],
.mod_tm_ajax_contact_form .control-group-input input[type=time],
.mod_tm_ajax_contact_form .control-group-input input[type=times],
.mod_tm_ajax_contact_form .control-group-input input[type=week],
.mod_tm_ajax_contact_form .control-group-input input[type=number],
.mod_tm_ajax_contact_form .control-group-input input[type=email],
.mod_tm_ajax_contact_form .control-group-input input[type=url],
.mod_tm_ajax_contact_form .control-group-input input[type=search],
.mod_tm_ajax_contact_form .control-group-input input[type=tel],
.mod_tm_ajax_contact_form .control-group-input input[type=color],
.mod_tm_ajax_contact_form .control-group-input .uneditable-input {
  width: 100%;
}
.mod_tm_ajax_contact_form .control-group-input.reset-margin {
  margin-bottom: 0;
}
.mod_tm_ajax_contact_form .control-group-captcha {
  margin-bottom: 20px;
}
.mod_tm_ajax_contact_form table {
  border: none;
}
.mod_tm_ajax_contact_form table tr {
  border: none;
}
.mod_tm_ajax_contact_form table tr td {
  border: none;
}
.mod_tm_ajax_contact_form .timepicker .btn {
  padding: 3px;
  margin: 0;
  background: #eee;
  color: #777;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .timepicker .btn:before {
  display: none;
}
.mod_tm_ajax_contact_form .timepicker .btn:hover {
  background: #c8c8c8;
  color: #777;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .timepicker .btn span {
  margin: 0;
  padding: 0;
  background: transparent;
}
.mod_tm_ajax_contact_form .timepicker .timepicker-hour,
.mod_tm_ajax_contact_form .timepicker .timepicker-minute {
  color: #777;
}
.mod_tm_ajax_contact_form .datepicker .datepicker-days tr th,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th {
  background: #777;
  color: #eee;
  border-radius: 0;
}
.mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.prev, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.picker-switch, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.next,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.prev,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.picker-switch,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.next {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.prev:hover, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.picker-switch:hover, .mod_tm_ajax_contact_form .datepicker .datepicker-days tr th.next:hover,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.prev:hover,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.picker-switch:hover,
.mod_tm_ajax_contact_form .datepicker .datepicker-months tr th.next:hover {
  background: #515151;
  color: #eee;
}
.mod_tm_ajax_contact_form .datepicker tbody tr td.day {
  background: #777;
  color: #eee;
}
.mod_tm_ajax_contact_form .datepicker tbody tr td.day:hover {
  background: #515151;
  color: #eee;
}
.mod_tm_ajax_contact_form .datepicker tbody tr td {
  background: #777;
  color: #eee;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mod_tm_ajax_contact_form .datepicker tbody tr td span:hover {
  background: #515151;
  color: #eee;
}
.mod_tm_ajax_contact_form .control-group-button {
  margin-top: 20px;
  text-align: right;
}
.mod_tm_ajax_contact_form .control-group-button .btn {
  background: #248d98;
  padding: 17px 70px;
}
.mod_tm_ajax_contact_form .control-group-button .btn:hover {
  background: #000;
}
.mod_tm_ajax_contact_form .checkbox-area {
  margin-bottom: 20px;
}
.mod_tm_ajax_contact_form .checkbox-area .checkbox_label {
  display: inline;
}
.mod_tm_ajax_contact_form .checkbox-area .checkbox {
  margin: 0;
}
.mod_tm_ajax_contact_form .checkbox-area .checkbox mark {
  width: 150px;
  left: 0;
}
.mod_tm_ajax_contact_form .checkbox-area .checkbox mark label {
  padding: 0;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.mod_tm_parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
}
.mod_tm_parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

body.mobile .mod_tm_parallax {
  position: absolute;
}

.mod_tm_portfolio .portfolio_filters,
.mod_tm_portfolio .portfolio_sorting {
  text-align: center;
}
.mod_tm_portfolio .portfolio_filters b,
.mod_tm_portfolio .portfolio_sorting b {
  display: block;
  margin: 0 0 15px;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content {
  margin: 20px 0;
  text-align: center;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img {
  position: relative;
  display: block;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img img {
  max-width: none;
  width: 100%;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img .more_wrapper {
  background: rgba(255, 0, 0, 0.5);
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  width: 100%;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img .more_wrapper .vert-align {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img .more_wrapper .vert-align .btn {
  background: white;
  color: black;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img .more_wrapper .vert-align .btn:hover {
  background: black;
  color: white;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_img:hover .more_wrapper {
  opacity: 1;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h1.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h2.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h3.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h4.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h5.item_title a, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h6.item_title a {
  color: #ff0000;
}
.mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h1.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h2.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h3.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h4.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h5.item_title a:hover, .mod_tm_portfolio .portfolio-container .portfolio-item .portfolio-item__content .item_header h6.item_title a:hover {
  color: #000;
}
.mod_tm_portfolio ul#filters {
  margin: 0 0 15px;
  display: block;
}
.mod_tm_portfolio ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mod_tm_portfolio ul#filters li a {
  cursor: pointer;
  background: #ff0000;
  color: white;
}
.mod_tm_portfolio ul#filters li a:hover {
  background: #000;
}
.mod_tm_portfolio ul#filters li a.active {
  background: #000;
}
.mod_tm_portfolio ul#filters li + li {
  margin-top: 0;
}
.mod_tm_portfolio ul#sort {
  display: inline-block;
  margin-bottom: 1.5;
}
.mod_tm_portfolio ul#sort li {
  margin: 0 8px 16px;
  float: left;
}
.mod_tm_portfolio ul#sort li a {
  cursor: pointer;
  border: none;
}
.mod_tm_portfolio ul#sort li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 7px;
}
.mod_tm_portfolio ul#sort li a[data-order=asc]:after {
  content: "";
}
.mod_tm_portfolio ul#sort li a[data-order=desc]:after {
  content: "";
}
.mod_tm_portfolio ul#sort li a:hover {
  border: none;
}
.mod_tm_portfolio ul#sort li a + a {
  display: none;
}
.mod_tm_portfolio ul#sort li.active a {
  border: none;
}
.mod_tm_portfolio ul#sort li.active a:hover {
  border: none;
}
.mod_tm_portfolio .block {
  display: block !important;
}
.mod_tm_portfolio .none {
  display: none !important;
}

.mod_tm_portfolio__portfolio-full .item_img {
  overflow: hidden;
  position: relative;
}
.mod_tm_portfolio__portfolio-full .item_img a {
  position: relative;
  display: block;
  overflow: hidden;
}
.mod_tm_portfolio__portfolio-full .item_img a:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  width: auto;
  height: auto;
  border: 2px solid #ffffff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
          transform: scale3d(1.4, 1.4, 1);
  z-index: 1;
}
.mod_tm_portfolio__portfolio-full .item_img a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  opacity: 0;
  color: #ffffff;
  font-size: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
}
.mod_tm_portfolio__portfolio-full .item_img a .grid-item-hover {
  height: 0;
  top: 50%;
  bottom: auto;
  left: 50%;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  position: absolute;
  background-blend-mode: darken;
  background-color: rgba(255, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mod_tm_portfolio__portfolio-full .item_img a:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.mod_tm_portfolio__portfolio-full .item_img a:hover:after {
  opacity: 1;
  font-size: 32px;
}
.mod_tm_portfolio__portfolio-full .item_img a:hover .grid-item-hover {
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.mod_tm_portfolio__portfolio-full .item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.mod_tm_portfolio__portfolio-full .btn {
  background: transparent !important;
  padding: 0;
}
.mod_tm_portfolio__portfolio-full .btn:before, .mod_tm_portfolio__portfolio-full .btn:after {
  display: none;
}
.mod_tm_portfolio__portfolio-full .btn:hover, .mod_tm_portfolio__portfolio-full .btn.active {
  background: transparent !important;
  color: #ff0000 !important;
}

.mod_tm_progress_bars .progress-linear {
  margin: 20px 0;
  position: relative;
  height: 12px;
}
.mod_tm_progress_bars .progress-linear .progress-header .progress-title {
  float: left;
}
.mod_tm_progress_bars .progress-linear .progress-header .progress-value {
  float: right;
}
.mod_tm_progress_bars .progress-linear .progress-header .progress-value:after {
  content: "%";
}
.mod_tm_progress_bars .progress-linear .progress-bar-linear-wrap {
  background: #dee2e6;
  height: 100%;
  border-radius: 3px;
}
.mod_tm_progress_bars .progress-linear .progress-bar-linear-wrap .progress-bar-linear {
  height: 100%;
  border-radius: 3px;
  width: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.mod_tm_progress_bars .progress-circle {
  text-align: center;
  margin: 20px 0;
}
.mod_tm_progress_bars .progress-circle .progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  text-align: center;
  padding: 10%;
}
@media (max-width: 1199px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    padding: 0 30% 15px 30%;
  }
}
@media (max-width: 479px) {
  .mod_tm_progress_bars .progress-circle .progress-bar-circle {
    padding: 10%;
  }
}
.mod_tm_progress_bars .progress-circle .progress-bar-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  height: 74%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.mod_tm_progress_bars .progress-circle .progress-bar-circle canvas {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.mod_tm_progress_bars .progress-circle .progress-bar-circle span {
  position: absolute;
  top: 48%;
  left: 50%;
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod_tm_progress_bars .progress-circle .progress-bar-circle span:after {
  content: "%";
}
.sp-module::after {
  display: block;
  clear: both;
  content: "";
}
.sp-module > div + div {
  margin-top: 30px;
}
.sp-module > div#system-message-container + div {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .sp-module .sp-module-title {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .container-inner > .row > [class*=col-]:not([class*=col-md]) + [class*=col-] {
    margin-top: 40px;
  }
}
@media (max-width: 767.9px) {
  .container-inner > .row > [class*=col-md] + [class*=col-] {
    margin-top: 40px;
  }
}

#sp-right .sp-column .sp-module,
#sp-left .sp-column .sp-module {
  padding: 0;
}
#sp-right .sp-column .sp-module + *,
#sp-left .sp-column .sp-module + * {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .sp-module.working-time .sp-module-title {
    text-align: center;
  }
}
.sp-module.title-block {
  text-align: center;
}
.sp-module.title-block .sp-module-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sp-module.title-block .sp-module-title .title-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .sp-module.title-block {
    text-align: left;
  }
  .sp-module.title-block .sp-module-title .title-dots {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sp-module.team {
  padding-top: 0;
}
.sp-module.map {
  padding-bottom: 0;
}
.sp-module.social-menu {
  padding: 0;
}
.sp-module.projects {
  padding: 0 23px;
}
.sp-module.projects .sp-module-title + * {
  margin-top: 59px;
}
.sp-module.icon-box .sp-module-title + * {
  margin-top: 62px;
}
.sp-module.team .sp-module-title + * {
  margin-top: 61px;
}
.sp-module.about-single .sp-module-title + * {
  margin-top: 53px;
}

.categories-module ul.categories-module {
  margin-bottom: 1.5;
}
.categories-module ul.categories-module li {
  list-style: none;
}
.categories-module.blog_categories li {
  border: none;
  position: relative;
  padding: 0;
  padding-left: 19px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.categories-module.blog_categories li:before {
  content: "";
  font-family: "Linearicons";
  font-size: 14px;
  line-height: inherit;
  color: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.categories-module.blog_categories li + li {
  margin-top: 19px;
}
.categories-module.blog_categories li a {
  color: #000;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}
.categories-module.blog_categories li a:hover {
  color: #ff0000;
}
.categories-module.blog_categories.nav-tabs li {
  padding: 0;
}
.categories-module.blog_categories.nav-tabs li:before {
  display: none;
}
.categories-module.blog_categories span {
  text-decoration: none;
}

.category-module {
  margin-bottom: 1.5;
}
.category-module li {
  list-style: none;
}

.mod_tm_counters .counter_item {
  margin: 20px 0;
}
.mod_tm_counters .counter_item .counter-wrapper {
  position: relative;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  text-align: center;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-icon {
  font-size: 40px;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 27px;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-value {
  font-size: 64px;
  line-height: 94px;
  font-weight: bold;
  border: none;
  color: #ff0000;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box .counter-symbol {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-value-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 60px;
  height: 1px;
  background: #D9D9D9;
}
.mod_tm_counters .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content .counter-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  color: #ff0000;
}

.mod_tm_counters__circle .counter_item {
  text-align: center;
}
.mod_tm_counters__circle .counter_item .counter-wrapper {
  display: block;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #eaeaea;
}
.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box {
  width: 100%;
  padding-top: 100%;
}
.mod_tm_counters__circle .counter_item .counter-wrapper .counter-wrapper-box .counter-wrapper-box_content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.jlslogin #login-form {
  margin-bottom: 0;
}
.jlslogin #login-form .userdata #form-login-username label + *,
.jlslogin #login-form .userdata #form-login-password label + * {
  margin-top: 10px;
}
.jlslogin #login-form .userdata #form-login-username .inputbox,
.jlslogin #login-form .userdata #form-login-password .inputbox {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 14px;
  width: 100%;
}
.jlslogin #login-form .userdata #form-login-remember {
  margin-top: 7px;
}
.jlslogin #login-form .userdata #form-login-remember label {
  font-weight: normal;
}
.jlslogin #login-form .ul-jlslogin {
  margin-bottom: 20px;
}
.jlslogin #slogin-buttons .btn {
  margin-bottom: 10px;
}
.jlslogin #slogin-buttons .btn:hover {
  background: #000;
}
.sp-megamenu-wrapper .login_megamenu .jlslogin #login-form,
.mobile-menu-box .login_megamenu .jlslogin #login-form {
  margin-bottom: 15px;
}
.sp-megamenu-wrapper .login_megamenu .jlslogin #login-form .userdata,
.mobile-menu-box .login_megamenu .jlslogin #login-form .userdata {
  margin-bottom: 10px;
}
.sp-megamenu-wrapper .login_megamenu .jlslogin #login-form .userdata #form-login-remember span,
.mobile-menu-box .login_megamenu .jlslogin #login-form .userdata #form-login-remember span {
  border: 1px solid #000;
}
.sp-megamenu-wrapper .login_megamenu .jlslogin label + *,
.mobile-menu-box .login_megamenu .jlslogin label + * {
  margin-top: 0;
  margin-bottom: 10px;
}
.sp-megamenu-wrapper .login_megamenu .jlslogin a.btn,
.mobile-menu-box .login_megamenu .jlslogin a.btn {
  padding: 10px 15px;
  background: #ff0000;
  color: white;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.sp-megamenu-wrapper .login_megamenu .jlslogin a.btn:hover,
.mobile-menu-box .login_megamenu .jlslogin a.btn:hover {
  background: #000;
}

.mod_tm_google_map {
  position: relative;
}
.mod_tm_google_map .rd-google-map .map_locations {
  display: none;
}
@media (max-width: 767px) {
  .mod_tm_google_map .rd-google-map {
    height: 300px !important;
  }
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div {
  max-width: 300px !important;
  min-width: 270px;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div div {
  max-width: 300px !important;
  min-width: 270px;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d {
  max-width: 270px !important;
  min-width: 270px;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content {
  background: #fff;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content .image {
  display: inline-block;
  margin-bottom: 10px;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content .image img {
  max-width: 270px;
  min-width: 270px;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d .iw-content .desc {
  padding: 5px 15px 5px 5px;
}
.mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw-d + div {
  top: 3px !important;
  right: 1px !important;
}
@media (max-width: 767px) {
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div {
    max-width: 150px !important;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div div {
    max-width: 150px !important;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw {
    max-width: 120px !important;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw .iw-content .image {
    display: inline-block;
    margin-bottom: 10px;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw .iw-content .image img {
    max-width: 120px;
  }
  .mod_tm_google_map .rd-google-map .gm-style-iw-a > div .gm-style-iw + div {
    top: 3px !important;
    right: 1px !important;
  }
}
.mod_tm_google_map .map_preloader {
  z-index: 1007;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #eaeaea;
}
.mod_tm_google_map .map_preloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  stroke: #ff0000;
  height: 70px;
  width: 70px;
}
.mod_tm_google_map.map-loaded .map_preloader {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.style-switcher {
  position: fixed;
  z-index: 999999;
}

#style_switcher {
  color: #fff;
}
#style_switcher, #style_switcher .toggler {
  background: #333;
}
#style_switcher .style_switcher_form .btn,
#style_switcher .style_switcher_form .kbutton {
  color: #fff;
}
#style_switcher .style_switcher_form .btn:hover,
#style_switcher .style_switcher_form .kbutton:hover {
  color: #fff;
}
#style_switcher .toggler:hover {
  color: #fff;
}
#style_switcher.shown {
  z-index: 1008 !important;
}
#style_switcher.shown p {
  margin: 0 0 5px 0;
  padding: 0;
}
#style_switcher #color-box li + li {
  margin-top: 0;
}
#style_switcher div.color_scheme {
  position: relative;
  overflow: hidden;
  /*&.color_scheme_4 {
    background: #3989e4;
    &:before {
      top: 0;
      background: #212121;
    }
    &:after {
      bottom: 0;
      background: #212121;
    }    
  }*/
}
#style_switcher div.color_scheme:before, #style_switcher div.color_scheme:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50%;
}
#style_switcher div.color_scheme.preset1 {
  background: #ff0000;
}
#style_switcher div.color_scheme.preset1:before {
  top: 0;
  background: #000;
}
#style_switcher div.color_scheme.preset1:after {
  bottom: 0;
}
#style_switcher div.color_scheme.preset2 {
  background: #3598FE;
}
#style_switcher div.color_scheme.preset2:before {
  top: 0;
  background: #6D86A0;
}
#style_switcher div.color_scheme.preset2:after {
  bottom: 0;
}
#style_switcher div.color_scheme.preset3 {
  background: #18A291;
}
#style_switcher div.color_scheme.preset3:before {
  top: 0;
  background: #178477;
}
#style_switcher div.color_scheme.preset3:after {
  bottom: 0;
}
#style_switcher div.color_scheme.preset4 {
  background: #40499C;
}
#style_switcher div.color_scheme.preset4:before {
  top: 0;
  background: #343C82;
}
#style_switcher div.color_scheme.preset4:after {
  bottom: 0;
}

@media screen and (max-height: 550px) {
  #style_switcher {
    padding-bottom: 10px;
    bottom: 0;
  }
}
@media (max-width: 320px) {
  #style_switcher {
    width: 220px !important;
    padding: 20px !important;
  }
  #style_switcher ul {
    padding: 0 0 13px !important;
  }
  #style_switcher ul li {
    margin-right: 5px !important;
  }
}
#color_preloader {
  background: #434242;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: fixed !important;
  right: 0;
  text-align: center;
  top: 0 !important;
  z-index: 2147483647;
  display: none;
}
#color_preloader .loader_wrapper {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 300px;
  margin-left: -125px;
  margin-top: -150px;
}
#color_preloader .loader_wrapper p {
  color: white;
}
#color_preloader .uil-adjust-hue-css {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
}
#color_preloader:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#color_preloader.on {
  z-index: 100000;
  display: block;
  height: 100%;
}
#color_preloader.on:before {
  display: block;
}
#color_preloader.on .loader_wrapper {
  display: block;
}
#color_preloader.on .uil-adjust-hue-css {
  display: block;
  z-index: 1000001;
}

.uil-adjust-hue-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-adjust-hue-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.uil-adjust-hue-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #ffffff;
}

.uil-adjust-hue-css > div:nth-of-type(1) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.87s;
  animation-delay: -0.87s;
}

.uil-adjust-hue-css > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(2) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.uil-adjust-hue-css > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(3) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.62s;
  animation-delay: -0.62s;
}

.uil-adjust-hue-css > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(4) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.uil-adjust-hue-css > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(5) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.37s;
  animation-delay: -0.37s;
}

.uil-adjust-hue-css > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(6) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.uil-adjust-hue-css > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(7) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.uil-adjust-hue-css > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.uil-adjust-hue-css > div:nth-of-type(8) > div {
  -webkit-animation: uil-adjust-hue-css 1s linear infinite;
  animation: uil-adjust-hue-css 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.uil-adjust-hue-css > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
      transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-megamenu-wrapper h1, .sp-megamenu-wrapper h2, .sp-megamenu-wrapper h3, .sp-megamenu-wrapper h4, .sp-megamenu-wrapper h5, .sp-megamenu-wrapper h6,
.slicknav_menu h1,
.slicknav_menu h2,
.slicknav_menu h3,
.slicknav_menu h4,
.slicknav_menu h5,
.slicknav_menu h6 {
  margin: 0;
  padding: 0;
}
.sp-megamenu-wrapper .dropdown-header.mega-group-title,
.sp-megamenu-wrapper .moduletable .page_header .moduleTitle,
.slicknav_menu .dropdown-header.mega-group-title,
.slicknav_menu .moduletable .page_header .moduleTitle {
  padding: 0 15px;
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 30px;
  color: #000;
}
.sp-megamenu-wrapper .moduletable .page_header .moduleTitle,
.slicknav_menu .moduletable .page_header .moduleTitle {
  padding: 0;
}
.sp-megamenu-wrapper .moduletable,
.slicknav_menu .moduletable {
  padding-bottom: 0;
}
.sp-megamenu-wrapper .mega-inner .mega-inner,
.slicknav_menu .mega-inner .mega-inner {
  padding: 0;
}
.sp-megamenu-wrapper .notitle a.mega-group-title,
.slicknav_menu .notitle a.mega-group-title {
  display: none;
}
@media (max-width: 767px) {
  .sp-megamenu-wrapper,
.slicknav_menu {
    padding-bottom: 0;
    max-width: 268px;
  }
  .sp-megamenu-wrapper .mega-dropdown-inner,
.slicknav_menu .mega-dropdown-inner {
    padding: 0 15px;
  }
  .sp-megamenu-wrapper .mega-dropdown-inner .mega-dropdown-inner,
.slicknav_menu .mega-dropdown-inner .mega-dropdown-inner {
    padding: 0;
  }
  .sp-megamenu-wrapper .moduletable,
.sp-megamenu-wrapper .mega-col-module,
.sp-megamenu-wrapper .mega-col-nav,
.sp-megamenu-wrapper [class*=col-sm-],
.slicknav_menu .moduletable,
.slicknav_menu .mega-col-module,
.slicknav_menu .mega-col-nav,
.slicknav_menu [class*=col-sm-] {
    padding: 0;
  }
  .sp-megamenu-wrapper .moduletable .row,
.sp-megamenu-wrapper .mega-col-module .row,
.sp-megamenu-wrapper .mega-col-nav .row,
.sp-megamenu-wrapper [class*=col-sm-] .row,
.slicknav_menu .moduletable .row,
.slicknav_menu .mega-col-module .row,
.slicknav_menu .mega-col-nav .row,
.slicknav_menu [class*=col-sm-] .row {
    margin: 0;
  }
  .sp-megamenu-wrapper .nav-child,
.slicknav_menu .nav-child {
    margin: 0;
  }
  .sp-megamenu-wrapper .level2,
.slicknav_menu .level2 {
    padding-left: 15px;
  }
}
.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li,
.slicknav_menu .categories-module.blog_categories_megamenu li {
  border: none;
  position: relative;
  padding: 0;
  padding-left: 19px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li:before,
.slicknav_menu .categories-module.blog_categories_megamenu li:before {
  content: "";
  font-family: "Linearicons";
  font-size: 14px;
  line-height: inherit;
  color: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li + li,
.slicknav_menu .categories-module.blog_categories_megamenu li + li {
  margin-top: 19px;
}
.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li a,
.slicknav_menu .categories-module.blog_categories_megamenu li a {
  color: #000;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}
.sp-megamenu-wrapper .categories-module.blog_categories_megamenu li a:hover,
.slicknav_menu .categories-module.blog_categories_megamenu li a:hover {
  color: #ff0000;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item,
.slicknav_menu .mod-newsflash-adv__latest_posts .item {
  margin-bottom: 10px;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_img,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_img {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_img,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_img {
    float: none;
    max-width: none;
    margin: 0 0 10px 0;
  }
  .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_img img,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_img img {
    width: 100%;
    max-width: none;
  }
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_title,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_title {
  font-size: 14px;
  line-height: 20px;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_title a,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_title a {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  font-weight: 400;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby,
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #ff0000;
  position: relative;
  padding-left: 0;
  display: inline;
  letter-spacing: 1.4px;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:before,
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
  position: relative;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:after,
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:after {
  display: none;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 14px;
  color: #ff0000;
  position: relative;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby {
  margin-right: 10px;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:before, .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_createdby:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_createdby:after {
  content: "";
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published {
  padding-left: 0;
}
.sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:before, .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item .item_published:after,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:before,
.slicknav_menu .mod-newsflash-adv__latest_posts .item .item_published:after {
  content: "";
}
@media (max-width: 767px) {
  .sp-megamenu-wrapper .mod-newsflash-adv__latest_posts .item,
.slicknav_menu .mod-newsflash-adv__latest_posts .item {
    margin-bottom: 30px;
  }
}
.sp-megamenu-wrapper .mega-col-module span,
.slicknav_menu .mega-col-module span {
  color: inherit !important;
  background: inherit !important;
}
.sp-megamenu-wrapper .mega-col-module span:hover,
.slicknav_menu .mega-col-module span:hover {
  color: inherit !important;
  background: inherit !important;
}

.mobile-menu-box .mod-newsflash-adv__latest_posts .item .item_content {
  margin-bottom: 20px;
}
.mobile-menu-box .mod-newsflash-adv__latest_posts .item .item_img {
  float: none;
  max-width: none;
  margin: 0 0 10px 0;
}
.mobile-menu-box .mod-newsflash-adv__latest_posts .item .item_img img {
  width: 100%;
  max-width: none;
}
.mobile-menu-box .mod-newsflash-adv__latest_posts .item .item_title {
  color: inherit;
}
.mobile-menu-box .categories-module.blog_categories_megamenu li:before {
  color: inherit;
}
.mobile-menu-box .categories-module.blog_categories_megamenu li a {
  color: inherit;
}

.nav.menu.social-menu {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.nav.menu.social-menu li {
  display: inline-block;
  margin: 0 10px;
}
.nav.menu.social-menu li a {
  text-decoration: none;
  display: block;
}
.nav.menu.social-menu li a:hover {
  background: none;
}

.jg_catelem_photo {
  font-size: 0;
  line-height: 0;
}

.loaded .jg_element_cat {
  display: none;
}

.jg_element_cat {
  margin: 15px 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .jg_element_cat {
    width: 100%;
  }
}

.jg_imgalign_catsubs {
  font-size: 0;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.jg_imgalign_catsubs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.jg_imgalign_catsubs:hover .jg_photo_custom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jg_imgalign_catsubs:hover .jg_subcatelem_txt {
  opacity: 1;
}
.jg_subcatelem_cat a {
  height: auto;
}

.jg_subcatelem_photo a {
  display: block;
}
.jg_subcatelem_photo img {
  width: 100%;
  max-width: none;
  height: auto;
}

.jg_subcatelem_txt {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.jg_subcatelem_txt:before {
  content: "";
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #ff0000;
}
.jg_subcatelem_txt ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 99%;
  vertical-align: middle;
}
.jg_subcatelem_txt ul li {
  font-size: 16px;
  line-height: 1.5;
}
.jg_subcatelem_txt ul li:before {
  display: none;
}
.jg_subcatelem_txt ul a {
  color: #fff;
  position: relative;
}
.jg_subcatelem_txt ul a:hover {
  color: #fff;
}
.jg_subcatelem_txt .jg_subcatelem_txt__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.jg_catelem_txt {
  margin: 0;
  text-align: center !important;
}
.jg_catelem_txt .gallery_desc p + p {
  display: none;
}
.jg_catelem_txt ul li a:hover {
  color: #000;
}
.jg_catelem_txt ul li:before {
  display: none;
}
.jg_catelem_txt ul li > * {
  color: #fff;
}

.jg_dtl_photo {
  font-size: 0;
  line-height: 0;
}
.jg_dtl_photo .lazy_container {
  width: 100%;
}
.jg_dtl_photo .lazy_container .lazy_preloader {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jg_dtl_photo .lazy_container img {
  position: relative;
}

div.jg_details,
div.jg_voting,
div.jg_commentsarea,
div.jg_send2friend,
div.jg_bbcode,
div.jg_exif,
div.jg_panemodule {
  border: none;
  margin: 0;
}

.jg_iconbar {
  padding: 0;
}

.jg_imgtitle {
  text-align: left;
}

.jg_imgalign_catimgs {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.jg_imgalign_catimgs img {
  width: 100%;
  max-width: none;
  height: auto;
}
.jg_imgalign_catimgs .jg_photo_custom {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.jg_imgalign_catimgs .jg_catelem_txt {
  background: rgba(255, 0, 0, 0.5);
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
}
.jg_imgalign_catimgs .jg_catelem_txt .item_title {
  color: inherit;
}
.jg_imgalign_catimgs .jg_catelem_txt:before {
  content: "";
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
  background: #ff0000;
}
.jg_imgalign_catimgs .jg_catelem_txt ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  max-width: 99%;
  padding: 0 10px;
  vertical-align: middle;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a {
  font-size: 28px;
  margin: 0 5px;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a i:before {
  font-weight: 900;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover {
  color: #000000;
}
.jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover i:before {
  color: rgba(255, 255, 255, 0.5);
}
.jg_imgalign_catimgs:hover .jg_photo_custom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jg_imgalign_catimgs:hover .jg_catelem_txt {
  opacity: 1;
}

.jg_gallery {
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin-bottom: 3;
}

.jg_catorderlist {
  text-align: left;
  white-space: normal;
}
.jg_catorderlist > strong {
  display: block;
  margin-bottom: 15px;
}

.jg_links .fancybox-thumb .lazy,
.jg_links .fancybox-thumb img {
  display: none;
}

#joomcommentform {
  margin-bottom: 3;
  text-align: left;
}
#joomcommentform + .jg_row1 {
  padding-bottom: 0;
}
#joomcommentform .btn-group {
  display: inline-block;
}
#joomcommentform .input_wrapper {
  position: relative;
}

.jg_comments_title {
  margin-bottom: 30px;
}

.jg_cmtf {
  border: 1px dashed #ddd;
  border-radius: 2px;
  padding: 30px 0;
  text-align: center;
}

.ui-loader {
  display: none;
}

.jg_pathway {
  margin: 0 0 1.5;
  padding: 0;
}

ul#order {
  margin: 0 0 15px;
  overflow: hidden;
}
ul#order li {
  display: inline-block;
}

.jg_commentsarea {
  clear: both;
  padding-top: 20px;
}
.jg_commentsarea textarea {
  height: 200px;
  width: 100%;
}
.jg_commentsarea .username {
  display: block;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.5;
}
.jg_commentsarea div[class*=jg_row] {
  padding-bottom: 40px;
}
.jg_commentsarea div[class*=jg_row] .comment_text {
  display: block;
}

.jg-details-header h4 {
  padding: 0;
  text-align: inherit;
}

.jg_dtl_photo {
  text-align: center;
}

.jg_subcat {
  margin-bottom: 3;
}

.joomgallery-toggler,
.joomgallery-toggler-down {
  background-image: none;
}

.jg_detailnavi {
  padding: 20px 0;
}
.jg_detailnavi a img.pngfile {
  display: none;
}

#jg_dtl_photo {
  max-width: 100%;
}

.jdGallery .slideElement {
  background-size: cover;
}

.jdGallery a.carouselBtn {
  padding: 9px 10px;
}

div.jg_details,
div.jg_commentsarea {
  background: transparent;
  margin-bottom: 10px;
}

#Kunena td,
#Kunena table,
#Kunena th,
#Kunena div,
#Kunena p,
#Kunena span,
#Kunena .knewchar,
#Kunena #ktab a span {
  font-family: inherit;
}

.option-com_kunena .datepicker .datepicker-days table th {
  border-radius: 0 !important;
}
.option-com_kunena .datepicker tr th.prev,
.option-com_kunena .datepicker tr th.next,
.option-com_kunena .datepicker tr th.datepicker-switch {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.option-com_kunena .datepicker tr th.prev:hover,
.option-com_kunena .datepicker tr th.next:hover,
.option-com_kunena .datepicker tr th.datepicker-switch:hover {
  background: #eee;
  color: #777;
}

#kunena table tr td, #kunena .table tr td {
  border: 1px solid #F7F7F7;
  width: auto;
}

#kunena {
  padding: 19px;
  border: 1px solid #F7F7F7;
}
#kunena .profilebox .kwho-guest {
  display: block;
}
#kunena .profilebox img {
  display: inline-block;
}
#kunena .btn:before, #kunena .btn:after {
  display: none;
}
#kunena .message + .pull-left {
  margin-top: 40px;
}
#kunena .message + .message {
  margin-top: 20px;
  border-top: 1px solid #F7F7F7;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #kunena .hidden-xs {
    display: none;
  }
}
#kunena .h1-heading {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #kunena .h1-heading {
    font-size: 26px;
  }
}
#kunena .h2-heading {
  color: #333333;
  display: block;
  font-size: 21px;
}
#kunena .h3-heading {
  color: #333333;
  display: block;
  font-size: 19px;
}
#kunena .h4-heading {
  color: #333333;
  font-size: 16px;
}
#kunena .h5-heading {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#kunena .btn {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 20px;
}
#kunena .chzn-container {
  margin-bottom: 0;
}
#kunena form .input-group-btn .btn {
  padding: 0 10px;
  font-size: 14px;
  line-height: 62px;
  height: 62px;
}
#kunena .breadcrumb {
  display: none;
}
#kunena #jumpto {
  margin-bottom: 0;
}
#kunena #jumpto::after {
  display: block;
  clear: both;
  content: "";
}
#kunena #jumpto #catid_chzn {
  float: right;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #kunena #jumpto .chzn-container {
    width: 370px !important;
  }
  #kunena #jumpto .chzn-container .chzn-single {
    padding: 0 50px 0 25px;
    width: 100%;
  }
}
#kunena .ktopblock {
  padding: 0;
  margin-bottom: 10px;
}
#kunena .ktopblock .ktopblock-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#kunena .ktopblock .ktopblock-wrapper .kmenu,
#kunena .ktopblock .ktopblock-wrapper .klogin,
#kunena .ktopblock .ktopblock-wrapper .klogout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#kunena .ktopblock .ktopblock-wrapper .kmenu {
  margin-right: 20px;
}
#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li {
  margin-right: 44px;
}
#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li a {
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
  padding-bottom: 15px;
}
#kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li:hover a, #kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li.active a {
  color: #ff0000;
}
@media (min-width: 768px) {
  #kunena .ktopblock .ktopblock-wrapper .kmenu .navbar-nav li.active a {
    border-bottom: 1px solid #D9D9D9;
  }
}
#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .glyphicon,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .glyphicon,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .glyphicon,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .glyphicon {
  font-family: "Linearicons";
}
#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .glyphicon:before,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .glyphicon:before,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .glyphicon:before,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .glyphicon:before {
  font-family: "Linearicons" !important;
  content: "";
}
#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogin #klogin .caret,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle .caret,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin .caret,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .login-text,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle .caret {
  display: none;
}
#kunena .ktopblock .ktopblock-wrapper .klogin #klogin:after,
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown-toggle:after,
#kunena .ktopblock .ktopblock-wrapper .klogout #klogin:after,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown-toggle:after {
  display: none;
}
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  width: 300px;
}
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline {
  padding: 10px;
}
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline .control-group,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline .control-group {
  width: 100%;
}
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline .control-group .input-prepend,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline .control-group .input-prepend {
  width: 100%;
}
#kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu .form-inline .control-group .input-prepend input,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu .form-inline .control-group .input-prepend input {
  border-radius: 0;
}
@media (max-width: 767px) {
  #kunena .ktopblock .ktopblock-wrapper .klogin .dropdown .dropdown-menu,
#kunena .ktopblock .ktopblock-wrapper .klogout .dropdown .dropdown-menu {
    right: -25px;
  }
}
#kunena .ktopblock .ktopblock-wrapper .klogin ul li {
  margin: 0;
}
#kunena .ktopblock .ktopblock-wrapper #userdropdownlogout .glyphicon {
  font-family: "Linearicons";
}
#kunena .ktopblock .ktopblock-wrapper #userdropdownlogout .glyphicon:before {
  font-family: "Linearicons" !important;
}
#kunena .ktopblock .ktopblock-wrapper #userdropdownlogout .user-default:before {
  content: "";
}
#kunena .ktopblock ul.nav {
  display: block;
}
#kunena .ktopblock ul.nav li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
#kunena .ktopblock ul.nav li + li {
  margin-top: 0;
}
#kunena .section-header {
  padding-right: 54px;
  position: relative;
  background: #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#kunena .section-header .ksection-name,
#kunena .section-header .ksection-description {
  padding-top: 15px;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#kunena .section-header .ksection-name {
  padding-left: 17px;
  padding-right: 15px;
  margin-right: 24px;
  background: #000;
}
#kunena .section-header .ksection-name .h1-heading,
#kunena .section-header .ksection-name .h2-heading,
#kunena .section-header .ksection-name .h3-heading,
#kunena .section-header .ksection-name .h4-heading,
#kunena .section-header .ksection-name .h5-heading,
#kunena .section-header .ksection-name .h6-heading {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
#kunena .section-header .ksection-name .h1-heading a,
#kunena .section-header .ksection-name .h2-heading a,
#kunena .section-header .ksection-name .h3-heading a,
#kunena .section-header .ksection-name .h4-heading a,
#kunena .section-header .ksection-name .h5-heading a,
#kunena .section-header .ksection-name .h6-heading a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
#kunena .section-header .ksection-name .h1-heading a:hover,
#kunena .section-header .ksection-name .h2-heading a:hover,
#kunena .section-header .ksection-name .h3-heading a:hover,
#kunena .section-header .ksection-name .h4-heading a:hover,
#kunena .section-header .ksection-name .h5-heading a:hover,
#kunena .section-header .ksection-name .h6-heading a:hover {
  color: #eaeaea;
  text-decoration: underline;
}
#kunena .section-header .ksection-description {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #kunena .section-header .ksection-description {
    display: none;
  }
}
#kunena .section-header .section-toggler {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#kunena .section-header .section-toggler .section-toggler-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  color: white;
}
#kunena .section-header .section-toggler .section-toggler-btn:hover {
  background: transparent;
  color: white;
}
#kunena .section-header .section-toggler .section-toggler-btn .toggle-icon:before {
  content: "";
  font-family: "Linearicons";
}
#kunena .section-header .section-toggler .section-toggler-btn.collapsed .toggle-icon:before {
  content: "";
}
#kunena .category .glyphicon.glyphicon-folder-open {
  font-family: "Linearicons";
  color: #ff0000;
}
#kunena .category .glyphicon.glyphicon-folder-open:before {
  content: "";
  font-family: "Linearicons" !important;
  font-size: 20px;
  line-height: 20px;
  color: #ff0000;
}
#kunena .category .glyphicon.glyphicon-folder-open:hover:before {
  color: #000;
}
#kunena .category td.col-md-8 {
  padding: 17px 15px 0 15px;
}
#kunena .category .category-title-wrapper {
  margin-bottom: 13px;
}
#kunena .category .category-title-wrapper .h3-heading,
#kunena .category .category-title-wrapper .h3-heading a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ff0000;
}
#kunena .category .category-title-wrapper .h3-heading a {
  text-decoration: none;
}
#kunena .category .category-title-wrapper .h3-heading a:hover {
  text-decoration: none;
  color: #000;
}
#kunena .category .category-title-desc {
  margin-bottom: 10px;
}
#kunena .category .ksubcategories {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #F7F7F7;
  border-top: 1px solid #F7F7F7;
}
#kunena .category .ksubcategories ul {
  margin: 0;
}
#kunena .category .ksubcategories ul li {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#kunena .category .ksubcategories ul li a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #ff0000;
  text-decoration: none;
  display: inline-block;
}
#kunena .category .ksubcategories ul li a span {
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
}
#kunena .category .ksubcategories ul li a span:before {
  font-size: 12px;
  line-height: 12px;
}
#kunena .category .moderators {
  padding: 10px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
#kunena .category .moderators a {
  font-weight: 400;
  text-decoration: none;
}
#kunena .category .post-info .lastpostlink,
#kunena .category .post-info .lastpostby,
#kunena .category .post-info .datepost {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
#kunena .category .post-info .lastpostlink span,
#kunena .category .post-info .lastpostby span,
#kunena .category .post-info .datepost span {
  font-weight: 500;
}
#kunena .category .last-post-message {
  padding: 0 30px;
}
#kunena table,
#kunena .table {
  margin-bottom: 35px;
  border: 1px solid #F7F7F7;
}
#kunena table tr,
#kunena .table tr {
  border: 1px solid #F7F7F7;
}
#kunena table tr td,
#kunena .table tr td {
  border: 1px solid #F7F7F7;
}
#kunena .table-bordered > thead > tr > th,
#kunena .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
#kunena .table-bordered > thead > tr > th, #kunena .table-bordered > tbody > tr > th, #kunena .table-bordered > tfoot > tr > th, #kunena .table-bordered > thead > tr > td, #kunena .table-bordered > tbody > tr > td, #kunena .table-bordered > tfoot > tr > td {
  border: 1px solid #F7F7F7;
}
#kunena .kfrontend + .kfrontend {
  margin-top: 20px;
}
#kunena .close {
  text-decoration: none;
}
#kunena #kwho .row > div {
  border-left: 1px solid #F7F7F7;
  border-right: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
}
#kunena #kwho .row > div + div {
  border-left: none;
}
#kunena #kwho .glyphicon:before {
  font-size: 20px;
  line-height: 20px;
}
#kunena #kwho .list-unstyled {
  padding-top: 19px;
  text-align: center;
}
#kunena #kwho .who-box {
  margin: 0 -15px;
}
#kunena #kwho .who-box > div {
  padding: 0 15px;
}
#kunena #kwho .who-box .who-total {
  padding: 19px 15px;
  display: inline-block;
}
#kunena #kwho .who-box .legend-box {
  padding: 19px 15px;
  border-top: 1px solid #F7F7F7;
}
#kunena #kwho .who-box .legend-box .legend-title {
  font-weight: 500;
}
#kunena #kwho .who-box .legend-box .glyphicon {
  display: none;
}
#kunena #kstats {
  border: 1px solid #F7F7F7;
  border-top: none;
}
#kunena #kstats [class*=col-md-] {
  padding-top: 18px;
}
#kunena #kstats .col-md-1 {
  border-right: 1px solid #F7F7F7;
}
#kunena #kstats .glyphicon.glyphicon-super:before {
  content: "";
  color: #ff0000;
}
#kunena #kstats .kstats-list li {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
#kunena #kstats .kstats-list li::after {
  display: block;
  clear: both;
  content: "";
}
#kunena #kstats .kstats-list li p {
  float: left;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
#kunena #kstats .kstats-list li p strong {
  font-weight: 500;
}
#kunena #kstats .kstats-list li p + p {
  margin: 0;
  padding-left: 10px;
}
#kunena #kstats .kstats-list li p + p:before {
  content: "|";
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#kunena #kstats .kstats-list li + li {
  margin-top: 4px;
}
#kunena #kstats .kstats-info {
  float: right;
}
#kunena #kstats .kstats-info::after {
  display: block;
  clear: both;
  content: "";
}
#kunena #kstats .kstats-info li {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
#kunena #kstats .kstats-info li::after {
  display: block;
  clear: both;
  content: "";
}
#kunena #kstats .kstats-info li p {
  float: left;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
#kunena #kstats .kstats-info li p strong {
  font-weight: 500;
}
#kunena #kstats .kstats-info li p strong a {
  color: #333;
  font-weight: inherit;
  text-decoration: none;
}
#kunena #kstats .kstats-info li p strong a:hover {
  color: #ff0000;
}
#kunena #kstats .kstats-info li p + p {
  margin: 0;
  padding-left: 10px;
}
#kunena #kstats .kstats-info li p + p:before {
  content: "|";
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  #kunena #kstats .kstats-info {
    float: left;
  }
}
#kunena .glyphicon.glyphicon-super {
  font-family: "Linearicons" !important;
}
#kunena .glyphicon.glyphicon-super:before {
  content: "";
  font-size: 20px;
  line-height: 20px;
  color: #ff0000;
  font-family: "Linearicons" !important;
}
#kunena .kwho-admin {
  color: #FE4F4F;
}
#kunena .kwho-globalmoderator {
  color: #3598FE;
}
#kunena .kwho-moderator {
  color: #184FA2;
}
#kunena .kwho-banned {
  color: #18A291;
}
#kunena .kwho-user {
  color: #6D86A0;
}
#kunena .kwho-guest {
  color: #333333;
}
#kunena .announcement-box {
  position: relative;
  margin-bottom: 21px;
}
#kunena .announcement-box .announcement-title {
  position: relative;
  display: block;
  background: #333;
  padding-right: 31px;
}
#kunena .announcement-box .announcement-title .h5-heading {
  display: inline-block;
  background: #000;
  padding: 13px 18px 12px 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#kunena .announcement-box .announcement-title .h5-heading > a {
  display: inline-block;
  text-decoration: none;
  color: white;
}
#kunena .announcement-box .announcement-title .h5-heading > a:hover {
  text-decoration: underline;
  color: white;
}
#kunena .announcement-box .announcement-title .close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#kunena .announcement-box .announcement-content {
  padding: 15px 17px;
}
#kunena .announcement-box .announcement-content .announcement-info {
  padding-bottom: 21px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
}
#kunena .announcement-box .announcement-content .announcement-info::after {
  display: block;
  clear: both;
  content: "";
}
#kunena .announcement-box .announcement-content .announcement-info .announcement-date,
#kunena .announcement-box .announcement-content .announcement-info .announcement-author {
  float: left;
  font-size: 14px;
  line-height: 27px;
}
#kunena .announcement-box .announcement-content .announcement-info .announcement-date span,
#kunena .announcement-box .announcement-content .announcement-info .announcement-author span {
  font-weight: 500;
}
#kunena .announcement-box .announcement-content .announcement-info .announcement-date {
  margin-right: 34px;
}
#kunena .announcement-box .announcement-content .announcement-desc {
  padding: 28px 0 0 0;
}
#kunena .announcement-box .announcement-content .btn-box {
  margin-top: 2px;
  padding-right: 27px;
}
#kunena .announcement-box .announcement-content .btn-box::after {
  display: block;
  clear: both;
  content: "";
}
#kunena .announcement-box .announcement-content .btn-box .btn-link {
  font-weight: 500;
  font-size: 14px;
  color: #ff0000;
}
#kunena .announcement-box .announcement-content .btn-box .btn-link:hover {
  color: #000;
  text-decoration: none;
}
#kunena .mobile-user #userdropdown {
  padding: 20px 15px;
}
#kunena .mobile-user #userdropdown .form-inline {
  padding: 0;
  margin: 0;
}
#kunena .mobile-user #userdropdown .form-inline .element-invisible {
  display: none;
}
#kunena .mobile-user #userdropdown .form-inline .input-prepend .add-on {
  display: block;
}
#kunena .mobile-user #userdropdown .form-inline #kform-login-password .input-prepend .add-on > span,
#kunena .mobile-user #userdropdown .form-inline #kform-login-username .input-prepend .add-on > span {
  font-family: "Linearicons" !important;
}
#kunena .mobile-user #userdropdown .form-inline #kform-login-password .input-prepend .add-on > span:before,
#kunena .mobile-user #userdropdown .form-inline #kform-login-username .input-prepend .add-on > span:before {
  content: "";
  font-family: "Linearicons" !important;
}
#kunena .mobile-user #userdropdown .form-inline #kform-login-username .input-prepend .add-on > span:before {
  content: "";
}
#kunena .mobile-user #userdropdown .form-inline .control-group {
  margin: 0;
  padding: 0;
}
#kunena .mobile-user #userdropdown .form-inline .control-group input {
  padding-left: 50px;
}
#kunena .mobile-user #userdropdown .form-inline .control-group + .control-group {
  margin-top: 10px;
}
#kunena #timeselect #sel_chzn .chzn-single > span {
  padding: 0;
  font-size: 12px;
}
#kunena .pagination li a {
  display: inline-block;
  background: #000;
  color: white;
  padding: 7px 10px;
}
#kunena .pagination li a:disabled {
  cursor: default;
}
#kunena .pagination li:active a {
  background: #333;
}
#kunena .pagination li + li {
  margin-top: 0;
}
#kunena .visible-xs-block .pagination li.active a {
  cursor: default;
  padding: 7px 20px;
}
#kunena .form-search {
  margin-top: 20px;
}
#kunena .form-search .search {
  font-size: 0;
  line-height: 0;
  position: relative;
}
#kunena .form-search .search::after {
  display: block;
  clear: both;
  content: "";
}
#kunena .form-search .search input {
  position: relative;
  border-radius: 0;
}
#kunena .form-search .search input:focus {
  border-radius: 0;
}
#kunena .form-search .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 62px;
}
#kunena .adv-search .section-header {
  margin-bottom: 20px;
}
#kunena .adv-search #search .search-options-box {
  margin-bottom: 20px;
}
#kunena .adv-search #search .search-options-box #datepicker {
  display: inline-block !important;
  border-radius: 0 !important;
}
#kunena .adv-search #search .search-options-box .chzn-container {
  margin-bottom: 20px;
}
#kunena .adv-search #search legend {
  margin-bottom: 15px;
}
#kunena .chzn-single > span {
  padding: 0;
  font-size: 12px;
}
#kunena #postform .control-group .control-label,
#kunena #postform .form-group .control-label {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#kunena #postform .control-group .controls,
#kunena #postform .form-group .controls {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
#kunena #postform #kpost-attachments {
  margin-bottom: 10px;
}
#kunena #postform #kpost-subscribe label {
  display: inline-block;
}
#kunena .wysibb .wysibb-text-editor {
  border: 1px solid #F7F7F7;
}
#kunena #ktopicsform .input-group .input-group-btn label::after {
  display: block;
  clear: both;
  content: "";
}
#kunena #ktopicsform .input-group .input-group-btn label > * {
  margin-bottom: 20px;
}
#kunena #ktopicsform .input-group .input-group-btn > * {
  margin-bottom: 20px;
}
#kunena #ktopicsform .input-group .input-group-btn #kchecktask_chzn {
  width: auto !important;
}
#kunena .tabs .nav-tabs li {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#kunena .tabs .nav-tabs li:hover {
  background: #ff0000;
}
#kunena .tabs .nav-tabs li a {
  padding: 7px 12px;
  background: #000;
  color: white;
  text-decoration: none;
}
#kunena .tabs .nav-tabs li a.active {
  background: #ff0000;
}
#kunena .tabs .nav-tabs li a:hover {
  color: white;
  background: #ff0000;
}
#kunena .tabs .nav-tabs li + li {
  margin-top: 0;
}
#kunena .post-publish-date {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#kunena .kmessage .mykmsg-header,
#kunena .kmessage .kmsg {
  margin-bottom: 10px;
}

.datepicker-dropdown {
  padding: 5px;
}

.blog .article-list {
  margin-top: -30px;
}
.blog .article-list .article {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog .article-list .article .article-intro-image,
.blog .article-list .article .article-featured-video,
.blog .article-list .article .article-featured-audio,
.blog .article-list .article .article-feature-gallery {
  margin-bottom: 30px;
}
.blog .article-list .article .article-header {
  margin-bottom: 13px;
}
.blog .article-list .article .article-header h1,
.blog .article-list .article .article-header h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ff0000;
  margin: 0;
}
.blog .article-list .article .article-header h1 a,
.blog .article-list .article .article-header h2 a {
  color: #ff0000;
  text-decoration: none;
}
.blog .article-list .article .article-header h1 a:hover, .blog .article-list .article .article-header h1 a:active, .blog .article-list .article .article-header h1 a:focus,
.blog .article-list .article .article-header h2 a:hover,
.blog .article-list .article .article-header h2 a:active,
.blog .article-list .article .article-header h2 a:focus {
  color: #000;
}
.blog .article-list .article .readmore {
  margin-top: 35px;
}
.blog .article-list .article .readmore a.btn {
  color: white;
  padding: 16px 33px;
  letter-spacing: 0.1em;
}
.blog .article-list .article .readmore a.btn:hover, .blog .article-list .article .readmore a.btn:active, .blog .article-list .article .readmore a.btn:focus {
  color: white;
}
.blog .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.blog .article-info > span {
  font-size: 14px;
  font-weight: 300;
  margin-right: 31px;
  margin-bottom: 15px;
}
.blog .article-info > span a {
  color: #000;
}
.blog .article-info > span a:hover {
  color: #000;
}
.blog .article-info .extra {
  font-weight: 500;
}
.blog .pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.blog .pager::after {
  display: block;
  clear: both;
  content: "";
}
.blog .pager > li {
  display: inline-block;
}
.blog .pager > li.previous {
  float: left;
}
.blog .pager > li.next {
  float: right;
}
.blog .pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
.blog #article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}

.pagination-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.pagination-wrapper .mr-auto {
  margin: 0 auto;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.pagination-wrapper .pagination .page-item {
  text-align: center;
}
.pagination-wrapper .pagination .page-item a.page-link {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 300;
  color: #333;
  padding: 0;
  margin: 0 20px 5px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination-wrapper .pagination .page-item a.page-link:hover {
  border: 1px solid #D9D9D9;
  background: transparent;
}
.pagination-wrapper .pagination .page-item a.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination-wrapper .pagination .page-item.active a.page-link {
  border: 1px solid #D9D9D9;
}
.pagination-wrapper .pagination .page-item + * {
  margin: 0;
  padding: 0;
}

.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #EDEDED;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
  background: #ff0000;
  border-color: #ff0000;
}
.article-social-share .social-share-icon ul li + li {
  margin-top: 0;
}
@media (max-width: 479px) {
  .article-social-share {
    float: none;
    margin-top: 15px;
  }
  .article-social-share .social-share-icon ul {
    margin-top: 5px;
  }
}

.article-details .article-header {
  position: relative;
}
.article-details .article-header h1,
.article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
@media (max-width: 479px) {
  .article-details .article-ratings-social-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
@media (min-width: 1200px) {
  .article-details.works .article-full-image {
    max-width: 50%;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .article-details.works .article-full-image {
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
  .article-details.works .article-full-image img {
    width: 100%;
  }
}
.article-details.works .page-header {
  margin-bottom: 40px;
}
.article-details.works .page-header + * {
  margin-top: 0;
}
.article-details.works .portfolio-meta-list {
  margin: 15px 0;
}
.article-details.works .portfolio-meta-list li .portfolio-meta-key {
  margin-right: 5px;
}
.article-details.works .portfolio-meta-list li + li {
  margin-top: 5px;
}

.tag-category ul.category li > h3 + a {
  margin-top: 20px;
  display: inline-block;
}

.related-article-list-container {
  margin-top: 40px;
}
.related-article-list-container .related-article-title + * {
  margin-top: 10px;
}
.related-article-list-container .article {
  margin: 15px 0;
}
.related-article-list-container .article-full-image {
  margin-bottom: 15px;
}
.related-article-list-container .article-full-image.float-left {
  margin-right: 0;
}
.related-article-list-container .article-header {
  margin: 0;
}
.related-article-list-container .article-header h2 {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}

.page-item__template_settings .module ul li {
  font-size: 14px;
  line-height: 20px;
}

body.contacts #sp-footer {
  margin-top: 0;
}

.btn.jmodedit {
  padding: 5px 5px !important;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: white;
  border: 1px solid #333;
  z-index: 1019;
}
.btn.jmodedit .icon-edit {
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.jmodedit .icon-edit:before {
  content: "";
  font-family: "Linearicons";
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.jmodedit:hover {
  background: #333;
}
.btn.jmodedit:hover .icon-edit:before {
  color: white;
}

.jmoddiv .dropdown-toggle {
  padding: 5px;
  background: white;
  border: 1px solid #333;
  border-radius: 7px;
  z-index: 1019;
}
.jmoddiv .dropdown-toggle:after {
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jmoddiv .dropdown-toggle .icon-cog {
  font-size: 14px;
  line-height: 14px;
}
.jmoddiv .dropdown-toggle .icon-cog:before {
  content: "";
  font-family: "Linearicons";
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jmoddiv .dropdown-toggle:hover {
  background: #ff0000;
}
.jmoddiv .dropdown-toggle:hover .icon-cog:before {
  color: white;
}
.jmoddiv .dropdown-toggle:hover:after {
  color: white;
}
.jmoddiv .dropdown-menu a {
  text-decoration: none;
}

#modules-form input {
  border-radius: 7px;
}
#modules-form div.chzn-container-single .chzn-single {
  border-radius: 7px;
}
#modules-form .btn {
  padding: 8px 15px;
  border-radius: 7px;
}
#modules-form .btn-toolbar .btn-group {
  margin-right: 10px;
  margin-bottom: 8px;
}
#modules-form .control-group {
  margin-bottom: 8px;
}
#modules-form .label {
  font-weight: 500;
}
#modules-form .field-calendar .input-group {
  position: relative input;
  position-padding-right: 50px;
}
#modules-form .field-calendar .input-group .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#modules-form #options .accordion-heading {
  margin-bottom: 15px;
}
#modules-form #options .accordion-body .nav li {
  display: block;
  width: 100%;
}

#adminForm .nav li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: transparent transparent #dee2e6 transparent;
}
#adminForm .nav li a.active {
  border-color: #dee2e6 #dee2e6 transparent #dee2e6;
}
#adminForm .nav li + li {
  margin-top: 0;
}
#adminForm #editor-xtd-buttons {
  margin-bottom: 15px;
}
#adminForm #editor-xtd-buttons .btn {
  margin-right: 10px;
}
#adminForm .btn-toolbar .btn {
  margin-left: 0 !important;
  margin-right: 10px;
}
#adminForm #editor #jform_title {
  margin-top: 0;
}
#adminForm #images .input-group {
  margin-top: 5px;
}
#adminForm #images .input-group .media-preview .input-group-text {
  border: none;
  height: 62px;
}
#adminForm #images .input-group .media-preview .input-group-text .icon-eye {
  font-size: 14px;
}
#adminForm #images .input-group .media-preview .input-group-text .icon-eye:before {
  content: "";
  font-family: "Linearicons";
}
#adminForm #images .input-group .btn {
  padding: 0 15px;
  height: 62px;
  line-height: 62px;
}
#adminForm #images .chzn-container {
  display: block;
}
#adminForm .form-group,
#adminForm .input-group,
#adminForm textarea,
#adminForm .helix-ultimate-image-field {
  margin-top: 5px;
}
#adminForm .btn-group {
  margin-top: 0;
}
#adminForm .btn {
  padding: 8px 15px;
  border-radius: 7px;
}
#adminForm #publishing .form-group,
#adminForm #language .form-group {
  margin-top: 5px;
}
#adminForm #publishing .form-group label,
#adminForm #language .form-group label {
  display: block;
  width: 100%;
}
#adminForm #publishing .form-group input,
#adminForm #language .form-group input {
  margin-top: 0;
}
#adminForm #publishing .field-calendar,
#adminForm #language .field-calendar {
  margin-top: 0;
}
#adminForm label + * {
  margin-top: 10px;
}
#adminForm .control-group + .control-group {
  margin-top: 10px;
}
#adminForm.form-vertical label {
  width: 100%;
}

#imageForm .btn {
  padding: 0 15px;
  height: 62px;
  line-height: 62px;
  border-radius: 7px;
}
#imageForm .pull-right {
  padding-top: 25px;
}

.js-calendar .calendar-container table {
  max-width: 330px;
  margin: 0 auto;
}
.js-calendar .calendar-container .calendar-head-row {
  border: none;
}
.js-calendar .calendar-container .calendar-head-row td {
  border: none;
}
.js-calendar .calendar-container .calendar-head-row .nav {
  margin: 0 auto;
}
.js-calendar .calendar-container .day-name {
  font-size: 1rem;
}
.js-calendar .calendar-container .time .time select {
  border-radius: 0;
  height: 30px;
  padding: 8px 0 8px 8px;
}
.js-calendar .calendar-container .buttons-wrapper {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.js-calendar .calendar-container .buttons-wrapper .js-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-edit #member-profile .password-group {
  margin-top: 15px;
}
.profile-edit #member-profile .buttons-wrapper {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.profile-edit #member-profile .buttons-wrapper .js-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-edit #member-profile .btn {
  padding: 8px 15px;
  border-radius: 7px;
}

.registration .page-header,
.login .page-header {
  margin-top: 31px;
  text-align: center;
}
.registration .page-header h1, .registration .page-header h2, .registration .page-header h3, .registration .page-header h4, .registration .page-header h5, .registration .page-header h6,
.login .page-header h1,
.login .page-header h2,
.login .page-header h3,
.login .page-header h4,
.login .page-header h5,
.login .page-header h6 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1px;
}
.registration input, .registration textarea,
.login input,
.login textarea {
  margin: 15px 0 25px 0;
}
.registration .input-prepend,
.login .input-prepend {
  width: 100%;
}
.registration .input-group .input-group-prepend,
.login .input-group .input-group-prepend {
  display: none;
}
.registration legend,
.login legend {
  margin-bottom: 10px;
}
.registration .text,
.login .text {
  margin-bottom: 20px;
}
.registration .password-group > .input-group input,
.login .password-group > .input-group input {
  border-radius: 0;
}
.registration .field-calendar,
.login .field-calendar {
  margin-top: 15px;
}
.registration .field-calendar input,
.login .field-calendar input {
  margin: 0;
}
.registration .field-calendar .input-group .btn,
.login .field-calendar .input-group .btn {
  padding-right: 15px;
  padding-left: 15px;
}
.registration .btn,
.login .btn {
  padding-right: 15px;
  padding-left: 15px;
}
.registration .btn-lg,
.login .btn-lg {
  border-radius: 0;
  padding: 17px 43px;
}

.login img {
  display: inline-block;
  margin: 20px 0;
}
.login label + * {
  margin-top: 7px;
}
.login input {
  margin: 15px 0 5px 0;
}
.login .input-group-text {
  display: none;
}
.login .checkbox input[type=checkbox] {
  margin-top: 6px;
}
.login .form-check {
  margin-top: 42px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 38px;
}
.login .btn-block {
  width: auto;
  margin: 0 auto;
}
.login .login-list {
  margin: 35px 0 0 0;
}
.login .login-list .login-list-item {
  display: block;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.login .login-list .login-list-item a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.login .login-list .login-list-item a:hover {
  color: #ff0000;
}
.login .login-list .login-list-item + * {
  margin-top: 2px;
}

.registration #member-registration label + .password-group {
  margin-top: 0;
}
.registration #member-registration label .password-group .input-group input {
  margin-top: 0;
}
.registration #member-registration .form-group textarea.form-control {
  border: 2px solid #000;
  border-radius: 0;
}
.registration #member-registration .form-group textarea.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.registration #member-registration .field-calendar .btn {
  height: 62px;
  padding: 0 15px;
}

.page-404 .title {
  font-size: 200px;
  line-height: 188px;
  font-weight: 800;
}
.page-404 .subtitle {
  font-size: 64px;
  line-height: 78px;
  font-weight: 800;
  margin-bottom: 20px;
}
.page-404 .message {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.page-404 .btn {
  margin-top: 44px;
  background: white;
  color: #000;
}
.page-404 .btn:hover {
  background: #ff0000;
  color: white;
}
@media (max-width: 767px) {
  .page-404 .title {
    font-size: 100px;
    line-height: 88px;
  }
  .page-404 .subtitle {
    font-size: 40px;
    line-height: 52px;
  }
  .page-404 .btn {
    margin-top: 34px;
  }
}

.blog_history .article-list .row {
  position: relative;
}
.blog_history .article-list .row.items-row {
  display: inline-block;
}
@media (min-width: 768px) {
  .blog_history .article-list .row.items-row [class*=col-md-] {
    width: 50%;
  }
}
.blog_history .article-list .row > div {
  clear: both;
  position: relative;
}
.blog_history .article-list .row > div:before {
  color: #fff;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  line-height: 40px;
  border-radius: 1000px;
  right: -21px;
  text-align: center;
  top: 15px;
  width: 40px;
  background: #ff0000;
}
.blog_history .article-list .row > div .article {
  margin-bottom: 0;
  border: 1px solid #dee2e6;
  margin-right: 25px;
  padding: 30px;
  position: relative;
}
.blog_history .article-list .row > div .article:before, .blog_history .article-list .row > div .article:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  position: absolute;
  top: 24px;
}
.blog_history .article-list .row > div .article:before {
  border-left: 10px solid #dee2e6;
  right: -10px;
}
.blog_history .article-list .row > div .article:after {
  border-left: 10px solid #FFFFFF;
  right: -9px;
}
.blog_history .article-list .row > div .article .item_introtext p {
  padding-bottom: 0;
}
.blog_history .article-list .row > div .article .item_info {
  left: 100%;
  margin-left: 80px;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .blog_history .article-list .row > div .article {
    margin-bottom: 30px;
  }
}
.blog_history .article-list .row > div + div {
  float: right;
}
.blog_history .article-list .row > div + div:before {
  left: -19px;
  right: auto;
}
.blog_history .article-list .row > div + div .article {
  margin-left: 25px;
  margin-right: 0;
  margin-bottom: 0;
}
.blog_history .article-list .row > div + div .article:before, .blog_history .article-list .row > div + div .article:after {
  border-bottom: 10px solid transparent;
  border-left: none;
  border-top: 10px solid transparent;
  content: "";
  position: absolute;
  right: auto;
  top: 24px;
}
.blog_history .article-list .row > div + div .article:before {
  border-right: 10px solid #dee2e6;
  left: -10px;
}
.blog_history .article-list .row > div + div .article:after {
  border-right: 10px solid #FFFFFF;
  left: -9px;
}
.blog_history .article-list .row > div + div .article .item_info {
  left: auto;
  margin-left: 0;
  margin-right: 80px;
  right: 100%;
}
.blog_history .article-list .row:before {
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  background: #ff0000;
}
@media (max-width: 767px) {
  .blog_history .article-list .row:before {
    display: none;
  }
}
.blog_history .article-list .item_info_dl {
  font-size: inherit;
}

.page-item__team .item_header {
  margin-bottom: 20px;
}
.page-item__team .team-content-wrap .post {
  font-size: 34px;
  line-height: 1.344;
  color: #000000;
  margin-bottom: 30px;
}
.page-item__team .team-content-wrap .team-meta {
  margin-bottom: 40px;
}
.page-item__team .team-content-wrap .team-meta .team-meta-location, .page-item__team .team-content-wrap .team-meta .team-meta-phone, .page-item__team .team-content-wrap .team-meta .team-meta-email {
  min-height: 70px;
  margin-bottom: 20px;
}
.page-item__team .team-content-wrap .team-meta .team-meta-location .team-icon, .page-item__team .team-content-wrap .team-meta .team-meta-phone .team-icon, .page-item__team .team-content-wrap .team-meta .team-meta-email .team-icon {
  float: left;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 15px;
}
.page-item__team .team-content-wrap .team-meta .team-meta-location .team-icon i, .page-item__team .team-content-wrap .team-meta .team-meta-phone .team-icon i, .page-item__team .team-content-wrap .team-meta .team-meta-email .team-icon i {
  width: 70px;
  line-height: 70px;
  font-size: 34px;
  background: #ff0000;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: white;
}
.page-item__team .team-content-wrap .team-meta .team-meta-location .team-meta-title, .page-item__team .team-content-wrap .team-meta .team-meta-phone .team-meta-title, .page-item__team .team-content-wrap .team-meta .team-meta-email .team-meta-title {
  margin-bottom: 0;
}
.page-item__team .team-content-wrap .team-socials {
  display: inline-block;
  margin-bottom: 30px;
}
.page-item__team .team-content-wrap .team-socials::after {
  display: block;
  clear: both;
  content: "";
}
.page-item__team .team-content-wrap .team-socials .team-socials_item {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.page-item__team .team-content-wrap .team-socials .team-socials_item a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #eaeaea;
  border-radius: 50%;
  line-height: 40px;
}
.page-item__team .post-content {
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-item__team .item_header {
    text-align: center;
  }
  .page-item__team .item_img {
    float: none;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
  }
  .page-item__team .team-content-wrap {
    text-align: center;
  }
  .page-item__team .team-content-wrap .team-meta .team-meta-location .team-icon,
.page-item__team .team-content-wrap .team-meta .team-meta-phone .team-icon,
.page-item__team .team-content-wrap .team-meta .team-meta-email .team-icon {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-item__team .team-content-wrap .team-meta .team-meta-location .team-meta-title,
.page-item__team .team-content-wrap .team-meta .team-meta-phone .team-meta-title,
.page-item__team .team-content-wrap .team-meta .team-meta-email .team-meta-title {
    text-align: center;
  }
  .page-item__team .team-content-wrap .team-socials .team-socials_item {
    float: none;
  }
}

.service-content img {
  margin: 0 auto 24px auto;
}
@media (min-width: 768px) {
  .service-content img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.service-content table {
  margin-bottom: 24px;
}
.service-content table.service-table {
  width: 100%;
  max-width: 100%;
}
.service-content table.service-table tbody {
  border-collapse: collapse;
  border-spacing: 0;
}
.service-content table.service-table tbody tr:nth-child(2n+1) {
  background: #f5f6f6;
}
.service-content table.service-table tbody tr th, .service-content table.service-table tbody tr td {
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0em;
  padding: 13px 18px;
}
.service-content table.service-table tbody tr th {
  width: 30%;
}
.service-content table.service-table tbody tr th + td {
  border-left: 1px solid #e6e8e8;
}
.service-content table.service-table tbody tr td {
  vertical-align: top;
}
.service-content .moduletable .page_header .moduleTitle {
  padding: 0;
}
.service-content .moduletable .page_header .moduleTitle:before {
  display: none;
}

.blog_testimonials .article-list .article .article-intro-image {
  font-size: 0;
  line-height: 0;
  margin: 0 0 23px;
  position: relative;
}
.blog_testimonials .article-list .article .article-intro-image.float-left {
  float: left;
  margin-right: 30px;
  max-width: 50%;
}
.blog_testimonials .article-list .article .article-body {
  overflow: hidden;
}
.blog_testimonials .article-list .article .article-body .article-header h1, .blog_testimonials .article-list .article .article-body .article-header h2, .blog_testimonials .article-list .article .article-body .article-header h3, .blog_testimonials .article-list .article .article-body .article-header h4, .blog_testimonials .article-list .article .article-body .article-header h5, .blog_testimonials .article-list .article .article-body .article-header h6 {
  margin-bottom: 5px;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.9);
}
body.helix-ultimate-preloader:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}

.pos-separator {
  position: relative;
}
.pos-separator:after {
  content: "";
  width: 29.5%;
  height: 1px;
  background: #D9D9D9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1500px) {
  .pos-separator:after {
    width: 50%;
  }
}

#sp-top-bar .sp-module {
  display: inline-block;
}
#sp-top-bar .container #sp-top-1,
#sp-top-bar .container #sp-top-2 {
  min-height: auto;
}

#top-panel {
  margin-top: 40px;
  padding: 3px 0;
  position: relative;
  text-align: center;
}
#top-panel:before, #top-panel:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  top: 50%;
  background: #dfe7ea;
}
@media (min-width: 1400px) {
  #top-panel:before, #top-panel:after {
    width: 100px;
  }
}
@media (min-width: 1910px) {
  #top-panel:before, #top-panel:after {
    width: 363px;
  }
}
#top-panel:before {
  left: 0;
  right: auto;
}
#top-panel:after {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  #top-panel {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #top-panel {
    text-align: left;
  }
}

.top-divider hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #dfe7ea;
  position: relative;
}
@media (min-width: 992px) {
  .top-divider hr {
    width: calc(100% + 25px);
  }
}
.top-divider hr:before, .top-divider hr:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #dfe7ea;
  top: 50%;
}
.top-divider hr:before {
  left: 0;
}
.top-divider hr:after {
  right: 0;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 0;
}
ul.social-icons > li a {
  font-size: 18px;
  line-height: 1;
}
ul.social-icons > li + li {
  margin-left: 0;
}

#sp-footer .social-icons {
  float: right;
}
#sp-footer .social-icons::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  #sp-footer .social-icons {
    float: none;
    margin-top: 30px;
  }
}

.nav-tabs {
  border-bottom: none;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}

.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}

#sp-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  margin-bottom: 17px;
}
#sp-header #sp-logo .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp-header #sp-logo .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header #sp-logo .logo p {
  margin: 5px 0 0;
}
@media (max-width: 1199px) {
  #sp-header #sp-logo {
    text-align: center;
  }
}

body.home #sp-header {
  margin-bottom: 0;
}

.header-box {
  padding: 22px 0 22px 0;
}
.header-box.header-sticky {
  padding-top: 13px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

body.layout-boxed .header-box.header-sticky {
  left: auto;
  right: auto;
  max-width: 1240px;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

#sp-title {
  min-height: 0;
}

.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}

.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#sp-main-body {
  padding: 30px 0;
}

body.view-category #sp-main-body {
  padding: 0;
}
body.view-category #sp-main-body #sp-component {
  min-height: auto;
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}

#sp-left .sp-module .categories-module ul,
#sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div,
#sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child,
#sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a,
#sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud,
#sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name,
#sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span,
#sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}

.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}

.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}

.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}

.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}

.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}

.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}

#sp-bottom {
  font-size: 16px;
  line-height: 22px;
}
#sp-bottom .container-inner {
  padding: 0 13%;
}
#sp-bottom .circles {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
#sp-bottom .circle li {
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #248d98;
  margin: 0 2px;
}
#sp-bottom .circle li + li {
  margin-top: 0;
}
#sp-bottom ul.social-icons {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
#sp-bottom ul.social-icons > li {
  display: inline-block;
  margin: 0 40px;
}
#sp-bottom ul.social-icons > li a {
  color: inherit;
  font-size: 20px;
  line-height: 1;
}
#sp-bottom ul.social-icons > li a:hover {
  color: #ff0000;
}
#sp-bottom ul.social-icons > li + li {
  margin-left: 0;
}
@media (max-width: 479.9px) {
  #sp-bottom ul.social-icons > li {
    margin: 0 20px;
  }
}
#sp-bottom * + ul.social-icons {
  margin-top: 14px;
}
#sp-bottom img {
  display: inline-block;
}
#sp-bottom img + * {
  margin-top: 18px;
}
#sp-bottom p + .circle {
  margin-top: 23px;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}

#sp-footer {
  font-size: 14px;
  letter-spacing: -0.02em;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 6px 0 6px 0;
}

html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon .coming-soon-content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
html.coming-soon .coming-soon-title {
  font-size: 45px;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 1rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days,
html.coming-soon #coming-soon-countdown .coming-soon-hours,
html.coming-soon #coming-soon-countdown .coming-soon-minutes,
html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  position: relative;
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  display: inline-block;
  width: 100%;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 70px;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
html.coming-soon #coming-soon-countdown .coming-soon-days:after,
html.coming-soon #coming-soon-countdown .coming-soon-hours:after,
html.coming-soon #coming-soon-countdown .coming-soon-minutes:after,
html.coming-soon #coming-soon-countdown .coming-soon-seconds:after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 60px;
  display: inline-block;
  position: absolute;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767.9px) {
  html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    font-size: 40px;
    padding-bottom: 20px;
  }
  html.coming-soon #coming-soon-countdown .coming-soon-days:after,
html.coming-soon #coming-soon-countdown .coming-soon-hours:after,
html.coming-soon #coming-soon-countdown .coming-soon-minutes:after,
html.coming-soon #coming-soon-countdown .coming-soon-seconds:after {
    width: 60px;
    bottom: 40px;
  }
}
html.coming-soon .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .social-icons > li {
  margin: 0 15px;
}
html.coming-soon .social-icons > li a:hover {
  color: #ff0000;
}

html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.profile > div:not(:last-child) {
  margin-bottom: 30px;
}

.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}

.page-header {
  text-align: center;
}
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .page-header .page-title {
  font-size: 36px;
  line-height: 1.333;
  font-weight: 800;
  font-style: normal;
}
.page-header + * {
  margin-top: 24px;
}
.page-header + .article-list {
  margin-top: 24px;
}

table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category thead > tr td, table.category tbody > tr th, table.category tbody > tr td {
  padding: 10px;
}

.contact-form .form-actions {
  background: none;
  border: none;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  -webkit-animation: spSpin 0.75s linear infinite;
          animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  background: #248d98;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #000;
}
.sp-scroll-up .fa:before {
  font-weight: 900;
}

.tags ul,
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0 10px 10px 0;
  display: block;
}
.tags ul li,
.tagspopular ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}
.tags ul li a,
.tagspopular ul li a {
  font-size: 12px;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 9px;
  display: block;
  padding: 5px 10px;
  background: white;
  color: #ff0000;
  font-weight: 500;
  text-transform: lowercase;
}
.tags ul li a:hover,
.tagspopular ul li a:hover {
  color: white;
  background: #000;
}
.tags ul li + li,
.tagspopular ul li + li {
  margin-top: 0;
}

.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}

.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}

.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.offset {
  padding-top: 5px;
}

.pos-offset {
  padding-top: 6px;
}

.circles {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.circle li {
  display: inline-block;
  vertical-align: middle;
}

.circle li {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.sp-module-title.dot-title {
  position: relative;
  padding-bottom: 15px;
}
.sp-module-title.dot-title .title-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-dots {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 6px;
  line-height: 1;
}
.title-dots li {
  height: 6px;
  width: 6px;
  font-size: 6px;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  background: #248d98;
}
.title-dots li:not(:last-child) {
  margin-right: 4px;
}
.title-dots li + li {
  margin-top: 0;
}

.text-white * {
  color: #fff;
}

section.no-gutters > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .onset-left {
    padding-left: 55px;
  }
}

body.works-full #sp-breadcrumbs {
  margin: 0;
}
body.works-full #sp-bottom {
  margin: 0;
}

@media (max-width: 767.9px) {
  body.home #sp-pos3 {
    padding: 45px 0 45px 0;
  }
  body.home #sp-pos7 {
    padding: 45px 0 45px 0;
  }
  body.home #sp-pos8 {
    margin: 45px 0 37px 0;
  }
  body.home #sp-pos9 {
    margin: 0 0 45px 0;
  }
  body.works-full #sp-breadcrumbs {
    margin: 0;
  }
  body.works-full #sp-bottom {
    margin: 0;
  }
}
.z-1 {
  z-index: 1;
}

/*== 1200px and beyond ===================================================
========================================================================*/
/* Large desktop */
@media screen and (max-height: 639px) {
  .modal-dialog {
    bottom: 0;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */
/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 979px) {
  .thumbnails {
    margin-left: -12px;
  }

  .thumbnails > li {
    margin-left: 12px;
  }

  #back-top {
    display: none !important;
    opacity: 0 !important;
  }

  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: inherit;
  }
}
/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }

  .blog_history .article-list .row {
    margin-bottom: 30px;
  }
  .blog_history .article-list .row > div:before {
    display: none;
  }
  .blog_history .article-list .row > div .article {
    margin-right: 0;
  }
  .blog_history .article-list .row > div .article:before, .blog_history .article-list .row > div .article:after {
    display: none;
  }
  .blog_history .article-list .row > div + div .article {
    margin-left: 0;
  }
  .blog_history .article-list .row:before {
    display: none;
  }

  [class*=col-sm-] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 639px) {
  ul#order {
    float: none;
  }
}
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 479px) {
  .modal-dialog {
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .alert {
    padding: 28px 58px 28px 70px;
  }
  .alert:before {
    left: 10px;
    font-size: 40px;
  }

  .chzn-container {
    width: 100% !important;
    min-width: 200px;
  }
}