@keyframes last_slide_animation {
  0% {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
@keyframes slider_backround_animation {
  0% {
    background-position: top left -200px;
  }
  100% {
    background-position: top center;
  }
}
.module-edit-box {
  z-index: 98;
}

.module-edit-box .inner {
  z-index: 99;
}

.module-edit-mode .modules-box a.admin-empty-module-link {
  z-index: 100;
}

.module-edit-mode .modules-box {
  position: relative;
  z-index: 100;
}

cms_module, cms_module2 {
  border-color: #2487fc !important;
  background: #2487fc !important;
  background: -moz-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: -webkit-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: linear-gradient(135deg, #2487fc 0%, #8e15f6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2487fc", endColorstr="#8e15f6",GradientType=1 ) !important;
  color: #FFF !important;
  padding: 5px 10px;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
}

.content-editor-block-item {
  border-color: #2487fc !important;
  background: #2487fc !important;
  background: -moz-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: -webkit-linear-gradient(-45deg, #2487fc 0%, #8e15f6 100%) !important;
  background: linear-gradient(135deg, #2487fc 0%, #8e15f6 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2487fc", endColorstr="#8e15f6",GradientType=1 ) !important;
  color: #FFF !important;
  padding: 5px 10px;
  display: block;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
}

::selection {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  background: rgba(33, 94, 124, 0.25);
}

::-moz-selection {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  background: rgba(33, 94, 124, 0.25);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 48px;
  text-align: left;
  color: #777;
  text-transform: uppercase;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

.modal .close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(/site/assets/img/close.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: block;
  background-size: 22px;
  cursor: pointer;
  z-index: 999999;
  opacity: 1;
}

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal .modal-body {
  padding: 15px 0;
}

.modal .modal-body .add-review-body h1 {
  font-size: 30px;
  color: #EE9821;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0 30px 0;
}

.modal .modal-body .add-review-body h1 span {
  color: #000000;
}

.modal-backdrop {
  background: rgba(0, 161, 226, 0.5);
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 748px;
  }
}
iframe.fancybox-login-iframe {
  max-width: 500px;
  width: 100%;
  height: 100%;
  max-height: 434px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.invisible {
  visibility: hidden !important;
  display: none !important;
}

/*HTML CONTENT*/
body.cke_editable {
  background: #FFF;
}

.cke_editable .ckeditor-grid-system-kp {
  display: block;
  position: relative;
  width: 100%;
}

.main-html-content,
.html-content,
.cke_editable {
  font-family: Cabin;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #121212;
}
.main-html-content p,
.html-content p,
.cke_editable p {
  padding: 0;
  margin: 0 0 30px 0;
}
.main-html-content strong,
.html-content strong,
.cke_editable strong {
  font-weight: 700;
}
.main-html-content a,
.html-content a,
.cke_editable a {
  color: #061026;
  font-weight: bold;
}
.main-html-content a:hover,
.html-content a:hover,
.cke_editable a:hover {
  color: #FDB812;
}
.main-html-content blockquote,
.html-content blockquote,
.cke_editable blockquote {
  display: block;
  position: relative;
  width: 100%;
  background: #fff7e4;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #121212;
  padding: 65px 68px 38px 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.main-html-content blockquote h1, .main-html-content blockquote h2, .main-html-content blockquote h3, .main-html-content blockquote h4, .main-html-content blockquote h5, .main-html-content blockquote h6,
.html-content blockquote h1,
.html-content blockquote h2,
.html-content blockquote h3,
.html-content blockquote h4,
.html-content blockquote h5,
.html-content blockquote h6,
.cke_editable blockquote h1,
.cke_editable blockquote h2,
.cke_editable blockquote h3,
.cke_editable blockquote h4,
.cke_editable blockquote h5,
.cke_editable blockquote h6 {
  font-family: Rubik;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
}
.main-html-content blockquote p:last-of-type,
.html-content blockquote p:last-of-type,
.cke_editable blockquote p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-html-content blockquote:before,
.html-content blockquote:before,
.cke_editable blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  left: 30px;
  top: 0px;
  width: 42px;
  height: 42px;
  background: transparent url(/site/assets/images/blockquote.svg) no-repeat center;
  background-size: 42px;
}
.main-html-content blockquote p:last-of-type,
.html-content blockquote p:last-of-type,
.cke_editable blockquote p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main-html-content h1, .main-html-content h2, .main-html-content h3, .main-html-content h4, .main-html-content h5, .main-html-content h6,
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-family: Rubik;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
}
.main-html-content img,
.html-content img,
.cke_editable img {
  max-width: 100%;
  height: auto !important;
}
.main-html-content p:last-child,
.html-content p:last-child,
.cke_editable p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-html-content hr,
.html-content hr,
.cke_editable hr {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 2px solid #9d9d9d;
  background: transparent;
}
.main-html-content img[style*=right],
.html-content img[style*=right],
.cke_editable img[style*=right] {
  margin-left: 24px !important;
  margin-bottom: 24px !important;
}
.main-html-content img[style*=left],
.html-content img[style*=left],
.cke_editable img[style*=left] {
  margin-right: 24px !important;
  margin-bottom: 24px !important;
}
.main-html-content .clearfix,
.html-content .clearfix,
.cke_editable .clearfix {
  display: block;
  width: 100%;
  clear: both;
}
.main-html-content iframe,
.main-html-content div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"],
.html-content iframe,
.html-content div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"],
.cke_editable iframe,
.cke_editable div[style="position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;"] {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
}
.main-html-content ul,
.html-content ul,
.cke_editable ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 20px;
  list-style: none;
}
.main-html-content ul li,
.html-content ul li,
.cke_editable ul li {
  display: block;
  width: 100%;
  padding: 0 0 13px 18px;
  position: relative;
}
.main-html-content ul li:before,
.html-content ul li:before,
.cke_editable ul li:before {
  content: "- ";
  font-weight: 700;
  color: #FDB812;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
}
.main-html-content .content_block_module,
.html-content .content_block_module,
.cke_editable .content_block_module {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.main-html-content .content_block_module .gallery-content-block h4.content-blocks-title,
.html-content .content_block_module .gallery-content-block h4.content-blocks-title,
.cke_editable .content_block_module .gallery-content-block h4.content-blocks-title {
  padding: 0 0 12px 0;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block {
  margin-left: -2px;
  margin-right: -2px;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox {
  display: block;
  position: relative;
  width: 100%;
}
.main-html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img,
.html-content .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img,
.cke_editable .content_block_module .gallery-content-block .row-gallery-content-block .col-gallery-content-block-image a.lightbox img {
  min-width: 100%;
  max-width: 100%;
}
.main-html-content .card-kp,
.html-content .card-kp,
.cke_editable .card-kp {
  background: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main-html-content .card-kp .card-body,
.html-content .card-kp .card-body,
.cke_editable .card-kp .card-body {
  padding: 33px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6D6E70;
}
.main-html-content .card-kp .card-body h4,
.html-content .card-kp .card-body h4,
.cke_editable .card-kp .card-body h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #474849;
  padding: 14px 0 33px 0;
  margin: 0;
}
.main-html-content .btn.btn-primary, .main-html-content .btn.btn-primary:focus, .main-html-content .btn.btn-primary:active, .main-html-content .btn.btn-primary:visited,
.html-content .btn.btn-primary,
.html-content .btn.btn-primary:focus,
.html-content .btn.btn-primary:active,
.html-content .btn.btn-primary:visited,
.cke_editable .btn.btn-primary,
.cke_editable .btn.btn-primary:focus,
.cke_editable .btn.btn-primary:active,
.cke_editable .btn.btn-primary:visited {
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background-color: #8a1e02;
  border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
}
.main-html-content .btn.btn-primary:hover,
.html-content .btn.btn-primary:hover,
.cke_editable .btn.btn-primary:hover {
  background: #FCB813;
  color: #FFF;
  border: 1px solid #FCB813;
}
.main-html-content .btn-warning,
.html-content .btn-warning,
.cke_editable .btn-warning {
  background: #FCB813;
  border: 1px solid #FCB813;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 18px;
  text-align: center;
  color: #121212;
  padding: 9px 30px;
  text-transform: uppercase;
}
.main-html-content .btn-warning i,
.html-content .btn-warning i,
.cke_editable .btn-warning i {
  margin-right: 12px;
}
.main-html-content .btn-outline,
.html-content .btn-outline,
.cke_editable .btn-outline {
  background: #FFF;
  border: 1px solid #121212;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 18px;
  text-align: center;
  color: #121212;
  padding: 9px 30px;
  text-transform: uppercase;
}
.main-html-content .btn-outline i,
.html-content .btn-outline i,
.cke_editable .btn-outline i {
  margin-right: 12px;
}
.main-html-content .btn-outline:hover,
.html-content .btn-outline:hover,
.cke_editable .btn-outline:hover {
  background: #FCB813;
  border: 1px solid #FCB813;
}
.main-html-content table.table thead tr th,
.html-content table.table thead tr th,
.cke_editable table.table thead tr th {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
  padding: 8px 24px;
}
.main-html-content table.table tbody tr td,
.html-content table.table tbody tr td,
.cke_editable table.table tbody tr td {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #121212;
  padding: 8px 24px;
}
.main-html-content table.table-striped > tbody > tr:nth-of-type(odd) > *,
.html-content table.table-striped > tbody > tr:nth-of-type(odd) > *,
.cke_editable table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #DDDDDD;
}

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