.carousel-inner img {
    width: 100%;
    height: 100%;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #e82e2f;
    padding: 10px 15px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 50px;
    width: 70px;
    height: 70px;
}

-o-transition: 0.5s;
.scroll:hover {
    background: rgba(178, 178, 178, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 25px;
    margin-top: 0;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.scroll:hover i {
    color: #000;
}

.scroll:hover {
    background: #fff;
}

.load-position img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.load-position {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}

button.fancybox-button.fancybox-button--play,
button.fancybox-button.fancybox-button--fullscreen,
button.fancybox-button.fancybox-button--thumbs,
button.fancybox-button.fancybox-button--share,
button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.products-single-content .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #e0dbdd;
    margin: 0;
    padding: 10px 20px;
    line-height: 0;
}

.products-single-content .owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}

.products-single-content .owl-dots button {
    outline: none;
}

.products-single-content .owl-dots button.owl-dot.active span {
    background: #e82e2f;
}

#sidebar.fixed {
    position: fixed;
    top: 0;
    width: 430px;
}

.responstable {
    margin: 1em 0;
    width: 100%;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
}

.responstable tr {
    border: 1px solid #D9E4E6;
}

.responstable tr:nth-child(odd) {
    background-color: #EAF3F3;
}

.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #ca0001;
    color: #FFF;
    padding: 1em;
    font-size: 18px;
    font-weight: 400;
}

.responstable th:first-child {
    display: table-cell;
    text-align: center;
}

.responstable th:nth-child(2) {
    display: table-cell;
}

.responstable th:nth-child(2) span {
    display: none;
}

.responstable th:nth-child(2):after {
    content: attr(data-th);
}

.responstable th,
.responstable td {
    display: table-cell;
    padding: 1em;
}

.responstable th:last-child {
    width: 200px;
}

@media (min-width: 767px) {
    .responstable th:nth-child(2) span {
        display: block;
    }
    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
}

.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}

@media (min-width: 767px) {
    .responstable td {
        border: 1px solid #D9E4E6;
        font-size: 15px;
    }
}

.responstable th,
.responstable td {
    text-align: left;
    margin: .5em 1em;
}

@media (min-width: 767px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 1em;
    }
}

section.downloads-out .container .row .downloads-cnt .download-brocher:hover a svg,
section.contact-out .container .row .contact-address .contact-det:hover img {
    animation: bounceIn 750ms linear infinite alternate;
    -moz-animation: bounceIn 750ms linear infinite alternate;
    /* -webkit-animation: bounceIn 750ms linear infinite alternate; */
    -o-animation: bounceIn 750ms linear infinite alternate;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.accordion {
    width: 100%;
    height: auto;
}

.accordion>div {
    width: 100%;
    cursor: pointer;
}

.accordion-button {
    position: relative;
}

.accordion-button .question {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 20px;
}

.accordion .question {
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e2ecf0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #5d6a72;
    position: relative;
}

.accordion-marker {
    width: 48px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    bottom: 1px;
    border-radius: 0 4px 4px 0;
}

.accordion-marker .fa-plus {
    color: #ffffff;
    font-size: 15px;
}

.accordion .accordian-cnt {
    width: 100%;
    max-height: 0;
    font-size: 14px;
    color: #9aa7af;
    overflow: hidden;
    transition: all 400ms;
}

.accordion>div.active .accordian-cnt {
    max-height: 200px;
    padding: 12px 0 20px 20px;
    transition: all 400ms;
}

.accordion>div.active .accordion-marker {
    background-color: #e82e2f;
}

.accordion>div.active .question {
    color: #fff;
}

.accordion>div.active .accordion-marker .fa-minus {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}

.accordion-marker i:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 19px;
}

.accordion>div.active .accordian-cnt p {
    margin: 0;
}

.accordion>div.active .accordian-cnt ul {
    margin-top: 10px;
}

.accordion>div.active .accordian-cnt ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
}

.accordion>div.active .accordian-cnt ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #e82e2f;
    border-radius: 50%;
}

.video-out h6,
.downloads-out h6,
.faq-out h6 {
    display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .mainContent.page-title .container .row {
        display: block !important;
    }
    #sidebar,
    .fixed#sidebar {
        position: static !important;
    }
}


/*
  GitHub URL: https://github.com/gucastiliao/video-popup-js
*/

.videopopupjs {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: start!important;
}

.videopopupjs--hide {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}

.videopopupjs__close {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.59);
    float: right;
}

.videopopupjs__close:after {
    width: 40px;
    height: 35px;
    display: block;
    text-align: center;
    content: 'X';
    font-family: 'Verdana';
    background: #5e0a0a;
    line-height: 2.2;
    font-size: 15px;
    color: #fff;
}

.videopopupjs__close:hover {
    opacity: 0.5;
}

.videopopupjs--animation {
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}

.videopopupjs__content {
    margin: 0 auto;
    height: 100%;
    height: 500px;
    width: 100%;
    margin-top: 5%;
}

.videopopupjs__content iframe {
    width: 100%;
    height: 100%;
}

.videopopupjs__block--notfound {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 500px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;
    font-family: 'Arial';
    font-size: 20px;
}

@media(max-width: 768px) {
    .videopopupjs__content {
        max-width: 90%!important;
    }
}

@-webkit-keyframes videoPopupJs {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes videoPopupJs {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes videoPopupJsHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.video .modal-dialog {
    max-width: 50%;
    margin: 10% auto 0;
}

.video .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 9;
    border: none;
}

.video .modal-header button {
    border: none;
    box-shadow: none;
    font-size: 25px;
    background: #e82e2f;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
}

.video .modal-body {
    padding: 0;
}

.video iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.video .modal-content {
    background: none;
    border: none;
}

section.contact-out .container .row.below-cnt .contact-right .contact-form form .field-out .btn:focus {
    box-shadow: none;
}

.contact-form label.error,
.products-sidebar label.error {
    display: none !important;
}

.contact-form input.error,
.contact-form textarea.error,
.products-sidebar input.error,
.products-sidebar textarea.error {
    border: 1px solid red !important;
}

.contact-form #success {
    color: green;
    font-size: 15px;
}

.products-sidebar #success1 {
    text-align: center;
    color: green;
    font-size: 15px;
}

.mainContent.products-inner .products-sidebar .contact-link .form input:focus,
.mainContent.products-inner .products-sidebar .contact-link .form textarea:focus {
    box-shadow: none;
}