﻿/*FONT STYLES*/
@font-face {
    font-family: FS Joey-Bold;
    src: url('/Content/assets/fonts/tipografia/FS Joey-Bold.otf');
}

@font-face {
    font-family: FS Joey-BoldItalic;
    src: url('/Content/assets/fonts/tipografia/FS Joey-BoldItalic.otf');
}

@font-face {
    font-family: FS Joey-Heavy;
    src: url('/Content/assets/fonts/tipografia/FS Joey-Heavy.otf');
}

@font-face {
    font-family: FS Joey-HeavyItalic;
    src: url('/Content/assets/fonts/tipografia/FS Joey-HeavyItalic.otf');
}

@font-face {
    font-family: FS Joey-Italic;
    src: url('/Content/assets/fonts/tipografia/FS Joey-Italic.otf');
}

@font-face {
    font-family: FS Joey-Light;
    src: url('/Content/assets/fonts/tipografia/FS Joey-Light.otf');
}

@font-face {
    font-family: FS Joey-LightItalic;
    src: url('/Content/assets/fonts/tipografia/FS Joey-LightItalic.otf');
}

@font-face {
    font-family: FS Joey-Medium;
    src: url('/Content/assets/fonts/tipografia/FS Joey-Medium.otf');
}

@font-face {
    font-family: FS Joey-MediumItalic;
    src: url('/Content/assets/fonts/tipografia/FS Joey-MediumItalic.otf');
}

@font-face {
    font-family: FS Joey-Regular;
    src: url('/Content/assets/fonts/tipografia/FS Joey-Regular.otf');
}

body, .portfolio-filters li a, .btn, .footer-contact .contact-info address .show-map, .footer-contact .contact-info .show-info-link {
    font-family: 'FS Joey-Regular' !important;
}

.ft-item a h5 {
    font-family: 'FS Joey-BoldItalic' !important;
}

.sec-heading {
    font-size: 25px;
}

    .sec-heading h2:only-child, .footer-widgets .widget .header-widget, .copyright small, .form-group label, .sec-heading h2:first-child {
        font-family: 'FS Joey-Heavy' !important;
    }

.number-counters-dark-bg .count-wrapper .count-item .count-nbr, .footer-contact .contact-info address ul li .adr-heading {
    font-family: 'FS Joey-Heavy' !important;
}

.number-counters .count-wrapper .count-item .count-nbr {
    font-family: 'FS Joey-Medium' !important;
}

.nav > li > a {
    font-family: 'FS Joey-Bold' !important;
}

.dark-bg h4, .team-4col .t-item .t-info h4, .blog-columns .blog-post .bp-content .post-title h4 {
    font-family: 'FS Joey-Medium' !important;
}

.footer-contact .contact-info address ul li .adr-info {
    font-family: 'FS Joey-Italic' !important;
    text-transform: capitalize;
}

.sec-heading span:only-child {
    font-family: 'FS Joey-Light' !important;
}
/*BODY STYLE ELEMENTS*/

.team-4col .t-item .t-info {
    padding: 15px 10px !important;
}

.gray-bg .blog-preview .blog-post {
    height: 580px;
    margin-bottom: 20px;
}

.ft-centered .ft-item, .ft-x .ft-item, .ft-y .ft-item {
    padding: 10px !important;
}

.t-clients li a img {
    width: 150px;
    height: 100%;
}

.testimonials-parallax .t-clients, .testimonials-dark .t-clients {
    margin: 0 auto 0 auto;
    padding-bottom: 50px;
}

.dark-bg .team-4col .row .col-lg-3 {
    padding-top: 15px;
}

.blog-post .post-img img {
    width: 100% !important;
}

.ft-dark-spin div {
    width: 120px;
    height: 120px;
    display: inline-block;
    color: #f8f8f8;
    border: 1px solid rgba(17, 17, 17, 0);
    background-color: #111 !important;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .ft-dark-spin div:hover {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        border: 1px solid #cccccc;
        background-color: #fff !important;
        color: #111;
    }

    .ft-dark-spin div img {
        border: 0px !important;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        transform: scale(0.5);
        padding: 50px;
    }


.showpanel .ft-item {
    height: 330px !important;
}

.darkThem .team-4col .t-item {
    background: #2d2d2d !important;
    border-top: 1px solid #111111 !important;
}

    .darkThem .team-4col .t-item .t-image .t-description {
        background: #2d2d2d !important;
        padding: 20px 30px 30px 30px !important;
    }

        .darkThem .team-4col .t-item .t-image .t-description .content-wrapper {
            border-bottom: 0px solid;
        }

.testimonials-parallax .t-clients:hover .t-clients-nav, .testimonials-dark .t-clients:hover .t-slider-nav {
    opacity: 1;
}

.testimonials-parallax .t-clients .t-slider-nav:hover, .testimonials-dark .t-clients .t-slider-nav:hover {
    background: #fff;
}

/*header Atribute*/
::selection {
    background: #2e2e2e !important;
}
/*SLIDER ARROWS*/
.t-clients {
    position: unset !important;
}

    .t-clients .slick-button {
        display: inline-block !important;
        position: unset;
        top: 45%;
        width: 60px;
        height: 60px;
        border: none;
        font-size: 30px;
        opacity: 1;
        background-color: transparent;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        top: 25%;
    }

        .t-clients .slick-button span {
            line-height: 65px;
            color: #fff;
        }

        .t-clients .slick-button:hover {
            opacity: 1;
            background: #111;
            color: #ececec;
        }

    .t-clients .slick-prev {
        left: 0;
        margin-left: -50px;
    }

    .t-clients .slick-next {
        right: 0;
        margin-right: -50px;
    }
/*--*/
.ft-slider .slick-button {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    border: none;
    font-size: 30px;
    opacity: 1;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 100%;
}

    .ft-slider .slick-button i {
        line-height: 65px;
        color: #fff;
    }

.t-slider .slick-button:hover {
    opacity: 1;
    background: #111;
    color: #ececec;
}

.ft-slider .slick-prev {
    left: 0;
    margin-left: 0px;
}

.ft-slider .slick-next {
    right: 0;
    margin-right: 0px;
}

@media (max-width: 1060px) {
    .gray-bg .team-4col .blog-container .blog-selector {
        width: 100%;
    }
}

/*Banne image*/
.fs-video-hero {
    background-size: cover !important;
    background-position: center;
}

@media (max-width:970px) {
    .fs-video-hero {
        background-size: 100% 120% !important;
    }
}

@media (max-width:820px) {
    .fs-video-hero {
        background-size: 100% 100% !important;
    }
}

@media (max-width:792px) {
    .fs-video-hero {
        background-size: 100% 100% !important;
    }
}

@media screen and (max-width: 720px), screen and (height: 1600px) {
    .fs-video-hero {
        background-size: 250% 100% !important;
    }
}

@media (max-width:480px) {
    .fs-video-hero {
        background-size: 250% 100% !important;
    }
}

/* Modal */
#modal.modal-dialog, #modal.come-from-modal.right .modal-dialog {
    position: fixed !important;
    margin: auto !important;
    width: 350px !important;
    height: 100% !important;
    transform: translate3d(0%,0,0) !important;
}

#modal.come-from-modal.right .modal-content {
    height: 100% !important;
    overflow-y: auto !important;
    border-radius: 0px !important;
}

#modal.come-from-modal.right .modal-body {
    padding: 15px 15px 80px !important;
}

#modal.come-from-modal.right.fade .modal-dialog {
    right: -320px !important;
    transition: opacity 0.3s linear, right 0.3s ease-out !important;
}

#modal.come-from-modal.right.fade.in .modal-dialog {
    right: 0 !important;
}

.otherclass .cart-item {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
}

    .otherclass .cart-item .message {
        /*width: 20%;*/
        text-align: center;
    }

    .otherclass .cart-item .text-content a, .otherclass .cart-item .text-content p {
        color: #000 !important;
        word-break: break-word;
    }

    .otherclass .cart-item .message span {
        padding: 4px 5px;
        background-color: #111;
        border-radius: 50px;
    }

/*Icons navbar*/
.a_content {
    padding: 0 !important;
    padding-top: 6px !important;
}

.span_socials {
    padding: 6px 6px;
    border-radius: 50px;
}

    .span_socials:hover {
        background-color: #ffffffd1;
        transition: 0.5s;
    }

.span-fb:hover {
    color: #004acf;
    transition: color 0.5s;
}

.span-yt:hover {
    color: #ff0000;
    transition: color 0.5s;
}

.span-inst:hover {
    color: #e600c5;
    transition: color 0.5s;
}

.icon-span {
    padding-top: 4px;
    width: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
}

.cart-item .message a {
    color: #fff !important;
}
