/* TEST */
/* 
[class*="uk-transition-scale"] {
  -webkit-backface-visibility: visible !important;
}
.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  opacity: 100% !important;
} */

/* Toolbar*/

.tm-toolbar .uk-margin-auto-left {
  margin: auto;
}

.toolbar-text {
  font-weight: 500;
  font-size: 12px;
}

/* Switcher*/

.switcher-title {
  color: #141a0e;
  font-size: 23px;
  font-weight: 700;
}

.switcher-test .uk-flex-last\@m {
  position: relative;
  left: -8%;
  top: 40px;
}

.switcher-test p {
  margin-top: 0px;
  margin-bottom: 15px;
}

.switcher-test .uk-tab > * > a {
  padding: 10px 35px;
}

.uk-tab-right > * > a {
  justify-content: left;
  border-left: 5px solid #e2e5e0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 20px;
}

.switcher-test .uk-width-large\@m {
  width: 570px;
}

.switcher-test .uk-border-rounded {
  border-radius: 10px;
}

/* General*/

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #ffffffb0;
  backdrop-filter: blur(5px);
}

.uk-navbar-sticky {
  box-shadow: 1px 1px 15px 10px rgba(0, 0, 0, 0.05);
}

.header-title.uk-position-relative {
  margin-bottom: -50px !important;
  margin-left: -20px !important;
}

.uk-width-large {
  width: 675px;
}

.video-gallery .uk-border-rounded {
  border-radius: 12px;
}

.video-gallery .uk-padding-small {
  padding: 30px;
}

.grid-green .uk-card {
  padding-bottom: 0px;
  padding-top: 0px;
  background: transparent;
}

.grid-green .uk-card .el-content {
  line-height: 1.4;
}

.grid-green .el-content {
  font-size: 23px;
  font-weight: 700;
}

.uk-box-shadow-small {
  box-shadow: 0 3.8px 13px 0px rgba(0, 0, 0, 0.25);
}

.olive {
  color: #526245;
}

.toolbar-link {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  margin-left: 10px;
}

.toolbar-link:hover {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-thickness: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.uk-text-large {
  font-weight: 500;
  color: #141a0e;
}

.sublayout-green .uk-tile {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 1400px) {
  .hero-one {
    width: 45% !important;
  }

  .hero-two {
    width: 55% !important;
  }
}

.bg-image .uk-background-norepeat {
  border-radius: 10px;
  /* height: 600px; */
}

@media (min-width: 1200px) {
  .padding-vertical-large {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.small-titles {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 16px;
}

/* Animations */

.uk-button,
a {
  transition: all 0.4s ease !important;
}

.uk-button:hover {
  opacity: 0.8;
}

.uk-width-2xlarge\@m {
  width: 890px;
}

/* site map */

.treeview span {
  color: #554a43 !important;
}

a.hover {
  text-decoration: none;
}

.treeview a {
  color: #554a43;
}

.treeview .hover {
  color: rgba(33, 37, 47, 0.5);
  text-decoration: none;
}

.treeview a.selected {
  background-color: transparent;
  text-decoration: none;
}

.treeview a.selected {
  font-size: 18px;
}

/* Pixel BG */

.bg-line {
  background-image: url("/images/1px.jpg");
  background-repeat: no-repeat;
  background-size: 946px 3px;
  background-position: 50% 80px;
}

/* Footer */

.footer-links .el-link {
  font-size: 15px;
}

.footer-links .el-link:hover {
  opacity: 0.5;
}

.footer a:hover {
  opacity: 0.5;
}

.footer-number {
  font-size: 15px;
}

/* Form */

.cots-form .ba-field-container textarea {
  min-height: 6.1rem;
  resize: vertical;
}

.cots-form .ba-form-page input[type="text"],
.cots-form .ba-form-page input[type="email"],
.cots-form .ba-form-page textarea,
.cots-form .ba-form-page select {
  border: 2px solid rgba(219, 219, 219, 0.5) !important;
  border-radius: opx !important;
}

.cots-form
  .ba-form-radio-field
  .ba-form-checkbox-wrapper
  .ba-form-radio
  span::before {
  border: 2px solid rgba(219, 219, 219, 0.5) !important;
}

.cots-form
  .ba-form-radio-field
  .ba-form-checkbox-wrapper:hover
  .ba-form-radio
  span::before {
  border: 2px solid #001d3c !important;
}

.cots-form .ba-form-page input[type="text"]:focus,
.cots-form .ba-form-page input[type="email"]:focus,
.cots-form .ba-form-page textarea:focus,
.cots-form .ba-form-page select:focus {
  border: 2px solid #001d3c !important;
}

.cots-form .ba-form-acceptance-field label.ba-form-checkbox > span {
  border: 2px solid rgba(219, 219, 219, 0.5) !important;
}

.cots-form .upload-file-btn:hover {
  background: rgba(219, 219, 219, 0.5) !important;
}

.cots-form .ba-form-submit-btn {
  border-radius: 50px !important;
  padding: 0px 35px !important;
  height: 44px !important;
  margin-top: 10px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 1px !important;
  transition: all 0.15s ease !important;
  font-family: "Plus Jakarta Sans" !important;
  border-color: rgba(255, 255, 255, 0) !important;
  background-image: linear-gradient(90deg, #54bdd5 0, #124e9a 100%) !important;
}

.cots-form .ba-form-submit-btn:hover {
  text-decoration: none;
  opacity: 0.5;
}

.cots-form
  .ba-form-page
  .span12
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(1) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cots-form .ba-form-acceptance-field label.ba-form-checkbox > span {
  background: rgba(255, 255, 255, 1) !important;
  border-radius: 0px !important;
}

.cots-form .ba-form-acceptance-field label.ba-form-checkbox > span:hover {
  border: 2px solid rgba(219, 219, 219, 0.5) !important;
}

.cots-form
  .ba-form-acceptance-field
  label.ba-form-checkbox
  input[type="checkbox"]:checked
  + span::before {
  color: #001d3c !important;
}

.cots-form .ba-form-acceptance-field .ba-field-container,
.ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
  padding-left: 40px !important;
}

.cots-form .ba-form-acceptance-field .ba-form-acceptance-html p {
  font-size: 16px !important;
}

.cots-form .ba-form-acceptance-field .ba-form-acceptance-html p a {
  color: #001d3c !important;
}

.cots-form
  .ba-form-acceptance-field
  label.ba-form-checkbox
  input[type="checkbox"]:checked
  + span::before {
  color: #fff;
}

.cots-form .ba-form-acceptance-field .ba-form-acceptance-html p a {
  font-weight: 700;
}

.cots-form .ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.cots-form .ba-form-page {
  padding: 0px !important;
}

.cots-form
  .ba-form-page
  .span12
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(1) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.cots-form .upload-file-input.drag-drop-upload-file .upload-file-btn {
  margin-top: 10px;
}

.cots-form .upload-file-input.drag-drop-upload-file {
  height: 128px !important;
}

.cots-form .ba-form-icons {
  display: none !important;
}

/* Firefox */

.cots-form .ba-field-container textarea::placeholder,
.cots-form .ba-field-container input[type="text"]::placeholder,
.cots-form .ba-field-container input[type="number"]::placeholder,
.cots-form .ba-field-container input[type="email"]::placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}

/* Edge */

.cots-form .ba-field-container textarea::-webkit-input-placeholder,
.cots-form .ba-field-container input[type="text"]::-webkit-input-placeholder,
.cots-form .ba-field-container input[type="number"]::-webkit-input-placeholder,
.cots-form .ba-field-container input[type="email"]::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}

/* Internet Explorer 10-11 */
.cots-form .ba-field-container textarea:-ms-input-placeholder,
.cots-form .ba-field-container input[type="text"]:-ms-input-placeholder,
.cots-form .ba-field-container input[type="number"]:-ms-input-placeholder,
.cots-form .ba-field-container input[type="email"]:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}

.cots-form
  .ba-form-radio-field
  .ba-form-checkbox-wrapper
  .ba-form-radio
  span::before {
  background: #fff !important;
  border-radius: 100% !important;
}

.cots-form
  .ba-form-radio-field
  .ba-form-checkbox-wrapper
  .ba-form-radio
  input[type="radio"]:checked
  + span::before {
  background: #24304f !important;
}

/* Cookie Yes */

body .cky-revisit-bottom-left {
  background-color: #526245 !important;
}

.cky-btn-accept {
  background: #526245 !important;
  border: 2px solid #526245 !important;
}

.cky-btn-customize {
  border: 2px solid #526245 !important;
  color: #526245 !important;
}

.cky-btn-reject {
  color: #fff !important;
  background: #141a0e !important;
  border: 2px solid #141a0e !important;
}

.cky-btn-preferences {
  color: #fff !important;
  background: #141a0e !important;
  border: 2px solid #141a0e !important;
}

/*RESPONSIVE*/

@media (min-width: 1200px) {
  .how-it-work.uk-section-primary {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .homelink {
    display: none !important;
  }

  .home-hero .uk-width-2xlarge\@xl {
    width: 860px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .uk-h1 {
    font-size: 45px;
  }

  .uk-h2 {
    font-size: 34px;
  }

  .uk-h4 {
    font-size: 20px;
  }

  .uk-text-large {
    font-size: 18px;
  }

  .uk-text-small {
    font-size: 12px;
  }

  .grid-green .el-content {
    font-size: 19px;
    font-weight: 700;
  }

  .video-gallery .uk-padding-small {
    padding: 15px;
  }

  .bg-line {
    background-size: 860px 3px;
  }

  .uk-tab-right > * > a {
    line-height: 1.3;
    font-weight: 400;
    font-size: 17px;
  }

  .home-hero .uk-width-2xlarge\@xl {
    width: 760px;
  }

  .switcher-test .uk-width-large\@m {
    width: 534px;
  }

  .header-title.uk-position-relative {
    margin-bottom: -50px !important;
    margin-left: -4px !important;
  }
}

/*small desktop*/
@media all and (min-width: 960px) and (max-width: 1199px) {
  .uk-h1 {
    font-size: 37px;
  }

  .uk-h2 {
    font-size: 32px;
  }

  .uk-h3 {
    font-size: 24px;
  }

  .uk-h4 {
    font-size: 20px;
  }

  .uk-text-large {
    font-size: 18px;
  }

  .uk-text-small {
    font-size: 12px;
  }

  .grid-green .el-content {
    font-size: 16px;
    font-weight: 700;
  }

  .video-gallery .uk-padding-small {
    padding: 15px;
  }

  .bg-line {
    background-size: 860px 3px;
  }

  .uk-tab-right > * > a {
    line-height: 1.3;
    font-weight: 400;
    font-size: 17px;
  }

  .home-hero .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sublayout-green .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-it-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bg-line {
    background-position: 50% 66px;
  }

  .bg-line {
    background-size: 669px 3px;
  }

  .header-title.uk-position-relative {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }

  .sublayout-green .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .bg-line {
    background-image: none;
  }

  .video-gallery {
    display: flex; /* horizontal layout */
    overflow-x: auto; /* enable horizontal scroll */
    scroll-snap-type: x mandatory; /* optional smooth snapping */
  }
  .video-gallery > * {
    flex: 0 0 auto; /* prevent items from shrinking */
    scroll-snap-align: start; /* optional */
  }

  .video-gallery .el-image {
    height: 470px !important;
    width: 550px !important;
  }

  /* .video-gallery-2 .el-image {
    height: 500px !important;
    width: 960px !important;
  } */

  .small-screen-padding-bottom {
    padding-bottom: 40px;
  }

  .footer-number {
    font-size: 15px;
  }
}

/*ipad*/
@media all and (min-width: 640px) and (max-width: 959px) {
  .uk-h1 {
    font-size: 45px;
  }

  .uk-h2 {
    font-size: 38px;
  }

  .uk-h3 {
    font-size: 26px;
  }

  .uk-h4 {
    font-size: 20px;
  }

  .uk-text-large {
    font-size: 18px;
  }

  .uk-text-small {
    font-size: 12px;
  }

  .grid-green .el-content {
    font-size: 16px;
    font-weight: 700;
  }

  .video-gallery .uk-padding-small {
    padding: 15px;
  }

  .bg-line {
    background-size: 860px 3px;
  }

  .uk-tab-right > * > a {
    line-height: 1.3;
    font-weight: 400;
    font-size: 17px;
  }

  .home-hero .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sublayout-green .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-it-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bg-line {
    background-position: 50% 66px;
  }

  .bg-line {
    background-size: 669px 3px;
  }

  .header-title.uk-position-relative {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }

  .bg-line {
    background-image: none;
  }

  .sublayout-green .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .hero-slideshow .uk-slideshow-items {
    min-height: 350px !important;
  }

  .video-gallery {
    display: flex; /* horizontal layout */
    overflow-x: auto; /* enable horizontal scroll */
    scroll-snap-type: x mandatory; /* optional smooth snapping */
  }
  .video-gallery > * {
    flex: 0 0 auto; /* prevent items from shrinking */
    scroll-snap-align: start; /* optional */
  }

  .video-gallery .el-image {
    height: 700px !important;
    width: 400px !important;
  }

  .video-gallery-2 .el-image {
    height: 500px !important;
  }

  .bg-image .uk-background-norepeat {
    height: 450px;
  }

  .hide-at-960 {
    display: none;
  }

  .small-screen-padding-bottom {
    padding-bottom: 00px;
  }

  .small-text-subnav a {
    font-size: 12px !important;
  }

  .footer-number {
    font-size: 15px;
  }
}

/*mobile*/
@media (max-width: 639px) {
  .uk-logo {
    width: 170px;
  }

  .bg-line {
    background-image: none;
  }

  .uk-h1 {
    font-size: 38px;
  }

  .uk-h2 {
    font-size: 28px;
  }

  .uk-h3 {
    font-size: 22px;
  }

  .uk-h4 {
    font-size: 20px;
  }

  .uk-text-large {
    font-size: 16px;
  }

  .uk-button {
    font-size: 15px;
  }

  .uk-text-small {
    font-size: 12px;
  }

  .grid-green .el-content {
    font-size: 16px;
    font-weight: 700;
  }

  .video-gallery .uk-padding-small {
    padding: 15px;
  }

  .bg-line {
    background-size: 860px 3px;
  }

  .uk-tab-right > * > a {
    line-height: 1.3;
    font-weight: 400;
    font-size: 17px;
  }

  .home-hero .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sublayout-green .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-it-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bg-line {
    background-position: 50% 66px;
  }

  .bg-line {
    background-size: 669px 3px;
  }

  .header-title.uk-position-relative {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }

  .bg-line {
    background-image: none;
  }

  .sublayout-green .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .hero-slideshow .uk-slideshow-items {
    min-height: 350px !important;
  }

  .small-text-subnav a {
    font-size: 12px !important;
  }

  .video-gallery {
    display: flex; /* horizontal layout */
    overflow-x: auto; /* enable horizontal scroll */
    scroll-snap-type: x mandatory; /* optional smooth snapping */
  }
  .video-gallery > * {
    flex: 0 0 auto; /* prevent items from shrinking */
    scroll-snap-align: start; /* optional */
  }

  .video-gallery .el-image {
    height: 500px !important;
    width: 290px !important;
  }

  .bg-image .uk-background-norepeat {
    height: 250px;
  }

  .hide-at-960 {
    display: none;
  }

  .small-screen-padding-bottom {
    padding-bottom: 20px;
  }

  .footer-number {
    font-size: 15px;
  }
}
