﻿body {
}


.bg-gradient-red {
    background-image: linear-gradient(-90deg, #7d1414 0%, #EB4242 100%) !important;
}

.mnh-250 {
    min-height: 250px !important;
}

.blog {
background-color: transparent !important;
}

/* AJAX Project details */
/* Top bar */
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: white;
    height: 90px;
    border-bottom: 1px solid #EAEAEA
}

.cbp-popup-singlePage .cbp-popup-navigation,
.cbp-popup-singlePage .cbp-popup-navigation > div,
.cbp-popup-singlePage .cbp-popup-navigation > div:before {
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
/* Buttons */
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-prev {
    background: none !important;
}
/* Next and prev icon positions */
.cbp-popup-singlePage .cbp-popup-next {
    left: 150px;
}

.cbp-popup-singlePage .cbp-popup-prev {
    right: 150px;
}
    /* Icon options */
    .cbp-popup-singlePage .cbp-popup-next:before,
    .cbp-popup-singlePage .cbp-popup-close:before,
    .cbp-popup-singlePage .cbp-popup-prev:before {
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #6D6D6D;
        line-height: 44px;
        font-family: 'themify';
    }
/* Hover for icons */
.cbp-popup-singlePage .cbp-popup-navigation > div:hover:before {
    color: black;
}
/* Next arrow */
.cbp-popup-singlePage .cbp-popup-next:before {
    content: '\e649';
}
/* Prev arrow */
.cbp-popup-singlePage .cbp-popup-prev:before {
    content: '\e64a';
}
/* Close button */
.cbp-popup-singlePage .cbp-popup-close:before {
    content: '\e646';
}
/* Counter text */
.cbp-popup-singlePage-counter {
    color: #8B8B8B;
    font-size: 16px;
    font-family: inherit;
}
/* Navigation arrows on project slider */
.cbp-nav-controls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
    font-size: 20px;
    color: white;
    border-radius: 0;
    background: rgba(24,24,24,0.3) !important;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 90px;
    left: 0;
    opacity: .55;
    z-index: 5;
    margin: 0;
    cursor: pointer;
    pointer-events: all;
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cbp-nav-controls div.cbp-nav-next {
    left: auto;
    right: 1px;
}

.cbp-nav-controls div:before, .cbp-nav-controls div:after {
    content: "\e64a";
    display: inline-flex;
    display: -ms-inline-flexbox;
    z-index: 2;
    font-family: 'themify';
    color: inherit;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cbp-nav-controls div:after {
    display: none;
    content: '';
    z-index: 0;
}

.cbp:hover .cbp-nav-controls div:hover {
    opacity: 1;
}

.cbp-nav-controls div.cbp-nav-next:before {
    content: "\e649";
}

.bg-soft-colored:before {
    background-color: rgba(220,220,220, 0.15) !important;
}

.modern-nav:not(.scrolled) .logo-white {
    display: block;
}

.modern-nav.details-dark:not(.scrolled) .logo-dark, .modern-nav.details-dark-logo-only:not(.scrolled) .logo-dark {
display: none!important;
}

.cert-bollino{
border: 1px solid;
width: 150px;
margin: 0 AUTO;
}


