#appartment-picker-section {
	background: #D2CECD;
    padding: 50px 0;
}

#appartment-picker-section-inner {
    margin: 0 auto;
    width: 1084px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.single-house-image {
    position: relative;
    display: inline-block;
    width: calc(100% - 340px);
    vertical-align: top;
    padding-right: 30px;
    box-sizing: border-box;
}
.single-house-image:before {
    content: 'Panorama i sentrum - bu ved sjøen';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    font-style: italic;
    padding: 15px 15% 0 15%;
    box-sizing: border-box;
    width: 80%;    
}
.single-house-image-container {
    display: none;
}
.single-house-image-container.visible {
    display: block;
}

.single-house-image-img {
    display: block;
    max-width: 100%;
}

.single-house-image-switcher {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 50px;
}
.single-house-image-switcher a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 78px;
    height: 78px;
    text-transform: uppercase;
    text-decoration: none;
    background: url('../images/turn_around_black.svg') no-repeat center;
    background-size: contain;
}
.single-house-image-switcher svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-house-image-switcher strong {
    display: block;
    padding: 16px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.single-house-info-container {
    display: inline-block;
    width: 340px;
    vertical-align: top;
    font-size: 20px;
}
.single-house-info-tabs {
    font-size: 0;
    background: #fff;
    border-bottom: 1px solid #ced6da;
}
.single-house-info-tabs > div {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
    border-left: 1px solid #ced6da;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    background: #EBEECE;
    padding: 10px 28px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
.single-house-info-tabs > div:hover, 
.single-house-info-tabs > div.selected {
    background: #fff;
}
.single-house-info-tabs > div:first-child {
    border-left: none;
}
.single-house-info-tabs-content {
    position: relative;
}
.single-house-info-tab {
    display: none;
}
.single-house-info-tab.selected {
    display: block;
}
.tab-name-prices table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: left;
}
.tab-name-prices .single-appartment-link {
    cursor: pointer;
}
.tab-name-prices table th, 
.tab-name-prices table td {
    padding: 5px 10px;
    font-weight: 400;
    background: #DCDEA0;
    text-align: center;
}
.tab-name-prices table th {
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 20px;
    padding-top: 30px;
    padding-bottom: 5px;   
}
.tab-name-prices table th.th-leil-nr {
    background-image: url('../images/flat.svg'); 
}
.tab-name-prices table th.th-rom {
    background-image: url('../images/apartment_plan.svg'); 
}
.tab-name-prices table th.th-bra {
    background-image: url('../images/quadrature.svg'); 
}
.tab-name-prices table th.th-terace {
    background-image: url('../images/terasse_icon.svg'); 
}
.tab-name-prices table th.th-price {
    background-image: url('../images/price.svg'); 
}
.tab-name-prices table tr:nth-child(odd) td {
    background: #DCDEA0;
}
.tab-name-prices table td {
    background: #EBEECE;
}
.tab-name-prices table .single-appartment-link.highlight td {
    background: #AAC257;
}
.single-house-info-tab .no-apartment-selected {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.single-appartment-info-content {
    background: #fff;
}
.single-appartment-info-room-number {
    font-size: 15px;
    font-weight: 400;
    padding: 35px 20px 10px 20px;
    background: #fff;
    text-decoration: underline;
}
.single-appartment-info-container {
	padding: 0 20px;
	box-sizing: border-box;
}
.single-appartment-info-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.single-appartment-info-container ul li {
    color: #363636;
    font-size: 12px;
    display: block;
    padding: 8px 10px 8px 35px;
    box-sizing: border-box;
	background-color: #DCDEA0;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
}
.single-appartment-info-container ul li:nth-child(even) {
	background-color: #EBEECE;
}
.single-appartment-info-container ul li.li-rooms {
    background-image: url('../images/apartment_plan.svg'); 
}
.single-appartment-info-container ul li.li-quadrature {
    background-image: url('../images/quadrature.svg'); 
}
.single-appartment-info-container ul li.li-terrace {
    background-image: url('../images/terasse_icon.svg'); 
}
.single-appartment-info-container ul li.li-price {
    background-image: url('../images/price.svg'); 
}

.single-appartment-image-gallery {
    padding: 20px;
    box-sizing: border-box;	
}
.single-appartment-info-content .single-appartment-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.single-appartment-image-gallery-info {
    color: #363636;
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.single-appartment-info-bottom {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.single-appartment-info-bottom-text {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}
.single-appartment-info-bottom-text a {
	color: #000;
}



/* Mobile view */
@media screen and (max-width:900px) {

    .single-house-image {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .single-house-image-switcher {
        right: 20px;
    }

    .single-house-info-container {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

}

@media screen and (max-width:600px) {

    .single-house-image:before {
        padding: 15px 20px 0 20px;
        font-size: 24px;
    }

}