li.tabbedcontainer-view__item:nth-child(4) {
    display:none
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700);@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);section#accommodationMap {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          height: 100%; }
section#accommodationMap .mapControllerContainer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px 10px 0; }
section#accommodationMap .mapControllerContainer .magnify {
    display: block;
    cursor: pointer;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #bacad5;
    font-weight: bold;
    border: 2px solid #bacad5;
    margin-top: 4px;
    position: relative;
    /*background: white url("/Public/Content/Images/icon_zoom_in.png") no-repeat center center;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
section#accommodationMap .mapControllerContainer .magnify.magnifyOut {
    /*background-image: url("/Public/Content/Images/icon_zoom_out.png"); */
}
section#accommodationMap #mapContainer {
    overflow: hidden;
    margin: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
section#accommodationMap #mapContainer.interactive .spot .icon {
    cursor: pointer; }
section#accommodationMap #mapContainer.interactive .spot.highlighted .icon {
    cursor: default; }
section#accommodationMap #mapContainer.interactive .spot.highlighted .icon .counter {
    background: #ff5a00;
    border: 1px solid #5d2900; }
section#accommodationMap #mapContainer.interactive .spot:hover .icon {
    /*background-image: url("/Public/Content/Images/accommodation/map_spot_highlighted.png"); */
}
section#accommodationMap #mapContainer.interactive .spot:hover .icon .counter {
    background: #ff5a00;
    border: 1px solid #5d2900; }
section#accommodationMap #map {
    position: absolute;
    opacity: 0; }
section#accommodationMap #map.pep-start {
    cursor: move; }
section#accommodationMap #map.loading {
    opacity: 0; }
section#accommodationMap #map.loaded {
    opacity: 1; }
section#accommodationMap .spot {
    position: absolute;
    width: 1px;
    height: 1px; }
section#accommodationMap .spot .iconWrapper {
    position: relative;
    left: 0; }
section#accommodationMap .spot .icon {
    /*background: transparent url("/Public/Content/Images/accommodation/map_spot.png") no-repeat 0 0;*/
    width: 22px;
    height: 40px;
    position: relative;
    top: -38px;
    left: -11px; }
section#accommodationMap .spot .icon .counter {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #ababab;
    width: 20px;
    height: 20px;
    border: 1px solid #737373;
    color: white;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    z-index: 1;
    border-radius: 10px; }
section#accommodationMap .spot.highlighted .icon {
    /*background-image: url("/Public/Content/Images/accommodation/map_spot_highlighted.png"); */
}
section#accommodationMap #debug {
    font-size: 11px;
    font-family: sans-serif;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    display: none; }
section#accommodationMap #infoContainer {
    position: absolute;
    z-index: 2; }
section#accommodationMap #infoContainer .linkListWrapper {
    position: relative;
    padding-left: 10px;
    padding-top: 20px; }
section#accommodationMap #infoContainer .linkList {
    background: white;
    border-bottom: 1px solid #6c7275;
    border-radius: 3px;
    padding: 5px 8px 4px 15px;
    position: relative;
    max-height: 300px;
    overflow: auto; }
section#accommodationMap #infoContainer .linkList a {
    display: block;
    position: relative;
    min-height: 25px;
    margin-bottom: 5px;
    padding-right: 36px; }
section#accommodationMap #infoContainer .linkList a:hover {
    text-transform: none; }
section#accommodationMap #infoContainer .linkList a:hover .label {
    text-transform: none; }
section#accommodationMap #infoContainer .linkList a:hover .button_expandable {
    background: #ff5a00;
    outline: 0 !important; }
section#accommodationMap #infoContainer .linkList::after {
    content: "";
    clear: both;
    display: block; }
section#accommodationMap #infoContainer .linkList .label {
    font-weight: bold;
    font-size: 13px;
    color: #363544;
    padding: 7px 0 0;
    text-decoration: none !important;
    display: block; }
section#accommodationMap #infoContainer .button_expandable {
    position: absolute;
    right: 0;
    top: 0px;
    width: 28px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 17px;
    padding-top: 4px;
    padding-bottom: 2px; }
section#accommodationMap #infoContainer .button_expandable .inner {
    display: block;
    text-align: center; }
section#accommodationMap #infoContainer .button_expandable .inner::after {
    margin-left: 0;
    content: "\E010"; }
/*
OVERRIDE BOOTSTRAP VARIABLES
*/
/*
    Declare our own variables
*/
.factstab__description p {
    line-height: 1.85rem; }

.factstab__boxinfo__box {
    background-color: #f3f3f3;
    list-style: none;
    padding: 1.5rem;
    width: 100%; }
@media (min-width: 992px) {
    .factstab__boxinfo__box {
        padding: 3rem; } }
@media (min-width: 768px) {
    .factstab__boxinfo__box:first-child {
        margin-right: 0.5rem; }
    .factstab__boxinfo__box:last-child {
        margin-left: 0.5rem; } }
@media (min-width: 992px) {
    .factstab__boxinfo__box:first-child {
        margin-right: 0; }
    .factstab__boxinfo__box:last-child {
        margin-left: 0; } }
@media (min-width: 1430px) {
    .factstab__boxinfo__box:first-child {
        margin-right: 0.5rem; }
    .factstab__boxinfo__box:last-child {
        margin-left: 0.5rem; } }
.factstab__boxinfo__box li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    align-items: center; }
.factstab__boxinfo__box li.disabled {
    color: #dee2e6;
    text-decoration: line-through; }
.factstab__boxinfo__box li.disabled[data-icon]::before {
    opacity: 0.15; }
.factstab__boxinfo__box li[data-icon]::before {
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: center;
    display: inline-block;
    content: "";
    height: 1rem;
    width: 1rem;
    margin-right: 1rem; }
.factstab__boxinfo__box li[data-icon="animal"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='animal' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='19.203px' viewBox='640.127 640.279 20 19.203'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M651.404,646.79h-7.325c-0.367,0-0.735,0.053-1.065,0.213c-0.321,0.157-0.612,0.349-0.852,0.588c-0.276-0.204-0.476-0.512-0.54-0.857c-0.009-0.047-0.016-0.094-0.02-0.143l-0.003-0.036l0-0.009c0,0.007,0-0.018,0,0.015v-0.001v-0.004v-0.007l0-0.027l-0.001-0.055l0-0.028c-0.001-0.015,0.001-0.041,0.002-0.065c0-0.024,0.004-0.048,0.005-0.073c0.005-0.048,0.012-0.097,0.023-0.144c0.041-0.191,0.119-0.377,0.233-0.547l0.02-0.029c0.177-0.263,0.144-0.623-0.095-0.847c-0.265-0.249-0.681-0.235-0.929,0.029c-0.264,0.282-0.471,0.625-0.593,1c-0.031,0.094-0.056,0.189-0.077,0.287c-0.009,0.048-0.02,0.097-0.027,0.146c-0.007,0.049-0.015,0.097-0.019,0.155l-0.007,0.083l-0.003,0.055l-0.001,0.028l-0.001,0.049l0,0.074c0,0.099,0.006,0.198,0.017,0.297c0.043,0.397,0.178,0.786,0.384,1.131c0.208,0.345,0.49,0.644,0.822,0.874c0.051,0.036,0.104,0.069,0.158,0.101c-0.037,0.485,0.047,1.06,0.289,1.745c0.063,0.178,0.107,0.362,0.114,0.551c0.051,1.479-0.31,2.343-1.247,2.824c-0.291,0.149-0.507,0.432-0.507,0.759v4.007c0,0.305,0.247,0.552,0.552,0.552h1.261c0.305,0,0.552-0.247,0.552-0.552v-3.44c0-0.165,0.096-0.316,0.247-0.384c0.847-0.377,1.666-0.824,2.077-1.366c0.103-0.136,0.254-0.237,0.426-0.237h6.024c0.152,0,0.276,0.123,0.276,0.275v5.152c0,0.305,0.247,0.552,0.551,0.552h1.18c0.305,0,0.552-0.247,0.552-0.552v-5.805c0-0.173,0.067-0.341,0.187-0.467c1.238-1.301,1.7-2.537,1.927-4.04l-4.28-1.951C651.614,646.743,651.512,646.79,651.404,646.79z M659.76,644.449l-4.205-2.402c-0.121-0.069-0.247-0.125-0.379-0.168l-0.739-1.432c-0.098-0.189-0.374-0.174-0.45,0.025l-0.65,1.706c-0.02,0.037-0.038,0.075-0.052,0.115l-0.124,0.346v0l-0.996,2.791l3.957,1.804c0.029-0.133,0.15-0.228,0.29-0.228h2.705c0.323,0,0.607-0.222,0.686-0.535l0.304-1.213C660.184,644.942,660.042,644.611,659.76,644.449z M642.586,641.185l8.016,4.652l0.525-0.906l-8.016-4.652L642.586,641.185z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="apartment"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='apartment' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='19.124px' viewBox='287.176 411.593 20 19.124'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M289.286,420.784v9.933h2.71v-4.932h3.932v4.932h2.134v-4.932h3.931v4.932h3.027v-9.934l-7.866-5.666L289.286,420.784z M295.928,424.232h-3.932v-2.815h3.932V424.232L295.928,424.232z M298.062,421.417h3.931v2.815h-3.931V421.417zM297.155,411.593l-9.979,7.299l1.021,1.355l8.958-6.45l8.955,6.45l1.065-1.387L297.155,411.593z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="balcony"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='balcony' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='19.969px' viewBox='640 640.016 20 19.969' %3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M643.711,642.439l0.267,2.914c0.407-0.525,0.889-1.007,1.446-1.425c0.557-0.418,1.153-0.747,1.771-0.991l-2.725-1.068C644.084,641.717,643.673,642.025,643.711,642.439z M640.202,649.09l2.25,1.873c-0.171-1.354,0.024-2.733,0.566-3.985l-2.683,1.171C639.955,648.315,639.882,648.825,640.202,649.09z M641.853,655.515c-0.152,0.387,0.157,0.798,0.571,0.76l2.913-0.267c-0.525-0.407-1.006-0.889-1.425-1.446c-0.418-0.557-0.746-1.152-0.991-1.771L641.853,655.515z M649.075,659.783l1.872-2.25c-1.354,0.172-2.732-0.024-3.984-0.566l1.171,2.683C648.301,660.03,648.81,660.103,649.075,659.783z M656.26,657.562l-0.268-2.914c-0.407,0.525-0.889,1.007-1.445,1.425c-0.558,0.419-1.154,0.747-1.771,0.992l2.725,1.067C655.887,658.284,656.297,657.975,656.26,657.562z M659.788,650.66l-2.296-1.813c0.206,1.35,0.045,2.733-0.463,3.996l2.649-1.239C660.055,651.428,660.114,650.917,659.788,650.66z M658.117,644.486c0.151-0.387-0.157-0.798-0.57-0.76l-2.914,0.267c0.525,0.407,1.006,0.889,1.425,1.445c0.419,0.558,0.747,1.154,0.991,1.772L658.117,644.486z M653.008,643.034l-1.172-2.683c-0.166-0.381-0.675-0.453-0.941-0.134l-1.872,2.25C650.376,642.296,651.755,642.492,653.008,643.034z M654.628,646.512c-1.141-1.519-2.883-2.319-4.647-2.319v0.026l0,0v-0.026h0c-1.213,0-2.438,0.379-3.483,1.165c-2.564,1.926-3.082,5.566-1.155,8.131c1.142,1.519,2.884,2.319,4.647,2.319c1.214,0,2.438-0.379,3.483-1.164C656.037,652.717,656.555,649.077,654.628,646.512z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="bed"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='bed' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='13.25px' viewBox='2490 2493.375 20 13.25'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M2491.944,2503.445l0.016,3.18H2490v-12.271c0-0.541,0.439-0.979,0.98-0.979l0,0c0.54,0,0.98,0.438,0.98,0.979l-0.016,6.718h16.097v-4.151c0-0.542,0.438-0.98,0.979-0.98l0,0c0.541,0,0.98,0.439,0.98,0.98v9.704h-1.959v-3.18H2491.944z M2493.971,2498.395c0.832,0,1.507-0.674,1.507-1.507c0-0.832-0.675-1.507-1.507-1.507s-1.507,0.675-1.507,1.507C2492.464,2497.721,2493.139,2498.395,2493.971,2498.395z M2497.972,2495.968v4.353h9.35l-0.003-3.165c-0.006-0.657-0.541-1.189-1.2-1.189L2497.972,2495.968z M2495.943,2498.838l-2.703,0c-0.41,0-0.742,0.332-0.742,0.742c0,0.409,0.332,0.741,0.742,0.741h3.441c0.41,0,0.742-0.332,0.742-0.741v-2.98c0-0.409-0.332-0.74-0.742-0.74s-0.741,0.331-0.741,0.74L2495.943,2498.838z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="dishwasher"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='dishwasher' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='18.453px' viewBox='585.165 411.719 20 18.453'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M600.945,416.284l-0.52,0.182c-0.073,0.026-0.132,0.084-0.157,0.158l-0.183,0.519c-0.027,0.078-0.137,0.078-0.164,0l-0.183-0.519c-0.025-0.074-0.084-0.132-0.157-0.158l-0.52-0.182c-0.077-0.027-0.077-0.137,0-0.164l0.52-0.183c0.073-0.025,0.132-0.084,0.157-0.157l0.183-0.519c0.027-0.078,0.137-0.078,0.164,0l0.183,0.519c0.025,0.073,0.084,0.132,0.157,0.157l0.52,0.183C601.022,416.147,601.022,416.256,600.945,416.284z M598.707,418.763l-1.013,0.356c-0.145,0.05-0.258,0.164-0.309,0.308l-0.355,1.014c-0.054,0.151-0.267,0.151-0.32,0l-0.355-1.014c-0.051-0.144-0.164-0.257-0.308-0.308l-1.014-0.356c-0.151-0.053-0.151-0.267,0-0.32l1.014-0.356c0.144-0.05,0.257-0.164,0.308-0.308l0.355-1.013c0.054-0.151,0.267-0.151,0.32,0l0.355,1.013c0.051,0.144,0.164,0.257,0.309,0.308l1.013,0.356C598.858,418.496,598.858,418.709,598.707,418.763z M599.709,426.239v0.73c0,0.157-0.127,0.284-0.284,0.284h-3.836c-0.157,0-0.284-0.127-0.284-0.284v-0.73c-1.413-0.581-2.476-1.705-2.839-3.064c-0.43,0.399-0.884,0.629-1.074,0.715v2.124c0.378,0.283,0.587,0.943,1.98,0.988c0.084,0.003,0.151,0.072,0.151,0.157v0.116c0,0.078-0.063,0.142-0.141,0.142h-2.369h-2.466c-0.025,0-0.045-0.021-0.045-0.045v-0.213c0-0.085,0.067-0.154,0.152-0.157c1.394-0.045,1.603-0.705,1.98-0.988v-2.105c-0.242-0.104-1.272-0.598-1.781-1.6c-0.262-0.516-0.307-1.263-0.141-2.353c0.107-0.705,0.268-1.297,0.275-1.322l0.17-0.623h0.646h2.377h0.646l0.17,0.623c0.007,0.025,0.167,0.617,0.275,1.322c0.117,0.768,0.129,1.365,0.034,1.833h9.077c0.161,0,0.297,0.125,0.3,0.287c0,0.022,0,0.044,0,0.066C602.684,423.953,601.467,425.515,599.709,426.239z M603.577,430.171h-16.824c-0.875,0-1.588-0.727-1.588-1.619v-15.214c0-0.893,0.712-1.62,1.588-1.62h16.824c0.876,0,1.588,0.727,1.588,1.62v15.214C605.165,429.445,604.453,430.171,603.577,430.171z M586.752,412.28c-0.566,0-1.027,0.475-1.027,1.059v15.214c0,0.583,0.46,1.059,1.027,1.059h16.824c0.566,0,1.027-0.476,1.027-1.059v-15.214c0-0.584-0.461-1.059-1.027-1.059H586.752z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="doublebed"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='doublebed' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='14.135px' viewBox='490 492.933 20 14.135'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M507.086,498.242v-3.947v-0.958c0-0.223-0.181-0.404-0.403-0.404h-13.364c-0.223,0-0.404,0.181-0.404,0.404v0.958v3.947L490,503.058v2.15h19.982v-2.15l-2.896-4.786V498.242z M500.701,496.251c0-0.464,0.376-0.841,0.84-0.841h3.699c0.206,0,0.396,0.075,0.542,0.199c0.183,0.154,0.299,0.384,0.299,0.642v1.737h-0.299h-5.081V496.251z M494.761,495.411h3.698c0.464,0,0.841,0.376,0.841,0.841v1.737h-5.081h-0.299v-1.737c0-0.257,0.116-0.488,0.299-0.642C494.365,495.485,494.554,495.411,494.761,495.411z M490.031,504.576h0.872v2.491h-0.872V504.576z M509.128,504.576H510v2.491h-0.872V504.576z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="dryer"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='dryer' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='19.271px' viewBox='639.999 640.365 20 19.271'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M643.788,658.548l5.063-4.413c3.972,6.471,9.929,4.599,11.114-0.469c0.16-0.688-0.232-1.382-0.905-1.597l-6.256-1.996c3.738-6.437-0.651-10.771-5.652-9.482c-0.684,0.176-1.117,0.846-0.995,1.542l1.156,6.614c-7.591,0.043-9.078,6.107-5.358,9.747C642.458,658.988,643.255,659.012,643.788,658.548z M650.826,650.484c0.018,0.041,0.032,0.082,0.046,0.124c0.018,0.056,0.032,0.112,0.043,0.171c0.127,0.727-0.359,1.419-1.086,1.546c-0.143,0.025-0.283,0.025-0.418,0.007c-0.016-0.003-0.031-0.006-0.046-0.009c-0.537-0.096-0.982-0.516-1.081-1.084c-0.07-0.398,0.045-0.785,0.283-1.075c0.01-0.012,0.02-0.025,0.031-0.037c0.193-0.22,0.46-0.379,0.772-0.434C649.992,649.583,650.589,649.926,650.826,650.484z M642.709,647.732c0.184-0.473,0.789-1.696,2.276-2.273c0.105-0.041,0.17-0.149,0.149-0.26l-0.308-1.683c-0.016-0.088-0.118-0.134-0.189-0.08c-1.113,0.847-2.425,2.303-2.038,4.293C642.61,647.787,642.688,647.786,642.709,647.732z M656.863,649.678c-0.012,0.112,0.055,0.219,0.162,0.252l1.637,0.5c0.085,0.026,0.172-0.043,0.156-0.131c-0.24-1.377-0.931-3.212-2.877-3.782c-0.055-0.016-0.09,0.053-0.052,0.096C656.224,646.993,657.032,648.092,656.863,649.678z M650.574,658.646c0.042-0.039-0.001-0.104-0.057-0.094c-0.499,0.097-1.855,0.236-3.137-0.713c-0.091-0.067-0.217-0.064-0.3,0.012l-1.259,1.158c-0.066,0.061-0.051,0.171,0.033,0.202C647.166,659.701,649.097,660.035,650.574,658.646z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="fireplace"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='fireplace' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.117px' height='20px' viewBox='0 0 15.117 20' %3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M1.547,12.212L0.43,13.655c-0.231,0.298-0.195,0.724,0.083,0.979l0.889,0.814l5.273-0.665l0.023-0.021l-4.183-2.714C2.2,11.843,1.778,11.915,1.547,12.212z M4.01,5.925c0,0-1.346,1.441-1.102,3.181c0.244,1.739,2.38,2.936,3.498,2.776c0,0-1.305-2.071,1.14-4.129c0,0,0.021,2.885,2.247,3.711c0,0,5.213-0.602,1.914-5.89c0,0-0.872,0.607-0.802,2.095c0,0-1.127-1.027-0.198-2.745c0,0-2.731-1.31-1.917-4.924c0,0-3.719,2.829-3.998,4.453c0,0,0.244,1.896,0.604,2.514C5.396,6.967,4.549,7.021,4.01,5.925z M14.32,15.292l-0.343,0.029l-2.454,0.21l0.989-1.278l0.363-0.468c0.143-0.185,0.116-0.45-0.061-0.602l-0.89-0.766c-0.047-0.041-0.101-0.07-0.156-0.088c-0.158-0.053-0.338-0.02-0.467,0.099L7.912,15.55l-0.375,0.346l-4.965,0.626l-2.16,0.272C0.176,16.825-0.001,17.026,0,17.264l0.009,1.612l0.004,0.694c0.001,0.23,0.188,0.417,0.419,0.417L14.734,20c0.225,0,0.4-0.192,0.381-0.416l-0.343-3.913C14.752,15.442,14.55,15.272,14.32,15.292z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="freezer"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='freezer' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='490 490 20 20'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M500,510c-5.513,0-10-4.485-10-10c0-5.514,4.487-10,10-10c5.514,0,10,4.486,10,10C510,505.515,505.514,510,500,510z M500,491.35c-4.769,0-8.651,3.88-8.651,8.65c0,4.771,3.882,8.651,8.651,8.651c4.771,0,8.651-3.881,8.651-8.651C508.651,495.23,504.771,491.35,500,491.35z M506.55,499.153h-4.597l3.25-3.25l-1.194-1.194l-3.249,3.25v-4.596h-1.689v4.596l-3.251-3.25l-1.194,1.194l3.25,3.25h-4.597v1.688h4.597l-3.25,3.251l1.194,1.194l3.251-3.251v4.597h1.689v-4.597l3.249,3.251l1.194-1.194l-3.25-3.251h4.597V499.153z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="grocerystore"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='grocerystore' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.595px' height='20px' viewBox='587.471 410.931 15.595 20'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M588.423,415.568h2.34v-3.451l1.149-1.187h5.024l1.157,1.187v3.451h2.331l-0.951,15.244h-12.002L588.423,415.568z M591.953,415.568h4.942v-3.408h-4.942V415.568z M601.163,415.433l-0.966,15.499l1.283-1.851l1.586-0.437l-1.163-13.539L601.163,415.433z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="internet"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='internet' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='16.432px' viewBox='490 491.784 20 16.432'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M500.002,504.921c-0.91,0-1.647,0.737-1.647,1.647c0,0.2,0.037,0.391,0.103,0.567c0.109,0.298,0.301,0.554,0.548,0.742c0.277,0.211,0.622,0.338,0.997,0.338c0.367,0,0.706-0.122,0.979-0.325c0.261-0.194,0.462-0.462,0.572-0.774c0.061-0.171,0.096-0.355,0.096-0.548C501.65,505.658,500.912,504.921,500.002,504.921zM500.002,500.676c-1.884,0-3.563,0.89-4.642,2.27l1.276,1.727c0.665-1.174,1.924-1.969,3.366-1.969c1.439,0,2.697,0.792,3.362,1.963l1.275-1.726C503.561,501.563,501.884,500.676,500.002,500.676z M492.631,499.252l1.222,1.654c1.529-1.66,3.719-2.702,6.149-2.702c2.427,0,4.615,1.041,6.145,2.698l1.223-1.654c-1.884-1.896-4.491-3.071-7.367-3.071C497.123,496.177,494.515,497.354,492.631,499.252z M500.002,491.784c-3.854,0-7.368,1.483-10.002,3.907l1.212,1.641c2.29-2.18,5.386-3.521,8.79-3.521c3.401,0,6.496,1.339,8.785,3.516l1.213-1.64C507.366,493.266,503.854,491.784,500.002,491.784z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="microwave"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='microwave' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='13.713px' viewBox='639.999 643.144 20 13.713'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M657.459,643.144h-2.083h-12.837c-1.402,0-2.54,1.137-2.54,2.54v8.633c0,1.403,1.137,2.54,2.54,2.54h12.837h2.083c1.403,0,2.54-1.137,2.54-2.54v-8.633C659.999,644.281,658.863,643.144,657.459,643.144z M643.584,654.866c-0.693,0-1.255-0.563-1.255-1.256v-7.221c0-0.693,0.562-1.255,1.255-1.255h11.792v1.631c-0.786,0.487-1.342,1.691-1.342,3.099s0.556,2.612,1.342,3.1v1.902H643.584L643.584,654.866z M657.67,651.86c-0.092,0.089-0.218,0.144-0.355,0.144c-0.284,0-0.514-0.229-0.514-0.514c0-0.283,0.229-0.513,0.514-0.513c0.138,0,0.264,0.055,0.355,0.144c0.097,0.094,0.157,0.225,0.157,0.369C657.827,651.636,657.767,651.767,657.67,651.86z M657.67,649.949c-0.111,0.04-0.23,0.063-0.355,0.063c-0.59,0-1.067-0.478-1.067-1.067c0-0.589,0.478-1.067,1.067-1.067c0.125,0,0.244,0.022,0.355,0.062c0.414,0.146,0.711,0.541,0.711,1.005C658.381,649.408,658.084,649.802,657.67,649.949zM645.661,649.589c-0.076-0.143-0.155-0.281-0.242-0.412l-0.131-0.196l-0.065-0.092l-0.05-0.07c-0.124-0.187-0.211-0.38-0.245-0.604c-0.036-0.223-0.022-0.478,0.037-0.747c0.045-0.22,0.122-0.443,0.206-0.681c0.021-0.058-0.043-0.111-0.095-0.078c-0.218,0.139-0.414,0.319-0.575,0.537c-0.198,0.266-0.346,0.599-0.379,0.972c-0.034,0.371,0.057,0.768,0.243,1.088c0.022,0.04,0.048,0.082,0.069,0.118l0.06,0.093l0.112,0.178c0.073,0.12,0.146,0.237,0.212,0.355c0.133,0.236,0.25,0.47,0.32,0.693c0.07,0.225,0.095,0.428,0.049,0.646c-0.045,0.218-0.168,0.453-0.333,0.682c-0.133,0.188-0.29,0.372-0.451,0.563c-0.035,0.041,0.006,0.102,0.057,0.086c0.242-0.076,0.474-0.181,0.697-0.319c0.27-0.173,0.536-0.408,0.708-0.747c0.085-0.167,0.141-0.357,0.164-0.548c0.019-0.191,0.013-0.382-0.021-0.56C645.943,650.187,645.812,649.874,645.661,649.589zM652.752,649.589c-0.076-0.143-0.155-0.281-0.242-0.412l-0.131-0.196l-0.065-0.092l-0.05-0.07c-0.124-0.187-0.211-0.38-0.245-0.604c-0.036-0.223-0.022-0.478,0.036-0.747c0.046-0.22,0.122-0.443,0.205-0.681c0.021-0.058-0.043-0.111-0.095-0.078c-0.218,0.139-0.413,0.319-0.575,0.537c-0.197,0.266-0.346,0.599-0.379,0.972c-0.034,0.371,0.057,0.768,0.243,1.088c0.021,0.04,0.047,0.082,0.068,0.118l0.061,0.093l0.112,0.178c0.072,0.12,0.146,0.237,0.212,0.355c0.133,0.236,0.249,0.47,0.32,0.693c0.07,0.225,0.095,0.428,0.049,0.646c-0.045,0.218-0.169,0.453-0.334,0.682c-0.133,0.188-0.289,0.372-0.45,0.563c-0.035,0.041,0.005,0.102,0.057,0.086c0.241-0.076,0.474-0.181,0.697-0.319c0.27-0.173,0.536-0.408,0.707-0.747c0.086-0.167,0.142-0.357,0.164-0.548c0.02-0.191,0.014-0.382-0.02-0.56C653.033,650.187,652.903,649.874,652.752,649.589z M649.301,649.589c-0.077-0.143-0.155-0.281-0.242-0.412l-0.131-0.196l-0.065-0.092l-0.05-0.07c-0.124-0.187-0.211-0.38-0.245-0.604c-0.036-0.223-0.022-0.478,0.036-0.747c0.046-0.22,0.122-0.443,0.206-0.681c0.021-0.058-0.043-0.111-0.095-0.078c-0.218,0.139-0.413,0.319-0.575,0.537c-0.197,0.266-0.346,0.599-0.379,0.972c-0.034,0.371,0.057,0.768,0.243,1.088c0.021,0.04,0.047,0.082,0.069,0.118l0.06,0.093l0.112,0.178c0.072,0.12,0.146,0.237,0.212,0.355c0.133,0.236,0.249,0.47,0.32,0.693c0.07,0.225,0.095,0.428,0.049,0.646c-0.044,0.218-0.168,0.453-0.333,0.682c-0.133,0.188-0.29,0.372-0.451,0.563c-0.035,0.041,0.005,0.102,0.057,0.086c0.242-0.076,0.474-0.181,0.697-0.319c0.27-0.173,0.536-0.408,0.708-0.747c0.085-0.167,0.141-0.357,0.164-0.548c0.02-0.191,0.013-0.382-0.02-0.56C649.583,650.187,649.451,649.874,649.301,649.589z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="nosmoking"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='nosmoking' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='16.213px' viewBox='524.295 510.663 20 16.213'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M532.213,522.391c-3.049,0-4.832,0-7.905,0l-0.013-2.201l5.777-0.002L532.213,522.391z M542.704,519.344c-0.297,0-0.52,0-0.796,0c0-0.499,0.007-0.385,0-0.865c-0.013-0.839-0.608-1.151-1.463-1.159c-0.563-0.005-1.125-0.002-1.688-0.003c-1.338-0.001-1.968-0.637-1.968-1.985c0-0.064-0.009-0.129-0.013-0.189c-1.386-0.343-2.151-1.336-1.968-2.624c0.158-1.116,0.994-1.835,2.09-1.856c0,0.232,0,0.466,0,0.739c-0.624,0.109-1.12,0.406-1.269,1.104c-0.188,0.887,0.311,1.627,1.205,1.767c0.131,0.02,0.264,0.025,0.395,0.043c0.471,0.065,0.543,0.247,0.438,0.714c-0.068,0.302-0.059,0.656,0.035,0.949c0.117,0.368,0.427,0.558,0.852,0.545c0.628-0.019,1.257-0.016,1.885,0.003c1.379,0.042,2.262,0.672,2.266,2.039C542.705,518.812,542.704,519.058,542.704,519.344z M544.29,519.357c-0.269,0-0.479,0-0.78,0c0-0.396-0.015-0.785,0.003-1.172c0.065-1.424-1.242-2.776-2.89-2.601c-0.229,0.024-0.464,0.014-0.695-0.002c-0.545-0.039-0.664-0.268-0.4-0.746c0.262-0.476,0.429-0.965,0.265-1.518c-0.242-0.814-0.842-1.137-1.668-1.2c0-0.234,0-0.456,0-0.679c1.62-0.342,2.801,1.272,2.361,3.308c1.201,0.017,2.286,0.298,2.983,1.39C544.096,517.12,544.332,518.207,544.29,519.357z M541.005,522.399l-3.655,0.006l-2.032-2.168c1.061,0,4.581-0.012,5.687-0.012C541.005,520.933,541.005,521.668,541.005,522.399z M543.533,520.193c0.248,0,0.471,0,0.734,0c0,0.735,0,1.461,0,2.215c-0.248,0-0.484,0-0.734,0C543.533,521.656,543.533,520.94,543.533,520.193z M541.932,520.19c0.249,0,0.492,0,0.755,0c0,0.735,0,1.46,0,2.215c-0.248,0-0.505,0-0.755,0C541.932,521.653,541.932,520.937,541.932,520.19z M537.594,526.876l-11.786-12.185l2.81-0.026l11.833,12.203L537.594,526.876z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="room"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='room' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='284.5 287 20 20'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M290.814,302.838l2.261-6.558c-0.954-0.547-1.746-1.574-1.746-2.752c0-1.752,1.42-3.172,3.172-3.172s3.172,1.42,3.172,3.172c0,1.177-0.891,2.203-1.843,2.75l2.308,6.56H290.814z M294.5,307c-5.514,0-10-4.486-10-10c0-5.514,4.486-10,10-10s10,4.486,10,10C304.5,302.514,300.014,307,294.5,307z M294.5,288c-4.962,0-9,4.038-9,9c0,4.963,4.038,9,9,9s9-4.037,9-9C303.5,292.038,299.463,288,294.5,288z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="sauna"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='sauna' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='18.981px' viewBox='578.489 411.454 20 18.981'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M594.099,412.01c0.388,0.306,0.648,0.657,0.748,1.099c0.102,0.451-0.185,0.852-0.45,1.22c-0.218,0.304-0.456,0.608-0.539,0.961c-0.089,0.378,0.061,0.737,0.29,1.059c0.284,0.398,0.644,0.725,0.779,1.189c0.139,0.476-0.253,0.87-0.538,1.24c-0.266,0.346-0.442,0.723-0.476,1.135c-0.039,0.457,0.22,0.911,0.476,1.299c0.245,0.371,0.92,0.038,0.675-0.332c-0.255-0.386-0.453-0.774-0.317-1.219c0.142-0.462,0.585-0.809,0.808-1.24c0.471-0.91-0.146-1.667-0.733-2.405c-0.595-0.749,0.452-1.464,0.724-2.161c0.329-0.839-0.17-1.74-0.895-2.312C594.285,411.256,593.731,411.72,594.099,412.01z M596.867,412.01c0.388,0.306,0.648,0.657,0.748,1.099c0.102,0.451-0.185,0.852-0.45,1.22c-0.218,0.304-0.456,0.608-0.539,0.961c-0.09,0.378,0.061,0.737,0.29,1.059c0.284,0.398,0.644,0.725,0.779,1.189c0.139,0.476-0.253,0.87-0.538,1.24c-0.266,0.346-0.441,0.723-0.476,1.135c-0.038,0.457,0.221,0.911,0.477,1.299c0.244,0.371,0.919,0.038,0.674-0.332c-0.255-0.386-0.452-0.774-0.316-1.219c0.141-0.462,0.585-0.809,0.808-1.24c0.471-0.91-0.146-1.667-0.732-2.405c-0.596-0.749,0.451-1.464,0.725-2.161c0.328-0.839-0.171-1.74-0.896-2.312C597.052,411.256,596.499,411.72,596.867,412.01z M598.452,430.394h-4.877v-6.436l1.148-1.435h3.729V430.394z M590.75,430.435h-0.983v-6.999h-6.16v-6.118h-5.117v-0.984h6.101v6.118h6.16V430.435z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="shower"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='shower' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16.177px' height='20px' viewBox='665.953 650.919 16.177 20'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M678.073,658.661c0-0.011,0-0.021,0-0.031c0,0-0.662-3.688-5.051-4.186v-2.593h-2.019v2.593c-4.389,0.497-5.051,4.186-5.051,4.186c0,0.011,0,0.021,0,0.031l0,0l0.708,0.918h-0.272c-0.118,0-0.214,0.096-0.214,0.214v0.574c0,0.118,0.096,0.214,0.214,0.214h11.249c0.118,0,0.214-0.096,0.214-0.214v-0.574c0-0.118-0.096-0.214-0.214-0.214h-0.267l0.702-0.899V658.661L678.073,658.661z M667.011,662.603h0.379c0.078,0,0.143-0.064,0.143-0.143v-0.798c0-0.079-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.063-0.143,0.143v0.798C666.868,662.538,666.932,662.603,667.011,662.603zM666.868,664.131c0,0.079,0.063,0.143,0.143,0.143h0.379c0.078,0,0.143-0.063,0.143-0.143v-0.797c0-0.079-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.063-0.143,0.143V664.131L666.868,664.131z M666.868,665.803c0,0.079,0.063,0.143,0.143,0.143h0.379c0.078,0,0.143-0.063,0.143-0.143v-0.798c0-0.078-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.064-0.143,0.143V665.803L666.868,665.803z M668.955,662.603h0.378c0.079,0,0.143-0.064,0.143-0.143v-0.798c0-0.079-0.063-0.143-0.143-0.143h-0.378c-0.079,0-0.143,0.063-0.143,0.143v0.798C668.813,662.538,668.876,662.603,668.955,662.603z M668.813,664.131c0,0.079,0.063,0.143,0.143,0.143h0.378c0.079,0,0.143-0.063,0.143-0.143v-0.797c0-0.079-0.063-0.143-0.143-0.143h-0.378c-0.079,0-0.143,0.063-0.143,0.143V664.131z M668.813,665.803c0,0.079,0.063,0.143,0.143,0.143h0.378c0.079,0,0.143-0.063,0.143-0.143v-0.798c0-0.078-0.063-0.143-0.143-0.143h-0.378c-0.079,0-0.143,0.064-0.143,0.143V665.803zM670.899,662.603h0.379c0.079,0,0.143-0.064,0.143-0.143v-0.798c0-0.079-0.063-0.143-0.143-0.143h-0.379c-0.078,0-0.143,0.063-0.143,0.143v0.798C670.756,662.538,670.821,662.603,670.899,662.603z M670.756,664.131c0,0.079,0.064,0.143,0.143,0.143h0.379c0.079,0,0.143-0.063,0.143-0.143v-0.797c0-0.079-0.063-0.143-0.143-0.143h-0.379c-0.078,0-0.143,0.063-0.143,0.143V664.131z M670.756,665.803c0,0.079,0.064,0.143,0.143,0.143h0.379c0.079,0,0.143-0.063,0.143-0.143v-0.798c0-0.078-0.063-0.143-0.143-0.143h-0.379c-0.078,0-0.143,0.064-0.143,0.143V665.803zM672.843,662.603h0.379c0.078,0,0.143-0.064,0.143-0.143v-0.798c0-0.079-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.063-0.143,0.143v0.798C672.7,662.538,672.764,662.603,672.843,662.603z M672.7,664.131c0,0.079,0.063,0.143,0.143,0.143h0.379c0.078,0,0.143-0.063,0.143-0.143v-0.797c0-0.079-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.063-0.143,0.143V664.131z M672.7,665.803c0,0.079,0.063,0.143,0.143,0.143h0.379c0.078,0,0.143-0.063,0.143-0.143v-0.798c0-0.078-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.064-0.143,0.143V665.803z M674.787,662.603h0.379c0.078,0,0.143-0.064,0.143-0.143v-0.798c0-0.079-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.063-0.143,0.143v0.798C674.645,662.538,674.708,662.603,674.787,662.603z M674.645,664.131c0,0.079,0.063,0.143,0.143,0.143h0.379c0.078,0,0.143-0.063,0.143-0.143v-0.797c0-0.079-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.063-0.143,0.143V664.131zM674.645,665.803c0,0.079,0.063,0.143,0.143,0.143h0.379c0.078,0,0.143-0.063,0.143-0.143v-0.798c0-0.078-0.064-0.143-0.143-0.143h-0.379c-0.079,0-0.143,0.064-0.143,0.143V665.803z M677.252,661.662c0-0.079-0.063-0.143-0.143-0.143h-0.379c-0.078,0-0.143,0.063-0.143,0.143v0.798c0,0.078,0.064,0.143,0.143,0.143h0.379c0.079,0,0.143-0.064,0.143-0.143V661.662L677.252,661.662z M677.252,663.334c0-0.079-0.063-0.143-0.143-0.143h-0.379c-0.078,0-0.143,0.063-0.143,0.143v0.797c0,0.079,0.064,0.143,0.143,0.143h0.379c0.079,0,0.143-0.063,0.143-0.143V663.334L677.252,663.334z M677.252,665.005c0-0.078-0.063-0.143-0.143-0.143h-0.379c-0.078,0-0.143,0.064-0.143,0.143v0.798c0,0.079,0.064,0.143,0.143,0.143h0.379c0.079,0,0.143-0.063,0.143-0.143V665.005L677.252,665.005z M670.953,650.919h10.695v1.711h-10.695V650.919z M680.419,650.973h1.711v19.946h-1.711V650.973z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="skier"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='skier' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='14.485px' viewBox='7102.77 7894.6 20 14.485'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M7107.784,7905.676L7107.784,7905.676c-1.922-1.216-4.993-3.542-5.014-3.556c0,0,0.244-0.046,0.638-0.224c0.162,0.235,2.771,2.177,4.705,3.399c0,0,3.79,2.445,4.438,2.828c0,0,0.888,0.482,1.831,0.359c-0.014,0.015-0.087,0.521-0.944,0.602c-0.365-0.018-1.047-0.358-1.466-0.637C7111.971,7908.449,7109.709,7906.892,7107.784,7905.676z M7102.885,7902.48C7102.885,7902.48,7102.885,7902.48,7102.885,7902.48L7102.885,7902.48L7102.885,7902.48L7102.885,7902.48L7102.885,7902.48z M7113.106,7905.463L7113.106,7905.463c-1.922-1.216-4.993-3.542-5.014-3.556c0,0,0.244-0.046,0.638-0.224c0.162,0.235,2.771,2.177,4.704,3.399c0,0,3.79,2.445,4.439,2.828c0,0,0.887,0.482,1.831,0.359c-0.014,0.015-0.087,0.521-0.945,0.602c-0.365-0.018-1.046-0.358-1.466-0.637C7117.293,7908.236,7115.032,7906.679,7113.106,7905.463z M7108.208,7902.267C7108.208,7902.267,7108.208,7902.267,7108.208,7902.267L7108.208,7902.267L7108.208,7902.267L7108.208,7902.267L7108.208,7902.267zM7108.111,7896.662l0.324,0.184l-0.496,0.873l-0.323-0.184L7108.111,7896.662z M7107.605,7896.685l8.939,6.004l-0.185,0.275l-8.94-6.003L7107.605,7896.685z M7113.219,7898.768l7.919,4.968l-0.158,0.293l-7.92-4.968L7113.219,7898.768z M7113.59,7898.726l0.224,0.139l-0.367,0.616l-0.224-0.139L7113.59,7898.726z M7107.14,7904.373c-0.667,0.193,0.083,1.498,1.416,1.166c1.333-0.334,4.248-1.083,4.248-1.083l3.248-1.916l0.25,0.917c0,0-1.943,1.082-2.832,1.582c-0.889,0.5,0.999,1.609,2.249,1c1.25-0.611,3.692-2.193,3.998-2.582c0.305-0.389,0.75-1.999,0.75-1.999s-0.083,1.276-0.167,1.915s1.166,1.166,1.416,0.25c0.25-0.916,0.741-3.459,0.758-4.168s-0.592-1.078-0.592-1.078c-0.222-0.139-2.221-1.139-2.831-1.25c-0.611-0.111-1.25,0.25-1.25,0.25s-0.75,0.574-0.962,1.001c-0.212,0.427-0.371,1.247-0.371,1.247c0,0.416-1.943,0.944-2.665,2.082C7113.081,7902.845,7107.806,7904.178,7107.14,7904.373z M7122.77,7896.072c0,0.813-0.659,1.471-1.471,1.471c-0.813,0-1.472-0.658-1.472-1.471s0.659-1.472,1.472-1.472C7122.111,7894.6,7122.77,7895.259,7122.77,7896.072z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li[data-icon="wc"]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='wc' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16.218px' height='20px' viewBox='641.89 640 16.218 20'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M645.463,656.172c0.077,0.032,0.128,0.107,0.128,0.19v2.78c0,0.473,0.384,0.857,0.857,0.857h6.53c0.474,0,0.857-0.385,0.857-0.857v-4.154c0-0.084,0.051-0.159,0.126-0.198c0.961-0.493,1.406-1.815,1.332-2.724c-0.006-0.072,0.052-0.131,0.124-0.131h1.858c0.46,0,0.832-0.373,0.832-0.833v-4.155l0,0v-0.091v-4.185c0-0.058-0.029-0.111-0.078-0.143l-0.732-0.466c-0.051-0.032-0.11-0.05-0.171-0.05h-4.432c-0.061,0-0.12,0.018-0.171,0.05l-0.732,0.466c-0.049,0.031-0.078,0.085-0.078,0.143v1.28v2.904v0.091v3.094c0,0.077-0.063,0.139-0.14,0.139h-9.401c-0.153,0-0.284,0.118-0.283,0.271C641.901,651.433,642.182,654.801,645.463,656.172z M650.593,649.477v-1.36h-7.59c-0.605,0-1.097,0.482-1.112,1.084c-0.004,0.154,0.124,0.276,0.278,0.276H650.593L650.593,649.477z M655.472,641.385v-0.399h0.299c0.051,0,0.093-0.042,0.093-0.093v-0.801c0-0.051-0.042-0.093-0.093-0.093h-1.453c-0.052,0-0.093,0.042-0.093,0.093v0.801c0,0.051,0.041,0.093,0.093,0.093h0.298v0.399H655.472z'/%3E%3C/svg%3E"); }
.factstab__boxinfo__box li .question {
    border: 1px solid #ced4da;
    border-radius: 9px;
    color: #ced4da;
    display: inline-block;
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    height: 18px;
    min-height: 18px;
    line-height: 15px;
    margin-left: 0.5rem;
    text-align: center;
    width: 18px;
    min-width: 18px; }
.factstab__boxinfo__box li .question::after {
    content: "?"; }
/*
OVERRIDE BOOTSTRAP VARIABLES
*/
/*
    Declare our own variables
*/
.accommodation__imagestab__images {
    list-style: none;
    margin: 0;
    padding: 0; }
.accommodation__imagestab__images li {
    margin-bottom: 1rem; }
.accommodation__imagestab__images img {
    max-width: 100%;
    width: 100%; }
/*
OVERRIDE BOOTSTRAP VARIABLES
*/
/*
    Declare our own variables
*/
.pricelist__toprow {
    margin-bottom: 0.5rem;
    display:none; }

.pricelist__updated-text {
    font-size: 0.8rem;
    display:none; }

.pricelist__addons-text {
    font-size: 0.8rem;
    display:none;}

.pricelist__paging__btn {
    display:none;
    background-color: black;
    border-radius: 0.9rem;
    cursor: pointer;
    display: inline-block;
    height: 1.8rem;
    width: 1.8rem; }
.pricelist__paging__btn:after {
    display:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' id='dropdown-o' x='218' y='169' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M7 7.542a.541.541 0 0 1-.384-.158L.16.926A.543.543 0 0 1 .925.159L7 6.234 13.075.159a.542.542 0 1 1 .766.767L7.384 7.384A.541.541 0 0 1 7 7.542' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.72rem 0.72rem;
    background-position: 50% 50%;
    content: "";
    display: block;
    height: 1.8rem;
    width: 1.8rem; }
.pricelist__paging__btn--previous {
    display:none;
    margin-right: 0.25rem; }
.pricelist__paging__btn--previous:after {
    display:none;
    transform: rotate(90deg); }
.pricelist__paging__btn--next {
    display:none;
    margin-left: 0.25rem; }
.pricelist__paging__btn--next:after {
    display:none;
    transform: rotate(-90deg); }
.pricelist__paging__btn--inactive {
    display:none;
    background-color: #e9ecef; }
.pricelist__paging__btn--inactive:after {
    display:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' id='dropdown-o' x='218' y='169' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23aaaaaa' d='M7 7.542a.541.541 0 0 1-.384-.158L.16.926A.543.543 0 0 1 .925.159L7 6.234 13.075.159a.542.542 0 1 1 .766.767L7.384 7.384A.541.541 0 0 1 7 7.542' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.pricelist__paging .custom-select-cmp select {
    display:none;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-right: 1rem; }

@media (min-width: 992px) {
    .price-list {
        display:none;
        padding: 0 15px;
        margin: 0 auto;
        max-width: 1399px; } }

@media (min-width: 1430px) {
    .price-list {
        display:none;
        max-width: 1430px; } }

.price-list__dayscolumn {
    display:none;
    width: 9%;
    min-width: 100px; }
.price-list__dayscolumn__day-item {
    display:none;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 1rem; }
.price-list__dayscolumn__day-item--empty {
    display:none;
    background-color: #f3f3f3;
    border-bottom: 0;
    font-size: 1rem;
    min-width: 105px;
    padding: 0.75rem 0; }

.price-list__datescolumn {
    display:none;
    width: 91%;
    overflow: auto; }
.price-list__datescolumn > * > * {
    display:none;
    flex: 1; }
.price-list__datescolumn__days {
    display:none;
    background-color: #f3f3f3; }
.price-list__datescolumn__days__item {
    display:none;
    background-color: #f3f3f3;
    font-size: 1rem;
    text-transform: capitalize;
    text-align: center;
    min-width: 105px;
    padding: 0.75rem 0; }
.price-list__datescolumn__price-items__item {
    display:none;
    border-bottom: 1px solid #f3f3f3;
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    min-width: 105px;
    text-align: center; }
.price-list__datescolumn__price-items__item a {
    display:none;
    color: black; }
.price-list__datescolumn__price-items__item > *:after {
    display:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' id='dropdown-o' x='218' y='169' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='M7 7.542a.541.541 0 0 1-.384-.158L.16.926A.543.543 0 0 1 .925.159L7 6.234 13.075.159a.542.542 0 1 1 .766.767L7.384 7.384A.541.541 0 0 1 7 7.542' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.9rem 0.9rem;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-left: 0.5rem;
    width: 1rem;
    transform: rotate(-90deg); }
.price-list__datescolumn__price-items__item--discounted a {
    display:none;
    color: #bd2c16; }
.price-list__datescolumn__price-items__item--discounted > *:after {
    display:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' id='dropdown-o' x='218' y='169' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23bd2c16' d='M7 7.542a.541.541 0 0 1-.384-.158L.16.926A.543.543 0 0 1 .925.159L7 6.234 13.075.159a.542.542 0 1 1 .766.767L7.384 7.384A.541.541 0 0 1 7 7.542' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.price-list__datescolumn__price-items__item--disabled span {
    display:none;
    color: #dee2e6; }
.price-list__datescolumn__price-items__item--disabled > *:after {
    display:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' id='dropdown-o' x='218' y='169' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dee2e6' d='M7 7.542a.541.541 0 0 1-.384-.158L.16.926A.543.543 0 0 1 .925.159L7 6.234 13.075.159a.542.542 0 1 1 .766.767L7.384 7.384A.541.541 0 0 1 7 7.542' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.price-list__datescolumn__price-items__item--unavailable span {
    display:none;
    text-decoration: line-through; }
/*
OVERRIDE BOOTSTRAP VARIABLES
*/
/*
    Declare our own variables
*/
.overviewtab__description p {
    line-height: 1.85rem; }

.overviewtab__fastfacts__tables > * {
    flex: 1; }
@media (min-width: 768px) {
    .overviewtab__fastfacts__tables > *:first-child {
        margin-right: 1rem; }
    .overviewtab__fastfacts__tables > *:last-child {
        margin-left: 1rem; } }
@media (min-width: 992px) {
    .overviewtab__fastfacts__tables > *:first-child {
        margin-right: 0; }
    .overviewtab__fastfacts__tables > *:last-child {
        margin-left: 0; } }
@media (min-width: 1430px) {
    .overviewtab__fastfacts__tables > *:first-child {
        margin-right: 1rem; }
    .overviewtab__fastfacts__tables > *:last-child {
        margin-left: 1rem; } }

.overviewtab__fastfacts table {
    font-size: 1rem; }
/*
OVERRIDE BOOTSTRAP VARIABLES
*/
/*
    Declare our own variables
*/
@-webkit-keyframes rotate-forever {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

.ssg-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    will-change: transform; }
.ssg-spinner.ssg-btn-spinner {
    display: inline-block;
    position: relative;
    top: -1px;
    left: auto;
    width: 0.7em;
    height: 0.7em;
    margin-left: 4px;
    transform: none;
    vertical-align: middle; }
.ssg-btn-lg .ssg-spinner.ssg-btn-spinner {
    top: -2px; }
.ssg-spinner.ssg-btn-spinner .ssg-spinner-gfx {
    border-width: 2px;
    border-color: currentColor;
    border-right-color: transparent; }
.ssg-spinner .ssg-spinner-gfx {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*border: 3px solid theme-color("primary");*/
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: top;
    animation: rotate-forever 1000ms linear infinite; }

@media (max-width: 900px) {
    .accommodationdetail-tooltip {
        max-width: 80vw; } }

.accommodation-detailview {
    /*
       * Details sidebar
       */
    /*
       * Form with insurance
       */ }
.accommodation-detailview__details {
    background-color: #f3f3f3; }
.accommodation-detailview__details__image {
    margin-bottom: 1rem; }
.accommodation-detailview__details__image img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
.accommodation-detailview__details__where {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
.accommodation-detailview__details__where span {
    cursor: pointer;
    color: #495057; }
.accommodation-detailview__details__name {
    font-size: 1.5rem;
    margin-bottom: 0.75rem; }
.accommodation-detailview__details__name a {
    color: black; }
.accommodation-detailview__details__price {
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.45rem;
    font-weight: 700; }
.accommodation-detailview__details__list {
    list-style: none;
    margin: 1.5rem 0 1rem;
    padding: 0; }
.accommodation-detailview__details__list li {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem; }
.accommodation-detailview__details__list__type {
    display: inline-block;
    font-weight: normal;
    width: 5rem; }
.accommodation-detailview__details__list__changeguests {
    cursor: pointer;
    color: #bd2c16;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding-left: 0.5rem; }
.accommodation-detailview__icon {
    border-radius: 50%;
    width: 3.75rem;
    min-width: 3.75rem;
    height: 3.75rem;
    border: 3px solid #ff6600;
    margin-right: 1rem;
    background-color: white;
    text-align: center; }
.accommodation-detailview__icon:before {
    background-repeat: no-repeat;
    background-size: 2.25rem 2.25rem;
    background-position: center;
    display: inline-block;
    content: "";
    height: calc(3.75rem - 6px);
    width: calc(3.75rem - 6px);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='18' viewBox='0 0 20 18' id='appartments-o' x='40' y='164' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M5.946 16.385h2.32v-4.5h-2.32v4.5zm5.788 0h2.32v-4.5h-2.32v4.5zM17.34 8.26a.533.533 0 0 0-.534.533v7.592h-1.953v-5.3h-3.92v5.3H9.066v-5.3H5.147v5.3H3.194V8.813a.533.533 0 1 0-1.068 0v8.106c0 .295.24.534.534.534h14.68a.534.534 0 0 0 .533-.534V8.793a.534.534 0 0 0-.533-.533zm2.472-.083a.533.533 0 1 1-.692.81l-9.095-7.753L.88 8.99a.534.534 0 0 1-.69-.814L9.682.127c.2-.17.492-.17.691.001l9.439 8.049zM15.675 3.38a.467.467 0 0 1 0-.935h1.665c.258 0 .466.209.466.467v1.669a.467.467 0 1 1-.934 0V3.38h-1.197zM5.88 9.875h2.452V8.583H5.88v1.292zm-.667.668h3.786V7.916H5.213v2.627zm6.455-.668h2.452V8.583h-2.452v1.292zm-.667.668h3.786V7.916H11v2.627z' fill-rule='evenodd'/%3E%3C/svg%3E"); }
@media (min-width: 768px) {
    .accommodation-detailview__form {
        display:none;
        padding-left: 2rem; } }
@media (min-width: 992px) {
    .accommodation-detailview__form {
        padding-left: 5rem; } }
.accommodation-detailview__form__doubleborder {
    display:none;
    border-top: 2px solid #888888;
    border-bottom: 2px solid #888888;
    box-sizing: border-box;
    height: 6px; }
.accommodation-detailview__form--border-top {
    border-top: 2px solid #ced4da;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
.accommodation-detailview__form__question {
    border: 1px solid #ced4da;
    border-radius: 0.7rem;
    color: #ced4da;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    min-height: 1.4rem;
    height: 1.4rem;
    line-height: 1.3rem;
    margin-left: 0.5rem;
    text-align: center;
    min-width: 1.4rem;
    width: 1.4rem; }
.accommodation-detailview__form__question:after {
    content: "?"; }
.accommodation-detailview__form__insurance {
    cursor: pointer;
    user-select: none; }
.accommodation-detailview__form__insurance .custom-radio {
    margin-right: 0.7rem;
    flex-shrink: 0; }
.accommodation-detailview__form__insurance__type {
    cursor: pointer;
    user-select: none;
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0 0.25rem; }
.accommodation-detailview__form__insurance__list {
    display: block;
    margin-top: 0.75rem;
    padding: 0 0 0 3rem;
    width: 100%; }
.accommodation-detailview__form__insurance__list__item {
    display: block;
    font-size: 0.8rem;
    padding: 0.25rem 0 0.25rem 0;
    position: relative; }
.accommodation-detailview__form__insurance__list__item::before {
    background-color: black;
    border-radius: 2px;
    content: "";
    height: 4px;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 4px; }
.accommodation-detailview__form__option .custom-checkbox {
    flex: 1;
    margin-right: 1rem; }
.accommodation-detailview__form__option > *:last-child {
    margin-left: 1rem; }
.accommodation-detailview__form__option .custom-select-cmp {
    height: 2.35rem;
    width: auto; }
.accommodation-detailview__form__option .custom-select-cmp select {
    height: 2.35rem;
    padding: 0 1.6rem 0 0rem;
    font-size: 1.7rem;
    margin-left: -1rem;
    padding-left: 1rem;
    width: auto; }
.accommodation-detailview__form__option .custom-select-cmp .ssg-iconWrapper {
    right: 0.5rem; }
.accommodation-detailview__form__option__label {
    cursor: pointer;
    user-select: none;
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0 0.25rem; }
.accommodation-detailview__form__option__price {
    font-family: "Open Sans Condensed", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }

.insuranceQuestionPopup {
    max-width: 800px; }
@media (min-width: 768px) {
    .insuranceQuestionPopup {
        min-width: 600px; } }

.warnNoInsurancePopup {
    max-width: 600px; }
@media (min-width: 768px) {
    .warnNoInsurancePopup {
        min-width: 600px; } }
.warnNoInsurancePopup b, .warnNoInsurancePopup strong {
    font-weight: 700; }
.warnNoInsurancePopup__buttons .ssg-btn {
    cursor: pointer;
    width: 100%; }
.warnNoInsurancePopup__buttons .ssg-btn:last-child {
    margin-bottom: 0; }
@media (min-width: 768px) {
    .warnNoInsurancePopup__buttons .ssg-btn {
        margin-right: 1rem;
        margin-bottom: 0;
        width: auto; }
    .warnNoInsurancePopup__buttons .ssg-btn:last-child {
        margin-right: 0; } }
/*
OVERRIDE BOOTSTRAP VARIABLES
*/
/*
    Declare our own variables
*/

/*# sourceMappingURL=accommodationdetail.css.map*/

#popup-detail_cottage .popup__inner{
    max-width: unset;
}

