﻿
.productviewer-wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 700px;

    position: relative;
}
.productviewer-wrapper .pw-box {
    display: block;
    position: relative;
    /* width: 100%;
     height: 100%;
     left: 0;
     top: 0;*/
}


html, body {
    margin: 0px;
    padding: 0px;
}
/*
@font-face {
	font-family: 'futura_mdcn_btmedium';
	src: url('futuramc-webfont.eot');
	src: url('futuramc-webfont.eot?#iefix') format('embedded-opentype'), url('futuramc-webfont.woff') format('woff'), url('futuramc-webfont.ttf') format('truetype'), url('futuramc-webfont.svg#futura_mdcn_btmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    display: none;
}


.productviewer {
    /*border:5px solid #666;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #bfbfbf;
    /*display:none;*/
    width: 100%;
    position: relative;
    padding-top: 1px;
    padding-bottom: 50px;
    overflow: hidden;
}

.productviewer h1,
.productviewer h2,
.productviewer h3,
.productviewer h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.productviewer p {
    padding: 10px;
}

.productviewer > .content {
    margin-top: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.productviewer .top-menu {
    height: 50px;
    z-index: 2005;
    width: 100%;
    top: 0px;
    position: absolute;
    background-color: #303030;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/top-menu-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
}

.productviewer .menu {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding-top: 12px;
    color: #696969;
    font-size: 20px;
}

.productviewer .menu a {
    color: #696969;
    text-decoration: none;
}
.productviewer .menu .choose-image {
    display: none;
    float: right;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 32px;
    cursor: pointer;
}
.productviewer .menu .choose-image.visible {
    display: block;
}

.productviewer .background-image {
    display: none;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 638px;
    top: 50px;
}

.productviewer .background-image.visible {
    display: block;
}
.productviewer .background-image img {
    position: absolute;
    left: 50%;
    margin-left: -666px;
}
.productviewer .background-image img.perspective {
    top: 510px;
}

.productviewer .background-menu {
    position: absolute;
    top: -600px;
    left: 50%;
    margin-left: -475px;
    width: 950px;
    background-color: rgba(39, 39, 39, 0.95);
    z-index: 2000;
    box-shadow: rgba(0, 0, 0, 0.6) 10px 10px 10px 0px;

    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.productviewer .background-menu.visible {
    top: 50px;
    margin-bottom: 15px;
}
.productviewer .background-menu .items {
    margin: 35px 0px 0px 35px;
}
.productviewer .background-menu .items img {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.productviewer .background-menu .items img:last-child {
    margin-bottom: 35px;
}
.productviewer .background-menu .items img.active {
    border: 3px solid #fff;
    width: 155px;
    height: 96px;
}

.productviewer .fullscreenimage {
    background-color: #000;
    background-image: url(loader-anim.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    width: 100%;
    height: 100%;
}
.productviewer .fullscreenimage img {
    width: 100%;
}
.productviewer .fullscreenimage.active {
    display: block;
}
.productviewer .fullscreenimage .close {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 30px;
    /*background-color:#131313;*/
    /*padding:15px;*/
    /*border-radius:5px;*/
}

.productviewer .cf {
    display: block;
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.productviewer .large-image {
    /*border:10px solid #fff;*/
    background-color: #000;
    /*width:980px;*/
    width: 1000px;
    min-height: 300px;
    margin-bottom: 35px;
    position: relative;
    /*height:539px;*/
    height: 559px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 20px;

    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/loader-anim.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.productviewer .large-image img.productimage {
    display: none;
    /*height:539px;
    width:980px;*/
    width: 1000px;
    height: 559px;
    position: absolute;
    left: 0px;
    border-radius: 10px;
}
.productviewer .large-image img.productimage.visible {
    display: block;
}
.productviewer .large-image img.productimage.buffer {
    opacity: 0;
}

.productviewer .large-image .tilter {
    position: absolute;
    left: 0px;
    top: 0px;
    /*width:980px;
    height:539px;*/
    width: 1000px;
    height: 559px;
}
.productviewer .large-image .tilter .controls {
    position: absolute;
    left: 350px;
    bottom: 45px;
    width: 275px;
    height: 50px;
    background-color: #313131;
    border-radius: 5px;
}
.productviewer .large-image .tilter .controls .slider {
    position: absolute;
    left: 29px;
    top: 0px;
}
.productviewer .large-image .tilter .controls .wall {
    position: absolute;
    top: 14px;
    left: 230px;
}
.productviewer .large-image .tilter .controls .wall-tilt {
    position: absolute;
    top: 14px;
    right: 12px;
}
.productviewer .large-image .tilter .title {
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.productviewer .large-image .tilter .imagestack {
    position: absolute;
    left: 0px;
    top: 0px;
}
.productviewer .large-image .tilter .imagestack img {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}
.productviewer .large-image .tilter .imagestack img.visible {
    display: block;
}

.productviewer .large-image .slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}
.productviewer .large-image .slideshow.visible {
    display: block;
}
.productviewer .large-image .slideshow .nav {
    position: absolute;
    cursor: pointer;
    background-color: #131313;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.productviewer .large-image .slideshow .nav.left {
    left: 0px;
    top: 50%;
    margin-top: -25px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/nav-left.png);
}
.productviewer .large-image .slideshow .nav.info {
    bottom: 0px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.productviewer .large-image .slideshow .nav.info span {
    margin-top: 10px;
    display: block;
}
.productviewer .large-image .slideshow .nav.right {
    right: 0px;
    top: 50%;
    margin-top: -25px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/nav-right.png);
}
.productviewer .view {
    box-shadow: rgba(0, 0, 0, .8) 0px 5px 20px;
}

.productviewer .section {
    position: relative;
    background-color: #2f2f2f;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #131313;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
.productviewer .section.filter {
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.productviewer .section .content.small {
    display: inline-block;
    width: 375px;
}
.productviewer .section.top {
    border-top: none;
}
.productviewer .section.hidden {
    display: none;
}

.productviewer .section .objektdesign {
    /*position:absolute;
    top:40px;
    right:286px;*/
    margin-left: 40px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.productviewer .section .objektdesign img {
    vertical-align: middle;
    margin-right: 20px;

}

.productviewer .section.shaded {
    background-color: #303030;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/section-shading.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #131313;
    padding-top: 35px;
    padding-bottom: 20px;
}
.productviewer .section.columns {
    padding-left: 220px;
    font-size: 20px;
    line-height: 28px;
    min-height: 120px;
}
.productviewer .section.columns .label {
    position: absolute;
    left: 40px;
    top: 35px;
    font-size: 30px;
}
.productviewer .section.columns {
    padding-left: 220px;
    font-size: 20px;
    line-height: 28px;
    min-height: 120px;
}


.productviewer .section.image {
    padding-left: 35px;
    height: 170px;
}
.productviewer .section.image h3.image-selection {
    margin-bottom: 20px;
}
.productviewer .section.image .group {
    float: left;
    margin-right: 45px;
}
.productviewer .section.image .group.hidden {
    display: none;
}
.productviewer .section.image .group .items {
    margin-top: 10px;
}
.productviewer .section.image .group .items img {
    width: 70px;
    height: 60px;
    border: 5px solid #5f5f5f;
    margin-right: 17px;
    display: block;
    float: left;
    cursor: pointer;
}
.productviewer .section.image .group .items img:last-child {
    margin-right: 0px;
}
.productviewer .section.image .group .items img.active {
    border-color: #fff;
}


.productviewer .product-list .product-tabs {
    height: 84px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/tabs.jpg);
}

.productviewer .product-list .product-tabs a {
    width: 33%;
    display: block;
    height: 100%;
    /*background-color:#999;*/
    text-align: center;
    float: left;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 84px;
    color: #626262;
}
.productviewer .product-list .product-tabs a.active {
    /*font-size:150%;
    font-weight:bold;*/
    color: #bfbfbf;
}


.productviewer .product-list .product-tabs a:last-child {
    width: 34%;
}

.productviewer .product-list .section.products ul {
    padding: 10px 20px;
    display: block;
    width: 100%;
}
.productviewer .section .no-result {
    padding-left: 40px;
    padding-bottom: 20px;
    display: none;
}
.productviewer .section .no-result.visible {
    display: block;
}

.productviewer .product-list .section.products li,
.productviewer .reference-detail .section.products li {
    width: 98px;
    height: 124px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    /*border:1px solid #fff;*/
    list-style-type: none;
    overflow: hidden;
}
.productviewer .product-list .section.products li.hidden {
    display: none;
}
.productviewer .product-list .section.products ul.hidden {
    display: none;
}

.productviewer .product-list .section.products li a .frame,
.productviewer .reference-detail .section.products li a .frame {
    background-color: #646464;
    width: 92px;
    height: 92px;
    padding: 3px;
    /*border:3px solid #646464;*/
    border-radius: 8px 8px;
    box-shadow: rgba(0, 0, 0, .6) 0px 4px 8px;
    display: block;
    margin-bottom: 5px;
    position: relative;
}
.productviewer .product-list .section.products li a .frame img.stone,
.productviewer .reference-detail .section.products li a .frame img.stone {
    width: 92px;
    height: 92px;
    /*border:3px solid #646464;*/
    border-radius: 6px 6px;
    /*box-shadow:rgba(0,0,0,.6) 0px 4px 8px;*/
    /*display:block;*/
}
.productviewer .product-list .section.products li a .frame img.objektbau,
.productviewer .reference-detail .section.products li a .frame img.objektbau {
    position: absolute;
    bottom: 3px;
    right: 3px;
    border-bottom-right-radius: 6px;
    display: none; /* hidden per req. 250314/kij */
}
.productviewer .product-list .section.products li a,
.productviewer .reference-detail .section.products li a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 15px;
}
.productviewer .product-list .section.products h2 {
    clear: both;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 32px;
}
.productviewer .product-list .section ul:first-of-type h2 {
    margin-top: 15px;
}

.productviewer .product-detail h1,
.productviewer .reference-detail h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.productviewer .reference-list h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.productviewer .product-detail h1 {
    /*padding-bottom:10px;*/
}

.productviewer .product-detail h1 .title {
    color: #696969;
    font-size: 27px;
    margin-left: 25px;
    text-transform: uppercase;
}

.productviewer .product-detail .details .content {
    width: 560px;
}

.productviewer .product-detail h1 .prodno,
.productviewer .reference-detail h1 .title {
    font-size: 50px;
}
.productviewer .reference-list h1 .title {
    font-size: 32px;
}

.productviewer .product-detail .download-texture {
    background-color: #272727;
    color: #696969;
    padding: 14px 14px 14px 55px;
    position: absolute;
    right: 35px;
    text-decoration: none;
    top: 50px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/download-icon.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}

.productviewer .product-detail .download-tech-sheet {
    background-color: #272727;
    color: #696969;
    padding: 14px 14px 14px 55px;
    position: absolute;
    right: 35px;
    text-decoration: none;
    top: 50px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/download-icon.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}

/*.productviewer .product-detail .metadata {
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
    width:370px;
    background-color:#282828;
    color:#696969;
    font-size:20px;
}*/
.productviewer .product-detail .metadata .title {
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/tags-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;

    border-bottom: 1px solid #373737;

    color: #4c4c4c;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 34px;
    margin-right: 34px;
    margin-top: 32px;

    display: none;
}
.productviewer .product-detail .metadata .content {
    margin-left: 40px;
    margin-right: 40px;
    color: #bfbfbf;
    /*margin-top:10px;*/
}
.productviewer .product-detail .metadata .content span {
    color: #666666;
    padding-right: 28px;
}
.productviewer .product-detail .metadata .content img {
    vertical-align: middle;
    padding-left: 3px;
}


.productviewer .feature-icons {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 50px;
}
.productviewer .feature-icons img {
    display: none;
    float: left;
    margin-left: 10px;
}


.productviewer .radiobutton {
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/checkbox-unchecked.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 24px;
    padding-left: 28px;
    line-height: 24px;
    cursor: pointer;
    color: #999;
}
.productviewer .radiobutton.checked {
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/checkbox-checked.png);
    color: #ccc;
}
.productviewer .radiobutton.special {
    background-image: none;
    padding-left: 0px;
}
.productviewer .radiobutton.special.checked {
    background-image: none;
    padding-left: 0px;
}
.productviewer .radiobutton.swatch div.check {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/swatch-check.png);
    background-repeat: no-repeat;
    background-position-x: center;
    display: none;
    width: 56px;
    height: 24px;
}
.productviewer .radiobutton.swatch.checked div.check {
    display: block;
}

.productviewer .radiobuttongroup .radiobutton {
    float: left;
    margin: 5px;

    position: relative;
}
.productviewer .radiobuttongroup {
    /*float: left;*/
    /*height:24px;*/
    display: inline;
    flex-wrap: wrap;
    flex-grow: 1;
}
.productviewer .radiobuttongroup-label {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    margin-left: 0px;
    min-width: 100px;
    color: #bfbfbf;
    width: 100px;
    font-size: 16px;
}
.productviewer .radiobuttongroup-label.discreet {
    color: #555;
    float: none;
    width: 500px;
    padding: 10px 0px 20px 0px;
}
.productviewer .radiobuttongroup-label.fit {
    height: auto;
}

.productviewer .radiobuttongroup-holder {
    margin-left: 12px;
    float: left;
    display: inline;
}


input.search {
    background-color: #e6e6e6;
    width: 398px;
    padding: 5px 5px;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 8px inset;
}


/* References */
.productviewer .product-detail .section.customizer ul,
.productviewer .reference-list .section.references ul {
    padding-left: 40px;
}

.productviewer .product-detail .section.customizer li,
.productviewer .reference-list .section.references li,
.productviewer .product-detail .section.references li {
    width: 226px;
    height: 211px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    /*border:1px solid #fff;*/
    list-style-type: none;
    overflow: hidden;
}
.productviewer .product-detail .section.customizer li.hidden,
.productviewer .reference-list .section.references li.hidden {
    display: none;
}
.productviewer .product-detail .section.customizer ul.hidden,
.productviewer .reference-list .section.references ul.hidden {
    display: none;
}

.productviewer .reference-list .section.references li a .frame,
.productviewer .product-detail .section.references li a .frame,
.productviewer .product-detail .section.customizer li a .frame {
    background-color: #646464;
    width: 220px;
    height: 134px;
    padding: 3px;
    /*border:3px solid #646464;*/
    border-radius: 8px 8px;
    box-shadow: rgba(0, 0, 0, .6) 0px 4px 8px;
    display: block;
    margin-bottom: 5px;
}
.productviewer .reference-list .section.references li a .frame img,
.productviewer .product-detail .section.references li a .frame img,
.productviewer .product-detail .section.customizer li a .frame img {
    width: 220px;
    height: 134px;
    /*border:3px solid #646464;*/
    border-radius: 6px 6px;
    /*box-shadow:rgba(0,0,0,.6) 0px 4px 8px;*/
    /*display:block;*/
}
.productviewer .reference-list .section.references li a,
.productviewer .product-detail .section.references li a,
.productviewer .product-detail .section.customizer li a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 15px;
}


.productviewer ul.view-toolbar {
    position: absolute;
    right: 0px;
    top: 45px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/view-toolbar.png);
    height: 60px;
    width: auto;
    z-index: 8;
    font-size: 16px;
    color: #999;
    /*opacity:0;*/
    filter: alpha(opacity=0);
}
.productviewer ul.view-toolbar span {
    font-size: 16px;
}
.productviewer ul.view-toolbar li {
    float: left;
    height: 47px;
    cursor: pointer;
    padding-right: 10px;
}
.productviewer ul.view-toolbar li.spacer {
    padding-left: 6px;
    /*background-image:url(https://feldhaus.customizer.cadesignform.dk/assets/viewmode-spacer.png);
    background-repeat:no-repeat;
    background-position:6px center;*/
}

.productviewer ul.view-toolbar li:hover {
    color: #ccc;
}
.productviewer ul.view-toolbar li img {
    vertical-align: middle;
    opacity: 0.5;
}
.productviewer ul.view-toolbar li.active img, .productviewer ul.view-toolbar li:hover img {
    opacity: 1;
}
.productviewer ul.view-toolbar li span {
    line-height: 46px;
}
.productviewer ul.view-toolbar li.active span, .productviewer ul.view-toolbar li:hover span {
    color: #fff !important;
}


/* YUI overloads */
.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb {
    width: 28px;
    height: 50px;
    outline: none;
    cursor: pointer;
}
.yui3-skin-sam .yui3-slider-x .yui3-slider-thumb img {
    top: 12px;
}
.yui3-skin-sam .yui3-slider-x .yui3-slider-rail {
    height: 50px;
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/slider-rail-new.png);
    background-repeat: repeat-x;
    cursor: pointer;
}
.yui3-slider-rail-cap-left, .yui3-slider-rail-cap-right {
    display: none;
}


/* Image grayscaling - http://jsfiddle.net/KDtAX/487/ */
.productviewer img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .2s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.productviewer img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


.productviewer-container {
    background-image: url(https://feldhaus.customizer.cadesignform.dk/assets/productviewer/bg.png);
    background-position: top center;
    color: #fff;
}
.productviewer-container .cf {
    display: block;
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
