.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
    display: none !important;
}

input[type="text"].wpcf7-not-valid {
    border-top: 1px solid red !important;
    border-right: 1px solid red !important;
    border-left: 1px solid red !important;
}

input[type="email"].wpcf7-not-valid {
    border: 1px solid red !important;
}

textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="search"]:hover,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:hover,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:hover,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="time"]:hover,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:hover,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:hover,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="week"]:hover,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="month"]:hover,
.wpcf7 input[type="month"]:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 select:hover,
.wpcf7 select:focus {
    border-color: #D0155C !important;
    outline: 0 !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:active {
    outline: 0;
    border: 0;
}

/* Other Fields */
.wpcf7-validates-as-required {
    /*all required fields*/

}

select option {
    /*select option*/

}

input[type="file"] {
    /*file field*/

}

/* #END */

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0 !important;
}

div.wpcf7-validation-errors {
    color: red;
}

div.wpcf7-mail-sent-ok {
    color: green;
}

/* 26 jan 2016 */
ul.special-menu li {
    position: relative;
}

ul.special-menu li:after {
    position: absolute;
    top: -4px;
    right: 0;
    content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 5px;
    color: #2b2b29;
    margin: 0 15px;
    position: relative;
}

ul.special-menu li:last-child:after {
    display: none;
    content: "";
}

.special-menu2 {
    display: none;
}

@media (max-width: 1090px) {
    .special-menu {
        display: none;
    }

    .special-menu2 {
        display: block;
    }
}

/* 16/05/2019 */
iframe {
    width: 100% !important;
    height: 350px !important;
}

@media (max-width: 768px) {
    iframe {
        height: 300px !important;
    }
}




footer.footer-dark {
    background: #252628;
    padding: 40px 0 80px 0;
}

.footer-dark .boxlogo {
    text-align: center;
    padding-bottom: 20px;
}

.footer-dark .footer-nav {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}


.footer-dark .footer-nav .menu {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;

}

.footer-dark .footer-nav .menu li {
    margin: 0 7px;
    padding: 0 7px;
    position: relative;
    list-style: none;
}

.footer-dark .footer-nav .menu li:before {
    content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #fff;
    position: absolute;
    right: -7px;
    top: 7px;
    opacity: 0.8;
}

.footer-dark .footer-nav .menu li a {
    color: #fff;
    font-size: 16px;
}

.footer-dark .footer-nav .menu li a:hover {
    color: #ff8c32;
}

.footer-dark .footer-nav .menu li:last-child:before {
    content: none;
}

.footer-dark .middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.footer-dark .middle .box-left {
    padding-right: 10px;
}

.footer-dark .middle .box-right {
    padding-left: 10px;
}

.footer-dark .middle .box-right p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0;
}

.footer-dark .flex-gall {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.footer-dark .flex-gall .item-gal {
    width: 14%;
    float: left;
    text-align: center;
    background: rgb(255 255 255 / 6%) !important;
    vertical-align: middle;
    padding: 15px 10px;
    height: 120px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 0.28%;
}

.footer-dark .flex-gall .item-gal .wrap-gal {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    /*background-color: #222222;*/
    overflow: hidden;
}

.footer-dark .flex-gall .item-gal .wrap-gal a {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;

}

.footer-dark .flex-gall .item-gal .wrap-gal img {
    border: none !important;
    mix-blend-mode: luminosity;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px !important;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    /* max-width: 100px!important*/
}

.footer-dark .flex-gall .item-gal:hover .wrap-gal img {
    mix-blend-mode: initial;
}


@media (max-width: 1020px) {
    .footer-dark .flex-gall .item-gal {
        width: 19%;
        margin-bottom: 4px;
        margin-top: 4px;
        margin-left: 1%;
    }

    .footer-dark .middle {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer.footer-dark {
        /*background: #252628;*/
        padding: 20px 0 60px 0;
    }
}

@media (max-width: 768px) {
    .footer-dark .flex-gall .item-gal {
        width: 24%;
    }

    /*    .footer-dark .footer-nav .menu li:before {
        top: 9px;
    }*/
    .footer-dark .flex-gall .item-gal {
        height: 100px;
    }
}

@media (max-width: 560px) {
    .footer-dark .flex-gall .item-gal {
        width: 32%;
    }

    .footer-dark .middle .box-left {
        padding-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-dark .middle .box-right {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .footer-dark .flex-gall .item-gal .wrap-gal img {
        width: 70px !important;
    }

}

@media (max-width: 400px) {
    .footer-dark .flex-gall .item-gal {
        width: 49%;
        margin-bottom: 2px;
        margin-top: 2px;
    }
}