h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.2rem;
}
strong {
    font-weight: 600;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1030;
    opacity: 1;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -25px;
}
.loading-bar {
    display: inline-block;
    width:10px;
    height:10px;
    margin:3px 2px;
    -webkit-animation: loading 0.8s linear infinite alternate;
    animation: loading 0.8s linear infinite alternate;
    background-color: #8098AA;
}
.loading-bar:nth-child(1) {
    -webkit-animation-delay:-0.8;
    animation-delay:-0.8s;
}
.loading-bar:nth-child(2) {
    -webkit-animation-delay:-0.53333s;
    animation-delay:-0.53333s;
}
.loading-bar:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
}
@keyframes loading {
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
}
@-webkit-keyframes loading {
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
}
#contatti h2 {
    font-weight: 600;
}
#contact_form .btn-lg {
    padding: .5rem 5rem;
}
#chisiamo {
    color: #949494;
}
#chisiamo h5 {
    color: #80919A;
    font-weight: 600;
}
#chisiamo_2 h1 {
    text-align: center;
}
#acquisizione_2 h2 {
    font-weight: 600;
}
#acquisizione_2 h3 {
    font-weight: 300;
}
#trading {
    background-image: url('../img/section_trading_5.jpg');
}
#trading h2 {
    text-align: center;
    font-weight: 600;
}
#chisiamo_2 h1, #trading h2 {
    width: 80%;
}
#home {
    background-image: url('../img/section_home.jpg');
}

#titolo1{
    background-image: url('../img/section_acquisition_1.jpg');
}
#home .row > div, #chisiamo_2 .row > div, #acquisizione_2 .row > div, #trading .row > div,#trading_2 .row > div, .menu-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center ;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}
#home h1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -130px;
    display: block;
    content: '';
    background: url('../img/text_frame.png');
    background: url('../img/text_frame.svg'),
    linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    width: 260px;
    height: 260px;
}
#map {
    height: 350px;
}
#next-section-arrow {
    background: url('../img/next-section-arrow.png');
    background: url('../img/next-section-arrow.svg'),
    linear-gradient(transparent, transparent);
    background-size: 30px 60px;
    background-repeat: no-repeat;
    width: 30px;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
    z-index: 1028;
}
#next-section-arrow span {
    display: none;
}
#acquisizione_2 {
    color: black;
}
#chisiamo, #acquisizione_2, #trading_2 .row > div:nth-of-type(1), #trading_3 {
    background-color: white;
}
.menu-side {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(128,145,154,1);
    z-index: 1029;
}
#menu-side-close {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1028;
}
#frontNavbar .navbar-nav {
    padding: 25px;
}
#frontNavbar .nav-link {
    font-size: 1.5rem;
    font-weight: 600;
}
#languageNavbar {
    position: absolute;
    right: 100px;
    top: 35px;
    display: flex;
    display: -ms-flexbox;
}
#languageNavbar .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.section {
    position: relative;
    background-repeat: no-repeat;
}
#map .gm-style a[target="_blank"] img, .gmnoprint, .gm-style-cc {
    display: none;
}
.maintenance {
    background-color: rgba(128,145,154,1);
}
::-webkit-input-placeholder {
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 300;
    color: white !important;
}
:-moz-placeholder {
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 300;
    color: white !important;
    opacity: 1 !important;
}
::-moz-placeholder {
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 300;
    color: white !important;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 300;
    color: white !important;
}
::-ms-input-placeholder {
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    font-weight: 300;
    color: white !important;
}
@media screen and (min-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.55rem;
    }
    .menu-side {
        width: 45%;
        background-color: rgba(128,145,154,0.8);
    }
    #frontNavbar .nav-link {
        font-size: 2rem;
    }
    #acquisizione_2 h2 {
        text-align: right;
    }
    #contact_form .form-group:last-of-type {
        float: right;
    }
    .section {
        background-attachment: fixed;
        background-size: cover;
        height: 100%;
        width: 100%;
    }
}


/* pagine interne*/

.bg-light{
    background-color: #fff !important;

}

.box-text,
.box-text-portfolio {
    min-height: 400px;
    padding:100px 70px;
}


.bg-grey{
    background-color: #ccc !important;
    padding: 50px;

}


/* portfolio frontend */
.portfolio h3,
.portfolio p {
    color: #000;
    }

.portfolio h3 {
    text-transform: uppercase;
    }

/*gallery*/

.card-img-top{
    border-radius:0;
}

.card{
    background-color: transparent;
}


 .card-columns {
    column-count: 1;
}

@media (min-width: 576px) { 
    .card-columns {
        column-count: 1;
   }
}

@media (min-width: 768px) { 

    .card-columns {
        column-count: 2;
   }
}

@media (min-width: 992px) { 
    .card-columns {
        column-count: 2;
   }

   .box-text-portfolio {
        min-height: 400px;
        padding:100px 20px;
    }

}

@media (min-width: 1200px) { 
    .card-columns {
        column-count: 3;
   }
}

/* carousel portfolio */
#acquisizione img {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}



.owl-theme .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.owl-theme .owl-prev, 
.owl-theme .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-theme i {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
}


.owl-theme .owl-prev {
    left: 20px;
}

.owl-theme .owl-next {
    right: 20px;
}


/*.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before{
content: "\f053";
margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after{
content: "\f054";
margin-right:10px;
}*/