@import url("../front/retailers/get_retailers.css");

.img-card {
    height: 100%;
    max-height: 450px;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #333;
}

.img-card .more {
    display: none;
    text-align: right;
}

.img-card:hover .more {
    display: block;
    z-index: 4;
    position: absolute;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    top: 40%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.img-card .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #981a17;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.img-card:hover .mask {
    top: 0;
}

.product-listing .img-card {
    width: 24%;
    background-color: #981a17;
    height: 300px;
}

#new_section_sub_title {
    color: black;
}

div.row-fluid.team {
    line-height: 20px;
}

div.span4.news {
    display: block;
    transition: all 0.2s ease-in-out;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #2f343a;
    height: 280px;
    padding: 10px;
    border: 1px solid #fff;
}

#news_thumbnail {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover;
    width: 280px;
    height: 160px;
    border: 3px solid #000;
}

#news_title {
    font-family: Arial, sans-serif, Helvetica;
    text-rendering: optimizelegibility;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
    color: #fff;
    margin-top: 10px;
    /* font-size: 20px; */
    font-weight: bold;
    height: 70px;
}

#about>div.container {
    padding-top: 20px;
    position: relative;
}

#about {
    padding-bottom: 50px;
    background: #fff;
}

li.span4 {
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: -7px;
}

div.title.clearfix>h1 {
    color: #fff;
}

div.title.clearfix>p {
    padding: 10px;
    color: #fff;
}

div.bx-viewport {
    line-height: 20px;
    opacity: 1;
    left: -5px;
    height: 60px;
}

#manufacturer-slider {
    padding: 0;
    margin: 0;
    transition-duration: 0s;
    transform: translate3d(-1175px, 0px, 0px);
}

#links_list {
    background-color: #fff;
}

#link_img {
    max-width: 100%;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1;
    object-fit: cover;
    width: 60px;
    height: 60px;
}

.text-darkblue,
a.text-darkblue {
    color: #254d75;
}

a.text-darkblue:hover {
    color: #981a17;
}

footer h5 {
    font-weight: 600;
}

button.like-btn {
    background: #1877f2;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 0 8px;
}

.section .title h1,
section .title h1 {
    font-size: 38.5px;
    line-height: 40px;
}

#clients p {
    height: auto;
}

.testimonial.home p {
    min-height: 200px;
}

.testimonial p {
    color: #fff;
    background: #981a17;
    padding: 15px;
    margin: 0;
    min-height: 520px;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #981a17;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.links-list-carousel .item a {
    color: #ccc;
    font-size: 20px !important;
}

.links-list-carousel .item .manufacturer-slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.7s ease;
    background-color: #981a17;
}

.links-list-carousel .item .manufacturer-slider-text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
}

.links-list-carousel .item .links_list {
    background-color: #fff;
}

.links-list-carousel .item .links_list:hover a .manufacturer-slider-overlay {
    opacity: 1;
}

/* PLAYS OF THE WEEK! */
.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #2f343a;
}

.preorders-thumbnail h1,
.playsoftheweek h1 {
    height: 35px;
}

.preorders-thumbnail h1,
.playsoftheweek h1,
.preorders-thumbnail h3,
.playsoftheweek h3,
.service h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    /* border: 1px solid #ff0; */
}

#playsoftheweek-grid img {
    object-fit: cover;
    width: 240px;
    height: 240px;
    border: 3px solid #000;
}

.preorders-thumbnail h3,
.service h3 {
    height: 70px;
}

.preorders-thumbnail h2,
.playsoftheweek h2,
.preorders-thumbnail h3,
.playsoftheweek h3,
.service h3 {
    color: #fff;
    margin-top: 10px;
    margin-inline: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    /* border: 1px solid #ff0; */
}

.nav-pills>li>a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #181a1c;
}

.nav-pills>li>a:hover,
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    background: #181a1c;
    color: #ccc;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav {
    display: inline-block;
}

.nav-center ul.nav li {
    display: inline-block;
}

.nav-pills {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .nav-center ul.nav li {
        display: block;
    }

    .centered.service {
        margin-top: 0;
    }
}

.third-section .title a {
    color: #981a17;
}

.third-section .title p {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: lighter;
}

.preorders-thumbnail {
    width: 100%;
    height: 100%;
    max-height: 450px;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #333;
}

.preorders-thumbnail .more {
    display: none;
}

.preorders-thumbnail:hover .more {
    text-align: center;
    display: block;
    z-index: 4;
    position: absolute;
    padding-inline: 12px;
    margin: 0 auto;
    /* font-size: 40px; */
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.adv-main .mask h2 {
    font-size: 30px;
}

.preorders-thumbnail .mask {
    opacity: 0.85;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #981a17;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.preorders-thumbnail:hover .mask {
    top: 0;
}

/* LINKS */

#link_img {
    max-width: 100%;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1;
    object-fit: cover;
    width: 60px;
    height: 60px;
}

.links-list-carousel .item a {
    color: #ccc;
    font-size: 20px !important;
}

.links-list-carousel .item .manufacturer-slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.7s ease;
    background-color: #981a17;
}

.links-list-carousel .item .manufacturer-slider-text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 600;
}

.links-list-carousel .item .links_list {
    background-color: #fff;
}

.links-list-carousel .item .links_list:hover a .manufacturer-slider-overlay {
    opacity: 1;
}

.nav-pills>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 37px;
}

/* WHATS'S NEWS? */
.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.links-list-carousel .item .manufacturer-slider-text {
    line-height: 20px;
}

.home-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
}

@media (max-width: 1200px) {
    #about {
        padding-bottom: 0;
    }

    .sub-section {
        margin-top: 0;
    }

    .about-text {
        margin-top: 0;
    }

    .price-column,
    .testimonial {
        margin-top: 16px;
    }

    #about p.text-end,
    #portfolio-grid p.text-end,
    #manufacturer p.text-center.text-md-end,
    #clients p.text-end {
        margin-bottom: 0;
    }

    .preorders-thumbnail:hover .more {
        padding: 0 10px;
    }

    section .common-p-head,
    div .common-p-head,
    #about p.common-p-head,
    .hm-content p.common-p-head {
        font-size: 18px !important;
        padding: 4px 0 10px 0 !important;
    }
}

@media (max-width: 1024px) {

    .preorders-thumbnail h2,
    .playsoftheweek h2,
    .preorders-thumbnail h3,
    .playsoftheweek h3,
    .service h3 {
        font-size: 18px !important;
    }

    section .common-p-head,
    div .common-p-head,
    #about p.common-p-head,
    .hm-content p.common-p-head {
        font-size: 16px !important;
    }

    .playsoftheweek h3, .service h3, #news_title {
        font-size: 18px !important;
    }

    .preorders-thumbnail:hover .more {
        font-size: 26px;
        line-height: 30px;
        padding: 0 10px;
    }

    .adv-main .mask h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {

    .preorders-thumbnail h2,
    .playsoftheweek h2,
    .preorders-thumbnail h3,
    .playsoftheweek h3,
    .service h3 {
        font-size: 16px !important;
    }

    .playsoftheweek h3, .service h3, #news_title {
        font-size: 16px !important;
    }

    section .common-p-head,
    div .common-p-head,
    #about p.common-p-head,
    .hm-content p.common-p-head {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .preorders-thumbnail:hover .more {
        font-size: 24px;
    }

    .adv-main .mask h2 {
        font-size: 24px;
    }
}