﻿@media all and (min-width:991px)
{
section#home #home-slider {
    overflow: hidden;
    height: calc(100vh - 206px);
}

section#home #home-slider>div {
    height: calc(100vh - 206px);
}
}

section#home #home-slider .item {
    position: relative;
    overflow: hidden
}

section#home #home-slider .item .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: -15%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

section#home #home-slider .item .background.mobile {
    display: none
}

section#home #home-slider .item:focus {
    outline: none
}

section#home #home-slider .item h3.title {
    font-family: UniversNextPro-Medium, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal
}

section#home #home-slider .item .sub-title {
    font-family: UniversLTPro-55Roman, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 27px
}

section#home #home-slider .item a.slider-btn {
    display: inline-block;
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    position: relative;
    color: #ffffff;
    background-color: #0d0d0d;
    margin-left: 4px;
    padding: 21px 111px 20px 26px
}

section#home #home-slider .item a.slider-btn .text {
    display: block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

section#home #home-slider .item a.slider-btn .icon {
    color: #ffffff;
    position: absolute;
    top: 22px;
    right: 19px;
    font-size: 10px;
    overflow: hidden
}

section#home #home-slider .item a.slider-btn .icon::before {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

section#home #home-slider .item a.slider-btn .icon.shown::before {
    display: inline-block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

section#home #home-slider .item a.slider-btn .icon.hover::before {
    display: inline-block;
    -webkit-transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    -o-transform: translateX(-400%);
    transform: translateX(-400%)
}

section#home #home-slider .item a.slider-btn:hover .icon.shown::before {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%)
}

section#home #home-slider .item a.slider-btn:hover .icon.hover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

section#home #home-slider .item a.slider-btn:hover .text {
    -webkit-transform: translateX(6px) translateZ(0);
    -moz-transform: translateX(6px) translateZ(0);
    -ms-transform: translateX(6px) translateZ(0);
    -o-transform: translateX(6px) translateZ(0);
    transform: translateX(6px) translateZ(0)
}

section#home #home-slider .item .wrap {
    position: absolute;
    bottom: 13.45%;
    left: 7.45%
}

section#home #home-slider .item.product h3.title {
    font-size: 140px;
    line-height: 142px;
    color: #010101;
    letter-spacing: 0.4px
}

section#home #home-slider .item.product .sub-title {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    color: #010101;
    padding: 14px 0 72px 5px
}

section#home #home-slider .item.image h3.title {
    font-size: 84px;
    line-height: 92px;
    color: #ffffff
}

section#home #home-slider .item.image .sub-title {
    color: #ffffff;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    padding: 23px 0 72px 3px;
    letter-spacing: -0.25px
}

body {}

nav.footer .wrapper .top .right .form .top-form .ui-selectmenu-button {
    background-color: transparent;
    border: none;
    position: relative;
    width: auto;
    padding: 6px 4px;
    margin-right: 8px;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
}

nav.footer .wrapper .top .right .form .top-form .ui-selectmenu-button .ui-icon {
    position: absolute;
    text-indent: 0;
    color: #ffffff;
    right: 1px;
    font-size: 7px;
    top: 9px;
}

nav.footer .wrapper .top .right .form .top-form .ui-selectmenu-button .ui-selectmenu-text {
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-decoration: underline;
}

body .actionMenu .dnn_mact {
    width: 90px;
    margin-left: -90px !important;
}

.TitleH2 {
    font-size: 20px;
}

.side-menu-holder .side-menu .language-country .form .ui-selectmenu-button {
    background-color: transparent;
    border: none;
    position: relative;
    width: auto;
    padding: 0;
    float: left;
    width: 100px !important;
}

.side-menu-holder .side-menu .language-country .form .ui-selectmenu-button .ui-selectmenu-text {
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #1b1b1b;
    text-decoration: underline;
    margin-left: 7px;
}

.side-menu-holder .side-menu .language-country .form .ui-selectmenu-button .ui-icon {
    display: none;
}

.downloads-popup-overlay .modal-content {
    width: 600px;
}

.logedin .vs-section {
    transform: none !important;
    position: static;
}

.dnnEditState .DNNContainer_noTitle .heading_wrapper {
    display: block !important;
}

.dnnEditState div.cntmd {
    min-height: 30px;
    border: 1px solid #eaeaea;
}

.dnnDragHint {
    margin-top: 5px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.dnnFormPopup.ui-draggable.ui-resizable,
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.dnnFormPopup.dnnClear.ui-dialog-buttons {
    right: 0;
    margin: 0 auto;
    top: 200px !important;
}

.ModKiviCOMWebUIIntraWebSiteC .child-details.variation-1.big-image {
    padding-top: 8px;
}

.child-details h3.title-thinner {
    padding-top: 30px;
}

.child-details.variation-1 .row-3 .left-holder .image:nth-child(2) {
    margin-top: 8px;
}

.child-details.variation-1.image-overlay .row-2 .right-holder .image.black .text-overlay .top,
.child-details.variation-1.image-overlay .row-2 .right-holder .image.black .text-overlay .bottom,
.child-details.variation-1.image-overlay .row-3 .left-holder .image.black .text-overlay .top,
.child-details.variation-1.image-overlay .row-3 .left-holder .image.black .text-overlay .bottom {
    color: #000000;
}

.child-details.variation-1 .row-2 .right-holder .image.black .overlay {
    background: none;
}

.child-details.variation-1.black .row-1 .left-holder .image.black .text {
    color: #000000;
}

section.members-container.slider.title {
    padding-bottom: 0;
}

#about-page section.solution-categories.slider {
    position: static;
}

#about-page section.solution-categories.slider .explore-bar {
    display: none;
}

body section.solutions .slider-data .text .title {
    float: none;
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
}

body section.solutions .slider-data .text .place {
    font-size: 16px;
    display: inline-block;
    float: none;
}

#dnn_ContentPane section.solution-categories .expanded-categories .category-expanded .col-horizontal-image.first-image {
    margin-top: 0;
    overflow: hidden;
}

#dnn_ContentPane section.solution-categories .expanded-categories .category-expanded .image-wrapper.hoverable {
    height: 80%;
}

@media screen and (min-width: 576px) {
    body .modal-dialog {
        width: 90% !important;
    }
}

.ModKiviCOMWebUIIntraWebSiteC input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.ModKiviCOMWebUIIntraWebSiteC .dnnTextEditor {
    width: 95%;
}

.project-section .text-description h3 {
    font-family: UniversLTPro-75Black, Helvetica, sans-serif;
    letter-spacing: -1.1px;
    font-size: 42px;
    line-height: 52px;
}

.project-section .text-description p {
    font-size: 16px;
    line-height: 34px;
    max-width: 410px;
    padding-top: 27px;
    letter-spacing: 0.1px;
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
}

.project-section .text-description p a,
.text a,
.text a:hover,
p a,
p a:hover {
    color: #f09100;
}

.project-section .text-description .info-title {
    letter-spacing: 0.1px;
    padding-bottom: 5px;
    padding-left: 1px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
}

.project-section .text-description .info-title::after {
    content: "";
    width: 60px;
    margin-left: 60px;
    height: 2px;
    background-color: #e7e7e7;
    display: inline-block;
    vertical-align: 4px;
}

.project-section .text-description .info-desc {
    letter-spacing: 0.2px;
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 37px;
}

.project-section .text-description a:last-child {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 34px;
    margin-left: 1px;
    position: relative;
}

.project-section .text-description a:last-child:before {
    display: block;
    background-color: #ccc;
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    right: 0;
    width: 100%;
}

.project-section .text-description a:last-child:after {
    display: block;
    background-color: #ccc;
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
    width: 0;
}

div.maindiv.logedin {
    transform: translateX(0);
}

.family-design div.block-product,
.family-design div.image,
.child-details div.block-product,
.child-details div.image {
    background-color: #f9f9fb;
}

.family-design div.block-product.black,
.family-design div.image.black,
.child-details div.block-product.black,
.child-details div.image.black {
    background-color: #000000;
}

body section.family-design .block-text .text {}

@media (max-width:990px) {
    .modal-filters-modal .filters-modal-holder .products-btn.mobile,
    body nav.main-menu .sub-menu.filters-mobile {
        display: none;
    }
}

.hero-section .main-title-container.title-holder {}

body .child-details.variation-1.hide-img-text .row-1 .left-holder:not(.vertical-slider) .image .text {
    display: block;
    color: #000000;
}

.ModKiviCOMWebUIIntraWebSiteC section.constructor-banner {
    background: black !important;
}

.maindiv .blueimp-gallery>.next,
.maindiv .blueimp-gallery>.prev {
    font-size: 26px;
    line-height: 39px;
}

body .full-video-modal-about-page {
    z-index: 5;
}

.contentPane .hero-section.news-single {
    text-align: center;
}

.contentPane .hero-section.news-single .row {
    margin: 0;
}

#dnn_ContentPane {}

.contentPane .hero-section .main-title {
    font-family: UniversLTPro-75Black, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 65px;
    line-height: 67px;
    color: #151515;
    text-align: center;
    padding-top: max(120px, 10.58vw);
}

@media (max-width:1920px) {
    .contentPane .hero-section .main-title {
        font-size: 56px;
        line-height: 58px;
    }
}

.contentPane .hero-section .main-sub-title {
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 42px;
    line-height: 44px;
    color: #999999;
    text-align: center;
    padding-bottom: 2.1vw;
    padding-top: 14px;
	padding-inline:12px;
}

@media (max-width:1920px) {
    .contentPane .hero-section .main-sub-title {
        font-size: 34px;
        line-height: 36px;
    }
}

.contentPane .hero-section img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.contentPane .hero-section .main-image.mobile {
    display: none;
}

@media (max-width:1920px) {
    section.introduction.single-news .left-holder {
        padding-left: 100px;
        height: auto !important;
    }
}

section.introduction.single-news .left-holder h1.text {}

section.introduction.single-news .left-holder h2.text {
    font-family: UniversNextPro-UltLt, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 62px;
    color: #9b9b9d;
}

section.introduction.single-news .left-holder h3.text {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #151515;
    position: relative;
    display: inline-block;
    padding: 40px 0 40px 7px;
}

.project-section.single-news {
    max-width: 2560px;
    padding: 8px;
}

.project-section.single-news.project-image-left .image-holder.hoverable {
    overflow: hidden;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: right;
}

.project-section.single-news img {
    max-width: 100%;
    width: 100%;
}

.project-section.single-news.project-image-left .vertical-positioner {
    margin-right: auto;
    padding-left: 15.4%;
}

.project-section.single-news .vertical-positioner {
    display: table;
    height: 100%;
}

.project-section.single-news .text-description {
    max-width: 430px;
    width: 430px;
    font-size: 20px;
    line-height: 37px;
    color: #262626;
}

.project-section.single-news .vertical-positioner .text-description {
    display: table-cell;
    vertical-align: middle;
}

.project-section.single-news .vertical-positioner .text-description .text {
    font-size: 16px;
    line-height: 34px;
    max-width: 410px;
    padding-top: 27px;
    letter-spacing: 0.1px;
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
    margin: 0;
}

.project-section.single-news.project-image-right .vertical-positioner {
    margin-left: auto;
    padding-right: 15.4%;
}

h1.h_1 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}

h2.h_2 {
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

body #cookies-bar {
    background: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

body #cookies-bar .cookies-bar-inner button {
    background-color: #f7941d;
    color: white;
}

.child-details.variation-1.portrait .row-2 .right-holder .image {
    height: 40vw;
}

.child-details.variation-1.portrait .row-3 .left-holder .image {
    height: 40vw;
}

.child-details.variation-1.text-align-left.hide-text-row-2.text-black.portrait .left-holder.text {
    padding-left: 144px;
}

@media (max-width:1920px) {
    .child-details.variation-1.text-align-left.hide-text-row-2.text-black.portrait .left-holder.text {
        padding-left: 95px;
    }
}

@media (max-width:1660px) {
    .child-details.variation-1.text-align-left.hide-text-row-2.text-black.portrait .left-holder.text {
        padding-left: 88px;
    }
}

@media (max-width:1480px) {
    .child-details.variation-1.text-align-left.hide-text-row-2.text-black.portrait .left-holder.text {
        padding: 0 0 0 65px;
    }
}

@media (max-width:768px) {
    .child-details.variation-1.text-align-left.hide-text-row-2.text-black.portrait .left-holder.text {
        padding: 45px 0 30px 28px;
    }
}

@media (max-width:1130px) {
    .child-details.variation-1.portrait .row-2 .right-holder .image,
    .child-details.variation-1.portrait .row-3 .left-holder .image {
        min-height: 62vw;
    }
    .child-details.variation-1.portrait .row-2 .left-holder .inner-holder,
    .child-details.variation-1.portrait .row-3 .right-holder .inner-holder {
        min-height: 62vw;
    }
}

@media (max-width:768px) {
    .child-details.variation-1.portrait .row-2 .right-holder .image,
    .child-details.variation-1.portrait .row-3 .left-holder .image {
        min-height: 155vw;
    }
    .child-details.variation-1.portrait .row-2 .left-holder .inner-holder,
    .child-details.variation-1.portrait .row-3 .right-holder .inner-holder {
        min-height: 1vw;
    }
}

body section.solutions .slider-data .pagination {
    display: none;
}

section.solutions.slider .slider-data {
    display: flex;
    justify-content: center;
}

@media (min-width:1350px) {
    .solutions.slider .container-custom {
        max-width: 1290px;
    }
    section.solutions.slider .slider-data {
        padding-right: 0;
        padding-left: 0;
    }
    body section.solutions .slider-data .pagination {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width:1920px) {
    body .child-configure-banner .right-holder {
        padding: 105px 290px 100px 140px;
        min-width: 800px;
    }
}

@media (max-width:1150px) {
    body .child-configure-banner .right-holder {
        padding: 105px 20px 100px 90px;
        min-width: 20px;
        max-width: 740px;
    }
}

@media (max-width:768px) {
    section.child-configure-banner .right-holder .btn {
        max-width: 200px;
    }
}

body section.family-header .image {
    background-size: cover;
}

body section.child-header .image {
    background-size: cover;
}

.maindiv .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.maindiv section.members-container {
    padding-top: 0;
    padding-bottom: 0;
}

.maindiv .child-custom-banner {
    margin-top: 8px;
}

.maindiv .child-configure-banner {
    margin-bottom: 8px;
}

#cookies-bar {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}

#cookies-bar .cookies-bar-inner {
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-size: 10px;
    line-height: normal;
    color: #bbb;
}

#cookies-bar {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.17);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}

#cookies-bar .cookies-bar-inner {
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-size: 10px;
    line-height: normal;
    color: #bbb;
}

#cookies-bar .cookies-bar-inner #cookies-bar-close {
    color: #333;
    position: absolute;
    right: 15px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#cookies-bar .cookies-bar-inner #cookies-bar-close:hover {
    opacity: .5
}

.cookies-bar-inner .flex {
    padding-right: 30px;
    vertical-align: middle;
    text-align: center
}

.cookies-bar-inner .flex-item:nth-child(1) {
    display: inline-block;
    margin: 7px
}

.cookies-bar-inner .flex-item:nth-child(2) {
    display: inline-block
}

#cookies-bar .cookies-bar-inner button {
    margin: 0 5px;
	color: #000000;
    background-color: #ffffff;
    padding: 4px 10px;
    border: 0;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
}

#cookies-bar .cookies-bar-inner a.btn {
    background-color: #FFFFFF;
	color: #000000;
    display: inline-block;
    margin-left: 5px;
    font-family: "proxima-nova", sans-serif;
	padding: 4px 10px;
}

section.family-design .container-fluid .block-text .text {
    white-space: normal;
    max-width: 100%;
}

.block-holder .block.place.image-slider .slick-slide {
    background-position: center top;
}

.child-details.variation-1.big-image .row-1 .right-holder .right .bottom-text {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.slick-slide .slider-btn span.text {
    padding-bottom: 0;
}

@media (max-width:1600px) {
    .child-details h3.title-thinner {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width:1200px) {
    .child-details h3.title-thinner {
        font-size: 42px;
        line-height: 45px;
    }
}

.members-container.slider .slick-slider.members-slider .slick-dots {
    bottom: 0;
}

@media (max-width:1130px) {
    section.members-container.slider .members-slider {
        flex-wrap: wrap;
    }
}

@media (max-width:768px) {
    section.members-container.slider {
        padding-bottom: 40px !important;
    }
    .block-holder .block.family .tech-specs-text {
        display: none;
    }
    section.child-details.variation-1.big-image .row-1 .right-holder .inner-holder .vertical-positioner .right {
        padding-left: 0;
    }
    section.child-details.variation-1.big-image .row-1 .right-holder .inner-holder .vertical-positioner .right .bottom-text {
        line-height: 22px;
    }
    .child-details h3.title-thinner {
        padding-bottom: 20px;
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width:1920px) {
    #home-grid .block-holder .block.place.image-slider .slick-dots {
        left: 35px;
        bottom: 35px;
        right: auto;
    }
}

@media (max-width:990px) {
    body nav.main-menu .menu-items .items.items-left .item.border-right:first-child {
        float: left;
        display: block;
    }
    nav.main-menu .sub-menu .presentation .items-right .item-right.submenu-icon,
    nav.main-menu .sub-menu .presentation .items-right .item-right {
        margin-left: 0;
        padding-right: 5px !important;
    }
    nav.main-menu .sub-menu .presentation .items-left .item .item-category {
        display: none !important;
    }
}

@media (max-width:768px) {
    body section.child-header {
        margin-top: 120px;
    }
}

.search-filters-label {
    text-transform: uppercase;
    font-weight: 600;
    color: grey;
    font-size: 13px;
}

body #search .search-filter {
    padding: 5px;
    padding-left: 10px;
    margin-right: 15px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
}

body #search .search-filter-remove {
    padding-left: 10px;
    padding-right: 5px;
    top: -2px;
    position: relative;
}

section#news .newsPane .news-article .article-info .explore-btn {
    float: none;
}

section.family-design .container-fluid .block-text .bottom-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    padding: 0;
    letter-spacing: 0.005em;
    max-width: 400px;
}

.col-md-3.inline.constructor.technical-card-container {
    background: transparent;
    position: absolute;
    right: 0;
    width: auto;
    padding-bottom: 0;
    padding-top: 0 !important;
}

.col-md-3.inline.constructor.technical-card-container .sidebar.sidebar-downloads {
    overflow: scroll;
    height: calc(100vh - 180px);
}

.col-md-3.inline.constructor.technical-card-container .sidebar .sections .side-section {
    background: white;
}

.side-section.downloads-section.download-button {
    text-align: center;
}

.side-section.downloads-section.download-button a {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 14px 34px;
    background-color: #f7941d;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

nav.main-menu .menu-items .items.items-center {
    position: relative;
}

nav.main-menu .menu-items .items.items-center span {
    position: absolute;
    right: -40px;
    color: #f7941d;
    top: 20px;
    transition: all 0.5s;
    font-size: 12px;
    line-height: 21px;
    margin-left: -2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
}

nav.main-menu .menu-items .items.items-center span.min {
    right: 40px;
}

nav.main-menu .sub-menu .presentation.arrows {}

body nav.main-menu .logo {
    height: 50px;
}

section#contacts .hero-section p {
    margin-bottom: 20px;
}

.Theme_Responsive_Default label span {
    font-size: 12px;
    font-weight: 900;
}

.Theme_Responsive_Default .form_input input[type=checkbox],
.Theme_Collapsible_Default .form_input input[type=checkbox] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: 20px;
    height: 20px;
}

.Theme_Responsive_Default .form_row {
    padding: 0 0 10px 10px !important;
}

body section#about-page .philosophy .content-container {
    padding: 15vw 0 15vw 0;
}

body section#about-page .global-presence .statistics {
    margin-top: 0;
    padding-bottom: 0;
}

@media all and (min-width:991px) {
    body section#about-page .sustainability .bgi .content-container-sustainability {
        background: transparent;
    }
}

body section#about-page .sustainability .bgi .content-container-sustainability .right-columns .statistics {
    margin-top: 10px;
}

@media all and (max-width:990px) {
    body section#about-page .sustainability .bgi .content-container-sustainability {
        background: white;
    }
    body section#about-page .sustainability .bgi .content-container-sustainability .row:last-child .col-md-6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

body section#about-page .sustainability .bgi .content-container-sustainability .right-columns .statistics .number-content .number {
    margin-bottom: 10px;
}

body section#about-page .opening-section .anchor-down .circle {
    border-color: white;
}

body section#about-page .sustainability .bgi .content-container-sustainability {
    padding: 10% 0 9.5% 0;
}

@media (min-width:1661px) {
    body section#about-page .section-title {
        font-size: 62px;
        line-height: 62px;
        max-width: 100%;
    }
}

.logedin .ModKiviCOMWebUIIntraWebSiteC .reorder,
.logedin .ModKiviCOMWebUIIntraWebSiteC .text-center {
    margin-top: 90px;
}

@media (max-width:1920px) {
    body section#about-page .global-presence .bgi {
        background-position-y: 40%;
    }
}

@media all and (min-width:1500px) {
    body section#about-page .global-presence .statistics {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        max-width: 1480px;
    }
    body section#about-page .global-presence .statistics .numbers {
        display: inline-block;
        width: auto;
        float: right;
        margin-top: -55px;
    }
    body section#about-page .global-presence .statistics .numbers .five-col {
        padding-right: 20px;
        padding-left: 20px;
        flex: 0 0 20%;
        max-width: 100%;
        float: left;
    }
}

body section#about-page .awards .products-awards .logos {
    justify-content: space-between;
}

section#about-page .quality .content-right .product-safety img:last-child {
    margin-right: 0;
}

section#about-page .contact .col-md-4.push-md-2.col-cmd-5.push-cmd-1.no-pad-left.right-col .right-content .content:before {
    content: "";
    display: block;
    margin-top: -40px;
    margin-bottom: 40px;
    width: 60px;
    height: 2px;
    background-color: #d0d0d0;
}

section#about-page .sales-process .col-md-4.push-md-2.col-cmd-5.push-cmd-1.no-pad-left.right-col .content-right:before {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
    width: 60px;
    height: 2px;
    background-color: #d0d0d0;
}

section#about-page .team .team-images .team-image .image,
section#about-page .production .images .image-1 .bgi-1,
section#about-page .production .images .image-2 .bgi-2,
section#about-page .production .images .image-3 .bgi-3 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

body section#home #home-slider .slick-track .item .background.contain {
    background-size: contain;
}

section#single-project {
    overflow: hidden;
}

section.info-table .table .cell {
    white-space: nowrap;
}

@media all and (max-width:991px) {
    .modal-filters-modal {}
    body #dealers-page {
        padding-top: 39px;
    }
}

@media all and (min-width:768px) {
    section#about-page .quality .numbers .col-md-2:first-child {
        margin-left: 65px;
    }
}

body #tech-card-filters .rzslider .rz-pointer {
    top: -10px;
    width: 24px;
    height: 24px;
    background-color: #b2b2b2;
}

body .rzslider .rz-pointer:after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
}

body .rzslider .rz-pointer.rz-active:after {
    background-color: #ffffff;
}

body .rzslider .rz-bar {
    height: 6px;
    border: 0;
    background: #f0f0f0;
    border-radius: 0;
}

body .sidebar .sections .side-section .section-filter .options .slider-holder .slider .left .slider-range {
    background-color: transparent;
}

body #downloads-page .browse-catalogues .catalogues-image {
    padding-left: 0;
}

body .child-custom-banner .right-holder .image.bottom {
    background-position: bottom left;
    right: -8px;
    left: auto;
}

body section.info-table .table .cell .table-title {
    font-size: 11px;
}

body section.info-table .container-custom .table .cell .row-two {
    font-size: 18px;
}

.info-table .container-custom .table .cell {
    padding-right: 30px;
}

#dealers-page .scroll-location-cards .location-card .right-side .direction-holder {
    display: none;
}

.child-details.variation-1.text-align-left.hide-text-row-2.text-black .row.row-3 .col-md-3.show-mobile {
    display: none !important;
}

.child-details.variation-1.text-align-left.hide-text-row-2.text-black .row.row-3 .col-md-3.hide-mobile {
    display: block !important;
}

@media all and (max-width:768px) {
    .child-details.variation-1.text-align-left.hide-text-row-2.text-black .row.row-3 .col-md-3.hide-mobile {
        order: 1;
    }
    .child-details.variation-1.text-align-left.hide-text-row-2.text-black .row.row-3 .col-md-6 {
        order: 2;
    }
}

@media all and (min-width:1600px) {
    body section.child-header,
    body section.family-header {}
}

body section#news .news-article {
    padding: 80px 0;
}

body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-value,
body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-label {
    line-height: 30px;
    width: 100%;
}

body section.family-header .main-title {
    font-size: 10vw;
    top: calc(65%);
}

body section.family-header .wrap .text {
    font-size: 38px;
}

body .block-holder .block.family .bottom-holder .icon.icon-plus_lines {
    display: inline-block;
    margin-left: 35px;
    /* display: none;*/
}

body .block-holder .block.family .bottom-holder .configure {
    margin-right: 0;
}

body .block-holder .block.family .specs .specs-title .specs-title-inner {
    font-size: 20px;
}

body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-label {
    font-size: 12px;
    opacity: .5;
}

body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-value {
    font-size: 18px;
}

body section#contacts .contact-cards .contact-card {
    height: auto;
    min-height: 656px;
}

body section#contacts .contact-cards .contact-card .content.form {
    margin: 0;
    padding: 30px;
}

nav.footer .wrapper .bottom .right .signature a {
    font-weight: 700;
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
}

body nav.footer .wrapper .top {
    padding-bottom: 0;
}

.side-menu-holder .side-menu .terms-conditions a {
    padding-top: 0;
}

nav.main-menu .menu-items .items .item.border-right:nth-child(2) {
    z-index: 123;
    position: relative;
}

body nav.main-menu .search-holder .search-input {
    border-left: 0;
}

body section.family-header .wrap .scroll-down .circle::before {
    left: 53%;
}

body section.family-header .wrap .scroll-down .discover,
body section#about-page .opening-section .anchor-down p {
    padding-left: 50px;
}

/*section.family-header .wrap .scroll-down,
section.child-header .wrap .scroll-down {
    cursor: pointer;
}*/

body .loadmask-msg div {
    background-color: #fff;
    border-radius: 55px;
}

body #all-products .loadmask-msg div {
    width: 100px;
    height: 100px;
    font-size: 0;
    background-image: url("/DesktopModules/KiviCOM.Web.UI.Intra.Constructor/Script/assets/img/loader.svg");
    background-size: 72px;
}

h5.no-specs-available {
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
    font-size: 18px;
}

section#about-page .opening-section .anchor-down .wrapper {
    cursor: pointer;
}

#cookies-bar {
    position: fixed !important;
    bottom: 0;
    padding: 16.5px;
}

body nav.footer {
    margin-top: 0;
}

/*body #downloads-page .intro-section .sub-title {
    font-family: UniversNextPro-UltLt, Helvetica, sans-serif;
}*/

body #downloads-page .intro-section {
    margin-bottom: 16px;
}

#downloads-page h3.title {
    line-height: 62px;
}

body #downloads-page .main-container .section-sub-title {
    font-size: 25px;
}

body .block-holder .block.place.image-slider button.slick-arrow {
    border: 2px solid white;
}

body .block-holder .block.place.image-slider button.slick-arrow:before {
    line-height: 35px;
}

body .block-holder .block.place.image-slider button.slick-arrow:hover:before {
    color: white;
}

body .block-holder .block.place.image-slider button.slick-arrow:hover {
    background-color: #000000;
}

body .block-holder .block.place .text .bottom {
    font-size: 16px;
}

body .block-holder .block.place.image-slider button.slick-arrow.slick-prev,
body .block-holder .block.place.image-slider button.slick-arrow.slick-next {
    top: 44%;
}

body #downloads-page .main-container .second-part-title {
    font-size: 25px;
}

body .loadmask {
    background-color: #f6f6f6;
}

body section.child-header .text {
    padding: 80px 0 0 0;
    padding-left: 52px;
}

@media (max-width:1920px) {
    body section.child-header .text {
        max-width: 1124px;
    }
}

@media (max-width:1920px) {
    body section.child-header .text .text-bottom {
        font-size: 35px;
    }
}

body section.child-header .text .text-bottom {
    font-family: UniversNextPro-UltLt, Helvetica, sans-serif;
}

body section.family-header .wrap .text {
    font-family: UniversNextPro-UltLt, Helvetica, sans-serif;
}

.frnt nav.main-menu {
 /*   transform: translate3d(0px, 0px, 0px) !important;*/
}

#downloads-page .construct-section .info {
    position: relative;
    z-index: 1;
}

body section#news .hero-section .main-title {
    font-family: UniversLTPro-75Black, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

section.info-table.family .container-custom {
    border-top: 1px solid #f6f6f6;
    padding-bottom: 50px;
}

#dnn_ContentPane .DnnModule:nth-child(2) section.info-table.family .container-custom {
    border-top: 0;
}

body #downloads-page .main-container .section-title {
    font-size: 42px;
    line-height: 62px;
}

@media (max-width:1920px) {
    body #downloads-page .main-container .section-title {
        line-height: 69px;
    }
    body section#news .hero-section .main-title {
        font-size: 65px;
        line-height: 67px;
    }
}

@media (min-width:1921px) {
    body section#about-page .global-presence .statistics {
        max-width: 1800px;
    }
    body section#about-page .sustainability .bgi .content-container-sustainability .right-columns .statistics .number-content .number {
        font-size: 90px;
    }
    section#about-page .quality .numbers .col-md-2 {
        margin-left: 30px;
    }
    body section#about-page .section-name {
        padding-left: 0;
    }
}

body section.info-table {
    margin-bottom: 30px;
}

body section.info-table .table {
    display: flex;
    justify-content: space-between;
}

body section.info-table .table .cell {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
}

.info-table .container-custom .table .cell:last-child {
    padding-right: 0;
}

@media (max-width:1920px) {
    body section.introduction .right-holder {
        padding: 172px 0 120px 103px;
    }
}

body section#news .hero-section .sub-title {
    font-family: UniversNextPro-UltLt, Helvetica, sans-serif;
    color: #999;
    letter-spacing: inherit;
    font-size: 42px;
    padding: 18px 0 46px 2px;
    line-height: 44px;
}

body #home-grid .block-holder .block,
section#all-products .block-holder .block {
    height: 50vw !important;
}

@media all and (min-width:991px) {
    body #home-grid .block-holder .block,
    section#all-products .block-holder .block {
        height: 33vw !important;
    }
}

@media all and (min-width:1281px) {
    body #home-grid .block-holder .block,
    section#all-products .block-holder .block {
        height: 25vw !important;
    }
}

@media (max-width:990px) {
    body section#all-products-grid-mobile .block-holder,
    body section#home-grid-mobile .block-holder {
        height: 50vw;
    }
}

@media (max-width:1920px) {
    body .block-holder .block.family .specs .specs-title .specs-title-inner {
        padding: 35px 0 15px 0;
    }
}

@media all and (max-width:1768px) {
    body .block-holder .block.family .specs .specs-title .specs-title-inner {
        padding: 25px 0 10px 0;
    }
    body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-value {
        line-height: 24px;
        font-size: 17px;
    }
}

@media (max-width:1440px) {
    body .block-holder .block.family .specs .specs-title .specs-title-inner {
        padding: 23px 0 5px 0;
    }
    body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-value {
        font-size: 16px;
        line-height: 22px;
    }
    body .block-holder .block.family .specs .specs-items .spec .spec-inner .spec-label {
        line-height: 24px;
    }
}

#main-overlay>.c-close.icon-x:before {
    display: none;
}

#main-overlay>.c-close.icon-x {
    position: absolute;
    right: 10px;
    top: 75px;
    background: #2c2c2c;
    width: 68px;
    height: 68px;
    z-index: 12;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}

#main-overlay>.c-close.icon-x .navigation {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 33px;
}

#main-overlay>.c-close.icon-x .navigation span {
    transition: background 0s 0.3s;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
}

#main-overlay>.c-close.icon-x .navigation span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-property: bottom, transform;
    bottom: -7px;
    transform: rotate(45deg);
    bottom: -8px;
}

#main-overlay>.c-close.icon-x .navigation span:before {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-property: top, transform;
    top: -7px;
    transform: rotate(-45deg);
    top: 8px;
}

section#home-grid .block .c-close {
    opacity: 0;
}

.maindiv .blueimp-gallery>.next,
.maindiv .blueimp-gallery>.prev {
    background: white;
    opacity: 1;
    border: 2px solid white;
    font-size: 0;
}

.maindiv .blueimp-gallery>.next {
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    top: 50%;
    right: 30px;
}

.maindiv .blueimp-gallery>.prev {
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.maindiv .blueimp-gallery>.prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e963";
    font-size: 36px;
    color: #000;
    line-height: 44px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: none;
    text-shadow: none;
}

.maindiv .blueimp-gallery>.next:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e963";
    font-size: 36px;
    color: #000;
    line-height: 44px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: none;
    text-shadow: none;
}

.maindiv .blueimp-gallery>.next:hover,
.maindiv .blueimp-gallery>.prev:hover {
    background: black;
    color: white;
}

.maindiv .blueimp-gallery>.next:hover:before,
.maindiv .blueimp-gallery>.prev:hover:before {
    color: white;
}

.maindiv .blueimp-gallery>.indicator>li {
    display: inline-block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    border: 1px solid #ffffff;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: transform 0.4s, border-color 0.4s;
    -moz-transition: transform 0.4s, border-color 0.4s;
    -ms-transition: transform 0.4s, border-color 0.4s;
    -o-transition: transform 0.4s, border-color 0.4s;
    transition: transform 0.4s, border-color 0.4s;
    transform-origin: center;
    position: relative;
    background-color: #fff;
    opacity: 1;
    border: 0;
    box-shadow: none;
}

.maindiv .blueimp-gallery>.indicator>li.active {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid white;
    top: 4px;
}

.close-search .icon-x:before {
    display: none;
}

.close-search .icon-x .navigation {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 16px;
}

.close-search .icon-x .navigation span {
    transition: background 0s 0.3s;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
}

.close-search .icon-x .navigation span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-property: bottom, transform;
    bottom: 0;
    transform: rotate(45deg);
}

.close-search .icon-x .navigation span:before {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-property: top, transform;
    top: 0;
    transform: rotate(-45deg);
}

body .blueimp-gallery>.indicator {
    bottom: 35px;
}

.blueimp-gallery .close {
    opacity: 1 !important;
}

.blueimp-gallery .navigation {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 16px;
    z-index: -2;
}

.blueimp-gallery .navigation span {
    transition: background 0s 0.3s;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 2px;
}

.blueimp-gallery .navigation span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-property: bottom, transform;
    bottom: 0;
    transform: rotate(45deg);
}

.blueimp-gallery .navigation span:before {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-property: top, transform;
    top: 0;
    transform: rotate(-45deg);
}

body .block-holder .block.family .specs .specs-title .specs-title-inner {
    font-weight: normal;
    font-family: UniversNextPro-Medium, Helvetica, sans-serif;
}

.block-holder .block.family .specs .specs-inner {
    width: 100%;
}

@media (max-width:1920px) {
    body section#all-products .c-close {
        top: 21px;
    }
}

@media (max-width:1920px) {
    body .block-holder .block.family .tech-specs-text {
        top: 40px;
    }
}
/*
.ModKiviCOMWebUIIntraWebSiteC h1 {
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 58px;
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
}

.ModKiviCOMWebUIIntraWebSiteC h2 {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 50px;
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
}
*//*
.ModKiviCOMWebUIIntraWebSiteC h2.sub-title {
    font-family: UniversNextPro-UltLt, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 42px;
    line-height: 44px;
    color: #999999;
    padding-bottom: 20px;
    padding-top: 14px;
}
*/
.page-404 .ModDNNHTMLC .Normal {
    min-height: 100vh;
    background-color: #000000;
    width: 100%;
    display: table;
    background-image: url("/Portals/_default/skins/intraweb/img/404/gradient2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.page-404 .wrap {
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 94px
}

.page-404 .wrap img {
    max-width: 100%;
    padding: 0 16px
}

body .page-404 .wrap .title {
    font-family: UniversLTPro-65Bold, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 52px;
    line-height: 54px;
    color: #ffffff;
    padding: 94px 16px 24px
}

body .page-404 .wrap .text {
    font-family: UniversLTPro-55Roman, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px
}

.page-404 .wrap .btn-wrap {
    position: relative;
    background-color: #f09100;
    display: inline-block
}

.page-404 .wrap .btn-wrap .icon {
    position: absolute;
    color: #ffffff;
    top: 23px;
    right: 18px;
    font-size: 9px;
    overflow: hidden
}

.page-404 .wrap .btn-wrap .icon.show::before {
    display: inline-block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.page-404 .wrap .btn-wrap .icon.hover::before {
    display: inline-block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    -o-transform: translateX(-400%);
    transform: translateX(-400%);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.page-404 .wrap .btn-wrap:hover .icon.show::before {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%)
}

.page-404 .wrap .btn-wrap:hover .icon.hover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.page-404 .wrap .btn-wrap:hover a {
    -webkit-transform: translateX(6px) translateZ(0);
    -moz-transform: translateX(6px) translateZ(0);
    -ms-transform: translateX(6px) translateZ(0);
    -o-transform: translateX(6px) translateZ(0);
    transform: translateX(6px) translateZ(0)
}

.page-404 .wrap .btn-wrap a {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    padding: 21px 74px 20px 25px;
    text-transform: uppercase;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@media (max-height:800px) {
    .page-404 .wrap {
        padding-top: 60px
    }
    .page-404 .wrap .title {
        padding: 34px 0 24px
    }
}

body section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-3 .image-1 {
    top: calc(-10.9vw - 10.9vw);
    left: calc(-16.93vw - 16.93vh);
    width: calc(18.25vw + 18.25vh);
    height: calc(11.35vw + 11.35vh);
}

section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-3 .image-1 .description {
    top: 1.171875vw;
    right: -1.171875vw;
    margin-right: -100%;
    text-align: left;
    -webkit-transform: translate(-3%, 0);
    -moz-transform: translate(-3%, 0);
    -ms-transform: translate(-3%, 0);
    -o-transform: translate(-3%, 0);
    transform: translate(-3%, 0)
}

body section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-3 .image-2 {
    top: calc(0.5vw + 0.5vh);
    left: calc(-23.19vw - 23.19vh);
    width: calc(18.25vw + 18.25vh);
    height: calc(11.35vw + 11.35vh);
}

section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-3 .image-2 .description {
    top: calc(12vw + 12vh);
    left: calc(18.95vw + 18.95vh);
    margin-left: -100%;
    text-align: left;
    -webkit-transform: translate(-3%, 0);
    -moz-transform: translate(-3%, 0);
    -ms-transform: translate(-3%, 0);
    -o-transform: translate(-3%, 0);
    transform: translate(-3%, 0)
}

body section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-3 .image-3 {
    top: calc(-4.55vw - 4.55vh);
    left: calc(4.4vw + 4.4vh);
    width: calc(18.25vw + 18.25vh);
    height: calc(11.35vw + 11.35vh);
}

section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-3 .image-3 .description {
    top: calc(12vw + 12vh);
    left: calc(18.95vw + 18.95vh);
    margin-left: -100%;
    text-align: left;
    -webkit-transform: translate(-3%, 0);
    -moz-transform: translate(-3%, 0);
    -ms-transform: translate(-3%, 0);
    -o-transform: translate(-3%, 0);
    transform: translate(-3%, 0)
}

body section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-4 .image-1 {
    top: calc(-10.9vw - 10.9vw);
    left: calc(-1.35vw - 1.35vh);
    width: calc(18.25vw + 18.25vh);
    height: calc(11.35vw + 11.35vh);
}

section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-4 .image-1 .description {
    top: 1.171875vw;
    left: -1.171875vw;
    margin-left: -100%;
    text-align: right;
    -webkit-transform: translate(3%, 0);
    -moz-transform: translate(3%, 0);
    -ms-transform: translate(3%, 0);
    -o-transform: translate(3%, 0);
    transform: translate(3%, 0)
}

body section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-4 .image-2 {
    top: calc(-4.55vw - 4.55vh);
    left: calc(-22.7vw - 22.7vh);
    width: calc(18.25vw + 18.25vh);
    height: calc(11.35vw + 11.35vh);
}

section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-4 .image-2 .description {
    top: calc(12vw + 12vh);
    left: calc(18.95vw + 18.95vh);
    margin-left: -100%;
    text-align: left;
    -webkit-transform: translate(-3%, 0);
    -moz-transform: translate(-3%, 0);
    -ms-transform: translate(-3%, 0);
    -o-transform: translate(-3%, 0);
    transform: translate(-3%, 0)
}

body section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-4 .image-3 {
    top: calc(0.5vw + 0.5vh);
    left: calc(4.915vw + 4.915vh);
    width: calc(18.25vw + 18.25vh);
    height: calc(11.35vw + 11.35vh);
}

section.solution-categories .category-slide .category-layout-1 .images-wrapper.slider-layout-4 .image-3 .description {
    top: calc(12vw + 12vh);
    left: calc(18.95vw + 18.95vh);
    margin-left: -100%;
    text-align: left;
    -webkit-transform: translate(-3%, 0);
    -moz-transform: translate(-3%, 0);
    -ms-transform: translate(-3%, 0);
    -o-transform: translate(-3%, 0);
    transform: translate(-3%, 0)
}

nav.footer.solutionsF {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

body nav.main-menu .solutions-slides-dropdown .solutions-label .solutions-dd {
    position: relative;
}

@media (max-width:1920px) {
    body nav.footer .wrapper .top .right .form .bottom-form {
        padding-top: 10px;
    }
}

@media (max-width:991px) {
    body nav.footer .wrapper .top .right .form .bottom-form {
        padding-top: 66px;
    }
    nav.footer.solutionsF {
        position: relative;
    }

	nav.main-menu .sub-menu .items-right .submenu-icon a.download
	{
		display:none;
	}
}

@media all and (min-width:1921px) {
    body section.family-header .wrap .text {
        padding-bottom: 50px;
    }
}

@media (max-width:990px) {
    section.solution-categories .mobile-categories .category-projects {
        padding-bottom: 30px;
    }
    body #solution-prev-next-template {
        margin-bottom: 0;
    }
    body nav.main-menu .sub-menu.filters-mobile,
    body .modal-filters-modal .filters-modal-holder .products-btn.mobile {
        display: block;
    }
    .modal-filters-modal .filters-modal-holder .filters-modal .basic-filter .filters-holder .filter-category .title {
        margin: 0;
    }
    .modal-filters-modal .filters-modal-holder .filters-modal .basic-filter .filters-holder .filter-category .title+label {
        display: none;
    }
    body .modal-filters-modal .filters-modal-holder .filters-modal {}

	body .modal-filters-modal
{
	transform: translate3d(0, -130%, 0);
}
body .technical-card-container .constructor-side-holder
{
	transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
}
}

@media all and (max-width:720px) {
    .maindiv {
/*      overflow: hidden;*/
    }
}

.basic-filter .header .title {
    margin: 0;
}

.advanced-filters .container .title {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:768px) {
    body section.introduction .right-holder {
        padding: 24px 20px 32px 25px;
    }
    body #downloads-page .product-presentation {
        padding-top: 30px;
    }
    body #downloads-page .browse-catalogues .catalogues-image {
        /*margin-left: 0;*/
		width:100%;
    }
	section#about-page .contact .col-md-4.push-md-2.col-cmd-5.push-cmd-1.no-pad-left.right-col .right-content .content:before
	{
		display:none;
	}
}

@media (max-width:768px) {
    .child-details.variation-1.portrait .row-2 .left-holder .inner-holder,
    .child-details.variation-1.portrait .row-3 .right-holder .inner-holder {
        min-height: 20px;
        height: auto;
    }
    body section.child-details.variation-1 .row-3 .right-holder,
    body section.child-details.variation-1 .row-2 .left-holder {
        padding: 15px 28px 30px 28px;
    }
    body section.child-details.variation-1 .row-1 .right-holder .inner-holder .vertical-positioner .left {
        padding: 10px 0 0 9px;
    }
    .child-details h3.title-thinner {
        padding-top: 10px;
    }
    body section.child-header .text {
        padding-left: 15px;
        padding-right: 15px;
    }
	section.introduction .left-holder
	{
		height:auto !important;
	}

}

body nav.main-menu a:hover
{
	text-decoration:none;
}

#home-grid .grid-row>.col-md-3
{
	padding-right: 8px;
    padding-left: 8px;
}

.basic-filter .header .filter-search-info a
{
	text-decoration:none;
}
.basic-filter .header .filter-search-info .products-found
{
	background-color: #f7941d;
}

.block-holder .block.family .family-title
{
	margin: 0;
}

@media (max-width: 990px)
{
.modal-filters-modal .filters-modal-holder .filters-modal .advanced-filters .container .filters .filter-category h4 {
    margin: 0;
}

.modal-filters-modal .filters-modal-holder .filters-modal .advanced-filters h4 img
{
	display:none;
}
}

@media (max-width: 990px)
{

}



@media (max-width: 990px)
{
	nav.main-menu .menu-items .items-right .item-1
	{
		display:none !important;
	}
}

@media (max-width: 767px)
{
body nav.main-menu .menu-items .items.items-right .item {
    display: block;
}
}


@media (max-width: 1920px)
{
#contacts section.introduction .left-holder {
    max-width: 500px;
}
#contacts section.introduction .right-holder {
    max-width: 500px;
}
#contacts section.members-container.slider {
    padding-top: 15px;
}
}

@media (max-width: 1920px)
{
section.introduction.manual .left-holder,
body section.introduction.manual .right-holder {
    padding-top: 15px;
}
}


body a:focus,body  a:hover {
    text-decoration: none;
}

body nav.footer .wrapper .top {
    padding-bottom: 40px;
}

body nav.main-menu .search-holder.active
{
  z-index: 123;
}
body nav.main-menu .search-holder.active .search-input
{
  border-left: 1px solid #272727;
}

.maindiv .blueimp-gallery>.indicator>li
{
  background-image: none !important;
}

.child-details.variation-1.text-left .row-1 .left-holder .col-md-6:first-child
{
 padding-left:0;
}
body .block-holder .block.family .specs .specs-title .specs-title-inner {
    font-weight: 700;
    font-family: UniversLTPro-55Roman, Helvetica, sans-serif;
}
@media (max-width: 1920px)
{
body .block-holder .block.family .family-title {
    padding: 25px 0 0 35px;
}
body  .block-holder .block.product .product-title {
    /*padding: 15px 0 0 35px;*/
  margin-top:0;
}
}

body nav.main-menu .products-holder .link-holder {
    padding: 0 36px 0 19px;
}


body .block-holder .block.product .product-title {
    font-family: UniversNextPro-Medium, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 990px)
{
body .side-menu-holder .side-menu .links {
    border-bottom: 0;
}
}

@media (max-width: 990px)
{
    body nav.footer .wrapper .top {
    padding-bottom: 0;
}
    body nav.footer .wrapper .top .left .list.right-list {
    padding: 0 0 0 84px;
}
}

@media (max-width: 768px)
{
body #downloads-page .intro-section .sub-title {
    max-width: 100%;
}
body #downloads-page .intro-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

body #downloads-page .main-container .section-title,
body #downloads-page h3.title {
    font-size: 28px;
    line-height: 30px;
}
body #downloads-page .intro-section .main-title
{
	font-size: 38px;
    letter-spacing: 1px;
    word-spacing: 0;
    font-family: 'UniversLTPro-65Bold';
    font-weight: normal;
    font-style: normal;
}
body #downloads-page .main-container .section-sub-title {
    font-size: 20px;
}
body #downloads-page .main-container .second-part-title {
    font-size: 20px;
}
body section.family-header .main-title {
    top: calc(72%);
}
body section.family-header .wrap .text {
    font-size: 22px;
}
}

.DnnModule-DNNGoPowerForms
{
	margin-bottom:30px;
}

@media (max-width: 768px)
{
section.members-container.slider .col-md-3.title {
	-webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
}


@media (max-width: 990px)
{
	.specs-table-placeholder .cell .row-two table
	{
		width: 100%;
    margin-bottom: 25px;
	white-space:normal;
	}
	.specs-table-placeholder .cell:last-child .row-two table
	{
		margin-bottom:0;
	}
	body section.info-table .container-custom .table {
    padding-top: 60px;
	padding-bottom:0px;
	}
	body section.info-table .container-custom .table .cell .row-two {
    padding-top: 5px;
}
body section.info-table {
    margin-bottom: 10px;
}
body section.info-table .container-custom .table .slick-track
{
	width: 100% !important;
    transform: none !important;
}


body section.members-container {
    padding-top:0px !important;

}

body .members-container .vertical-positioner .text-block {
    /*padding-top: 0px !important;*/
}

body section.info-table .container-custom .table::after
{
	background:transparent;
}

}

nav.footer .back-to-top
{
	display:none;
}

@media (max-width: 990px)
{
	nav.footer .back-to-top
{
	display:block;
}

body section.family-design .block-product
{
	background-size: contain;
}

body section#child-tech-card-headline .hero-section
{
	padding-top: 80px;
}
body section#child-tech-card-headline .hero-section .title {
    font-size: 26px;
}
body section#child-tech-card-headline .hero-section .hero-desc {
    font-size: 22px;
}
}

@media (max-width: 768px)
{
section.child-details.variation-1 .row-3 .col-md-6 .left-holder .image,
section.child-details.variation-1 .row-2 .col-md-6 .right-holder .image {
    height: 51vw;
    background-size: contain;
}
.child-details.variation-1.text-left .row-1 .left-holder .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.child-details.variation-1.text-left .row-1 .left-holder .col-md-6:first-child
{
	padding-bottom:8px;
}
.child-details h3.title-thinner span
{
	font-size: 36px !important;
}
body section.child-header .text {
    padding-left: 35px;
    padding-top: 0px;
    text-align: left;
}
body section.child-header .text .text-bottom
{
	    position: static;
    margin-top: 10px;
    font-size: 22px;
}

body section.family-header .image.mobile,
body section.child-header .image.mobile {
    background-size: contain;
}

}

@media (max-width: 768px)
{
	.child-details .col-md-3
	{
		order: 1
	}
	.child-details .col-md-3.hasImage {
		order: 0;
	}

	body .child-details.variation-1.text-align-left.hide-text-row-2.text-black .row.row-3 .col-md-3.hide-mobile,
	body section.child-details.variation-1 .show-mobile
	{
		order:3;
	}

}

@media (max-width: 480px)
{
	body section.family-header .image.mobile,
body section.child-header .image.mobile {
    background-size: cover;
}
}

.aboutPane .solution-categories.desktop-content
{
	display:none;
}

@media (max-width: 768px)
{
body section#news .hero-section .main-title {
    font-size: 38px;
    letter-spacing: 1px;
    word-spacing: 0;
    font-family: 'UniversLTPro-65Bold';
    font-weight: normal;
    font-style: normal;
	margin:0;
}
body section#news .hero-section .sub-title
{
	font-size: 24px;
    line-height: 30px;
    padding: 0;
}
}

#dealers-page .scroll-location-cards .location-card .right-side a
{
	display:block;
}

body section.solution-categories .expanded-categories .category-expanded .col-horizontal-image .caption .category,
body section.solution-categories .expanded-categories .category-expanded .col-upright-image .caption .category
{
	white-space:normal;
}

body section.child-colours
{
	margin-top:8px;
}

body .constructor.technical-card-container .technical-card .block.image,
body .technical-card-container .technical-card .block.image
{
	/*background-size: cover;*/
    background-size: 100% auto;
}
@media all and (max-width:991px)
{
	body .constructor.technical-card-container .technical-card .block.image,
	body .technical-card-container .technical-card .block.image
	{
		background-size: auto 100%;
	}
}

.Theme_Collapsible_Default .form_submit
{
	margin-bottom:20px;
}

@media (max-width: 990px)
{
	nav.footer .wrapper .top .right
	{
		padding-left: 27px;
		padding-right: 27px;
	}
}

@media (max-width: 768px)
{
	section.child-colours .wrap .vertical-positioner .inner-wrap>div
	{
		opacity: 1;
		text-shadow: 2px 2px 6px #00000080;
	}
	section.child-colours .wrap .vertical-positioner .color-picker .trim.mobile div.clear
	{
		height:0px;
	}
	section.child-colours .wrap
	{
		z-index: 12;
	}
}

.child-details.variation-1 .row-2 .right-holder .img
{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.child-details.variation-1.text-with-image .row-2 .left-holder .inner-holder .title:before
{
	display:none;
}

/*
section#contacts .find-contacts-section .link-holder .background {
    z-index: 1;
}

section#contacts .find-contacts-section .info {
    z-index: 2;
}*/


body nav.main-menu .account-holder.logged-in .account-modal
{
	top: 69px;
	right: 0px;
}
.logedin  nav.main-menu .account-holder.logged-in .account-modal
{
	right: 80px;
}

.table .cell .row-two table {
    margin-left: 0;
}

#main-overlay .block-holder .block.family .specs .specs-items .spec
{
	height:19%;
}

.col-md-3 .block-holder .block.family .specs
{
	right: -2px;
}

.col-md-3 .block-holder .block.family .specs.shown
{
	right:0;
}

#orders .dataTables_wrapper .table>tbody>tr:first-child>td {
    border: 0;
    background: -moz-linear-gradient(top, rgba(237,237,237,0.65) 0%, rgba(62,62,62,0) 34%, rgba(0,0,0,0) 46%);
    background: -webkit-linear-gradient(top, rgba(237,237,237,0.65) 0%,rgba(62,62,62,0) 34%,rgba(0,0,0,0) 46%);
    background: linear-gradient(to bottom, rgba(237,237,237,0.65) 0%,rgba(62,62,62,0) 34%,rgba(0,0,0,0) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ededed', endColorstr='#00000000',GradientType=0 );
}

#orders .dataTables_wrapper .table>thead:first-child>tr:first-child>th
{
	background:white;
	border: 0;
}

#orders .pagination-container .first span, #orders .pagination-container .prev span,
#orders .pagination-container .controls span
{
	text-align:center;
}

body #orders .pagination-container a.page.active
{
	color:white;
	background: #f7941d;
    border-color: #f7941d;
}

body #orders .pagination-container a.page {
    background: white;
    border: 1px solid #d9d9d9;
	color:black;
	margin: 0 0px;
	border-left-width:0px;
}

body #orders .pagination-container a.page:first-child
{
	border-left-width:1px;
}

@media all and (max-width:767px)
{
	#orders .dataTables_wrapper .table>thead
	{
		display:none;
	}

	#orders .dataTables_wrapper .table>tbody>tr {
    display: block;
    width: 100%;
    position: relative;
    height: 100px;
	border-top: 1px solid #f2f2f2;
}

	#orders .dataTables_wrapper .table>tbody>tr>td
	{
		border:0;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td.cartID
	{
		position: absolute;
		top: 22px;
		background: transparent;
		left: 0;
		color: #ccc;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td.cartStatus
	{
		position: absolute;
		top: 44px;
		background: transparent;
		left:0px;
		font-size: 11px;
		color: #ccc;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td.cartName
	{
		position: absolute;
		display: block;
		background: transparent;
		left: 0;
		top: 0px;
		font-size: 13px;
		font-weight: 700;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td.cartArchitect,
	#orders .dataTables_wrapper .table>tbody>tr>td.cartCity,
	#orders .dataTables_wrapper .table>tbody>tr>td.cartSpecifier
	{
		display: none;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td.cartMasterOffer
	{
		position: absolute;
		right: 0px;
		top: 20px;
		background: transparent;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td:last-child
	{
		position: absolute;
		top: 0;
		width: 100%;
		background: transparent;
		height: 100%;
	}

	#orders .dataTables_wrapper .table>tbody>tr>td:last-child .table-icon
	{
		width: 100%;
		height: 100%;
		border-radius: 0;
		background: transparent;
		border: 0;
		color: transparent;
	}

	#orders .popover.left
	{
		top: 0px !important;
		left: 0px !important;
		width: 100%;
		margin: 0;
	}
	#orders .popover.left>.arrow
	{
		display:none;
	}
}

.content .full-holder
{
	margin-top:100px;
	margin-bottom:100px;
}
.content .full-holder h2
{
	font-size: 42px;
    line-height: 52px;
    font-family: "UniversLTPro-65Bold", Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.01em;
	margin-bottom:30px;
}

.content .full-holder p,
.content .full-holder ul li,
.content .full-holder table td
{
	font-size: 18px;
    line-height: 36px;
    font-family: UniversLTPro-45Light, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #9b9b9d;
    letter-spacing: 0.005em;
}

.content .full-holder ul li
{
	list-style-type:square;
}

.content .full-holder table
{
	width:100%;
	margin-bottom:20px;
	border:0;
}
.content .full-holder table td
{
	border:0;
	border-bottom:1px solid #dadada;
	padding:5px;
}

.cart-picker input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: 10px;
    height: 10px;
    appearance: radio;
}

#productListTable .caTable--product-name
{
	padding-left: 10px;
}

nav.main-menu .account-holder .account-modal.guest {
    background-color: #ffffff;
    position: absolute;
    text-align: left;
    width: 300px;
    top: 69px;
    right: 0px;
    -webkit-box-shadow: 0 0 70px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 70px rgba(0,0,0,0.1);
    box-shadow: 0 0 70px rgba(0,0,0,0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
}

nav.main-menu .account-holder:hover .account-modal.guest
{
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    pointer-events: auto;
}

nav.main-menu .account-holder .account-modal.guest::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    top: -9px;
    right: 30px;
}

nav.main-menu .account-holder .account-modal.guest .top {
    padding-bottom: 20px;
}

nav.main-menu .account-holder .account-modal.guest .top .left {
    float: left;
    padding: 25px 0 0 25px;
}

nav.main-menu .account-holder .account-modal.guest .top .right {
    float: left;
    padding: 26px 0 0 24px;
}

nav.main-menu .account-holder .account-modal.guest .top .right .title {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #010101;
}

nav.main-menu .account-holder .account-modal.guest .bottom .loggin-item {
    display: block;
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #010101;
    border-top: 1px solid #f2f2f2;
    padding: 12px 0 12px 24px;
}

body[data-page="cart"] .caTableContainer.caTableContainer-hasTotal .dataTables_scrollBody
{
	overflow-x:hidden !important;
}

#productListTable .caTable--product-name {
    /*white-space: nowrap;*/
	max-width:420px;
	min-width:270px;
}

body .constructor.technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-value .item-table-values .item-table-value,
body .technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-value .item-table-values .item-table-value
{
	white-space: nowrap;
    padding-right: 10px;
}


@media all and (max-width:1600px)
{
	nav.main-menu .account-holder .account-modal.guest,
	body nav.main-menu .account-holder.logged-in .account-modal	{
		top: 59px;
	}
	body[data-page="cart"] .caTableContainer.caTableContainer-hasTotal .dataTables_scrollBody
	{
		overflow:auto !important;
	}
	body .constructor.technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-value .item-table-values .item-table-value,
	body .technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-value .item-table-values .item-table-value
	{
		float:left;
		white-space:normal;
		padding-right:0;
	}
	body .constructor.technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-label,
	body .technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-label
	{
		width:155px;
	}
}

@media all and (max-width:1280px)
{
	body .constructor.technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-label, body .technical-card-container .technical-card .technical-card-item .content-data .data-item .data-item-label
	{
		padding-left:0px !important;
	}
}

body[data-page="cart"] table.caTable td.dataTables_empty {
    font-size: 18px;
    text-align: center;
    padding: 20px;
}

body .sidebar .sections .side-section .section-filter:last-of-type
{
	padding-bottom:30px;
}

.container-fluid .button-arrow {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    width: 230px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 18px 0 20px 19px;
    letter-spacing: 0.085em;
    position: relative;
	margin-top:20px;
}

.container-fluid .button-arrow.black-button {
    background-color: #000;
    border: 0 solid #fff;
}

.container-fluid .button-arrow .text {
    display: block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.container-fluid .button-arrow .icon {
    color: #ffffff;
    position: absolute;
    right: 19px;
    top: 20px;
    font-size: 9px;
    overflow: hidden;
}

.container-fluid .button-arrow .icon::before {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.container-fluid .button-arrow .icon.shown::before {
    display: inline-block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.container-fluid .button-arrow .icon {
    color: #ffffff;
    position: absolute;
    right: 19px;
    top: 20px;
    font-size: 9px;
    overflow: hidden;
}

.container-fluid .button-arrow .icon::before {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.container-fluid .button-arrow .icon.hover::before {
    display: inline-block;
    -webkit-transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    -o-transform: translateX(-400%);
    transform: translateX(-400%);
}

.container-fluid .button-arrow:hover .text {
    -webkit-transform: translateX(6px) translateZ(0);
    -moz-transform: translateX(6px) translateZ(0);
    -ms-transform: translateX(6px) translateZ(0);
    -o-transform: translateX(6px) translateZ(0);
    transform: translateX(6px) translateZ(0);
}

.container-fluid .button-arrow:hover .icon.shown::before {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
}

.container-fluid .button-arrow .icon.hover::before {
    display: inline-block;
    -webkit-transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    -o-transform: translateX(-400%);
    transform: translateX(-400%);
}

.container-fluid .button-arrow:hover .icon.hover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

body .btn-success,
body .btn.btn-primary {
    color: #fff;
    background-color: #f09100;
    border-color: #f09100;
}

.ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-buttons button
{
	width:auto;
}

body .btn-success:hover,
body .btn-success:active:hover,
body .btn-success:active,
body .btn-success:focus,
body .btn-success:focus:active,
body .btn-success:focus:active:hover,
body .btn.btn-primary:hover,
body .btn.btn-primary:active:hover,
body .btn.btn-primary:active,
body .btn.btn-primary:focus,
body .btn.btn-primary:focus:active,
body .btn.btn-primary:focus:active:hover
{
    color: #fff;
    background-color: #ea8e00;
    border-color: #ea8e00;
}

nav.main-menu .sub-menu.wishlist .presentation .items-left {
    padding-top: 21px;
    padding-left: 28px;
}

#orders>.container-fluid>.row
{
	/*padding-top: 60px;*/
}

nav.main-menu .sub-menu.wishlist .dropTrigger
{
	display:block;
}

nav.main-menu .sub-menu.wishlist .presentation .items-left .item .dropdown .item-category {
    display: block !important;
}

nav.main-menu .sub-menu.wishlist .presentation .items-left .item .dropdown .holder .dd-inner .dd-title
{
	padding: 5px 0 15px 15px;
	font-size:15px;
}

nav.main-menu .sub-menu.wishlist .presentation .submenu-icon {
    display: inline-block;
}

.col-md-3.inline.constructor.technical-card-container.wishlist
{
	width:550px;
	max-width:535px;
}

nav.main-menu .sub-menu.wishlist .items-right
{
	padding-right:30px;
}

.col-md-3.inline.constructor.technical-card-container.wishlist .sidebar.sidebar-downloads {
    height: calc(100vh - 145px);
}

.constructor.technical-card-container.share .sidebar.sidebar-downloads .sections .side-section .side-box
{
    border-top: 0;
    border-bottom: 0;
}

body .wishlist.share .caForm
{
	margin-top:30px;
}

body .wishlist.share .caForm label {
    font-family: inherit;
    font-size: 13px;
    margin: 10px 0 5px;
}

body .wishlist.share .caForm .caCheckbox--text {
    padding-left: 10px;
    font-weight: bold;
}

body .wishlist.share .caForm .caCheckbox--icon
{
	margin-top:0;
}

body .wishlist.share .caForm .blockGrid {
    margin-left: 18px;
    margin-right: 18px;
}

.main-wrapper>.input-group
{
	padding-left:15px;
	padding-right: 15px;
}

@media (max-width: 990px)
{
body .technical-card-container.wishlist .constructor-side-holder
{
    transform: none;
}
}

@media all and (min-width:991px)
{
nav.main-menu .sub-menu.wishlist .dropTrigger
{
	display:none;
}
nav.main-menu .sub-menu.wishlist .dropdown .item-category {
    display: none !important;
}
}

body section#tech-specs-slider .slider-holder .right-holder .slider-light-picker .item-light .slide-content .specs-table-row .specs-item.size,
body section#tech-specs-slider .slider-holder .left-holder .specs-table .specs-table-row .specs-item.size {
    height: 500px;
}

@media (max-width: 1440px)
{
body section#tech-specs-slider .main-container .slider-holder .right-holder .slider-light-picker .item-light .slide-content .specs-table-row .specs-item.size,
body section#tech-specs-slider .slider-holder .left-holder .specs-table .specs-table-row .specs-item.size {
    height: 470px;
}
body section#all-products .block.family .product-highlight, body section#home-grid .block.family .product-highlight {
    height: auto;
    min-height: 21px;
}
}

@media (max-width: 991px)
{
	body section#tech-specs-slider .slider-holder .right-holder .slider-light-picker .item-light .slide-content .specs-table-row .specs-item.size .img-wrapper {
		height: auto;
	}
	body section#tech-specs-slider .slider-holder .right-holder .slider-light-picker .item-light .slide-content .specs-table-row .specs-item.size .img-wrapper img
	{
		position: static;
		left: auto;
		right: auto;
		transform: none;
		top: auto;
}
}

.constructor-side-holder .sidebar .ui-selectmenu-menu.ui-selectmenu-open .ui-menu
{
	max-height: 225px;
}
