html,
body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'hypex-fonticons';
  src: url("/fonts/hypex-fonticons.eot?onkd70");
  src: url("/fonts/hypex-fonticons.eot?onkd70#iefix") format("embedded-opentype"), url("/fonts/hypex-fonticons.ttf?onkd70") format("truetype"), url("/fonts/hypex-fonticons.woff?onkd70") format("woff"), url("/fonts/hypex-fonticons.svg?onkd70#hypex-fonticons") format("svg");
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hy-cart:before {
    content: "\e928";
}
.hy-cart-alt:before {
content: "\e929";
}
.hy-cart-alt-empty:before {
content: "\e92a";
}

.hy-calc:before {
content: "\e930";
}

.hy-align-left:before {
    content: "\e926";
}

.hy-build:before {
    content: "\e927";
}

.hy-d-print:before {
    content: "\e900";
}

.hy-angle-bottom:before {
    content: "\e901";
}

.hy-angle-left:before {
    content: "\e902";
}

.hy-angle-right:before {
    content: "\e903";
}

.hy-angle-top:before {
    content: "\e904";
}

.hy-arrow-top-left:before {
    content: "\e905";
}

.hy-arrow-top-right:before {
    content: "\e906";
}

.hy-camera:before {
    content: "\e907";
}

.hy-check:before {
    content: "\e908";
}

.hy-checkbox:before {
    content: "\e909";
}

.hy-checkbox-empty:before {
    content: "\e90a";
}

.hy-close:before {
    content: "\e90b";
}

.hy-download:before {
    content: "\e90c";
}

.hy-edit:before {
    content: "\e90d";
}

.hy-email:before {
    content: "\e90e";
}

.hy-eye:before {
    content: "\e90f";
}

.hy-eye-off:before {
    content: "\e910";
}

.hy-facebook:before {
    content: "\e911";
}

.hy-file:before {
    content: "\e912";
}

.hy-info:before {
    content: "\e913";
}

.hy-minus:before {
    content: "\e914";
}

.hy-phone:before {
    content: "\e915";
}

.hy-plus:before {
    content: "\e916";
}

.hy-reload:before {
    content: "\e917";
}

.hy-save:before {
    content: "\e918";
}

.hy-search:before {
    content: "\e919";
}

.hy-send:before {
    content: "\e91a";
}

.hy-settings:before {
    content: "\e91b";
}

.hy-shopping-bag:before {
    content: "\e91c";
}

.hy-trash:before {
    content: "\e91d";
}

.hy-triangle-bottom:before {
    content: "\e91e";
}

.hy-triangle-left:before {
    content: "\e91f";
}

.hy-triangle-right:before {
    content: "\e920";
}

.hy-triangle-top:before {
    content: "\e921";
}

.hy-twitter:before {
    content: "\e922";
}

.hy-user:before {
    content: "\e923";
}

.hy-world:before {
    content: "\e924";
}

.hy-empty:before {
    content: "\2205";
}

.hy-youtube:before {
    content: "\e925";
}
.hy-user-alt:before {
	content: "\e92b";
}

.hy-product:before {
content: "\e931";
}

@media (min-width: 992px) {
    .container {
        max-width: 1170px;
    }
}

/*Spacings*/
.p-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.mt-12 {
    margin-top: 120px;
}

.mb-12 {
    margin-bottom: 120px;
}

.mt-6 {
    margin-top: 60px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.max-width {
    max-width: 280px;
}

/*Dividers*/
.divider.vertical {
    width: 4px;
    height: 100%;
    background-color: rgba(0, 83, 161, 0.33);
}

/*Background colors*/
.blue {
    background-color: #0053a1;
    color: #fff;
}

.blue-lighter {
    background-color: #deecf6;
}

.blue-gradient {
    background-color: #2c84c5;
    background-image: -moz-linear-gradient(top, #2c84c5 0%, #309ceb 100%) !important;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #2c84c5), color-stop(100%, #309ceb)) !important;
    background-image: -webkit-linear-gradient(top, #2c84c5 0%, #309ceb 100%) !important;
    background-image: -o-linear-gradient(top, #2c84c5 0%, #309ceb 100%) !important;
    background: -ms-linear-gradient(top, #2c84c5 0%, #309ceb 100%);
    background: linear-gradient(90deg, #2c84c5 0%, #309ceb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    color: #fff;
}

.gray-lighter {
    background-color: #ebebeb;
}

.black {
    background-color: #202020;
}

/*Flex*/
@media (max-width: 767px) {
    .row-sm-reverse {
        flex-direction: column-reverse;
    }
}

/*Text*/
body {
    font-size: 17px;
    line-height: 28px;
    color: #5b5b5b;
    letter-spacing: -0.5px;
    font-family: "Roboto Condensed", sans-serif;
    -webkit-font-smoothing: antialiased;
}

p.large {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #5b5b5b;
}

p.large-alt {
    font-size: 21px;
    line-height: 27px;
}

p.blue {
    color: #0053a1;
    background-color: transparent;
}

p.small {
    font-size: 14px;
    line-height: 16px;
    margin-top: 7px;
}

p.emphasis {
    color: #202020;
    font-size: 40px;
    line-height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
}

p.emphasis.blue {
    color: #0053a1;
    background-color: transparent;
}

p.emphasis strong {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

p.emphasis strong.stats {
    font-size: 80px;
    font-weight: 700;
    display: block;
    height: 62px;
}

p.emphasis strong.stats small {
    position: relative;
    top: -25px;
    font-size: 45px;
    font-weight: 700;
}

dl dt,
dl dd {
    display: inline-block;
    margin-bottom: 0;
}

/*Buttons and links*/
a {
    text-decoration-skip-ink: ink;
    color: #0053a1;
    transition: all 0.35s ease-in-out;
}

a:hover {
    text-decoration-skip-ink: ink;
}

a.btn-link {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0053a1;
    font-weight: 500;
}

a.btn-link i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.btn {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding: 13px 19px;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.35s ease-in-out;
    min-height: 45px;
    white-space: normal;
}

.btn i {
    margin-right: 0px;
    position: relative;
    right: 0px;
    margin-left: 0px;
    top: 2px;
    font-size: 22px;
    display: inline-block;
    line-height: 12px;
    transition: all 0.35s ease-in-out;
}

.btn i.hy-angle-left {
    right: inherit;
    left: -3px;
    margin-left: -7px;
}

.btn i.hy-angle-right {
    right: -10px;
    margin-left: -7px;
}

.btn:hover i.hy-angle-right {
    right: -13px;
}

.btn:hover i.hy-angle-left {
    left: -6px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 5px 15px;
    font-size: 15px;
    line-height: 22px;
    min-height: 35px;
}
.btn.btn-xs {
    padding: 5px 10px !important;
    font-size: 15px !important;
    line-height: 17px !important;
    min-height: 30px !important;
}

.btn.btn-primary {
    background-color: #0053a1;
    border-color: #0053a1;
    color: #fff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #00488b !important;
    border-color: #00488b !important;
    color: #fff !important;
}

.btn.btn-primary.disabled, .btn.btn-primary:disabled {
    pointer-events: none;
    background-color: #aaabac;
    opacity: 1;
    border-color: #aaabac;
}

.btn.btn-primary.active, .btn.btn-primary:active {
    box-shadow: none !important;
    background-color: #202020 !important;
    border-color: #202020 !important;
}

.btn.btn-primary.active:hover, .btn.btn-primary:active:hover {
    background-color: #000 !important;
}

.btn.btn-primary.btn-sm:hover {
    color: #fff !important;
}

.btn.btn-secondary {
    background-color: #ee1c3a;
    border-color: #ee1c3a;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
	color: #fff !important;
    background-color: #de1733 !important;
    border-color: #de1733 !important;
}

.btn.btn-secondary.btn-sm:hover {
    color: #fff;
}

.btn.btn-light {
    color: #0053a1;
    border-color: #e8e8f2;
    background-color: #fff;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-align: left;
    min-height: 48px;
    padding: 5px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.btn.btn-light:hover {
    background-color: #deecf6;
}

.btn.btn-light span {
    color: #aaaaaa;
    font-size: 12px;
    text-transform: none;
}

.btn.btn-light.download {
    position: relative;
    padding-left: 45px;
}

.btn.btn-light.download:before {
    position: absolute;
    left: 15px;
    font-size: 20px;
}

.btn.btn-success {
    background-color: #26bd4d;
    border-color: #26bd4d;
}

.btn.btn-success:hover {
    background-color: #20af45;
    border-color: #20af45;
}

.btn.download:before {
    content: "\e90c";
    margin-right: 15px;
    margin-left: -4px;
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.btn-outline {
    border: 2px solid #0053a1;
    min-height: 42px;
    color: #0053a1;
    background-color: #fff;
    line-height: 17px;
}

.btn.btn-outline i {
    line-height: 10px;
}

.btn.btn-outline:hover {
    background-color: #0053a1;
    color: #fff !important;
}

.btn.btn-outline:hover i {
    color: #fff;
}

.btn.btn-success:hover, .btn.btn-danger:hover {
  color: #fff !important;
}

.image-toggler {
    padding: 13px 0;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    display: block;
    white-space: nowrap;
}

.image-toggler i {
    position: relative;
    top: 2px;
}

.image-toggler span {
    display: block;
}

.image-toggler span i {
    margin-left: 5px;
}

.image-toggler span:first-child {
    display: none;
}

.image-toggler span:last-child {
    display: block;
}

.image-toggler.show span:first-child {
    display: block;
}

.image-toggler.show span:last-child {
    display: none;
}

.image-toggler:hover {
    color: #202020;
    text-decoration: none;
}

/*Placeholder*/
::-webkit-input-placeholder {
    color: #5b5b5b;
}

::-moz-placeholder {
    color: #5b5b5b;
}

:-ms-input-placeholder {
    color: #5b5b5b;
}

:-moz-placeholder {
    color: #5b5b5b;
}

/*Inputs*/
label {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

label.error {
    color: #ee1c3a;
}

label strong {
    color: #202020;
}

.form-control,
.custom-select,
.select-box {
    font-size: 15px;
    min-height: 48px;
    border-radius: 7px;
    line-height: 18px;
}

.form-control {
    padding: 4px 19px;
    border: 2px solid #5b5b5b;
    min-height: 46px;
}
textarea.form-control {padding: 13px 19px;}

.form-control.error {
    border-color: #ee1c3a !important;
}

.form-control:focus {
    border-color: #0053a1;
    box-shadow: none !important;
}

.form-control.thin {
    border: 1px solid #0053a1;
    min-height: 48px;
}

.form-control.thin:focus {
    color: #0053a1;
}

.form-control.blue {
    background-color: transparent;
    border-color: #0053a1;
    color: #0053a1;
}

.form-control.gray {
    background-color: transparent;
    border-color: #aaabac;
    color: #5b5b5b;
}

.form-control.flat {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #0053a1;
    font-weight: 700;
}

.form-control.flat:disabled {
    opacity: 1;
    color: #aaaaaa;
}

.input-group .form-control.thin {
    border-right: 0;
}

.input-group .btn-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #0053a1;
    border-left: 0;
    background-color: transparent;
}

.input-group .btn-icon i {
    color: #0053a1;
    margin-right: 5px;
}

/*Checkboxes*/
.checkbox {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-style: normal;
    font-size: 1em;
    cursor: pointer;
    margin: 0;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 6px;
    margin-left: -20px;
    margin-top: -5px;
    border: 2px solid #0053a1;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    margin-left: -20px;
    margin-top: -5px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
    box-shadow: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    background-color: #0053a1;
    content: " ";
    display: block;
    width: 2px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 5px;
    top: 3px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:checked:disabled + label::after {
	background-color: unset;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #0053a1;
}

.checkbox input[type="checkbox"]:checked + label {
    color: #0053a1;
    margin-bottom: 0;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
}

.checkbox input[type="checkbox"]:disabled + label:before {
    background-color: gray;
    cursor: default;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

/*Radios*/
.radio {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    margin-left: -20px;
    margin-top: -5px;
    border: 2px solid #0053a1;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 3px;
    top: 8px;
    margin-left: -20px;
    margin-top: -5px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio input[type="radio"]:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #0053a1;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #0053a1;
}

.radio input[type="radio"]:checked + label {
    color: #0053a1;
    margin-bottom: 0;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
    margin-bottom: 0;
}

.radio input[type="radio"]:disabled + label:before {
    cursor: not-allowed;
}

.radio .radio-inline {
    margin-top: 0;
}

.radio-button-group label {
    background: #fff;
    min-height: 48px;
    border: 2px solid #0053a1;
    margin-right: -6px;
    padding: 13px 19px;
    font-size: 15px;
    line-height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #0053a1;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
}

.radio-button-group label:nth-child(2) {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.radio-button-group label:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.radio-button-group label:hover {
    background-color: #0053a1;
    color: #fff;
}

.radio-button-group input {
    opacity: 0;
    display: none;
}

.radio-button-group input:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #0053a1;
}

.radio-button-group input:checked + label {
    color: #fff;
    background-color: #0053a1;
    margin-bottom: 0;
}

.radio-button-group input:disabled + label {
    opacity: 0.65;
    margin-bottom: 0;
}

.radio-button-group input:disabled + label:before {
    cursor: not-allowed;
}

/* Html select box*/
.custom-select {
    background: #fff url(/images/2018/angle-bottom.svg) no-repeat right 0.75rem center;
    background-size: 17px;
    padding-right: 40px;
    cursor: pointer;
}

.custom-select:after {
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    right: 0;
}

.custom-select:focus {
    border-color: red;
}

/*Js select box*/
.select-box {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #5b5b5b;
    color: #202020;
    transition: all 0.35s ease-in-out;
    position: relative;
    min-height: 48px;
    text-align: left;
    z-index: 1000;
}

.select-box .select {
    cursor: pointer;
    display: block;
    padding: 12px 13px 12px 19px;
}

.select-box .select > i {
    font-size: 22px;
    color: #5b5b5b;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
    padding-left: 5px;
}

.select-box .select span {
    margin-right: 25px;
    display: block;
    overflow: hidden;
}

.select-box:focus {
    box-shadow: none;
    outline: none;
}

.select-box:active {
    background-color: #fff;
    border-color: #fff;
    color: #0053a1;
}

.select-box.active:hover, .select-box.active {
    border-radius: 7px;
    background-color: #fff;
    border-color: #5b5b5b;
    color: #0053a1;
}

.select-box.active .select > i {
    transform: rotate(180deg);
    color: #0053a1;
}

.select-box .select-box-menu {
    position: relative;
    background-color: #fff;
    width: calc(100% + 2px);
    left: -1px;
    border-radius: 0 1px 7px 7px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
    border: 1px solid #5b5b5b;
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 0;
}

.select-box .select-box-menu li {
    padding: 13px 19px 0 19px;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    color: #202020;
}

.select-box .select-box-menu li hr {
    margin: 13px 0 0 0;
}

.select-box .select-box-menu li img {
    margin-right: 10px;
}

.select-box .select-box-menu li:hover {
    color: #0053a1;
}

.select-box .select-box-menu li:last-child {
    padding-bottom: 13px;
}

.select-box .select-box-menu li:last-child hr {
    visibility: hidden;
    margin-bottom: -13px;
    margin-top: 13px;
}

.select-box.blue {
    background-color: #0053a1;
    border: 1px solid #0053a1;
    color: #fff;
}

.select-box.blue .select > i {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.select-box.blue .select-box-menu {
    border: 1px solid #fff;
}

.select-box.blue .select-box-menu li img {
    max-width: 50px;
    margin-right: 10px;
}

.select-box.blue.active:hover, .select-box.blue.active {
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.select-box.blue.active:hover .select, .select-box.blue.active .select {
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-color: #fff;
}

.select-box.blue.active:hover span, .select-box.blue.active span {
    color: #0053a1;
}

.select-box.blue.active .select > i {
    color: #0053a1;
}

.select-box.white {
    background-color: #ffffff;
    border: 1px solid #5b5b5b;
    color: #202020;
}

/*Datepicker*/
.datepicker .table-condensed {
    width: 100%;
    text-align: center;
}

.datepicker .table-condensed thead tr th {
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
}

.datepicker .table-condensed thead tr th.prev, .datepicker .table-condensed thead tr th.next, .datepicker .table-condensed thead tr th.datepicker-switch {
    cursor: pointer;
    padding: 5px 0;
    color: #0053a1;
}

.datepicker .table-condensed thead tr th.prev:hover, .datepicker .table-condensed thead tr th.next:hover {
    background-color: #deecf6;
}

.datepicker .table-condensed thead tr th.prev {
    color: transparent !important;
    position: relative;
}

.datepicker .table-condensed thead tr th.prev:after {
    content: "\e902";
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaaaaa !important;
    font-size: 15px;
    transition: all 0.35s ease-in-out;
}

.datepicker .table-condensed thead tr th.prev:hover {
    background-color: transparent;
}

.datepicker .table-condensed thead tr th.prev:hover:after {
    color: #202020 !important;
}

.datepicker .table-condensed thead tr th.next {
    color: transparent !important;
    position: relative;
}

.datepicker .table-condensed thead tr th.next:after {
    content: "\e903";
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaaaaa !important;
    font-size: 15px;
    transition: all 0.35s ease-in-out;
}

.datepicker .table-condensed thead tr th.next:hover {
    background-color: transparent;
}

.datepicker .table-condensed thead tr th.next:hover:after {
    color: #202020 !important;
}

.datepicker .datepicker-days table tr td {
    padding: 3px 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
}

.datepicker .datepicker-days table tr td:hover {
    background-color: #deecf6;
}

.datepicker .datepicker-days table tr td.active {
    background-color: #0053a1;
    color: #fff;
}

.datepicker .datepicker-months table tbody tr td,
.datepicker .datepicker-years table tbody tr td,
.datepicker .datepicker-decades table tbody tr td,
.datepicker .datepicker-centuries table tbody tr td {
    text-align: center;
}

.datepicker .datepicker-months table tbody tr td span,
  .datepicker .datepicker-years table tbody tr td span,
  .datepicker .datepicker-decades table tbody tr td span,
  .datepicker .datepicker-centuries table tbody tr td span {
    display: inline-block;
    width: 32%;
    padding: 7px 0;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
}

.datepicker .datepicker-months table tbody tr td span:hover,
    .datepicker .datepicker-years table tbody tr td span:hover,
    .datepicker .datepicker-decades table tbody tr td span:hover,
    .datepicker .datepicker-centuries table tbody tr td span:hover {
    background-color: #deecf6;
}

.datepicker.datepicker-dropdown {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 10px;
}

.datepicker.datepicker-inline .datepicker-days .table-condensed tr th,
.datepicker.datepicker-inline .datepicker-days .table-condensed tr td {
    font-size: 13px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
}

.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #5b5b5b;
}

.datepicker.datepicker-inline .datepicker-days .table-condensed thead tr th.dow {
    display: none;
}

.datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td {
    padding-left: 7px;
    padding-right: 7px;
}

.datepicker.datepicker-inline .datepicker-days .table-condensed tbody tr td.active {
    background-color: #deecf6;
    color: #0053a1;
    margin: 0;
    font-weight: 500;
}

/*File upload*/
.upload {
    padding-left: 7px;
}

.upload input + label {
    color: #0053a1;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.upload input + label i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.upload input:focus + label,
  .upload input.has-focus + label,
  .upload input + label:hover {
    color: #202020;
}

.upload input[type="file"] {
    display: none;
}

/*Filter*/
.filter-select {
    margin-right: 0 !important;
}

.filter-select label {
    display: inline-block !important;
    position: relative;
    top: -4px;
    margin-right: 15px;
}

.filter-select .select-box {
    width: auto;
}

/*Tables*/
.table thead tr th {
    border-bottom: 0;
    border-top: 0;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #888888;
}

.table thead tr th.blue {
    background-color: transparent;
    color: #0053a1;
}

.table thead tr th:first-child {
    color: #202020;
    padding-left: 0;
}

.table thead tr th:last-child {
    padding-right: 0;
}

.table tr td.table-actions {
    min-width: 90px;
    padding-left: 5px !important;
    text-align: center !important;
    padding-right: 5px !important;
}
.table tr td.table-actions * {
    margin: 0 2px;
    display: inline-block;
}

.table tbody tr td, .table tbody tr th {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    border-color: #ebebeb;
    padding-top: 18px;
    padding-bottom: 18px;
}

.table tbody tr td.blue, .table tbody tr th.blue {
    background-color: transparent;
    color: #0053a1;
}

.table tbody tr td a:hover, .table tbody tr th a:hover {
    text-decoration: none;
    color: #202020;
}

.table tbody tr td:first-child, .table tbody tr th:first-child {
    padding-left: 0;
}

.table tbody tr td:last-child, .table tbody tr th:last-child {
    padding-right: 0;
    text-align: right;
}

.table tbody tr td:last-child a, .table tbody tr th:last-child a {
    padding-right: 0;
}

.table tbody tr:first-child th, .table tbody tr:first-child td {
    border-top: 0;
}

.table tbody tr:last-child th, .table tbody tr:last-child td {
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.table.table-noborder tr td, .table.table-noborder tr th {
    border: 0 !important;
}

.table.table-noborder tr td .checkbox label, .table.table-noborder tr th .checkbox label {
    margin: 0;
    top: -12px;
}

.table.table-noborder tr td i.hy-info, .table.table-noborder tr th i.hy-info {
    position: absolute;
    top: 20px;
    right: -20px;
    font-size: 17px;
    margin-left: 5px;
    color: #aaabac;
}

.table.table-noborder tr td .form-control.max-width, .table.table-noborder tr th .form-control.max-width {
    max-width: 48px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: inline-block;
}

.table.table-noborder tr td .form-control.max-width + span, .table.table-noborder tr th .form-control.max-width + span {
    margin-left: 5px;
}

.table.table-noborder tr td .form-control.no-border, .table.table-noborder tr th .form-control.no-border {
    border-color: transparent;
    color: #5b5b5b;
    pointer-events: none;
}

.table.table-product-data tr th, .table.table-product-data tr td {
    padding: 10px 15px;
    border-right: 1px solid #dddddd;
}

.table.table-product-data tr th:first-child, .table.table-product-data tr td:first-child {
    padding-left: 15px;
}

.table.table-product-data tr th:last-child, .table.table-product-data tr td:last-child {
    padding-right: 15px;
    border-right: 0;
}

.table.table-product-data tr th a.btn-sm, .table.table-product-data tr td a.btn-sm {
    padding: 5px 15px;
}

.table.table-product-data tr td {
    font-size: 14px;
}

.table.table-product-data thead tr td, .table.table-product-data thead tr th {
    background-color: #202020;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
}

.table.table-product-data thead tr th {
    vertical-align: top;
    text-align: center;
}

.table.table-product-data thead tr th span {
    color: #9a9a9a;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.table.table-product-data thead tr td {
    font-size: 14px;
}

/*Sliders*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*Our products*/
.our-products {
    margin: 30px 0;
}

.our-products .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    width: 40px;
    overflow: hidden;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
}

.our-products .slick-arrow:focus {
    outline: none;
    box-shadow: none;
}

.our-products .slick-arrow:before, .our-products .slick-arrow:after {
    color: #202020;
    font-size: 28px;
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.our-products .slick-arrow.slick-prev {
    left: -60px;
}

.our-products .slick-arrow.slick-prev:before {
    content: "\e902";
}

.our-products .slick-arrow.slick-next {
    right: -60px;
}

.our-products .slick-arrow.slick-next:before {
    content: "\e903";
    margin-left: 3px;
}

.our-products .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
}

.our-products .slick-slide {
    background-color: #fff;
    padding: 20px;
    margin: 0 10px;
    height: 260px;
    position: relative;
}
@media (max-width: 1099px) {
  .our-products .slick-slide  {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .our-products .slick-slide  {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .our-products .slick-slide  {
    height: 100%;
  }
}

.our-products .slick-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-products .slick-slide h5 {
    margin-bottom: 0;
    margin-top: 20px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 10px;
}
@media (max-width: 1099px) {
  .our-products .slick-slide h5 {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .our-products .slick-slide h5  {
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  .our-products .slick-slide h5 {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}

.slick-dots {
    display: none !important;
}

/*Header*/
body.disableScroll {
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.modal-open {
    padding-right: 0 !important;
}

header {
    z-index: 10000;
    position: relative;
}

.navbar-bg {
  height: 100px;
  background-color: #2f9beb;
  background-image: -moz-linear-gradient(top, #2f9beb 0%, #027bd9 100%) !important;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #2f9beb), color-stop(100%, #027bd9)) !important;
  background-image: -webkit-linear-gradient(top, #2f9beb 0%, #027bd9 100%) !important;
  background-image: -o-linear-gradient(top, #2f9beb 0%, #027bd9 100%) !important;
  background: -ms-linear-gradient(top, #2f9beb 0%, #027bd9 100%);
  background: linear-gradient(90deg, #2f9beb 0%, #027bd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}
.navbar {
  height: 100px;
  padding: 0;
  max-width: 975px;
  margin: 0 auto;
  position: initial;
}


@media (max-width: 991px) {
    .navbar {
        height: 70px;
    }
}

.navbar-brand {
    z-index: 100;
}

.navbar-brand img {
    height: 29px;
    width: 137px;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .navbar-brand img {
        margin-left: 20px;
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
    transition: all 0.35s ease-in-out;
    position: fixed;
    bottom: 0;
    z-index: -1000;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    opacity: 0;
}

@media (max-width: 991px) {
    .overlay {
        display: none !important;
    }
}

#mainNavigation {
    text-align: right;
    height: 100%;
}
#mainNavigation ul {
    width: 100%;
    text-align: right;
    display: block;
    height: 100%;
    padding: 0;
}

#mainNavigation ul li {
    display: inline-block;
    height: 100%;
    position: inherit;
}

#mainNavigation ul li a {
    color: #fff;
    padding: 35px 15px;
    display: block;
    transition: all 0.35s ease-in-out;
}

#mainNavigation ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

#mainNavigation ul li.active:after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 2px;
    pointer-events: none;
}

#mainNavigation ul li.active a {
    position: relative;
}

#mainNavigation ul li.active a:after {
    display: inline-block;
    transform: rotate(180deg);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 10px solid #ebebeb;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    content: "";
    width: 10px;
}

#mainNavigation ul li.submenu.active a:after {
    bottom: -2px;
    border-top: 10px solid #ebebeb;
    opacity: 1;
}

#mainNavigation ul li.submenu a,
#userMenu ul li.submenu a {
    position: relative;
}

#mainNavigation ul li.submenu a.visibility:after,
#userMenu ul li.submenu a.visibility:after {
    opacity: 1;
    border-top: 10px solid #ebebeb;
    bottom: -3px;
}

#mainNavigation ul li.submenu a:after,
#userMenu ul li.submenu a:after {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s;
    display: inline-block;
    transform: rotate(180deg);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    content: "";
}

#userMenu ul li.submenu a:after {
	bottom: -8px !important;
	width: 20px;
}

#userMenu ul li.submenu h2 el {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
}

#userMenu ul li.submenu h2 input.form-control {
	background-color: inherit;
	display: inline-block;
	width: calc(90% - 160px);
	margin-left: 20px;
}

#userMenu ul li.submenu h2 button.btn {
	margin-left: -7px;
	margin-top: 5px;
	width: 100px;
}

#mainNavigation ul li .dropdown-menu,
#userMenu ul li .dropdown-menu {
    top: -50px;
    margin-top: 0 !important;
    background-color: #ebebeb;
    width: 100%;
    max-width: none;
    border: none;
    border-radius: 0;
    opacity: 0;
    transition: all 0.35s ease-in-out;
    padding: 40px 0 45px 0;
    z-index: -100;
}

#mainNavigation ul li .dropdown-menu a,
#userMenu ul li .dropdown-menu a {
    padding: 20px !important;
}

#userMenu ul li .dropdown-menu .search-cats ul {
	padding-left: 0;
}

#mainNavigation ul li .dropdown-menu h2,
#userMenu ul li .dropdown-menu h2 {
    margin-bottom: 34px;
}

#mainNavigation ul li .dropdown-menu ul,
#userMenu ul li .dropdown-menu ul {
    text-align: left;
}

#mainNavigation ul li .dropdown-menu ul li,
#userMenu ul li .dropdown-menu ul li {
    height: auto;
    display: block;
}

#mainNavigation ul li .dropdown-menu ul li a,
#userMenu ul li .dropdown-menu ul li a {
    padding: 5px 0px !important;
    font-size: 18px;
    color: #0053a1;
}

#mainNavigation ul li .dropdown-menu ul li a:hover,
#userMenu ul li .dropdown-menu ul li a:hover {
    color: #202020;
    text-decoration: none;
}

#userMenu .other-langs {position: absolute; top: 0; right:115px; background-color: rgba(0, 0, 0, 0.33);}
#userMenu .other-langs a {display: inline-block; padding: 10px 20px; margin-top:2px;}

@media (max-width: 991px) {
  .navbar-bg {
    height: 70px;
  }
    #mainNavigation {
        top: 0px;
        left: 0;
        right: 0;
        background: #0053a1;
        width: calc(100% + 20px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    #mainNavigation.collapse.show {
        height: 100vh;
        position: fixed;
        width: calc(100% + 20px);
    }

    #mainNavigation.collapse.show + .userMenu {
        background-color: #073f76 !important;
    }

    #mainNavigation.collapsing {
        top: 0;
        position: absolute;
        width: calc(100% + 20px);
        -webkit-transition: all 1s fade;
        -moz-transition: all 1s fade;
        -ms-transition: all 1s fade;
        -o-transition: all 1s fade;
        transition: all 1s fade;
    }

    #mainNavigation ul.navbar-nav {
        margin-top: 100px;
    }

    #mainNavigation ul li {
        display: block;
        height: auto;
    }

    #mainNavigation ul li.active:after,
        #mainNavigation ul li.active a:after {
        display: none;
    }

    #mainNavigation ul li a {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 24px;
        font-weight: 300;
        padding: 15px 15px;
        text-align: center;
    }

    #mainNavigation ul li a:hover {
        color: #fff;
        font-weight: 700;
    }

    #mainNavigation ul li.submenu a:hover
    #userMenu ul li.submenu a:hover {
        color: #fff;
        font-weight: 700;
    }

    #mainNavigation ul li.submenu a:after,
    #userMenu ul li.submenu a:after {
        display: none;
    }

    #mainNavigation ul li.submenu .dropdown-menu,
    #userMenu ul li.submenu .dropdown-menu {
        padding: 0 0 20px 0;
        background-color: transparent;
    }

    #mainNavigation ul li.submenu .dropdown-menu h2,
    #userMenu ul li.submenu .dropdown-menu h2 {
        display: none !important;
    }

    #mainNavigation ul li.submenu .dropdown-menu ul,
    #userMenu ul li.submenu .dropdown-menu ul {
        text-align: center;
        display: inline-block;
    }

    #mainNavigation ul li.submenu .dropdown-menu ul li,
    #userMenu ul li.submenu .dropdown-menu ul li {
        display: inline-block;
    }

    #mainNavigation ul li.submenu .dropdown-menu ul li a,
    #userMenu ul li.submenu .dropdown-menu ul li a {
        padding: 5px 10px !important;
        font-weight: 400;
        font-size: 17px;
        color: #fff;
    }
    #userMenu{
      height: 80px !important;
    }
    #userMenu ul {
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    #userMenu ul li {
      display: inline-flex;
    }
    #userMenu .language-select .collapse,
    #userMenu .language-select .collapsing {
      width: 68px !important;
    }
    #userMenu .language-select .collapse img,
    #userMenu .language-select .collapsing img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 17px;
    }
}

#userMenu {
    height: 100%;
    flex: 0 0 115px;
    position: relative;
    top: 0;
}

@media (max-width: 991px) {
    #userMenu {
        top: 70px;
        left: 0;
        right: 0;
        position: absolute;
        background-color: #073f76 !important;
    }
}

#userMenu ul {
    text-align: center;
    padding-right: 3px;
}
#userMenu ul li {
    display: inline-block;
    margin: 0 3px;
    height: 45px;
}
#userMenu ul li a {
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: relative;
}

#userMenu ul li a:focus {
    outline: none;
    box-shadow: none;
}

#userMenu ul li a span.language {
    font-size: 9px;
    display: block;
    margin-top: -5px;
    text-align: center;
    margin-bottom: -5px;
}

#userMenu ul li a span.cart-number {
  padding: 1px 5px 2px 5px;
max-width: 32px;
font-size: 12px;
background: #202020;
color: #fff;
width: auto;
height: 18px;
display: inline-block;
border-radius: 10px;
line-height: 16px;
position: absolute;
top: 7px;
right: 9px;
margin: auto;
font-weight: 500;
min-width: 19px;
}

#userMenu ul li a.nav-link.cart {padding-top: 12px;}
#userMenu ul li a.nav-link.cart i.hy-cart-alt-empty+span.cart-number {display: none;}

#userMenu ul li a .hy-cart-alt {
font-size: 26px;
position: relative;
}

#userMenu ul li a i.hy-user {
    font-size: 27px;
    position: relative;
    top: 4px;
}

#userMenu ul li a i.hy-world {
    font-size: 18px;
    display: block;
    margin: 0;
}

#userMenu ul li a i.hy-search {
    font-size: 26px;
    position: relative;
    right: -2px;
    top: 4px;
}
#userMenu ul li a i.hy-angle-bottom {
  display: none;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
#userMenu ul li a.collapsed i.hy-angle-bottom {
  display: block !important;
}
#userMenu ul li a i.hy-shopping-bag {
  font-size: 31px;
  position: relative;
  top: -1px;
}
#userMenu ul li a i.hy-cart {
  top: 13px;
  position: absolute;
  font-size: 28px;
  left: -4px;
}
#userMenu .language-select .collapse,
#userMenu .language-select .collapsing {
  position: absolute;
  z-index: 10;
  width: 44px;
}
#userMenu .language-select .collapse img,
#userMenu .language-select .collapsing img {
  margin-top: 4px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
    #userMenu {
        width: 100%;
        flex: 0 0 100%;
        background-color: #0053a1;
    }

    #userMenu ul li a {
        margin: 10px 20px;
    }

    #userMenu ul li a span.language {
        font-size: 12px;
    }

    #userMenu ul li a i.hy-shopping-bag {
        font-size: 40px;
    }

    #userMenu ul li a i.hy-user {
        font-size: 37px;
    }

    #userMenu ul li a i.hy-world {
        font-size: 25px;
    }

    #userMenu ul li a i.hy-search {
        font-size: 37px;
    }
}

.modal-backdrop {
    z-index: 9999;
}

#searchModal {
    padding-right: 0 !important;
    z-index: 10000;
}

#searchModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

#searchModal .modal-content {
    border-radius: 0;
    border: none;
    background-color: #2f9beb;
    background-image: -moz-linear-gradient(top, #2f9beb 0%, #027bd9 100%) !important;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #2f9beb), color-stop(100%, #027bd9)) !important;
    background-image: -webkit-linear-gradient(top, #2f9beb 0%, #027bd9 100%) !important;
    background-image: -o-linear-gradient(top, #2f9beb 0%, #027bd9 100%) !important;
    background: -ms-linear-gradient(top, #2f9beb 0%, #027bd9 100%);
    background: linear-gradient(90deg, #2f9beb 0%, #027bd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

#searchModal .modal-body {
    padding: 0;
    height: 100px;
    max-width: 945px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: initial;
}

#searchModal .modal-footer {
    padding: 35px 20px;
    border: none;
}

#searchModal .modal-footer h3 {
    color: #fff;
    margin-bottom: 10px;
}

#searchModal .modal-footer .checkbox {
    margin-bottom: 0;
    color: #fff;
}

#searchModal .modal-footer .checkbox label:before {
    border-color: #fff;
    background-color: transparent;
}

#searchModal .modal-footer .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

#searchModal .modal-footer .checkbox input[type="checkbox"]:checked + label::after {
    background-color: #fff;
    border-color: #0053a1;
}

#searchModal .modal-footer .checkbox input[type="checkbox"]:checked + label {
    color: #fff;
}

#searchModal .search {
    width: 100%;
    height: 100%;
}

#searchModal .search input {
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    background-color: transparent;
    border: 0;
    padding: 20px;
    padding-left: 0;
    min-width: 450px;
}

#searchModal .search input:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    #searchModal .search input {
        padding-left: 0;
    }
}

#searchModal .search ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

#searchModal .search ::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

#searchModal .search :-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

#searchModal .search :-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

#searchModal .search span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

@media (max-width: 767px) {
    #searchModal .search span {
        display: none;
    }
}

#searchModal .search button {
  background-color: transparent;
    border: none;
    width: 90px;
    float: right;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    margin-right: 100px;
    position: relative;
    top: 25px;
    padding: 10px;
}

#searchModal .search button:hover {
    background-color: transparent;
}
#searchModal .search button:focus,
#searchModal .search button:active {
  outline: none;
}

#searchModal .search button * {
    display: inline;
    color: #fff;
}

#searchModal .search button i {
    font-size: 26px;
    position: relative;
    top: 2px;
}

#searchModal .search button span {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
}

@media (max-width: 575px) {
    #searchModal .search button {
        width: 70px;
    }
}

.navbar-toggler {
    border: 0;
    z-index: 1000;
    cursor: pointer;
  /*Animated hamburger*/
}

.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    border: 0;
    box-shadow: none;
}

.navbar-toggler.mainNavigation {
    position: absolute;
    right: 60px;
    top: 22px;
}

@media (max-width: 991px) {
    .navbar-toggler.userMenu {
        transition: all 0.35s ease-in-out;
        width: 40px;
        background-color: #073f76;
        height: 70px;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-toggler.userMenu.collapsed {
        background-color: #0053a1;
    }
}

.navbar-toggler.userMenu .hy-triangle-bottom {
    display: none;
    font-size: 14px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    color: #0053a1;
}

.navbar-toggler.userMenu .hy-close {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    color: #0053a1;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.navbar-toggler.userMenu.collapsed .hy-close {
    display: none;
}

.navbar-toggler.userMenu.collapsed .hy-triangle-bottom {
    display: inline-block;
}

.navbar-toggler * {
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    transition-delay: 0.4s;
}

.navbar-toggler span {
    width: 35px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #fff;
    display: block;
}

.navbar-toggler span.bar1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 1px 3px;
    -webkit-transform-origin: 1px 3px;
    -moz-transform-origin: 1px 3px;
    -o-transform-origin: 1px 3px;
    transform-origin: 1px 3px;
    width: 26px;
}

.navbar-toggler span.bar2 {
    -ms-transform: rotate(-360deg) scale(0);
    -webkit-transform: rotate(-360deg) scale(0);
    -moz-transform: rotate(-360deg) scale(0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0);
}

.navbar-toggler span.bar3 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 9px 2px;
    -webkit-transform-origin: 9px 2px;
    transform-origin: 9px 2px;
    width: 26px;
}

.navbar-toggler.collapsed span {
    margin-right: 7px;
    margin-bottom: 6px;
}

.navbar-toggler.collapsed span.bar1, .navbar-toggler.collapsed span.bar2, .navbar-toggler.collapsed span.bar3, .navbar-toggler.collapsed span.bar4 {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 20px;
    background-color: #fff;
}

.unm .navbar-toggler.collapsed span.bar1, .unm .navbar-toggler.collapsed span.bar2, .unm .navbar-toggler.collapsed span.bar3, .unm .navbar-toggler.collapsed span.bar4 {
	background-color: #202020;
}

.navbar-toggler.collapsed span.bar1 {
    width: 26px;
}

.navbar-toggler.collapsed span.bar2 {
    width: 23px;
}

.navbar-toggler.collapsed span.bar3 {
    width: 20px;
    margin-bottom: 0;
}

#secondaryNavigation {
    padding: 0;
    margin: 0;
}

#secondaryNavigation li {
    list-style: none;
    padding-left: 0;
}

#secondaryNavigation li a {
    font-size: 24px;
    line-height: 48px;
    color: #0053a1;
}

#secondaryNavigation li a:hover {
    text-decoration: none;
    color: #202020;
}

#secondaryNavigation li.active a {
    color: #202020;
}

#secondaryNavigation li.active:before {
    content: "\e920";
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -32px;
    margin-right: 10px;
    font-size: 22px;
    color: #202020;
}

/*Header submenu*/
#headerSubmenu {
    background-color: #ebebeb;
    overflow-y: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
#headerSubmenu.completed {
  background-color: #3e3e3d;
}
#headerSubmenu.kmat-prod {
	height: 87px;
}

#headerSubmenu ul {
    margin: 0 -10px;
    padding: 0;
    margin-left: -72px;
    /*overflow: hidden;*/
}
#headerSubmenu ul.calculator-tabs {
  margin-left: -112px;
  height: 87px;
}
#headerSubmenu ul.calculator-tabs:before {
  content: "";
  height: 87px;
  width: 40%;
  background: #3e3e3d;
  display: block;
  position: absolute;
  left: -36%;
}

#headerSubmenu ul li {
    list-style: none;
    display: inline-block;
    /*z-index: 1000;*/
    /*margin-top: -6px;*/
    position: relative;
}
#headerSubmenu ul.calculator-tabs li {
  background-color: #3e3e3e !important;
  background-image: url(/images/2018/calculator/calculator-tabs-bg-gray.png);
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 87px
}
#headerSubmenu ul.calculator-tabs li:first-child {
  padding-left: 60px;
}
#headerSubmenu ul.calculator-tabs li a.btn {
    padding: 13px;
}
#headerSubmenu ul.calculator-tabs li.active {
  background-image: url(/images/2018/calculator/calculator-tabs-bg-both.png);
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #ebebeb !important;
}
#headerSubmenu ul.calculator-tabs li.not-done {
  background-image: url(/images/2018/calculator/calculator-tabs-bg-white.png);
  padding-left: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #ebebeb !important;
}
#headerSubmenu.admin ul.calculator-tabs li {
	padding-left: 35px !important;
}
#headerSubmenu.admin ul.calculator-tabs li a {
	padding: 0;
	margin-left: 7px;
}

#headerSubmenu ul.calculator-tabs li a.btn span {
  left: 0;
}
#headerSubmenu ul li:first-child {
  z-index: 1001;
}
/*DELETE #headerSubmenu ul li.active:first-child:before {
  content: "";
  background: #ebebeb;
  height: 87px;
  width: 40px;
  display: block;
  position: absolute;
  left: -100px;
  top: 0;
  z-index: 10;
}
#headerSubmenu ul li.active:first-child a.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 87px;
  height: 87px;
  background: #3e3e3d;
  text-indent: -9999px;
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(135deg);
  left: -90px;
  z-index: 10;
}
#headerSubmenu ul li.active:first-child a.btn {
  background-color: #ebebeb !important;
}*/
#headerSubmenu ul li#headerSubmenuRecalcLi a.btn.btn-success,
#headerSubmenu ul li#headerSubmenuRecalcLi a.btn.btn-success:hover,
#headerSubmenu ul li#headerSubmenuRecalcLi.not-done a.btn.btn-success {
  background-color: #26bd4d !important;
    opacity: 1;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 7px;
    max-width: 45px;
    padding: 12px 0 0 0;
    border: 0;
    margin-top: 21px;
    position: relative;
    left: 60px;
}
#headerSubmenu ul li:last-child a.btn:before {
  display: none;
}
#headerSubmenu ul li:first-child a.btn {
  padding-left: 0;

}

#headerSubmenu ul li a:not(.btn) {
    font-family: "Roboto", sans-serif;
    color: #0053a1;
    font-size: 13px;
    line-height: 15px;
    padding: 20px 10px;
    font-weight: 500;
    display: inline-block;
}

#headerSubmenu ul li a:not(.btn):hover {
    color: #202020;
    text-decoration: none;
}

#headerSubmenu ul li a.btn {
  font-size: 15px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 10px;
  margin: 0;
  height: 87px;
  border-radius: 0;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #3e3e3d;
  border-color: #3e3e3d;
}
#headerSubmenu ul li a.btn:hover {
  background-color: #3e3e3d !important;
  border-color: #3e3e3d !important;
}
#headerSubmenu ul li a.btn span {
  z-index: 11;
  position: relative;
  left: 32px;
}
/*DELETE #headerSubmenu ul li a.btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 87px;
  height: 87px;
  background: #3e3e3d;
  text-indent: -9999px;
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(135deg);
  right: -30px;
  z-index: 10;
}*/

#headerSubmenu ul li.active {
    position: relative;
    z-index: 999;
}
#headerSubmenu ul li.not-done {
  position: relative;
  z-index: 998;
}
#headerSubmenu ul li.not-done a.btn.disabled,
#headerSubmenu ul li.not-done:hover a.btn.disabled {
	color: #202020 !important;
}

#headerSubmenu ul li#headerSubmenuRecalcLi.not-done a.btn.disabled {
	background-color: transparent;	
}

#headerSubmenu ul li.active a.btn,
#headerSubmenu ul li.active:hover a.btn,
#headerSubmenu ul li.not-done:hover a.btn {
    background-color: transparent !important;
    color: #0053a1 !important;
    border-color: transparent !important;
}
#headerSubmenu ul li.not-done a.btn {
  background-color: transparent;
  color: #202020 !important;
  border-color: transparent;
}
#headerSubmenu ul li.not-done a.btn:before,
#headerSubmenu ul li.active a.btn:before {
  background: #ebebeb;
}

#headerSubmenu ul li.active a:not(.btn) {
    color: #202020;
}

#headerSubmenu ul li.active a:not(.btn):after {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
    margin: auto;
    transform: rotate(180deg);
    border-top: 8px solid #202020;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    content: "";
    width: 8px;
}

#headerSubmenu ul li.active a.btn {
    background-color: #202020;
    border-color: #202020;
}

#headerSubmenu.kmat-prod .calculator-tabs {
	text-align: left;
	margin-left: 85px;
	/*padding-left: 44px;*/
}

#headerSubmenu.kmat-prod .calculator-tabs li {
	min-width: initial;
	text-align: center;
}
#headerSubmenu.kmat-prod ul li:first-child a.btn {
  padding-left: 0;
  margin-left: 0px;
}

#headerSubmenu ul.calculator-tabs li#headerSubmenuRecalcLi {
	padding-left: 0;
}

#headerSubmenu.kmat-prod ul:before {
	width: 50%;
}
@media (min-width: 1200px) {
  #headerSubmenu ul.calculator-tabs:before {
    width: 75%;
    left: -61%;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
  #headerSubmenu ul:before {
    left: -31%;
  }
  #headerSubmenu ul.calculator-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
  }
  #headerSubmenu ul.calculator-tabs li {
    max-width: 140px;

  }
  #headerSubmenu ul.calculator-tabs li:first-child{
    min-width: 80px;
  }
  #headerSubmenu ul li {
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #headerSubmenu ul li a.btn {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }
  #headerSubmenu ul li a.btn span {
    text-align: left;
    line-height: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #headerSubmenu ul li a.btn.btn-success {
    max-width: 45px;
    position: relative;
    margin-top: 0;
    top: -35px;
    min-width: auto;
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  #headerSubmenu ul {
    margin-left: -40px;
  }
  #headerSubmenu .container {
    width: 100%;
    max-width: 100%;
  }
  #headerSubmenu ul li a.btn {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #headerSubmenu .container {
    width: 100%;
    max-width: 100%;
  }
  #headerSubmenu .container ul.calculator-tabs {
    margin-left: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 1200px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    margin-left: -5px;
  }
  #headerSubmenu ul li a.btn span {
    white-space: pre-wrap;
  }
  #headerSubmenu ul.calculator-tabs li:first-child {
    min-width: 100px;
  }
}

/*breadcrumbs*/
.breadcrumbs {
    background-color: #ebebeb;
}

.breadcrumbs .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 0;
}

.breadcrumbs .breadcrumb .breadcrumb-item {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    padding: 5px 0;
    font-weight: 500;
}

.breadcrumbs .breadcrumb .breadcrumb-item.active {
    color: #202020;
}
.breadcrumbs .breadcrumb .breadcrumb-item.active i {
  color: #0053a1;
  margin-left: 15px;
}

.breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\e903";
    font-family: 'hypex-fonticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9a9a9a;
    font-size: 19px;
    position: relative;
    top: 3px;
    line-height: 5px;
}

.breadcrumbs .breadcrumb .search-icon a {
    cursor: default;
}

.breadcrumbs .breadcrumb .filter-toggler,
    .breadcrumbs .breadcrumb .search-toggler,
    .breadcrumbs .breadcrumb .search-icon {
    padding-left: 10px;
    font-size: 20px;
}

.breadcrumbs .breadcrumb .filter-toggler a:hover,
      .breadcrumbs .breadcrumb .search-toggler a:hover,
      .breadcrumbs .breadcrumb .search-icon a:hover {
    text-decoration: none;
}

.breadcrumbs .breadcrumb .filter-toggler a:focus,
      .breadcrumbs .breadcrumb .search-toggler a:focus,
      .breadcrumbs .breadcrumb .search-icon a:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .breadcrumbs .image-toggler {
        padding-top: 0;
    }
}

/*Titles*/
h1 {
    color: #202020;
    font-size: 40px;
    line-height: 47px;
    font-weight: 400;
    margin-bottom: 18px;
}

h1.small {
    font-size: 36px;
    line-height: 44px;
}

h2 {
    color: #202020;
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
}

h2.medium {
    font-size: 36px;
    line-height: 44px;
}

h2.large {
    font-size: 40px;
    line-height: 47px;
}

h3 {
    color: #0053a1;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
}

h4 {
    color: #202020;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

h4 span {
    color: #5b5b5b;
}

h5 {
    color: #0053a1;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}

h5.alt {
    color: #202020;
}

/*Title container*/
.title-container {
    background-color: #ebebeb;
    position: relative;
    padding: 50px 0;
    margin-bottom: 60px;
    min-height: 292px;
}

.title-container .image {
    position: absolute;
    right: 0;
    top: 0px;
    width: 50%;
    height: 360px;
}

.title-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-container .archive {
    position: absolute;
    bottom: 5px;
}

.title-container .archive ul {
    padding: 0;
    margin: 0;
    margin-left: -10px;
}

.title-container .archive ul li {
    list-style: none;
    display: inline-block;
}

.title-container .archive ul li a {
    padding: 0 10px;
}

.title-container .archive ul li a:hover {
    color: #202020;
    text-decoration: none;
}

@media (max-width: 767px) {
    .title-container .archive {
        position: relative;
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .title-container .archive {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .title-container {
        margin-bottom: 70px;
        min-height: unset;
    }

    .title-container .image {
        position: absolute;
        margin-top: 0px;
        width: 50%;
        height: 100%;
    }

    .title-container #secondaryNavigation {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .title-container #secondaryNavigation {
        padding-left: 25px;
        width: 50%;
    }

    .title-container #secondaryNavigation li a {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .single-news .title-container {
        padding-bottom: 0;
    }
}

.single-news .title-container .container {
    z-index: 1;
    position: relative;
}

@media (max-width: 991px) {
    .single-news .title-container .container {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .single-news .title-container .container {
        position: relative;
    }
}

.single-news .title-container .image {
    position: absolute;
    z-index: 0;
    max-height: none;
    height: auto;
    margin-top: -50px;
    top: 50px;
}

@media (max-width: 991px) {
    .single-news .title-container .image {
        position: relative;
        width: 100%;
        top: 0;
    }

    .single-news .title-container .image img {
        margin-left: 50%;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .single-news .title-container .image {
        position: relative;
        top: inherit;
        margin-top: 50px;
    }

    .single-news .title-container .image img {
        margin-left: 0;
        width: 100%;
    }
}
.single-news .news img {
  width: 600px;
  height: auto;
  max-width: 100%;
}

/*Hero*/
.hero {
    margin-bottom: 30px;
    position: relative;
}
.hero .carousel-indicators {
  top: initial;
  bottom: 10px;
  margin-bottom: 0;
}
.hero .carousel-indicators li {
  width: 16px;
  height: 16px;
  background-color: rgba(32, 32, 32, 0.35);
  border-radius: 100%;
  cursor: pointer;
}

.hero .carousel-indicators li.active {
	background-color: rgba(32, 32, 32, 0.7);
	cursor: default;
}

.hero img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.hero .title-container {
    text-align: center;
    background-color: transparent;
    margin: auto;
    max-width: 600px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero .title-container h1 {
    color: #fff;
    font-weight: 300;
}

.hero .title-container img {
    object-fit: none;
    height: 70px;
    margin-bottom: 50px;
}

.hero .title-container p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}

.hero .title-container p a {
    text-decoration: underline;
    color: #fff;
}

.hero .title-container p a:hover {
    text-decoration: none;
}

/*Pagination*/
.pagination {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.pagination i {
    position: relative;
    top: 5px;
}

.pagination .page-item .page-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0053a1;
    padding: 0px 7px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
}

.pagination .page-item .page-link:hover {
    background-color: transparent;
    color: #aaaaaa;
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    border-bottom: 2px solid #202020;
    color: #202020;
}

@media (max-width: 767px) {
    .pagination .page-item.active {
        display: flex;
    }
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    color: #9a9a9a;
}

@media (max-width: 767px) {
    .pagination .page-item {
        display: none;
    }
}

.pagination .page-item:first-child .page-link {
    width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 80px;
    margin-top: -8px;
    padding-top: 2px;
    transition: all 0.35s ease-in-out;
}

.pagination .page-item:first-child .page-link i {
    margin-left: 14px;
    font-size: 24px;
    transition: all 0.35s ease-in-out;
}

.pagination .page-item:first-child .page-link:hover {
    color: #0053a1 !important;
}

.pagination .page-item:first-child .page-link:hover i {
    margin-left: 8px;
}

@media (max-width: 767px) {
    .pagination .page-item:first-child .page-link {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .pagination .page-item:first-child {
        display: flex;
    }
}

.pagination .page-item:last-child .page-link {
    width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 80px;
    margin-top: -8px;
    padding-top: 2px;
    transition: all 0.35s ease-in-out;
}

.pagination .page-item:last-child .page-link i {
    margin-right: 14px;
    font-size: 24px;
    transition: all 0.35s ease-in-out;
}

.pagination .page-item:last-child .page-link:hover {
    color: #0053a1 !important;
}

.pagination .page-item:last-child .page-link:hover i {
    margin-left: 6px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .pagination .page-item:last-child .page-link {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .pagination .page-item:last-child {
        display: flex;
    }
}

/*Tabs*/
.nav-pills .nav-link {
    padding: 5px 0;
    margin: 5px 10px 5px 0;
    line-height: 1.2;
    font-size: 18px;
    border-radius: 0;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    color: #202020 !important;
    border-bottom: 1px solid #202020;
}

/*Accordion*/
.accordion button {
    color: #202020;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.accordion button.btn-primary {
    color: #fff;
    padding-left: 19px;
    padding-right: 19px;
    margin-left: 10px;
    margin-right: 10px;
}

.accordion button:hover {
    color: #202020;
    text-decoration: none;
}

.accordion button i {
    font-size: 17px;
    position: relative;
    top: 0px;
    margin-left: 5px;
}

.accordion button .hy-angle-top {
    display: inline;
}

.accordion button .hy-angle-bottom {
    display: none;
}

.accordion button.collapsed {
    color: #0053a1;
}

.accordion button.collapsed:hover {
    color: #202020;
}

.accordion button.collapsed .hy-angle-top {
    display: none;
}

.accordion button.collapsed .hy-angle-bottom {
    display: inline;
}
.circle-icon i {
  background-color: #0053a1;
  color: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 11px;
  border-radius: 100%;
  position: relative;
  top: -4px;
}
.circle-icon i:before {
  left: 2.5px;
  position: relative;
  top: 3px;
}
.show-hide-collapse.collapsed .hide{
  display: none;
}
.show-hide-collapse.collapsed .show{
  display: inline;
}
.show-hide-collapse .show {
  display: none;
}
.additional-info .accordion .table tr td:first-child {
  width: 100px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .additional-info .accordion .table tr td:first-child {
    width: 60px;
  }
}

/*Tooltip*/
.tooltip-container {
    background: #fff;
    color: #202020;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    display: none;
    width: 200px;
    right: -18px;
    bottom: 28px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 21px;
    transition: all 0.35s ease-in-out;
    text-transform: none;
}

.tooltip-container:after {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 15px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    content: "";
    width: 10px;
}

.tooltip-button {
    position: relative;
    transition: all 0.35s ease-in-out;
}

.tooltip-button.red:hover {
    color: #ee1c3a;
}

.tooltip-button.yellow:hover {
    color: #e0a017;
}

.tooltip-button.green:hover {
    color: #26bd4d;
}

/*Footer*/
footer {
    color: #a9a9a9;
}

@media (max-width: 575px) {
    footer {
        text-align: center;
    }
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 20px !important;
    }
}

footer img {
    width: 90px;
    height: auto;
    margin-bottom: 12px;
}

footer .copyright {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 24px;
}

@media (max-width: 575px) {
    footer .copyright {
        text-align: center;
    }
}

@media (max-width: 575px) {
    footer .text-left {
        text-align: center !important;
    }
}

footer h3 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
}

@media (max-width: 575px) {
    footer ul li {
        display: inline-block;
        margin: 5px 10px;
    }
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a {
    color: #a9a9a9;
}

footer ul li a:hover {
    color: #fff;
}

@media (max-width: 575px) {
    footer ul.contact {
        text-align: center;
    }
}

footer ul.contact li {
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 0;
    display: block;
}

footer ul.contact li:first-child {
    margin-bottom: 10px;
}

footer ul.contact li i {
    margin-left: -35px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

footer ul.social a {
    font-size: 30px;
}

@media (max-width: 575px) {
    footer ul.social a {
        display: inline-block;
        margin: 5px 10px;
    }
}

footer ul.social a:hover {
    text-decoration: none;
}

footer hr {
    border-top: 3px solid #3c3e40;
    margin-bottom: 0;
    margin-top: 25px;
}

@media (min-width: 576px) {
    footer hr {
        border: none;
    }
}

/*Home*/
.plan {
    min-height: 350px;
    position: relative;
}

.plan .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 55%;
}

@media (max-width: 767px) {
    .plan .image {
        width: 70%;
    }
}

.plan .image img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    left: 0;
}

@media (min-width: 992px) {
    .plan .image img {
        width: 100%;
    }
}

.feature {
    background-color: #deecf6;
    padding: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: calc(100% - 30px);
}

@media (max-width: 450px) {
    .feature {
        text-align: center;
    }
}

.feature .icon {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.feature .icon img {
    margin: auto;
    max-width: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 450px) {
    .feature .icon {
        width: 100%;
        position: relative;
        right: 0;
        margin-top: 30px;
    }

    .feature .icon img {
        position: relative;
        max-width: 40%;
        min-height: 40px;
    }
}

.feature h2 {
    margin-bottom: 22px;
    display: block;
    width: 69%;
}

@media (max-width: 450px) {
    .feature h2 {
        width: 100%;
    }
}

.feature a {
    max-width: 60%;
}

/*News*/
.news a {
    margin-bottom: 50px;
    /* display: block; */
}

.news span {
    margin-bottom: 15px;
    display: block;
}

.news h3 {
    margin-bottom: 16px;
}

.news h2 a,
.news h3 a {
    color: #202020;
    margin-bottom: 0;
}

.news h2 a:hover,
  .news h3 a:hover {
    text-decoration: none;
    color: #0053a1;
}

.news .image {
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news .image a {
    margin-bottom: 0;
}

.news .image img {
    width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .news .image {
        max-height: none;
    }
}

.news.home {
    margin-top: 24px;
    margin-bottom: 24px;
}

.news.home h3 a {
    color: #0053a1;
}

.news.home h3 a:hover {
    color: #202020;
}

.news.featured {
    margin: 0 -15px 60px -15px;
}

.news.featured span {
    margin-bottom: 20px;
    display: block;
}

.news.featured h2 {
    margin-bottom: 34px;
}

.news.featured h2 a {
    color: #202020;
}

.news.featured .image {
    max-height: none;
    margin-bottom: 0;
}

.news.featured .image img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .news.featured .image {
        margin-bottom: 20px;
    }
}

.news.featured .text {
    padding-left: 85px;
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .news.featured .text {
        padding-top: 0;
        padding-left: 65px;
    }
}

@media (max-width: 991px) {
    .news.featured .text {
        padding-top: 0;
        padding-left: 15px;
    }
}

.single-news h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
}

.single-news .news {
    min-height: 800px;
}

@media (max-width: 991px) {
    .single-news .news {
        min-height: inherit;
    }
}

/*Contact*/
.contact h2 {
    color: #fff;
    font-weight: 300;
}

.contact p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

.contact .contacts {
    display: block;
    height: 100%;
    padding-top: 36px;
}

.contact .contacts .divider {
    float: left;
}

@media (max-width: 991px) {
    .contact .contacts .divider {
        width: 100%;
        height: 4px;
        margin-bottom: 30px;
    }
}

.contact .contacts ul {
    margin-left: 0;
    padding-left: 30px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .contact .contacts ul {
        text-align: center;
        padding-left: 0;
    }
}

.contact .contacts ul li {
    list-style: none;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.contact .contacts ul li a {
    color: #fff;
}

.contact .contacts ul li i {
    font-size: 28px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.contact-form {
    margin-top: 36px;
}

.contact-form button {
    float: right;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .contact-form button {
        display: block;
        margin: 20px auto 0 auto;
        float: none;
    }
}

.contact-inputs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .contact-inputs {
        flex-direction: column;
    }
}

.contact-inputs > div:first-child {
    flex: 1;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .contact-inputs > div:first-child {
        margin-right: 0;
    }
}

.contact-inputs > div:first-child .form-control {
    margin-bottom: 20px;
}

.contact-inputs > div:first-child .form-control:last-child {
    margin-bottom: 0;
}

.contact-inputs > div:last-child {
    flex: 2;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .contact-inputs > div:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
}

.contact-inputs > div:last-child textarea {
    height: 100%;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .contact-inputs > div:last-child textarea {
        min-height: 130px;
    }
}

.contact-inputs .form-control {
    background-color: #fff;
    border-color: #fff;
    border: none;
    min-height: 48px;
    font-weight: 300;
}

.contact-us {
    padding: 35px;
    font-size: 30px;
    line-height: 33px;
    background-color: #2c84c5;
    background-image: -moz-linear-gradient(top, #2c84c5 0%, #309ceb 100%) !important;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #2c84c5), color-stop(100%, #309ceb)) !important;
    background-image: -webkit-linear-gradient(top, #2c84c5 0%, #309ceb 100%) !important;
    background-image: -o-linear-gradient(top, #2c84c5 0%, #309ceb 100%) !important;
    background: -ms-linear-gradient(top, #2c84c5 0%, #309ceb 100%);
    background: linear-gradient(90deg, #2c84c5 0%, #309ceb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    color: #fff;
    text-align: center;
    max-width: calc(533px - 8.3333%);
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .contact-us {
        max-width: calc(447px - 8.3333%);
    }
}

@media (max-width: 1199px) {
    .contact-us {
        max-width: calc(337px - 8.3333%);
    }
}

@media (max-width: 991px) {
    .contact-us {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }
}

.contact-us span,
  .contact-us p {
    margin-bottom: 0px;
    font-weight: 300;
}

.contact-us span strong,
    .contact-us p strong {
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 15px;
    display: block;
}

.contact-us span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.contact-us a {
    color: #fff;
    font-weight: 400;
}

/*Catalogs*/
.catalogs {
    margin-top: 30px;
}

.catalogs:after {
    clear: both;
    content: "";
    display: table;
}

.catalogs .image {
    box-shadow: 0 0 5px #eaeaea;
    width: 190px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
}

.catalogs .image img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalogs .image {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .catalogs .image {
        width: calc(100% - 30px);
        margin: 0 0 20px 0;
        float: none;
    }
}

@media (max-width: 767px) {
    .catalogs .image {
        width: 45%;
        float: left;
        margin-bottom: 60px;
    }
}

@media (max-width: 400px) {
    .catalogs .image {
        width: calc(100% - 30px);
        max-width: 210px;
        margin: 0 0 20px 0;
        float: none;
    }
}

.catalogs .text {
    width: calc(100% - 230px);
    float: right;
    padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalogs .text {
        width: calc(55% - 40px);
    }
}

@media (max-width: 991px) {
    .catalogs .text {
        width: calc(100% - 30px);
        margin: 0;
        float: none;
    }
}

@media (max-width: 767px) {
    .catalogs .text {
        float: right;
        width: calc(55% - 40px);
    }
}

@media (max-width: 400px) {
    .catalogs .text {
        width: 100%;
        margin: 0;
        float: none;
    }
}

.catalogs .text h3 {
    font-size: 24px;
    line-height: 30px;
    color: #202020;
    margin-bottom: 20px;
}

.catalogs .text ul {
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 15px;
}

.catalogs .text ul li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
}

.catalogs .download {
    width: calc(100% - 260px);
    float: right;
    margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalogs .download {
        width: calc(100% - 30px);
        text-align: center;
        display: block;
        padding-top: 8px;
        margin-bottom: 60px;
    }

    .catalogs .download span {
        display: block;
    }

    .catalogs .download:before {
        margin-top: 7px;
    }
}

@media (max-width: 991px) {
    .catalogs .download {
        width: calc(100% - 30px);
        float: right;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .catalogs .download {
        width: calc(55% - 70px);
    }
}

@media (max-width: 400px) {
    .catalogs .download {
        width: calc(100% - 30px);
        margin: 0;
        float: none;
        margin-bottom: 60px;
    }
}

/*Jobs*/
.jobs h2 {
    margin-bottom: 35px;
}

.jobs h3 {
    color: #202020;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
}

.jobs h4 {
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.jobs ul {
    padding-left: 35px;
}

.jobs .nav-pills {
    margin-bottom: 50px;
}

.job-form {
    margin-bottom: 50px;
}

.job-form > div {
    float: left;
    padding-right: 20px;
    display: block;
}

.job-form > div .form-control,
    .job-form > div .select-box {
    margin-bottom: 15px;
}

.job-form .pr-sm-0 {
    padding-right: 20px !important;
}

@media (max-width: 767px) {
    .job-form .pr-sm-0 {
        padding-right: 0 !important;
    }
}

.job-form:after {
    display: table;
    clear: both;
    content: "";
}

.job-form .checkbox label {
    text-transform: none;
}

.job-form label {
    white-space: nowrap;
}

.job-form .form-1 {
    width: 15%;
}

@media (max-width: 767px) {
    .job-form .form-1 {
        width: 50%;
    }
}

.job-form .form-2 {
    width: 20%;
}

@media (max-width: 767px) {
    .job-form .form-2 {
        width: 50%;
    }
}

.job-form .form-3 {
    width: 30%;
}

@media (max-width: 767px) {
    .job-form .form-3 {
        width: 50%;
    }
}

.job-form .form-4 {
    width: 45%;
}

@media (max-width: 767px) {
    .job-form .form-4 {
        width: 50%;
    }
}

.job-form .form-5 {
    width: 50%;
}

@media (max-width: 767px) {
    .job-form .form-5 {
        width: 50%;
    }
}

.job-form .form-10 {
    width: 100%;
}

@media (max-width: 767px) {
    .job-form .form-sm-10 {
        width: 100%;
    }
}

/*Products*/
.product-category {
    font-size: 18px;
    line-height: 23px;
    color: #0053a1;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 0;
    width: calc(33% - 20px);
    margin-right: 20px;
    transition: none;
}

.product-category:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .product-category {
        width: calc(50% - 20px);
    }

    .product-category:nth-child(3n) {
        margin-right: 20px;
    }

    .product-category:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 480px) {
    .product-category {
        width: 100%;
        margin-right: 0 !important;
    }
}

.product-category img {
    display: none;
}

.product-category p {
    margin-bottom: 10px;
}

.product-category:hover {
    color: #202020;
    text-decoration: none;
}

.product-category.with-image {
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 5px;
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 282px;
    position: relative;
    top: 0;
}

.product-category.with-image:nth-child(5n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .product-category.with-image {
        width: calc(33% - 20px);
        margin-right: 20px;
    }

    .product-category.with-image:nth-child(5n) {
        margin-right: 20px;
    }

    .product-category.with-image:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .product-category.with-image {
        width: calc(50% - 20px);
        margin-right: 20px;
    }

    .product-category.with-image:nth-child(5n) {
        margin-right: 20px;
    }

    .product-category.with-image:nth-child(3n) {
        margin-right: 20px;
    }

    .product-category.with-image:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .product-category.with-image {
        width: 100%;
        margin-right: 0 !important;
    }
}

.product-category.with-image img {
    display: inherit;
    width: 100%;
    height: 182px;
    object-fit: contain;
}

.product-category.with-image p {
    margin-bottom: 5px;
    margin-top: 20px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-category.with-image:hover {
    color: #202020;
    text-decoration: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

/*Product menu*/
ul.product-menu {
    margin: 0;
    padding: 0;
    margin: 30px 0 20px 0;
}

ul.product-menu li {
    list-style: none;
    display: inline-block;
    padding: 5px 0;
    width: calc(33% - 20px);
    margin-right: 20px;
    transition: none;
}

ul.product-menu li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    ul.product-menu li {
        width: calc(50% - 20px);
    }

    ul.product-menu li:nth-child(3n) {
        margin-right: 20px;
    }

    ul.product-menu li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 480px) {
    ul.product-menu li {
        width: 100%;
        margin-right: 0 !important;
    }
}

ul.product-menu li a {
    padding: 5px 0px !important;
    font-size: 18px;
    color: #0053a1;
}
/*Loader*/
.loader {
  background-color: #fff;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 430px;
  height: 220px;
  max-width: 90%;
  z-index: 100000;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 30px;
  flex-direction: column;
}
.loader h4 {
  margin-bottom: 0;
  margin-top: 25px;
}
.loader img {
  display: block;
  margin: 0 auto;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

/*Product filter*/
.filter-container {
    width: 100%;
}

.filter {
    display: flex;
    flex-wrap: wrap;
}

.filter > div {
    max-width: 20%;
    width: 20%;
    margin-bottom: 20px;
    padding-bottom: 70px;
    position: relative;
}

.filter > div .select-box-image {
    height: 150px;
    padding-right: 20px;
}

.filter > div .select-box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .filter > div .select-box-image {
        display: none;
    }
}

.filter > div .select-box {
    position: absolute;
    top: 170px;
    right: 20px;
    max-width: calc(100% - 20px);
    z-index: 999;
}

@media (max-width: 480px) {
    .filter > div .select-box {
        position: relative;
        top: inherit;
        right: inherit;
    }
}

.filter > div .select-box.active {
    z-index: 1000;
}

.filter > div .select-box li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.filter > div .select-box img {
    margin: 0;
    display: block;
    float: left;
}

.filter > div .select-box hr {
    flex: 0 0 100%;
    width: 100%;
    flex-basis: 100%;
}

@media (max-width: 991px) {
    .filter > div {
        max-width: 33%;
        width: 33%;
    }
}

@media (max-width: 575px) {
    .filter > div {
        max-width: 50%;
        width: 50%;
        padding-right: 10px;
    }

    .filter > div:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .filter > div {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
}

/*Product configurator*/
.configurator {
    display: flex;
    flex-wrap: wrap;
}

.configurator > div {
    max-width: 20%;
    width: 20%;
    padding-right: 20px;
    margin-bottom: 15px;
    position: relative;
}

.configurator > div p {
    margin-bottom: 0;
}

.configurator > div .radio-button-group label {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 17px;
}

@media (max-width: 991px) {
    .configurator > div {
        max-width: 33%;
        width: 33%;
    }
}

@media (max-width: 575px) {
    .configurator > div {
        max-width: 50%;
        width: 50%;
        padding-right: 10px;
    }

    .configurator > div:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .configurator > div {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
}

/*Product table*/
.product-table,
.product-gear-table {
    margin-top: 30px;
}

.product-table .product-row,
.product-gear-table .product-row {
    margin-bottom: 9px;
    vertical-align: top;
}

.product-table .product-row.clicked .excerpt,
.product-gear-table .product-row.clicked .excerpt {
	max-height: 1000px !important;
}

@media (max-width: 991px) {
    .product-table .product-row.head,
      .product-gear-table .product-row.head {
        display: none;
    }
}

.product-table .product-row.head .product,
    .product-gear-table .product-row.head .product {
    min-height: inherit;
    border-color: transparent;
    background-color: transparent;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0;
    overflow: visible;
    padding-left: 15px;
}

.product-table .product-row.head .product *,
.product-gear-table .product-row.head .product * {
    padding: 0;
}

.product-table .product-row.head .product strong,
      .product-gear-table .product-row.head .product strong {
    color: #202020;
}

.product-table .product-row.head .product:hover,
      .product-gear-table .product-row.head .product:hover {
    border-color: transparent;
}

.product-table .product-row.head .product div,
      .product-gear-table .product-row.head .product div {
    padding-top: 0;
    padding-bottom: 0;
}

.product-table .product-row.head .product div:first-child, .product-table .product-row.head .product div:nth-child(2),
        .product-gear-table .product-row.head .product div:first-child,
        .product-gear-table .product-row.head .product div:nth-child(2) {
    width: 40px;
    min-width: none;
}

.product-table .product-row.head .product .price,
      .product-gear-table .product-row.head .product .price {
    margin-right: -5px;
    padding-left: 0px;
}

.product-table .product-row.head .product .price > div,
        .product-gear-table .product-row.head .product .price > div {
    width: 30%;
}

.product-table .product-row.head .sum,
    .product-gear-table .product-row.head .sum {
    border-color: transparent;
    background-color: transparent;
    height: 20px;
}

.product-table .product-row .product,
    .product-gear-table .product-row .product {
    min-height: 75px;
    width: calc(100% - 215px);
    margin-right: 5px;
    border: 1px solid #e0e0ea;
    background-color: #fff;
    display: inline-block;
    margin-top: 0;
    overflow: hidden;
    color: #888888;
    font-size: 15px;
    line-height: 20px;
    transition: all 0.35s ease-in-out;
    padding-left: 15px;
}

.product-table .product-row .product .values,
.product-gear-table .product-row .product .values {
    width: 49% !important;
    white-space: normal;
    text-align: center;
    padding-right: 20px;
}

.product-table .product-row .product .values > div,
.product-gear-table .product-row .product .values > div {
    padding: 0;
    width: 29% !important;
    padding: 0 10px;
}

.product-table .product-row .product span,
.product-gear-table .product-row .product span {
    display: none;
}

.product-table .product-row .product .data,
.product-gear-table .product-row .product .data {
    width: 25% !important;
    white-space: normal;
    text-align: center;
}

.product-table .product-row .product .data > div,
.product-gear-table .product-row .product .data > div {
    padding: 0;
    width: 49% !important;
    padding: 0 10px;
}

.product-table .product-row .product .data span,
.product-gear-table .product-row .product .data span {
    display: none;
}

.product-table .product-row .product .product-code,
.product-gear-table .product-row .product .product-code {
    width: 25% !important;
}

.product-table .product-row .product > a,
      .product-gear-table .product-row .product > a {
    padding: 0;
}

.product-table .product-row .product *,
      .product-gear-table .product-row .product * {
    display: inline-block;
    padding-right: 20px;
    padding: 27px 0;
    vertical-align: top;
}

.product-table .product-row .product img,
      .product-gear-table .product-row .product img {
    width: 70px;
    height: auto;
    padding: 0;
}

.product-table .product-row .product i,
      .product-gear-table .product-row .product i {
    width: 30px;
    color: #aaaaaa;
    padding-right: 0;
    padding: 0;
    margin: 3px 0;
    min-width: none;
    cursor: pointer;
}

.product-table .product-row .product i.hy-info,
      .product-gear-table .product-row .product i.hy-info {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
#productsTable.product-table .product-row .product i.hy-info {
  text-align: center;
  height: 70px;
}
#productsTable.product-table .product-row .product i.hy-info:before {
  top: 27px;
  position: relative;
}

@media (max-width: 991px) {
  #productsTable.product-table .product-row .product i.hy-info {
    text-align: left;
    height: auto;
  }
  #productsTable.product-table .product-row .product i.hy-info:before {
    top: 4px;
    position: relative;
  }
}

.product-table .product-row .product > div,
      .product-gear-table .product-row .product > div {
    min-width: 50px;
}
.product-table .product-row .product > div.matnr,
      .product-gear-table .product-row .product > div.matnr {
    min-width: 150px;
}

.product-table .product-row .product > div a,
        .product-gear-table .product-row .product > div a {
    padding: 0;
    color: #888;
    transition: all 0.35s ease-in-out;
}

.product-table .product-row .product > div a:hover,
          .product-gear-table .product-row .product > div a:hover {
    color: #202020;
    text-decoration: none;
}

.product-table .product-row .product .article,
      .product-gear-table .product-row .product .article {
    width: calc(100% - 150px - 400px);
    vertical-align: middle !important;
}

.product-table .product-row .product .price,
      .product-gear-table .product-row .product .price {
    width: 215px;
    padding: 0;
    margin: 0;
}

.product-table .product-row .product .price > div,
        .product-gear-table .product-row .product .price > div {
    width: 30%;
    white-space: nowrap;
    display: inline-block;
}

.product-table .product-row .product .price > div span,
          .product-gear-table .product-row .product .price > div span {
    display: none;
}

.product-table .product-row .product .excerpt,
      .product-gear-table .product-row .product .excerpt {
    padding: 0 20px 0 70px;
    margin: 0;
    max-height: 0;
    transition: max-height 0.8s ease-out;
    width: 100%;
    display: block;
    color: #202020;
}

.product-table .product-row .product .excerpt p,
        .product-gear-table .product-row .product .excerpt p {
    padding: 0 30px 0px 0px;
    margin-bottom: 0;
}

.product-table .product-row .product .excerpt .product {
	padding: 0 0 10px 0;
	border: none;
	width: 100%;
	display: block;
}

.product-table .product-row .product .excerpt .product .documentation:before {
    border: 0;
    content: none;
}

.product-table .product-row .product .excerpt .product .documentation {
	padding: 0;
	margin: 0;
	background-color: inherit;
	display: block;
}

.product-table .product-row .product .excerpt .product .documentation h4 {
	display: block;
	padding: 0;
	margin-bottom: 0.5rem;
}

.product-table .product-row .product .excerpt .product .documentation>div {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

.product-table .product-row .product .excerpt .product .documentation a {
	color: #0056b3;
}
.product-table .product-row .product .excerpt .product .documentation a:not([href]) {
	color: #888;
	cursor: default;
}

.product-table .product-row .product .excerpt .product .documentation a span {
	padding: 0;
}

.product-table .product-row .product .excerpt .product .documentation i {
	width: unset;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	cursor: default;
}

.product-table .product-row .product .excerpt .product .documentation .btn-link:not(.download) i {
	top: 3px;
}

.product-table .product-row .product .excerpt .product .documentation i.hy-d-print {
	font-size: 40px;
	color: #0053a1;
	display: inline-block;
	margin-right: 20px;
}

.product-table .product-row .product .excerpt .product .documentation ul.features li {
	padding: 0;
}

.product-table .product-row .product .excerpt.show,
        .product-gear-table .product-row .product .excerpt.show {
    max-height: 1000px;
    transition: max-height 0.8s ease-in;
}

@media (max-width: 991px) {
    .product-table .product-row .product .excerpt,
          .product-gear-table .product-row .product .excerpt {
        max-height: none;
    }
    .product-table .product-row .product .excerpt,
    .product-table .product-row .product .unit {
      padding-left: 110px;
    }

    .product-table .product-row .product .excerpt p,
            .product-gear-table .product-row .product .excerpt p {
        padding-left: 110px;
    }
    .product-table .product-row .product .excerpt .documentation .hy-d-print {
      margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product-table .product-row .product .excerpt p,
          .product-gear-table .product-row .product .excerpt p {
        padding-left: 80px;
    }
}
@media (max-width: 575px) {
  .product-table .product-row .product .excerpt,
  .product-table .product-row .product .unit {
    padding-left: 80px;
  }
}

.product-table .product-row .product:hover,
      .product-gear-table .product-row .product:hover {
    text-decoration: none;
    border-color: #aaabac;
}

@media (max-width: 991px) {
    .product-table .product-row .product,
        .product-gear-table .product-row .product {
        width: 100%;
        padding: 15px;
    }

    .product-table .product-row .product img,
          .product-gear-table .product-row .product img {
        float: left;
        width: 100px;
        position: absolute;
    }

    .product-table .product-row .product > div,
          .product-gear-table .product-row .product > div {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .product-table .product-row .product i,
          .product-gear-table .product-row .product i {
        margin-left: 110px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product-table .product-row .product .article,
          .product-gear-table .product-row .product .article {
        width: 100%;
        padding-left: 110px;
    }

    .product-table .product-row .product .price,
          .product-gear-table .product-row .product .price {
        width: 100%;
        padding-left: 110px;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .product-table .product-row .product .price > div,
            .product-gear-table .product-row .product .price > div {
        padding: 0;
    }

    .product-table .product-row .product .price > div span,
              .product-gear-table .product-row .product .price > div span {
        display: block;
        padding: 0;
        font-style: italic;
        color: #bbb;
    }
    .product-table .product-row .product .values, .product-table .product-row .product .data,
          .product-gear-table .product-row .product .values,
          .product-gear-table .product-row .product .data {
        width: 100% !important;
        text-align: left;
    }

    .product-table .product-row .product .values > div, .product-table .product-row .product .data > div,
            .product-gear-table .product-row .product .values > div,
            .product-gear-table .product-row .product .data > div {
        width: 50%;
    }

    .product-table .product-row .product .values span, .product-table .product-row .product .data span,
            .product-gear-table .product-row .product span {
        font-style: italic;
        display: block;
        padding: 0;
        color: #bbb;
    }

    .product-table .product-row .product .product-code i,
          .product-gear-table .product-row .product .product-code i {
        margin-left: 0;
        top: -5px;
        position: relative;
    }
}

@media (max-width: 575px) {
    .product-table .product-row .product,
        .product-gear-table .product-row .product {
        width: 100%;
    }

    .product-table .product-row .product img,
          .product-gear-table .product-row .product img {
        width: 70px;
    }

    .product-table .product-row .product i,
          .product-gear-table .product-row .product i {
        margin-left: 80px;
    }

    .product-table .product-row .product .article,
          .product-gear-table .product-row .product .article {
        padding-left: 80px;
    }

    .product-table .product-row .product .price,
          .product-gear-table .product-row .product .price {
        padding-left: 80px;
    }
    .product-table .product-row .product .values, .product-table .product-row .product .data,
          .product-gear-table .product-row .product .values,
          .product-gear-table .product-row .product .data {
        width: 100% !important;
        text-align: left;
    }

    .product-table .product-row .product .values > div, .product-table .product-row .product .data > div,
            .product-gear-table .product-row .product .values > div,
            .product-gear-table .product-row .product .data > div {
        width: 50%;
    }

    .product-table .product-row .product .values span, .product-table .product-row .product .data span,
            .product-gear-table .product-row .product span {
        font-style: italic;
        display: block;
        padding: 0;
        color: #bbb;
    }

    .product-table .product-row .product .product-code i,
          .product-gear-table .product-row .product .product-code i {
        margin-left: 0;
        top: -5px;
        position: relative;
    }
}

.product-table .product-row .sum,
.product-gear-table .product-row .sum {
    vertical-align: top;
    height: 75px;
    overflow: visible;
    background-color: #fff;
    display: inline-block;
    width: 205px;
    border: 1px solid #e0e0ea;
    padding: 13px 12px;
    text-align: right;
    font-size: 15px;
    line-height: 20px;
    color: #5b5b5b;
}

.product-table .product-row .sum.tooltip-button .tooltip-container,
.product-gear-table .product-row .sum.tooltip-button .tooltip-container {
	display: block;
	opacity: 1;
	bottom: 70px;
	right: 10px;
}

.product-table .product-row .sum .form-control,
      .product-gear-table .product-row .sum .form-control {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: none;
    margin: 0 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.product-table .product-row .sum a,
      .product-table .product-row .sum span,
      .product-gear-table .product-row .sum a,
      .product-gear-table .product-row .sum span {
    margin-right: 10px;
    float: left;
    margin: 13px 0;
    display: inline-block;
}

.product-table .product-row .sum a:hover,
        .product-table .product-row .sum span:hover,
        .product-gear-table .product-row .sum a:hover,
        .product-gear-table .product-row .sum span:hover {
    text-decoration: none;
}

.product-table .product-row .sum .btn,
      .product-gear-table .product-row .sum .btn {
    display: inline-block;
    border: none;
    float: none;
    margin: 0;
    padding: 13px 0;
    width: 48px;
    height: 48px;
    position: relative;
    top: -1px;
}

.product-table .product-row .sum .btn i,
        .product-gear-table .product-row .sum .btn i {
    right: 0;
    margin: 0;
    top: 4px;
}

.product-table .product-row .sum .btn-select,
      .product-gear-table .product-row .sum .btn-select {
    width: auto;
    padding-left: 19px;
    padding-right: 19px;
    margin-right: 10px;
}

.product-table .product-row .sum.green,
      .product-gear-table .product-row .sum.green {
    border-color: #26bd4d;
}

.product-table .product-row .sum.red,
      .product-gear-table .product-row .sum.red {
    border-color: #ee1c3a;
}

.product-table .product-row .sum.yellow,
      .product-gear-table .product-row .sum.yellow {
    border-color: #e0a017;
}

.product-table .product-row .sum.blue,
      .product-gear-table .product-row .sum.blue {
    border-color: #146099;
}

@media (max-width: 991px) {
    .product-table .product-row .sum,
        .product-gear-table .product-row .sum {
        margin-bottom: 30px;
    }
}

.product-gear-table .product-row .product .excerpt .nav-pills {
    width: 160px;
    padding: 0;
    padding-right: 15px;
    padding-bottom: 10px;
}

.product-gear-table .product-row .product .excerpt .nav-pills a {
    display: block;
    color: #0053a1;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-family: "Roboto", sans-serif;
}

.product-gear-table .product-row .product .excerpt .nav-pills a i {
    width: 15px;
    padding: 0;
    margin: 0;
    color: #0053a1;
}

.product-gear-table .product-row .product .excerpt .nav-pills a:hover, .product-gear-table .product-row .product .excerpt .nav-pills a.active {
    border-bottom: 0;
    color: #202020;
}

.product-gear-table .product-row .product .excerpt .nav-pills a:hover i, .product-gear-table .product-row .product .excerpt .nav-pills a.active i {
    color: #202020;
}

.product-gear-table .product-row .product .excerpt .tab-content {
    width: calc(100% - 170px);
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.product-gear-table .product-row .product .excerpt .tab-content .tab-pane {
    padding: 0;
    display: none;
}

.product-gear-table .product-row .product .excerpt .tab-content .tab-pane.active {
    display: block;
}

.product-gear-table .product-row .product .excerpt .tab-content .tab-pane p {
    padding: 0;
}

.product-gear-table .product-row .product .excerpt .tab-content ul.features {
    margin: 0;
    padding: 0;
}

.product-gear-table .product-row .product .excerpt .tab-content ul.features li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-right: 20px;
}

.product-gear-table .product-row .product .excerpt .tab-content ul.features li i {
    padding: 0;
    margin: 0;
}

.product-gear-table .product-row .product .excerpt .tab-content ul.features li a {
    font-size: 13px;
    line-height: 33px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0053a1;
}

.product-gear-table .product-row .product .excerpt .tab-content ul.features li a:hover {
    color: #202020;
}

.product-gear-table .product-row .product .excerpt .tab-content ul.features li .hy-d-print {
    font-size: 40px;
    color: #0053a1;
}

@media (max-width: 991px) {
    .product-gear-table .product-row .product .excerpt {
        max-height: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .product-gear-table .product-row .product .excerpt {
        position: relative;
    }

    .product-gear-table .product-row .product .excerpt .nav-pills {
        width: 100%;
        position: absolute;
        top: 0;
        padding: 0 20px;
        padding-top: 20px;
        padding-left: 110px;
    }

    .product-gear-table .product-row .product .excerpt .tab-content {
        padding: 0 20px;
        padding-top: 130px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .product-gear-table .product-row .product .excerpt .nav-pills {
        padding-left: 80px;
    }
}

/*Product page*/
.product .product-image {
    margin-bottom: 30px;
}

.product .product-image .pic-zoom i {
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    padding: 5px;
    font-weight: bold;
    right: 15px;
    top: 0px;
    z-index: 1000;
}

.product .product-description {
    margin-bottom: 30px;
    border-top: 1px solid #e8e8f2;
    padding-top: 30px;
}
.product .product-description ul {
  margin-left: 0;
  padding-left: 5px;
  width: 49%;
  display: inline-block;
}
.product .product-description ul li {
  margin-left: 0;
  padding-left: 0;
}

.product #imageContentDiv {
  overflow: hidden;
}
.product #imageContentDiv .image-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.product #imageContentDiv:hover .image-overlay {
  display: block;
}
.product #imageContentDiv .image-overlay .pic-zoom {
  display: block;
  background-color: #0053a1;
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.product #imageContentDiv .image-overlay .pic-zoom i {
  background: transparent;
  font-size: 24px;
  position: absolute;
  left: 5px;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.fancybox-opened .fancybox-skin {
  background-color: #fff !important;
  border-radius: 0 !important;
}
.fancybox-close {
  background-color: #0053a1;
  width: 45px;
  height: 45px;
  border-radius: 7px;
  background-image: none !important;
  top: 10px !important;
  right: 10px !important;
}
.fancybox-close:before {
  content: "\e90b";
  font-size: 17px;
  color: #fff;
  font-family: 'hypex-fonticons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 9px;
  display: block;
  margin-left: 9px;
}
.product .product-actions {
    margin-bottom: 30px;
}

.product .price dl {
    margin-left: 0;
}

.product .price dl > * {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
}

.product .price dl dt {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #5b5b5b;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
    border-bottom: 1px solid #e8e8f2;
}

.product .price dl dt:nth-last-child(2) {
    border-width: 2px;
}

.product .price dl dd {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-bottom: 1px solid #e8e8f2;
    margin-left: -3px;
}

.product .price dl dd:last-child {
    border-width: 2px;
}

.product .price dl dd i.green {
    color: #26bd4d;
}

.product .price dl dd i.red {
    color: #ee1c3a;
}

.product .price dl dd i.yellow {
    color: #e0a017;
}

.product .price .sum {
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
}

.product .price .sum.tooltip-button .tooltip-container {
	display: block;
	opacity: 1;
	bottom: 70px;
	right: 10px;
}

.product .price .sum * {
    display: inline-block;
}

.product .price .sum .btn-primary .hy-cart:after {
  content: "ˇ";
  transform: rotate(-135deg);
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  top: -6px;
  right: 8px;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 830px;
  border: 0;
}

.product .price .sum .form-control {
    width: 48px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.product .price .sum .btn {
    position: relative;
    height: 48px;
    top: -2px;
    right: 3px;
    margin-left: 20px;
}

.product .documentation {
    background-color: #e8e8f2;
    padding: 10px 30px 20px 30px;
    margin-bottom: 25px;
}

.product .documentation:before {
  position: absolute;
  top: 40px;
  left: 15px;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  border-bottom: 10px solid transparent;
  content: "";
}

.product .documentation .btn-link {
    font-size: 13px;
    margin-bottom: 15px;
}

.product .documentation .btn-link span {
    color: #5b5b5b;
    text-transform: none;
    display: block;
}

.product .documentation .btn-link i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 15px;
}

.product .documentation .btn-link:hover {
    text-decoration: none;
    color: #202020;
}

.product .documentation .btn-link.download {
    line-height: 15px;
}

.product .documentation .btn-link.download i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    top: 0;
    left: -3px;
    margin-right: 7px;
}

.product .documentation .btn-link.download span {
    display: block;
    white-space: nowrap;
}

.product .documentation .hy-d-print {
    font-size: 40px;
    color: #0053a1;
    display: inline-block;
    margin-right: 20px;
}

.product .documentation ul.features {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.product .documentation ul.features li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.product .documentation ul.features li a {
    font-size: 13px;
    line-height: 33px;
    font-weight: 500;
    text-transform: uppercase;
}

.product .documentation ul.features li a:hover {
    color: #202020;
    text-decoration: none;
}
.product .documentation h4 {
  margin-bottom: 0;
  margin-top: 20px;
}

/*Legend*/
.legend {
    text-align: right;
}

@media (max-width: 767px) {
    .legend {
        text-align: left;
    }

    .legend .tooltip-container {
        left: -18px;
        right: inherit;
    }

    .legend .tooltip-container:after {
        right: inherit;
        left: 15px;
    }
}

.legend span {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}

.legend span.red {
    border-color: #ee1c3a;
}

.legend span.red:hover {
    background-color: #ee1c3a;
}

.legend span.yellow {
    border-color: #e0a017;
}

.legend span.yellow:hover {
    background-color: #e0a017;
}

.legend span.green {
    border-color: #26bd4d;
}

.legend span.green:hover {
    background-color: #26bd4d;
}

.legend span.blue {
	background-color: inherit;
    border-color: #146099;
}

.legend span.blue:hover {
    background-color: #146099;
}


/*Load*/
.load-container dt {
    font-weight: normal;
    text-align: right;
    padding-right: 12px;
    width: 195px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 2px 0;
}

.load-container dd {
    width: calc(100% - 200px);
    margin: 2px 0;
}

.load-container dd.load-marker div {
    background: #eaeaea;
    width: calc(100% - 70px);
    height: 20px;
    display: inline-block;
    top: 4px;
    position: relative;
    border-radius: 4px;
    margin-right: 10px;
    text-align: right;
    overflow: hidden;
}

.load-container dd.load-marker.red {
    color: #ee1c3a;
    background-color: transparent;
}

.load-container dd.load-marker.red span {
    background: #ee1c3a;
}

.load-container dd.load-marker.blue {
    color: #202020;
    background-color: transparent;
}

.load-container dd.load-marker.blue span {
    background: #0053a1;
}

.load-container dd.load-marker.orange {
    color: #ee8e1c;
    background-color: transparent;
}

.load-container dd.load-marker.orange span {
    background: #ee8e1c;
}

.load-container dd.load-marker span {
    display: block;
    height: 100%;
    border-radius: 4px;
}

/*Cart steps*/
.steps {
    position: relative;
    height: 60px;
}

@media (max-width: 991px) {
    .steps {
        margin-top: 20px;
    }
}

.steps:after {
    background-color: #eeeeee;
    display: block;
    width: 80%;
    height: 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    content: "";
    top: 43px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.steps .step {
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 18px;
    line-height: 36px;
    width: 32%;
    display: inline-block;
    color: #9a9a9a;
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (max-width: 480px) {
    .steps .step {
        font-size: 14px;
    }
}

.steps .step:first-child {
    right: inherit;
    left: -5%;
}

.steps .step:last-child {
    left: inherit;
    right: -5%;
}

.steps .step span {
    height: 20px;
    width: 20px;
    display: block;
    background: #a9a9a9;
    border-radius: 100%;
    margin: 0 auto;
}

.steps .step.completed {
    color: #0053a1;
}

.steps .step.completed span {
    background: #0053a1;
}

.steps .step.active {
    color: #202020;
}

.steps .step.active span {
    background: #0053a1;
}

/*Cart total*/
.cart-total {
    background-color: #e8e8f2;
    padding: 19px 30px 10px 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    color: #202020;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .cart-total {
        text-align: center;
    }
}

.cart-total:after {
    content: "";
    display: table;
    clear: both;
}

.cart-total .hy-shopping-bag {
    font-size: 30px;
    color: #0053a1;
    position: relative;
    top: 5px;
    margin-right: 20px;
}

.cart-total strong {
    margin-right: 23px;
}

.cart-total .btn {
    text-transform: none;
    float: right;
    margin-top: -2px;
    margin-bottom: 2px;
    margin-left: 15px;
}

.cart-total .btn.btn-outline {
    background-color: transparent;
}

.cart-total .btn.btn-outline:hover {
    background-color: #0053a1;
}

@media (max-width: 991px) {
    .cart-total .btn {
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*Cart table*/
.order-content {
    padding-top: 20px;
}

.order-content .order-message {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
    max-width: 400px;
    margin: 0 auto;
}

.order-content .order-message p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 28px;
}

.order-content .order-message.error h4 {
    color: #ee1c3a;
}

.order-content .order-message.error p strong,
    .order-content .order-message.error p a {
    white-space: nowrap;
    color: #0053a1;
    font-weight: 500;
}

.order-content .order-footer {
    padding-top: 30px;
    padding-bottom: 60px;
}

.order-content .order-footer:after {
    content: "";
    display: table;
    clear: both;
}

.order-content .order-footer .pull-right {
    float: right;
}

.order-content .order-footer .pull-left {
    float: left;
}

.cart-product-table .product-row {
    border: 1px solid;
    vertical-align: middle;
    position: relative;
    padding: 12px 20px;
    margin-bottom: 9px;
}

.cart-product-table .product-row > div {
    display: inline-block;
    vertical-align: top;
}

.cart-product-table .product-row .form-control {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
}

.cart-product-table .product-row .form-control:focus, .cart-product-table .product-row .form-control.changed-value {
    border-color: #0053a1;
}

.cart-product-table .product-row .matnr {
    width: 130px;
    line-height: 1.1;
}

.cart-product-table .product-row .matnr a {
	display: block;
    margin-top: 15px;
    color: #888888;
    cursor: default;
}

.cart-product-table .product-row .article {
    width: 35%;
    line-height: 1.1;
    padding-right: 20px;
}

.cart-product-table .product-row .article a {
    display: block;
    margin-top: 15px;
    color: #888888;
    cursor: default;
}

.cart-product-table .product-row .article span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #888888;
    margin-top: 7px;
}

@media (max-width: 991px) {
    .cart-product-table .product-row .article {
        width: 100%;
        padding-right: 60px;
    }
}

.cart-product-table .product-row .values {
    width: calc(65% - 60px - 130px);
}

.cart-product-table .product-row .values > div {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    color: #888888;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .cart-product-table .product-row .values > div {
        margin-top: 20px;
        vertical-align: top;
    }

    .cart-product-table .product-row .values > div .form-control {
        margin-top: -8px;
    }
}

.cart-product-table .product-row .values > div span {
    display: none;
}

@media (max-width: 991px) {
    .cart-product-table .product-row .values > div span {
        display: block;
        font-style: italic;
        color: #bbb;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

.cart-product-table .product-row .values > div.rabat {
    width: 10%;
}

.cart-product-table .product-row .values > div.price {
    width: 18%;
}

@media (max-width: 767px) {
    .cart-product-table .product-row .values > div {
        width: 30%;
        padding-right: 30px;
    }

    .cart-product-table .product-row .values > div.rabat {
        width: 30%;
    }

    .cart-product-table .product-row .values > div.price {
        width: 30%;
    }

    .cart-product-table .product-row .values > div .form-control {
        max-width: 80px;
    }
}

@media (max-width: 480px) {
    .cart-product-table .product-row .values > div {
        width: 49%;
    }

    .cart-product-table .product-row .values > div.rabat {
        width: 49%;
    }

    .cart-product-table .product-row .values > div.price {
        width: 49%;
    }
}

@media (max-width: 991px) {
    .cart-product-table .product-row .values {
        width: 100%;
    }
}

.cart-product-table .product-row .actions {
    width: 50px;
    text-align: right;
    vertical-align: middle;
    height: 48px;
    padding: 11px 0;
}

.cart-product-table .product-row .actions a:hover {
    text-decoration: none;
    color: #202020;
}

@media (max-width: 991px) {
    .cart-product-table .product-row .actions a.delete {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

.cart-product-table .product-row .actions .confirmation {
    position: absolute;
    max-width: 400px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    right: 60px;
    top: 0;
    background-color: #ee1c3a;
    height: 100%;
    display: inline-block;
    align-items: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    transition: all 0.5s ease-out;
    z-index: -10;
}

.cart-product-table .product-row .actions .confirmation.show {
    max-width: 400px;
    transition: opacity 0.5s ease-in;
    opacity: 1;
    z-index: 10;
}

.cart-product-table .product-row .actions .confirmation p {
    display: block;
}

.cart-product-table .product-row .actions .confirmation a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

.cart-product-table .product-row .actions .confirmation a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .cart-product-table .product-row .actions {
        max-height: 0;
        padding: 0;
    }
}

.cart-product-table .product-row.head {
    border-color: transparent;
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
    padding: 0px 20px;
    margin-bottom: -5px;
    margin-top: 20px;
}

.cart-product-table .product-row.head .values {
    line-height: 13px;
}

.cart-product-table .product-row.head .values div {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 13px;
    line-height: 13px;
}

.cart-product-table .product-row.head .article {
    line-height: 13px;
}

.cart-product-table .product-row.head .actions {
    height: auto;
    padding: 0;
    margin: 0;
}

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

.cart-product-table .product-row.remove {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s ease-in;
}

.cart-product-table .product-row.green {
    border-color: #26bd4d;
}

.cart-product-table .product-row.yellow {
    border-color: #e0a017;
}

.cart-product-table .product-row.yellow .article span {
    position: relative;
}

.cart-product-table .product-row.yellow .article span:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background-color: #e0a017;
    position: absolute;
    left: -5px;
    top: 2px;
}

.cart-product-table .product-row.red {
    border-color: #ee1c3a;
}

.cart-product-table .product-row.bor-blue {
    border-color: #146099;
}

/*Calculator*/
.calculator-tabs {
    text-align: center;
    display: block;
}

.calculator-tabs .btn {
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.calculator-tabs .btn.active {
    background-color: #202020 !important;
    border-color: #202020 !important;
    outline: none;
    box-shadow: none !important;
}

.calculator-tabs .btn.active:hover {
    background-color: #000 !important;
}

.calculator-tabs .btn-success {
    padding-left: 15px;
    padding-right: 15px;
}

.calculator-tabs .btn-success i {
    position: relative;
    top: 4px;
    transform: rotate(90deg);
}

@media (max-width: 1199px) {
    .calculator-tabs li a {
        margin-bottom: 0 !important;
    }

    .calculator-tabs li:last-child a {
      /*  margin-bottom: 20px !important;*/
    }
}

.calculator-container {
    padding-top: 40px;
}

.calculator-container .button-toggler {
    display: block;
    margin: 20px 0 20px 0;
}

.calculator-container .button-toggler .load {
    display: inline-block;
    position: relative;
}

.calculator-container .button-toggler .load:hover .delete {
    max-height: 24px;
    opacity: 1;
}

.calculator-container .button-toggler .reload {
    display: inline-block;
    position: relative;
    top: 12px;
    padding-left: 30px;
    font-size: 15px;
    color: #0053a1;
}

.calculator-container .button-toggler .reload:hover {
	text-decoration: underline;
	color: #0053a1;
}

.calculator-container .button-toggler .reload i {
    display: block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .calculator-container .button-toggler .reload {
        margin-left: 0;
    }
}

.calculator-container .button-toggler .btn-link {
    font-size: 15px;
}

.calculator-container .hy-plus {
    background-color: #0053a1;
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 100%;
    position: relative;
    top: -4px;
}

.calculator-container .button-toggler .btn-link .hy-plus:before {
    position: relative;
    top: 3px;
    left: 0px;
}

@media (max-width: 380px) {
    .calculator-container .button-toggler .btn-link {
        margin-top: 20px;
    }
}

.calculator-container .button-toggler .delete {
    background-color: #e8e8f2;
    width: 24px;
    height: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: 0;
}

.calculator-container .button-toggler .delete i {
    position: relative;
    left: 5px;
    top: -2px;
    font-size: 14px;
}

.calculator-container .button-toggler .delete:hover {
    text-decoration: none;
    color: #ee1c3a;
}

.calculator-container .data-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.calculator-container .data-group.no-border {
    border: 0;
}

.calculator-container .data-group .checkbox label {
    text-transform: none;
}

.calculator-container .select-box {
    width: auto;
}

.calculator-container .table tr td {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
}

.calculator-container .table tr td:first-child {
    padding-right: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    line-height: 15px;
}

@media (max-width: 575px) {
    .calculator-container .table tr td:first-child {
        width: 35%;
    }
}

.calculator-container .table tr td:last-child {
    text-align: left;
}

.calculator-container .table .label-value {
    width: 100%;
    margin: 0;
}

.calculator-container .table .label-value span:first-child {
    min-width: 50px;
    width: 30%;
    text-align: right;
}

.calculator-container .table .label-value span:last-child {
    /* width: 40px; */
    text-align: left;
}

.flex-image {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.flex {
  align-self: flex-end;
}


.label-value {
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 30px;
}

.label-value > * {
    display: inline-block;
    vertical-align: text-top;
}

.label-value label {
    display: block;
    margin-bottom: 5px;
}

.label-value .form-control {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin: 0 5px;
}

.label-value span {
    font-size: 17px;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
}

.label-value span small {
    font-size: 11px;
    position: relative;
    top: 4px;
}

.label-value > span {
    margin-top: 7px;
}

.label-value .select-box span {
    line-height: 1;
}

.label-value .select-box .select {
    padding-top: 14px;
}

.label-value .checkbox label {
    text-transform: none !important;
}

.label-select {
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.label-select > label {
    display: block;
    margin-bottom: 5px;
}

.radio-button-image-group label {
    background: transparent;
    width: 200px;
    height: 200px;
    border: 2px solid #dbdbdb;
    margin-right: 20px;
    margin-bottom: 18px;
    padding: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    text-transform: none;
    font-weight: 500;
    color: #0053a1;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}

.radio-button-image-group label:hover {
    border-color: #aaaaaa;
    color: #202020;
}

.radio-button-image-group label img {
  display: block;
  width: 110%;
  height: calc(110% - 40px);
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -5%;
  z-index: -1;
  position: relative;
}

@media (max-width: 1199px) {
    .radio-button-image-group label {
        width: calc(50% - 22px);
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .radio-button-image-group label {
        width: calc(50% - 12px);
        max-width: 200px;
    }

    .radio-button-image-group label:nth-child(4n) {
        margin-right: 0;
    }
}

.radio-button-image-group input {
    opacity: 0;
    display: none;
}

.radio-button-image-group input:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #0053a1;
}

.radio-button-image-group input:checked + label {
    color: #202020;
    background-color: transparent;
    border-color: #202020;
    margin-bottom: 18px;
}

.radio-button-image-group input:disabled + label {
    opacity: 0.65;
    margin-bottom: 0;
}

.radio-button-image-group input:disabled + label:before {
    cursor: not-allowed;
}

.calculator-footer {
    text-align: center;
}

.calculator-footer .btn {
    margin: 0 15px;
}

/*Ordering code*/
.ordering-code h4 {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.ordering-code > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ordering-code > ul li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

.ordering-code > ul li .form-control {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: inline-block;
    max-width: 48px;
    margin-top: 0;
    line-height: 1;
}

.ordering-code > ul li .select-box {
    margin-top: 0;
    line-height: 1;
    border-color: #0053a1;
}

.ordering-code > ul li .select-box .select {
    padding: 12px 13px 12px 13px;
}

.ordering-code > ul li .select-box .select span {
    margin-right: 0;
}

.ordering-code > ul li .select-box .select .hy-angle-bottom {
    right: 0;
    left: 0;
    bottom: inherit;
    top: 27px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.ordering-code > ul li .select-box:hover {
    border-color: #0053a1;
}

.ordering-code > ul li .select-box > ul {
    border-color: #0053a1;
}

.ordering-code > ul li .select-box > ul li {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.ordering-code > ul li .select-box .select > span {
    top: 3px;
    position: relative;
}

/*Calculator status*/
.status.green {
    color: #26bd4d;
    font-weight: 800;
}

.status.yellow {
    color: #e0a017;
    font-weight: 800;
}

.status.red {
    color: #ee1c3a;
    text-transform: uppercase;
    font-weight: 800;
}

/**/
.calculator-page .product-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.calculator-page .product-actions .btn {
    margin: 0 15px;
    white-space: nowrap;
}

.calculator-page .product-actions .btn:first-child {
    margin-left: 0;
}

.calculator-page .product-actions .btn:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .calculator-page .product-actions {
        justify-content: flex-start;
    }
}

.calculator-page .documentation {
    margin-bottom: 20px;
}

/*List of products*/
.product-list .product-list-header {
    background-color: #ebebeb;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.product-list .product-list-header > .select-box {
    vertical-align: top;
    display: inline-block;
}

.product-list .product-list-header > a {
    padding: 10px 0;
    display: inline-block;
}

.product-list .product-list-header .label-select {
    margin-bottom: 10px;
    position: relative;
    margin-right: 0;
    float: right;
    width: 200px;
}

div#basicCycleStepButtons {
	display: inline-block;
	margin-bottom: 0;
}

div#advCycleStepButtons {
    display: inline-block;
}

@media (max-width: 575px) {
    .product-list .product-list-header .label-select {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
}

.product-list .product-list-header .label-select > * {
    display: inline-block;
}

.product-list .product-list-header .label-select > label {
    position: absolute;
    top: 16px;
    right: 110px;
}

@media (max-width: 575px) {
    .product-list .product-list-header .label-select > label {
        right: inherit;
        left: 0;
    }
}

.product-list .product-list-header .label-select .select-box {
    width: 100px;
    float: right;
}

@media (max-width: 575px) {
    .product-list .product-list-header .label-select .select-box {
        width: calc(100% - 70px);
    }
}

.product-list .product-list-header .checkbox {
    display: inline-block;
    margin-top: 9px;
}

.product-list .product-list-header p {
    margin-bottom: 0;
    font-size: 0.85em;
    line-height: 1;
}

.product-list .product-list-body table.table-product-data {
    width: 100%;
}

.product-list .product-list-body table.table-product-data thead tr th span {
    vertical-align: bottom;
}

.product-list .product-list-body table.table-product-data tr td,
  .product-list .product-list-body table.table-product-data tr th {
    text-align: center;
    max-width: 125px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-list .product-list-body table.table-product-data tr td:nth-last-child(2), .product-list .product-list-body table.table-product-data tr td:nth-last-child(3), .product-list .product-list-body table.table-product-data tr td:nth-last-child(4),
    .product-list .product-list-body table.table-product-data tr th:nth-last-child(2),
    .product-list .product-list-body table.table-product-data tr th:nth-last-child(3),
    .product-list .product-list-body table.table-product-data tr th:nth-last-child(4) {
    max-width: 80px;
}

/******************************/
.mixin {
    background-color: #ee1c3a;
    background-image: -moz-linear-gradient(top, #ee1c3a 0%, #0053a1 100%) !important;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #ee1c3a), color-stop(100%, #0053a1)) !important;
    background-image: -webkit-linear-gradient(top, #ee1c3a 0%, #0053a1 100%) !important;
    background-image: -o-linear-gradient(top, #ee1c3a 0%, #0053a1 100%) !important;
    background: -ms-linear-gradient(top, #ee1c3a 0%, #0053a1 100%);
    background: linear-gradient(90deg, #ee1c3a 0%, #0053a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}

@media (max-width: 767px) {
    .mixin {
        background-color: green;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .mixin {
        background-color: red;
    }
}

@media (min-width: 768px) {
    .mixin {
        background-color: green;
    }
}

/***********************/
/*Subscription*/
.subscripton .input-group {
    max-width: 280px;
    display: inline-flex;
}

.subscripton p {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .subscripton p {
        text-align: center;
        margin-bottom: 20px;
    }
}

.newsletter-categories {
    padding-bottom: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out;
}

.newsletter-categories.show {
    opacity: 1;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.newsletter-categories h3 {
    color: #202020;
    margin-bottom: 15px;
}

.newsletter-categories .checkbox label {
    text-transform: none;
    color: #0053a1;
    font-size: 16px;
    line-height: 20px;
}

/*Unimotion*/
.emphasis-container {
    padding-top: 270px;
}

.emphasis-container.gray-lighter {
    padding: 153px 25% 50px 50px;
    margin-bottom: 150px;
    margin-left: 67px;
}

.emphasis-container.gray-lighter p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .emphasis-container.gray-lighter {
        margin-left: 0;
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .emphasis-container.gray-lighter {
        margin-top: 30px;
    }
}

.emphasis-container.row {
    padding-top: 60px;
}

.emphasis-container.row .emphasis {
    margin-left: 17px;
}

@media (max-width: 767px) {
    .emphasis-container.row .emphasis {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .emphasis-container {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

.unimotion-image img {
    width: 100%;
    height: auto;
}

.unimotion-image.one {
    margin-top: 266px;
    z-index: 10;
}

.unimotion-image.one img {
    width: 180%;
    margin-bottom: -140px;
}

@media (max-width: 991px) {
    .unimotion-image.one {
        margin-top: 120px;
    }

    .unimotion-image.one img {
        width: 150%;
    }
}

@media (max-width: 767px) {
    .unimotion-image.one {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .unimotion-image.one img {
        width: 100%;
        margin-bottom: 0;
    }
}

.unimotion-image.two {
    margin-top: 30px;
}

/*O nas*/
.o-nas-image img {
    width: calc(100% + 37px);
    height: auto;
    margin-left: 60px;
    margin-top: -110px;
}

@media (max-width: 991px) {
    .o-nas-image img {
        margin-left: 0;
        width: calc(100% + 30px);
    }
}

@media (max-width: 767px) {
    .o-nas-image img {
        margin-top: 0;
        width: 100%;
    }
}

.about-info > div {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .about-info > div {
        margin-bottom: 40px;
    }
}

.about-info > div img {
    width: 100px;
}

.about-info > div img.img-fluid {
    width: 100%;
}

.about-info > div:nth-child(2) h2,
  .about-info > div:nth-child(2) p {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .about-info > div:nth-child(2) h2,
      .about-info > div:nth-child(2) p {
        padding-left: 0;
    }
}

.about-info p.blue {
    margin-bottom: 0;
}

.about-info p.blue a {
    text-decoration: underline;
}

.banner {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
    margin-bottom: 60px;
    display: block;
    padding: 55px;
}

.banner.blue {
    color: #fff !important;
}

.banner.blue p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 0;
}

.banner.blue p a {
    color: #fff !important;
    text-decoration: underline;
}

.banner.blue p a:hover {
    text-decoration: none;
}

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

.date-range h5 {
    color: #202020;
    margin-top: 15px;
}

/*IE 10 hacks*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero .title-container {
        width: 600px;
        margin-top: 100px;
    }

    .hero .title-container img {
        width: 230px;
        height: auto;
    }

    .radio-button-group label {
        line-height: 20px;
    }

    .ordering-code h4 {
        top: -20px;
    }

    .product-list .product-list-header .label-select > label {
        top: -20px;
        margin-right: 10px;
    }

    .contact-inputs:after {
        clear: both;
        content: "";
        display: table;
    }

    .contact-inputs > div:first-child {
        width: 200px;
        margin: 0;
        float: left;
        margin-right: 20px;
    }

    .contact-inputs > div:nth-child(2) {
        width: calc(100% - 220px);
        margin: 0;
        float: right;
        height: 116px;
    }

    .contact-inputs > div:nth-child(2) .form-control {
        height: 100%;
    }

    .pagination {
        text-align: center;
        display: block;
    }

    .pagination li {
        display: inline-block;
    }

    .product-category {
        display: inline-block;
    }

    .filter,
  .configurator {
        vertical-align: top;
    }

    .filter > div,
    .configurator > div {
        vertical-align: top;
        display: inline-block;
        width: 19%;
    }
}

a:not([href]):not([tabindex]) {color: #fff; cursor: pointer;}
.load.add a {color: #0053a1;}
.load a.delete {cursor: pointer;}
.load-data-hidden {display: none;}
a.nohref {color: #0053a1 !important; cursor: pointer !important;}
a.nohref.disabled {color: unset !important; cursor: unset;}

.calculator-page .sec-data .specifications .data {float: left; width: 540px;}
.calculator-page .sec-data .specifications .note {float: left; width: calc(100% - 570px); padding-left: 30px; font-size: 11px;}
.calculator-page .sec-data .cb {clear: both;}

.calculator-page .sec-data .specifications .title {font-weight: bold; padding: 5px; background-color: #cfcfcf;}
.calculator-page .sec-data .specifications .field-div {width: 100%; border-bottom: 1px solid #efefef; padding-left: 5px;}
.calculator-page .sec-data .specifications .field-div.end-group {border-bottom: 2px solid #dfdfdf; padding-bottom: 5px; margin-bottom: 5px;}
.calculator-page .sec-data .specifications .field-div .name {width: calc(100% - 235px);}
.calculator-page .sec-data .specifications .field-div .inp {width: 235px;}
.calculator-page .sec-data .specifications .field-div .inp .display-inp {width: 65px; }
.calculator-page .sec-data .specifications .field-div .inp .unit {width: 72px;}

.calculator-page .sec-data .specifications .field-div {padding: 4px 0;}
.calculator-page .sec-data .specifications .field-div .name {float: left; width: calc(100% - 140px); line-height: 22px;}
.calculator-page .sec-data .specifications .field-div .inp {float: left; width: 140px; text-align: right;}
.calculator-page .sec-data .specifications .field-div .inp .symbol {display: inline-block; margin-right: 3px;}
.calculator-page .sec-data .specifications .field-div .inp .unit {display: inline-block; text-align: left;}
.calculator-page .sec-data .specifications .field-div .inp .display-inp {display: inline-block; width: 120px; text-align: right; padding-right: 5px; word-wrap:break-word;}

.calculator-page .sec-data .specifications .label-value {width: 100%; border-bottom: 1px solid #efefef; padding-left: 5px; margin-bottom: 5px;}
.calculator-page .sec-data .specifications .label-value.end-group {border-bottom: 2px solid #dfdfdf; padding-bottom: 5px; margin-bottom: 5px;}
.calculator-page .sec-data .specifications .label-value .name {width: calc(100% - 235px);}
.calculator-page .sec-data .specifications .label-value label {display:block;}
.calculator-page .sec-data .specifications .label-value .display-inp {width: 65px; }
.calculator-page .sec-data .specifications .label-value { width: 350px; padding: 4px 0;}
.calculator-page .sec-data .specifications .label-value .name {float: left; width: calc(100% - 140px); line-height: 22px;}
.calculator-page .sec-data .specifications .label-value .symbol {display: inline-block; margin-right: 3px;}
.calculator-page .sec-data .specifications .label-value .unit {display: inline-block; text-align: left;}
.calculator-page .sec-data .specifications .label-value .display-inp {display: inline-block; text-align: right; padding-right: 5px; word-wrap:break-word;}

.calculator-page .sec-data .specifications .specs-tbl {width: 100%; margin-top: 5px;}
.calculator-page .sec-data .specifications .specs-tbl tr.head td {font-style: italic;}
.calculator-page .sec-data .specifications .specs-tbl tr td {padding: 2px 3px;}
.calculator-page .sec-data .specifications .specs-tbl tr:nth-child(odd) {background-color: #efefef;}

/*CMS*/
.cms_container_inner {padding: 20px; text-align: center;}
.cms_container_inner span {padding: 0 20px;}
.cms_container_inner font {font-size: 18px !important; margin-right: 30px;}

/*.users_cont:not(.oncms),
.login_cont {
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}*/
.usercaption,
.logincaption,
.caption,
.cmsAppField .appFieldRow .left {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.userdata,
.logindata,
.formfield,
.lang-area textarea,
.orders_filter_cont input,
#searchProdsInp,
#searchPCatsInp,
.searchCont input {
  padding: 13px 19px;
  border: 2px solid #5b5b5b;
  min-height: 46px;
  display: block;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0 auto;
}
.formfield:not(textarea),
.orders_filter_cont input {
  margin: 0;
  display: inline-block;
  padding: 7px 19px;
  margin-left: 10px;
}
.lang-area textarea,
#searchProdsInp,
#searchPCatsInp,
.searchCont input {
  margin: 0;
  display: inline-block;
  padding: 7px 19px;
}
.appFieldRow .formfield {
  margin-left: 0;
}
#showFromBut,
#showUntilBut,
#d_unBut,
#d_frBut,
#addfrBut,
#addunBut {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #333;
  padding: 0 5px;
  margin-right: 10px;
}
#showFromBut:focus,
#showUntilBut:focus,
#d_unBut:focus,
#d_frBut:focus {
  outline: none;
}
.userdata:focus,
.logindata:focus,
.formfield:focus {
  border-color: #0053a1;
  box-shadow: none !important;
}
.appFieldRow {
  margin-top: 15px;
}
.buttonCont {
  height: 100px;
  padding-top: 20px;
}
.buttonCont a,
.formbutton,
input[type="submit"],
a.orders_filter_search,
.startUpdate a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding: 13px 19px;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.35s ease-in-out;
  min-height: 45px;
  white-space: normal;
  background-color: #0053a1;
  border-color: #0053a1;
  border: none;
}
input[type="submit"] {
  margin: 0 !important;
}
.formbutton {
  display: inline-block;
}
.buttonCont a:hover,
.formbutton:hover,
input[type="submit"]:hover,
a.orders_filter_search:hover {
  color: #fff !important;
  background-color: #00488b !important;
  border-color: #00488b !important;
}
.logincheckbox label,
.uopt label,
.scDiv label,
.default-job label {
  margin-left: 10px;
}
.newsletterOption a {
  margin-right: 15px;
}
.newsletterOption span,
.resultsDiv,
.cmsNoDataContDiv,
.onepxinner {
  font-style: italic;
  color: #ccc;
}
.searchCont select,
.appFieldRow select,
.orders_filter_cont select,
.statisticsContDiv select {
  font-size: 15px;
  min-height: 48px;
  border-radius: 4px;
  line-height: 18px;
  border-width: 2px;
  border-color: #5b5b5b;
  background-size: 17px;
  padding-right: 40px;
  cursor: pointer;
}
.orders_filter_cont select {
  margin: 0 10px;
}
.searchCont select:after,
.appFieldRow select:after,
.orders_filter_cont select:after,
.statisticsContDiv select:after {
  font-family: 'hypex-fonticons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: 5px;
}
.cmsDataContDiv .cmsLineCont div:not(.editDiv) {
  display: inline-block;
  padding-right: 20px;
}
.cmsDataContDiv .cmsLineCont div.name {
  width: 30%;
}
.cmsDataContDiv .cmsLineCont div.langs {
  font-style: italic;
}
.cmsDataContDiv .cmsLineCont .editDiv {
  float: right;
}
.cmsDataContDiv .cmsLineCont .editDiv a {
  margin-left: 20px;
  display: inline-block;
}
.fancybox-overlay-fixed {z-index: 10000;}
.orders_filter_cont,
.searchCont {
  background-color: #eaeaea;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}
.cb {
  clear: both;
}

.buttonCont a {
  margin-right: 20px;
}

.startUpdate {
  display: block;
  margin: 20px 0;
}
.startUpdate a {
  display: inline-block;
}
.hspData > .ttl {
  text-transform: uppercase;
}
.hspPVDiv > div {
  display: inline-block;
}
.hspPVDiv .pttl {
  width: 30%;
  padding-right: 20px;
  font-style: italic;
}
.newsletterTopNavigation span {
  margin-right: 20px;
}
.newsletterSelectArticles .art label {
  margin-left: 10px;
}
.commonControlPanelDiv .btn {
  margin-right: 10px !important;
}
.users_data .data.link a {
  margin-left: 20px;
}

ul.ui-sortable li {
  padding: 5px 10px;
  border-bottom: 1px solid #eaeaea;
}
ul.ui-sortable li:first-child {
  border-top: 1px solid #eaeaea;
}
.tablepadding.tablecontent {
  margin-top: 50px;
}
.tablepadding.tablecontent tr td,
.users_data tr td,
#catalogs .cmsLineCont,
#bannersDiv .cmsLineCont  {
  border-bottom: 1px solid #eaeaea;
}
.tablepadding.tablecontent tr:nth-child(2) td,
.users_data tr:nth-child(2) td,
#catalogs .cmsLineCont:first-child,
#bannersDiv .cmsLineCont:first-child {
  border-top: 1px solid #eaeaea;
}
.calendar {
  background-color: #fff;
  z-index: 10000;
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  border-radius: 6px;
}
.calendar .name {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  padding-right: 10px;
}
.calendar .ttip {
  font-style: italic;
  color: #999;
  font-size: 14px;
}
.calendar thead tr:first-child td {
  text-align: center;
}
.calendar thead tr:first-child td:first-child div {
  background-color: #eaeaea;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.calendar thead tr:first-child td:last-child div {
  background-color: #eaeaea;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 1.8;
  font-weight: bold;
  float: right;
}
.calendar .headrow .nav {
  display: table-cell;
}
.calendar .headrow td {
  text-align: center;
}
.searchLabel {
  margin-right: 10px;
}
form .cpDiv a {
  color: #0053a1 !important;
  margin-right: 15px;
  margin-top: 10px;
}
.searchField {
  margin-bottom: 10px;
}
.newsletterTopNavigation {
  background: #e8e8f2;
  padding: 20px;
  margin-bottom: 20px;
}
.newsletterTopNavigation span:after {
  content: ">";
  margin-left: 15px;
  font-weight: normal;
  color: #ccc;
}
.newsletterTopNavigation span:last-child:after {
  display: none;
}
.newsletterTopNavigation span.selected {
  color: #0053a1 !important;
  font-weight: bold;
}

#suitProdsProdDetailsSpecs .label-value el {margin-top: 7px;font-size: 17px;line-height: 33px; padding-left: 8px;}
#suitableProductDetail .product-description {margin-bottom: 0;}
.cycle-info .label-value el.symb {min-width: 100px; text-align: right;}
.vhidden {visibility: hidden !important;}
.dhidden {display: none !important;}

.product-table .product-row .product .price.not-avail,
.product-gear-table .product-row .product .price.not-avail {vertical-align: middle;}
.product-table .product-row .product .price el,
.product-gear-table .product-row .product .price el {display: unset;}
.product-table .product-row .sum,
.product-gear-table .product-row .sum {height: unset;}
.filter > div .select-box {max-width: unset; width: calc(100% - 20px);}
.radio-button-image-group label img {z-index: unset;}
.calculator-container .button-toggler .delete:hover {
    color: #ee1c3a !important;
}
.calculator-container .table.multi-car td span.symbol {width: 30px;}
.calculator-container .table.multi-car td .checkbox {padding-left: 75px;}
.calculator-container .table.multi-car td .select-box {margin-left: 56px;}

.table.table-noborder tr td i.hy-info, .table.table-noborder tr th i.hy-info {top: unset; right: unset;}
.table.table-noborder tr td i.hy-info.open-modal, .table.table-noborder tr th i.hy-info.open-modal {top: 2px; position: relative;}
.table.table-noborder tr td i.hy-info .tooltip-container,
.table.table-noborder tr th i.hy-info .tooltip-container {font-family: "Roboto Condensed", sans-serif !important; top: -60px; left: 22px; right: unset; bottom: unset;width: 215px;}
.table.table-noborder tr td i.hy-info .tooltip-container:after,
.table.table-noborder tr th i.hy-info .tooltip-container:after {top: 59px; left: -20px; bottom: unset; right: unset;
	border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;}
.row.collapse.show {display:flex;}
.product .product-actions {margin-bottom: 0;}

.support-additional-img {position: absolute; bottom: 0; right: 51px;}
.label-value > sup {vertical-align: baseline;}

.slide-down-info {margin: -20px 0 10px 0; padding-left: 0; padding-right: 0;}
.slide-down-info .data-cont {margin-bottom: 0; background-color: white; padding: 15px 20px;}
.slide-down-info .data-cont.pp-sliding-down {background-color: #ebebeb; transition: all 0.35s linear;}
.slide-down-info .data-cont.pp-down {background-color: #ebebeb; transition: all 0.35s linear;}
.slide-down-info .data-cont.pp-sliding-up {background-color: #ffffff; transition: all 0.35s linear;}


.label-value.entire-stroke-check .checkbox {padding-top: 15px;}

.product-gear-table.calc-table .product-row.head .product-code {font-weight: bolder; color: #202020;}
.product-gear-table.calc-table .product-row.head div.col-grp-ttl {font-weight: bolder; color: #202020; display: block; text-align: center; width: unset;}
.product-gear-table.calc-table .product-row.head .unit {text-transform: none;}
.product-gear-table.calc-table .product-row div.safety-facts {width: 150px !important; padding: 0;}
.product-gear-table.calc-table .product-row div.safety-facts div:not(.col-grp-ttl) {width: 50%; text-align: center;}
.product-gear-table.calc-table .product-row div.service-life {width: 380px !important; padding: 0 30px;}
.product-gear-table.calc-table .product-row div.service-life div:not(.col-grp-ttl) {width: 25%; text-align: center;}
.product-gear-table.calc-table .product-row div.max-torque {width: 100px; padding: 0;}
.product-gear-table.calc-table .product-row div.max-torque div:not(.col-grp-ttl) {text-align: center; width: 100%;}
.product-gear-table.calc-table .product-row div.max-rpm {width: 100px; padding: 0;}
.product-gear-table.calc-table .product-row div.max-rpm div:not(.col-grp-ttl) {text-align: center; width: 100%;}
.product-gear-table.calc-table .product-row sup {vertical-align: baseline;}

.product-gear-table.calc-table .product-row.active .product {
    text-decoration: none;
    border-color: #aaabac;
}

#section_suitable .data-group {padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
#suitableProductsList .filter-select label {padding-top: 20px;}
#suitableProductsList .filter-select .select-box {position:absolute; width: 100px;}

.product-gear-table.calc-table .product-row .sum {width: 105px;}
.product-gear-table.calc-table .product-row .product {width: calc(100% - 115px);}
.product-gear-table.calc-table .product-row .errorCell {width: 75%; color: red;}

.change-coord-system {padding-top: 21px;}
.change-coord-system a {color: #0053a1 !important;}
.change-coord-system el {padding-left: 5px;}
.change-coord-system i {position: relative; top: 2px;}

div#advCycleStepButtons .select-box {min-height: unset; margin-top: 7px;}
div#advCycleStepButtons .select-box .select {padding-top: 5px; padding-bottom: 5px;}
div#advCycleStepButtons .select-box .select i {top: 5px;}

.calculator-container .duty-group .table tr td:last-child {width: 250px;}
.calculator-container .env-group .table tr td:last-child {width: 250px;}

.calculator-container .load-data-flds .table tr td:last-child {width: 225px; }
.calculator-container .load-data-flds .table tr td:last-child i.hy-info {top: -3px; position: relative;}

#supporting-group #support-mounting tr td:last-child {width: 235px;}

ul.validation {margin-bottom: 0;}
ul.validation li.def-hid {display: none;}
ul.validation.expanded li.def-hid {display: list-item;}

.calculator-container .suit-prod-btns {margin-top: 10px;}

a.more-validation-dtls {color: #0053a1 !important; padding-left: 22px;}
.more-validation-dtls el:first-child {display:inline;}
.more-validation-dtls el:nth-child(2) {display:none;}
.more-validation-dtls.expanded el:first-child {display:none;}
.more-validation-dtls.expanded el:nth-child(2) {display:inline;}

#suitProdsProdDetailsSpecs .hy-info.note {cursor: pointer; top: 1px; position: relative;}
#suitProdsProdDetailsSpecs .note-div {display: none; font-size: 14px;}
#suitProdsProdDetailsSpecs .table tr td:last-child {width: 285px;}

#suitableProductsList p.note-div {font-size: 14px;}

.step-action-buttons .alert {margin-top: 10px;}

.calculator-container i.hy-info {color: #aaabac;}

i.hy-info .tooltip-container,
i.hy-info .tooltip-container {font-family: "Roboto Condensed", sans-serif !important;}

i.hy-info.open-modal {cursor: pointer;}
.help.pp-modal {width: 600px; padding: 15px;}

.advCycleLoadDataAddAccDiv-cont>i.hy-info, .basicCycleLoadDataAddAccDiv-cont>i.hy-info {top: 2px;}
.data-group.accordion.disl-point>i.hy-info {top: 2px;}
.data-group.accordion.motor-mass>i.hy-info {top: 2px;}

.ordering-code .tooltip-button .tooltip-container {
	bottom:unset;top:-96px;left:0;right:unset;width:290px;
}
.ordering-code .tooltip-button.lines-6 .tooltip-container {top: -180px}
.ordering-code .tooltip-button.lines-5 .tooltip-container {top: -159px}
.ordering-code .tooltip-button.lines-4 .tooltip-container {top: -138px}
.ordering-code .tooltip-button.lines-3 .tooltip-container {top: -117px}
.ordering-code .tooltip-button.lines-1 .tooltip-container {top: -75px}

.ordering-code .tooltip-button .tooltip-container::after {
	left: 5px;
	bottom: -10px;
	right: unset;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 0;
	border-left: 10px solid transparent;
}

.calculator-container .table.cycle-inputs tr td:first-child {width: 250px;}
.calculator-container .table tr td.info-pad-right {padding-right: 25px;}

#toProjectRow .project-type-inputs {margin-top: 1rem; text-transform: none;}
#toProjectRow .project-type-inputs .row {margin: 0;}
#toProjectRow .project-type-inputs .row div.col-6 {padding-left: 0px; padding-right: 10px;}
#toProjectRow .project-type-inputs .row div.col-6 .btn {float: unset;}

.radio-button-group.top-indic label {
	background: none;
	border: none;
	border-top: 3px solid #e8e8f2;
	color: #0053a1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.radio-button-group.top-indic input:checked + label {
	color: #202020;
	background: none;
	border-top: 3px solid #202020;
}

.table.table-product-data thead tr th.cts-head {min-width: 95px;}

.cmsLineCont.pcats .webf {float: left; width: 40px; min-width: unset;}
.cmsLineCont.pcats .domains-indic {float: left; width: 20%;}
.cmsLineCont.pcats .name {float: left; width: calc(80% - 410px);}
.cmsLineCont.pcats .editDiv {float: left; width: 20%; text-align: right; visibility: hidden; transition: none;}
.cmsLineCont.pcats .editDiv a {padding-right: 20px; padding-left: 10px; transition: none;}
.cmsLineCont.pcats:hover {background-color: #afafaf!important;}
.cmsLineCont.pcats:hover>.editDiv {visibility: visible;}

.cart-product-table.view-order .product-row:not(.head) .article {line-height: unset;}
.cart-product-table.view-order .product-row:not(.head) .article a {margin-top: 0;}
.cart-product-table.view-order .product-row.head .item-num {line-height: 13px; width: 50px;}
.cart-product-table.view-order .product-row:not(.head) .item-num {line-height: unset; width: 50px;}

.form-control.max-width.inl {display: inline-block;}

.cms.lin-unit .unit-fields .appFieldRow {margin-top: 10px; padding-bottom: 5px; border-bottom: 1px solid #cfcfcf;}
.cms.lin-unit .unit-fields .appFieldRow .left {width: 340px; float: left; text-transform: none; padding-top: 9px; font-size: 14px; text-align: right; padding-right: 20px;}
.cms.lin-unit .unit-fields .single-fld {margin-top: 10px; padding-bottom: 5px; border-bottom: 1px solid #cfcfcf;}
.cms.lin-unit .unit-fields .single-fld label {min-width: 340px; display: inline-block; text-transform: none; padding-top: 7px; text-align: right;; padding-right: 20px;}
.cms.lin-unit .unit-fields .single-fld input.form-control {display: inline-block; width:280px; padding-top: 7px;}

.cms.transl-texts .langProps {padding-left: 30px;}
.cms.transl-texts .langProps .checkbox {margin-left: 0;padding-left: 0;}
.cms.transl-texts .langProps label {min-width: 100px; margin-left: 30px;}

.cms.transl-texts table.cmpAnalTbl {width: 80%;}
.cms.transl-texts table.cmpAnalTbl tr.head {font-weight: bold;}
.cms.transl-texts table.cmpAnalTbl tr td.desc {font-weight: bold;}
.cms.transl-texts table.cmpAnalTbl tr td:not(.desc) {text-align: center;}
.cms.transl-texts table.cmpAnalTbl tr.chrow {background-color: #dfdfdf;}

.datepicker.datepicker-dropdown {z-index: 11000;}

.sap-kmat-raw-main-div .ttl {font-style: italic; font-weight: bold;}
.sap-kmat-raw-main-div table th {font-weight: 500; background-color: #dfdfdf;}
.sap-kmat-raw-main-div table tr.kar-row td {border-top: 1px solid #cfcfcf;}

/************** KONFIGURATOR ****************/
.prod-configurator #confStepsNav {background-color: #ebebeb; display: block; padding-left: 10px;}
.prod-configurator #confStepsNav li {list-style: none; display: inline-block;}
.prod-configurator #confStepsNav li a {display: block; margin: 10px 10px 10px 0;}
.prod-configurator #confStepsNav li.active a {background-color: #202020; border-color: #202020;}

.prod-configurator .conf-step {padding-left: 10px;}

.prod-configurator .conf-step .kar-div {border-bottom: 1px solid #cfcfcf; padding: 4px 0 4px 0;}
.prod-configurator .conf-step .kar-div:last-child {border-bottom: none;}
.prod-configurator .conf-step .kar-div .name {display: inline-block; min-width: 200px; text-align: right; padding-right: 10px;}
.prod-configurator .conf-step .kar-div .inp {display: inline-block;}
.prod-configurator .conf-step .kar-div .inp label {display: block;}
.prod-configurator .conf-step .kar-div.has-error {background-color: #ffe5e5;}
.prod-configurator .conf-step .kar-div select {}

.prod-configurator .conf-ctrls {padding: 10px 0 0 10px;}
.prod-configurator .conf-ctrls a {}
/************ END KONFIGURATOR **************/

/************** KONFIGURATOR ****************/
.product .configurator-title {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    height: 90px;
}

.product .configurator-title h4 {
    margin: 0;
}

.product .configurator-steps {
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 20px;
}

.product .configurator-steps .btn-success {
	position: absolute;
	right: 35px;
}

.product .configurator-steps .step {
    background-image: url(/images/2018/arrow-blue.svg);
    background-repeat: no-repeat;
    height: 45px;
    width: 51px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product .configurator-steps .step.active {
    background-image: url(/images/2018/arrow-black.svg);
    cursor: default;
}

.product .configurator-data .input {
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 260px;
}

.product .configurator-data .input.in-input input {
    padding-right: 25px;
}

.value-picker {
    padding: 13px 17px 13px 0;
}

.value-picker label.regular {
    margin-left: 3px;
}

/*Checkbox button group*/
.checkbox-button-group label {
    background: #fff;
    min-height: 48px;
    border: 2px solid #0053a1;
    margin-right: -6px;
    padding: 13px 19px;
    font-size: 15px;
    line-height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #0053a1;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
}

.checkbox-button-group label:nth-child(2) {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.checkbox-button-group label:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.checkbox-button-group label:hover {
    background-color: #0053a1;
    color: #fff;
}

.checkbox-button-group input {
    opacity: 0;
    display: none;
}

.checkbox-button-group input:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: #0053a1;
}

.checkbox-button-group input:checked + label {
    color: #fff;
    background-color: #0053a1;
}

.checkbox-button-group input:disabled + label {
    opacity: 0.65;
}

.checkbox-button-group input:disabled + label:before {
    cursor: not-allowed;
}

.checkbox-button-group.separated label {
    border-radius: 7px;
    margin: 5px;
}

/*Select box with input*/
.select-box-input {
    font-size: 15px;
    line-height: 20px;
}

.select-box-input .select {
    border: 2px solid #0053a1;
    border-radius: 7px;
    position: relative;
}

.select-box-input .select input {
    padding: 12px 13px 12px 19px;
    width: 100%;
    border-radius: 7px;
    border: 0;
}

.select-box-input .select input:focus {
    outline: none;
}

.select-box-input .select > i {
    font-size: 22px;
    color: #0053a1;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
}

.select-box-input.active .select-box-menu {
	display: block;
}

.select-box-input .select-box-menu {
    display: none;
    margin: 0;
    padding: 0 0px 10px 0px;
}

.select-box-input .select-box-menu li {
    padding: 10px 20px 10px 20px;
    list-style: none;
    margin: 0;
}

.select-box-input .select-box-menu li hr {
    margin: 0;
    margin-bottom: -10px;
    margin-top: 10px;
}

.select-box-input .select-box-menu li:hover {
    color: #0053a1;
    cursor: pointer;
}

.select-box-input.blue {
    background: transparent;
}

.select-box-input.blue .select {
    background-color: #0053a1;
}

.select-box-input.blue .select input {
    background-color: transparent;
    color: #fff;
}

.select-box-input.blue .select input::-webkit-input-placeholder {
    color: #fff;
}

.select-box-input.blue .select input:-moz-placeholder {
    color: #fff;
}

.select-box-input.blue .select input::-moz-placeholder {
    color: #fff;
}

.select-box-input.blue .select input:-ms-input-placeholder {
    color: #fff;
}

.select-box-input.blue .select input::-ms-input-placeholder {
    color: #fff;
}

.select-box-input.blue .select input::placeholder {
    color: #fff;
}

.select-box-input.blue .select > i {
    color: #fff;
}

.select-box-input.active {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.select-box-input.active .select {
    border-color: transparent;
}

.select-box-input.active .select > i {
    transform: rotate(180deg);
}

.select-box-input.active.blue .select {
    background-color: transparent;
}

.select-box-input.active.blue .select input {
    background-color: transparent;
}

.select-box-input.active.blue .select input {
    background-color: transparent;
    color: #5b5b5b;
}

.select-box-input.active.blue .select input::-webkit-input-placeholder {
    color: #5b5b5b;
}

.select-box-input.active.blue .select input:-moz-placeholder {
    color: #5b5b5b;
}

.select-box-input.active.blue .select input::-moz-placeholder {
    color: #5b5b5b;
}

.select-box-input.active.blue .select input:-ms-input-placeholder {
    color: #5b5b5b;
}

.select-box-input.active.blue .select input::-ms-input-placeholder {
    color: #5b5b5b;
}

.select-box-input.active.blue .select input::placeholder {
    color: #5b5b5b;
}

.select-box-input.active.blue .select > i {
    color: #0053a1;
}

.select-box-input.active.blue .select-box-menu li {
    color: #5b5b5b;
}

.select-box-input.active.blue .select-box-menu li:hover {
    color: #0053a1;
}

.select-box-input .select.error {border-color: #ee1c3a !important;}

.product .configurator-data .input input.form-control~span.range {color:#8f8f8f; position: absolute; top: 42px; right: 10px;}
.product .configurator-data .input input.form-control~span.range.dyn {line-height: 20px; top: 34px;}
.product .configurator-data .input.in-input .select-box-input input~span.range {color:#8f8f8f; position: absolute; top: 13px; right: 35px;}
.product .configurator-data .input.in-input .select-box-input input~span.range.dyn {top: 3px;}
/************ END KONFIGURATOR **************/

.a-to-z ul {list-style: none; margin-left: 0; padding-left: 0;}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-control .glyphicon-triangle-right {
	position: absolute;
    top: 0px;
    z-index: 5;
    display: inline-block;
    background: rgba(199, 199, 199, 0.7);
    padding: 7px 6px 7px 8px;
    border-radius: 50%;
    font-size: 10px;
    text-shadow: none;
    right: 20%;
}
.carousel-control .glyphicon-triangle-left {
	position: absolute;
    top: 0px;
    z-index: 5;
    display: inline-block;
    background: #c7c7c7;
    padding: 7px 9px 7px 5px;
    border-radius: 50%;
    font-size: 10px;
    text-shadow: none;
    left: 20%;
}
.carousel-control .glyphicon-triangle-right:hover,
.carousel-control .glyphicon-triangle-left:hover {
	background-color: #aaa;
}
.carousel-control {
	max-width: 50px;
}

#carouselHomeSlider .carousel-item {
  height: 480px;
}
#carouselHomeSlider .carousel-item video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 870px) {
  #carouselHomeSlider .carousel-item video  {
    width: auto !important;
    height: 480px;
  }
}

@media (max-width: 767px) {
  #carouselHomeSlider .carousel-item {
    height: 290px;
  }

}
@media (max-width: 480px) {
  #carouselHomeSlider .carousel-item video {
    height: 290px;
    left: -20%;
  }
}
.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(32, 32, 32, 0.35);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  margin: auto;
  opacity: 1;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(32, 32, 32, 0.7);
  opacity: 1;
}
.carousel-control-prev {
  left: 30px;
}
.carousel-control-next {
  right: 30px;
}
.carousel-control-next-icon {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none;
  position: relative;
  right: 4px;

}
.carousel-control-prev-icon {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background-image: none;
  position: relative;
  left: 4px;
}

@media not all, (-webkit-transform-3d) {
.carousel-inner>.item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
}

.webf {min-width: 60px; font-weight: bold; font-size: 20px; color: red; text-align: center;}
.webf.f-h {color: #027bd9;}
.webf.f-u {color: blue;}
.webf.f-w {color: green;}


.product-table .product-row .product {position: relative;}

.product-table .product-row .basket-suc {
    position: absolute;
    max-width: 400px;
    opacity: 0;
    overflow: hidden;
    padding: 25px 20px 0 20px;
    right: 0;
    top: 0;
    background-color: #d4edda;
    height: 75px;
    display: inline-block;
    align-items: center;
    color: #155724;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    transition: all 0.5s ease-out;
    z-index: -10;
    border-color: #26bd4d;
}

.product-table .product-row .basket-suc.show {
    max-width: 400px;
    transition: opacity 0.5s ease-in;
    opacity: 1;
    z-index: 10;
}

.product-table .product-row .sum .basket-suc p {
    display: block;
}

.product-table .product-row .sum .basket-suc a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

.product-table .product-row .sum .basket-suc a:hover {
    text-decoration: none;
}

.contact-data .cnt-data-name {font-weight: bold; display: block; margin: 0; color: #333;}
.contact-data .cnt-data-val {display: block; padding: 5px 0 15px 0; color: #5b5b5b;}

table.users_data tr td.data {padding: 0 5px;}

.cmsDataContDiv.distributors .cmsLineCont .country {width: 200px;}
.cmsDataContDiv.distributors .cmsLineCont .cntneed {color: #0f5d97; font-style: italic;}

a.redDeleteLink {color: red !important;}

.select-box.blue.big-image {
  width: 260px;
}
.select-box.blue.big-image .select {

}
.select-box.blue.big-image ul {
	width: 100%;
	border-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 19px;
  box-shadow: none;
  z-index: -1000;
  position: relative;
}

.select-box.blue.big-image ul li {
	width: 124px;
  padding: 0 5px 20px 0;
  font-size: 14px;
  line-height: 16px;
  height: 177px;
  float: left;
}
.select-box.blue.big-image ul li img {
	width: 90%;
	max-width: 100%;
  margin: 0 auto;
  display: block;
}
.select-box.blue.big-image ul li el {
	display: block;
	text-align: center;
	height: 50px;
}

.langs-div .langDiv .lang_ttl span {padding: 2px 0 0 10px;}

img.flag-bw {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
 }
 
#info-box-content h4 {line-height: 20px; font-size: 17px;}
#info-box-content p {font-size: 15px;}

.configurator-data .input-corr {position: absolute; 
	left: 280px; 
	top: 15px;
	min-width: 430px;
	border: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
	z-index: 1200;
	padding: 10px 10px 20px 10px;
}
.configurator-data .input-corr span {display: block; padding-bottom: 5px;}

.select-box.error {border: 1px solid red !important;}
.select-box.b2.error {border: 2px solid red !important;}

@media (max-width:1500px) {.hero img {object-position: left center;}}

.jobs-error {color: red;}
.product .price #price-stock .hy-info.blue {
	color: #0053a1;
	background-color: unset;
}

.nav-item.profile-menu.logged {padding-top: 2.4px;}

#collapseProfile {
	position: absolute;
	right: 50px;
	background: #fff;
	text-align: left;
	z-index: 10000;
	min-width: 200px;
	margin-top: 2px;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}
#collapseProfile:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: #1c84d1 transparent transparent transparent;
	right: 19px;
	position: absolute;
}
#collapseProfile label {
	margin: 0;
	line-height: 1;
	padding: 15px 15px 5px 15px;
	display: block;
}
#collapseProfile strong {
	margin: 0;
	line-height: 1;
	padding: 3px 15px 15px 15px;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
}
#collapseProfile hr {
	margin: 0;
}
#collapseProfile a {
	color: #0053a1 !important;
	font-size: 13px !important;
	line-height: 1;
	text-transform: uppercase;
	padding: 13px 15px;
	display: inline-block;
}
#collapseProfile a:last-child {
	text-align: right;
	float: right;
}

.unm .navbar-bg {
background-color: #fff;
background-image: none !important;
}

.unm .navbar-bg .navbar {
background-color: #fff;
background-image: none !important;
}

.unm #userMenu ul li a {
color: #202020;
}

.unm #userMenu ul li a i.hy-angle-bottom {
color: rgba(0, 0, 0, 0.25);
}

.unm #mainNavigation ul li a {
color: #202020;
}
.unm #mainNavigation ul li a:hover {
color: rgba(0, 0, 0, 0.4);
}

.unm .navbar-brand img {
height: auto;
width: 137px;
margin-left: 15px;
}

.unm #collapseProfile:before {
	border-color: #000 transparent transparent transparent;
}

#ecsIframe #header {display: none !important;}

.map-svg {
background-image: url(/images/2018/map-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0;
}
.map-svg h2 {
color: #fff;
text-align: left;
margin-bottom: 45px;
}
.map-svg img.img-fluid {width: 100%;}

.unm footer img {width: 116px;}

.form-field-check-expl {font-size: 14px; padding-left: 6px; margin-top: -8px;}
.cms-mail .param-expl-div {border-bottom: 1px solid #cfcfcf; padding: 5px 0;}
.cms-mail .param-expl-div:hover {background-color: #efefef;}
.cms-mail .param-expl-div span {color: #afafaf;}

.steps.four-steps .step {width: 25%;}
.steps.four-steps .step:nth-child(2) {left:-28%;}
.steps.four-steps .step:nth-child(3) {left:28%;}

header .eu-logos {position: absolute; top: 15px; right: 0px; padding-right: 10px;}
header .eu-logos a:first-child {margin-right: 10px;}
header .eu-logos img {height: 70px;}


table#advCycleDisplayCycleTableInfo.errors tr.error-row {background-color: #f8d7da;} 

.product-gear-table.calc-table .product-row .product .excerpt {
	padding: 0 20px 0 30px;
}
.product-gear-table.calc-table .product-row .product .excerpt p {
	padding: 0 20px;
}
.product-gear-table.calc-table .product-row .product .excerpt .product .documentation {    
	padding: 0;
    margin: 0;
    background-color: inherit;
    display: block;
}
.product-gear-table.calc-table .product-row .product .excerpt .product .documentation h4 {
	display: block;
    padding: 0;
    margin-bottom: 0.5rem;
    margin-top: 0;
    line-height: unset;
}
.product-gear-table.calc-table .product-row .product .excerpt .product .documentation * {
	padding: 0;
}
.product-gear-table.calc-table .product-row .product .excerpt .product .documentation a,
.product-gear-table.calc-table .product-row .product .excerpt .product .documentation i {
	color: #0053a1;
}
.product-gear-table.calc-table .product-row .product .excerpt .product {
	padding: 0 0 10px 0;
    border: none;
    width: 100%;
    display: block;
}
.product-gear-table.calc-table .product-row .product .documentation:before {
	content: none;
}
.calc-table.product-gear-table .product-row .product img {width: 100%;}
.product-gear-table.calc-table .product-row .product .product-code {
	padding-bottom: 0;
	width: calc(25% - 100px) !important;
}
.product-gear-table.calc-table .product-row .product .product-code>div {
	padding: 0;
}

.product-gear-table.calc-table .product-row.head .perf-bars {font-weight: bolder; color:#202020; padding: 0 !important;}
.product-gear-table.calc-table .product-row.head .perf-bars i {color:#202020 !important; display: inline;}

.product-gear-table.calc-table .product-row .product .perf-bars {
	width: 100px !important;
	padding: 8px 0 0 0;
}

.product-gear-table.calc-table .product-row .product .perf-bars div.load-marker {
	display: block;
	background-color: transparent;
	padding: 0;
}
.product-gear-table.calc-table .product-row .product .perf-bars div.load-marker div {
	background: #eaeaea;
    width: 100%;
    height: 10px;
    display: inline-block;
    top: 4px;
    position: relative;
    border-radius: 4px;
    text-align: right;
    overflow: hidden;
    padding: 0;
}
.product-gear-table.calc-table .product-row .product .perf-bars div.load-marker div span {
	display: block;
    height: 100%;
    border-radius: 4px;
}
.product-gear-table.calc-table .product-row .product .perf-bars div.load-marker.blue div span {
	background: #0053a1;
}
.product-gear-table.calc-table .product-row .product .perf-bars div.load-marker.orange div span {
	background: #ee8e1c;
}
.product-gear-table.calc-table .product-row .product .perf-bars div.load-marker.red div span {
	background: #ee1c3a;
}	

.product.cofigurator #imageContentDiv .image-overlay .pic-zoom i {top: -7px; left: -16px;}

.calculator-container .configurator-data .select-box {width: 100%;}

#section_suitable .button-toggler .btn-secondary {background-color: #ee1c3a !important; border-color: #ee1c3a !important;} 
#section_suitable .button-toggler .btn-secondary.active {box-shadow: none;}

.calculator-page .cofigurator .product-actions {display: inline-block; align-items: unset; justiy-content: unset;}

#section_suitable .button-toggler:after {
content: "";
height: 3px;
background-color: #3e3e3e;
display: block;
margin-top: 20px;
width: calc(100% + 4000px);
position: relative;
left: -2000px;
}
#section_suitable .button-toggler .btn {
position:relative
}
#section_suitable .button-toggler .btn.active:after {
content: "";
position: absolute;
bottom: -22px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 10px solid #3e3e3e;
left: 0;
right: 0;
margin: auto;
}

.cart-product-table .product-row .actions>i {color: #0053a1;}
.cart-product-table .product-row .actions>i.red {color: red;}
.cart-product-table .product-row .actions>i.gray {color: #888888;}
.cart-product-table.view-order .product-row .actions {height: unset; padding: 0;}
.cart-product-table.view-order .product-row .values {width: calc(65% - 100px);}

@media (max-width: 991px) {
    .cart-product-table .product-row .actions a.item-type-icon {
        position: absolute;
        right: 40px;
        top: 20px;
    }
    .cart-product-table.view-order .product-row .actions a.item-type-icon {
        right: 20px;
    }
}

.fancybox-overlay {
  z-index: 11000 !important;
}
.fancybox-opened {
  z-index: 12000 !important;
}

.lus-product-det {padding-bottom:50px; padding-top:25px;}
.lus-product-det .lus-order-code {border-top: 1px solid #e8e8f2; padding-top:25px;}
.lus-product-det .product-description {border-top: none !important;}

.jobs #jobs-filters {margin-top: -15px; margin-bottom: 15px;}

.cart-page .select-box.error {border: 2px solid red !important;}
.cart-page .select-box.error ul {border-color: red;}

.domains-indic {font-weight: bold; padding-right: 0; text-align: center; min-width:410px;}
.domains-indic .domain {padding-right: 10px !important; display: inline-block;}
.domains-indic .domain.inactive {color: gray !important; font-weight: normal;}
.domains-indic .domain.hsi {color: #027bd9;}
.domains-indic .domain.ueu {color: blue;}
.domains-indic .domain.ude {color: blue;}
.domains-indic .domain.uusa {color: #002793;}
.domains-indic .domain.uat {color: #EE2436;}
.domains-indic .domain.ucn {color: #EF1620;}
.domains-indic .domain.ucz {color: #11457E;}
.domains-indic .domain.ufr {color: #002395;}
.domains-indic .domain.uit {color: #009246;}

.editParsDiv {min-height: 20px;}
.editParDiv.expanded a.expand {display:none;}
.editParDiv.expanded a.collapse {display:inline-block;}
.editParDiv.collapsed a.collapse {display:none;}
.editParDiv.collapsed a.expand {display:inline-block;}
.editParDiv .move {visibility: hidden;}
.editParDiv div.checkbox {display: inline-block;}
.editParDiv:hover .move {visibility: visible;}

body.cms-full>.container {max-width: 100% !important;}
.row.tabs {padding: 10px 20px 0 20px; border-bottom: 1px solid #dfdfdf;margin-bottom: 20px;}
.row.tabs a {color: #333 !important; padding: 20px 20px 10px 20px; border-top: 1px solid #333; border-left: 1px solid #333;}
.row.tabs a:last-child { border-right: 1px solid #333;}
.row.tabs a.active {color: #fff !important;border-top: 1px solid #0056b3; border-left: 1px solid #0056b3; background-color: #0056b3;}
.row.tabs a:hover {color: #fff !important; background-color: #6c8eb2;}

table.calcTestTbl {width: 100%; margin-bottom: 30px;}
table.calcTestTbl th {background-color: #000; color: #fff; border-right: 1px solid #fff; text-align: center;}
table.calcTestTbl th span {color: #9a9a9a;display: block;font-size: 12px;margin-top: 3px;}
table.calcTestTbl tbody tr:nth-of-type(2n+1) {background-color: rgba(0,0,0,.05);}
table.calcTestTbl tbody tr td {border-right: 1px solid #dddddd; text-align: center;}
table.calcTestTbl tbody tr.err td {background-color: #f8d7da;}

.add-file {margin-left: 5px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #cfcfcf;}
.add-file a.fchoose {padding: 10px 5px; background-color: gray; border: 1px solid #333; color: #fff !important; margin-left: 5px;}
.add-file .upl .f-progress {width: 500px; border: 1px solid #333; padding: 2px; height: 20px; display: inline-block;}
.add-file .upl .f-progress .f-inn {height: 100%; background-color: #13178F;}
.add-file .upl .can {color: red !important; cursor: pointer; display: inline-block; margin-left: 10px;}
.add-file .upl .del {color: red !important; cursor: pointer; display: inline-block; margin-left: 10px;}
.existing-file .del {color: red !important; cursor: pointer; display: inline-block; margin-left: 10px;}
.add-file .upl .can a,
.add-file .upl .del a,
.existing-file .del a {color: red !important; }

.formerror {
	color: #ee1c3a;
}

.cms.lin-unit .unit-fields.col-7 .single-fld label {min-width: 250px;}
.cms.lin-unit .unit-fields.col-7 .single-fld input.form-control {width: 210px;}
.cms.lin-unit .unit-fields.col-7 .single-fld select.form-control {width: 210px;}
.cms.lin-unit .handconfig-select .tabs-select a.tab {background-color: #0053a1; color: #fff !important; border: 1px solid #0053a1; border-bottom: none; padding: 5px 15px;}
.cms.lin-unit .handconfig-select .tabs-select a.tab.active {background-color: #fff; color: #0053a1 !important; }
.cms.lin-unit .handconfig-select .tabs-select a.tab:hover {background-color: #fff; color: #0053a1 !important; }

.cms.lin-unit .handconfig-select .cnt-tab {padding: 10px 10px; display:none; border: 1px solid #0053a1;}
.cms.lin-unit .handconfig-select .cnt-tab.active {display: block !important;}
.cms.lin-unit .handconfig-select .cnt-tab .poss-con.del {color: #afafaf;}
.cms.lin-unit .handconfig-select .cnt-tab .inner-search {border-bottom: 1px solid #9ed0ff; padding-bottom: 10px; margin-bottom: 10px;}
.cms.lin-unit .handconfig-select .cnt-tab .inner-search label {text-transform: none;}
.cms.lin-unit .handconfig-select .cnt-tab .con-helper {cursor: crosshair; padding: 0 5px 10px 5px; margin: -10px 0 10px 0; border-bottom: 1px solid #cfcfcf; background-color: #dfdfdf; font-style: italic;}

.handconfig-missing-matrns {min-width: 500px;}
#ecsHandConfigSelectDiv_coconfigSteps {margin-bottom: 5px;}
#ecsHandConfigSelectDiv_coconfigSteps a {margin-right: 15px;}
#ecsHandConfigSelectDiv_coconfigSteps a.active {color: graytext !important;}

.paperm-form .paedit {display: unset;}
.paperm-form .pasave {display: none;}
.paperm-form.edit .paedit {display: none;}
.paperm-form.edit .pasave {display: unset;}

.paperm-form .pa-perm-view {display: block;}
.paperm-form .pa-perm-edit {display: none;}
.paperm-form.edit .pa-perm-view {display: none;}
.paperm-form.edit .pa-perm-edit {display: block;}

.paperm-form .paperm-view-tbl {width: 100%;}
.paperm-form .paperm-view-tbl th {padding: 5px 10px; border-bottom: 1px solid black;}
.paperm-form .paperm-view-tbl tr:hover td {background-color: #cfcfcf;}
.paperm-form .paperm-view-tbl td {padding: 5px 10px; border-bottom: 1px solid black;}
.paperm-form .paperm-view-tbl td div {width: 100%; height: 29px;}
.paperm-form .paperm-view-tbl td .pa-perm-edit label {margin-bottom: 10px;}

.searchCont .searchCont-select2 select {min-height: 0;}
.searchCont .searchCont-select2 input {min-height: 0;}

.mail-viewer {all: revert; width: 800px;}