﻿body {
    font-family: 'Open Sans', sans-serif !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

#viewSwitcher {
    background: #ffffff;
    padding: 0 15px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

p {
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

textarea {
    resize: none;
}

.main-box {
    margin: 15px 0 30px 0;
    box-shadow: 0 0 6px #bebebe;
}

    .main-box h2 {
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        margin: 0;
        padding: 10px 15px;
        background-color: #384862;
    }

.standard-box {
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 6px #bebebe;
}

    .standard-box h2 {
        background-color: #384862;
        color: #ffffff;
        text-align: left;
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 15px;
    }

    .standard-box p {
        margin: 0;
    }

.last-no-margin:last-child {
}

.post-box {
    margin-bottom: 20px;
}

    .post-box div.crop {
        position: relative;
        padding-top: 50%;
        width: 100%;
        overflow: hidden;
    }

        .post-box div.crop img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: auto;
            width: 100%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .post-box .post-image {
        width: 100%;
        background-size: cover;
        height: 200px;
    }

    .post-box h4 {
        font-weight: normal;
        color: #afb0af;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .post-box h3 {
        font-weight: bold;
        font-size: 16px;
        margin: 5px 0;
    }

    .post-box p {
        font-size: 14px;
    }

.post-box-smaller div.crop {
    position: relative;
    padding-top: 50%;
    width: 100%;
    overflow: hidden;
}

    .post-box-smaller div.crop img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.post-box-smaller h4 {
    margin-top: 5px;
}

.post-box-first div.crop {
    overflow: hidden;
    position: relative;
    padding-top: 50%;
    width: 100%;
}

    .post-box-first div.crop img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

header .logo-site img,
header .logo-bip img {
    height: 60px;
}


header .logo-site:focus,
header .logo-bip:focus,
#PnlMediaIcons a:focus {
    outline: none !important;
}


header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

    header .logo-bip {
        margin-left: 50px;
        float: right;
    }

    header p {
        margin: 0;
    }

        header p input {
            margin: 0 0 10px 0;
            height: 20px;
        }

.small-logo-icon img {
    height: 30px;
}

div.navbar {
    background: #384862;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 10000;
}

    div.navbar a {
        color: #ffffff !important;
        text-decoration: none;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #618fda;
    color: #fff !important;
}

.navbar-default .navbar-nav .open .dropdown-menu {
    border-radius: 0;
    padding: 0 !important;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    background: #618fda;
}

.navbar-inverse .navbar-nav > .open > a {
    background: #618fda !important;
}

.nav {
    margin: 0;
}

.navbar-collapse {
    padding: 0 !important;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

li.dropdown:hover > .dropdown-menu {
    background: #384862;
    padding: 5px 0;
}

div.navbar-bottom {
    background-color: #545454 !important;
}

    div.navbar-bottom a {
        color: #ffffff !important;
        font-size: 14px;
    }

    div.navbar-bottom li.dropdown a:hover {
        color: #ffffff !important;
        background: #bebebe !important;
    }

    div.navbar-bottom .dropdown:hover > .dropdown-menu {
        background: #545454 !important;
    }

        div.navbar-bottom .dropdown:hover > .dropdown-menu a:hover {
            background: #bebebe !important;
            color: #545454 !important;
        }

ul.nav li a {
    outline: none !important;
    border: none !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.photo-background {
    z-index: -10 !important;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .company-box div.standard-box,
    .event-box div.standard-box {
        padding-left: 30px;
    }
}

label {
    margin-top: 20px;
    font-weight: normal;
}

.validation-box {
    padding: 15px;
    color: #ff0000;
    background-color: #fffcd6;
    border: 3px solid #ff0000;
    margin-bottom: 15px;
    font-weight: bold;
}

    .validation-box p {
        margin: 0;
    }

.validation-error {
    color: #d32828;
}

.information-box {
    color: #51a717;
    border: 1px solid #51a717;
    padding: 10px;
    background: #ebf8e3;
}

.error-box {
    padding: 10px;
    background: #fbdfdf;
}

.thumbnail {
    margin: 5px 0;
}

    .thumbnail .crop {
        position: relative;
        width: 100%;
        padding-top: 50%;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }

        .thumbnail .crop img {
            position: absolute;
            left: 50%;
            top: 50%;
            height: auto;
            width: 100%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .thumbnail a img {
        max-width: 100%;
        height: 120px;
        display: block;
        margin: auto;
    }

    .thumbnail h3 {
        padding: 0 20px;
        text-align: center;
    }

    .thumbnail p {
        padding: 0 20px;
        text-align: center;
        font-size: 10px;
        font-style: italic;
    }

    .thumbnail a {
        padding: 10px;
        display: block;
        text-align: right;
        vertical-align: bottom;
    }

.banner-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .banner-list .banner {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .banner-list .banner img {
            height: 80px;
            width: 200px;
            display: block;
            margin: 0 auto;
        }


#PnlBannersSmallerTop .row {
    margin: 0 -15px 0 -15px !important;
}

#PnlBannersSmallerTop .col-xs-6 {
    padding: 0;
}

#PnlBannersSmallerTop .banner {
    height: 185px;
    width: 100%;
    background: #384862;
    margin: 0 !important;
}

#PnlBannersSmallerTop .banner {
    padding: 15px !important;
}

    #PnlBannersSmallerTop .banner a {
        vertical-align: middle;
    }

    #PnlBannersSmallerTop .banner h2 {
        height: 100%;
        color: #ffffff;
        margin: 0;
        font-weight: 900;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-transform: uppercase;
    }

    #PnlBannersSmallerTop .banner img {
        height: 100%;
        width: 100%;
        box-shadow: 0 0 6px #bebebe;
    }

@media only screen and (max-width: 600px) {
    #PnlBannersSmallerTop .banner {
        width: 100%;
        height: auto;
        padding: 0;
    }

        #PnlBannersSmallerTop .banner img {
            padding: 0;
        }
}

#PnlBannersRight1,
#PnlBannersRight2,
#PnlBannersRight3,
#PnlBannersRight4 {
    margin-left: 5px;
    margin-right: 5px;
}

    #PnlBannersRight1 .banner h2,
    #PnlBannersRight2 .banner h2,
    #PnlBannersRight3 .banner h2,
    #PnlBannersRight4 .banner h2 {
        text-align: center;
        padding: 20px 35px;
        height: 100%;
        color: #ffffff;
        margin: 0;
        font-weight: 900;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        background: none;
    }

#PnlBannersBottom .banner {
    vertical-align: middle;
    min-height: 98px;
    background: #384862;
    line-height: 98px;
}

    #PnlBannersBottom .banner h2 {
        text-align: center;
        padding: 0 35px;
        height: 100%;
        color: #ffffff;
        margin: 0;
        font-weight: 900;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        background: none;
        text-transform: uppercase;
    }

    #PnlBannersBottom .banner img {
        vertical-align: middle;
        display: inline;
        width: 100%;
        height: auto;
        box-shadow: 0 0 6px #bebebe;
    }

#PnlBannersBottom img .slider .banner img {
    display: inline;
    box-shadow: 0 0 6px #bebebe;
}

#PnlBannersFooter .banner {
    vertical-align: middle;
    min-height: 98px;
    background: #384862;
    line-height: 98px;
}

    #PnlBannersFooter .banner h2 {
        text-align: center;
        padding: 0 35px;
        height: 100%;
        color: #ffffff;
        margin: 0;
        font-weight: 900;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        background: none;
        text-transform: uppercase;
    }

    #PnlBannersFooter .banner img {
        vertical-align: middle;
        display: inline;
        width: 100%;
        height: auto;
        box-shadow: 0 0 6px #bebebe;
    }

#PnlBannersTop {
    margin: 5px 0 15px 0;
    background: #384862;
    box-shadow: 0 0 6px #bebebe;
}

    #PnlBannersTop img {
        vertical-align: middle;
        display: inline;
        width: 100% !important;
        height: auto;
    }

    #PnlBannersTop h2 {
        min-height: 300px;
        padding: 130px 0;
        color: #ffffff;
        margin: 0;
        font-weight: 900;
        vertical-align: middle;
        font-size: 40px;
        text-transform: uppercase;
    }

.banner {
    text-align: center;
}

    .banner img {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        box-shadow: 0 0 6px #bebebe;
    }

    .banner .iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-left: 25px;
        height: 0;
    }

        .banner .iframe-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

    .banner a:hover {
        text-decoration: none;
    }

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    background-color: #fff;
}

    footer img {
        max-height: 32px;
    }

hr {
    margin-top: 10px;
    margin-bottom: 35px;
}

.four-element-slider {
    margin: 10px 20px;
}

    .four-element-slider img {
        height: 80px;
        max-width: 400px;
    }

input {
    margin: 10px 0;
}

.footer-columns {
    background-color: #ddd;
    padding-bottom: 20px;
    font-size: 12px;
    text-align: center !important;
}

    .footer-columns h2 {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        color: #999999;
    }

#PnlAppointment hr {
    margin: 5px 0;
}

#PnlAppointment p {
    margin: 0;
}

.form-control {
    border-radius: 0;
    margin: 0;
}

a {
    color: #384862;
    text-decoration: none;
}

    a:hover {
        color: #618fda;
    }

.standard-box .additional {
    font-size: 12px;
}

    .standard-box .additional h3 {
        margin: 0;
        font-size: 14px !important;
    }

    .standard-box .additional span.checkbox:last-of-type {
        margin-bottom: 0;
    }

.input-group input {
    margin-top: 0;
}

.btn-default {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
}

.standard-box .slider {
    margin: -20px;
}

.const-slider {
    margin: -15px;
}

    .const-slider button {
        display: none !important;
    }

#map {
    height: 250px;
}

#map2 {
    width: 100%;
    height: 500px;
}

#map .leaflet-tile-pane,
#map .leaflet-marker-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

header .accessibility {
    display: inline-block;
    height: 20px;
    margin: 3px 10px;
    vertical-align: top !important;
}

    header .accessibility a:hover {
        text-decoration: none;
    }

    header .accessibility img {
        height: 20px;
        margin-top: 0;
        margin-right: 10px;
    }

header .flag {
    margin: 5px;
    display: inline-block;
    height: 20px;
    vertical-align: bottom !important;
}

    header .flag input[type=image] {
        border: 1px solid #c0c0c0;
        margin: 0;
        height: 20px;
    }

header a, header a:hover {
    text-decoration: none;
}

div.page h3 {
    margin: 15px 0;
}

div.page h4 {
    margin: 30px -15px 20px -15px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
}

div.page h5 {
    margin: 20px 0;
    display: inline-block;
}

div.page .added-at {
    margin: 0 0 5px 0 !important;
    font-size: 11px;
}

.slick-prev {
    z-index: 1;
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-dots {
    bottom: -45px !important;
}

.login-button p {
    margin: 0 5px 20px 5px;
    font-size: 16px;
}

.login-button .btn {
    margin: 0 5px;
    text-align: center;
    width: 100%;
    white-space: normal;
    text-decoration: none;
}

.caret {
    border-width: 7px 5px 0;
}

.pagination .disabled {
    background-color: #ccc;
}

.search-item {
    margin: 15px 0;
}

    .search-item span {
        display: block;
        font-weight: bold;
    }

    .search-item .date {
        font-size: 12px;
    }

    .search-item p {
        margin: 0;
    }

    .search-item a {
        font-size: 12px;
    }

.survey h3 {
    margin: 0 0 10px 0;
}

.subtitle-session-information {
    margin: 5px 0 25px 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #51a717;
    border: 1px solid #51a717;
    background: #ebf8e3;
}

    .subtitle-session-information p {
        margin: 0;
    }

.subtitle-session-error {
    margin: 5px 0 25px 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #d32828;
    border: 1px solid #d32828;
    background: #fbdfdf;
}

    .subtitle-session-error p {
        margin: 0;
    }

a.skip-link {
    position: absolute;
    left: -999em;
}

.skip-link:focus {
    display: block;
    position: static;
    left: 0;
    outline: none;
    margin-top: -10px;
    margin-bottom: 10px;
}

.main-photo {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 15px;
}

.main-photo-full-width {
    width: 100% !important;
    margin-right: 15px;
}

img.top-banner-image {
    max-width: 100px !important;
}

*:focus {
    outline: 2px solid !important;
}

.tituto-img {
    background-image: url(Images/TITUTO.png);
}

.cookie-information {
    background-color: #161616;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.media-icons {
    display: inline-block;
}

    .media-icons a {
        vertical-align: central;
    }

    .media-icons img {
        height: 30px;
        width: 30px;
        margin: 10px;
    }


.margin-bottom {
    margin-bottom: 20px;
}

#cv {
    border: solid 1px blue;
    width: 100%;
}

#model3d {
    width: 100%;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.company-box,
.calendar-box,
.event-box,
.posts-box,
.contact-form-box,
.file-box,
.newsletter-box,
.offers-box,
.page-box,
.survey-box,
.login-box,
.company-manage-box,
.area-box,
.search-box,
.sitemap-box,
.error-box,
.change-password-box {
    padding: 15px;
    margin: 20px 0 30px 0;
    background-color: #fff;
    box-shadow: 0 0 6px #bebebe;
}

h1.header {
    background-color: #384862;
    margin: -15px -15px 15px -15px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.area-box #map2 {
    margin-top: 5px;
}

.company-box h3 {
    margin: 20px 0 10px 0;
}

.company-box h5 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.company-box h4 {
    margin: 0;
}

.company-box div.standard-box,
.event-box div.standard-box {
    box-shadow: none;
    margin: 30px 0 0 -15px;
}

@media screen and (max-width: 768px) {
    .company-box div.standard-box,
    .event-box div.standard-box {
        padding-left: 30px;
    }
}


.company-box h6 {
    margin: 5px 0 0 0;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.58em;
    line-height: 1.2em;
    font-size: 14px;
}

.company-box a {
    text-align: right;
    font-size: 12px;
}

.company-box hr,
.offers-box hr {
    margin: 5px 0;
}

.company-box-details {
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 14px;
}

.company-box .small-link {
    font-size: 10px;
    text-align: right;
}

.file-box h5 {
    margin-top: 20px;
    text-transform: uppercase;
}

h6.company {
    font-size: 18px;
}

    h6.company small {
        padding: 0 10px;
        font-size: 14px;
    }

.event-box h3.date {
    font-size: 11px;
    margin-top: 0;
    font-weight: normal;
}

.event-box small {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}

.event-box .content {
    padding: 0 20px;
}

.offers-box h3 {
    margin: 5px 0 0 0;
    font-size: 18px;
}

.offers-box h4 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.offers-box .introduction {
    margin-top: 10px;
    line-height: 1.2em;
    max-height: 3.6em;
    overflow: hidden;
}

.offer-details h5 {
    font-size: 20px;
}

.offer-details h6 {
    font-size: 18px;
}

.contact-form-box label.checkbox {
    font-size: 11px;
}

.qr-code {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-right,
.btn-left {
    margin: 10px 0;
    background-color: #384862;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    min-width: 80px;
    text-align: center !important;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #cccccc;
}

    .btn-right:focus,
    .btn-right:hover,
    .btn-left:focus,
    .btn-left:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-right + .btn-right {
        margin: 10px;
    }

        .btn-right + .btn-right + .btn-right {
            margin: 10px 0;
        }

    .btn-left + .btn-left {
        margin: 10px;
    }

        .btn-left + .btn-left + .btn-left {
            margin: 10px 0;
        }

.btn-right {
    float: right;
}

    .btn-right:after {
        content: "";
        clear: both;
        display: table;
    }

.btn-left {
    float: left;
}

.standard-box:after {
    content: "";
    clear: both;
    display: table;
}

.no-margin {
    margin: 0;
}

.event-dates,
.post-added-at {
    font-weight: bold;
}

.event-title,
.post-title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.05em;
}

.event-introduction,
.post-introduction {
    line-height: 1.2em !important;
    height: 3.2em;
    overflow: hidden;
    font-size: 12px !important;
    text-decoration: none;
    font-weight: normal !important;
    background-color: #ffffff;
    color: #000000;
}

.post-introduction-greater {
    line-height: 1.6em;
    height: 8.1em;
    overflow: hidden;
    font-size: 14px !important;
    text-decoration: none !important;
    font-weight: normal !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

#PnlPosts div.crop {
    position: relative;
    height: 65px;
    width: 110px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}

    #PnlPosts div.crop img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

#PnlPosts a,
#PnlEvents a {
    font-size: 12px;
}

p {
    margin: 0;
    padding: 0;
}

.login-box:after,
.change-password-box:after {
    content: "";
    clear: both;
    display: table;
}

.login-box .inside-box {
    padding: 0 20px 20px 20px;
}

.panel {
    margin-bottom: 0 !important;
}

.table-responsive {
    margin-top: 60px;
}

.table {
    width: 100% !important;
    margin: 0 0 20px 0;
}

    .table p {
        margin: 0;
    }

    .table label {
        margin-top: 5px;
    }

    .table thead th {
        background: #384862;
        color: #ffffff;
        padding: 10px;
    }

    .table tbody tr td {
        padding: 10px;
    }

.clearfix {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.footer-information {
    background-color: #fff;
}

    .footer-information p {
        font-style: italic;
        text-align: center;
        padding: 10px 0;
        font-size: 12px !important;
    }

    .footer-information img {
        margin: auto;
        width: 100%;
        max-width: 800px;
        padding-bottom: 20px;
    }

#video {
    width: 100%;
    height: auto;
}

div[onclick] {
    cursor: pointer;
}

.lb-nav a:focus {
    outline: none !important;
}

.company-element-outside {
    padding: 15px;
}

.company-element {
    background-color: #384862 !important;
    color: #ffffff !important;
}

    .company-element h3 {
        text-align: center;
        margin: 0;
        padding-top: 10px;
        font-size: 18px;
    }

    .company-element h5 {
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }

    .company-element p {
        text-align: center;
        text-decoration:underline;
        padding: 5px;
    }

    .company-element a {
        color: #fff;
    }
