@import "form_newsletter.css";
@import "responsive.css";

.btn-blue-tim{
    background: #912236;
    margin: 10px auto;
    padding: 10px 30px;
}
.btn-blue-tim:hover{
    background: #912236;
    margin: 10px auto;
    padding: 10px 30px;
}
.btn-blue-tim:active{
    background: #912236;
    margin: 10px auto;
    padding: 10px 30px;
}
.btn-blue-tim:focus{
    background: #912236;
    margin: 10px auto;
    padding: 10px 30px;
}

.navbar ul li.search .fa-close {
    position: absolute;
    left: 30px;
    top: 43px;
    color: #999;
    z-index: 9999999;
    cursor: pointer
}

.navbar ul li.search .fa-close:hover {
    color: black;
    cursor: pointer
}

@media screen and (max-width: 763px) {
    .navbar ul li.search .fa-close {
        left: 8px;
        top: 13px;
    }
}

.about-near-video {
    padding-top: 40px; }
.about-near-video h1 {
    margin-bottom: 20px; }

.contact-form {
    margin-top: 70px; }
.contact-form label {
    width: 100%;
    font-weight: lighter; }
.contact-form input, .contact-form textarea {
    padding: 10px;
    border: 1px solid #aaa;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    margin-bottom: 30px; }

.contact-video {
    padding: 20px;
    margin: 0; }

#contact-layer {
    background-color: rgba(206, 20, 43, 0.9);
    color: #fff;
    padding: 30px;
    width: 200px;
    position: fixed;
    top: 30vh;
    right: 0;
    transition: width 1s;
    cursor: pointer;
    min-height: 80px; }
@media screen and (max-width: 1024px) {
    #contact-layer {
        top: auto;
        bottom: 100px; } }
#contact-layer a, #contact-layer a:hover {
    color: #fff;
    text-decoration: none; }
#contact-layer span {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer; }
#contact-layer .is-close, #contact-layer .is-open {
    transition: opacity 1s; }
#contact-layer .is-close span {
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 105px;
    transform: rotate(-90deg);
    transform-origin: center center 0;
    width: 120px; }
#contact-layer.close-cl {
    min-height: 170px;
    width: 40px; }
#contact-layer.close-cl .is-open {
    opacity: 0;
    display: none; }
#contact-layer.close-cl .is-close {
    display: inline-block;
    opacity: 1; }
#contact-layer.open-cl {
    width: 200px; }
#contact-layer.open-cl .is-open {
    display: inline-block;
    opacity: 1; }
#contact-layer.open-cl .is-close {
    opacity: 0;
    display: none; }

.main-container .about h1 {
    font-weight: bold;
    font-size: 25px;
    color: #912236;
}

.main-container .about h2 {
    font-size: 18px;
    color: #912236; }
.main-container .about h2 a {
    font-size: 18px;
    color: #912236; }
.main-container .about p, .main-container .about ul, .main-container .about li {
    color: #555; }
.main-container .about .nav {
    text-align: center;
    width: 100%;
    border: 0;
    margin-bottom: 30px; }
.main-container .about .nav li {
    margin: 0 20px;
    float: none;
    display: inline-block;
    font-weight: bold; }
.main-container .about .nav li.active, .main-container .about .nav li:hover {
    position: relative;
    border-bottom: 1px solid #912236; }
.main-container .about .nav li.active a, .main-container .about .nav li:hover a {
    text-decoration: none; }
.main-container .about .nav li.active:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 20px); }
.main-container .about .tab-content {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.main-container .about .tab-content ul {
    margin: 25px 0;
    padding: 0; }
.main-container .about .tab-content li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin: 15px 0; }
.main-container .about .tab-content li:before {
    position: absolute;
    left: -2px;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #912236; }


.main-container .video-doc .video .smallpreview {
    height: 100px;
    width: 100px;
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

/*.main-container .video-doc .video .smallpreview:hover .image {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}*/
.main-container .video-doc .video .smallpreview .smallimage {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 100px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    cursor: pointer
}
/*.main-container .video-doc .video .smallpreview .image:after {
    content: '';
    background-color: hsla(0, 0%, 100%, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block
}*/

.main-container .video-doc .video .smallpreview .smallimage:after {
    background: rgba(0, 0, 0, .15)
}

.login .container > .row > div:last-child{
  background-color: rgba(16,48,115,0.85);
}

.login .container > .row > div:first-child{
  background-color: rgba(255,255,255,0.9);
}
.single-block-desc{
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    padding-bottom: 0px;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.single-block-desc .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150px;
}

.img-responsive{
    display: block;
    max-width: 100%;
}

.single-block-desc h2 {
    font-size: 20px;
    margin-top: 5px;
}

.single-block-desc p.meta {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #777;
}


.single-block-desc p.date {
    border-top: 1px solid #eee;
    padding-top: 10px;
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
}

.border-doc{
    border: 1px solid #ccc;
}

.pull-right{
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.btn-blue-tim:focus {
    color: white;
}
@media (max-width: 768px) {
    .divide-area-tematiche {
        display: none;
    }
    .meeting-image{
        width: 90%;
    }
    .h-300{
        height: unset !important;
    }
    .margin-filters{
        margin-top: 10px;
    }
}
.left-menu{
    margin-bottom: 2rem;
}
@media (max-width: 767px){
    .main-container {
        padding-top: 51px !important;
    }
}

@media (max-width: 450px){
    .main-container {
        padding-top: 51px !important;
    }
}

