@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-25 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@font-face {
    font-family: 'Castrol Sans';
    src: url('../font/CastrolSansConRegularMod.woff2') format('woff2'), url('../font/CastrolSansConRegularMod.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Castrol Sans Condensed';
    src: url('../font/CastrolSansCon-Regular.woff2') format('woff2'), url('../font/CastrolSansCon-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Castrol Sans Condensed';
    src: url('../font/CastrolSansCon-Medium.woff2') format('woff2'), url('../font/CastrolSansCon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.was-validated .form-control:invalid {
    border-color: #F00023;
    background-image: none;
}

.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.invalid-tooltip {
    font-size: 12px;
    line-height: 1.1;
    padding: 0;
    font-weight: 400;
    position: relative;
    color: #F00023;
    background-color: transparent;
    margin-top: 5px;
}

.form-group label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .form-group label {
        font-size: 18px;
    }
}

input.form-control {
    width: 100%;
    color: #000000 !important;
    display: block;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
}

input.form-control:focus {
    border: 1px solid #d7d7d7;
}

input.form-control:-moz-placeholder {
    color: #000;
}

input.form-control::-moz-placeholder {
    color: #000;
}

input.form-control:-ms-input-placeholder {
    color: #000;
}

input.form-control::-webkit-input-placeholder {
    color: #000;
}

@media (min-width: 992px) {
    input.form-control {
        font-size: 18px;
        height: 52px;
        line-height: 52px;
    }
}

textarea.form-control {
    width: 100%;
    color: #000000 !important;
    display: block;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100px;
    border: 1px solid #e7e7e7;
}

textarea.form-control:focus {
    border: 1px solid #d7d7d7;
}

textarea.form-control:-moz-placeholder {
    color: #000;
}

textarea.form-control::-moz-placeholder {
    color: #000;
}

textarea.form-control:-ms-input-placeholder {
    color: #000;
}

textarea.form-control::-webkit-input-placeholder {
    color: #000;
}

@media (min-width: 992px) {
    textarea.form-control {
        font-size: 18px;
    }
}

/*checkbox*/
.custom-checkbox {
    position: relative;
    display: block;
    min-height: 23px;
    padding-left: 20px;
}

.custom-checkbox .custom-control-label {
    margin-left: 10px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
}

.custom-checkbox .custom-control-label a {
    color: inherit;
    text-decoration: underline;
}

.custom-checkbox .custom-control-label:before {
    display: none;
    font-family: 'fontello';
    content: '\e81a';
    background-color: #009343 !important;
    width: 18px;
    height: 18px;
    left: -29px;
    top: 5px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    border: 1px solid #009343 !important;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    z-index: 1;
}

.custom-checkbox .custom-control-label:before:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-label:after {
    display: block;
    content: '';
    border: 1px solid #B7B7B7;
    background: none !important;
    width: 18px;
    height: 18px;
    left: -29px;
    top: 5px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-label:after:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-radio {
    position: relative;
    display: block;
    min-height: 23px;
    padding-left: 15px;
}

.custom-radio .custom-control-label {
    margin-left: 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-radio .custom-control-label a {
    color: inherit;
    text-decoration: underline;
}

.custom-radio .custom-control-label:focus:after,
.custom-radio .custom-control-label:focus:before {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-radio .custom-control-label:before {
    border-color: #000000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-control-input[type="radio"]:checked ~ .custom-control-label::before {
    background-color: #009343;
    border-color: #009343;
}

.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
    border-color: #F00023 !important;
}

.custom-select {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 0.375rem 15px 0.375rem 15px;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    font-family: 'Arial', sans-serif;
    background: #fff url('../images/select_arrow.png') no-repeat right 10px center;
    background-size: 15px 8px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
}

.custom-select option:disabled {
    display: none;
}

.custom-select option:hover {
    background-color: #009343 !important;
}

.custom-select:focus {
    border: 1px solid #d7d7d7;
}

@media (min-width: 992px) {
    .custom-select {
        font-size: 18px;
        height: 52px;
        line-height: 52px;
        padding: 0.12rem 15px;
    }
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: #fff url('../images/select_arrow.png') no-repeat right center;
}

.custom-select.valid,
.was-validated .custom-select:valid {
    background: #fff url('../images/select_arrow.png') no-repeat right center;
}

.alert {
    font-size: 16px;
}

.alert-success {
    color: #009343;
}

.upload {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    color: #000000;
    border: 1px solid #e7e7e7;
    background-color: #fff;
}

@media (min-width: 992px) {
    .upload {
        font-size: 18px;
        height: 52px;
        line-height: 52px;
    }
}

.upload .file-chosen {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 0 15px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upload .bt-browse {
    background-color: #009343;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    height: 100%;
    cursor: pointer;
}

.upload .bt-browse:hover {
    background-color: #16bc50;
}

/* GLOBALS */
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: 0;
}

button,
input,
select,
textarea {
    outline: none !important;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

strong {
    font-weight: 700 !important;
}

img {
    max-width: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

/*::-webkit-scrollbar{
  background-color: #000;
}
::-webkit-scrollbar-thumb{
  background-color: @green;
}*/
.full-right {
    position: relative;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .full-right {
        margin-left: calc(-100vw / 2 + 510px / 2);
        margin-right: calc(-100vw / 2 + 510px / 2);
    }
}

@media (min-width: 768px) {
    .full-right {
        margin-left: calc(-100vw / 2 + 690px / 2);
        margin-right: calc(-100vw / 2 + 690px / 2);
    }
}

@media (min-width: 992px) {
    .full-right {
        margin-left: 0;
        margin-right: calc(-100vw / 2 + 930px / 2);
    }
}

@media (min-width: 1200px) {
    .full-right {
        margin-left: 0;
        margin-right: calc(-100vw / 2 + 1110px / 2);
    }
}

@media (min-width: 1400px) {
    .full-right {
        margin-left: 0;
        margin-right: calc(-100vw / 2 + 1370px / 2);
    }
}

.full-left {
    position: relative;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .full-left {
        margin-left: calc(-100vw / 2 + 510px / 2);
        margin-right: calc(-100vw / 2 + 510px / 2);
    }
}

@media (min-width: 768px) {
    .full-left {
        margin-left: calc(-100vw / 2 + 690px / 2);
        margin-right: calc(-100vw / 2 + 690px / 2);
    }
}

@media (min-width: 992px) {
    .full-left {
        margin-right: 0;
        margin-left: calc(-100vw / 2 + 930px / 2);
    }
}

@media (min-width: 1200px) {
    .full-left {
        margin-right: 0;
        margin-left: calc(-100vw / 2 + 1110px / 2);
    }
}

@media (min-width: 1400px) {
    .full-left {
        margin-right: 0;
        margin-left: calc(-100vw / 2 + 1370px / 2);
    }
}

.castrol-top-bar {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
}

@media (max-width: 1199px) {
    .castrol-top-bar {
        height: 60px;
    }

    .castrol-top-bar .container {
        max-width: 100%;
    }
}

.castrol-top-bar .container {
    position: relative;
}

.castrol-top-bar .logo-header {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.castrol-top-bar .logo-header .logo {
    height: 40px;
    margin-right: 40px;
    width: auto;
}

@media (max-width: 1199px) {
    .castrol-top-bar .logo-header .logo {
        height: 30px;
    }
}

@media (max-width: 1199px) {
    .castrol-top-bar .logo-header {
        height: 60px;
    }
}

@media (max-width: 1199px) {
    .castrol-top-bar {
        position: fixed;
        top: 0;
    }
}

.header-menu {
    background-color: #008e3f;
    color: #fff;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0 0;
}

@media (max-width: 1199px) {
    .header-menu {
        position: fixed;
        right: 0;
        top: 60px;
        bottom: 0;
        background-color: #009343;
        width: 320px;
        font-size: 20px;
        font-weight: 400;
        padding: 20px 10px;
        overflow-y: auto;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 1200px) {
    .header-menu .main-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        font-size: 16px;
    }
}

.header-menu .main-menu .link {
    position: relative;
}

@media (min-width: 1200px) {
    .header-menu .main-menu .link {
        margin-left: 15px;
    }
}

.header-menu .main-menu .link > span {
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    .header-menu .main-menu .link > span {
        padding: 10px 0;
        margin: 0;
    }
}

.header-menu .main-menu .link a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none !important;
    padding-bottom: 10px;
}

@media (max-width: 1199px) {
    .header-menu .main-menu .link a {
        padding: 10px 0;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .header-menu .main-menu .link:hover:before,
    .header-menu .main-menu .link.active:before {
        display: block;
        content: '';
        width: 100%;
        height: 5px;
        background-color: #F00023;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .header-menu .main-menu .link:hover .menu-dropdown {
        display: block;
    }
}

@media (max-width: 1199px) {
    .header-menu .main-menu .link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media (max-width: 1199px) {
    .header-menu .main-menu .link.opened .menu-dropdown {
        display: block !important;
    }

    .header-menu .main-menu .link.opened .m-open {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

.header-menu .main-menu .menu-dropdown {
    display: none;
}

.header-menu .main-menu .menu-dropdown a {
    padding-bottom: 2px;
    margin-bottom: 10px;
    display: table;
}

@media (min-width: 1200px) {
    .header-menu .main-menu .menu-dropdown {
        position: absolute;
        right: 0;
        width: 200px;
        top: 100%;
    }

    .header-menu .main-menu .menu-dropdown .inner {
        background-color: #EBF0F0;
        padding: 20px 20px 10px;
    }

    .header-menu .main-menu .menu-dropdown .inner a {
        color: #000;
        text-decoration: none !important;
    }

    .header-menu .main-menu .menu-dropdown .inner a:hover {
        color: #009343;
        text-decoration: none !important;
    }
}

@media (max-width: 1199px) {
    .header-menu .main-menu .menu-dropdown .inner {
        padding: 0px 20px 10px;
    }
}

.header-menu .main-menu .m-open {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 45px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    color: #fff;
    height: 45px;
    line-height: 45px;
}

@media (min-width: 1200px) {
    .header-menu .main-menu .m-open {
        display: none;
    }
}

.header-menu .main-menu .m-open i {
    font-size: 20px;
}

.header {
    z-index: 100;
    background-color: #fff;
    font-size: 16px;
}

.header .nav-toggle {
    height: 44px;
    line-height: 34px;
    cursor: pointer;
    width: 30px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header .nav-toggle span,
.header .nav-toggle span:after,
.header .nav-toggle span:before {
    left: 7px;
    top: 22px;
    height: 2px;
    width: 24px;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #009343;
}

.header .nav-toggle span:after {
    left: 0;
    top: -8px;
}

.header .nav-toggle span:before {
    left: 0;
    top: 9px;
}

@media (min-width: 1200px) {
    .header .nav-toggle {
        display: none;
    }
}

.mobile-menu-opened {
    display: block;
    height: 100% !important;
    overflow: hidden !important;
}

.mobile-menu-opened .nav-toggle span {
    background: transparent;
}

.mobile-menu-opened .nav-toggle span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
}

.mobile-menu-opened .nav-toggle span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 0;
}

.mobile-menu-opened .header-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

footer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    background-color: #fff;
    color: #000000;
    padding: 20px 0 30px;
    font-family: "Castrol Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-top: 10px solid #009343;
}

@media (min-width: 1200px) {
    footer {
        padding: 30px 0 30px;
    }
}

footer a {
    color: #009343;
}

footer a:hover {
    color: #F00023;
}

footer .links {
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    footer .links {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 0 10px 10px 0;
    padding: 0;
}

footer .bt-top {
    width: 40px;
    height: 30px;
    color: #009343;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #000000;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    min-height: 100%;
    background-color: #F7F5F6;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    line-height: 1.4;
}

@media (min-width: 1500px) {
    body {
        font-size: 1.05rem;
    }
}

.main-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1199px) {
    .main-wrapper {
        padding-top: 60px;
    }
}

strong {
    font-weight: 700;
}

.color-black,
a.color-black {
    color: #000000;
}

.color-green,
a.color-green {
    color: #009343 !important;
}

.color-red,
a.color-red {
    color: #F00023 !important;
}

.color-white,
a.color-white {
    color: #fff !important;
}

.color-grey,
a.color-grey {
    color: #939393 !important;
}

a:hover {
    text-decoration: underline;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Castrol Sans Condensed', sans-serif;
}

h3 {
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    h3 {
        font-size: 28px;
    }
}

h4 {
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

@media (min-width: 992px) {
    h4 {
        font-size: 1.4rem;
    }
}

.section-pt {
    padding-top: 40px;
}

@media (min-width: 992px) {
    .section-pt {
        padding-top: 60px;
    }
}

.section-pb {
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .section-pb {
        padding-bottom: 60px;
    }
}

.buton {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    cursor: pointer;
    display: inline-block;
    background-color: #009343;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none !important;
    border: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
    font-weight: 400;
    width: 200px;
    max-width: 100%;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .buton {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .buton {
        width: 100%;
    }
}

.buton:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.buton:hover {
    background-color: #16bc50;
    color: #fff;
}

.buton.bt-red {
    background-color: #F00023;
    color: #fff;
}

.buton.bt-red:hover {
    background-color: #f52844;
    color: #fff;
}

.buton.bt-white {
    background-color: #fff;
    color: #009343;
}

.buton.bt-white:hover {
    background-color: #eeeeee;
    color: #F00023;
}

.buton.bt-small {
    font-size: 0.9rem;
    padding: 0.45rem 1.5rem;
    width: auto;
}

.buton:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.section-title {
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #009343;
    display: table;
    /*&:before{
          display: block;
          content: '';
          width: 30%;
          border-top: 1px solid #000;
      }*/
}

@media (min-width: 768px) {
    .section-title {
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .section-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

.section-title h1 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.section-home {
    background-size: cover !important;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .section-home {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}

.section-home .form-login {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin: 0 auto;
}

.section-home .form-login input.form-control {
    width: 100%;
    color: #009343 !important;
    display: block;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 0 15px;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 400;
    border: none;
    background-color: #fff !important;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .section-home .form-login input.form-control {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
}

.section-home .form-login input.form-control:focus {
    border: 1px solid #d7d7d7;
}

.section-home .form-login input.form-control:-moz-placeholder {
    color: #16bc50;
}

.section-home .form-login input.form-control::-moz-placeholder {
    color: #16bc50;
}

.section-home .form-login input.form-control:-ms-input-placeholder {
    color: #16bc50;
}

.section-home .form-login input.form-control::-webkit-input-placeholder {
    color: #16bc50;
}

.section-home .form-login .bt-login {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    cursor: pointer;
    display: inline-block;
    background-color: #009343;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
}

@media (min-width: 992px) {
    .section-home .form-login .bt-login {
        font-size: 22px;
        height: 60px;
        line-height: 60px;
    }
}

@media (min-width: 1200px) {
    .section-home .form-login .bt-login {
        width: 200px;
    }

    .section-home .form-login .bt-login:hover {
        background-color: #F00023;
        color: #fff;
        width: 100%;
    }
}

.section-home .form-login .link {
    font-family: 'Castrol Sans Condensed', sans-serif;
    color: #fff;
}

.section-home .form-login .link:hover {
    color: #F00023;
}

.section-home .logo-castrol-win {
    mix-blend-mode: multiply;
}

@media (max-width: 991px) {
    .section-home .logo-castrol-win {
        display: block;
        margin: 0 auto;
        width: 120px;
    }

    .section-home .cupa {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
}

#canvas_confeti {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (max-width: 1199px) {
    #canvas_confeti {
        display: none;
    }
}

.hdashline {
    border-bottom: 1px dashed #009343;
}

.pagination {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin-right: 3px;
}

.pagination .page-item.active .page-link {
    background-color: #009343;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination .page-link {
    background-color: #999999;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination .page-link:hover {
    background-color: #16bc50;
}

.pagination .page-link.arrow {
    background-color: transparent;
    color: #009343;
}

.articol h2,
.articol h3,
.articol h4 {
    margin-bottom: 20px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .articol img {
        margin: 0 30px 30px 30px;
    }
}

@media (max-width: 991px) {
    .articol img {
        float: none !important;
        margin: 0 0 30px 0;
    }
}

.articol a {
    color: #009343;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader img {
    width: 100px;
}

.custom-table {
    margin-bottom: 15px;
    font-smooth: always;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
}

.custom-table .row {
    margin: 0;
}

@media (max-width: 991px) {
    .custom-table .row {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.custom-table .lab {
    font-size: 90%;
    font-family: 'Castrol Sans Condensed', sans-serif;
    color: #808080;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .custom-table .lab {
        display: none;
    }
}

.custom-table .head {
    text-transform: uppercase;
}

.custom-table .head .coloana {
    font-family: 'Castrol Sans Condensed', sans-serif;
}

@media (max-width: 991px) {
    .custom-table .head {
        display: none;
    }
}

.custom-table .data-row {
    margin-bottom: 2px;
    background-color: #fff;
}

.custom-table .data-row .coloana {
    background-color: #fff;
}

.custom-table .coloana {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Castrol Sans Condensed', sans-serif;
}

.custom-table .coloana:nth-child(1) {
    text-align: left;
}

.custom-table .coloana:nth-child(1) .input-table {
    text-align: left;
}

@media (min-width: 992px) {
    .custom-table .coloana {
        text-align: center;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .custom-table .coloana .input-table {
        text-align: center;
    }
}

.custom-table .input-table {
    background-color: transparent !important;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    width: 100%;
    color: #000000;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e7e7e7;
    font-family: 'Arial', sans-serif;
    padding: 0 10px;
}

.custom-table .input-table:focus {
    border: 1px solid #d7d7d7;
}

.custom-table .input-table:disabled {
    border: none !important;
    padding: 0;
    height: auto;
    line-height: 1;
    color: #000000 !important;
}

.custom-table .input-table:disabled.strong {
    font-weight: 700;
}

.tabs .tab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E8E8E8;
    color: #009343;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-size: 14px;
    height: 50px;
    line-height: 1.1;
}

@media (min-width: 576px) {
    .tabs .tab {
        font-size: 18px;
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .tabs .tab {
        font-size: 22px;
        height: 80px;
    }
}

.tabs .tab:hover {
    background-color: #16bc50;
    color: #fff;
}

.tabs .tab.active {
    background-color: #009343;
    color: #fff;
}

.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px;
}

.checkbox input {
    position: absolute;
    left: -10000px;
    visibility: hidden;
}

.checkbox input:checked + span:before {
    content: '\e81a';
    border: 1px solid #009343 !important;
    color: #fff;
    background-color: #009343 !important;
}

.checkbox span {
    display: block;
    position: relative;
    padding-left: 20px;
    min-height: 20px;
}

.checkbox span:before {
    font-family: 'fontello';
    font-size: 14px;
    line-height: 20px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    color: #000;
    background-color: #b7b7b7;
}

.baner-total-puncte {
    background-color: #009343;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.baner-total-puncte .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url("../images/cupa_total.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 400;
    background-position: center right -50px;
    height: 120px;
    padding: 30px;
}

@media (min-width: 768px) {
    .baner-total-puncte .content {
        background-position: center right -50px;
        height: 200px;
    }
}

@media (min-width: 992px) {
    .baner-total-puncte .content {
        background-position: center right;
        height: 250px;
    }
}

.baner-total-puncte .content .lab {
    font-size: 1rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .baner-total-puncte .content .lab {
        font-size: 2rem;
    }
}

.baner-total-puncte .content .puncte {
    font-size: 3rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .baner-total-puncte .content .puncte {
        font-size: 6rem;
    }
}

@media (min-width: 992px) {
    .baner-total-puncte .content .puncte {
        font-size: 8rem;
    }
}

.disclaimer {
    background-color: #fff;
    padding: 20px 15px;
}

.form-search {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 300px;
    max-width: 100%;
}

.form-search .input-seearch {
    width: 100%;
    color: #000000 !important;
    display: block;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    background-color: #fff;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.form-search .input-seearch:-moz-placeholder {
    color: #cdcdcd;
}

.form-search .input-seearch::-moz-placeholder {
    color: #cdcdcd;
}

.form-search .input-seearch:-ms-input-placeholder {
    color: #cdcdcd;
}

.form-search .input-seearch::-webkit-input-placeholder {
    color: #cdcdcd;
}

@media (min-width: 992px) {
    .form-search .input-seearch {
        font-size: 18px;
        height: 52px;
        line-height: 52px;
    }
}

.form-search .bt-search {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #009343;
}

@media (min-width: 992px) {
    .form-search .bt-search {
        font-size: 18px;
        height: 52px;
        line-height: 52px;
    }
}

.reg-entry {
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

.reg-entry.attention {
    border: 1px solid #F00023;
}

.reg-entry.valid {
    border: 1px solid #009343;
}

.reg-entry .reg-header {
    padding: 15px 15px 10px 15px;
    position: relative;
    cursor: pointer;
    font-size: 17px;
}

.reg-entry .reg-header .arrow {
    color: #000000;
    height: 35px;
    width: 35px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.reg-entry .reg-header .arrow:before {
    display: block;
    font-family: 'fontello';
    content: '\e803';
}

.reg-entry .reg-header.collapsed .arrow:before {
    content: '\e800';
}

.reg-entry .details {
    padding: 0 15px;
}

@media (max-width: 550px) {
    .reg-entry .details {
        padding: 0 15px;
    }
}

.form-group .lab {
    font-family: 'Castrol Sans Condensed', sans-serif;
}

.baner-premii {
    position: relative;
}

.baner-premii .title {
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .baner-premii .title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .baner-premii .title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .baner-premii .title {
        font-size: 60px;
    }
}

.premiu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.premiu-item .content {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 15px;
}

.premiu-item .buton {
    padding: 0.6rem 0.9rem;
    width: auto;
    font-size: 1rem;
}

.premiu-item .image {
    background-color: #fff;
    text-align: center;
}

.premiu-item.selected {
    border: 3px solid #009343;
}

.item-quantity-bloc {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    padding: 0 0 0 5px;
}

@media (min-width: 768px) {
    .item-quantity-bloc {
        max-width: 200px;
    }
}

.item-quantity-bloc .lab {
    color: #828282;
    font-weight: 600;
    font-size: 14px;
}

.item-quantity-bloc .item-quantity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    width: 100px;
    overflow: hidden;
    padding: 0 3px;
}

.item-quantity-bloc .item-quantity .btn-q {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #a7a7a7;
    width: 40px;
}

.item-quantity-bloc .item-quantity .input-qty {
    width: 50px;
    font-size: 19px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #000;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border: none;
    font-weight: 600;
}

.sticky-purchase {
    background-color: #009343;
    padding: 10px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    color: #fff;
    font-family: 'Castrol Sans Condensed', sans-serif;
    font-size: 19px;
}

.sticky-purchase strong {
    font-weight: 500 !important;
}

@media (max-width: 576px) {
    .sticky-purchase .row > * {
        text-align: center;
        max-width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

/* Modal Accept */
#modalAcord {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
#modalAcord .title-xl br {
    display: none;
}
#modalAcord .login-form-box-wrapper {
    background-color: rgba(0,147,67,0.9);
    position: absolute;
    left: 35%;
    top: 25%;
    margin: 0;
    width: 650px;
    max-width: 100%;
    padding: 20px 30px;
}
@media (max-width: 768px) {
    #modalAcord .login-form-box-wrapper {
        left: 0;
        top: 20%;
        width: 100%;
    }
}
#modalAcord .login-form-box-wrapper a {
    color: #FFFFFF;
}
#modalAcord .login-form-box-wrapper a:hover {
    text-decoration: underline !important;
}
#modalAcord .login-form-box-wrapper .form-check-label {
    padding-top: 3px;
}
#modalAcord .login-form-box-wrapper .buton {
    width: 200px;
}

