/* owl carousel */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* BX SLIDER */
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    left: 0;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}

/* Formstyler */
.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: 0.55;
}

.jq-number__spin,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.jq-checkbox,
.jq-number,
.jq-radio,
.jq-selectbox {
    vertical-align: middle;
}

.jq-file__name,
.jq-selectbox__select-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-checkbox {
    width: 24px;
    height: 24px;
    margin: 0 4px 0 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 16px;
    height: 15px;
    margin: 3px 0 0 4px;
    background: url(../images/checkbox_arrow.png) no-repeat;
}

.jq-checkbox.focused {
    border: 1px solid #08c;
}

.jq-radio {
    top: -1px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 3px;
    border-radius: 2px;
    background: #457c1f;
}

.jq-radio.focused {
    border: 1px solid #08c;
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}

.jq-file__browse,
.jq-file__name {
    font: 14px/32px Arial, sans-serif;
    color: #333;
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px #fff;
}

.jq-file:hover .jq-file__browse {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse,
.jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    display: inline-block;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
    border-color: #b3b3b3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: 0;
    background: 0 0;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

.jq-number__spin.minus:after,
.jq-number__spin:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #999;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-bottom: none;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa;
}

.jq-selectbox {
    cursor: pointer;
    width: 100%;
}

.jq-selectbox__select {
    height: 34px;
    padding: 0 15px 0 10px;
    border: 1px solid #dedede;
    background: #fff;
    font: 14px/34px 'Ek Mukta', 'Open Sans', sans-serif;
    color: #333;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #4a4a4a;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100% !important;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #dedede;
    background: #fff;
    font: 14px/18px 'Ek Mukta', 'Open Sans', sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) 100% 50% no-repeat;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    max-height: 250px;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    user-select: none;
    white-space: nowrap;
    color: #231f20;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background-color: #457c1f;
    color: #fff;
}

.jq-selectbox li.disabled {
    color: #aaa;
}

.jq-selectbox li.disabled:hover {
    background: 0 0;
}

.jq-selectbox li.optgroup {
    font-weight: 700;
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px 'Ek Mukta', 'Open Sans', sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff;
}

.jq-select-multiple li.disabled {
    color: #aaa;
}

.jq-select-multiple li.selected.disabled,
.jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff;
}

.jq-select-multiple li.optgroup {
    font-weight: 700;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px 'Ek Mukta', 'Open Sans', sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #b3b3b3 #ccc #ccc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='reset'].styler,
input[type='button'].styler,
input[type='submit'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: 0;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='reset'].styler:hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:not([disabled]):active,
input[type='reset'].styler:active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

/* mediaelement */

.mejs-offscreen {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0, 0 0, 0 0, 0 0);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.mejs-container:focus {
    outline: 0;
}

.me-plugin {
    position: absolute;
}

.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-fullscreen {
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.mejs-clear {
    clear: both;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs-poster img {
    display: none;
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
    background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat;
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    height: 30px;
    width: 100%;
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png);
}

.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto;
}

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -webkit-gradient(
            linear,
            0 100%,
            100% 0,
            color-stop(0.25, rgba(255, 255, 255, 0.15)),
            color-stop(0.25, transparent),
            color-stop(0.5, transparent),
            color-stop(0.5, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, rgba(255, 255, 255, 0.15)),
            color-stop(0.75, transparent),
            to(transparent)
    );
    background-image: -webkit-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -ms-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60, 170, 200, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
    background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50, 50, 50, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
    background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
    visibility: visible;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    overflow: hidden;
    border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
    line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang='ar'] {
    font-size: 20px;
    font-weight: 400;
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2c7c91;
    color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px;
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden;
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}

div.mejs-speed-button {
    width: 46px !important;
    position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    display: none;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
    background: transparent url(jumpforward.png) no-repeat;
    background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #fff;
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(skipback.png) no-repeat;
    background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #fff;
}

/* Global properties ======================================================== */
html {
    width: 100%;
}

body {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    min-width: 1000px;
    background: #474a50;
    -webkit-text-size-adjust: none;
}

button {
    font-family: 'Ek Mukta', 'Open Sans', sans-serif;
}

.big_container {
    width: 1500px;
    margin: 0 auto;
    max-width: 98%;
    position: relative;
    background: #fff;
}

.container {
    width: 980px;
    margin: 0 auto;
}

.container-xl {
    width: 1080px;
    margin: 0 auto;
}

.border-bottom {
    border-bottom: 2px solid #d7d7d7;
}


.position-relative {
    position: relative !important;
}

.animated-video-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper {
    position: absolute;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.operator_box .image-wrapper {
    right: 0;

}

.operator_box1 .image-wrapper {
    left: 0;
}

.animated-video-wrapper video, .image-wrapper img {
    width: 625px;
    height: 425px;
}

.image-wrapper img {
    object-fit: cover;
}

.container > .grid-two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    margin: 30px 0;
}


#toTopBtn {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #457c1f url(../images/arrow_to_top.png) 50% 50% no-repeat;
}

#toTopBtn.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

/*----------------------> Links And buttons <------------------*/
a {
    color: #4a4a4a;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.login_form a:hover {
    color: #457c1f;
    text-decoration: none;
}

#content a:not(.btn1):not(.btn2):not(.btn3):not(.bx-pager-item) {
    color: #457c1f;
    text-decoration: underline;
}

#content a:not(.btn1):not(.btn2):not(.btn3):not(.bx-pager-item):hover {
    text-decoration: underline;
}

#content .request_form a:not(.btn1):not(.btn2):not(.btn3):not(.bx-pager-item),
#content #request-quotation a:not(.btn1):not(.btn2):not(.btn3):not(.bx-pager-item) {
    color: #fff;
}

.pad_box ol,
.pad_box ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.pad_box ol {
    list-style-type: decimal;
}

.button-primary {
    border: none;
    cursor: pointer;
}

.btn1,
.login_form .buttons,
.login_form .button-primary,
.button-primary {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 0 0;
    font-size: 14px;
    line-height: 1.23;
    min-width: 140px;
    text-align: center;
}

.btn2 {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 47px 3px 20px;
    min-width: 160px;
    background-color: rgba(117, 115, 115, 0.8);
}

.btn2:after {
    display: block;
    width: 27px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #457c1f url(../images/marker2.png) 50% 50% no-repeat;
    content: '';
}

.btn2:hover {
    color: #fff;
    background-color: rgb(69, 124, 31);
}

.btn3 {
    display: inline-block;
    background-color: #457c1f;
    color: #fff;
    position: relative;
    padding: 4px 20px 5px 30px;
}

.btn3:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #457c1f url(../images/download_icon_sm.png) 50% 50% no-repeat;
    content: '';
}

.btn3:hover {
    color: #fff;
    background-color: #457c1f;
}

[data-skin='green'],
.login_form .buttons,
.login_form .button-primary,
.button-primary {
    background-color: #457c1f;
    color: #fff;
}

[data-skin='green']:hover,
.login_form .buttons:hover {
    color: #fff;
}

input[type='submit'][data-skin='green'] {
    border: none;
    cursor: pointer;
}

.news_prev_btn {
    background: url(../images/prev_circle_icon.png) 0 50% no-repeat;
    padding: 7px 0px 7px 40px;
}

.news_next_btn {
    background: url(../images/next_circle_icon.png) right 50% no-repeat;
    padding: 7px 40px 7px 0;
}

.news_prev_btn,
.news_next_btn {
    margin: 0 25px;
    display: block;
}

.link,
.list3 a {
    text-decoration: underline;
}

.link1 {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 18px 0 0;
    background: url(../images/link_arrow.png) right 50% no-repeat;
}

.my_profile_link {
    margin-left: 20px;
}

.my_profile_link:hover {
    color: #fff;
    text-decoration: underline;
}

.over_btn {
    display: inline-block;
    border: 1px solid #dbdee4;
    background-color: #ededed;
    padding: 2px 35px;
    color: #212121;
}

.over_btn:hover {
    background-color: #dedede;
}

.back_to_btn {
    background: url(../images/btn_green_icon.png) 0 50% no-repeat;
    padding: 10px 0 10px 40px;
    display: inline-block;
    cursor: pointer;
}

#mfcf7_zl_add_file {
    color: #141414;
    border: 1px solid #767676;
    background: #efefef;
    border-radius: 3px;
    min-width: auto;
    padding: 5px 11px;
}

#mfcf7_zl_add_file:hover {
    background: #e5e5e5;
}

/*----------------------> Basic Classes <------------------*/
.tt_i {
    text-transform: inherit;
}

.reg1,
[data-nav-item='machine'] .sub_menu_item_title {
    text-transform: uppercase;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right;
}

.al_center {
    text-align: center;
}

.sub_menu_item_title {
    font-weight: bold;
}

[data-nav-item='machine'] .sub_menu_item_title {
    font-weight: normal;
}

/*.it{font-style:italic}*/
.let {
    letter-spacing: -1px;
}

.full_w {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.content_sep {
    height: 1px;
    border: none;
    background-color: #dedede;
    margin: 20px 0;
}

.val_mid,
.val_mid_ch > * {
    vertical-align: middle;
}

.hidden_el {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8) translateY(-15px);
    -webkit-transform: scale(0.8) translateY(-15px);
    -o-transform: scale(0.8) translateY(-15px);
    -ms-transform: scale(0.8) translateY(-15px);
    transform: scale(0.8) translateY(-15px);
    z-index: 100;
}

.lh_09 {
    line-height: 0.9 !important;
}

.hidden_el2 {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.show_ghost ~ .hidden_el,
*:hover > .hidden_el2 {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}

.font_11 {
    font-size: 11px;
}

.font_20 {
    font-size: 20px;
    line-height: 1.3;
}

.font_22 {
    font-size: 20px;
    line-height: 1.3;
}

.font_31 {
    font-size: 31px;
    line-height: 1;
}

.bdx {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bot_bord1 {
    border-bottom: 1px solid #dedede;
}

.green_bot_bord3 {
    border-bottom: 3px solid #457c1f;
}

/*----------------------> Indents Zero <------------------*/

.m_b_zero {
    margin-bottom: 0 !important;
}

.m_l_zero {
    margin-left: 0 !important;
}

.p_b_zero {
    padding-bottom: 0 !important;
}

.p_l_zero {
    padding-left: 0 !important;
}

/*----------------------> Positions <------------------*/
.p_abs {
    position: absolute;
}

.p_rel {
    position: relative;
}

.p_fix {
    position: fixed;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    overflow: hidden;
}

.f_elem > *:first-child {
    margin-top: 0 !important;
}

.f_elem1 > *:first-child {
    margin-top: 0 !important;
    border: none !important;
}

.bg_none {
    background: none !important;
}

/*----------------------> Displays <------------------*/

.d_block {
    display: block;
}

.d_ib,
.val_mid_ch > * {
    display: inline-block;
}

.home .breadcrump .bcn-list {
    display: none !important;
}

.d_none,
.page-template-page-agent .page_social {
    display: none;
}

.d_tc {
    display: table-cell;
}

.d_t {
    display: table;
}

/*----------------------> Basic Colors <------------------*/

.accent_bg_hov:hover,
.accent_bg_hov_ch > *:hover {
    background-color: #457c1f;
}

.white_f {
    color: #fff;
}

.green_f,
.sub_menu_item_title,
.sub_menu_nav_list_item.active a,
.sub_menu_item_title1 a {
    color: #457c1f;
}

/*======================> Header <======================*/

header {
    z-index: 9999;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.header_top {
    background: #474a50;
    height: 34px;
    font-size: 12px;
    line-height: 1.23;
}

.header_inner {
    padding: 5px 0 5px 241px;
    position: relative;
}

.logo_box {
    width: 241px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo_box img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    width: 241px;
    height: auto;
    display: block;
}

.tools_box {
    line-height: 16px;
}

.lang_choose_box {
    background: #ffffff url(../images/greeen_down_arrow_sm.png) no-repeat;
    background-position: top 50% right 6px;
}

.pll-switcher-select {
    height: auto;
    padding: 3px 18px 3px 6px;
    border: none;
    outline: none;
    background: none;
    line-height: 1;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.pll-switcher-select::-ms-expand {
    display: none;
}

.header_search {
    width: 300px;
    padding-right: 30px;
}

.search_field {
    height: 30px;
    background-color: #dadde3;
    margin: 0;
    font-size: 11px;
    border: none;
    color: #969696;
    padding: 5px 10px;
    outline: none;
    position: relative;
    font-family: 'universmedium', sans-serif;
    width: 100%;
}

.search_btn {
    background: #457c1f url(../images/search_icon_white.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.login_btn {
    color: #fff;
    display: inline-block;
    padding: 1px 0 4px 23px;
    margin-left: 22px;
    opacity: 0.5;
    background: url(../images/login_icon.png) 0 0 no-repeat;
}

.login_btn:hover,
.login_btn.show_ghost {
    opacity: 1;
    color: #fff;
}

.login_btn:hover {
    color: #fff;
}

.login_form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 241px;
    margin: 3px 0 0;
    background-color: #3f3f3f;
    color: #fff;
    z-index: 9999;
}

.login_form .reg_link,
a.white_f.font_11 {
    display: none;
}

.login_form a {
    color: #fff;
    text-decoration: underline;
}

.login_form_inner {
    line-height: 1.5;
    padding: 25px 10px 10px;
}

.login_form_inner a:hover {
    color: #fff;
}

.login_form_row,
.div_texbox {
    margin-bottom: 15px;
}

.login_form label {
    font-size: 13px;
}

.login_form p {
    margin-bottom: 10px;
}

.login_form input[type='text'],
.login_form input[type='password'] {
    color: #000 !important;
}

.login_btns {
    padding: 10px 0 0;
}

.login_send_btn,
.login_form .buttons,
.login_form .button-primary {
    width: 122px;
    min-width: 0;
    text-align: center;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.reg_link {
    margin-left: 16px;
}

.login_form ::-webkit-input-placeholder {
    color: #777777;
}

.login_form ::-moz-placeholder {
    color: #777777;
}

/* Firefox 19+ */
.login_form :-moz-placeholder {
    color: #777777;
}

/* Firefox 18- */
.login_form :-ms-input-placeholder {
    color: #777777;
}

/*=====================> Search page ========================*/
.search_item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.search_item h2 {
    padding: 0 0 0 0;
    margin-bottom: 7px;
}

.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sticky-btn-container {
    background-color: #474a50;
    padding: 2.75rem 0;
    border-bottom: 4px solid #447c20;
}

.sticky-btn-container > .orange-btn {
    font-size: 20px;
    padding: 11px 20px;
    transition: background-color 0.5s ease;
}

.sticky-btn-container > .orange-btn:hover {
    background-color: #b27b02;
}

.jq-selectbox__dropdown {
    bottom: unset !important;
}

#sticky_buttons {
    padding: 30px 0;
}

#sticky_buttons .orange-btn:first-child {
    margin-right: 0;
}

.sticky-buttons {
    flex-wrap: wrap;
    width: 100%
}

#sticky_buttons .orange-btn {
    margin: 10px 20px !important;
    padding: 10px 20px;
}

.sticky-buttons.active-sticky,
.button-container.active-sticky {
    background-color: #474a50;
    padding: 0.75rem;
    position: fixed;
    z-index: 99;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #447c20;
}

.active-sticky > .orange-btn {
    font-size: 15px;
    padding: 6px 13px;
}

#sticky_buttons .sticky-buttons.active-sticky .orange-btn,
#sticky_buttons .button-container.active-sticky .orange-btn {
    margin: 5px 20px !important;
}

@media only screen and (min-width: 992px) {
    .sticky-buttons.active-sticky,
    .button-container.active-sticky {
        width: 98%;
        top: 105px;
    }
}

@media only screen and (min-width: 1500px) {
    .sticky-buttons.active-sticky,
    .button-container.active-sticky {
        width: 1500px;
    }
}

.btn-devider {
    border-color: #e5e5e5 !important;
    margin: 50px 0;
}

.orange-btn {
    background-color: #d49303;
    padding: 5px 15px;
    color: white !important;
    font-weight: 900;
    text-decoration: none !important;
}

.orange-btn:first-child {
    margin-right: 50px;
}

.green-btn {
    background-color: rgba(69, 124, 31, 1);
    padding: 5px 15px;
    color: white !important;
    font-weight: 900;
    text-decoration: none !important;
}

/*=====================> Primary NAV ========================*/
#primary_nav,
.primary_nav {
    background-color: #fff;
}

@media only screen and (max-height: 768px) {
    .sub_menu_box {
        max-height: 510px;
        overflow: auto;
    }

    .sub_menu_content_item {
        overflow: hidden;
        max-height: inherit;
    }
}

@media only screen and (min-width: 1025px) {
    .navigation_list_wrapper {
        position: relative;
    }

    .navigation_list {
        float: right;
        padding: 0 0 0 241px;
    }

    .navigation_list_item {
        float: left;
    }

    .navigation_list_link {
        font-size: 15px;
        line-height: 1.23;
        display: block;
        padding: 26px 11px;
        color: #212121;
        position: relative;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .has_sub_menu > .navigation_list_link {
        padding-right: 23px;
    }

    [data-lang='_de'] .has_sub_menu > .navigation_list_link {
        padding-right: 14px;
    }

    [data-lang='_de'] .navigation_list_link {
        font-size: 14px;
        padding-left: 9px;
        padding-right: 9px;
        padding-bottom: 27px;
    }

    [data-lang='_de'] .navigation_list_item.has_sub_menu > a:after {
        right: 2px;
    }

    .navigation_list_link:hover,
    .navigation_list_item:hover > .navigation_list_link {
        color: #457c1f;
        text-decoration: none;
    }

    .sub_menu_box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        z-index: -99;
        max-height: 0;
        border-top: 1px solid #d0d3d9;
        background-color: #ededed !important;
        background-size: contain !important;
        transition: max-height 0s !important;
        transition-delay: 0.3s !important;
    }

    .sub_menu_content_item {
        display: none;
        overflow: hidden;
    }

    .sub_menu_content .sub_menu_content_item:first-child {
        display: block;
        visibility: visible;
    }

    .sub_menu_item_type_icons {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    [class^='type_icon'] {
        display: inline-block;
        width: 45px;
        height: 45px;
        margin: 0 3px;
        background-size: cover !important;
    }

    [class^='type_icon'].not_active {
        opacity: 0.5;
    }

    .sub_menu_content [class^='type_icon'] {
        width: 32px;
        height: 32px;
        margin: 0 3px;
    }

    .type_icon_100,
    .type_icon1,
    .type_icon_1967,
    .type_icon_2370,
    .type_icon_3128 {
        background: url(../images/type_icon1.png) 0 0 no-repeat;
    }

    .type_icon_102,
    .type_icon2,
    .type_icon_1991,
    .type_icon_2372,
    .type_icon_3139 {
        background: url(../images/type_icon2.png) 0 0 no-repeat;
    }

    .type_icon_104,
    .type_icon3,
    .type_icon_2021,
    .type_icon_2374,
    .type_icon_3154 {
        background: url(../images/type_icon3.png) 0 0 no-repeat;
    }

    .type_icon_106,
    .type_icon4,
    .type_icon_1980,
    .type_icon_2376,
    .type_icon_3134 {
        background: url(../images/type_icon4.png) 0 0 no-repeat;
    }

    .type_icon_108,
    .type_icon_110,
    .type_icon5,
    .type_icon6,
    .type_icon_2045,
    .type_icon_2035,
    .type_icon_2378,
    .type_icon_2380,
    .type_icon_3168,
    .type_icon_3163 {
        background: url(../images/type_icon5.png) 0 0 no-repeat;
    }

    [data-sub-item='about'] .sub_menu_box_content + .wrapper {
        padding: 30px;
    }

    .navigation_list_item.has_sub_menu:hover .sub_menu_box {
        max-height: calc(100vh - 136px);
        z-index: 9999;
    }

    .navigation_list_item.has_sub_menu > a {
        position: relative;
    }

    .navigation_list_item.has_sub_menu > a:after {
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        margin-top: -4px;
        right: 10px;
        background: url(../images/greeen_down_arrow_sm.png) right 35% no-repeat;
        content: '';
    }

    .navigation_list_item.has_sub_menu > a.show_dd:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub_menu_box_content {
        position: relative;
        min-height: 280px;
        padding: 18px 30px 25px 30px;
        width: 330px;
    }

    .sub_menu_box_content2 {
        padding: 18px 30px 25px 30px;
    }

    .sub_menu_content {
        width: 740px;
    }

    .nav_latest_news_img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .placeholder_box {
        background-color: rgba(0, 0, 0, 0.2);
        min-height: 200px;
        margin: 30px 30px 20px 0;
    }

    .sub_menu_title {
        font-size: 40px;
        line-height: 1.23;
        margin-bottom: 2px;
    }

    .sub_menu {
        overflow: hidden;
        display: table;
    }

    .sub_menu_nav {
        display: table-cell;
        position: relative;
        width: 241px;
        padding-bottom: 80px;
        background-color: #fff;
    }

    .view_all_btn {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        text-align: center;
        height: 76px;
        line-height: 76px;
        color: #fff;
        background-color: #757373;
    }

    .view_all_btn span {
        display: inline-block;
        padding-right: 23px;
        background: url(../images/marker2.png) right 50% no-repeat;
    }

    .view_all_btn:hover {
        color: #fff;
        background-color: rgb(69, 124, 31);
    }

    .sub_menu_nav_list_item {
        text-transform: lowercase;
        border-bottom: 1px solid #fff;
    }

    .sub_menu_nav_list_item a {
        display: flex;
        align-items: center;
    }

    [lang='de'] .sub_menu_nav_list_item {
        text-transform: none !important;
    }

    .sub_menu_nav_link {
        display: block;
        padding: 18px 25px 17px;
        font-size: 15px;
        line-height: 1.23;
        color: #212121;
        position: relative;
        vertical-align: middle;
    }

    [data-lang='_de'] [data-item-index='1'] .sub_menu_nav_link {
        padding-left: 74px;
        min-height: 79px;
    }

    .sub_menu_nav_link span {
        vertical-align: middle;
        margin-right: 10px;
    }

    [data-lang='_de'] .sub_menu_nav_link span {
        position: absolute;
        left: 20px;
        top: 18px;
    }

    [data-item-index='2'] .sub_menu_nav_link span {
        display: none;
    }

    .sub_menu_nav_link:hover,
    .active > .sub_menu_nav_link {
        background-color: #ededed;
        color: inherit;
    }

    .sub_menu_content {
        overflow: hidden;
        display: table-cell;
        padding: 17px 7px 17px 12px;
    }

    .sub_menu_item {
        position: relative;
        width: 31%;
        float: left;
        overflow: hidden;
        margin: 0 1% 31px;
    }

    .sub_menu_item.sub_menu_item_application {
        background: white;
    }

    .sub_menu_item.sub_menu_item_application h3 {
        display: inline-block;
        font-size: 16px;
        padding: 10px;
        min-height: 80px;
    }

    .sub_menu_item.sub_menu_item_application .btn2 {
        text-align: right;
        background: transparent;
        color: #8d8d8d;
        padding-right: 37px;
    }

    .sub_menu_item_title {
        margin-bottom: 9px;
        min-height: 40px;
    }

    .sub_menu_item_title1 {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .sub_menu_item_img {
        text-align: center;
    }

    .sub_menu_item_img1 {
        text-align: center;
        line-height: 102px;
        height: 120px;
    }

    .sub_menu_item_img a {
        display: block;
        width: 100%;
    }

    .sub_menu_item_img img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .discover_fake_link {
        display: inline-block;
        padding: 0 20px 0 0;
        background: url(../images/marker1.png) right 50% no-repeat;
    }

    .sub_menu_item_caption {
        position: absolute;
        background-color: #3b3e43;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 24px 22px 24px;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }

    .sub_item_caption_title {
        font-size: 26px;
        line-height: 0.9;
        min-height: 43px;
        margin-bottom: 24px;
    }

    .sub_menu_item_caption .btn1 {
        display: block;
    }

    .sub_menu_item_machine_desc_list {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .sub_menu_item_machine_desc_list_item {
        overflow: hidden;
    }

    .sub_menu_item_machine_desc_list_item span {
        float: right;
        display: block;
    }

    .sub_menu_item_machine_desc_list_item span:first-child {
        float: left;
        overflow: hidden;
        display: inline-block;
        width: 7px;
        margin-right: 5px;
        white-space: nowrap;
    }
}

/*=====================> Breadcrump ========================*/
.breadcrump {
    position: relative;
    background-color: #f5f5f5;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #d7dadf;
}

.breadcrump .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.breadcrump .container .bcn-list {
    display: flex;
    align-items: center;
}

.breadcrump .container .bcn-list > span {
    padding: 0 3px;
}

/*=====================> Secondary page navigation ========================*/

.secondary_nav {
    z-index: 999;
    position: relative;
    background-color: #3b3e43;
}

.secondary_nav_list_item {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
}

[data-lang='_en'] .secondary_nav_list_item.extra2,
[data-lang='_en'] .extra2 .secondary_nav_list_item,
[data-lang='_de'] .secondary_nav_list_item.extra2,
[data-lang='_de'] .extra2 .secondary_nav_list_item,
[data-lang='_zh'] .secondary_nav_list_item.extra2,
[data-lang='_zh'] .secondary_nav_list_item {
    float: none;
    display: inline-block;
}

[data-lang='_zh'] .secondary_nav {
    text-align: center;
}

.secondary_nav_list_item.extra2 .secondary_nav_link,
.extra2 .secondary_nav_list_item .secondary_nav_link {
    padding-left: 25px;
    padding-right: 25px;
}

.secondary_nav_list_item.extra3 .secondary_nav_link {
    padding-left: 10px;
    padding-right: 10px;
}

.secondary_nav_link {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 12px 3px;
    font-size: 14px;
}

.secondary_nav_link.extra {
    background-color: #457c1f;
}

.secondary_nav_list_item:hover,
.secondary_nav_list_item.active {
    border-color: #457c1f;
    color: #fff;
}

.secondary_nav_list_item:hover a,
.secondary_nav_list_item.active a {
    color: #fff;
}

/*=====================> Anniversary box ========================*/

.anniversary-box {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.anniversary-box-background {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.anniversary-box-year-label-wrapper {
    position: absolute;
    top: 2rem;
    left: 0;
}

.anniversary-box-year-label-wrapper > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 2rem;
    background-color: rgb(54, 123, 43, 0.8);
    color: white;
    font-size: 3.3rem;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    font-weight: lighter;
}

.anniversary-box-content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.anniversary-box-content > h1 {
    font-size: 5rem;
    color: white;
    text-transform: none;
    font-weight: bold;
    line-height: 5rem;
    padding: 0 2rem;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.anniversary-box-content > img {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 150px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 0 0 0 28px;
}

.anniversary-gray-box {
    border-top: 1.2rem solid rgb(54, 123, 43);
    background-color: #dddddd;
    padding: 2.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anniversary-gray-box > h2 {
    font-size: 2.9rem;
    margin: 0;
    text-transform: none;
    font-weight: lighter;
}

.anniversary-gray-box > p {
    font-size: 1.4rem;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .anniversary-box {
        height: 484px;
    }

    .anniversary-box-year-label-wrapper {
        top: 50%;
        transform: translateY(-50%);
    }

    .anniversary-box-content > h1 {
        margin-left: 40%;
    }
}
@media only screen and (min-width: 1430px) {
    .anniversary-box-content > h1 {
        width: 50%;
        font-size: 9rem;
        line-height: 9rem;
        margin-left: 12rem;
    }

    .anniversary-box-content > img {
        width: 400px;
        position: relative;
        right: unset;
        bottom: unset;
        border-radius: 0 0 0 68px;
    }
}

/*=====================> Home Page ========================*/
.home_img_box {
    background-size: cover;
    overflow: hidden;
    border: 0 !important;
}

.homepage_slider_box {
    position: relative;
    height: 484px;
    border-bottom: 1px solid #dedede;
}

.home_img_box .bxslider > li {
    padding: 95px 0 0;
}

.home_page_slide_img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.home_page_slide_content {
    position: relative;
    z-index: 10;
}

.home_page_slide_content .btn2 {
    display: none;
}

@media only screen and (min-width: 768px) {
    .bx-wrapper,
    .bx-viewport {
        height: 100% !important;
    }
}

.bx-pager {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50px;
    right: 50px;
    z-index: 50;
}

.bx-pager-outside {
    padding: 40px 0 0;
}

.bx-pager-outside .btn2 {
    padding: 15px 50px 15px 25px;
}

.bx-pager-item {
    display: inline-block;
    line-height: 66px;
    width: 136px;
    min-height: 66px;
    text-align: center;
    color: #fff;
    margin: 0 2px;
    padding: 20px;
    background-color: rgba(20, 22, 27, 0.8);
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    font-weight: normal;
    vertical-align: middle;
    text-transform: lowercase;
}

[data-lang='_de'] .bx-pager-item {
    width: 230px;
}

.bx-pager-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.1;
}

.bx-pager-item.active,
.bx-pager-item:hover {
    color: #fff;
    background-color: rgba(69, 124, 31, 0.8);
}

/*=====================> Content ========================*/
#content {
    padding: 0px 0px 0px 0px;
    min-height: 800px;
    position: relative;
}

#contentLoader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none !important;
    background: #fff url('../images/content_preloader.gif') 50% 50% no-repeat fixed;
    z-index: 9999;
}

.home #content > .home_img_box:first-child {
    margin-top: 0;
}

.home .breadcrump + #content,
.page-template-page-timeline .breadcrump + #content {
    padding-top: 0 !important;
}

[data-vide-bg] > div {
    z-index: 1 !important;
}

#content sup {
    vertical-align: super;
}

#content sub {
    vertical-align: sub;
}

.pad_box {
    padding: 62px 0;
}

.pad_box1 {
    padding: 100px 0;
}

.pad_box2 {
    padding: 32px 0 62px;
}

.pad_box3 {
    padding: 40px 0;
}

.video_box {
    position: relative;
    background-size: cover !important;
    min-height: 615px;
    padding: 48px 0;
}

.video_box .videoPlayer {
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.video_box.playing .videoPlayer {
    opacity: 1;
    visibility: visible;
}

#fancyVideo {
    position: relative;
}

#fancyVideo .videoPlayer {
    width: 780px !important;
    height: 400px !important;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
}

.video_content_wrap {
    margin-bottom: 40px;
    position: relative;
    min-height: 400px;
}

.video_content_wrap .video img {
    display: block;
}

[data-bg='video_bg1'] {
    background: url(../images/video_bg1.jpg) 50% 0 no-repeat;
}

[data-bg='video_bg2'] {
    background: url(../images/video_bg2.jpg) 50% 0 no-repeat;
}

/*-------------------*/
.video1 {
    width: 620px;
    height: 389px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-size: cover !important;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero_box.no-autoplay:before,
.video_box:before,
.video1:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
    content: '';
}


.video img {
    display: none;
    height: auto;
    max-width: 100%;
}

.hero_box {
    position: relative;
}

.hero_box .heroPlayer {
    width: 100% !important;
}

.hero_box .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #000000;
}

@media only screen and (min-width: 769px) {
    .hero_box .overlay {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 80px;
        z-index: 2;
        background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }
}

@media only screen and (min-width: 992px) {
    .hero_box .overlay {
        max-width: 680px;
    }
}

.video_box h3 {
    position: relative;
}

.video_box h3,
.video_box .video {
    z-index: 2;
}

.service_icon_img img {
    max-width: 100%;
    height: auto;
}

.play_hero_btn,
.play_video_btn,
.play_video_btn1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.61) url(../images/play_icon.png) 60% 50% no-repeat;
}

.video1 .play_video_btn,
.hero_box.no-autoplay .play_hero_btn,
.video_box > .play_video_btn {
    z-index: 10;
}

.playing.video1 .play_video_btn,
.playing.hero_box.no-autoplay .play_hero_btn,
.playing.video_box .play_video_btn {
    opacity: 0;
    visibility: hidden;
}

.playing.video1 iframe,
.playing.video_box iframe {
    position: absolute;
    left: 0;
    top: 0;
}

.playing.video1 .title2,
.playing.video_box .title2 {
    display: none;
}

.playing.video1:before,
.playing.hero_box.no-autoplay:before,
.playing.video_box:before {
    display: none;
}

.play_hero_btn:after,
.play_video_btn:after {
    position: absolute;
    bottom: -30px;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    content: attr(data-label);
}

.play_hero_btn.extra:after,
.play_video_btn.extra:after {
    content: attr(data-text);
}

/*-------------*/

.service_icon_description {
    padding: 0 0 0 20px;
}

/*------------*/

.fingertips_item {
    display: inline-block;
    text-align: left;
    border-left: 1px solid #d6d6d6;
    padding: 0 45px;
}

.fingertips .fingertips_item:first-child {
    border: none;
}

/*------------*/
.new_events {
    width: 100%;
    margin: 40px 0;
}

.new_events td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.new_events_col1 {
    width: 68%;
    padding-right: 40px;
}

.new_events_col2 {
    width: 32%;
    padding: 0 10px;
    text-align: center;
    background-color: #ededed;
}

.last_news {
    margin-bottom: 40px;
    position: relative;
}

.last_news img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.single .wp-caption {
    position: relative;
    width: auto !important;
    margin-bottom: 30px;
}

.single .wp-caption img {
    width: 100%;
    height: auto;
}

.last_news_caption,
.single .wp-caption .wp-caption-text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    margin: 0;
    padding: 15px 25px 20px;
    background-color: rgba(69, 124, 31, 0.9);
}

.last_news_caption a:hover {
    color: inherit;
}

.last_news_caption p:last-child {
    margin-bottom: 0;
}

.events_list_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.events_list_item_time_wrap,
.events_list_item_img_wrap {
    padding-right: 40px;
}

.events_list_item_img_wrap {
    max-width: 350px;
}

/*------------------*/

.event_time {
    background-color: #457c1f;
    padding: 15px 25px 13px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.event_time b:first-child {
    font-size: 55px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: -8px;
}

.event_time b {
    display: block;
    font-weight: normal;
}

.event_time b:last-child {
    font-size: 14px;
}

/*=====================> Single Machine Page ========================*/

#tubularVideo {
    overflow: hidden;
    position: relative;
}

#tubular-container {
    display: none;
}

.videoloading {
    display: block;
    height: 48px;
    left: 50%;
    position: absolute !important;
    top: 50%;
    margin-top: -25px;
    width: 48px;
}

.videoloading {
    -moz-animation: 1s linear 0s normal none infinite rot;
    -o-animation: 1s linear 0s normal none infinite rot;
    -webkit-animation: 1s linear 0s normal none infinite rot;
    animation: 1s linear 0s normal none infinite rot;
    border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
    z-index: 20;
    border-radius: 100%;
    border-style: solid;
    border-width: 8px;
}

@-webkit-keyframes rot {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rot {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.loaded .videoloading {
    visibility: hidden;
    opacity: 0;
}

#tubular-player {
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    transform: translate(-50%, -50%);
}

.no-cssanimations .videoloading {
    border: 0;
    background: url('/images/products/loading3.gif') 0 0 no-repeat;
    border-radius: 0;
}

.about_machine_box {
    position: relative;
    min-height: 562px;
}

.page-template-page-single-machine .about_machine_box {
    min-height: 570px;
    margin-bottom: -100px;
}

.page-template-page-single-machine .green_box {
    background-color: rgba(69, 124, 31, 0.8);
    z-index: 10;
}

.about_machine_box_caption {
    padding: 90px 0 0;
}

.green_box {
    color: #fff;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    position: relative;
    background-color: rgba(69, 124, 31, 1);
}

.green_box:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    top: -20px;
    background-color: rgba(69, 124, 31, 0.8);
    content: '';
}

.page-template-page-single-machine .green_box:before {
    display: none;
}

.green_box > * {
    width: 50%;
    vertical-align: middle;
}

.green_box_m_name {
    font-size: 40px;
    padding: 30px 0 30px 40px;
}

.green_box_m_name h1 {
    font-weight: 200;
    text-transform: none;
}

.green_box_m_slogan {
    text-align: right;
    padding: 30px 40px 30px 0;
}

.green_box_m_slogan h2 {
    font-weight: 400;
}

[data-uni-box-bg='uni7000'] {
    background: url(../images/single_product_bg1.png) right 0 no-repeat #ededed;
}

[data-bg='application'] {
    background: url(../images/car_bg_new2.jpg) 105% bottom no-repeat;
}

[data-bg='services1'] {
    background: url(../images/home_services_bg.jpg) left 0 no-repeat;
    min-height: 615px;
    background-size: contain;
}

[data-bg='gray_bg'] {
    background-color: #ededed !important;
}

[data-bg='gray_bg'] + [data-bg='gray_bg'] {
    background-color: #fff !important;
}

[data-bg='gray_bg1'] {
    background-color: #f5f5f5;
}

[data-bg='white_bg'] {
    background-color: #fff;
}

[data-bg='dark_bg'] {
    background-color: #3b3e43;
}

[data-bg='dark_bg1'] {
    background-color: #474a50;
}

[data-bg='dark_green_bg'] {
    background-color: rgb(21, 53, 41);
}

[data-bg='experience_bg'] {
    min-height: 500px;
    background: url(../images/experience_bg.png) right 0 no-repeat;
}

[data-bg='discover_bg'] {
    min-height: 500px;
    background: url(../images/discover_bg.png) 0 0 no-repeat;
    background-size: contain;
}

[data-bg='students_bg'] {
    min-height: 500px;
    background: url(../images/students_bg.png) right 0 no-repeat;
    background-size: contain;
}

[data-bg='general-machining'] {
    background: url(../images/general_machining.JPG) 120% 50% no-repeat;
    background-size: contain;
}

[data-bg='energy'] {
    background: url(../images/renewable_energy.JPG) 120% 100% no-repeat;
    background-size: contain;
}

[data-bg='logistics'] {
    background: url(../images/train.JPG) 120% 100% no-repeat;
    background-size: contain;
}

[data-bg='gray_gradient_bg'] {
    background: #c9c9c9; /* Old browsers */
    background: -moz-linear-gradient(left, #c9c9c9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c9c9c9), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #c9c9c9 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #c9c9c9 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #c9c9c9 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #c9c9c9 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.content_box {
    padding: 123px 0 0;
    position: relative;
}

.content_box .background-image {
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
    .content_box .background-image {
        position: absolute;
    }
}

.content_box_col {
    width: 380px;
}

.machine_data {
    overflow: hidden;
    margin-bottom: 26px;
}

.machine_data_item {
    float: left;
    width: 100%;
}

.machine_data_item span {
    display: inline-block;
    vertical-align: middle;
}

.machine_data_item_value,
.custom_tabs h2 {
    color: #457c1f;
    font-size: 30px;
    line-height: 1;
    padding-top: 2px;
}

.machine_data_item_length {
    font-size: 13px;
    line-height: 1;
    padding-left: 3px;
}

.tabs .content_col_1_2 h2 {
    text-transform: none;
}

/*--------------------*/

.owner_box {
    padding: 63px 0 69px;
}

.owner_box.sticky-btn {
    padding-top: 0;
}

[class^='content_col'] {
    float: left;
}

.extra[class^='content_col'] {
    float: none;
    float: right;
}

[class*='content_right_col'] {
    float: left;
}

.cols_r_indent [class^='content_col']:not(:first-child) {
    padding-left: 25px;
}

.content_col_1_2 {
    width: 50%;
}

.extra_cols_wrap .content_col_1_2:first-child + .content_col_1_2 {
    padding-left: 20px;
}

.content_col_1_3 {
    width: 33%;
    float: left;
}

.content_col_1_4 {
    width: 25%;
}

.content_col_3_4,
.simple_col_3_4 {
    width: 75%;
}

.content_col_3_4_sm {
    width: 66%;
}

.content_col_sm {
    width: 215px;
    padding-right: 20px;
}

.owner_solutions {
    margin: 0 -36px;
}

.owner_solution_item {
    float: left;
    width: 168px;
    padding-bottom: 14px;
    position: relative;
    text-align: right;
    margin: 0 36px 60px;
    border-bottom: 1px solid #e5e5e5;
}

.owner_solution_item_caption {
    text-align: left;
    position: absolute;
    font-size: 20px;
    line-height: 1.23;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0 0;
    text-transform: uppercase;
}

.content_separator {
    border: none;
    height: 1px;
    background-color: #e5e5e5;
    margin: 20px 0 30px;
}

/* ----------------------------*/

.operator_box,
.operator_box1 {
    padding: 63px 0;
    position: relative;
    border-bottom: 2px solid #d7d7d7;
}

.operator_box .content_col_1_2,
.operator_box1 .content_col_1_2 {
    min-height: 425px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*----------------------------*/

.content_box1 {
    padding: 48px 0;
}

.bot_bd1,
#content > section {
    border-bottom: 1px solid #dedede;
}

.simple_tabs .resp-tabs-list {
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #67af47;
}

.content_nav_list {
    position: relative;
    z-index: 99;
    padding-bottom: 30px;
}

.simple_tabs .resp-tabs-list-item,
.content_nav_list > li {
    background-color: #ededed;
    display: inline-block;
    font-size: 15px;
    padding: 0px 10px;
    margin: 0 -2px;
    height: 53px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 53px;
}

.simple_tabs .resp-tabs-list-item {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.1;
    height: auto;
}

.simple_tabs .resp-tabs-list-item:hover,
.simple_tabs .resp-tabs-list-item.resp-tab-active,
.content_nav_list > li:hover,
.content_nav_list > li.current {
    background-color: #457c1f;
    color: #fff;
}

.resp-tabs-list-item:hover a,
.resp-tabs-list-item.resp-tab-active a {
    color: #fff;
}

.simple_tabs .resp-tabs-list-item span {
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.tabs.simple_tabs.extra1 .resp-tabs-list-item span {
    line-height: inherit;
}

.simple_tabs .resp-tabs-container .container {
    padding: 76px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.simple_tabs .extra.resp-tabs-container {
    padding: 76px 0px 0 0;
}

.simple_tabs .extra2.resp-tabs-container {
    padding-top: 30px;
}

.simple_tabs.extra1 .resp-tabs-container {
    padding: 76px 0px 0 0;
}

.tabs.var1 .resp-tabs-list {
    padding: 0 0 0 80px;
    float: left;
    width: 240px;
}

.tabs.var1 .resp-tabs-list-item {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.area_list_item_label {
    font-weight: bold;
}

.tabs.var1 .resp-tabs-list-item:hover,
.tabs.var1 .resp-tabs-list-item.resp-tab-active {
    color: #457c1f;
}

.tabs.var1 .resp-tabs-list-item:after {
    display: none;
    position: absolute;
    width: 10px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background: url(../images/marker1.png) 0 0 no-repeat;
    content: '';
}

.tabs.var1 .resp-tabs-list-item.resp-tab-active:after {
    display: block;
}

.tabs.var1 .resp-tabs-container {
    padding: 0 83px 0 80px;
}

.area_list {
    display: table;
    width: 100%;
}

.area_list_item {
    overflow: hidden;
    display: table-row;
}

.area_list_item > div {
    display: table-cell;
    width: 50%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
}

.area_list_item_value {
    background-color: #ededed;
    text-align: right;
    padding-right: 10px;
}

/*------------------------*/

.owl-nav > div {
    width: 49px;
    height: 49px;
    display: block;
    position: absolute;
    border: 1px solid #fff;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
}

.owl-nav > div {
    background-color: #457c1f;
    border-color: #457c1f;
}

.owl-prev {
    left: 0;
    background: url(../images/arrow_slider_prev.png) 50% 50% no-repeat;
}

.owl-next {
    right: 0;
    background: url(../images/arrow_slider_next.png) 50% 50% no-repeat;
}

.carousel_item {
    position: relative;
    width: 780px;
    margin: 0 auto;
}

.carousel_item_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 25px 12px;
    background-color: #757373;
}

.carousel_item_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 25px;
    background-color: rgba(69, 124, 31, 0.9);
}

.gallery_frame_wrap {
    padding-bottom: 54px;
}

.carousel img {
    height: auto;
}

/*-----------------------*/

.product_item {
    margin: 0 25px;
}

.product_item_img {
    height: 172px;
    text-align: center;
    margin-bottom: 32px;
}

.product_item_info {
    padding: 14px 0 0;
}

.product_item_info_item {
    overflow: hidden;
    margin-top: 0px;
}

.downlods_inner {
    padding: 0 0 0 100px;
}

#case-studies {
    padding: 156px 0;
}

.vert_slide_caption1 {
    width: 468px;
    margin-right: 30px;
}

.vert_slide_title1 {
    padding-bottom: 15px;
}

.testimonials_carousel {
    display: flex;
}

.carousel_item_item1 {
    margin: 0 auto;
    margin: 0 10px;
}

.carousel_item_caption1 {
    text-align: center;
    padding: 20px;
}

.carousel_item_caption1,
.carousel_item_img1 {
    display: block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.testimonials_carousel .carousel_item_img1 {
    position: relative;
    border: 1px solid #e5e5e5;
    height: 0;
    padding-bottom: 75%;
}

.carousel_item_img1 img {
    position: absolute;
    max-width: 85%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel.var2 .owl-nav > div {
    border: 1px solid #474a50;
}

.carousel.var2 .owl-prev {
    background: url(../images/arrow_slider_prev2.png) -20px 50% no-repeat;
}

.carousel.var2 .owl-prev:hover {
    background-position: 16px 50%;
}

.carousel.var2 .owl-next {
    background: url(../images/arrow_slider_next2.png) 18px 50% no-repeat;
}

.carousel.var2 .owl-next:hover {
    background-position: -15px 50%;
}

.carousel.var2 .owl-nav > div:hover {
    background-color: #457c1f;
    border-color: #457c1f;
}

.controls_none .owl-nav {
    display: none;
}

.with_bullets {
    padding-bottom: 50px;
}

.owl-dots {
    display: none !important;
}

.with_bullets .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    text-align: center;
}

.owl-dot {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #a4a4a4;
    display: inline-block;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #69696c;
    border-color: #69696c;
}

/*=====================> Single Industry ========================*/

.page_social {
    min-height: 32px;
    padding: 5px 0 0;
}

.at-share-tbx-element.addthis_32x32_style .at-share-btn,
.at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
    border-radius: 50%;
    margin-left: 5px;
}

.industry_items_box,
.all_machines_page {
    padding: 59px 0 50px;
}

.global_industry_item {
    padding-bottom: 140px;
    border-bottom: 1px solid #dedede;
}

.global_industry_item {
    padding-top: 42px;
}

#content .title_box + .global_industry_item {
    padding-top: 0;
}

.industry_items {
    margin: 0 -15px;
}

.industry_item {
    position: relative;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.industry_item:not(.extra) {
    float: left;
    width: 306px;
    margin: 0 15px 30px;
}

.application_carousel1 .industry_item:not(.extra) {
    width: auto;
}

.application_links ul {
    overflow: hidden;
}

.application_links ul li {
    float: left;
    width: 47%;
    padding-right: 3%;
}

.application_links ul li:nth-child(odd) {
    clear: left;
}

.industry_item.extra {
    margin-bottom: 30px;
}

.industry_item.extra img {
    width: 100%;
}

.industry_item_inner {
    padding: 38px 18px;
}

.industry_item_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 17px 11px;
    z-index: 9;
    color: #fff;
    background-color: rgba(69, 124, 31, 0.8);
}

.industry_item_img {
    position: relative;
    z-index: 1;
    max-width: unset !important;
    width: 100%;
    height: auto;
}

.industry_item_caption a:hover {
    color: inherit;
}

.industry_item .industry_item_title span {
    border-color: transparent;
}

.industry_item:hover .industry_item_title span {
    border-color: #457c1f;
}

.industry_item_title span,
.industry_item_caption {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.industry_item_link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.simple_box {
    padding: 34px 0;
}

.single_industry_carousel_wrap {
    margin: 0 -30px;
}

.single_industry_carousel_item {
    max-width: 300px;
    float: left;
    margin: 0 20px;
}

.single_industry_carousel_caption {
    border: 1px solid #515459;
}

.single_industry_carousel_caption_inner {
    padding: 10px 23px;
}

.single_industry_carousel_caption .single_industry_carousel_caption_inner:first-child + .single_industry_carousel_caption_inner {
    border-top: 1px solid #3b3e43;
}

.single_industry_carousel_caption_inner[data-bg] {
    color: #fff;
}

.news_industry_box {
    min-height: 400px;
    padding-bottom: 15px;
}

.news_description {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: rgba(69, 124, 31, 0.5);
}

.news_industry_box_top {
    padding: 44px 0;
}

.preview_main_post_inner {
    width: 500px;
}

.preview_main_post_time {
    width: 100px;
    text-align: center;
    color: #fff;
    padding: 11px 0 12px;
}

.preview_main_post_day,
.industrial_post_day {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: -14px;
}

.preview_main_post_description {
    padding: 18px 21px 18px 0;
}

.preview_main_post_description a {
    color: #fff;
}

.industrial_post_item {
    width: 50%;
    float: left;
    margin-bottom: 38px;
}

.industrial_post_item_time {
    width: 86px;
    height: 86px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    background-color: #457c1f;
}

.industrial_post_item_description {
    padding: 4px 20px 0 23px;
}

/*=====================> Machines Box ========================*/

.machines_box_header .over_btn {
    margin-left: 40px;
}

.comparison_item {
    border-left: 1px solid #e0e0e0;
    padding: 2px 0 2px 12px;
    margin-left: 35px;
}

.comp_btn_big {
    padding: 32px 0 0;
    min-width: 64px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    background: url(../images/comp_icon_big.png) 50% 0 no-repeat;
}

.comp_btn_big:after {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    background-color: #457c1f;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    content: attr(data-qty);
}

.preview_machine_item1 {
    padding: 0 30px;
    max-width: 400px;
}

.preview_machine_item .title4 {
    font-size: 27px;
}

.all_machines_page .preview_machine_item .title4 {
    min-height: 66px;
}

.page-template-page-single-machine .preview_machine_item1 .title4 {
    font-size: 24px;
}

.page-template-page-single-machine .preview_machine_title {
    padding-right: 0;
}

.preview_machine_item1 .preview_machine_img_wrap {
    height: 160px;
}

.preview_machine_item1 .btn2 {
    width: 100%;
    text-align: left;
}

.preview_machine_item {
    width: 275px;
    float: left;
    position: relative;
    padding-top: 5px;
}

.preview_machine_img_wrap {
    height: 189px;
    text-align: center;
    line-height: 189px;
    padding: 1px 0 0;
}

.preview_machine_img_wrap img {
    vertical-align: middle;
}

.preview_machine_title {
    padding-right: 50px;
}

.all_machines_page .preview_machine_spec_list {
    min-height: 260px;
}

.preview_machine_spec_list li {
    overflow: hidden;
}

.preview_machine_spec_label {
    float: left;
    font-weight: bold;
}

.preview_machine_spec_val {
    float: right;
}

.select_items .custom_select {
    margin: 0 10px;
}

.custom_select {
    position: relative;
    width: 240px;
    display: inline-block;
}

.custom_select_current {
    text-align: center;
    padding: 5px 20px 3px;
    position: relative;
    cursor: pointer;
    background-color: #ededed;
}

.custom_select_current:after {
    display: block;
    width: 11px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/dd_arrow.png) 0 0 no-repeat;
    content: '';
}

.custom_select_current:hover {
    background-color: #dedede;
}

.custom_select_dd {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #dadde3;
}

.custom_select_dd_item {
    border-bottom: 1px solid #dcdfe5;
    padding: 4px 15px;
    cursor: pointer;
    position: relative;
}

.custom_select_dd_item:hover {
    background-color: #ededed;
}

.custom_select_dd_item:after {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 6px;
    border: 1px solid #dcdfe5;
    background-color: #fff;
    content: '';
}

.custom_select_dd_item.active:after {
    background: #fff url(../images/checkbox.png) 50% 50% no-repeat;
}

.all_matches {
    font-size: 30px;
    line-height: 1;
    padding: 14px 0 0;
}

.preview_machine_ind_icons span:first-child {
    margin-left: 0;
}

.preview_machine_compare_btn {
    width: 48px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: url(../images/comp_icon.png) 50% 50% no-repeat;
}

.preview_machine_compare_btn:hover {
    border-color: #51852e;
}

.preview_machine_compare_btn.active:after {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0px;
    right: -5px;
    background: url(../images/compare_active_icon.png) 0 0 no-repeat;
    content: '';
}

.preview_machine_items_wrap {
    margin: 0 -35px;
}

.preview_machine_item {
    float: left;
    margin: 0 35px 55px;
}

.simple_img_wrap {
    text-align: right;
    padding: 0 0 0 20px;
}

.simple_img {
    max-width: 100%;
    height: auto;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/*============== Compare Popup===============*/

.compare_popup_inner .preview_machine_compare_btn,
.remove_compare_item {
    display: none;
}

.pdf_popup {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.compare_popup_inner .remove_compare_item {
    display: block;
    position: absolute;
    width: 23px;
    height: 22px;
    right: 20px;
    top: 5px;
    display: block;
    background: url(../images/compare_del_item.png) 0 0 no-repeat;
}

.compare_popup_inner .remove_compare_item:hover {
    background-position: 0 -22px;
}

.compare_popup_inner .preview_machine_title {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.compare_popup_inner {
    margin: 0 -20px;
}

.compare_popup_inner .preview_machine_item {
    width: 33.3%;
    margin: 0 0 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.compare_popup_inner .preview_machine_item img {
    max-width: 100%;
}

.compare_popup {
    background-color: #fff;
    width: 1060px;
    margin: 0 auto;
    min-height: 300px;
    padding: 20px;
}

.compare_popup_title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.compare_popup_inner .preview_machine_item {
    position: relative;
}

.compare_popup_inner .preview_machine_item:not(:last-child):after {
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 0;
    background-color: #dedede;
    content: '';
}

.modal_close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/popup_close.png) 0 0 no-repeat;
    cursor: pointer;
}

/*=====================> Application page ========================*/
.application_carousel1_wrap {
    padding: 0 70px;
}

.application_carousel1_wrap .owl-stage {
    display: flex;
}

.application_carousel1_wrap .industry_item {
    max-width: 90%;
    float: none;
    margin: 0 0px 0 1px;
}

.application_carousel {
    width: 453px;
}

.application_caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 95px 0 0;
}

.application_item_descr {
    padding: 0 0 0 70px;
}

.application_carousel_item1 {
    width: 240px;
}

.application_carousel_item1_caption {
    padding: 16px 0 0;
}

.application_carousel1_wrap .owl-nav > div {
    width: 23px;
    height: 51px;
    background-color: #457c1f;
    border-color: #457c1f;
    background-size: 9px 12px;
}

.application_carousel1_wrap .owl-prev {
    left: -60px;
}

.application_carousel1_wrap .owl-next {
    right: -60px;
}

/*=====================> About page ========================*/
.about_caption {
    top: 0;
    right: 0;
    left: 0;
    padding: 48px 0 0;
}

.big_about_img {
    max-width: 100%;
    height: auto;
}

.timeline_stripe {
    position: absolute;
    width: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 40px;
}

.timeline_box {
    background: url(../images/timeline_bg.jpg) 50% 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.timeline_box_inner {
    padding: 0 120px;
}

.timeline_item {
    padding-bottom: 30px;
}

.timeline_item_title {
    color: #3b3e43;
    padding: 6px 20px 5px;
    background-color: #3b3e43;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
}

.time_line_descr {
    padding: 15px;
}

.time_line_descr_caption {
    width: 255px;
    padding: 10px 20px 10px 0;
}

.time_line_descr_caption .btn2 {
    margin-top: 15px;
}

.time_line_sm_descr {
    width: 45%;
    padding: 22px 15px;
    position: relative;
    margin-bottom: 40px;
    float: left;
}

.timeline_item .time_line_sm_descr:nth-child(even) {
    float: right;
    clear: both;
}

.time_line_sm_descr[data-bg='dark_bg'] {
    color: #fff;
}

.timeline_item .time_line_sm_descr:nth-child(odd):after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 14px solid #3b3e43;
    border-bottom: 9px solid transparent;
    display: block;
    position: absolute;
    left: 100%;
    top: 15px;
    content: '';
}

.timeline_item .time_line_sm_descr:nth-child(even):after {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 14px solid #fff;
    border-bottom: 9px solid transparent;
    display: block;
    position: absolute;
    right: 100%;
    top: 15px;
    content: '';
}

.timeline_item .time_line_sm_descr[data-bg='dark_bg']:after {
    border-left-color: #3b3e43;
    border-right-color: #3b3e43;
}

.timeline_item .time_line_sm_descr[data-bg='white_bg']:after {
    border-left-color: #fff;
    border-right-color: #fff;
}

/*=====================> Contacts page ========================*/
.sp_tabs {
    min-height: 400px;
}

.sp_tabs .resp-tabs-list-item,
.countries_list li {
    float: left;
    background-color: #ededed;
    font-size: 14px;
    color: #212121;
    text-align: center;
    padding: 3px 20px 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.countries_list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.countries_list li {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.countries_list ul li {
    float: none;
    border-top: 1px solid #fff;
    margin-bottom: 1px !important;
}

.sp_tabs .resp-tabs-list-item.resp-tab-active,
.sp_tabs .resp-tabs-list-item:hover,
.countries_list li:hover,
.countries_list li.active {
    background-color: #457c1f;
    color: #fff;
}

iframe {
    max-width: 100%;
}

.contact_tabs .countries_list,
.contact_tabs .resp-tabs-list {
    list-style-type: none;
    padding-left: 0;
}

.contact_tabs .resp-tabs-list li {
    width: 50%;
}

.contact_tabs .link {
    text-decoration: none;
}

.sp_tabs .resp-tabs-container {
    padding: 45px 0 0;
}

.contact_info_col {
    width: 33.3%;
    padding-right: 20px;
}

[data-lang='_de'] .contact_info_col {
    width: 43.3%;
}

.contact_list dd ~ dd {
    margin-top: 15px;
}

.agencies [data-region] {
    padding-left: 40px;
    width: 245px;
    float: left;
    min-height: 380px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_list1 .title4 {
    white-space: nowrap;
    font-size: 29px;
}

.region_box.extra [data-region]:first-child {
    padding-left: 0;
}

.countries_box.agencies > div:first-child ~ div .region_box .hide_items {
    margin-left: -40px;
}

.region_logo img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
}

.contact_list1 dt {
    font-weight: bold;
}

.map_wrap {
    border: 1px solid #3b3e43;
}

[data-wpcf7-group-id='articles'] .wpcf7-field-group:not(:last-child) .wpcf7-field-group-add {
    display: none;
}

[data-wpcf7-group-id='articles'] .wpcf7-field-group {
    position: relative;
}

[data-wpcf7-group-id='articles'] .wpcf7-field-group > p {
    width: 100%;
    margin: 0;
}

[data-wpcf7-group-id='articles'] .form_row {
    display: flex;
    flex-wrap: wrap;
}

[data-wpcf7-group-id='articles'] .form_row > .number {
    width: 70%;
}

[data-wpcf7-group-id='articles'] .form_row > .quantity {
    width: 25%;
    margin-left: 5%;
}

[data-wpcf7-group-id='articles'] .wpcf7-field-group:last-child {
    margin-bottom: 50px;
}

[data-wpcf7-group-id='articles'] .wpcf7-field-group .wpcf7-field-group-remove,
[data-wpcf7-group-id='articles'] .wpcf7-field-group .wpcf7-field-group-add {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    margin-right: 5px;
}

[data-wpcf7-group-id='articles'] .wpcf7-field-group .wpcf7-field-group-remove {
    position: absolute;
    top: auto;
    left: 100%;
    bottom: 0;
    height: 3em;
    background: none;
    color: red;
    font-weight: bold;
}

.contact_form_box {
    padding: 25px 18px;
    border: 1px solid #dedede;
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #fff;
    border: 2px solid red;
    padding: 20px 40px;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: red;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #fff;
    border: 2px solid #457c1f;
    text-align: center;
    padding: 20px 40px;
    margin-top: 25px;
    color: #457c1f;
    font-size: 14px;
}

.request_form .wpcf7-response-output {
    margin-left: 50px;
    margin-right: 50px;
}

.request_form sup,
#wpcf7-f1204-o1 sup,
#pdf_form sup {
    color: red;
    vertical-align: baseline !important;
}

.contact_form_box .wpcf7-list-item {
    display: block;
}

.checkboxes_wrap {
    border: 1px solid #dfdfdf;
}

.checkboxes p {
    margin-bottom: 0;
}

.checkbox_row,
#wpcf7-f6900-o2 .checkbox_row .wpcf7-list-item {
    padding: 4px 5px 2px 10px;
    clear: both;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

.checkbox_row .jq-checkbox {
    float: right;
}

#wpcf7-f6900-o2 .checkbox_row {
    padding: 0;
    border: none;
}

#wpcf7-f6900-o2 .checkbox_row .wpcf7-list-item label,
.checkbox_row .form_label {
    padding: 3px 0 0;
}

#wpcf7-f6900-o2 .checkbox_row .wpcf7-list-item label {
    color: #4a4a4a;
}

#wpcf7-f6900-o2 .checkboxes_wrap {
    margin-bottom: 12px;
}

#wpcf7-f6900-o2 .wpcf7-list-item.last {
    border: none;
}

.countries_list > li {
    width: 25%;
    position: relative;
}

.countries_list ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    visibility: hidden;
    opacity: 0;
}

.countries_list li:hover ul,
.countries_list ul:hover {
    visibility: visible;
    opacity: 1;
}

.countries_list .sm_arrow,
.resp-tabs-list .sm_arrow {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.countries_list li:hover .sm_arrow:after,
.resp-tabs-list li:hover .sm_arrow:after,
.resp-tabs-list li.resp-tab-active .sm_arrow:after {
    border-top-color: #fff;
}

.countries_list .sm_arrow:after,
.resp-tabs-list li .sm_arrow:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 4px solid #4a4a4a;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    display: block;
}

/*=====================> Career page ========================*/
.career_tabs .resp-tabs-list {
    text-align: center;
}

.career_tabs .resp-tabs-list-item {
    float: none;
    display: inline-block;
}

.content_nav {
    margin-bottom: 70px;
    text-align: center;
}

.content_nav_item {
    display: inline-block;
    min-width: 190px;
}

.content_nav_link {
    background-color: #ededed;
    font-size: 14px;
    color: #212121;
    display: block;
    text-align: center;
    padding: 3px 20px 4px;
    margin: 0 1px 4px 0;
    cursor: pointer;
}

.content_nav_link:hover,
.current .content_nav_link {
    background-color: #457c1f;
    color: #fff;
}

.testimonial_item {
    margin: 0 10px;
    border: 1px solid #dedede;
    padding: 15px;
    background-color: #fff;
    height: 100%;
}

.testimonial_author {
    width: 240px;
    margin: 0 auto 25px !important;
}

.testimonial_author figcaption {
    padding-top: 10px;
}

.testimonial_author figcaption h3 {
    text-transform: inherit;
}

.testimonial_author_img {
    text-align: center;
}

.testimonial_item img {
    display: inline-block !important;
    max-width: 100% !important;
    width: inherit !important;
}

.testimonial_item > figcaption {
    padding: 15px 55px 0;
}

.testimonial_item > .testimonial_contents {
    display: inline-block;
    padding: 20px !important;
}

.vacancies_box {
    border-top: 2px solid #fff;
    margin-top: -2px;
    padding-bottom: 50px;
}

.vacancies_table {
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    width: 100%;
    margin: 0 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.vacancies_table a:hover {
    text-decoration: underline;
}

.vacancies_table td,
.vacancies_table th {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    padding: 12px 22px;
    vertical-align: middle;
}

.vacancies_table tr td:last-child {
    text-align: center;
}

.format_icon {
    display: inline-block;
    padding: 4px 30px 4px 0;
    margin: 0 0 0 5px;
    vertical-align: middle;
    background: url(../images/download_ag_icon.png) right 50% no-repeat;
    background-size: 20px 18px;
}

.circle_btn {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: inline-block;
    background: #457625 url(../images/c_btn_arrow.png) 50% 50% no-repeat;
}

.content_form {
    border: 1px solid #dedede;
    padding: 18px 16px;
}

.form_date .date_item {
    width: 30%;
}

/*=====================> News page ========================*/
.news_previews_wrap .additional-news,
.news_previews_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.news_preview_item {
    float: left;
    width: 300px;
}

.news_preview_item.wide {
    width: 470px;
}

.news_preview_item_img {
    margin: 0 0 25px;
    min-height: 194px;
}

.news_preview_item_caption .btn1 {
    margin-top: 7px;
}

.news_preview_item_caption h3 {
    font-size: 18px;
}

.news_preview_item_caption h4 {
    font-size: 16px;
}

.read-more {
    display: inline-block;
    width: calc(100% - 40px);
    margin: 20px;
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.read-more a {
    width: 100%;
}

.news_nav {
    padding: 10px 0px 0 10px;
    position: relative;
}

.news_nav:after {
    background-color: #8a8a8a;
    width: 1px;
    height: 29px;
    position: absolute;
    display: block;
    left: 50%;
    top: 12px;
    content: '';
}

.news_nav.extra:after {
    display: none;
}

.news_single_slide_caption {
    padding: 10px 20px;
    background-color: #8e8f8f;
}

.shadow_box {
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 5px #eaeaea;
    padding: 35px 18px 15px;
    margin-bottom: 30px;
}

.shadow_box .title4 {
    line-height: 0.9;
}

.simple_teather_box {
    padding: 20px 20px 15px;
}

.event_title {
    padding-bottom: 15px;
}

.event_title_time {
    width: 160px;
    display: block;
    padding: 15px 0;
    margin-right: 25px;
    font-size: 55px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #457c1f;
}

.event_title_time span {
    display: block;
    font-size: 14px;
    margin-top: -4px;
    font-weight: 300;
}

.event_map_box {
    padding: 10px 10px 22px;
    margin-bottom: 20px;
}

.event_map_box_caption {
    padding: 8px 0 2px 50px;
    margin-bottom: 15px;
    background: url(../images/event_map_icon.png) 0 50% no-repeat;
}

.event_map {
    height: 261px;
    width: 100%;
}

.main_event_descr {
    width: 50%;
    padding-right: 50px;
}

/*=====================> Paragraphs ========================*/

.paragraph p {
    margin-bottom: 10px;
}

p {
    margin-bottom: 17px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb-5 {
    margin-bottom: -5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb11 {
    margin-bottom: 11px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb13 {
    margin-bottom: 13px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb17 {
    margin-bottom: 17px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb19 {
    margin-bottom: 19px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb21 {
    margin-bottom: 21px;
}

.mb22 {
    margin-bottom: 22px;
}

.mb23 {
    margin-bottom: 23px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb26 {
    margin-bottom: 26px;
}

.mb27 {
    margin-bottom: 27px;
}

.mb28 {
    margin-bottom: 28px;
}

.mb29 {
    margin-bottom: 29px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb31 {
    margin-bottom: 31px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb33 {
    margin-bottom: 33px;
}

.mb34 {
    margin-bottom: 34px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb36 {
    margin-bottom: 36px;
}

.mb37 {
    margin-bottom: 37px;
}

.mb38 {
    margin-bottom: 38px;
}

.mb39 {
    margin-bottom: 39px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb41 {
    margin-bottom: 41px;
}

.mb42 {
    margin-bottom: 42px;
}

.mb43 {
    margin-bottom: 43px;
}

.mb44 {
    margin-bottom: 44px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb46 {
    margin-bottom: 46px;
}

.mb47 {
    margin-bottom: 47px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb49 {
    margin-bottom: 49px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb51 {
    margin-bottom: 51px;
}

.mb52 {
    margin-bottom: 52px;
}

.mb53 {
    margin-bottom: 53px;
}

.mb54 {
    margin-bottom: 54px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb58 {
    margin-bottom: 58px;
}

.mb62 {
    margin-bottom: 62px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb-14 {
    margin-bottom: 0px;
}

/*=====================> Lists ========================*/
.list1_item {
    margin-bottom: 14px;
}

.list1_link {
    display: inline-block;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    background: url(../images/marker1.png) right 50% no-repeat;
}

.list2_item {
    padding-left: 20px;
}

.list2_link {
    background: url(../images/marker1.png) 0 7px no-repeat;
}

.editor_content ul {
    margin-bottom: 20px;
}

.pad_box .editor_content ul {
    list-style-type: none;
    padding: 0;
}

.pad_box .editor_content ul li,
.application_item_descr ul li,
.editor_content ul li {
    position: relative;
    padding-left: 10px;
}

.pad_box .editor_content ul li:before,
.application_item_descr ul li::before,
.editor_content ul li::before {
    display: block;
    position: absolute;
    background-color: #4a4a4a;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    content: '';
}

.list3 > li {
    margin-bottom: 4px;
}

.padding {
    padding: 63px 0;
    border-bottom: 2px solid #d7d7d7;
}

.pdf_list_item {
    margin-bottom: 30px;
}

.pdf_list .pdf_list_item:last-child {
    margin-bottom: 0;
}

.download_form_wrap {
    max-width: 25em;
}

.list5 {
    padding: 0 0 0 5px;
}

.list5:not(.footer_machines) > li,
.list5.footer_machines > li li {
    position: relative;
    padding: 0 0 0 10px;
}

.list5:not(.footer_machines) > li::before,
.list5.footer_machines > li li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #dadde3;
    border-radius: 4px;
    content: '';
}

.footer_machines a b {
    font-weight: normal;
}

.list6 > li {
    position: relative;
    padding: 0 0 0 10px;
}

.list6 > li:before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #4a4a4a;
    border-radius: 4px;
    content: '';
}

.spare-parts .container > p,
.spare-parts .container > h2,
.spare-parts .container > .listcheck {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .spare-parts .container > p,
    .spare-parts .container > h2,
    .spare-parts .container > .listcheck {
        margin-left: 50px;
        margin-right: 50px;
    }
}

.listcheck > li:before {
    display: inline;
    content: '\2713';
    color: #457c1f;
    margin-right: 5px;
}

.service_list {
    padding: 13px 0 0 0px;
}

.service_list_item {
    padding: 0 20px 21px 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfe1e7;
}

.service_list .service_list_item:last-child {
    border: none;
}

/*=====================> Titles ========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    text-transform: lowercase;
}

[lang='de'] h1,
[lang='de'] h2,
[lang='de'] h3,
[lang='de'] h4,
[lang='de'] h5,
[lang='de'] h6,
.non-lowercase h1,
.non-lowercase h2,
.non-lowercase h3,
.non-lowercase h4,
.non-lowercase h5,
.non-lowercase h6 {
    text-transform: none !important;
}

.title_box {
    padding-bottom: 17px;
}

.title1 {
    font-size: 80px;
    line-height: 0.9;
}

.title1_1 {
    font-size: 67px;
    line-height: 0.9;
}

.title1_2 {
    font-size: 70px;
    line-height: 0.9;
}

.title2 {
    font-size: 55px;
    line-height: 0.9;
    color: #457c1f;
    letter-spacing: -1px;
}

.title2.white_f {
    color: #fff;
}

.title2 span {
    text-transform: none;
}

.page-template-events .title2,
.page-template-news .page-template-news,
.single-post .title2 {
    text-transform: none;
}

.title2_1 {
    font-size: 40px;
    line-height: 0.8;
}

.title3 {
    font-size: 38px;
    line-height: 1.23;
}

.title2.with_border {
    padding-bottom: 18px;
    border-bottom: 1px solid #dedede;
}

.title4 {
    font-size: 31px;
    line-height: 1.23;
}

.title4.with_border {
    padding-bottom: 4px;
    border-bottom: 1px solid #808080;
}

.title5 {
    font-size: 28px;
    line-height: 1;
}

.title5 span {
    text-transform: uppercase;
}

.title5_1 {
    font-size: 28px;
    line-height: 1;
}

.title6 {
    font-size: 20px;
    line-height: 1;
}

.title7,
.simple_tabs h4.uni_bold.mb10,
.global_industry_item h3 {
    font-size: 24px;
    line-height: 1;
}

.simple_tabs h4.uni_bold.mb10,
.global_industry_item h3 {
    color: #457c1f;
}

/*================================>> FONTS  <<========================================*/
.fw_bold,
strong {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.fw_exl {
    font-weight: 200;
}

.fw_norm {
    font-weight: 400;
}

.fw_semibold {
    font-weight: 600;
}

.fw_light {
    font-weight: 300;
}

.let0 {
    letter-spacing: 0;
}

/*================================>> hovers <<========================================*/
a,
.lang_choose_list li,
.hidden_el2,
.transition,
.loaded .videoloading {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

a:hover,
.lang_choose_list li:hover,
.transition:hover {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.hidden_el,
.page_social {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub_menu_box,
*:hover > .hidden_el2 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*================================>> Contact Form <<========================================*/
.staff_item {
    padding: 0 0 0 30px;
    margin-bottom: 30px;
    width: 50%;
    float: left;
    min-height: 120px;
    font-size: 13px;
}

.staff_item_caption {
    padding: 0 0 0 20px;
}

#contact-form {
    padding: 0px 0 0 0;
    position: relative;
}

#contact-form .success {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    padding: 20px 0;
}

.txt_field,
.reg_page input[type='text'],
.reg_page input[type='password'],
.wpum-password-form fieldset input.input-text,
.login-form .input {
    margin: 0;
    font-size: 14px;
    border: 1px solid #dedede;
    color: #000000;
    padding: 5px 10px 6px;
    outline: none;
    position: relative;
    font-family: 'Ek Mukta', sans-serif;
    background: #fff;
    width: 100%;
}

.txt_field.invalid {
    border-color: red;
}

.reg_page legend {
    font-weight: 200;
    font-size: 55px;
    line-height: 0.9;
    color: #457c1f;
    letter-spacing: -1px;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 28px;
}

.reg_page .div_text {
    margin-bottom: 15px;
}

.reg_page label {
    display: block;
    margin-bottom: 7px;
}

.reg_page form {
    max-width: 600px;
    margin: 0 auto;
}

.reg_page form .buttons {
    background-color: #457c1f;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 0 0;
    font-size: 14px;
    line-height: 1.23;
    min-width: 140px;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none;
}

.reg_page .req-text {
    color: red;
    padding-top: 10px;
    font-size: 12px;
}

.reg_page label .req {
    color: red;
    display: inline-block;
    padding-left: 5px;
}

.form_label,
.wpum-password-form label,
.login-form label {
    display: block;
    margin-bottom: 3px;
}

.form_row {
    margin-bottom: 15px;
}

.spare-parts-submit {
    font-size: 14px;
    border-width: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(52, 148, 0);
    padding: 6px 22px;
    border-radius: 5px;
}

.form_row > .comment > .Comment > textarea {
    height: 55px;
}

.form_row > span > .wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.bdx .file {
    display: flex;
    align-items: center;
}

.bdx .file > p {
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.form_row > .terms {
    display: flex;
    margin-top: 15px;
}

.form_row > .terms > .terms-checkbox {
    margin-right: 5px;
}

.form_row > .terms > .terms-content {
    display: flex;
    flex-direction: column;
}

.form_row > .terms > .terms-content > a {
    color: rgb(63, 63, 63) !important;
    font-size: smaller;
}

.request_form .content_col_1_2 {
    padding: 0 50px;
}

.txt_field1,
.login_form input[type='text'],
.login_form input[type='password'] {
    margin: 0;
    font-size: 13px;
    border: 1px solid #e4e4e5;
    color: #fff;
    padding: 5px 10px;
    outline: none;
    position: relative;
    font-family: 'Ek Mukta', sans-serif;
    background: #dadde3;
    width: 100%;
}

.contact_msg_field {
    height: 155px;
}

.map_wrapper {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 26px;
}

.mfcf7_zl_delete_file::after {
    content: "🗑️";
    width: 20px;
    height: 20px;
}

.mfcf7_zl_delete_file > span {
    display: none;
}

/*================================>> Contacts Info <<========================================*/
.map_canvas {
    width: 100%;
    height: 324px;
}

.adress span {
    display: inline-block;
}

.adress dt {
    margin-bottom: 14px;
}

/*================================>> Footer <<========================================*/
footer {
    color: #fff;
    background-color: #474a50;
    padding: 30px 0 0;
    font-size: 13px;
}

.footer_top {
    padding: 13px 0;
    background-color: #404348;
}

.footer_top form > br {
    display: none;
}

.footer_top .wpcf7,
.wpcf7-form-control-wrap {
    position: relative;
}

.footer_top .wpcf7-form-control-wrap {
    display: block;
    float: left;
}

.footer_top .wpcf7-form.invalid .wpcf7-form-control-wrap,
.footer_top .wpcf7-form.sent .wpcf7-form-control-wrap {
    padding-bottom: 25px;
}

.footer_top .screen-reader-response,
.footer_top .wpcf7-response-output {
    display: none;
}

.footer_top .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: block;
    right: 0;
    position: absolute;
    bottom: 0;
}

.footer_top .wpcf7 span[role='alert'] {
    position: absolute;
    bottom: 0;
    left: 16px;
    color: red;
}

.footer_label {
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
}

.social {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

.social a {
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    overflow: hidden;
    margin-left: 9px;
    opacity: 0.7;
}

.social a:hover {
    opacity: 1;
}

.social a:first-child {
    margin: 0 0 0 0;
}

.footer_search_field {
    margin: 0 0 0 15px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    color: #fff;
    padding: 6px 10px;
    outline: none;
    position: relative;
    font-family: 'universmedium', sans-serif;
    background: none;
    width: 209px;
}

.footer_search_btn {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: -1px 0 0;
    background: #fff url(../images/marker2.png) 50% 50% no-repeat;
    border: none;
    cursor: pointer;
    background-color: #457c1f;
}

.footer_inner {
    color: #dadde3;
}

.footer_search > br {
    display: none;
}

.footer_col_1 {
    float: left;
    width: 14%;
}

.footer_col_2 {
    float: right;
    width: 75%;
}

.footer_title > a,
#footer_machine > li > a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#footer_machine > ul.sub-menu {
    overflow: hidden;
}

#footer_machine ul.sub-menu .sub-menu {
    margin-left: -10px;
}

.footer_inner {
    padding: 34px 0;
}

.footer_inner a {
    color: inherit;
}

.footer_inner a:hover {
    color: #fff;
}

.footer_col_sm,
#footer_machine > li > ul.sub-menu > li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}

.footer_nav > li {
    float: left;
    text-transform: uppercase;
}

.footer_nav {
    padding: 29px 0 0;
}

.footer_nav > li {
    margin-right: 30px;
}

a.footer_nav_link {
    color: #fff;
}

.footer_bottom {
    color: #989898;
    font-size: 12px;
    background-color: #404348;
    padding: 8px 0;
}

.menu-footer-policy-navigation-container .footer_nav {
    padding: 15px 0;
}

#contact_btn,
#contact_btn2 {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 20px;
    z-index: 10;
    width: 100px;
    padding: 50px 15px 23px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    background: #457c1f url(../images/contact_icon.png) 50% 19px no-repeat;
}

#contact_btn2 {
    display: none;
}

h2.resp-accordion {
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-tab-content-active {
    display: block;
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none !important;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-accordion-closed {
        display: none !important;
    }
}

/*================= Arcticmodal def styles =====================*/

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

.page_social {
    position: fixed;
    width: 200px;
    height: 100px;
    line-height: 100px;
    right: -200px;
    top: 50%;
    margin-top: -100px;
    z-index: 999;
    padding: 0 4px;
    text-align: center;
    background-color: #fff;
}

.show_social .page_social {
    right: 0;
}

.at-share-tbx-element.addthis_32x32_style .at-share-btn,
.at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
    border-radius: 0;
}

.page_social_btn {
    width: 100px;
    height: 100px;
    padding-top: 50px;
    line-height: 1;
    color: #fff;
    display: block;
    position: absolute;
    left: -100px;
    cursor: pointer;
    top: 0;
    z-index: 1;
    background: #457c1f url(../images/share_btn_icon.png) 50% 20px no-repeat;
}

.at-share-tbx-element .at-share-btn {
    vertical-align: middle;
}

.share_label {
    padding-right: 10px;
    line-height: 1;
    text-align: left;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-iframe {
    width: 100%;
    height: 480px;
    max-height: 100%;
    max-width: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

.num_404 {
    font-size: 250px;
    line-height: 1;
}

.section-machines .preview_machine_title {
    padding-right: 0;
    white-space: nowrap;
}

.page-template-application .preview_machine_spec_list br {
    display: none;
}

.specs-wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
}

.page-template-about #machines-application {
    background-color: #ededed;
}

.wpcf7-form .ajax-loader {
    display: none !important;
}

.s_text_block.al_center .content_col_3_4,
.s_text_block.al_right .content_col_3_4 {
    width: auto;
    float: none;
}

.checkbox_row .wpcf7-list-item-label {
    width: calc(100% - 32px);
    float: left;
}

span .wpcf7-list-item {
    margin: 0;
}

.jq-checkbox {
    margin-bottom: 10px;
}

.jq-checkbox + span {
    float: right;
    width: calc(100% - 28px);
    font-size: 12px;
}

.agent_attach_files {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dedede;
}

.do_not_match,
.pwd_error {
    color: red;
    font-size: 12px;
}

.not_match .do_not_match {
    display: block;
    color: red;
    margin-bottom: 10px;
}

.required .pwd_error {
    display: block;
}

#set_pass {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.doc_remove_btn {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: red;
    display: inline-block;
    width: 30px;
    background: none !important;
    text-align: center;
    vertical-align: middle;
}

a.doc_remove_btn:hover {
    text-decoration: none;
    color: red;
}

.news-item-image {
    padding-right: 20px;
    max-width: 300px;
}

.news-item-image .simple_img {
    width: 140px !important;
    max-width: unset !important;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.subscription-form {
    background: #38792e;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: 300ms;
    max-width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 999999;
}

.subscription-form iframe {
    max-width: 100%;
}

.subscription-form.active {
    opacity: 1;
    height: auto;
    bottom: calc(100% + 15px);
}

.subscribe {
    background: #38792e;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    max-width: 100%;
    width: 500px;
    text-align: right;
    color: white;
    width: auto;
    float: right;
}

.subscribe:hover {
    cursor: pointer;
}

.flex-space-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_label {
    font-size: 13px;
    line-height: 2.2;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 12px;
}

.m-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.relative {
    position: relative;
}

.footer-col-right {
    width: 500px;
    max-width: 100%;
}

.download_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    flex-wrap: wrap;
}

.download_items img {
    width: 100%;
    height: auto;
}

/* Temp styling webinar */
.home .breadcrump,
.page-id-13365 .breadcrump {
    border: none;
}

.home .green_box,
.page-id-13365 .green_box {
    background: #ddd;
}

.home .green_box h1,
.home .green_box h2,
.page-id-13365 .green_box h1,
.page-id-13365 .green_box h2 {
    color: #444;
}

.webinar-rearaxle-machining-btns {
    margin-top: 30px;
}

.webinar-rearaxle-machining-btns > a {
    display: block;
    margin-bottom: 10px;
}

.webinar-rearaxle-machining-btns > a > img {
    width: 320px;
}

/* Home news bar */
.home-news-bar {
    display: flex;
    background-color: #D49303;
    color: #fff;
    width: 100%;
    padding: 15px 0;
}

.home-news-bar > div {
    width: 50%;
}

.home-news-bar > div > span {
    margin-left: 10%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.home-news-bar > div > a {
    float: right;
    margin-right: 10%;
    font-weight: bold;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #fff;
    color: #D49303;
    text-transform: uppercase;
}

.home-news-bar > div > a > img {
    position: relative;
    margin-left: 4px;
    top: 4px;
}

@media only screen and (max-width: 768px) {
    .home-news-bar {
        display: block;
        text-align: center;
    }

    .home-news-bar > div {
        width: 100%;
    }

    .home-news-bar > div > span {
        margin: 0;
    }

    .home-news-bar > div > a {
        float: none;
        margin: 5px 0 0 0;
    }
}


/* Services page */
.services_video.about_machine_box {
    min-height: unset;
    background: none;
    cursor: pointer;
}

.services_video > div {
    position: relative !important;
}

.services_video.playing {
    background: none !important;
}

.services_video:not(.playing) > div {
    opacity: 0;
}

.services_video:not(.playing):before {
    position: absolute;
    inset: 0;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.services_video:not(.playing):after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    border-color: transparent transparent transparent rgba(69, 124, 31, 1);
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
}

.services_video video {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    transform: translate(0, 0) !important;
    display: block !important;
}

.agents-card {
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.agents-card h2 {
    position: relative;
    text-transform: none;
    padding: 15px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.agents-card h2:after {
    display: block;
    width: 27px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    background: url(../images/greeen_down_arrow.png) 50% 50% no-repeat;
    content: '';
}

.agents-card h2[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.agents-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
    margin: 40px;
}

.agents-grid h3 {
    text-transform: none;
}

.no-lowercase-headings h1,
.no-lowercase-headings h2,
.no-lowercase-headings h3,
.no-lowercase-headings h4,
.no-lowercase-headings h5,
.no-lowercase-headings h6 {
    text-transform: none !important;
}

.faq_item {
    margin-bottom: 2px;
}

.faq_item .faq_question {
    display: flex;
    background-color: rgba(117, 115, 115, 0.8);
    color: #fff;
    text-decoration: none !important;
}

.faq_item .faq_question h3 {
    padding: 5px 10px;
    color: #fff;
    flex-grow: 1;
}

.faq_item .faq_question:after {
    display: block;
    width: 30px;
    height: 30px;
    background: #457c1f url(../images/marker2.png) 50% 50% no-repeat;
    content: '';
    transform: rotate(90deg);
}

.faq_item.active .faq_question:after {
    transform: rotate(-90deg);
}

.faq_item .faq_answer {
    display: none;
    padding: 30px;
    background-color: #f5f5f5;
    transition: all 0.5s;
}

.faq_item .faq_answer > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media only screen and (min-width: 768px) {
    .faq_item .faq_answer > div {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .faq_item .faq_answer > div .wide {
        grid-column: 1 / span 2;
    }
}

[class^='content_col_'] ul,
[class^='content_col_'] ol,
.faq_item .faq_answer ul,
.faq_item .faq_answer ol {
    margin-bottom: 17px;
}
