*,
::after,
::before {
    box-sizing: border-box;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 0 !important;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
    border-color: #007bff;
}
.btn-primary:hover {
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.text-uppercase {
    text-transform: uppercase !important;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.far {
    font-weight: 400;
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.btn {
    margin: 0.375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -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, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
}
.btn:active,
.btn:focus,
.btn:hover {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary {
    color: #fff;
    background-color: #4285f4 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5a95f5;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0b51c5;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0b51c5 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.counter {
    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 2px 8px;
    margin-left: -23px;
    font-size: 11px;
    color: #fff;
    background-color: #c61118;
    border-radius: 10em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
iframe {
    width: 100%;
    height: 338px;
    border: none;
    overflow: hidden;
}
.photo-gallery {
    color: #313437;
    background-color: #fff;
}
.photo-gallery p {
    color: #7d8285;
}
.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}
.photo-gallery .intro p {
    margin-bottom: 0;
}
.photo-gallery .photos {
    padding-bottom: 20px;
}
.photo-gallery .item {
    padding-bottom: 30px;
}
.navigation-clean {
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .navigation-clean {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.navigation-clean .navbar-brand {
    font-weight: 700;
    color: inherit;
}
.navigation-clean .navbar-brand:hover {
    color: #222;
}
.navigation-clean .navbar-toggler {
    border-color: #ddd;
    color: #888;
}
.navigation-clean .navbar-toggler:focus,
.navigation-clean .navbar-toggler:hover {
    background: 0 0;
}
.navigation-clean .form-inline,
.navigation-clean .navbar-collapse {
    border-top-color: #ddd;
}
.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none;
}
.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
}
.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #465765;
}
.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d !important;
    background-color: transparent;
}
.navigation-clean .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px;
}
.navigation-clean .dropdown-menu .dropdown-item,
.navigation-clean .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    color: #37434d;
}
.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit;
}
.simple-slider .swiper-slide {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
@media (min-width: 768px) {
	.swiper-slide { background-size:auto!important; }
}
@media (max-width: 767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
    .simple-slider .swiper-button-next,
    .simple-slider .swiper-button-prev {
        display: none;
    }
    .simple-slider .swiper-slide {
        height: 360px;
    }
}
body,
html {
    height: 100%;
    width: 100%;
}
.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 5px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0 25px 15px 0;
    float: left;
    max-width: 300px;
}
.sp-thumbs {
    text-align: left;
    display: inline-block;
}
.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0.3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.sp-thumbs a:hover {
    opacity: 1;
}
.sp-current,
.sp-thumbs a:active {
    opacity: 1 !important;
    position: relative;
}
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}
.sp-large a img {
    max-width: 100%;
    height: auto;
}
.sp-large a {
    display: block;
}
.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1031;
    display: none;
    cursor: pointer;
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}
#sp-next,
#sp-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: 0.2s;
}
#sp-prev {
    left: 10px;
}
#sp-prev:before {
    content: "";
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}
#sp-next {
    right: 10px;
}
#sp-next:before {
    content: "";
    border: 7px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 18px;
}
#sp-next:hover,
#sp-prev:hover {
    background: #444;
}
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px;
    }
    #sp-next,
    #sp-prev {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}
.top-nav {
    width: 100%;
    height: 40px;
    background: rgb(40 73 171);
    display: flex;
    align-items: center;
}
.button-content,
.info-top-nav {
    display: flex;
    align-items: center;
}
.info-top-nav span {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}
.info-top-nav i,
.info-top-nav svg {
    color: #fff;
}
.nav-menu {
    padding: 2rem 1rem;
}
.nav-menu ul li a {
    color: rgb(40 73 171) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px !important;
}
.nav-menu ul li:last-child a {
    padding-right: 0 !important;
}
.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-content i {
    font-size: 25px;
}
.button-content span {
    font-weight: 700;
}
.whats-btn {
    background: #46e703 !important;
}
.mail-btn {
    background: rgb(40 73 171) !important;
}
.title-and-paragraph {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-and-paragraph h1 {
    color: rgb(40 73 171);
}
.title-and-paragraph p {
    color: rgb(70 70 70);
    text-align: center;
}
.parallax-container {
    padding: 30px 0;
}
.div-parallax {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-parallax h1 {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.locations {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.locations i {
    font-size: 30px;
    margin-right: 15px;
    color: rgb(40 73 171);
}
.locations p {
    font-size: 20px;
    margin: 0;
}
.img-footer {
    position: relative;
    margin-top: 20px;
}
.img-footer img {
    max-width: 90%;
}
.img-pracas img {
    width: 100%;
}
.list-item-with-icon i {
    margin: 0 10px;
}
@media (max-width: 577px) {
    .top-nav {
        height: 100px;
    }
    .form-contact {
        margin-top: 30px !important;
    }
    .title-and-paragraph h1 {
        text-align: center;
    }
    .whats-ico-float {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
#wp {
    position: fixed;
    z-index: 100;
    height: 60px;
    width: 60px;
    right: 40px;
    bottom: 40px;
    border-radius: 50px;
    background-color: #26e707;
    font-size: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    color: #fff;
}
#wp:hover {
    text-decoration: none;
}
.swiper-button-disabled,
.swiper-pagination {
    display: none !important;
}
