body {
    letter-spacing: .2px;
    height: auto
}

figure,
figcaption,
section,
aside,
article {
    margin: 0;
    padding: 0
}

.border-left {
    position: relative
}

.border-left:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e4e5e7;
    position: absolute;
    left: -16px;
    top: 0
}

.border-left-this {
    position: absolute;
    content: "";
    display: none;
    width: 1px;
    height: 500%;
    background: #e4e5e7;
    right: 0;
    margin-right: 33.33333%;
    top: 0
}

@media print,
screen and (min-width:64em) {
    .border-left-this {
        display: block
    }
}

@media screen and (min-width:40em) {
    .border-right {
        border-right: 1px solid #e4e5e7
    }
}

.padding-bottom {
    padding-bottom: 2rem
}

.margin-top-1 {
    margin-top: 1rem
}

.margin-top-2 {
    margin-top: 2rem
}

.margin-top-3 {
    margin-top: 3rem
}

.margin-bottom-1 {
    margin-bottom: 1rem
}

.margin-bottom-2 {
    margin-bottom: 2rem
}

.margin-bottom-3 {
    margin-bottom: 3rem
}

.pos-relative {
    position: relative
}

.gm-style-cc {
    display: none
}

.ng-cloak {
    display: none
}

.table {
    display: table;
    width: 100%
}

.table-cell {
    display: table-cell
}

.table-cell.top {
    vertical-align: top
}

.table-cell.middle {
    vertical-align: middle
}

.vertical-top {
    vertical-align: top
}

.box-hover-shadow {
    -webkit-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99)
}

.box-hover-shadow:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.slide-up-icon {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 50px;
    right: 5%;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e5e7;
    line-height: 50px;
    z-index: 5;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon {
        bottom: 65px;
        width: 50px;
        height: 50px;
        line-height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px
    }
}

.slide-up-icon .icon-large {
    fill: #777
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon .icon-large {
        width: 1.2em !important;
        height: 1.2em !important
    }
}

.slide-up-icon:hover {
    cursor: pointer;
    background: #f7f8fa
}

.slide-up-icon:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:39.9375em) {
    .is-reveal-open {
        width: 100%;
        position: fixed
    }
}

html.is-reveal-open,
html.is-reveal-open body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width:39.9375em) {
    .is-select-open {
        overflow: hidden;
        width: 100%;
        position: fixed
    }
}

hr.bordered {
    border-top: 1px solid #e4e5e7;
    margin: 1rem 0
}

.reveal.full {
    top: 0 !important
}

@media screen and (max-width:39.9375em) {
    .zopim {
        z-index: 999 !important
    }
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(-.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(.75turn);
    transition-property: transform, opacity;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: 300ms !important
}

.long-delay {
    transition-delay: 700ms !important
}

.shake {
    animation-name: shake-7
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn)
    }
    100% {
        transform: rotate(0)
    }
}

.spin-ccw {
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }
    0%,
    30%,
    70%,
    100% {
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms
}

.infinite {
    animation-iteration-count: infinite
}

.slow {
    animation-duration: 750ms !important
}

.fast {
    animation-duration: 250ms !important
}

.linear {
    animation-timing-function: linear !important
}

.ease {
    animation-timing-function: ease !important
}

.ease-in {
    animation-timing-function: ease-in !important
}

.ease-out {
    animation-timing-function: ease-out !important
}

.ease-in-out {
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    animation-delay: 300ms !important
}

.long-delay {
    animation-delay: 700ms !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #313131 !important
}

.slider-container {
    position: relative;
    line-height: 0;
    overflow: hidden
}

.slider-container .big-slider .owl-item {
    -webkit-animation-duration: .4s !important;
    animation-duration: .4s !important
}

.slider-container .big-slider .owl-item .item {
    text-align: center;
    position: relative
}

.slider-container .big-slider .owl-item .item picture {
    display: inline-block
}

.slider-container .big-slider .owl-item .item picture img {
    margin: auto
}

.slider-container .big-slider .owl-item .item picture picture source {
    margin: auto
}

.slider-container .big-slider .owl-item .item .slider-content-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 2rem 10rem;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width:39.9375em) {
    .slider-container .big-slider .owl-item .item .slider-content-text {
        padding: 2rem
    }
}

.slider-container .big-slider .owl-item .item .slider-content-text.slide-text-right {
    width: auto;
    left: 36%;
    text-align: left
}

@media screen and (max-width:39.9375em) {
    .slider-container .big-slider .owl-item .item .slider-content-text.slide-text-right {
        padding: 1rem;
        left: 0;
        top: 0;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .slider-container .big-slider .owl-item .item .slider-content-text.slide-text-right .slider-title {
        font-size: 1.2rem
    }
}

.slider-container .big-slider .owl-item .item .slider-wrapper-text {
    position: relative
}

.slider-container .big-slider .owl-item.active .item .slider-wrapper-text {
    animation-name: custom-1;
    animation-timing-function: cubic-bezier(.19, .26, .17, .99);
    animation-duration: .8s
}

@keyframes custom-1 {
    0% {
        transform: translateY(-10%);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.slider-container .big-slider .owl-item .item .slider-title {
    font-size: 1.8rem;
    line-height: 1.1;
    color: #fff
}

@media print,
screen and (min-width:40em) {
    .slider-container .big-slider .owl-item .item .slider-title {
        font-size: 2.8rem;
        line-height: 1.1;
        letter-spacing: 1px
    }
}

@media print,
screen and (min-width:64em) {
    .slider-container .big-slider .owl-item .item .slider-title {
        font-size: 2.8rem
    }
}

.slider-container .big-slider .owl-item .item .slider-description {
    font-weight: 300;
    color: #fff;
    margin-top: .5rem;
    font-size: 1.1rem;
    line-height: 1.3
}

@media print,
screen and (min-width:40em) {
    .slider-container .big-slider .owl-item .item .slider-description {
        font-size: 1.6rem;
        line-height: 1.3
    }
}

@media print,
screen and (min-width:64em) {
    .slider-container .big-slider .owl-item .item .slider-description {
        font-size: 1.6rem
    }
}

.slider-container .big-slider .owl-item .item .slider-calltoaction {
    position: relative;
    margin-top: 1rem
}

.slider-container .big-slider .owl-item.active .item .slider-calltoaction {
    animation-name: fade-0-to-100;
    animation-timing-function: cubic-bezier(.19, .26, .17, .99);
    animation-duration: 1s
}

@keyframes fade-0-to-100 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.slider-container .big-slider .owl-dots {
    bottom: 20px;
    height: 30px;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 99
}

.slider-container .big-slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    opacity: .7
}

.slider-container .big-slider .owl-dots .owl-dot.active span,
.slider-container .big-slider .owl-dots .owl-dothover span {
    opacity: 1;
    background: #d04343
}

.slider-container .prevBigSlider,
.slider-container .nextBigSlider {
    opacity: 0;
    position: absolute;
    top: 45%
}

@media print,
screen and (min-width:64em) {
    .slider-container .prevBigSlider {
        left: 4%;
        -webkit-transition: padding .2s ease-in;
        -moz-transition: padding .2s ease-in;
        -ms-transition: padding .2s ease-in;
        transition: padding .2s ease-in
    }
    :hover.slider-container .prevBigSlider {
        opacity: 1;
        left: 5%
    }
    .slider-container .nextBigSlider {
        right: 4%;
        -webkit-transition: padding .2s ease-in;
        -moz-transition: padding .2s ease-in;
        -ms-transition: padding .2s ease-in;
        transition: padding .2s ease-in
    }
    :hover.slider-container .nextBigSlider {
        opacity: 1;
        right: 5%
    }
}

.images-gallery {
    background-color: #fafafa
}

.images-gallery .owl-image {
    height: 100vh;
    padding-bottom: 150px
}

@media screen and (max-width:39.9375em) {
    .images-gallery .owl-image {
        padding-bottom: 0
    }
}

.images-gallery .owl-image .owl-item {
    display: table;
    height: 100%
}

.images-gallery .owl-image .item {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.images-gallery .owl-image .owl-stage-outer .owl-stage {
    height: calc(100vh - 150px)
}

@media screen and (max-width:39.9375em) {
    .images-gallery .owl-image .owl-stage-outer .owl-stage {
        height: calc(100vh - 50px)
    }
}

.images-gallery .owl-image .wrap-project {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.images-gallery .owl-image .wrap-project img {
    width: auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 150px) !important
}

.images-gallery .owl-thumbs {
    position: absolute;
    bottom: 0;
    top: auto !important;
    left: 0;
    margin-bottom: 0 !important;
    padding: 12px 50px;
    overflow: hidden
}

.images-gallery .owl-thumbs .item {
    text-align: center;
    display: table-cell;
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

.images-gallery .owl-thumbs .item img {
    width: auto;
    display: inline-block
}

.images-gallery .owl-thumbs .owl-stage {
    margin: 0 auto
}

.images-gallery .owl-thumbs.thumb-product-fullscreen,
.images-gallery .owl-thumbs.thumb-news-fullscreen {
    padding: 0 50px;
    margin-bottom: 10px !important
}

.images-gallery .owl-thumbs.thumb-product-fullscreen .item,
.images-gallery .owl-thumbs.thumb-news-fullscreen .item {
    height: 85px;
    background-color: #fff
}

.images-gallery .owl-thumbs.thumb-product-fullscreen .item img,
.images-gallery .owl-thumbs.thumb-news-fullscreen .item img {
    max-height: 85px
}

.owl-carousel {
    z-index: 0 !important
}

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    margin-top: 0
}

#bigSlider .owl-nav {
    top: calc(50% - 45px);
}

.owl-carousel.owl-theme .owl-nav .disabled {
    opacity: .2
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute
}

.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -3rem
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-prev .button {
    padding-left: 0
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -3rem
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-next .button {
    padding-right: 0
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px
}

.owl-carousel.owl-thumbs {
    margin-bottom: 2.2rem;
    height: 87px
}

.owl-carousel.owl-thumbs .owl-item.current .item {
    border-color: #0a0a0a
}

.owl-carousel.owl-thumbs .owl-item .item {
    border: 1px solid #e4e5e7;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.owl-carousel.owl-thumbs .owl-item.current {
    opacity: 1
}

.owl-carousel.owl-thumbs.thumb-product-page {
    opacity: 0
}

.owl-carousel.owl-thumbs.thumb-product-page .item {
    background: #f7f8fa
}

.owl-carousel.owl-thumbs.thumb-product-page .item img {
    height: 85px;
	width: 40px;
    text-indent: -9999px;
    overflow: hidden;
	margin: 0 auto;
	
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .owl-carousel.owl-thumbs.thumb-product-page .item img {
        height: auto
    }
}

.nav-thumb-big-gallery .owl-nav {
    position: absolute;
    top: 0
}

.owl-margin {
    margin: 0 0
}

@media print,
screen and (min-width:40em) {
    .owl-margin {
        margin: 0 3rem
    }
}

.reference-carousel .item>a {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.reference-carousel .item>a:before {
    content: '';
    padding-bottom: 64%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1
}

.reference-carousel .item>a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    transition: opacity .2s cubic-bezier(.19, .26, .17, .99)
}

.reference-carousel .item>a img {
    display: inline !important;
    width: 100%;
    height: auto;
    margin: -100%;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.reference-carousel .item>a:hover:after {
    opacity: 1
}

.gallery-caption-container {
    background: #fff;
    width: 100%
}

.gallery-caption-container p {
    text-align: left;
    color: #313131;
    line-height: 50px;
    font-size: 13px;
    display: inline-block
}

.gallery-caption-container .caption-navigation {
    float: right
}

.gallery-caption-container .caption-navigation .caption-arrows-container {
    display: inline-block;
    vertical-align: top
}

.caption-recap {
    display: block;
    font-size: 13px;
    color: #777;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center
}

@media print,
screen and (min-width:40em) {
    .caption-recap {
        bottom: 111px
    }
}

@media print,
screen and (min-width:64em) {
    .caption-recap {
        bottom: 111px
    }
}

.caption-recap p {
    display: inline;
    padding-right: 1rem
}

.productpage-carousel {
    background-image: url("data:image/gif;base64,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");
    background-position: center center;
    background-repeat: no-repeat
}

.productpage-carousel.owl-carousel .item {
    text-align: center;
    position: relative;
    cursor: zoom-in
}

.productpage-carousel.owl-carousel .item img {
    margin: auto;
    object-fit: contain;
    max-width: 100%;
    width: auto !important;
    height: 282px;
    background: #f7f8fa;
    text-indent: -9999px;
    overflow: hidden
}

@media print,
screen and (min-width:40em) {
    .productpage-carousel.owl-carousel .item img {
        height: 332px
    }
}

@media print,
screen and (min-width:64em) {
    .productpage-carousel.owl-carousel .item img {
        height: 332px
    }
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Roboto", Arial, sans-serif
}

.checkbox-listitem {
    margin: 0;
    display: inline-block
}

.checkbox-listitem li {
    margin: 0;
    list-style-type: none
}

.checkbox-listitem li a {
    position: relative;
    padding-left: 1.4375rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    line-height: 1.3
}

.checkbox-listitem li a:before {
    content: "";
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border: 1px solid #d7d8d9;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    top: .2rem;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.checkbox-listitem li.active a {
    color: #0a0a0a
}

.checkbox-listitem li.active a:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/images/icon-check.svg);
    background-size: 70%;
    background-position: center;
    background-color: #fff;
    border-color: #0a0a0a
}

.radio-listitem {
    margin: 0;
    display: inline-block
}

.radio-listitem li {
    margin: 0;
    list-style-type: none
}

.radio-listitem li a {
    position: relative;
    padding-left: 1.4375rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    line-height: 1.3
}

.radio-listitem li a:before {
    content: "";
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border: 1px solid #d7d8d9;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    top: .2rem;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.radio-listitem li.active a {
    color: #0a0a0a
}

.radio-listitem li.active a:before {
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/images/icon-bullet.svg);
    background-size: 70%;
    background-position: center;
    background-color: #fff;
    border-color: #0a0a0a
}

.checkbox-standard {
    border: none !important;
    margin: 0;
    padding: 0
}

.checkbox-standard div {
    display: block;
    position: relative;
    margin-bottom: 3px
}

@media screen and (max-width:39.9375em) {
    .checkbox-standard div {
        margin-bottom: 0
    }
}

.checkbox-standard label {
    margin-left: 0;
    margin-bottom: 2px;
    font-size: .9375rem;
    line-height: 1.5rem
}

.checkbox-standard label.disabled {
    cursor: default;
    color: #e4e5e7
}

.checkbox-standard label img,
.checkbox-standard label svg {
    height: 12px;
    fill: #313131
}

.checkbox-standard label:before {
    content: "";
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    border: 1px solid #d7d8d9;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-top: 4px;
    margin-right: 10px
}

.checkbox-standard input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    opacity: 0;
    height: 0;
    width: 0
}

.checkbox-standard input:checked+label:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url(/images/icon-check.svg);
    background-size: 70%;
    background-position: center;
    background-color: #fff;
    border-color: #0a0a0a
}

.checkbox-standard input:checked+label.disabled:before {
    background-image: none
}

.textfield {
    display: block;
    position: relative;
	margin: 5px 0;
}

.textfield>input,
.textfield>[type='text'],
.textfield>[type='password'],
.textfield select {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    color: #0a0a0a;
    outline: none;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: none;
    background-position: right center;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e4e5e7
}

.textfield>input.is-invalid-input,
.textfield>[type='text'].is-invalid-input,
.textfield>[type='password'].is-invalid-input,
.textfield select.is-invalid-input {
    border: 1px solid #ec5840;
    background: #fff;
    color: #ec5840 !important
}

.textfield>input.is-invalid-input~label,
.textfield>[type='text'].is-invalid-input~label,
.textfield>[type='password'].is-invalid-input~label,
.textfield select.is-invalid-input~label {
    color: #ec5840 !important
}

.textfield>input.is-invalid-input:focus,
.textfield>[type='text'].is-invalid-input:focus,
.textfield>[type='password'].is-invalid-input:focus,
.textfield select.is-invalid-input:focus {
    color: #777 !important
}

.textfield>input.is-invalid-input:focus~label,
.textfield>[type='text'].is-invalid-input:focus~label,
.textfield>[type='password'].is-invalid-input:focus~label,
.textfield select.is-invalid-input:focus~label {
    color: #777 !important
}

.textfield>input.is-invalid-input.label-up,
.textfield>[type='text'].is-invalid-input.label-up,
.textfield>[type='password'].is-invalid-input.label-up,
.textfield select.is-invalid-input.label-up {
    color: #777
}

.textfield>input.is-invalid-input.label-up~label,
.textfield>[type='text'].is-invalid-input.label-up~label,
.textfield>[type='password'].is-invalid-input.label-up~label,
.textfield select.is-invalid-input.label-up~label {
    color: #777
}

.textfield>input.label-up~label,
.textfield>input:focus~label,
.textfield>input.active~label,
.textfield>input.ng-not-empty~label,
.textfield>[type='text'].label-up~label,
.textfield>[type='text']:focus~label,
.textfield>[type='text'].active~label,
.textfield>[type='text'].ng-not-empty~label,
.textfield>[type='password'].label-up~label,
.textfield>[type='password']:focus~label,
.textfield>[type='password'].active~label,
.textfield>[type='password'].ng-not-empty~label,
.textfield select.label-up~label,
.textfield select:focus~label,
.textfield select.active~label,
.textfield select.ng-not-empty~label {
    font-size: .625rem;
    top: 0;
    text-overflow: ellipsis;
    line-height: 30px
}

.textfield>[type='text'],
.textfield>[type='password'],
.textfield>[type='email'] {
    line-height: 0 !important
}

.textfield>[type='text']:focus,
.textfield>[type='password']:focus,
.textfield>[type='email']:focus {
    border: 1px solid #777
}

.textfield select {
    padding: 0 14px 0 12px !important;
    background-position: right 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer
}

.textfield select:hover {
    background-position: right 20px;
    background-color: rgba(0, 0, 0, .05)
}

.textfield .is-invalid-x {
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 3rem;
    font-size: 24px;
    color: #ec5840
}

.textfield.duo-input-left input,
.textfield.duo-input-left select {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-right: none
}

.textfield.duo-input-right input,
.textfield.duo-input-right select {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.input-textarea {
    position: relative
}

.input-textarea textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    color: #777;
    outline: none;
    width: 100%;
        font-size: 14px;
    padding: .5625rem .8125rem 1.25rem;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e4e5e7
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .input-textarea textarea {
        padding-bottom: .25rem
    }
}

@media screen and (max-width:39.9375em) {
    .input-textarea textarea {
        padding-bottom: .25rem
    }
}

.input-textarea textarea:focus:not(select)~label,
.input-textarea textarea.active~label,
.input-textarea textarea:valid~label {
    font-size: .8125rem;
    top: 0;
    left: 30px;
    text-overflow: ellipsis;
    line-height: 27px;
    width: calc(100% - 60px)
}

.qty {
    position: relative;
    border: 1px solid #e4e5e7;
    width: 16%;
    float: left;
    margin-right: 4%;
    padding-right: 1.875rem
}

.qty input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: right;
    font-size: 1.125rem;
    height: 3.1rem;
    padding-right: 0
}

.qty .up,
.qty .down {
    right: 0;
    width: 1.875rem;
    height: 1.55rem;
    display: block;
    position: absolute;
    -webkit-background-size: 35%;
    background-size: 35%;
    background-position: center center;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-repeat: no-repeat;
    opacity: 0;
    cursor: pointer
}

.qty:hover .up,
.qty:hover .down {
    opacity: 1
}

.qty .up {
    top: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon transform='rotate(180 16,12.000000000000002)' points='0,0 32,0 16,24' style='fill: rgb%28209, 209, 209%29'></polygon></svg>");
    background-position: center 18px
}

.qty .down {
    top: 1.55rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28209, 209, 209%29'></polygon></svg>");
    background-position: center 3px
}

.qty .up:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon transform='rotate(180 16,12.000000000000002)' points='0,0 32,0 16,24' style='fill: rgb%28135, 135, 135%29'></polygon></svg>")
}

.qty .down:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28135, 135, 135%29'></polygon></svg>")
}

.option-images-container {
    margin-bottom: 1.2rem
}

.option-image {
    position: relative;
    display: inline-block;
    margin-bottom: 4px
}

.option-image input[type=radio] {
    display: none
}

.option-image input[type=radio]:checked~label {
    -webkit-box-shadow: 0 0 0 2px red;
    -moz-box-shadow: 0 0 0 2px red;
    box-shadow: 0 0 0 2px red
}

.option-image input[type=radio]~label {
    display: inline-block;
    margin: 0
}

.textfield-fake {
    border: 1px solid #d8d8d9;
    background: #f7f8fa;
    margin-right: 2%;
    height: 3rem;
    line-height: 3rem;
    font-size: .9375rem;
    padding: 0 14px;
    font-size: 13px;
    color: #777
}

.select-image {
    width: 100%;
    min-height: 3rem;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border: 1px solid #e4e5e7;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px
}

.select-image label {
    line-height: 18px;
    color: #777
}

.select-image label span {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    max-width: 85% !important
}

@media print,
screen and (min-width:64em) {
    .select-image label:hover {
        background: rgba(0, 0, 0, .05)
    }
}

.select-image:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9' height='6' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28119, 119, 119%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%)
}

.select-image.optionSelected {
    border: none;
    overflow: visible
}

@media screen and (max-width:39.9375em) {
    .select-image.optionSelected {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 1000000000;
        left: 0;
        -webkit-animation: fadeEffect .3s;
        -moz-animation: fadeEffect .3s;
        -o-animation: fadeEffect .3s;
        animation: fadeEffect .3s
    }
    .select-image.optionSelected .options {
        -webkit-overflow-scrolling: touch;
        border: none !important;
        max-height: 100% !important
    }
    .select-image.optionSelected .options .option:nth-child(1) label {
        position: relative;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-weight: 500;
        position: fixed !important;
        background: #fff !important;
        z-index: 11
    }
    .select-image.optionSelected .options .option:nth-child(1) label:after {
        content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12' viewBox='0 0 24 24' style='fill:#000;'><path d='M12.696 12l11.172-11.172c0.115-0.091 0.188-0.23 0.188-0.387 0-0.272-0.22-0.492-0.492-0.492-0.16 0-0.302 0.076-0.391 0.194l-11.173 11.185-11.172-11.184c-0.090-0.13-0.238-0.214-0.406-0.214-0.272 0-0.492 0.22-0.492 0.492 0 0.168 0.084 0.316 0.212 0.405l11.174 11.173-11.172 11.208c-0.064 0.082-0.103 0.188-0.103 0.302 0 0.257 0.198 0.469 0.45 0.49 0.003 0 0.005 0 0.007 0 0.134 0 0.256-0.055 0.343-0.144l11.16-11.148 11.172 11.184c0.089 0.089 0.212 0.144 0.348 0.144s0.259-0.055 0.348-0.144c0.089-0.089 0.144-0.212 0.144-0.348s-0.055-0.259-0.144-0.348z'></path></svg>");
        display: block;
        position: absolute;
        right: 10px;
        top: 0
    }
}

.select-image.optionSelected .options {
    background: #fff;
    border: 1px solid #777;
    position: absolute;
    width: 100%;
    border-radius: 2px;
    max-height: 315px;
    overflow: hidden;
    overflow-y: auto
}

.select-image.optionSelected .options .option {
    min-height: 3rem;
    overflow: hidden
}

.select-image.optionSelected .options .option label {
    display: inline-block;
    min-height: 3rem;
    padding-top: 8px;
    height: auto !important
}

.select-image.optionSelected .options .option input+label {
    display: block;
    margin: 0;
    padding: 0 14px
}

.select-image.optionSelected .options .option input:checked+label {
    position: relative;
    background: #f7f8fa
}

.select-image.optionSelected .options .option input:checked+label span {
    padding-top: 15px !important
}

.select-image.optionSelected .options .option input:checked+label:after {
    content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='10' viewBox='0 0 24 24'><path style='fill:#fff;' d='M9.156 20.472c-0.444-0.001-0.847-0.18-1.14-0.468l-7.524-7.332c-0.305-0.297-0.494-0.711-0.494-1.17 0-0.902 0.731-1.634 1.634-1.634 0.444 0 0.846 0.177 1.14 0.464l6.348 6.192 12.072-12.528c0.302-0.319 0.728-0.517 1.2-0.517 0.912 0 1.651 0.739 1.651 1.651 0 0.44-0.172 0.839-0.452 1.135l-13.271 13.703c-0.298 0.311-0.716 0.504-1.18 0.504-0.007 0-0.014-0-0.022-0z'></path></svg>");
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -10px;
    background: #7cb342;
    padding: 1px 5px 1px
}

.select-image.optionSelected .options .option:nth-child(1) label {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    line-height: 3rem;
    font-size: 14px
}

.select-image.optionSelected .options .option:nth-child(1) label:after {
    content: "" !important;
    background-color: transparent !important
}

@media screen and (max-width:39.9375em) {
    .select-image.optionSelected .options .option:nth-child(1) label:after {
        content: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12' viewBox='0 0 24 24' style='fill:#000;'><path d='M12.696 12l11.172-11.172c0.115-0.091 0.188-0.23 0.188-0.387 0-0.272-0.22-0.492-0.492-0.492-0.16 0-0.302 0.076-0.391 0.194l-11.173 11.185-11.172-11.184c-0.090-0.13-0.238-0.214-0.406-0.214-0.272 0-0.492 0.22-0.492 0.492 0 0.168 0.084 0.316 0.212 0.405l11.174 11.173-11.172 11.208c-0.064 0.082-0.103 0.188-0.103 0.302 0 0.257 0.198 0.469 0.45 0.49 0.003 0 0.005 0 0.007 0 0.134 0 0.256-0.055 0.343-0.144l11.16-11.148 11.172 11.184c0.089 0.089 0.212 0.144 0.348 0.144s0.259-0.055 0.348-0.144c0.089-0.089 0.144-0.212 0.144-0.348s-0.055-0.259-0.144-0.348z'></path></svg>") !important;
        top: 0 !important;
        margin-top: 0 !important;
        right: 15px !important;
        background-color: transparent !important;
        padding: 0 !important
    }
}

.select-image.optionSelected:after {
    content: ""
}

.select-image.is-invalid-input {
    border: 1px solid #ec5840;
    background: #fff;
    color: #ec5840 !important
}

.select-image.is-invalid-input.optionSelected {
    border: none
}

.select-image .options {
    z-index: 1
}

.select-image .options .option {
    overflow: hidden
}

.select-image .options .option img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
    height: 30px
}

.select-image .options .option label {
    display: none
}

.select-image .options .option+label span {
    padding-top: 0 !important;
    display: inline-block
}

.select-image .options .option input {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    position: absolute;
    left: -10000px
}

.select-image .options .option input:checked+label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 15px
}

.select-image .options .option input:checked+label img {
    margin-top: 8px;
    margin-right: 8px;
    float: left
}

.select-image .options .option input:checked+label span {
    padding-top: 22px !important;
    padding-bottom: 8px !important;
    display: inline-block;
    color: #000;
    font-weight: 500
}

.select-image .options .option:nth-child(1) label {
    display: block;
    min-height: 3rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 14px 54px
}

.select-image .options .option:nth-child(1) input:checked+label {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    line-height: 3rem;
    font-size: 14px
}

.select-image.select-text-only .options .option:nth-child(1) label {
    padding-left: 14px !important
}

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

@-moz-keyframes fadeEffect {
    0% {
        opacity: 0;
        top: 100%
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@-o-keyframes fadeEffect {
    0% {
        opacity: 0;
        top: 100%;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
        top: 100%
    }
    100% {
        opacity: 1;
        top: 0
    }
}

.catalog {
    display: block;
    position: relative;
    padding: 1rem 1rem 1rem 0
}

.catalog figure {
    margin: 0
}

.catalog figure .thumb {
    display: block;
    border: 1px solid #e4e5e7;
    height: 166px;
    overflow: hidden;
    position: relative
}

.catalog figure .thumb img {
    max-width: none;
    height: 100%
}

.catalog figure .thumb .download {
    width: 100%;
    bottom: -30px;
    display: block;
    position: absolute;
    background: #313131;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    -webkit-transition: bottom .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: bottom .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: bottom .2s cubic-bezier(.19, .26, .17, .99);
    transition: bottom .2s cubic-bezier(.19, .26, .17, .99)
}

:hover.catalog figure .thumb .download {
    bottom: 0
}

.catalog figure .thumb .download svg>use {
    fill: #fff
}

.catalog figure figcaption {
    margin-top: .5rem;
    font-size: .8125rem;
    overflow: hidden
}

.catalog .media-extention {
    position: absolute;
    top: 10%;
    right: .5rem;
    padding: .5rem 1rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

[href*=".pdf"].catalog .media-extention {
    background-color: #ec5840
}

.video {
    display: block;
    position: relative
}

.video figure {
    margin: 0
}

.video figure figcaption {
    margin: .7rem 0 2.2rem 0;
    font-size: .875rem;
    font-weight: bold
}

.Magazine-Index-Container {
    background: #f7f8fa
}

.Magazine-Index-Container .Magazine-Title h1 {
    font-size: 1.875rem;
    font-family: "Noto Serif"
}

.Magazine-Index-Container .Magazine-Description {
    font-size: 1.25rem;
    font-weight: 300;
    color: #777
}

@media print,
screen and (min-width:40em) {
    .Magazine-Index-Container .Magazine-Description {
        font-size: 1.25rem
    }
}

.Title-Tag-Options {
    font-size: 15px;
    margin: 4px 6px 0 0
}

.Tag-Label {
    background: #fff;
    color: #777;
    border: 1px solid #eee;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px
}

.Article-Gallery {
    height: 460px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: rgba(0, 0, 0, .2)
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .Article-Gallery {
        height: 360px
    }
}

@media screen and (max-width:39.9375em) {
    .Article-Gallery {
        height: 220px
    }
}

.Article-Gallery:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    transition: opacity .2s cubic-bezier(.19, .26, .17, .99)
}

@media screen and (max-width:39.9375em) {
    .Article-Gallery:before {
        content: none
    }
}

.Article-Gallery .button {
    position: absolute
}

@media screen and (min-width:40em) {
    .Article-Gallery .button {
        opacity: 0;
        left: 50%;
        margin-top: 200px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
        -moz-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
        -ms-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
        transition: opacity .2s cubic-bezier(.19, .26, .17, .99)
    }
}

@media screen and (max-width:39.9375em) {
    .Article-Gallery .button {
        right: 15px;
        bottom: 15px
    }
}

.Article-Gallery:hover:before,
.Article-Gallery:hover .button {
    opacity: 1
}

.Article-News-Content {
    position: relative;
    margin-top: -60px;
    background: #fff
}

@media screen and (min-width:40em) {
    .Article-News-Content {
        margin-bottom: 3rem
    }
}

@media screen and (min-width:40em) {
    .Article-News-Content:before {
        content: '';
        position: absolute;
        background: #fff;
        left: -30px;
        right: -30px;
        display: block;
        height: 60px
    }
}

.Article-News-Content h1 {
    font-family: "Noto Serif";
    font-size: 2.25rem;
    position: relative;
    margin-top: 30px;
    margin-bottom: 2rem
}

.Article-News-Content h1:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #e4e5e7;
    display: block;
    position: absolute;
    bottom: -15px
}

@media screen and (max-width:39.9375em) {
    .Article-News-Content h1 {
        margin-top: 0;
        font-size: 1.875rem
    }
}

.Article-News-Content h2 {
    font-family: "Noto Serif";
    font-size: 1.375rem;
    margin-bottom: 2rem;
    color: #777;
    font-style: italic
}

@media screen and (max-width:39.9375em) {
    .Article-News-Content h2 {
        font-size: 1.375rem
    }
}

.Article-News-Content strong,
.Article-News-Content b {
    font-weight: 700
}

@media screen and (max-width:39.9375em) {
    .Article-News-Content {
        padding: .8rem !important;
        margin-top: 0 !important
    }
}

.Article-News-Text {
    font-size: 1rem;
    font-family: "Noto Serif";
    margin-top: 12px
}

.Article-News-Text .imageBodyCaption {
    margin-top: 5px;
    font-size: .875rem;
    color: #777
}

.Article-News-Text a:not(.cont-img) {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: 0 100%;
    -webkit-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    transition: background-color .2s cubic-bezier(.19, .26, .17, .99)
}

.Article-News-Text a:not(.cont-img):hover {
    background-color: #f7f8fa
}

.Article-News-Text .cont-img {
    display: block;
    position: relative;
    margin-top: 12px
}

.Article-News-Text .cont-img:hover .icon-pin-it {
    opacity: 1
}

.Article-News-Text .cont-img img {
    display: block;
    width: 100%
}

.Article-News-Text .cont-img .icon-pin-it {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 28px;
    width: auto;
    color: #fff;
    background: #ce2123 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PHBhdGggZD0iTTE0LjczMywxLjY4NiBDNy41MTYsMS42ODYgMS42NjUsNy40OTUgMS42NjUsMTQuNjYyIEMxLjY2NSwyMC4xNTkgNS4xMDksMjQuODU0IDkuOTcsMjYuNzQ0IEM5Ljg1NiwyNS43MTggOS43NTMsMjQuMTQzIDEwLjAxNiwyMy4wMjIgQzEwLjI1MywyMi4wMSAxMS41NDgsMTYuNTcyIDExLjU0OCwxNi41NzIgQzExLjU0OCwxNi41NzIgMTEuMTU3LDE1Ljc5NSAxMS4xNTcsMTQuNjQ2IEMxMS4xNTcsMTIuODQyIDEyLjIxMSwxMS40OTUgMTMuNTIyLDExLjQ5NSBDMTQuNjM3LDExLjQ5NSAxNS4xNzUsMTIuMzI2IDE1LjE3NSwxMy4zMjMgQzE1LjE3NSwxNC40MzYgMTQuNDYyLDE2LjEgMTQuMDkzLDE3LjY0MyBDMTMuNzg1LDE4LjkzNSAxNC43NDUsMTkuOTg4IDE2LjAyOCwxOS45ODggQzE4LjM1MSwxOS45ODggMjAuMTM2LDE3LjU1NiAyMC4xMzYsMTQuMDQ2IEMyMC4xMzYsMTAuOTM5IDE3Ljg4OCw4Ljc2NyAxNC42NzgsOC43NjcgQzEwLjk1OSw4Ljc2NyA4Ljc3NywxMS41MzYgOC43NzcsMTQuMzk4IEM4Ljc3NywxNS41MTMgOS4yMSwxNi43MDkgOS43NDksMTcuMzU5IEM5Ljg1NiwxNy40ODggOS44NzIsMTcuNiA5Ljg0LDE3LjczMSBDOS43NDEsMTguMTQxIDkuNTIsMTkuMDIzIDkuNDc3LDE5LjIwMyBDOS40MiwxOS40NCA5LjI4OCwxOS40OTEgOS4wNCwxOS4zNzYgQzcuNDA4LDE4LjYyMiA2LjM4NywxNi4yNTIgNi4zODcsMTQuMzQ5IEM2LjM4NywxMC4yNTYgOS4zODMsNi40OTcgMTUuMDIyLDYuNDk3IEMxOS41NTUsNi40OTcgMjMuMDc4LDkuNzA1IDIzLjA3OCwxMy45OTEgQzIzLjA3OCwxOC40NjMgMjAuMjM5LDIyLjA2MiAxNi4yOTcsMjIuMDYyIEMxNC45NzMsMjIuMDYyIDEzLjcyOCwyMS4zNzkgMTMuMzAyLDIwLjU3MiBDMTMuMzAyLDIwLjU3MiAxMi42NDcsMjMuMDUgMTIuNDg4LDIzLjY1NyBDMTIuMTkzLDI0Ljc4NCAxMS4zOTYsMjYuMTk2IDEwLjg2MywyNy4wNTggQzEyLjA4NiwyNy40MzQgMTMuMzg2LDI3LjYzNyAxNC43MzMsMjcuNjM3IEMyMS45NSwyNy42MzcgMjcuODAxLDIxLjgyOCAyNy44MDEsMTQuNjYyIEMyNy44MDEsNy40OTUgMjEuOTUsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) 5px 50% no-repeat;
    background-size: 18px 18px;
    text-indent: 28px;
    font: 14px/28px "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: bold;
    border-radius: 4px;
    padding: 0 6px 0 0;
    -webkit-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    transition: opacity .2s cubic-bezier(.19, .26, .17, .99)
}

.Article-News-Text .cont-img .icon-pin-it:hover {
    background-color: #aa0719
}

.Article-News-Text iframe {
    max-width: 100%;
    margin: 1rem 0
}

.Article-News-Click {
    font-size: .8125rem;
    color: #777;
    margin-top: 5px
}

@media screen and (max-width:63.9375em) {
    .Article-News-Social {
        margin-bottom: 2rem
    }
}

@media print,
screen and (min-width:64em) {
    .Article-News-Social {
        position: absolute !important;
        top: 144px !important;
        margin-left: -104px;
        z-index: 99
    }
}

.Article-News-Social .sticky {
    display: inline-block
}

.Article-News-Social .Social-Share {
    border: 1px solid #e4e5e7;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 36px;
    font-size: 21px;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 26px
}

@media print,
screen and (min-width:64em) {
    .Article-News-Social .Social-Share {
        width: 60px;
        height: 60px;
        line-height: 40px;
        display: block;
        margin-top: -1px;
        cursor: pointer
    }
}

@media screen and (max-width:63.9375em) {
    .Article-News-Social .Social-Share {
        margin-right: 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
}

.Article-News-Social .Social-Share:last-child {
    margin-right: 0
}

@media print,
screen and (min-width:64em) {
    .Article-News-Social .Social-Share:hover span {
        width: 170px;
        display: block
    }
}

@media screen and (max-width:39.9375em) {
    .Article-News-Social .Social-Share svg[class*='icon'] {
        width: .7em;
        height: .7em
    }
}

.Article-News-Social .Social-Share span {
    display: none;
    position: absolute;
    font-size: .8125rem;
    left: 65px;
    top: 16px;
    width: 0;
    line-height: 24px;
    text-align: left;
    padding-left: 12px
}

.Article-News-Social .Social-Share span:before {
    position: absolute;
    left: -4px;
    top: 8px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0
}

.Article-News-Social .Social-Share.facebook:hover svg {
    fill: #3b5999
}

.Article-News-Social .Social-Share.facebook span {
    background: #3b5999;
    color: #fff
}

.Article-News-Social .Social-Share.facebook span:before {
    border-color: transparent #3b5999 transparent transparent
}

.Article-News-Social .Social-Share.twitter:hover svg {
    fill: #55acee
}

.Article-News-Social .Social-Share.twitter span {
    background: #55acee;
    color: #fff
}

.Article-News-Social .Social-Share.twitter span:before {
    border-color: transparent #55acee transparent transparent
}

.Article-News-Social .Social-Share.googleplus:hover svg {
    fill: #dd4b39
}

.Article-News-Social .Social-Share.googleplus span {
    background: #dd4b39;
    color: #fff
}

.Article-News-Social .Social-Share.googleplus span:before {
    border-color: transparent #dd4b39 transparent transparent
}

.Article-News-Social .Social-Share.pinterest:hover svg {
    fill: #ce2123
}

.Article-News-Social .Social-Share.pinterest span {
    background: #ce2123;
    color: #fff
}

.Article-News-Social .Social-Share.pinterest span:before {
    border-color: transparent #ce2123 transparent transparent
}

.Article-News-Social .Social-Share.tumblr:hover svg {
    fill: #304a64
}

.Article-News-Social .Social-Share.tumblr span {
    background: #304a64;
    color: #fff
}

.Article-News-Social .Social-Share.tumblr span:before {
    border-color: transparent #304a64 transparent transparent
}

.Article-News-Products {
    padding: .987rem !important
}

.Article-News-Products h4 {
    font-size: 1rem;
    display: block;
    margin-top: 12px
}

@media screen and (max-width:39.9375em) {
    .news-container>div {
        top: auto !important
    }
}

.fair {
    display: block;
    border: 1px solid #e4e5e7;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    -webkit-transition: border-color .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: border-color .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: border-color .2s cubic-bezier(.19, .26, .17, .99);
    transition: border-color .2s cubic-bezier(.19, .26, .17, .99)
}

.fair:hover {
    border-color: #bdbfc0
}

.fair figure .fair-cover {
    position: relative;
    height: 180px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.fair figure .fair-cover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.fair figure .fair-cover>img {
    min-width: 100%;
    min-height: 100%
}

.fair figure .thumbnail {
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 7.5rem;
    height: 7.5rem;
    padding: .5rem;
    background-color: #fff
}

.fair figure .thumbnail>img {
    width: 100%
}

.fair figure figcaption {
    padding: 1.5rem 1.5rem 0;
    text-align: center
}

.fair figure figcaption .fair-name {
    font-size: 1.3rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
    .fair figure figcaption .fair-name {
        font-size: 1rem
    }
}

.fair figure figcaption .location {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .5rem
}

.fair figure figcaption .location,
.fair figure figcaption .date {
    font-size: .9375rem
}

.fair footer {
    text-align: center;
    padding: .5rem 1.5rem 1.5rem;
    color: #777;
    font-size: .875rem
}

.FairEventColumnTitle {
    padding-top: 20px
}

.FairEventColumn .row {
    border-bottom: 1px solid #e4e5e7;
    margin-top: 12px;
    padding-bottom: 4px
}

.FairEventColumn small {
    font-size: .8125rem;
    line-height: 18px;
    display: inline-block;
    padding-right: 12px
}

.FairEventDaysContainer {
    padding-top: 7px
}

.FairEventDaysContainer h4 {
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-right: 10px
}

.FairEventDaysContainer label span {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #e4e5e7;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    font-size: .75rem;
    float: left
}

.FairEventDaysContainer label input.checkbox {
    display: none
}

.FairEventDaysContainer label input.checkbox.ng-not-empty+span {
    background: #e4e5e7
}

.FairEventTileInfo h5,
.FairEventTileInfo h6 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0
}

.FairEventTileInfo h5:hover,
.FairEventTileInfo h6:hover {
    text-decoration: underline
}

.FairEventTileInfo p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px
}

.FairEventTileInfo .data-event {
    border: 1px solid #e4e5e7;
    font-size: .6875rem;
    color: #777;
    line-height: 20px;
    padding: 0 6px;
    text-align: center;
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block
}

.media-object-events-box {
    padding: 1rem !important
}

.media-object-events-extra {
    padding: 1rem !important
}

@media print,
screen and (min-width:40em) {
    .media-object-events-extra {
        padding: 2rem 9.5rem 2rem 3rem !important
    }
}

.fair-map {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden
}

.fair-map:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 30px
}

.fair-map:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(0, 0, 0, .1) transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 29px
}

.fair-map .fair-map-logo {
    width: 70px;
    height: 70px;
    border: 1px solid #e4e5e7;
    padding: 10px;
    float: left;
    position: relative;
    line-height: 50px
}

.fair-map .fair-map-logo img {
    max-width: 50px;
    max-height: 50px;
    background: #fff
}

.fair-map .fair-map-logo img[src=''] {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: block;
    background-image: url("../../images/icon-house.svg");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .3;
    text-indent: -999px;
    overflow: hidden
}

.fair-map .fair-map-text {
    padding-left: 90px
}

.fair-map .fair-map-text .fair-map-name {
    font-size: 15px;
    font-weight: 500
}

.fair-map .fair-map-text .fair-map-adress {
    font-size: 13px
}

.fair-map .fair-map-text .fair-map-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block
}

.cont-newsletter-social {
    background: #313131
}

.footer-newsletter {
    padding: 1.5rem 0
}

.footer-newsletter .title {
    display: block;
    font-family: "Noto Serif";
    font-size: 20px;
    font-style: italic;
    color: #fff
}

@media screen and (max-width:39.9375em) {
    .footer-newsletter .title {
        font-size: 1rem
    }
}

.footer-newsletter .newsletterSubscriptionErrorMsg {
    color: #fff;
    height: 20px;
    display: block;
    font-style: italic
}

.footer-newsletter .input-group {
    margin-bottom: 0;
    max-width: 460px;
    position: relative
}

@media screen and (max-width:39.9375em) {
    .footer-newsletter .input-group {
        margin-bottom: 30px
    }
}

.footer-newsletter .input-group input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0
}

.footer-newsletter .input-group input::placeholder {
    color: #777
}

.footer-newsletter .input-group .input-group-button svg {
    margin-right: 8px
}

.footer-newsletter .input-group .input-group-button button {
    font-weight: 400
}

.footer-newsletter .input-group .help-text {
    opacity: .6;
    color: #fff
}

@media screen and (max-width:39.9375em) {
    .footer-newsletter .input-group .help-text {
        position: absolute;
        left: 0;
        bottom: -30px
    }
}

.footer-newsletter .input-group .help-text a {
    color: #fff;
    text-decoration: underline
}

.footer-newsletter .input-group .help-text a:hover {
    text-decoration: none
}

.footer-social-bar {
    color: #fff;
    padding: 1.5rem 0
}

@media screen and (max-width:63.9375em) {
    .footer-social-bar {
        background: #404040
    }
}

@media screen and (max-width:39.9375em) {
    .footer-social-bar {
        padding: 20px 0
    }
}

.footer-social-bar .title {
    font-size: .9375rem;
    opacity: .5;
    display: block
}

@media screen and (max-width:63.9375em) {
    .footer-social-bar .title {
        margin-top: 0
    }
}

.footer-social-bar .list-social {
    margin: 0
}

.footer-social-bar .list-social>li {
    display: inline-block;
    padding: 0 10px
}

@media screen and (max-width:39.9375em) {
    .footer-social-bar .list-social>li {
        padding: 0 5px
    }
}

.footer-social-bar .list-social>li a {
    opacity: .5;
    -webkit-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: opacity .2s cubic-bezier(.19, .26, .17, .99);
    transition: opacity .2s cubic-bezier(.19, .26, .17, .99)
}

.footer-social-bar .list-social>li a svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #f7f8fa
}

.footer-social-bar .list-social>li a:hover {
    opacity: 1
}

.footer-social-bar.onlysocial {
    padding: 1rem
}

.footer-social-bar.onlysocial .title,
.footer-social-bar.onlysocial .list-social {
    display: inline-block
}

@media screen and (max-width:39.9375em) {
    .footer-social-bar.onlysocial {
        text-align: center
    }
}

.footer-social-bar.onlysocial .title {
    margin-bottom: 0
}

@media screen and (max-width:39.9375em) {
    .footer-social-bar.onlysocial .list-social {
        line-height: 2.3rem
    }
}

.footer {
    background: #fefefe;
	border-top: 1px solid #e4e5e7;
}

.footer .footer-accordion {
    background: none
}

@media screen and (max-width:39.9375em) {
    .footer .footer-accordion {
        margin-bottom: 0;
        border-bottom: 1px solid #e4e5e7
    }
}

.footer .footer-accordion .accordion-title {
    border: none;
    font-size: 1.125rem;
    font-weight: 500
}

@media print,
screen and (min-width:40em) {
    .footer .footer-accordion .accordion-title {
        padding-left: 0
    }
}

.footer .footer-accordion .accordion-title:before {
    opacity: 0
}

@media print,
screen and (min-width:40em) {
    .footer .footer-accordion .accordion-title:hover,
    .footer .footer-accordion .accordion-title:focus {
        background: none;
        cursor: default
    }
}

.footer .footer-accordion .accordion-title>span {
    display: inline-block
}

.footer .footer-accordion .accordion-title>span.ico {
    margin-right: 5px
}

.footer .footer-accordion .accordion-content {
    background: none;
    border: none
}

@media print,
screen and (min-width:40em) {
    .footer .footer-accordion .accordion-content {
        padding: 0;
        display: block !important
    }
}

.footer .footer-accordion .accordion-content>ul li>a {
    padding: .5rem 0;
    font-size: .875rem
}

.footer .footer-accordion .accordion-content>ul li>a:hover {
    text-decoration: underline
}

.footer .footer-accordion .accordion-content>ul li {
    clear: both
}

.footer .footer-accordion .accordion-content>ul li span:hover {
    text-decoration: underline
}

.footer .footer-accordion .accordion-content>ul .span-label {
    font-size: 9px;
    margin: 0px 0 4px 6px;
    padding: .3rem .4rem;
    cursor: pointer
}

.footer .footer-accordion .accordion-content>ul .span-label:hover {
    text-decoration: none !important
}

.footer .footer-accordion.footer-shop-accordion {
    border-bottom: none
}

@media print,
screen and (min-width:40em) {
    .footer .footer-accordion.footer-shop-accordion {
        border-top: 1px solid #e4e5e7;
        padding-top: 2rem;
        margin-bottom: 2rem
    }
}

.footer .footer-accordion.footer-shop-accordion .secure-shop .title {
    margin-left: 7px;
    font-size: 1rem;
    line-height: 1.3rem
}

.footer .footer-accordion.footer-shop-accordion .secure-shop .ico {
    margin-top: 4px
}

.footer .secure-shop .text {
    font-size: .8125rem;
    color: #777;
    margin: 0
}

@media screen and (max-width:63.9375em) {
    .footer .footer-accordion.footer-shop-accordion .secure-shop .text {
        margin-bottom: 10px
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .footer .footer-accordion.footer-shop-accordion .trusted-ico {
        max-height: 48px
    }
}

.bim-footer h3 {
    font-weight: 700;
    font-size: 1.125rem;
    margin: 1.5rem 0 .8rem
}

.bim-footer p {
    font-size: .875rem;
    color: #777;
    margin-right: 2rem
}

.footer-disclaimer {
    font-size: .8125rem;
    color: #777;
    padding: 12px 0;
    background-color: #f7f8fa;
    border-top: 1px solid #e4e5e7
}

.footer-disclaimer a {
    margin: 0 5px;
    color: #777
}

.footer-disclaimer a:first-child {
    margin-left: 0
}

.footer-disclaimer a:hover {
    color: #000
}

.cookie-disclaimer {
    position: fixed;
    z-index: 20;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    color: #fff;
    display: block;
    padding: 15px
}

@media print,
screen and (min-width:40em) {
    .cookie-disclaimer {
        padding: 10px 0
    }
}

.cookie-disclaimer a {
    font-size: .875rem;
    margin-bottom: 0;
    color: #fff;
    display: inline-block
}

.cookie-disclaimer span {
    text-decoration: underline
}

.cookie-disclaimer .button {
    margin-top: 5px;
    text-transform: uppercase
}

@media print,
screen and (min-width:64em) {
    .cookie-disclaimer .button {
        margin-top: 0;
        margin-left: 20px
    }
}

.info-request-container {
    padding-right: 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-container {
        padding-left: 0
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-container {
        padding-left: 0
    }
}

.info-request {
    background: #f7f8fa
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request {
        margin-left: 0
    }
}

@media screen and (max-width:39.9375em) {
    .info-request {
        margin-left: 0
    }
}

.info-request-title {
    background: #35338f;
    padding: .8rem 1rem;
    display: block;
    font-weight: 500;
	color:#fff;
}

.info-request-top {
    padding: .875rem 1.875rem 1.25rem
}

.info-request-top .info-request-logo {
    width: 5rem;
    height: 5rem;
    padding: .625rem;
    background: #fff;
    border: 1px solid #e4e5e7;
    float: left;
    margin-right: 1.25rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-top .info-request-logo {
        margin-right: 1rem
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-top .info-request-logo {
        margin-right: 1rem
    }
}

.info-request-top .info-request-logo span {
    width: 3.75rem;
    height: 3.75rem;
    background-size: contain !important;
    display: block
}

.info-request-top .pre-head {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 8px 0 1px;
    margin: 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-top .pre-head {
        font-size: .875rem
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-top .pre-head {
        font-size: .875rem
    }
}

.info-request-top .head {
    font-size: 1.625rem;
    font-weight: 500;
    margin: 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-top .head {
        font-size: 1.25rem
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-top .head {
        font-size: 1.25rem
    }
}

.info-request-top .info-request-user p {
    margin: 0;
    padding: 0
}

.info-request-top .info-request-user .info-request-user-name {
    font-size: .9375rem;
    line-height: 1.125rem;
    padding-top: 6px
}

.info-request-top .info-request-user .info-request-user-mail {
    font-size: .8125rem;
    line-height: 1rem
}

.info-request-top .info-request-user .info-request-user-modify {
    font-size: .75rem;
    line-height: .875rem;
    padding-top: 16px;
    cursor: pointer;
    color: #777
}

.info-request-message {
    padding: 0 1.875rem 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-message {
        padding: 0 1.875rem 0
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-message {
        padding: 0 1.875rem 0
    }
}

.info-request-message h5 {
    font-size: .9375rem;
    font-weight: 500;
    margin: 0 0 6px
}

.info-request-message .input-textarea {
    padding-left: 36px !important
}

.info-request-message .input-textarea.small-12,
.info-request-message .input-textarea.medium-12,
.info-request-message .input-textarea.large-12 {
    padding-left: 0 !important
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-message .input-textarea {
        padding-left: 0 !important
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-message .input-textarea {
        padding-left: 0 !important
    }
}

.info-request-message .input-textarea h5 {
    margin-bottom: 10px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-message .input-textarea h5 {
        margin-top: 13px;
        margin-bottom: 6px
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-message .input-textarea h5 {
        margin-top: 13px;
        margin-bottom: 6px
    }
}

.reveal .layer-index-up .textfield ul {
    max-height: 150px;
    overflow: auto
}

.info-request-form {
    padding: .3125rem 1.875rem 0
}

.info-request-form h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .9375rem
}

.info-request-form .column.large-6:nth-child(even) {
    padding-left: .625rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-form .column.large-6:nth-child(even) {
        padding-left: 0
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-form .column.large-6:nth-child(even) {
        padding-left: 0
    }
}

.info-request-form .column.large-6:nth-child(odd) {
    padding-right: .625rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-form .column.large-6:nth-child(odd) {
        padding-right: 0
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-form .column.large-6:nth-child(odd) {
        padding-right: 0
    }
}

.info-request-form .layer-index-up {
    position: relative;
    z-index: 1
}

.info-request-form .layer-index-up .ui-menu {
    background: #fff;
    list-style-type: none;
    left: 0;
    position: absolute;
    top: 3rem !important;
    padding: 8px 14px;
    border: 1px solid #777;
    margin-top: -2px;
    margin-right: -1px;
    border-top: none;
    font-size: .8125rem;
    color: #777
}

.info-request-form .layer-index-up .ui-menu li {
    cursor: pointer
}

.info-request-form .layer-index-up .ui-menu li .ui-state-active {
    background: #f7f8fa
}

@media screen and (max-width:39.9375em) {
    .info-request-form .layer-index-up .ui-menu li div {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-form .layer-index-up .ui-menu li div {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

.info-request-user-recap {
    padding: .3125rem 1.875rem 0;
    box-sizing: border-box
}

.info-request-user-recap h5 {
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 2px;
    padding-top: .3125rem
}

.info-request-user-recap p {
    margin: 0;
    padding: 0
}

.info-request-user-recap .info-request-user-name {
    font-size: .9375rem;
    line-height: 1.125rem;
    padding-top: 6px
}

.info-request-user-recap .info-request-user-mail {
    font-size: .8125rem;
    line-height: 1rem
}

.info-request-user-recap .info-request-user-modify {
    font-size: .75rem;
    line-height: .875rem;
    padding-top: 12px;
    cursor: pointer
}

.info-request-footer {
    padding: 0 1.875rem .75rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-footer {
        padding-top: 1.125rem
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-footer {
        padding-top: 1.125rem
    }
}

.info-request-footer .info-request-disclaimer {
    padding-top: .625rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-footer .info-request-disclaimer {
        padding-top: .0625rem
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .info-request-footer .button {
        width: 100%
    }
}

@media screen and (max-width:39.9375em) {
    .info-request-footer .button {
        width: 100%
    }
}

.info-request-footer p {
    font-size: .6875rem;
    color: #777
}

.info-request-footer p a {
    color: #0a0a0a
}

.info-request-footer p a:hover {
    text-decoration: underline
}

.info-request-footer .info-request-mail-icon {
    width: 22px;
    margin-right: 12px;
    margin-top: -3px
}

.request-multi-head-top label {
    margin-left: 0 !important;
    margin-right: 1.5rem !important
}

.request-multi-head-top input[type='checkbox']+label:before {
    left: auto;
    right: 0
}

.request-multi-head-brand {
    padding-top: 12px;
    padding-bottom: 8px;
    background: #fff;
    border: 1px solid #d7d8d9 !important;
    max-height: 124px;
    overflow-y: scroll
}

.request-multi-head-brand .column.small-12.large-6 {
    height: 24px
}

.request-multi-head-brand label {
    font-size: 11px;
    margin-bottom: 0;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0
}

.request-multi-head-brand input[type='checkbox']+label:before {
    left: 10px
}

.info-request-existing-user-container {
    background: #e4e5e7;
    padding: 30px 1.875rem 0
}

.info-request-existing-user-container .info-request-existing-user-text {
    margin-bottom: 20px
}

.info-request-existing-user-container .info-request-existing-user-login-name {
    width: 25%;
    float: left;
    margin-left: 15%
}

@media screen and (max-width:63.9375em) {
    .info-request-existing-user-container .info-request-existing-user-login-name {
        width: 90%;
        float: none;
        margin: 0 5% 12px
    }
}

.info-request-existing-user-container .info-request-existing-user-login-password {
    width: 25%;
    float: left;
    margin-left: 1%
}

@media screen and (max-width:63.9375em) {
    .info-request-existing-user-container .info-request-existing-user-login-password {
        width: 90%;
        float: none;
        margin: 0 5% 12px
    }
}

.info-request-existing-user-container .info-request-existing-user-login-button {
    width: 18%;
    float: left;
    margin-left: 1%;
    height: 48px;
    line-height: 25px
}

@media screen and (max-width:63.9375em) {
    .info-request-existing-user-container .info-request-existing-user-login-button {
        width: 90%;
        float: none;
        margin: 0 5% 30px
    }
}

.apx-modal {
    padding: 0;
    border: none;
    width: 1000px;
}

.apx-modal-product {
    width: 700px;
}

.apx-modal:focus,
.apx-modal.focus,
.apx-modal.active,
.apx-modal:active {
    outline: none
}

.apx-modal .info-request {
    margin: 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .apx-modal {
        width: 100%
    }
}

@media screen and (max-width:39.9375em) {
    .apx-modal {
        width: 100%;
        top: 50px !important;
        overflow-y: visible
    }
}

#apx-modal-pop-contact-web {
    width: 25.9375rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    #apx-modal-pop-contact-web {
        width: 100%
    }
}

@media screen and (max-width:39.9375em) {
    #apx-modal-pop-contact-web {
        width: 100%
    }
}

#apx-modal-pop-contact-web .info-request-disclaimer {
    padding-top: .0625rem
}

#apx-modal-pop-contact-web p {
    font-size: .875rem
}

.pop-contact-modal {
    width: 450px
}

#apx-quote {
    width: 100%;
    padding: 1.5rem .75rem 1rem
}

#apx-quote .info-request-footer {
    padding: .9375rem .9375rem .75rem
}

.video-modal {
    background: #000
}

.video-modal .responsive-embed {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media print,
screen and (min-width:40em) {
    .video-modal iframe {
        max-height: 90%;
        max-width: 90%
    }
}

@media print,
screen and (min-width:64em) {
    .video-modal iframe {
        max-height: 70%;
        max-width: 70%
    }
}

.subscribeNewsletterModal h5 {
    margin-bottom: 10px
}

.subscribeNewsletterModal .subscribeNewstetterDescriptionText {
    font-size: .8125rem;
    margin-bottom: 10px
}

._ecapp {
    background: #00a650 none repeat scroll 0 0
}

._ecapp:after {
    border-right: 6px solid #00a650
}

._ecap {
    background: #4cbd38 none repeat scroll 0 0
}

._ecap:after {
    border-right: 6px solid #4cbd38
}

._eca {
    background: #b3dc18 none repeat scroll 0 0
}

._eca:after {
    border-right: 6px solid #b3dc18
}

._ecb {
    background: #fff200 none repeat scroll 0 0
}

._ecb:after {
    border-right: 6px solid #fff200
}

._ecc {
    background: #fab20a none repeat scroll 0 0
}

._ecc:after {
    border-right: 6px solid #fab20a
}

._ecd {
    background: #f35c19 none repeat scroll 0 0
}

._ecd:after {
    border-right: 6px solid #f35c19
}

._ece {
    background: #ed1c24 none repeat scroll 0 0
}

._ece:after {
    border-right: 6px solid #ed1c24
}

._ecapp,
._ecap,
._eca,
._ecb,
._ecc,
._ecd,
._ece {
    position: relative;
    display: block;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 11px;
    right: 0;
    padding: 1px 4px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 6px
}

@media screen and (max-width:39.9375em) {
    ._ecapp,
    ._ecap,
    ._eca,
    ._ecb,
    ._ecc,
    ._ecd,
    ._ece {
        margin-top: 4px;
        font-size: 10px
    }
}

._ecapp:after,
._ecap:after,
._eca:after,
._ecb:after,
._ecc:after,
._ecd:after,
._ece:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background: transparent;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

@media screen and (max-width:39.9375em) {
    ._ecapp:after,
    ._ecap:after,
    ._eca:after,
    ._ecb:after,
    ._ecc:after,
    ._ecd:after,
    ._ece:after {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-right-width: 6px
    }
}

.energy-class-reveal {
    width: 278px !important
}

#energyContentRender {
    display: block;
    position: relative;
    max-width: 309px;
    margin: 0 auto;
    height: auto;
    font-family: Calibri, sans-serif;
    font-size: 12px;
    word-wrap: break-word;
    word-break: keep-all
}

#bgec {
    width: 100% !important;
    height: auto;
    display: block
}

#range-graffa-led {
    background-image: url("/images/energy/graffa-led.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 35%;
    right: 15%;
    color: #fff;
    text-align: center;
    font-size: 10px
}

#range-graffa {
    background-image: url("/images/energy/graffa.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 33%;
    right: 6%;
    color: #fff;
    text-align: center;
    font-size: 10px
}

.ics {
    position: absolute;
    z-index: 3
}

.ics img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#lbl-mark {
    position: absolute;
    width: 40%;
    height: 12%;
    z-index: 3;
    left: 10%;
    font-size: 12px;
    font-weight: 500
}

#lbl-model {
    position: absolute;
    width: 40%;
    height: 12%;
    z-index: 3;
    right: 10%;
    font-size: 10px
}

#lbl-model .lbl-top {
    text-align: right;
    width: 100%
}

.lbl-top {
    position: absolute;
    bottom: 0
}

#lbl-luminaire {
    position: absolute;
    top: 18%;
    left: 36%;
    width: 54%;
    height: 16%;
    font-size: 12px;
    line-height: 14px
}

#lbl-bulb {
    position: absolute;
    top: 78%;
    height: 12%;
    width: 76%;
    left: 12%;
    font-size: 12px;
    line-height: 14px
}

#lbl-bulb span.bulb-img {
    position: absolute;
    bottom: 0;
    left: 0
}

#lbl-bulb span.bulb-img img {
    max-height: 5%;
    width: auto
}

#bgec {
    width: 100% !important;
    height: auto;
    display: block
}

#lbl-kwh {
    position: absolute;
    width: 23%;
    text-align: center;
    top: 57.3%;
    right: 12%;
    height: 10%;
    font-size: 10px;
    line-height: 14px
}

#lbl-kwh span {
    font-weight: bold;
    font-size: 27px
}

#lbl-fluid {
    text-align: center;
    position: absolute;
    width: 17%;
    top: 82.5%;
    left: 11%;
    height: 10%
}

#lbl-lighting {
    text-align: center;
    position: absolute;
    width: 17%;
    top: 82%;
    left: 31%;
    height: 10%
}

#lbl-grease {
    text-align: center;
    position: absolute;
    width: 17%;
    top: 82.5%;
    left: 51%;
    height: 10%
}

#lbl-noise {
    text-align: center;
    position: absolute;
    width: 17%;
    top: 83%;
    right: 12%;
    height: 10%
}

#selectedec {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    position: absolute;
    height: 8%;
    text-align: center;
    z-index: 2;
    width: 23%;
    right: 14%;
    color: #fff;
    text-align: center;
    font-size: 10px
}

.textfit span b {
    font-size: 300%
}

.pagination {
    margin: 2rem 0 4rem 0
}

.pagination.letter-pagination {
    margin: 0 0 2rem 0;
    background-color: #f7f8fa;
    padding: 1rem 0
}

.pagination.letter-pagination li.active a {
    font-weight: 700;
    color: #000
}

.pagination.letter-pagination li.disabled {
    padding: .1875rem .325rem
}

.pagination li {
    border: 1px solid #e4e5e7;
    margin-right: .3rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.letter-pagination.pagination li {
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pagination li a {
    color: #777
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li.current {
    background-color: #fff;
    border-color: #0a0a0a;
    color: #0a0a0a
}

.pagination li.pagination-next a::after {
    content: "";
    background-image: url("../../images/icon-arrow-right.svg");
    background-size: cover;
    width: .7rem;
    height: .7rem;
    display: inline-block
}

.pagination li.pagination-previous a::before {
    content: "";
    background-image: url("../../images/icon-arrow-left.svg");
    background-size: cover;
    width: .7rem;
    height: .7rem;
    display: inline-block
}

.letter-pagination a {
    padding: 0 !important;
    width: 1.6875rem;
    height: 1.6875rem;
    text-align: center;
    line-height: 1.6875rem
}

.error-bg {
    background-size: auto;
    background-image: url(/images/error-bg.png);
    background-position: 180% 0%;
	background-position: 100% 0%;
    padding-bottom: 408px;
	background-repeat: no-repeat;
}

@media print,
screen and (max-width:1030px) {
    .error-bg {
        background-image: none;
    }
}

.error-bg .row {
    position: relative
}

.error-bg h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0
}

.error-bg h2 {
    font-size: 1.5625rem;
    font-weight: 300;
    margin-bottom: 18px
}

.error-bg ul,
.error-bg li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: .875rem
}


.error-bg a {
    font-weight: 700;
    text-decoration: underline
}

@media screen and (min-width:0\0) {
    select.label-up {
        padding-top: 12px !important;
        background-position: right 8px !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    select.label-up {
        padding-top: 12px !important;
        background-position: right 8px !important
    }
    .thumbnail[class*="logo"] {
        display: block
    }
    .productpage-carousel.owl-carousel .item {
        text-align: center;
        position: relative;
        height: 282px !important
    }
}

@media print and (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) and (min-width:40em),
screen and (-ms-high-contrast:none) and (min-width:40em) {
    .productpage-carousel.owl-carousel .item {
        height: 575px !important
    }
}

@media print and (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) and (min-width:64em),
screen and (-ms-high-contrast:none) and (min-width:64em) {
    .productpage-carousel.owl-carousel .item {
        height: 632px !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .productpage-carousel.owl-carousel .item img {
        width: auto !important;
        max-height: 100% !important;
        display: inline !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        height: auto !important
    }
}

label.error {
    color: #990000;
	font-size: 12px;
}

.owl-carousel .owl-item .img-reviews {
	background: #f1f1f1;
}

.owl-carousel .owl-item .img-reviews img {
    display: block;
    width: 148px;
	height: 148px;
	margin: 0 auto;	
}

.owl-carousel .owl-item .reviews-name {
	font-weight:600;
}

.owl-carousel .owl-item .reviews-date {
    font-size:11px;
	float:right;
}
.owl-carousel .owl-item .reviews-text {
	padding-top:10px;
	font-size:12px;
	color:#666;
}