﻿.loader-bg {
    background: #013b60;
}

#myCarousel {
    width: 100%;
    height: 70vh !important;
}

#BlogDetail {
    padding: 60px 0;
}

    #BlogDetail h6 {
        font-weight: 600;
        border-bottom: 1px solid gray;
        padding-bottom: 3px;
    }

    #BlogDetail h5 {
        font-size: 16Px;
        font-weight: 500;
    }

footer {
    background: #476faa;
}

.blog-sec h2, .service-sec h2, .gallery-sec h2, .sps--blw.top-bar .nav-link:hover, .sps--blw.top-bar .nav-item.active a, .blog-sec h3 small {
    color: #476faa;
}

p.justify {
    text-align: justify;
    letter-spacing: 0.1em;
}

.btn-aqua {
    background: #476faa;
    color: #fff;
}

.gallery-sec .gallery-thumb .gallery-overlay {
    background: #476faa;
}

.main-slider .swiper-pagination-bullet-active {
    background: #476faa;
}

.service-sec i {
    border: none;
    color: #476faa;
    font-size: 22px;
    padding: 4px 12px 4px 0;
    width: 34px;
    color: #476faa;
    margin-bottom: 0px;
    font-weight: normal;
}

.service-sec h3 {
    font-size: 18px;
    font-weight: normal;
    color: #476faa;
}

.service-sec p {
    line-height: 22px;
    margin-top: 0px;
    padding: 0 0px;
}

.tab-content > .active {
    display: block;
    background-color: #f2f2f2
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #f2f2f2;
    border-color: #ddd #ddd #f2f2f2;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.text-muted {
    color: #FFF !important;
}

.post-thumb-sm {
    max-width: 75px;
    max-height: 75px;
    overflow: hidden;
}

.sps--abv {
    background-color: #fff;
    opacity: 0.7;
    color: #000;
}

.top-bar .nav-link {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 18px;
    margin-left: 20px;
}

    .top-bar .nav-link:hover, .top-bar .nav-item.active a {
        color: #666;
        border-bottom: 2px solid #fff;
        border-radius: 0;
    }

.top-bar .navbar-collapse.show .navbar-nav .nav-item {
    background: #666;
}

.sps--blw.top-bar .nav-link:hover, .sps--blw.top-bar .nav-item.active a {
    color: #666;
    border-bottom: none;
    border-radius: 0;
}

.top-bar .nav-link:hover, .top-bar .nav-item.active a {
    color: #666;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

section {
    float: left;
    width: 100%;
    padding: 130px 0;
}

.service-sec .heading {
    margin-bottom: 40px;
}

h4 {
    color: #fff;
    font-weight: bold;
}

.modal-backdrop.fade {
    height: 100vh;
    opacity: 0.7;
}

/*CAROUSEL*/
#myCarousel1 {
    width: 100%;
    height: 50vh;
}

    #myCarousel1 .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: rgba(42,42,42,0.8);
        z-index: 1 !important;
    }

    #myCarousel1 .parrallaxbg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }


    #myCarousel1 .swiper-wrapper .swiper-slide {
        font-size: 18px;
        color: #FFF;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 60px;
    }

    #myCarousel1 .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }

    #myCarousel1 .swiper-slide .subtitle {
        font-size: 21px;
    }

    #myCarousel1 .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }


.logo-text {
    font-family: Parisienne;
    text-transform: none !important;
    font-size: 29px;
    color: #333 !important;
}

.navbar-toggler-icon {
    color: #000 !important;
}

.custom-toggler .navbar-toggler-icon {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#contact h2 {
    margin-bottom: 20px;
}

#contact h5 {
    color: #fff;
    padding: 0;
    padding-bottom: 30px;
}

.error {
    color: #9b170f !important;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 11px;
}

#privacy span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#privacy {
    margin-top: 30px;
}

    #privacy a {
        color: #fff;
    }

    #privacy input[type="checkbox"], #Nletter input[type="checkbox"] {
        width: 2% !important;
        display: inline-block !important;
        line-height: 15px !important;
        margin: 2px 0px !important;
        height: auto !important;
        vertical-align: top;
    }

    #privacy label, #Nletter label {
        display: inline-block !important;
        font-size: 13px !important;
        padding: 0 3px !important;
        font-weight: normal !important;
        line-height: 15px !important;
        width: 95%;
    }

.modal-scrollable {
    position: relative;
}

#blog .blog-title {
    min-height: 70px;
}

#blog .blog-content {
    min-height: 170px;
}


.parallax-section h2 {
    font-size: 30px;
}


footer {
    font-size: 14px;
}

@media all and (max-width: 1690px) {
}

/* Schermi Desktop o Portatili */
@media all and (min-width: 1280px) and (max-width: 1689px) {
    .main-slider h2 {
        color: #fff;
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 0 40%;
        padding: 1% 2% 1% 0;
        text-shadow: 3px 3px 2px #000;
        background-color: rgba(0,0,0,0.4);
        width: 60%;
        float: left;
    }
}

/* Tablet in modalità orizzontale */
@media all and (min-width: 737px) and (max-width: 1279px) {
    .main-slider h2 {
        color: #fff;
        font-size: 30px;
        line-height: 29px;
        margin: 0 0 0 22%;
        padding: 1% 2% 1% 0;
        text-shadow: 3px 3px 2px #000;
        background-color: rgba(0,0,0,0.4);
        width: 80%;
        float: left;
    }
}

/* Tablet in modalità verticale */
@media all and (min-width: 481px) and (max-width: 736px) {
}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 500px) {
    .logo-text {
        font-size: 21px !important;
        color: #333 !important;
    }

    .navigation-menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .main-slider h2 {
        color: #fff;
        font-size: 22px;
        line-height: 29px;
        margin: 0 0 0 5%;
        padding: 1% 2% 1% 0;
        text-shadow: 3px 3px 2px #000;
        background-color: rgba(0,0,0,0.4);
        width: 90%;
        float: left;
    }
}

@media all and (max-width: 820px) {
    .top-bar .nav-link, .top-bar .nav-link:hover, .top-bar .nav-item.active a {
        color: #fff;
        border-bottom: 2px solid #fff;
        border-radius: 0;
    }

    .sps--abv {
        opacity: 1;
    }

    .main-slider h2 {
        color: #fff;
        font-size: 30px;
        line-height: 29px;
        margin: 0 0 0 22%;
        padding: 1% 2% 1% 0;
        text-shadow: 3px 3px 2px #000;
        background-color: rgba(0,0,0,0.4);
        width: 80%;
        float: left;
    }
}

/*//CAROUSEL*/


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    section {
        padding: 1.35rem 0 0 0;
    }

    .service-sec h2 {
        font-size: 24px;
    }

    .service-sec .heading {
        margin-bottom: 0px;
    }

    .service-sec h3 {
        font-size: 12px;
    }

    .service-sec p {
        font-size: 12px;
    }

    .service-sec i {
        display: none;
    }

    .service-sec .ml-3 {
        margin-left: 0rem !important;
    }

    .service-sec .nav-tabs .nav-link {
        min-height: 45px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .service-sec .nav-link {
        display: block;
        padding: 0.5em 0.5em 0 1em;
    }

    .parallax-section h2 {
        font-size: 24px;
    }

    .about-sec p {
        font-size: 12px;
    }

    #blog .blog-content {
        min-height: 100px;
    }

    .contact-sec {
        padding-bottom: 20px;
    }

    footer {
        font-size: 11px;
    }

     footer h2 {
         font-size: 14px;
         padding-top: 25px;
     }

     footer .nav-link {
         padding: 0.5em 0.2em;
     }

        /*BLOG*/
    .bg-secondary {
        padding: 8.75rem 0 0 0 !important;
    }
    .bg-secondary h4 {
       font-size:16px;
       padding-bottom:25px;
    }
    .blog-sec h3 a {
        font-size: 16px;
    }
    .blog-sec .blog-content {
        font-size: 12px;
    }
    #BlogDetail h3 {
        font-size: 1.4rem;
    }

    #BlogDetail .content {
       font-size:0.8rem;
    }
    #BlogDetail .media-body {
        font-size: 0.8rem;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    section {
        padding: 1.35rem 0 0 0;
    }

    .service-sec h2 {
        font-size: 24px;
    }

    .service-sec .heading {
        margin-bottom: 0px;
    }

    .service-sec h3 {
        font-size: 12px;
    }

    .service-sec p {
        font-size: 12px;
    }

    .service-sec i {
        display: none;
    }

    .service-sec .ml-3 {
        margin-left: 0rem !important;
    }

    .service-sec .nav-tabs .nav-link {
        min-height: 45px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .service-sec .nav-link {
        display: block;
        padding: 0.5em 0.5em 0 1em;
    }

    .parallax-section h2 {
        font-size: 24px;
    }

    .about-sec p {
        font-size: 12px;
    }

    #blog .blog-content {
        min-height: 100px;
    }

    .contact-sec {
        padding-bottom: 20px;
    }

    footer {
        font-size: 11px;
    }

        footer h2 {
            font-size: 14px;
            padding-top: 25px;
        }

        footer li {
        }

        footer .nav-link {
            padding: 0.5em 0.2em;
        }
    /*BLOG*/
    .bg-secondary {
        padding: 8.75rem 0 0 0 !important;
    }

        .bg-secondary h4 {
            font-size: 16px;
            padding-bottom: 25px;
        }

    .blog-sec h3 a {
        font-size: 16px;
    }

    .blog-sec .blog-content {
        font-size: 12px;
    }
    #BlogDetail .content {
        font-size: 0.9rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    footer {
        font-size: 13px;
    }

        footer h2 {
            font-size: 16px;
        }

        footer .nav-link {
            padding: 0.5em 0.2em;
        }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    footer {
        font-size: 14px;
    }

        footer h2 {
            font-size: 18px;

        }

        footer .nav-link {
            padding: 0.5em 0.2em;
        }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
