.mlfx-container-inner,
.mlfx-container-inner-2 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.mlfx-btn {
    display: inline-block;
    font-size: 1rem;
    width: auto;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

.mlfx-btn-default {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #626364;
}

.mlfx-btn-default:hover,
.mlfx-btn-default:focus {
    color: white;
    background-color: #98999A;
}

.mlfx-btn-primary {
    background-color: #2D99CC;
    color: white;
}

.mlfx-btn-primary:hover,
.mlfx-btn-primary:focus {
    background-color: #1b6f96;
}

.mlfx-btn-success {
    background-color: #319966;
    color: white;
}

.mlfx-btn-success:hover,
.mlfx-btn-success:focus {
    background-color: #1d6e46;
}

.mlfx-btn-danger {
    background-color: #993332;
    color: white;
}

.mlfx-btn-danger:hover,
.mlfx-btn-danger:focus {
    background-color: #752423;
}

.mlfx-mb-45 {
    margin-bottom: 45px;
}

.mlfx-mb-p {
    margin-bottom: 20px;
}

.mlfx-text-success {
    color: #319966;
}

.hidden {
    display: none !important;
}

p,
address {
    color: #626364;
    line-height: 1.8;
}

/* Set width and height in JS */
.placeholder {
    width: 100%;
    min-height: 460px;
    background-color: #556E5B;
}

.placeholder-2 {
    width: 100%;
    min-height: 220px;
    background-color: #CFBEA5;
    position: relative;
    z-index: 998;
}

.parallax-window {
    min-height: 460px;
    background: transparent;
    position: relative;
}

.parallax-window-2 {
    min-height: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    position: relative;
}

.parallax-mirror {
    z-index: 999 !important;
}

.mlfx-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    z-index: 1000;
}

.mlfx-header-inner {
    padding: 40px 50px;
}

@media (max-width: 991px) {
    .mlfx-header-inner {
        padding: 30px 15px;
    }
}

.mlfx-site-logo {
    display: inline-block;
    margin-right: 5px;
}

.mlfx-site-text-box {
    display: inline-block;
}

.mlfx-site-title {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 5px;
}

.mlfx-site-description {
    font-size: 1.1rem;
    font-weight: 400;
}

.mlfx-nav {
    text-align: right;
    margin-top: 30px;
}

.mlfx-nav-ul {
    display: flex;
    justify-content: flex-end;
}

.mlfx-nav-li {
    list-style: none;
    display: block;
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 25px;
}

@media (max-width: 991px) {
    .mlfx-nav-li {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mlfx-nav-link {
    color: white;
    text-decoration: none;
    padding-bottom: 10px;
}

.mlfx-nav-link.active,
.mlfx-nav-link:hover {
    border-bottom: 1px solid white;
}

.mlfx-welcome-section {
    margin: 60px auto;
    max-width: 655px;
}

.mlfx-section-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.mlfx-gallery {
    margin-bottom: 80px;
}

.mlfx-gallery-page {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mlfx-gallery-description {
    font-size: 0.95rem;
}

.mlfx-section,
.mlfx-container-inner,
.mlfx-container-inner-2 {
    margin-left: auto;
    margin-right: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .mlfx-gallery-page {
        max-width: 560px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .mlfx-gallery-page,
    .mlfx-section,
    .mlfx-container-inner,
    .mlfx-container-inner-2 {
        max-width: 840px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .mlfx-gallery-page,
    .mlfx-section {
        max-width: 1120px;
    }

    .mlfx-container-inner {
        max-width: 1120px;
    }

    .mlfx-container-inner-2 {
        max-width: 900px;
    }
}

.mlfx-gallery-item {
    max-width: 280px;
}

.mlfx-gallery-img {
    margin-bottom: 20px;
}

.mlfx-gallery-title {
    font-size: 1.3rem;
    font-weight: 400;
    color: #1A6692;
    margin-bottom: 15px;
}

.mlfx-gallery-description {
    margin-bottom: 20px;
}

.mlfx-gallery-price {
    font-size: 1.25rem;
    color: #2F956D;
    margin-bottom: 60px;
}

.mlfx-paging-links {
    text-align: center;
    margin-bottom: 40px;
}

.mlfx-paging-item {
    list-style: none;
    display: inline-block;
    border: 1px solid #2F956D;
    margin: 7px;
}

.mlfx-paging-link {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #2F956D;
    background-color: transparent;
}

.mlfx-paging-link.active,
.mlfx-paging-link:hover {
    background-color: #2F956D;
    color: white;
}

.mlfx-description-figure {
    text-align: center;
}

.mlfx-description-box {
    margin-left: auto;
    margin-right: auto;
}

.mlfx-description-box {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    max-width: 530px;
}

@media (min-width: 768px) {
    .mlfx-description-box {
        padding-left: 5px;
        padding-right: 40px;
        margin-top: 0;
    }
}

.mlfx-right {
    align-self: flex-end;
}

.mlfx-footer {
    padding: 25px 15px;
    margin-top: 40px;
}

.mlfx-footer a {
    color: #626364;
    text-decoration: none;
}

.mlfx-footer a:hover {
    color: #1A6692;
}

/* About */
.mlfx-persons {
    margin-bottom: 20px;
}

.mlfx-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

@media (min-width: 420px) {
    .mlfx-person {
        flex-direction: row;
    }
}

.mlfx-person-description {
    padding-left: 20px;
    padding-right: 20px;
}

.mlfx-person-name {
    font-size: 1.6rem;
    font-weight: 300;
    color: #09C;
    margin-bottom: 5px;
    margin-top: 15px;
}

@media (min-width: 420px) {
    .mlfx-person-name {
        margin-top: 0;
    }
}

.mlfx-person-title {
    color: #C39;
    margin-bottom: 20px;
}

.mlfx-person-about {
    margin-bottom: 20px;
}

.mlfx-social-link {
    color: #626364;
    display: inline-block;
    border-radius: 1px;
    background-color: transparent;
    font-size: 1.3rem;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 15px;
}

.mlfx-social-link:hover {
    color: white;
    background-color: #626364;
}

.mlfx-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mlfx-feature {
    text-align: center;
    padding: 45px 20px;
}

.mlfx-feature-icon {
    color: #9f9c9c;
    margin-bottom: 65px;
}

.mlfx-feature-description {
    margin-bottom: 35px;
    font-size: 1rem;
}

.mlfx-features {
    margin-top: 35px;
}

.mlfx-history {
    margin-top: 45px;
}

.mlfx-history-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mlfx-history-img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .mlfx-history-img {
        max-width: 50%;
    }

    .mlfx-history-inner {
        flex-direction: row;
    }
}

.mlfx-history-title {
    font-size: 1.6rem;
    font-weight: 300;
    color: #1A6692;
    margin-bottom: 30px;
}

.mlfx-history-text {
    max-width: 480px;
    margin: 15px auto 0;
}

.mlfx-history-description {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .mlfx-history-text {
        max-width: auto;
        margin: 0 auto 0 35px;
    }
}

/* Contact Page */
.mlfx-contact-form {
    max-width: 100%;
}

@media (min-width: 768px) {
    .mlfx-contact-form {
        max-width: 310px;
    }
}

.mlfx-d-flex {
    display: flex;
    flex-direction: column;
}

.mlfx-btn-right {
    align-self: flex-end;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626364;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.mlfx-info-title {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 30px;
}

address {
    font-style: normal;
    margin-bottom: 50px;
}

.mlfx-address-box {
    max-width: 100%;
}

@media (min-width: 768px) {
    .mlfx-address-box {
        max-width: 315px;
    }
}

.mlfx-contact-icon {
    display: inline-block;
    margin-right: 25px;
    color: #319966;
}

.mlfx-contact-link {
    display: inline-block;
    color: #626364;
    margin-bottom: 25px;
    text-decoration: none;
}

.mlfx-contact-social {
    margin-top: 10px;
}

.mlfx-map {
    max-width: 900px;
    height: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mlfx-map iframe {
    width: 100%;
    height: 100%;
}

.mlfx-contact-section {
    padding-bottom: 30px;
}

.mlfx-map-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mlfx-info-section {
    padding-top: 30px;
}

.mlfx-faq {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.mlfx-accordion {
    padding-top: 40px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    font-size: 1.2rem;
    font-family: 'Open Sans', Helevetica, Arial, sans-serif;
    color: #999;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    margin-bottom: 17px;
    margin-top: 17px;
    cursor: pointer;
    padding: 10px 20px 6px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active,
.accordion:hover {
    color: #09C;
}

@keyframes changeIcon {
    0% {
        content: '\f0d9';
    }

    50% {
        color: white;
    }

    100% {
        content: "\f0d7";
    }
}

@keyframes changeIconBack {
    0% {
        content: '\f0d7';
    }

    50% {
        color: white;
    }

    100% {
        content: "\f0d9";
    }
}

.accordion:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    animation: changeIconBack 0.3s linear;
    content: '\f0d9';
    font-size: 2rem;
    color: #999;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    animation: changeIcon 0.3s linear;
    content: '\f0d7';
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 5px 20px 30px;
}