body {
font-size: 14px;
background-color: #f3efea;
color: black;
font-family: 'Roboto', sans-serif;
}

a {
outline: none !important;
}

strong {
font-weight: 700 !important;
}

.boxer *, a:hover .img-container .hover, .button, .mobile-nav-button span, header.section, .mobile-nav, .social-media-menu a, .map, .gallery .gal::after, .gallery .gal .hover, .gallery .gal .zoom, .pagination ul li a, .bx-next, .bx-prev, .field input, .field textarea,
.features ul li a, header.section .col.nav ul li .dropdown {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.wrapper {
width: 100%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
}

.row {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.col {
width: 100%;
display: inline-block;
padding-left: 12px;
padding-right: 12px;
}

.h1 {
color: #d8c9ba;
font-size: 56px;
line-height: 120%;
margin-bottom: 24px;
font-weight: 900;
}

.h2 {
font-size: 40px;
line-height: 120%;
margin-bottom: 24px;
color: #2b2b2b;
font-weight: 400;
}

.h3 {
color: black;
font-size: 22px;
font-weight: 700;
line-height: 120%;
margin-bottom: 24px;
display: block;
float: left;
width: 100%;
clear: both;
}

.h4 {
color: black;
font-size: 20px;
font-weight: 400;
line-height: 120%;
margin-bottom: 0;

display: block;
float: left;
width: 100%;
clear: both;
}

.section, .full {
float: left;
width: 100%;
clear: both;
position: relative;
z-index: 1;
overflow: hidden;
}

header.section {
display: block;
width: 100%;
height: 90px;
background-color: transparent;
position: fixed;
top: 0;
left: 0;
z-index: 100;
overflow: visible;
}

.header-fixed header.section, .menu-open header.section, .map-open header.section {
background-color: #2b2b2b;	
box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.3);
}

header.section .row {
height: 90px;
background-color: transparent;
width: calc(100% + 48px);
margin-left: -24px;
padding-left: 24px;
padding-right: 24px;
}

header.section .col.logo {
width: 140px;
}

header.section .col.logo::before {
  content: '';
  width: 100%;
  height: 90px;
  position: absolute;
  background-color: #363636;
  top: 0;
  right: 50%;
  margin-right: 320px;
  transform: skewX(-15deg);
}

header.section .col.logo img {
width: 190px;
height: auto;
position: relative;
z-index: 3;
}

.logo-text {
font-size: 32px;
color: black;
font-family: 'Nunito', sans-serif;
font-weight: 300;
width: 220px;
text-align: left;
}

.logo-text span.color {
color: #44b6df;
}

.logo-text span.text {
display: block;
width: 100%;
text-align: left;
font-size: 13px;
text-transform: uppercase;
float: left;
clear: both;
color: #8c9094;
font-weight: 500;
letter-spacing: 0.3px;
}

header.section .col.nav {
width: calc(100% - 140px);
}

header.section .col.nav ul {
float: right;
}

header.section .col.nav ul li {
float: left;
margin-left: 30px;
position: relative;
}

header.section .col.nav ul li a {
display: block;
float: left;
height: 90px;
line-height: 90px;
position: relative;
font-weight: 400;
text-transform: uppercase;
font-size: 15px;
text-decoration: none;
color: white;
padding-left: 6px;
padding-right: 6px;
}

header.section .col.nav ul li a span {
margin-left: 6px;
font-size: 9px;
display: none;
}

header.section .col.nav ul li a::after {
content: '';
display: block;
width: 100%;
height: 4px;
background-color: #ff4500;
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
}

header.section .col.nav ul li.active a::after {
opacity: 1;
}





header.section .col.nav ul li .dropdown {
position: absolute;
width: 420px;
top: 0;
margin-top: 90px;
left: 0;
background-color: white;
left: 50%;
margin-left: -210px;
visibility: hidden;
opacity: 0;
box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.3);
}

header.section .col.nav ul li:hover .dropdown {
visibility: visible;
opacity: 1;
}

header.section .col.nav ul li .dropdown li {
margin: 0;
padding: 0;
width: 50%;
margin-top: 12px;
margin-bottom: 12px;
}

header.section .col.nav ul li .dropdown li a {
width: 100%;
height: 30px;
line-height: 30px;
font-size: 14px;
text-transform: none;
font-weight: 300;
padding-left: 24px;
padding-right: 24px;
text-transform: capitalize;
}

header.section .col.nav ul li .dropdown li a:hover {
color: #0089e1;
}

header.section .col.nav ul li .dropdown li a::after {
display: none;
}

.mobile-nav-button {
display: block;
border: none;
outline: none;
float: right;
width: 50px;
height: 50px;
background: none;
background-color: transparent;
position: relative;
background: rgba(255,255,255, 0.0);
display: none;
}

.mobile-nav-button span {
display: block;
width: 26px;
height: 3px;
position: absolute;
background-color: #394445;
left: 50%;
top: 50%;
margin-top: -1px;
margin-left: -18px;
border-radius: 1px;
}

.mobile-nav-button span:first-child {
margin-top: -12px;
margin-left: -13px;
}

.mobile-nav-button span:last-child {
margin-top: 10px;
margin-left: -13px;
}

.menu-open .mobile-nav-button span, .map-open .mobile-nav-button span {
opacity: 0;
border-radius: 0;
}

.menu-open .mobile-nav-button span:first-child, .map-open .mobile-nav-button span:first-child {
opacity: 1;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 0;
}

.menu-open .mobile-nav-button span:last-child, .map-open .mobile-nav-button span:last-child { 
opacity: 1;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
margin-top: 0;
}

.mobile-nav {
display: block;
position: fixed;
width: 100%;
height: calc(100% - 90px);
top: 90px;
left: 0;
z-index: 100;
background: #252525;
opacity: 0;
visibility: hidden;
}

.mobile-nav .wrapper, .mobile-nav .wrapper .col {
padding-left: 0;
padding-right: 0;
}

.menu-open .mobile-nav {
visibility: visible;
opacity: 1;
}

.mobile-nav .row.absolute {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.mobile-nav .col.nav {
width: 100%;
position: relative;
}

.mobile-nav .col.nav ul, .mobile-nav .col.nav ul li {
float: left;
display: block;
width: 100%;
}

.mobile-nav .col.nav ul, .mobile-nav .col.info .full {
overflow-y: auto;
max-height: calc(100vh - 90px);
padding-top: 30px;
padding-bottom: 30px;
}

.mobile-nav .col.nav ul {
padding-left: 24px;
padding-right: 24px;
}

.mobile-nav .row.absolute .row {
max-height: calc(100vh - 90px);
align-items: flex-start;
}

.mobile-nav .col.nav ul li {
margin-bottom: 12px;
margin-top: 12px;
}

.mobile-nav .col.nav ul li a {
font-size: 24px;
color: white;
text-decoration: none;
line-height: 120%;
text-transform: capitalize;
font-weight: 400;
}

.mobile-nav .col.nav ul li.active a {
color: #0089e1;
}

.mobile-nav .col.info {
width: 50%;
position: relative;
text-align: right;
color: #ffffff;
}

.mobile-nav .col.info .h3 {
margin-top: 12px;
margin-bottom: 12px;
font-size: 20px;
color: #43b3dc;
}

.mobile-nav .col.info .info-text {
float: left;
width: 100%;
clear: both;
font-size: 14px;
line-height: 140%;
margin-top:  12px;
margin-bottom: 12px;
opacity: 0.7;
}

.mobile-nav .col.info .info-text a {
color: black;
text-decoration: none;
}

.section.page-header, .section.home, .section.paralax {
height: 360px;
position: relative;
text-align: center;
}

.section.page-header {
text-align: left;
}

.section.paralax, .section.paralax2 {
height: auto;

}


.section.paralax .paralax-img, .section.paralax2 .paralax-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  filter: grayscale(100%) !important;
  top: 0;
  left: 0;
}

.section.paralax .h2 {
color: #d8c9ba;
font-size: 48px;
font-weight: 700;
}

.section.paralax .text-p {
color: #d8c9ba;
font-size: 18px;
line-height: 140%;
margin-bottom: 24px;
opacity: 1;
font-weight: 300;
}

.section.paralax .h3 {
font-weight: 400;
font-size: 28px;
color: #d8c9ba;
}

.section.paralax .wrapper {
position: relative;
z-index: 3;
max-width: 100%;
}

.section.paralax .shade, .section.paralax2 .shade {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #2b2b2b;
opacity: 0.95;
}

.section.paralax .col.max {
max-width: 740px;
}

.section.paralax .flex {
float: left;
width: 100%;
}

.section.paralax .bx-pager {
bottom: -24px;
}

.section.paralax .button {
margin-bottom: 24px;
padding-top: 18px;
padding-bottom: 18px;
width: auto;
padding-left: 24px;
padding-right: 24px;
font-size: 15px;
font-weight: 700;
}

.section.paralax.contact .button {
margin-top: 18px;
}


.section.page-header, .section.home, .section.paralax {
  background-color: #2b2b2b;
}

.section.page-header img, .section.home img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
opacity: 0.05;
object-fit: cover;
filter: grayscale(100%);
}

.section.page-header .absolute, .section.home .absolute {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}

.section.home {
height: 720px;
text-align: left;
}

.section.home .absolute, .section.home .slide, .section.home .bx-viewport, .section.home .row {
height: 720px !important;
}

.section.home .row {
justify-content: flex-start;
}

.section.home .col {

}

.section.home .h1 {
font-size: 50px;
font-weight: 700;
text-transform: none;
color: #d8c9ba;
text-transform: uppercase;
}

.section.home .text-p {
font-size: 17px;
line-height: 150%;
margin-bottom: 36px;
color: #d8c9ba;
opacity: 1;
max-width: 760px;
float: left;
display: block;
font-weight: 300;
}

.section.home .text-p p {
font-size: 120%;
line-height: 150%;
}

.section.home .text-p ul  {
padding-top: 36px;
padding-left: 12px;
}

.section.home .hr {
background-color: #eb3d00;
}

.section.home .button {
background-color: #363636;
width: auto;
padding-top: 18px;
padding-bottom: 18px;
width: auto;
padding-left: 24px;
padding-right: 24px;
font-size: 16px;
color: #d8c9ba;
}

.bx-next, .bx-prev {
display: block;
width: 60px;
height: 60px;
position: absolute;
z-index: 100;
top: 50%;
margin-top: -30px;
border: 1px solid #d8c9ba;
color: #d8c9ba;
line-height: 60px;
font-size: 18px;
background-color: transparent;
text-decoration: none;
text-align: center;
border-radius: 100px;
}

.bx-next:hover, .bx-prev:hover {
background-color: #3e632f;
border-color: #3e632f;
color: #d8c9ba;
}

.bx-prev {
left: 24px;
}

.bx-next {
right: 24px;
}

.bx-pager {
width: 100%;
position: absolute;
z-index: 100;
bottom: 40px;
left: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.bx-pager a {
display: inline-block;
width: 16px;
height: 16px;
background-color: #d8c9ba;
margin-left: 3px;
margin-right: 3px;
text-indent: -9999px;
border-radius: 16px;
}

.bx-pager a.active {
background-color: #3f6430;
}


.section.page-header .absolute .row {
height: 360px;
padding-top: 90px;
}

.breadcrumb {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}

.breadcrumb li {
color: black;
display: inline-block;
margin: 6px;
font-size: 16px;
font-weight: 400;
color: white;
opacity: 0.7;
white-space: nowrap;

}

.breadcrumb li:last-child {
text-overflow: ellipsis;
overflow: hidden;
}

.breadcrumb li a {
text-decoration: none;
color: white;
}

.breadcrumb li span {
font-size: 66%;
}


footer.section {
width: 100%;
height: 70px;
background-color: #2b2b2b;
border-top: 1px solid #363636;
overflow: hidden;
}

footer.section .row {
height: 70px;
}

footer.section .text-p {
font-size: 15px;
line-height: 120%;
font-weight: 300;
display: block;
float: left;
line-height: 68px;
font-weight: 300;
color: #d8c9ba;
}

.social-media-menu {
float: right;
}

.social-media-menu a {
width: 38px;
height: 38px;
display: block;
float: left;
margin-left: 12px;
border: 1px solid #363636;
text-align: center;
line-height: 38px;
color: #9da1a5;
text-decoration: none;
font-size: 18px;
}

.social-media-menu a:hover {
color: white;
}

footer .social-media-menu a {
margin-left: 0;
width: 68px;
height: 68px;
line-height: 70px;
color: #d8c9ba;
border-color: #363636;
margin-left: -1px;
border-top: none;
border-bottom: none;
}

.section.bg-light {
background-color: #f7f7f7;
}

.section.padding {
padding-top: 90px;
padding-bottom: 90px;
}

.section.padding-bottom {
margin-top: -90px;
padding-bottom: 90px;
}

.gallery.article {
margin-bottom: 12px;
float: left;
width: 100%;
}

.gallery.article .row {
width: calc(100% + 24px);
margin-left: -12px;
}

.col.col-mainheader {
width: 100%;
}

.col.col-info-text {
max-width: 360px;
text-align: center;
}

.col.col-info-text .h3 {
display: block;
float: left;
clear: both;
margin-top: 12px;
margin-bottom: 12px;
font-size: 20px;
color: #2b2b2b;
font-weight: 700;
}

.col.col-info-text .text-p {
display: block;
float: left;
width: 100%;
clear: both;
font-size: 15px;
line-height: 140%;
margin-top: 12px;
margin-bottom: 12px;
color: #74768f;
font-weight: 300;
}

.col.col-info-text .text-p a {
  color: #74768f;
}

.col.col-info-text .text-p a {
text-decoration: none;
}

.col.col-info-text .text-p span {
display: inline-block;
}

.col.col-contact-form {
max-width: calc(100% - 360px);
padding-left: 48px;
text-align: center;
}

.full.border {
border: 1px solid #e1e1e1;
padding: 24px;
background-color: #f7f7f7;
border-radius: 15px;
}

.col-contact-form .h3 {
margin-bottom: 12px;
margin-top: 0;
color: #2b2b2b;
font-weight: 700;
}

.field {
float: left;
width: 100%;
clear: both;
margin-top: 24px;
position: relative;
}

.field.hidden {
display: none;
}

.field.field-1-3 {
width: calc(33.333% - 16px);
clear: none;
margin-left: 24px;
margin-right: 24px;
}

.field.field-1-2 {
width: calc(50% - 12px);
clear: none;
margin-left: 12px;
margin-right: 12px;
}

.field.field-1-3.first, .field.field-1-3.last {
margin-left: 0;
margin-right: 0;
}

.field.field-1-2.first {
margin-left: 0;
}

.field.field-1-2.last {
margin-right: 0;
}

.field input, .field textarea, .field select {
background: none;
background-color: #f7f7f7;
border: 1px solid #e1e1e1;
resize: none;
height: 50px;
display: block;
float: left;
padding: 18px;
width: 100%;
color: #2b2e54;
font-size: 14px;
text-align: center;
font-family: 'Roboto', sans-serif;
resize: none;
border-radius: 5px;
} 

.field select {
padding-top: 9px;
padding-bottom: 9px;
}

.field select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.select-arrow {
content: '';
position: absolute;
width: 20px;
height: 20px;
display: block;
top: 50%;
right: 18px;
z-index: 3;
text-align: center;
margin-top: -10px;
line-height: 20px;
text-align: center;
font-size: 12px;
color: #2b2e54;
}

.field textarea {
min-height: 160px;
}

form .info {
width: 100%;
clear: both;
float: left;
text-align: center;
margin-top: 24px;
color: #74768f;
font-size: 14px;
line-height: 130%;
font-weight: 300;
}

.button {
border: none;
outline: none;
position: relative;
display: inline-block;
font-size: 14px;
text-transform: none;
line-height: 120%;
font-weight: 700;
background-color: #ff4500;
color: white;
text-align: center;
padding: 24px;
padding-top: 12px;
padding-bottom: 12px;
max-width: 100%;
width: 340px;
text-decoration: none;
font-family: 'Roboto', sans-serif;
border-radius: 0;
}

.button:hover {
background-color: #44b6df;
}

.info-contact .row.social  {
margin-top: 60px;
}

.info-contact .row.social .social-media-menu a {
margin-left: 6px;
margin-right: 6px;
background-color: #222222;
border-color: #222222;
}

.info-contact .row.social .social-media-menu a:hover {
color: black;
background-color: #43b3dc;
border-color: #43b3dc;
}

.map {
position: relative;
width: 100%;
height: 500px;
float: left;
}

.map-open .map {
visibility: visible;
opacity: 1;
}

.map iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

.col-mainheader {
text-align: center;
margin-bottom: 24px;
max-width: 920px;
}

.hr {
display: inline-block;
width: 100%;
max-width: 120px;
height: 4px;
background-color: #ff4500;
margin-bottom: 24px;
margin-top: -3px;
opacity: 1;
}

.col-mainheader .h2 {
  color: #2b2b2b;
display: block;
float: left;
width: 100%;
}

.col-mainheader .text-p {
font-size: 18px;
line-height: 140%;
display: block;
float: left;
width: 100%;
color: rgb(125, 125, 125);
font-weight: 300;
}

.gallery .img-container, .mainimg .img-container {
aspect-ratio: 16 / 9;
}



.gallery.gallery-0 {
display: none;
}

.gallery.gallery-1 .gal {
width: calc(100% - 24px);

}

.gallery.gallery-2a .gal {
width: calc(50% - 24px);
margin: 12px;
}

.gallery.gallery-3a .gal {
width: calc(33.333% - 24px);
margin: 12px;
}

.gallery.gallery-4a .gal {
1width: calc(25% - 24px);
margin: 12px;
}


.gallery .gal {
width: calc(50% - 24px);
margin: 12px;
}

.gal.none {
display: none;
}

.gallery .gal.gal3, .gallery .gal.gal4, .gallery .gal.gal5, .offerbox {
width: calc(33.333% - 24px);
}

.gallery .gal.gal3 .img.landscape, .gallery .gal.gal4 .img.landscape, .gallery .gal.gal5 .img.landscape {
display: none;
}

.gallery .gal.gal3 .img.portrait, .gallery .gal.gal4 .img.portrait, .gallery .gal.gal5 .img.portrait {
display: block;
}

.img-container {
width: 100%;
float: left;
position: relative;
background-color: white;
aspect-ratio: 4/3;
border: 1px solid #d8c9ba;
}

.img-container .img {
width: 100%;
opacity: 0;
}

.img-container .img.portrait {
display: none;
}

.img-container .img-fit {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
object-fit: cover;
object-fit: contain;
}

a.gal:hover .img-container .img-fit {
transform: scale(1.2);
}

.gallery .gal {
position: relative;
overflow: hidden;
}



.gallery a.gal::after {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0.9;


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#142146+0,142146+100&0+0,1+85 */
background: -moz-linear-gradient(top,  rgba(20,33,70,0) 0%, rgba(20,33,70,1) 85%, rgba(20,33,70,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(20,33,70,0) 0%,rgba(20,33,70,1) 85%,rgba(20,33,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(20,33,70,0) 0%,rgba(20,33,70,1) 85%,rgba(20,33,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00142146', endColorstr='#142146',GradientType=0 ); /* IE6-9 */


}

.gallery .gal:hover::after {
opacity: 0;
}

.gallery .gal .hover .h4 {
color: white;
}

.gallery .gal .hover {
display: block;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 2;
padding: 24px;
} 

.gallery .gal:hover .hover {
bottom: -50%;
opacity: 0;
}


.gallery .gal .hover .text-p {
display: block;
float: left;
width: 100%;
clear: both;
color: white;
font-size: 16px;
line-height: 120%;
margin-top: 6px;
}

.gallery .gal .zoom {
display: block;
width: 60px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 3;
text-align: center;
line-height: 60px;
font-size: 44px;
color: white;
opacity: 0;
}

.contact-form.article {
float: left;
width: 100%;
clear: both;
margin-top: -24px;
margin-bottom: 24px;
text-align: left;
}

.contact-form form {
float: left;
width: 100%;
clear: both;
}

.contact-form.article .field input, .contact-form.article .field textarea {
text-align: left;
}

.gallery .gal:hover .zoom {
opacity: 1;
}

.video {
width: 100%;
height: auto;
position: relative;
float: left;
clear: both;
margin-bottom: 24px;
}


.video iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.download {
width: 100%;
background-color: #f7f7f7;
border: 1px solid #e1e1e1;
padding: 6px;
padding-bottom: 3px;
border-radius: 10px;
margin-bottom: 24px;
}

.download ul {
padding: 0 !important;
display: inline-block;
width: 100%;
margin: 0 !important;
}

.download ul li {
display: block;
float: left;
background-color: white;
width: 100%;
margin-bottom: 6px;
padding: 0;
border-radius: 5px;
border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;

}

.download ul li a {
text-decoration: none;
display: inline-block;
padding: 6px;
color: #2b2e54;
width: calc(100% - 90px);
}

.download ul li a:hover {
color: #0089e1;
}

.download ul li a.left span {
position: absolute;
left: 6px;
top: 10px;
}

.download ul li a.left {
position: relative;
padding-left: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download ul li a.right {
float: right;
font-size: 85%;
color: #0089e1;
width: 90px;
}

.download ul li a span {
color: #0089e1;
margin-right: 3px;
margin-left: 3px;
}

.download ul li::before {
display: none !important;
}

.download ul li:last-child {
margin-bottom: 0;
}

.offerrow {
width: calc(100% + 72px);
margin-left: -36px;
}

.offerbox {
margin-bottom: 24px;
}

.offerbox .h4 {
text-transform: none;
color: #2b2e54;
}

.offerbox .border {
background-color: #f7f7f7;
border-radius: 15px;
}

.offerbox .img-container .img-fit {
object-fit: contain;
}

.offerbox .text {
float: left;
width: 100%;
clear: both;
text-align: center;
min-height: 220px;
margin-top: 16px;
}

.offerbox .text .text-p {
line-height: 140%;
font-size: 14px;
color: #74768f;
margin-top: 16px;
display: block;
width: 100%;
float: left;
font-weight: 300;
}

.offerbox .text .text-p {
min-height: 100px;
}

.offerbox .text .button {
background-color: #00a6ff;
margin-top: 12px;
width: auto;
padding-top: 18px;
padding-bottom: 18px;
}

.button:hover {
background-color: #394445 !important;
border-color: #394445 !important;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pagination ul li {
display: inline-block;
margin-left: 4px;
margin-right: 4px;
}

.pagination ul li a {
height: 38px;
min-width: 38px;
padding-left: 12px;
padding-right: 12px;
display: block;
float: left;
border: 1px solid #e1e1e1;
background-color: #f7f7f7;
text-align: center;
line-height: 38px;
color: #74768f;
text-decoration: none;
font-size: 14px;
border-radius: 3px;
font-weight: 400;
}

.pagination ul li a:hover {
background-color: #eb3d00;
border-color: #eb3d00;
color: white;
}

.pagination ul li.active a {
color: white;
border-color: #0089e1;
background-color: #0089e1;
}

.article .row {
align-items: flex-start;
}

.article .col-1-3 {
width: 40%;
}

.article .col-2-3 {
width: 60%;
padding-left: 36px;
}

.article .col-2-3.left {
padding-left: 12px;
padding-right: 36px;
width: calc(100% - 360px);
}

.article .col-2-3.left .gallery a.gal::after {
display: none;
}

.article .col-1-3.right {
width: 360px;
}

.features .h2 {
font-size: 30px;
font-weight: 300;
} 

.article .col-1-3.right .full.border {
padding: 6px;
border-radius: 10px;
padding-top: 0;
padding-bottom: 0;
}

.features ul {

}

.features ul li {
display: block;
float: left;
width: 100%;
margin-top: 6px;
margin-bottom: 6px;
}

.features ul li a {
text-decoration: none;
display: block;
float: left;
width: 100%;
padding: 12px;
background-color: white;
border: 1px solid #e1e1e1;
border-radius: 5px;
}

.features ul li .img-container {
aspect-ratio: 16 / 7;
margin-bottom: 12px;
}

.img-container .img-fit.contain {
object-fit: contain;
}

.features ul li a:hover {
opacity: 1;
}

.features ul li .h3 {
margin-bottom: 12px;
font-size: 18px;
font-weight: 300;
color: #2b2e54;
}

.features ul li .text {
margin-bottom: 12px;
font-size: 14px;
font-weight: 300;
line-height: 130%;
color: #74768f;
}

.article .col-1-3.right .offerbox {
width: 100%;
background-color: white;
border: 1px solid #e1e1e1;
border-radius: 5px;
padding: 24px;
margin-bottom: 6px;
}

.article .col-1-3.right .offerbox .text {
text-align: left;
}

.article .col-1-3.right .offerbox .text .text-p {
    min-height: 0;
}

.article .col-1-3.right .offerbox .text {
min-height: 0;
}

.article .col-1-3 img {
width: 100%;
}

.mainimg {
margin-bottom: 24px;
}

.mainimg .img-container {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.mainimg .mainimg img {
position: relative;
width: 100%;
height: auto;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
color: black;
font-size: 40px;
line-height: 120%;
text-transform: none;
margin-bottom: 24px;
font-weight: 400;
color: #2b2b2b;
}

.editor strong {
font-weight: bold;
}

.article .h2 {
text-transform: none;
}

.editor h2 {
font-size: 34px;
}

.editor h3 {
font-size: 28px;
}

.editor h4 {
font-size: 22px;
}

.editor h5 {
font-size: 19px;
}

.editor h6 {
font-size: 17px;
}

.editor p, .editor ol, .editor ul, .editor blockquote, .article .text-p {
line-height: 140%;
font-size: 17px;
margin-bottom: 24px;
color: rgb(125, 125, 125);
font-weight: 300;
}

.article .h2.small {
font-size: 28px;
line-height: 140%;
color: #2b2b2b;
}

.article .row.border {
padding: 0;
width: calc(100% - 24px);
margin-left: 12px;
margin-bottom: 24px;
border: none;
background-color: transparent;
padding-top: 24px;
padding-bottom: 24px;
}

.full.article .pagination {
margin-top: 0;
}

.article .row.border .text-p {
font-size: 15px;
}

.article .row.border .col-1-3 {
padding: 0;
}

.article .row.border img {
border-color: #343537;
}

.article .button {
background-color: #eb3d00;
width: auto;
padding-top: 18px;
padding-bottom: 18px;
width: auto;
padding-left: 24px;
padding-right: 24px;
}

.editor blockquote {
padding: 12px;
background-color: #222222;
border-radius: 5px;
}

.editor li, .section.home .text-p ul li {
padding-left: 24px;
margin-bottom: 6px;
position: relative;
}

.editor ul, .editor ol {
padding-left: 12px;
}

.editor ol li {
counter-increment: list;
}

.editor ul li::before, .section.home .text-p ul li::before {
content: '';
display: block;
width: 6px;
height: 6px;
background-color: #ff4500;
position: absolute;
left: 0px;
top: 50%;
margin-top: -3px;
border-radius: 30px;
}

.section.home .text-p ul li::before {
background-color: #eb3d00;
}

.editor ol li::before {
content: counter(list) ".";
display: block;
position: absolute;
left: 0px;
top: 0;
margin-left: -3px;
color: #0089e1;
font-weight: bold;
}

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

.section.gallery .bottom {
margin-top: 12px;
}

.section .bottom .button, .col-contact-form .button {
padding-top: 18px;
padding-bottom: 18px;
width: auto;
padding-left: 24px;
padding-right: 24px;
font-size: 15px;
background-color: #eb3d00;
text-transform: uppercase;
font-weight: 700;
}

.blog-home {
background-color: #fff9f2;
}

.blog-home .wrapper {
position: relative;
z-index: 2;
}

.blog-home .h2 {
color: #394445;
font-weight: 300;
}

.section.paralax2 .shade {
opacity: 0.9;
}

.blog-home .bottom .button {
background-color: #0089e1;
border-color: #0089e1;
text-transform: none;
}

.section.footertop {
background-color: #2b2b2b;
padding-top: 46px;
padding-bottom: 40px;
}

.section.footertop .row {
align-items: flex-start;
justify-content: center;
}

.section.footertop .col {
width: 33.333%;
}

.section.footertop .col.col1 {
width: 45%;
position: relative;
}


.section.footertop .col.col2 {
width: 25%;
}

.section.footertop .col.col3 {
width: 30%;
}

.section.footertop .h3 {
color: #d8c9ba;
font-weight: 700;
font-size: 15px;
line-height: 120%;
text-transform: uppercase;
margin-bottom: 44px;
}

.section.footertop .info-text {
display: block;
float: left;
width: 100%;
clear: both;
font-size: 15px;
margin-bottom: 6px;
line-height: 160%;
color: white;
min-height: 26px;
line-height: 26px;
font-weight: 300;
}

.section.footertop .col.col3 .info-text, .section.footertop .col.col1 .info-text {
width: 50%;
clear: none;
}

.section.footertop .col.col1 .info-text:nth-child(even) {

}

.section.footertop .col.col1 .info-text:nth-child(odd), .section.footertop .col.col3 .info-text:nth-child(odd) {
padding-left: 32px;
}

.section.footertop .info-text a {
text-decoration: none;
color: white
}

.section.footertop .info-text a:hover {
  color: #d8c9ba;
}

.section.footertop .info-text .icon, .section.footertop .info-text a .icon  {
color: #ff4500;
margin-right: 6px;
display: block;
float: left;
width: 20px;
height: 26px;
text-align: center;
line-height: 26px;
}

.field input:focus, .field textarea:focus, .field select:focus {
border-color: #0089e1 !important;
}

.field input.error, .field textarea.error, .field select.error {
border-color: #eb3d00;	
}

.field label.text {
font-size: 14px;
color: #394445;
line-height: 120%;
margin-bottom: 12px;
display: block;
float: left;
width: 100%;
font-weight: 500;
}

.field label.error {
position: absolute;
top: 0;
right: 0;
display: block;
color: #eb3d00;
font-size: 12px;
}

.support {
margin-top: -24px;
}

.support .h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 0;
margin-top: 24px;
display: block;
float: left;
width: 100%;
clear: both;
line-height: 120%;
color: #2b2e54;
}

.support .field input, .support .field textarea, .support .field select {
text-align: left;
}

.hr-full {
float: left;
width: 100%;
clear: both;
height: 1px;
background-color: #e1e1e1;
margin-top: 48px;
margin-bottom: 12px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e1e1e1;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    border: 0;
font-family: 'Roboto', sans-serif; 
color: #394445;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
font-family: 'Roboto', sans-serif;    
font-size: 12px;
color: #2b2e54;  
font-weight: 500;  
}

.ui-widget-header {
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    font-weight: normal;
    color: #454545;
    border-radius: 3px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #eb3d00;
    background: #eb3d00;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0089e1;
    background: #0089e1;
    font-weight: normal;
    color: white;
}

#podziekowanie {
display: none;
}

#preloader {
display: block;
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
background-color: white;
display: none;
}

#preloader div {
display: block;
width: 90px;
height: 90px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
text-align: center;
line-height: 90px;
margin-left: -45px;
margin-top: -45px;
background-color: #f7f7f7;
border: 1px solid #e1e1e1;
border-radius: 100px;
color: #0089e1;
font-size: 30px;

}

#preloader div span {
animation: zoom-in-zoom-out 2s ease-out infinite;
display: block;
position: absolute;
width: 100%;
height: 100%;
line-height: 90px;
text-align: center;
top: -3px;
left: 0;
}


.ql-align-center {
text-align: center !important;
}

.ql-align-right {
text-align: right !important;
}

.ql-align-justify {
text-align: justify !important;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}