

html {
    font-size: 16px;
}

html,
body {
    overflow-x: hidden!important;
}
html.noScroll,
html.noScroll body {
    overflow-y:hidden!important;
}
.container-fluid {
    width: 100%;
    max-width: 2200px;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1600px;
    max-width: 100%;
}

img {
    max-width: 100%;
}
a {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a.read-more-button {

}
body,
p {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

.subtext {

}

.space-between {
    justify-content: space-between;
}


header {
    position: fixed;
    width: 100%;
    z-index:99;
}
header,
header * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
header .navbar-brand img {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%;
}
header.sticky .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

header.sticky .navbar-brand img {
    width: calc(100% * 0.7);
}

.nav1 .navbar-toggler-icon {
    -webkit-appearance: value;
    -moz-appearance:    value;
    appearance:         value;
    border: none;
}
.navbar-light .navbar-toggler {
    -webkit-appearance: value;
    -moz-appearance:    value;
    appearance:         value;
    border: none;
    box-shadow: none;
}

#menuOpen  .icon-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menuOpen {
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menuOpen span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
}
#menuOpen.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}#menuOpen.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 24px;
     left: 5px;
 }
#menu-main_menu li a {

}
#menu-main_menu li a:hover,
#menu-main_menu li:last-of-type a:hover {

}

img.logo {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.relative {
    position: relative;
}
a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


/****** HEADER ******/
.navbar-expand-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar {
    padding: 15px 50px;
}
.navbar li > a {
    display: block;
    text-decoration: none!important;
    padding: 10px 18px;
}
.navbar li > a:hover {
    opacity: 0.65;
}
.nav1 .navbar.nav-logo {
    flex-direction: row-reverse;
}

.nav2 .navbar-brand img {
    min-width: 180px;
}
.nav3 #top-menu-left {
    float: right;
    padding-right: 50px;
}
.nav3 #top-menu-right {
    float: left;
    padding-left: 50px;
}
.nav3 .navbar {
    padding: 15px;
}
.nav3 .navbar li > a {
    padding: 10px 20px;
}

.nav4 .navbar {
    z-index: 99;
}
.nav4 #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 9;
}
.nav4 #navigation.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav4 #navigation li  {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}
.nav4 #navigation li {
    padding: 15px 25px;
}

footer {

}
footer.footer2 > .container-fluid {
    padding-top: 120px;
}
footer.footer2  .nav li {
    display: block;
    width: 100%;
}

a.newwave-link {
    text-decoration: none!important;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
a.newwave-link:hover {
    opacity: 0.7;
}

a.button {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none!important;
}
a.button:first-of-type {
    margin-left: 0;
}
a.button:last-of-type {
    margin-right: 0;
}
a.button:hover {
    opacity: 0.75;
}
.addShadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
/***** Images *****/
.image-16-9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.image-4-3 {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.square {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.circle {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
}
.full {
    position: relative;
    width: 100%;
}

/***** Galleries *****/
.block.gallery1 .mainImage {
    display: none;
}
.block.gallery1 .mainImage:first-of-type {
    display: block;
}
.block.gallery1 .galleryThumbnail {
    display: block;
}
.block.gallery1 .galleryThumbnail:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.block.gallery1 .image-caption {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.block.gallery2 .mainImage {
    display: none;
}
.block.gallery2 .mainImage:first-of-type {
    display: block;
}
.block.gallery2 .galleryThumbnail {
    display: block;
}
.mainImage {
    /*cursor: zoom-in;*/
}
.block.gallery2 .galleryThumbnail:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.block.gallery2 .image-caption {
    position: absolute;
    bottom: 0;
    left: 20px;
}


.block.gallery3 .slick-slide {
    opacity: 0.45;
}
.block.gallery3 .slick-slide.slick-active {
    opacity: 1;
}

.block.gallery3 .slick-prev.slick-arrow,
.block.gallery3 .slick-next.slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 1px;
    color: transparent;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.block.gallery3 .slick-prev.slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    left: 20px;
    background-image: url('../img/btn_prev.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.block.gallery3 .slick-next.slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    background-image: url('../img/btn_next.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.block.gallery3 .image-caption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.block.gallery3 .slick-slide.slick-active .image-caption {
    display: block
}



.block.gallery4 .mainImage {
    display: none;
}
.block.gallery4 .mainImage:first-of-type {
    display: block;
}
.block.gallery4 .image-caption {
    position: absolute;
    bottom: 0;
    left: 20px;

}
.gallery4PrevBtn,
.gallery4NextBtn {
    position: absolute;
    top: calc(50% - 15px);
    display: block;
    width: 30px;
    height:30px;
    cursor: pointer;
}
.gallery4PrevBtn {
    left: 20px;
    background-image: url('../img/btn_prev.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.gallery4NextBtn {
    right: 20px;
    background-image: url('../img/btn_next.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}




/***** Forms *****/
.block.form1 .acf-field .acf-label label {
    display: none;
}
.block.form1 .acf-fields > .acf-field {
    border: none!important;
}

.block.form1 .acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
    border: none;
    border-bottom: 1px solid red;
}
.block.form1 .acf-field textarea {
    resize: none;
    max-height: 80px;
}


.block.form2 .acf-field .acf-label label {
    display: none;
}
.block.form2 .acf-fields > .acf-field {
    border: none!important;
}
.block.form2 .acf-fields > .acf-field,
.block.form2 .af-submit {
    padding-left: 0;
    padding-right: 0;
}
.block.form2 .acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {

}
.block.form2 .acf-field textarea {
    resize: none;
    max-height: 80px;
}


.block.form3 .acf-field .acf-label label {
    display: none;
}
.block.form3 .acf-fields > .acf-field {
    border: none!important;
}
.block.form3 .acf-fields > .acf-field,
.block.form3 .af-submit {
    padding-left: 0;
    padding-right: 0;
}
.block.form3 .acf-field input[type="text"],
.block.form3 .acf-field input[type="password"],
.block.form3 .acf-field input[type="date"],
.block.form3 .acf-field input[type="datetime"],
.block.form3 .acf-field input[type="datetime-local"],
.block.form3 .acf-field input[type="email"],
.block.form3 .acf-field input[type="month"],
.block.form3 .acf-field input[type="number"],
.block.form3 .acf-field input[type="search"],
.block.form3 .acf-field input[type="tel"],
.block.form3 .acf-field input[type="time"],
.block.form3 .acf-field input[type="url"],
.block.form3 .acf-field input[type="week"],
.block.form3 .acf-field textarea,
.block.form3 .acf-field select {

}
.block.form3 .acf-field textarea {
    resize: none;
    max-height: 80px;
}

.acf-fields > .acf-field {
    padding: 0!important;
    margin-bottom: 20px!important;
}

input[type="submit"],
button[type="submit"] {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.acf-form .acf-field,
.acf-form .acf-form-submit{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

/***** FAQ *****/
.accordionLink {
    cursor: pointer;
    position:relative;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.accordionLink > * {
    margin-bottom: 0!important;
}
.accordionLink:after {
    content: "+";
    font-size: 40px;
    position: absolute;
    right: 15px;
    top: 8px;
}
.accordionLink[aria-expanded="true"]:after {
    content: "-";
}

.breadcrumbs p a {
    color: inherit;
    text-decoration: none!important;
}
.breadcrumbs p span:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}

.breadcrumbs p span.current {
    opacity: 0.75;
}
.breadcrumbs p span.current:after {
    display: none;
}
.breadcrumbs p a:hover {
    opacity: 0.75;
}

.featherlight .featherlight-content {
    padding: 0!important;
    border-bottom: 0!important;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: transparent!important;
}
.featherlight-next span, .featherlight-previous span {
    color: transparent!important;
    text-shadow: none!important;
    background-image: url('../img/btn_next.svg')!important;
    background-size: 30px!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.featherlight-previous span {
    background-image: url('../img/btn_prev.svg')!important;
}


.lightbox-image {
    display: none;
}