body,html{
    font-family: 'Roboto', sans-serif;
}
.Roboto-Regular{
    font-weight: normal!important;
}
.AllerItalic{
    font-family: 'AllerItalic';
}
.Aller_Rg{
    font-family: 'Aller_Rg';
}
.DaltonMaagAllerBold{
    font-family: 'DaltonMaagAllerBold';
}
.HELVETICANEUELTPROCN{
    font-family: 'HELVETICANEUELTPROCN';
}
.HelveticaNeueROBold{
    font-family: 'HelveticaNeueROBold';
}
.HelveticaNeueRO{
    font-family: 'HelveticaNeueRO';
}

.bold, .helf-bold, .helv-bold{
}
.fixed-top{
    height:12vh;
}
.pos-re{
    position: relative;
}
.col-32{
    flex: 0 0 32%;
    max-width: 32%;
}
.bg-red{
    background-color: #d9061d;
}
.py-c03{
    padding-top:3%;
    padding-bottom: 3%;
}
.py-c15{
    padding-top:15%;
    padding-bottom: 15%;
}
.px-c17{
    padding-left:17%!important;
    padding-right:17%!important;
}
.row-nav{
    height: 12vh;
    background: rgb(220,6,30);
    background: linear-gradient(0deg, rgba(220,6,30,1) 30%, rgba(175,8,25,1) 100%);
}
.row-nav img{
    max-height: 90px;
    padding-top:10px;
    padding-bottom:10px;
}
.row-splash{
    height: 78vh;
    background-image: url("../images/campanie-arahide-3850x1583.jpg?r=1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 12vh;
}
.bg-gri{
    background-color: #F0F0F0;
}
.row-prod .card-img-top{
    background-color: #d9061d;
    max-height: 370px;
    width: auto;
    max-width: 100%;
}
footer{
    height:10vh;
}
.row-ft{
    background-color: #D9061D;
    color:white;
}
.row-ft a{
    color:white;
}
.row-ft a::hover{
    color:white;
}
.btn-pariticipa{
    background-color: white;
    padding:2% 8%;
    margin-bottom: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:black;
    font-weight: bold;
    /*font-size:24px;*/
    font-size:16px;
}
.btn-pariticipa::hover{
    color:black;
}

.slick img{
    margin: 0 auto;
    display:block;
}
/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}


.slick .slick-next,
.slick .slick-prev{
    width:80px;
    height:80px;
}
.slick .slick-prev{
    left:-15%;
}
.slick .slick-next{
    right:-15%;
}
.slick .slick-next:before{
    content: '';
    background-image:url(../images/next.svg);
    width:80px;
    height:80px;
    display:block;
    background-size: cover;
}

.slick .slick-prev:before{
    content: '';
    background-image:url(../images/back.svg);
    width:80px;
    height:80px;
    display:block;
    background-size: cover;
}
.slick-prev:before, .slick-next:before{
    opacity:1;
}

.slick-slide {
    outline: none
}

.slick-slide div {
    outline: none;
}
#sectiune-promotii,
#sectiune-promotii-incheiate{
    margin-bottom:-20px;
}

#sectiune-promotii .card-deck,
#sectiune-promotii-incheiate .card-deck{
    margin-left: -1%!important;
    margin-right:  -1%!important;
}

#sectiune-promotii .card-deck .card,
#sectiune-promotii-incheiate .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
}
