/*! jQuery UI - v1.12.1 - 2018-09-30
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,*:before,*:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/wmf-icons/wmf-icons.eot");
    src: url("../fonts/wmf-icons/wmf-icons.eot?#iefix") format("embedded-opentype"),url("../fonts/wmf-icons/wmf-icons.woff2") format("woff2"),url("../fonts/wmf-icons/wmf-icons.woff") format("woff"),url("../fonts/wmf-icons/wmf-icons.ttf") format("truetype"),url("../fonts/wmf-icons/wmf-icons.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    box-sizing: border-box
}

*:before,*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 600px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ul ol,ol ul,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 600px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.teaser-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.teaser-container:before,.container:after,.teaser-container:after {
    content: " ";
    display: table
}

.container:after,.teaser-container:after {
    clear: both
}

@media (min-width: 600px) {
    .container,.teaser-container {
        width:750px
    }
}

@media (min-width: 1024px) {
    .container,.teaser-container {
        width:970px
    }
}

@media (min-width: 1442px) {
    .container,.teaser-container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-xs-5,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 600px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-sm-6,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container {
        width: 58.33333%
    }

    .col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) {
    .col-md-1,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2,.stories-teaser-section .show-more .show-more-wapper {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1442px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 599px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:34px
    }

    input[type="date"].input-sm,.input-group-sm>input[type="date"].form-control,.input-group-sm>input[type="date"].input-group-addon,.input-group-sm>.input-group-btn>input[type="date"].btn,.input-group-sm input[type="date"],input[type="time"].input-sm,.input-group-sm>input[type="time"].form-control,.input-group-sm>input[type="time"].input-group-addon,.input-group-sm>.input-group-btn>input[type="time"].btn,.input-group-sm input[type="time"],input[type="datetime-local"].input-sm,.input-group-sm>input[type="datetime-local"].form-control,.input-group-sm>input[type="datetime-local"].input-group-addon,.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,.input-group-sm input[type="datetime-local"],input[type="month"].input-sm,.input-group-sm>input[type="month"].form-control,.input-group-sm>input[type="month"].input-group-addon,.input-group-sm>.input-group-btn>input[type="month"].btn,.input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,.input-group-lg>input[type="date"].form-control,.input-group-lg>input[type="date"].input-group-addon,.input-group-lg>.input-group-btn>input[type="date"].btn,.input-group-lg input[type="date"],input[type="time"].input-lg,.input-group-lg>input[type="time"].form-control,.input-group-lg>input[type="time"].input-group-addon,.input-group-lg>.input-group-btn>input[type="time"].btn,.input-group-lg input[type="time"],input[type="datetime-local"].input-lg,.input-group-lg>input[type="datetime-local"].form-control,.input-group-lg>input[type="datetime-local"].input-group-addon,.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,.input-group-lg input[type="datetime-local"],input[type="month"].input-lg,.input-group-lg>input[type="month"].form-control,.input-group-lg>input[type="month"].input-group-addon,.input-group-lg>.input-group-btn>input[type="month"].btn,.input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],input[type="radio"].disabled,fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"].disabled,fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,select[multiple].input-sm,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,select[multiple].input-lg,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 600px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 600px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 600px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }
}

@media (min-width: 600px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open>.btn-primary.dropdown-toggle:hover,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 600px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 600px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 600px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 600px) {
    .navbar {
        border-radius:4px
    }
}

.navbar-header:before,.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 600px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 600px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 320px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        max-height:200px
    }
}

.container>.navbar-header,.teaser-container>.navbar-header,.container>.navbar-collapse,.teaser-container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 600px) {
    .container>.navbar-header,.teaser-container>.navbar-header,.container>.navbar-collapse,.teaser-container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 600px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 600px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 600px) {
    .navbar>.container .navbar-brand,.navbar>.teaser-container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 600px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 599px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 600px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 600px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 599px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 600px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 600px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 600px) {
    .navbar-left {
        float:left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 599px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 599px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>span:hover,.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs>.btn .badge,.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.teaser-container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container,.jumbotron .teaser-container {
    max-width: 100%
}

@media screen and (min-width: 600px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.teaser-container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    transition: width 0.6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

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

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 600px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 600px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 599px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 599px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 599px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 599px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1442px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1442px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1442px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1442px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 599px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1442px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
    from,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0, 0, 0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    from,11.1%,to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }

    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-duration: 0.75s;
    animation-name: bounceIn
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    animation-duration: 0.75s;
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-duration: 0.75s;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: 800ms
}

.animated.faster {
    animation-duration: 500ms
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        animation: unset !important;
        transition: none !important
    }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"
}

.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"
}

.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"
}

.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"
}

.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"
}

.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"
}

.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.vjs-icon-subtitles,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"
}

.vjs-icon-captions,.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-captions:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"
}

.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.vjs-icon-circle,.video-js .vjs-play-progress,.video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"
}

.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"
}

.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\f11f"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\f120"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,.video-js *:before,.video-js *:after {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: 0.5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto
}

.vjs-no-js a,.vjs-no-js a:visited {
    color: #66A8CC
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43,51,63,0.7);
    border-radius: 0.3em;
    transition: all 0.4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115,133,159,0.5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0,0,0,0.8);
    background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(255,255,255,0));
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115,133,159,0.5)
}

.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43,51,63,0.7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43,51,63,0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all 0.4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all 0.4s
}

.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #2B333F;
    background-color: rgba(43,51,63,0.7)
}

.vjs-has-started .vjs-control-bar {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -ms-flex: none;
    flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
    -ms-touch-action: none;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -ms-flex: auto;
    flex: auto;
    transition: all 0.2s;
    height: 0.3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115,133,159,0.5)
}

.video-js .vjs-load-progress div {
    background: rgba(115,133,159,0.75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,0.8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115,133,159,0.5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    transition: width 1s
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    transition: width 0.1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em
}

.video-js .vjs-volume-panel {
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2B333F;
    background-color: rgba(43,51,63,0.7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time {
    display: none
}

.video-js .vjs-duration,.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43,51,63,0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: 0s linear 0.3s forwards vjs-spinner-show
}

.vjs-loading-spinner:before,.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after {
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    animation-delay: 0.44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: white
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2B333F;
    background-color: rgba(43,51,63,0.75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto
    }

    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-font {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.vjs-track-setting>select {
    margin-right: 5px
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43,51,63,0.75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2B333F;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>*:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6
}

.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto !important
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

html.document-overflow {
    overflow: hidden
}

@media (max-width: 1023px) {
    html.document-overflow {
        position:fixed;
        left: 0;
        right: 0
    }
}

body {
    font-family: "WMF Rotis","Arial",sans-serif;
    overflow: hidden
}

@supports (-webkit-appearance: none) {
    .os-android body {
        min-height:calc(100vh - 56px)
    }
}

body.body-overflow {
    left: 0;
    right: 0;
    position: fixed;
    overflow: hidden
}

body.document-overflow {
    overflow: hidden
}

@media (max-width: 1023px) {
    body.document-overflow {
        position:fixed;
        left: 0;
        right: 0
    }
}

video {
    width: 100%
}

.browserupgrade {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 1000
}

.wow {
    visibility: hidden;
    animation-name: none
}

#overlay {
    background: rgba(0,0,0,0.45);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden
}

input::-ms-clear {
    display: none
}
 
@font-face {
    font-family: "WMF Rotis";
    src:url("../fonts/wmf-new-fonts/664e51ef-82bb-4450-b2c1-a0f44961dd70.woff2") format("woff2"),url("../fonts/wmf-new-fonts/60f97c41-9807-4759-a80b-57b1b52b91cc.woff") format("woff");
    font-weight: 300;
    font-style: "normal";
    font-display: swap
}

@font-face {
    font-family: "WMF Rotis";
    src:url("../fonts/wmf-new-fonts/17182897-158e-4567-afe8-eb7ba11fedf2.woff2") format("woff2"),url("../fonts/wmf-new-fonts/6544eed3-eb6e-424c-a881-f3cb9139f585.woff") format("woff");
    font-weight: 400;
    font-style: "italic";
    font-display: swap
}

@font-face {
    font-family: "WMF Rotis";
    src:url("../fonts/wmf-new-fonts/0967262e-a1d6-4c35-8d57-9f783547e1fc.woff2") format("woff2"),url("../fonts/wmf-new-fonts/3d19653e-8f28-4413-a400-3da85a7e828a.woff") format("woff");
    font-weight: 400;
    font-style: "normal";
    font-display: swap
}

@font-face {
    font-family: "WMF Rotis";
    src:url("../fonts/wmf-new-fonts/adf21a0c-9dbd-4178-a117-c2c6ad6c2539.woff2") format("woff2"),url("../fonts/wmf-new-fonts/8559eace-ef23-4398-b1df-95cf8ea20cae.woff") format("woff");
    font-weight: 500;
    font-style: "normal";
    font-display: swap
}

@font-face {
    font-family: "WMF Rotis";
    src:url("../fonts/wmf-new-fonts/8e565bcb-af45-4a9c-9925-bbeecaf860d9.woff2") format("woff2"),url("../fonts/wmf-new-fonts/c9727ede-0d48-4f44-8969-17de95d6fa96.woff") format("woff");
    font-weight: bold;
    font-style: "normal";
    font-display: swap
}

@font-face {
    font-family: "Sinova";
    src:url("../fonts/wmf-new-fonts/121dd374-492d-41b1-b933-3e1ac68cf7fd.woff2") format("woff2"),url("../fonts/wmf-new-fonts/10208015-01b0-4c90-95fe-6c2ea4a89ddc.woff") format("woff");
    font-weight: 400;
    font-style: "normal";
    font-display: swap
}

@font-face {
    font-family: "../fonts/wmf-fonts/Sinova";
    src:url("../fonts/wmf-new-fonts/a38dff08-2fbf-444a-b457-3e5e35650f10.woff2") format("woff2"),url("../fonts/wmf-new-fonts/0fbd4c21-2ef3-4c1c-afa5-9020f6507553.woff") format("woff");
    font-weight: 500;
    font-style: "normal";
    font-display: swap
}

@font-face {
    font-family: "wmf-icons";
    src: url("../fonts/wmf-icons/wmf-icons.eot?l3u3gl") format("eot"),url("../fonts/wmf-icons/wmf-icons.otf?l3u3gl"),url("../fonts/wmf-icons/wmf-icons.woff?l3u3gl") format("woff"),url("../fonts/wmf-icons/wmf-icons.ttf?l3u3gl") format("woff2"),url("../fonts/wmf-icons/wmf-icons.svg?l3u3gl") format("truetype"),url("#wmficon#normal") format("svg");
    font-weight: normal;
    font-style: "normal";
    font-display: swap
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    color: #212121
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    display: inline-block;
    width: 100%
}

p {
    font-family: "Sinova","Arial",sans-serif;
    margin: 0
}

a:hover,a:focus,a:active {
    text-decoration: none
}

.txt-01 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-01 {
        font-size:40px;
        line-height: 46px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-01 {
        font-size:50px;
        line-height: 56px
    }
}

@media (min-width: 1442px) {
    .txt-01 {
        font-size:70px;
        line-height: 76px
    }
}

.txt-02,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-02,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
        font-size:28px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-02,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
        font-size:36px;
        line-height: 42px
    }
}

@media (min-width: 1442px) {
    .txt-02,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
        font-size:50px;
        line-height: 58px
    }
}

.txt-03 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 40px;
    font-weight: 500
}

.txt-04,#bazaarvoice-container .h2,section.contact-us-page .container h1,section.contact-us-page .teaser-container h1,.master-ban-head .header-banner .caption,.category-hero-header h1,.module-360-section .h2,.rectangle-description,.rectangle-description>*,.quotation-text,.quotation-text>*,.garantee-section h1,.comparison-section .h2,.where-to-buy .h2,.where-to-buy .distributor-block .distributor-title h3 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-04,#bazaarvoice-container .h2,section.contact-us-page .container h1,section.contact-us-page .teaser-container h1,.master-ban-head .header-banner .caption,.category-hero-header h1,.module-360-section .h2,.rectangle-description,.rectangle-description>*,.quotation-text,.quotation-text>*,.garantee-section h1,.comparison-section .h2,.where-to-buy .h2,.where-to-buy .distributor-block .distributor-title h3 {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-04,#bazaarvoice-container .h2,section.contact-us-page .container h1,section.contact-us-page .teaser-container h1,.master-ban-head .header-banner .caption,.category-hero-header h1,.module-360-section .h2,.rectangle-description,.rectangle-description>*,.quotation-text,.quotation-text>*,.garantee-section h1,.comparison-section .h2,.where-to-buy .h2,.where-to-buy .distributor-block .distributor-title h3 {
        font-size:36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .txt-04,#bazaarvoice-container .h2,section.contact-us-page .container h1,section.contact-us-page .teaser-container h1,.master-ban-head .header-banner .caption,.category-hero-header h1,.module-360-section .h2,.rectangle-description,.rectangle-description>*,.quotation-text,.quotation-text>*,.garantee-section h1,.comparison-section .h2,.where-to-buy .h2,.where-to-buy .distributor-block .distributor-title h3 {
        font-size:40px;
        line-height: 48px
    }
}

.txt-05,.seo-section .seo-content h2 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-05,.seo-section .seo-content h2 {
        font-size:24px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-05,.seo-section .seo-content h2 {
        font-size:36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .txt-05,.seo-section .seo-content h2 {
        font-size:40px;
        line-height: 48px
    }
}

.txt-06 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-06 {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-06 {
        font-size:30px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .txt-06 {
        font-size:36px;
        line-height: 44px
    }
}

.txt-07 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 17px
}

@media (min-width: 1442px) {
    .txt-07 {
        font-size:30px;
        line-height: 25px
    }
}

.txt-08,.yCmsContentSlot.bloc-title h2,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.centered-text-main,.centered-text-main>*,.garantee-section h2,.where-to-buy .description h3,.page-storefinderPage .store-finder .scroll-store .list-store a,.page-storefinderPage .store-finder .header-banner .caption .title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-08,.yCmsContentSlot.bloc-title h2,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.centered-text-main,.centered-text-main>*,.garantee-section h2,.where-to-buy .description h3,.page-storefinderPage .store-finder .scroll-store .list-store a,.page-storefinderPage .store-finder .header-banner .caption .title {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-08,.yCmsContentSlot.bloc-title h2,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.centered-text-main,.centered-text-main>*,.garantee-section h2,.where-to-buy .description h3,.page-storefinderPage .store-finder .scroll-store .list-store a,.page-storefinderPage .store-finder .header-banner .caption .title {
        font-size:26px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .txt-08,.yCmsContentSlot.bloc-title h2,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.centered-text-main,.centered-text-main>*,.garantee-section h2,.where-to-buy .description h3,.page-storefinderPage .store-finder .scroll-store .list-store a,.page-storefinderPage .store-finder .header-banner .caption .title {
        font-size:30px;
        line-height: 42px
    }
}

.txt-09 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-09 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-09 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width: 1442px) {
    .txt-09 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 26px;
        line-height: 32px
    }
}

.txt-10,.search-lg input {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-10,.search-lg input {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-10,.search-lg input {
        font-size:20px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .txt-10,.search-lg input {
        font-size:30px;
        line-height: 42px
    }
}

.txt-11,.page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search select {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-11,.page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search select {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-11,.page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search select {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .txt-11,.page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search select {
        font-size:24px;
        line-height: 30px
    }
}

.txt-12,.link-04 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    line-height: 26px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-12,.link-04 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-12,.link-04 {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .txt-12,.link-04 {
        font-size:20px;
        line-height: 26px
    }
}

.txt-13,.list-bullet-small>li,.list-check-small>li,.btn-show-more,.btn-show-more-chevron,.btn-link-guarantee,.table tr:nth-child(odd) td:nth-child(odd),.table tr:nth-child(odd) td:nth-child(even),.table tr:nth-child(even) td:nth-child(odd),.table tr:nth-child(even) td:nth-child(even),section.contact-us-page .container .content p,section.contact-us-page .teaser-container .content p,section.contact-us-page .container .content a.contact-us-link,section.contact-us-page .teaser-container .content a.contact-us-link,section.contact-us-page .container .content .services .service .caption,section.contact-us-page .teaser-container .content .services .service .caption,.seo-section .seo-content .h3,.seo-section .seo-content p,.seo-section .seo-content>*:not(h2):not(p):not(.h3),.seo-section .seo-content a,.yCmsContentSlot.bloc-title,.yCmsContentSlot.bloc-title *,.page-CSSRepairers .pos-features-not-found,.page-CSSRepairers .pos-features-not-found *,.page-storefinderPage .pos-features-not-found,.page-storefinderPage .pos-features-not-found *,.text-combination-description,.text-combination-description p,.text-combination-product-indicator .text-combination-portrait .text-combination-product-price>*,.garantee-section p,.where-to-buy aside p,.where-to-buy .description p,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a p,.page-storefinderPage .store-finder .accessory-link a,#StoreLocator .store-list .pagination ul li a,#StoreLocator .store-locator-detail .details-store-off h4,#StoreLocator .store-locator-detail .details-store-off p,#StoreLocator .store-locator-detail .details-store-off h4 span,#StoreLocator .store-locator-detail .details-store-off p span,#StoreLocator .store-locator-detail .details-store-off li p,#StoreLocator .store-locator-detail .details-store-off li p span,#StoreLocator .store-locator-detail .details-store-off a,.google-maps .gm-style-iw .store-details {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-13,.list-bullet-small>li,.list-check-small>li,.btn-show-more,.btn-show-more-chevron,.btn-link-guarantee,.table tr:nth-child(odd) td:nth-child(odd),.table tr:nth-child(odd) td:nth-child(even),.table tr:nth-child(even) td:nth-child(odd),.table tr:nth-child(even) td:nth-child(even),section.contact-us-page .container .content p,section.contact-us-page .teaser-container .content p,section.contact-us-page .container .content a.contact-us-link,section.contact-us-page .teaser-container .content a.contact-us-link,section.contact-us-page .container .content .services .service .caption,section.contact-us-page .teaser-container .content .services .service .caption,.seo-section .seo-content .h3,.seo-section .seo-content p,.seo-section .seo-content>*:not(h2):not(p):not(.h3),.seo-section .seo-content a,.yCmsContentSlot.bloc-title,.yCmsContentSlot.bloc-title *,.page-CSSRepairers .pos-features-not-found,.page-CSSRepairers .pos-features-not-found *,.page-storefinderPage .pos-features-not-found,.page-storefinderPage .pos-features-not-found *,.text-combination-description,.text-combination-description p,.text-combination-product-indicator .text-combination-portrait .text-combination-product-price>*,.garantee-section p,.where-to-buy aside p,.where-to-buy .description p,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a p,.page-storefinderPage .store-finder .accessory-link a,#StoreLocator .store-list .pagination ul li a,#StoreLocator .store-locator-detail .details-store-off h4,#StoreLocator .store-locator-detail .details-store-off p,#StoreLocator .store-locator-detail .details-store-off h4 span,#StoreLocator .store-locator-detail .details-store-off p span,#StoreLocator .store-locator-detail .details-store-off li p,#StoreLocator .store-locator-detail .details-store-off li p span,#StoreLocator .store-locator-detail .details-store-off a,.google-maps .gm-style-iw .store-details {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-13,.list-bullet-small>li,.list-check-small>li,.btn-show-more,.btn-show-more-chevron,.btn-link-guarantee,.table tr:nth-child(odd) td:nth-child(odd),.table tr:nth-child(odd) td:nth-child(even),.table tr:nth-child(even) td:nth-child(odd),.table tr:nth-child(even) td:nth-child(even),section.contact-us-page .container .content p,section.contact-us-page .teaser-container .content p,section.contact-us-page .container .content a.contact-us-link,section.contact-us-page .teaser-container .content a.contact-us-link,section.contact-us-page .container .content .services .service .caption,section.contact-us-page .teaser-container .content .services .service .caption,.seo-section .seo-content .h3,.seo-section .seo-content p,.seo-section .seo-content>*:not(h2):not(p):not(.h3),.seo-section .seo-content a,.yCmsContentSlot.bloc-title,.yCmsContentSlot.bloc-title *,.page-CSSRepairers .pos-features-not-found,.page-CSSRepairers .pos-features-not-found *,.page-storefinderPage .pos-features-not-found,.page-storefinderPage .pos-features-not-found *,.text-combination-description,.text-combination-description p,.text-combination-product-indicator .text-combination-portrait .text-combination-product-price>*,.garantee-section p,.where-to-buy aside p,.where-to-buy .description p,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a p,.page-storefinderPage .store-finder .accessory-link a,#StoreLocator .store-list .pagination ul li a,#StoreLocator .store-locator-detail .details-store-off h4,#StoreLocator .store-locator-detail .details-store-off p,#StoreLocator .store-locator-detail .details-store-off h4 span,#StoreLocator .store-locator-detail .details-store-off p span,#StoreLocator .store-locator-detail .details-store-off li p,#StoreLocator .store-locator-detail .details-store-off li p span,#StoreLocator .store-locator-detail .details-store-off a,.google-maps .gm-style-iw .store-details {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .txt-13,.list-bullet-small>li,.list-check-small>li,.btn-show-more,.btn-show-more-chevron,.btn-link-guarantee,.table tr:nth-child(odd) td:nth-child(odd),.table tr:nth-child(odd) td:nth-child(even),.table tr:nth-child(even) td:nth-child(odd),.table tr:nth-child(even) td:nth-child(even),section.contact-us-page .container .content p,section.contact-us-page .teaser-container .content p,section.contact-us-page .container .content a.contact-us-link,section.contact-us-page .teaser-container .content a.contact-us-link,section.contact-us-page .container .content .services .service .caption,section.contact-us-page .teaser-container .content .services .service .caption,.seo-section .seo-content .h3,.seo-section .seo-content p,.seo-section .seo-content>*:not(h2):not(p):not(.h3),.seo-section .seo-content a,.yCmsContentSlot.bloc-title,.yCmsContentSlot.bloc-title *,.page-CSSRepairers .pos-features-not-found,.page-CSSRepairers .pos-features-not-found *,.page-storefinderPage .pos-features-not-found,.page-storefinderPage .pos-features-not-found *,.text-combination-description,.text-combination-description p,.text-combination-product-indicator .text-combination-portrait .text-combination-product-price>*,.garantee-section p,.where-to-buy aside p,.where-to-buy .description p,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a p,.page-storefinderPage .store-finder .accessory-link a,#StoreLocator .store-list .pagination ul li a,#StoreLocator .store-locator-detail .details-store-off h4,#StoreLocator .store-locator-detail .details-store-off p,#StoreLocator .store-locator-detail .details-store-off h4 span,#StoreLocator .store-locator-detail .details-store-off p span,#StoreLocator .store-locator-detail .details-store-off li p,#StoreLocator .store-locator-detail .details-store-off li p span,#StoreLocator .store-locator-detail .details-store-off a,.google-maps .gm-style-iw .store-details {
        font-size:20px;
        line-height: 28px
    }
}

.txt-14 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-14 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 14px;
        line-height: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-14 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .txt-14 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 20px;
        line-height: 28px
    }
}

.txt-15,.list-bullet-medium>li,.list-check-medium>li,.link-03,.ui-menu-item-wrapper,#footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-15,.list-bullet-medium>li,.list-check-medium>li,.link-03,.ui-menu-item-wrapper,#footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-15,.list-bullet-medium>li,.list-check-medium>li,.link-03,.ui-menu-item-wrapper,#footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    .txt-15,.list-bullet-medium>li,.list-check-medium>li,.link-03,.ui-menu-item-wrapper,#footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a {
        font-size:18px;
        line-height: 24px
    }
}

.txt-16,.link-05 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 13px;
    line-height: 19px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-16,.link-05 {
        font-size:13px;
        line-height: 19px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-16,.link-05 {
        font-size:13px;
        line-height: 19px
    }
}

@media (min-width: 1442px) {
    .txt-16,.link-05 {
        font-size:14px;
        line-height: 20px
    }
}

.txt-17 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

@media (min-width: 1442px) {
    .txt-17 {
        font-size:16px;
        line-height: 22px
    }
}

.txt-18,.link-02 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 12px;
    line-height: 17px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-18,.link-02 {
        font-size:12px;
        line-height: 17px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-18,.link-02 {
        font-size:12px;
        line-height: 18px
    }
}

@media (min-width: 1442px) {
    .txt-18,.link-02 {
        font-size:14px;
        line-height: 20px
    }
}

.txt-19,.link-01 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px !important;
    line-height: 26px !important
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-19,.link-01 {
        font-size:22px !important;
        line-height: 28px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-19,.link-01 {
        font-size:18px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    .txt-19,.link-01 {
        font-size:26px !important;
        line-height: 30px !important
    }
}

.txt-20 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-20 {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-20 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1442px) {
    .txt-20 {
        font-size:26px;
        line-height: 32px
    }
}

.txt-21,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description *,.core-technology-container .carousel-caption .core-technology-subline p,.text-combination-link-section .text-combination-description,.text-combination-link-section .text-combination-description>*,.where-to-buy aside h3 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-21,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description *,.core-technology-container .carousel-caption .core-technology-subline p,.text-combination-link-section .text-combination-description,.text-combination-link-section .text-combination-description>*,.where-to-buy aside h3 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-21,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description *,.core-technology-container .carousel-caption .core-technology-subline p,.text-combination-link-section .text-combination-description,.text-combination-link-section .text-combination-description>*,.where-to-buy aside h3 {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1442px) {
    .txt-21,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description *,.core-technology-container .carousel-caption .core-technology-subline p,.text-combination-link-section .text-combination-description,.text-combination-link-section .text-combination-description>*,.where-to-buy aside h3 {
        font-size:26px;
        line-height: 32px
    }
}

.txt-22 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-22 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-22 {
        font-size:26px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .txt-22 {
        font-size:30px;
        line-height: 42px
    }
}

.txt-23,.link-06 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-23,.link-06 {
        font-size:14px;
        line-height: 18px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-23,.link-06 {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1442px) {
    .txt-23,.link-06 {
        font-size:16px;
        line-height: 22px
    }
}

.txt-24,.text-combination-title .h2,.rectangle-footer,.rectangle-footer>*,.quotation-author,.quotation-author>* {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-24,.text-combination-title .h2,.rectangle-footer,.rectangle-footer>*,.quotation-author,.quotation-author>* {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-24,.text-combination-title .h2,.rectangle-footer,.rectangle-footer>*,.quotation-author,.quotation-author>* {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1442px) {
    .txt-24,.text-combination-title .h2,.rectangle-footer,.rectangle-footer>*,.quotation-author,.quotation-author>* {
        font-size:30px;
        line-height: 36px
    }
}

.txt-25 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-25 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-25 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1442px) {
    .txt-25 {
        font-size:24px;
        line-height: 30px
    }
}

.txt-27 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    line-height: 28px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-27 {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-27 {
        font-size:36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .txt-27 {
        font-size:40px;
        line-height: 48px
    }
}

.txt-28 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 10px;
    line-height: 14px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-28 {
        font-size:10px;
        line-height: 14px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-28 {
        font-size:10px;
        line-height: 14px
    }
}

@media (min-width: 1442px) {
    .txt-28 {
        font-size:10px;
        line-height: 14px
    }
}

.txt-29 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 12px;
    line-height: 16px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-29 {
        font-size:14px;
        line-height: 18px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-29 {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1442px) {
    .txt-29 {
        font-size:16px;
        line-height: 22px
    }
}

.txt-30 {
    font-family: "Sinova","Arial",sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-align: center
}

@media (min-width: 600px) and (max-width: 1023px) {
    .txt-30 {
        font-size:13px;
        line-height: 17px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .txt-30 {
        font-size:13px;
        line-height: 17px
    }
}

@media (min-width: 1442px) {
    .txt-30 {
        font-size:14px;
        line-height: 18px
    }
}

.semi-bold {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.close-animate {
    animation: closeAnimate 1.5s
}

.search-animate-down {
    animation: searchAnimateDown 0.3s
}

.search-animate-right {
    animation: searchAnimateRight
}

.navbar-animate-down {
    animation: navbarSideAnimate 0.6s;
    animation-timing-function: ease
}

@media (max-width: 1023px) {
    .teaser-animate.animated {
        animation:teaserBackgroundAnimate 1s
    }
}

@media (min-width: 1024px) {
    .teaser-animate.animated {
        animation:teaserBackgroundAnimate 1s
    }
}

.teaser-animate-up.animated {
    animation: teaserAnimateUp 1s
}

.card-animate-up.animated {
    animation: cardAnimateUp 1s
}

.card-animate-down.animated {
    animation: cardAnimateDown 1s
}

@media (min-width: 600px) {
    .card-animate-right.animated {
        animation:cardAnimateRight 1s
    }
}

@media (max-width: 599px) {
    .card-animate-right.animated {
        animation:cardOpacityAnimate 1s
    }
}

@media (min-width: 600px) {
    .card-animate-left.animated {
        animation:cardAnimateLeft 1s
    }
}

@media (max-width: 599px) {
    .card-animate-left.animated {
        animation:cardOpacityAnimate 1s
    }
}

@media (min-width: 1024px) {
    .overlay-animate.animated {
        animation:overlayAnimate 1.2s
    }
}

@media (max-width: 1023px) {
    .card-heading-animate.animated {
        animation:opacityAnimateTypography 0.7s
    }
}

@media (min-width: 1024px) {
    .card-heading-animate.animated {
        animation:opacityAnimateTypography 1.2s
    }
}

@media (max-width: 1023px) {
    .card-heading-animate-top.animated {
        animation:opacityAnimateTypography 0.7s
    }
}

@media (min-width: 1024px) {
    .card-heading-animate-top.animated {
        animation:opacityAnimateTypography 1.2s
    }
}

@media (max-width: 1023px) {
    .card-heading-animate-bottom.animated {
        animation:opacityAnimateTypography 0.7s
    }
}

@media (min-width: 1024px) {
    .card-heading-animate-bottom.animated {
        animation:opacityAnimateTypographyFromBottom 1.4s
    }
}

@media (max-width: 599px) {
    .oval-animate.animated {
        animation:ovalAnimate 0.9s
    }
}

@media (min-width: 600px) {
    .oval-animate.animated {
        animation:ovalAnimate 2s
    }
}

.seo-animate.animated {
    animation: seoAnimate 1s
}

@media (max-width: 599px) {
    .separator-animate.animated {
        animation:separatorAnimate 0.7s
    }
}

@media (min-width: 1024px) {
    .brand-card-animate-left.animated {
        animation:cardAnimateLeft 1s
    }
}

@media (max-width: 1023px) {
    .brand-card-animate-left.animated {
        animation:cardAnimateUp 1s
    }
}

@media (min-width: 1024px) {
    .brand-card-animate-right.animated {
        animation:cardAnimateRight 1s
    }
}

@media (max-width: 1023px) {
    .brand-card-animate-right.animated {
        animation:cardAnimateUp 1s
    }
}

.brand-card-animate-up.animated {
    animation: cardAnimateUp 1s
}

@media (max-width: 1023px) {
    .brand-card-heading-animate.animated {
        animation:cardAnimateUp 1s
    }
}

@media (min-width: 1024px) {
    .brand-card-heading-animate.animated {
        animation:opacityAnimateTypography 1.2s
    }
}

.footer-animate.animated {
    animation: opacityAnimateTypography 1s
}

.culinary-animate {
    animation: culinaryFadeInUp
}

.fadeInLeft {
    animation: fadeInLeft
}

.textCombImageSlideToRight.animated {
    animation-timing-function: ease-out
}

@media (max-width: 1023px) {
    .textCombImageSlideToRight.animated {
        animation:TextCombImageSlideToRightMirrored 0.4s
    }
}

@media (min-width: 1024px) {
    .textCombImageSlideToRight.animated {
        animation:TextCombImageSlideToRightMirrored 0.6s
    }
}

.textCombImageFadeInUp.animated {
    animation: TextCombImageFadeInUp 0.4s ease-out both
}

@media (min-width: 1024px) {
    .textCombImageFadeInUp.animated {
        animation-delay:200ms
    }
}

.textCombLineSlideToBottom.animated {
    animation: TextCombLineSlideToBottom 0.4s ease-out 200ms both
}

@media (max-width: 1023px) {
    .textCombImageSlideToBottom.animated {
        animation:TextCombImageSlideToBottom 0.4s ease-out both
    }
}

@media (min-width: 1024px) {
    .textCombImageSlideToBottom.animated {
        animation:TextCombImageSlideToBottom 0.4s ease-out 400ms both;
        animation-delay: 400ms
    }
}

.textCombImagePortraitFadeInUp {
    animation: TextCombImageFadeInUp 0.4s ease-out both
}

@media (min-width: 1024px) {
    .textCombImagePortraitFadeInUp {
        animation-delay:600ms
    }
}

.textCombShoppingButtonScale.animated {
    animation: TextCombShoppingButtonScale 0.4s ease-out both
}

@media (min-width: 1024px) {
    .textCombShoppingButtonScale.animated {
        animation-delay:800ms
    }
}

.textCombShoppingIconFadeIn.animated {
    animation: TextCombShoppingIconFadeIn 0.1s ease-out both
}

@media (min-width: 1024px) {
    .textCombShoppingIconFadeIn.animated {
        animation-delay:900ms
    }
}

.textCombLinkImageSlideToLeft.animated {
    animation: TextCombLinkImageSlideToLeftMirrored 0.4s ease-out both
}

.textCombLinkSeparatorSlideToLeft.animated {
    animation: TextCombLinkImageSlideToLeft 0.4s ease-out both
}

@media (min-width: 1024px) {
    .textCombLinkSeparatorSlideToLeft.animated {
        animation-delay:200ms
    }
}

.textCombHeadlineFadeInUp.animated {
    animation: TextCombHeadlineFadeIn 0.2s ease-out, TextCombHeadlineSlideUp 0.4s ease-out;
    animation-fill-mode: both
}

@media (min-width: 1024px) {
    .textCombHeadlineFadeInUp.animated {
        animation-delay:200ms
    }
}

.textCombCopyFadeInUp.animated {
    animation: TextCombHeadlineFadeIn 0.2s ease-out, TextCombHeadlineSlideUp 0.4s ease-out;
    animation-fill-mode: both
}

@media (min-width: 1024px) {
    .textCombCopyFadeInUp.animated {
        animation-delay:400ms
    }
}

.textCombLinkIconFadeIn.animated {
    animation: TextCombHeadlineFadeIn 0.4s ease-out 600ms both
}

@media (max-width: 1023px) {
    .textCombLinkIconFadeIn.animated {
        animation:TextCombHeadlineFadeIn 0.4s ease-out both
    }
}

.textCombLinkButtonFadeIn.animated {
    animation: TextCombLinkButtonFadeIn 0.6s ease-out 600ms both
}

@media (max-width: 1023px) {
    .textCombLinkButtonFadeIn.animated {
        animation:TextCombLinkButtonFadeInMobile 0.6s ease-out both
    }
}

.m23HeadlineFadeInUp {
    animation: M23HeadlineFadeInUp 0.4s ease-out both
}

.wmf-loaded .m23PortraitItem1SlideToRight.animated {
    animation: TextCombImageSlideToRight 0.4s ease-out both
}

.wmf-loaded .m23PortraitItem2SlideToRight.animated {
    animation: TextCombImageSlideToRight 0.4s ease-out 400ms both
}

.wmf-loaded .m23PortraitItem3SlideToRight.animated {
    animation: TextCombImageSlideToRight 0.4s ease-out 800ms both
}

.wmf-loaded .m23LandscapeItemSlideToRight.animated {
    animation: TextCombImageSlideToRight 0.6s ease-out 400ms both
}

.wmf-loaded .m23Copy1FadeInUp.animated {
    animation: M23HeadlineFadeInUp 0.4s ease-out 200ms both
}

.wmf-loaded .m23Copy2FadeInUp.animated {
    animation: M23HeadlineFadeInUp 0.4s ease-out 600ms both
}

.wmf-loaded .m23Copy3FadeInUp.animated {
    animation: M23HeadlineFadeInUp 0.4s ease-out 1000ms both
}

.wmf-loaded .m23Button1FadeIn.animated {
    animation: fadeAnimate 0.2s ease-out 400ms both
}

.wmf-loaded .m23Button2FadeIn.animated {
    animation: fadeAnimate 0.2s ease-out 800ms both
}

.wmf-loaded .m23Button3FadeIn.animated {
    animation: fadeAnimate 0.2s ease-out 1200ms both
}

.m23CarouselCaptionFadeIn.animated {
    animation: fadeAnimate 0.4s ease-out both
}

.m23PortraitItemSlideToRightMirrored.animated {
    animation: TextCombImageSlideToRightMirrored 0.4s ease-out both
}

.m23CarouselButtonFadeIn.animated {
    animation: fadeAnimate 0.2s ease-out 400ms both
}

.delay-100ms {
    animation-duration: 100ms
}

.delay-200ms {
    animation-duration: 200ms
}

.delay-300ms {
    animation-duration: 300ms
}

.delay-400ms {
    animation-duration: 400ms
}

.delay-500ms {
    animation-duration: 500ms
}

.delay-700ms {
    animation-duration: 700ms
}

.delay-800ms {
    animation-duration: 800ms
}

.delay-1s {
    animation-duration: 1s
}

.delay-1000ms {
    animation-duration: 1000ms
}

.delay-1500ms {
    animation-duration: 1500ms
}

.delay-2s {
    animation-duration: 2s
}

.delay-2500ms {
    animation-duration: 2500ms
}

.delay-3s {
    animation-duration: 3s
}

.delay-4s {
    animation-duration: 4s
}

@keyframes searchAnimateDown {
    0% {
        opacity: 0;
        -khtml-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }

    100% {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes searchAnimateRight {
    from {
        opacity: 0;
        -khtml-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes navbarSideAnimate {
    0% {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }

    100% {
        height: 100vh;
        visibility: visible;
        overflow: hidden
    }
}

@media (max-width: 1023px) {
    @keyframes teaserBackgroundAnimate {
        from {
            opacity:0
        }

        to {
            opacity: 1
        }
    }
}

@media (min-width: 1024px) {
    @keyframes teaserBackgroundAnimate {
        from {
            opacity:0;
            -khtml-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0)
        }

        to {
            opacity: 1;
            -khtml-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
}

@keyframes teaserAnimateUp {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes SuitableAnimateUp {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes M09HeadlineFadeInDown {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes M09SublineFadeInUp {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes M09ProductImgFadeInScale {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: scale(1.1);
        transform: scale(1.1)
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        -khtml-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes M31HeadlineFadeInUp {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes SimpleFadeInUp {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes StoriesTeaserItemFadeInUp {
    0% {
        opacity: 0;
        visibility: visible
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes StoriesTeaserImgUp {
    from {
        visibility: visible;
        -khtml-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes StoriesTeaserCaptionUp {
    from {
        visibility: visible;
        -khtml-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes ProductFadeInUp {
    0% {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes ProductLineHeightAnimation {
    from {
        height: 0;
        visibility: visible
    }

    to {
        height: 265px
    }
}

@keyframes ProductLineWidthSmAnimation {
    from {
        width: 0;
        visibility: visible
    }

    to {
        width: 70%
    }
}

@keyframes ProductLineWidthXsAnimation {
    from {
        width: 0;
        visibility: visible
    }

    to {
        width: 100%
    }
}

@keyframes ProductChefChoiceAnimation {
    0% {
        width: 10%;
        opacity: 0;
        visibility: visible
    }

    1% {
        opacity: 1
    }

    100% {
        width: 100%
    }
}

@keyframes ExploreSetsCardAnimation {
    0% {
        width: 0;
        opacity: 0;
        visibility: visible
    }

    1% {
        opacity: 1
    }

    99% {
        width: 99%
    }

    100% {
        width: auto
    }
}

@keyframes ProductFilterOptionsAnimation {
    0% {
        max-height: 0;
        overflow: hidden;
        visibility: visible
    }

    98% {
        max-height: 100vh
    }

    100% {
        max-height: none
    }
}

@keyframes Module360DescriptionFadeInMd {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes Module360DescriptionFadeInSm {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes Module360DescriptionFadeOut {
    from {
        opacity: 1;
        display: block;
        visibility: visible
    }

    to {
        display: none;
        opacity: 0
    }
}

@keyframes cardAnimateUp {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cardAnimateDown {
    from {
        opacity: 0;
        -khtml-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cardAnimateRight {
    from {
        -khtml-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
        visibility: visible
    }

    to {
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes cardAnimateLeft {
    from {
        -khtml-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
        visibility: visible
    }

    to {
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes ovalAnimate {
    0%,40% {
        opacity: 0;
        -khtml-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible
    }

    100% {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes overlayAnimate {
    0%,75% {
        visibility: hidden;
        height: 0
    }

    100% {
        visibility: visible;
        height: 50%
    }
}

@keyframes separatorAnimate {
    from {
        width: 0;
        visibility: visible
    }

    to {
        width: 100px
    }
}

@keyframes cardOpacityAnimate {
    from {
        opacity: 0;
        -khtml-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes opacityAnimateTypography {
    0%,75% {
        visibility: hidden;
        opacity: 0;
        -khtml-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes opacityAnimateTypographyFromBottom {
    0%,75% {
        visibility: hidden;
        opacity: 0;
        -khtml-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -khtml-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes seoAnimate {
    from {
        -khtml-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes closeAnimate {
    0% {
        opacity: 0;
        -khtml-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in
    }

    40% {
        -khtml-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        opacity: 1;
        -khtml-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }

    80% {
        opacity: 1;
        -khtml-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        transform: perspective(400px)
    }
}

@keyframes fadeAnimate {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes culinaryFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-400px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes sliderIndicatorAnimate {
    from {
        width: 0;
        visibility: hidden
    }

    to {
        width: 30px;
        visibility: visible
    }
}

@keyframes sliderIndicatorAnimateMQ3 {
    from {
        width: 0;
        visibility: hidden
    }

    to {
        width: 30px;
        visibility: visible
    }
}

@keyframes sliderIndicatorAnimateMQ4 {
    from {
        width: 0;
        visibility: hidden
    }

    to {
        width: 40px;
        visibility: visible
    }
}

@keyframes flyoutAnimateLeft {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        -khtml-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes flyoutAnimateRight {
    from {
        opacity: 0;
        visibility: visible;
        -khtml-transform: translateX(50%);
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        -khtml-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes searchMobileSlideUp {
    from {
        visibility: visible;
        opacity: 1;
        height: 40px
    }

    to {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
}

@keyframes ExploreSetsFadeInRight {
    from {
        -khtml-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        visibility: hidden
    }

    to {
        -khtml-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
}

@keyframes TextCombImageSlideToRight {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes TextCombImageSlideToRightMirrored {
    from {
        width: 100%
    }

    to {
        width: 0%
    }
}

@keyframes TextCombImageSlideToBottom {
    from {
        height: 100%
    }

    to {
        height: 0%
    }
}

@keyframes TextCombImageFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -khtml-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }
}

@keyframes TextCombShoppingButtonScale {
    from {
        transform: scale(0.1);
        -webkit-transform: scale(0.1)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes TextCombShoppingIconFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes TextCombLinkImageSlideToLeft {
    from {
        width: 0%
    }

    to {
        @media (min-width: 1024px) {
            width:100%
        }
    }
}

@keyframes TextCombLinkImageSlideToLeftMirrored {
    from {
        width: 100%
    }

    to {
        width: 0%
    }
}

@keyframes TextCombHeadlineFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes TextCombHeadlineSlideUp {
    from {
        transform: translate3d(0, 20px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes M23HeadlineFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes splitBrandImageSlideIn {
    from {
        visibility: hidden;
        width: 100%
    }

    to {
        visibility: visible;
        width: 0
    }
}

@keyframes splitBrandLinkImage {
    from {
        opacity: 0;
        -khtml-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes splitBrandFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes splitBrandUp {
    from {
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes splitBrandFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes splitBrandCouleurField {
    from {
        visibility: hidden;
        width: 0
    }

    to {
        visibility: visible;
        @media (min-width: 1024px) and (max-width: 1441px) {
            width:100%
        }

        @media (min-width: 1442px) {
            width:92.73%
        }
    }
}

@keyframes splitBrandProductLineDesktop {
    from {
        visibility: hidden;
        height: 0
    }

    to {
        visibility: visible;
        @media (min-width: 1024px) and (max-width: 1441px) {
            width:100%
        }

        @media (min-width: 1442px) {
            height:calc(100% + 130px)
        }
    }
}

@keyframes splitBrandProductLineMobile {
    from {
        visibility: hidden;
        width: 0
    }

    to {
        visibility: visible;
        width: 100%
    }
}

@keyframes TextCombLineSlideToBottom {
    from {
        height: 0%
    }

    to {
        @media (min-width: 1442px) {
            height:calc(100% + 80px)
        }

        @media (min-width: 1024px) and (max-width: 1441px) {
            height:calc(100% + 60px)
        }
    }
}

@keyframes textImageCombinationFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes textImageCombinationFadeUp {
    from {
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes textImageCombinationFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M19SlideToRight {
    from {
        width: 0px
    }

    to {
        @media (max-width: 599px) {
            width:203px
        }

        @media (min-width: 600px) and (max-width: 1023px) {
            width:323px
        }

        @media (min-width: 1024px) and (max-width: 1441px) {
            width:505px
        }

        @media (min-width: 1442px) {
            width:711px
        }
    }
}

@keyframes M19SlideToBottom {
    from {
        height: 100%
    }

    to {
        height: 0%
    }
}

@keyframes M19fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes TextCombLinkButtonFadeIn {
    0% {
        opacity: 0;
        transform: translate3d(20px, 0, 0)
    }

    40% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes TextCombLinkButtonFadeInMobile {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 0, 0)
    }

    40% {
        opacity: 1
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes M11CulinaryFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryFadeInUpOnClosing {
    from {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -khtml-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes M11CulinaryFadeInRight {
    from {
        opacity: 0;
        -khtml-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes M11CulinaryFadeInRightOnClosing {
    from {
        opacity: 1;
        -khtml-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -khtml-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@keyframes M11CulinaryClose {
    from {
        opacity: 0;
        -khtml-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        opacity: 1;
        -khtml-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes M11CulinaryCloseOnClosing {
    from {
        opacity: 1;
        -khtml-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        opacity: 0;
        -khtml-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes M11CulinaryFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes M11CulinaryFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes M11CulinaryLineSlide {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes M11CulinaryFirstSlideUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(80px);
        transform: translateY(80px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinarySecondSlideUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(160px);
        transform: translateY(160px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryThirdSlideUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(240px);
        transform: translateY(240px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryFourthSlideUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(300px);
        transform: translateY(300px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryFirstFadeUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes M11CulinarySecondFadeUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryThirdFadeUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryFourthFadeUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryHeaderFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes M11CulinaryHeaderFadeOutDown {
    from {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes M11CulinaryInitialTextFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryInitialBtnFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes M11CulinaryInitialBtnFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes M11CulinaryInitialHeadFadeInUp {
    from {
        opacity: 0;
        -khtml-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -khtml-transform: translateY(0);
        transform: translateY(0)
    }
}

.bg-light {
    background: #fff !important;
    border: none !important
}

.bg-dark {
    background: #F1F2F3 !important;
    border: none !important
}

.bg-bordred {
    background: #fff !important;
    border: 1px solid #F1F2F3 !important
}

.bg-bordred-dark {
    background: #fff !important;
    border: 1px solid #888 !important
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px !important
}

.p-30 {
    padding: 30px !important
}

.no-padding {
    padding: 0 !important
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.ph-dark::-webkit-input-placeholder {
    color: #888 !important
}

.ph-dark:-moz-placeholder {
    color: #888 !important
}

.ph-dark::-moz-placeholder {
    color: #888 !important
}

.ph-dark:-ms-input-placeholder {
    color: #888 !important
}

.ph-light::-webkit-input-placeholder {
    color: #fff !important
}

.ph-light:-moz-placeholder {
    color: #fff !important
}

.ph-light::-moz-placeholder {
    color: #fff !important
}

.ph-light:-ms-input-placeholder {
    color: #fff !important
}

.no-transition {
    transition: none !important
}

.no-transform {
    -khtml-transform: none !important;
    transform: none !important
}

.error {
    border-bottom: 2px solid #E00000 !important
}

.error:hover,.error:focus,.error:active {
    border-bottom: 2px solid #E00000 !important
}

@media (max-width: 1023px) {
    .text-center-sm {
        text-align:center
    }
}

[class^="icon-"],[class*=" icon-"] {
    font-family: "wmf-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow:before {
    content: "\e900"
}

.icon-arrow-up-2:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.icon-arrow-down-2:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-plus:before {
    content: "\e901"
}

.icon-close:before {
    content: "\e902"
}

.icon-minus:before {
    content: "\e903"
}

.icon-arrow-right:before {
    content: "\e904"
}

.icon-chevron-left:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-chevron-right:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(0deg);
    transform: rotate(0deg)
}

.icon-menu:before {
    content: "\e905"
}

.icon-search:before {
    content: "\e906"
}

.icon-cart:before {
    content: "\e907"
}

.icon-user:before {
    content: "\e908"
}

.icon-wishlist:before {
    content: "\e909"
}

.icon-location:before {
    content: "\e90a"
}

.icon-facebook:before {
    content: "\e90b"
}

.icon-pinterest:before {
    content: "\e90c"
}

.icon-instagram:before {
    content: "\e90d"
}

.icon-youtube:before {
    content: "\e90e"
}

.icon-arrow-up:before {
    content: "\e90f"
}

.icon-chevron-up:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.icon-chevron-down:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-chevron-up:before {
    content: "\e900";
    display: inline-block;
    -khtml-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.icon-arrow-down:before {
    content: "\e90f";
    display: inline-block;
    -khtml-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-indicator:before {
    content: "\e910"
}

.icon-cart-circle:before {
    content: "\e911"
}

.icon-check:before {
    content: "\e912"
}

.icon-quotation:before {
    content: "\e913"
}

.icon-technology-cool .path1:before {
    content: "\e914";
    color: #fff
}

.icon-technology-cool .path2:before {
    content: "\e915";
    margin-left: -1.005859375em;
    color: #000
}

.icon-technology-cool .path3:before {
    content: "\e916";
    margin-left: -1.005859375em;
    color: #000
}

.icon-technology-cool .path4:before {
    content: "\e917";
    margin-left: -1.005859375em;
    color: #000
}

.icon-technology-cool .path5:before {
    content: "\e918";
    margin-left: -1.005859375em;
    color: #000
}

.icon-technology-cool .path6:before {
    content: "\e919";
    margin-left: -1.005859375em;
    color: #000
}

.icon-technology-cromargan .path1:before {
    content: "\e91a";
    color: #fff
}

.icon-technology-cromargan .path2:before {
    content: "\e91b";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-cromargan .path3:before {
    content: "\e91c";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-cromargan .path4:before {
    content: "\e91d";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-cromargan .path5:before {
    content: "\e91e";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-cromargan .path6:before {
    content: "\e91f";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-cromargan .path7:before {
    content: "\e920";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-cromargan .path8:before {
    content: "\e921";
    margin-left: -0.99609375em;
    color: #000
}

.icon-technology-fusiontec .path1:before {
    content: "\e922";
    color: #fff
}

.icon-technology-fusiontec .path2:before {
    content: "\e923";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-fusiontec .path3:before {
    content: "\e924";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-fusiontec .path4:before {
    content: "\e925";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-fusiontec .path5:before {
    content: "\e926";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path6:before {
    content: "\e927";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path7:before {
    content: "\e928";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path8:before {
    content: "\e929";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path9:before {
    content: "\e92a";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path10:before {
    content: "\e92b";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path11:before {
    content: "\e92c";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path12:before {
    content: "\e92d";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path13:before {
    content: "\e92e";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path14:before {
    content: "\e92f";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path15:before {
    content: "\e930";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path16:before {
    content: "\e931";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path17:before {
    content: "\e932";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path18:before {
    content: "\e933";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path19:before {
    content: "\e934";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path20:before {
    content: "\e935";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path21:before {
    content: "\e936";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path22:before {
    content: "\e937";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path23:before {
    content: "\e938";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path24:before {
    content: "\e939";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path25:before {
    content: "\e93a";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path26:before {
    content: "\e93b";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path27:before {
    content: "\e93c";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path28:before {
    content: "\e93d";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path29:before {
    content: "\e93e";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path30:before {
    content: "\e93f";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path31:before {
    content: "\e940";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path32:before {
    content: "\e941";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path33:before {
    content: "\e942";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path34:before {
    content: "\e943";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path35:before {
    content: "\e944";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path36:before {
    content: "\e945";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path37:before {
    content: "\e946";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path38:before {
    content: "\e947";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path39:before {
    content: "\e948";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path40:before {
    content: "\e949";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path41:before {
    content: "\e94a";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path42:before {
    content: "\e94b";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path43:before {
    content: "\e94c";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path44:before {
    content: "\e94d";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path45:before {
    content: "\e94e";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path46:before {
    content: "\e94f";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-fusiontec .path47:before {
    content: "\e950";
    margin-left: -1.00390625em;
    color: #fff
}

.icon-technology-perfect .path1:before {
    content: "\e951";
    color: #fff
}

.icon-technology-perfect .path2:before {
    content: "\e952";
    margin-left: -1.001953125em;
    color: #000
}

.icon-technology-perfect .path3:before {
    content: "\e953";
    margin-left: -1.001953125em;
    color: #000
}

.icon-technology-perfect .path4:before {
    content: "\e954";
    margin-left: -1.001953125em;
    color: #000
}

.icon-technology-perfect .path5:before {
    content: "\e955";
    margin-left: -1.001953125em;
    color: #fff
}

.icon-technology-perfect .path6:before {
    content: "\e956";
    margin-left: -1.001953125em;
    color: #fff
}

.icon-technology-performance .path1:before {
    content: "\e957";
    color: #fff
}

.icon-technology-performance .path2:before {
    content: "\e958";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-performance .path3:before {
    content: "\e959";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-performance .path4:before {
    content: "\e95a";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-protection .path1:before {
    content: "\e95b";
    color: #fff
}

.icon-technology-protection .path2:before {
    content: "\e95c";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path3:before {
    content: "\e95d";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path4:before {
    content: "\e95e";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path5:before {
    content: "\e95f";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path6:before {
    content: "\e960";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path7:before {
    content: "\e961";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path8:before {
    content: "\e962";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path9:before {
    content: "\e963";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path10:before {
    content: "\e964";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path11:before {
    content: "\e965";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path12:before {
    content: "\e966";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path13:before {
    content: "\e967";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path14:before {
    content: "\e968";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path15:before {
    content: "\e969";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path16:before {
    content: "\e96a";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path17:before {
    content: "\e96b";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path18:before {
    content: "\e96c";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path19:before {
    content: "\e96d";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path20:before {
    content: "\e96e";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path21:before {
    content: "\e96f";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path22:before {
    content: "\e970";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path23:before {
    content: "\e971";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path24:before {
    content: "\e972";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path25:before {
    content: "\e973";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path26:before {
    content: "\e974";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path27:before {
    content: "\e975";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path28:before {
    content: "\e976";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path29:before {
    content: "\e977";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path30:before {
    content: "\e978";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path31:before {
    content: "\e979";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path32:before {
    content: "\e97a";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path33:before {
    content: "\e97b";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path34:before {
    content: "\e97c";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path35:before {
    content: "\e97d";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path36:before {
    content: "\e97e";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path37:before {
    content: "\e97f";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path38:before {
    content: "\e980";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path39:before {
    content: "\e981";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path40:before {
    content: "\e982";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path41:before {
    content: "\e983";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path42:before {
    content: "\e984";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path43:before {
    content: "\e985";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path44:before {
    content: "\e986";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path45:before {
    content: "\e987";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path46:before {
    content: "\e988";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path47:before {
    content: "\e989";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path48:before {
    content: "\e98a";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path49:before {
    content: "\e98b";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path50:before {
    content: "\e98c";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path51:before {
    content: "\e98d";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path52:before {
    content: "\e98e";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path53:before {
    content: "\e98f";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path54:before {
    content: "\e990";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path55:before {
    content: "\e991";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path56:before {
    content: "\e992";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path57:before {
    content: "\e993";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path58:before {
    content: "\e994";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path59:before {
    content: "\e995";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path60:before {
    content: "\e996";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path61:before {
    content: "\e997";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path62:before {
    content: "\e998";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path63:before {
    content: "\e999";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path64:before {
    content: "\e99a";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path65:before {
    content: "\e99b";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path66:before {
    content: "\e99c";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path67:before {
    content: "\e99d";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path68:before {
    content: "\e99e";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path69:before {
    content: "\e99f";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path70:before {
    content: "\e9a0";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path71:before {
    content: "\e9a1";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path72:before {
    content: "\e9a2";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path73:before {
    content: "\e9a3";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path74:before {
    content: "\e9a4";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path75:before {
    content: "\e9a5";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path76:before {
    content: "\e9a6";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path77:before {
    content: "\e9a7";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path78:before {
    content: "\e9a8";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path79:before {
    content: "\e9a9";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path80:before {
    content: "\e9aa";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path81:before {
    content: "\e9ab";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path82:before {
    content: "\e9ac";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path83:before {
    content: "\e9ad";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path84:before {
    content: "\e9ae";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path85:before {
    content: "\e9af";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path86:before {
    content: "\e9b0";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path87:before {
    content: "\e9b1";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path88:before {
    content: "\e9b2";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path89:before {
    content: "\e9b3";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path90:before {
    content: "\e9b4";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path91:before {
    content: "\e9b5";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path92:before {
    content: "\e9b6";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path93:before {
    content: "\e9b7";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path94:before {
    content: "\e9b8";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path95:before {
    content: "\e9b9";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path96:before {
    content: "\e9ba";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path97:before {
    content: "\e9bb";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path98:before {
    content: "\e9bc";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path99:before {
    content: "\e9bd";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path100:before {
    content: "\e9be";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path101:before {
    content: "\e9bf";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path102:before {
    content: "\e9c0";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path103:before {
    content: "\e9c1";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path104:before {
    content: "\e9c2";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path105:before {
    content: "\e9c3";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path106:before {
    content: "\e9c4";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path107:before {
    content: "\e9c5";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path108:before {
    content: "\e9c6";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path109:before {
    content: "\e9c7";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path110:before {
    content: "\e9c8";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path111:before {
    content: "\e9c9";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path112:before {
    content: "\e9ca";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path113:before {
    content: "\e9cb";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path114:before {
    content: "\e9cc";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path115:before {
    content: "\e9cd";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path116:before {
    content: "\e9ce";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path117:before {
    content: "\e9cf";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path118:before {
    content: "\e9d0";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path119:before {
    content: "\e9d1";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path120:before {
    content: "\e9d2";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path121:before {
    content: "\e9d3";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path122:before {
    content: "\e9d4";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path123:before {
    content: "\e9d5";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path124:before {
    content: "\e9d6";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path125:before {
    content: "\e9d7";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path126:before {
    content: "\e9d8";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path127:before {
    content: "\e9d9";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path128:before {
    content: "\e9da";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path129:before {
    content: "\e9db";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path130:before {
    content: "\e9dc";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path131:before {
    content: "\e9dd";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path132:before {
    content: "\e9de";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path133:before {
    content: "\e9df";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path134:before {
    content: "\e9e0";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path135:before {
    content: "\e9e1";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path136:before {
    content: "\e9e2";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path137:before {
    content: "\e9e3";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-protection .path138:before {
    content: "\e9e4";
    margin-left: -0.998046875em;
    color: none
}

.icon-technology-protection .path139:before {
    content: "\e9e5";
    margin-left: -0.998046875em;
    color: #000
}

.icon-technology-therma .path1:before {
    content: "\e9e6";
    color: #fff
}

.icon-technology-therma .path2:before {
    content: "\e9e7";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-therma .path3:before {
    content: "\e9e8";
    margin-left: -1.00390625em;
    color: #000
}

.icon-technology-therma .path4:before {
    content: "\e9e9";
    margin-left: -1.00390625em;
    color: #000
}

.icon-play:before {
    content: "\e9ea"
}

.icon-pause:before {
    content: "\e9eb"
}

.icon-video-bigger:before {
    content: "\e9ec"
}

.icon-scale:before {
    content: "\e9ed"
}

.icon-volume:before {
    content: "\e9ee"
}

.icon-knife:before {
    content: "\e9ef"
}

.icon-pot:before {
    content: "\e9f0"
}

.icon-diameter:before {
    content: "\e9f1"
}

.icon-logo-wmf:before {
    content: "\e9f2"
}

.carousel .carousel-control {
    visibility: hidden
}

.carousel:hover .carousel-control {
    visibility: visible
}

.carousel-control {
    opacity: 1
}

.carousel-control.right {
    background-image: none
}

.carousel-control.left {
    background-image: none
}

.carousel-indicators {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0
}

@media (max-width: 599px) {
    .carousel-indicators {
        position:absolute;
        top: 195px;
        float: left;
        width: 100%;
        margin: 0 auto 15px auto;
        height: 20px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .carousel-indicators {
        position:absolute;
        margin: 0 auto;
        width: 100%;
        height: 9px;
        top: 352px;
        bottom: unset
    }
}

.carousel-indicators li {
    width: 40px;
    height: 2px;
    margin: 10px;
    padding: 10px 0;
    border: none
}

@media (max-width: 599px) {
    .carousel-indicators li {
        width:9px;
        height: 9px;
        padding: 0;
        margin: 0 10px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .carousel-indicators li {
        width:30px;
        margin: 0 7px
    }
}

.carousel-indicators li span {
    display: block;
    background: #888;
    width: 40px;
    height: 2px;
    color: #888;
    border-color: #888
}

@media (max-width: 599px) {
    .carousel-indicators li span {
        width:9px;
        height: 9px;
        border-radius: 50%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .carousel-indicators li span {
        background:#fff;
        width: 30px;
        color: #fff;
        border-color: #fff
    }
}

.carousel-indicators li:first-child {
    margin-left: 0
}

.carousel-indicators li:first-child.active {
    margin-left: 0
}

.carousel-indicators li:last-child {
    margin-right: 0
}

.carousel-indicators li:last-child.active {
    margin-right: 0
}

.carousel-indicators li.active {
    background: transparent;
    width: 40px;
    height: 2px;
    margin: 10px;
    padding: 10px 0
}

@media (max-width: 599px) {
    .carousel-indicators li.active {
        width:9px;
        height: 9px;
        padding: 0;
        margin: 0 10px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .carousel-indicators li.active {
        width:30px;
        margin: 0 7px
    }
}

.carousel-indicators li.active span {
    display: block;
    background: #888;
    width: 100%;
    height: 2px;
    color: #888;
    border-color: #888
}

@media (max-width: 599px) {
    .carousel-indicators li.active span {
        background:#212121;
        height: 9px;
        color: #212121;
        border-color: #212121;
        border-radius: 50px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .carousel-indicators li.active span {
        background:#fff;
        color: #fff;
        border-color: #fff
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .carousel-indicators li.active span::before {
        position:relative;
        float: left;
        content: '';
        background: #F5A623;
        width: 30px;
        height: 2px;
        color: #F5A623;
        border-color: #F5A623;
        z-index: 200;
        animation: sliderIndicatorAnimate 4s;
        animation-timing-function: linear
    }
}

@media (min-width: 1024px) {
    .carousel-indicators li.active span::before {
        position:relative;
        float: left;
        content: '';
        background: #212121;
        width: 40px;
        height: 2px;
        color: #212121;
        border-color: #212121;
        z-index: 200;
        animation: sliderIndicatorAnimate 4s;
        animation-timing-function: linear
    }
}

@media (max-width: 1023px) {
    .carousel-inner {
        overflow:initial
    }
}

.btn-control-carousel {
    position: absolute;
    top: 0;
    bottom: 0
}

.btn-control-carousel.left {
    left: 20px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-control-carousel.left i {
        left:-2px
    }
}

.btn-control-carousel.right {
    right: 20px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-control-carousel.right i {
        right:-2px
    }
}

.btn-control-carousel .btn-carousel {
    display: none
}

@media (max-width: 599px) {
    .btn-control-carousel {
        display:none
    }
}

.swiper-pagination {
    left: 0;
    right: 0
}

@media (max-width: 599px) {
    .swiper-pagination {
        position:relative;
        top: 0;
        width: 80px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .swiper-pagination {
        height:9px
    }
}

@media (min-width: 1024px) {
    .swiper-pagination.light .swiper-pagination-bullet {
        background:#fff
    }
}

@media (min-width: 1024px) {
    .swiper-pagination.light .swiper-pagination-animation {
        background:#F5A623 !important
    }
}

@media (max-width: 599px) {
    .swiper-pagination-bullets-dynamic {
        right:0 !important;
        left: 0 !important;
        -khtml-transform: none !important;
        transform: none !important
    }
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -khtml-transform: scale(0.667);
    transform: scale(0.667)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -khtml-transform: scale(0.333);
    transform: scale(0.333)
}

.swiper-pagination-bullet {
    background: #888;
    opacity: 1
}

@media (max-width: 599px) {
    .swiper-pagination-bullet {
        width:9px;
        height: 9px;
        margin-left: 7.5px !important;
        margin-right: 7.5px !important;
        border-radius: 50%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .swiper-pagination-bullet {
        background:#fff;
        width: 30px;
        height: 2px;
        margin-left: 4px !important;
        margin-right: 4px !important;
        border-radius: 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .swiper-pagination-bullet {
        width:30px;
        height: 2px;
        margin-left: 4px !important;
        margin-right: 4px !important;
        border-radius: 0
    }
}

@media (min-width: 1442px) {
    .swiper-pagination-bullet {
        width:40px;
        height: 2px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        border-radius: 0
    }
}

.swiper-pagination-bullet .swiper-pagination-animation {
    position: absolute;
    display: inline-block;
    background: #212121;
    width: 0;
    height: 2px;
    margin-left: -20px;
    visibility: hidden;
    transition: width 4s linear
}

@media (max-width: 599px) {
    .swiper-pagination-bullet .swiper-pagination-animation {
        transition:none
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .swiper-pagination-bullet .swiper-pagination-animation {
        background:#F5A623;
        margin-left: -15px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .swiper-pagination-bullet .swiper-pagination-animation {
        margin-left:-15px
    }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swiper-pagination-bullet .swiper-pagination-animation {
        margin-left:0
    }
}

@media (max-width: 599px) {
    .swiper-pagination-bullet-active {
        background:#212121
    }
}

.swiper-pagination-bullet-active .swiper-pagination-animation {
    width: 40px;
    visibility: visible;
    animation: sliderIndicatorAnimateMQ4 4s linear
}

@media (max-width: 599px) {
    .swiper-pagination-bullet-active .swiper-pagination-animation {
        width:unset;
        animation: none
    }
}

@media (min-width: 600px) and (max-width: 1441px) {
    .swiper-pagination-bullet-active .swiper-pagination-animation {
        width:30px;
        animation: sliderIndicatorAnimate 4s linear
    }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swiper-pagination-bullet-active .swiper-pagination-animation {
        margin-left:0
    }
}

.list-horizontal {
    width: 100%;
    margin: 20px auto;
    text-align: center
}

.list-horizontal>li {
    display: inline-block
}

@media (min-width: 1442px) {
    .list-horizontal>li {
        margin-left:10px;
        margin-right: 10px
    }
}

.list-horizontal>li:first-child {
    margin-left: 0
}

.list-horizontal>li:last-child {
    margin-right: 0
}

.list-group {
    background: transparent;
    margin-bottom: 0
}

.list-group-item {
    background: transparent;
    padding: 6px 0;
    border: none
}

.list-group-item>p>span {
    display: block;
    font-weight: 700
}

.list-group-item>a {
    font-size: 18px;
    color: #888;
    line-height: 24px
}

.list-group-item>a:hover,.list-group-item>a:focus,.list-group-item>a:active {
    text-decoration: none
}

.form-control {
    width: 100%;
    font-family: "WMF Rotis","Arial",sans-serif;
    color: #000;
    border: none;
    border-radius: 0;
    -ms-box-shadow: none ;
    -o-box-shadow: none ;
    box-shadow: none
}

.form-control:hover,.form-control:focus,.form-control:active {
    border: none;
    -ms-box-shadow: none ;
    -o-box-shadow: none ;
    box-shadow: none
}

.form-control-search {
    height: auto;
    line-height: 1;
    padding-bottom: 0
}

.form-control-lg {
    height: 50px;
    padding: 30px;
    font-size: 16px
}

@media (min-width: 1024px) {
    .form-control-lg {
        height:80px;
        padding: 30px;
        font-size: 30px
    }
}

.search {
    height: 64px;
    padding-left: 10px;
    font-size: 16px
}

.search-lg {
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6.7% 2% 1% 2%
}

.search-lg input {
    padding-left: 20px;
    height: 100%;
    color: #000
}

.search-lg input::-webkit-input-placeholder {
    color: #888 !important
}

.search-lg input:-moz-placeholder {
    color: #888 !important
}

.search-lg input::-moz-placeholder {
    color: #888 !important
}

.search-lg input:-ms-input-placeholder {
    color: #888 !important
}

.search-lg i {
    color: #888
}

.search-lg i.icon-close {
    font-size: 34px
}

.search-lg i.icon-search {
    font-size: 55px;
    position: relative;
    top: -3px
}

.checkbox label {
    padding-left: 0
}

.checkbox .tooltip {
    left: 0px !important
}

input[type="checkbox"] {
    opacity: 0;
    z-index: -1
}

input[type="checkbox"]+span {
    position: relative;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    margin-right: 20px;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer
}

input[type="checkbox"]+span.error {
    border-bottom: 2px solid #E00000 !important
}

input[type="checkbox"]+span.error:hover,input[type="checkbox"]+span.error:focus,input[type="checkbox"]+span.error:active {
    border-bottom: 2px solid #E00000 !important
}

.btn-checkbox+span {
    background: white
}

.btn-checkbox+span:before,.btn-checkbox+span:after {
    content: '';
    position: absolute;
    background: transparent;
    width: 20px;
    height: 1.5px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.2s,ease,all
}

.btn-checkbox:checked+span:before,.btn-checkbox:checked+span:after {
    background: #888;
    transition: 0.4s,ease,all
}

.btn-checkbox:checked+span:before {
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn-checkbox:checked+span:after {
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form-control-range {
    -webkit-appearance: none;
    width: 100%
}

.form-control-range:focus {
    outline: none
}

.form-control-range:focus::-webkit-slider-runnable-track {
    background: #fff
}

.form-control-range:focus::-ms-fill-lower {
    background: #D58019
}

.form-control-range:focus::-ms-fill-upper {
    background: #fff
}

.form-control-range::-webkit-slider-runnable-track {
    background: #fff;
    width: 100%;
    height: 2px;
    border: none;
    cursor: pointer
}

.form-control-range::-webkit-slider-thumb {
    background: #fff;
    height: 14px;
    width: 14px;
    margin-top: -6px;
    border: none;
    -webkit-appearance: none;
    border-radius: 14px;
    cursor: pointer
}

.form-control-range::-moz-range-progress {
    background: #D58019
}

.form-control-range::-moz-range-track {
    background: #fff
}

.form-control-range::-moz-range-track {
    background: #fff;
    width: 100%;
    height: 2px;
    cursor: pointer
}

.form-control-range::-moz-range-thumb {
    background: #fff;
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    cursor: pointer
}

.form-control-range::-ms-fill-lower {
    background: #D58019;
    border: none
}

.form-control-range::-ms-fill-upper {
    background: #fff;
    border: none
}

.form-control-range::-ms-track {
    background: transparent;
    width: 100%;
    height: 2px;
    color: transparent;
    border: none;
    cursor: pointer
}

.form-control-range::-ms-thumb {
    background: #fff;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border-radius: 16px
}

.btn {
    border: none;
    outline: 0 !important;
    -ms-box-shadow: none ;
    -o-box-shadow: none ;
    box-shadow: none ;
    border-radius: 0
}

.btn:hover,.btn:focus,.btn:active {
    -ms-box-shadow: none ;
    -o-box-shadow: none ;
    box-shadow: none
}

.btn-logo {
    color: #000
}

.btn-arrow,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #333
}

@media (max-width: 1441px) {
    .btn-arrow,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action {
        width:30px;
        height: 30px
    }
}

.btn-arrow i,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action i {
    font-size: 19px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-arrow i,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action i {
        position:relative;
        left: 0.5px;
        font-size: 14px
    }
}

@media (max-width: 1441px) {
    .btn-arrow i,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action i {
        font-size:14px
    }
}

.btn-show-more {
    margin-top: 30px;
    color: #333
}

.btn-show-more:hover,.btn-show-more:focus,.btn-show-more:active {
    color: #333
}

.btn-show-more>span {
    font-weight: 700
}

.btn-show-more>i.icon-arrow-down,.btn-show-more>i.icon-arrow-up {
    position: relative;
    margin-left: 10px;
    font-size: 30px;
    font-weight: 800
}

.btn-show-more>i.icon-arrow-down.icon-arrow-down,.btn-show-more>i.icon-arrow-up.icon-arrow-down {
    top: 15px
}

.btn-show-more>i.icon-arrow-down.icon-arrow-up,.btn-show-more>i.icon-arrow-up.icon-arrow-up {
    top: 0
}

.btn-show-more>i.icon-chevron-down,.btn-show-more>i.icon-chevron-up {
    position: relative;
    margin-left: 12px;
    font-size: 13px;
    font-weight: 800
}

.btn-show-more>i.icon-chevron-down.icon-arrow-down,.btn-show-more>i.icon-chevron-up.icon-arrow-down {
    top: 15px
}

.btn-show-more>i.icon-chevron-down.icon-arrow-up,.btn-show-more>i.icon-chevron-up.icon-arrow-up {
    top: 0
}

.btn-show-more-chevron {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    color: #333
}

.btn-show-more-chevron:hover,.btn-show-more-chevron:focus,.btn-show-more-chevron:active {
    color: #333
}

.btn-show-more-chevron>span {
    font-weight: 700
}

.btn-show-more-chevron>i {
    position: relative;
    margin-left: 12px;
    font-size: 13px;
    font-weight: 800
}

.btn-show-more-chevron>i.icon-arrow-down {
    top: 15px
}

.btn-show-more-chevron>i.icon-arrow-up {
    top: 0
}

.btn-plus {
    display: -ms-flexbox;
    display: flex;
    background: #D58019;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s ease;
    border-radius: 50%
}

.btn-plus:hover,.btn-plus:focus {
    background: #E19600
}

.btn-close-circle {
    background-color: #333;
    color: #fff;
    border-radius: 50%
}

.btn-submit {
    background: #A9B7BD;
    width: 60px;
    height: 60px
}

.btn-submit>i {
    font-size: 25px;
    line-height: 2;
    color: #fff
}

@media (min-width: 1024px) {
    .btn-submit {
        width:80px;
        height: 80px
    }
}

.btn-social {
    background: #A9B7BD;
    display: inline-block;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    text-align: center;
    border-radius: 40px
}

.btn-social>i {
    background: transparent;
    font-size: 30px;
    color: #fff;
    border-radius: 50%
}

.btn-social:hover,.btn-social:active {
    background: #919EA3
}

.btn-arrowdown {
    color: #000
}

.btn-arrowup {
    color: #000
}

.btn-arrowright {
    color: #E00000
}

.btn-arrow-dark {
    background: #D58019;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-right: 16px;
    transition: background 0.2s ease;
    border-radius: 50%
}

.btn-arrow-dark:hover {
    background: #E19600
}

@media (max-width: 599px) {
    .btn-arrow-dark {
        margin-right:10px
    }
}

@media (min-width: 600px) and (max-width: 1441px) {
    .btn-arrow-dark {
        margin-right:12px
    }
}

@media (max-width: 1441px) {
    .btn-arrow-dark {
        width:40px;
        height: 40px
    }
}

.btn-arrow-dark>.icon-arrow {
    position: relative;
    top: 1px;
    left: 2px
}

@media (max-width: 1023px) {
    .btn-arrow-dark>.icon-arrow {
        top:0;
        left: 2px
    }
}

@media (max-width: 1441px) {
    .btn-arrow-dark>.icon-arrow {
        font-size:20px !important
    }
}

@media (min-width: 1442px) {
    .btn-arrow-dark>.icon-arrow {
        font-size:26px !important
    }
}

.btn-newsletter {
    padding: 17px 50px;
    color: #333;
    border: 1px solid #333;
    text-align: center
}

.btn-cart-circle>i {
    float: left;
    background: #D58019;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 29.41px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: background 0.2s ease;
    border-radius: 50%
}

.btn-cart-circle>i:hover,.btn-cart-circle>i:focus {
    background: #ce9227;
}

@media (max-width: 599px) {
    .btn-cart-circle>i {
        background:#333;
        position: relative;
        float: right;
        top: 0;
        right: 65px;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #fff
    }

    .btn-cart-circle>i:before {
        position: relative;
        top: -5px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-cart-circle>i {
        background:#333;
        top: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        color: #fff;
        font-size: 20px
    }

    .btn-cart-circle>i:before {
        position: relative;
        top: -5px
    }
}

.btn-explore>i {
    margin-left: 15px;
    font-size: 10px
}

@media (max-width: 1023px) {
    .btn-explore>i {
        position:relative;
        top: 2px;
        font-size: 15px;
        font-weight: bold
    }
}

.btn-carousel {
    background: rgba(51,51,51,0.45);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    width: 65px;
    padding: 0;
    border-radius: 50%
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-carousel {
        height:50px;
        width: 50px;
        line-height: 50px
    }
}

.btn-carousel>i {
    position: relative;
    top: 1px;
    font-size: 29px;
    color: #fff
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-carousel>i {
        font-size:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .btn-carousel>i {
        font-size:30px
    }
}

@media (min-width: 1024px) {
    .btn-carousel.right>i,.btn-carousel.swiper-button-next>i {
        left:1px
    }
}

@media (min-width: 1024px) {
    .btn-carousel.left>i,.btn-carousel.swiper-button-prev>i {
        right:1px
    }
}

.btn-link-guarantee {
    display: inline-block;
    color: #333
}

.btn-link-guarantee:hover,.btn-link-guarantee:focus {
    color: #333
}

.btn-link-guarantee i {
    position: relative;
    top: -1px;
    margin-right: 7px;
    font-size: 9px
}

.btn-tooltip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #A9B7BD;
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50%
}

.btn-tooltip i {
    font-size: 10px;
    color: #fff
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .btn-tooltip i {
        position: relative;
        top: 1px
    }
}

.btn-tooltip-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #A9B7BD;
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50%
}

.btn-tooltip-close i {
    font-size: 9px;
    color: #fff
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .btn-tooltip-close i {
        position: relative;
        top: 1px
    }
}

.btn-play-thumbs {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%
}

@media (min-width: 1442px) {
    .btn-play-thumbs {
        width:40px;
        height: 40px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .btn-play-thumbs {
        width:30px;
        height: 30px
    }
}

.btn-play-thumbs i {
    color: #333
}

@media (min-width: 1442px) {
    .btn-play-thumbs i {
        font-size:14px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .btn-play-thumbs i {
        font-size:10px
    }
}

.btn-next {
    background-color: #4A4A4A;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 500;
    color: #fff
}

@media (max-width: 599px) {
    .btn-next {
        padding:19px 5px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300
    }

    .btn-next.wmf-add-dark-back:hover {
        background-color: #4A4A4A;
        color: #fff
    }

    .btn-next.wmf-add-dark-back:hover:focus {
        background-color: #D58019
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .btn-next {
        padding:19px 5px;
        font-size: 22px;
        line-height: 28px;
        font-weight: 300
    }

    .btn-next.wmf-add-dark-back:hover {
        background-color: #4A4A4A;
        color: #fff
    }

    .btn-next.wmf-add-dark-back:hover:focus {
        background-color: #D58019
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .btn-next {
        padding:22px 15px;
        font-size: 22px;
        line-height: 28px;
        font-weight: 400
    }
}

@media (min-width: 1442px) {
    .btn-next {
        padding:27px 20px 26px 20px;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400
    }
}

.btn-next,.btn-next:focus {
    color: #fff
}

.btn-next:hover {
    background-color: #D58019;
    color: #4A4A4A
}

.btn-survey-result {
    background: transparent;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    transition: background 0.2s ease
}

@media (max-width: 1023px) {
    .btn-survey-result {
        padding:13px 40px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .btn-survey-result {
        padding:10px 30px
    }
}

@media (min-width: 1442px) {
    .btn-survey-result {
        padding:18px 45px
    }
}

.input-group>span:first-child {
    padding-left: 27px;
    padding-right: 0;
    font-size: 28px
}

.input-group>span:last-child {
    padding-right: 0;
    padding-left: 0;
    font-size: 20px
}

@media (min-width: 1024px) {
    .input-group>span:last-child {
        padding-right:38px
    }
}

.input-group-addon {
    background: #fff;
    color: #888;
    border: none;
    border-radius: 0
}

#main-navigation {
    display: block;
    position: relative;
    height: 57px
}

@media (max-width: 1023px) {
    #main-navigation {
        position:absolute;
        top: 64px;
        left: 0;
        width: 100%;
        height: 40px;
        margin: 0;
        border-top: 1px solid #DBDFE0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #main-navigation {
        height:37px
    }
}

#navbar-collapse {
    text-align: center
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .navbar {
        min-height:37px
    }
}

.navbar-default {
    background: transparent;
    margin-bottom: 0;
    line-height: 0;
    border: none;
    z-index: 250;
    border-radius: 0
}

.navbar-default .navbar-nav {
    display: inline-block;
    float: none
}

.navbar-default .dropdown.open a {
    background: transparent !important
}

.navbar-default ul li {
    position: unset;
    padding: 14px 25px 12px 25px
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .navbar-default ul li {
        padding:5px 20px 11px 20px
    }
}

.navbar-default ul li a {
    padding: 0;
    color: #666 !important
}

.navbar-default ul li a:hover,.navbar-default ul li a:focus {
    background: transparent;
    color: #212121 !important
}

@media (max-width: 1023px) {
    .navbar-header {
        line-height:38px
    }
}

.navbar-toggle {
    left: 6px;
    display: block;
    margin: 0;
    z-index: 300;
    border: none
}

@media (max-width: 599px) {
    .navbar-toggle {
        padding:17px 0 15px 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .navbar-toggle {
        padding:18px 0 14px 0
    }
}

.navbar-toggle span.menu-line {
    display: block;
    background: #888;
    width: 26px;
    height: 1px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.navbar-toggle span.menu-line:last-child {
    margin-bottom: 0
}

.navbar-toggle.open .menu-line:nth-child(2) {
    -khtml-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

.navbar-toggle.open .menu-line:nth-child(3) {
    opacity: 0
}

.navbar-toggle.open .menu-line:nth-child(4) {
    -khtml-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.navbar-toggle i {
    font-size: 13px
}

.horizontal-dropdown {
    position: fixed;
    float: left;
    top: auto;
    left: 0;
    right: 0;
    width: 1442px;
    padding: 0;
    margin: 13px auto 0 auto !important;
    text-align: center;
    border: none;
    border-bottom: 1px solid #DBDFE0;
    z-index: 100;
    -ms-box-shadow: none ;
    -o-box-shadow: none ;
    box-shadow: none ;
    border-radius: 0
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .horizontal-dropdown {
        width:1024px;
        margin: 8px auto 0 auto !important
    }
}

.horizontal-dropdown li {
    display: inline-block;
    padding: 16px 20px !important
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .horizontal-dropdown li {
        padding:13px 15px !important
    }
}

.horizontal-dropdown li a {
    padding: 20px;
    color: #888
}

.horizontal-dropdown .mega-menu {
    margin-top: 17px !important
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .horizontal-dropdown .mega-menu {
        margin-top:14px !important
    }
}

.mega-menu {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 1442px;
    padding: 30px 0;
    margin: 13px auto 0 auto !important;
    text-align: center;
    border: none;
    border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .mega-menu {
        width:1024px;
        padding: 25px 0 30px 0;
        margin: 8px auto 0 auto !important
    }
}

.mega-menu .img-link {
    display: block;
    width: 100%;
    height: 113px;
    margin-bottom: 23px;
    overflow: hidden
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .mega-menu .img-link {
        height:80px
    }
}

.mega-menu .img-link img {
    width: 100%
}

.mega-menu h2,.mega-menu .h2 {
    margin: 0 0 20px 0;
    font-weight: normal
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .mega-menu h2,.mega-menu .h2 {
        margin-bottom:18px
    }
}

.mega-menu h2 a,.mega-menu .h2 a {
    padding: 0;
    color: #888
}

.mega-menu .list-group .list-group-item {
    display: block;
    padding: 6px 0 !important
}

.mega-menu .list-group .list-group-item:first-child {
    padding-top: 0 !important
}

.mega-menu .list-group .list-group-item:last-child {
    padding-bottom: 20px !important
}

.mega-menu .list-group .list-group-item a {
    padding: 0
}

.discover {
    display: block
}

.discover a {
    display: block;
    width: 100%;
    height: 113px;
    overflow: hidden
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .discover a {
        height:80px
    }
}

.discover img {
    width: 100%
}

.discover .discover-content {
    position: absolute;
    top: 0;
    padding: 28px 21px
}

.discover .discover-content h3,.discover .discover-content span {
    color: #fff
}

.discover .discover-content h3 {
    margin-top: 0
}

.discover .discover-content span>i {
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 15px
}

#flyout nav.navbar {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100vh;
    padding: 0;
    margin: 0;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
    z-index: 900
}

@media (max-width: 599px) {
    #flyout nav.navbar {
        width:72%
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    #flyout nav.navbar {
        width:42.9%
    }
}

.acco-01 {
    width: 100%
}

.acco-01.navbar-nav {
    padding: 65px 0 80px 0;
    margin: 0;
    border: none
}

.acco-01 .panel {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: auto;
    background-color: transparent
}

.acco-01 li {
    display: block;
    background: #fff;
    width: 100%
}

.acco-01 li a {
    padding: 0;
    color: #888;
    text-align: right
}

.acco-01 li a:hover,.acco-01 li a:focus {
    background: transparent
}

.acco-01 li i {
    font-size: 14px;
    color: #888
}

.acco-01 li i.icon-minus {
    position: relative;
    top: -5px;
    font-size: 2px
}

.acco-01 li .nav-item:not(.title) {
    border-bottom: 1px solid #DBDFE0
}

.acco-01 li .nav-item {
    display: block;
    position: relative;
    width: 100%;
    padding: 14px 0
}

.acco-01 li .nav-item.title a {
    padding-left: calc(7.5% + 45px)
}

@media (min-width: 600px) and (max-width: 1023px) {
    .acco-01 li .nav-item.title a {
        padding-left:calc(7.5% + 75px)
    }
}

.acco-01 li .nav-item a {
    display: inline-block;
    width: calc(100% - 64px);
    padding-left: calc(7.5% + 11px);
    word-break: break-word
}

@media (min-width: 600px) and (max-width: 1023px) {
    .acco-01 li .nav-item a {
        padding-left:calc(7.5% + 37px)
    }
}

.acco-01 li .nav-item button {
    background: transparent;
    position: absolute;
    padding: 0;
    margin: 0;
    outline: none !important
}

.acco-01 li .nav-item .btn-previous {
    display: none;
    left: 12%;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    margin-top: 1px;
    -khtml-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media (min-width: 600px) and (max-width: 1023px) {
    .acco-01 li .nav-item .btn-previous {
        left:19.8%
    }
}

.acco-01 li .nav-item .btn-previous i {
    position: relative;
    top: -5;
    color: #333
}

.acco-01 li .nav-item .btn-collapse {
    float: right;
    top: 50%;
    width: 64px;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%)
}

.acco-01 li .nav-item.title a.one-child,.acco-01 li .nav-item.one-child a {
    width: calc(100% - 25px)
}

.acco-01 li li {
    background: #F6F7F8;
    margin: 0
}

.acco-01 li li:not(:last-child) .nav-item {
    border: none
}

.acco-01 li li .nav-item {
    padding: 9px 0
}

.acco-01 li li i {
    position: relative;
    top: 2px
}

.acco-01 li.nav-item-meta {
    background: #F1F2F3;
    padding: 12.5px 0;
    border-bottom: 2px solid #fff
}

.acco-01 li.nav-item-meta:last-child {
    border-bottom: none
}

.acco-01 li.nav-item-meta a span {
    position: relative;
    top: -3.5px;
    right: -6px;
    width: 65%
}

.acco-01 li.nav-item-meta i {
    display: inline-block;
    width: 64px;
    margin: 0;
    font-size: 25px;
    text-align: center
}

.acco-01 .in .btn-previous[aria-expanded='true'],.acco-01 .collapsing .btn-previous[aria-expanded='true'] {
    display: block
}

.acco-01 .in .btn-collapse[aria-expanded='true'],.acco-01 .collapsing .btn-collapse[aria-expanded='true'] {
    display: none
}

.acco-01 .collapsing[aria-expanded='true']:not(.level-02) {
    -khtml-transform: translateX(-60px);
    transform: translateX(-60px)
}

.acco-01 .collapsing[aria-expanded='false']:not(.level-02) {
    transition: none
}

.acco-01 .nav.nav-pills {
    background: #F6F7F8
}

.acco-01 .inactive {
    display: none;
    -khtml-transform: translateX(60px);
    transform: translateX(60px)
}

.acco-01.level-01>li>.nav-item.title {
    border-bottom: 1px solid #DBDFE0
}

.acco-01 .level-03,.acco-01 .level-04,.acco-01 .level-02 .title,.acco-01 .level-03 .title,.acco-01 .level-04 .title {
    animation: flyoutAnimateLeft 0.4s ease
}

.acco-01 .level-02 li:first-child>.nav-item {
    padding-top: 27px
}

.acco-01 .level-02 li:first-child>.nav-item .btn-collapse {
    top: 71%;
    -khtml-transform: translateY(-71%);
    transform: translateY(-71%)
}

.acco-01 .level-02 li:last-child>.nav-item:not(.title) {
    padding-bottom: 27px
}

.acco-01 .level-02 li:last-child>.nav-item .btn-collapse {
    top: 25%;
    -khtml-transform: translateY(-25%);
    transform: translateY(-25%)
}

.acco-01 .level-02 .title {
    padding-top: 27px !important
}

.acco-01 .level-03 .title {
    padding-top: 27px !important
}

.acco-01 .level-03 .title a {
    width: calc(100% - 26px)
}

.acco-01 .level-04 li .nav-item a {
    width: calc(100% - 26px)
}

.acco-01 .level-03 li:first-child>.nav-item,.acco-01 .level-04 li:first-child>.nav-item {
    padding-top: 9px
}

.acco-01 .level-03 li:first-child>.nav-item .btn-collapse,.acco-01 .level-04 li:first-child>.nav-item .btn-collapse {
    top: 50%;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%)
}

.acco-01 .level-03 li:last-child>.nav-item:not(.title),.acco-01 .level-04 li:last-child>.nav-item:not(.title) {
    padding-bottom: 27px;
    border-bottom: 1px solid #DBDFE0
}

.acco-01 .level-03 li:last-child>.nav-item:not(.title) .btn-collapse,.acco-01 .level-04 li:last-child>.nav-item:not(.title) .btn-collapse {
    top: 25%;
    -khtml-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal-header {
    padding: 0;
    border: none
}

.modal-header .btn-close {
    background: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-header .btn-close i {
    color: #fff
}

.registerProductsModal {
    width: 600px;
    margin-left: -300px
}

.registerProductsModal .ui-btn-secondary,.registerProductsModal .ui-btn-primary {
    min-width: 140px
}

.registerProductsModal .ui-btn-primary {
    margin-left: 15px
}

.registerProductsModal .modal-footer {
    padding: 15px
}

.registerProductsModal .modal-body {
    padding: 25px
}

@media screen and (max-width: 599px) {
    .registerProductsModal .ui-btn-secondary,.registerProductsModal .ui-btn-primary {
        min-width:100%;
        margin: 10px 0 0
    }

    .registerProductsModal .modal-footer {
        padding: 0
    }

    .registerProductsModal .modal-footer .text-right {
        margin: 0 15px 15px
    }

    .registerProductsModal .modal-body {
        padding-bottom: 10px
    }
}

#myCarouselBC {
    display: block
}

#search-form {
    display: none;
    position: absolute;
    right: 10px;
    width: 200px;
    height: 35px;
    bottom: 11px;
    z-index: 300;
    cursor: pointer
}

@media (max-width: 1023px) {
    #search-form {
        display:block;
        background: #fff;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #DBDFE0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-form {
        right:8px;
        bottom: 12px;
        width: 142px;
        height: 28px
    }
}

#search-form .form-group {
    margin: 0
}

#search-form .input-group-addon {
    position: absolute;
    background: transparent;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 100
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-form .input-group-addon {
        width:24px;
        height: 24px
    }
}

#search-form span.input-group-addon {
    top: 2.5px;
    right: 0
}

@media (max-width: 599px) {
    #search-form span.input-group-addon {
        right:-5px
    }
}

@media (max-width: 1023px) {
    #search-form span.input-group-addon {
        top:3px;
        right: 58.8px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-form span.input-group-addon {
        top:4px
    }
}

#search-form span.input-group-addon i {
    position: relative;
    top: 5px;
    right: 6px;
    font-size: 22px;
    color: #888
}

@media (max-width: 599px) {
    #search-form span.input-group-addon i {
        top:8px;
        right: 7px;
        font-size: 23px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #search-form span.input-group-addon i {
        top:6px;
        font-size: 23px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-form span.input-group-addon i {
        top:2.5px;
        right: 1px;
        font-size: 17px
    }
}

#search-form button.input-group-addon {
    display: none;
    right: 0;
    outline: none
}

#search-form button.input-group-addon i {
    font-size: 30px
}

#search-input-group {
    width: 100%;
    height: 100%
}

#search-input {
    background: #F2F2F2;
    color: #888;
    font-family: "Sinova","Arial",sans-serif;
    font-size: 14px;
    line-height: 20px
}

#search-input::-webkit-input-placeholder {
    color: #888
}

#search-input:-moz-placeholder {
    color: #888
}

#search-input::-moz-placeholder {
    color: #888
}

#search-input:-ms-input-placeholder {
    color: #888
}

#search-input::-ms-clear {
    display: none
}

@media (max-width: 1023px) {
    #search-input {
        background:#fff;
        height: 39px;
        font-size: 13px;
        line-height: 19px;
        text-align: center
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-input {
        font-size:13px;
        line-height: 16px;
        padding: 0 0 0 10px;
        height: 28px
    }
}

#search-form-active {
    display: none;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 1442px;
    height: 165px;
    margin: auto;
    border-bottom: 1px solid #DBDFE0;
    z-index: 300
}

@media (max-width: 1023px) {
    #search-form-active {
        width:100%;
        height: 65px;
        padding-right: 7.5%;
        padding-left: 7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-form-active {
        width:1024px;
        height: 118px
    }
}

#search-form-active .form-group {
    margin: 0
}

#search-form-active .form-group li:nth-child(2) {
    width: 50%;
    margin-top: 2px
}

@media (max-width: 1023px) {
    #search-form-active .form-group li:nth-child(2) {
        width:60%;
        margin-top: 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-form-active .form-group li:nth-child(2) {
        margin-top:0
    }
}

#search-input-group-active {
    width: 100%
}

#search-input-group-active li {
    position: relative;
    bottom: 44px;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 165px;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 1023px) {
    #search-input-group-active li {
        bottom:auto;
        height: 65px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-input-group-active li {
        height:118px;
        bottom: 23px
    }
}

#search-input-group-active li:last-child {
    float: right
}

#search-addon-active {
    position: relative;
    display: inline-block;
    top: 14px;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0 20px 0 101px
}

@media (max-width: 599px) {
    #search-addon-active {
        top:0;
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #search-addon-active {
        top:0;
        width: 40px;
        height: 40px;
        margin: 5px 10px 0 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-addon-active {
        top:7px;
        width: 50px;
        height: 50px;
        margin: 0 8px 0 71px
    }
}

#search-addon-active i {
    position: relative;
    top: 12px;
    font-size: 35px
}

@media (max-width: 599px) {
    #search-addon-active i {
        top:10px;
        font-size: 23px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #search-addon-active i {
        top:8px;
        font-size: 23px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #search-addon-active i {
        top:10px;
        font-size: 28px
    }
}

#search-input-active {
    color: #212121;
    padding: 0
}

#search-input-active::-ms-clear {
    display: none
}

@media (max-width: 599px) {
    #search-input-active {
        margin-top:4px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #search-input-active {
        padding-top:8px;
        font-size: 20px;
        line-height: 26px
    }
}

#close-addon-active {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 0;
    margin-right: 114px;
    outline: none !important
}

@media (max-width: 1023px) {
    #close-addon-active {
        width:28.33px;
        height: 28.33px
    }
}

@media (max-width: 599px) {
    #close-addon-active {
        margin:11px 5px 0 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #close-addon-active {
        margin:11px 5px 0 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #close-addon-active {
        width:28.33px;
        height: 28.33px;
        margin-right: 81.84px;
        margin-bottom: 5px
    }
}

#close-addon-active i {
    font-size: 36px
}

@media (max-width: 1023px) {
    #close-addon-active i {
        font-size:18px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #close-addon-active i {
        font-size:28.33px
    }
}

.search-autocomplete-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120
}

@media (max-width: 1023px) {
    .search-autocomplete-container {
        padding:0 !important
    }
}

.search-autocomplete-container .ui-widget-content {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    margin-top: 1px;
    padding: 38px 90px 40px 90px !important;
    border: none !important;
    z-index: 120
}

@media (max-width: 599px) {
    .search-autocomplete-container .ui-widget-content {
        position:absolute !important;
        padding: 25px 25px 40px 25px !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .search-autocomplete-container .ui-widget-content {
        position:absolute !important;
        padding: 25px 57px 40px 57px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .search-autocomplete-container .ui-widget-content {
        padding:34px 64px 40px 64px !important
    }
}

.search-autocomplete-container .ui-widget-content {
    position: absolute !important
}

@media (max-width: 599px) {
    .search-autocomplete-container .ui-widget-content {
        position:absolute !important;
        padding: 25px 25px 40px 25px !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .search-autocomplete-container .ui-widget-content {
        position:absolute !important;
        padding: 25px 57px 40px 57px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .search-autocomplete-container .ui-widget-content {
        padding:34px 64px 40px 64px !important
    }
}

@media (min-width: 1024px) {
    .search-autocomplete-container .ui-widget-content {
        width:calc(100% - 102px) !important;
        margin-left: 51px;
        margin-right: 51px
    }
}

@media (min-width: 1442px) {
    .search-autocomplete-container .ui-widget-content {
        width:calc(100% - 142px) !important;
        margin-left: 71px;
        margin-right: 71px
    }
}

.ui-autocomplete-category {
    margin-top: 28px;
    margin-bottom: 12px;
    color: #333 !important
}

.ui-autocomplete-category:first-child {
    margin-top: 0
}

@media (max-width: 599px) {
    .ui-autocomplete-category {
        margin-top:19px;
        margin-bottom: 9px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .ui-autocomplete-category {
        margin-top:18px;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .ui-autocomplete-category {
        margin-top:18px;
        margin-bottom: 10px
    }
}

.ui-autocomplete-category:first-child {
    margin-top: initial
}

.ui-menu-item:last-child .ui-menu-item-wrapper {
    margin-bottom: 0 !important
}

.ui-menu-item-wrapper {
    display: inline-block !important;
    width: 100% !important;
    padding: 0 0 0 20px !important;
    margin: 0 0 12px 0 !important;
    font-size: 18px;
    line-height: 24px;
    color: #888 !important
}

@media (max-width: 599px) {
    .ui-menu-item-wrapper {
        padding:0 0 0 25px !important;
        margin: 0 0 9px 0 !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .ui-menu-item-wrapper {
        padding:0 55px !important;
        margin: 0 0 10px 0 !important;
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .ui-menu-item-wrapper {
        padding:0 0 0 14px !important;
        margin: 0 0 10px 0 !important;
        font-size: 16px;
        line-height: 22px
    }
}

.ui-state-active {
    background: transparent !important;
    font-weight: normal !important;
    border: none !important
}

.ui-autocomplete-term {
    font-weight: bold;
    color: #000
}

.ifu-search-autocomplete-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120
}

.ifu-search-autocomplete-container .ui-widget-content {
    position: absolute !important
}

@media (min-width: 1442px) {
    .ifu-search-autocomplete-container .ui-widget-content {
        width:640px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .ifu-search-autocomplete-container .ui-widget-content {
        width:454px !important;
        padding: 34px 64px 40px 64px !important
    }
}

@media (max-width: 1023px) {
    .ifu-search-autocomplete-container .ui-widget-content {
        width:85% !important;
        left: 7.5% !important;
        padding: 25px 57px 40px 57px !important
    }
}

.nav-pills>li>a {
    font-family: "WMF Rotis","Arial",sans-serif;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
}

.nav-pills>li>a:hover,.nav-pills>li>a:focus,.nav-pills>li>a:active {
    background: transparent
}

.link-01 {
    color: #555
}

.link-01:hover,.link-01:focus,.link-01:active {
    color: #555 !important
}

.link-01.active {
    color: #212121 !important
}

.link-02 {
    color: #555
}

.link-02:hover,.link-02:focus,.link-02:active {
    color: #555 !important
}

.link-02.active {
    color: #555 !important
}

.link-03,.ui-menu-item-wrapper,#footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a {
    color: #555;
}

.link-03:hover,.ui-menu-item-wrapper:hover,#footer-top #menu-list .list-menu .list-group a:hover,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a:hover,.link-03:focus,.ui-menu-item-wrapper:focus,#footer-top #menu-list .list-menu .list-group a:focus,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a:focus,.link-03:active,.ui-menu-item-wrapper:active,#footer-top #menu-list .list-menu .list-group a:active,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a:active {
    color: #555 !important
}

.link-03.active,.active.ui-menu-item-wrapper,#footer-top #menu-list .list-menu .list-group a.active,#footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item a.active {
    color: #212121 !important
}

.link-04 {
    color: #212121
}

.link-04:hover,.link-04:focus,.link-04:active {
    color: #666 !important
}

.link-04.active {
    color: #212121 !important
}

.link-05 {
    color: #666;
    text-decoration: underline
}

.link-05:hover,.link-05:focus,.link-05:active {
    color: #666 !important;
    text-decoration: underline
}

.link-05.active {
    color: #212121 !important;
    text-decoration: underline
}

.link-06 {
    color: #666
}

.link-06:hover,.link-06:focus,.link-06:active {
    color: #666 !important
}

.link-06.active {
    color: #212121 !important
}

.teasers {
    position: relative
}

.teaser-background {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.teaser-background img,.teaser-background video {
    width: 100%
}

@media (max-width: 1023px) {
    .teaser-background img,.teaser-background video {
        height:auto
    }
}

.teaser-header {
    position: absolute
}

@media (max-width: 599px) {
    .teaser-header {
        top:15px;
        margin: 0;
        padding: 0 27px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .teaser-header {
        top:20px;
        margin: 0;
        padding: 0 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .teaser-header {
        top:30px;
        padding: 0 40px;
        margin: 0 0 13px 0
    }
}

@media (min-width: 1442px) {
    .teaser-header {
        top:50px;
        padding: 0 60px;
        margin: 0 0 16px 0
    }
}

.teaser-header h2 {
    color: #fff;
    margin: 0
}

.teaser-header h2 span {
    font-style: italic
}

.teaser-content {
    background: transparent;
    position: absolute;
    top: 146px
}

@media (max-width: 599px) {
    .teaser-content {
        background:#333;
        position: relative;
        top: 0;
        padding: 15px 27px 25px 27px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .teaser-content {
        background:#333;
        position: relative;
        top: 0;
        padding: 20px 30px 40px 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .teaser-content {
        top:101px;
        padding: 0 40px
    }
}

@media (min-width: 1442px) {
    .teaser-content {
        padding:0 60px
    }
}

.teaser-content h2,.teaser-content p,.teaser-content span {
    color: #fff
}

.teaser-content h2 {
    margin: 0 0 20px 0
}

@media (max-width: 599px) {
    .teaser-content h2 {
        margin:0 0 4px 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .teaser-content h2 {
        margin:0 0 10px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .teaser-content h2 {
        margin:0 0 15px 0
    }
}

.teaser-content h2 span {
    font-style: italic
}

@media (max-width: 599px) {
    .teaser-content p {
        width:100%;
        margin-bottom: 17px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .teaser-content p {
        width:100%;
        margin: 0 0 30px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .teaser-content p {
        width:414px;
        margin: 0 0 25px 0
    }
}

@media (min-width: 1442px) {
    .teaser-content p {
        width:470px;
        margin: 0 0 35px 0
    }
}

.teaser-content span {
    line-height: 52px
}

@media (max-width: 1023px) {
    .teaser-content span {
        line-height:42px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .teaser-content span {
        line-height:42px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .teaser-content .btn-arrow-dark {
        margin-right:12px
    }
}

.teaser-dark * {
    color: #333 !important
}

@media (max-width: 1023px) {
    .teaser-dark *:not(h2) {
        color:#fff !important
    }
}

.teaser-dark i {
    color: #fff !important
}

.cards hr.separator {
    display: block;
    height: 1px;
    margin: 0 auto 35px auto;
    border: none;
    border-top: 1px solid #A5A5A5
}

@media (max-width: 599px) {
    .cards hr.separator {
        width:100px
    }
}

.card-overlay,.card.overlay-top .card-content,.card.overlay-bottom .card-content {
    background: rgba(255,255,255,0.6);
    position: absolute;
    left: 0;
    padding: 35px 20px
}

@media (max-width: 599px) {
    .card-overlay,.card.overlay-top .card-content,.card.overlay-bottom .card-content {
        background:none;
        position: relative;
        padding: 15px 0 25px 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .card-overlay,.card.overlay-top .card-content,.card.overlay-bottom .card-content {
        background:none;
        position: relative;
        padding: 20px 0 0 0
    }
}

.card {
    position: relative
}

.card.overlay-top .card-content {
    top: 0;
    margin: 0;
    height: 50%
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .card.overlay-top .card-content {
        padding-top:16px
    }
}

.card.overlay-top .card-content h2 {
    padding: 0 30px;
    margin: 0 auto
}

.card.overlay-bottom .card-content {
    top: auto;
    bottom: 0;
    margin: 0;
    height: 50%
}

.card.overlay-bottom .card-content h2 {
    padding: 0 30px;
    margin: 0 auto
}

.card.overlay-bottom .card-content:not(.no-oval) h2 {
    position: relative;
    top: 50%;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1023px) {
    .card.overlay-bottom .card-content:not(.no-oval) h2 {
        position:relative;
        top: 0;
        -khtml-transform: none;
        transform: none
    }
}

.card-background {
    position: relative;
    width: 100%
}

.card-background img {
    position: relative;
    width: 100%
}

.oval {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 20
}

@media (max-width: 599px) {
    .oval {
        width:152px;
        height: 152px;
        padding: 40px 10px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .oval {
        width:210px;
        height: 210px;
        padding: 60px 10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .oval {
        width:225px;
        height: 225px;
        padding: 48px 10px
    }
}

@media (min-width: 1442px) {
    .oval {
        width:270px;
        height: 270px;
        padding: 50px 16px 70px 16px
    }
}

.oval span {
    color: #D58019
}

.oval h2 {
    margin: 15px auto 0 auto
}

@media (max-width: 599px) {
    .oval h2 {
        margin:0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .oval h2 {
        margin:12px auto 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .oval h2 {
        margin-top:9px
    }
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 19px 20px 0 20px;
    margin: 0
}

@media (max-width: 599px) {
    .card-content {
        padding:23px 27px 0 27px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .card-content {
        padding:18px 20px 0 20px
    }
}

.card-content.no-oval {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-content h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #333
}

@media (max-width: 599px) {
    .card-content h2 {
        margin:0 0 9px 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .card-content h2 {
        margin:0 0 9px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .card-content h2 {
        margin:0 0 17px 0
    }
}

.card-content p {
    color: #333;
    padding: 0;
    margin: 0
}

@media (max-width: 599px) {
    .card-content p {
        padding:0 0 20px 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .card-content p {
        padding:0 60px 19px 60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .card-content p {
        padding:0
    }
}

.card-footer {
    position: absolute;
    display: block;
    right: 0;
    bottom: 20px;
    margin-right: 20px
}

@media (max-width: 599px) {
    .card-footer {
        position:relative;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 19px;
        text-align: center
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .card-footer {
        position:relative;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 16px;
        text-align: center
    }
}

@media (min-width: 1024px) and (max-width: 1023px) {
    .card-footer {
        margin-right:13px;
        bottom: 11px
    }
}

.card-footer span {
    color: #333
}

.tooltip {
    left: 7px !important
}

.tooltip-arrow {
    left: 15% !important;
    border-bottom-color: #fff !important
}

.tooltip-inner {
    background: #fff;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #E00000;
    line-height: 19px;
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 0
}

.tooltip {
    display: none;
    bottom: 0;
    right: 0;
    opacity: 1
}

.tooltip-text {
    display: block;
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4)
}

.tooltip-close {
    position: relative;
    float: right;
    padding: 19px;
    top: -29px;
    right: -29px
}

.tbody {
    width: 902px
}

.table tr {
    height: 50px
}

@media (max-width: 1023px) {
    .table tr {
        height:55px
    }
}

.table tr td {
    border: none !important
}

.table {
    max-width: none;
    margin: 0;
    margin-bottom: 20px
}

@media (min-width: 1442px) {
    .table {
        width:calc(100% + 55px);
        margin-left: -27.5px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .table {
        width:calc(100% + 38.5px);
        margin-left: -19.5px
    }
}

@media (max-width: 1023px) {
    .table {
        width:calc(100% + 2%);
        margin-left: -1%
    }
}

.table tr:nth-child(odd) td:nth-child(odd) {
    background: #F1F2F3 !important;
    vertical-align: middle
}

@media (max-width: 1023px) {
    .table tr:nth-child(odd) td:nth-child(odd) {
        padding:7px 5px 4px 15px;
        font-weight: 300
    }
}

@media (min-width: 1024px) {
    .table tr:nth-child(odd) td:nth-child(odd) {
        padding:12px 20px 10px 21px;
        font-weight: 300
    }
}

.table tr:nth-child(odd) td:nth-child(even) {
    background: #F1F2F3 !important;
    vertical-align: middle
}

@media (max-width: 1023px) {
    .table tr:nth-child(odd) td:nth-child(even) {
        text-align:right;
        padding: 7px 15px 4px 5px;
        font-weight: 500
    }
}

@media (min-width: 1024px) {
    .table tr:nth-child(odd) td:nth-child(even) {
        text-align:center;
        padding: 12px 20px 10px;
        font-weight: 500;
        width: 242px
    }
}

.table tr:nth-child(even) td:nth-child(odd) {
    background: #fff !important;
    vertical-align: middle
}

@media (max-width: 1023px) {
    .table tr:nth-child(even) td:nth-child(odd) {
        padding:7px 5px 4px 15px;
        font-weight: 300
    }
}

@media (min-width: 1024px) {
    .table tr:nth-child(even) td:nth-child(odd) {
        padding:12px 20px 10px 21px;
        font-weight: 300
    }
}

.table tr:nth-child(even) td:nth-child(even) {
    background: #fff !important;
    vertical-align: middle
}

@media (max-width: 1023px) {
    .table tr:nth-child(even) td:nth-child(even) {
        text-align:right;
        padding: 7px 15px 4px 5px;
        font-weight: 500
    }
}

@media (min-width: 1024px) {
    .table tr:nth-child(even) td:nth-child(even) {
        text-align:center;
        padding: 12px 20px 10px;
        font-weight: 500;
        width: 242px
    }
}

.component-bloc-dark {
    padding: 50px 31px !important
}

.acco-02 .acco-list {
    position: relative
}

.acco-02 .acco-list .link-04 {
    height: 28px;
    width: 100%
}

.acco-02 .acco-list .link-04:hover,.acco-02 .acco-list .link-04:focus,.acco-02 .acco-list .link-04:active {
    color: #212121 !important
}

.acco-02 .acco-list .link-04.active {
    color: #212121 !important
}

.acco-02 .acco-list i {
    position: absolute;
    top: 26px;
    right: 7px;
    font-size: 14px;
    height: 21px;
    width: 21px;
    text-align: center
}

.acco-02 .acco-list .icon-minus {
    font-size: 2px;
    height: 2px;
    width: 21px
}

.acco-02 .acco-list ul {
    padding: 0
}

.acco-02 .acco-list ul li {
    text-align: left;
    padding: 10px 0
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 20px auto 0 auto
}

.breadcrumb>li+li:before {
    padding: 0 2px
}

.breadcrumb>li.active,.breadcrumb>li>a {
    color: #666
}

.thumbnail {
    border-radius: 0
}

.live-chat-block {
    background-color: #222120;
    border: 2px solid #fff;
    border-radius: 38px;
    bottom: 0;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    margin: 20px;
    overflow: hidden;
    padding: 18px 14px 18px 28px;
    position: fixed;
    right: 0;
    z-index: 999
}

@media screen and (max-width: 599px) {
    .live-chat-block {
        border:1px solid #fff
    }
}

@media screen and (max-width: 599px) {
    .live-chat-block {
        margin:10px
    }
}

@media screen and (max-width: 599px) {
    .live-chat-block {
        padding:16px 12px 18px 28px
    }
}

.live-chat-block-inactive {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    max-height: 75px;
    max-width: 75px;
    transition: max-width 0.25s ease 0.25s,max-height 0.25s ease 0.25s;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

@media screen and (max-width: 599px) {
    .live-chat-block-inactive {
        max-height:55px;
        max-width: 55px
    }
}

.live-chat-block-inactive .live-chat-title-contents,.live-chat-block-inactive .live-chat-text,.live-chat-block-inactive .live-chat-cta {
    opacity: 0;
    transition: opacity .3s ease 0s
}

.live-chat-block-semi-active {
    height: 75px;
    max-height: 75px;
    max-width: 960px;
    transition: max-width .75s ease 0s !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.live-chat-block-semi-active .live-chat-title-contents {
    opacity: 1;
    transition: opacity .3s ease .75s
}

.live-chat-block-semi-active .live-chat-text,.live-chat-block-semi-active .live-chat-cta {
    opacity: 0;
    transition: opacity .3s ease 0s
}

.live-chat-block-active {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 460px;
    max-width: 960px;
    transition: max-width .75s ease 0s,max-height .75s ease 1.05s !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.live-chat-block-active .live-chat-title-contents {
    opacity: 1;
    transition: opacity .3s ease .75s
}

.live-chat-block-active .live-chat-text,.live-chat-block-active .live-chat-cta {
    opacity: 1 !important;
    transition: opacity .3s ease 1.8s
}

.live-chat-block .live-chat-container {
    float: right;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.live-chat-block .live-chat-container .live-chat-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.live-chat-block .live-chat-container .live-chat-title-contents {
    display: inline-block;
    margin-right: 20px;
    margin-top: 8px
}

.live-chat-block .live-chat-container .live-chat-title-contents p {
    color: #fff;
    font-family: "WMF Rotis",Arial,sans-serif;
    font-size: 18px;
    margin-right: 49px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.live-chat-block .live-chat-container .live-chat-title .live-chat-picto,.live-chat-block .live-chat-container .live-chat-title .live-chat-close {
    cursor: pointer;
    float: right;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 599px) {
    .live-chat-block .live-chat-container .live-chat-title .live-chat-picto,.live-chat-block .live-chat-container .live-chat-title .live-chat-close {
        height:25px
    }
}

.live-chat-block .live-chat-container .live-chat-title .live-chat-close {
    display: none;
    overflow: hidden;
    width: 35px
}

@media screen and (max-width: 599px) {
    .live-chat-block .live-chat-container .live-chat-title .live-chat-close {
        width:25px;
        height: 25px
    }
}

.live-chat-block .live-chat-container .live-chat-title .live-chat-close::before,.live-chat-block .live-chat-container .live-chat-title .live-chat-close::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #fff;
    border-radius: 5px 0
}

.live-chat-block .live-chat-container .live-chat-title .live-chat-close::before {
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg)
}

.live-chat-block .live-chat-container .live-chat-title .live-chat-close::after {
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.live-chat-block .live-chat-container .live-chat-text {
    color: #fff;
    font-family: "WMF Rotis",Arial,sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 15px
}

.live-chat-block .live-chat-container .live-chat-cta {
    float: left;
    font-family: "WMF Rotis",Arial,sans-serif;
    font-size: 12px;
    margin: auto;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.live-chat-block .live-chat-container .live-chat-cta .embeddedServiceHelpButton .uiButton {
    border: none;
    background-color: #f3822f;
    border-radius: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 20px 8px 20px;
    text-transform: uppercase
}

.live-chat-block .live-chat-container .live-chat-cta .embeddedServiceHelpButton .uiButton .assistiveText {
    display: none
}

@media (max-width: 1023px) {
    #bazaarvoice-container {
        margin-bottom:60px !important;
        margin-top: 80px
    }
}

@media (min-width: 1024px) {
    #bazaarvoice-container {
        margin-bottom:80px !important;
        margin-top: 100px
    }
}

#bazaarvoice-container .h2 {
    color: #333;
    text-align: center;
    margin-top: 0px
}

@media (max-width: 1023px) {
    #bazaarvoice-container .h2 {
        margin-bottom:24px
    }
}

@media (min-width: 1024px) {
    #bazaarvoice-container .h2 {
        margin-bottom:37px
    }
}

@media (max-width: 1023px) {
    .page-homepage .main-content section:not(.home-teaser):not(.seo):last-child {
        margin-bottom:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage .main-content section:not(.home-teaser):not(.seo):last-child {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .page-homepage .home-teaser+.innovation-teaser,.page-homepage .home-teaser+.culinary,.page-homepage .home-teaser+.teaser-cards,.page-homepage .home-teaser+.brand-cards,.page-homepage .home-teaser+.seo-section {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage .home-teaser+.innovation-teaser,.page-homepage .home-teaser+.culinary,.page-homepage .home-teaser+.teaser-cards,.page-homepage .home-teaser+.brand-cards,.page-homepage .home-teaser+.seo-section {
        margin-top:60px
    }
}

@media (min-width: 1442px) {
    .page-homepage .home-teaser+.innovation-teaser,.page-homepage .home-teaser+.culinary,.page-homepage .home-teaser+.teaser-cards,.page-homepage .home-teaser+.brand-cards,.page-homepage .home-teaser+.seo-section {
        margin-top:58px
    }
}

.page-homepage .home-teaser+footer {
    margin-top: 0
}

@media (max-width: 1023px) {
    .page-homepage .innovation-teaser+.teaser-cards,.page-homepage .innovation-teaser+.brand-cards {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage .innovation-teaser+.teaser-cards,.page-homepage .innovation-teaser+.brand-cards {
        margin-top:14px
    }
}

@media (min-width: 1442px) {
    .page-homepage .innovation-teaser+.teaser-cards,.page-homepage .innovation-teaser+.brand-cards {
        margin-top:20px
    }
}

@media (max-width: 1023px) {
    .page-homepage .innovation-teaser+.culinary,.page-homepage .innovation-teaser+.seo-section,.page-homepage .innovation-teaser+footer {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage .innovation-teaser+.culinary,.page-homepage .innovation-teaser+.seo-section,.page-homepage .innovation-teaser+footer {
        margin-top:60px
    }
}

@media (max-width: 1023px) {
    .page-homepage .teaser-cards+.innovation-teaser,.page-homepage .teaser-cards+.brand-cards {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage .teaser-cards+.innovation-teaser,.page-homepage .teaser-cards+.brand-cards {
        margin-top:14px
    }
}

@media (min-width: 1442px) {
    .page-homepage .teaser-cards+.innovation-teaser,.page-homepage .teaser-cards+.brand-cards {
        margin-top:20px
    }
}

@media (max-width: 1023px) {
    .page-homepage .teaser-cards+.culinary,.page-homepage .teaser-cards+.seo-section,.page-homepage .teaser-cards+footer {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage .teaser-cards+.culinary,.page-homepage .teaser-cards+.seo-section,.page-homepage .teaser-cards+footer {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .page-homepage .culinary {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .page-homepage .culinary {
        margin-bottom:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage #brand-section+section {
        margin-top:60px
    }
}

@media (max-width: 1023px) {
    .page-homepage #brand-section+section {
        margin-top:50px
    }
}

@media (min-width: 1442px) {
    .page-homepage #brand-section+.innovation-teaser,.page-homepage #brand-section+.teaser-section {
        margin-top:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-homepage #brand-section+.innovation-teaser,.page-homepage #brand-section+.teaser-section {
        margin-top:14px
    }
}

@media (max-width: 1023px) {
    .page-homepage #brand-section:last-of-type {
        margin-bottom:50px
    }
}

@media (min-width: 1024px) {
    .page-homepage #brand-section:last-of-type {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage header ~ .wrap-main-content .main-content section:first-of-type.category-stage-section {
        margin-top:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .pageType-CategoryPage.template-pages-category-categoryPage header ~ .wrap-main-content .main-content section:first-of-type.category-stage-section {
        margin-top:30px
    }
}

@media (min-width: 1442px) {
    .pageType-CategoryPage.template-pages-category-categoryPage header ~ .wrap-main-content .main-content section:first-of-type.category-stage-section {
        margin-top:40px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .category-hero-section {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .category-hero-section {
        margin-bottom:70px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage #product-finder {
        margin-bottom:91px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage #product-finder {
        margin-bottom:141.5px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .multimedia-section {
        margin-bottom:55px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .multimedia-section {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .multimedia-section+section:not(.seo-section) {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .category-stage-section+.product-finder-container {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .category-stage-section+.product-finder-container {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .category-stage-section+.category-hero-section {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .category-stage-section+.category-hero-section {
        margin-top:100px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .items-layer+.category-hero-section,.pageType-CategoryPage.template-pages-category-categoryPage .items-layer+.multimedia-section {
        margin-top:100px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .items-layer+.seo-section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .items-layer+.category-hero-section,.pageType-CategoryPage.template-pages-category-categoryPage .items-layer+.multimedia-section,.pageType-CategoryPage.template-pages-category-categoryPage .items-layer+.seo-section {
        margin-top:59px
    }
}

@media (min-width: 1024px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .coreTechnologyDeskMargin {
        margin-bottom:80px
    }
}

@media (max-width: 1023px) {
    .pageType-CategoryPage.template-pages-category-categoryPage .coreTechnologyMobMargin {
        margin-bottom:60px
    }
}

@media (max-width: 1441px) {
    .page-productDetailsPage header ~ .wrap-main-content .main-content section:first-of-type.product-detail-section {
        margin-top:20px
    }
}

@media (min-width: 1442px) {
    .page-productDetailsPage header ~ .wrap-main-content .main-content section:first-of-type.product-detail-section {
        margin-top:40px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .product-detail-section {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .product-detail-section {
        margin-bottom:80px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .product-detail-section+.summary-card-section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .product-detail-section+.summary-card-section {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .multimedia-section {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .multimedia-section {
        margin-bottom:80px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .multimedia-section+.summary-card-section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .multimedia-section+.summary-card-section {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .text-combination {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .text-combination {
        margin-bottom:80px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .text-combination+.summary-card-section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .text-combination+.summary-card-section {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .centered-text-section+section {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .centered-text-section+section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .centered-text-section+.summary-card-section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .centered-text-section+.summary-card-section {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .design-section+section {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .design-section+section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .page-productDetailsPage .design-section+.summary-card-section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .page-productDetailsPage .design-section+.summary-card-section {
        margin-top:100px
    }
}

@media (max-width: 1023px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage header ~ .wrap-main-content .main-content section:first-of-type.category-hero-section {
        margin-top:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage header ~ .wrap-main-content .main-content section:first-of-type.category-hero-section {
        margin-top:30px
    }
}

@media (min-width: 1442px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage header ~ .wrap-main-content .main-content section:first-of-type.category-hero-section {
        margin-top:40px
    }
}

@media (max-width: 1023px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .multimedia-section {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .multimedia-section {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .multimedia-section+.multimedia-section,.page-productOverviewPage.template-pages-category-subCategoryPage .multimedia-section+.text-combination {
        margin-top:120px
    }
}

@media (min-width: 1024px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .multimedia-section+.suitable-section {
        margin-top:110px
    }
}

@media (max-width: 1023px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .text-combination {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .text-combination {
        margin-bottom:100px
    }
}

@media (min-width: 1024px) {
    .page-productOverviewPage.template-pages-category-subCategoryPage .text-combination+.suitable-section {
        margin-top:120px
    }
}

.page-productOverviewPage.template-pages-category-subCategoryPage .category-hero-section+.product-overview-section {
    margin-top: 60px
}

@media (max-width: 1441px) {
    .template-pages-layout-inspirationLandingPage header ~ .wrap-main-content .main-content section:first-of-type.centered-text-section {
        margin-top:20px
    }
}

@media (min-width: 1442px) {
    .template-pages-layout-inspirationLandingPage header ~ .wrap-main-content .main-content section:first-of-type.centered-text-section {
        margin-top:40px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-inspirationLandingPage .centered-text-section+footer {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-inspirationLandingPage .centered-text-section+footer {
        margin-top:80px
    }
}

@media (max-width: 599px) {
    .template-pages-layout-inspirationLandingPage .centered-text-section+.stories-teaser-section {
        margin-top:30px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .template-pages-layout-inspirationLandingPage .centered-text-section+.stories-teaser-section {
        margin-top:50px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-inspirationLandingPage .centered-text-section+.stories-teaser-section {
        margin-top:70px
    }
}

@media (max-width: 1441px) {
    .template-pages-layout-newGenerationTemplate header ~ .wrap-main-content .main-content section:first-of-type.module-360-section,.template-pages-layout-newGenerationTemplate header ~ .wrap-main-content .main-content section:first-of-type.category-hero-section,.template-pages-layout-newGenerationTemplate header ~ .wrap-main-content .main-content section:first-of-type.centered-text-section {
        margin-top:20px
    }
}

@media (min-width: 1442px) {
    .template-pages-layout-newGenerationTemplate header ~ .wrap-main-content .main-content section:first-of-type.module-360-section,.template-pages-layout-newGenerationTemplate header ~ .wrap-main-content .main-content section:first-of-type.category-hero-section,.template-pages-layout-newGenerationTemplate header ~ .wrap-main-content .main-content section:first-of-type.centered-text-section {
        margin-top:40px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .category-hero-section {
        margin-bottom:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .category-hero-section {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .multimedia-section {
        margin-bottom:60px
    }

    .template-pages-layout-newGenerationTemplate .multimedia-section+.seo-section,.template-pages-layout-newGenerationTemplate .multimedia-section ~ .wrap-main-content .main-content section:last-of-type .multimedia-section {
        margin-top: 80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .multimedia-section {
        margin-bottom:80px
    }

    .template-pages-layout-newGenerationTemplate .multimedia-section+section:not(.category-hero-section):not(.multimedia-section):not(.text-combination):not(.centered-text-section) {
        margin-top: 120px
    }

    .template-pages-layout-newGenerationTemplate .multimedia-section+section.centered-text-section {
        margin-top: 115px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .text-combination {
        margin-bottom:60px
    }

    .template-pages-layout-newGenerationTemplate .text-combination+.seo-section,.template-pages-layout-newGenerationTemplate .text-combination+.split-brand,.template-pages-layout-newGenerationTemplate .text-combination ~ .wrap-main-content .main-content section:last-of-type .text-combination {
        margin-top: 80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .text-combination {
        margin-bottom:80px
    }

    .template-pages-layout-newGenerationTemplate .text-combination+section:not(.multimedia-section):not(.text-combination):not(.text-combination-product-indicator):not(.suitable-section) {
        margin-top: 120px
    }

    .template-pages-layout-newGenerationTemplate .text-combination+section.suitable-section {
        margin-top: 110px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .text-combination-product-indicator {
        margin-bottom:60px
    }

    .template-pages-layout-newGenerationTemplate .text-combination-product-indicator+.seo-section,.template-pages-layout-newGenerationTemplate .text-combination-product-indicator+.split-brand,.template-pages-layout-newGenerationTemplate .text-combination-product-indicator ~ .wrap-main-content .main-content section:last-of-type .text-combination-product-indicator {
        margin-top: 80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .text-combination-product-indicator {
        margin-bottom:80px
    }

    .template-pages-layout-newGenerationTemplate .text-combination-product-indicator+section:not(.text-combination-product-indicator) {
        margin-top: 120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate section:last-of-type.split-brand {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate section:last-of-type.split-brand {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .split-brand+.seo-section,.template-pages-layout-newGenerationTemplate .split-brand ~ .wrap-main-content .main-content section:last-of-type .split-brand {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .split-brand+.seo-section,.template-pages-layout-newGenerationTemplate .split-brand ~ .wrap-main-content .main-content section:last-of-type .split-brand {
        margin-top:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .centered-text-section+section {
        margin-top:40px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .centered-text-section+section {
        margin-top:60px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .centered-text-section+section+.suitable-section,.template-pages-layout-newGenerationTemplate .centered-text-section+section+.core-technology-section,.template-pages-layout-newGenerationTemplate .centered-text-section+section+.culinary,.template-pages-layout-newGenerationTemplate .centered-text-section+section+.innovation-teaser {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .centered-text-section+section+.suitable-section,.template-pages-layout-newGenerationTemplate .centered-text-section+section+.core-technology-section,.template-pages-layout-newGenerationTemplate .centered-text-section+section+.culinary,.template-pages-layout-newGenerationTemplate .centered-text-section+section+.innovation-teaser {
        margin-top:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .centered-text-section:last-of-type {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .centered-text-section:last-of-type {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .text-combination-link-section+section {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .text-combination-link-section+section {
        margin-top:120px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .text-combination-link-section+.text-combination-link-section,.template-pages-layout-newGenerationTemplate .text-combination-link-section+.text-combination-product-indicator-section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .text-combination-link-section+.quotation-section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .text-combination-link-section:last-of-type {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .text-combination-link-section:last-of-type {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .design-section+section:not(.centered-text-section) {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .design-section+section:not(.centered-text-section) {
        margin-top:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .design-section+section:not(.centered-text-section)+.quotation-section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .design-section+.centered-text-section {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .design-section+.centered-text-section {
        margin-top:115px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .design-section:last-of-type {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .design-section:last-of-type {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .core-technology-section+section {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .core-technology-section+section {
        margin-top:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .core-technology-section+.quotation-section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .quotation-section+section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .quotation-section+section {
        margin-top:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .quotation-section:last-of-type {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .quotation-section:last-of-type {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .culinary+section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .culinary+section {
        margin-top:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .culinary+.quotation-section {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .culinary:last-of-type {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .culinary:last-of-type {
        margin-bottom:120px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .brand-cards+section {
        margin-top:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .brand-cards+section {
        margin-top:120px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .template-pages-layout-newGenerationTemplate .brand-cards+.innovation-teaser {
        margin-top:14px
    }
}

@media (min-width: 1442px) {
    .template-pages-layout-newGenerationTemplate .brand-cards+.innovation-teaser {
        margin-top:20px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .brand-cards:last-of-type {
        margin-bottom:80px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .brand-cards:last-of-type {
        margin-bottom:120px
    }
}

.template-pages-layout-newGenerationTemplate .suitable-section {
    margin-bottom: 50px
}

.template-pages-layout-newGenerationTemplate .suitable-section:last-child {
    margin-bottom: 70px
}

.template-pages-layout-newGenerationTemplate .suitable-section+.seo-section,.template-pages-layout-newGenerationTemplate .suitable-section+.split-brand,.template-pages-layout-newGenerationTemplate .suitable-section+.quotation-section {
    margin-top: 70px
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .suitable-section {
        margin-top:-10px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .suitable-section {
        margin-bottom:110px
    }
}

.template-pages-layout-newGenerationTemplate .module-360-section {
    margin-bottom: 60px
}

.template-pages-layout-newGenerationTemplate .module-360-section+.seo-section,.template-pages-layout-newGenerationTemplate .module-360-section+.split-brand {
    margin-top: 80px
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .module-360-section {
        margin-bottom:120px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .items-layer+.seo-section,.template-pages-layout-newGenerationTemplate .items-layer+.quotation-section,.template-pages-layout-newGenerationTemplate .items-layer+.split-brand {
        margin-top:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .items-layer+section:not(.quotation-section):not(.seo-section) {
        margin-top:59px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .items-layer+section:not(.quotation-section):not(.seo-section) {
        margin-top:60px
    }
}

@media (min-width: 1024px) {
    .template-pages-layout-newGenerationTemplate .coreTechnologyDeskMargin {
        margin-bottom:80px
    }
}

@media (max-width: 1023px) {
    .template-pages-layout-newGenerationTemplate .coreTechnologyMobMargin {
        margin-bottom:60px
    }
}

@media (max-width: 599px) {
    .container,.teaser-container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 7.5%;
        padding-right: 7.5%
    }

    .container:before,.teaser-container:before,.container:after,.teaser-container:after {
        content: " ";
        display: table
    }

    .container:after,.teaser-container:after {
        clear: both
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .container,.teaser-container {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 7.5%;
        padding-right: 7.5%
    }

    .container:before,.teaser-container:before,.container:after,.teaser-container:after {
        content: " ";
        display: table
    }

    .container:after,.teaser-container:after {
        clear: both
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .container,.teaser-container {
        width:1024px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 51px;
        padding-right: 51px
    }

    .container:before,.teaser-container:before,.container:after,.teaser-container:after {
        content: " ";
        display: table
    }

    .container:after,.teaser-container:after {
        clear: both
    }
}

@media (min-width: 1442px) {
    .container,.teaser-container {
        width:1442px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 71px;
        padding-right: 71px
    }

    .container:before,.teaser-container:before,.container:after,.teaser-container:after {
        content: " ";
        display: table
    }

    .container:after,.teaser-container:after {
        clear: both
    }
}

@media (max-width: 599px) {
    .container-fluid {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid:before,.container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .container-fluid {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid:before,.container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .container-fluid {
        width:1024px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid:before,.container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }
}

@media (min-width: 1442px) {
    .container-fluid {
        width:1442px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0
    }

    .container-fluid:before,.container-fluid:after {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }
}

@media (max-width: 599px) {
    .row {
        margin-left:-1%;
        margin-right: -1%
    }

    .row:before,.row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .row {
        margin-left:-1%;
        margin-right: -1%
    }

    .row:before,.row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .row {
        margin-left:-7px;
        margin-right: -7px
    }

    .row:before,.row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }
}

@media (min-width: 1442px) {
    .row {
        margin-left:-10px;
        margin-right: -10px
    }

    .row:before,.row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }
}

.row-centered {
    text-align: center
}

@media (max-width: 599px) {
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-xs-5,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        position:relative;
        min-height: 1px;
        padding-left: 1%;
        padding-right: 1%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-xs-5,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        position:relative;
        min-height: 1px;
        padding-left: 1%;
        padding-right: 1%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-xs-5,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        position:relative;
        min-height: 1px;
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (min-width: 1442px) {
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-xs-5,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        position:relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 599px) {
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-xs-11,.col-xs-12 {
        float:left
    }

    .col-xs-1 {
        width: 8.33333%
    }

    .col-xs-2 {
        width: 16.66667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-5 {
        width: 41.66667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333%
    }

    .col-xs-8 {
        width: 66.66667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        width: 83.33333%
    }

    .col-xs-11 {
        width: 91.66667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 8.33333%
    }

    .col-xs-pull-2 {
        right: 16.66667%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-4 {
        right: 33.33333%
    }

    .col-xs-pull-5 {
        right: 41.66667%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-7 {
        right: 58.33333%
    }

    .col-xs-pull-8 {
        right: 66.66667%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-10 {
        right: 83.33333%
    }

    .col-xs-pull-11 {
        right: 91.66667%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 8.33333%
    }

    .col-xs-push-2 {
        left: 16.66667%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-4 {
        left: 33.33333%
    }

    .col-xs-push-5 {
        left: 41.66667%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-7 {
        left: 58.33333%
    }

    .col-xs-push-8 {
        left: 66.66667%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-10 {
        left: 83.33333%
    }

    .col-xs-push-11 {
        left: 91.66667%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0%
    }

    .col-xs-offset-1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        margin-left: 8.33333%
    }

    .col-xs-offset-2 {
        margin-left: 16.66667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333%
    }

    .col-xs-offset-5 {
        margin-left: 41.66667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333%
    }

    .col-xs-offset-8 {
        margin-left: 66.66667%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333%
    }

    .col-xs-offset-11 {
        margin-left: 91.66667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-sm-6,.col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container,.col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7,.suitable-section .no-high-image .image-wide-container .row .image-caption-container {
        width: 58.33333%
    }

    .col-sm-8,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .col-md-1,.col-md-2,.stories-teaser-section .show-more .show-more-wapper,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2,.stories-teaser-section .show-more .show-more-wapper {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8,.page-storefinderPage .span9,.page-CSSRepairers .span9,.page-CSSRepairersWithMap .span9,.page-productDetails .span9 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1442px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4,.suitable-section .no-high-image .image-wide-container .row .title-inner {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: left;
    vertical-align: top
}

@media (max-width: 1023px) {
    .col-centered {
        float:right;
        margin-right: 0
    }
}

.modal {
    padding: 0 !important
}

@media screen and (max-width: 1023px) {
    .modal {
        max-height:none
    }
}

.modal .content-modal-title,.modal .modal-header {
    text-transform: uppercase;
    text-align: left;
    padding: 12px 45px 10px 15px;
    min-height: 45px;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem
}

.rtl .modal .content-modal-title,.rtl .modal .modal-header {
    padding: 12px 15px 10px 45px;
    text-align: right
}

.modal .content-modal-title .modal-password-title,.modal .content-modal-title h3,.modal .modal-header .modal-password-title,.modal .modal-header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal
}

.modal .content-modal-title .modal-password-title,.modal .modal-header .modal-password-title {
    margin: 0;
    line-height: 30px;
    letter-spacing: 1.5px
}

.modal .content-modal-body,.modal .modal-body {
    padding: 30px 98px 15px
}

.modal .content-modal-body h3,.modal .modal-body h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    font-style: normal
}

.modal .content-modal-body .prod-actions,.modal .modal-body .prod-actions {
    padding-top: 15px
}

@media screen and (max-width: 1023px) {
    .modal .content-modal-body .prod-actions,.modal .modal-body .prod-actions {
        padding-top:0px
    }
}

.modal .content-modal-body .prod-actions .btn,.modal .modal-body .prod-actions .btn {
    width: auto;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 17px 25px;
    border-radius: 50px;
    transition: all 0.4s
}

.modal .modal-dialog {
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1024px) {
    .modal .modal-dialog {
        margin:auto;
        width: 1024px;
        padding-left: calc(51px - 7px);
        padding-right: calc(51px - 7px)
    }

    .modal .modal-dialog:before,.modal .modal-dialog:after {
        content: " ";
        display: table
    }

    .modal .modal-dialog:after {
        clear: both
    }
}

@media (min-width: 1442px) {
    .modal .modal-dialog {
        width:1442px;
        padding-left: calc(71px - 10px);
        padding-right: calc(71px - 10px)
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal .modal-dialog {
        margin:auto
    }
}

@media (max-width: 599px) {
    .modal .modal-dialog {
        margin:auto
    }
}

.modal .modal-dialog .modal-content {
    border: none;
    height: auto;
    border-radius: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto
}

@media (min-width: 1024px) {
    .modal .modal-dialog .modal-content {
        margin:auto;
        width: calc(83.3333333% - 14px)
    }
}

@media (min-width: 1442px) {
    .modal .modal-dialog .modal-content {
        width:calc(83.3333333% - 20px)
    }
}

@media (max-width: 1023px) {
    .modal .modal-dialog .modal-content {
        width:100%
    }
}

@media (min-width: 1024px) {
    .modal .modal-dialog-video-none {
        height:74vh;
        margin: 13vh auto
    }
}

.modal .modal-body {
    padding: 0;
    height: 100%;
    max-height: 85vh;
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden
}

@media (min-width: 1442px) {
    .modal .modal-body {
        padding:60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal .modal-body {
        padding:30px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal .modal-body {
        padding-top:0
    }
}

.modal .modal-body .product-viewer {
    height: auto
}

.modal .modal-body .product-viewer #CarouselDetailProductBig .carousel-inner {
    height: auto
}

.modal .modal-body .carousel {
    margin: 0
}

.modal .modal-content .button-close {
    position: absolute;
    z-index: 2;
    opacity: 1
}

@media (min-width: 1442px) {
    .modal .modal-content .button-close {
        top:-42px;
        right: -42px;
        width: 85px;
        height: 85px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal .modal-content .button-close {
        top:-32px;
        right: -32px;
        width: 65px;
        height: 65px
    }
}

@media (max-width: 599px) {
    .modal .modal-content .button-close {
        top:-20px;
        width: 40px;
        height: 40px;
        z-index: 10
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal .modal-content .button-close {
        top:-30px;
        width: 60px;
        height: 60px
    }
}

.modal .modal-content .button-close .btn-arrow-dark {
    background-color: #000;
    margin-right: 0
}

@media (min-width: 1442px) {
    .modal .modal-content .button-close .btn-arrow-dark {
        width:85px;
        height: 85px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal .modal-content .button-close .btn-arrow-dark {
        position:relative;
        width: 65px;
        height: 65px
    }
}

@media (max-width: 599px) {
    .modal .modal-content .button-close .btn-arrow-dark {
        width:40px;
        height: 40px;
        z-index: 10
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal .modal-content .button-close .btn-arrow-dark {
        width:60px;
        height: 60px
    }
}

.modal .modal-content .button-close .btn-arrow-dark .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal .modal-content .button-close .btn-arrow-dark .icon-close {
        width:24px;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: initial;
        margin-right: initial
    }
}

@media (max-width: 1023px) {
    .modal .modal-content .button-close {
        right:9px
    }

    .modal .modal-content .button-close i.icon-close {
        width: 16px;
        height: 18px;
        font-size: 16px;
        font-weight: 900
    }
}

.modal .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.127659574468085%;
    box-sizing: border-box
}

.modal .row-fluid [class*="span"]:first-child {
    margin-left: 0
}

.page-MultiStepCheckoutSummaryPage .modal p,.page-MultiStepCheckoutSummaryPage .modal span {
    margin: 0 0 5px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    background: transparent !important
}

.page-MultiStepCheckoutSummaryPage .modal ul li {
    font-size: 14px !important;
    font-size: 1.4rem !important
}

.modal-header {
    border: 0;
    padding: 0
}

.modal-body {
    padding: 0;
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.4
}

.modal-backdrop {
    background: #000;
    transition: all 0.15s
}

.modal-backdrop,.modal-backdrop.fade.in {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
    transition: all 0.15s
}

.modal-footer {
    text-align: center;
    padding: 10px 98px 20px;
    background: transparent;
    border: 0
}

.modal-footer p {
    margin: 0
}

.modal-simple .modal-body {
    padding: 0;
    overflow-y: auto
}

#ModalPassword,.ConfModal,.ConfDelModal {
    width: 742px;
    margin-left: -370px;
    padding: 0
}

@media screen and (max-width: 1023px) {
    #ModalPassword,.ConfModal,.ConfDelModal {
        margin-left:auto;
        margin-right: auto;
        width: 90%
    }

    .rtl #ModalPassword,.rtl .ConfModal,.rtl .ConfDelModal {
        margin-right: auto;
        margin-left: auto
    }
}

.ConfModal,.ConfDelModal {
    width: 560px;
    margin-left: -280px
}

@media screen and (max-width: 1023px) {
    .ConfModal,.ConfDelModal {
        margin-left:auto;
        margin-right: auto;
        width: 90%
    }
}

.ConfModal .modal-body,.ConfDelModal .modal-body {
    padding: 30px 50px 35px
}

.ConfModal .modal-body>p,.ConfDelModal .modal-body>p {
    margin-bottom: 25px
}

.ConfModal .modal-body .btn,.ConfDelModal .modal-body .btn {
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 25px;
    transition: all 0.5s;
    cursor: pointer
}

.ConfModal .modal-body .btn:hover,.ConfModal .modal-body .btn:focus,.ConfDelModal .modal-body .btn:hover,.ConfDelModal .modal-body .btn:focus {
    color: #fff;
    text-decoration: none
}

#ModalMessage #relayPointsContainer,#ModalCommerce #relayPointsContainer {
    padding: 30px 16px 16px
}

#ModalMessage .modal-body,#ModalCommerce .modal-body {
    padding: 40px 80px 30px 40px
}

.rtl #ModalMessage .modal-body,.rtl #ModalCommerce .modal-body {
    padding: 40px 40px 30px 80px
}

#ModalMessage .span4,#ModalCommerce .span4 {
    width: 36.914893617021278%
}

@media screen and (max-width: 1023px) {
    #ModalMessage .span4,#ModalCommerce .span4 {
        width:100%;
        text-align: center
    }
}

#ModalMessage #pointRelaisDetails .span4,#ModalCommerce #pointRelaisDetails .span4 {
    width: 31.914893617021278%
}

@media screen and (max-width: 1023px) {
    #ModalMessage #pointRelaisDetails .span4,#ModalCommerce #pointRelaisDetails .span4 {
        width:100%;
        text-align: center
    }
}

#ModalMessage h1,#ModalCommerce h1 {
    font-weight: 100;
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem
}

#ModalMessage h2,#ModalCommerce h2 {
    font-weight: normal;
    margin: 0;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: uppercase
}

#ModalMessage h3,#ModalCommerce h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 40px
}

#ModalMessage p,#ModalCommerce p {
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0 0 5px
}

#ModalMessage ul li,#ModalCommerce ul li {
    font-size: 14.5px;
    font-size: 1.45rem
}

#ModalMessage .product,#ModalCommerce .product {
    width: 260px;
    margin: 0 0 40px
}

#ModalMessage .span8,#ModalCommerce .span8 {
    width: 60.95744680851064%;
    padding-left: 35px
}

.rtl #ModalMessage .span8,.rtl #ModalCommerce .span8 {
    padding-right: 35px;
    padding-left: 0
}

@media screen and (max-width: 1023px) {
    #ModalMessage .span8,#ModalCommerce .span8 {
        width:100%;
        margin: 0
    }
}

#ModalMessage .span8 p,#ModalCommerce .span8 p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px
}

@media screen and (max-width: 1023px) {
    #ModalMessage .span8 p,#ModalCommerce .span8 p {
        font-size:12px;
        font-size: 1.2rem;
        margin: 0 0 10px
    }
}

#ModalMessage .span8 .revendeur-title,#ModalCommerce .span8 .revendeur-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px
}

#ModalMessage .span8 .bx-controls .bx-pager a,#ModalCommerce .span8 .bx-controls .bx-pager a {
    background-color: #cecdcd;
    border-color: #cecdcd;
    transition: all 0.4s;
    width: 15px;
    height: 15px;
    margin: 0 7x
}

#ModalMessage .span8 .bx-controls .bx-pager a:hover,#ModalMessage .span8 .bx-controls .bx-pager a.active,#ModalCommerce .span8 .bx-controls .bx-pager a:hover,#ModalCommerce .span8 .bx-controls .bx-pager a.active {
    background-color: #fff;
    border-color: #cecdcd
}

#ModalMessage .span8 .accessorie-link p,#ModalMessage .span8 .distributor-not-found-msg p,#ModalCommerce .span8 .accessorie-link p,#ModalCommerce .span8 .distributor-not-found-msg p {
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 26px
}

#ModalMessage .span8 .accessorie-link .bc-disclaimer a,#ModalMessage .span8 .distributor-not-found-msg .bc-disclaimer a,#ModalCommerce .span8 .accessorie-link .bc-disclaimer a,#ModalCommerce .span8 .distributor-not-found-msg .bc-disclaimer a {
    width: auto
}

#ModalMessage .span8 .buy-onLine-reditrect-msg a,#ModalCommerce .span8 .buy-onLine-reditrect-msg a {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0 25px;
    display: inline-block
}

@media screen and (max-width: 1023px) {
    #ModalMessage .span8 .buy-onLine-reditrect-msg a,#ModalCommerce .span8 .buy-onLine-reditrect-msg a {
        margin:10px auto 0;
        display: table
    }
}

#ModalMessage .span8 form,#ModalCommerce .span8 form {
    padding: 0 40px 0 0
}

.rtl #ModalMessage .span8 form,.rtl #ModalCommerce .span8 form {
    padding: 0 0 0 40px
}

#ModalMessage #pointRelaisDetails .span8,#ModalCommerce #pointRelaisDetails .span8 {
    width: 65.95744680851064%;
    margin-left: 2.127659574468085%
}

@media screen and (max-width: 599px) {
    #ModalMessage #pointRelaisDetails .span8,#ModalCommerce #pointRelaisDetails .span8 {
        margin-left:0 !important
    }
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint {
    float: left;
    width: 100%;
    margin-left: 0
}

.rtl #ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint,.rtl #ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint {
    float: right;
    margin-right: 0
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint .infos-point-openingtime .btn,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint .infos-point-openingtime .btn {
    min-width: 212px
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint .infos-point-openingtime .close-service-popup--grey,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint .infos-point-openingtime .close-service-popup--grey {
    background: #948e88;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint .infos-point-openingtime .close-service-popup--grey:hover,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint .infos-point-openingtime .close-service-popup--grey:hover {
    background: #a19a94
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form {
    padding: 0 40px 0 0
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm {
    padding: 0
}

#ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm .btn,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm .btn {
    margin: 0 10px 10px;
    float: right
}

.rtl #ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm .btn,.rtl #ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm .btn {
    float: left
}

@media screen and (max-width: 1023px) {
    #ModalMessage #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm .btn,#ModalCommerce #pointRelaisDetails .span8.pointAcheminementDetail.selectedPoint form#addToCartForm .btn {
        margin:10px 10px 0 !important;
        width: 90%;
        float: none
    }
}

@media screen and (max-width: 1023px) {
    #ModalMessage #pointRelaisDetails .span8,#ModalCommerce #pointRelaisDetails .span8 {
        width:100%;
        text-align: center
    }
}

#ModalMedia .modal-body {
    padding-bottom: 12px
}

#ModalMedia .product-viewer .item iframe {
    width: 100%;
    max-height: 100%
}

@media screen and (max-width: 1023px) {
    #ModalMedia .product-viewer .item iframe {
        max-height:200px
    }
}

#ModalPassword .close,.modal-message .close {
    font-weight: normal;
    transform: none;
    top: 10px
}

#ModalPassword .close:hover,.modal-message .close:hover {
    transform: none
}

#ModalPassword .modal-body,.modal-message .modal-body {
    padding: 25px 67px 40px;
    min-height: 22px
}

@media screen and (max-width: 1023px) {
    #ModalPassword .modal-body,.modal-message .modal-body {
        padding:18px 25px 0
    }
}

#ModalPassword .modal-body h1,.modal-message .modal-body h1 {
    font-weight: 100;
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem
}

#ModalPassword .modal-body .password-title,#ModalPassword .modal-body h2,.modal-message .modal-body .password-title,.modal-message .modal-body h2 {
    font-weight: normal;
    margin: 0;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: uppercase
}

#ModalPassword .modal-body .password-title,.modal-message .modal-body .password-title {
    letter-spacing: 1.5px;
    line-height: 40px
}

#ModalPassword .modal-body h3,.modal-message .modal-body h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 40px
}

#ModalPassword .modal-body p,.modal-message .modal-body p {
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0 0 5px
}

#ModalPassword .modal-body ul li,.modal-message .modal-body ul li {
    font-size: 14.5px;
    font-size: 1.45rem
}

#ModalPassword p {
    margin: 0 0 10px
}

#ModalPassword #inputEmail {
    margin-top: 15px;
    box-shadow: none;
    height: 50px;
    width: 100%;
    padding: 0 14px
}

@media screen and (max-width: 1023px) {
    #ModalPassword #inputEmail {
        height:45px
    }
}

#ModalPassword input {
    border-radius: 0;
    height: 32px;
    width: 240px;
    margin: 0 0 0;
    float: left
}

.rtl #ModalPassword input {
    float: right
}

#ModalPassword .skip {
    clear: both;
    float: left;
    overflow: hidden;
    margin: 0 0 20px 0;
    font-size: 10px;
    font-size: 1rem
}

.rtl #ModalPassword .skip {
    float: right
}

#ModalPassword p.text-right {
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%
}

.rtl #ModalPassword p.text-right {
    float: right
}

#ModalPassword p.text-right .btn {
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.5s;
    cursor: pointer;
    margin: 10px
}

@media screen and (max-width: 1023px) {
    #ModalPassword p.text-right .btn {
        width:60%
    }
}

#ModalPassword p.text-right .btn:hover,#ModalPassword p.text-right .btn:focus {
    color: #fff;
    text-decoration: none
}

#ModalPassword p.text-right .btn.btn-action {
    color: #fff
}

@media screen and (max-width: 1023px) {
    #ModalPassword p.text-right {
        margin:0 0 10px;
        width: 100%;
        float: none;
        text-align: center
    }
}

#ModalCurrency h4.modal-buy,#ModalBusinnessConnector h4.modal-buy,#ModalCommerce h4.modal-buy,#ModalProductBuy h4.modal-buy,#ModalMessage h4.modal-buy {
    margin: 0 0 10px;
    font-weight: 100;
    font-size: 24px;
    font-size: 2.4rem
}

#ModalCurrency .product,#ModalCurrency .product-viewer,#ModalBusinnessConnector .product,#ModalBusinnessConnector .product-viewer,#ModalCommerce .product,#ModalCommerce .product-viewer,#ModalProductBuy .product,#ModalProductBuy .product-viewer,#ModalMessage .product,#ModalMessage .product-viewer {
    width: 100%;
    float: left;
    text-align: center
}

.rtl #ModalCurrency .product,.rtl #ModalCurrency .product-viewer,.rtl #ModalBusinnessConnector .product,.rtl #ModalBusinnessConnector .product-viewer,.rtl #ModalCommerce .product,.rtl #ModalCommerce .product-viewer,.rtl #ModalProductBuy .product,.rtl #ModalProductBuy .product-viewer,.rtl #ModalMessage .product,.rtl #ModalMessage .product-viewer {
    float: right
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .product,#ModalCurrency .product-viewer,#ModalBusinnessConnector .product,#ModalBusinnessConnector .product-viewer,#ModalCommerce .product,#ModalCommerce .product-viewer,#ModalProductBuy .product,#ModalProductBuy .product-viewer,#ModalMessage .product,#ModalMessage .product-viewer {
        max-height:110px;
        overflow: hidden;
        padding: 0 0 0px;
        height: auto;
        margin: 0
    }

    #ModalCurrency .product .item,#ModalCurrency .product-viewer .item,#ModalBusinnessConnector .product .item,#ModalBusinnessConnector .product-viewer .item,#ModalCommerce .product .item,#ModalCommerce .product-viewer .item,#ModalProductBuy .product .item,#ModalProductBuy .product-viewer .item,#ModalMessage .product .item,#ModalMessage .product-viewer .item {
        padding: 10px;
        margin: 0
    }

    #ModalCurrency .product img,#ModalCurrency .product-viewer img,#ModalBusinnessConnector .product img,#ModalBusinnessConnector .product-viewer img,#ModalCommerce .product img,#ModalCommerce .product-viewer img,#ModalProductBuy .product img,#ModalProductBuy .product-viewer img,#ModalMessage .product img,#ModalMessage .product-viewer img {
        max-height: 90px;
        margin: 0 auto
    }
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .product .carousel,#ModalCurrency .product-viewer .carousel,#ModalBusinnessConnector .product .carousel,#ModalBusinnessConnector .product-viewer .carousel,#ModalCommerce .product .carousel,#ModalCommerce .product-viewer .carousel,#ModalProductBuy .product .carousel,#ModalProductBuy .product-viewer .carousel,#ModalMessage .product .carousel,#ModalMessage .product-viewer .carousel {
        margin-bottom:0
    }
}

#ModalCurrency .product-detail,#ModalBusinnessConnector .product-detail,#ModalCommerce .product-detail,#ModalProductBuy .product-detail,#ModalMessage .product-detail {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    border: 0
}

@media screen and (max-width: 1023px) {
    .rtl #ModalCurrency .product-detail,.rtl #ModalBusinnessConnector .product-detail,.rtl #ModalCommerce .product-detail,.rtl #ModalProductBuy .product-detail,.rtl #ModalMessage .product-detail {
        text-align:right
    }
}

#ModalCurrency .product-detail h2,#ModalBusinnessConnector .product-detail h2,#ModalCommerce .product-detail h2,#ModalProductBuy .product-detail h2,#ModalMessage .product-detail h2 {
    font-weight: 100;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    margin: 0 0 10px;
    text-align: left
}

.rtl #ModalCurrency .product-detail h2,.rtl #ModalBusinnessConnector .product-detail h2,.rtl #ModalCommerce .product-detail h2,.rtl #ModalProductBuy .product-detail h2,.rtl #ModalMessage .product-detail h2 {
    text-align: right
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .product-detail h2,#ModalBusinnessConnector .product-detail h2,#ModalCommerce .product-detail h2,#ModalProductBuy .product-detail h2,#ModalMessage .product-detail h2 {
        font-size:18px;
        font-size: 1.8rem
    }

    .rtl #ModalCurrency .product-detail h2,.rtl #ModalBusinnessConnector .product-detail h2,.rtl #ModalCommerce .product-detail h2,.rtl #ModalProductBuy .product-detail h2,.rtl #ModalMessage .product-detail h2 {
        text-align: right
    }
}

#ModalCurrency .product-detail .value,#ModalBusinnessConnector .product-detail .value,#ModalCommerce .product-detail .value,#ModalProductBuy .product-detail .value,#ModalMessage .product-detail .value {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
    text-align: center
}

#ModalCurrency .product-detail .value .oldprice,#ModalBusinnessConnector .product-detail .value .oldprice,#ModalCommerce .product-detail .value .oldprice,#ModalProductBuy .product-detail .value .oldprice,#ModalMessage .product-detail .value .oldprice {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    text-align: center
}

#ModalCurrency .product-detail .bc-disclaimer a,#ModalBusinnessConnector .product-detail .bc-disclaimer a,#ModalCommerce .product-detail .bc-disclaimer a,#ModalProductBuy .product-detail .bc-disclaimer a,#ModalMessage .product-detail .bc-disclaimer a {
    width: auto
}

#ModalCurrency .prod-actions .span12,#ModalBusinnessConnector .prod-actions .span12,#ModalCommerce .prod-actions .span12,#ModalProductBuy .prod-actions .span12,#ModalMessage .prod-actions .span12 {
    text-align: right;
    padding-top: 15px
}

.rtl #ModalCurrency .prod-actions .span12,.rtl #ModalBusinnessConnector .prod-actions .span12,.rtl #ModalCommerce .prod-actions .span12,.rtl #ModalProductBuy .prod-actions .span12,.rtl #ModalMessage .prod-actions .span12 {
    text-align: left
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .prod-actions .span12,#ModalBusinnessConnector .prod-actions .span12,#ModalCommerce .prod-actions .span12,#ModalProductBuy .prod-actions .span12,#ModalMessage .prod-actions .span12 {
        text-align:center
    }

    .rtl #ModalCurrency .prod-actions .span12,.rtl #ModalBusinnessConnector .prod-actions .span12,.rtl #ModalCommerce .prod-actions .span12,.rtl #ModalProductBuy .prod-actions .span12,.rtl #ModalMessage .prod-actions .span12 {
        text-align: center
    }
}

#ModalCurrency .prod-actions .btn,#ModalBusinnessConnector .prod-actions .btn,#ModalCommerce .prod-actions .btn,#ModalProductBuy .prod-actions .btn,#ModalMessage .prod-actions .btn {
    background: #948e88;
    color: #fff;
    width: auto;
    margin: 0 0 10px 12px;
    padding: 17px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1.5px
}

.rtl #ModalCurrency .prod-actions .btn,.rtl #ModalBusinnessConnector .prod-actions .btn,.rtl #ModalCommerce .prod-actions .btn,.rtl #ModalProductBuy .prod-actions .btn,.rtl #ModalMessage .prod-actions .btn {
    margin: 0 16px 0 0
}

#ModalCurrency .prod-actions .btn:hover,#ModalBusinnessConnector .prod-actions .btn:hover,#ModalCommerce .prod-actions .btn:hover,#ModalProductBuy .prod-actions .btn:hover,#ModalMessage .prod-actions .btn:hover {
    background: #a19a94;
    color: #fff
}

#ModalCurrency .prod-actions .btn.btn-action,#ModalBusinnessConnector .prod-actions .btn.btn-action,#ModalCommerce .prod-actions .btn.btn-action,#ModalProductBuy .prod-actions .btn.btn-action,#ModalMessage .prod-actions .btn.btn-action {
    color: #fff
}

#ModalCurrency .prod-actions .btn.btn-action:hover,#ModalBusinnessConnector .prod-actions .btn.btn-action:hover,#ModalCommerce .prod-actions .btn.btn-action:hover,#ModalProductBuy .prod-actions .btn.btn-action:hover,#ModalMessage .prod-actions .btn.btn-action:hover {
    color: #fff
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .prod-actions .btn,#ModalBusinnessConnector .prod-actions .btn,#ModalCommerce .prod-actions .btn,#ModalProductBuy .prod-actions .btn,#ModalMessage .prod-actions .btn {
        margin:0 0 5px
    }

    .rtl #ModalCurrency .prod-actions .btn,.rtl #ModalBusinnessConnector .prod-actions .btn,.rtl #ModalCommerce .prod-actions .btn,.rtl #ModalProductBuy .prod-actions .btn,.rtl #ModalMessage .prod-actions .btn {
        margin: 0 0 5px
    }
}

#ModalCurrency .span7,#ModalBusinnessConnector .span7,#ModalCommerce .span7,#ModalProductBuy .span7,#ModalMessage .span7 {
    width: 400px
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .span7,#ModalBusinnessConnector .span7,#ModalCommerce .span7,#ModalProductBuy .span7,#ModalMessage .span7 {
        width:100%
    }
}

#ModalCurrency .span5,#ModalBusinnessConnector .span5,#ModalCommerce .span5,#ModalProductBuy .span5,#ModalMessage .span5 {
    width: 135px;
    margin-left: 5px
}

.rtl #ModalCurrency .span5,.rtl #ModalBusinnessConnector .span5,.rtl #ModalCommerce .span5,.rtl #ModalProductBuy .span5,.rtl #ModalMessage .span5 {
    margin-right: 5px
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .span5,#ModalBusinnessConnector .span5,#ModalCommerce .span5,#ModalProductBuy .span5,#ModalMessage .span5 {
        width:100%;
        margin: 0
    }
}

#ModalCurrency .span5 .product-detail,#ModalBusinnessConnector .span5 .product-detail,#ModalCommerce .span5 .product-detail,#ModalProductBuy .span5 .product-detail,#ModalMessage .span5 .product-detail {
    width: 100%;
    text-align: right
}

.rtl #ModalCurrency .span5 .product-detail,.rtl #ModalBusinnessConnector .span5 .product-detail,.rtl #ModalCommerce .span5 .product-detail,.rtl #ModalProductBuy .span5 .product-detail,.rtl #ModalMessage .span5 .product-detail {
    text-align: left
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .prod-actions,#ModalBusinnessConnector .prod-actions,#ModalCommerce .prod-actions,#ModalProductBuy .prod-actions,#ModalMessage .prod-actions {
        clear:both;
        text-align: center
    }
}

#ModalCurrency #CarouselDetailProductBig .carousel-inner img,#ModalBusinnessConnector #CarouselDetailProductBig .carousel-inner img,#ModalCommerce #CarouselDetailProductBig .carousel-inner img,#ModalProductBuy #CarouselDetailProductBig .carousel-inner img,#ModalMessage #CarouselDetailProductBig .carousel-inner img {
    height: auto;
    max-height: 345px;
    transform: none;
    top: 0
}

#ModalCurrency .modal-body {
    padding: 30px 40px 40px
}

@media screen and (max-width: 1023px) {
    #ModalCurrency .modal-body {
        padding:10px 35px 10px
    }
}

#ModalCurrency .modal-body .product-detail p.ref {
    float: none;
    margin-top: 7px
}

#ModalCurrency #CarouselDetailProductBig .carousel-inner img {
    height: auto;
    max-height: 345px;
    transform: none;
    top: 0
}

@media screen and (max-width: 1441px) {
    #ModalCurrency #CarouselDetailProductBig .carousel-inner img {
        max-height:100px;
        margin: 0 auto
    }
}

#ModalProductBuy .modal-body {
    padding: 30px 40px 40px
}

@media screen and (max-width: 1441px) {
    #ModalProductBuy .modal-body {
        padding:10px 35px 10px
    }
}

#ModalProductBuy .modal-body .product-detail p.ref {
    float: none;
    margin-top: 7px
}

#ModalProductBuy #CarouselDetailProductBig .carousel-inner img {
    height: auto;
    max-height: 345px;
    transform: none;
    top: 0
}

@media screen and (max-width: 1441px) {
    #ModalProductBuy #CarouselDetailProductBig .carousel-inner img {
        max-height:100px;
        margin: 0 auto
    }
}

#ModalMessage .span7 {
    width: 55%
}

#ModalMessage #StoreStockLocator .span7 {
    margin: 0px
}

#ModalMessage .span8 form {
    padding: 0
}

#ModalMessage .search-style1 {
    margin: 0px
}

#ModalBusinnessConnector .product-detail form,#ModalBusinnessConnector .product-detail h3,#ModalBusinnessConnector .product-detail h1,#ModalMessage .product-detail form,#ModalMessage .product-detail h3,#ModalMessage .product-detail h1 {
    margin: 0 0 15px
}

#ModalBusinnessConnector .row-fluid+h3,#ModalMessage .row-fluid+h3 {
    margin-top: 15px
}

#ModalMessage.FormStockAlert {
    width: 562px;
    margin-left: -281px;
    min-height: 200px;
    overflow: hidden;
    transition: all 0.3s
}

.rtl #ModalMessage.FormStockAlert {
    margin-right: -281px
}

#ModalMessage.FormStockAlert .close:after {
    color: #FFF;
    font-size: 16px
}

#ModalMessage.FormStockAlert .modal-header {
    color: #FFF;
    padding: 12px 45px 10px 15px;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem
}

.rtl #ModalMessage.FormStockAlert .modal-header {
    padding: 12px 15px 10px 45px
}

#ModalMessage.FormStockAlert .modal-body {
    padding: 33px 40px 20px 40px
}

@media screen and (max-width: 1023px) {
    #ModalMessage.FormStockAlert {
        width:auto;
        margin: 0
    }
}

#FormStockAlert {
    margin: 0
}

#FormStockAlert #globalMessages .information_message {
    background: none;
    margin: 3px 0 0 0;
    padding: 0
}

#FormStockAlert #globalMessages .information_message p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left
}

.rtl #FormStockAlert #globalMessages .information_message p {
    text-align: right
}

#FormStockAlert label {
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0 5px 5px 0
}

.rtl #FormStockAlert label {
    margin: 0 0 5px 5px
}

#FormStockAlert h3 {
    display: none
}

#FormStockAlert input[type=TEXT] {
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #dbdbdd;
    box-shadow: none;
    padding: 5px 30px 6px 10px
}

.rtl #FormStockAlert input[type=TEXT] {
    padding: 5px 10px 6px 30px
}

#FormStockAlert p {
    font-weight: 100;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 6px
}

#FormStockAlert .form-actions {
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: right;
    border: 0;
    position: relative
}

.rtl #FormStockAlert .form-actions {
    text-align: left
}

#FormStockAlert .form-actions .btn-action {
    background: url(../img/arrows/arrow-right-gris2.png) no-repeat center center;
    font-size: 0px;
    font-size: 0rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 48px
}

.rtl #FormStockAlert .form-actions .btn-action {
    left: 0;
    right: auto
}

#ModalDeleteAccount .btn {
    width: auto;
    background: #bab9b9;
    color: #ffffff;
    box-shadow: 0 0 transparent;
    margin-left: 16px
}

.rtl #ModalDeleteAccount .btn {
    margin-right: 16px
}

#ModalDeleteAccount .btn:hover {
    background: #939393;
    color: #fff
}

#ModalDeleteAccount .btn.btn-action {
    color: #fff
}

.modal-businessconnector {
    position: relative
}

.modal-businessconnector .input-append {
    margin: 0
}

.modal-businessconnector .close {
    position: absolute;
    right: -20px;
    top: -25px
}

.rtl .modal-businessconnector .close {
    left: -20px;
    right: auto
}

@media screen and (max-width: 1023px) {
    .modal .content-modal-body,.modal .modal-body {
        padding:40px 20px 20px
    }

    .modal .content-modal-body h3,.modal .modal-body h3 {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1441px) {
    .modal .content-modal-body h3,.modal .modal-body h3 {
        margin-bottom:0px
    }
}

@media screen and (max-width: 1023px) {
    .modal .content-modal-body .infos-exploded-view .span6,.modal .modal-body .infos-exploded-view .span6 {
        margin-bottom:30px
    }

    .modal .content-modal-body .infos-exploded-view .span6 img,.modal .modal-body .infos-exploded-view .span6 img {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 405px
    }

    .modal .content-modal-body .infos-exploded-view .span6 .btn,.modal .modal-body .infos-exploded-view .span6 .btn {
        margin: 0;
        float: right
    }

    .rtl .modal .content-modal-body .infos-exploded-view .span6 .btn,.rtl .modal .modal-body .infos-exploded-view .span6 .btn {
        float: left
    }

    .modal .content-modal-body .infos-exploded-view .span6:last-child,.modal .modal-body .infos-exploded-view .span6:last-child {
        margin-bottom: 0
    }

    #ModalMessage .modal-body,#ModalCommerce .modal-body {
        padding: 40px 20px 20px
    }

    #ModalMessage .span8,#ModalCommerce .span8 {
        padding: 0
    }
}

[id*="ModalMedia"].transparent-modal {
    background: transparent;
    box-shadow: none;
    padding: 0 75px
}

@media screen and (max-width: 600px) {
    [id*="ModalMedia"].transparent-modal {
        padding:0
    }
}

[id*="ModalMedia"].transparent-modal ul {
    background: transparent;
    box-shadow: none
}

[id*="ModalMedia"].transparent-modal ul li {
    background: transparent;
    box-shadow: none
}

[id*="ModalMedia"].transparent-modal .item.active {
    background: transparent;
    box-shadow: none
}

.transparent-modal .modal-header button.close {
    display: none
}

.transparent-modal .center-modal-iframe {
    position: relative
}

.transparent-modal .transparent-modal-close {
    position: absolute;
    top: -30px;
    right: -30px;
    border: 1px solid #ED2D24;
    height: 25px;
    width: 25px;
    border-radius: 50%
}

.rtl .transparent-modal .transparent-modal-close {
    left: -30px;
    right: auto
}

.transparent-modal .transparent-modal-close button.close {
    position: absolute;
    top: -5px;
    right: -1px;
    text-shadow: none;
    color: #EB2E25
}

.rtl .transparent-modal .transparent-modal-close button.close {
    left: -1px;
    right: auto
}

.transparent-modal .transparent-modal-close button.close:after {
    font-size: 12px
}

.transparent-modal * {
    overflow: visible !important
}

.modal .modal-header span.modal-title.emptycart {
    font-size: 1.8rem;
    font-family: "Gotham-Black", "Arial", sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 30px;
    letter-spacing: 1.5px
}

#ModalRemoveCart .btn {
    background: #948e88
}

#ModalRemoveCart .btn:hover {
    background: #a19a94
}

#ModalRemoveCart .btn.btn-action {
    background: #f38230
}

#ModalRemoveCart .btn.btn-action:hover {
    background: #ff720d
}

#ModalCommerce.modal-business .modal-header {
    display: none
}

.btn-align-forfait {
    box-sizing: border-box !important;
    width: 290px !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important
}

header {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

#fixed-header {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 165px;
    border-bottom: 1px solid #DBDFE0
}

@media (max-width: 1023px) {
    #fixed-header {
        height:105px;
        border: none;
        z-index: 1000
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header {
        height:118px
    }
}

#invisible-header {
    display: block;
    width: 100%;
    height: 165px
}

@media (max-width: 1023px) {
    #invisible-header {
        height:105px;
        transition: height 0.3s
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #invisible-header {
        height:118px
    }
}

#topbar {
    position: relative;
    display: block;
    height: 108px;
    padding-top: 25px
}

@media (max-width: 599px) {
    #topbar {
        height:38px;
        padding-top: 11px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #topbar {
        height:38px;
        padding-top: 10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #topbar {
        height:83px;
        padding-top: 20px
    }
}

#logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#logo h1 {
    margin: 0 auto
}

#logo a {
    display: inline-block;
    width: 60px;
    height: 72px;
    margin: 0 auto
}

@media (max-width: 1023px) {
    #logo a {
        width:32px;
        height: 38px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #logo a {
        width:42px;
        height: 50px
    }
}

#logo img {
    width: 100%
}

#logo img.logo-white {
    display: none
}

#logo img.logo-dark {
    display: inline
}

@media (min-width: 1442px) {
    #meta-navigation {
        margin-left:10px;
        margin-right: 7px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #meta-navigation {
        margin-top:3px
    }
}

#meta-navigation li {
    margin: 0 12.5px
}

@media (max-width: 1023px) {
    #meta-navigation li {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 43px
    }

    #meta-navigation li:not(#shopping-cart) {
        display: none
    }
}

@media (max-width: 599px) {
    #meta-navigation li {
        margin:0 8px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #meta-navigation li {
        margin:0 21px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #meta-navigation li {
        margin:0 10px
    }
}

#meta-navigation li:first-child {
    margin-left: 0
}

#meta-navigation li:last-child {
    margin-right: 0;
    margin-left: 7px
}

@media (max-width: 1023px) {
    #meta-navigation li:last-child {
        margin-right:7px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #meta-navigation li:last-child {
        margin:0 3px 0 6px
    }
}

#meta-navigation li a {
    padding: 0
}

#meta-navigation li a i {
    font-size: 20px;
    color: #888
}

#meta-navigation li a i:hover,#meta-navigation li a i:focus,#meta-navigation li a i:active {
    color: #212121
}

@media (min-width: 1442px) {
    #meta-navigation #shop-locator {
        margin-left:14px
    }
}

@media (min-width: 1442px) {
    #meta-navigation #wishlist .icon-wishlist {
        font-size:27px
    }
}

#meta-navigation #search i,#meta-navigation #mywmf i,#meta-navigation #shop-locator i,#meta-navigation #wishlist i,#meta-navigation #shopping-cart i {
    font-size: 28px
}

@media (max-width: 1023px) {
    #meta-navigation #search i,#meta-navigation #mywmf i,#meta-navigation #shop-locator i,#meta-navigation #wishlist i,#meta-navigation #shopping-cart i {
        position:relative;
        top: 5px;
        font-size: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #meta-navigation #search i,#meta-navigation #mywmf i,#meta-navigation #shop-locator i,#meta-navigation #wishlist i,#meta-navigation #shopping-cart i {
        font-size:23px
    }
}

@media (min-width: 1024px) {
    #fixed-header.home.transparent {
        background:transparent;
        border-bottom: 1px solid #fff;
        z-index: 100;
        background: rgba(0,0,0,0.2) !important;
        -khtml-transform: translateZ(0);
        transform: translateZ(0);
        transition: all .3s cubic-bezier(0.595, 0.415, 0.215, 0.470), right 0
    }

    #fixed-header.home.transparent .logo-white {
        display: inline
    }
}

@media (min-width: 1024px) and (max-width: 1023px) {
    #fixed-header.home.transparent .logo-white {
        display:none
    }
}

@media (min-width: 1024px) {
    #fixed-header.home.transparent .logo-dark {
        display:none
    }
}

@media (min-width: 1024px) and (max-width: 1023px) {
    #fixed-header.home.transparent .logo-dark {
        display:inline
    }
}

@media (min-width: 1024px) {
    #fixed-header.home.transparent #meta-navigation i {
        color:#fff
    }
}

@media (min-width: 1024px) and (max-width: 1023px) {
    #fixed-header.home.transparent #meta-navigation i {
        color:#888
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    #fixed-header.home.transparent #search-form input {
        background:rgba(0,0,0,0.1);
        color: #fff
    }

    #fixed-header.home.transparent #search-form input::-webkit-input-placeholder {
        color: #fff
    }

    #fixed-header.home.transparent #search-form input:-moz-placeholder {
        color: #fff
    }

    #fixed-header.home.transparent #search-form input::-moz-placeholder {
        color: #fff
    }

    #fixed-header.home.transparent #search-form input:-ms-input-placeholder {
        color: #fff
    }
}

@media (min-width: 1024px) {
    #fixed-header.home.transparent #search-form i {
        color:#fff
    }
}

@media (min-width: 1024px) and (max-width: 1023px) {
    #fixed-header.home.transparent #search-form i {
        color:#888
    }
}

@media (min-width: 1024px) {
    #fixed-header.home.transparent .navbar-nav li a {
        color:#fff !important
    }

    #fixed-header.home.transparent .navbar-nav li li a {
        color: #888 !important
    }

    #fixed-header.home.transparent:hover,#fixed-header.home.transparent:focus {
        border-bottom: 1px solid #DBDFE0
    }

    #fixed-header.home.transparent:hover:before,#fixed-header.home.transparent:focus:before {
        -khtml-transform: scaleY(1);
        transform: scaleY(1)
    }

    #fixed-header.home.transparent:hover #meta-navigation a i,#fixed-header.home.transparent:focus #meta-navigation a i {
        color: #888
    }

    #fixed-header.home.transparent:hover #meta-navigation a i:hover,#fixed-header.home.transparent:hover #meta-navigation a i:focus,#fixed-header.home.transparent:hover #meta-navigation a i:active,#fixed-header.home.transparent:focus #meta-navigation a i:hover,#fixed-header.home.transparent:focus #meta-navigation a i:focus,#fixed-header.home.transparent:focus #meta-navigation a i:active {
        color: #212121
    }

    #fixed-header.home.transparent:hover .logo-white,#fixed-header.home.transparent:focus .logo-white {
        display: none
    }

    #fixed-header.home.transparent:hover .logo-dark,#fixed-header.home.transparent:focus .logo-dark {
        display: inline
    }

    #fixed-header.home.transparent:hover .navbar-nav li a,#fixed-header.home.transparent:focus .navbar-nav li a {
        color: #888 !important
    }

    #fixed-header.home.transparent:hover .navbar-nav li a:hover,#fixed-header.home.transparent:hover .navbar-nav li a:focus,#fixed-header.home.transparent:hover .navbar-nav li a:active,#fixed-header.home.transparent:focus .navbar-nav li a:hover,#fixed-header.home.transparent:focus .navbar-nav li a:focus,#fixed-header.home.transparent:focus .navbar-nav li a:active {
        color: #212121 !important
    }

    #fixed-header.home.transparent:hover #search-input,#fixed-header.home.transparent:focus #search-input {
        background: #F2F2F2;
        color: #888
    }

    #fixed-header.home.transparent:hover #search-input::-webkit-input-placeholder,#fixed-header.home.transparent:focus #search-input::-webkit-input-placeholder {
        color: #888
    }

    #fixed-header.home.transparent:hover #search-input:-moz-placeholder,#fixed-header.home.transparent:focus #search-input:-moz-placeholder {
        color: #888
    }

    #fixed-header.home.transparent:hover #search-input::-moz-placeholder,#fixed-header.home.transparent:focus #search-input::-moz-placeholder {
        color: #888
    }

    #fixed-header.home.transparent:hover #search-input:-ms-input-placeholder,#fixed-header.home.transparent:focus #search-input:-ms-input-placeholder {
        color: #888
    }

    #fixed-header.home.transparent:hover #search-addon i,#fixed-header.home.transparent:focus #search-addon i {
        color: #888
    }

    #fixed-header.home.transparent:before {
        content: "";
        background: #fff;
        position: absolute;
        display: block;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -khtml-transform: scaleY(0);
        transform: scaleY(0);
        -khtml-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        transition: all 0.3s cubic-bezier(0.595, 0.415, 0.215, 0.47);
        transition-property: transform
    }
}

@media (min-width: 1024px) {
    #fixed-header.home #search {
        display:none
    }
}

@media (min-width: 1024px) {
    #fixed-header.home #search-form {
        display:block
    }
}

@media (min-width: 1024px) {
    #fixed-header.home+#invisible-header {
        display:none
    }
}

@media (max-width: 1023px) {
    #fixed-header.scroll-down {
        height:65px;
        border-bottom: 1px solid #DBDFE0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down {
        height:80px
    }
}

@media (min-width: 1442px) {
    #fixed-header.scroll-down {
        height:111px
    }
}

@media (min-width: 1442px) {
    #fixed-header.scroll-down #topbar {
        height:111px;
        padding: 27px 0 25px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #topbar {
        height:80px;
        padding: 20px 0 18px 0
    }
}

@media (min-width: 1442px) {
    #fixed-header.scroll-down #logo a {
        width:50px;
        height: 59px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #logo a {
        width:35px;
        height: 42px
    }
}

#fixed-header.scroll-down #search {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023px) {
    #fixed-header.scroll-down #search-form {
        display:none
    }
}

@media (min-width: 1024px) {
    #fixed-header.scroll-down #search-form {
        display:block
    }
}

#fixed-header.scroll-down #main-navigation {
    display: none
}

@media (min-width: 1442px) {
    #fixed-header.scroll-down #search-form-active {
        height:111px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #search-form-active {
        height:80px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #search-form-active .form-group li:nth-child(2) {
        margin-top:-1px
    }
}

@media (min-width: 1442px) {
    #fixed-header.scroll-down #search-form-active li {
        position:unset;
        height: 111px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #fixed-header.scroll-down #search-form-active li {
        position: static
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #search-form-active li {
        height:80px;
        bottom: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #search-form-active i {
        position:relative;
        top: -1px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #fixed-header.scroll-down #search-form-active i.icon-search {
        top:5px
    }
}

@media (min-width: 1442px) {
    #fixed-header.scroll-down #search-form-active i.icon-search {
        top:4px
    }
}

@media (min-width: 1024px) {
    #fixed-header.scroll-down #search-addon-active {
        top:11px
    }
}

@media (min-width: 1024px) {
    #fixed-header.scroll-up #search-form {
        display:none
    }
}

@media (min-width: 1024px) {
    #fixed-header.scroll-up #search,#fixed-header.scroll-up #main-navigation {
        display:block
    }
}

#fixed-header.fixed {
    position: fixed;
    z-index: 1000
}

@media (max-width: 1023px) {
    #fixed-header.inactive {
        height:65px;
        border-bottom: 1px solid #DBDFE0;
        transition: all .3s ease, right 0
    }
}

@media (max-width: 1023px) {
    #fixed-header.inactive #main-navigation {
        animation:searchMobileSlideUp 0.3s ease
    }
}

@media (max-width: 1023px) {
    #fixed-header.inactive #main-navigation #search-form {
        display:none
    }
}

.badge {
    background: #D58019;
    position: absolute;
    top: -4.5px;
    right: -8px;
    width: 16.88px;
    height: 16.88px;
    padding: 0 3px;
    line-height: 18px;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 300
}

.badge span {
    display: inline-block;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    line-height: normal
}

@media not all and (min-resolution: 0.001dpcm) {
    .badge span {
        top:2px
    }
}

@media (min-width: 320px) {
    .badge {
        line-height:17px
    }
}

@media (min-width: 600px) {
    .badge {
        top:-1px;
        right: -7px;
        width: 16.88px;
        height: 16.88px;
        line-height: 16px;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .badge {
        top:-3px;
        right: -3px;
        width: 13.5px;
        height: 13.5px;
        font-weight: 300;
        font-size: 11.4px;
        line-height: 13.5px;
        letter-spacing: -0.68px
    }
}

.home-teaser {
    margin-top: 0
}

.home-teaser .home-container {
    padding: 0
}

.home-teaser .teaser-background {
    height: 813.14px;
    line-height: 0
}

@media (max-width: 1023px) {
    .home-teaser .teaser-background {
        height:auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .home-teaser .teaser-background {
        height:577.52px
    }
}

.home-teaser .teaser-background video::-webkit-media-controls-panel,.home-teaser .teaser-background video::-webkit-media-controls-panel-container,.home-teaser .teaser-background video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.home-teaser .teaser-content {
    background: none;
    top: 227px;
    padding: 0;
    margin: 0
}

@media (max-width: 599px) {
    .home-teaser .teaser-content .container,.home-teaser .teaser-content .teaser-container {
        padding-left:13px;
        padding-right: 13px
    }
}

@media (max-width: 599px) {
    .home-teaser .teaser-content .teaser-descriptions {
        background:#333;
        margin-top: -39.71px;
        padding: 16px 5.3% 23px 5.3%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .home-teaser .teaser-content .teaser-descriptions {
        background:#333;
        margin-top: -40.14px;
        padding: 26px 25px 36px 25px
    }
}

.home-teaser .teaser-content .teaser-descriptions span.button-arrow-dark {
    display: inline-block;
    transition: background 0.2s ease
}

.home-teaser .teaser-content .teaser-descriptions span.button-arrow-dark:hover .btn-arrow-dark,.home-teaser .teaser-content .teaser-descriptions span.button-arrow-dark:focus .btn-arrow-dark {
    background: #E19600
}

@media (max-width: 599px) {
    .home-teaser .teaser-content {
        position:relative;
        top: 0;
        animation: fadeInUpContent 1s
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .home-teaser .teaser-content {
        position:relative;
        top: 0;
        animation: fadeInUpContent 1s
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .home-teaser .teaser-content {
        top:155px
    }
}

.home-teaser .teaser-content h2 {
    margin: 0 0 16px 0
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .home-teaser .teaser-content h2 {
        height:56px;
        margin: 0 0 13px 0;
        overflow: hidden
    }
}

.home-teaser .teaser-content h2.animated {
    animation: teaserAnimateUp 0.8s ease
}

.home-teaser .teaser-content p {
    width: 530px;
    max-height: 64px;
    overflow: hidden
}

@media (max-width: 599px) {
    .home-teaser .teaser-content p {
        width:100%;
        max-height: 96px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .home-teaser .teaser-content p {
        width:100%;
        max-height: 56px;
        margin-bottom: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .home-teaser .teaser-content p {
        width:454px;
        max-height: 60px
    }
}

.home-teaser .teaser-content p.animated {
    animation: teaserAnimateUp 1s ease
}

.home-teaser .teaser-content h2 ~ span {
    display: block
}

.home-teaser .teaser-content h2 ~ span.animated {
    animation: teaserAnimateUp 1.5s ease
}

.not-found-section {
    margin-top: 230px;
    margin-bottom: 260px
}

@media (max-width: 599px) {
    .not-found-section {
        margin-top:104px;
        margin-bottom: 288px
    }
}

.not-found-headline {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 40px
}

@media (max-width: 599px) {
    .not-found-headline {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 20px
    }
}

@media (max-width: 599px) and (min-width: 600px) and (max-width: 1023px) {
    .not-found-headline {
        font-size:30px;
        line-height: 36px
    }
}

@media (max-width: 599px) and (min-width: 1024px) and (max-width: 1441px) {
    .not-found-headline {
        font-size:36px;
        line-height: 44px
    }
}

@media (max-width: 599px) and (min-width: 1442px) {
    .not-found-headline {
        font-size:40px;
        line-height: 48px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .not-found-headline {
        font-size:40px;
        line-height: 46px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .not-found-headline {
        font-size:50px;
        line-height: 56px
    }
}

@media (min-width: 1442px) {
    .not-found-headline {
        font-size:70px;
        line-height: 76px
    }
}

.not-found-headline span:nth-child(1) {
    font-weight: bold
}

.not-found-headline span:nth-child(2) {
    font-style: italic
}

.not-found-subline {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 80px
}

@media (max-width: 599px) {
    .not-found-subline {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 60px
    }
}

@media (max-width: 599px) and (min-width: 600px) and (max-width: 1023px) {
    .not-found-subline {
        font-size:20px;
        line-height: 26px
    }
}

@media (max-width: 599px) and (min-width: 1024px) and (max-width: 1441px) {
    .not-found-subline {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (max-width: 599px) and (min-width: 1442px) {
    .not-found-subline {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .not-found-subline {
        font-size:24px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .not-found-subline {
        font-size:26px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .not-found-subline {
        font-size:30px;
        line-height: 42px
    }
}

.not-found-link {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (max-width: 599px) {
    .not-found-link {
        margin-bottom:60px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .not-found-link {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .not-found-link {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .not-found-link {
        font-size:20px;
        line-height: 28px
    }
}

.not-found-link a {
    color: #333
}

.not-found-link a .icon-chevron-right {
    width: 5px;
    height: 9px;
    margin-right: 9px;
    font-size: 9px;
    line-height: 9px
}

section.contact-us-page {
    color: #333
}

section.contact-us-page .container .content p.title,section.contact-us-page .teaser-container .content p.title {
    font-weight: 600
}

section.contact-us-page .container .content p.title.style1,section.contact-us-page .teaser-container .content p.title.style1 {
    margin-top: 60px
}

@media (max-width: 1023px) {
    section.contact-us-page .container .content p.title.style1,section.contact-us-page .teaser-container .content p.title.style1 {
        margin-top:30px
    }

    section.contact-us-page .container .content p.title.style1.style2,section.contact-us-page .teaser-container .content p.title.style1.style2 {
        margin-top: 38px
    }
}

section.contact-us-page .container .content p.title.style2,section.contact-us-page .teaser-container .content p.title.style2 {
    margin-bottom: 15px
}

section.contact-us-page .container .content p.title.style3,section.contact-us-page .teaser-container .content p.title.style3 {
    margin-top: 30px
}

section.contact-us-page .container .content span.contact-us-info,section.contact-us-page .teaser-container .content span.contact-us-info {
    display: block
}

section.contact-us-page .container .content span.contact-us-info.strong,section.contact-us-page .teaser-container .content span.contact-us-info.strong {
    font-weight: 600
}

section.contact-us-page .container .content a.contact-us-link,section.contact-us-page .teaser-container .content a.contact-us-link {
    display: block;
    color: #333
}

section.contact-us-page .container .content a.contact-us-link.style1,section.contact-us-page .teaser-container .content a.contact-us-link.style1 {
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    section.contact-us-page .container .content a.contact-us-link.style1,section.contact-us-page .teaser-container .content a.contact-us-link.style1 {
        margin-bottom:10px
    }
}

section.contact-us-page .container .content a.contact-us-link.style2,section.contact-us-page .teaser-container .content a.contact-us-link.style2 {
    margin: 50px 0
}

@media (max-width: 1023px) {
    section.contact-us-page .container .content a.contact-us-link.style2,section.contact-us-page .teaser-container .content a.contact-us-link.style2 {
        margin:30px 0
    }
}

section.contact-us-page .container .content a.contact-us-link:hover,section.contact-us-page .teaser-container .content a.contact-us-link:hover,section.contact-us-page .container .content a.contact-us-link:focus,section.contact-us-page .teaser-container .content a.contact-us-link:focus {
    color: #333
}

section.contact-us-page .container .content a.contact-us-link i,section.contact-us-page .teaser-container .content a.contact-us-link i {
    position: relative;
    top: -1px;
    margin-right: 7px;
    font-size: 9px
}

section.contact-us-page .container .content .services,section.contact-us-page .teaser-container .content .services {
    margin-top: 40px
}

section.contact-us-page .container .content .services .service,section.contact-us-page .teaser-container .content .services .service {
    color: #333
}

section.contact-us-page .container .content .services .service:hover,section.contact-us-page .teaser-container .content .services .service:hover,section.contact-us-page .container .content .services .service:focus,section.contact-us-page .teaser-container .content .services .service:focus {
    color: #333
}

section.contact-us-page .container .content .services .service .image,section.contact-us-page .teaser-container .content .services .service .image {
    border-radius: 50%;
    background-color: #F1F2F3;
    width: 90px;
    height: 90px;
    margin: 0 auto 18px auto;
    position: relative
}

section.contact-us-page .container .content .services .service .image img,section.contact-us-page .teaser-container .content .services .service .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.contact-us-page .container .content .services .service .caption,section.contact-us-page .teaser-container .content .services .service .caption {
    text-align: center;
    min-height: 44px
}

@media (max-width: 1023px) {
    section.contact-us-page .container .content .services .service .caption,section.contact-us-page .teaser-container .content .services .service .caption {
        margin-bottom:18px
    }
}

@media (min-width: 1442px) {
    section.contact-us-page:last-of-type {
        margin-bottom:133.5px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    section.contact-us-page:last-of-type {
        margin-bottom:112.891px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    section.contact-us-page:last-of-type {
        margin-bottom:99px
    }
}

@media (max-width: 599px) {
    section.contact-us-page:last-of-type {
        margin-bottom:107.219px
    }
}

@media (min-width: 1442px) {
    section.contact-us-page+.panel-contact {
        margin-bottom:133.5px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    section.contact-us-page+.panel-contact {
        margin-bottom:112.891px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    section.contact-us-page+.panel-contact {
        margin-bottom:99px
    }
}

@media (max-width: 599px) {
    section.contact-us-page+.panel-contact {
        margin-bottom:107.219px
    }
}

.scrollable {
    position: relative
}

.scrollable .ps__rail-y {
    right: 2px;
    width: 10px
}

.scrollable .ps__rail-y .ps__thumb-y {
    right: 0;
    width: 10px;
    background-color: #BEBEBE
}

.scrollable .ps__rail-x,.scrollable .ps__rail-y {
    opacity: 1;
    border-radius: 5.5px;
    background-color: #fff
}

.scrollable:hover>.ps__rail-x,.scrollable:hover>.ps__rail-y,.scrollable.ps--focus>.ps__rail-x,.scrollable.ps--focus>.ps__rail-y,.scrollable.ps--scrolling-x>.ps__rail-x,.scrollable.ps--scrolling-y>.ps__rail-y {
    opacity: 1;
    background-color: #fff
}

.scrollable .ps__rail-x:hover,.scrollable .ps__rail-y:hover,.scrollable .ps__rail-x:focus,.scrollable .ps__rail-y:focus,.scrollable .ps__rail-x.ps--clicking,.scrollable .ps__rail-y.ps--clicking {
    opacity: 1;
    background-color: #fff
}

@media (max-width: 599px) {
    .innovation-container {
        padding-left:0;
        padding-right: 0
    }

    .innovation-container .row {
        margin-right: 0
    }

    .innovation-container .col-xs-12 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .innovation-container {
        padding:0
    }
}

@media (min-width: 1024px) {
    .innovation-container {
        overflow:hidden
    }
}

.innovation-teaser {
    float: left;
    width: 100%;
    clear: both
}

.innovation-teaser .teaser-anchor {
    position: relative;
    float: left;
    width: 100%
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .innovation-teaser .teaser-anchor {
        height:461px
    }
}

@media (min-width: 1442px) {
    .innovation-teaser .teaser-anchor {
        height:650px
    }
}

.innovation-teaser .teaser-background {
    display: block;
    width: 100%;
    overflow: hidden
}

@media (max-width: 599px) {
    .innovation-teaser .teaser-background {
        height:271px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .innovation-teaser .teaser-background {
        height:327px
    }
}

.innovation-teaser .teaser-background img {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

@media (max-width: 599px) {
    .innovation-teaser .teaser-background img {
        width:auto;
        height: 100%
    }
}

.innovation-teaser .teaser-content {
    width: 100%
}

@media (max-width: 599px) {
    .innovation-teaser .teaser-content {
        position:relative;
        top: -1px;
        padding: 17px 8.3% 22px 8.3%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .innovation-teaser .teaser-content {
        position:relative;
        top: -1px;
        padding: 24px 7.5% 36px 7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .innovation-teaser .teaser-content {
        position:absolute;
        top: 37px
    }
}

@media (min-width: 1442px) {
    .innovation-teaser .teaser-content {
        position:absolute;
        top: 60px
    }
}

.innovation-teaser .teaser-header {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .innovation-teaser .teaser-header h2 {
        margin-bottom:13px
    }
}

@media (min-width: 1442px) {
    .innovation-teaser .teaser-header h2 {
        margin-bottom:15px
    }
}

.innovation-teaser .teaser-header.visible-sm {
    position: absolute
}

@media (max-width: 599px) {
    .innovation-teaser .teaser-header.visible-sm {
        padding:0 8.3%;
        top: 20px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .innovation-teaser .teaser-header.visible-sm {
        padding:0 7.5%;
        top: 26px
    }
}

.innovation-teaser .teaser-description {
    padding: 0
}

@media (max-width: 599px) {
    .innovation-teaser .teaser-description {
        margin-top:1px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .innovation-teaser .teaser-description p {
        margin-bottom:26px
    }
}

.innovation-teaser .teaser-description span {
    display: inline-block
}

.innovation-teaser .teaser-description span:hover .btn-arrow-dark,.innovation-teaser .teaser-description span:focus .btn-arrow-dark {
    background: #E19600
}

.teaser-cards {
    float: left;
    width: 100%;
    clear: both
}

@media (min-width: 600px) {
    .teaser-cards .teaser-container {
        overflow:hidden
    }
}

@media (max-width: 1023px) {
    .teaser-cards .teaser-container .col-xs-10:last-child hr.separator,.teaser-cards .teaser-container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner:last-child hr.separator,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .teaser-cards .teaser-container .title-inner:last-child hr.separator {
        margin-bottom:0
    }
}

.teaser-cards .card.overlay-top hr.separator {
    margin-bottom: 0
}

@media (max-width: 599px) {
    .teaser-cards .card-content {
        padding:19px 0 21px 0 !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .teaser-cards .card-content {
        padding:25px 0 0 0 !important
    }
}

@media (min-width: 1024px) {
    .teaser-cards .card-content {
        transition:background 0.3s
    }

    .teaser-cards .card-content:hover {
        background: rgba(255,255,255,0.8)
    }
}

@media (max-width: 1023px) {
    .teaser-cards .card-content h2 {
        font-weight:300;
        padding: 0 !important
    }
}

.page-homepage .brand-cards {
    float: left;
    width: 100%;
    clear: both
}

.brand-cards .card {
    background-color: #F1F2F3
}

@media (max-width: 599px) {
    .brand-cards .card {
        margin-bottom:13px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .brand-cards .card {
        margin-bottom:10px
    }
}

@media (min-width: 1024px) {
    .brand-cards .card .card-footer {
        bottom:15px
    }
}

.brand-cards .card .card-footer .btn-arrow,.brand-cards .card .card-footer #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .brand-cards .card .card-footer .btn-action {
    transition: transform .4s ease-out
}

@media (max-width: 1023px) {
    .brand-cards .card .card-footer .btn-arrow,.brand-cards .card .card-footer #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .brand-cards .card .card-footer .btn-action {
        margin:0 auto
    }
}

.brand-cards .card .card-footer .btn-arrow:hover,.brand-cards .card .card-footer #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action:hover,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .brand-cards .card .card-footer .btn-action:hover {
    background-color: #E2E2E2
}

@media (max-width: 1023px) {
    .brand-cards .card-background {
        display:none
    }
}

@media (max-width: 1023px) {
    .brand-cards .card-background:active,.brand-cards .card-background:hover,.brand-cards .card-background:active {
        background-color:#DBDFE0
    }
}

.brand-cards .card-content h2 {
    font-weight: 300
}

@media (max-width: 1023px) {
    .brand-cards .card-content {
        position:relative;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .brand-cards .card-content h2 {
        font-weight: 300
    }

    .brand-cards .card-content p {
        padding: 0 60px 16px 60px;
        font-weight: 300
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .brand-cards .card-content {
        position:relative;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .brand-cards .card-content p {
        padding: 0 150px 20px 150px
    }
}

@media (max-width: 599px) {
    .brand-container {
        padding:0
    }

    .brand-container [class^="col-"] {
        padding: 0
    }
}

.brand-container div.row div:last-child div.card {
    margin-bottom: 0 !important
}

@media (max-width: 1023px) {
    .culinary-desktop {
        display:none
    }
}

.culinary-desktop-header {
    text-align: center
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-header {
        margin-bottom:35px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-header {
        margin-bottom:33px
    }
}

.culinary-desktop-header .separator-line {
    background: #A5A5A5;
    width: 100%;
    height: 2px;
    margin: 0 auto
}

.culinary-desktop-header .separator-line.animated {
    animation: M11CulinaryLineSlide 0.4s ease-out both
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-header .separator-line {
        margin-bottom:35px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-header .separator-line {
        margin-bottom:40px
    }
}

.culinary-desktop-header h2.animated {
    animation: M11CulinaryHeaderFadeInUp 0.4s ease-out both
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-header h2 {
        margin-top:0;
        margin-bottom: 0
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-header h2 {
        margin-top:7px
    }
}

.culinary-desktop-accordion {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-accordion {
        height:519px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-accordion {
        height:731px
    }
}

.culinary-desktop-backgrounds {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-backgrounds {
        height:519px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-backgrounds {
        height:731px
    }
}

.culinary-desktop-backgrounds .culinary-desktop-background {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.culinary-desktop-backgrounds .culinary-desktop-background[data-index="0"] {
    z-index: 4
}

.culinary-desktop-backgrounds .culinary-desktop-background[data-index="1"] {
    z-index: 3
}

.culinary-desktop-backgrounds .culinary-desktop-background[data-index="2"] {
    z-index: 2
}

.culinary-desktop-backgrounds .culinary-desktop-background[data-index="3"] {
    z-index: 1
}

.culinary-desktop-slides {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    z-index: 5
}

.culinary-desktop-slide {
    position: relative;
    overflow: hidden;
    border-right: 2px solid #fff
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide {
        height:519px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide {
        height:731px
    }
}

.culinary-desktop-slide:last-child {
    border-right: none
}

.culinary-desktop-slide-body {
    position: absolute;
    left: 0;
    width: 100%;
    word-break: break-word
}

.culinary-desktop-slide-body .h3,.culinary-desktop-slide-body .h4 {
    font-weight: 300;
    color: #fff
}

.culinary-desktop-slide .culinary-desktop-main-background {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide .culinary-desktop-main-background {
        width:922px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide .culinary-desktop-main-background {
        width:1300px
    }
}

.culinary-desktop-slide:nth-of-type(1) .culinary-desktop-slide-background .culinary-desktop-main-background {
    left: 0
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide:nth-of-type(2) .culinary-desktop-slide-background .culinary-desktop-main-background {
        left:-82px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide:nth-of-type(2) .culinary-desktop-slide-background .culinary-desktop-main-background {
        left:-117px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide:nth-of-type(3) .culinary-desktop-slide-background .culinary-desktop-main-background {
        left:-164px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide:nth-of-type(3) .culinary-desktop-slide-background .culinary-desktop-main-background {
        left:-234px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide:nth-of-type(4) .culinary-desktop-slide-background .culinary-desktop-main-background {
        left:-255px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide:nth-of-type(4) .culinary-desktop-slide-background .culinary-desktop-main-background {
        left:-350px
    }
}

.culinary-desktop-slide.load[data-index="0"].animated {
    animation: M11CulinaryFirstSlideUp 0.6s ease-out both
}

.culinary-desktop-slide.load[data-index="0"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.2s ease-out both
}

.culinary-desktop-slide.load[data-index="0"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.4s ease-out both
}

.culinary-desktop-slide.load[data-index="0"] .culinary-desktop-slide-footer .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeIn 0.6s 0.2s ease-out both
}

.culinary-desktop-slide.load[data-index="1"].animated {
    animation: M11CulinarySecondSlideUp 0.6s 0.1s ease-out both
}

.culinary-desktop-slide.load[data-index="1"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.3s ease-out both
}

.culinary-desktop-slide.load[data-index="1"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.5s ease-out both
}

.culinary-desktop-slide.load[data-index="1"] .culinary-desktop-slide-footer .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeIn 0.6s 0.3s ease-out both
}

.culinary-desktop-slide.load[data-index="2"].animated {
    animation: M11CulinaryThirdSlideUp 0.6s 0.2s ease-out both
}

.culinary-desktop-slide.load[data-index="2"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.4s ease-out both
}

.culinary-desktop-slide.load[data-index="2"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.6s ease-out both
}

.culinary-desktop-slide.load[data-index="2"] .culinary-desktop-slide-footer .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeIn 0.6s 0.4s ease-out both
}

.culinary-desktop-slide.load[data-index="3"].animated {
    animation: M11CulinaryFourthSlideUp 0.6s 0.3s ease-out both
}

.culinary-desktop-slide.load[data-index="3"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.5s ease-out both
}

.culinary-desktop-slide.load[data-index="3"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.7s ease-out both
}

.culinary-desktop-slide.load[data-index="3"] .culinary-desktop-slide-footer .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeIn 0.6s 0.5s ease-out both
}

.culinary-desktop-slide.initial {
    display: -ms-flexbox;
    display: flex;
    width: 326px
}

.culinary-desktop-slide.initial .initial-content {
    animation: M11CulinaryInitialTextFadeInUp 0.8s 0.2s ease-out both
}

.culinary-desktop-slide.initial.in {
    transition: width 0.6s ease-out
}

.culinary-desktop-slide.initial.in .culinary-desktop-slide-background {
    display: inline-block;
    width: 100%;
    height: 100%
}

.culinary-desktop-slide.initial.in .culinary-desktop-slide-background img.culinary-desktop-initial-background {
    animation: M11CulinaryFadeIn 0.7s ease-out both
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.initial.in .culinary-desktop-slide-background img.culinary-desktop-initial-background {
        width:229px;
        height: 519px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.initial.in .culinary-desktop-slide-background img.culinary-desktop-initial-background {
        width:325px;
        height: 731px
    }
}

.culinary-desktop-slide.initial .culinary-desktop-slide-background {
    display: inline-block;
    width: 100%;
    height: 100%
}

.culinary-desktop-slide.initial .culinary-desktop-slide-background img.culinary-desktop-initial-background {
    height: 100%
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-background img.culinary-desktop-initial-background {
        width:229px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-background img.culinary-desktop-initial-background {
        width:325px
    }
}

.culinary-desktop-slide.initial .culinary-desktop-slide-close {
    display: none
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-body {
        top:15px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-body {
        top:45px;
        padding-left: 30px;
        padding-right: 59px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-body .initial-content .h4 {
        margin-top:0
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-body .initial-content .h4 {
        margin-top:5px
    }
}

.culinary-desktop-slide.initial .culinary-desktop-slide-body .main-content {
    display: none
}

.culinary-desktop-slide.initial .culinary-desktop-slide-footer {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-footer {
        bottom:45px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-footer {
        bottom:75px
    }
}

.culinary-desktop-slide.initial .culinary-desktop-slide-footer .btn-plus {
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.2s ease
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-footer .btn-plus {
        width:65px;
        height: 65px;
        font-size: 15px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.initial .culinary-desktop-slide-footer .btn-plus {
        width:85px;
        height: 85px;
        font-size: 25px
    }
}

.culinary-desktop-slide.initial .culinary-desktop-slide-footer .btn-plus:hover,.culinary-desktop-slide.initial .culinary-desktop-slide-footer .btn-plus:focus {
    -khtml-transform: scale(1.1);
    transform: scale(1.1)
}

.culinary-desktop-slide.active {
    display: -ms-flexbox;
    display: flex;
    transition: width 0.6s ease-out
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active {
        width:676px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active {
        width:951px
    }
}

.culinary-desktop-slide.active.in {
    display: inline-block;
    width: 326px;
    transition: width 0.6s ease-out
}

.culinary-desktop-slide.active.in .culinary-desktop-slide-close,.culinary-desktop-slide.active.in .culinary-desktop-slide-body,.culinary-desktop-slide.active.in .culinary-desktop-slide-footer {
    display: none
}

.culinary-desktop-slide.active.in .culinary-desktop-slide-background {
    animation: M11CulinaryFadeIn 0.3s 0.5s ease-out both
}

.culinary-desktop-slide.active.in .culinary-desktop-slide-background img.culinary-desktop-initial-background {
    display: block
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active.in .culinary-desktop-slide-background img.culinary-desktop-initial-background {
        width:229px;
        height: 519px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active.in .culinary-desktop-slide-background img.culinary-desktop-initial-background {
        width:325px;
        height: 731px
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-background img {
    display: none
}

.culinary-desktop-slide.active .culinary-desktop-slide-close {
    display: block;
    position: absolute
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-close {
        top:40px;
        right: 30px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-close {
        top:50px;
        right: 50px
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
    border: none;
    outline: none !important;
    animation: M11CulinaryClose 0.6s 1.6s ease-out both
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"] {
        width:65px;
        height: 65px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"] {
        width:85px;
        height: 85px
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"]:hover,.culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"]:focus,.culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"]:active {
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"] i {
        font-size:23px;
        line-height: 65px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-close a[role="button"] i {
        font-size:30px;
        line-height: 85px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body {
        bottom:40px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body {
        bottom:60px
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .initial-content {
    display: none
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content {
    display: block;
    width: 100%
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content {
        padding-left:40px;
        padding-right: 30px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content {
        padding-left:72px;
        padding-right: 89px
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body {
    display: block;
    animation: M11CulinaryFadeInUp 0.6s 0.5s ease-out both
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .h3 {
        margin:0 0 8px 0
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .h3 {
        margin:0 0 10px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .h4 {
        margin:0 0 13px 0
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .h4 {
        margin:0 0 15px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description {
        margin:0 0 25px 0
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description {
        margin:0 0 35px 0
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description * {
    color: #fff
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer {
    display: block;
    animation: M11CulinaryFadeInRight 0.4s 0.5s ease-out both
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore {
    display: inline-block;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore .btn-arrow-dark {
        width:45px;
        height: 45px;
        margin-right: 13px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore .btn-arrow-dark {
        width:50px;
        height: 50px;
        margin-right: 15px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore span {
        position:relative;
        top: 3px;
        line-height: 45px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore span {
        line-height:50px
    }
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore:hover,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore:focus {
    color: #fff
}

.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore:hover .btn-arrow-dark,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-footer .button-explore:focus .btn-arrow-dark {
    background: #E19600
}

.culinary-desktop-slide.active .culinary-desktop-slide-footer {
    display: none
}

.culinary-desktop-slide.closing .culinary-desktop-slide-close a[role="button"] {
    animation: M11CulinaryCloseOnClosing 0.6s ease-out both
}

.culinary-desktop-slide.closing .culinary-desktop-slide-body .main-content-body {
    animation: M11CulinaryFadeInUpOnClosing 0.6s 0.5s ease-out both
}

.culinary-desktop-slide.closing .culinary-desktop-slide-body .main-content-footer {
    animation: M11CulinaryFadeInRightOnClosing 0.4s 0.5s ease-out both
}

.culinary-desktop-slide.inactive {
    transition: width 0.6s ease-out
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.inactive {
        width:82px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.inactive {
        width:117px
    }
}

.culinary-desktop-slide.inactive:nth-of-type(1) .culinary-desktop-slide-background img {
    animation: M11CulinaryFadeOut 0.6s 0.4s ease-out both
}

.culinary-desktop-slide.inactive:nth-of-type(2) .culinary-desktop-slide-background img {
    animation: M11CulinaryFadeOut 0.6s 0.5s ease-out both
}

.culinary-desktop-slide.inactive:nth-of-type(3) .culinary-desktop-slide-background img {
    animation: M11CulinaryFadeOut 0.6s 0.6s ease-out both
}

.culinary-desktop-slide.inactive:nth-of-type(4) .culinary-desktop-slide-background img {
    animation: M11CulinaryFadeOut 0.6s 0.7s ease-out both
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-background {
    display: inline-block;
    width: 100%;
    height: 100%
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-background img.culinary-desktop-initial-background {
    display: none;
    width: auto;
    height: 100%
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-background img.culinary-desktop-main-background {
    display: block;
    z-index: 1
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-close {
    display: none
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-body {
    margin: 0;
    z-index: 2
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.inactive .culinary-desktop-slide-body {
        top:40px
    }
}

@media (min-width: 1442px) {
    .culinary-desktop-slide.inactive .culinary-desktop-slide-body {
        top:50px
    }
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-body .initial-content .h3 {
    margin: 0;
    text-align: center;
    animation: M11CulinaryInitialHeadFadeInUp 0.6s 0.6s ease-out both !important;
    cursor: pointer
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .culinary-desktop-slide.inactive .culinary-desktop-slide-body .initial-content .h3 {
        margin-left:3px
    }
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-body .initial-content .h3 div {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -khtml-transform: rotate(180deg);
    transform: rotate(180deg)
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-body .initial-content .h4 {
    display: none
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-body .main-content {
    display: none
}

.culinary-desktop-slide.inactive .culinary-desktop-slide-footer {
    display: none
}

@media (min-width: 1024px) {
    .culinary-mobile {
        display:none
    }
}

.culinary-mobile-header {
    text-align: center
}

@media (max-width: 599px) {
    .culinary-mobile-header {
        margin-bottom:24px
    }
}

.culinary-mobile-header .separator-line {
    background: #A5A5A5;
    width: 100%;
    margin: 0 auto
}

.culinary-mobile-header .separator-line.animated {
    animation: M11CulinaryLineSlide 0.4s ease-out both
}

@media (max-width: 599px) {
    .culinary-mobile-header .separator-line {
	    width: 99px;
        height:1px;
        margin-bottom: 20px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-header .separator-line {
        height:2px;
        margin-bottom: 8px
    }
}

.culinary-mobile-header h2.animated {
    animation: M11CulinaryHeaderFadeInUp 0.4s ease-out both
}

@media (max-width: 599px) {
    .culinary-mobile-header h2 {
        margin-top:5px;
        margin-bottom: 0
    }
}

@media (min-width: 600px) {
    .culinary-mobile-header h2 {
        margin-top:20px;
        margin-bottom: 26px
    }
}

.culinary-mobile-accordion {
    position: relative;
    display: block;
    width: 100%
}

.culinary-mobile-collapses {
    position: relative;
    width: 100%;
    z-index: 5;
    transition: height 1.6s ease-out
}

@media (max-width: 599px) {
    .culinary-mobile-collapses:not(.active) {
        height:723px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapses:not(.active) {
        height:1311px
    }
}

@media (max-width: 599px) {
    .culinary-mobile-collapses.active {
        top:1px;
        height: 480px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapses.active {
        height:872px
    }
}

.culinary-mobile-collapses.active+.culinary-mobile-backgrounds {
    top: 1px
}

.culinary-mobile-backgrounds {
    display: block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width: 599px) {
    .culinary-mobile-backgrounds {
        width:100%;
        height: 480px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-backgrounds {
        left:0;
        right: 0;
        width: 85%;
        height: 872px
    }
}

.culinary-mobile-backgrounds .culinary-mobile-background {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    visibility: hidden
}

.culinary-mobile-backgrounds .culinary-mobile-background[data-index="0"] {
    z-index: 4
}

.culinary-mobile-backgrounds .culinary-mobile-background[data-index="1"] {
    z-index: 3
}

.culinary-mobile-backgrounds .culinary-mobile-background[data-index="2"] {
    z-index: 2
}

.culinary-mobile-backgrounds .culinary-mobile-background[data-index="3"] {
    z-index: 1
}

.culinary-mobile-collapse {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin: 0 auto
}

@media (max-width: 599px) {
    .culinary-mobile-collapse {
        width:100%
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse {
        width:85%
    }
}

.culinary-mobile-collapse:last-child {
    border-bottom: none
}

.culinary-mobile-collapse-content {
    width: 100%
}

.culinary-mobile-collapse-close button {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    outline: none !important
}

@media (max-width: 599px) {
    .culinary-mobile-collapse-close button {
        width:40px;
        height: 40px;
        font-size: 16px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse-close button {
        width:45px;
        height: 45px;
        font-size: 17px
    }
}

.culinary-mobile-collapse-body {
    display: block;
    clear: both
}

.culinary-mobile-collapse-body .h3,.culinary-mobile-collapse-body .h4,.culinary-mobile-collapse-body .description {
    color: #fff
}

.culinary-mobile-collapse-body .h3 {
    font-weight: 300
}

.culinary-mobile-collapse-body .h4 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 400
}

@media (max-width: 599px) {
    .culinary-mobile-collapse-body .h4 {
        font-size:24px;
        line-height: 28px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse-body .h4 {
        font-size:30px;
        line-height: 36px
    }
}

.culinary-mobile-collapse-body .h4,.culinary-mobile-collapse-body .description {
    font-weight: 400
}

.culinary-mobile-collapse-body .initial-content {
    word-break: break-word
}

.culinary-mobile-collapse-body .main-content-body {
    word-break: break-word
}

.culinary-mobile-collapse-body .main-content-body .h3 {
    margin: 12px 0 0 0
}

@media (max-width: 599px) {
    .culinary-mobile-collapse-body .main-content-body .h4 {
        margin:3px 0 0 0
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse-body .main-content-body .h4 {
        margin:5px 0 0 0
    }
}

.culinary-mobile-collapse-body .main-content-body .description {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 400
}

@media (max-width: 599px) {
    .culinary-mobile-collapse-body .main-content-body .description {
        margin:18px 0 0 0;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse-body .main-content-body .description {
        margin:22px 0 0 0;
        font-size: 18px;
        line-height: 24px
    }
}

.culinary-mobile-collapse-body .main-content-footer {
    display: block;
    width: 100%
}

@media (max-width: 599px) {
    .culinary-mobile-collapse-body .main-content-footer {
        margin:22px 0 0 0
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse-body .main-content-footer {
        margin:37px 0 0 0
    }
}

.culinary-mobile-collapse-body .main-content-footer a {
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 45px
}

@media (max-width: 599px) {
    .culinary-mobile-collapse .culinary-mobile-collapse-more-detail .btn-plus {
        width:40px;
        height: 40px;
        font-size: 11.36px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse .culinary-mobile-collapse-more-detail .btn-plus {
        width:45px;
        height: 45px;
        font-size: 12.78px
    }
}

.culinary-mobile-collapse.load[data-index="0"].animated {
    animation: M11CulinaryFirstFadeUp 0.6s ease-out both
}

.culinary-mobile-collapse.load[data-index="0"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.2s ease-out both
}

.culinary-mobile-collapse.load[data-index="0"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.4s ease-out both
}

.culinary-mobile-collapse.load[data-index="0"] .culinary-mobile-collapse-more-detail .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeInUp 0.6s 0.2s ease-out both
}

.culinary-mobile-collapse.load[data-index="1"].animated {
    animation: M11CulinarySecondFadeUp 0.6s 0.1s ease-out both
}

.culinary-mobile-collapse.load[data-index="1"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.3s ease-out both
}

.culinary-mobile-collapse.load[data-index="1"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.5s ease-out both
}

.culinary-mobile-collapse.load[data-index="1"] .culinary-mobile-collapse-more-detail .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeInUp 0.6s 0.3s ease-out both
}

.culinary-mobile-collapse.load[data-index="2"].animated {
    animation: M11CulinaryThirdFadeUp 0.6s 0.2s ease-out both
}

.culinary-mobile-collapse.load[data-index="2"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.4s ease-out both
}

.culinary-mobile-collapse.load[data-index="2"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.6s ease-out both
}

.culinary-mobile-collapse.load[data-index="2"] .culinary-mobile-collapse-more-detail .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeInUp 0.6s 0.4s ease-out both
}

.culinary-mobile-collapse.load[data-index="3"].animated {
    animation: M11CulinaryFourthFadeUp 0.6s 0.3s ease-out both
}

.culinary-mobile-collapse.load[data-index="3"] .initial-content .h3.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.5s ease-out both
}

.culinary-mobile-collapse.load[data-index="3"] .initial-content .h4.animated {
    animation: M11CulinaryInitialTextFadeInUp 0.6s 0.7s ease-out both
}

.culinary-mobile-collapse.load[data-index="3"] .culinary-mobile-collapse-more-detail .btn-plus.animated {
    animation: M11CulinaryInitialBtnFadeInUp 0.6s 0.5s ease-out both
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.initial {
        height:181px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.initial {
        height:328px
    }
}

.culinary-mobile-collapse.initial.in {
    transition: height 0.6s ease-out
}

.culinary-mobile-collapse.initial.in .culinary-mobile-collapse-background img {
    animation: M11CulinaryFadeIn 0.2s 0.4s ease-out both
}

.culinary-mobile-collapse.initial.on .culinary-mobile-collapse-body .initial-content {
    animation: M11CulinaryHeaderFadeOutDown 0.6s ease-out both
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-background {
    display: block;
    width: 100%;
    height: 100%
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-background img {
    width: 100%;
    min-height: 100%
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-close {
    display: none
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-more-detail {
    padding: 0
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-more-detail {
        margin-top:12px
    }
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-more-detail .btn-plus {
    transition: transform 0.2s ease
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-more-detail .btn-plus {
        float:right
    }
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-more-detail .btn-plus:hover,.culinary-mobile-collapse.initial .culinary-mobile-collapse-more-detail .btn-plus:focus {
    -khtml-transform: scale(1.1);
    transform: scale(1.1)
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-content {
    position: absolute;
    width: 100%
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-content {
        top:20px;
        padding-right: 7.5%;
        padding-left: 7.5%
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-content {
        padding:0;
        top: 34px
    }
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-body {
        padding:0
    }
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-body .initial-content {
    padding: 0
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-body .initial-content .h3 {
        margin:4px 0 0 0
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-body .initial-content .h3 {
        margin:20px 0 1px 0
    }
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-body .initial-content .h4 {
        margin:2px 0 0 0
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.initial .culinary-mobile-collapse-body .initial-content .h4 {
        margin:0
    }
}

.culinary-mobile-collapse.initial .culinary-mobile-collapse-body .main-content {
    display: none
}

.culinary-mobile-collapse.active {
    transition: height 0.6s ease-out
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.active {
        height:313px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.active {
        height:648px
    }
}

.culinary-mobile-collapse.active.in .culinary-mobile-collapse-close button {
    animation: M11CulinaryClose 0.6s 1.6s ease-out both
}

.culinary-mobile-collapse.active.in .culinary-mobile-collapse-body .main-content-body {
    animation: M11CulinaryFadeInUp 0.6s 1.2s ease-out both
}

.culinary-mobile-collapse.active.in .culinary-mobile-collapse-body .main-content-footer {
    animation: M11CulinaryFadeInRight 0.6s 1.2s ease-out both
}

.culinary-mobile-collapse.active .culinary-mobile-collapse-background {
    display: none
}

.culinary-mobile-collapse.active .culinary-mobile-collapse-close {
    display: block;
    padding: 0
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.active .culinary-mobile-collapse-close {
        position:absolute;
        right: 5.9%;
        margin-top: 15px;
        z-index: 10
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.active .culinary-mobile-collapse-close {
        margin-top:45px
    }
}

.culinary-mobile-collapse.active .culinary-mobile-collapse-more-detail {
    display: none
}

.culinary-mobile-collapse.active .culinary-mobile-collapse-content {
    position: absolute;
    top: 0;
    padding: 0
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.active .culinary-mobile-collapse-body {
        margin-top:15px;
        padding-right: 7.5%;
        padding-left: 7.5%
    }
}

.culinary-mobile-collapse.active .culinary-mobile-collapse-body .initial-content {
    display: none
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.active .culinary-mobile-collapse-body .main-content-body .h4 {
        font-size:40px;
        line-height: 46px
    }
}

.culinary-mobile-collapse.inactive {
    transition: height 0.6s ease-out
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.inactive {
        height:56px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.inactive {
        height:75px
    }
}

.culinary-mobile-collapse.inactive.in .culinary-mobile-collapse-more-detail {
    padding: 0;
    animation: M11CulinaryFadeOut 0.4s ease-out both
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.inactive.in .culinary-mobile-collapse-more-detail {
        padding-right:7.5%;
        margin-top: 46px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.inactive.in .culinary-mobile-collapse-more-detail {
        margin-top:20px
    }
}

.culinary-mobile-collapse.inactive.in .culinary-mobile-collapse-more-detail .btn-plus {
    float: right
}

.culinary-mobile-collapse.inactive.in .culinary-mobile-collapse-body .initial-content .h3 {
    animation: M11CulinaryFadeInRight 0.6s 0.8s ease-out both !important
}

.culinary-mobile-collapse.inactive:not(.in) .culinary-mobile-collapse-more-detail {
    display: none
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-close {
    display: none
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content {
    display: block
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content {
        height:56px;
        padding-right: 7.5%;
        padding-left: 7.5%;
        line-height: 56px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content {
        height:75px;
        padding: 0;
        line-height: 75px
    }
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content .h3 {
    position: relative;
    margin: 0;
    cursor: pointer
}

@media (max-width: 599px) {
    .culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content .h3 {
        top:1px
    }
}

@media (min-width: 600px) {
    .culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content .h3 {
        top:5px
    }
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .initial-content .h4 {
    display: none
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-body .main-content {
    display: none
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-background {
    width: 100%;
    height: 100%;
    animation: M11CulinaryFadeOut 0.4s ease-out both !important
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-background img {
    width: 100%;
    height: auto
}

.culinary-mobile-collapse.inactive .culinary-mobile-collapse-content {
    position: absolute;
    top: 0;
    padding: 0
}

.culinary-mobile-collapse.closing .culinary-mobile-collapse-close button {
    animation: M11CulinaryCloseOnClosing 0.4s ease-out both
}

.culinary-mobile-collapse.closing .culinary-mobile-collapse-body .main-content-body {
    animation: M11CulinaryFadeInUpOnClosing 0.4s 0.4s ease-out both
}

.culinary-mobile-collapse.closing .culinary-mobile-collapse-body .main-content-footer {
    animation: M11CulinaryFadeInRightOnClosing 0.4s 0.4s ease-out both
}

.seo-section {
    margin-bottom: 0
}

.page-homepage .seo-section {
    float: left;
    width: 100%;
    clear: both
}

.seo-section .container,.seo-section .teaser-container {
    background: #F1F2F3
}

@media (max-width: 599px) {
    .seo-section .container,.seo-section .teaser-container {
        padding-top:33px;
        padding-bottom: 26px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .container,.seo-section .teaser-container {
        padding-top:44px;
        padding-bottom: 38px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .seo-section .container,.seo-section .teaser-container {
        padding-top:67px;
        padding-bottom: 70px
    }
}

@media (min-width: 1442px) {
    .seo-section .container,.seo-section .teaser-container {
        padding-top:67px;
        padding-bottom: 60px
    }
}

.seo-section .seo-content {
    display: block;
    height: auto;
    color: #333;
    overflow: hidden
}

@media (max-width: 1023px) {
    .seo-section .seo-content :last-child {
        margin-bottom:0
    }
}

.seo-section .seo-content.collapse {
    transition: max-height 0.35s ease
}

.seo-section .seo-content.in {
    max-height: 3000px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .seo-content.in {
        margin-top:2px
    }
}

@media (max-width: 599px) {
    .seo-section .seo-content.in ~ .seo-footer {
        margin-top:30px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .seo-content.in ~ .seo-footer {
        margin-top:31px
    }
}

.seo-section .seo-content h2 {
    color: #333
}

@media (max-width: 599px) {
    .seo-section .seo-content h2 {
        position:relative;
        top: 1px;
        margin: 0 auto 10px auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .seo-content h2 {
        margin:0 auto 9px auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .seo-section .seo-content h2 {
        margin:0 0 29px 0
    }
}

@media (min-width: 1442px) {
    .seo-section .seo-content h2 {
        margin:0 0 29px 0
    }
}

.seo-section .seo-content .h3 {
    font-weight: 500;
    color: #333
}

@media (max-width: 1023px) {
    .seo-section .seo-content .h3 {
        margin:19.4px 0 5px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .seo-section .seo-content .h3 {
        margin:20px 0 5px 0
    }
}

@media (min-width: 1442px) {
    .seo-section .seo-content .h3 {
        position:relative;
        top: -1px;
        margin: 20px 0 5px 0
    }
}

.seo-section .seo-content p {
    margin: 9px 0 8px 0;
    color: #333
}

@media (max-width: 599px) {
    .seo-section .seo-content p {
        margin:10px auto 13.5px auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .seo-content p {
        margin:10px auto 12px auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .seo-section .seo-content p {
        margin:9px 0 10px 0
    }
}

@media (min-width: 1442px) {
    .seo-section .seo-content p {
        margin:9px 0 9.2px
    }
}

.seo-section .seo-content>*:not(h2):not(p):not(.h3),.seo-section .seo-content a {
    color: #333
}

.seo-section .seo-content>*:not(h2):not(p):not(.h3):hover,.seo-section .seo-content>*:not(h2):not(p):not(.h3):focus,.seo-section .seo-content a:hover,.seo-section .seo-content a:focus {
    color: #333
}

.seo-section .seo-footer {
    text-align: center
}

@media (max-width: 599px) {
    .seo-section .seo-footer {
        margin-top:23px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .seo-footer {
        margin-top:20px
    }
}

.seo-section .seo-footer button {
    background: transparent;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    outline: none
}

.seo-section .seo-footer button:active,.seo-section .seo-footer button:focus {
    outline: none
}

.seo-section .seo-footer button i {
    top: 1px;
    display: inline-block;
    width: 16px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .seo-section .seo-footer button i {
        right:-3px;
        margin-left: 9px
    }
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage .row-fluid.bloc-light,.page-CSSRepairers .row-fluid.bloc-light,.page-CSSRepairersWithMap .row-fluid.bloc-light,.revendeur {
        padding:0
    }
}

.page-storefinderPage .row-fluid.bloc-light .lame-seo,.page-CSSRepairers .row-fluid.bloc-light .lame-seo,.page-CSSRepairersWithMap .row-fluid.bloc-light .lame-seo,.revendeur .lame-seo {
    width: 960px;
    margin: 0 auto;
    clear: both;
    padding: 15px
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage .row-fluid.bloc-light .lame-seo,.page-CSSRepairers .row-fluid.bloc-light .lame-seo,.page-CSSRepairersWithMap .row-fluid.bloc-light .lame-seo,.revendeur .lame-seo {
        width:100%
    }
}

.page-storefinderPage .row-fluid.bloc-light .lame-seo a,.page-CSSRepairers .row-fluid.bloc-light .lame-seo a,.page-CSSRepairersWithMap .row-fluid.bloc-light .lame-seo a,.revendeur .lame-seo a {
    text-align: right;
    color: #ed1c24;
    text-decoration: none;
    display: block;
    font-size: 14.5px;
    font-size: 1.45rem;
    position: relative;
    font-weight: 500
}

.rtl .page-storefinderPage .row-fluid.bloc-light .lame-seo,.rtl .page-CSSRepairers .row-fluid.bloc-light .lame-seo,.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light .lame-seo,.rtl .revendeur .lame-seo {
    text-align: left
}

.page-storefinderPage .row-fluid.bloc-light>.span3,.page-CSSRepairers .row-fluid.bloc-light>.span3,.page-CSSRepairersWithMap .row-fluid.bloc-light>.span3,.revendeur>.span3 {
    width: 240px;
    margin: 0;
    padding: 0 3px 0 0
}

@media screen and (max-width: 1023px) and (min-width: 600px) {
    .page-storefinderPage .row-fluid.bloc-light>.span3,.page-CSSRepairers .row-fluid.bloc-light>.span3,.page-CSSRepairersWithMap .row-fluid.bloc-light>.span3,.revendeur>.span3 {
        width:100%;
        padding: 0
    }

    .page-storefinderPage .row-fluid.bloc-light>.span3 .filters,.page-CSSRepairers .row-fluid.bloc-light>.span3 .filters,.page-CSSRepairersWithMap .row-fluid.bloc-light>.span3 .filters,.revendeur>.span3 .filters {
        overflow: hidden
    }

    .page-storefinderPage .row-fluid.bloc-light>.span3 .item,.page-CSSRepairers .row-fluid.bloc-light>.span3 .item,.page-CSSRepairersWithMap .row-fluid.bloc-light>.span3 .item,.revendeur>.span3 .item {
        float: left;
        width: 100%;
        padding: 0 10px
    }
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage .row-fluid.bloc-light>.span3,.page-CSSRepairers .row-fluid.bloc-light>.span3,.page-CSSRepairersWithMap .row-fluid.bloc-light>.span3,.revendeur>.span3 {
        width:100%;
        padding: 0
    }
}

.rtl .page-storefinderPage .row-fluid.bloc-light>.span3,.rtl .page-CSSRepairers .row-fluid.bloc-light>.span3,.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light>.span3,.rtl .revendeur>.span3 {
    float: right
}

.page-storefinderPage .row-fluid.bloc-light .bloc-light>.span3,.page-CSSRepairers .row-fluid.bloc-light .bloc-light>.span3,.page-CSSRepairersWithMap .row-fluid.bloc-light .bloc-light>.span3,.revendeur .bloc-light>.span3 {
    width: 240px;
    margin: 0;
    padding: 0 3px 0 0
}

@media screen and (max-width: 1441px) {
    .page-storefinderPage .row-fluid.bloc-light .bloc-light>.span3,.page-CSSRepairers .row-fluid.bloc-light .bloc-light>.span3,.page-CSSRepairersWithMap .row-fluid.bloc-light .bloc-light>.span3,.revendeur .bloc-light>.span3 {
        width:35%
    }
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage .row-fluid.bloc-light .bloc-light>.span3,.page-CSSRepairers .row-fluid.bloc-light .bloc-light>.span3,.page-CSSRepairersWithMap .row-fluid.bloc-light .bloc-light>.span3,.revendeur .bloc-light>.span3 {
        width:100%
    }
}

.rtl .page-storefinderPage .row-fluid.bloc-light .bloc-light>.span3,.rtl .page-CSSRepairers .row-fluid.bloc-light .bloc-light>.span3,.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light .bloc-light>.span3,.rtl .revendeur .bloc-light>.span3 {
    float: right
}

.page-storefinderPage .row-fluid.bloc-light .span9,.page-CSSRepairers .row-fluid.bloc-light .span9,.page-CSSRepairersWithMap .row-fluid.bloc-light .span9,.revendeur .span9 {
    width: 1023px;
    margin: 0
}

@media screen and (max-width: 1441px) {
    .page-storefinderPage .row-fluid.bloc-light .span9,.page-CSSRepairers .row-fluid.bloc-light .span9,.page-CSSRepairersWithMap .row-fluid.bloc-light .span9,.revendeur .span9 {
        width:100%
    }

    .page-storefinderPage .row-fluid.bloc-light .span9 .picture img,.page-CSSRepairers .row-fluid.bloc-light .span9 .picture img,.page-CSSRepairersWithMap .row-fluid.bloc-light .span9 .picture img,.revendeur .span9 .picture img {
        width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage .row-fluid.bloc-light .span9,.page-CSSRepairers .row-fluid.bloc-light .span9,.page-CSSRepairersWithMap .row-fluid.bloc-light .span9,.revendeur .span9 {
        width:100%
    }
}

.rtl .page-storefinderPage .row-fluid.bloc-light .span9,.rtl .page-CSSRepairers .row-fluid.bloc-light .span9,.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light .span9,.rtl .revendeur .span9 {
    padding: 0 10px 0 0;
    float: left
}

.page-storefinderPage .row-fluid.bloc-light .container,.page-storefinderPage .row-fluid.bloc-light .teaser-container,.page-CSSRepairers .row-fluid.bloc-light .container,.page-CSSRepairers .row-fluid.bloc-light .teaser-container,.page-CSSRepairersWithMap .row-fluid.bloc-light .container,.page-CSSRepairersWithMap .row-fluid.bloc-light .teaser-container,.revendeur .container,.revendeur .teaser-container {
    width: 960px
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage .row-fluid.bloc-light .container,.page-storefinderPage .row-fluid.bloc-light .teaser-container,.page-CSSRepairers .row-fluid.bloc-light .container,.page-CSSRepairers .row-fluid.bloc-light .teaser-container,.page-CSSRepairersWithMap .row-fluid.bloc-light .container,.page-CSSRepairersWithMap .row-fluid.bloc-light .teaser-container,.revendeur .container,.revendeur .teaser-container {
        width:100%
    }
}

.page-storefinderPage .row-fluid.bloc-light .faq-banner .picture h3,.page-CSSRepairers .row-fluid.bloc-light .faq-banner .picture h3,.page-CSSRepairersWithMap .row-fluid.bloc-light .faq-banner .picture h3,.revendeur .faq-banner .picture h3 {
    margin: 0
}

.page-storefinderPage .row-fluid.bloc-light .faq-banner .caption,.page-CSSRepairers .row-fluid.bloc-light .faq-banner .caption,.page-CSSRepairersWithMap .row-fluid.bloc-light .faq-banner .caption,.revendeur .faq-banner .caption {
    padding: 20px
}

.page-storefinderPage .row-fluid.bloc-light .faq-banner h1,.page-CSSRepairers .row-fluid.bloc-light .faq-banner h1,.page-CSSRepairersWithMap .row-fluid.bloc-light .faq-banner h1,.revendeur .faq-banner h1 {
    font-weight: 100;
    margin: 0 0 5px;
    position: relative;
    z-index: 20;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1em;
    text-transform: uppercase
}

.page-storefinderPage .row-fluid.bloc-light .faq-banner p,.page-CSSRepairers .row-fluid.bloc-light .faq-banner p,.page-CSSRepairersWithMap .row-fluid.bloc-light .faq-banner p,.revendeur .faq-banner p {
    line-height: 1.4em;
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0
}

.rtl .page-storefinderPage .row-fluid.bloc-light .faq-banner p,.rtl .page-CSSRepairers .row-fluid.bloc-light .faq-banner p,.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light .faq-banner p,.rtl .revendeur .faq-banner p {
    text-align: right
}

.page-storefinderPage .row-fluid.bloc-light .filter-list .name,.page-CSSRepairers .row-fluid.bloc-light .filter-list .name,.page-CSSRepairersWithMap .row-fluid.bloc-light .filter-list .name,.revendeur .filter-list .name {
    display: block;
    font-size: 15px;
    font-size: 1.5rem
}

.page-storefinderPage .row-fluid.bloc-light .search,.page-CSSRepairers .row-fluid.bloc-light .search,.page-CSSRepairersWithMap .row-fluid.bloc-light .search,.revendeur .search {
    position: relative
}

.page-storefinderPage .row-fluid.bloc-light .search .controls,.page-CSSRepairers .row-fluid.bloc-light .search .controls,.page-CSSRepairersWithMap .row-fluid.bloc-light .search .controls,.revendeur .search .controls {
    overflow: hidden
}

.page-storefinderPage .row-fluid.bloc-light .search .controls select,.page-CSSRepairers .row-fluid.bloc-light .search .controls select,.page-CSSRepairersWithMap .row-fluid.bloc-light .search .controls select,.revendeur .search .controls select {
    width: 100%;
    height: 40px;
    position: relative
}

.page-storefinderPage .row-fluid.bloc-light .search form,.page-CSSRepairers .row-fluid.bloc-light .search form,.page-CSSRepairersWithMap .row-fluid.bloc-light .search form,.revendeur .search form {
    padding: 0;
    border: 0;
    background: #fff;
    width: 100%
}

.page-storefinderPage .row-fluid.bloc-light .search select,.page-storefinderPage .row-fluid.bloc-light .search input[type=TEXT],.page-CSSRepairers .row-fluid.bloc-light .search select,.page-CSSRepairers .row-fluid.bloc-light .search input[type=TEXT],.page-CSSRepairersWithMap .row-fluid.bloc-light .search select,.page-CSSRepairersWithMap .row-fluid.bloc-light .search input[type=TEXT],.revendeur .search select,.revendeur .search input[type=TEXT] {
    border-radius: 0;
    border: 1px solid;
    height: auto;
    padding: 12px 39px 10px 15px;
    margin: 0;
    box-shadow: 0 0 transparent;
    width: 100%
}

.rtl .page-storefinderPage .row-fluid.bloc-light .search select,.rtl .page-storefinderPage .row-fluid.bloc-light .search input[type=TEXT],.rtl .page-CSSRepairers .row-fluid.bloc-light .search select,.rtl .page-CSSRepairers .row-fluid.bloc-light .search input[type=TEXT],.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light .search select,.rtl .page-CSSRepairersWithMap .row-fluid.bloc-light .search input[type=TEXT],.rtl .revendeur .search select,.rtl .revendeur .search input[type=TEXT] {
    padding: 12px 15px 10px 35px
}

.page-storefinderPage .row-fluid.bloc-light .search .input-append,.page-CSSRepairers .row-fluid.bloc-light .search .input-append,.page-CSSRepairersWithMap .row-fluid.bloc-light .search .input-append,.revendeur .search .input-append {
    width: 100%;
    margin: 0;
    position: relative
}

.page-storefinderPage .row-fluid.bloc-light button[type=SUBMIT],.page-CSSRepairers .row-fluid.bloc-light button[type=SUBMIT],.revendeur button[type=SUBMIT] {
    width: 21px;
    overflow: hidden;
    background: none;
    border: 0;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0;
    margin: 0;
    position: relative;
    right: 30px;
    top: 12px;
    bottom: 0;
    z-index: 10;
    font-family: ico;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    background: none;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rtl .page-storefinderPage .row-fluid.bloc-light button[type=SUBMIT],.rtl .page-CSSRepairers .row-fluid.bloc-light button[type=SUBMIT],.rtl .revendeur button[type=SUBMIT] {
    right: auto;
    left: 30px
}

.page-storefinderPage .row-fluid.bloc-light button[type=SUBMIT]:before,.page-CSSRepairers .row-fluid.bloc-light button[type=SUBMIT]:before,.revendeur button[type=SUBMIT]:before {
    content: "\e609"
}

.rtl .page-storefinderPage .row-fluid.bloc-light button[type=SUBMIT]:before,.rtl .page-CSSRepairers .row-fluid.bloc-light button[type=SUBMIT]:before,.rtl .revendeur button[type=SUBMIT]:before {
    float: right
}

.page-storefinderPage .row-fluid.lame-seo,.page-CSSRepairers .row-fluid.lame-seo,.page-CSSRepairersWithMap .row-fluid.lame-seo {
    width: 960px;
    margin: 0 auto;
    clear: both;
    padding: 15px
}

@media screen and (max-width: 1441px) {
    .page-storefinderPage .row-fluid.lame-seo,.page-CSSRepairers .row-fluid.lame-seo,.page-CSSRepairersWithMap .row-fluid.lame-seo {
        width:100%
    }
}

.page-storefinderPage .row-fluid.lame-seo a,.page-CSSRepairers .row-fluid.lame-seo a,.page-CSSRepairersWithMap .row-fluid.lame-seo a {
    text-align: right;
    color: #ed1c24;
    text-decoration: none;
    display: block;
    font-size: 14.5px;
    font-size: 1.45rem;
    position: relative;
    font-weight: 500
}

.rtl .page-storefinderPage .row-fluid.lame-seo,.rtl .page-CSSRepairers .row-fluid.lame-seo,.rtl .page-CSSRepairersWithMap .row-fluid.lame-seo {
    text-align: left
}

#map-canvas {
    height: 360px;
    position: relative
}

#map-canvas .marker-wrapper {
    text-align: center
}

#map-canvas .marker-wrapper h4 {
    margin: 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: normal
}

#map-canvas .marker-wrapper h4 a {
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: normal
}

@media screen and (max-width: 1023px) {
    #map-canvas .marker-wrapper h4 {
        font-size:15px
    }
}

#map-canvas .marker-wrapper div {
    line-height: 21px;
    font-size: 14px;
    font-size: 1.4rem
}

.list-store-off {
    margin: 0 0 15px
}

.list-store-off.store-map-section {
    width: 817px
}

.list-store-off .store-lister-map {
    margin-top: 70px
}

.details-store-off {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    width: 23%;
    height: auto;
    float: left;
    background-color: #F1F2F3;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    border: 1px solid white;
    transition: all 0.3s
}

@media (min-width: 600px) and (max-width: 1023px) {
    .details-store-off {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .details-store-off {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .details-store-off {
        font-size:20px;
        line-height: 28px
    }
}

#StoreLocatorZone .details-store-off {
    margin: 0 0 3% 2%
}

@media screen and (max-width: 1023px) {
    #StoreLocatorZone .details-store-off {
        margin:0 0 10%
    }
}

@media screen and (max-width: 1023px) {
    .details-store-off {
        width:100%;
        border: none
    }
}

.rtl .details-store-off {
    float: right
}

.details-store-off div.item-redimensionner .span4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    float: none;
    padding: 5px 0px 0 0
}

@media screen and (max-width: 1023px) {
    .details-store-off div.item-redimensionner .span4 {
        position:static;
        left: auto;
        bottom: auto
    }
}

.list-store-off .details-store-off div.item-redimensionner .span4 {
    position: static
}

.details-store-off .span4 {
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em
}

.details-store-off .span4 a {
    transition: all 0.4s;
    cursor: pointer;
    display: block
}

.details-store-off .span4 a.krups-btn {
    text-decoration: none;
    text-transform: uppercase;
    display: table;
    padding: 15px 30px;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1.5px solid;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 25px;
    transition: all 0.3s;
    max-width: 70%;
    margin: 10px auto -43px
}

.details-store-off .span4 a.krups-btn:hover,.details-store-off .span4 a.krups-btn:focus {
    color: #fff;
    text-decoration: none;
    background: #ff720d
}

.details-store-off h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: normal
}

.details-store-off h4 span {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 20px 0;
    display: block
}

@media screen and (max-width: 1023px) {
    .details-store-off h4 span {
        min-height:51px
    }
}

.details-store-off ul {
    margin: 0;
    padding: 0
}

.details-store-off ul li {
    list-style: none
}

.details-store-off .btn {
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 94%
}

.details-store-off .btn-direction {
    width: 94%
}

.details-store-off.item-redimensionner {
    position: relative
}

.details-store-off.item-redimensionner li.span4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    float: none;
    padding: 5px 0px 0 0
}

.details-store-off.item-redimensionner li.span4 span {
    display: block
}

.details-store-off.item-redimensionner li.span4 br {
    display: none
}

#StoreLocator {
    display: table;
    width: 100%;
    margin: 0 0 15px
}

#StoreLocator .row-fluid.list-store-off>.span4,#StoreLocator>.span4 {
    margin: 0;
    width: 216px;
    height: 460px;
    background: #EDEEF0
}

@media screen and (max-width: 1441px) and (min-width: 1024px) {
    #StoreLocator .row-fluid.list-store-off>.span4,#StoreLocator>.span4 {
        width:30%
    }
}

@media screen and (max-width: 1023px) {
    #StoreLocator .row-fluid.list-store-off>.span4,#StoreLocator>.span4 {
        width:100%;
        display: none
    }
}

.page-storefinderPage #StoreLocator .row-fluid.list-store-off>.span4,.page-storefinderPage #StoreLocator>.span4 {
    height: auto
}

.page-storefinderPage #StoreLocator .list-store-off div.span4 {
    margin: 0;
    height: 460px;
    width: 216px;
    background: #EDEEF0
}

@media screen and (max-width: 1023px) {
    .page-storefinderPage #StoreLocator .list-store-off div.span4 {
        width:100%;
        height: 200px
    }
}

#StoreLocator .span8 {
    display: block;
    width: 480px;
    margin: 0
}

@media screen and (max-width: 1441px) and (min-width: 1024px) {
    #StoreLocator .span8 {
        width:70%
    }
}

@media screen and (max-width: 1441px) {
    #StoreLocator .span8 {
        clear:none
    }
}

@media screen and (max-width: 1023px) {
    #StoreLocator .span8 {
        width:100%
    }
}

.page-storefinderPage #StoreLocator .span8 {
    height: auto
}

#StoreLocator .pagination {
    margin: 0;
    padding: 27px 5px 3px
}

#StoreLocator .pagination ul {
    text-align: center;
    display: block;
    margin: 0;
    line-height: 1.2em;
    box-shadow: 0 0 transparent
}

#StoreLocator .pagination li {
    display: inline-block;
    line-height: 1.2em
}

#StoreLocator .pagination li>a,#StoreLocator .pagination li>span {
    border: 0;
    padding: 0;
    background: none;
    margin: 0 5px 0 0;
    line-height: 1.2em
}

.page-storefinderPage #StoreLocator,.page-CSSRepairers #StoreLocator,.page-CSSRepairersWithMap #StoreLocator,.page-productDetails #StoreLocator {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px
}

.page-storefinderPage #StoreLocator:before,.page-storefinderPage #StoreLocator:after,.page-CSSRepairers #StoreLocator:before,.page-CSSRepairers #StoreLocator:after,.page-CSSRepairersWithMap #StoreLocator:before,.page-CSSRepairersWithMap #StoreLocator:after,.page-productDetails #StoreLocator:before,.page-productDetails #StoreLocator:after {
    content: " ";
    display: table
}

.page-storefinderPage #StoreLocator:after,.page-CSSRepairers #StoreLocator:after,.page-CSSRepairersWithMap #StoreLocator:after,.page-productDetails #StoreLocator:after {
    clear: both
}

.page-storefinderPage #StoreLocator hr.top,.page-CSSRepairers #StoreLocator hr.top,.page-CSSRepairersWithMap #StoreLocator hr.top,.page-productDetails #StoreLocator hr.top {
    margin-top: 0
}

.page-storefinderPage .scroll-store .list-store ul,.page-CSSRepairers .scroll-store .list-store ul,.page-CSSRepairersWithMap .scroll-store .list-store ul,.page-productDetails .scroll-store .list-store ul {
    margin: 0;
    padding: 0
}

.page-storefinderPage .scroll-store .list-store a,.page-CSSRepairers .scroll-store .list-store a,.page-CSSRepairersWithMap .scroll-store .list-store a,.page-productDetails .scroll-store .list-store a {
    display: block;
    padding: 25px 26px 25px 83px;
    min-height: 80px;
    text-decoration: none;
    transition: all 0.3s
}

.rtl .page-storefinderPage .scroll-store .list-store a,.rtl .page-CSSRepairers .scroll-store .list-store a,.rtl .page-CSSRepairersWithMap .scroll-store .list-store a,.rtl .page-productDetails .scroll-store .list-store a {
    padding: 25px 83px 25px 26px
}

@media (max-width: 1023px) {
    .page-storefinderPage .scroll-store .list-store a,.page-CSSRepairers .scroll-store .list-store a,.page-CSSRepairersWithMap .scroll-store .list-store a,.page-productDetails .scroll-store .list-store a {
        padding:21px 11px 21px 58px
    }
}

.page-storefinderPage .scroll-store .list-store li,.page-CSSRepairers .scroll-store .list-store li,.page-CSSRepairersWithMap .scroll-store .list-store li,.page-productDetails .scroll-store .list-store li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid white;
    position: relative
}

.page-storefinderPage .scroll-store .list-store li .location,.page-CSSRepairers .scroll-store .list-store li .location,.page-CSSRepairersWithMap .scroll-store .list-store li .location,.page-productDetails .scroll-store .list-store li .location {
    display: none
}

.page-storefinderPage .scroll-store .list-store li .bloc-img,.page-CSSRepairers .scroll-store .list-store li .bloc-img,.page-CSSRepairersWithMap .scroll-store .list-store li .bloc-img,.page-productDetails .scroll-store .list-store li .bloc-img {
    position: absolute;
    text-align: center;
    top: 15px;
    left: 27px;
    width: 47px;
    height: 48px;
    overflow: hidden;
    padding: 9px 11px 4px 9px;
    font-size: 30px;
    font-size: 3rem
}

.page-storefinderPage .scroll-store .list-store li .bloc-img i,.page-CSSRepairers .scroll-store .list-store li .bloc-img i,.page-CSSRepairersWithMap .scroll-store .list-store li .bloc-img i,.page-productDetails .scroll-store .list-store li .bloc-img i {
    color: #333
}

@media (max-width: 1023px) {
    .page-storefinderPage .scroll-store .list-store li .bloc-img,.page-CSSRepairers .scroll-store .list-store li .bloc-img,.page-CSSRepairersWithMap .scroll-store .list-store li .bloc-img,.page-productDetails .scroll-store .list-store li .bloc-img {
        top:10.47px;
        left: 14.95px;
        width: 39.95px;
        height: 41.6px;
        padding: 7.8px 9.35px 3.47px 7.65px;
        font-size: 26px;
        font-size: 2.6rem
    }
}

.rtl .page-storefinderPage .scroll-store .list-store li .bloc-img,.rtl .page-CSSRepairers .scroll-store .list-store li .bloc-img,.rtl .page-CSSRepairersWithMap .scroll-store .list-store li .bloc-img,.rtl .page-productDetails .scroll-store .list-store li .bloc-img {
    right: 0;
    left: auto
}

.page-storefinderPage .scroll-store .list-store li p,.page-storefinderPage .scroll-store .list-store li h4,.page-CSSRepairers .scroll-store .list-store li p,.page-CSSRepairers .scroll-store .list-store li h4,.page-CSSRepairersWithMap .scroll-store .list-store li p,.page-CSSRepairersWithMap .scroll-store .list-store li h4,.page-productDetails .scroll-store .list-store li p,.page-productDetails .scroll-store .list-store li h4 {
    font-family: "WMF Rotis","Arial",sans-serif;
    color: #333
}

@media (min-width: 320px) {
    .page-storefinderPage .scroll-store .list-store li p,.page-storefinderPage .scroll-store .list-store li h4,.page-CSSRepairers .scroll-store .list-store li p,.page-CSSRepairers .scroll-store .list-store li h4,.page-CSSRepairersWithMap .scroll-store .list-store li p,.page-CSSRepairersWithMap .scroll-store .list-store li h4,.page-productDetails .scroll-store .list-store li p,.page-productDetails .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .page-storefinderPage .scroll-store .list-store li p,.page-storefinderPage .scroll-store .list-store li h4,.page-CSSRepairers .scroll-store .list-store li p,.page-CSSRepairers .scroll-store .list-store li h4,.page-CSSRepairersWithMap .scroll-store .list-store li p,.page-CSSRepairersWithMap .scroll-store .list-store li h4,.page-productDetails .scroll-store .list-store li p,.page-productDetails .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .page-storefinderPage .scroll-store .list-store li p,.page-storefinderPage .scroll-store .list-store li h4,.page-CSSRepairers .scroll-store .list-store li p,.page-CSSRepairers .scroll-store .list-store li h4,.page-CSSRepairersWithMap .scroll-store .list-store li p,.page-CSSRepairersWithMap .scroll-store .list-store li h4,.page-productDetails .scroll-store .list-store li p,.page-productDetails .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-storefinderPage .scroll-store .list-store li p,.page-storefinderPage .scroll-store .list-store li h4,.page-CSSRepairers .scroll-store .list-store li p,.page-CSSRepairers .scroll-store .list-store li h4,.page-CSSRepairersWithMap .scroll-store .list-store li p,.page-CSSRepairersWithMap .scroll-store .list-store li h4,.page-productDetails .scroll-store .list-store li p,.page-productDetails .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

.page-storefinderPage .scroll-store .list-store li h4,.page-CSSRepairers .scroll-store .list-store li h4,.page-CSSRepairersWithMap .scroll-store .list-store li h4,.page-productDetails .scroll-store .list-store li h4 {
    margin: 0 0 5px;
    font-weight: 500
}

.page-storefinderPage .scroll-store .list-store li:first-child .bloc-img,.page-CSSRepairers .scroll-store .list-store li:first-child .bloc-img,.page-CSSRepairersWithMap .scroll-store .list-store li:first-child .bloc-img,.page-productDetails .scroll-store .list-store li:first-child .bloc-img {
    top: -5px
}

.page-storefinderPage .scroll-store .list-store li:first-child a,.page-CSSRepairers .scroll-store .list-store li:first-child a,.page-CSSRepairersWithMap .scroll-store .list-store li:first-child a,.page-productDetails .scroll-store .list-store li:first-child a {
    padding-top: 5px
}

.page-storefinderPage .scroll-store .list-store li:last-child,.page-CSSRepairers .scroll-store .list-store li:last-child,.page-CSSRepairersWithMap .scroll-store .list-store li:last-child,.page-productDetails .scroll-store .list-store li:last-child {
    border: none
}

.page-storefinderPage .google-maps #map-canvas,.page-CSSRepairers .google-maps #map-canvas,.page-CSSRepairersWithMap .google-maps #map-canvas,.page-productDetails .google-maps #map-canvas {
    height: 498px
}

@media (min-width: 1024px) {
    .page-storefinderPage .google-maps #map-canvas,.page-CSSRepairers .google-maps #map-canvas,.page-CSSRepairersWithMap .google-maps #map-canvas,.page-productDetails .google-maps #map-canvas {
        margin-right:-51px
    }
}

@media (min-width: 1442px) {
    .page-storefinderPage .google-maps #map-canvas,.page-CSSRepairers .google-maps #map-canvas,.page-CSSRepairersWithMap .google-maps #map-canvas,.page-productDetails .google-maps #map-canvas {
        margin-right:-71px
    }
}

@media (max-width: 1023px) {
    .page-storefinderPage .google-maps #map-canvas,.page-CSSRepairers .google-maps #map-canvas,.page-CSSRepairersWithMap .google-maps #map-canvas,.page-productDetails .google-maps #map-canvas {
        width:100vw;
        height: 360px;
        margin-right: 0;
        margin-left: -7.5vw
    }
}

@media (min-width: 1024px) {
    .page-storefinderPage .map-container:not(.span9) .google-maps #map-canvas,.page-CSSRepairers .map-container:not(.span9) .google-maps #map-canvas,.page-CSSRepairersWithMap .map-container:not(.span9) .google-maps #map-canvas,.page-productDetails .map-container:not(.span9) .google-maps #map-canvas {
        margin-left:-44px;
        margin-right: -61px
    }
}

@media (min-width: 1442px) {
    .page-storefinderPage .map-container:not(.span9) .google-maps #map-canvas,.page-CSSRepairers .map-container:not(.span9) .google-maps #map-canvas,.page-CSSRepairersWithMap .map-container:not(.span9) .google-maps #map-canvas,.page-productDetails .map-container:not(.span9) .google-maps #map-canvas {
        margin-left:-61px;
        margin-right: -61px
    }
}

#ModalSEO h1 {
    margin: 0 0 15px;
    font-weight: 100;
    line-height: 1.1em
}

@media screen and (max-width: 1023px) {
    #ModalSEO h1 {
        font-size:20px;
        font-size: 2rem
    }
}

.consumer-services-wrapper {
    padding-bottom: 5%
}

@media screen and (max-width: 1023px) {
    .consumer-services-wrapper {
        padding:0;
        text-align: center
    }
}

.consumer-services-wr {
    padding: 5% 10%;
    margin: 0 auto
}

@media screen and (max-width: 1441px) {
    .consumer-services-wr {
        width:100%
    }
}

.warrantyp .faq-banner h3:empty {
    display: none
}

.warranty {
    padding: 24px
}

.warranty p {
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.4em;
    margin: 0
}

.downloads .inner {
    width: 100%;
    padding: 0 20px 18px;
    margin: 0 0 15px
}

.downloads .inner:nth-child(even) .item {
    border-right: 0
}

.downloads .item {
    margin-bottom: 50px
}

.downloads .item h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 20px
}

.downloads .item h3 {
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 5px 0
}

.downloads .item p {
    line-height: 31px;
    padding-left: 40px;
    position: relative
}

.rtl .downloads .item p {
    padding-right: 40px
}

.downloads .item p:first-of-type::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 13px
}

.rtl .downloads .item p:first-of-type::before {
    right: 0;
    left: auto
}

.downloads .item a.downloadPDF {
    background: url("../img/icon/pdf_picto.png") no-repeat;
    padding: 2px 0 4px 24px
}

.downloads .item .consumer-services-content-txt {
    display: table;
    width: 100%
}

.downloads .item .consumer-services-content-txt ul {
    margin-left: 50px;
    font-size: 10px;
    font-size: 1rem
}

.downloads .item .consumer-services-content-txt ul li {
    padding-left: 11px;
    line-height: 26px
}

.downloads .item .consumer-services-content-txt ul li span {
    font-size: 20px;
    font-size: 2rem
}

.downloads .item .consumer-services-content-txt .content-let {
    display: table-cell;
    vertical-align: top
}

.downloads .item .consumer-services-content-txt .content-right {
    display: table-cell;
    vertical-align: middle;
    width: 350px;
    text-align: center
}

.downloads .item .consumer-services-content-txt a {
    transition: all 0.4s;
    border: none;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px
}

@media screen and (max-width: 1023px) {
    .downloads .item .consumer-services-content-txt a {
        width:100%
    }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
    .downloads .item .consumer-services-content-txt a {
        display:block;
        margin: 10px auto 0
    }
}

.downloads .item .consumer-services-content-txt a.download {
    width: 204px;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 15px 20px
}

.downloads .item .consumer-services-content-txt a.download:last-child {
    margin-right: 0
}

.downloads .item .consumer-services-content-txt a.download::before {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    margin: 0 auto 8px;
    background-image: url("../img/icon/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -22px
}

.downloads .item .consumer-services-content-txt a.download:hover {
    text-decoration: none
}

.downloads .item .consumer-services-content-txt .content-liens {
    padding-top: 10px
}

.downloads .item .consumer-services-bloc-ban {
    border-top: 4px solid;
    padding: 15px 0 0 0
}

.downloads .item .consumer-services-bloc-ban .consumer-services-bloc-ban-txt {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 31px
}

.downloads .item .consumer-services-bloc-ban p {
    text-align: left;
    padding-left: 0
}

.downloads .item .consumer-services-bloc-ban p:first-of-type::before {
    display: none
}

.downloads .item-wrap:last-child .item {
    margin-bottom: 0
}

.contact {
    padding: 32px 0 70px
}

.contact .container,.contact .teaser-container {
    width: 960px;
    margin: 0 auto
}

@media screen and (max-width: 1023px) {
    .contact .container,.contact .teaser-container {
        width:100%
    }
}

#CarouselGuide {
    margin-bottom: 0
}

#CarouselGuide a {
    display: block;
    text-decoration: none
}

#CarouselGuide h3 {
    font-weight: 100;
    margin: 25px 0 20px;
    position: relative;
    z-index: 20;
    line-height: 1.1em;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (max-width: 1023px) {
    #CarouselGuide h3 {
        padding:0 15px
    }
}

#zone-contact-intro {
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.6em
}

#zone-contact-intro a {
    text-decoration: none
}

@media screen and (max-width: 1023px) {
    #zone-contact {
        padding:0 15px
    }
}

#zone-contact .label {
    float: left;
    min-height: 30px;
    background: none;
    text-shadow: none;
    text-align: right;
    width: 240px;
    font-size: 14.5px;
    font-size: 1.45rem;
    border-radius: 0
}

.rtl #zone-contact .label {
    float: right;
    text-align: left
}

#zone-contact table,#zone-contact .radioButtonTable {
    width: 240px
}

#zone-contact table label,#zone-contact .radioButtonTable label {
    line-height: 12px
}

#zone-contact table input[type=RADIO],#zone-contact .radioButtonTable input[type=RADIO] {
    float: left;
    margin: 0 10px 0 0
}

.rtl #zone-contact table input[type=RADIO],.rtl #zone-contact .radioButtonTable input[type=RADIO] {
    float: right;
    margin: 0 0 0 10px
}

#zone-contact select,#zone-contact .inputDropdown,#zone-contact .inputText {
    border-radius: 0;
    height: 30px;
    width: 240px
}

.page-CSSContactUsSimplePage .master-ban-head .desc,.page-CSSContactUsPage .master-ban-head .desc {
    padding: 5% 10%;
    margin-bottom: 22.5px;
    overflow: hidden
}

.page-CSSContactUsSimplePage .master-ban-head .desc li,.page-CSSContactUsPage .master-ban-head .desc li {
    list-style: none
}

.page-CSSContactUsSimplePage .master-ban-head .desc b,.page-CSSContactUsPage .master-ban-head .desc b {
    font-weight: normal
}

.page-CSSContactUsSimplePage .master-ban-head .desc h1,.page-CSSContactUsSimplePage .master-ban-head .desc h2,.page-CSSContactUsPage .master-ban-head .desc h1,.page-CSSContactUsPage .master-ban-head .desc h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsSimplePage .master-ban-head .desc,.page-CSSContactUsPage .master-ban-head .desc {
        margin:0;
        padding: 5% 10% 5% 10%
    }
}

.page-CSSContactUsSimplePage .main-content .dynamic-forms #AjaxContact p,.page-CSSContactUsPage .main-content .dynamic-forms #AjaxContact p {
    text-transform: none
}

.page-CSSContactUsSimplePage .panel-contact,.page-CSSContactUsPage .panel-contact {
    padding: 5% 20px;
    text-align: center;
    margin-bottom: 4%
}

.page-CSSContactUsSimplePage .panel-contact .container,.page-CSSContactUsSimplePage .panel-contact .teaser-container,.page-CSSContactUsPage .panel-contact .container,.page-CSSContactUsPage .panel-contact .teaser-container {
    padding: 0
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsSimplePage .panel-contact .container,.page-CSSContactUsSimplePage .panel-contact .teaser-container,.page-CSSContactUsPage .panel-contact .container,.page-CSSContactUsPage .panel-contact .teaser-container {
        overflow-x:scroll;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsSimplePage .panel-contact,.page-CSSContactUsPage .panel-contact {
        margin-bottom:0
    }
}

@media screen and (max-width: 1441px) {
    .page-CSSContactUsSimplePage iframe,.page-CSSContactUsPage iframe {
        overflow-x:scroll;
        width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsSimplePage .dynamic-forms,.page-CSSContactUsPage .dynamic-forms {
        margin:0
    }
}

.store-on-line-intro {
    padding: 0 0 37px
}

.store-on-line-intro .border {
    margin: 0 0 24px
}

.store-on-line-intro p {
    margin: 0 24px;
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.4em
}

@media screen and (max-width: 1023px) {
    .store-on-line-intro p {
        margin:0
    }
}

@media screen and (max-width: 1023px) {
    .page-StoreFinderOnLinePage .filters-recipes {
        padding:0
    }
}

.online-stores.row-fluid {
    margin: 24px 0 0 0
}

.online-stores.row-fluid .lame-filter-list {
    margin: 0 0 10px
}

.online-stores.row-fluid .span4 {
    padding: 24px;
    width: 33%;
    margin: 0 0 5px;
    height: 150px;
    clear: none
}

@media screen and (max-width: 1023px) {
    .online-stores.row-fluid .span4 {
        width:50%;
        clear: none;
        padding: 10px;
        margin: 0;
        height: 130px
    }
}

@media screen and (max-width: 599px) {
    .online-stores.row-fluid .span4 {
        height:100px
    }
}

.rtl .online-stores.row-fluid .span4 {
    float: right
}

.online-stores.row-fluid .span4 img {
    max-width: 100%;
    height: auto
}

.page-CSSContactUsPage #ContactUsCountryFormContact .span6 {
    width: 100%
}

.page-CSSContactUsPage #ContactUsCountryFormContact .span6 select {
    width: 270px
}

.rtl .page-CSSContactUsPage .form-horizontal .controls {
    margin-right: 180px;
    margin-left: 0
}

.rtl .page-CSSContactUsPage .row-fluid .offset2 {
    margin-right: 19.148936170212764%;
    margin-left: 0
}

.rtl .page-CSSContactUsPage .row-fluid .offset1:first-child {
    margin-right: 8.51063829787234%;
    margin-left: 0
}

.rtl .page-CSSContactUsPage .row-fluid .offset3:first-child {
    margin-right: 25.53191489361702%;
    margin-left: 0
}

.page-CSSContactUsPage li,.page-CSSContactUsPage p {
    font-size: 14.5px;
    font-size: 1.45rem
}

.page-CSSContactUsPage li a {
    text-decoration: none
}

.page-CSSContactUsPage li a:hover {
    color: #f38230
}

.page-CSSContactUsPage .profil-contact-form li {
    text-align: left
}

.page-CSSContactUsPage .formContact fieldset {
    margin: 30px 0 0;
    padding: 20px;
    border: 0;
    overflow: visible;
    position: relative
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsPage .formContact fieldset {
        padding:20px 15px
    }
}

.page-CSSContactUsPage .formContact fieldset legend {
    padding: 20px 0 10px;
    position: relative;
    line-height: 24px
}

.page-CSSContactUsPage .formContact fieldset .control-group {
    margin-bottom: 18px
}

.page-CSSContactUsPage .formContact fieldset .row-fluid {
    position: relative
}

.page-CSSContactUsPage .formContact fieldset select,.page-CSSContactUsPage .formContact fieldset input[type=TEXT] {
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #FFF;
    border: 1px solid #CCC;
    position: relative;
    height: auto;
    width: 100%
}

.page-CSSContactUsPage .formContact fieldset label.checkbox input {
    margin-top: 0
}

.page-CSSContactUsPage .formContact fieldset .control-label {
    padding-top: 0
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsPage .formContact fieldset .control-label {
        text-align:left;
        width: auto
    }
}

.page-CSSContactUsPage .formContact fieldset .controls>.radio,.page-CSSContactUsPage .formContact fieldset .controls>.checkbox,.page-CSSContactUsPage .formContact fieldset .controls>.radio:first-child,.page-CSSContactUsPage .formContact fieldset .controls>.checkbox:first-child {
    padding-top: 0
}

.page-CSSContactUsPage .formContact fieldset#RequestFormContact label,.page-CSSContactUsPage .formContact fieldset#RequestFormContact p {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 3px
}

.page-CSSContactUsPage .formContact fieldset#RequestFormContact #input_request_ref {
    margin: 0 0 10px
}

.page-CSSContactUsPage .formContact fieldset#RequestFormContact #input_request_ref,.page-CSSContactUsPage .formContact fieldset#RequestFormContact #input_request_message {
    font-size: 13px;
    font-size: 1.3rem
}

.page-CSSContactUsPage .formContact fieldset:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eaeeef
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsPage #FormContactActions {
        margin-bottom:20px
    }
}

.page-CSSContactUsPage #FormContactActions .form-actions {
    background: transparent;
    padding: 25px 0 0 0;
    margin: 0;
    border: 0
}

.page-CSSContactUsPage #FormContactActions .form-actions button {
    display: inline-block;
    margin: 0 0 0 15px;
    width: auto
}

.page-CSSContactUsPage .row-fluid.lame-seo {
    margin-bottom: 60px
}

.accessories {
    padding-bottom: 60px
}

.accessories .bloc-head {
    margin: 0 auto 25px
}

.accessories .chapter-bloc p {
    text-align: center;
    font-size: 14.5px;
    font-size: 1.45rem
}

@media screen and (max-width: 1023px) {
    .accessories .chapter-bloc p {
        padding:0 15px
    }
}

.accessories .chapter-bloc p.small {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px
}

.garantie .cols-guarantee {
    width: 30%;
    float: left;
    margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .garantie .cols-guarantee {
        width:50%
    }
}

@media screen and (max-width: 599px) {
    .garantie .cols-guarantee {
        width:100%
    }
}

.garantie .cols-guarantee:last-child {
    float: none
}

.garantie .cols-guarantee p,.garantie .cols-guarantee a {
    display: inline-block
}

.garantie .cols-guarantee p {
    text-transform: uppercase
}

.garantie .cols-guarantee p.title {
    display: block;
    margin-bottom: 0
}

.garantie .cols-guarantee p.small {
    text-transform: lowercase
}

.garantie .cols-guarantee a {
    text-decoration: underline
}

.customercare-contact-col {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 310px
}

.customercare-contact-scrollfield {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 310px
}

.customercare-contact-scrollfield-label {
    border: 1px solid;
    float: left;
    max-height: 100px;
    overflow: auto;
    text-align: left;
    width: 300px
}

.panel-guides-dachats {
    padding-bottom: 20px
}

.panel-guides-dachats .items-bannieres {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.panel-guides-dachats .items-bannieres .item {
    list-style: none;
    margin: 0 3.127659574468085% 0 0;
    padding: 0;
    width: 13.893617021276595%;
    height: 150px;
    overflow: hidden;
    text-align: center
}

.panel-guides-dachats .items-bannieres .item:nth-child(6n) {
    margin-right: 0
}

.panel-guides-dachats .items-bannieres .item .border {
    margin-bottom: 10px;
    max-height: 79px;
    overflow: hidden
}

.panel-guides-dachats .items-bannieres .item .caption .title {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    transition: all 0.4s
}

.panel-guides-dachats .items-bannieres .item a:hover {
    text-decoration: none
}

@media screen and (min-width: 1024px) and (max-width: 1441px) {
    .panel-store-liste {
        padding-left:15px;
        padding-right: 15px
    }

    .panel-guides-dachats .container,.panel-guides-dachats .teaser-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel-guides-dachats .items-bannieres .item {
        width: 33.3333333%;
        margin: 0 0 10px 0;
        padding: 0 15px
    }

    .panel-guides-dachats .items-bannieres .item .border {
        max-height: 106px
    }

    .panel-guides-dachats .items-bannieres .item .border img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 1023px) {
    .page-UnsuccessfulPaymentPage .row-fluid .span12 .final-address {
        padding:0 15px
    }

    .page-UnsuccessfulPaymentPage .row-fluid .span12 .final-address h4 {
        padding: 0
    }

    .page-UnsuccessfulPaymentPage .row-fluid .offset1:first-child {
        margin: 0;
        width: 100%
    }

    .page-UnsuccessfulPaymentPage .cart-action .btn.btn-action {
        width: 100%;
        margin: 0
    }

    .page-StoreFinderOnLinePage .arrow-bloc-presentattion {
        display: none
    }

    .panel-store-liste {
        padding: 30px 15px
    }

    .panel-store-liste .thumbnails .span3 {
        width: 33.3333333%;
        height: 150px;
        padding: 0 15px;
        border-color: #aaaaaa
    }

    .panel-store-liste .thumbnails .span3 .border {
        height: 150px
    }

    .panel-store-liste .thumbnails .span3 .caption {
        display: none
    }

    .panel-guides-dachats .container,.panel-guides-dachats .teaser-container {
        padding: 0 15px
    }

    .panel-guides-dachats .bloc-title {
        padding: 0;
        margin-bottom: 50px
    }

    .panel-guides-dachats .bloc-title .title {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 40px
    }

    .panel-guides-dachats .bloc-title .desc {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 30px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .panel-guides-dachats .bloc-title .desc {
        font-size:25px;
        font-size: 2.5rem
    }
}

@media screen and (max-width: 1023px) {
    .panel-guides-dachats .items-bannieres .item {
        width:50%;
        margin: 0;
        padding: 0
    }

    .panel-guides-dachats .items-bannieres .item:nth-child(even) {
        padding-left: 15px
    }

    .panel-guides-dachats .items-bannieres .item:nth-child(odd) {
        padding-right: 15px
    }
}

@media screen and (max-width: 599px) {
    .panel-store-liste .thumbnails .span3 {
        height:100px
    }

    .panel-store-liste .thumbnails .span3 .border {
        height: 100%
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSWarrantyPage .master-ban-head .bloc-head,.page-CSSRepairers .master-ban-head .bloc-head,.page-ifu-categories-list .master-ban-head .bloc-head,.page-faq-categories-list .master-ban-head .bloc-head,.page-StoreFinderOnLinePage .master-ban-head .bloc-head,.page-CSSContactUsSimplePage .master-ban-head .bloc-head {
        background-position-x:-445px
    }
}

.page-CSSWarrantyPage .container-warranty,.page-InternationalWarrantyPage .container-warranty {
    margin-bottom: 0
}

.page-CSSWarrantyPage .master-ban-head .desc,.page-InternationalWarrantyPage .master-ban-head .desc {
    margin-bottom: 25px
}

.page-CSSWarrantyPage .master-ban-head .desc br,.page-InternationalWarrantyPage .master-ban-head .desc br {
    line-height: 45px
}

.page-CSSRepairers .communaute {
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .page-CSSContactUsPage .offset3 {
        margin:0 !important
    }
}

table.deliveryModeTable {
    border: 1px solid
}

table.deliveryModeTable td {
    border: 1px solid;
    padding: 6px
}

table.deliveryModeTable th {
    border: 1px solid;
    padding: 6px
}

.page-CSSRepairers .row-fluid,.page-storefinderPage .row-fluid {
    max-width: 100%
}

.page-CSSRepairers .filters-prod,.page-storefinderPage .filters-prod {
    margin-bottom: 22.5px
}

.page-CSSRepairers .filters-prod:not(.span3),.page-storefinderPage .filters-prod:not(.span3) {
    padding: 30px 0
}

.page-CSSRepairers .filtre-store,.page-storefinderPage .filtre-store {
    margin: 0
}

.page-CSSRepairers .search-style1,.page-storefinderPage .search-style1 {
    margin: 0;
    padding: 0;
    height: auto
}

.page-CSSRepairers .search-style1 input[type=text],.page-storefinderPage .search-style1 input[type=text] {
    border: none
}

.page-CSSRepairers .search-style1 input[type=text]:focus,.page-storefinderPage .search-style1 input[type=text]:focus {
    border: none
}

.page-CSSRepairers .search-style1 .sort,.page-storefinderPage .search-style1 .sort {
    display: block;
    position: static
}

.page-CSSRepairers .search-style1 .sort select,.page-storefinderPage .search-style1 .sort select {
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 5;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased
}

.page-CSSRepairers .search-style1 button,.page-storefinderPage .search-style1 button {
    top: auto;
    bottom: 0px
}

.page-CSSRepairers .filters-prod .header-search-repairs,.page-storefinderPage .filters-prod .header-search-repairs {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.page-CSSRepairers .filters-prod .header-search-repairs:after,.page-storefinderPage .filters-prod .header-search-repairs:after {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    margin: 15px auto 20px
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .filters-prod .header-search-repairs:after,.page-storefinderPage .filters-prod .header-search-repairs:after {
        width:25px
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .filters-prod #nearMeStorefinderForm p.text-center,.page-storefinderPage .filters-prod #nearMeStorefinderForm p.text-center {
        padding:0
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map,.page-storefinderPage .panel-centres-reparation-map {
        padding:0
    }

    .page-CSSRepairers .panel-centres-reparation-map .filters-recipes,.page-storefinderPage .panel-centres-reparation-map .filters-recipes {
        padding: 10px 0 0
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .filters-recipes,.page-storefinderPage .panel-centres-reparation-map .filters-recipes {
        padding-top:5px
    }
}

.page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span9,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span9 {
    float: right
}

.rtl .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span9,.rtl .page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span9 {
    float: left
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span9,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span9 {
        padding-top:0px
    }
}

.page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 {
    float: left;
    margin: 0;
    vertical-align: top
}

.rtl .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3,.rtl .page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 {
    float: right
}

.page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store {
    margin-bottom: 14px;
    padding: 15px 7px 15px 0;
    background: #F1F2F3
}

@media (min-width: 1024px) {
    .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store {
        padding:20px 10px 18px 0
    }
}

.page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store {
    max-height: 378px;
    overflow: auto;
    overflow-x: hidden
}

@media (min-width: 1024px) {
    .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store::-webkit-scrollbar,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store::-webkit-scrollbar {
        width:10px
    }
}

.page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store::-webkit-scrollbar-thumb,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store::-webkit-scrollbar-thumb {
    background-color: #BEBEBE;
    border-radius: 5.5px
}

.page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store::-webkit-scrollbar-track,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 5.5px
}

@media (min-width: 1024px) {
    .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .scroll-store .list-store {
        min-height:402px
    }
}

.rtl .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .slimScrollBar,.rtl .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3 .slimScrollRail,.rtl .page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .slimScrollBar,.rtl .page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3 .slimScrollRail {
    left: 0 !important;
    right: auto !important
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .filters-prod .search-style1,.page-storefinderPage .panel-centres-reparation-map .filters-prod .search-style1 {
        margin:0 0 10px
    }

    .page-CSSRepairers .panel-centres-reparation-map .filters-prod .filtre-store,.page-storefinderPage .panel-centres-reparation-map .filters-prod .filtre-store {
        margin: 0
    }

    .page-CSSRepairers .panel-centres-reparation-map .filters-prod .filtre-store p,.page-storefinderPage .panel-centres-reparation-map .filters-prod .filtre-store p {
        padding: 10px 0
    }
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod form,.page-storefinderPage .panel-centres-reparation-map .filters-prod form {
    margin-top: 10px;
    line-height: 13px
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod form p,.page-storefinderPage .panel-centres-reparation-map .filters-prod form p {
    padding: 0px
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .filters-prod form,.page-storefinderPage .panel-centres-reparation-map .filters-prod form {
        margin:0px 25px 0
    }

    .page-CSSRepairers .panel-centres-reparation-map .filters-prod form br,.page-storefinderPage .panel-centres-reparation-map .filters-prod form br {
        display: none
    }
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod form#nearMeStorefinderForm,.page-storefinderPage .panel-centres-reparation-map .filters-prod form#nearMeStorefinderForm {
    margin-top: 0
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod form#nearMeStorefinderForm br,.page-storefinderPage .panel-centres-reparation-map .filters-prod form#nearMeStorefinderForm br {
    display: none
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination {
    text-align: center;
    margin: -5px 0 0 0
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li a,.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li span,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li a,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li span {
    border: 0;
    background: none;
    padding: 0 3px;
    font-size: 13px;
    font-size: 1.3rem
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child span,.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child a,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child span,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child a {
    padding-right: 20px;
    font-size: 15px;
    font-size: 1.5rem
}

.rtl .page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child span,.rtl .page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child a,.rtl .page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child span,.rtl .page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:first-child a {
    padding-right: 20px
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child span,.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child a,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child span,.page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child a {
    padding-left: 20px;
    font-size: 15px;
    font-size: 1.5rem
}

.rtl .page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child span,.rtl .page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child a,.rtl .page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child span,.rtl .page-storefinderPage .panel-centres-reparation-map .filters-prod .pagination ul>li:last-child a {
    padding-right: 20px
}

.page-CSSRepairers .panel-centres-reparation-map .store-locator-detail,.page-storefinderPage .panel-centres-reparation-map .store-locator-detail {
    padding: 40px 0 80px 0;
    margin: 0 0 0 -2%;
    width: 102%
}

.rtl .page-CSSRepairers .panel-centres-reparation-map .store-locator-detail,.rtl .page-storefinderPage .panel-centres-reparation-map .store-locator-detail {
    margin: 0 -2% 0 0
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .reparation-presentattion,.page-storefinderPage .panel-centres-reparation-map .reparation-presentattion {
        margin-bottom:0;
        padding: 8% 1%;
        padding-top: 0
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .reparation-presentattion,.page-storefinderPage .panel-centres-reparation-map .reparation-presentattion {
        padding-bottom:40px
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .span3,.page-CSSRepairers .panel-centres-reparation-map .span9,.page-CSSRepairers .panel-centres-reparation-map .span12,.page-storefinderPage .panel-centres-reparation-map .span3,.page-storefinderPage .panel-centres-reparation-map .span9,.page-storefinderPage .panel-centres-reparation-map .span12 {
        width:100%;
        margin: 0
    }

    .page-CSSRepairers .panel-centres-reparation-map .span9,.page-CSSRepairers .panel-centres-reparation-map .span12,.page-storefinderPage .panel-centres-reparation-map .span9,.page-storefinderPage .panel-centres-reparation-map .span12 {
        padding: 0 15px
    }

    .page-CSSRepairers .panel-centres-reparation-map #StoreLocatorZone .span3,.page-CSSRepairers .panel-centres-reparation-map .content-list-store,.page-storefinderPage .panel-centres-reparation-map #StoreLocatorZone .span3,.page-storefinderPage .panel-centres-reparation-map .content-list-store {
        display: none
    }

    .page-CSSRepairers .panel-centres-reparation-map .store-locator-detail,.page-storefinderPage .panel-centres-reparation-map .store-locator-detail {
        padding-top: 0;
        padding-bottom: 45px
    }
}

.page-storefinderPage .btn-store-on .inner>a {
    margin: 10px 5px
}

.page-storefinderPage .btn-store-on .inner>a.krups-btn {
    border-radius: 50px
}

.page-storefinderPage .btn-store-on .inner>a.btn-block {
    display: block
}

@media (max-width: 1023px) {
    .page-CSSRepairers .master-ban-head .caption {
        margin-bottom:40px !important
    }
}

.master-ban-head {
    margin: auto
}

.master-ban-head .header-banner .visual {
    display: none
}

.master-ban-head .header-banner .caption {
    margin: 0 0 20px
}

@media (max-width: 1023px) {
    .master-ban-head .header-banner .caption {
        margin-top:20px !important
    }
}

@media (min-width: 1024px) {
    .master-ban-head .header-banner .caption {
        margin:20px 0 60px
    }
}

.master-ban-head .header-banner .caption .title {
    display: inline-block;
    vertical-align: bottom
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .boutique-accessoire .master-ban-head .header-banner .caption {
        margin-top:20px
    }
}

.yCmsContentSlot.bloc-title {
    margin: 0
}

@media (min-width: 1024px) {
    .yCmsContentSlot.bloc-title {
        margin:0 0 88px
    }
}

.yCmsContentSlot.bloc-title h2 {
    margin: 20px 0
}

@media (min-width: 1024px) {
    .yCmsContentSlot.bloc-title h2 {
        margin:20px 0 30px
    }
}

.yCmsContentSlot.bloc-title .h3 {
    display: block;
    font-weight: 500;
    margin: 30px 0 15px
}

.h1TagSEO h1.h1Tag {
    margin: 25px 0 25px 0;
    border: 1px solid #DDD;
    color: #888;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 1%;
    border-radius: 6px 6px 0px
}

@media screen and (max-width: 1023px) {
    .h1TagSEO h1.h1Tag {
        margin:25px 5px 5px 5px
    }
}

@media screen and (min-width: 721px) and (max-width: 1022px) {
    .h1TagSEO h1.h1Tag {
        margin:25px 10px 5px
    }
}

.h1TagSEO+.span12 {
    margin: 0
}

.pos-info-block-glow {
    outline: 0 none;
    transition: border-color 0.5s ease-in-out;
    border: 1px solid #fff
}

.pos-info-block-glow.activate {
    border-color: #f5821f !important
}

.pos-features-not-found {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.details-store-off.pos-features-details {
    padding: 0;
    width: 100%;
    margin-bottom: 20px
}

.details-store-off.pos-features-details .store-details {
    height: 100%
}

.details-store-off.pos-features-details .store-details .inner {
    height: 100%
}

.details-store-off.pos-features-details h4 {
    margin-bottom: 15px
}

@media screen and (max-width: 1023px) {
    .details-store-off.pos-features-details h4 {
        font-size:13px;
        font-size: 1.3rem
    }
}

.details-store-off.pos-features-details h4 span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 10px;
    color: #f5821f;
    margin: 0
}

@media screen and (max-width: 1023px) {
    .details-store-off.pos-features-details h4 span {
        min-height:auto
    }
}

.pos-features-table {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px 0
}

@media screen and (max-width: 1023px) {
    .pos-features-table {
        display:block
    }
}

.pos-features-table-row {
    display: table-row
}

@media screen and (max-width: 1023px) {
    .pos-features-table-row {
        display:block
    }
}

.pos-features-table-cell {
    display: table-cell
}

@media screen and (max-width: 1023px) {
    .pos-features-table-cell {
        display:block
    }
}

.pos-features-table-cell:nth-child(odd) {
    width: 300px;
    max-width: 300px;
    padding: 0 10px
}

@media screen and (max-width: 1023px) {
    .pos-features-table-cell:nth-child(odd) {
        width:100%;
        max-width: 100%
    }
}

.pos-features-table-cell:nth-child(odd) ul {
    list-style: none
}

.pos-features-table-cell:nth-child(even) {
    border-left: 1px solid #dadada;
    padding-left: 45px;
    text-align: left
}

@media screen and (max-width: 1023px) {
    .pos-features-table-cell:nth-child(even) {
        padding-left:0;
        text-align: center;
        border-left: 0
    }
}

.pos-features-table-cell:nth-child(even) .h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0;
    text-transform: uppercase
}

@media screen and (max-width: 1023px) {
    .pos-features-table-cell:nth-child(even) .h2 {
        margin:30px 0 10px
    }
}

.pos-features-table-cell:nth-child(even) ul {
    display: block;
    list-style-type: disc;
    padding-left: 20px
}

@media screen and (max-width: 1023px) {
    .pos-features-table-cell:nth-child(even) ul {
        padding:0 40px 15px;
        text-align: left
    }
}

.pos-features-table-cell:nth-child(even) ul li {
    line-height: 25px
}

.pos-features-table-cell:nth-child(even) ul li span {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    left: -2px
}

.page-CSSRepairersWithMap .pos-features-table-cell a[href^="mailto"] {
    display: inline;
    margin: 0;
    width: auto
}

.pos-features-table-cell .krups-btn {
    background-color: #f5821f;
    color: #fff;
    padding: 10px 13px;
    border-radius: 100px;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    display: table;
    margin: 10px auto 0;
    min-width: 101px;
    letter-spacing: 1.2px
}

.pos-features-table-cell .krups-btn:hover {
    background-color: #f5a561
}

.pos-features-table-cell .pos-address {
    font-size: 13px;
    font-size: 1.3rem
}

.pos-features-table-cell .pos-address span {
    display: block
}

.google-maps .gm-style-iw a.pos-feature-link {
    color: #f47a14;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
    position: relative;
    top: -6px
}

.row-fluid.google-maps.list-store-off .row-fluid [class*=span]:first-child,#StoreLocator .span4.store-list:first-of-type {
    margin-left: 0
}

@media screen and (min-width: 1023px) {
    #StoreLocator.google-maps.list-store-off {
        padding-left:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-CSSRepairers #StoreLocator,.page-CSSRepairersWithMap #StoreLocator {
        margin-left:-7px;
        margin-right: -7px
    }

    .page-CSSRepairers #StoreLocator:before,.page-CSSRepairers #StoreLocator:after,.page-CSSRepairersWithMap #StoreLocator:before,.page-CSSRepairersWithMap #StoreLocator:after {
        content: " ";
        display: table
    }

    .page-CSSRepairers #StoreLocator:after,.page-CSSRepairersWithMap #StoreLocator:after {
        clear: both
    }
}

@media (min-width: 1442px) {
    .page-CSSRepairers #StoreLocator,.page-CSSRepairersWithMap #StoreLocator {
        margin-left:-10px;
        margin-right: -10px
    }

    .page-CSSRepairers #StoreLocator:before,.page-CSSRepairers #StoreLocator:after,.page-CSSRepairersWithMap #StoreLocator:before,.page-CSSRepairersWithMap #StoreLocator:after {
        content: " ";
        display: table
    }

    .page-CSSRepairers #StoreLocator:after,.page-CSSRepairersWithMap #StoreLocator:after {
        clear: both
    }
}

.page-CSSRepairers #StoreLocator .store-locator-detail,.page-storefinderPage #StoreLocator .store-locator-detail {
    padding: 10px 0 80px 0;
    margin: 0 0 0 0%;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers #StoreLocator .store-locator-detail,.page-storefinderPage #StoreLocator .store-locator-detail {
        padding:0 15px 80px 15px;
        float: left
    }
}

.page-CSSRepairers #StoreLocator .store-locator-detail .details-store-off,.page-storefinderPage #StoreLocator .store-locator-detail .details-store-off {
    margin: 0 0 3% 0
}

.page-CSSRepairers #StoreLocatorZone .span4.filters-recipes,.page-storefinderPage #StoreLocatorZone .span4.filters-recipes {
    padding: 0 5px;
    margin-left: 0;
    margin-bottom: 20px
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers #StoreLocatorZone .span9,.page-storefinderPage #StoreLocatorZone .span9 {
        padding:0
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .filters-prod,.page-storefinderPage .filters-prod {
        margin-bottom:0
    }
}

#repair-store-filter .repairs_filters {
    background: #fff;
    border-bottom: 1px solid #bfbdbe;
    padding: 0
}

@media screen and (max-width: 1023px) {
    #repair-store-filter .repairs_filters {
        border:1px solid #bfbdbe;
        border-top: 0;
        margin-bottom: 0
    }
}

#repair-store-filter .repairs_filters .input-container {
    color: #4e4e4e;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 7px 24px
}

#repair-store-filter .repairs_filters .input-container input[type='checkbox'] {
    margin-top: 4px;
    margin-right: 8px;
    min-width: 13px
}

#repair-store-filter .filter-list .name,#repair-store-filter .subfilter .h3 {
    position: relative
}

#repair-store-filter .filter-list .name:after,#repair-store-filter .subfilter .h3:after {
    display: block;
    position: absolute;
    font-size: 1.6rem;
    right: 20px;
    top: 50%;
    content: "\e600";
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(-90deg)
}

#repair-store-filter .filter-list .collapsed.name:after,#repair-store-filter .subfilter .collapsed.h3:after {
    transform: translateY(-50%) rotate(90deg)
}

#repair-store-filter .filter-list .name {
    background: #232120;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 16px 29px 15px 15px;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    #repair-store-filter .filter-list .name {
        text-align:center;
        padding: 14px 29px 13px 15px
    }

    #repair-store-filter .filter-list .name:after {
        content: "";
        display: none
    }
}

#repair-store-filter .h3 {
    color: #4e4e4e;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    border-bottom: 1px solid #bfbdbe;
    padding: 12px 15px;
    background: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 1023px) {
    #repair-store-filter .h3 {
        font-size:14px;
        font-size: 1.4rem;
        padding: 14px 15px;
        border-left: 1px solid #bfbdbe;
        border-right: 1px solid #bfbdbe
    }
}

#repair-store-filter .subfilter .h3 {
    background: #bfbdbe none scroll;
    color: #fff
}

#repair-store-filter .subfilter .repairs_filters .input-container {
    padding: 12px 24px;
    border-bottom: 3px double #f9f9f9
}

@media (min-width: 1024px) {
    #repair-store-filter .subfilter .repairs_filters .input-container {
        border-bottom:2px solid #f9f9f9
    }
}

#repair-store-filter .subfilter .repairs_filters .input-container:last-child {
    border-bottom: none
}

@media screen and (max-width: 1023px) {
    #repair-store-filter {
        background:#fff;
        margin: 16px 8px
    }
}

#repair-store-filter .accordion-group {
    padding: 0 10px;
    border: none
}

@media screen and (max-width: 1023px) {
    #repair-store-filter .accordion-group {
        padding:20px 0;
        margin-bottom: 0
    }
}

#repair-store-filter .accordion-group .accordion-heading {
    background-color: #EEEEF0;
    text-transform: uppercase;
    text-decoration: none;
    position: relative
}

#repair-store-filter .accordion-group .accordion-heading a {
    background: #232120;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 15px
}

#repair-store-filter .accordion-group .accordion-heading a:hover,#repair-store-filter .accordion-group .accordion-heading a:focus {
    text-decoration: none
}

#repair-store-filter .accordion-group .accordion-heading span.accordion-more {
    position: absolute;
    top: 24px;
    transform: translateY(-50%);
    right: 5%
}

#repair-store-filter .accordion-group .accordion-heading span.accordion-more:before {
    content: "\e900";
    font-weight: normal;
    font-size: 1rem;
    display: block;
    color: #fff
}

#repair-store-filter .accordion-group .accordion-heading .accordion-toggle.active span.accordion-more:before {
    content: "\e902"
}

#StoreLocator.ajax-overlay {
    position: relative
}

#StoreLocator.ajax-overlay .list-store-off,#StoreLocator.ajax-overlay .store-list {
    filter: opacity(15%)
}

#StoreLocator.ajax-overlay:before {
    top: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../img/img-defer-spinner-small.svg);
    position: absolute;
    display: block;
    z-index: 1
}

.filters-container form {
    margin: 0
}

.page-CSSRepairers .panel-centres-reparation-map .filters-prod .pagination ul>li.active a {
    color: #f38230
}

.crumbs-container .crumbs {
    list-style: none;
    margin: 10px !important
}

.crumbs-container .crumbs .crumb {
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    background: #f2f2f2;
    margin: 5px
}

@media screen and (min-width: 1024px) {
    .crumbs-container .crumbs .crumb {
        background:#fff
    }
}

.crumbs-container .crumbs .crumb span,.crumbs-container .crumbs .crumb a {
    vertical-align: middle
}

.crumbs-container .crumbs .crumb a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #f38230
}

.crumbs-container .crumbs .filter-init {
    background: #f38230;
    color: #fff;
    cursor: pointer
}

.crumbs-container .crumbs .filter-init:hover,.crumbs-container .crumbs .filter-init:active {
    background: #e3670d
}

.repairs-filter-distance {
    padding-bottom: 0 !important
}

.repairs-filter-distance .input-append {
    padding: 9px 0 0 !important;
    min-height: 72px !important
}

@media (max-width: 599px) {
    .repairs-filter-distance .input-append {
        margin-left:-1%;
        margin-right: -1%
    }

    .repairs-filter-distance .input-append:before,.repairs-filter-distance .input-append:after {
        content: " ";
        display: table
    }

    .repairs-filter-distance .input-append:after {
        clear: both
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .repairs-filter-distance .input-append {
        margin-left:-1%;
        margin-right: -1%
    }

    .repairs-filter-distance .input-append:before,.repairs-filter-distance .input-append:after {
        content: " ";
        display: table
    }

    .repairs-filter-distance .input-append:after {
        clear: both
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .repairs-filter-distance .input-append {
        margin-left:-7px;
        margin-right: -7px
    }

    .repairs-filter-distance .input-append:before,.repairs-filter-distance .input-append:after {
        content: " ";
        display: table
    }

    .repairs-filter-distance .input-append:after {
        clear: both
    }
}

@media (min-width: 1442px) {
    .repairs-filter-distance .input-append {
        margin-left:-10px;
        margin-right: -10px
    }

    .repairs-filter-distance .input-append:before,.repairs-filter-distance .input-append:after {
        content: " ";
        display: table
    }

    .repairs-filter-distance .input-append:after {
        clear: both
    }
}

.repairs-filter-distance #find {
    display: none
}

.repairs-filter-distance label {
    text-align: left;
    margin: 10px 0
}

.repairs-filter-distance select,.repairs-filter-distance input {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    padding: 9px 25px 9px 20px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .repairs-filter-distance select,.repairs-filter-distance input {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .repairs-filter-distance select,.repairs-filter-distance input {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .repairs-filter-distance select,.repairs-filter-distance input {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .repairs-filter-distance select,.repairs-filter-distance input {
        height:45px;
        margin-bottom: 5px !important
    }
}

.repairs-filter-distance select {
    border-radius: 0;
    background: white;
    width: 100% !important;
    -webkit-appearance: none;
    border: 1px solid #999
}

@media (max-width: 1023px) {
    .repairs-filter-distance select {
        height:35px;
        text-align: center;
        padding: 4px 20px 9px
    }
}

@media (min-width: 1024px) {
    .repairs-filter-distance select {
        padding:9px 24px 9px 20px
    }
}

@media (min-width: 1442px) {
    .repairs-filter-distance select {
        padding:9px 46px 9px 20px
    }
}

.repairs-filter-distance select::-ms-expand {
    display: none
}

.repairs-filter-distance input {
    border-radius: 0;
    background: #F1F2F3;
    border: none
}

.repairs-filter-distance form {
    margin: 0 !important
}

@media screen and (max-width: 1023px) {
    .repairs-filter-distance .input-append {
        text-align:center
    }

    .repairs-filter-distance .search button[type=SUBMIT] {
        margin: auto;
        display: inline-block;
        position: relative;
        width: auto !important;
        height: auto !important;
        top: 20px;
        border: 0;
        padding: 0;
        background: none;
        text-align: center;
        text-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px
    }
}

@media screen and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .repairs-filter-distance .search button[type=SUBMIT] {
        font-size:16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .repairs-filter-distance .search button[type=SUBMIT] {
        font-size:18px;
        line-height: 26px
    }
}

@media screen and (max-width: 1023px) and (min-width: 1442px) {
    .repairs-filter-distance .search button[type=SUBMIT] {
        font-size:20px;
        line-height: 28px
    }
}

@media screen and (max-width: 1023px) {
    .repairs-filter-distance .search button[type=SUBMIT] span:before {
        display:inline-block;
        font-family: "wmf-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: 700;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 11px;
        font-size: 1.1rem;
        content: "\e900";
        -khtml-transform: translate(-9px, 0);
        transform: translate(-9px, 0)
    }

    .repairs-filter-distance .search button[type=SUBMIT] #find {
        display: block;
        min-width: 140px
    }

    .repairs-filter-distance .search button[type=SUBMIT] .search-icon,.repairs-filter-distance .search button[type=SUBMIT] search-icon:before,.repairs-filter-distance .search button[type=SUBMIT] search-icon:after {
        display: none !important
    }
}

.repairs-filter-distance .search input[type=TEXT] {
    border-radius: 0 !important
}

.repairs-filter-distance .text-center-sm {
    margin: 0 0 21px
}

@media (max-width: 1023px) {
    .repairs-filter-distance .text-center-sm {
        text-align:center
    }
}

.repairs-filter-distance #findStoresNearMe {
    color: #333;
    text-align: center;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 200px;
    padding: 9px 9px 9px 0;
    margin: 0 0 21px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .repairs-filter-distance #findStoresNearMe {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .repairs-filter-distance #findStoresNearMe {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .repairs-filter-distance #findStoresNearMe {
        font-size:24px;
        line-height: 30px
    }
}

.repairs-filter-distance #findStoresNearMe i {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 3px
}

@media screen and (min-width: 1024px) {
    .repairs-filter-distance #findStoresNearMe {
        text-align:left
    }

    .repairs-filter-distance #findStoresNearMe i {
        font-size: 30px;
        font-size: 3rem;
        margin-right: 5px
    }
}

.repairs-filter-distance .country-item-filter {
    position: relative
}

.repairs-filter-distance .country-item-filter:after {
    position: absolute;
    display: block;
    top: 16px;
    right: 15px;
    font-family: "wmf-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e900";
    -khtml-transform: rotate(90deg) translate(-75%, 0);
    transform: rotate(90deg) translate(-75%, 0)
}

@media screen and (min-width: 1024px) {
    .repairs-filter-distance .filter-list .name {
        display:block;
        text-transform: uppercase;
        background: transparent;
        line-height: 20px;
        font-size: 18rem
    }

    .repairs-filter-distance .caption {
        padding: 0 !important
    }

    .repairs-filter-distance .input-append {
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0 0 0 17px
    }

    .repairs-filter-distance .search button[type=SUBMIT] {
        top: 72px !important;
        height: 34px !important;
        min-width: unset !important;
        background-size: 24px;
        right: 40px;
        width: 34px;
        background: none;
        outline: none !important;
        box-shadow: none !important;
        padding: 0;
        font-size: 36px;
        font-size: 3.6rem
    }

    .repairs-filter-distance .rue-item-filter,.repairs-filter-distance .city-item-filter,.repairs-filter-distance .country-item-filter,.repairs-filter-distance .postal-item-filter {
        position: relative;
        min-height: 1px;
        width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .repairs-filter-distance .rue-item-filter input,.repairs-filter-distance .rue-item-filter select,.repairs-filter-distance .city-item-filter input,.repairs-filter-distance .city-item-filter select,.repairs-filter-distance .country-item-filter input,.repairs-filter-distance .country-item-filter select,.repairs-filter-distance .postal-item-filter input,.repairs-filter-distance .postal-item-filter select {
        width: 100%
    }
}

@media screen and (min-width: 1024px) and (max-width: 599px) {
    .repairs-filter-distance .rue-item-filter,.repairs-filter-distance .city-item-filter,.repairs-filter-distance .country-item-filter,.repairs-filter-distance .postal-item-filter {
        padding-left:1%;
        padding-right: 1%
    }
}

@media screen and (min-width: 1024px) and (min-width: 600px) {
    .repairs-filter-distance .rue-item-filter,.repairs-filter-distance .city-item-filter,.repairs-filter-distance .country-item-filter,.repairs-filter-distance .postal-item-filter {
        padding-left:1%;
        padding-right: 1%
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .repairs-filter-distance .rue-item-filter,.repairs-filter-distance .city-item-filter,.repairs-filter-distance .country-item-filter,.repairs-filter-distance .postal-item-filter {
        padding-left:7px;
        padding-right: 7px
    }
}

@media screen and (min-width: 1024px) and (min-width: 1442px) {
    .repairs-filter-distance .rue-item-filter,.repairs-filter-distance .city-item-filter,.repairs-filter-distance .country-item-filter,.repairs-filter-distance .postal-item-filter {
        padding-left:10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 1024px) {
    .repairs-filter-distance .country-item-filter {
        -khtml-flex:0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -o-flex: 0 0 25%;
        flex: 0 0 25%;
        position: relative;
        max-width: 25%
    }

    .repairs-filter-distance .country-item-filter:after {
        top: 25px;
        right: 15px
    }
}

@media screen and (min-width: 1024px) and (min-width: 1442px) {
    .repairs-filter-distance .country-item-filter:after {
        right:35px
    }
}

@media screen and (min-width: 1024px) {
    .repairs-filter-distance .search-icon {
        width:25px !important;
        height: 25px !important;
        right: 20% !important;
        border: 3px solid #f38230 !important
    }

    .repairs-filter-distance .search-icon:before,.repairs-filter-distance .search-icon:after {
        background-color: #f38230 !important;
        width: 2px !important;
        height: 8px !important;
        right: -1px !important;
        top: 16px !important
    }
}

.repairs-filter-distance .errM {
    color: red;
    text-align: left;
    font-weight: 100
}

.repairs-filter-distance .header-search-repairs {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.repairs-filter-distance .header-search-repairs:after {
    content: '';
    display: block;
    height: 5px;
    width: 120px;
    margin: 15px auto 20px
}

@media screen and (max-width: 1023px) {
    .details-store-off {
        float:none !important
    }

    .details-store-off .display-buttons-desktop {
        display: none
    }
}

@media screen and (min-width: 721px) {
    .display-buttons-mobile {
        display:none
    }
}

@media screen and (min-width: 1024px) and (max-width: 1441px) {
    #cssRepairersMapFilter .row-fluid .span3 {
        width:20% !important
    }

    #cssRepairersMapFilter .row-fluid .span9 {
        width: 70% !important
    }
}

@media screen and (max-width: 1023px) {
    .page-CSSRepairers .panel-centres-reparation-map .span9 {
        padding:0 !important
    }
}

@media screen and (max-width: 1023px) {
    #ModalMessage .page-CSSRepairersWithMap .repairs-filter-distance .search button[type=SUBMIT] {
        top:42px !important;
        margin-bottom: 30px !important;
        font-size: 3vw
    }
}

#ModalMessage .page-CSSRepairersWithMap .caption {
    padding: 0 !important
}

#ModalMessage .page-CSSRepairersWithMap #nearMeStorefinderForm .text-center {
    padding: 0
}

@media screen and (min-width: 719px) {
    #ModalMessage .page-CSSRepairersWithMap .repairs-filter-distance .search button[type=SUBMIT] {
        right:24px !important
    }
}

@media screen and (max-width: 1024px) {
    #ModalMessage .page-CSSRepairersWithMap #StoreLocator .detailStore .details-store-off {
        border:1px solid #eaeeef
    }
}

@media screen and (min-width: 1024px) {
    #ModalMessage .page-CSSRepairersWithMap #repair-store-filter {
        margin-top:30px
    }
}

@media screen and (min-width: 1024px) {
    #ModalMessage .page-CSSRepairersWithMap #storeLocatorFragment .span3 {
        width:27% !important;
        float: left
    }
}

@media screen and (min-width: 1024px) {
    #ModalMessage .page-CSSRepairersWithMap #storeLocatorFragment .span9 {
        width:70% !important;
        float: left
    }
}

#ModalMessage .page-CSSRepairersWithMap #repair-store-search {
    margin: 0 !important
}

#cssRepairersMapFilter .filter-disabled .details-store-off {
    height: 377px !important
}

#cssRepairersMapFilter .filter-disabled .details-store-off .span4 {
    bottom: 60px !important
}

@media screen and (max-width: 719px) {
    #cssRepairersMapFilter .filter-disabled #StoreLocator .span12 .map-container {
        float:left !important;
        width: 100% !important
    }
}

@media screen and (max-width: 1023px) {
    #cssRepairersMapFilter .filter-disabled #StoreLocator>.span12.store-locator-detail>.detail-store {
        padding:0 15px 80px 15px !important
    }
}

#cssRepairersMapFilter .filter-disabled #StoreLocator .span12 {
    padding: 0 !important
}

.category-stage-section .category-stage-container {
    padding: 0;
    width: 100%
}

.category-stage-section a.thumbnail:hover,.category-stage-section a.thumbnail:focus {
    color: none;
    border-color: #fff;
    outline: none
}

.category-stage-items-container.collapse {
    display: block !important
}

#page-headline {
    margin-bottom: 45px
}

@media (max-width: 1023px) {
    #page-headline {
        margin-bottom:30px
    }
}

@media (max-width: 599px) {
    #page-headline {
        margin-bottom:17px
    }
}

@media (min-width: 1024px) {
    #page-headline {
        margin-top:5px
    }
}

#page-headline .headline .headline-title {
    color: #333;
    margin: 0;
    margin-bottom: 10px;
    font-size: 0;
    line-height: 0
}

@media (max-width: 599px) {
    #page-headline .headline .headline-title {
        margin-bottom:15px
    }
}

#page-headline .subline .subline-title {
    color: #333;
    margin: 0
}

@media (max-width: 599px) {
    #page-headline .subline .subline-title {
        padding:0 70px
    }
}

.category-stage-items-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

@media (min-width: 1442px) {
    .category-stage-items-container {
        width:1442px
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .category-stage-items-container {
        width:1024px
    }
}

@media (max-width: 599px) {
    .category-stage-items-container {
        padding:0 7.5%
    }
}

.category-stage-items-container .category-stage-items {
    padding-top: 70px;
    margin-right: 0
}

@media (max-width: 599px) {
    .category-stage-items-container .category-stage-items {
        display:block !important;
        padding-top: 35px;
        margin-right: -1%
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .category-stage-items-container .category-stage-items {
        padding-left:57px;
        padding-right: 57px;
        padding-top: 50px
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .category-stage-items-container .category-stage-items {
        margin-right:7%;
        margin-left: 7%
    }
}

@media (min-width: 1442px) {
    .category-stage-items-container .category-stage-items {
        margin:0;
        padding-left: 160px;
        padding-bottom: 20px
    }
}

.category-stage-item {
    display: block;
    float: left;
    position: relative;
    background: transparent;
    border: none;
    border-left: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    margin: 0
}

@media (max-width: 599px) {
    .category-stage-item {
        width:41.7%;
        border-left: none;
        text-align: center;
        padding: 0 1%;
        margin-bottom: 0;
        height: 163px
    }

    .category-stage-item:not(.item-set):nth-child(odd) {
        margin-left: 14.4%
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .category-stage-item {
        width:25%;
        min-height: 156px;
        padding: 0 15px;
        margin-bottom: 55px
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .category-stage-item {
        width:20%;
        height: 210px;
        padding: 0 15px;
        margin-bottom: 50px
    }
}

@media (min-width: 1442px) {
    .category-stage-item {
        width:240px;
        height: 210px;
        margin-bottom: 50px
    }
}

.item-image-container {
    margin-left: 20px;
    margin-bottom: 7px;
    position: relative;
    overflow: hidden
}

@media (max-width: 599px) {
    .item-image-container {
        width:100%;
        height: 83px;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .item-image-container {
        width:85px;
        height: 57px;
        margin-left: 0
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .item-image-container {
        width:150px;
        height: 85px;
        margin-left: 0
    }
}

@media (min-width: 1442px) {
    .item-image-container {
        width:130px;
        height: 85px
    }
}

.item-image-container .item-image {
    position: absolute;
    margin: auto 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}

.item-info {
    padding: 0 !important
}

@media (min-width: 1442px) {
    .item-info {
        width:200px;
        margin-left: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .item-info {
        width:150px
    }
}

@media (max-width: 599px) {
    .item-info {
        text-align:center;
        position: relative;
        height: 50px
    }
}

.item-info .item-name {
    color: #ffffff;
    font-weight: 300
}

@media (max-width: 599px) {
    .item-info .item-name {
        margin-top:0;
        margin-bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto 0
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .item-info .item-name {
        margin-top:0;
        margin-bottom: 0
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .item-info .item-name {
        margin-top:0;
        margin-bottom: 0
    }
}

@media (min-width: 1442px) {
    .item-info .item-name {
        margin-top:0;
        margin-bottom: 0
    }
}

.item-link.btn-arrow,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action {
    position: absolute;
    bottom: 0;
    color: #fff;
    border: 1px solid #fff
}

.item-link.btn-arrow .icon-arrow,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action .icon-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-50%)
}

@media (max-width: 599px) {
    .item-link,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action {
        display:none
    }
}

.item-link:hover,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action:hover {
    background-color: #fff
}

.item-link:hover .icon-arrow,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action:hover .icon-arrow {
    color: #000
}

.item-set {
    position: relative;
    float: left;
    width: 480px;
    border-radius: 0
}

@media (max-width: 599px) {
    .item-set {
        width:100%;
        height: 176px
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .item-set {
        width:50%;
        padding: 0 21px 0 15px
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .item-set {
        width:40%
    }
}

.item-set .item-image-container {
    position: relative;
    margin-bottom: 7px;
    margin-left: auto
}

@media (max-width: 599px) {
    .item-set .item-image-container {
        max-width:60%;
        height: 125px;
        margin-bottom: 0;
        margin-right: 0
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .item-set .item-image-container {
        width:63.708%;
        height: 132px
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .item-set .item-image-container {
        width:200px;
        height: 167px;
        margin-right: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1442px) {
    .item-set .item-image-container {
        width:243px;
        height: 167px;
        margin-right: 10%;
        margin-bottom: 0
    }
}

.item-set .item-image-container .item-image-set {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 599px) {
    .item-set .item-image-container .item-image-set {
        margin-right:0
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .item-set .item-image-container .item-image-set {
        top:0
    }
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .item-set .item-image-container .item-image-set {
        top:0
    }
}

@media (min-width: 1442px) {
    .item-set .item-image-container .item-image-set {
        top:0
    }
}

.item-set .item-info-set {
    float: left;
    position: absolute;
    bottom: 0;
    width: 26%;
    height: 100%;
    overflow: hidden
}

@media (max-width: 599px) {
    .item-set .item-info-set {
        bottom:0;
        left: 10%;
        width: 30%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .item-set .item-info-set {
        width:28%
    }
}

.item-set .item-info-set .item-name-set {
    position: absolute;
    bottom: 44%
}

@media (max-width: 599px) {
    .item-set .item-info-set .item-name-set {
        bottom:50px;
        width: 78px;
        top: auto;
        left: 50%;
        text-align: left;
        transform: translateX(-50%);
        text-align: center
    }
}

@media (min-width: 1442px) {
    .item-set .item-info-set .item-name-set {
        margin:0
    }
}

.show-more-section .separator-line {
    width: 85%;
    margin-top: 0;
    margin-bottom: 15px;
    border-top: 1px solid #E2E2E3;
    opacity: 0.56
}

.show-more-section .btn-show-more-products {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .show-more-section .btn-show-more-products {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .show-more-section .btn-show-more-products {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .show-more-section .btn-show-more-products {
        font-size:20px;
        line-height: 28px
    }
}

.show-more-section .btn-show-more-products i {
    font-size: 15px;
    margin-left: 15.5px
}

div#collapse-category-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 1024px) {
    .category-hero-section {
        min-width:503px
    }
}

.category-hero-section.wmf-loader * {
    visibility: hidden !important
}

.category-hero-section.wmf-loader .swiper-pagination-animation {
    animation-name: none !important
}

.category-hero-row {
    position: relative
}

.category-hero-header {
    display: block;
    float: left;
    width: 100%
}

@media (max-width: 599px) {
    .category-hero-header {
        margin-bottom:22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-header {
        margin-bottom:31px
    }
}

@media (min-width: 1024px) {
    .category-hero-header {
        margin-bottom:44px
    }
}

.category-hero-header h1 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px
}

.category-hero-header .h1 {
    display: inline-block;
    width: 100%
}

.category-hero-header .h2 {
    margin: 0;
    color: #333;
    display: inline-block;
    width: 100%;
    font-weight: 300
}

.category-hero-anchor {
    display: block;
    width: 100%;
    height: 481px;
    color: #333
}

@media (max-width: 1023px) {
    .category-hero-anchor {
        height:auto
    }
}

.category-hero-anchor:hover,.category-hero-anchor:focus {
    color: #333
}

.category-hero-background {
    background-color: #A9B7BD;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 599px) {
    .category-hero-background {
        height:180px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-background {
        height:384px
    }
}

@media (min-width: 1024px) {
    .category-hero-background {
        height:481px
    }
}

@media (min-width: 1024px) {
    .category-hero-background.light .category-hero-description .description,.category-hero-background.light .category-hero-description .price {
        color:#fff
    }

    .category-hero-background.light .category-hero-buttons .btn.btn-explore,.category-hero-background.light .category-hero-buttons .btn-cart-circle {
        color: #fff
    }

    .category-hero-background.light .category-hero-buttons .btn-cart-circle:after {
        background: #fff
    }

    .category-hero-background.light .category-hero-buttons .btn-cart-circle i {
        background: #F1F2F3;
        color: #888
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-image-cols {
        height:384px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.category-hero-content {
    display: block;
    float: left
}

.category-hero-content p {
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (max-width: 599px) {
    .category-hero-content {
        display:block;
        width: 100%;
        margin-top: 50px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-content {
        position:unset;
        display: block;
        width: 100%;
        margin-top: 20px
    }
}

.category-hero-description {
    margin-top: 0
}

@media (max-width: 1023px) {
    .category-hero-description {
        display:block;
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}

.category-hero-description .description {
    display: block;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: #333
}

@media (max-width: 599px) {
    .category-hero-description .description {
        display:block;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        color: #000;
        margin: 0 auto 5px auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-description .description {
        display:block;
        width: 433px;
        font-size: 22px;
        line-height: 28px;
        font-weight: 300;
        margin: 0 auto 5px auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-description .description {
        font-size:24px;
        line-height: 30px
    }
}

.category-hero-description .description:after {
    content: " "
}

.category-hero-description .price {
    display: block;
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px
}

@media (max-width: 599px) {
    .category-hero-description .price {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-description .price {
        width:100%;
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-description .price {
        font-size:24px;
        line-height: 30px
    }
}

.category-hero-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left
}

@media (min-width: 1024px) {
    .category-hero-buttons {
        height:50px
    }
}

@media (max-width: 599px) {
    .category-hero-buttons {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1023px) {
    .category-hero-buttons {
        text-align:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.category-hero-buttons .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px
}

@media (max-width: 599px) {
    .category-hero-buttons .btn {
        width:255px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-buttons .btn {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-buttons .btn {
        font-size:16px;
        line-height: 22px
    }
}

.category-hero-buttons .btn:hover,.category-hero-buttons .btn:focus {
    color: #333
}

@media (max-width: 1023px) {
    .category-hero-buttons .btn:hover,.category-hero-buttons .btn:focus {
        color:#333
    }
}

.category-hero-buttons .btn.btn-cart-circle {
    padding: 0;
    height: 50px;
    color: #333;
    border-right: none
}

@media (max-width: 599px) {
    .category-hero-buttons .btn.btn-cart-circle {
        -ms-flex-direction:row-reverse;
        flex-direction: row-reverse;
        padding: 0;
        margin: 0 auto 15px auto;
        height: 40px;
        color: #333;
        border-right: none
    }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
    .category-hero-buttons .btn.btn-cart-circle {
        color:#333
    }
}

.category-hero-buttons .btn.btn-cart-circle::after {
    content: "";
    display: inline-block;
    background: #333;
    width: 1px;
    height: 35px
}

@media (max-width: 599px) {
    .category-hero-buttons .btn.btn-cart-circle::after {
        display:none
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-buttons .btn.btn-cart-circle::after {
        margin:0 16px
    }
}

@media (min-width: 1024px) {
    .category-hero-buttons .btn.btn-cart-circle::after {
        margin:0 21px 0 22px
    }
}

@media (max-width: 599px) {
    .category-hero-buttons .btn.btn-cart-circle span {
        margin-right:15px
    }
}

.category-hero-buttons .btn.btn-cart-circle i {
    position: unset;
    background: #333;
    color: #fff;
    right: unset;
    top: unset
}

@media (min-width: 1024px) {
    .category-hero-buttons .btn.btn-cart-circle i {
        margin-right:15px
    }
}

.category-hero-buttons .btn.btn-explore {
    padding: 0;
    color: #333
}

@media (max-width: 599px) {
    .category-hero-buttons .btn.btn-explore {
        display:block
    }
}

@media (max-width: 599px) {
    .category-hero-buttons .btn.btn-explore i {
        top:1px;
        margin-left: 12px;
        font-size: 14px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-buttons .btn.btn-explore i {
        top:0;
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .category-hero-buttons .btn.btn-explore i {
        font-size:16px
    }
}

.category-hero-buttons .separator {
    display: block;
    width: 83.33333%;
    margin-top: 0;
    margin-bottom: 20px;
    border-color: #333
}

.category-hero-image {
    position: relative;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 1023px) {
    .category-hero-image {
        display:-ms-flexbox !important;
        display: flex !important;
        margin: auto !important
    }
}

.category-hero-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.category-hero-glow {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0
}

.category-hero-size {
    position: relative
}

@media (max-width: 599px) {
    .category-hero-size.extra .col-md-12 {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 180px
    }
}

.category-hero-size.extra .category-hero-glow {
    background-image: url(../img/glow_extra.png)
}

@media (max-width: 599px) {
    .category-hero-size.extra .category-hero-glow {
        top:31px;
        left: 0;
        right: 0;
        width: 238px;
        height: 105px;
        margin: 0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.extra .category-hero-glow {
        top:65px;
        left: 0.36%;
        right: 0;
        width: 494px;
        height: 218px;
        margin: 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.extra .category-hero-glow {
        top:0;
        right: 0;
        left: 0;
        width: 639px;
        height: 282px;
        margin: 0 auto
    }
}

@media (min-width: 1442px) {
    .category-hero-size.extra .category-hero-glow {
        top:30px;
        left: 338px;
        width: 639px;
        height: 282px
    }
}

.category-hero-size.extra .category-hero-image {
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: 912px;
    height: 262px;
    margin: 40px auto 10px auto
}

@media (max-width: 599px) {
    .category-hero-size.extra .category-hero-image {
        width:306px;
        height: 88px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.extra .category-hero-image {
        width:543px;
        height: 156px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.extra .category-hero-image {
        width:812px;
        height: 242px
    }
}

.category-hero-size.extra .category-hero-content {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%
}

@media (max-width: 599px) {
    .category-hero-size.extra .category-hero-content {
        position:unset;
        display: block
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.extra .category-hero-content {
        float:none
    }
}

.category-hero-size.extra .category-hero-description {
    width: 530px;
    margin-bottom: 25px
}

@media (max-width: 599px) {
    .category-hero-size.extra .category-hero-description {
        width:86%;
        margin: 0 auto 30px auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.extra .category-hero-description {
        width:86%;
        margin: 0 auto 10px auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.extra .category-hero-description {
        width:430px
    }
}

.category-hero-size.wide .col-md-6 {
    padding: 0;
    min-height: 481px
}

@media (max-width: 599px) {
    .category-hero-size.wide .col-md-6 {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 180px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.wide .col-md-6 {
        min-height:384px
    }
}

.category-hero-size.wide .category-hero-glow {
    background-image: url(../img/glow_square.png)
}

@media (max-width: 599px) {
    .category-hero-size.wide .category-hero-glow {
        top:17px;
        left: 27.24%;
        right: 0;
        width: 215px;
        height: 134px;
        margin: 0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.wide .category-hero-glow {
        top:50px;
        left: 29.81%;
        right: 0;
        width: 446px;
        height: 278px;
        margin: 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.wide .category-hero-glow {
        top:50px;
        left: 100px;
        right: 0;
        width: 495.1843px;
        height: 429px;
        margin: 0 auto
    }
}

@media (min-width: 1442px) {
    .category-hero-size.wide .category-hero-glow {
        top:0;
        left: 245px;
        width: 689px;
        height: 429px
    }
}

.category-hero-size.wide .category-hero-image {
    width: 640px;
    height: 357px;
    margin: 62px 61px 62px 0
}

@media (max-width: 1023px) {
    .category-hero-size.wide .category-hero-image {
        float:none;
        display: block
    }
}

@media (max-width: 599px) {
    .category-hero-size.wide .category-hero-image {
        margin:32.5px auto;
        width: 203px;
        height: 115px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.wide .category-hero-image {
        width:433px;
        height: 244px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.wide .category-hero-image {
        margin:77px 45px 78px 0;
        width: 460px;
        height: 326px;
        line-height: 326px
    }
}

.category-hero-size.wide .category-hero-content {
    position: absolute;
    bottom: 49px
}

@media (max-width: 1023px) {
    .category-hero-size.wide .category-hero-content {
        position:relative;
        float: none;
        bottom: unset
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.wide .category-hero-content {
        margin-right:12%
    }
}

.category-hero-size.wide .category-hero-description {
    width: 420px;
    margin-bottom: 40px
}

@media (max-width: 599px) {
    .category-hero-size.wide .category-hero-description {
        width:86%;
        margin-bottom: 30px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.wide .category-hero-description {
        width:86%;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.wide .category-hero-description {
        width:100%
    }
}

.category-hero-size.high .col-md-6 {
    min-height: 481px
}

@media (max-width: 599px) {
    .category-hero-size.high .col-md-6 {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 180px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.high .col-md-6 {
        min-height:384px
    }
}

.category-hero-size.high .category-hero-glow {
    background-image: url(../img/glow_high.png)
}

@media (max-width: 599px) {
    .category-hero-size.high .category-hero-glow {
        top:0;
        left: 7.52%;
        right: 0;
        width: 134px;
        height: 132px;
        margin: 0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.high .category-hero-glow {
        top:8.5px;
        left: 6.93%;
        right: 0;
        width: 278px;
        height: 274px;
        margin: 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.high .category-hero-glow {
        top:0;
        right: 0;
        width: 341px;
        height: 336px
    }
}

@media (min-width: 1442px) {
    .category-hero-size.high .category-hero-glow {
        top:0;
        right: 49px;
        width: 341px;
        height: 336px
    }
}

.category-hero-size.high .category-hero-image {
    width: 354px;
    height: 411px;
    margin: 35px 92px 33px 0;
    line-height: 411px;
    text-align: center;
    overflow: hidden
}

@media (max-width: 599px) {
    .category-hero-size.high .category-hero-image {
        width:134px;
        height: 155px;
        margin: 12.5px auto
    }
}

@media (max-width: 1023px) {
    .category-hero-size.high .category-hero-image {
        display:block;
        float: none;
        line-height: 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.high .category-hero-image {
        width:265px;
        height: 307px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.high .category-hero-image {
        margin:35px 50px
    }
}

.category-hero-size.high .category-hero-content {
    position: absolute;
    bottom: 60px
}

@media (max-width: 599px) {
    .category-hero-size.high .category-hero-content {
        display:block;
        position: unset;
        float: none;
        width: 100%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.high .category-hero-content {
        position:unset;
        float: none
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.high .category-hero-content {
        width:88.5%
    }
}

.category-hero-size.high .category-hero-description {
    width: 530px;
    margin-bottom: 37px
}

@media (max-width: 599px) {
    .category-hero-size.high .category-hero-description {
        width:86%;
        margin-bottom: 30px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-size.high .category-hero-description {
        width:86%;
        margin-bottom: 10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .category-hero-size.high .category-hero-description {
        width:100%
    }
}

.category-hero-carousel .btn-control-carousel {
    top: -11px;
    height: 481px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-carousel .btn-control-carousel {
        top:-3px;
        height: 384px
    }
}

.category-hero-carousel .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 17px;
    line-height: 0
}

@media (max-width: 599px) {
    .category-hero-carousel .swiper-pagination {
        display:block;
        position: absolute;
        top: 180px;
        bottom: 0;
        height: 9px;
        margin: 20px auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .category-hero-carousel .swiper-pagination {
        position:absolute;
        top: 359px;
        margin-top: 0
    }
}

.product-overview-section .container,.product-overview-section .teaser-container {
    margin-bottom: -47px
}

@media (min-width: 600px) and (max-width: 1441px) {
    .product-overview-section .container,.product-overview-section .teaser-container {
        margin-bottom:-36px
    }
}

@media (max-width: 1023px) {
    .product-overview-section .container,.product-overview-section .teaser-container {
        margin-bottom:0
    }
}

.product-overview-section #plp-showMore-section .row {
    margin-bottom: 55px;
    margin-top: 15px
}

@media (min-width: 600px) and (max-width: 1441px) {
    .product-overview-section #plp-showMore-section .row {
        margin-bottom:45px
    }
}

@media (max-width: 1023px) {
    .product-overview-section #plp-showMore-section .row {
        margin-bottom:9px;
        margin-top: 30px
    }
}

.page-productOverviewPage .product-overview-section {
    margin-bottom: 60px
}

@media (min-width: 1024px) {
    .page-productOverviewPage .product-overview-section {
        margin-bottom:80px
    }

    .page-productOverviewPage .product-overview-section+.suitable-section {
        margin-top: 120px
    }

    .page-productOverviewPage .product-overview-section+.text-combination-section {
        margin-top: 100px
    }
}

.plp {
    position: relative
}

.sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    right: 0;
    background: white;
    z-index: 10000
}

.sort-active .sort-inner {
    border-bottom: 2px solid white !important
}

@media (max-width: 1023px) {
    .sort-active .sort-inner {
        border:1px solid #F1F2F3 !important;
        background-color: #F1F2F3;
        border-bottom-width: 2px !important
    }
}

.sort-options {
    position: relative;
    display: none;
    top: 10px
}

@media (min-width: 1024px) {
    .sort-options {
        margin:auto 0 auto auto;
        padding: 0;
        top: 6px
    }
}

.sort-options .sort-inner {
    background-color: #F1F2F3;
    position: relative;
    z-index: 100;
    padding: 20px
}

@media (min-width: 1024px) {
    .sort-options .sort-inner {
        padding:20px;
        background: white;
        border: 1px solid #999999
    }
}

@media (max-width: 599px) {
    .sort-options .sort-inner {
        width:100%;
        background-color: #F1F2F3;
        border: 1px solid #F1F2F3
    }
}

.sort-options .sort-inner:after {
    content: '';
    right: 0;
    top: -11px;
    height: 10px;
    display: block;
    position: absolute;
    background-color: #F1F2F3;
    width: calc(49%)
}

@media (min-width: 600px) {
    .sort-options .sort-inner:after {
        top:-10px
    }
}

@media (min-width: 1024px) {
    .sort-options .sort-inner:after {
        right:-1px;
        background: white;
        width: calc(50% + 1px);
        border: 1px solid #999;
        border-bottom-color: #fff;
        border-top-color: #fff
    }
}

.sort-option {
    padding: 0 5px
}

.sort-option .checkbox label input+span {
    margin-right: 15px
}

@media (max-width: 1023px) {
    .sort-option .checkbox label input+span {
        border:none !important
    }
}

.sort-option .checkbox label .txt-15,.sort-option .checkbox label .list-bullet-medium>li,.sort-option .checkbox label .list-check-medium>li,.sort-option .checkbox label .link-03,.sort-option .checkbox label .ui-menu-item-wrapper,.sort-option .checkbox label #footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .sort-option .checkbox label a {
    display: inline-block;
    vertical-align: middle;
    color: #888
}

.sort-option .checkbox label .btn-checkbox:checked ~ .txt-15,.sort-option .checkbox label .list-bullet-medium>.btn-checkbox:checked ~ li,.sort-option .checkbox label .list-check-medium>.btn-checkbox:checked ~ li,.sort-option .checkbox label .btn-checkbox:checked ~ .link-03,.sort-option .checkbox label .btn-checkbox:checked ~ .ui-menu-item-wrapper,.sort-option .checkbox label #footer-top #menu-list .list-menu .list-group .btn-checkbox:checked ~ a,#footer-top #menu-list .list-menu .list-group .sort-option .checkbox label .btn-checkbox:checked ~ a,.sort-option .checkbox label #footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item .btn-checkbox:checked ~ a {
    color: #333
}

.sort-option .checkbox label .btn-checkbox:checked+span:after,.sort-option .checkbox label .btn-checkbox:checked+span:before {
    height: 1px;
    width: 22px;
    background-color: black
}

@media (min-width: 1024px) {
    .sort-title,.filter-title {
        padding:0
    }
}

.sort-title:not(.sort-active) .sort-inner.selected-state,.sort-title:not(.sort-active) .filter-inner.selected-state,.filter-title:not(.sort-active) .sort-inner.selected-state,.filter-title:not(.sort-active) .filter-inner.selected-state {
    background-color: #F1F2F3;
    border-color: #333
}

.sort-title:not(.sort-active) .sort-inner .icon-chevron-down,.sort-title:not(.sort-active) .filter-inner .icon-chevron-down,.filter-title:not(.sort-active) .sort-inner .icon-chevron-down,.filter-title:not(.sort-active) .filter-inner .icon-chevron-down {
    display: block
}

.sort-title:not(.sort-active) .sort-inner .icon-chevron-up,.sort-title:not(.sort-active) .filter-inner .icon-chevron-up,.filter-title:not(.sort-active) .sort-inner .icon-chevron-up,.filter-title:not(.sort-active) .filter-inner .icon-chevron-up {
    display: none
}

@media (max-width: 1023px) {
    .sort-title:not(.sort-active) .filter-inner.selected-state,.filter-title:not(.sort-active) .filter-inner.selected-state {
        background-color:white
    }

    .sort-title:not(.sort-active) .filter-inner.selected-state>.txt-11,.sort-title:not(.sort-active) .page-storefinderPage .store-finder #repair-store-search .filter-inner.selected-state>#findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .sort-title:not(.sort-active) .filter-inner.selected-state>#findStoresNearMe,.sort-title:not(.sort-active) .page-storefinderPage .store-finder #repair-store-search #store-search .filter-inner.selected-state>#search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .sort-title:not(.sort-active) .filter-inner.selected-state>#search-filter_store,.sort-title:not(.sort-active) .page-storefinderPage .store-finder #repair-store-search #store-search .filter-inner.selected-state>select,.page-storefinderPage .store-finder #repair-store-search #store-search .sort-title:not(.sort-active) .filter-inner.selected-state>select,.filter-title:not(.sort-active) .filter-inner.selected-state>.txt-11,.filter-title:not(.sort-active) .page-storefinderPage .store-finder #repair-store-search .filter-inner.selected-state>#findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .filter-title:not(.sort-active) .filter-inner.selected-state>#findStoresNearMe,.filter-title:not(.sort-active) .page-storefinderPage .store-finder #repair-store-search #store-search .filter-inner.selected-state>#search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-title:not(.sort-active) .filter-inner.selected-state>#search-filter_store,.filter-title:not(.sort-active) .page-storefinderPage .store-finder #repair-store-search #store-search .filter-inner.selected-state>select,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-title:not(.sort-active) .filter-inner.selected-state>select {
        font-weight: 500
    }
}

.sort-title.sort-active .icon-chevron-down,.sort-title .filter-inner.sort-active .icon-chevron-down,.filter-title.sort-active .icon-chevron-down,.filter-title .filter-inner.sort-active .icon-chevron-down {
    display: none
}

.sort-title.sort-active .icon-chevron-up,.sort-title .filter-inner.sort-active .icon-chevron-up,.filter-title.sort-active .icon-chevron-up,.filter-title .filter-inner.sort-active .icon-chevron-up {
    display: block
}

.sort-title.sort-active.selected-state,.sort-title .filter-inner.sort-active.selected-state,.filter-title.sort-active.selected-state,.filter-title .filter-inner.sort-active.selected-state {
    background-color: white;
    border-color: #999999
}

.sort-title .sort-inner,.filter-title .filter-inner,.filter-option .accordion-toggle {
    height: 50px;
    border: 1px solid #999999;
    padding: 0 20px 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media (min-width: 1024px) {
    .sort-title .sort-inner,.filter-title .filter-inner,.filter-option .accordion-toggle {
        padding:0 20px 0 25px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sort-title .sort-inner .txt-11,.sort-title .sort-inner .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .sort-title .sort-inner #findStoresNearMe,.sort-title .sort-inner .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .sort-title .sort-inner #search-filter_store,.sort-title .sort-inner .page-storefinderPage .store-finder #repair-store-search #store-search select,.page-storefinderPage .store-finder #repair-store-search #store-search .sort-title .sort-inner select,.filter-title .filter-inner .txt-11,.filter-title .filter-inner .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .filter-title .filter-inner #findStoresNearMe,.filter-title .filter-inner .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-title .filter-inner #search-filter_store,.filter-title .filter-inner .page-storefinderPage .store-finder #repair-store-search #store-search select,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-title .filter-inner select,.filter-option .accordion-toggle .txt-11,.filter-option .accordion-toggle .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .filter-option .accordion-toggle #findStoresNearMe,.filter-option .accordion-toggle .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-option .accordion-toggle #search-filter_store,.filter-option .accordion-toggle .page-storefinderPage .store-finder #repair-store-search #store-search select,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-option .accordion-toggle select {
        font-weight: 300
    }
}

.sort-title .sort-inner .icon-chevron-down,.sort-title .sort-inner .icon-chevron-up,.filter-title .filter-inner .icon-chevron-down,.filter-title .filter-inner .icon-chevron-up,.filter-option .accordion-toggle .icon-chevron-down,.filter-option .accordion-toggle .icon-chevron-up {
    float: right;
    margin-left: 10px
}

@media (max-width: 1023px) {
    .sort-title .sort-inner,.filter-title .filter-inner,.filter-option .accordion-toggle {
        -ms-flex-pack:center;
        justify-content: center;
        height: 40px
    }
}

@media (min-width: 1024px) {
    .filter-title {
        margin-right:5px
    }
}

@media (max-width: 1023px) {
    .filter-title {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.filter-container,.filter-options-container {
    position: relative;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    display: -ms-flexbox;
    display: flex
}

.filter-container {
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .filter-container {
        -ms-flex-align:start;
        align-items: flex-start
    }
}

.filter-options-container {
    height: 1px
}

.products-count {
    margin-left: auto;
    margin-right: 35px
}

.filter-options {
    background: rgba(0,0,0,0.45);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 109
}

@media (min-width: 1024px) {
    .filter-options {
        margin:auto 0 auto auto;
        position: relative;
        display: none;
        padding: 0;
        top: 6px;
        margin-left: -7px;
        margin-right: -7px;
        min-width: calc(100% + 14px)
    }
}

@media (min-width: 1442px) {
    .filter-options {
        margin-left:-10px;
        margin-right: -10px;
        min-width: calc(100% + 20px)
    }
}

.filter-options .filter-inner {
    position: absolute;
    background-color: #F6F7F8;
    z-index: 1000;
    height: 100%;
    width: 255px
}

@media (min-width: 600px) {
    .filter-options .filter-inner {
        width:323px
    }
}

@media (max-width: 1023px) {
    .filter-options .filter-inner {
        left:0;
        padding: 65px 0 0;
        max-height: 100%;
        overflow: auto
    }
}

@media (min-width: 1024px) {
    .filter-options .filter-inner {
        position:relative;
        padding-top: 30px;
        padding-bottom: 25px;
        border: 1px solid #999999;
        background: white;
        height: auto;
        width: 100%
    }
}

.filter-options .filter-inner:after {
    content: '';
    right: 0;
    top: -11px;
    height: 10px;
    display: block;
    position: absolute;
    background-color: #F1F2F3;
    width: calc(49%)
}

@media (min-width: 600px) {
    .filter-options .filter-inner:after {
        top:-10px
    }
}

@media (min-width: 1024px) {
    .filter-options .filter-inner:after {
        left:-1px;
        background: white;
        border: 1px solid #999;
        border-bottom-color: #fff;
        border-top-color: #fff;
        width: calc((100% - 13px) * .3333333)
    }
}

@media (min-width: 1442px) {
    .filter-options .filter-inner:after {
        width:calc((100% - 21px) * .25 + 1px)
    }
}

@media (max-width: 1023px) {
    .filter-options {
        background:transparent;
        transition: all 360ms ease-out
    }

    .filter-options.in {
        background: rgba(0,0,0,0.45)
    }

    .filter-options.in .filter-inner {
        -khtml-transform: translateX(0);
        transform: translateX(0)
    }

    .filter-options.in.closing {
        background: transparent
    }

    .filter-options.in.closing .filter-inner {
        -khtml-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .filter-options .filter-inner {
        transition: all 360ms ease-out;
        -khtml-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.clean-all-group,.show-results-group {
    max-height: 50px;
    margin-bottom: 15px
}

@media (max-width: 1023px) {
    .clean-all-group,.show-results-group {
        padding:0;
        margin-bottom: 0;
        max-height: none;
        position: absolute;
        bottom: 56px
    }
}

@media (max-width: 599px) {
    .clean-all-group,.show-results-group {
        bottom:46px
    }
}

.clean-all-group .show-results,.show-results-group .show-results {
    background: #333;
    color: white;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.clean-all-group .show-results .txt-11,.clean-all-group .show-results .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .clean-all-group .show-results #findStoresNearMe,.clean-all-group .show-results .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .clean-all-group .show-results #search-filter_store,.clean-all-group .show-results .page-storefinderPage .store-finder #repair-store-search #store-search select,.page-storefinderPage .store-finder #repair-store-search #store-search .clean-all-group .show-results select,.show-results-group .show-results .txt-11,.show-results-group .show-results .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .show-results-group .show-results #findStoresNearMe,.show-results-group .show-results .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .show-results-group .show-results #search-filter_store,.show-results-group .show-results .page-storefinderPage .store-finder #repair-store-search #store-search select,.page-storefinderPage .store-finder #repair-store-search #store-search .show-results-group .show-results select {
    font-weight: 300
}

@media (max-width: 1023px) {
    .clean-all-group .show-results,.show-results-group .show-results {
        height:56px
    }
}

@media (max-width: 1023px) {
    .clean-all-group .show-results,.show-results-group .show-results {
        height:55px
    }
}

.clean-all-group {
    max-height: 50px;
    margin-bottom: 15px
}

@media (max-width: 1023px) {
    .clean-all-group {
        padding:0;
        margin-bottom: 0;
        max-height: none;
        bottom: 0
    }
}

.clean-all-group .btn-reset {
    color: #888;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.clean-all-group .btn-reset .close {
    position: relative;
    top: -2px;
    margin-left: 10px;
    line-height: 22px;
    text-align: center;
    opacity: 1 !important
}

.clean-all-group .btn-reset .close span {
    display: block;
    color: transparent;
    position: relative
}

.clean-all-group .btn-reset .close span:before,.clean-all-group .btn-reset .close span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #888;
    background: #888;
    transition: 0.4s,ease,all
}

@media (min-width: 1024px) {
    .clean-all-group .btn-reset .close span:before,.clean-all-group .btn-reset .close span:after {
        width:14px
    }
}

.clean-all-group .btn-reset .close span:before {
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.clean-all-group .btn-reset .close span:after {
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 1023px) {
    .clean-all-group .btn-reset {
        height:56px
    }
}

@media (max-width: 599px) {
    .clean-all-group .btn-reset {
        height:46px
    }
}

.filter-options-group {
    margin-bottom: 15px;
    max-height: 50px
}

@media (max-width: 1023px) {
    .filter-options-group {
        padding:0;
        margin-bottom: 0;
        max-height: none
    }
}

@media (min-width: 1024px) {
    .filter-options-group .filter-option {
        background-color:#F1F2F3
    }
}

.filter-options-group .filter-option .accordion-toggle {
    border: none;
    color: #333 !important
}

.filter-options-group .filter-option .accordion-toggle .txt-11,.filter-options-group .filter-option .accordion-toggle .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe,.page-storefinderPage .store-finder #repair-store-search .filter-options-group .filter-option .accordion-toggle #findStoresNearMe,.filter-options-group .filter-option .accordion-toggle .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-options-group .filter-option .accordion-toggle #search-filter_store,.filter-options-group .filter-option .accordion-toggle .page-storefinderPage .store-finder #repair-store-search #store-search select,.page-storefinderPage .store-finder #repair-store-search #store-search .filter-options-group .filter-option .accordion-toggle select {
    font-weight: 300
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-toggle {
        height:56px;
        border-bottom: 1px solid #DBDFE0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 30px
    }
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-toggle {
        height:55px;
        text-align: right;
        padding: 0 26px 0 7.5vw;
        color: #888 !important
    }
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-toggle[aria-expanded="true"] {
        color:#333 !important
    }
}

.filter-options-group .filter-option .accordion-toggle:after {
    font-size: 15px;
    font-family: wmf-icons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\e900";
    -khtml-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-toggle:after {
        margin-left:25px
    }
}

.filter-options-group .filter-option .accordion-toggle.collapsed:after {
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter-options-group .filter-option .accordion-body {
    padding: 0 20px 0 25px;
    background-color: #F1F2F3;
    position: relative;
    z-index: 100
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-body {
        background:white;
        padding: 0 25px 0 7.5vw;
        border-bottom: 1px solid #DBDFE0
    }
}

@media (max-width: 599px) {
    .filter-options-group .filter-option .accordion-body {
        padding:0 18px 0 25px
    }
}

.filter-options-group .filter-option .accordion-body .allFacetValues {
    padding: 5px 0 19px
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-body .allFacetValues {
        padding:10px 0 15px
    }
}

@media (max-width: 599px) {
    .filter-options-group .filter-option .accordion-body .allFacetValues {
        padding:10px 0 9px
    }
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-body .checkbox {
        text-align:right;
        margin: 15px 0
    }
}

@media (max-width: 599px) {
    .filter-options-group .filter-option .accordion-body .checkbox {
        margin:11px 0
    }
}

@media (min-width: 1024px) {
    .filter-options-group .filter-option .accordion-body .checkbox {
        margin-top:9px;
        margin-bottom: 5px
    }
}

@media (min-width: 1024px) {
    .filter-options-group .filter-option .accordion-body .checkbox label {
        width:100%
    }
}

.filter-options-group .filter-option .accordion-body .checkbox label input+span {
    margin-right: 15px
}

@media (min-width: 1024px) {
    .filter-options-group .filter-option .accordion-body .checkbox label input+span {
        border:none !important
    }
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option .accordion-body .checkbox label input+span {
        margin-right:0;
        margin-left: 15px;
        float: right
    }
}

.filter-options-group .filter-option .accordion-body .checkbox label .txt-15,.filter-options-group .filter-option .accordion-body .checkbox label .list-bullet-medium>li,.filter-options-group .filter-option .accordion-body .checkbox label .list-check-medium>li,.filter-options-group .filter-option .accordion-body .checkbox label .link-03,.filter-options-group .filter-option .accordion-body .checkbox label .ui-menu-item-wrapper,.filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .filter-options-group .filter-option .accordion-body .checkbox label a {
    vertical-align: middle;
    color: #888
}

@media (min-width: 1024px) {
    .filter-options-group .filter-option .accordion-body .checkbox label .txt-15,.filter-options-group .filter-option .accordion-body .checkbox label .list-bullet-medium>li,.filter-options-group .filter-option .accordion-body .checkbox label .list-check-medium>li,.filter-options-group .filter-option .accordion-body .checkbox label .link-03,.filter-options-group .filter-option .accordion-body .checkbox label .ui-menu-item-wrapper,.filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .filter-options-group .filter-option .accordion-body .checkbox label a {
        margin-top:4px;
        display: inline-block;
        max-width: calc(100% - 48px)
    }
}

.filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ .txt-15,.filter-options-group .filter-option .accordion-body .checkbox label .list-bullet-medium>.btn-checkbox:checked ~ li,.filter-options-group .filter-option .accordion-body .checkbox label .list-check-medium>.btn-checkbox:checked ~ li,.filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ .link-03,.filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ .ui-menu-item-wrapper,.filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group .btn-checkbox:checked ~ a,#footer-top #menu-list .list-menu .list-group .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ a,.filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item .btn-checkbox:checked ~ a {
    color: #212121
}

.filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked+span:after,.filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked+span:before {
    height: 1px;
    width: 22px;
    background-color: black
}

@media (max-width: 1023px) {
    .filter-options-group .filter-option.selected .accordion-toggle {
        color:#333 !important
    }
}

.active-filters {
    margin-top: 10px
}

@media (min-width: 600px) {
    .active-filters {
        margin-top:7px
    }
}

@media (min-width: 1024px) {
    .active-filters {
        padding:0;
        margin-top: 4.5px;
        margin-left: -7px;
        margin-right: -7px
    }
}

@media (min-width: 1442px) {
    .active-filters {
        margin-left:-10px;
        margin-right: -10px
    }
}

.active-filters .tag,.active-filters .tags,.active-filters .btn-reset {
    float: left
}

.active-filters .tag,.active-filters .btn-reset {
    color: #333;
    height: 35px;
    position: relative;
    border: 1px solid #333333;
    padding: 10px 27px 9px 10px;
    margin: 5px 5px 0 0
}

.active-filters .tag .close,.active-filters .btn-reset .close {
    position: absolute;
    font-size: 1.5rem;
    margin-top: -11.5px;
    top: 50%;
    right: 0;
    opacity: 1 !important;
    width: 26px;
    height: 23px;
    line-height: 22px;
    text-align: center
}

@media (min-width: 1024px) {
    .active-filters .tag .close,.active-filters .btn-reset .close {
        width:38px
    }
}

.active-filters .tag .close span,.active-filters .btn-reset .close span {
    display: block;
    color: transparent;
    position: relative
}

.active-filters .tag .close span:before,.active-filters .tag .close span:after,.active-filters .btn-reset .close span:before,.active-filters .btn-reset .close span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #000;
    background: #000;
    transition: 0.4s,ease,all
}

@media (min-width: 1024px) {
    .active-filters .tag .close span:before,.active-filters .tag .close span:after,.active-filters .btn-reset .close span:before,.active-filters .btn-reset .close span:after {
        width:14px
    }
}

.active-filters .tag .close span:before,.active-filters .btn-reset .close span:before {
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.active-filters .tag .close span:after,.active-filters .btn-reset .close span:after {
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg)
}

.active-filters .tag .txt-29,.active-filters .btn-reset .txt-29 {
    position: relative;
    top: -4px
}

@media (min-width: 600px) {
    .active-filters .tag,.active-filters .btn-reset {
        padding:9px 30px 8px 12px;
        margin: 7px 7px 0 0
    }

    .active-filters .tag .txt-29,.active-filters .btn-reset .txt-29 {
        top: -2px
    }
}

@media (min-width: 1024px) {
    .active-filters .tag,.active-filters .btn-reset {
        height:40px;
        padding: 7px 38px 11px 15px;
        margin: 10px 10px 0 0
    }

    .active-filters .tag .txt-29,.active-filters .btn-reset .txt-29 {
        top: 1px
    }
}

.active-filters .btn-reset {
    border: none;
    background: #F1F2F3
}

@media (max-width: 1023px) {
    .active-filters .btn-reset {
        font-weight:500
    }
}

.filter-title,.filter-options {
    margin-left: 0
}

@media (min-width: 1024px) {
    .filter-title,.filter-options {
        margin-left:-7px
    }
}

@media (min-width: 1442px) {
    .filter-title,.filter-options {
        margin-left:-10px
    }
}

.sort-title,.sort-options {
    margin-right: 0
}

@media (min-width: 1024px) {
    .sort-title,.sort-options {
        margin-right:-7px
    }
}

@media (min-width: 1442px) {
    .sort-title,.sort-options {
        margin-right:-10px
    }
}

.products-row {
    padding: 46px 0 0
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .products-row {
        padding:37px 0 0 0
    }
}

@media (min-width: 1024px) {
    .products-row {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .products-row:before,.products-row:after {
        content: none;
        display: none
    }
}

.product {
    position: relative;
    margin-bottom: 47px
}

@media (min-width: 600px) and (max-width: 1441px) {
    .product {
        margin-bottom:36px
    }
}

@media (max-width: 599px) {
    .product {
        padding:0
    }
}

@media (max-width: 1023px) {
    .product:last-child {
        margin-bottom:0
    }
}

.product.product-fade-in-up.animated {
    animation: ProductFadeInUp 400ms ease-out;
    animation-fill-mode: both
}

.product.product-fade-in-up .chef-choice-animation {
    top: 50%;
    left: 50%;
    width: 10%;
    position: absolute;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product.product-fade-in-up .chef-choice-animation.animated {
    animation: ProductChefChoiceAnimation 200ms ease-out;
    animation-fill-mode: both;
    animation-delay: 400ms
}

.product.product-fade-in-up:nth-child(3n+2) {
    animation-delay: 200ms
}

.product.product-fade-in-up:nth-child(3n+2) .chef-choice-animation {
    animation-delay: 600ms
}

.product.product-fade-in-up:nth-child(3n+3) {
    animation-delay: 400ms
}

.product.product-fade-in-up:nth-child(3n+3) .chef-choice-animation {
    animation-delay: 800ms
}

@media (min-width: 1024px) {
    .product.product-fade-in-up.animated .product-inner .line {
        animation:ProductLineHeightAnimation 400ms ease-out
    }

    .product.product-fade-in-up.animated:nth-child(3n+2) .product-inner .line {
        animation-delay: 200ms
    }

    .product.product-fade-in-up.animated:nth-child(3n+3) .product-inner .line {
        animation-delay: 400ms
    }
}

.product .product-inner {
    position: relative;
    padding-left: 0;
    padding-bottom: 20px
}

@media (min-width: 1024px) {
    .product .product-inner {
        padding-bottom:0;
        padding-left: 18px
    }
}

@media (min-width: 1442px) {
    .product .product-inner {
        padding-left:25px
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .product .product-inner {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 599px) {
    .product .product-inner {
        padding-bottom:20px
    }
}

.product .product-inner .line {
    animation-fill-mode: both;
    position: absolute;
    bottom: 0
}

@media (max-width: 599px) {
    .product .product-inner .line {
        border-bottom:1px solid #999999;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media (min-width: 1024px) {
    .product .product-inner .line {
        height:230px;
        bottom: calc(230px / 2);
        border-left: 1px solid #999999;
        -khtml-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@media (min-width: 1442px) {
    .product .product-inner .line {
        height:265px;
        bottom: calc(265px / 2)
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .product .product-inner .line {
        right:35%;
        width: 70%;
        border-top: 1px solid #999999;
        -khtml-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.product .product-inner .p-badges .p-badge {
    position: absolute;
    margin: 0 !important;
    padding: 15px !important;
    left: 0;
    width: auto;
    height: 75px;
    z-index: 2
}

.product .product-inner .p-badges .p-badge:nth-child(1) {
    top: 0px !important
}

.product .product-inner .p-badges .p-badge:nth-child(2) {
    top: 35px !important
}

.product .product-inner .p-badges .p-badge:nth-child(3) {
    top: 70px !important
}

.product .product-inner .p-badges .p-badge:nth-child(4) {
    top: 105px !important
}

.product .product-inner .p-badges .p-badge:nth-child(5) {
    top: 140px !important
}

.product .product-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 342px;
    height: 316px;
    max-width: 100%;
    margin-left: 14px;
    position: relative;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1441px) {
    .product .product-image {
        height:224px;
        max-width: 242px;
        margin-left: 10px
    }
}

@media (max-width: 1023px) {
    .product .product-image {
        width:auto;
        margin-left: 0;
        padding-right: 1%;
        padding-left: 24px;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

@media (max-width: 599px) {
    .product .product-image {
        height:auto;
        padding-left: 1%;
        margin-left: 8.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

.product .product-image-inner {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product .product-image-inner.high,.product .product-image-inner.wide {
    height: 316px
}

@media (max-width: 1441px) {
    .product .product-image-inner.high,.product .product-image-inner.wide {
        height:224px
    }
}

@media (max-width: 599px) {
    .product .product-image-inner.high,.product .product-image-inner.wide {
        height:235px
    }
}

.product .product-image-inner.extra {
    height: 210px
}

@media (max-width: 1441px) {
    .product .product-image-inner.extra {
        height:149px
    }
}

@media (max-width: 599px) {
    .product .product-image-inner.extra {
        height:157px
    }
}

.product .product-image-inner .oval-2 {
    height: 54px;
    width: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product .product-image-inner .oval-2 {
        height:64px;
        width: 64px
    }
}

@media (min-width: 1442px) {
    .product .product-image-inner .oval-2 {
        height:74px;
        width: 74px
    }
}

.product .product-image-inner .oval-2 img {
    padding: 0;
    width: 100%
}

.product .product-image-inner>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product .product-details {
    padding-top: 7px;
    padding-left: 26px
}

@media (max-width: 1441px) {
    .product .product-details {
        padding-top:10px;
        padding-left: 20px
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .product .product-details {
        margin-left:8.333333%;
        padding-top: 50px;
        padding-left: 1%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (max-width: 599px) {
    .product .product-details {
        padding-top:10px;
        padding-left: 1%;
        padding-right: 1%
    }
}

.product .product-details .product-name {
    position: relative;
    height: 65px
}

.product .product-details .product-name span {
    position: absolute;
    bottom: 0
}

@media (max-width: 1441px) {
    .product .product-details .product-name {
        height:56px
    }
}

@media (max-width: 1023px) {
    .product .product-details .product-name {
        height:65px
    }
}

@media (max-width: 599px) {
    .product .product-details .product-name {
        height:auto
    }

    .product .product-details .product-name span {
        position: relative
    }
}

.product .product-details .product-price {
    color: #333
}

@media (min-width: 320px) {
    .product .product-details .product-price {
        height:26px
    }
}

@media (min-width: 600px) {
    .product .product-details .product-price {
        height:28px
    }
}

@media (min-width: 1024px) {
    .product .product-details .product-price {
        height:28px
    }
}

@media (min-width: 1442px) {
    .product .product-details .product-price {
        height:30px
    }
}

@media (min-width: 320px) {
    .product .product-details .product-taxes {
        height:18px
    }
}

@media (min-width: 600px) {
    .product .product-details .product-taxes {
        height:18px
    }
}

@media (min-width: 1024px) {
    .product .product-details .product-taxes {
        height:22px
    }
}

@media (min-width: 1442px) {
    .product .product-details .product-taxes {
        height:22px
    }
}

.product .product-details .product-price,.product .product-details .product-name {
    margin-bottom: 5px
}

.product .product-actions {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

@media (min-width: 1024px) {
    .product .product-actions {
        height:45px
    }
}

@media (min-width: 1442px) {
    .product .product-actions {
        height:46px
    }
}

.product .product-actions i {
    font-size: 46px;
    margin-right: 15px
}

.product .product-actions a {
    position: absolute;
    color: black;
    right: 0;
    bottom: 0
}

.product .product-actions .icon-cart-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 23.35px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    color: #888;
    background-color: #F1F2F3
}

.product .product-actions .icon-cart-circle:hover {
    background-color: #d6d9db
}

@media (min-width: 1024px) {
    .product .product-actions .icon-cart-circle {
        width:45px;
        height: 45px;
        line-height: 45px;
        font-size: 26.47px;
        margin-right: 15px
    }
}

@media (min-width: 1442px) {
    .product .product-actions .icon-cart-circle {
        width:46px;
        height: 46px;
        line-height: 46px;
        font-size: 27.06px
    }
}

.product .product-actions .icon-wishlist,.product .product-actions .icon-in-wishlist {
    width: 23.66px;
    font-size: 24px;
    text-align: center;
    color: #888
}

@media (min-width: 600px) {
    .product .product-actions .icon-wishlist,.product .product-actions .icon-in-wishlist {
        width:24.64px;
        font-size: 25px
    }
}

@media (min-width: 1442px) {
    .product .product-actions .icon-wishlist,.product .product-actions .icon-in-wishlist {
        width:26.61px;
        font-size: 28px
    }
}

.product .product-actions .icon-wishlist:before {
    content: '\e9f3'
}

.product .product-actions .icon-in-wishlist:before {
    content: '\e9f4'
}

.product .product-actions .show-product {
    margin-right: 0;
    display: inline-block;
    font-size: 16px;
    border: 1px solid black;
    padding: 6px 10px;
    transition: background 560ms ease-in-out
}

@media (min-width: 1442px) {
    .product .product-actions .show-product {
        font-size:22px;
        padding: 8px 13px
    }
}

.product .sensitive-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 99px
}

@media (min-width: 600px) {
    .product .sensitive-area {
        height:152px
    }
}

@media (min-width: 1024px) {
    .product .sensitive-area {
        left:0;
        right: 0;
        height: 328px
    }
}

@media (min-width: 1442px) {
    .product .sensitive-area {
        height:430px
    }
}

.product .sensitive-area .rollover {
    display: none;
    opacity: 0;
    width: 78.5%;
    padding-top: 71.434%;
    background-color: rgba(7,19,23,0.17);
    transition: all 560ms ease-in-out;
    -khtml-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 599px) {
    .product .sensitive-area .rollover {
        height:calc(100% - 90px);
        padding-top: 0
    }
}

.product:hover .rollover {
    opacity: 1;
    -khtml-transform: scale(1);
    transform: scale(1)
}

.product:hover .show-product {
    background-color: rgba(7,19,23,0.17)
}

.product-taxes {
    font-style: italic
}

.chef-choice {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(50%) translateY(-50%);
    opacity: 0.9;
    color: #FFFFFF
}

.old-price {
    text-decoration: line-through
}

.new-price {
    margin-left: 15px;
    color: #E00000
}

.show-more {
    text-align: center
}

.show-more-button {
    background-color: transparent;
    border: none;
    outline: none
}

.show-more-button .icon-arrow-down {
    font-weight: bold;
    margin-left: 15px;
    font-size: 26px;
    position: relative;
    top: 13px
}

.explore-sets-container {
    padding-top: 70px;
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width: 1023px) {
    .explore-sets-container {
        padding-top:60px
    }
}

.explore-sets-card {
    color: #333333 !important;
    background-color: #A9B7BD;
    padding: 45px 23px 60px 45px;
    position: relative;
    height: 295px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.explore-sets-card.animated {
    animation: ExploreSetsCardAnimation 400ms ease-out;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .explore-sets-card {
        height:190px;
        padding: 20px 12.49999% 30px
    }
}

@media (max-width: 599px) {
    .explore-sets-card {
        text-align:center;
        min-height: 145px;
        padding-top: 15px;
        padding-bottom: 25px
    }
}

@media (min-width: 1024px) {
    .explore-sets-card {
        margin-right:-70px;
        margin-left: 18px
    }
}

@media (min-width: 1442px) {
    .explore-sets-card {
        margin-left:25px
    }
}

.explore-sets-card .txt-08>*,.explore-sets-card .yCmsContentSlot.bloc-title h2>*,.yCmsContentSlot.bloc-title .explore-sets-card h2>*,.explore-sets-card .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .explore-sets-card .text-combination-header>*,.explore-sets-card .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .explore-sets-card .text-combination-header>*>*,.explore-sets-card .centered-text-main>*,.explore-sets-card .centered-text-main>*>*,.explore-sets-card .garantee-section h2>*,.garantee-section .explore-sets-card h2>*,.explore-sets-card .where-to-buy .description h3>*,.where-to-buy .description .explore-sets-card h3>*,.explore-sets-card .page-storefinderPage .store-finder .scroll-store .list-store a>*,.page-storefinderPage .store-finder .scroll-store .list-store .explore-sets-card a>*,.explore-sets-card .page-storefinderPage .store-finder .header-banner .caption .title>*,.page-storefinderPage .store-finder .header-banner .caption .explore-sets-card .title>* {
    color: inherit;
    font-family: inherit
}

.explore-sets-card .explore-sets-fade-in-up.animated {
    animation: ProductFadeInUp 400ms ease-out 200ms both
}

.explore-sets-card .explore-sets-fade-in-right.animated {
    animation: ExploreSetsFadeInRight 400ms ease-out 400ms both
}

.explore-sets-card .chef-choice-animation {
    top: 50%;
    width: 10%;
    position: absolute
}

.explore-sets-card .chef-choice-animation.animated {
    animation: ProductChefChoiceAnimation 200ms ease-out;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    animation-fill-mode: both;
    animation-delay: 400ms
}

.explore-sets-button {
    background: transparent;
    border: none;
    outline: none;
    color: #333333;
    float: right;
    text-align: right;
    font-weight: 700
}

@media (max-width: 599px) {
    .explore-sets-button {
        float:none
    }
}

.explore-sets-button .icon-arrow-right {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    font-size: 16.2px;
    font-size: 1.62rem;
    top: 1px
}

@media (max-width: 599px) {
    .explore-sets-button .icon-arrow-right {
        top:0;
        font-size: 13.2px;
        font-size: 1.32rem
    }
}

.img-bb {
    background-color: rgba(255,0,0,0.11)
}

.text-combination.wmf-loader * {
    visibility: hidden !important
}

@media (min-width: 1024px) {
    .text-combination.wmf-loader {
        max-height:530px
    }
}

.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-media {
    animation: textImageCombinationFadeIn .6s, textImageCombinationFadeUp 1s ease-out both
}

.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-icon,.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-seprator {
    animation: textImageCombinationFadeInUp 0.4s ease-out both
}

@media (min-width: 1024px) {
    .text-combination.wmf-loaded .text-combination-fade.animated.text-combination-icon {
        animation-delay:.2s
    }
}

@media (min-width: 1024px) {
    .text-combination.wmf-loaded .text-combination-fade.animated.text-combination-seprator {
        animation-delay:.4s
    }
}

.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-header.hidden-xs,.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-description,.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-shadow,.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-footer .btn-show-more-chevron {
    animation: textImageCombinationFadeIn .2s ease-out both, textImageCombinationFadeUp .4s ease-out both
}

@media (max-width: 1023px) {
    .text-combination.wmf-loaded .text-combination-fade.animated.text-combination-header:not(.hidden-xs) .text-combination-icon,.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-header:not(.hidden-xs) .text-combination-title {
        animation:textImageCombinationFadeIn .2s ease-out both, textImageCombinationFadeUp .4s ease-out both
    }
}

@media (min-width: 1024px) {
    .text-combination.wmf-loaded .text-combination-fade.animated.text-combination-header.hidden-xs {
        animation-delay:.6s
    }
}

@media (min-width: 1024px) {
    .text-combination.wmf-loaded .text-combination-fade.animated.text-combination-description,.text-combination.wmf-loaded .text-combination-fade.animated.text-combination-shadow {
        animation-delay:.8s
    }
}

@media (min-width: 1024px) {
    .text-combination.wmf-loaded .text-combination-fade.animated.text-combination-footer .btn-show-more-chevron {
        animation-delay:1s
    }
}

.text-combination .btn-show-more {
    margin: 0;
    padding: 0
}

.text-combination.image .text-combination-text {
    margin-top: 100px
}

@media (max-width: 599px) {
    .text-combination.image .text-combination-text {
        margin-top:34px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-text {
        margin-top:61px
    }
}

.text-combination.image .text-combination-content {
    padding-left: 51px
}

@media (max-width: 599px) {
    .text-combination.image .text-combination-content {
        padding-left:0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-content {
        padding-left:26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.image .text-combination-content {
        padding-left:46px
    }
}

.text-combination.image .text-combination-content .text-combination-header {
    margin: 0 0 20px 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-content .text-combination-header {
        margin:0 0 9px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.image .text-combination-content .text-combination-header {
        margin:0 0 16px 0
    }
}

.text-combination.image .text-combination-seprator {
    margin-bottom: 24px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-seprator {
        margin-left:-39px;
        margin-bottom: 18px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.image .text-combination-seprator {
        margin-bottom:21px;
        margin-left: -52px
    }
}

.text-combination.image .text-combination-seprator hr {
    width: 200px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-seprator hr {
        width:124px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.image .text-combination-seprator hr {
        width:161px
    }
}

.text-combination.image .text-combination-description {
    width: 480px
}

@media (max-width: 1023px) {
    .text-combination.image .text-combination-description {
        width:100%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.image .text-combination-description {
        width:408px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-footer button i {
        margin-left:17px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.image .text-combination-icon {
        padding-left:26px;
        margin-bottom: 15px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.image .text-combination-icon {
        padding-left:45px;
        margin-bottom: 25px
    }
}

.text-combination.video .text-combination-text {
    margin-top: 100px
}

@media (max-width: 599px) {
    .text-combination.video .text-combination-text {
        margin-top:27px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.video .text-combination-text {
        margin-top:40px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-text {
        margin-top:60px
    }
}

.text-combination.video .text-combination-content {
    padding-left: 51px
}

@media (max-width: 599px) {
    .text-combination.video .text-combination-content {
        padding-left:0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.video .text-combination-content {
        padding-left:16px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-content {
        padding-left:37px
    }
}

.text-combination.video .text-combination-content .text-combination-header {
    margin: 0 0 18px 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.video .text-combination-content .text-combination-header {
        margin:0 0 13px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-content .text-combination-header {
        margin:0 0 16px 0
    }
}

.text-combination.video .text-combination-seprator {
    margin-bottom: 27px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.video .text-combination-seprator {
        margin-left:-64px;
        margin-bottom: 19px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-seprator {
        margin-bottom:23px
    }
}

.text-combination.video .text-combination-seprator hr {
    width: 200px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.video .text-combination-seprator hr {
        width:157px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-seprator hr {
        width:160px
    }
}

.text-combination.video .text-combination-description {
    width: 480px
}

@media (max-width: 1023px) {
    .text-combination.video .text-combination-description {
        width:100%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-description {
        width:340px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination.video .text-combination-icon {
        padding-left:16px;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination.video .text-combination-icon {
        padding-left:37px;
        margin-bottom: 24px
    }
}

@media (max-width: 599px) {
    .text-combination-text>.text-combination-header {
        margin:0 0 10px 0
    }
}

.text-combination-media {
    text-align: right
}

.text-combination-media img,.text-combination-media video {
    width: 100%
}

@media (max-width: 599px) {
    .text-combination-header {
        display:inline-block;
        width: 100%
    }
}

.text-combination-icon {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 50px
}

@media (max-width: 599px) {
    .text-combination-icon {
        float:left;
        margin: 0 20px 0 auto;
        padding-left: 0
    }
}

.text-combination-icon img {
    width: 90px;
    height: 90px
}

@media (max-width: 599px) {
    .text-combination-icon img {
        width:40px;
        height: 40px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-icon img {
        width:45px;
        height: 45px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-icon img {
        width:63.05px;
        height: 63.05px
    }
}

@media (max-width: 599px) {
    .text-combination-title {
        display:table !important;
        float: left;
        width: 70%;
        min-height: 40px
    }
}

.text-combination-title .h2 {
    color: #333;
    margin: 0
}

@media (max-width: 599px) {
    .text-combination-title .h2 {
        display:table-cell;
        vertical-align: middle;
        margin: 0;
        max-width: 246px
    }
}

.text-combination-seprator {
    display: -ms-flexbox;
    display: flex;
    margin-left: -60px
}

.text-combination-seprator hr {
    display: inline-block;
    height: 0;
    margin: 0;
    line-height: 0;
    border-top: 2px solid #333
}

.text-combination-content {
    display: block;
    clear: both
}

.text-combination-description {
    display: block;
    max-height: 1000px;
    overflow: hidden
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-description {
        width:408px
    }
}

.text-combination-description.collapse {
    height: auto
}

.text-combination-description.collapse[aria-expanded=false] {
    display: block;
    max-height: calc(28px * 5);
    overflow: hidden;
    transition: max-height 0.35s ease
}

@media (max-width: 599px) {
    .text-combination-description.collapse[aria-expanded=false] {
        max-height:calc(22px * 7)
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-description.collapse[aria-expanded=false] {
        max-height:calc(22px * 5)
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-description.collapse[aria-expanded=false] {
        max-height:calc(26px * 5)
    }
}

.text-combination-description.collapse.in {
    max-height: 1000px;
    transition: max-height 0.35s ease
}

.text-combination-description[aria-expanded=false] ~ .text-combination-shadow {
    display: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
    position: absolute;
    bottom: 45px;
    left: 10px;
    z-index: 300;
    width: 530px;
    height: 90px;
    padding: 0;
    margin: 0;
    text-align: left
}

@media (max-width: 599px) {
    .text-combination-description[aria-expanded=false] ~ .text-combination-shadow {
        left:0;
        width: 100%;
        height: 85px;
        text-align: center
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-description[aria-expanded=false] ~ .text-combination-shadow {
        width:100%;
        height: 75px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-description[aria-expanded=false] ~ .text-combination-shadow {
        height:85px
    }
}

.text-combination-description[aria-expanded=false] ~ .text-combination-shadow.open {
    background: transparent
}

.text-combination-footer {
    display: none;
    margin-top: 29px
}

@media (max-width: 599px) {
    .text-combination-footer {
        margin-top:25px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-footer {
        margin-top:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-footer {
        margin-top:25px
    }
}

.text-combination-footer button {
    display: block;
    background: transparent;
    width: 115px;
    padding: 0;
    margin-top: 0;
    text-align: left;
    outline: none !important
}

@media (max-width: 599px) {
    .text-combination-footer button {
        width:100%;
        text-align: center
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-footer button {
        width:100px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-footer button {
        width:105px
    }
}

.text-combination-footer button i {
    position: relative;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 800
}

.text-combination-product-indicator .text-combination-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden
}

.text-combination-product-indicator .text-combination-media img {
    max-height: 100%;
    max-width: 100%
}

@media (min-width: 1024px) {
    .text-combination-product-indicator .text-combination-media.animated img {
        max-width:none
    }
}

.text-combination-product-indicator .text-combination-link {
    display: block;
    width: 100%;
    margin-top: 30px
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-link {
        margin-top:20px
    }
}

.text-combination-product-indicator .text-combination-link span {
    margin-right: 11px;
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px
}

.text-combination-product-indicator .text-combination-link span:hover,.text-combination-product-indicator .text-combination-link span:focus,.text-combination-product-indicator .text-combination-link span:visited {
    color: #333
}

@media (max-width: 599px) {
    .text-combination-product-indicator .text-combination-link span {
        margin-right:11px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-link span {
        margin-right:11px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-link span {
        font-size:22px;
        line-height: 28px
    }
}

.text-combination-product-indicator .text-combination-link i {
    position: relative;
    top: 2px;
    font-size: 17px;
    color: #333
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-link i {
        top:0.5px;
        font-size: 13.5px
    }
}

.text-combination-product-indicator .text-combination-landscape {
    display: inline-block
}

.text-combination-product-indicator .text-combination-landscape .text-combination-media {
    position: relative;
    max-height: 484px
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-media {
        max-height:none;
        height: auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-media {
        max-height:344px
    }
}

.text-combination-product-indicator .text-combination-landscape .text-combination-media .text-combination-product-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    right: 0;
    bottom: 0
}

.text-combination-product-indicator .text-combination-landscape .text-combination-media .text-combination-product-image-overlay.animated {
    background: white
}

.text-combination-product-indicator .text-combination-landscape .text-combination-description {
    position: relative;
    display: block;
    width: calc(100% - 220px);
    margin: 45px auto 0 auto;
    overflow: visible
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description {
        width:100%;
        margin-top: 22px;
        padding-left: 10%;
        padding-right: 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description {
        width:calc(100% - 110px);
        margin: 32px 33px 0 auto
    }
}

.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>* {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>* {
        margin-bottom:10px
    }
}

.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph>* {
    display: block;
    width: 100%;
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 300
}

@media (max-width: 599px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph>* {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph>* {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph>* {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1442px) {
    .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph,.text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-paragraph>* {
        font-size:26px;
        line-height: 32px
    }
}

.text-combination-product-indicator .text-combination-line {
    display: inline-block;
    background-color: #333;
    position: absolute;
    top: -86px;
    left: -21px;
    width: 1px;
    height: calc(100% + 80px)
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-line {
        top:-44px;
        left: 6.3%;
        height: calc(100% + 44px)
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-line {
        top:-62px;
        left: -14px;
        height: calc(100% + 60px)
    }
}

.text-combination-product-indicator .text-combination-portrait {
    display: inline-block;
    margin-top: 180px
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-portrait {
        margin-top:40px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-portrait {
        margin-top:120px
    }
}

.text-combination-product-indicator .text-combination-portrait .text-combination-media {
    max-height: 530px
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-media {
        max-height:none;
        height: auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-media {
        max-height:376px
    }
}

.text-combination-product-indicator .text-combination-portrait .text-combination-media .text-combination-product-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    left: 0;
    bottom: 0
}

.text-combination-product-indicator .text-combination-portrait .text-combination-media .text-combination-product-image-overlay.animated {
    background: white
}

.text-combination-product-indicator .text-combination-portrait .text-combination-description {
    display: block;
    width: 100%;
    margin-top: 15px
}

.text-combination-product-indicator .text-combination-portrait .text-combination-product-price {
    float: left;
    display: inline-block;
    width: calc(100% - 65px)
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-product-price {
        width:calc(100% - 52px)
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-product-price {
        display:block;
        width: 100%
    }
}

.text-combination-product-indicator .text-combination-portrait .text-combination-product-price>* {
    display: block;
    color: #333;
    word-break: break-word
}

.text-combination-product-indicator .text-combination-portrait .text-combination-product-price .price {
    font-weight: 500
}

.text-combination-product-indicator .text-combination-portrait .text-combination-purchase {
    display: inline-block;
    float: right
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-purchase {
        display:block;
        float: left;
        margin-top: 13px
    }
}

.text-combination-product-indicator .text-combination-portrait .text-combination-purchase a {
    margin: 0;
    padding: 0
}

.text-combination-product-indicator .text-combination-portrait .text-combination-purchase a i {
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0
}

@media (max-width: 1023px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-purchase a i {
        background:#F1F2F3;
        width: 40px;
        height: 40px;
        color: #888
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-product-indicator .text-combination-portrait .text-combination-purchase a i {
        width:45px;
        height: 45px;
        font-size: 27px
    }

    .text-combination-product-indicator .text-combination-portrait .text-combination-purchase a i::before {
        position: relative;
        top: -2px
    }
}

.multimedia-player {
    display: block;
    position: relative;
    height: 577px;
    overflow: hidden;
    transition: transform .6s ease-in-out, height 1s !important
}

@media (max-width: 599px) {
    .multimedia-player {
        max-height:203px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-player {
        max-height:432px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-player {
        height:410px
    }
}

.multimedia-player:hover .vjs-big-play-button,.multimedia-player:focus .vjs-big-play-button {
    background: #fff !important
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-player:hover .vjs-big-play-button,.multimedia-player:focus .vjs-big-play-button {
        display:block
    }
}

@media (max-width: 1023px) {
    .multimedia-player.video .multimedia-media {
        max-height:inherit !important
    }
}

@media (min-width: 1024px) {
    .multimedia-player.video .multimedia-media {
        height:inherit
    }
}

@media (max-width: 1023px) {
    .multimedia-player.youtube-video .multimedia-caption {
        margin-top:-5px
    }
}

@media (max-width: 1023px) {
    .multimedia-player.swiper-slide,.multimedia-player.image {
        height:auto
    }
}

@media (max-width: 1023px) {
    .multimedia-player.swiper-slide .multimedia-media,.multimedia-player.image .multimedia-media {
        max-height:100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-player.opened {
        height:576px !important
    }
}

@media (min-width: 1442px) {
    .multimedia-player.opened {
        height:811px !important
    }
}

.multimedia-media {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1023px) {
    .multimedia-media {
        position:relative;
        top: auto;
        width: 100%;
        -khtml-transform: none;
        transform: none
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-media[class*="-dimensions"] {
        width:1024px
    }
}

@media (min-width: 1442px) {
    .multimedia-media[class*="-dimensions"] {
        width:1442px
    }
}

@media (max-width: 1023px) {
    .multimedia-media video {
        height:auto !important
    }
}

@media (min-width: 1024px) {
    .multimedia-media video {
        top:50% !important;
        left: 50% !important;
        height: 811px !important;
        -khtml-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.multimedia-media video::-webkit-media-controls-panel,.multimedia-media video::-webkit-media-controls-panel-container,.multimedia-media video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.multimedia-media.video-js .vjs-load-progress div {
    background: #fff
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media.video-js .vjs-tech {
        height:100%
    }
}

.multimedia-media.video-js.vjs-error {
    width: 100%;
    height: 100%
}

.multimedia-media.vjs-fullscreen .vjs-tech {
    width: 100%;
    height: auto !important
}

.multimedia-media.vjs-fullscreen .vjs-control-bar {
    bottom: 0
}

.multimedia-media .vjs-play-control {
    display: none
}

.multimedia-media .vjs-big-play-button {
    background: #fff !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    line-height: 90px;
    border: none;
    color: #000;
    border-radius: 90px;
    outline: none;
    z-index: 50
}

@media (max-width: 599px) {
    .multimedia-media .vjs-big-play-button {
        width:50px;
        height: 50px;
        border-radius: 50px
    }
}

@media (min-width: 600px) and (max-width: 1441px) {
    .multimedia-media .vjs-big-play-button {
        width:67px;
        height: 67px;
        border-radius: 67px
    }
}

.multimedia-media .vjs-big-play-button.vjs-fade-out {
    visibility: visible !important
}

.multimedia-media .vjs-big-play-button .icon-play {
    position: relative;
    top: 5px;
    left: 4px
}

@media (max-width: 599px) {
    .multimedia-media .vjs-big-play-button .icon-play {
        left:3px;
        top: -18px;
        font-size: 24px
    }
}

@media (min-width: 600px) and (max-width: 1441px) {
    .multimedia-media .vjs-big-play-button .icon-play {
        top:-10px;
        left: 2px;
        font-size: 23px
    }
}

.multimedia-media .vjs-big-play-button .icon-pause {
    position: relative;
    top: 6px;
    right: -1px
}

@media (max-width: 599px) {
    .multimedia-media .vjs-big-play-button .icon-pause {
        top:-18px;
        font-size: 24px
    }
}

@media (min-width: 600px) and (max-width: 1441px) {
    .multimedia-media .vjs-big-play-button .icon-pause {
        top:-10px;
        font-size: 23px
    }
}

.multimedia-media .vjs-big-play-button:hover,.multimedia-media .vjs-big-play-button:focus {
    background: #333 !important
}

.multimedia-media .vjs-big-play-button:hover .icon-play,.multimedia-media .vjs-big-play-button:hover .icon-pause,.multimedia-media .vjs-big-play-button:focus .icon-play,.multimedia-media .vjs-big-play-button:focus .icon-pause {
    color: #fff
}

.multimedia-media .vjs-slider {
    background: #fff;
    outline: none
}

.multimedia-media .vjs-slider:hover,.multimedia-media .vjs-slider:focus {
    text-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
    box-shadow: unset
}

.multimedia-media .vjs-remaining-time {
    display: none
}

.multimedia-media .vjs-control-bar {
    background: transparent;
    bottom: 0
}

@media (max-width: 599px) {
    .multimedia-media .vjs-control-bar {
        display:none
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-control-bar {
        height:25px;
        padding: 0 7.5%;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-media .vjs-control-bar {
        height:32px;
        padding: 0 50px;
        margin-bottom: 30px
    }
}

@media (min-width: 1442px) {
    .multimedia-media .vjs-control-bar {
        height:40px;
        padding: 0 71px;
        margin-bottom: 40px
    }
}

.multimedia-media .vjs-progress-holder {
    height: 2px
}

.multimedia-media .vjs-play-progress {
    background: #D58019
}

.multimedia-media .vjs-play-progress:before {
    top: -5.5px
}

.multimedia-media .vjs-progress-control .vjs-progress-holder {
    margin: 0 40px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-progress-control .vjs-progress-holder {
        margin:0 10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-media .vjs-progress-control .vjs-progress-holder {
        margin:0 30px
    }
}

.multimedia-media .vjs-progress-control:hover .vjs-play-progress:after {
    display: none !important
}

.multimedia-media .vjs-button {
    outline: none
}

.multimedia-media .vjs-play-progress:before,.multimedia-media .vjs-volume-level:before,.multimedia-media .vjs-icon-circle:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 14px
}

.multimedia-media .vjs-volume-vertical {
    background: transparent !important;
    bottom: 179px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-volume-vertical {
        bottom:108px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-media .vjs-volume-vertical {
        bottom:169px
    }
}

.multimedia-media .vjs-slider-vertical.vjs-volume-bar {
    width: 2px;
    height: 139px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-slider-vertical.vjs-volume-bar {
        height:88px;
        margin: 0 5px
    }
}

.multimedia-media .vjs-slider-vertical .vjs-volume-level {
    background: #D58019;
    width: 2px
}

.multimedia-media .vjs-slider-vertical .vjs-volume-level:before {
    left: -6px !important
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-mute-control {
        text-align:left
    }
}

.multimedia-media .vjs-mute-control .icon-volume {
    font-size: 38px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-mute-control .icon-volume {
        font-size:24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-media .vjs-mute-control .icon-volume {
        font-size:31px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-fullscreen-control {
        text-align:right
    }
}

.multimedia-media .vjs-fullscreen-control .icon-video-bigger {
    position: relative;
    top: 4px;
    font-size: 30px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-media .vjs-fullscreen-control .icon-video-bigger {
        top:0;
        font-size: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-media .vjs-fullscreen-control .icon-video-bigger {
        top:1px;
        font-size: 24px
    }
}

.multimedia-media .vjs-load-progress {
    background: #fff
}

.multimedia-media .vjs-control {
    text-shadow: none
}

.multimedia-media .vjs-control:focus {
    text-shadow: none
}

.multimedia-media .vjs-control:focus:before {
    text-shadow: none
}

.multimedia-media .vjs-control:hover {
    text-shadow: none
}

.multimedia-media .vjs-control:hover:before {
    text-shadow: none
}

.multimedia-media .vjs-time-tooltip {
    display: none !important
}

.multimedia-media .vjs-controls-disabled .vjs-big-play-button {
    display: block
}

.multimedia-media .vjs-controls-disabled .vjs-control-bar {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 600px) {
    .multimedia-playing:hover ~ .multimedia-close,.multimedia-playing:hover .vjs-big-play-button {
        display:block !important
    }

    .multimedia-playing:hover .vjs-control-bar {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 600px) {
    .multimedia-ended:hover ~ .multimedia-close,.multimedia-ended:hover .vjs-big-play-button,.multimedia-ended:hover .vjs-control-bar {
        display:none
    }
}

.media-youtube-video {
    background: #000;
    width: 100%;
    height: 100%
}

.multimedia-caption {
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 550px;
    min-height: 30px;
    padding: 40px 60px
}

@media (max-width: 1023px) {
    .multimedia-caption {
        display:none
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-caption {
        width:400px
    }
}

.multimedia-caption.visible-xs {
    position: unset;
    background: #333;
    width: 100%
}

@media (max-width: 599px) {
    .multimedia-caption.visible-xs {
        display:block !important;
        padding: 20px 7.5% 30px 7.5%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-caption.visible-xs {
        display:block !important;
        padding: 30px 7.5% 40px 7.5%
    }
}

.multimedia-caption.top {
    top: 60px;
    left: 71px
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-caption.top {
        top:30px;
        left: 50px;
        padding: 30px 40px 40px 30px
    }
}

.multimedia-caption.bottom {
    bottom: 60px;
    right: 71px
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-caption.bottom {
        bottom:30px;
        right: 50px;
        padding: 30px 30px 40px 50px
    }
}

.multimedia-caption h2 {
    margin: 0;
    color: #fff
}

.multimedia-caption p {
    margin-top: 15px;
    color: #fff
}

@media (max-width: 599px) {
    .multimedia-caption p {
        margin-top:10px
    }
}

.multimedia-close {
    position: absolute;
    display: none;
    z-index: 100
}

@media (min-width: 1442px) {
    .multimedia-close {
        top:40px;
        right: 40px;
        width: 30px;
        height: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-close {
        top:30px;
        right: 30px;
        width: 25px;
        height: 25px
    }
}

.multimedia-close .multimedia-close-button {
    background: transparent;
    position: absolute;
    padding: 0;
    z-index: 100;
    outline: none !important
}

@media (min-width: 1442px) {
    .multimedia-close .multimedia-close-button {
        width:30px;
        height: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-close .multimedia-close-button {
        width:25px;
        height: 25px
    }
}

@media (min-width: 1442px) {
    .multimedia-close .multimedia-close-button i {
        color:#fff;
        font-size: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-close .multimedia-close-button i {
        color:#fff;
        font-size: 25px
    }
}

.multimedia-gallery {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px
}

@media (max-width: 1023px) {
    .multimedia-gallery {
        display:none
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-gallery {
        width:30px;
        height: 30px;
        bottom: 30px;
        right: 30px
    }
}

.multimedia-gallery .multimedia-gallery-button {
    position: absolute;
    background: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    outline: none !important
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-gallery .multimedia-gallery-button {
        width:30px;
        height: 30px
    }
}

.multimedia-gallery i {
    color: #fff;
    font-size: 40px
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-gallery i {
        font-size:30px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-carousel .carousel-buttons {
        position:absolute;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        max-height: 432px
    }
}

.multimedia-carousel .btn-control-carousel {
    outline: none !important;
    z-index: 100
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-carousel .btn-control-carousel {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        top: 50%;
        -khtml-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-carousel .btn-control-carousel {
        top:172.5px
    }
}

@media (min-width: 1442px) {
    .multimedia-carousel .btn-control-carousel {
        top:256px
    }
}

.multimedia-carousel .btn-control-carousel .swiper-button-next,.multimedia-carousel .btn-control-carousel .swiper-button-prev {
    top: 0;
    right: 0;
    margin: 0;
    outline: none !important
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-carousel .btn-control-carousel .swiper-button-next,.multimedia-carousel .btn-control-carousel .swiper-button-prev {
        position:relative;
        top: unset
    }
}

.multimedia-carousel .swiper-pagination {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 599px) {
    .multimedia-carousel .swiper-pagination {
        margin-bottom:0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-carousel .swiper-pagination {
        margin-bottom:-5px
    }
}

.multimedia-carousel .swiper-pagination-bullets {
    bottom: 35px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-carousel .swiper-pagination-bullets {
        bottom:31px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-carousel .swiper-pagination-bullets {
        bottom:25px
    }
}

.multimedia-carousel .swiper-pagination-bullet {
    background: #fff
}

@media (max-width: 599px) {
    .multimedia-carousel .swiper-pagination-bullet {
        background:#888
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .multimedia-carousel .swiper-pagination-bullet {
        background:#fff
    }
}

@media (max-width: 599px) {
    .multimedia-carousel .swiper-pagination-bullet-active {
        background:#212121 !important
    }
}

.multimedia-carousel .swiper-pagination-bullet-active .swiper-pagination-animation {
    background: #F5A623
}

.multimedia-carousel.opened .btn-control-carousel {
    top: 373px !important
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .multimedia-carousel.opened .btn-control-carousel {
        top:258px !important
    }
}

.vjs-fade-out {
    display: block !important;
    visibility: hidden !important;
    opacity: 0
}

img[data-src] {
    max-width: 48px !important;
    max-height: 48px !important;
    display: block !important;
    margin: 0 auto !important
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-section {
        padding-bottom:1px
    }
}

.core-technology-container {
    margin-bottom: 50px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-container {
        margin-bottom:40px
    }
}

@media (max-width: 599px) {
    .core-technology-container {
        padding-right:0;
        padding-left: 0
    }
}

.core-technology-container .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 140px;
    background-color: #333;
    padding: 0
}

.core-technology-container .carousel-caption .core-technology-subline {
    padding-top: 36px;
    margin-left: 27px;
    margin-right: 27px
}

.core-technology-container .carousel-caption .core-technology-more .btn-arrow-dark {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    margin-right: 0;
    padding: 0
}

.core-technology-container .carousel-caption .core-technology-more .btn-arrow-dark .icon-plus {
    height: 10.67px;
    width: 10.67px;
    font-size: 10.67px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    color: #fff
}

@media (max-width: 599px) {
    .core-technology-container .item img {
        width:100%;
        height: 270px !important
    }
}

.core-technology-container .carousel-indicators {
    position: relative;
    top: auto;
    height: 9px;
    margin: 20px auto 30px auto
}

.core-technology-container .carousel-indicators li {
    position: relative;
    top: -6px;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 6px;
    background-color: #999999
}

.core-technology-container .carousel-indicators li.active {
    background-color: #333
}

@media (min-width: 1442px) {
    .core-technology-headline {
        margin-bottom:50px;
        width: 1080px;
        float: right
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-headline {
        margin-bottom:50px;
        width: 70%;
        float: right
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-headline {
        float:right;
        width: 544px;
        margin-bottom: 25px
    }
}

@media (max-width: 599px) {
    .core-technology-headline {
        margin-bottom:20px
    }
}

.core-technology-headline .headline {
    color: #333;
    margin: 0
}

.core-technology-block.wmf-loader {
    overflow: hidden
}

.core-technology-item {
    position: relative
}

@media (min-width: 600px) {
    .core-technology-item .item-img-wrapper.animated .core-technology-item-image {
        max-height:100%;
        width: auto !important
    }
}

.core-technology-item .core-technology-item-image {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.core-technology-item .core-technology-subline {
    position: absolute;
    bottom: 40px
}

@media (min-width: 1024px) {
    .core-technology-item .core-technology-subline p {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #fff
    }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item .core-technology-subline p {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item .core-technology-subline p {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    .core-technology-item .core-technology-subline p {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item .core-technology-subline p {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item .core-technology-subline p {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item .core-technology-subline p {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-width: 1442px) {
    .core-technology-item .core-technology-subline p {
        font-size:24px;
        line-height: 30px
    }
}

.core-technology-item .core-technology-more {
    position: absolute;
    transform: translate(-50%)
}

@media (min-width: 1442px) {
    .core-technology-item .core-technology-more {
        bottom:40px;
        width: 85px;
        height: 85px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item .core-technology-more {
        bottom:40px;
        width: 64px;
        height: 64px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item .core-technology-more {
        bottom:30px;
        width: 45px;
        height: 45px
    }
}

.core-technology-item .core-technology-more .btn-arrow-dark {
    margin-right: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 100%
}

.core-technology-item .core-technology-more .btn-arrow-dark .icon-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

@media (min-width: 1442px) {
    .core-technology-item .core-technology-more .btn-arrow-dark .icon-plus {
        width:24px;
        height: 24px;
        font-size: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item .core-technology-more .btn-arrow-dark .icon-plus {
        width:20px;
        height: 20px;
        font-size: 20px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item .core-technology-more .btn-arrow-dark .icon-plus {
        width:12px;
        height: 12px;
        font-size: 12px
    }
}

.core-technology-item:nth-child(1) {
    float: left
}

@media (min-width: 1442px) {
    .core-technology-item:nth-child(1) .core-technology-subline {
        left:82px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item:nth-child(1) .core-technology-subline {
        left:82px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item:nth-child(1) .core-technology-subline {
        top:102%;
        margin-left: 0
    }
}

.core-technology-item:nth-child(1) .core-technology-more {
    transition: transform .3s
}

@media (min-width: 600px) {
    .core-technology-item:nth-child(1) .core-technology-more {
        transform:translate(-50%)
    }
}

@media (min-width: 600px) {
    .core-technology-item:nth-child(1) .core-technology-more:hover {
        transform:translate(-50%) scale(1.1)
    }
}

.core-technology-item:nth-child(2) {
    float: left;
    padding: 0;
    border-bottom: 2px solid #fff
}

@media (min-width: 1442px) {
    .core-technology-item:nth-child(2) {
        margin-top:230px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item:nth-child(2) {
        margin-top:230px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item:nth-child(2) {
        margin-top:120px
    }
}

@media (min-width: 1442px) {
    .core-technology-item:nth-child(2) .core-technology-subline {
        left:40px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item:nth-child(2) .core-technology-subline {
        left:40px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item:nth-child(2) .core-technology-subline {
        bottom:104.5%;
        margin-left: 13px
    }
}

.core-technology-item:nth-child(2) .core-technology-more {
    transition: transform .3s
}

@media (min-width: 600px) {
    .core-technology-item:nth-child(2) .core-technology-more {
        right:0;
        transform: translate(50%)
    }
}

@media (min-width: 600px) {
    .core-technology-item:nth-child(2) .core-technology-more:hover {
        transform:translate(50%) scale(1.1)
    }
}

.core-technology-item:nth-child(3) {
    float: left;
    padding: 0
}

@media (min-width: 1442px) {
    .core-technology-item:nth-child(3) .core-technology-subline {
        left:40px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item:nth-child(3) .core-technology-subline {
        left:40px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-item:nth-child(3) .core-technology-subline {
        top:104%;
        margin-left: 0
    }
}

.core-technology-item:nth-child(3) .core-technology-more {
    transition: transform .3s
}

@media (min-width: 600px) {
    .core-technology-item:nth-child(3) .core-technology-more {
        right:0;
        transform: translate(50%)
    }
}

@media (min-width: 600px) {
    .core-technology-item:nth-child(3) .core-technology-more:hover {
        transform:translate(50%) scale(1.1)
    }
}

.core-technology-item1-form1 {
    width: 50% !important
}

.core-technology-item1-form1 .item-img-wrapper {
    overflow: hidden
}

@media (min-width: 1442px) {
    .core-technology-item1-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 133.33%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item1-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 133.33%
    }
}

@media (max-width: 1023px) {
    .core-technology-item1-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 133.33%
    }
}

@media (min-width: 1442px) {
    .core-technology-item1-form1 .core-technology-subline {
        width:520px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item1-form1 .core-technology-subline {
        width:320px
    }
}

@media (max-width: 1023px) {
    .core-technology-item1-form1 .core-technology-subline {
        width:87.5%
    }
}

.core-technology-item2-form1 {
    width: 50%
}

@media (min-width: 600px) {
    .core-technology-item2-form1 {
        border-left:2px solid #fff
    }

    .core-technology-item2-form1 img.core-technology-item-image {
        bottom: 0;
        top: unset
    }
}

.core-technology-item2-form1 .item-img-wrapper {
    overflow: hidden
}

@media (min-width: 1442px) {
    .core-technology-item2-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 56.25%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item2-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 56.25%
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 56.25%
    }
}

@media (min-width: 1442px) {
    .core-technology-item2-form1 .core-technology-subline {
        width:520px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item2-form1 .core-technology-subline {
        width:320px
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form1 .core-technology-subline {
        width:100%
    }
}

.core-technology-item3-form1 {
    width: 33.33%
}

@media (min-width: 600px) {
    .core-technology-item3-form1 {
        border-left:2px solid #fff
    }
}

.core-technology-item3-form1 .item-img-wrapper {
    overflow: hidden
}

@media (min-width: 1024px) {
    .core-technology-item3-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 75%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item3-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 75%
    }
}

@media (max-width: 1023px) {
    .core-technology-item3-form1 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 75%
    }
}

@media (min-width: 1442px) {
    .core-technology-item3-form1 .core-technology-subline {
        width:310px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item3-form1 .core-technology-subline {
        width:210px
    }
}

@media (max-width: 1023px) {
    .core-technology-item3-form1 .core-technology-subline {
        width:100%
    }
}

.core-technology-item1-form2 {
    width: 50%
}

.core-technology-item1-form2 .item-img-wrapper {
    overflow: hidden
}

@media (max-width: 1023px) {
    .core-technology-item1-form2 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 75%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item1-form2 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 75%
    }
}

@media (min-width: 1442px) {
    .core-technology-item1-form2 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 75%
    }
}

@media (max-width: 1023px) {
    .core-technology-item1-form2 .core-technology-more .btn-arrow-dark {
        top:30px
    }
}

.core-technology-item2-form2 {
    width: 50%
}

@media (min-width: 600px) {
    .core-technology-item2-form2 {
        border-left:2px solid #fff
    }
}

@media (min-width: 1024px) {
    .core-technology-item2-form2 {
        margin-top:150px
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form2 {
        margin-top:78px !important
    }
}

.core-technology-item2-form2 .item-img-wrapper {
    overflow: hidden
}

@media (min-width: 1442px) {
    .core-technology-item2-form2 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 56.25%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-item2-form2 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 56.25%
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form2 .item-img-wrapper {
        position:relative;
        height: auto;
        padding-top: 56.25%
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form2 .core-technology-item-image {
        width:100%
    }
}

@media (min-width: 1024px) {
    .core-technology-item2-form2 .core-technology-subline {
        bottom:auto;
        top: 30px;
        left: 35px
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form2 .core-technology-subline {
        top:auto;
        bottom: 101%;
        left: auto
    }
}

.core-technology-item2-form2 .core-technology-more .btn-arrow-dark {
    bottom: auto;
    top: 40px
}

@media (max-width: 1023px) {
    .core-technology-item2-form2 .core-technology-more .btn-arrow-dark {
        top:30px
    }
}

@media (max-width: 1023px) {
    .core-technology-item1-form3 {
        width:33.33%;
        margin-top: 35px
    }

    .core-technology-item1-form3 .item-img-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
        padding-top: 133.33%
    }

    .core-technology-item1-form3 .core-technology-item-image {
        width: 100%
    }

    .core-technology-item1-form3 .core-technology-more .btn-arrow-dark {
        bottom: 30px
    }

    .core-technology-item1-form3 .core-technology-subline {
        top: 101%;
        width: 100% !important
    }
}

@media (min-width: 1024px) {
    .core-technology-item1-form3 {
        width:33.33%;
        margin-top: 70px
    }

    .core-technology-item1-form3 .item-img-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
        padding-top: 133.33%
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    .core-technology-item1-form3 .core-technology-subline {
        width:310px !important
    }
}

@media (min-width: 600px) {
    .core-technology-item2-form3 {
        border-left:2px solid #fff
    }
}

@media (max-width: 1023px) {
    .core-technology-item2-form3 {
        width:66.66%;
        margin-top: 0 !important
    }

    .core-technology-item2-form3 .item-img-wrapper {
        width: 100%;
        position: relative;
        height: auto;
        padding-top: 56.25%;
        overflow: hidden
    }

    .core-technology-item2-form3 .core-technology-item-image {
        width: 100%
    }

    .core-technology-item2-form3 .core-technology-more .btn-arrow-dark {
        bottom: 30px
    }

    .core-technology-item2-form3 .core-technology-subline {
        width: 87.5% !important;
        top: 101%
    }
}

@media (min-width: 1024px) {
    .core-technology-item2-form3 {
        width:66.66%;
        margin-top: 0 !important
    }

    .core-technology-item2-form3 .item-img-wrapper {
        width: 100%;
        position: relative;
        height: auto;
        padding-top: 56.25%;
        overflow: hidden
    }
}

@media (min-width: 1442px) {
    .core-technology-disclaimer {
        margin-top:60px;
        margin-left: auto;
        margin-right: auto;
        width: 1080px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .core-technology-disclaimer {
        margin-top:60px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .core-technology-disclaimer {
        margin-top:93px
    }
}

.core-technology-disclaimer .disclaimer {
    color: #666
}

.items-layer {
    overflow: hidden !important
}

@media (max-width: 1023px) {
    .items-layer {
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 7.5% !important;
        padding-right: 7.5% !important
    }
}

@media (max-width: 599px) {
    .items-layer {
        padding-left:0
    }
}

.items-layer .modal-dialog,.items-layer .modal-dialog-video-none {
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 0
}

@media (max-width: 1023px) {
    .items-layer .modal-dialog,.items-layer .modal-dialog-video-none {
        width:100%;
        height: 100%
    }
}

@media (min-width: 320px) and (max-width: 599px) {
    .items-layer .modal-dialog,.items-layer .modal-dialog-video-none {
        margin:auto
    }
}

.items-layer .modal-dialog .modal-content,.items-layer .modal-dialog-video-none .modal-content {
    border-radius: 0;
    border: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto
}

@media (min-width: 1442px) {
    .items-layer .modal-dialog .modal-content,.items-layer .modal-dialog-video-none .modal-content {
        height:auto;
        width: 1300px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .items-layer .modal-dialog .modal-content,.items-layer .modal-dialog-video-none .modal-content {
        height:auto;
        width: 922px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .items-layer .modal-dialog .modal-content,.items-layer .modal-dialog-video-none .modal-content {
        width:100% !important;
        height: 88vh
    }
}

@media (max-width: 599px) {
    .items-layer .modal-dialog .modal-content,.items-layer .modal-dialog-video-none .modal-content {
        width:100% !important;
        height: calc(100% - 80px)
    }
}

@media (min-width: 1024px) {
    .items-layer .modal-dialog-video-none modal-content {
        height:74vh
    }
}

@media (min-width: 1442px) {
    .items-layer .modal-dialog-video-none modal-content {
        height:748px;
        width: 1300px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .items-layer .modal-dialog-video-none modal-content {
        height:529px;
        width: 922px
    }
}

.items-layer .modal-body {
    padding: 0;
    height: 100%;
    overflow: auto
}

@media (min-width: 600px) and (max-width: 1023px) {
    .items-layer .modal-body {
        padding-top:0;
        max-height: 88vh
    }
}

@media (max-width: 599px) {
    .items-layer .modal-body {
        max-height:none
    }
}

@media (min-width: 1442px) {
    .items-layer .modal-body .modal-body-content {
        padding:60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .items-layer .modal-body .modal-body-content {
        padding:40px
    }
}

.items-layer .ps__rail-y,.items-layer .ps__rail-y:hover {
    width: 8px;
    background-color: #E2E2E2;
    border-radius: 5.5px
}

.items-layer .ps__rail-y .ps__thumb-y,.items-layer .ps__rail-y .ps__thumb-y:hover,.items-layer .ps__rail-y:hover .ps__thumb-y,.items-layer .ps__rail-y:hover .ps__thumb-y:hover {
    right: 0;
    width: 8px;
    background-color: #A5A5A5;
    border-radius: 5.5px
}

.modal-media-container {
    padding: 0
}

@media (min-width: 1442px) {
    .modal-media-container {
        height:auto;
        width: 470px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-media-container {
        height:auto;
        width: 336px
    }
}

.modal-media-container #layer-video-player {
    width: 100%;
    height: 100%
}

.modal-img {
    padding: 0
}

@media (min-width: 1442px) {
    .modal-img {
        width:100%;
        height: 626px;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-img {
        width:100%;
        height: 70%;
        margin-bottom: 10px
    }
}

@media (max-width: 599px) {
    .modal-img {
        width:100%;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .modal-img-video-none {
        height:70%;
        margin-bottom: 0
    }
}

.modal-video {
    width: 100%;
    height: 265px
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-video {
        width:100%;
        height: 189px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal-video {
        width:calc(100% + 80px);
        height: 368px;
        margin-left: -40px;
        margin-bottom: 30px
    }
}

@media (max-width: 599px) {
    .modal-video {
        width:calc(100% + 40px) !important;
        height: 172px !important;
        height: 172px;
        margin-left: -20px;
        margin-bottom: 20px
    }
}

.modal-video #my-player1 {
    width: 100%;
    height: 100%
}

.modal-video #my-player1 video {
    height: 100%
}

@media (min-width: 1442px) {
    .modal-article-container {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        height: auto;
        padding: 0;
        padding-left: 60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-article-container {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        height: auto;
        padding: 0;
        padding-left: 40px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal-article-container {
        padding-top:30px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 599px) {
    .modal-article-container {
        padding-left:20px;
        padding-right: 20px
    }
}

.modal-article-text {
    padding-right: 42px
}

@media (min-width: 1442px) {
    .modal-article-text {
        height:80.6%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-article-text {
        height:74.5%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal-article-text {
        padding-right:0;
        margin-bottom: 30px;
        height: initial
    }
}

@media (max-width: 599px) {
    .modal-article-text {
        padding-right:0;
        margin-bottom: 20px;
        height: initial
    }
}

.modal-article-text,.modal-article-text>* {
    font-family: "WMF Rotis","Arial",sans-serif;
    color: #333;
    font-weight: 300
}

@media (min-width: 320px) {
    .modal-article-text,.modal-article-text>* {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .modal-article-text,.modal-article-text>* {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .modal-article-text,.modal-article-text>* {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .modal-article-text,.modal-article-text>* {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1442px) {
    .modal-article-text-video-none {
        height:100%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-article-text-video-none {
        height:100%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal-article-second-text {
        margin-bottom:40px
    }
}

@media (max-width: 599px) {
    .modal-article-second-text {
        margin-bottom:40px
    }
}

@media (min-width: 1024px) {
    .modal-article-second-text {
        margin-top:28px
    }
}

.modal-article-second-text,.modal-article-second-text>* {
    font-family: "WMF Rotis","Arial",sans-serif;
    color: #333;
    font-weight: 300
}

@media (min-width: 320px) {
    .modal-article-second-text,.modal-article-second-text>* {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .modal-article-second-text,.modal-article-second-text>* {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .modal-article-second-text,.modal-article-second-text>* {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .modal-article-second-text,.modal-article-second-text>* {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

.items-layer .button-close {
    position: absolute;
    z-index: 2;
    opacity: 1
}

@media (min-width: 1442px) {
    .items-layer .button-close {
        top:-40px;
        right: -40px;
        width: 80px !important;
        height: 80px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .items-layer .button-close {
        top:-32px;
        right: -32px;
        width: 65px;
        height: 65px
    }
}

@media (max-width: 599px) {
    .items-layer .button-close {
        top:-20px;
        right: -20px !important;
        width: 40px;
        height: 40px;
        z-index: 10
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .items-layer .button-close {
        top:-30px;
        right: -30px !important;
        width: 60px;
        height: 60px
    }
}

.items-layer .button-close .btn-arrow-dark {
    background-color: #333 !important;
    margin-right: 0
}

@media (min-width: 1442px) {
    .items-layer .button-close .btn-arrow-dark {
        width:80px !important;
        height: 80px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .items-layer .button-close .btn-arrow-dark {
        position:relative;
        width: 65px;
        height: 65px
    }
}

@media (max-width: 599px) {
    .items-layer .button-close .btn-arrow-dark {
        width:40px;
        height: 40px;
        z-index: 10
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .items-layer .button-close .btn-arrow-dark {
        width:60px;
        height: 60px
    }
}

.items-layer .button-close .btn-arrow-dark .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 26px;
    color: #fff
}

@media (min-width: 1442px) {
    .items-layer .button-close .btn-arrow-dark .icon-close {
        width:31px;
        font-size: 31px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .items-layer .button-close .btn-arrow-dark .icon-close {
        font-size:24px;
        width: 24px;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: initial;
        margin-right: initial
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .items-layer .button-close .btn-arrow-dark .icon-close {
        width:22px
    }
}

@media (max-width: 599px) {
    .items-layer .button-close .btn-arrow-dark .icon-close {
        width:15px !important;
        height: 15px !important;
        font-size: 15px !important
    }
}

.items-layer .button-close:hover {
    opacity: 1
}

@media (min-width: 1442px) {
    .modal-article-headline {
        margin-bottom:20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .modal-article-headline {
        margin-bottom:15px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal-article-headline {
        margin-top:60px;
        margin-bottom: 15px;
        padding: 0;
        padding-left: 20px;
        padding-right: 40px
    }
}

@media (max-width: 599px) {
    .modal-article-headline {
        margin-bottom:10px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.modal-article-headline .headline {
    margin: 0;
    margin-top: 0;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .modal-article-subline {
        padding:0;
        padding-left: 20px;
        padding-right: 40px
    }
}

@media (max-width: 599px) {
    .modal-article-subline {
        margin-bottom:20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.modal-article-subline .subline {
    margin-top: 0
}

@media (min-width: 1442px) {
    .modal-article-subline .subline {
        margin-bottom:40px
    }
}

.modal-article-link-wrapper {
    margin-top: 20px
}

.modal-article-link {
    color: #000;
    margin-top: 20px
}

.modal-article-link .icon-arrow-right {
    margin-left: 15px
}

@media (max-width: 599px) {
    .modal-article-link .icon-arrow-right {
        height:12px;
        width: 30px;
        font-size: 10.5px
    }
}

.modal-article-link:hover {
    color: #000
}

.core-technology-carousel .core-technology-carousel-img-wrapper {
    height: auto;
    padding-top: 75%;
    position: relative
}

.core-technology-carousel .core-technology-carousel-img-wrapper .core-technology-carousel-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.core-technology-carousel .core-technology-carousel-img-wrapper .core-technology-carousel-img-overlay.animated {
    background: white
}

.core-technology-carousel .core-technology-carousel-img-wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.core-technology-carousel .swiper-pagination {
    margin-top: 15px;
    margin-bottom: -5px
}

.core-technology-carousel swiper-pagination-bullet {
    background: #888
}

.core-technology-carousel .swiper-pagination-bullet-active {
    background: #212121
}

.freezePage {
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0
}

.page-productOverviewPage .suitable-section {
    margin-bottom: 60px
}

@media (min-width: 1024px) {
    .page-productOverviewPage .suitable-section {
        margin-bottom:120px
    }
}

.page-productDetailsPage .suitable-section {
    margin-bottom: 60px
}

.page-productDetailsPage .suitable-section+.summary-card-section {
    margin-top: 80px
}

@media (min-width: 1024px) {
    .page-productDetailsPage .suitable-section {
        margin-bottom:80px
    }

    .page-productDetailsPage .suitable-section+.summary-card-section {
        margin-top: 100px
    }
}

.suitable-section .image-wide-container .image-caption-container .image-caption.txt-13,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(h2):not(p):not(.h3),.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(h2):not(p):not(.h3),.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details {
    position: relative;
    padding-left: 17px;
    margin: 10px 0 10px 43px
}

.suitable-section .image-wide-container .image-caption-container .image-caption.txt-13 *,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption *,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption *,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more *,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron *,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee *,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd) *,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd) *,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even) *,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even) *,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd) *,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd) *,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even) *,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even) *,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption *,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption *,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link *,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link *,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link *,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link *,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption *,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption *,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption *,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption *,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3 *,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3 *,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption *,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(h2):not(p):not(.h3) *,.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(h2):not(p):not(.h3) *,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption *,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption *,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title *,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption *,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption *,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found *,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found *,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption *,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption *,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found *,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found *,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption *,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption *,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description *,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption *,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption *,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption *,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption *,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption *,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption *,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption *,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption *,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption *,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption *,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption *,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption *,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption *,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption *,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption *,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption *,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption *,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption *,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption *,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption *,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption *,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption *,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption *,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption *,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption *,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details *,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details * {
    color: inherit;
    font-family: inherit
}

@media (max-width: 1441px) {
    .suitable-section .image-wide-container .image-caption-container .image-caption.txt-13,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(h2):not(p):not(.h3),.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(h2):not(p):not(.h3),.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details {
        padding:0 21px 0 18px;
        margin: 0 0 10px 33px
    }
}

@media (max-width: 1023px) {
    .suitable-section .image-wide-container .image-caption-container .image-caption.txt-13,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(h2):not(p):not(.h3),.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(h2):not(p):not(.h3),.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details {
        padding:0 20px 0 17px;
        margin: 4px 0 10px 21px
    }
}

@media (max-width: 599px) {
    .suitable-section .image-wide-container .image-caption-container .image-caption.txt-13,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even),.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd),.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even),.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even),.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(h2):not(p):not(.h3),.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(h2):not(p):not(.h3),.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details {
        padding:0 10px 0 18px;
        margin: 2px 0 10px 21px
    }
}

.suitable-section .image-wide-container .image-caption-container .image-caption.txt-13::before,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption::before,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption::before,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title::before,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption::before,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found::before,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption::before,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found::before,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption::before,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description::before,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption::before,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption::before,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption::before,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption::before,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption::before,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption::before,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption::before,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption::before,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption::before,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details::before,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details::before {
    display: inline-block;
    content: '';
    background-color: #333;
    position: absolute;
    width: 2px;
    height: calc(100% + 37px);
    bottom: 3px;
    left: 0
}

@media (max-width: 1441px) {
    .suitable-section .image-wide-container .image-caption-container .image-caption.txt-13::before,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption::before,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption::before,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title::before,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption::before,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found::before,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption::before,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found::before,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption::before,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description::before,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption::before,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption::before,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption::before,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption::before,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption::before,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption::before,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption::before,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption::before,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption::before,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details::before,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details::before {
        height:calc(100% + 26px)
    }
}

@media (max-width: 1023px) {
    .suitable-section .image-wide-container .image-caption-container .image-caption.txt-13::before,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption::before,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption::before,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title::before,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption::before,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found::before,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption::before,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found::before,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption::before,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description::before,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption::before,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption::before,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption::before,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption::before,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption::before,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption::before,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption::before,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption::before,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption::before,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details::before,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details::before {
        height:calc(100% + 28px)
    }
}

@media (max-width: 599px) {
    .suitable-section .image-wide-container .image-caption-container .image-caption.txt-13::before,.suitable-section .image-wide-container .image-caption-container .list-bullet-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .list-check-small>li.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-show-more-chevron::before,.suitable-section .image-wide-container .image-caption-container .image-caption.btn-link-guarantee::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(odd)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(odd) td.image-caption:nth-child(even)::before,.table tr:nth-child(odd) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(odd)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(odd)::before,.suitable-section .image-wide-container .image-caption-container .table tr:nth-child(even) td.image-caption:nth-child(even)::before,.table tr:nth-child(even) .suitable-section .image-wide-container .image-caption-container td.image-caption:nth-child(even)::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content p.image-caption::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content p.image-caption::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content a.image-caption.contact-us-link::before,section.contact-us-page .container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content a.image-caption.contact-us-link::before,section.contact-us-page .teaser-container .content .suitable-section .image-wide-container .image-caption-container a.image-caption.contact-us-link::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .container .content .services .service .image-caption.caption::before,section.contact-us-page .container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container section.contact-us-page .teaser-container .content .services .service .image-caption.caption::before,section.contact-us-page .teaser-container .content .services .service .suitable-section .image-wide-container .image-caption-container .image-caption.caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content .image-caption.h3::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container .image-caption.h3::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content p.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.seo-section .suitable-section .image-wide-container .image-caption-container .seo-content>.image-caption:not(.h3):not(p):not(h2)::before,.suitable-section .image-wide-container .image-caption-container .seo-section .seo-content a.image-caption::before,.seo-section .seo-content .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.yCmsContentSlot.bloc-title::before,.suitable-section .image-wide-container .image-caption-container .yCmsContentSlot.bloc-title .image-caption::before,.yCmsContentSlot.bloc-title .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .image-caption.pos-features-not-found::before,.page-CSSRepairers .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-CSSRepairers .pos-features-not-found .image-caption::before,.page-CSSRepairers .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .image-caption.pos-features-not-found::before,.page-storefinderPage .suitable-section .image-wide-container .image-caption-container .image-caption.pos-features-not-found::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .pos-features-not-found .image-caption::before,.page-storefinderPage .pos-features-not-found .suitable-section .image-wide-container .image-caption-container .image-caption::before,.suitable-section .image-wide-container .image-caption-container .image-caption.text-combination-description::before,.suitable-section .image-wide-container .image-caption-container .text-combination-description p.image-caption::before,.text-combination-description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .text-combination-product-indicator .text-combination-portrait .text-combination-product-price>.image-caption::before,.text-combination-product-indicator .text-combination-portrait .suitable-section .image-wide-container .image-caption-container .text-combination-product-price>.image-caption::before,.suitable-section .image-wide-container .image-caption-container .garantee-section p.image-caption::before,.garantee-section .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy aside p.image-caption::before,.where-to-buy aside .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .where-to-buy .description p.image-caption::before,.where-to-buy .description .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span.image-caption::before,.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container .mobile .page-storefinderPage .store-finder .scroll-store .list-store a p.image-caption::before,.mobile .page-storefinderPage .store-finder .scroll-store .list-store a .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container .page-storefinderPage .store-finder .accessory-link a.image-caption::before,.page-storefinderPage .store-finder .accessory-link .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-list .pagination ul li a.image-caption::before,#StoreLocator .store-list .pagination ul li .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container h4.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container p.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off h4 span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off h4 .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off p span.image-caption::before,#StoreLocator .store-locator-detail .details-store-off p .suitable-section .image-wide-container .image-caption-container span.image-caption::before,.suitable-section .image-wide-container .image-caption-container #StoreLocator .store-locator-detail .details-store-off a.image-caption::before,#StoreLocator .store-locator-detail .details-store-off .suitable-section .image-wide-container .image-caption-container a.image-caption::before,.suitable-section .image-wide-container .image-caption-container .google-maps .gm-style-iw .image-caption.store-details::before,.google-maps .gm-style-iw .suitable-section .image-wide-container .image-caption-container .image-caption.store-details::before {
        height:calc(100% + 31px)
    }
}

@media (max-width: 1023px) {
    .suitable-section .image-wide-container.centered-row>.row {
        position:relative;
        top: 0;
        -khtml-transform: none;
        transform: none
    }
}

@media (min-width: 600px) {
    .suitable-section .image-wide-container.centered-row>.row {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .suitable-section .image-wide-container.centered-row>.row .title-inner {
        -ms-flex-order: 2;
        order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .suitable-section .image-wide-container.centered-row>.row .title-inner>* {
        text-align: left
    }

    .suitable-section .image-wide-container.centered-row>.row .title-inner .icons-inner {
        margin-left: 0
    }

    .suitable-section .image-wide-container.centered-row>.row .title-inner .txt-04,.suitable-section .image-wide-container.centered-row>.row .title-inner #bazaarvoice-container .h2,#bazaarvoice-container .suitable-section .image-wide-container.centered-row>.row .title-inner .h2,.suitable-section .image-wide-container.centered-row>.row .title-inner section.contact-us-page .container h1,section.contact-us-page .container .suitable-section .image-wide-container.centered-row>.row .title-inner h1,.suitable-section .image-wide-container.centered-row>.row .title-inner section.contact-us-page .teaser-container h1,section.contact-us-page .teaser-container .suitable-section .image-wide-container.centered-row>.row .title-inner h1,.suitable-section .image-wide-container.centered-row>.row .title-inner .master-ban-head .header-banner .caption,.master-ban-head .header-banner .suitable-section .image-wide-container.centered-row>.row .title-inner .caption,.suitable-section .image-wide-container.centered-row>.row .title-inner .category-hero-header h1,.category-hero-header .suitable-section .image-wide-container.centered-row>.row .title-inner h1,.suitable-section .image-wide-container.centered-row>.row .title-inner .module-360-section .h2,.module-360-section .suitable-section .image-wide-container.centered-row>.row .title-inner .h2,.suitable-section .image-wide-container.centered-row>.row .title-inner .rectangle-description,.suitable-section .image-wide-container.centered-row>.row .title-inner .rectangle-description>*,.suitable-section .image-wide-container.centered-row>.row .title-inner .quotation-text,.suitable-section .image-wide-container.centered-row>.row .title-inner .quotation-text>*,.suitable-section .image-wide-container.centered-row>.row .title-inner .garantee-section h1,.garantee-section .suitable-section .image-wide-container.centered-row>.row .title-inner h1,.suitable-section .image-wide-container.centered-row>.row .title-inner .comparison-section .h2,.comparison-section .suitable-section .image-wide-container.centered-row>.row .title-inner .h2,.suitable-section .image-wide-container.centered-row>.row .title-inner .where-to-buy .h2,.where-to-buy .suitable-section .image-wide-container.centered-row>.row .title-inner .h2,.suitable-section .image-wide-container.centered-row>.row .title-inner .where-to-buy .distributor-block .distributor-title h3,.where-to-buy .distributor-block .distributor-title .suitable-section .image-wide-container.centered-row>.row .title-inner h3 {
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 10px
    }

    .suitable-section .image-wide-container.centered-row>.row .high-image-inner {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1024px) {
    .suitable-section .image-wide-container.centered-row {
        padding-top:calc((100% - 28px) * 1.25 / 2 + 20px)
    }

    .suitable-section .image-wide-container.centered-row .txt-04:first-child,.suitable-section .image-wide-container.centered-row #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .image-wide-container.centered-row .h2:first-child,.suitable-section .image-wide-container.centered-row section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .image-wide-container.centered-row h1:first-child,.suitable-section .image-wide-container.centered-row section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .image-wide-container.centered-row h1:first-child,.suitable-section .image-wide-container.centered-row .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .image-wide-container.centered-row .caption:first-child,.suitable-section .image-wide-container.centered-row .category-hero-header h1:first-child,.category-hero-header .suitable-section .image-wide-container.centered-row h1:first-child,.suitable-section .image-wide-container.centered-row .module-360-section .h2:first-child,.module-360-section .suitable-section .image-wide-container.centered-row .h2:first-child,.suitable-section .image-wide-container.centered-row .rectangle-description:first-child,.suitable-section .image-wide-container.centered-row .rectangle-description>:first-child,.suitable-section .image-wide-container.centered-row .quotation-text:first-child,.suitable-section .image-wide-container.centered-row .quotation-text>:first-child,.suitable-section .image-wide-container.centered-row .garantee-section h1:first-child,.garantee-section .suitable-section .image-wide-container.centered-row h1:first-child,.suitable-section .image-wide-container.centered-row .comparison-section .h2:first-child,.comparison-section .suitable-section .image-wide-container.centered-row .h2:first-child,.suitable-section .image-wide-container.centered-row .where-to-buy .h2:first-child,.where-to-buy .suitable-section .image-wide-container.centered-row .h2:first-child,.suitable-section .image-wide-container.centered-row .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .image-wide-container.centered-row h3:first-child {
        margin-bottom: 10px
    }
}

@media (min-width: 1442px) {
    .suitable-section .image-wide-container.centered-row {
        padding-top:calc((100% - 40px) * 1.25 / 2 + 20px)
    }
}

.suitable-section .no-high-image .image-wide-container {
    width: 100%
}

@media (min-width: 600px) {
    .suitable-section .no-high-image .image-wide-container .row {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

@media (min-width: 600px) {
    .suitable-section .no-high-image .image-wide-container .row .title-inner {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .suitable-section .no-high-image .image-wide-container .row .title-inner>* {
        text-align: left
    }

    .suitable-section .no-high-image .image-wide-container .row .title-inner .icons-inner {
        margin-left: 0
    }

    .suitable-section .no-high-image .image-wide-container .row .title-inner .txt-04,.suitable-section .no-high-image .image-wide-container .row .title-inner #bazaarvoice-container .h2,#bazaarvoice-container .suitable-section .no-high-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image .image-wide-container .row .title-inner section.contact-us-page .container h1,section.contact-us-page .container .suitable-section .no-high-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1,section.contact-us-page .teaser-container .suitable-section .no-high-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption,.master-ban-head .header-banner .suitable-section .no-high-image .image-wide-container .row .title-inner .caption,.suitable-section .no-high-image .image-wide-container .row .title-inner .category-hero-header h1,.category-hero-header .suitable-section .no-high-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image .image-wide-container .row .title-inner .module-360-section .h2,.module-360-section .suitable-section .no-high-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image .image-wide-container .row .title-inner .rectangle-description,.suitable-section .no-high-image .image-wide-container .row .title-inner .rectangle-description>*,.suitable-section .no-high-image .image-wide-container .row .title-inner .quotation-text,.suitable-section .no-high-image .image-wide-container .row .title-inner .quotation-text>*,.suitable-section .no-high-image .image-wide-container .row .title-inner .garantee-section h1,.garantee-section .suitable-section .no-high-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image .image-wide-container .row .title-inner .comparison-section .h2,.comparison-section .suitable-section .no-high-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image .image-wide-container .row .title-inner .where-to-buy .h2,.where-to-buy .suitable-section .no-high-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3,.where-to-buy .distributor-block .distributor-title .suitable-section .no-high-image .image-wide-container .row .title-inner h3 {
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 10px
    }
}

@media (min-width: 1442px) {
    .suitable-section .no-high-image .image-wide-container .row .image-caption-container {
        width:60.11111%;
        margin-left: 6.55555%
    }
}

.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner>* {
    text-align: center
}

.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container {
    margin-top: 10px
}

@media (min-width: 600px) {
    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container {
        max-width:none;
        height: 84px;
        padding-bottom: 20px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner {
        max-width: 222px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner .img-icons {
        width: 64px;
        height: 64px;
        margin-right: 15px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner .img-icons:last-child {
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container {
        height:106px;
        padding-bottom: 20px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner {
        max-width: 298px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner .img-icons {
        width: 86px;
        height: 86px;
        margin-right: 20px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner .img-icons:last-child {
        margin-right: 0
    }
}

@media (min-width: 1442px) {
    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container {
        height:150px;
        padding-bottom: 30px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner {
        max-width: 410px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner .img-icons {
        width: 120px;
        height: 120px;
        margin-right: 25px
    }

    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner .img-icons:last-child {
        margin-right: 0
    }
}

.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .icons-container .icons-inner {
    margin: auto
}

@media (min-width: 320px) {
    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2,#bazaarvoice-container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1,section.contact-us-page .container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1,section.contact-us-page .teaser-container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption,.master-ban-head .header-banner .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1,.category-hero-header .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2,.module-360-section .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>*,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>*,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1,.garantee-section .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2,.comparison-section .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2,.where-to-buy .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3,.where-to-buy .distributor-block .distributor-title .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h3 {
        padding:0
    }
}

@media (min-width: 1024px) {
    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        display:block;
        margin: auto;
        width: 624px
    }
}

@media (min-width: 1442px) {
    .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        width:660px
    }
}

.suitable-section .no-icons.no-picture:after,.suitable-section .no-icons.no-picture:before {
    height: 2px;
    content: ' ';
    display: block;
    background-color: #666
}

.suitable-section .no-icons.no-picture:after {
    margin-bottom: 10px
}

.suitable-section .no-icons.no-picture:before {
    margin-top: 10px
}

.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
    height: auto;
    margin-top: 60px;
    margin-bottom: 62px
}

@media all and (max-width: 1441px) {
    .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
        margin-top:56px;
        margin-bottom: 67px
    }
}

@media all and (max-width: 1023px) {
    .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
        padding:0 40px;
        margin-top: 47px;
        margin-bottom: 55px
    }
}

@media all and (max-width: 599px) {
    .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child {
        padding:0 12px;
        margin-top: 34px;
        margin-bottom: 41px
    }
}

.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2:first-child .hidden.no-icons.no-picture,#bazaarvoice-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1:first-child .hidden.no-icons.no-picture,section.contact-us-page .container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1:first-child .hidden.no-icons.no-picture,section.contact-us-page .teaser-container .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption:first-child .hidden.no-icons.no-picture,.master-ban-head .header-banner .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1:first-child .hidden.no-icons.no-picture,.category-hero-header .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2:first-child .hidden.no-icons.no-picture,.module-360-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1:first-child .hidden.no-icons.no-picture,.garantee-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h1:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2:first-child .hidden.no-icons.no-picture,.comparison-section .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2:first-child .hidden.no-icons.no-picture,.where-to-buy .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2:first-child .hidden.no-icons.no-picture,.suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child .hidden.no-icons.no-picture,.where-to-buy .distributor-block .distributor-title .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner h3:first-child .hidden.no-icons.no-picture {
    display: inline !important
}

@media all and (min-width: 600px) {
    .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        margin:auto;
        width: 444.66px
    }
}

@media all and (min-width: 1024px) and (max-width: 1441px) {
    .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        width:468px
    }
}

@media (min-width: 1442px) {
    .suitable-section .no-icons.no-picture .no-high-image.no-wide-image .image-wide-container .row .title-inner {
        width:660px
    }
}

.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .txt-04,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner #bazaarvoice-container .h2,#bazaarvoice-container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .container h1,section.contact-us-page .container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner section.contact-us-page .teaser-container h1,section.contact-us-page .teaser-container .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .master-ban-head .header-banner .caption,.master-ban-head .header-banner .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .caption,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .category-hero-header h1,.category-hero-header .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .module-360-section .h2,.module-360-section .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .rectangle-description>*,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .quotation-text>*,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .garantee-section h1,.garantee-section .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h1,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .comparison-section .h2,.comparison-section .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .h2,.where-to-buy .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .h2,.suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner .where-to-buy .distributor-block .distributor-title h3,.where-to-buy .distributor-block .distributor-title .suitable-section .no-high-image.no-wide-image .image-wide-container .row .title-inner h3 {
    margin-bottom: 10px
}

.suitable-section .col-xs-12 .title-inner .txt-04 *,.suitable-section .title-inner .col-xs-12 .txt-04 *,.suitable-section .col-xs-12 .title-inner #bazaarvoice-container .h2 *,.suitable-section .title-inner #bazaarvoice-container .col-xs-12 .h2 *,#bazaarvoice-container .suitable-section .col-xs-12 .title-inner .h2 *,#bazaarvoice-container .suitable-section .title-inner .col-xs-12 .h2 *,.suitable-section .col-xs-12 .title-inner section.contact-us-page .container h1 *,.suitable-section .title-inner section.contact-us-page .container .col-xs-12 h1 *,section.contact-us-page .container .suitable-section .col-xs-12 .title-inner h1 *,section.contact-us-page .container .suitable-section .title-inner .col-xs-12 h1 *,.suitable-section .col-xs-12 .title-inner section.contact-us-page .teaser-container h1 *,.suitable-section .title-inner section.contact-us-page .teaser-container .col-xs-12 h1 *,section.contact-us-page .teaser-container .suitable-section .col-xs-12 .title-inner h1 *,section.contact-us-page .teaser-container .suitable-section .title-inner .col-xs-12 h1 *,.suitable-section .col-xs-12 .title-inner .master-ban-head .header-banner .caption *,.suitable-section .title-inner .master-ban-head .header-banner .col-xs-12 .caption *,.master-ban-head .header-banner .suitable-section .col-xs-12 .title-inner .caption *,.master-ban-head .header-banner .suitable-section .title-inner .col-xs-12 .caption *,.suitable-section .col-xs-12 .title-inner .category-hero-header h1 *,.suitable-section .title-inner .category-hero-header .col-xs-12 h1 *,.category-hero-header .suitable-section .col-xs-12 .title-inner h1 *,.category-hero-header .suitable-section .title-inner .col-xs-12 h1 *,.suitable-section .col-xs-12 .title-inner .module-360-section .h2 *,.suitable-section .title-inner .module-360-section .col-xs-12 .h2 *,.module-360-section .suitable-section .col-xs-12 .title-inner .h2 *,.module-360-section .suitable-section .title-inner .col-xs-12 .h2 *,.suitable-section .col-xs-12 .title-inner .rectangle-description *,.suitable-section .title-inner .col-xs-12 .rectangle-description *,.suitable-section .col-xs-12 .title-inner .quotation-text *,.suitable-section .title-inner .col-xs-12 .quotation-text *,.suitable-section .col-xs-12 .title-inner .garantee-section h1 *,.suitable-section .title-inner .garantee-section .col-xs-12 h1 *,.garantee-section .suitable-section .col-xs-12 .title-inner h1 *,.garantee-section .suitable-section .title-inner .col-xs-12 h1 *,.suitable-section .col-xs-12 .title-inner .comparison-section .h2 *,.suitable-section .title-inner .comparison-section .col-xs-12 .h2 *,.comparison-section .suitable-section .col-xs-12 .title-inner .h2 *,.comparison-section .suitable-section .title-inner .col-xs-12 .h2 *,.suitable-section .col-xs-12 .title-inner .where-to-buy .h2 *,.suitable-section .title-inner .where-to-buy .col-xs-12 .h2 *,.where-to-buy .suitable-section .col-xs-12 .title-inner .h2 *,.where-to-buy .suitable-section .title-inner .col-xs-12 .h2 *,.suitable-section .col-xs-12 .title-inner .where-to-buy .distributor-block .distributor-title h3 *,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title .col-xs-12 h3 *,.where-to-buy .distributor-block .distributor-title .suitable-section .col-xs-12 .title-inner h3 *,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner .col-xs-12 h3 *,.suitable-section .col-xs-12 .title-inner .txt-08 *,.suitable-section .title-inner .col-xs-12 .txt-08 *,.suitable-section .col-xs-12 .title-inner .yCmsContentSlot.bloc-title h2 *,.suitable-section .title-inner .yCmsContentSlot.bloc-title .col-xs-12 h2 *,.yCmsContentSlot.bloc-title .suitable-section .col-xs-12 .title-inner h2 *,.yCmsContentSlot.bloc-title .suitable-section .title-inner .col-xs-12 h2 *,.suitable-section .col-xs-12 .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header *,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .col-xs-12 .text-combination-header *,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .col-xs-12 .title-inner .text-combination-header *,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .col-xs-12 .text-combination-header *,.suitable-section .col-xs-12 .title-inner .centered-text-main *,.suitable-section .title-inner .col-xs-12 .centered-text-main *,.suitable-section .col-xs-12 .title-inner .garantee-section h2 *,.suitable-section .title-inner .garantee-section .col-xs-12 h2 *,.garantee-section .suitable-section .col-xs-12 .title-inner h2 *,.garantee-section .suitable-section .title-inner .col-xs-12 h2 *,.suitable-section .col-xs-12 .title-inner .where-to-buy .description h3 *,.suitable-section .title-inner .where-to-buy .description .col-xs-12 h3 *,.where-to-buy .description .suitable-section .col-xs-12 .title-inner h3 *,.where-to-buy .description .suitable-section .title-inner .col-xs-12 h3 *,.suitable-section .col-xs-12 .title-inner .page-storefinderPage .store-finder .scroll-store .list-store a *,.suitable-section .title-inner .page-storefinderPage .store-finder .scroll-store .list-store .col-xs-12 a *,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .col-xs-12 .title-inner a *,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .title-inner .col-xs-12 a *,.suitable-section .col-xs-12 .title-inner .page-storefinderPage .store-finder .header-banner .caption .title *,.suitable-section .title-inner .page-storefinderPage .store-finder .header-banner .caption .col-xs-12 .title *,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .col-xs-12 .title-inner .title *,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .title-inner .col-xs-12 .title * {
    color: inherit;
    font-family: inherit
}

@media (max-width: 1023px) {
    .suitable-section .col-xs-12 .title-inner .txt-04,.suitable-section .title-inner .col-xs-12 .txt-04,.suitable-section .col-xs-12 .title-inner #bazaarvoice-container .h2,.suitable-section .title-inner #bazaarvoice-container .col-xs-12 .h2,#bazaarvoice-container .suitable-section .col-xs-12 .title-inner .h2,#bazaarvoice-container .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner section.contact-us-page .container h1,.suitable-section .title-inner section.contact-us-page .container .col-xs-12 h1,section.contact-us-page .container .suitable-section .col-xs-12 .title-inner h1,section.contact-us-page .container .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner section.contact-us-page .teaser-container h1,.suitable-section .title-inner section.contact-us-page .teaser-container .col-xs-12 h1,section.contact-us-page .teaser-container .suitable-section .col-xs-12 .title-inner h1,section.contact-us-page .teaser-container .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner .master-ban-head .header-banner .caption,.suitable-section .title-inner .master-ban-head .header-banner .col-xs-12 .caption,.master-ban-head .header-banner .suitable-section .col-xs-12 .title-inner .caption,.master-ban-head .header-banner .suitable-section .title-inner .col-xs-12 .caption,.suitable-section .col-xs-12 .title-inner .category-hero-header h1,.suitable-section .title-inner .category-hero-header .col-xs-12 h1,.category-hero-header .suitable-section .col-xs-12 .title-inner h1,.category-hero-header .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner .module-360-section .h2,.suitable-section .title-inner .module-360-section .col-xs-12 .h2,.module-360-section .suitable-section .col-xs-12 .title-inner .h2,.module-360-section .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner .rectangle-description,.suitable-section .title-inner .col-xs-12 .rectangle-description,.suitable-section .col-xs-12 .title-inner .rectangle-description>*,.suitable-section .title-inner .col-xs-12 .rectangle-description>*,.suitable-section .col-xs-12 .title-inner .quotation-text,.suitable-section .title-inner .col-xs-12 .quotation-text,.suitable-section .col-xs-12 .title-inner .quotation-text>*,.suitable-section .title-inner .col-xs-12 .quotation-text>*,.suitable-section .col-xs-12 .title-inner .garantee-section h1,.suitable-section .title-inner .garantee-section .col-xs-12 h1,.garantee-section .suitable-section .col-xs-12 .title-inner h1,.garantee-section .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner .comparison-section .h2,.suitable-section .title-inner .comparison-section .col-xs-12 .h2,.comparison-section .suitable-section .col-xs-12 .title-inner .h2,.comparison-section .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner .where-to-buy .h2,.suitable-section .title-inner .where-to-buy .col-xs-12 .h2,.where-to-buy .suitable-section .col-xs-12 .title-inner .h2,.where-to-buy .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner .where-to-buy .distributor-block .distributor-title h3,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title .col-xs-12 h3,.where-to-buy .distributor-block .distributor-title .suitable-section .col-xs-12 .title-inner h3,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner .col-xs-12 h3,.suitable-section .col-xs-12 .title-inner .txt-08,.suitable-section .title-inner .col-xs-12 .txt-08,.suitable-section .col-xs-12 .title-inner .yCmsContentSlot.bloc-title h2,.suitable-section .title-inner .yCmsContentSlot.bloc-title .col-xs-12 h2,.yCmsContentSlot.bloc-title .suitable-section .col-xs-12 .title-inner h2,.yCmsContentSlot.bloc-title .suitable-section .title-inner .col-xs-12 h2,.suitable-section .col-xs-12 .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .col-xs-12 .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .col-xs-12 .title-inner .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .col-xs-12 .text-combination-header,.suitable-section .col-xs-12 .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .col-xs-12 .text-combination-header>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .col-xs-12 .title-inner .text-combination-header>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .col-xs-12 .text-combination-header>*,.suitable-section .col-xs-12 .title-inner .centered-text-main,.suitable-section .title-inner .col-xs-12 .centered-text-main,.suitable-section .col-xs-12 .title-inner .centered-text-main>*,.suitable-section .title-inner .col-xs-12 .centered-text-main>*,.suitable-section .col-xs-12 .title-inner .garantee-section h2,.suitable-section .title-inner .garantee-section .col-xs-12 h2,.garantee-section .suitable-section .col-xs-12 .title-inner h2,.garantee-section .suitable-section .title-inner .col-xs-12 h2,.suitable-section .col-xs-12 .title-inner .where-to-buy .description h3,.suitable-section .title-inner .where-to-buy .description .col-xs-12 h3,.where-to-buy .description .suitable-section .col-xs-12 .title-inner h3,.where-to-buy .description .suitable-section .title-inner .col-xs-12 h3,.suitable-section .col-xs-12 .title-inner .page-storefinderPage .store-finder .scroll-store .list-store a,.suitable-section .title-inner .page-storefinderPage .store-finder .scroll-store .list-store .col-xs-12 a,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .col-xs-12 .title-inner a,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .title-inner .col-xs-12 a,.suitable-section .col-xs-12 .title-inner .page-storefinderPage .store-finder .header-banner .caption .title,.suitable-section .title-inner .page-storefinderPage .store-finder .header-banner .caption .col-xs-12 .title,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .col-xs-12 .title-inner .title,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .title-inner .col-xs-12 .title {
        text-align:center;
        padding: 0 10px;
        margin-bottom: 35px
    }
}

@media (max-width: 599px) {
    .suitable-section .col-xs-12 .title-inner .txt-04,.suitable-section .title-inner .col-xs-12 .txt-04,.suitable-section .col-xs-12 .title-inner #bazaarvoice-container .h2,.suitable-section .title-inner #bazaarvoice-container .col-xs-12 .h2,#bazaarvoice-container .suitable-section .col-xs-12 .title-inner .h2,#bazaarvoice-container .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner section.contact-us-page .container h1,.suitable-section .title-inner section.contact-us-page .container .col-xs-12 h1,section.contact-us-page .container .suitable-section .col-xs-12 .title-inner h1,section.contact-us-page .container .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner section.contact-us-page .teaser-container h1,.suitable-section .title-inner section.contact-us-page .teaser-container .col-xs-12 h1,section.contact-us-page .teaser-container .suitable-section .col-xs-12 .title-inner h1,section.contact-us-page .teaser-container .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner .master-ban-head .header-banner .caption,.suitable-section .title-inner .master-ban-head .header-banner .col-xs-12 .caption,.master-ban-head .header-banner .suitable-section .col-xs-12 .title-inner .caption,.master-ban-head .header-banner .suitable-section .title-inner .col-xs-12 .caption,.suitable-section .col-xs-12 .title-inner .category-hero-header h1,.suitable-section .title-inner .category-hero-header .col-xs-12 h1,.category-hero-header .suitable-section .col-xs-12 .title-inner h1,.category-hero-header .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner .module-360-section .h2,.suitable-section .title-inner .module-360-section .col-xs-12 .h2,.module-360-section .suitable-section .col-xs-12 .title-inner .h2,.module-360-section .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner .rectangle-description,.suitable-section .title-inner .col-xs-12 .rectangle-description,.suitable-section .col-xs-12 .title-inner .rectangle-description>*,.suitable-section .title-inner .col-xs-12 .rectangle-description>*,.suitable-section .col-xs-12 .title-inner .quotation-text,.suitable-section .title-inner .col-xs-12 .quotation-text,.suitable-section .col-xs-12 .title-inner .quotation-text>*,.suitable-section .title-inner .col-xs-12 .quotation-text>*,.suitable-section .col-xs-12 .title-inner .garantee-section h1,.suitable-section .title-inner .garantee-section .col-xs-12 h1,.garantee-section .suitable-section .col-xs-12 .title-inner h1,.garantee-section .suitable-section .title-inner .col-xs-12 h1,.suitable-section .col-xs-12 .title-inner .comparison-section .h2,.suitable-section .title-inner .comparison-section .col-xs-12 .h2,.comparison-section .suitable-section .col-xs-12 .title-inner .h2,.comparison-section .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner .where-to-buy .h2,.suitable-section .title-inner .where-to-buy .col-xs-12 .h2,.where-to-buy .suitable-section .col-xs-12 .title-inner .h2,.where-to-buy .suitable-section .title-inner .col-xs-12 .h2,.suitable-section .col-xs-12 .title-inner .where-to-buy .distributor-block .distributor-title h3,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title .col-xs-12 h3,.where-to-buy .distributor-block .distributor-title .suitable-section .col-xs-12 .title-inner h3,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner .col-xs-12 h3,.suitable-section .col-xs-12 .title-inner .txt-08,.suitable-section .title-inner .col-xs-12 .txt-08,.suitable-section .col-xs-12 .title-inner .yCmsContentSlot.bloc-title h2,.suitable-section .title-inner .yCmsContentSlot.bloc-title .col-xs-12 h2,.yCmsContentSlot.bloc-title .suitable-section .col-xs-12 .title-inner h2,.yCmsContentSlot.bloc-title .suitable-section .title-inner .col-xs-12 h2,.suitable-section .col-xs-12 .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .col-xs-12 .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .col-xs-12 .title-inner .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .col-xs-12 .text-combination-header,.suitable-section .col-xs-12 .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .col-xs-12 .text-combination-header>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .col-xs-12 .title-inner .text-combination-header>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .col-xs-12 .text-combination-header>*,.suitable-section .col-xs-12 .title-inner .centered-text-main,.suitable-section .title-inner .col-xs-12 .centered-text-main,.suitable-section .col-xs-12 .title-inner .centered-text-main>*,.suitable-section .title-inner .col-xs-12 .centered-text-main>*,.suitable-section .col-xs-12 .title-inner .garantee-section h2,.suitable-section .title-inner .garantee-section .col-xs-12 h2,.garantee-section .suitable-section .col-xs-12 .title-inner h2,.garantee-section .suitable-section .title-inner .col-xs-12 h2,.suitable-section .col-xs-12 .title-inner .where-to-buy .description h3,.suitable-section .title-inner .where-to-buy .description .col-xs-12 h3,.where-to-buy .description .suitable-section .col-xs-12 .title-inner h3,.where-to-buy .description .suitable-section .title-inner .col-xs-12 h3,.suitable-section .col-xs-12 .title-inner .page-storefinderPage .store-finder .scroll-store .list-store a,.suitable-section .title-inner .page-storefinderPage .store-finder .scroll-store .list-store .col-xs-12 a,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .col-xs-12 .title-inner a,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .title-inner .col-xs-12 a,.suitable-section .col-xs-12 .title-inner .page-storefinderPage .store-finder .header-banner .caption .title,.suitable-section .title-inner .page-storefinderPage .store-finder .header-banner .caption .col-xs-12 .title,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .col-xs-12 .title-inner .title,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .title-inner .col-xs-12 .title {
        margin-bottom:25px
    }
}

@media (min-width: 1442px) {
    .suitable-section .title-inner.col-md-offset-2 {
        margin-left:calc( 1320px * 0.08333333)
    }
}

.suitable-section .title-inner .icons-container {
    height: 60px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden
}

.suitable-section .title-inner .icons-container.animated {
    overflow: visible
}

@media (min-width: 600px) {
    .suitable-section .title-inner .icons-container {
        height:69px;
        padding-bottom: 5px
    }
}

@media (min-width: 1024px) {
    .suitable-section .title-inner .icons-container {
        max-width:240px;
        margin-top: 102px;
        text-align: left
    }
}

@media (min-width: 1442px) {
    .suitable-section .title-inner .icons-container {
        max-width:none;
        padding-right: 0;
        height: 105px;
        margin-top: 106px;
        padding-bottom: 15px
    }
}

.suitable-section .title-inner .icons-container .icons-inner {
    font-size: 0 !important
}

@media (max-width: 1023px) {
    .suitable-section .title-inner .icons-container .icons-inner {
        margin:auto;
        max-width: 222px
    }
}

@media (max-width: 599px) {
    .suitable-section .title-inner .icons-container .icons-inner {
        max-width:170px
    }
}

.suitable-section .title-inner .icons-container .icons-inner .img-icons {
    margin-bottom: 30px;
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.suitable-section .title-inner .icons-container .icons-inner .img-icons:last-child {
    margin-right: 0
}

@media (min-width: 600px) {
    .suitable-section .title-inner .icons-container .icons-inner .img-icons {
        width:64px;
        height: 64px;
        margin-right: 15px
    }

    .suitable-section .title-inner .icons-container .icons-inner .img-icons:last-child {
        margin-right: 0
    }
}

@media (min-width: 1442px) {
    .suitable-section .title-inner .icons-container .icons-inner .img-icons {
        width:90px;
        height: 90px;
        margin-right: 20px
    }

    .suitable-section .title-inner .icons-container .icons-inner .img-icons:last-child {
        margin-right: 0
    }
}

.suitable-section .title-inner .txt-04,.suitable-section .title-inner #bazaarvoice-container .h2,#bazaarvoice-container .suitable-section .title-inner .h2,.suitable-section .title-inner section.contact-us-page .container h1,section.contact-us-page .container .suitable-section .title-inner h1,.suitable-section .title-inner section.contact-us-page .teaser-container h1,section.contact-us-page .teaser-container .suitable-section .title-inner h1,.suitable-section .title-inner .master-ban-head .header-banner .caption,.master-ban-head .header-banner .suitable-section .title-inner .caption,.suitable-section .title-inner .category-hero-header h1,.category-hero-header .suitable-section .title-inner h1,.suitable-section .title-inner .module-360-section .h2,.module-360-section .suitable-section .title-inner .h2,.suitable-section .title-inner .rectangle-description,.suitable-section .title-inner .rectangle-description>*,.suitable-section .title-inner .quotation-text,.suitable-section .title-inner .quotation-text>*,.suitable-section .title-inner .garantee-section h1,.garantee-section .suitable-section .title-inner h1,.suitable-section .title-inner .comparison-section .h2,.comparison-section .suitable-section .title-inner .h2,.suitable-section .title-inner .where-to-buy .h2,.where-to-buy .suitable-section .title-inner .h2,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title h3,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner h3 {
    margin-top: 10px
}

@media (min-width: 1024px) {
    .suitable-section .title-inner .txt-04:first-child,.suitable-section .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .title-inner h1:first-child,.suitable-section .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .title-inner h1:first-child,.suitable-section .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .title-inner .caption:first-child,.suitable-section .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .title-inner h1:first-child,.suitable-section .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner .rectangle-description:first-child,.suitable-section .title-inner .rectangle-description>:first-child,.suitable-section .title-inner .quotation-text:first-child,.suitable-section .title-inner .quotation-text>:first-child,.suitable-section .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .title-inner h1:first-child,.suitable-section .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner h3:first-child {
        height:132px;
        margin-top: 111px;
        margin-bottom: 70px
    }
}

@media (min-width: 1442px) {
    .suitable-section .title-inner .txt-04:first-child,.suitable-section .title-inner #bazaarvoice-container .h2:first-child,#bazaarvoice-container .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner section.contact-us-page .container h1:first-child,section.contact-us-page .container .suitable-section .title-inner h1:first-child,.suitable-section .title-inner section.contact-us-page .teaser-container h1:first-child,section.contact-us-page .teaser-container .suitable-section .title-inner h1:first-child,.suitable-section .title-inner .master-ban-head .header-banner .caption:first-child,.master-ban-head .header-banner .suitable-section .title-inner .caption:first-child,.suitable-section .title-inner .category-hero-header h1:first-child,.category-hero-header .suitable-section .title-inner h1:first-child,.suitable-section .title-inner .module-360-section .h2:first-child,.module-360-section .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner .rectangle-description:first-child,.suitable-section .title-inner .rectangle-description>:first-child,.suitable-section .title-inner .quotation-text:first-child,.suitable-section .title-inner .quotation-text>:first-child,.suitable-section .title-inner .garantee-section h1:first-child,.garantee-section .suitable-section .title-inner h1:first-child,.suitable-section .title-inner .comparison-section .h2:first-child,.comparison-section .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner .where-to-buy .h2:first-child,.where-to-buy .suitable-section .title-inner .h2:first-child,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title h3:first-child,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner h3:first-child {
        height:144px;
        margin-top: 141px;
        margin-bottom: 80px
    }
}

.suitable-section .title-inner .txt-04.m-t-10,.suitable-section .title-inner #bazaarvoice-container .m-t-10.h2,#bazaarvoice-container .suitable-section .title-inner .m-t-10.h2,.suitable-section .title-inner section.contact-us-page .container h1.m-t-10,section.contact-us-page .container .suitable-section .title-inner h1.m-t-10,.suitable-section .title-inner section.contact-us-page .teaser-container h1.m-t-10,section.contact-us-page .teaser-container .suitable-section .title-inner h1.m-t-10,.suitable-section .title-inner .master-ban-head .header-banner .m-t-10.caption,.master-ban-head .header-banner .suitable-section .title-inner .m-t-10.caption,.suitable-section .title-inner .category-hero-header h1.m-t-10,.category-hero-header .suitable-section .title-inner h1.m-t-10,.suitable-section .title-inner .module-360-section .m-t-10.h2,.module-360-section .suitable-section .title-inner .m-t-10.h2,.suitable-section .title-inner .m-t-10.rectangle-description,.suitable-section .title-inner .rectangle-description>.m-t-10,.suitable-section .title-inner .m-t-10.quotation-text,.suitable-section .title-inner .quotation-text>.m-t-10,.suitable-section .title-inner .garantee-section h1.m-t-10,.garantee-section .suitable-section .title-inner h1.m-t-10,.suitable-section .title-inner .comparison-section .m-t-10.h2,.comparison-section .suitable-section .title-inner .m-t-10.h2,.suitable-section .title-inner .where-to-buy .m-t-10.h2,.where-to-buy .suitable-section .title-inner .m-t-10.h2,.suitable-section .title-inner .where-to-buy .distributor-block .distributor-title h3.m-t-10,.where-to-buy .distributor-block .distributor-title .suitable-section .title-inner h3.m-t-10 {
    margin-top: 10px
}

.suitable-section .title-inner .txt-08,.suitable-section .title-inner .yCmsContentSlot.bloc-title h2,.yCmsContentSlot.bloc-title .suitable-section .title-inner h2,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .text-combination-header,.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>*,.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .text-combination-header>*,.suitable-section .title-inner .centered-text-main,.suitable-section .title-inner .centered-text-main>*,.suitable-section .title-inner .garantee-section h2,.garantee-section .suitable-section .title-inner h2,.suitable-section .title-inner .where-to-buy .description h3,.where-to-buy .description .suitable-section .title-inner h3,.suitable-section .title-inner .page-storefinderPage .store-finder .scroll-store .list-store a,.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .title-inner a,.suitable-section .title-inner .page-storefinderPage .store-finder .header-banner .caption .title,.page-storefinderPage .store-finder .header-banner .caption .suitable-section .title-inner .title {
    margin-top: 10px
}

@media (min-width: 1024px) {
    .suitable-section .title-inner .txt-08:nth-child(2),.suitable-section .title-inner .yCmsContentSlot.bloc-title h2:nth-child(2),.yCmsContentSlot.bloc-title .suitable-section .title-inner h2:nth-child(2),.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header:nth-child(2),.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .text-combination-header:nth-child(2),.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>:nth-child(2),.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .text-combination-header>:nth-child(2),.suitable-section .title-inner .centered-text-main:nth-child(2),.suitable-section .title-inner .centered-text-main>:nth-child(2),.suitable-section .title-inner .garantee-section h2:nth-child(2),.garantee-section .suitable-section .title-inner h2:nth-child(2),.suitable-section .title-inner .where-to-buy .description h3:nth-child(2),.where-to-buy .description .suitable-section .title-inner h3:nth-child(2),.suitable-section .title-inner .page-storefinderPage .store-finder .scroll-store .list-store a:nth-child(2),.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .title-inner a:nth-child(2),.suitable-section .title-inner .page-storefinderPage .store-finder .header-banner .caption .title:nth-child(2),.page-storefinderPage .store-finder .header-banner .caption .suitable-section .title-inner .title:nth-child(2) {
        height:77px;
        margin-bottom: 55px
    }
}

@media (min-width: 1442px) {
    .suitable-section .title-inner .txt-08:nth-child(2),.suitable-section .title-inner .yCmsContentSlot.bloc-title h2:nth-child(2),.yCmsContentSlot.bloc-title .suitable-section .title-inner h2:nth-child(2),.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header:nth-child(2),.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .text-combination-header:nth-child(2),.suitable-section .title-inner .text-combination-product-indicator .text-combination-landscape .text-combination-description .text-combination-header>:nth-child(2),.text-combination-product-indicator .text-combination-landscape .text-combination-description .suitable-section .title-inner .text-combination-header>:nth-child(2),.suitable-section .title-inner .centered-text-main:nth-child(2),.suitable-section .title-inner .centered-text-main>:nth-child(2),.suitable-section .title-inner .garantee-section h2:nth-child(2),.garantee-section .suitable-section .title-inner h2:nth-child(2),.suitable-section .title-inner .where-to-buy .description h3:nth-child(2),.where-to-buy .description .suitable-section .title-inner h3:nth-child(2),.suitable-section .title-inner .page-storefinderPage .store-finder .scroll-store .list-store a:nth-child(2),.page-storefinderPage .store-finder .scroll-store .list-store .suitable-section .title-inner a:nth-child(2),.suitable-section .title-inner .page-storefinderPage .store-finder .header-banner .caption .title:nth-child(2),.page-storefinderPage .store-finder .header-banner .caption .suitable-section .title-inner .title:nth-child(2) {
        height:84px;
        margin-bottom: 60px
    }
}

.suitable-section .title-inner:nth-last-child(2) .icons-container {
    margin-top: 10px
}

.suitable-section .img-07,.suitable-section .img-01 {
    width: 100%;
    margin: 10px 0
}

.suitable-section .animate-up.animated {
    animation: SuitableAnimateUp 800ms
}

.suitable-section .animate-up.animated+.animate-up:nth-child(2) {
    animation-delay: 100ms;
    animation-duration: 900ms
}

.suitable-section .animate-up.animated+.animate-up:nth-child(3) {
    animation-delay: 200ms;
    animation-duration: 950ms
}

.centered-row {
    position: relative
}

.centered-row>.row {
    position: absolute;
    top: 50%;
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.page-productDetailsPage .upselling-section {
    margin-bottom: 80px
}

@media (min-width: 1024px) {
    .page-productDetailsPage .upselling-section {
        margin-bottom:100px
    }
}

.upselling-section .headline-row h2.txt-04,.upselling-section .headline-row #bazaarvoice-container h2.h2,#bazaarvoice-container .upselling-section .headline-row h2.h2,.upselling-section .headline-row .master-ban-head .header-banner h2.caption,.master-ban-head .header-banner .upselling-section .headline-row h2.caption,.upselling-section .headline-row .module-360-section h2.h2,.module-360-section .upselling-section .headline-row h2.h2,.upselling-section .headline-row h2.rectangle-description,.upselling-section .headline-row .rectangle-description>h2,.upselling-section .headline-row h2.quotation-text,.upselling-section .headline-row .quotation-text>h2,.upselling-section .headline-row .comparison-section h2.h2,.comparison-section .upselling-section .headline-row h2.h2,.upselling-section .headline-row .where-to-buy h2.h2,.where-to-buy .upselling-section .headline-row h2.h2 {
    margin-top: 10px;
    margin-bottom: 20px
}

.upselling-section .headline-row+.products-row {
    padding-top: 0
}

.upselling-section .product {
    margin-bottom: 10px
}

.module-360-section .h2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 11px
}

@media (min-width: 600px) {
    .module-360-section .h2 {
        margin-bottom:12px
    }
}

@media (min-width: 1024px) {
    .module-360-section .h2 {
        margin-bottom:10px
    }
}

@media (min-width: 1442px) {
    .module-360-section .h2 {
        margin-bottom:13px
    }
}

.module-360-section .h3 {
    margin: 0 0 20px;
    color: #333
}

.module-360-section .media-container {
    font-size: 0
}

.module-360-section .media-container .media-wrapper {
    position: relative;
    margin: 0
}

@media (min-width: 1024px) {
    .module-360-section .media-container .media-wrapper {
        margin:0 53px
    }
}

@media (min-width: 1442px) {
    .module-360-section .media-container .media-wrapper {
        margin:0 -60px
    }
}

@media (min-width: 1024px) {
    .module-360-section .media-container .media-wrapper .description-container {
        -khtml-transform:translate(-50%, 0);
        transform: translate(-50%, 0);
        width: calc(100% - 50px);
        text-align: center;
        position: absolute;
        max-height: 15%;
        left: 50%;
        top: 85%
    }
}

@media (min-width: 1442px) {
    .module-360-section .media-container .media-wrapper .description-container {
        width:calc(100% - 340px);
        max-height: 13.25%;
        top: 86.75%;
        left: 50%
    }
}

.module-360-section .media-container .media-wrapper .description-container>* {
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    .module-360-section .media-container .media-wrapper .description-container>* {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .module-360-section .media-container .media-wrapper .description-container>* {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .module-360-section .media-container .media-wrapper .description-container>* {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .module-360-section .media-container .media-wrapper .description-container>* {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 1023px) {
    .module-360-section .media-container .media-wrapper .description-container>* {
        margin-top:26.22px
    }
}

@media (min-width: 1024px) {
    .module-360-section .media-container .media-wrapper .description-container>* {
        width:100%;
        position: absolute
    }
}

.module-360-section .media-container .media-wrapper .description-container>*:not(.collapse) {
    opacity: 0
}

.module-360-section .media-container .media-wrapper .description-container>.collapse {
    display: block;
    animation: Module360DescriptionFadeOut 400ms ease-out;
    animation-fill-mode: both
}

.module-360-section .media-container .media-wrapper .description-container>.in {
    display: block;
    animation: Module360DescriptionFadeInSm 400ms ease-out;
    animation-fill-mode: both
}

@media (min-width: 1024px) {
    .module-360-section .media-container .media-wrapper .description-container>.in {
        animation:Module360DescriptionFadeInMd 600ms ease-out
    }
}

.module-360-section .media-container .media-wrapper .next,.module-360-section .media-container .media-wrapper .prev {
    position: absolute;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 55.5%
}

.module-360-section .media-container .media-wrapper .prev {
    left: 14%;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.module-360-section .media-container .media-wrapper .next {
    right: 14%;
    -khtml-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.module-360-section .media-container .media-wrapper [class*="-dimensions"],.module-360-section .media-container .media-wrapper .module-360-md-video-dimensions {
    width: auto;
    height: auto
}

.module-360-section .swiper-wrapper {
    padding-bottom: 30px;
    margin-bottom: 20px
}

.module-360-section .swiper-pagination-fraction,.module-360-section .swiper-pagination-custom,.module-360-section .swiper-container-horizontal>.swiper-pagination-bullets {
    padding-bottom: 5px;
    height: 20px;
    bottom: 0
}

.module-360-section .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background-color: #888888;
    opacity: 1
}

.module-360-section .swiper-pagination-bullet-active {
    background-color: #212121
}

.page-inspirationLandingPage .stories-teaser-section {
    margin-bottom: 100px
}

@media (min-width: 1024px) {
    .page-inspirationLandingPage .stories-teaser-section {
        margin-bottom:120px
    }
}

.stories-teaser-section .stories-teaser-container {
    transition: all 300ms ease-in
}

@media (max-width: 1023px) {
    .stories-teaser-section .stories-teaser-col .teaser-item {
        display:block
    }

    .stories-teaser-section .stories-teaser-col .teaser-item:nth-child(n+10) {
        display: none
    }

    .stories-teaser-section .stories-teaser-col .teaser-item.in {
        display: block;
        animation-delay: 0ms
    }
}

@media (min-width: 1024px) {
    .stories-teaser-section .stories-teaser-col:nth-child(1) .teaser-item:nth-child(3n+1),.stories-teaser-section .stories-teaser-col:nth-child(1) .teaser-item.in:nth-child(3n+1) {
        display:block;
        animation-delay: 0ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(1) .teaser-item:nth-child(n+13) {
        display: none
    }

    .stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item:nth-child(3n+2),.stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item.in:nth-child(3n+2) {
        display: block;
        margin: 0 auto 50px;
        animation-delay: 200ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item:nth-child(3n+2).animated .teaser-image-inner,.stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item.in:nth-child(3n+2).animated .teaser-image-inner {
        animation-delay: 200ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item:nth-child(3n+2).animated .teaser-caption,.stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item.in:nth-child(3n+2).animated .teaser-caption {
        animation-delay: 200ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(2) .teaser-item:nth-child(n+13) {
        display: none
    }

    .stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item:nth-child(3n),.stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item.in:nth-child(3n) {
        display: block;
        margin: 0 0 50px auto;
        animation-delay: 400ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item:nth-child(3n).animated .teaser-image-inner,.stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item.in:nth-child(3n).animated .teaser-image-inner {
        animation-delay: 400ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item:nth-child(3n).animated .teaser-caption,.stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item.in:nth-child(3n).animated .teaser-caption {
        animation-delay: 400ms
    }

    .stories-teaser-section .stories-teaser-col:nth-child(3) .teaser-item:nth-child(n+13) {
        display: none
    }

    .stories-teaser-section .stories-teaser-col .teaser-item {
        display: none;
        width: 90.48%
    }
}

.stories-teaser-section .teaser-item {
    margin: 0 0 50px 0
}

.stories-teaser-section .teaser-item.animated {
    animation: StoriesTeaserItemFadeInUp 500ms ease-out;
    animation-fill-mode: both
}

.stories-teaser-section .teaser-item.animated .teaser-image-inner {
    animation: StoriesTeaserImgUp 500ms ease-out;
    animation-fill-mode: both
}

.stories-teaser-section .teaser-item.animated .teaser-caption {
    animation: StoriesTeaserCaptionUp 500ms ease-out;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .stories-teaser-section .teaser-item {
        margin:0 0 30px 0
    }
}

.stories-teaser-section .teaser-item .clickable-area {
    color: inherit
}

.stories-teaser-section .teaser-item .teaser-caption {
    position: relative;
    padding: 40px 0 0 20px;
    margin: -30px 0 0 20px
}

.stories-teaser-section .teaser-item .teaser-caption,.stories-teaser-section .teaser-item .teaser-caption * {
    color: inherit;
    font-weight: 300;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .stories-teaser-section .teaser-item .teaser-caption,.stories-teaser-section .teaser-item .teaser-caption * {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .stories-teaser-section .teaser-item .teaser-caption,.stories-teaser-section .teaser-item .teaser-caption * {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1442px) {
    .stories-teaser-section .teaser-item .teaser-caption,.stories-teaser-section .teaser-item .teaser-caption * {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 1023px) {
    .stories-teaser-section .teaser-item .teaser-caption {
        padding:32px 0 0 12px;
        margin: -30px 0 0 20px
    }
}

.stories-teaser-section .teaser-item .teaser-caption::before {
    display: inline-block;
    content: '';
    background-color: #333;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0
}

.stories-teaser-section .teaser-item .teaser-caption .link {
    display: block;
    position: relative;
    margin: 10px 0 -1px;
    bottom: -3px
}

.stories-teaser-section .teaser-item .teaser-caption .link .icon-arrow-right {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    font-size: 16.2px;
    font-size: 1.62rem;
    font-size: 13.2px;
    font-size: 1.32rem;
    top: 1px
}

@media (max-width: 1023px) {
    .stories-teaser-section .teaser-item .teaser-caption .link .icon-arrow-right {
        top:0;
        margin-left: 5px;
        font-size: 13px;
        font-size: 1.3rem
    }
}

.stories-teaser-section .teaser-item img {
    width: 100%;
    margin: 10px 0
}

@media (max-width: 1023px) {
    .stories-teaser-section .show-more {
        padding-top:49.5px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .stories-teaser-section .show-more {
        padding-top:31.5px
    }
}

@media (min-width: 1442px) {
    .stories-teaser-section .show-more {
        padding-top:29.5px
    }
}

.stories-teaser-section .show-more .show-more-wapper {
    float: none;
    margin: auto
}

@media (min-width: 1024px) {
    .stories-teaser-section .show-more .show-more-wapper {
        width:185px
    }
}

@media (min-width: 1442px) {
    .stories-teaser-section .show-more .show-more-wapper {
        width:209px
    }
}

.stories-teaser-section .show-more .show-more-wapper .show-more-button {
    border: 1px solid #333;
    height: 43px;
    width: 256px
}

@media (min-width: 1024px) {
    .stories-teaser-section .show-more .show-more-wapper .show-more-button {
        height:45px;
        width: 100%
    }
}

.centered-text-headline {
    margin-bottom: 0
}

.centered-text-headline.fadeInUp.animated {
    animation: M31HeadlineFadeInUp 400ms ease-out;
    animation-fill-mode: both
}

@media (min-width: 1442px) {
    .centered-text-headline {
        margin-top:5px
    }
}

.centered-text-headline .headline {
    margin: 0;
    color: #333
}

.centered-text-headline span {
    font-weight: bold
}

@media (max-width: 599px) {
    .centered-text-main {
        margin-top:17px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .centered-text-main {
        margin-top:27px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .centered-text-main {
        margin-top:25px
    }
}

@media (min-width: 1442px) {
    .centered-text-main {
        margin-top:36px
    }
}

.centered-text-main.fadeInUp.animated {
    animation: SimpleFadeInUp 400ms ease-out;
    animation-fill-mode: both;
    animation-delay: 200ms
}

.centered-text-main,.centered-text-main>* {
    color: #333
}

/*! .centered-text-main:not(.collapse):not(.collapsing):nth-child(n+2),.centered-text-main>*:not(.collapse):not(.collapsing):nth-child(n+2) {
    display: none
}

*/

.centered-text-main span {
    font-weight: bold
}

.centered-text-main .collapse-centered-text {
    display: block
}

.centered-text-main .collapse-centered-text.fadeInUp.animated {
    animation: SimpleFadeInUp 400ms ease-out;
    animation-fill-mode: both;
    animation-delay: 400ms
}

@media (max-width: 599px) {
    .centered-text-main .collapse-centered-text {
        margin-top:20px
    }
}

@media (min-width: 600px) and (max-width: 1441px) {
    .centered-text-main .collapse-centered-text {
        margin-top:20px
    }
}

@media (min-width: 1442px) {
    .centered-text-main .collapse-centered-text {
        margin-top:30px
    }
}

.centered-text-main .collapse-centered-text:nth-child(-n+2) {
    display: none
}

.collapse-centered-text-row {
    display: none
}

.product-detail-section.extra .product-detail-header {
    margin-bottom: 55px
}

@media (max-width: 599px) {
    .product-detail-section.extra .product-detail-header {
        margin-bottom:37px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-section.extra .product-detail-header {
        margin-bottom:48px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-section.extra .product-detail-header {
        margin-bottom:37px
    }
}

.product-detail-section.extra .product-detail-header .fadeInDown {
    animation: M09HeadlineFadeInDown 1s ease-out;
    animation-fill-mode: both
}

.product-detail-section.extra .product-detail-header .fadeInUp {
    animation: M09SublineFadeInUp 1s ease-out;
    animation-fill-mode: both;
    animation-delay: 400ms
}

.product-detail-section.extra .product-detail-image {
    margin-bottom: 60px
}

@media (max-width: 599px) {
    .product-detail-section.extra .product-detail-image {
        margin-bottom:60px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-section.extra .product-detail-image {
        margin-bottom:50px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-section.extra .product-detail-image {
        margin-bottom:60px
    }
}

.product-detail-section.extra .product-detail-image:not(.wmf-loaded)+.product-detail-details {
    visibility: hidden !important
}

.product-detail-section.extra .product-detail-image.wmf-loaded .fadeInScale {
    animation: M09ProductImgFadeInScale 1s ease-out;
    animation-fill-mode: both
}

.product-detail-section.extra .product-detail-image.wmf-loaded .fadeInUp {
    animation: M09SublineFadeInUp 1s ease-out;
    animation-fill-mode: both
}

.product-detail-section.extra .product-detail-image.wmf-loaded+.product-detail-details {
    visibility: visible !important;
    animation: M09SublineFadeInUp 1s ease-out;
    animation-fill-mode: both;
    animation-delay: 400ms
}

@media (max-width: 599px) {
    .product-detail-section.wide .product-detail-header,.product-detail-section.high .product-detail-header {
        margin-bottom:27px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-section.wide .product-detail-header,.product-detail-section.high .product-detail-header {
        margin-bottom:48px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-section.wide .product-detail-header,.product-detail-section.high .product-detail-header {
        margin-top:5px;
        margin-bottom: 22px
    }
}

@media (min-width: 1442px) {
    .product-detail-section.wide .product-detail-header,.product-detail-section.high .product-detail-header {
        margin-top:5px;
        margin-bottom: 29px
    }
}

.product-detail-section.wide .product-detail-header .fadeInDown.animated,.product-detail-section.high .product-detail-header .fadeInDown.animated {
    animation: M09HeadlineFadeInDown 1s ease-out;
    animation-fill-mode: both
}

.product-detail-section.wide .product-detail-header .fadeInUp.animated,.product-detail-section.high .product-detail-header .fadeInUp.animated {
    animation: M09SublineFadeInUp 1s ease-out;
    animation-fill-mode: both;
    animation-delay: 400ms
}

.product-detail-section.wide .product-detail-image,.product-detail-section.high .product-detail-image {
    margin-bottom: 40px
}

.product-detail-section.wide .product-detail-image:not(.wmf-loaded)+.product-detail-details,.product-detail-section.high .product-detail-image:not(.wmf-loaded)+.product-detail-details {
    visibility: hidden !important
}

.product-detail-section.wide .product-detail-image.wmf-loaded .fadeInScale.animated,.product-detail-section.high .product-detail-image.wmf-loaded .fadeInScale.animated {
    animation: M09ProductImgFadeInScale 1s ease-out;
    animation-fill-mode: both
}

.product-detail-section.wide .product-detail-image.wmf-loaded .fadeInUp.animated,.product-detail-section.high .product-detail-image.wmf-loaded .fadeInUp.animated {
    animation: M09SublineFadeInUp 1s ease-out;
    animation-fill-mode: both
}

.product-detail-section.wide .product-detail-image.wmf-loaded+.product-detail-details,.product-detail-section.high .product-detail-image.wmf-loaded+.product-detail-details {
    visibility: visible !important
}

.product-detail-section.wide .product-detail-image.wmf-loaded+.product-detail-details.animated,.product-detail-section.high .product-detail-image.wmf-loaded+.product-detail-details.animated {
    animation: M09SublineFadeInUp 1s ease-out;
    animation-fill-mode: both;
    animation-delay: 400ms
}

@media (max-width: 1023px) {
    .product-detail-section.wide .product-detail-image {
        margin-bottom:60px
    }
}

@media (max-width: 599px) {
    .product-detail-section.high .product-detail-header {
        margin-bottom:18px
    }
}

@media (max-width: 599px) {
    .product-detail-section.high .product-detail-image {
        margin-bottom:50px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-section.high .product-detail-image {
        margin-bottom:40px
    }
}

.product-detail-header h1 {
    margin: 0 auto;
    color: #333;
    font-weight: 300
}

.product-detail-header h2 {
    color: #333;
    font-weight: 300
}

@media (max-width: 599px) {
    .product-detail-header h2 {
        margin:9px auto 0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-header h2 {
        margin:10px auto 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-header h2 {
        margin:9px auto 0 auto
    }
}

@media (min-width: 1442px) {
    .product-detail-header h2 {
        margin:11px auto 0 auto
    }
}

.product-detail-image .product-detail-product {
    margin-bottom: 0
}

.product-detail-image .product-img {
    margin: auto;
    overflow: hidden
}

.product-detail-image .extra .product-img {
    width: 1080px;
    height: 310px;
    line-height: 310px
}

@media (max-width: 599px) {
    .product-detail-image .extra .product-img {
        width:100%;
        height: 89px;
        line-height: 89px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image .extra .product-img {
        width:100%;
        height: 158px;
        line-height: 158px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image .extra .product-img {
        width:766px;
        height: 222px;
        line-height: 222px
    }
}

.product-detail-image .extra .product-img img {
    max-height: 100%;
    max-width: 100%
}

@media (max-width: 599px) {
    .product-detail-image .extra a {
        right:0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image .extra a {
        right:-32px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image .extra a {
        right:-26px
    }
}

@media (min-width: 1442px) {
    .product-detail-image .extra a {
        right:-7px
    }
}

.product-detail-image .wide .product-img {
    width: 640px;
    height: 360px;
    line-height: 360px
}

@media (max-width: 599px) {
    .product-detail-image .wide .product-img {
        width:100%;
        height: 172.13px;
        line-height: 172.13px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image .wide .product-img {
        width:100%;
        height: 243.56px;
        line-height: 243.56px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image .wide .product-img {
        width:454px;
        height: 255.38px;
        line-height: 255.38px
    }
}

.product-detail-image .wide .product-img img {
    max-height: 100%;
    max-width: 100%
}

.product-detail-image .wide a {
    right: -118px
}

@media (max-width: 599px) {
    .product-detail-image .wide a {
        right:0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image .wide a {
        right:-35px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image .wide a {
        right:-103px
    }
}

.product-detail-image .high .product-img {
    width: 310px;
    height: 360px;
    line-height: 360px;
    margin: 0 0 0 57px
}

@media (max-width: 599px) {
    .product-detail-image .high .product-img {
        width:100%;
        height: 172px;
        line-height: 172px;
        margin: 0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image .high .product-img {
        width:100%;
        height: 244px;
        line-height: 244px;
        margin: 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image .high .product-img {
        width:220px;
        height: 255px;
        line-height: 255px;
        margin: 0 0 0 40px
    }
}

.product-detail-image .high .product-img img {
    max-height: 100%;
    max-width: 100%
}

.product-detail-image .high a {
    right: -108px
}

@media (max-width: 599px) {
    .product-detail-image .high a {
        right:-18px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image .high a {
        right:-113px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image .high a {
        right:-97px
    }
}

.product-detail-image a {
    position: absolute;
    bottom: 0;
    padding: 0;
    line-height: 88px;
    transition: all 0.2s ease
}

@media (max-width: 599px) {
    .product-detail-image a {
        padding:0 1% 0 0;
        line-height: 37px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image a {
        line-height:45px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image a {
        line-height:65px
    }
}

.product-detail-image a span {
    position: relative;
    color: #333;
    font-weight: 300
}

@media (max-width: 599px) {
    .product-detail-image a span {
        display:none
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image a span {
        top:3px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image a span {
        top:2px
    }
}

@media (min-width: 1442px) {
    .product-detail-image a span {
        top:5px
    }
}

.product-detail-image a span:hover,.product-detail-image a span:focus {
    color: #333;
    line-height: 28px
}

.product-detail-image a:hover .btn-plus,.product-detail-image a:focus .btn-plus {
    background: #E19600
}

.product-detail-image a .btn-plus {
    float: left
}

@media (max-width: 599px) {
    .product-detail-image a .btn-plus {
        width:37px;
        height: 37px;
        margin: 0;
        line-height: 37px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image a .btn-plus {
        width:45px;
        height: 45px;
        margin-right: 8px;
        line-height: 45px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image a .btn-plus {
        width:65px;
        height: 65px;
        margin-right: 14px;
        line-height: 65px
    }
}

@media (min-width: 1442px) {
    .product-detail-image a .btn-plus {
        margin-right:14px;
        width: 88px;
        height: 88px;
        line-height: 88px
    }
}

.product-detail-image a .btn-plus i {
    font-size: 24px;
    color: #fff
}

@media (max-width: 599px) {
    .product-detail-image a .btn-plus i {
        font-size:15px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-image a .btn-plus i {
        font-size:12px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-image a .btn-plus i {
        font-size:18px
    }
}

.product-detail-details .product-details {
    padding: 0
}

.product-detail-details .product-buttons {
    margin-bottom: 20px
}

@media (max-width: 599px) {
    .product-detail-details .product-buttons {
        margin-bottom:14px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-details .product-buttons {
        margin-bottom:15px
    }
}

.product-detail-details .product-buttons ul {
    display: block;
    width: 100%;
    height: 68px
}

@media (max-width: 599px) {
    .product-detail-details .product-buttons ul {
        height:54px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-details .product-buttons ul {
        height:60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-details .product-buttons ul {
        height:64px
    }
}

.product-detail-details .product-buttons ul li {
    display: inline-block;
    padding: 0;
    margin: 0 22px 0 0
}

@media (max-width: 599px) {
    .product-detail-details .product-buttons ul li {
        margin:0 12px 0 0
    }
}

.product-detail-details .product-buttons ul li:last-child {
    margin-right: 0
}

.product-detail-details .product-buttons ul li a {
    display: inline
}

.product-detail-details .product-buttons ul li.list-group-item a {
    color: #888
}

.product-detail-details .product-buttons .btn-cart-circle {
    padding: 0
}

.product-detail-details .product-buttons .btn-cart-circle i {
    display: inline-block;
    float: none;
    width: 68px;
    height: 68px;
    margin: 0;
    font-size: 40px;
    line-height: 68px
}

@media (max-width: 599px) {
    .product-detail-details .product-buttons .btn-cart-circle i {
        background:#D58019;
        right: initial;
        width: 54px;
        height: 54px;
        color: #fff;
        font-size: 31.76px;
        line-height: 54px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-details .product-buttons .btn-cart-circle i {
        background:#D58019;
        width: 60px;
        height: 60px;
        color: #fff;
        font-size: 35.29px;
        line-height: 60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-details .product-buttons .btn-cart-circle i {
        width:64px;
        height: 64px;
        font-size: 37.65px;
        line-height: 64px
    }
}

@media (max-width: 1023px) {
    .product-detail-details .product-buttons .btn-cart-circle i:before {
        top:0
    }
}

.product-detail-details .product-buttons .icon-location {
    font-size: 35px
}

@media (max-width: 1023px) {
    .product-detail-details .product-buttons .icon-location {
        font-size:28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-details .product-buttons .icon-location {
        font-size:31px
    }
}

.product-detail-details .product-buttons .icon-wishlist {
    font-size: 35px
}

@media (max-width: 1023px) {
    .product-detail-details .product-buttons .icon-wishlist {
        font-size:26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-details .product-buttons .icon-wishlist {
        font-size:30px
    }
}

.product-detail-details .product-price {
    font-weight: normal
}

.product-detail-details .product-price .new-price {
    margin-left: 10px
}

.product-detail-details .product-taxes {
    margin-top: 4px
}

@media (max-width: 599px) {
    .product-detail-details .product-taxes {
        margin-top:3px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-details .product-taxes {
        margin-top:3px
    }
}

.product-detail-details .product-taxes .link-06 {
    color: #333
}

.product-detail-details .product-taxes .link-06:hover,.product-detail-details .product-taxes .link-06:focus {
    color: #333
}

.product-detail-details .product-stock-indicator {
    margin-top: 5px
}

@media (max-width: 599px) {
    .product-detail-details .product-stock-indicator {
        margin-top:4px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-details .product-stock-indicator {
        margin-top:6px
    }
}

.product-detail-details .product-stock-indicator.instock i {
    color: #8BB94A
}

.product-detail-details .product-stock-indicator.lowstock i {
    color: #D58019
}

.product-detail-details .product-stock-indicator.outofstock i {
    color: #E00000
}

.product-detail-details .product-stock-indicator .icon-indicator {
    margin-right: 10px
}

.product-detail-details .product-stock-indicator span {
    font-style: italic
}

.product-detail-details .product-disclaimer {
    position: relative;
    text-align: left;
    margin-top: 51px
}

@media (min-width: 1024px) {
    .product-detail-details .product-disclaimer {
        margin-top:52px
    }
}

.product-detail-details .product-disclaimer,.product-detail-details .product-disclaimer * {
    color: #666;
    font-family: "Sinova","Arial",sans-serif
}

@media (min-width: 320px) {
    .product-detail-details .product-disclaimer,.product-detail-details .product-disclaimer * {
        font-weight:normal;
        font-size: 11px;
        line-height: 17px
    }
}

@media (min-width: 600px) {
    .product-detail-details .product-disclaimer,.product-detail-details .product-disclaimer * {
        font-weight:normal;
        font-size: 11px;
        line-height: 17px
    }
}

@media (min-width: 1024px) {
    .product-detail-details .product-disclaimer,.product-detail-details .product-disclaimer * {
        font-weight:normal;
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 1442px) {
    .product-detail-details .product-disclaimer,.product-detail-details .product-disclaimer * {
        font-weight:normal;
        font-size: 14px;
        line-height: 20px
    }
}

.product-detail-details .product-disclaimer:before {
    content: '';
    background-color: #A5A5A5;
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 1px;
    top: -10px
}

@media (min-width: 1024px) {
    .product-detail-details .product-disclaimer:before {
        width:120px;
        height: 2px
    }
}

.p-badges .p-badge {
    position: absolute;
    margin: 0 !important;
    padding: 15px !important;
    left: 0;
    width: auto;
    height: 75px;
    z-index: 2
}

.p-badges .p-badge:nth-child(1) {
    top: 0px !important
}

.p-badges .p-badge:nth-child(2) {
    top: 35px !important
}

.p-badges .p-badge:nth-child(3) {
    top: 70px !important
}

.p-badges .p-badge:nth-child(4) {
    top: 105px !important
}

.p-badges .p-badge:nth-child(5) {
    top: 140px !important
}

.modal-pdl {
    overflow-y: unset !important;
    padding-right: 0 !important
}

.product-detail-layer {
    display: none;
    overflow-y: hidden !important
}

.product-detail-layer .modal-xl {
    padding: 0
}

@media (max-width: 1023px) {
    .product-detail-layer .modal-xl {
        width:100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer .modal-xl {
        width:922px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer .modal-xl {
        width:1300px
    }
}

@media (max-width: 599px) {
    .product-detail-layer .button-close {
        top:-18px !important;
        right: 9px !important;
        width: 36px !important;
        height: 36px !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer .button-close {
        right:34px !important;
        top: -23px !important;
        width: 46px !important;
        height: 46px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer .button-close {
        top:-32.5px !important;
        right: -32.5px !important
    }
}

@media (min-width: 1442px) {
    .product-detail-layer .button-close {
        top:-42.5px !important;
        right: -28px !important
    }
}

@media (max-width: 599px) {
    .product-detail-layer .button-close .btn-arrow-dark,.product-detail-layer .button-close .btn-close {
        width:36px !important;
        height: 36px !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer .button-close .btn-arrow-dark,.product-detail-layer .button-close .btn-close {
        width:46px !important;
        height: 46px !important
    }
}

@media (min-width: 1442px) {
    .product-detail-layer .button-close .btn-arrow-dark i,.product-detail-layer .button-close .btn-close i {
        font-size:31px;
        width: auto;
        text-align: center
    }
}

@media (max-width: 599px) {
    .product-detail-layer .button-close .btn-arrow-dark i,.product-detail-layer .button-close .btn-close i {
        font-size:13px;
        width: auto;
        height: auto;
        text-align: center
    }
}

.product-detail-layer .modal-content {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #E1EAEE;
    width: 100% !important;
    min-height: auto;
    height: auto !important;
    -khtml-transform: none !important;
    transform: none !important
}

@media (max-width: 599px) {
    .product-detail-layer .modal-content {
        top:147px !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer .modal-content {
        top:154px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer .modal-content {
        top:177px !important
    }
}

@media (min-width: 1442px) {
    .product-detail-layer .modal-content {
        top:227px !important
    }
}

.product-detail-layer .modal-header {
    display: none
}

@media (max-width: 599px) {
    .product-detail-layer .modal-body {
        max-height:67vh
    }
}

@media (max-width: 1023px) {
    .product-detail-layer .modal-body {
        padding:30px 0 30px 0
    }
}

@media (min-width: 1024px) {
    .product-detail-layer .modal-body {
        padding:30px 0 40px 0
    }
}

@media (min-width: 1024px) {
    .product-detail-layer-item {
        position:relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        padding: 0
    }
}

.product-detail-layer-item:not(.swiper-slide-active) video,.product-detail-layer-item:not(.swiper-slide-active) iframe {
    display: none !important
}

.product-detail-layer-medias {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

@media (max-width: 1023px) {
    .product-detail-layer-medias .product-detail-layer-content-col {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-medias .product-detail-layer-media-col {
        padding-left:3px;
        padding-right: 3px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-medias .product-detail-layer-media-col {
        padding-left:0;
        padding-right: 4px
    }
}

@media (max-width: 1023px) {
    .product-detail-layer-medias .product-detail-layer-media-col {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-video.product-detail-layer-media,.product-detail-layer-medias .product-detail-layer-media-col.pdl-youtube.product-detail-layer-media {
        width:862px;
        height: 485px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-video.product-detail-layer-media,.product-detail-layer-medias .product-detail-layer-media-col.pdl-youtube.product-detail-layer-media {
        margin-top:20px;
        width: 610px;
        height: 343px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-video.product-detail-layer-media,.product-detail-layer-medias .product-detail-layer-media-col.pdl-youtube.product-detail-layer-media {
        margin-top:10px;
        width: 100%;
        height: 369px
    }
}

@media (max-width: 599px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-video.product-detail-layer-media,.product-detail-layer-medias .product-detail-layer-media-col.pdl-youtube.product-detail-layer-media {
        margin-top:10px;
        width: 100%;
        height: 172.55px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-image {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-image {
        width:83.3333%;
        padding-left: 1px;
        padding-right: 2px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-image .product-detail-layer-media {
        width:750px;
        height: 470px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-image .product-detail-layer-media {
        height:431px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-image .product-detail-layer-media {
        width:100%;
        height: 285px
    }
}

@media (max-width: 599px) {
    .product-detail-layer-medias .product-detail-layer-media-col.pdl-image .product-detail-layer-media {
        width:100%;
        height: 320px
    }
}

.product-detail-layer-media {
    position: relative;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden
}

.product-detail-layer-media img,.product-detail-layer-media video {
    max-width: 100%;
    max-height: 100%
}

.product-detail-layer-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-detail-layer-media.pdl-youtube,.product-detail-layer-media .layer-youtube-video {
    background: #000;
    width: 100%;
    height: 100%
}

.product-detail-layer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 599px) {
    .product-detail-layer-content {
        width:100%;
        margin: 24px auto 0 auto
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-content {
        width:66.66667%;
        margin: 24px auto 0 auto
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-content {
        width:100%;
        margin-top: 22px;
        margin-bottom: 0
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-content {
        width:100%;
        margin-top: 22px;
        margin-bottom: 12px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-content .product-detail-layer-content-col.col-lg-8.pdl-image {
        width:750px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-content .product-detail-layer-content-col.col-lg-8.pdl-image {
        width:83.3333%
    }
}

.product-detail-layer-content,.product-detail-layer-content *:not(i):not(.product-detail-layer-tooltip-button):not(.btn-tooltip) {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 300
}

@media (max-width: 599px) {
    .product-detail-layer-content,.product-detail-layer-content *:not(i):not(.product-detail-layer-tooltip-button):not(.btn-tooltip) {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-content,.product-detail-layer-content *:not(i):not(.product-detail-layer-tooltip-button):not(.btn-tooltip) {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-content,.product-detail-layer-content *:not(i):not(.product-detail-layer-tooltip-button):not(.btn-tooltip) {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-content,.product-detail-layer-content *:not(i):not(.product-detail-layer-tooltip-button):not(.btn-tooltip) {
        font-size:16px;
        line-height: 22px
    }
}

.product-detail-layer-content * {
    margin: 0
}

@media (min-width: 1024px) {
    .product-detail-layer-title {
        cursor:pointer
    }
}

.product-detail-layer-title,.product-detail-layer-title>* {
    font-weight: 500 !important
}

.product-detail-layer-description {
    display: inline-block
}

.product-detail-layer-description.visible-lg {
    cursor: pointer
}

.product-detail-layer-description.no-tooltip {
    cursor: auto !important
}

.product-detail-layer-tooltip-button {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px
}

.product-detail-layer-tooltip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-tooltip.pdl-image {
        width:99%
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-tooltip.pdl-image {
        width:76.7%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-tooltip.pdl-video,.product-detail-layer-tooltip.pdl-youtube {
        width:93.7%
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-tooltip.pdl-video,.product-detail-layer-tooltip.pdl-youtube {
        width:85.1%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-tooltip.pdl-video .tooltip,.product-detail-layer-tooltip.pdl-youtube .tooltip {
        margin-left:-1px
    }
}

.product-detail-layer-tooltip,.product-detail-layer-tooltip *:not(i) {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 300
}

@media (max-width: 599px) {
    .product-detail-layer-tooltip,.product-detail-layer-tooltip *:not(i) {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-tooltip,.product-detail-layer-tooltip *:not(i) {
        font-size:14px;
        line-height: 18px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-tooltip,.product-detail-layer-tooltip *:not(i) {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-tooltip,.product-detail-layer-tooltip *:not(i) {
        font-size:16px;
        line-height: 22px
    }
}

.product-detail-layer-tooltip .tooltip {
    left: 0 !important
}

.product-detail-layer-carousel-container {
    width: 100%
}

@media (min-width: 1024px) {
    .product-detail-layer-carousel-container {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
}

.product-detail-layer-carousel-container .product-detail-layer-media {
    width: 100%
}

@media (min-width: 1442px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col {
        padding-left:3px;
        padding-right: 3px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col {
        padding-left:1px;
        padding-right: 2.5px
    }
}

@media (max-width: 1023px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col {
        padding-left:0;
        padding-right: 0
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col.pdl-image {
        width:750px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-video,.product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-youtube {
        width:862px;
        height: 485px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-video,.product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-youtube {
        margin-top:20px;
        width: 610px;
        height: 343px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-video,.product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-youtube {
        margin-top:10px;
        width: 100%;
        height: 369px
    }
}

@media (max-width: 599px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-video,.product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-youtube {
        margin-top:34px;
        width: 100%;
        height: 172.55px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image {
        width:750px;
        height: 470px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image {
        width:688px;
        height: 431px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image {
        width:83.33333%;
        height: 285px
    }
}

@media (max-width: 599px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image {
        width:100%;
        height: 320px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image.all-height {
        position:relative;
        top: 10px;
        height: 560px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image.all-height {
        height:480px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image.all-height {
        height:371px
    }
}

@media (max-width: 599px) {
    .product-detail-layer-carousel-container .product-detail-layer-content-col .product-detail-layer-item .product-detail-layer-media.pdl-image.all-height {
        height:417px
    }
}

.product-detail-layer-carousel-container .product-detail-layer-content {
    -ms-flex-direction: column;
    flex-direction: column
}

.product-detail-layer-gallery .product-detail-layer-item {
    width: 100% !important;
    height: 100% !important
}

.product-detail-layer-gallery .swiper-pagination {
    position: relative;
    bottom: 0;
    margin: 40px auto 0 auto;
    height: 10px;
    font-size: 0
}

@media (max-width: 1023px) {
    .product-detail-layer-gallery .swiper-pagination.swiper-pagination-bullets-dynamic {
        right:0 !important;
        left: 0 !important;
        -khtml-transform: none !important;
        transform: none !important
    }
}

.product-detail-layer-gallery .swiper-pagination .swiper-pagination-bullet {
    background: #888;
    width: 9px;
    height: 9px;
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
    border-radius: 50%
}

.product-detail-layer-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #212121
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-gallery .product-detail-layer-tooltip.pdl-image {
        width:97.5%;
        bottom: 5px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-gallery .product-detail-layer-tooltip.pdl-image {
        width:750px;
        bottom: 5px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-gallery .product-detail-layer-tooltip.pdl-video,.product-detail-layer-gallery .product-detail-layer-tooltip.pdl-youtube {
        width:610px;
        bottom: 5px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-gallery .product-detail-layer-tooltip.pdl-video,.product-detail-layer-gallery .product-detail-layer-tooltip.pdl-youtube {
        width:97.5%;
        bottom: 5px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-thumbs {
        float:right;
        margin: 0;
        width: 90px;
        height: 458px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-thumbs {
        float:right;
        margin: 0;
        width: 64px;
        height: 324px
    }
}

.product-detail-layer-thumbs .swiper-wrapper {
    width: 90px;
    margin-right: 0
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-thumbs .swiper-wrapper {
        width:64px
    }
}

.product-detail-layer-thumbs .swiper-slide {
    position: relative;
    background: #D0DADF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.product-detail-layer-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: #A9B7BD
}

.product-detail-layer-thumbs .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-detail-layer-pager-col {
    padding-right: 0
}

.product-detail-layer-pager-col .btn-carousel {
    background: none;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    bottom: auto;
    float: right;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .product-detail-layer-pager-col .btn-carousel {
        width:64px;
        height: 52px
    }
}

@media (min-width: 1442px) {
    .product-detail-layer-pager-col .btn-carousel {
        width:90px;
        height: 52px
    }
}

.product-detail-layer-pager-col .btn-carousel i {
    font-size: 35px;
    color: #888;
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg)
}

.design-images {
    position: relative
}

@media (max-width: 599px) {
    .design-images {
        height:477px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .design-images {
        height:606px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .design-images {
        height:609px
    }
}

@media (min-width: 1442px) {
    .design-images {
        height:809px
    }
}

.img-left-box {
    position: absolute;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 599px) {
    .img-left-box {
        width:203px;
        height: 203px;
        margin-left: -7.5%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .img-left-box {
        width:323px;
        height: 323px;
        margin-left: -7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .img-left-box {
        margin-top:104px;
        width: 505px;
        height: 505px;
        margin-left: -44.5px
    }
}

@media (min-width: 1442px) {
    .img-left-box {
        margin-top:98px;
        width: 711px;
        height: 711px;
        margin-left: -60.5px
    }
}

.img-left-box .img-left-overlay {
    position: absolute;
    background: red;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    right: 0
}

.img-left-box.imgLeftSlideToRight.animated {
    animation: M19SlideToRight 1s ease-out;
    animation-fill-mode: both
}

.img-left-box.animated .img-left {
    width: auto;
    max-height: 100%
}

.img-left {
    padding: 0;
    width: 100%;
    height: 100%
}

.img-right {
    float: right;
    padding: 0;
    background-color: #A9B7BD
}

@media (max-width: 599px) {
    .img-right {
        width:107.5%;
        margin-top: 119px;
        margin-right: -7.5%;
        padding-left: 25px;
        background-color: #a9b7bd;
        padding-right: 7.5%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .img-right {
        height:494px;
        margin-top: 112px;
        margin-right: -7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .img-right {
        width:583px;
        height: 556px;
        margin-right: -44.5px
    }
}

@media (min-width: 1442px) {
    .img-right {
        width:821px;
        height: 720px;
        margin-right: -60.5px
    }
}

.img-right .img-right-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    bottom: 0
}

@media (max-width: 599px) {
    .img-right .img-right-overlay {
        left:0
    }
}

.img-right .img-right-overlay.imgRightSlideToBottom.animated {
    animation: TextCombImageSlideToBottom 1s ease-out;
    animation-fill-mode: both
}

.img-right .img-right-overlay.animated {
    background: white
}

.rectangle-image {
    position: absolute
}

@media (max-width: 599px) {
    .rectangle-image {
        position:relative;
        width: 51px;
        height: 39.23px;
        margin-top: 45px;
        margin-left: 179px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .rectangle-image {
        width:109px;
        height: 81.47px;
        top: 110px;
        left: 279px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .rectangle-image {
        width:85px;
        height: 63.37px;
        top: 110px;
        left: 154px
    }
}

@media (min-width: 1442px) {
    .rectangle-image {
        width:105px;
        height: 79.46px;
        top: 220px;
        left: 220px
    }
}

.rectangle-image.rectangleImgFadeInUp.animated {
    animation: M19fadeInUp 1s ease-out 1s;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .rectangle-image.rectangleImgFadeInUp.animated {
        animation:M19fadeInUp 1s ease-out
    }
}

.rectangle-image+.rectangle-description {
    margin-top: 24.77px !important
}

.rectangle-description {
    position: absolute;
    padding: 0;
    z-index: 3
}

.rectangle-description,.rectangle-description>* {
    color: #fff
}

@media (max-width: 599px) {
    .rectangle-description {
        position:relative;
        margin-bottom: 30px;
        margin-top: 109.989px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .rectangle-description {
        top:236px;
        left: 75px;
        margin-right: 7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .rectangle-description {
        top:208px;
        left: 0;
        margin-right: 47px
    }
}

@media (min-width: 1442px) {
    .rectangle-description {
        top:344px;
        left: 0;
        margin-right: 47px
    }
}

.rectangle-description.rectangleDescFadeInUp.animated {
    animation: M19fadeInUp 1s ease-out 1s;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .rectangle-description.rectangleDescFadeInUp.animated {
        animation:M19fadeInUp 1s ease-out
    }
}

.rectangle-line {
    position: absolute;
    border: 1px solid #fff
}

@media (max-width: 599px) {
    .rectangle-line {
        position:relative;
        width: 40px;
        float: left;
        margin-right: 8px;
        margin-left: 30px;
        margin-top: 12px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .rectangle-line {
        width:55px;
        top: 410px;
        left: 151px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .rectangle-line {
        width:62px;
        top: 452px;
        left: 155px
    }
}

@media (min-width: 1442px) {
    .rectangle-line {
        width:85px;
        top: 582px;
        left: 221px
    }
}

.rectangle-line.lineFadeInUp.animated {
    animation: M19fadeInUp 1s ease-out 1.2s;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .rectangle-line.lineFadeInUp.animated {
        animation:M19fadeInUp 1s ease-out 0.2s
    }
}

.rectangle-footer {
    position: absolute;
    padding: 0
}

.rectangle-footer,.rectangle-footer>* {
    color: #fff;
    font-style: italic
}

@media (max-width: 599px) {
    .rectangle-footer {
        position:relative;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
        width: 50.601%;
        float: left;
        margin-bottom: 35px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .rectangle-footer {
        top:394px;
        left: 218px;
        margin-right: 7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .rectangle-footer {
        top:433px;
        left: 231px;
        margin-right: 47px
    }
}

@media (min-width: 1442px) {
    .rectangle-footer {
        top:563px;
        left: 330px;
        margin-right: 47px
    }
}

.rectangle-footer.footerFadeInUp.animated {
    animation: M19fadeInUp 1s ease-out 1.2s;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .rectangle-footer.footerFadeInUp.animated {
        animation:M19fadeInUp 1s ease-out 0.2s
    }
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4,#ModalMessage.buy-in-store-popin .modal-body .span8 {
        position:relative;
        min-height: 1px;
        padding-left: 1%;
        padding-right: 1%
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4,#ModalMessage.buy-in-store-popin .modal-body .span8 {
        position:relative;
        min-height: 1px;
        padding-left: 1%;
        padding-right: 1%
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4,#ModalMessage.buy-in-store-popin .modal-body .span8 {
        position:relative;
        min-height: 1px;
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4,#ModalMessage.buy-in-store-popin .modal-body .span8 {
        position:relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }
}

#ModalMessage.buy-in-store-popin .modal-header {
    display: none
}

#ModalMessage.buy-in-store-popin .modal-body {
    padding: 30px 0;
    overflow-x: hidden
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body {
        padding:58px 0
    }
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body .container,#ModalMessage.buy-in-store-popin .modal-body .teaser-container {
        width:100vw
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .container,#ModalMessage.buy-in-store-popin .modal-body .teaser-container {
        width:100%;
        padding: 0
    }
}

#ModalMessage.buy-in-store-popin .modal-body .row-fluid:before,#ModalMessage.buy-in-store-popin .modal-body .row-fluid:after {
    content: " ";
    display: table
}

#ModalMessage.buy-in-store-popin .modal-body .row-fluid:after {
    clear: both
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body .row-fluid {
        margin-left:-1%;
        margin-right: -1%
    }

    #ModalMessage.buy-in-store-popin .modal-body .row-fluid:before,#ModalMessage.buy-in-store-popin .modal-body .row-fluid:after {
        content: " ";
        display: table
    }

    #ModalMessage.buy-in-store-popin .modal-body .row-fluid:after {
        clear: both
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body .row-fluid {
        margin-left:-1%;
        margin-right: -1%
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .row-fluid {
        margin-left:0;
        margin-right: 0
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span4 {
    margin: 0;
    width: 100%;
    position: relative
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4 {
        padding-left:50px;
        width: 50%
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span4.picture-col {
    margin-top: 5px;
    padding-top: 81.3333333%
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4.picture-col {
        margin-top:0;
        padding-top: 33.8%
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span4.picture-col .product-viewer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    max-height: none;
    height: 100%;
    top: 0;
    width: calc(85vw * 0.83);
    left: 9.333%
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span4.picture-col .product-viewer {
        left:auto;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 77.44%
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span4.picture-col .product-viewer img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto
}

#ModalMessage.buy-in-store-popin .modal-body .span8 {
    margin: 0;
    width: 100%;
    position: relative
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 {
        padding-right:50px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .product-detail {
        padding-top:12px
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .product-detail .form-inline {
    margin: 0
}

#ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-transform: none;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
        font-weight:500;
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
        font-weight:500;
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
        font-weight:500;
        font-size: 26px;
        line-height: 32px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
        font-weight:500;
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
        text-align:left;
        margin: 10px 0 20px
    }
}

.rtl #ModalMessage.buy-in-store-popin .modal-body .span8 h3 {
    float: right
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
    border: 0;
    width: auto;
    text-align: center;
    margin: 10px 0 40px;
    color: #888;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
        font-weight:300;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
        font-weight:300;
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
        text-align:left;
        margin: 10px 0 60px
    }
}

.rtl #ModalMessage.buy-in-store-popin .modal-body .span8 .ref {
    float: left
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
    padding: 0;
    text-align: center;
    margin: 0 0 28px;
    text-transform: none;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
        font-weight:300;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
        font-weight:300;
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
        text-align:left
    }
}

.rtl #ModalMessage.buy-in-store-popin .modal-body .span8 .buy-in-store-title {
    float: right
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
        font-weight:300;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
        font-weight:300;
        font-size: 22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,#ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
        text-align:left
    }
}

.rtl #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry,.rtl #ModalMessage.buy-in-store-popin .modal-body .span8 .sorry>* {
    float: right
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7 {
    float: none;
    width: auto
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe {
    margin: 10px 0 25px
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe {
        text-align:center
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn {
    color: #333;
    text-align: center;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
    width: auto;
    padding: 0;
    margin: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn {
        font-size:24px;
        line-height: 30px
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn i {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 3px
}

@media screen and (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn {
        text-align:left
    }

    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7 .locateMe .default-btn i {
        font-size: 30px;
        font-size: 3rem;
        margin-right: 5px
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont {
    width: 100%
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .flex-box {
    display: -ms-flexbox;
    display: flex
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont input[type="text"] {
    width: 100%;
    display: block;
    max-width: 100%;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    background: #F1F2F3 !important;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 25px 9px 20px;
    box-shadow: none;
    height: 50px;
    margin: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont input[type="text"] {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont input[type="text"] {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont input[type="text"] {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont input[type="text"] {
        width:219px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont input[type="text"] {
        width:310px
    }
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action {
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-color: #A9B7BD;
    background-color: #A9B7BD;
    display: block !important
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action i {
    color: white !important;
    line-height: 25px;
    font-size: 22px
}

#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action:hover,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action:active,#ModalMessage.buy-in-store-popin .modal-body .span8 .span7.exploded-view-cont .btn-action:focus {
    border-color: #6f8791;
    background-color: #6f8791
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span8 {
    float: right
}

.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span8 {
    float: left
}

@media screen and (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span8 {
        padding-top:0px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 {
    float: left;
    margin: 0;
    vertical-align: top
}

.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 {
    float: right
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store {
    margin-bottom: 14px;
    padding: 15px 7px 15px 0;
    background: #F1F2F3
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store {
        padding:20px 10px 18px 0
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store .list-store {
    max-height: 378px;
    overflow: auto;
    overflow-x: hidden
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store .list-store::-webkit-scrollbar {
        width:10px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store .list-store::-webkit-scrollbar-thumb {
    background-color: #BEBEBE;
    border-radius: 5.5px
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store .list-store::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 5.5px
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .scroll-store .list-store {
        min-height:402px
    }
}

.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .slimScrollBar,.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .span4 .slimScrollRail {
    left: 0 !important;
    right: auto !important
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store ul {
    margin: 0;
    padding: 0
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store a {
    display: block;
    padding: 25px 26px 25px 83px;
    min-height: 80px;
    text-decoration: none;
    transition: all 0.3s
}

.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store a {
    padding: 25px 83px 25px 26px
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store a {
        padding:21px 11px 21px 58px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid white;
    position: relative
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li .location {
    display: none
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li .bloc-img {
    position: absolute;
    text-align: center;
    top: 15px;
    left: 27px;
    width: 47px;
    height: 48px;
    overflow: hidden;
    padding: 9px 11px 4px 9px;
    font-size: 30px;
    font-size: 3rem
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li .bloc-img i {
    color: #333
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li .bloc-img {
        top:10.47px;
        left: 14.95px;
        width: 39.95px;
        height: 41.6px;
        padding: 7.8px 9.35px 3.47px 7.65px;
        font-size: 26px;
        font-size: 2.6rem
    }
}

.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li .bloc-img {
    right: 0;
    left: auto
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li h4 {
    font-family: "WMF Rotis","Arial",sans-serif;
    color: #333
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li h4 {
    margin: 0 0 5px;
    font-weight: 500
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li:first-child .bloc-img {
    top: -5px
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li:first-child a {
    padding-top: 5px
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .scroll-store .list-store li:last-child {
    border: none
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok {
        margin-top:20px
    }

    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok:empty {
        margin-top: 59px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: -30px
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section {
        -ms-flex-flow:row;
        flex-flow: row;
        margin-bottom: -8px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section .store-on-line-intro {
    padding: 12px 0 25px
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section .store-on-line-intro {
        padding:0
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span8 {
        padding-right:41px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span8 #map-canvas {
    height: 489px
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span8 #map-canvas {
        height:270px;
        width: 100vw;
        margin-left: -6.7vw
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 {
        padding-left:42px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 br.top {
    display: none
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store {
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store {
        position:absolute;
        width: calc(77.44% + 22px);
        margin-bottom: 50px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store {
        min-height:452px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store a {
    display: block;
    padding: 12px 25px 12px 215px;
    padding-left: 51.19048%;
    min-height: 108px;
    text-decoration: none;
    transition: all 0.3s
}

.rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store a {
    padding: 12px 215px 12px 25px;
    padding-right: 51.19048%
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store a {
        min-height:98px;
        padding: 20px 11px 20px 129px
    }

    .rtl #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store a {
        padding: 20px 129px 20px 11px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li .bloc-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    left: 25px;
    width: 35.71429%;
    height: 84px;
    padding: 0;
    background-color: #D8D8D8
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li .bloc-img>* {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li .bloc-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto
}

@media (max-width: 1441px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li .bloc-img {
        height:59.36px
    }
}

@media (max-width: 1023px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li .bloc-img {
        top:auto;
        left: 10px;
        width: 104px;
        height: 58px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li h4 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-family: "WMF Rotis","Arial",sans-serif;
    color: #333;
    text-align: left;
    margin: 0
}

@media (min-width: 320px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 1442px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li p,#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li h4 {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

#ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li:first-child a {
    padding-top: 5px;
    min-height: 83px
}

@media (min-width: 1024px) {
    #ModalMessage.buy-in-store-popin .modal-body #MapStoreStok .list-store-off.store-map-section>.span4 .scroll-store .list-store li:first-child a {
        padding-top:0;
        min-height: 96px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .container,.text-combination-link-section .teaser-container {
        padding:0
    }

    .text-combination-link-section .text-combination-row {
        padding-left: 7.5%;
        padding-right: 7.5%
    }
}

.text-combination-link-section .text-combination-description {
    float: none;
    max-height: none;
    width: auto !important
}

@media (min-width: 1024px) {
    .text-combination-link-section .text-combination-description {
        padding:0
    }
}

.text-combination-link-section .text-combination-description,.text-combination-link-section .text-combination-description>* {
    color: #333
}

.text-combination-link-section .text-combination-description+a .text-combination-link {
    margin-top: 30px
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-description+a .text-combination-link {
        margin-top:20px
    }
}

.text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-size:16px;
        line-height: 22px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-size:18px;
        line-height: 26px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    .text-combination-link-section .text-combination-link,.text-combination-link-section .text-combination-link>* {
        font-size:20px;
        line-height: 28px
    }
}

.text-combination-link-section .text-combination-link .icon-arrow-right {
    margin-left: 15px
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-link .icon-arrow-right {
        font-size:16.36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-link .icon-arrow-right {
        font-size:13.47px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-link .icon-arrow-right {
        font-size:15.21px
    }
}

@media (min-width: 1024px) {
    .text-combination-link-section .text-combination-seprator {
        display:block !important;
        float: right
    }
}

.text-combination-link-section .text-combination-text {
    margin-top: 0 !important
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-text {
        height:800px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-text {
        height:568px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-text {
        margin-top:0 !important
    }
}

.text-combination-link-section .text-combination-seprator {
    position: absolute;
    z-index: 3
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-seprator {
        bottom:220px;
        right: 600px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-seprator {
        bottom:140px;
        right: 414px
    }
}

.text-combination-link-section .seprator {
    float: right;
    width: 260px !important;
    border-top: 2px solid #333 !important
}

.text-combination-link-section .text-combination-media {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-media {
        height:800px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-media {
        height:568px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-media {
        width:100%;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.text-combination-link-section .text-combination-media .text-combination-image-overlay {
    position: absolute;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white
}

.text-combination-link-section .text-combination-media .text-combination-image-overlay.animated {
    width: 100%
}

.text-combination-link-section .text-combination-media .text-combination-image-overlay[style*="visibility: visible;"]+img.text-combination-image {
    visibility: visible
}

.text-combination-link-section .text-combination-media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-combination-link-section .text-combination-media-wrapper .text-combination-image {
    visibility: hidden
}

@media (min-width: 1024px) {
    .text-combination-link-section .text-combination-media-wrapper .text-combination-image {
        max-height:100%;
        max-width: 100%
    }
}

.text-combination-link-section .text-combination-image {
    visibility: hidden
}

@media (min-width: 1024px) {
    .text-combination-link-section .text-combination-video {
        position:absolute;
        top: 50%;
        right: 0;
        left: 0;
        bottom: 0;
        transform: translateY(-50%);
        width: 100%;
        max-height: 100%
    }
}

@media (min-width: 1024px) {
    .text-combination-link-section .text-combination-content {
        padding-left:0 !important
    }
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-content {
        position:absolute;
        bottom: 341px;
        right: 60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-content {
        position:absolute;
        bottom: 213px;
        right: 40px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-content {
        text-align:left;
        margin-bottom: 0
    }
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-header {
        margin-bottom:40px !important
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-header {
        margin-bottom:30px !important
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-header {
        margin-bottom:20px !important
    }
}

.text-combination-link-section .text-combination-link-title .title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .text-combination-link-section .text-combination-link-title .title {
        font-size:28px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-link-title .title {
        font-size:36px;
        line-height: 42px
    }
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-link-title .title {
        font-size:50px;
        line-height: 58px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-link-title .title {
        display:block;
        margin: 0 !important
    }
}

.text-combination-link-section .text-combination-icon {
    overflow: hidden
}

@media (min-width: 1442px) {
    .text-combination-link-section .text-combination-icon {
        position:absolute;
        top: 610.32px;
        right: 60px;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        width: 89.83px;
        height: 89.52px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .text-combination-link-section .text-combination-icon {
        position:absolute;
        top: 458px;
        right: 40px;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        width: 63px;
        height: 63px
    }
}

@media (max-width: 1023px) {
    .text-combination-link-section .text-combination-icon {
        float:left;
        width: 39.92px;
        height: 39.35px;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 21.08px
    }
}

.text-combination-link-section .text-combination-icon img {
    width: 100%;
    height: auto
}

.quotation-icon-wrapper {
    display: inline-block
}

.quotation-icon-wrapper.fadeIn.animated {
    animation: fadeIn 400ms ease-out;
    animation-fill-mode: both
}

@media (max-width: 599px) {
    .quotation-icon-wrapper {
        width:47px;
        height: 36px;
        margin-bottom: 25px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .quotation-icon-wrapper {
        width:65px;
        height: 49px;
        margin-bottom: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .quotation-icon-wrapper {
        width:80px;
        height: 60px;
        margin-bottom: 27px
    }
}

@media (min-width: 1442px) {
    .quotation-icon-wrapper {
        width:86px;
        height: 65px;
        margin-bottom: 38px
    }
}

.quotation-icon {
    width: 100%
}

@media (max-width: 1441px) {
    .quotation-text {
        margin-bottom:30px
    }
}

@media (min-width: 1442px) {
    .quotation-text {
        margin-bottom:40px
    }
}

.quotation-text,.quotation-text>* {
    color: #333;
    font-style: italic
}

.quotation-text.fadeInUp.animated {
    animation: SimpleFadeInUp 400ms ease-out;
    animation-delay: 200ms;
    animation-fill-mode: both
}

.quotation-author-wrapper {
    display: block;
    width: 100%
}

.quotation-author-wrapper.fadeInUp.animated {
    animation: SimpleFadeInUp 400ms ease-out;
    animation-delay: 400ms;
    animation-fill-mode: both
}

.quotation-line {
    display: inline-block;
    height: 2px;
    background-color: #333
}

@media (max-width: 599px) {
    .quotation-line {
        height:1px;
        width: 40px;
        margin-right: 6px;
        margin-bottom: 6px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .quotation-line {
        height:1px;
        width: 50px;
        margin-right: 14px;
        margin-bottom: 9px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .quotation-line {
        width:62px;
        margin-right: 14px;
        margin-bottom: 9px
    }
}

@media (min-width: 1442px) {
    .quotation-line {
        width:87px;
        margin-right: 24px;
        margin-bottom: 9px
    }
}

.quotation-author {
    display: inline-block;
    text-align: left
}

@media (max-width: 599px) {
    .quotation-author {
        max-width:calc(100% - 50px)
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .quotation-author {
        max-width:calc(100% - 68px)
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .quotation-author {
        max-width:calc(100% - 80px)
    }
}

@media (min-width: 1442px) {
    .quotation-author {
        max-width:calc(100% - 115px)
    }
}

.quotation-author,.quotation-author>* {
    color: #333;
    font-style: italic
}

@media (max-width: 599px) {
    .quotation-author,.quotation-author>* {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 599px) and (min-width: 600px) and (max-width: 1023px) {
    .quotation-author,.quotation-author>* {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 599px) and (min-width: 1024px) and (max-width: 1441px) {
    .quotation-author,.quotation-author>* {
        font-size:20px;
        line-height: 26px
    }
}

@media (max-width: 599px) and (min-width: 1442px) {
    .quotation-author,.quotation-author>* {
        font-size:24px;
        line-height: 30px
    }
}

.split-brand.wmf-loader * {
    visibility: hidden !important
}

.split-brand.wmf-loaded .split-brand-media-animation.animated {
    animation: splitBrandImageSlideIn 0.4s ease-out both
}

.split-brand.wmf-loaded .portrait .split-brand-link.animated,.split-brand.wmf-loaded .square .split-brand-link.animated {
    animation: splitBrandLinkImage 0.4s ease-out both
}

@media (min-width: 1024px) {
    .split-brand.wmf-loaded .portrait .split-brand-link.animated,.split-brand.wmf-loaded .square .split-brand-link.animated {
        animation-delay:.2s
    }
}

.split-brand.wmf-loaded .split-brand-couleur-field.animated {
    animation: splitBrandCouleurField 0.4s ease-out both
}

@media (min-width: 1024px) {
    .split-brand.wmf-loaded .split-brand-couleur-field.animated {
        animation-delay:.6s
    }
}

.split-brand.wmf-loaded .split-brand-description.animated {
    animation: splitBrandFadeInUp 0.4s ease-out both
}

@media (min-width: 1024px) {
    .split-brand.wmf-loaded .split-brand-description.animated {
        animation-delay:.8s
    }
}

.split-brand.wmf-loaded .split-brand-content .split-brand-link.animated {
    animation: splitBrandLinkImage 0.4s ease-out both
}

@media (min-width: 1024px) {
    .split-brand.wmf-loaded .split-brand-content .split-brand-link.animated {
        animation-delay:1s
    }
}

.split-brand.wmf-loaded .split-brand-product.animated {
    animation: splitBrandFadeIn .2s ease-out both, splitBrandUp .4s ease-out both
}

@media (min-width: 1024px) {
    .split-brand.wmf-loaded .split-brand-product.animated {
        animation-delay:1.4s
    }
}

.split-brand.wmf-loaded .split-brand-product-line-md.animated {
    animation: splitBrandProductLineDesktop 0.4s ease-out both;
    animation-delay: 1.4s
}

.split-brand.wmf-loaded .split-brand-product-line-xs.animated {
    animation: splitBrandProductLineMobile 0.4s ease-out both
}

.split-brand a {
    color: #333
}

.split-brand a:hover,.split-brand a:focus,.split-brand a:visited {
    color: #333
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand .portrait .split-brand-media {
        height:470px
    }
}

@media (min-width: 1442px) {
    .split-brand .portrait .split-brand-media {
        height:662px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand .portrait+.col-md-6 .split-brand-content {
        margin-top:36px
    }
}

@media (min-width: 1442px) {
    .split-brand .portrait+.col-md-6 .split-brand-content {
        margin-top:89px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand .square .split-brand-media {
        height:376px
    }
}

@media (min-width: 1442px) {
    .split-brand .square .split-brand-media {
        height:530px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand .square+.col-md-6 .split-brand-content {
        margin-top:7px
    }
}

@media (min-width: 1442px) {
    .split-brand .square+.col-md-6 .split-brand-content {
        margin-top:58px
    }
}

.split-brand-media-animation {
    position: absolute;
    right: 0;
    background: #fff;
    width: 0;
    height: 100%
}

.split-brand-media {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media (max-width: 1023px) {
    .split-brand-media {
        -ms-flex-pack:center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto
    }
}

.split-brand-media img {
    max-height: 100%;
    max-width: 100%
}

.split-brand-media.animated {
    max-height: none
}

@media (min-width: 1024px) {
    .split-brand-media.animated img {
        width:auto;
        height: inherit;
        max-width: none
    }
}

.split-brand-link a,.split-brand-product a {
    display: block;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media (max-width: 599px) {
    .split-brand-link a,.split-brand-product a {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .split-brand-link a,.split-brand-product a {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-link a,.split-brand-product a {
        font-size:16px;
        line-height: 22px
    }
}

.split-brand-link {
    margin-top: 25px
}

@media (max-width: 1023px) {
    .split-brand-link {
        margin-top:16px
    }
}

.split-brand-link a.btn-explore {
    display: block;
    font-weight: 300
}

@media (max-width: 599px) {
    .split-brand-link a.btn-explore span {
        display:block;
        float: left;
        max-width: 58.33%
    }
}

.split-brand-link a.btn-explore i {
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 16px
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-link a.btn-explore i {
        position:relative;
        top: 4px;
        margin-left: 8px
    }
}

.split-brand-content {
    display: block
}

@media (max-width: 1023px) {
    .split-brand-content {
        margin-top:27px;
        padding: 25px 20px;
        background: #F1F2F3
    }
}

.split-brand-content.extra .split-brand-description::before {
    height: 244px
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .split-brand-content.extra .split-brand-description::before {
        height:228px
    }
}

.split-brand-content.wide .split-brand-description::before {
    height: 322px
}

@media (max-width: 1441px) and (min-width: 1024px) {
    .split-brand-content.wide .split-brand-description::before {
        height:228px
    }
}

.split-brand-content .split-brand-couleur-field {
    position: absolute;
    background: #F1F2F3;
    z-index: -1
}

@media (max-width: 1023px) {
    .split-brand-content .split-brand-couleur-field {
        display:none
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-content .split-brand-couleur-field {
        width:100%;
        height: 228px;
        -khtml-transform: translate(-92px, 48px);
        transform: translate(-92px, 48px)
    }
}

@media (min-width: 1442px) {
    .split-brand-content .split-brand-couleur-field {
        width:92.73%;
        height: 244px;
        -khtml-transform: translate(-130px, 49px);
        transform: translate(-130px, 49px)
    }
}

.split-brand-content .split-brand-description {
    display: block;
    max-height: calc(48px * 3);
    overflow: hidden
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-content .split-brand-description {
        max-height:calc(44px * 4)
    }
}

.split-brand-content .split-brand-description,.split-brand-content .split-brand-description>* {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px
}

@media (max-width: 599px) {
    .split-brand-content .split-brand-description,.split-brand-content .split-brand-description>* {
        font-size:24px;
        line-height: 28px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .split-brand-content .split-brand-description,.split-brand-content .split-brand-description>* {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-content .split-brand-description,.split-brand-content .split-brand-description>* {
        font-size:36px;
        line-height: 44px
    }
}

.split-brand-content .split-brand-link {
    margin-top: 25px
}

@media (max-width: 1023px) {
    .split-brand-content .split-brand-link {
        display:-ms-flexbox;
        display: flex;
        margin-top: 27px
    }
}

@media (max-width: 1023px) {
    .split-brand-content .split-brand-link a.btn-explore {
        position:relative
    }
}

@media (max-width: 1023px) {
    .split-brand-content .split-brand-link i {
        display:inline-block;
        top: 3px !important;
        width: 40px
    }
}

.split-brand-product.extra .split-brand-product-media {
    height: 155px
}

@media (max-width: 1023px) {
    .split-brand-product.extra .split-brand-product-media {
        height:90px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product.extra .split-brand-product-media {
        height:132px
    }
}

.split-brand-product.extra .split-brand-product-media a {
    float: none;
    line-height: 155px
}

@media (max-width: 1023px) {
    .split-brand-product.extra .split-brand-product-media a {
        line-height:90px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product.extra .split-brand-product-media a {
        line-height:132px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product.extra .split-brand-product-line-md {
        top:-110px;
        left: -15px;
        height: calc(100% + 110px)
    }
}

.split-brand-product.wide .split-brand-product-media {
    height: 235px
}

@media (max-width: 1023px) {
    .split-brand-product.wide .split-brand-product-media {
        height:173px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product.wide .split-brand-product-media {
        height:167px
    }
}

.split-brand-product.wide .split-brand-product-media a {
    line-height: 235px
}

@media (max-width: 1023px) {
    .split-brand-product.wide .split-brand-product-media a {
        line-height:173px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product.wide .split-brand-product-media a {
        line-height:167px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product.wide .split-brand-product-line-md {
        top:-140px;
        left: -15px;
        height: calc(100% + 140px)
    }
}

.split-brand-product a {
    margin-top: 0
}

.split-brand-product-media {
    width: 100%;
    margin-top: 32px;
    overflow: hidden;
    text-align: left
}

@media (max-width: 1023px) {
    .split-brand-product-media {
        margin-top:25px;
        text-align: center
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product-media {
        margin-top:28px
    }
}

.split-brand-product-media a {
    display: block;
    float: left;
    width: auto;
    height: 100%
}

@media (max-width: 1023px) {
    .split-brand-product-media a {
        float:none
    }
}

.split-brand-product-media img {
    max-width: 100%;
    max-height: 100%
}

.split-brand-product-description {
    display: block;
    margin-top: 23px;
    position: relative
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product-description {
        margin-top:22px
    }
}

@media (min-width: 1024px) {
    .split-brand-product-description .split-brand-product-line-md {
        display:inline-block;
        background-color: #999;
        position: absolute;
        top: -130px;
        left: -20px;
        width: 1px;
        height: calc(100% + 130px)
    }
}

@media (max-width: 1023px) {
    .split-brand-product-description .split-brand-product-line-md {
        display:none
    }
}

@media (max-width: 1023px) {
    .split-brand-product-description .split-brand-product-line-xs {
        display:block;
        background-color: #999;
        width: 100%;
        height: 1px;
        margin-top: 15px
    }
}

@media (min-width: 1024px) {
    .split-brand-product-description .split-brand-product-line-xs {
        display:none
    }
}

.split-brand-product-description a {
    display: block
}

.split-brand-product-description a .price {
    font-weight: 600
}

.split-brand-product-description a.btn-cart-circle {
    display: inline-block;
    padding: 0;
    margin: 17px 0 0 0
}

@media (max-width: 1023px) {
    .split-brand-product-description a.btn-cart-circle {
        display:-ms-flexbox;
        display: flex
    }
}

.split-brand-product-description a.btn-cart-circle i {
    margin: 0
}

@media (max-width: 1023px) {
    .split-brand-product-description a.btn-cart-circle i {
        background:#F1F2F3;
        right: 0;
        color: #888
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product-description a.btn-cart-circle i {
        width:45px;
        height: 45px;
        font-size: 25px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .split-brand-product-description a.btn-cart-circle i::before {
        position:relative;
        top: -2px;
        right: 1px
    }
}

.garantee-section {
    margin-top: 17px;
    color: #333
}

.garantee-section h1 {
    margin-top: 10px;
    margin-bottom: 0
}

.garantee-section p {
    margin-top: 0;
    margin-bottom: 30px
}

.garantee-section h2 {
    margin-top: 0;
    margin-bottom: 10px
}

@media (max-width: 1023px) {
    .garantee-section h2 {
        margin-bottom:5px
    }
}

.garantee-section .garantee-row {
    margin-bottom: 61px
}

@media (max-width: 1023px) {
    .garantee-section .garantee-row {
        margin-bottom:33px
    }
}

.garantee-section .garantee-note p:first-child {
    margin-bottom: 15px
}

.garantee-section .garantee-download a.btn-link-guarantee {
    display: table;
    margin-bottom: 22px
}

@media (max-width: 1023px) {
    .garantee-section .garantee-download a.btn-link-guarantee {
        margin-bottom:8px
    }
}

.garantee-section .garantee-download a.btn-link-guarantee i,.garantee-section .garantee-download a.btn-link-guarantee span {
    display: table-cell
}

.garantee-section .garantee-download a.btn-link-guarantee span {
    font-weight: normal
}

.garantee-section .garantee-download a.btn-link-guarantee i {
    padding-right: 8px
}

.ecommerce-dialog {
    margin: 0
}

@media (min-width: 1024px) {
    .ecommerce-dialog {
        position:relative;
        top: 50%;
        bottom: 0;
        right: 0;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) !important
    }
}

@media (max-width: 1023px) {
    .ecommerce-dialog {
        height:auto;
        top: 50%;
        bottom: 0;
        right: 0;
        left: 0;
        transform: translateY(-50%) !important
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer {
        padding:0
    }
}

#ModalCommerce.ecommerce-layer .modal-body {
    padding: 0
}

#ModalCommerce.ecommerce-layer .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .modal-content {
        padding-top:58px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .modal-content {
        padding-top:48px
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .modal-content {
        padding-top:35px
    }

    #ModalCommerce.ecommerce-layer .modal-content .modal-body {
        padding: 0 27px 25px 27px
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .modal-content .button-close {
        right:9px
    }
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .ecommerce-layer-product {
        height:365px;
        overflow: hidden;
        text-align: center
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-layer-product {
        margin-bottom:10px;
        text-align: center
    }
}

#ModalCommerce.ecommerce-layer .ecommerce-layer-product img {
    max-width: 100%;
    max-height: 100%
}

#ModalCommerce.ecommerce-layer .product-img-wrapper {
    padding: 0
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .product-img-wrapper {
        width:39.53%;
        float: left
    }
}

@media (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .product-img-wrapper {
        margin-left:50px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .product-img-wrapper {
        margin-left:40px
    }
}

#ModalCommerce.ecommerce-layer .product-detail-wrapper {
    padding: 0
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .product-detail-wrapper {
        float:left;
        width: 42.842%
    }
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .product-detail-wrapper {
        margin-left:80px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .product-detail-wrapper {
        margin-left:60px
    }
}

#ModalCommerce.ecommerce-layer .ref {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #999;
    margin-bottom: 4px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ref {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .ref {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .ref {
        font-size:18px;
        line-height: 24px
    }
}

#ModalCommerce.ecommerce-layer .revendeur-title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    margin-bottom: 30px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .revendeur-title {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .revendeur-title {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .revendeur-title {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .revendeur-title {
        margin-bottom:20px
    }
}

#ModalCommerce.ecommerce-layer .ecommerce-product-name {
    color: #333
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 39px
    }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        margin-bottom:30px
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 10px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-size:30px;
        line-height: 36px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-size:36px;
        line-height: 44px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .ecommerce-product-name {
        font-size:40px;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .seller {
        float:left;
        padding: 0
    }

    #ModalCommerce.ecommerce-layer .seller:nth-child(1),#ModalCommerce.ecommerce-layer .seller:nth-child(2),#ModalCommerce.ecommerce-layer .seller:nth-child(3) {
        margin-bottom: 25px
    }
}

@media (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .seller:nth-child(1),#ModalCommerce.ecommerce-layer .seller:nth-child(4) {
        margin-left:0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .seller:nth-child(1),#ModalCommerce.ecommerce-layer .seller:nth-child(3),#ModalCommerce.ecommerce-layer .seller:nth-child(5) {
        margin-left:0
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .seller {
        display:inline-block
    }

    #ModalCommerce.ecommerce-layer .seller:nth-child(1),#ModalCommerce.ecommerce-layer .seller:nth-child(2) {
        margin-bottom: 20px
    }
}

#ModalCommerce.ecommerce-layer .seller .border {
    max-width: 120px
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .seller .border {
        margin:0 auto
    }
}

#ModalCommerce.ecommerce-layer .seller .border img {
    width: 100%
}

@media (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel {
        margin-bottom:40px;
        padding: 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel {
        margin-bottom:30px;
        padding: 0
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel {
        margin-bottom:35px
    }
}

#ModalCommerce.ecommerce-layer .ecommerce-carousel .carousel-control {
    visibility: visible !important;
    display: block !important
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel .carousel-control {
        top:50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel .carousel-inner {
        margin-bottom:35px;
        height: 145px;
        padding: 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel .carousel-inner {
        margin-bottom:25px
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .ecommerce-carousel .carousel-inner {
        overflow:hidden;
        height: 140px;
        margin-bottom: 35px;
        text-align: center
    }
}

#ModalCommerce.ecommerce-layer .ecommerce-carousel-indicators {
    position: relative;
    top: 0;
    height: 9px;
    margin: 0
}

#ModalCommerce.ecommerce-layer .ecommerce-carousel-indicators li {
    position: relative;
    top: -6px;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 6px;
    background-color: #999999
}

#ModalCommerce.ecommerce-layer .ecommerce-carousel-indicators li.active {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 6px;
    background-color: #333333
}

#ModalCommerce.ecommerce-layer .buy-onLine-reditrect-msg .redirect-msg {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    margin: 0
}

#ModalCommerce.ecommerce-layer .buy-onLine-reditrect-msg .redirect-msg i {
    width: 5px;
    font-size: 9px;
    margin-right: 9px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .buy-onLine-reditrect-msg .redirect-msg {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalCommerce.ecommerce-layer .buy-onLine-reditrect-msg .redirect-msg {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalCommerce.ecommerce-layer .buy-onLine-reditrect-msg .redirect-msg {
        font-size:20px;
        line-height: 28px
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .buy-onLine-reditrect-msg .redirect-msg {
        margin:auto
    }
}

#ModalCommerce.ecommerce-layer .product-detail .product-ref {
    padding: 0
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .product-detail .product-ref {
        left:0
    }
}

@media (max-width: 1023px) {
    #ModalCommerce.ecommerce-layer .product-detail .product-ref {
        text-align:center
    }
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .product-retailer {
        left:0;
        padding: 0
    }
}

#ModalCommerce.ecommerce-layer .retailers-redirect {
    padding: 0;
    width: 83.33333%
}

@media (min-width: 1024px) {
    #ModalCommerce.ecommerce-layer .retailers-redirect {
        left:0;
        text-align: left;
        margin-bottom: 36px
    }
}

.faq {
    padding: 50px 0;
    background: #fff
}

.faq .product-faq {
    margin: 0 auto;
    padding: 0
}

.faq .product-faq .accordion-panel-title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    padding: 0;
    margin-top: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-panel-title {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-panel-title {
        font-size:36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .faq .product-faq .accordion-panel-title {
        font-size:40px;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    .faq .product-faq .accordion-panel-title {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .faq .product-faq .accordion-panel-title {
        margin-bottom:30px
    }
}

@media (min-width: 1024px) {
    .faq .product-faq .accordion-group {
        margin-bottom:5px
    }
}

@media (max-width: 1023px) {
    .faq .product-faq .accordion-group {
        margin-bottom:3px
    }
}

.faq .product-faq .accordion-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #A9B7BD;
    color: #333;
    position: relative;
    margin: 0;
    outline: none;
    text-align: left;
    overflow: hidden;
    transition: all 0.3s
}

@media (max-width: 599px) {
    .faq .product-faq .accordion-toggle {
        height:50px;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 18px;
        line-height: 24px;
        padding-left: 16px;
        padding-right: 53px
    }
}

@media (max-width: 599px) and (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-toggle {
        font-size:20px;
        line-height: 26px
    }
}

@media (max-width: 599px) and (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-toggle {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (max-width: 599px) and (min-width: 1442px) {
    .faq .product-faq .accordion-toggle {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-toggle {
        height:50px;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 18px;
        line-height: 24px;
        padding-left: 16px;
        padding-right: 93px
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-toggle {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-toggle {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (min-width: 1442px) {
    .faq .product-faq .accordion-toggle {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .faq .product-faq .accordion-toggle {
        padding-left:30px;
        padding-right: 110px;
        height: 60px;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1442px) and (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-toggle {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) and (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-toggle {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) and (min-width: 1442px) {
    .faq .product-faq .accordion-toggle {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-toggle {
        padding-left:30px;
        padding-right: 79px;
        height: 60px;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) and (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-toggle {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) and (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-toggle {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) and (min-width: 1442px) {
    .faq .product-faq .accordion-toggle {
        font-size:24px;
        line-height: 30px
    }
}

.rtl .faq .product-faq .accordion-toggle {
    padding: 15px 20px 15px 40px;
    text-align: right
}

.faq .product-faq .accordion-toggle:focus {
    outline: none
}

.faq .product-faq .accordion-toggle:after {
    position: absolute;
    right: 25px;
    top: 22px;
    font-family: wmf-icons !important;
    font-size: 19px;
    transform: rotate(-90deg);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    transition: all 0.3s
}

.rtl .faq .product-faq .accordion-toggle:after {
    left: 20px;
    right: auto
}

.faq .product-faq .accordion-toggle.collapsed:after {
    content: "\e900";
    transform: rotate(90deg);
    transition: all 0.3s
}

@media (max-width: 1023px) {
    .faq .product-faq .accordion-toggle.collapsed {
        margin-bottom:3px
    }
}

@media (min-width: 1024px) {
    .faq .product-faq .accordion-toggle.collapsed {
        margin-bottom:5px
    }
}

.faq .product-faq .accordieon-group {
    margin-bottom: 2px
}

.faq .product-faq .accordion-inner {
    padding: 0
}

.faq .product-faq .accordion-inner .accordion-inner {
    background: #F1F2F3;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 2px
}

@media (min-width: 1024px) {
    .faq .product-faq .accordion-inner .accordion-inner.faq-response {
        padding:10px 110px 40px
    }
}

@media (max-width: 1023px) {
    .faq .product-faq .accordion-inner .accordion-inner.faq-response {
        padding:7px 26px 25px 15px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-inner .accordion-inner {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-inner .accordion-inner {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .faq .product-faq .accordion-inner .accordion-inner {
        font-size:20px;
        line-height: 28px
    }
}

.faq .product-faq .accordion-inner .accordion-toggle {
    background: #F1F2F3;
    text-align: left;
    text-transform: none;
    margin: 0
}

.rtl .faq .product-faq .accordion-inner .accordion-toggle {
    text-align: right
}

.faq .product-faq .accordion-inner .accordion-toggle:after {
    font-family: wmf-icons !important;
    font-size: 19px;
    transform: rotate(-90deg);
    content: "\e900";
    transform: rotate(-90deg)
}

.faq .product-faq .accordion-inner .accordion-toggle.collapsed:after {
    content: "\e900";
    transform: rotate(90deg);
    transition: all 0.3s
}

.faq .product-faq .accordion-inner .accordion-group .accordion-heading .accordion-toggle {
    height: 62px;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .faq .product-faq .accordion-inner .accordion-group .accordion-heading .accordion-toggle {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .faq .product-faq .accordion-inner .accordion-group .accordion-heading .accordion-toggle {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .faq .product-faq .accordion-inner .accordion-group .accordion-heading .accordion-toggle {
        font-size:20px;
        line-height: 28px
    }
}

.faq .product-faq .accordion-inner .accordion-group .accordion-heading .accordion-toggle.collapsed {
    margin-bottom: 2px
}

.faq .product-faq .accordion {
    padding: 0;
    margin-bottom: 3px
}

@media (max-width: 1023px) {
    .faq .parent-accordion-group .accordion-toggle:first-child:after {
        top:17px
    }
}

.faq .child-accordion-group .accordion-toggle:first-child:after {
    top: 22px
}

@media (max-width: 1023px) {
    .faq .parent-accordion-group>.accordion-body>.accordion-inner>.accordion>.child-accordion-group:last-child {
        margin-bottom:11px !important
    }
}

@media (min-width: 1024px) {
    .faq .parent-accordion-group>.accordion-body>.accordion-inner>.accordion>.child-accordion-group:last-child {
        margin-bottom:15px !important
    }
}

.faq .notation {
    padding: 10px 0 0;
    border-top: 1px solid #DBDDE1;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 550px
}

.faq .notation form {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    padding-bottom: 10px
}

@media screen and (max-width: 599px) {
    .faq .notation form {
        width:100%
    }
}

.faq .notation .satisfaction {
    overflow: hidden;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width: 599px) {
    .faq .notation .satisfaction {
        text-align:center
    }
}

.faq .notation .satisfaction label {
    color: #50535d;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    display: inline-block;
    padding: 2px 0 0 0;
    margin: 0 10px 0 3px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .faq .notation .satisfaction label {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .faq .notation .satisfaction label {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .faq .notation .satisfaction label {
        font-size:20px;
        line-height: 28px
    }
}

.faq .notation .satisfaction label.question {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 5px;
    text-transform: initial
}

@media screen and (max-width: 599px) {
    .faq .notation .satisfaction label.question {
        display:block
    }
}

.rtl .faq .notation .satisfaction label {
    margin: 0 3px 0 10px
}

.faq .notation .satisfaction input {
    display: inline-block;
    margin: 0
}

.faq .notation .amelioration {
    overflow: hidden;
    clear: both;
    margin: 10px 0 5px 25px
}

.rtl .faq .notation .amelioration {
    margin: 10px 25px 5px 0
}

@media screen and (max-width: 599px) {
    .faq .notation .amelioration {
        margin:10px 0 0
    }
}

.faq .notation .amelioration label {
    color: #50535d;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    float: left;
    display: block;
    padding: 2px 0 0 0;
    margin: 0 10px 2px 3px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .faq .notation .amelioration label {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .faq .notation .amelioration label {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .faq .notation .amelioration label {
        font-size:20px;
        line-height: 28px
    }
}

.rtl .faq .notation .amelioration label {
    float: right;
    margin: 0 3px 2px 10px
}

@media screen and (max-width: 599px) {
    .faq .notation .amelioration label {
        float:none;
        text-align: left
    }

    .rtl .faq .notation .amelioration label {
        text-align: right
    }
}

.faq .notation .amelioration input {
    float: left;
    clear: both;
    margin: 4px 2px 0 0
}

.rtl .faq .notation .amelioration input {
    margin: 4px 0 0 2px;
    float: right
}

@media screen and (max-width: 599px) {
    .faq .notation .amelioration input {
        margin:4px 5px 0 2px
    }

    .rtl .faq .notation .amelioration input {
        margin: 4px 2px 0 5px
    }
}

.faq .notation .btns {
    display: inline-block;
    margin-top: 16px;
    min-width: 50%
}

@media screen and (max-width: 600px) {
    .faq .notation .btns {
        display:-ms-inline-grid;
        display: inline-grid;
        text-align: center
    }
}

.faq .notation .btns span {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-size: 1.5rem
}

.faq .notation .btns .btn-contactUs {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 35px;
    width: auto;
    border-radius: 4px
}

.faq .notation .btns .btn-contactUs:hover {
    color: #fff
}

.faq .notation .btns input {
    margin: auto 0 !important
}

.faq .notation input[type="SUBMIT"] {
    clear: both;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 8px;
    border-radius: 4px;
    padding: 5px 63px;
    background-color: #DDDDDD
}

.faq .notation input[type="SUBMIT"]:disabled {
    display: none
}

.faq .notation .thanks {
    padding: 8px 8px;
    text-align: center;
    font-size: 14.5px;
    font-size: 1.45rem
}

.faq #notationForm1 .btns input {
    padding: 8px 8px !important
}

#AccordionFAQ .panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0
}

#product-finder {
    position: relative
}

@media (max-width: 1023px) {
    #product-finder {
        margin-bottom:81px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #product-finder {
        min-width:523px
    }
}

@media (min-width: 1442px) {
    #product-finder {
        min-width:607px
    }
}

#product-finder .container,#product-finder .teaser-container {
    background: #EFF3F7
}

@media (max-width: 599px) {
    #product-finder .container,#product-finder .teaser-container {
        padding:0
    }
}

@media (max-width: 599px) {
    #product-finder .suggestion {
        padding:5px 7.5% 18px 7.5%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #product-finder .suggestion {
        padding:3px 7.5% 15px 7.5%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #product-finder .suggestion {
        padding-top:66px;
        padding-bottom: 29px
    }
}

@media (min-width: 1442px) {
    #product-finder .suggestion {
        padding-top:102px;
        padding-bottom: 31px
    }
}

@media (max-width: 599px) {
    #product-finder .suggestion .centered-text-headline {
        margin-bottom:20px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #product-finder .suggestion .centered-text-headline {
        margin-bottom:15px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #product-finder .suggestion .centered-text-headline {
        margin-bottom:26px
    }
}

@media (min-width: 1442px) {
    #product-finder .suggestion .centered-text-headline {
        margin-bottom:38px
    }
}

@media (max-width: 599px) {
    #product-finder .btn-survey-result {
        margin-top:43px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #product-finder .btn-survey-result {
        margin-top:31px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #product-finder .btn-survey-result {
        margin-top:56px
    }
}

@media (min-width: 1442px) {
    #product-finder .btn-survey-result {
        margin-top:54px
    }
}

#step-form {
    position: relative;
    z-index: 2
}

@media (max-width: 599px) {
    #step-form .container,#step-form .teaser-container {
        padding:0
    }
}

@media (max-width: 1023px) {
    .step-form {
        padding:30px 0
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form {
        padding:40px 0 30px 0
    }
}

@media (min-width: 1442px) {
    .step-form {
        padding:35px 0 30px 0
    }
}

.step-form form {
    margin: 0
}

.step-form .step-guide {
    text-align: center
}

.step-form .step-guide .error {
    display: none;
    background: #c81223;
    padding: 2px 10px;
    font-size: 14px
}

.step-form .step-indicators .reset,.step-form .step-indicators .compare {
    display: none
}

.step-form .step-indicators ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 20px;
    padding: 0;
    list-style: none;
    clear: both
}

.step-form .step-indicators li {
    position: relative;
    float: left
}

.rtl .step-form .step-indicators li {
    float: right
}

.step-form .step-indicators li:first-child:before {
    display: none
}

.step-form .step-indicators li:before {
    content: '';
    display: inline-block;
    background-color: #000;
    height: 1px;
    margin: 0;
    vertical-align: middle
}

@media (max-width: 1023px) {
    .step-form .step-indicators li:before {
        width:90px
    }
}

@media (min-width: 1024px) {
    .step-form .step-indicators li:before {
        width:231px
    }
}

.step-form .step-indicators li a {
    position: relative;
    right: 1px;
    background-color: #000;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width: 1441px) {
    .step-form .step-indicators li a {
        margin:0 5px
    }
}

@media (min-width: 1442px) {
    .step-form .step-indicators li a {
        margin:0 7px
    }
}

.step-form .step-indicators li:first-child a {
    margin-left: 0
}

.step-form .step-indicators li:first-child.active a {
    top: -12px;
    right: 0
}

.step-form .step-indicators li:last-child a {
    margin-right: 0
}

.step-form .step-indicators li:last-child.active a {
    top: -2px;
    right: -26px
}

.step-form .step-indicators li.active a {
    position: absolute;
    top: -2px;
    right: -13px;
    background-color: #D58019;
    width: 26px;
    height: 26px;
    border: 6px solid #fff;
    box-shadow: 0 0 6px 0 #A9B7BD;
    margin: 0 0 0 -18px;
    z-index: 1
}

.step-form .step-indicators li.active ~ li::before {
    position: relative
}

.step-form .h3 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 300
}

@media (max-width: 599px) {
    .step-form .h3 {
        width:85%;
        margin: 4px 0 14px 0;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step-form .h3 {
        width:85%;
        margin: 4px 0 14px 0;
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .h3 {
        margin:0 0 12px 0;
        font-size: 36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .step-form .h3 {
        margin:0 0 11px 0;
        font-size: 40px;
        line-height: 48px
    }
}

.step-form .h3 small {
    display: block;
    color: #fff;
    font-style: italic
}

.step-form .question .h4 {
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (max-width: 599px) {
    .step-form .question .h4 {
        width:85%;
        margin: 40px 0 17px 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step-form .question .h4 {
        width:85%;
        margin: 40px 0 17px 0;
        font-size: 20px;
        line-height: 26px;
        font-weight: 300
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .question .h4 {
        margin:42px 0 13px 0;
        font-size: 26px;
        line-height: 38px;
        font-weight: 400
    }
}

@media (min-width: 1442px) {
    .step-form .question .h4 {
        margin:40px 0 11px 0;
        font-size: 30px;
        line-height: 42px;
        font-weight: 400
    }
}

.step-form .step-responses {
    padding: 0;
    margin-bottom: 67px
}

@media (max-width: 599px) {
    .step-form .step-responses {
        margin-bottom:25px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step-form .step-responses {
        margin-bottom:30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .step-responses {
        margin-bottom:54px
    }
}

.step-form .step-responses.no-pdg {
    padding: 0;
    margin-top: 40px
}

.step-form .step-responses ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

@media (max-width: 1023px) {
    .step-form .step-responses ul {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

@media (min-width: 1024px) {
    .step-form .step-responses ul {
        -ms-flex-direction:row;
        flex-direction: row
    }
}

@media (max-width: 1023px) {
    .step-form .step-responses ul li {
        margin:0 auto 5px auto
    }
}

@media (max-width: 1023px) {
    .step-form .step-responses ul li:last-child {
        margin:0 auto
    }
}

.step-form .step-responses .col-md-3 .response,.step-form .step-responses .col-md-4 .response,.step-form .step-responses .col-md-6 .response,.step-form .step-responses .col-md-12 .response {
    width: auto;
    height: auto
}

.step-form .step-responses .col-md-3 label,.step-form .step-responses .col-md-4 label,.step-form .step-responses .col-md-6 label,.step-form .step-responses .col-md-12 label {
    background: transparent;
    width: 100%
}

@media (max-width: 599px) {
    .step-form .step-responses .col-xs-8 {
        width:57%
    }
}

.step-form .step-responses label {
    padding: 0;
    opacity: 1;
    text-align: center
}

.step-form .step-responses label .response-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .step-responses label .response-img {
        max-height:168px
    }
}

@media (min-width: 1442px) {
    .step-form .step-responses label .response-img {
        max-height:236px
    }
}

.step-form .step-responses label img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 1023px) {
    .step-form .step-responses label img {
        display:none
    }
}

.step-form .step-responses label img.checked {
    opacity: 1 !important;
    border: 5px solid #D58019
}

.step-form .step-responses label .number {
    font-size: 28px
}

.step-form .step-responses label .number:before,.step-form .step-responses label .number:after {
    content: '─';
    display: inline-block;
    margin: 0 3px;
    font-size: 10px;
    vertical-align: middle
}

.step-form .step-responses .response {
    position: relative;
    margin: 0 auto
}

.step-form .step-responses .response label {
    position: relative;
    margin: 0;
    z-index: 10;
    cursor: pointer
}

@media (max-width: 1023px) {
    .step-form .step-responses .response label {
        background-color:#C9D2D6;
        left: 0;
        top: 0;
        right: 0;
        padding: 19px 0;
        -khtml-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.step-form .step-responses .response label span {
    display: block;
    margin: 0;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 300;
    color: #333
}

@media (max-width: 599px) {
    .step-form .step-responses .response label span {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step-form .step-responses .response label span {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .step-responses .response label span {
        margin-top:13px;
        font-size: 26px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .step-form .step-responses .response label span {
        margin-top:13px;
        font-size: 30px;
        line-height: 42px
    }
}

@media (max-width: 1023px) {
    .step-form .step-responses .response input[type="radio"]:checked+label,.step-form .step-responses .response input[type="checkbox"]:checked+label {
        background-color:#D58019
    }
}

.step-form .step-navigation {
    text-align: center;
    overflow: hidden
}

.step-form .step-navigation .step-buttons {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto
}

@media (max-width: 599px) {
    .step-form .step-navigation .step-buttons {
        bottom:-31px;
        width: 57%
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step-form .step-navigation .step-buttons {
        bottom:-31px;
        width: 56.33%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .step-navigation .step-buttons {
        bottom:-36px
    }
}

@media (min-width: 1442px) {
    .step-form .step-navigation .step-buttons {
        bottom:-41.5px
    }
}

.step-form .step-navigation .step-buttons a {
    display: block;
    margin: 0 auto
}

@media (min-width: 600px) and (max-width: 1023px) {
    .step-form .step-navigation .step-buttons a {
        width:100%
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .step-form .step-navigation .step-buttons a {
        width:298px
    }
}

@media (min-width: 1442px) {
    .step-form .step-navigation .step-buttons a {
        width:324px
    }
}

.step-form-results .step-form {
    width: 768px;
    margin: 0 auto;
    padding-top: 30px
}

.step-form-results .step-form .step-guide .h3 {
    margin-bottom: 0
}

.step-form-results .step-form .step-guide .question {
    margin-bottom: 40px
}

.step-form-results .step-form .reset,.step-form-results .step-form .compare {
    position: absolute;
    top: 15px
}

.step-form-results .step-form .reset a,.step-form-results .step-form .compare a {
    color: #fff;
    font-size: 16px
}

.step-form-results .step-form .reset a i,.step-form-results .step-form .compare a i {
    display: inline-block;
    vertical-align: middle
}

.step-form-results .step-form .reset a:hover,.step-form-results .step-form .compare a:hover {
    color: #032759;
    text-decoration: none
}

.step-form-results .step-form .reset i {
    margin-right: 5px
}

.step-form-results .step-form .compare {
    right: 0
}

.step-form-results .step-form .compare i {
    margin-left: 5px
}

.step-form-results .step-form .step-indicators {
    position: relative
}

.step-form-results .step-form .step-indicators .reset,.step-form-results .step-form .step-indicators .compare {
    display: block
}

.step-form-results .step-form .step-indicators ul {
    display: none
}

.step-form-results .list-product .range .list-content .item .name {
    color: #032759
}

.documentation,section.notice {
    text-align: center;
    background: #F1F2F3
}

.documentation .seconde-title,section.notice .seconde-title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    padding: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .documentation .seconde-title,section.notice .seconde-title {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .documentation .seconde-title,section.notice .seconde-title {
        font-size:36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .documentation .seconde-title,section.notice .seconde-title {
        font-size:40px;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    .documentation .seconde-title,section.notice .seconde-title {
        margin:40px 0
    }
}

@media (max-width: 1023px) {
    .documentation .seconde-title,section.notice .seconde-title {
        margin:20px 0
    }
}

.documentation .lang-label,section.notice .lang-label {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .documentation .lang-label,section.notice .lang-label {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .documentation .lang-label,section.notice .lang-label {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .documentation .lang-label,section.notice .lang-label {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .documentation .lang-label,section.notice .lang-label {
        margin-bottom:35px
    }
}

@media (max-width: 1023px) {
    .documentation .lang-label,section.notice .lang-label {
        margin-bottom:25px
    }
}

.documentation .swiper-pagination-bullet,section.notice .swiper-pagination-bullet {
    background: #888
}

.documentation .swiper-pagination-bullet-active,section.notice .swiper-pagination-bullet-active {
    background: #212121
}

.documentation a,section.notice a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s
}

.documentation a:hover,section.notice a:hover {
    color: #f38230
}

.documentation a:hover .border,section.notice a:hover .border {
    border-color: #f38230
}

.documentation a:focus,section.notice a:focus {
    color: #fff
}

.documentation a:focus .border,section.notice a:focus .border {
    border-color: #fff
}

@media (min-width: 1024px) {
    .documentation .ifu-carousel,section.notice .ifu-carousel {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .documentation .ifu-carousel,section.notice .ifu-carousel {
        margin-bottom:40px
    }
}

@media (min-width: 1024px) {
    .documentation .ifu-carousel .content-notices,section.notice .ifu-carousel .content-notices {
        margin-bottom:30px
    }
}

@media (max-width: 1023px) {
    .documentation .ifu-carousel .content-notices,section.notice .ifu-carousel .content-notices {
        margin-bottom:20px
    }
}

.documentation .ifu-carousel .carousel-buttons .btn-control-carousel.left,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.left {
    left: 0;
    width: 71px;
    height: 100%;
    background: #F1F2F3;
    z-index: 3
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .documentation .ifu-carousel .carousel-buttons .btn-control-carousel.left,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.left {
        width:51px
    }
}

.documentation .ifu-carousel .carousel-buttons .btn-control-carousel.left .btn-carousel.swiper-button-prev,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.left .btn-carousel.swiper-button-prev {
    top: 38%;
    transform: translateY(-50%)
}

@media (min-width: 600px) and (max-width: 1023px) {
    .documentation .ifu-carousel .carousel-buttons .btn-control-carousel.left .btn-carousel.swiper-button-prev,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.left .btn-carousel.swiper-button-prev {
        left:70px
    }
}

.documentation .ifu-carousel .carousel-buttons .btn-control-carousel.right,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.right {
    right: 0;
    width: 71px;
    height: 100%;
    background: #F1F2F3;
    z-index: 3
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .documentation .ifu-carousel .carousel-buttons .btn-control-carousel.right,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.right {
        width:51px
    }
}

.documentation .ifu-carousel .carousel-buttons .btn-control-carousel.right .btn-carousel.swiper-button-next,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.right .btn-carousel.swiper-button-next {
    top: 38%;
    transform: translateY(-50%)
}

@media (min-width: 600px) and (max-width: 1023px) {
    .documentation .ifu-carousel .carousel-buttons .btn-control-carousel.right .btn-carousel.swiper-button-next,section.notice .ifu-carousel .carousel-buttons .btn-control-carousel.right .btn-carousel.swiper-button-next {
        right:70px
    }
}

.documentation .ifu-carousel .swiper-button-lock,section.notice .ifu-carousel .swiper-button-lock {
    display: none !important
}

.documentation .list-doc,section.notice .list-doc {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) {
    .documentation .list-doc,section.notice .list-doc {
        margin-bottom:30px
    }
}

@media (max-width: 1023px) {
    .documentation .list-doc,section.notice .list-doc {
        margin-bottom:20px
    }
}

.documentation .item .visual,section.notice .item .visual {
    position: relative;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    transition: all 0.3s;
    margin-bottom: 12px
}

.documentation .item .visual img,section.notice .item .visual img {
    width: 33px;
    height: 44px;
    top: 50%;
    left: 50%;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.documentation .item .caption,section.notice .item .caption {
    margin: 0 auto
}

@media (max-width: 599px) {
    .documentation .item .caption,section.notice .item .caption {
        max-width:75%;
        word-wrap: break-word
    }
}

.documentation .item .caption p,section.notice .item .caption p {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .documentation .item .caption p,section.notice .item .caption p {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .documentation .item .caption p,section.notice .item .caption p {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .documentation .item .caption p,section.notice .item .caption p {
        font-size:20px;
        line-height: 26px
    }
}

.documentation .item img,section.notice .item img {
    height: auto
}

@media (min-width: 1024px) {
    .documentation .filter,section.notice .filter {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .documentation .filter,section.notice .filter {
        margin-bottom:40px
    }
}

.documentation .filter .sort,section.notice .filter .sort {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    z-index: 0
}

.documentation .filter .sort:after,section.notice .filter .sort:after {
    content: '\e900';
    font-family: wmf-icons;
    height: 15px;
    width: 8px;
    display: block;
    position: absolute;
    right: 5px;
    transform: rotate(90deg);
    z-index: 9;
    cursor: pointer
}

@media (max-width: 1023px) {
    .documentation .filter .sort:after,section.notice .filter .sort:after {
        top:12px;
        margin-left: 16px;
        margin-right: 11px
    }
}

@media (min-width: 1024px) {
    .documentation .filter .sort:after,section.notice .filter .sort:after {
        top:19px;
        margin-left: 23px;
        margin-right: 19px
    }
}

.documentation .filter .sort select::-ms-expand,section.notice .filter .sort select::-ms-expand {
    display: none
}

.documentation .filter .sort select,section.notice .filter .sort select {
    border: 1px solid #999999;
    background-color: #FFFFFF;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

@media (min-width: 600px) and (max-width: 1023px) {
    .documentation .filter .sort select,section.notice .filter .sort select {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .documentation .filter .sort select,section.notice .filter .sort select {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .documentation .filter .sort select,section.notice .filter .sort select {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1441px) {
    .documentation .filter .sort select,section.notice .filter .sort select {
        width:255px;
        height: 35px;
        padding-left: 20px
    }
}

@media (min-width: 1024px) {
    .documentation .filter .sort select,section.notice .filter .sort select {
        height:50px;
        width: 310px;
        padding-left: 20px
    }
}

.documentation .filter .sort select:focus,section.notice .filter .sort select:focus {
    outline: none
}

@media (min-width: 1024px) {
    .boutique-accessoire {
        margin-bottom:50px;
        margin-top: 20px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire {
        margin-bottom:30px
    }
}

.boutique-accessoire .master-ban-head .header-banner .caption {
    margin: 0
}

.boutique-accessoire .master-ban-head .header-banner .caption .title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire .master-ban-head .header-banner .caption .title {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire .master-ban-head .header-banner .caption .title {
        font-size:36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire .master-ban-head .header-banner .caption .title {
        font-size:40px;
        line-height: 48px
    }
}

.boutique-accessoire .carousel-control {
    display: none
}

.boutique-accessoire .display-filters {
    padding: 30px 0 12px
}

.boutique-accessoire.section-search {
    margin-top: 0
}

.boutique-accessoire.section-search .content-search-title {
    text-align: center;
    background: #fff
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .content-search-title {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.boutique-accessoire.section-search .content-search-title .content-search-txt {
    line-height: 22px;
    padding-bottom: 10px
}

.boutique-accessoire.section-search .search {
    background: #fff;
    text-align: center;
    padding: 0;
    height: 100%
}

.boutique-accessoire.section-search .search form {
    margin: 0
}

.boutique-accessoire.section-search .search .input-append {
    display: block;
    position: relative;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .search .input-append {
        margin-bottom:31px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search .input-append {
        margin-bottom:20px
    }
}

.boutique-accessoire.section-search .search input[type=text] {
    width: 100%;
    background-color: #F1F2F3;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eaeeef;
    padding-right: 55px;
    box-shadow: none
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .search input[type=text] {
        height:80px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search input[type=text] {
        height:50px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .search input[type=text] {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .search input[type=text] {
        font-size:20px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .search input[type=text] {
        font-size:30px;
        line-height: 42px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .search input[type=text] {
        padding-left:30px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search input[type=text] {
        padding-left:18px
    }
}

.rtl .boutique-accessoire.section-search .search input[type=text] {
    padding-left: 55px
}

.boutique-accessoire.section-search .search button[type=submit] {
    position: absolute;
    top: 0;
    font-size: 0;
    padding: 0;
    background: url("../img/icon/icon-search2.png") no-repeat 0 0 transparent;
    z-index: 9;
    opacity: 1
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .search button[type=submit] {
        right:21.29px;
        height: 33.65px;
        width: 33.69px;
        margin-top: 22.34px;
        margin-bottom: 24.01px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search button[type=submit] {
        right:16.11px;
        height: 28.85px;
        width: 28.88px;
        margin-top: 10.29px;
        margin-bottom: 10.86px
    }
}

.boutique-accessoire.section-search .search button[type=submit]:hover {
    opacity: 0.5
}

.boutique-accessoire.section-search .search button[type=submit] .icon-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .search button[type=submit] .icon-search {
        font-size:33.65px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search button[type=submit] .icon-search {
        font-size:28.85px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .search .popup-rating-plates {
        margin-bottom:60px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search .popup-rating-plates {
        margin-bottom:60px
    }
}

.boutique-accessoire.section-search .search .popup-rating-plates a {
    position: relative;
    display: inline-block;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .search .popup-rating-plates a {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .search .popup-rating-plates a {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .search .popup-rating-plates a {
        font-size:20px;
        line-height: 28px
    }
}

.boutique-accessoire.section-search .search .popup-rating-plates a:hover {
    color: #333;
    text-decoration: underline
}

.boutique-accessoire.section-search .search .popup-rating-plates a .icon-chevron-right {
    position: absolute;
    font-size: 9px;
    color: #333;
    top: 10px
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .search .popup-rating-plates a .icon-chevron-right {
        top:7px
    }
}

.boutique-accessoire.section-search .search .popup-rating-plates a small {
    margin-left: 9px
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories {
        position:relative;
        top: -8px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste {
    display: table-cell;
    vertical-align: top
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .item {
        margin-left:-10px;
        margin-right: -10px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .item {
        margin-left:-7px;
        margin-right: -7px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-heading.title-categorie {
    margin: 0;
    padding: 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-heading.title-categorie h3 {
    background: none;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-heading.title-categorie h3 {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-heading.title-categorie h3 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-heading.title-categorie h3 {
        font-size:26px;
        line-height: 32px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste #accordionFiltersFaq>.accordion-group {
    border: 0;
    padding: 0;
    margin: 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner {
    border: 0;
    padding: 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group {
    background: #fff;
    margin: 0 0 2px;
    border-radius: 0;
    border: 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #333;
    background-color: #DBDFE0;
    text-decoration: none;
    position: relative
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        padding-left:20px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        padding-left:22px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a {
        font-size:20px;
        line-height: 26px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group a:hover {
    text-decoration: none
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading {
    height: 55px;
    position: relative
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading a:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-family: wmf-icons;
    font-size: 15px;
    right: 20px;
    content: "\e900";
    transform: rotate(90deg);
    speak: none;
    text-transform: none;
    color: #333;
    -webkit-font-smoothing: antialiased
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active a:before {
    content: "\e900";
    transform: rotate(-90deg)
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
    color: #333
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-size:18px;
        line-height: 24px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.active .accordion-toggle {
        font-size:20px;
        line-height: 26px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .accordion-group .accordion-heading.one-active .accordion-toggle:after {
    display: none
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block {
    padding: 0;
    margin-bottom: 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li {
    list-style: none;
    padding: 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li a {
    color: #888;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    line-height: 26px;
    background: #F1F2F3;
    border: 0;
    display: block;
    text-transform: none;
    padding-left: 50px;
    padding-bottom: 25px;
    margin-top: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li a {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li a {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li a {
        font-size:20px;
        line-height: 26px
    }
}

.rtl .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li a {
    padding-right: 20px;
    padding: 15px 40px 15px 15px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li.active a {
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    line-height: 26px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li.active a {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li.active a {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li.active a {
        font-size:20px;
        line-height: 26px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li:first-child a {
    padding-top: 15px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion-inner .facetValues ul.facet_block li:last-child a {
    padding-bottom: 20px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere {
    display: table-cell;
    vertical-align: top
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere {
        margin-top:52px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere {
        margin-top:48px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .faq-banner .caption {
    margin-right: 285px
}

.rtl .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .faq-banner .caption {
    margin-right: 0px;
    margin-left: 285px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item {
    border: 0;
    min-height: 183px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.rtl .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item {
    float: right;
    padding: 0 25px 0 0;
    margin-bottom: 25px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item>div>a {
    height: 100%;
    width: 100%;
    display: block
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item a,.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item a:hover {
    text-decoration: none
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item .border {
    height: auto;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    position: relative
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item .border img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item h3 {
    position: absolute;
    bottom: 0;
    background-color: #666;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #F1F2F3;
    margin: 0;
    height: 55px;
    display: block;
    width: 100%
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item h3 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item h3 {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item h3 {
        font-size:20px;
        line-height: 26px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-list .item h3 span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.rtl .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list {
    padding: 0 25px 0 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .range {
    overflow: hidden;
    margin-bottom: 20px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .lame-filter-list {
    margin: 0 0 1px 0;
    padding: 15px 15px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .lame-filter-list h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item {
    border: 0;
    min-height: 183px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.rtl .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item {
    margin: -1px 0 0 -1px;
    float: right
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item .border {
    height: auto;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item .border .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -27px 0 0 -27px
}

.rtl .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item .border .play {
    right: 50%;
    left: auto;
    margin: -27px -27px 0 0
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item .border img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item a {
    height: 100%;
    width: 100%;
    display: block
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item a:hover {
    text-decoration: none
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item a:hover::after {
    opacity: 0.2
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item .ifu-product-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F1F2F3;
    height: 67px;
    overflow: hidden
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h3 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    color: #000;
    margin: 0;
    display: table;
    width: 100%
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h3 {
        font-size:22px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h3 {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h3 {
        font-size:20px;
        line-height: 26px
    }
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h3 span {
    padding: 7px 5px;
    display: table-cell;
    vertical-align: middle
}

.boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h6 {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0;
    text-align: center;
    font-weight: normal
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h6 {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h6 {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item h6 {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item:nth-child(3n+3) {
        padding-left:0
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item:nth-child(3n+1) {
        padding-right:0
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item:nth-child(3n+2) {
        padding-left:5px;
        padding-right: 5px
    }
}

.boutique-accessoire.section-petits-plaisirs {
    background: #fff;
    padding: 73px 0 0
}

.boutique-accessoire .carousel {
    margin: 0
}

@media screen and (max-width: 1023px) {
    .boutique-accessoire.section-search {
        padding:0
    }

    .boutique-accessoire.section-search .content-search-title .seconde-title {
        margin: 0
    }

    .boutique-accessoire.section-search .bloc-categories {
        display: block
    }

    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste {
        margin-bottom:30px
    }
}

@media screen and (max-width: 1023px) {
    .boutique-accessoire.section-search .bloc-categories .bloc-categories-liste .accordion {
        margin:0
    }

    .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere {
        display: none
    }

    .boutique-accessoire.section-search .bloc-categories .product-list-topics-limit,.boutique-accessoire.section-search .bloc-categories .faq-banner {
        display: none
    }

    .boutique-accessoire.section-search:after {
        display: none
    }

    .boutique-accessoire.boutique-accessoire .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-heading.title-categorie {
        display: block
    }

    .boutique-accessoire.boutique-accessoire .bloc-categories .bloc-categories-liste #accordionFiltersFaq .accordion-body {
        height: auto
    }

    .boutique-accessoire.section-petits-plaisirs {
        background: #eaeeef;
        padding: 40px 0 0 0
    }

    .boutique-accessoire.section-petits-plaisirs .external-site {
        display: none
    }

    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .pull-right {
        width: 100%;
        float: none
    }

    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .faq-sort {
        width: 100%;
        font-family: "WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #333
    }
}

@media screen and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .faq-sort {
        font-size:18px;
        line-height: 24px
    }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .faq-sort {
        font-size:20px;
        line-height: 26px
    }
}

@media screen and (max-width: 1023px) and (min-width: 1442px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .faq-sort {
        font-size:24px;
        line-height: 30px
    }
}

@media screen and (max-width: 1023px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        font-weight: 500;
        color: #333;
        padding-top: 0
    }
}

@media screen and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-size:16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-size:18px;
        line-height: 26px
    }
}

@media screen and (max-width: 1023px) and (min-width: 1442px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-size:20px;
        line-height: 28px
    }
}

@media screen and (max-width: 1023px) {
    .page-AccessoryListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere {
        display:block;
        width: 100%;
        padding: 0 15px
    }

    .page-AccessoryListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .form-horizontal .control-label {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .page-AccessoryListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .form-horizontal .controls {
        margin: 0;
        width: 100%
    }

    .page-AccessoryListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .product-sous-cat-list .item {
        display: block;
        width: 100%;
        margin: -1px 0 0 0;
        float: none
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .span12 .form-horizontal .control-label {
        float: none;
        width: 100%;
        display: block;
        text-align: center
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .span12 .form-horizontal .controls {
        margin: 0;
        width: 100%
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .span12 .pull-right {
        width: 100%;
        float: none
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere {
        display: block
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .display-filters .pull-right {
        width: 100%;
        float: none
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .form-horizontal .control-label {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .template-pages-css-cssCategoriesListPage .boutique-accessoire.section-search .bloc-categories .bloc-categories-banniere .form-horizontal .controls {
        margin: 0;
        width: 100%
    }

    .external-site {
        display: none
    }
}

#ModalIfu .modal-header,#ModalProdRef .modal-header {
    display: none
}

#ModalIfu .modal-body,#ModalProdRef .modal-body {
    padding-top: 65px;
    text-align: left
}

@media (min-width: 1442px) {
    #ModalIfu .modal-body,#ModalProdRef .modal-body {
        padding-left:110px;
        padding-right: 110px;
        padding-bottom: 70px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalIfu .modal-body,#ModalProdRef .modal-body {
        padding-left:78px;
        padding-right: 78px;
        padding-bottom: 70px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalIfu .modal-body,#ModalProdRef .modal-body {
        padding-left:7.1875%;
        padding-right: 7.1875%;
        padding-bottom: 50px
    }
}

@media (max-width: 599px) {
    #ModalIfu .modal-body,#ModalProdRef .modal-body {
        padding-left:7.1875%;
        padding-right: 7.1875%;
        padding-bottom: 50px
    }
}

#ModalIfu h3,#ModalProdRef h3 {
    margin: 0;
    color: #333;
    font-weight: 500 !important;
    text-transform: none
}

@media (min-width: 1024px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 30px
    }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-size:30px;
        line-height: 36px
    }
}

@media (max-width: 1023px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 19px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-size:30px;
        line-height: 36px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-size:36px;
        line-height: 44px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    #ModalIfu h3,#ModalProdRef h3 {
        font-size:40px;
        line-height: 48px
    }
}

#ModalIfu p,#ModalProdRef p {
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalIfu p,#ModalProdRef p {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalIfu p,#ModalProdRef p {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1442px) {
    #ModalIfu p,#ModalProdRef p {
        font-size:30px;
        line-height: 36px
    }
}

@media (max-width: 1023px) {
    #ModalIfu p,#ModalProdRef p {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalIfu p,#ModalProdRef p {
        font-size:22px;
        line-height: 28px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalIfu p,#ModalProdRef p {
        font-size:24px;
        line-height: 30px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    #ModalIfu p,#ModalProdRef p {
        font-size:26px;
        line-height: 32px
    }
}

#ModalIfu p img,#ModalProdRef p img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

@media (max-width: 1023px) {
    #ModalIfu p img,#ModalProdRef p img {
        max-height:102px
    }
}

@media (min-width: 1024px) {
    #ModalIfu p img,#ModalProdRef p img {
        max-height:287px
    }
}

.boutique-accessoire.section-search .display-filters {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .display-filters {
        margin-bottom:30px
    }
}

.boutique-accessoire.section-search .display-filters .select-style:before {
    content: '\e900';
    font-family: wmf-icons;
    height: 8px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 9;
    cursor: pointer
}

.boutique-accessoire.section-search .display-filters #faq-sort {
    width: 100%;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding-left: 20px;
    border: 1px solid #999;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .display-filters #faq-sort {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .display-filters #faq-sort {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .display-filters #faq-sort {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .display-filters #faq-sort {
        height:50px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .display-filters #faq-sort {
        height:35px
    }
}

.boutique-accessoire.section-search .display-filters #faq-sort:focus {
    outline: none
}

.boutique-accessoire.section-search .display-filters #faq-sort::-ms-expand {
    display: none
}

.boutique-accessoire.section-search .display-filters .control-label-sort {
    text-align: right;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    padding-top: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .boutique-accessoire.section-search .display-filters .control-label-sort {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .boutique-accessoire.section-search .display-filters .control-label-sort {
        line-height:50px
    }
}

@media (max-width: 1023px) {
    .boutique-accessoire.section-search .display-filters .control-label-sort {
        margin-bottom:15px
    }
}

.ModalIfu .ifu-layer-img-wrapper {
    padding-top: 33.333%;
    position: relative;
    height: auto
}

@media (max-width: 1023px) {
    .ModalIfu .ifu-layer-img-wrapper {
        width:100%;
        margin-bottom: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .ModalIfu .ifu-layer-img-wrapper {
        width:610px;
        margin-bottom: 20px
    }
}

@media (min-width: 1442px) {
    .ModalIfu .ifu-layer-img-wrapper {
        width:860px;
        margin-bottom: 20px
    }
}

.ModalIfu .ifu-layer-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

footer {
    float: left;
    width: 100%;
    clear: both
}

#footer-top {
    background: #DBDFE0;
    padding-top: 50px;
    padding-bottom: 60px
}

@media (min-width: 1442px) {
    #footer-top {
        padding-left:88px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top {
        padding-left:51px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top {
        padding-left:57px
    }
}

@media (max-width: 599px) {
    #footer-top {
        padding-top:40px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1442px) {
    #footer-top .follow-us {
        padding:0;
        margin-top: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top .follow-us {
        padding:0;
        margin-top: 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top .follow-us {
        padding:0
    }
}

@media (max-width: 599px) {
    #footer-top .follow-us {
        float:none
    }
}

@media (min-width: 1442px) {
    #footer-top .follow-us .follow-us-title {
        margin-top:0;
        margin-bottom: 35px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top .follow-us .follow-us-title {
        margin-top:0;
        margin-bottom: 35px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top .follow-us .follow-us-title {
        margin-top:0;
        margin-bottom: 36px
    }
}

@media (max-width: 599px) {
    #footer-top .follow-us .follow-us-title {
        margin-top:0;
        margin-bottom: 40px;
        padding: 0 27px
    }
}

#footer-top .follow-us .list-horizontal {
    margin: 0
}

@media (min-width: 1024px) {
    #footer-top .follow-us .list-horizontal {
        text-align:left
    }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
    #footer-top .follow-us .list-horizontal .list-group-item {
        width:60px;
        position: relative
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(1) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(2) .btn-social .icon-media {
        top: 25px;
        left: 27px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(3) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(4) .btn-social .icon-media {
        top: 25px;
        left: 20px
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social {
        width: 60px;
        height: 60px;
        padding: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social .icon-media {
        position: absolute
    }
}

@media screen and (min-width: 1442px) {
    #footer-top .follow-us .list-horizontal .list-group-item {
        width:80px;
        padding: 0;
        position: relative
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(1) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(2) .btn-social .icon-media {
        top: 25px;
        left: 27px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(3) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(4) .btn-social .icon-media {
        top: 25px;
        left: 20px
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social {
        width: 80px;
        height: 80px;
        padding: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social .icon-media {
        position: absolute
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top .follow-us .list-horizontal .list-group-item {
        width:60px;
        margin-right: 5px;
        margin-left: 5px;
        padding: 0;
        position: relative
    }

    #footer-top .follow-us .list-horizontal .list-group-item:first-child {
        margin-left: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item:last-child {
        margin-right: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(1) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(2) .btn-social .icon-media {
        top: 25px;
        left: 27px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(3) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(4) .btn-social .icon-media {
        top: 25px;
        left: 20px
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social {
        width: 60px;
        height: 60px;
        padding: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social .icon-media {
        position: absolute
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top .follow-us .list-horizontal .list-group-item {
        width:80px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0;
        position: relative
    }

    #footer-top .follow-us .list-horizontal .list-group-item:first-child {
        margin-left: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item:last-child {
        margin-right: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(1) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(2) .btn-social .icon-media {
        top: 25px;
        left: 27px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(3) .btn-social .icon-media {
        left: 2px
    }

    #footer-top .follow-us .list-horizontal .list-group-item:nth-child(4) .btn-social .icon-media {
        top: 25px;
        left: 20px
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social {
        width: 80px;
        height: 80px;
        padding: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social .icon-media {
        position: absolute
    }
}

@media (max-width: 599px) {
    #footer-top .follow-us .list-horizontal .list-group-item {
        width:60px;
        margin-right: 5px;
        margin-left: 5px;
        padding: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item:first-child {
        margin-left: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item:last-child {
        margin-right: 0
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social {
        width: 60px;
        height: 60px
    }

    #footer-top .follow-us .list-horizontal .list-group-item .btn-social i {
        font-size: 20px
    }
}

#footer-top #menu-list {
    margin-top: 30px
}

@media screen and (min-width: 1442px) {
    #footer-top #menu-list {
        margin-top:60px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top #menu-list {
        margin-top:60px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top #menu-list {
        margin-top:36px
    }
}

@media (max-width: 599px) {
    #footer-top #menu-list {
        margin-top:26px;
        padding: 0 27px
    }
}

#footer-top #menu-list .panel {
    border: none;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    box-shadow: none
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top #menu-list .list-menu .list-title-wrapper {
        height:64px
    }
}

@media (max-width: 599px) {
    #footer-top #menu-list .list-menu .list-title-wrapper {
        height:62px
    }
}

#footer-top #menu-list .list-menu .list-title-wrapper.collapsed .footer-plus {
    background: #888
}

#footer-top #menu-list .list-menu .list-title-wrapper.collapsed .footer-plus:after {
    display: block
}

@media (max-width: 1023px) {
    #footer-top #menu-list .list-menu .list-title-wrapper.collapsed {
        border-bottom:1px solid #A9B7BD
    }
}

#footer-top #menu-list .list-menu .list-title {
    font-weight: normal
}

@media screen and (min-width: 1442px) {
    #footer-top #menu-list .list-menu .list-title {
        margin-top:0;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top #menu-list .list-menu .list-title {
        margin-top:0;
        margin-bottom: 20px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top #menu-list .list-menu .list-title {
        width:94%;
        float: left;
        margin-top: 17px;
        margin-bottom: 18px
    }
}

@media (max-width: 599px) {
    #footer-top #menu-list .list-menu .list-title {
        width:87%;
        float: left;
        margin-top: 16px;
        margin-bottom: 18px
    }
}

@media screen and (min-width: 1442px) {
    #footer-top #menu-list .list-menu .contact-title {
        margin-bottom:27px
    }
}

#footer-top #menu-list .list-menu .list-group {
    width: 100%
}

@media screen and (min-width: 1442px) {
    #footer-top #menu-list .list-menu .list-group .list-group-item {
        padding-bottom:6px;
        padding-top: 6px
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:first-child {
        padding-top: 0
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child {
        padding-bottom: 0
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child .contact-info {
        padding-top: 5px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top #menu-list .list-menu .list-group .list-group-item {
        padding-bottom:5px;
        padding-top: 5px
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:first-child {
        padding-top: 0
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child {
        padding-bottom: 0
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child .contact-info {
        padding-top: 15px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top #menu-list .list-menu .list-group .list-group-item {
        padding-bottom:10px;
        padding-top: 10px
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:first-child {
        padding-top: 0
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child {
        padding-bottom: 21px
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child .contact-info {
        padding-top: 20px
    }
}

@media (max-width: 599px) {
    #footer-top #menu-list .list-menu .list-group .list-group-item {
        padding-bottom:9px;
        padding-top: 9px
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:first-child {
        padding-top: 0
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child {
        padding-bottom: 21px
    }

    #footer-top #menu-list .list-menu .list-group .list-group-item:last-child .contact-info {
        padding-top: 21px
    }
}

#footer-top #menu-list .list-menu:last-child .list-group-item,#footer-top #menu-list .list-menu:last-child .list-group-item>* {
    color: #333;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #footer-top #menu-list .list-menu:last-child .list-group-item,#footer-top #menu-list .list-menu:last-child .list-group-item>* {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #footer-top #menu-list .list-menu:last-child .list-group-item,#footer-top #menu-list .list-menu:last-child .list-group-item>* {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    #footer-top #menu-list .list-menu:last-child .list-group-item,#footer-top #menu-list .list-menu:last-child .list-group-item>* {
        font-size:18px;
        line-height: 24px
    }
}

#footer-top #menu-list .flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer-top #menu-list .flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

#footer-top .footer-plus-wrapper {
    position: relative;
    float: left;
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin-top: 21px
}

@media (max-width: 599px) {
    #footer-top .footer-plus-wrapper {
        margin-top:19px
    }
}

#footer-top .footer-plus {
    display: block;
    background: #212121;
    width: 21px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#footer-top .footer-plus::after {
    display: none;
    content: "";
    background: #888;
    width: 21px;
    height: 2px;
    transform: rotate(90deg)
}

#footer-bottom {
    margin: 20px auto 40px auto
}

#footer-bottom .nav-pills li:first-child>a {
    padding-left: 0 !important
}

#footer-bottom .nav-pills li:last-child>a {
    padding-right: 0 !important
}

@media screen and (min-width: 1442px) {
    #footer-bottom .nav-pills li {
        padding:0
    }

    #footer-bottom .nav-pills li a {
        padding: 0 30px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1441px) {
    #footer-bottom .nav-pills li a {
        padding:0 20px
    }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
    #footer-bottom .nav-pills li a {
        padding:0 15px
    }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
    #footer-bottom .nav-pills {
        text-align:center
    }

    #footer-bottom .nav-pills li {
        display: inline-block;
        float: none;
        margin-bottom: 14px
    }

    #footer-bottom .nav-pills li a {
        padding: 0 10px
    }
}

#back-top a {
    width: 17px;
    height: 83px;
    float: right;
    position: relative;
    top: -40px;
    right: 20%;
    font-size: 83px;
    color: #000;
    z-index: 100
}

@media (max-width: 599px) {
    #back-top a {
        right:12%;
        z-index: 0
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #back-top a {
        right:15%;
        z-index: 0
    }
}

#back-top a:hover,#back-top a:focus,#back-top a:active {
    color: #000;
    text-decoration: none
}

#back-top a .icon-arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 1023px) {
    .comparison-section {
        margin-bottom:60px !important;
        margin-top: 80px
    }
}

@media (min-width: 1024px) {
    .comparison-section {
        margin-bottom:80px !important;
        margin-top: 100px
    }
}

.comparison-section .h2 {
    color: #333;
    text-align: center;
    margin-top: 0px
}

@media (max-width: 1023px) {
    .comparison-section .h2 {
        margin-bottom:24px
    }
}

@media (min-width: 1024px) {
    .comparison-section .h2 {
        margin-bottom:37px
    }
}

.comparison-section .table tbody * {
    word-break: break-word
}

.is,.not {
    border-radius: 100%;
    height: 14px;
    display: inline-block;
    margin-top: 2px;
    background: url("../../img/ok-nok.png") no-repeat
}

.is {
    width: 18px;
    background-position: left top
}

.rtl .is {
    background-position: right top
}

.not {
    width: 15px;
    background-position: right top
}

.rtl .not {
    background-position: left top
}

.where-to-buy {
    margin-bottom: 80px
}

.where-to-buy .h2 {
    margin-top: 0
}

.desktop .where-to-buy .h2 {
    margin-top: 40px;
    margin-bottom: 60px;
    font-weight: normal;
    line-height: 40px
}

.mobile .where-to-buy .h2,.tablet.portrait .where-to-buy .h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 300
}

.where-to-buy aside {
    max-height: 241px;
    background-color: #F1F2F3;
    padding: 15px 89px 40px 40px;
    margin-right: 45px
}

.tablet .where-to-buy aside {
    padding-right: 20px;
    margin-right: 31px;
    height: auto
}

.mobile .where-to-buy aside,.tablet.portrait .where-to-buy aside {
    max-height: 160px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
    margin-right: 0
}

.mobile .where-to-buy aside h3,.tablet .where-to-buy aside h3 {
    font-weight: 500;
    margin-top: 10px
}

.where-to-buy aside p i {
    font-size: 10px;
    font-weight: bold
}

.where-to-buy aside .stores {
    padding-bottom: 25px
}

.where-to-buy .description h3 {
    margin-top: 30px;
    margin-bottom: 5px
}

.mobile .where-to-buy .description h3,.tablet.portrait .where-to-buy .description h3 {
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px
}

.tablet.landscape .where-to-buy .description h3 {
    margin-top: 25px;
    margin-bottom: 0
}

.where-to-buy .description p:first-of-type {
    padding-bottom: 25px
}

.where-to-buy .description p i {
    font-size: 10px;
    font-weight: bold
}

.mobile .where-to-buy .description p .link {
    width: 100%;
    display: block;
    line-height: 22px;
    font-weight: normal
}

.tablet.portrait .where-to-buy .description p .link {
    width: 100%;
    display: block;
    line-height: 22px
}

.where-to-buy a {
    color: #333;
    font-weight: normal
}

.where-to-buy .distributor-block .distributor-title {
    padding-top: 80px;
    padding-bottom: 70px
}

.mobile .where-to-buy .distributor-block .distributor-title,.tablet.portrait .where-to-buy .distributor-block .distributor-title {
    padding-top: 40px;
    padding-bottom: 30px
}

.where-to-buy .distributor-block .distributor-title h3 {
    font-size: 42px;
    margin: 0
}

.mobile .where-to-buy .distributor-block .distributor-title h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.tablet.portrait .where-to-buy .distributor-block .distributor-title h3 {
    font-size: 20px;
    line-height: 24px
}

.where-to-buy .distributor-block .distributor-title h3 span {
    font-weight: 500
}

.where-to-buy .distributor-block .distributor-list .element .thumbnail {
    margin-bottom: 77px;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0
}

.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail,.tablet.portrait .where-to-buy .distributor-block .distributor-list .element .thumbnail {
    margin-bottom: 10px !important
}

.where-to-buy .distributor-block .distributor-list .element .thumbnail a {
    height: 157px;
    display: block
}

.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a,.tablet.portrait .where-to-buy .distributor-block .distributor-list .element .thumbnail a {
    height: 125px
}

.tablet.portrait .where-to-buy .distributor-block .distributor-list .element .thumbnail a,.mobile.portrait .where-to-buy .distributor-block .distributor-list .element .thumbnail a {
    display: block
}

.where-to-buy .distributor-block .distributor-list .element .thumbnail a img {
    height: 112px
}

.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a img,.tablet.portrait .where-to-buy .distributor-block .distributor-list .element .thumbnail a img {
    height: 85px;
    width: 151px
}

.where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption {
    padding: 0;
    margin-top: 25px
}

.where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption i {
    font-size: 10px
}

.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption span {
    font-weight: normal
}

.mobile .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption,.tablet.portrait .where-to-buy .distributor-block .distributor-list .element .thumbnail a .caption {
    margin-top: 5px
}

.page-ifu-categories-list .arrow-bloc-presentattion,.page-faq-categories-list .arrow-bloc-presentattion,.page-CSSFAQProductPage .arrow-bloc-presentattion,.page-AccessoryListPage .arrow-bloc-presentattion {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ifu-categories-list .arrow-bloc-presentattion,.page-faq-categories-list .arrow-bloc-presentattion,.page-CSSFAQProductPage .arrow-bloc-presentattion,.page-AccessoryListPage .arrow-bloc-presentattion {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ifu-categories-list .arrow-bloc-presentattion,.page-faq-categories-list .arrow-bloc-presentattion,.page-CSSFAQProductPage .arrow-bloc-presentattion,.page-AccessoryListPage .arrow-bloc-presentattion {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ifu-categories-list .arrow-bloc-presentattion,.page-faq-categories-list .arrow-bloc-presentattion,.page-CSSFAQProductPage .arrow-bloc-presentattion,.page-AccessoryListPage .arrow-bloc-presentattion {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .page-ifu-categories-list .arrow-bloc-presentattion,.page-faq-categories-list .arrow-bloc-presentattion,.page-CSSFAQProductPage .arrow-bloc-presentattion,.page-AccessoryListPage .arrow-bloc-presentattion {
        margin-bottom:40px;
        width: 750px;
        text-align: center
    }
}

@media (max-width: 1023px) {
    .page-ifu-categories-list .arrow-bloc-presentattion,.page-faq-categories-list .arrow-bloc-presentattion,.page-CSSFAQProductPage .arrow-bloc-presentattion,.page-AccessoryListPage .arrow-bloc-presentattion {
        margin-bottom:30px
    }
}

.page-ifu-categories-list .product-viewer,.page-faq-categories-list .product-viewer,.page-CSSFAQProductPage .product-viewer,.page-AccessoryListPage .product-viewer {
    height: auto
}

.page-ifu-categories-list .product-viewer .container-fluid,.page-faq-categories-list .product-viewer .container-fluid,.page-CSSFAQProductPage .product-viewer .container-fluid,.page-AccessoryListPage .product-viewer .container-fluid {
    padding: 0;
    display: block
}

@media screen and (max-width: 599px) {
    .page-ifu-categories-list .bloc-categories-liste-show.bloc-categories-banniere,.page-faq-categories-list .bloc-categories-liste-show.bloc-categories-banniere,.page-CSSFAQProductPage .bloc-categories-liste-show.bloc-categories-banniere,.page-AccessoryListPage .bloc-categories-liste-show.bloc-categories-banniere {
        display:block !important
    }
}

@media screen and (max-width: 599px) {
    .page-ifu-categories-list .css-page-list-category,.page-faq-categories-list .css-page-list-category,.page-CSSFAQProductPage .css-page-list-category,.page-AccessoryListPage .css-page-list-category {
        display:block
    }
}

.content-page-back .page-back {
    text-transform: uppercase;
    padding-top: 15px
}

.content-page-back .page-back::before {
    content: "\e601";
    display: table-cell;
    font-family: ico;
    font-size: 9px !important;
    font-weight: bold;
    width: 11px;
    padding-top: 3px
}

.content-page-back .page-back p {
    display: table-cell
}

.content-page-back.mobile {
    display: none
}

.panel-community {
    padding-bottom: 60px;
    padding-top: 77px
}

.panel-community .content-community .seb-banner .visuel,.panel-community .content-community .item-ban .visuel {
    position: absolute;
    height: 100%;
    width: 100%
}

.panel-community .content-community .seb-banner .visuel img,.panel-community .content-community .item-ban .visuel img {
    width: 100%
}

.panel-community .content-community .seb-banner .container-seb-banner .caption,.panel-community .content-community .item-ban .container-seb-banner .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.panel-community .content-community .seb-banner .container-seb-banner .content,.panel-community .content-community .item-ban .container-seb-banner .content {
    background-color: rgba(255,255,255,0.8);
    padding: 8px 16px 8px 15px
}

.panel-community .content-community .item-large-ban .visuel {
    position: absolute;
    height: 100%
}

.panel-community .content-community .item {
    width: 49%;
    float: left;
    height: 260px;
    min-height: 260px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 599px) {
    .panel-community .content-community .item {
        height:190px;
        min-height: 190px
    }
}

.panel-community .content-community .item:nth-child(odd) {
    margin-right: 1%
}

.panel-community .content-community .item:nth-child(even) {
    margin-left: 1%
}

.panel-community .content-community .item.item-ban .caption {
    width: 50%;
    min-width: 274px;
    height: 100%;
    padding: 15px 20px;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 11
}

@media screen and (max-width: 599px) {
    .panel-community .content-community .item.item-ban .caption {
        width:80%;
        top: 50%;
        left: 50%;
        height: 70%
    }
}

.panel-community .content-community .item .caption .title {
    font-style: italic;
    line-height: 30px
}

.panel-community .content-community .item .caption .desc {
    margin-bottom: 5px
}

.panel-community .content-community .item .caption .more a {
    text-decoration: none
}

.panel-community .content-community .item .container-seb-banner .content {
    margin-top: -15px;
    width: 378px;
    padding-top: 16px
}

.panel-community .content-community .item-video {
    width: 49%;
    float: left;
    padding-right: 0;
    margin-left: 1%
}

.panel-community .content-community .item-video .play {
    display: none
}

.page-CSSIFUProductPage #CarouselDetailProductBig,.page-CSSFAQProductPage #CarouselDetailProductBig {
    padding-left: 0;
    padding: 15px
}

.page-CSSIFUProductPage .product-viewer,.page-CSSFAQProductPage .product-viewer {
    height: auto
}

@media screen and (max-width: 599px) {
    .panel-community .content-community .item,.panel-community .content-community .item-video {
        max-width:545px;
        float: none;
        margin: 0 auto 20px;
        width: 100%;
        padding: 0
    }

    .panel-community .content-community .item:nth-child(odd),.panel-community .content-community .item-video:nth-child(odd) {
        margin-right: auto;
        margin-left: auto
    }

    .panel-community .content-community .item:nth-child(even),.panel-community .content-community .item-video:nth-child(even) {
        margin-left: auto;
        margin-right: auto
    }

    .content-page-back {
        padding: 0 15px
    }
}

@media screen and (max-width: 599px) {
    .page-ifu-categories-list .boutique-accessoire.section-search,.page-faq-categories-list .boutique-accessoire.section-search {
        padding-bottom:0
    }

    .panel-community {
        padding: 0
    }

    .panel-community .content-community .item {
        margin: 0
    }

    .panel-community .content-community .item .caption {
        min-width: 350px;
        left: 50%;
        top: 50%;
        bottom: auto;
        height: auto;
        text-align: center
    }

    .panel-community .content-community .item .caption .title {
        margin-bottom: 5px
    }

    .panel-community .content-community .item .caption .desc {
        margin-bottom: 5px
    }

    .panel-community .content-community .item .caption .more a {
        font-style: italic;
        text-decoration: underline
    }

    .panel-community .content-community .item-video {
        display: none
    }

    .page-CSSIFUProductPage .product-detail-top,.page-CSSFAQProductPage .product-detail-top {
        display: none
    }

    .content-page-back {
        display: none
    }

    .content-page-back.mobile {
        display: block;
        margin-bottom: 40px
    }

    .content-page-back.mobile .page-back::before {
        font-size: 11px;
        vertical-align: top;
        line-height: 16px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search {
    background: #fff;
    text-align: center;
    padding: 0;
    height: 100%
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search .seconde-title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .seconde-title {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .seconde-title {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .seconde-title {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .seconde-title {
        float:none;
        margin: auto auto 40px;
        max-width: 750px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .seconde-title {
        margin-bottom:15px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search form {
    position: relative;
    margin: 0
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color: #F1F2F3;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eaeeef;
    padding-right: 55px;
    box-shadow: none
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        margin-bottom:20px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        margin-bottom:17px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        height:80px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        height:50px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        font-size:20px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        font-size:30px;
        line-height: 42px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        padding-left:30px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
        padding-top:7px;
        padding-left: 18px
    }
}

.rtl .page-ReparabilityPage .top-reparability .search-area-reparability .search input[type=text],.rtl .page-ReparabilityPage .top-reparability .search-area-reparability .search .input-reparablity {
    padding-left: 55px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search button[type=submit] {
    position: absolute;
    top: 50%;
    background: none;
    transform: translateY(-50%);
    font-size: 0;
    padding: 0;
    z-index: 9;
    opacity: 1
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search button[type=submit] {
        right:21.29px;
        height: 33.65px;
        width: 33.69px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search button[type=submit] {
        right:12.11px;
        height: 28.85px;
        width: 28.88px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search button[type=submit]:hover {
    opacity: 0.5
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search button[type=submit] .icon-search {
        font-size:33.65px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search button[type=submit] .icon-search {
        font-size:23.85px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates {
        margin-bottom:52px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates {
        margin-bottom:60px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a {
    display: inline-block;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a {
        font-size:20px;
        line-height: 28px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a:hover {
    color: #333;
    text-decoration: underline
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a small {
    margin-left: 9px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .search .popup-rating-plates a small:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-family: wmf-icons;
    font-size: 9px;
    content: "\e900";
    speak: none;
    text-transform: none;
    color: #333;
    -webkit-font-smoothing: antialiased
}

.page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder {
        float:none;
        margin: auto auto 40px;
        max-width: 750px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder {
        margin-bottom:42px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder a {
    font-weight: normal;
    color: #333
}

.page-ReparabilityPage .top-reparability .search-area-reparability .reference-finder a i {
    font-weight: normal;
    position: relative;
    left: -10px;
    font-size: 13px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable {
        font-size:20px;
        line-height: 28px
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable .picto-not-found {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url("../../common/img/picto-not-found.png") no-repeat 0px 3px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable span {
    display: inline-block;
    background: url("../../common/img/picto-not-found.png") no-repeat 0px 3px;
    padding: 0px 0px 0px 16px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .notfound-reparable span p {
    margin: 0px;
    padding: 0 0 0 4px;
    color: red
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1 !important;
    border-radius: 0 0 10px 10px;
    background: #fff url("../../common/img/bg-reparability-mobile.png") no-repeat 98% 100%
}

@media only screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult {
        width:100%;
        margin: 0px auto;
        position: inherit;
        background: none
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability {
    padding: 23px 5px 1px 3px;
    margin: 0
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .result-reparability-top {
    display: table
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .mediaReparability {
    width: 260px;
    height: 260px;
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .mediaReparability {
        display:inline
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability {
    display: table-cell;
    text-align: left;
    padding-right: 15px
}

.rtl .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability {
    text-align: right;
    padding-right: 0px;
    padding-left: 15px
}

@media screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability {
        padding-right:0;
        display: inline
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .product-name {
    font-family: gotham-black;
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
    color: #2a2622;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 33px;
    width: 75%
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .product-name:before {
    content: "";
    width: 50px;
    margin: 0 auto;
    border-bottom: 5px solid #f38230;
    position: absolute;
    bottom: 0;
    left: 0
}

.rtl .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .product-name:before {
    right: 0;
    left: auto
}

@media screen and (max-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .product-name {
        width:100%
    }
}

@media screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .product-name {
        font-size:25px;
        font-size: 2.5rem;
        text-align: center;
        padding: 0 0 25px 0;
        margin: 0 0 18px
    }

    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .product-name:before {
        right: 0
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .refClaim {
    text-align: left;
    color: #666;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    line-height: 22px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .ref {
    font-family: gotham-bold;
    color: #948e88;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: inline;
    float: right;
    top: -70px;
    position: relative
}

.rtl .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .ref {
    float: left
}

@media only screen and (max-width: 1024px) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .detailReparability .ref {
        top:inherit;
        float: none
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .resultsReparability {
    width: 100%;
    padding-top: 10px;
    text-align: left
}

.rtl .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .resultsReparability {
    text-align: right
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .resultsReparability .repareMessage2 {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .resultsReparability .repareNotice {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #A5A5A5;
    font-style: italic
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .resultsReparability .btn {
    margin: 20px auto;
    display: block;
    max-width: 210px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .non-reparable .title {
    background: transparent url("../../common/img/picto-reparability2.png") no-repeat scroll 0px 0px;
    color: red;
    padding-left: 27px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    background-size: 20px auto;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: bold
}

@media screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .non-reparable .title {
        font-size:16px;
        font-size: 1.6rem;
        text-align: left
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .non-reparable .repareMessage1 {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0px;
    line-height: 22px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .reparable .title {
    background: transparent url("../../common/img/picto-reparability.png") no-repeat scroll 0px 0px;
    padding-left: 27px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    min-height: 20px;
    margin-bottom: 10px;
    color: #3c9900;
    line-height: 25px;
    font-weight: bold
}

@media screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .reparable .title {
        font-size:16px;
        font-size: 1.6rem;
        text-align: left
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .reparable .repareMessage1 {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0px;
    line-height: 22px
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .non-reparable .title {
    background: transparent url("../../common/img/picto-reparability.png") no-repeat scroll 0px 0px;
    padding-left: 27px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    min-height: 20px;
    margin-bottom: 10px;
    color: #f38230;
    line-height: 25px;
    font-weight: bold
}

@media screen and (max-width: 100%) {
    .page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .non-reparable .title {
        font-size:16px;
        font-size: 1.6rem;
        text-align: left
    }
}

.page-ReparabilityPage .top-reparability .search-area-reparability .AjaxaReparabilityResult .resultReparability .non-reparable .repareMessage1 {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0px;
    line-height: 22px
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer {
        padding:0
    }
}

#ModalResult.reparability-layer .modal-header {
    display: none
}

#ModalResult.reparability-layer .modal-body {
    padding: 0;
    text-align: left
}

#ModalResult.reparability-layer .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .modal-content {
        padding-top:58px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .modal-content {
        padding-top:48px
    }
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer .modal-content {
        padding-top:35px
    }

    #ModalResult.reparability-layer .modal-content .modal-body {
        padding: 0 27px 25px 27px
    }
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer .modal-content .button-close {
        right:9px
    }
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .ecommerce-layer-product {
        height:365px;
        overflow: hidden;
        text-align: center
    }
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer .ecommerce-layer-product {
        margin-bottom:10px;
        text-align: center
    }
}

#ModalResult.reparability-layer .ecommerce-layer-product img {
    max-width: 100%;
    max-height: 100%
}

#ModalResult.reparability-layer .product-img-wrapper {
    padding: 0
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .product-img-wrapper {
        width:39.53%;
        float: left
    }
}

@media (min-width: 1442px) {
    #ModalResult.reparability-layer .product-img-wrapper {
        margin-left:50px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .product-img-wrapper {
        margin-left:40px
    }
}

#ModalResult.reparability-layer .reparability-msg {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 11px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .reparability-msg {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .reparability-msg {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalResult.reparability-layer .reparability-msg {
        font-size:20px;
        line-height: 28px
    }
}

#ModalResult.reparability-layer .reparability-msg:before,#ModalResult.reparability-layer .reparability-msg:after {
    content: " ";
    display: table
}

#ModalResult.reparability-layer .reparability-msg:after {
    clear: both
}

#ModalResult.reparability-layer .product-detail-wrapper {
    padding: 0
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .product-detail-wrapper {
        float:left;
        width: 42.842%
    }
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .product-detail-wrapper {
        margin-left:80px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .product-detail-wrapper {
        margin-left:60px
    }
}

#ModalResult.reparability-layer .ref {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #999;
    margin-bottom: 4px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .ref {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .ref {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    #ModalResult.reparability-layer .ref {
        font-size:18px;
        line-height: 24px
    }
}

#ModalResult.reparability-layer .reparability-paragraph {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    margin-bottom: 30px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .reparability-paragraph {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .reparability-paragraph {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalResult.reparability-layer .reparability-paragraph {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .reparability-paragraph {
        margin-bottom:20px
    }
}

#ModalResult.reparability-layer .reparability-notice {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 30px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .reparability-notice {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .reparability-notice {
        font-size:16px !important;
        line-height: 22px !important
    }
}

@media (min-width: 1442px) {
    #ModalResult.reparability-layer .reparability-notice {
        font-size:18px;
        line-height: 24px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .reparability-notice {
        margin-bottom:20px
    }
}

#ModalResult.reparability-layer .ecommerce-product-name {
    color: #333;
    font-weight: 500
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-size:24px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-size:26px;
        line-height: 32px
    }
}

@media (min-width: 1024px) and (min-width: 1442px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-size:30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        margin-bottom:30px
    }
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-family:"WMF Rotis","Arial",sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 10px
    }
}

@media (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-size:30px;
        line-height: 36px
    }
}

@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-size:36px;
        line-height: 44px
    }
}

@media (max-width: 1023px) and (min-width: 1442px) {
    #ModalResult.reparability-layer .ecommerce-product-name {
        font-size:40px;
        line-height: 48px
    }
}

#ModalResult.reparability-layer .buy-onLine-reditrect-msg .redirect-msg {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    margin: 0
}

#ModalResult.reparability-layer .buy-onLine-reditrect-msg .redirect-msg i {
    width: 5px;
    font-size: 9px;
    margin-right: 9px
}

@media (min-width: 600px) and (max-width: 1023px) {
    #ModalResult.reparability-layer .buy-onLine-reditrect-msg .redirect-msg {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    #ModalResult.reparability-layer .buy-onLine-reditrect-msg .redirect-msg {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    #ModalResult.reparability-layer .buy-onLine-reditrect-msg .redirect-msg {
        font-size:20px;
        line-height: 28px
    }
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer .buy-onLine-reditrect-msg .redirect-msg {
        margin:auto
    }
}

#ModalResult.reparability-layer .product-detail .product-ref {
    padding: 0
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .product-detail .product-ref {
        left:0
    }
}

@media (max-width: 1023px) {
    #ModalResult.reparability-layer .product-detail .product-ref {
        text-align:center
    }
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .product-retailer {
        left:0;
        padding: 0
    }
}

#ModalResult.reparability-layer .retailers-redirect {
    padding: 0;
    width: 83.33333%
}

@media (min-width: 1024px) {
    #ModalResult.reparability-layer .retailers-redirect {
        left:0;
        text-align: left;
        margin-bottom: 36px
    }
}

.page-ReparabilityPage .search-area-reparability .search {
    background: #fff;
    text-align: center;
    padding: 0;
    height: 100%
}

.page-ReparabilityPage .search-area-reparability .search .seconde-title {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search .seconde-title {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .search-area-reparability .search .seconde-title {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .search-area-reparability .search .seconde-title {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search .seconde-title {
        float:none;
        margin: auto auto 40px;
        max-width: 750px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search .seconde-title {
        margin-bottom:30px
    }
}

.page-ReparabilityPage .search-area-reparability .search form {
    position: relative;
    margin: 0
}

.page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color: #F1F2F3;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eaeeef;
    padding-right: 55px;
    box-shadow: none
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        margin-bottom:31px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        margin-bottom:20px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        height:80px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        height:50px
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        font-size:20px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        font-size:30px;
        line-height: 42px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        padding-left:30px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search input[type=text],.page-ReparabilityPage .search-area-reparability .search .input-reparablity {
        padding-left:18px
    }
}

.rtl .page-ReparabilityPage .search-area-reparability .search input[type=text],.rtl .page-ReparabilityPage .search-area-reparability .search .input-reparablity {
    padding-left: 55px
}

.page-ReparabilityPage .search-area-reparability .search button[type=submit] {
    position: absolute;
    top: 50%;
    background: none;
    transform: translateY(-50%);
    font-size: 0;
    padding: 0;
    z-index: 9;
    opacity: 1
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search button[type=submit] {
        right:21.29px;
        height: 33.65px;
        width: 33.69px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search button[type=submit] {
        right:16.11px;
        height: 28.85px;
        width: 28.88px
    }
}

.page-ReparabilityPage .search-area-reparability .search button[type=submit]:hover {
    opacity: 0.5
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search button[type=submit] .icon-search {
        font-size:33.65px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search button[type=submit] .icon-search {
        font-size:28.85px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .search .popup-rating-plates {
        margin-bottom:52px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search .popup-rating-plates {
        margin-bottom:60px
    }
}

.page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a {
    display: inline-block;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a {
        font-size:20px;
        line-height: 28px
    }
}

.page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a:hover {
    color: #333;
    text-decoration: underline
}

.page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a small {
    margin-left: 9px
}

.page-ReparabilityPage .search-area-reparability .search .popup-rating-plates a small:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    font-family: wmf-icons;
    font-size: 9px;
    content: "\e900";
    speak: none;
    text-transform: none;
    color: #333;
    -webkit-font-smoothing: antialiased
}

.page-ReparabilityPage .search-area-reparability .reference-finder {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .reference-finder {
        font-size:16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-ReparabilityPage .search-area-reparability .reference-finder {
        font-size:18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-ReparabilityPage .search-area-reparability .reference-finder {
        font-size:20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .page-ReparabilityPage .search-area-reparability .reference-finder {
        float:none;
        margin: auto auto 40px;
        max-width: 750px
    }
}

@media (max-width: 1023px) {
    .page-ReparabilityPage .search-area-reparability .reference-finder {
        margin-bottom:30px
    }
}

.page-ReparabilityPage .search-area-reparability .reference-finder a {
    font-weight: normal;
    color: #333
}

.page-ReparabilityPage .search-area-reparability .reference-finder a i {
    font-weight: normal;
    position: relative;
    left: -10px;
    font-size: 13px
}

.page-search .section-search {
    margin-bottom: 0px !important
}

.page-search .Search-NoResult.section-search .ZoneTop {
    background-color: #F6F7F8;
    padding-top: 25px;
    padding-bottom: 40px
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop {
        padding-top:40px;
        padding-bottom: 65px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneTitle h5 {
    margin-top: 0;
    margin-bottom: 40px
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneTitle .search-text {
    display: block;
    margin-top: 5px
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneLeft {
    display: none
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneLeft {
        display:block;
        margin-top: 40px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneLeft .image-container {
    overflow: hidden;
    position: relative;
    padding-top: calc(259/421 * 100%)
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneLeft .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneLeft+.ZoneRight {
        margin-left:3.033%;
        margin-top: 40px;
        text-align: inherit
    }

    .page-search .Search-NoResult.section-search .ZoneTop .ZoneLeft+.ZoneRight form[name="search_form"] {
        margin: 0;
        width: 76.5% !important
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight {
    width: 83.33333333%;
    margin-left: 8.333333333%
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight {
        width:50%;
        margin-left: 25%;
        text-align: center
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p,.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p * {
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p,.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p * {
        font-weight:500;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p,.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p * {
        font-weight:500;
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p,.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p * {
        font-weight:500;
        font-size: 20px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p,.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph p * {
        font-weight:500;
        font-size: 24px;
        line-height: 30px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul {
    margin: 25px 0;
    padding: 0
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul {
        margin:20px 0
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li {
    display: block;
    margin: 5px 0;
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li:before {
    display: inline-block;
    content: '•'
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight .no-result-found-paragraph ul li {
        margin:10px 0
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] {
    position: relative;
    height: 50px;
    width: 100%
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] {
        margin:auto;
        height: 80px;
        width: calc(100% - 110px)
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input {
    font-family: "WMF Rotis","Arial",sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    background: #fff !important;
    font-family: "WMF Rotis", "Arial", sans-serif;
    padding: 13px 18px 15px;
    box-shadow: none;
    margin: 0
}

@media (min-width: 600px) and (max-width: 1023px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input {
        font-size:20px;
        line-height: 26px
    }
}

@media (min-width: 1024px) and (max-width: 1441px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input {
        font-size:20px;
        line-height: 38px
    }
}

@media (min-width: 1442px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input {
        font-size:30px;
        line-height: 42px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input::-webkit-input-placeholder {
    color: #888
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input:-moz-placeholder {
    color: #888
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input::-moz-placeholder {
    color: #888
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input:-ms-input-placeholder {
    color: #888
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input {
        padding:0 30px
    }
}

@media (min-width: 1442px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .input {
        padding:17px 30px 27px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .submit {
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    color: #333;
    position: absolute;
    padding: 0 2px 0 2px;
    right: 11.11px;
    top: 50%
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .submit {
        right:21.29px
    }
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .submit .value {
    display: none
}

.page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .submit .icon-search {
    font-size: 25px
}

@media (min-width: 1024px) {
    .page-search .Search-NoResult.section-search .ZoneTop .ZoneRight form[name="search_form"] .submit .icon-search {
        font-size:30px
    }
}

.page-search .search-result-head .results-count {
    font-family: "WMF Rotis","Arial",sans-serif;
    margin-bottom: 5px;
    text-align: center
}

@media (min-width: 320px) {
    .page-search .search-result-head .results-count {
        font-weight:500;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .page-search .search-result-head .results-count {
        font-weight:500;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .page-search .search-result-head .results-count {
        font-weight:500;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-search .search-result-head .results-count {
        font-weight:500;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1024px) {
    .page-search .search-result-head .results-count {
        text-align:left;
        margin-bottom: 10px
    }
}

.page-search .lame-filter-list,.page-search .lame-filter-list>* {
    font-family: "WMF Rotis","Arial",sans-serif;
    margin: 30px 0 25px;
    text-align: center
}

@media (min-width: 320px) {
    .page-search .lame-filter-list,.page-search .lame-filter-list>* {
        font-weight:500;
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 600px) {
    .page-search .lame-filter-list,.page-search .lame-filter-list>* {
        font-weight:500;
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .page-search .lame-filter-list,.page-search .lame-filter-list>* {
        font-weight:500;
        font-size: 36px;
        line-height: 44px
    }
}

@media (min-width: 1442px) {
    .page-search .lame-filter-list,.page-search .lame-filter-list>* {
        font-weight:500;
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width: 1024px) {
    .page-search .lame-filter-list,.page-search .lame-filter-list>* {
        margin:50px 0 40px;
        text-align: left
    }
}

.page-search .search-list-btn .btn {
    height: 35px;
    border: 1px solid #999999;
    padding: 0 20px 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    margin-top: 40px;
    background: none;
    width: 100%
}

.page-search .search-list-btn .btn:hover,.page-search .search-list-btn .btn:focus,.page-search .search-list-btn .btn:active {
    outline: none
}

@media (min-width: 1024px) {
    .page-search .search-list-btn {
        display:none
    }
}

.page-search .search-product-item-content .item {
    padding: 0 0 40px
}

.page-search .search-product-item-content .item:before,.page-search .search-product-item-content .item:after {
    content: " ";
    display: table
}

.page-search .search-product-item-content .item:after {
    clear: both
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item {
        padding:0 0 50px
    }
}

.page-search .search-product-item-content .item:before {
    background-color: #999;
    display: block;
    height: 1px;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item:before {
        margin-bottom:40px
    }
}

@media (min-width: 320px) {
    .page-search .search-product-item-content .item:before {
        margin-left:1%;
        margin-right: 1%
    }
}

@media (min-width: 600px) {
    .page-search .search-product-item-content .item:before {
        margin-left:1%;
        margin-right: 1%
    }
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item:before {
        margin-left:13px;
        margin-right: -44px
    }
}

@media (min-width: 1442px) {
    .page-search .search-product-item-content .item:before {
        margin-left:16px;
        margin-right: -61px
    }
}

.page-search .search-product-item-content .item .img-container {
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item .img-container {
        width:44.44444444%;
        margin-bottom: 0
    }
}

.page-search .search-product-item-content .item .img-container .thumbnail {
    position: relative;
    padding: 188px 0 0;
    border: none;
    margin: 0
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item .img-container .thumbnail {
        margin-top:17px;
        width: 83.33333333%;
        padding: 51.43333333% 0 0
    }
}

.page-search .search-product-item-content .item .img-container .thumbnail img {
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item .caption {
        width:55.55555555%
    }
}

.page-search .search-product-item-content .item .caption:not(.visible-xs) .ref,.page-search .search-product-item-content .item .caption:not(.visible-xs) .name {
    display: none
}

.page-search .search-product-item-content .item .caption .name {
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item .caption .name {
        display:block !important;
        text-align: left;
        margin-bottom: 25px
    }
}

.page-search .search-product-item-content .item .caption .ref {
    display: block;
    color: #333;
    text-align: center;
    margin-bottom: 30px
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item .caption .ref {
        display:block !important;
        text-align: left;
        color: #999;
        margin-bottom: 15px
    }
}

.page-search .search-product-item-content .item .caption .search-product-short-description,.page-search .search-product-item-content .item .caption .search-product-short-description * {
    font-family: "WMF Rotis","Arial",sans-serif
}

@media (min-width: 320px) {
    .page-search .search-product-item-content .item .caption .search-product-short-description,.page-search .search-product-item-content .item .caption .search-product-short-description * {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 600px) {
    .page-search .search-product-item-content .item .caption .search-product-short-description,.page-search .search-product-item-content .item .caption .search-product-short-description * {
        font-weight:300;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .page-search .search-product-item-content .item .caption .search-product-short-description,.page-search .search-product-item-content .item .caption .search-product-short-description * {
        font-weight:300;
        font-size: 18px;
        line-height: 26px
    }
}

@media (min-width: 1442px) {
    .page-search .search-product-item-content .item .caption .search-product-short-description,.page-search .search-product-item-content .item .caption .search-product-short-description * {
        font-weight:300;
        font-size: 20px;
        line-height: 28px
    }
}

.page-search .search-product-item-content .show-more-button {
    color: #333 !important
}

@media (min-width: 1024px) {
    .page-search .span3.filter {
        margin-right:5.333333%;
        margin-left: -5.333333%
    }
}

.page-search #mobylette .filters-title.txt-21,.page-search #mobylette .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .filters-title.description,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .page-search #mobylette .filters-title.description,.page-search #mobylette .culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description .filters-title,.culinary-desktop-slide.active .culinary-desktop-slide-body .main-content-body .description .page-search #mobylette .filters-title,.page-search #mobylette .core-technology-container .carousel-caption .core-technology-subline p.filters-title,.core-technology-container .carousel-caption .core-technology-subline .page-search #mobylette p.filters-title,.page-search #mobylette .text-combination-link-section .filters-title.text-combination-description,.text-combination-link-section .page-search #mobylette .filters-title.text-combination-description,.page-search #mobylette .text-combination-link-section .text-combination-description>.filters-title,.text-combination-link-section .page-search #mobylette .text-combination-description>.filters-title,.page-search #mobylette .where-to-buy aside h3.filters-title,.where-to-buy aside .page-search #mobylette h3.filters-title {
    padding: 20px 22px
}

@media (max-width: 1023px) {
    .page-search #mobylette .scrollable {
        max-height:calc(100% - 101px);
        overflow: auto
    }
}

.page-search #mobylette .filter-options-group {
    margin-bottom: 2px;
    max-height: none
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group {
        padding:0;
        margin-bottom: 0;
        max-height: none
    }
}

@media (min-width: 1024px) {
    .page-search #mobylette .filter-options-group .filter-option {
        background-color:#F1F2F3
    }
}

.page-search #mobylette .filter-options-group .filter-option .show-all a {
    color: #333 !important;
    font-weight: 500
}

.page-search #mobylette .filter-options-group .filter-option .accordion-toggle {
    padding: 0
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-toggle {
        height:56px;
        border-bottom: 1px solid #DBDFE0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 30px
    }
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-toggle {
        height:55px;
        padding: 0 26px 0 7.5vw;
        color: #333 !important;
        font-weight: normal
    }

    .page-search #mobylette .filter-options-group .filter-option .accordion-toggle span {
        font-weight: normal
    }
}

.page-search #mobylette .filter-options-group .filter-option .accordion-toggle:after {
    font-size: 15px;
    font-family: wmf-icons !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: "\e900";
    -khtml-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-toggle:after {
        margin-left:25px
    }
}

.page-search #mobylette .filter-options-group .filter-option .accordion-toggle.collapsed:after {
    -khtml-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-search #mobylette .filter-options-group .filter-option .accordion-body {
    padding: 0 0 20px 30px;
    background-color: #F1F2F3;
    position: relative;
    z-index: 90
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-body {
        background:white;
        padding: 11px 25px 20px 7.5vw;
        border-bottom: 1px solid #DBDFE0
    }
}

@media (max-width: 599px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-body {
        padding:11px 18px 20px 25px
    }
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox {
        text-align:right;
        margin: 15px 0
    }
}

@media (max-width: 599px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox {
        margin:11px 0
    }
}

.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label {
    font-weight: 300
}

.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label input+span {
    margin-right: 15px
}

@media (min-width: 1024px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label input+span {
        border:none !important
    }
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label input+span {
        margin-right:0;
        margin-left: 15px;
        float: right
    }
}

.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .txt-15,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .list-bullet-medium>li,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .list-check-medium>li,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .link-03,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .ui-menu-item-wrapper,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group a,#footer-top #menu-list .list-menu .list-group .page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label a {
    word-wrap: break-word;
    vertical-align: middle;
    color: #888
}

.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ .txt-15,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .list-bullet-medium>.btn-checkbox:checked ~ li,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .list-check-medium>.btn-checkbox:checked ~ li,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ .link-03,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ .ui-menu-item-wrapper,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group .btn-checkbox:checked ~ a,#footer-top #menu-list .list-menu .list-group .page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked ~ a,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label #footer-top #menu-list .list-menu .list-group .list-group-item .list-group-item .btn-checkbox:checked ~ a {
    color: #212121
}

.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked+span:after,.page-search #mobylette .filter-options-group .filter-option .accordion-body .checkbox label .btn-checkbox:checked+span:before {
    height: 1px;
    width: 22px;
    background-color: black
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group .filter-option.selected .accordion-toggle {
        color:#333 !important
    }
}

@media (min-width: 1024px) {
    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-heading .accordion-toggle {
        color:#333 !important;
        padding: 0 20px 0 22px;
        background-color: #DBDFE0
    }
}

.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-heading.link .accordion-toggle:after {
    visibility: hidden
}

@media (min-width: 1024px) {
    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body {
        padding:0 30px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .show-all {
        padding: 20px 0 17px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-heading .accordion-toggle span {
        margin-top: 11px;
        margin-bottom: 15px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-heading .accordion-toggle.collapsed {
        border-bottom: 1px solid #DBDFE0
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body {
        padding: 0;
        border-bottom: 1px solid #DBDFE0
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .accordion:first-child .accordion-heading {
        margin-top: 14px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .radio,.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .checkbox {
        margin-top: 5px;
        margin-bottom: 22px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body form:last-child .radio,.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body form:last-child .checkbox {
        margin-top: 5px;
        margin-bottom: 0
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option:last-child>.accordion-group>.accordion-heading .accordion-toggle,.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option:last-child>.accordion-group>.accordion-body {
        border-bottom: none
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .accordion-heading a {
        color: #888 !important
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .accordion-heading a span {
        display: block;
        margin-bottom: 16px
    }
}

@media (max-width: 1023px) {
    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body {
        padding:0;
        text-align: right
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .show-all {
        padding: 20px 25px 9px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-heading .accordion-toggle {
        border-bottom: none
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-heading .accordion-toggle span {
        margin-top: 11px;
        margin-bottom: 15px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-heading .accordion-toggle.collapsed {
        border-bottom: 1px solid #DBDFE0
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body {
        padding: 0;
        border-bottom: 1px solid #DBDFE0
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .accordion .accordion-heading {
        padding-right: 25px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .accordion .accordion-body {
        border: none
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .accordion:first-child .accordion-heading {
        margin-top: 5px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .radio,.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .checkbox {
        margin-top: 5px;
        margin-bottom: 22px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body form:last-child .radio,.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body form:last-child .checkbox {
        margin-top: 5px;
        margin-bottom: 0
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option:last-child>.accordion-group>.accordion-heading .accordion-toggle,.page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option:last-child>.accordion-group>.accordion-body {
        border-bottom: none
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .accordion-heading a {
        color: #888 !important
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .accordion-heading a span {
        display: block
    }
}

@media (max-width: 599px) {
    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body .show-all {
        padding:20px 18px 5px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-heading .accordion-toggle span {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .page-search #mobylette .filter-options-group>.filter-option>.accordion-group>.accordion-body>.filter-option>.accordion-group>.accordion-body .accordion .accordion-heading {
        padding-right: 18px
    }
}

.page-search #mobylette #search-list-page--filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 109;
    background: transparent;
    transition: all 360ms ease-out
}

@media (max-width: 1023px) {
    .page-search #mobylette #search-list-page--filters>.filters {
        position:absolute;
        background-color: #f6f7f8;
        z-index: 1000;
        height: 100%;
        width: 323px;
        left: 0;
        max-height: 100%;
        padding: 65px 0 0;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 360ms ease-out
    }
}

@media (max-width: 599px) {
    .page-search #mobylette #search-list-page--filters>.filters {
        width:255px
    }
}

.page-search #mobylette #search-list-page--filters.in {
    display: block;
    background: rgba(0,0,0,0.45)
}

@media (max-width: 1023px) {
    .page-search #mobylette #search-list-page--filters.in>.filters {
        transform:translateX(0);
        transition: all 360ms ease-out
    }
}

@media (min-width: 1024px) {
    .page-search #mobylette #search-list-page--filters {
        display:block;
        position: static
    }
}

.page-search #mobylette #search-list-page--filters-btn,.page-search #mobylette #search-list-page--filters-close {
    display: none
}

@media (min-width: 1024px) {
    .page-search #mobylette .show-results-group,.page-search #mobylette .clean-all-group {
        display:none
    }
}

@media (min-width: 1024px) {
    section.list-cat {
        margin-bottom:145px
    }
}

@media (max-width: 1023px) {
    section.list-cat {
        margin-bottom:59px
    }
}

.page-storefinderPage .store-finder {
    padding-top: 25px;
    margin-bottom: 50px
}

.page-storefinderPage .store-finder .scroll-store {
    padding-top: 20px;
    padding-bottom: 8px;
    padding-right: 10px;
    background: #F1F2F3
}

.mobile .page-storefinderPage .store-finder .scroll-store,.tablet .page-storefinderPage .store-finder .scroll-store {
    padding-bottom: 15px
}

.page-storefinderPage .store-finder .scroll-store .list-store {
    min-height: 470px;
    padding-bottom: 0;
    padding-right: 2px;
    max-height: 378px;
    overflow: auto;
    overflow-x: hidden
}

.mobile .page-storefinderPage .store-finder .scroll-store .list-store {
    max-height: 390px;
    min-height: 330px
}

.tablet.portrait .page-storefinderPage .store-finder .scroll-store .list-store {
    max-height: 265px;
    min-height: 230px
}

.tablet.landscape .page-storefinderPage .store-finder .scroll-store .list-store {
    max-height: 460px;
    min-height: 454px
}

.tablet.landscape .page-storefinderPage .store-finder .scroll-store .list-store a {
    padding-left: 50px
}

.tablet.landscape .page-storefinderPage .store-finder .scroll-store .list-store a .bloc-img {
    left: 5px
}

.page-storefinderPage .store-finder .scroll-store .list-store a h4 {
    padding-right: 75px
}

.tablet .page-storefinderPage .store-finder .scroll-store .list-store a h4 {
    padding-right: 10px
}

.mobile .page-storefinderPage .store-finder .scroll-store .list-store a h4 {
    font-weight: 500
}

.desktop .page-storefinderPage .store-finder .scroll-store .list-store a p {
    padding-right: 70px
}

.mobile .page-storefinderPage .store-finder .scroll-store .list-store a p {
    padding-right: 40px
}

.page-storefinderPage .store-finder .header-banner .caption {
    margin-top: 0
}

.page-storefinderPage .store-finder .header-banner .caption .title {
    margin: 0
}

.mobile .page-storefinderPage .store-finder .header-banner .caption .title {
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.tablet.portrait .page-storefinderPage .store-finder .header-banner .caption .title {
    text-align: center
}

.page-storefinderPage .store-finder .accessory-link {
    background-color: #F1F2F3;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 20px
}

.desktop .page-storefinderPage .store-finder .accessory-link {
    height: 106px;
    width: 420px
}

.mobile .page-storefinderPage .store-finder .accessory-link {
    margin-bottom: 20px;
    width: 100%
}

.page-storefinderPage .store-finder .accessory-link a {
    color: #333
}

.page-storefinderPage .store-finder .accessory-link a i {
    font-size: 10px
}

.desktop .page-storefinderPage .store-finder .accessory-link a span {
    font-weight: normal
}

.mobile .page-storefinderPage .store-finder .accessory-link a {
    line-height: 22px;
    font-weight: normal
}

.page-storefinderPage .store-finder #repair-store-search #findStoresNearMe {
    color: #333;
    font-weight: 300
}

.page-storefinderPage .store-finder #repair-store-search #findStoresNearMe i {
    font-size: 30px;
    font-size: 3rem;
    margin-right: 3px
}

.mobile .page-storefinderPage .store-finder #repair-store-search #findStoresNearMe i {
    font-size: 25px;
    font-size: 2.5rem
}

.page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.page-storefinderPage .store-finder #repair-store-search #store-search select {
    height: 50px;
    background-color: #F1F2F3;
    padding: 9px 49px 9px 20px;
    margin-top: 25px;
    border: 1px solid #999
}

@media (min-width: 1442px) {
    .desktop .page-storefinderPage .store-finder #repair-store-search #store-search #search-filter_store,.desktop .page-storefinderPage .store-finder #repair-store-search #store-search select {
        width:420px
    }
}

.page-storefinderPage .store-finder #repair-store-search #store-search select {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.tablet.landscape .page-storefinderPage .store-finder #repair-store-search #store-search select {
    width: 295px
}

.page-storefinderPage .store-finder #repair-store-search #store-search select::-ms-expand {
    display: none
}

.page-storefinderPage .store-finder #repair-store-search #store-search .btn {
    position: absolute;
    right: 0;
    background-color: #A9B7BD;
    width: 50px;
    height: 50px
}

.mobile.portrait .page-storefinderPage .store-finder #repair-store-search #store-search .btn {
    padding: 0
}

@media (min-width: 1442px) {
    .desktop .page-storefinderPage .store-finder #repair-store-search #store-search .btn {
        right:12px
    }
}

.page-storefinderPage .store-finder #repair-store-search #store-search .btn i {
    color: #fff;
    font-size: 18px;
    height: 25px;
    width: 13.13px;
    position: absolute;
    top: 17px;
    right: 17px
}

.page-storefinderPage .store-finder #repair-store-search #store-search .country-item-filter {
    position: relative
}

.page-storefinderPage .store-finder #repair-store-search #store-search .country-item-filter:after {
    position: absolute;
    display: block;
    top: 25px;
    right: 35px;
    font-family: "wmf-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e900";
    transform: rotate(90deg) translate(-75%, 0)
}

.tablet.portrait .page-storefinderPage .store-finder #repair-store-search #store-search .country-item-filter:after {
    right: 20px
}

.tablet.landscape .page-storefinderPage .store-finder #repair-store-search #store-search .country-item-filter:after {
    right: 10px
}

.mobile .page-storefinderPage .store-finder #repair-store-search #store-search .country-item-filter:after {
    right: 20px
}

.tablet.landscape .page-storefinderPage .store-finder .filters {
    padding-right: 10px
}

.page-storefinderPage .store-finder .filters .filters-prod {
    padding-left: 0
}

.desktop .page-storefinderPage .store-finder .filters .filters-prod {
    padding-right: 5px
}

.page-storefinderPage .store-finder .filters .filters-prod:not(.span3) {
    padding: 0;
    margin-bottom: 0
}

.mobile .page-storefinderPage .store-finder .filters .filters-prod,.tablet .page-storefinderPage .store-finder .filters .filters-prod {
    margin-bottom: 50px
}

.page-storefinderPage .store-finder .google-maps #map-canvas {
    max-height: 495px;
    display: block !important
}

.desktop #StoreLocator {
    padding-right: 8px;
    padding-left: 8px
}

.desktop #StoreLocator .store-list {
    padding-left: 0;
    padding-right: 8px
}

.mobile #StoreLocator .store-list {
    padding-right: 0
}

.mobile.portrait #StoreLocator .store-list {
    padding-left: 0
}

#StoreLocator .store-list .pagination {
    width: 100%
}

#StoreLocator .store-list .pagination ul {
    padding: 0
}

#StoreLocator .store-list .pagination ul li a {
    color: #333
}

#StoreLocator .store-list .pagination ul li.active a {
    font-weight: bold
}

.mobile #StoreLocator .store-locator-detail,.tablet.portrait #StoreLocator .store-locator-detail {
    margin-top: 25px;
    padding: 0
}

.mobile #StoreLocator .store-locator-detail a,.tablet.portrait #StoreLocator .store-locator-detail a {
    color: #333
}

.tablet.portrait #StoreLocator .store-locator-detail {
    margin-top: 40px
}

.desktop #StoreLocator .store-locator-detail,.tablet.landscape #StoreLocator .store-locator-detail {
    padding-left: 5px
}

.desktop #StoreLocator .store-locator-detail a,.tablet.landscape #StoreLocator .store-locator-detail a {
    color: #333
}

.desktop #StoreLocator .store-locator-detail .detailStore,.tablet.landscape #StoreLocator .store-locator-detail .detailStore {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: -10px;
    padding-right: 0;
    width: 115%
}

.tablet.landscape #StoreLocator .store-locator-detail .detailStore {
    margin-left: 0px
}

.mobile.portrait #StoreLocator .store-locator-detail .detailStore {
    padding: 0
}

#StoreLocator .store-locator-detail .details-store-off {
    text-align: left;
    height: auto !important
}

.desktop .page-storefinderPage #StoreLocator .store-locator-detail .details-store-off {
    width: 32%;
    margin: 1px
}

.tablet.landscape .page-storefinderPage #StoreLocator .store-locator-detail .details-store-off {
    width: 30%;
    margin: 1px
}

.desktop #StoreLocator .store-locator-detail .details-store-off,.tablet.portrait #StoreLocator .store-locator-detail .details-store-off {
    padding: 40px
}

.mobile #StoreLocator .store-locator-detail .details-store-off {
    padding: 24px
}

#StoreLocator .store-locator-detail .details-store-off h4,#StoreLocator .store-locator-detail .details-store-off p {
    margin-bottom: 15px
}

#StoreLocator .store-locator-detail .details-store-off h4 span,#StoreLocator .store-locator-detail .details-store-off p span {
    min-height: auto
}

.desktop #StoreLocator .store-locator-detail .details-store-off h4 span,.mobile #StoreLocator .store-locator-detail .details-store-off h4 span,.desktop #StoreLocator .store-locator-detail .details-store-off p span,.mobile #StoreLocator .store-locator-detail .details-store-off p span {
    font-weight: 500;
    margin-bottom: 25px
}

#StoreLocator .store-locator-detail .details-store-off li p {
    margin-bottom: 15px
}

.desktop #StoreLocator .store-locator-detail .details-store-off li p span,.mobile #StoreLocator .store-locator-detail .details-store-off li p span {
    font-weight: 300;
    margin-bottom: 25px
}

#StoreLocator .store-locator-detail .details-store-off a i {
    font-size: 11px
}

#StoreLocator .list-store-off {
    padding-left: 2px
}

.google-maps .gm-style-iw .store-details {
    word-break: break-word;
    width: 320px;
    font-weight: 300;
    padding: 5px
}

.tablet.landscape .google-maps .gm-style-iw .store-details,.mobile .google-maps .gm-style-iw .store-details {
    width: 100%
}

.google-maps .gm-style-iw .store-details span {
    font-weight: 500
}

#map-canvas>div>div>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(2) {
    background-color: #fffcfc !important;
    box-shadow: 0 !important;
    border-radius: 0 !important
}

#map-canvas>div>div>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(3):after {
    content: '';
    position: relative;
    top: 10px;
    left: 43%;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #ffffff;
    border-left: solid 27px transparent;
    border-right: solid 27px transparent;
    z-index: 1
}

#map-canvas>div>div>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(3) * {
    content: '';
    z-index: 0;
    opacity: 0
}

#map-canvas>div>div>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(3):after {
    content: '';
    position: relative;
    top: 20px;
    left: -40px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #ffffff;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: 1
}

#map-canvas .icon-close {
    position: absolute;
    right: 0;
    top: 10px
}

#map-canvas>div>div>div:nth-child(1)>div:nth-child(3)>div>div:nth-child(4)>div>button>img {
    opacity: 0
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes inverted-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.adaptive.loading {
    position: relative
}

@media screen and (min-width: 600px) and (max-width: 1023px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1441px) and (orientation: landscape) {
    .adaptive.loading {
        display:none
    }
}

.adaptive.loading .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: white
}

.adaptive.loading .overlay:after {
    top: 50%;
    left: 50%;
    margin: -28.5px 0 0 -28.5px;
    position: absolute;
    border: 2px solid #fff;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    animation: inverted-spin 2s linear infinite;
    content: '';
    width: 57px;
    height: 57px;
    border-radius: 50%;
    z-index: 11
}

@media screen and (max-width: 1441px) {
    .adaptive.loading .overlay:after {
        width:47px;
        height: 47px;
        margin: calc(-47px / 2) 0 0 calc(-47px / 2)
    }
}

@media screen and (max-width: 1023px) {
    .adaptive.loading .overlay:after {
        width:42px;
        height: 42px;
        margin: calc(-42px / 2) 0 0 calc(-42px / 2)
    }
}

@media screen and (max-width: 599px) {
    .adaptive.loading .overlay:after {
        width:17px;
        height: 17px;
        margin: calc(-17px / 2) 0 0 calc(-17px / 2);
        border-top: 2px solid #999999;
        border-right: 2px solid #999999;
        border-bottom: 2px solid #999999
    }
}

.adaptive.loading .overlay:before {
    top: 50%;
    left: 50%;
    margin: calc(-75px / 2) 0 0 calc(-75px / 2);
    position: absolute;
    border: 2px solid #fff;
    border-bottom: 2px solid #888888;
    border-left: 2px solid #888888;
    border-right: 2px solid #888888;
    animation: spin 2s linear infinite;
    content: '';
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 11
}

@media screen and (max-width: 1441px) {
    .adaptive.loading .overlay:before {
        width:65px;
        height: 65px;
        margin: calc(-65px / 2) 0 0 calc(-65px / 2)
    }
}

@media screen and (max-width: 1023px) {
    .adaptive.loading .overlay:before {
        width:60px;
        height: 60px;
        margin: calc(-60px / 2) 0 0 calc(-60px / 2)
    }
}

@media screen and (max-width: 599px) {
    .adaptive.loading .overlay:before {
        width:35px;
        height: 35px;
        margin: calc(-35px / 2) 0 0 calc(-35px / 2);
        border-top: 2px solid #999999;
        border-right: 2px solid #999999;
        border-bottom: 2px solid #999999
    }
}

.wmf-loader {
    overflow-y: hidden;
    position: relative;
    transition: opacity 1s ease-in-out, height 1s ease-in-out
}

.wmf-loader:after {
    top: 50%;
    left: 50%;
    margin: -28.5px 0 0 -28.5px;
    position: absolute;
    border: 2px solid #fff;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    animation: inverted-spin 2s linear infinite;
    content: '';
    width: 57px;
    height: 57px;
    border-radius: 50%;
    z-index: 11
}

@media screen and (max-width: 1441px) {
    .wmf-loader:after {
        width:47px;
        height: 47px;
        margin: calc(-47px / 2) 0 0 calc(-47px / 2)
    }
}

@media screen and (max-width: 1023px) {
    .wmf-loader:after {
        width:42px;
        height: 42px;
        margin: calc(-42px / 2) 0 0 calc(-42px / 2)
    }
}

@media screen and (max-width: 599px) {
    .wmf-loader:after {
        width:17px;
        height: 17px;
        margin: calc(-17px / 2) 0 0 calc(-17px / 2);
        border-top: 2px solid #999999;
        border-right: 2px solid #999999;
        border-bottom: 2px solid #999999
    }
}

.wmf-loader:before {
    top: 50%;
    left: 50%;
    margin: calc(-75px / 2) 0 0 calc(-75px / 2);
    position: absolute;
    border: 2px solid #fff;
    border-bottom: 2px solid #888888;
    border-left: 2px solid #888888;
    border-right: 2px solid #888888;
    animation: spin 2s linear infinite;
    content: '';
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: 11
}

@media screen and (max-width: 1441px) {
    .wmf-loader:before {
        width:65px;
        height: 65px;
        margin: calc(-65px / 2) 0 0 calc(-65px / 2)
    }
}

@media screen and (max-width: 1023px) {
    .wmf-loader:before {
        width:60px;
        height: 60px;
        margin: calc(-60px / 2) 0 0 calc(-60px / 2)
    }
}

@media screen and (max-width: 599px) {
    .wmf-loader:before {
        width:35px;
        height: 35px;
        margin: calc(-35px / 2) 0 0 calc(-35px / 2);
        border-top: 2px solid #999999;
        border-right: 2px solid #999999;
        border-bottom: 2px solid #999999
    }
}

.wmf-loader * {
    visibility: hidden
}

.wmf-loaded {
    transition: opacity 1s ease-in-out, height 1s ease-in-out
}

.home #language-selector {
    margin: 0 15px
}

.home #language-selector select {
    background: transparent;
    color: #fff;
    padding: 0;
    height: 26px;
    font-family: "WMF Rotis","Arial",sans-serif;
    font-weight: 400
}

.home:hover #language-selector select {
    color: #888
}

.footer-social-media .list-group-item .btn-social {
    position: relative
}

.footer-social-media .list-group-item .btn-social img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%
}


