﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro);

body {
    margin: 0;
    font-family: "Maven Pro" !important;
    font-size: 15px;
}

/****** xeria ******/
h5 {
    color: #575757;
    font-weight: bold;
    font-family: "Maven Pro";
}

h2 {
    color: #09a190;
    font-family: "Maven Pro";
}

h3 {
    color: #222220;
    font-size: 18px;
    font-weight: bold;
    font-family: "Maven Pro";
}

h4 {
    color: #09a190;
    font-size: 18px;
    font-weight: bold;
    font-family: "Maven Pro";
}

.k-state-selected {
    background-color: #09a190 !important;
}

a {
    color: #09a190;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #09a190;
    border-color: #09a190;
}

li a:hover {
    color: #1db2b4 !important;
}

.action-button,
.btn-info {
    background-color: #09a190 !important;
    color: #fff !important;
}

    .action-button > span,
    .btn-info > span {
        color: #fff !important;
    }

.nophoto,
.nophoto:after {
    content: url("/Content/santmiquel/https://www.caravaningexpo.com/app/uploads/sites/11/2021/10/logo-expo-caravaning-1-e1635346174803.jpg");
}



.form-group {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 1.2em;
}

.k-grid td {
    line-height: 1em !important;
}

#widgets {
    margin-bottom: 5px;
}

.widget-item {
    margin-bottom: 5px;
}

.anchorjs-link {
    color: #000 !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

h2.main-title {
    font-size: 22px;
    border-bottom: 4px solid #09a190;
    padding-bottom: 10px;
}

.banner-bottom {
    margin-top: 20px;
    border-top: 5px solid #09a190;
    text-align: center;
    width: 100%;
}

#footer {
    margin-top: 40px;
    position: relative;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #ededed;
    border-top: #09a190 40px solid;
    background-repeat: repeat-x;
}

    #footer > section {
        margin-top: -40px;
    }

.rowbody {
    position: relative;
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#footer p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#footer a {
    color: #09a190;
}

#footer .footer-content h4 {
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 1em 0;
    letter-spacing: 0px;
}

#footer .footer-content > div > div:first-child img {
    float: left;
    margin-right: 10px;
}

#footer .col-md-2,
#footer .col-md-3 {
    padding-left: 0;
    margin-left: 0 !important;
}

.footer-content .row .col-md-4 ul {
    margin: 0px !important;
    padding: 0px !important;
}

.address {
    float: left;
}

.address-icon {
    padding-right: 5px;
    float: left;
    width: 22px;
}


.map {
    margin: 0;
    padding: 0;
    margin-left: 0px !important;
}

.clearfix:before,
.clearfix:after,
.rowbody:before,
.rowbody:after {
    content: " ";
    display: table;
}

.clearfix:after,
.rowbody:after {
    clear: both;
}

.clearfix .rowbody {
    *zoom: 1;
}

.scale-width {
    width: 100% !important;
    height: auto !important;
}

.scale-height {
    height: 100% !important;
    width: auto;
}

.scale-max-width {
    max-width: 100% !important;
    height: auto;
}

.scale-max-height {
    max-height: 100% !important;
    width: auto;
}

.icons-social {
    padding: 0 0 0 0px;
    list-style: none;
    display: inline-block;
    margin: 0 0px 0 0;
}

    .icons-social a {
        float: left;
    }

.icon-social.facebook {
    background: url(icon-facebook.png) no-repeat !important;
    width: 32px !important;
    height: 32px !important;
}

.icon-social.twitter {
    background: url(icon-twitter.png) no-repeat;
    width: 32px;
    height: 32px;
}

.icon-social.rss {
    background: url(icon-rss.png) no-repeat;
    width: 32px;
    height: 32px;
}

.icon-social.youtube {
    background: url(icon-youtube.png) no-repeat;
    width: 32px;
    height: 32px;
}

.icon-social.instagram {
    background: url(icon-instagram.png) no-repeat;
    width: 32px;
    height: 32px;
}

.icon-social.LinkedIn {
    background: url(icon-linkdin.png) no-repeat;
    width: 32px;
    height: 32px;
}

.popup {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    color: #000;
    background: #fff;
}

    .popup .popup-content {
        padding: 20px 20px 24px;
    }

        .popup .popup-content iframe {
            width: 100%;
        }

            .popup .popup-content iframe html {
                overflow-x: hidden !important;
            }

        .popup .popup-content h2:first-child {
            margin-top: 0;
        }

.popup-small {
    max-width: 320px;
}

.text-area {
    font-size: 12px;
    line-height: 23px;
    color: #ffffff;
}

/* ======================================================================
            Layout
        ======================================================================== */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Gotham Book", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

.progress {
    position: fixed;
    top: 105px;
    z-index: 99999;
    width: 100%;
    max-width: 340px;
}

@media (max-width: 1024px) {
    .progress {
        top: 82px;
    }
}

.progress-bar-success {
    background-color: #09a190;
}

.body-content {
    margin-top: 140px;
}

.content {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    min-height: 55px;
    max-width: 1140px;
}

/*@media(min-width: 768px){
        .content {
            padding: 0 
        } 
    }*/

.content-contact {
    margin: 0 auto;
    padding: 22px 10px;
    max-width: 1140px;
    position: relative;
}

    .content-contact .row div {
        color: #09a190;
        font-size: 0.8em;
    }

/* ======================================================================
          Header
        ======================================================================== */

.header {
    border-bottom: ridge;
    background-color: #ffffff;
    padding-top: 8px;
    height: 170px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    border-bottom-color: rgb(0 0 0 / 18%);
}

@media (min-width: 414px) {
    .header {
        margin-left: 20px;
    }
}

.header .header-dates {
    color: #09a190;
    font-weight: 400;
    text-transform: uppercase;
    float: right;
    margin: 20px 0 0 30%;
}

@media (max-width: 1024px) {
    .header .header-dates {
        margin-left: 25%;
    }
}

@media (max-width: 980px) {
    .header .header-dates {
        margin-left: 28%;
    }

    .header .group-logos img {
        left: 0;
    }
}

@media (max-width: 768px) {
    .header .group-logos img {
        left: 60px;
    }
}

.header .header-dates .date {
    font-family: "Montserrat", sans-serif;
}

.header .header-dates {
    font-family: "Gotham Medium", sans-serif;
    margin: 0 10px 0 0;
}

.date {
    color: #1a387c !important;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    text-align: right;
}

@media (max-width: 320px) {
    .date {
        line-height: 20px;
    }
}

.loc {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.header .header-dates .date {
    margin: 0 10px 0 0;
    float: left;
}

.header .header-dates .tag {
    float: right;
}

@media (max-width: 1024px) {
    .header .header-dates {
        margin-left: 25%;
    }
}

@media (max-width: 980px) {
    .header .header-dates {
        margin-left: 28%;
    }

    .header .group-logos img {
        left: 0;
    }

    .date,
    .loc {
        font-size: 14px;
    }
}

@media (max-width: 414px) {
    .date,
    .loc {
        font-size: 11px;
    }

    .header .header-dates {
        float: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }
}

.group-logos {
    float: left;
    width: 100%;
    height: 100%;
}

    .group-logos a {
        overflow: hidden;
        text-indent: -9999px;
    }

    .group-logos img {
        position: absolute;
        top: 0;
    }

@media (max-width: 1024px) {
    .group-logos .logo {
        left: 20px;
    }
}

/* ======================================================================
      Share
    ======================================================================== */
.share-footer {
    float: left;
}

    .share-footer li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

        .share-footer li:last-child {
            margin-right: 0;
        }

    .share-footer a {
        text-align: center;
        display: block;
        height: 49px;
        width: 55px;
    }

    .share-footer .twitter {
        height: 26px;
        width: 30px;
        margin-top: 11px;
    }

    .share-footer .linkedin {
        height: 27px;
        width: 30px;
        margin-top: 10px;
    }

    .share-footer .facebook {
        height: 27px;
        width: 20px;
        margin-top: 10px;
    }

    .share-footer .instagram {
        height: 27px;
        width: 30px;
        margin-top: 11px;
    }

    .share-footer polygon,
    .share-footer polyline,
    .share-footer path,
    .share-footer rect {
        opacity: 0.5;
        fill: #fff;
    }

.general-share .content .wow .fadein {
    padding: 0;
}

.general-share-list {
    text-align: center;
    padding: 0;
    width: 100%;
}

.share-footer .content {
    padding-left: 0;
    padding-right: 0;
}

.share-footer .form-share {
    border-bottom-color: #09a190;
    padding-top: 11px;
    height: 58px;
    width: 44%;
}

.share-footer .email {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: sub;
}

.share-footer input[type="email"] {
    border-color: #09a190;
    height: 33px;
}

.share-footer .btn-general {
    padding-bottom: 8px;
    padding-top: 8px;
}

@media (max-width: 414px) {
    li.form-share {
        height: auto !important;
    }
}

.share-footer a:hover path,
.share-footer a:hover polygon,
.share-footer a:hover polyline,
.share-footer a:hover rect {
    fill: #09a190;
    opacity: 1;
}

/* ======================================================================
      Forms
    ======================================================================== */

.newsletter-form input[type="email"] {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Gotham Light", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-right: 20px;
    padding: 0 10px;
    height: 46px;
    width: 230px;
}

.newsletter-form a {
    color: #fff !important;
    @include css3(transition-duration, 0.3 s);
}

    .newsletter-form a:hover {
        color: #ffffff !important;
    }

.newsletter-form label,
.newsletter-form p {
    float: left;
}

.btn-general,
.btn-primary {
    color: #fff !important;
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 6px;
    border: 0;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #09a190;
}

.btn-default {
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 6px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #fff;
}

.well {
    font-size: 12px !important;
    background-color: #fff;
}

input:hover {
    background-color: transparent;
}

/* ======================================================================
      Footer
    ======================================================================== */

.footer-wrapper {
    box-shadow: inset 0 9px 16px -7px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: inset 0 9px 16px -7px rgba(0, 0, 0, 0.8);
    -o-box-shadow: inset 0 9px 16px -7px rgba(0, 0, 0, 0.8);
    display: block;
    overflow: hidden;
    padding: 30px 0;
    background-color: #5c5c5c;
}

    .footer-wrapper .layers-footer-top-left {
        display: none;
    }

@media (min-width: 992px) {
    .footer-wrapper .layers-footer-top-left {
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 2;
    }
}

.footer-wrapper .layers-footer-top-right {
    display: none;
}

@media (min-width: 992px) {
    .footer-wrapper .layers-footer-top-right {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
}

.footer-wrapper .footer-event-of {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

    .footer-wrapper .footer-event-of h3.footer-event-of-title {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 20px;
    }

    .footer-wrapper .footer-event-of .footer-event-of-logos {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .footer-wrapper .footer-event-of .footer-event-of-logos ul {
            display: block;
            overflow: hidden;
            position: relative;
            padding: 0;
            margin: 0;
            width: 100%;
        }

            .footer-wrapper .footer-event-of .footer-event-of-logos ul li {
                display: block;
                overflow: hidden;
                position: relative;
                padding: 0;
                margin: 0;
                list-style: none;
                max-width: 140px;
                float: left;
            }

                .footer-wrapper .footer-event-of .footer-event-of-logos ul li a img {
                    width: 100%;
                    display: block;
                    float: left;
                    padding-right: 15px;
                    position: relative;
                }

.footer-wrapper .footer-social {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

    .footer-wrapper .footer-social ul {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .footer-wrapper .footer-social ul li {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
        }

            .footer-wrapper .footer-social ul li a {
                display: block;
                height: 49px;
                text-align: center;
                width: 55px;
            }

                .footer-wrapper .footer-social ul li a:hover {
                    background: url(https://publicalt.xeria.es/Content/District/2023/IMAGES/bg-icon-share.png) no-repeat 0 0;
                }

                    .footer-wrapper .footer-social ul li a:hover .fa,
                    .footer-wrapper .footer-social ul li a:hover .fab {
                        color: #000;
                        font-size: 30px;
                    }

                .footer-wrapper .footer-social ul li a .fa,
                .footer-wrapper .footer-social ul li a .fab {
                    color: #707070;
                    font-size: 30px;
                    margin-top: 10px;
                }

.footer-wrapper .footer-subscribe {
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 3;
}

    .footer-wrapper .footer-subscribe h3.footer-subscribe-title {
        font-family: Gotham Light, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 20px;
    }

    .footer-wrapper .footer-subscribe a {
        border: 0;
        border-radius: 6px;
        box-sizing: border-box;
        color: #fff;
        display: block;
        float: none;
        font-size: 16px;
        font-family: Gotham Bold, sans-serif;
        font-weight: 400;
        line-height: 1;
        margin: 0;
        padding: 8px 20px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        z-index: 3;
        transition-duration: 0.3s;
    }

        .footer-wrapper .footer-subscribe a.btn-subscribe:hover {
            border-radius: 12px;
        }

.footer-wrapper .footer-bottom {
    z-index: 3;
    display: block;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

    .footer-wrapper .footer-bottom .footer-menu {
        border-top: 1px solid #484848;
        padding: 25px 0 0;
    }

        .footer-wrapper .footer-bottom .footer-menu,
        .footer-wrapper .footer-bottom .footer-menu ul {
            display: block;
            overflow: hidden;
            position: relative;
        }

            .footer-wrapper .footer-bottom .footer-menu ul li {
                display: block;
                float: left;
                overflow: hidden;
                position: relative;
            }

                .footer-wrapper .footer-bottom .footer-menu ul li:first-child a {
                    border-left: none;
                   
                }

                .footer-wrapper .footer-bottom .footer-menu ul li a {
                    border-left: 1px solid #fff;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 20px;
                    padding: 0 15px;
                    text-decoration: none;
                }

@media (max-width: 414px) {
    .footer-wrapper .footer-bottom .footer-menu,
    .footer-wrapper .footer-bottom .footer-menu ul {
        display: flex;
        flex-direction: column;
    }

        .footer-wrapper .footer-bottom .footer-menu ul li a {
            border-left: none;
        }


}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #5c5c5c;
}

li a:hover {
    color: white !important;
}
