body,html{
    font-family: 'Arial'; 
}

.bold, .helf-bold, .helv-bold{
    font-family: 'Arial'; 
    font-weight: bold;
}
.fs-20{
    font-size: 20px;
}
.fs-34{
    font-size: 34px;
}
.fs-45{
    font-size: 45px;
}
.fs-40{
    font-size: 40px;
}
.fs-50{
    font-size: 50px;
}
.fs-55{
    font-size: 55px;
}
.pl-05{
    padding-left: 5px!important;
}
.pr-05{
    padding-right: 5px!important;
}
.pl-c05{
    padding-left: 5%!important;
}
.pr-c05{
    padding-right: 5%!important;
}
.px-30{
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.px-c05{
    padding-left: 5%!important;
    padding-right: 5%!important;
}
.px-c10{
    padding-left: 10%!important;
    padding-right: 10%!important;
}

.px-c03q{
    padding-left: 3.75%!important;
    padding-right:3.75%!important;
}
.px-c07h{
    padding-left: 7.5%!important;
    padding-right: 7.5%!important;
}
.px-c12h{
    padding-left: 12.5%!important;
    padding-right: 12.5%!important;
}
.px-c14{
    padding-left: 14%!important;
    padding-right: 14%!important;
}
.px-c35{
    padding-left: 35%!important;
    padding-right: 35%!important;
}
.px-45{
    padding-left: 45px;
    padding-right: 45px;
}
.px-20{
    padding-left: 20px!important;
    padding-right:20px!important;
}
.px-40{
    padding-left: 40px!important;
    padding-right:40px!important;
}
.px-100{
    padding-left: 100px!important;
    padding-right:100px!important;
}
.px-120{
    padding-left: 120px!important;
    padding-right:120px!important;
}
.px-150{
    padding-left: 150px!important;
    padding-right:150px!important;
}
.py-08{
    padding-top: 8px;
    padding-bottom: 8px;
}
.py-10{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.py-c12{
    padding-top:12%;
    padding-bottom: 12%;
}
.py-20{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.py-40{
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.pb-45{
    padding-bottom: 45px!important;
}
.pb-60{
    padding-bottom: 60px!important;
}
.pb-90{
    padding-bottom: 90px!important;
}
.pt-45{
    padding-top: 45px!important;
}
.pt-90{
    padding-top: 90px!important;
}
.mx-10{
    margin-left: 10px!important;
    margin-right:10px!important;
}
.mt-c05{
    margin-top:5%!important;
}
.mt-c10{
    margin-top:10%!important;
}
.my-20{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.my-c03{
    margin-top:3%;
    margin-bottom:3%;
}
.my-c06{
    margin-top:6%;
    margin-bottom:6%;
}
.my-c10{
    margin-top:10%;
    margin-bottom:10%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-80{
    width:80%;
}
.brdr-12{
    border-radius: 12px!important;
}
.brdr-22{
    border-radius: 22px!important;
}
.bg-mg-red{
    background-color: #e30613;
}
.text-mg-red{
    color:#e30613;
}

.bg-menu-item{
    background-color: transparent;
    background-image: url("../images/bg-mg-menu-itempng.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height:58px;
    width: 100%;
}
.bg-wood{
    background-color: transparent;
    background-image: url("../images/bg-mg-wood.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.bg-field{
    background-color: transparent;
    background-image: url("../images/bg-mg-field.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.imp-mg{
    border:2px solid white;
}
.card-img-top{
    max-height: 320px;
    width: auto;
}
.table-castigatori{
    font-size: 30px;
    border:4px solid #e30613;
}
.table-castigatori td, .table-castigatori th{
    border:4px solid #e30613;
}

#header {
    padding-left: 3%;
    padding-right: 3%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    height: 110px;
}

#header #logo #img-logo {
    padding: 0;
    margin: 0;
    width: 65%;
}

#nav-menu-container {
    margin: 0;
    margin-top:0px;
}

.navbar-nav, .navbar-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav>li {
    margin-left: 10px;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav li {
    position: relative;
    white-space: nowrap;
}
.navbar-nav, .navbar-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav a {
    padding: 0 15px 0px 15px;
    text-decoration: none;
    color:#2a367d;
    font-weight: 500;
    font-size: 21px;
    outline: none;
    margin: 0px;
    padding-top: 14px;
}
.navbar-nav a img{
    height:36px;
}
.navbar-nav a.iconHome{
    padding-right: 0px;
    height: 100%;
    padding: 0px;
    display: block;
}
#iconHome{
    margin-top:-2px;
}
.backgroundTransparent{
    background-color: transparent!important;
}

#header.header-scrolled {
    transition: all 0.5s;
    background: #fff;
}

#header.header-scrolled a{
}

.mainContainer{
    min-height: 85vh;
}

.mainContainer .container:first-child{
    min-height: 73.4vh;
}   

#home .bg-wood{
    padding-top:110px;
}

.slick .slick-next,
.slick .slick-prev{
    width:16px;
    height:30px;

}

.slick .slick-next:before{
    content: '';
    background-image:url(../images/next.png);
    width:16px;
    height:30px;
    display:block;
    background-size: cover;
}

.slick .slick-prev:before{
    content: '';
    background-image:url(../images/back.png);
    width:16px;
    height:30px;
    display:block;
    background-size: cover;
}
.datetimepicker-input,
.datetimepicker-input:focus,
.chosen-container-single .chosen-single,
.form-control{
    background-color: transparent;
    border-radius: 12px!important;
    border: 2px solid white;
    height: 51px;
    width:100%;
    color:white;
    font-size:18px;
    background-image:none!important;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border:0px;
    box-shadow: none;
    border-radius: 12px!important;
    border: 2px solid white;
}
.chosen-container-single .chosen-search input[type="text"],
.chosen-container .chosen-drop{
    border: 2px solid white;
}
.chosen-container .chosen-results li.highlighted{
    background-color:white!important;
    color:#e30613!important;
}
.chosen-container .chosen-results li{
    font-size:18px;
}
.chosen-container .chosen-drop{
    background-color:#e30613;
    color:white!important;
}
input{
    height:51px;
}
.chosen-container-single .chosen-single{
    padding: 10px 20px;
    font-size:18px;
}
.input-group-append{
    position: absolute;
    right: 0px;
    height: 51px;
}

::placeholder{
    color:white!important;
}

.chosen-container-single .chosen-single div{
    top:10px;
}

.containerCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0px;
    margin-top: 20px;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left:0px;
    top:0px;
    width: 25px;
    height: 24px;
    background-image: url(html/images/uncheck.png);
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
    background-color: #ccc;

}

/* When the checkbox is checked, add a blue background */
.containerCheckbox.checkboxPortocaliu input:checked ~ .checkmark {
    background-color: #f59100;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    width: 25px;
    height: 24px;
    background-image: url(html/images/check.png);
}

#codVerificare{
    padding-left:20px;
    width:100%;
}
input[type="submit"],
input[type="submit"]:hover{
    height:68px;
    cursor:pointer;
}

.gdprDiv, .gdprDiv p, .gdprDiv span{
    color: black!important;
}
.input-group-text{
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.logo-cora-div{
    margin-left: 10%;
}
@media screen and (max-width:1230px){
    .buton-inscrie-iar {
        font-size: 20px!important;
        padding-top:10px!important;
    }
    .navbar-nav li{
        display:block;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 0px;
        text-align: center;
    }
    .onlyMobile{
        display:inherit!important;
    }
    .onlyMobile.d-flex{
        display:flex!important;
    }
    .onlyDesktop, .onlyDesktop.d-flex{
        display:none!important;
    }
    #tabelCaptcha{
        width:100%;
    }
    .customImg{
        margin: 0 auto;
        display: block;
        margin-top:10px;
    }
    .p-0mobile{
        padding:0px!important;
    }
    .mt-10mobile{
        margin-top:10px!important;
    }

    .fs-40{
        font-size:35px!important;
    }

    #formular{
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .row-produse.bg-field{
        background-color: transparent;
        background-image: url("../images/bg-mg-wood.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .row-produse h2{
        color:#e30613!important;
    }
    .slick-produse img{
        max-width: 60%;
        display:block;
        margin: 0 auto;
    }

    footer .fs-26{
        font-size:18px;
    }
    footer ul .list-inline-item{
        display:block;
    }
    #codVerificare{
        width: 96%;
    }
    .padding0pxOnlyMobile{
        padding:0px!important;
    }
    #tabelCaptcha{
        text-align: left!important;
    }
    .bg-wood{
        background-image: url("../images/bg-mg-wood-mob.jpg?r=1");
        background-repeat: repeat-y;
    }
    .slick-height, .slick-height .slick-slider{
        height: 280px!important;
    }
    .slick-height img{
        display: block;
        max-height: 300px;
        width: auto!important;
        max-width: 100%!important;
    }
    #castigatori .fs-24{
        font-size:18px!important;
    }
    #castigatori .fs-20{
        font-size:14px!important;
    }
    #castigatori .table td, #castigatori .table th{
        padding:10px;
    }
    #castigatori th {
        border: 3px solid #e30613;
    }
    .logo-cora-div{
        margin-left:0px;
    }
}