@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
}

root { 
    display: block;
}

html{
    font-size: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
    background: #fff;
    color: #111;
    margin-top: 3.4rem;
}


::-moz-selection {
    background: rgba(100,100,100,0.4);
    text-shadow: none;
}

::selection {
    background: rgba(100,100,100,0.4);
    text-shadow: none;
}

input::-webkit-input-placeholder {
    color: #ccc!important;
}
input:-moz-placeholder {
    color: #ccc !important;
}
input::-moz-placeholder {
    color: #ccc !important;
}
input:-ms-input-placeholder {
    color: #ccc !important;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

a{
    color: #c92127;
    text-decoration: none;
    outline-width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{

    color: #ed2e34;
}

p{
}

strong{
}

h1,h2,h3,h4,h5,h6{
}

.container-fluid.ws-container{
    max-width: 90rem;
}


.fancy {
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color:  #c92127;
}

.fancy span {
    display: inline-block;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid rgba(60,60,60,0.1);
    top: 0.5em;
    width: 40rem;
}

.fancy span:before {
    right: 100%;
}
.fancy span:after {
    left: 100%;
}

.list-custom{
    list-style: none;
    list-style-position: inside;
}

.list-custom > li{
    position: relative;
    padding-left: 2.5rem;
    padding-top: 0.4rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.list-custom > li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: "LineAwesome";
    content: "\f17e";
    padding-right: 0.5rem;
    color: #ed1941;
    font-size: 2rem;
}


.main-content{
}

.main-content ul li{
    list-style-position: inside;
}

.text-lead{
    font-size: 120%;
}

.article-ul ul{
    list-style: none;
}

.article-ul ul li::before {
    content: "■";
    color: #e91c24;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 140%;
}

.ws-img-responsive{
    display: block;
    width: 100%;
    max-width: 40rem;
    margin: 1rem auto;
}

.section{
    background: #fff;
    position: relative;
    padding: 3rem 0;
}

.section-title{
    background: #eee;
    text-align: center;
    padding: 2rem 0rem 1.6rem 0;
    color:  #111;
}

.section-light{
    background: #fff;
    color: #000;
}

.section-dark{
    background: #222;
}

.lead-intro, .narrow-block{
    padding: 1rem;
    display: block;
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}

.lead-intro h1{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.lead-intro p{
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
    text-align-last: center;
}

.promo-img{
    max-height: 20rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.narrow-block h1,.narrow-block h2, .narrow-block h3{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.narrow-block p{
    text-align: justify;
    text-align-last: center;
}

.text-center{
    text-align: center;
}

.text-justify-center{
    text-align: justify;
    text-align-last: center;
}

.highlight{
    background: #c92127;
    color: #fff;
    display: inline-block;
    padding: 0.1em 0.3em;
}

.h-100{
    height: 100% !important;
}

.banner{
    display: block;
    width: 100%;
}

.banner-img{
    display: block;
    width: 100%;
    height: 40rem;
    object-fit: cover;
}

.main-header{
    display: block;
    width: 100%;
    background: #e72027;
    transition: all 0.5s ease-in-out;
}

.main-header.nb-collapsed{
}

.logo-container{
    width: 50%;
    background: #fff;
    min-height: 3.4rem;

}



.logo-container > a.main-logo{
    width: 50%;
    max-width: 10rem;
    padding: 0.5rem;
    margin-right: 1rem;
}

.logo-container > a.main-logo > img{
    display: block;
    width: 100%;
}


.languages > a{
    padding: 0.2rem;
    margin: 0.2rem;
    width: 2.3rem;
    text-align: center;
    display: inline-block;
    border: 2px solid #000;
    background: #fff;
    text-decoration: none;
    outline-width: 0;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

.languages > a:hover{
    background: #000;
    color: #fff;
}

.languages > a.lang-active{
    background: #e72027;
    color: #fff;
    border-color: #e72027;
}

.navbar{
    background: none;
    padding: 0;
}

.navbar-nav{
    text-align: right;
    padding: 0 1rem;
    background: #000;
}

.navbar-dark .navbar-nav .nav-link{
    font-size: 1.2rem;
    color: #ccc;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link.active-link{
    font-weight: 600;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    min-height: 3.4rem;
    background: #000 !important;
}
.navbar-toggler:active,.navbar-toggler:focus{
    text-decoration: none;
    outline: none;
}

.icon-bar {
    width: 28px; 
    height: 4px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 3px
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 15% 15%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0deg);
}

.social-icons{
    text-align: left;
}


a.icon-link, a.fb-link{
    font-size: 1rem;
    display: inline-block;
    text-decoration: none;
    outline-width: 0;
    color: #fff;
    font-weight: 300;
    padding: 0.2rem;
    margin: 0.2rem;
    white-space: nowrap;
}

a.icon-link:hover{
    color: #fff;
}

a.icon-link > img, a.fb-link > img{
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
}

a.icon-link > span{
    display: none;
}

.home-category{
    width: 100%;
    display: block;
}

.hc-cover{
    display: block;
    width: 100%;
    overflow: hidden;
}

.hc-bg-dk{
    background: #333;
}

.hc-bg-light{
    background: #eee;
}

.hc-img{
    display: block;
    width: 100%;
    height: 24rem;
    object-fit: cover;
}

.hc-desc{
    position: relative;
}

.hc-desc-content{
    padding: 2rem;
    display: block;
}

.hc-desc-content > p{
    padding: 0 0 1rem 0;
    margin: 0;
    text-align: justify;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.2em;
}

.hc-title{
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    font-weight: 500;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2rem;
    color: #000;
    letter-spacing: 0.1em;
}

.hc-title > small{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #000;
    text-transform: none;
}

.hc-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 0.3rem;
    position: relative;
    bottom: -0.75rem;
    background: #e91c24;
    transition: width .3s ease-in-out;
}

.parallax{
    display: block;
    width: 100%;
}

.parallax-container{
    position: relative;
}

.parallax-text{
    position: absolute;
    bottom: 20%;
    right: 0;
    left: 0;
    z-index: 99;
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    background: #fff;
    color: #002a42;
    padding: 1rem;
}

.ws-blockquote{
    display:block;
    background: #fff;
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    text-align: justify;
}

.ws-blockquote::before{
    content: "\201C"; 
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: bold;
    color: #e2e6ea;
    position: absolute;
    left: 0px;
    top:12px;
}

.ws-blockquote-footer{
    display: block;
    width: 100%;
    border-top: 1px solid #e2e6ea;
    padding-top: 12px;
    color: #6c757d;
}

.ws-blockquote-footer::before {
    content: "\2014 \00A0";
}


.prod-intro{
    display: block;
    width: 100%;
}


.ws-table{
    display: table;
    border-collapse: collapse;
    width: 100% !important;
    color: #555;
    padding: 0;
    margin: 0;
}

.ws-table thead th{
    padding: 0.5rem;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #111;
    background: #fff;
}

.ws-table tbody td {
    padding: 0.5rem;
    vertical-align: top;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #111;
}

.ws-table tbody td:first-child{
    white-space: nowrap;
}

.ws-table tbody{
}

.text-red{
    color: #e91c24;
}

.main-footer{
    padding: 2rem 0;
    background: #222;
    color: #bbb;
    text-align: center;
}

.main-footer h5{
    color: #fff;
}

.main-footer p{

}

.foo-links{
    list-style: none;
    text-align: center;
    padding: 1rem 0 2rem 0;
}

.foo-links li{
    display: inline-block;
    padding: .2rem 1rem;
}

.foo-links li > a{
    display: block;
    color: #bbb;
    color: rgba(255,255,255,0.8);
    padding: 0.1rem 0.5rem;
    text-decoration: none;
    outline-width: 0;
}

.foo-links li > a:hover{
    color: #fff;
}

.foo-logo{
    width: 180px;
    display: block;
    margin: 1rem auto;
}

.map-title{
    text-align: center;
    padding: 2rem 0;
    background: #e72027;
}

.map-title h4{
    color: #fff;
    padding: 0;
    margin: 0;
}

.map-title p{
    color: #fff;
    padding: 0;
    margin: 0;
}

#map-canvas{
    display: block;
    width: 100%;
    height: 30rem;
}

.prod-list{
    padding-top: 2rem;
}

.prod-list > div{
    padding: 0.5rem 1rem;

}

a.pl-link{
    background-color: #c92127;
    color:  #fff;
    padding: 1rem;
    font-size: 1.5rem;
    text-decoration: none;
    outline-width: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    height: 100%;
}

a.pl-link:hover{
    background-color: #ed2e34;
    color: #fff;
}

.pi-left img{
    display: block;
    width: 100%;
}


.img-cover{
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.brick-item{
    height: 100% !important;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.brick-item h3{
    color: #c92127;
    text-align: center;
}

.brick-item h4{
    text-align: center;
    font-size: 1.2rem;
    height: 4rem;
}

.brick-img{
    height: 8rem;
    display: block;
    margin: 0 auto;
}

.gallery-intro{
    display: block;
    width: 90%;
    margin: 3rem auto;
    vertical-align: middle;
}

.gi-item{
    border: 0.6rem solid #eee;
    overflow: hidden;
}

.gi-cover{
    width: 42%;
    float: left;
    height: 28rem;
}

.gi-right{
    float: right;
    width: 58%;
}

.gi-cover > .gi-item, .gi-cover > .gi-item > img, .gi-right > .gi-item, .gi-right > .gi-item > img{
    display: block;
    width: 100%;
}

.gi-cover > .gi-item > img{
    height: 30rem;
    object-fit: cover;
}

.gi-right > .gi-item > img{
    height: 12rem;
    object-fit: cover;
}

a.gi-btn{
    margin: 0.6rem;
    background:  #e72027;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    padding: 1.05rem 1rem;
    text-decoration: none;
    outline-width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.gi-btn:hover{
    -webkit-box-shadow: 0px 0px 0px 6px #fe020c; 
    box-shadow: 0px 0px 0px 6px #fe020c;
    background: #fe020c;
}

.gi-thumb > img{
    height: 10rem;
}

ul.ws-gallery{
    display: -ms-flexbox !important;
    display: flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: -0.25rem;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul.ws-gallery > li.gallery-item{
    width: 50%;
    display: block;
    padding: 0.25rem;
    height: 12rem;
    overflow: hidden;
}

ul.ws-gallery > li.gallery-item > a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

ul.ws-gallery > li.gallery-item > a > img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
ul.ws-gallery > li.gallery-item > a > img:hover{
    transform: scale(1.1);
}

.page-title{
    display: block;
    background: #333;
    padding: 1rem;
    color: #fff;
}

.page-title h1,.page-title h2, .page-title h3{
    padding: 0;
    margin: 0;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.page-title h1{
    font-size: 1.6rem;
    font-weight: 500;
}

.page-title h2{
    font-size: 1.4rem;
    font-weight: 500;
}

.page-title h3{
    font-size: 1rem;
    font-weight: 300;
}

@media (max-width: 440px){
    html{
        font-size: 80%;
    }
}


@media (min-width: 576px){
    .pi-left{
        width: 30%;
        padding-right: 1rem;
    }

    .pi-right{
        width: 70%;
    }

    .navbar-toggler{
        padding: 1.2rem;
    }

}

@media (min-width: 768px){


    .lead-intro, .narrow-block{
        padding: 2rem;
    }
    ul.ws-gallery > li.gallery-item{
        width: 33.333%;
    }



}


@media (min-width: 992px){

    body {
        margin-top: 7rem;
    }

    .main-header{
        background: #000;
    }

    .head-left{
        width: 50%;
    }

    .head-right{
        width: 50%;
    }

    .navbar-expand-lg .navbar-collapse{
        background: #000;
        width: 100% !important;
        text-align: right;
    }

    .page-title{
        padding: 2rem 1.5rem;
    }



    .logo-container{
        padding: 1rem;
        min-height: 7rem;
        transition: all 0.5s ease;
    }


    .logo-container > a.main-logo{
        width: 70%;
        max-width: 14rem;
        padding: 0.5rem;
        margin-right: 2rem;
        transition: all 0.5s ease;
    }

    .social-icons{
        width: 46%;
        min-height: 7rem;
        padding: 1.55rem 1rem;   
        background:  #e72027;
        text-align: left;
        transition: all 0.5s ease;
    }

    .main-header.nb-collapsed .logo-container{
        min-height: 4.2rem;
        padding: 0;
    }

    .main-header.nb-collapsed .logo-container > a.main-logo{
        max-width: 10rem;
    }

    .main-header.nb-collapsed .social-icons{
        min-height: 4.2rem;
        padding: 0.1rem 1rem;
        width: 48%;
    }

    a.icon-link{
        display: block;
        margin: 0.1rem;
        padding: 0.1rem;
    }

    a.icon-link > span{
        display: inline-block;
    }

    a.icon-link > .telnum{
        font-size: 1.2rem;
        font-weight: bolder;
    }

    a.fb-link > img{
        width: 2rem;
        height: 2rem;
    }

    .main-header.nb-collapsed .ws-nav{
        padding: 0.5rem 0 0.3rem 0;
    }
    ul.ws-gallery > li.gallery-item{
        width: 25%;
    }


}

@media (min-width: 1200px){

    .hc-desc,.hc-cover{
        width: 50%;
        float: left;
        height: 30rem;
        position: relative;
    }

    .hc-desc,.hc-cover,.hc-img{
        height: 36rem;
    }

    .home-category:nth-child(even) > .hc-desc, .home-category:nth-child(even) > .hc-cover{
        float: right;
    }

    .hc-desc-content{
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 3rem;
        text-align: justify;
        max-width: 50rem;
    }



    .home-category:nth-child(even) .hc-desc-content{
        right: 3rem;
    }

    .home-category:nth-child(odd) .hc-desc-content{
        left: 3rem;
    }


}

@media (min-width: 1440px){


}

/********* THEME ********/


.font-larger{
    font-size: 120%;
}

a.ws-btn {
    text-decoration: none;
    outline-width: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    background: #e72027;
    color: #fff;
    padding: 1rem 2rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1.2rem;
    letter-spacing: 0.05em;

}

a.ws-btn:hover {
    color: #fff !important;
    background-color: #ed2e34;
    padding-right: 3rem;
}

a.ws-btn:hover::after{
    font-family: 'FontAwesome';
    content: "\f178";
    display: inline-block;
    margin-left: 1rem;
    position: absolute;
    right: 1rem;
}



.bg-dark{
    background: #000 !important;
}

.btn{
}

hr.divider{
    background: transparent;
    border: none;
    border-top: 1px solid rgba(60,60,60,0.1);
    border-bottom: 1px solid rgba(60,60,60,0.1);
    height: 2px;
    width: 100%;
    display: block;
    margin: 3rem 0;
}