/* Enter your custom styles */
a {
    color: #a91622
}
a:hover, a:focus {
    color: #a91622
}
.c-social-1.-color-mixed-outline .-icon-telegram, 
.c-social-1.-hover-mixed-outline .-icon-telegram:hover,
.c-social-1.-color-mixed-outline .-icon-vimeo, 
.c-social-1.-hover-mixed-outline .-icon-vimeo:hover {
    color: #a91622;
    border-color: transparent;
    background-color: transparent;
}
.c-social-1.-color-mixed-outline .-icon-mave .cls-1 {
    fill: #000;
}
.c-social-1.-hover-mixed-outline .-icon-mave:hover .cls-1 {
    fill: #a91622;
}
.c-social-1.-color-mixed-outline .-icon-dzen {
    color: #696976;
}
.fa-dzen {
    width: 18px;
    height: 18px;
}
.fa-dzen svg .cls-1 {
    fill: currentColor
}
.fa-dzen svg .cls-2 {
    fill: #dbdbdb
}
footer .fa-dzen svg .cls-2 {
    fill: #fff;
}
.c-social-1.-color-grey-simple .c-social-1-link svg .cls-1 {
    fill: #696976;
}
.c-social-1.-hover-mixed-outline .-icon-dzen:hover .fa-dzen svg .cls-1,
.c-social-1.-color-grey-simple .c-social-1-link:hover svg .cls-1 {
    fill: #a91622;
}
.c-social-1.-size-small .c-social-1-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.c-social-1-inner {
    font-size: 18px;
}
.fa-dzen svg .cls-1,
.fa-dzen svg .cls-2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fa-dzen svg {
    vertical-align: middle;
    transform: translateY(-2px);
}
.c-logos-1-item-inner {
    padding-top: 100%;
}
.c-logos-2-image {
    position: static;
    width: auto;
    max-width: 60%;
    max-height: 60%;
    transform: none;
}
.c-logos-2-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.u-text-lead p,
.u-text-lead ul,
.u-text-lead ol {
    margin-bottom: 1.2em;
}
.u-bg-green {
    background: #f1f1f1;
    color: #111;
}
.c-button-1 {
    text-transform: uppercase;
}
.-bg-grey {
    background: #f9f9fa;
}
.c-team-3-photo .c-team-3-a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.c-header-1.-bg-white .c-header-1-inner,
.c-header-1.-bg-dark .c-header-1-inner {
    border-bottom: 0;
}
.section-fs .c-section-photo.-mobile {
    display: none;
}
.-style-solid-accent {
    border-bottom: 1px solid #a91622;
}
.-bg-transparent {
    background: transparent;
}

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-icon-toggle,
    .c-header-1.-bg-white .c-header-1-icon-search {
        border-color: transparent;
    }
    .section-fs .c-section-photo,
    .no-mobile-bg {
        display: none;
    }
    .section-fs .c-section-photo.-mobile {
        display: block;
    }
    .section-about-photo {
        background: transparent !important;
    }
    .section-about-photo:after{
        content:"";
        position:fixed; /* stretch a fixed position to the whole screen */
        top:0;
        height:100vh; /* fix for mobile browser address bar appearing disappearing */
        left:0;
        right:0;
        z-index:-1; /* needed to keep in the background */        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .c-section.-space-large {
	    padding-top: 60px;
    	padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .c-header-1-logo img {
        max-height: 30px;
    }
}
