html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
    height: 100%;
    width: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
img {
  border: 0;
    display: block;

}
body {
    font-size: 15px; 
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; 
    color: #202020;
    background: #ffffff;
}
.velg { height: 100%;}

a {color: #eee;text-decoration: none;}

.button {
    display: block;
    color: #fff;
    background: #202020;
    padding: 10px 0;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
p { 
    margin:  0 0 20px 0;    
}
.bold, b, strong {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
small { 
    font-size: 12px;
    line-height: 1;
}
h1, h2, h3 { 
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #202020;
    font-size: 60px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 20px;
}
.title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}
h4 { 
    font-size: 15px;
    padding: 14px 20px;
    margin: -48px 0 0;
    color: #fff;
    background: #202020;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bx-wrapper {
    position: relative;
}
.bx-viewport, .bxslider, .bx-wrapper, .bx-wrapper img {
    height: auto !important;
    width: 100%;

}
.bx-prev, .bx-next { 
    position:absolute; height:30px; width:70px; top:50%; margin-top:-15px; opacity:1; text-indent: -9999px;
}
.bx-prev { 
    left:10px; background:url('../img/back.png') center center no-repeat; 
    background-color: #ddd;
}
.bx-next { 
    right:10px; background:url('../img/forward.png') center center no-repeat; 
    background-color: #777;
}
.bx-prev:active, .bx-next:active { 
    margin-top:-13px; 
}
.bx-prev:hover, .bx-next:hover { 
    cursor:pointer; 
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8c7043;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.page {
	position: relative;
    margin: 50px auto 0;
    padding: 0;
    width: 1200px; 
}
.full {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.full img{
    width: 100%;
}
.text {
    color: #999999;
    padding: 30px 50px;
    z-index: 1;
    background: #f5f5f5;
}
.text h2{

}
.plan{
        position: relative;
        width: 100%;
        float: left;
}
.plan img{
    width: 100%; 
    margin-top: 50px;

}
.center {
    text-align: center !important;
}
.back {
    position: absolute;
    top: 50px;
    right: 50px;
    background: url(../img/close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    cursor: pointer;
    z-index: 2;
}
.table-box {
    position: relative;
}
.margined {
        margin-bottom: 20px;
}
table {
    width: 100%;
    line-height: 26px;
    border-collapse: collapse;
    color: #202020;
        margin-bottom: 5px;
font-size: 12px;
}
table a{
        color: #202020;
}
th {
   width: 10%;
    padding: 5px 10px;
    background: #aaa;
    color: #fff;
    
    text-align: left;
    border: #f5f5f5 1px solid;
}
td {

    color: #202020;
    border: #f5f5f5 1px solid;
}
.thin {
    width: 7%;
}
td a { 
   display: block; 
    padding: 5px 10px;
}
tr {
    background-color: #ededed;
}
tr:hover, tr:nth-child(odd):hover {
    background-color: #d3d3d3;
}
tr:nth-child(odd){
    background-color: #e2e2e2;
}
.clear {
    clear:both;
}

@-webkit-keyframes inout {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 0.4; }
}
#chooser {
position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
svg { 
    position: relative;
}

svg g polygon { 
    opacity: 0.4;
    transition: all 0.3s ;
    -webkit-animation: inout 1s ease; /* Safari 4+ */
    -moz-animation: inout 1s ease; /* Fx 5+ */
    -o-animation: inout 1s ease; /* Opera 12+ */
    animation:  inout 1s ease; /* IE 10+, Fx 29+ */
}
        
svg g:hover polygon, svg g:active polygon { 
    opacity: 0.8; 
    visibility: visible;
    transition: all 0.3s ;
}
#svg-tint {
    opacity: .2;
    transition: all 0.3s ;
    -webkit-animation: inout 1s ease; /* Safari 4+ */
    -moz-animation: inout 1s ease; /* Fx 5+ */
    -o-animation: inout 1s ease; /* Opera 12+ */
    animation:  inout 1s ease; /* IE 10+, Fx 29+ */
}
#bygg_A, #bygg_B , #bygg_C { 
    opacity: .5;
    transition: all 0.3s ;
    -webkit-animation: inout 1s ease; /* Safari 4+ */
    -moz-animation: inout 1s ease; /* Fx 5+ */
    -o-animation: inout 1s ease; /* Opera 12+ */
    animation:  inout 1s ease; /* IE 10+, Fx 29+ */
}
#bygg_A:hover, #bygg_B:hover, #bygg_C:hover { 
    opacity: 0;
}
svg #bygg_A:hover ~ #svg-tint, #bygg_B:hover ~ #svg-tint, #bygg_C:hover ~ #svg-tint { 
    opacity: .4;
}
#opis {
    pointer-events: none;
}
.custom-tooltip {
    position: absolute;
    font-size: 15px;
    background-color: #eee;
    color: #101010;
    padding: 15px 20px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translate(-50%, 30px);
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0;
}
.plan-legend {
    position:relative;
    background: #f5f5f5;
    padding: 40px;
    box-sizing: border-box;
}
.plan-legend h2{
    padding-bottom: 0;
    margin-bottom: 0;
    color: #202020;
}
.north {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.north-right {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.north img, .north-right img {
    width: 40px;
}
.mobile, .scroll-right {
    display: none
}
@media only screen and (max-width: 1280px) { 
body {
    font-size: 18px; 
    }
    .page {
    width: 960px;
    }
    .inner {
    width: 100%;
        padding: 40px 0;
    }
@media only screen and (max-width: 959px) {
    .page {
    width: 100%;
        margin: 0;
    }
#chooser {
    width: 100%;
    height: inherit;
}
}
@media only screen and (max-width: 640px) {
body {
    font-size: 14px; 
    line-height: 1.5;
}
p { 
    margin:  0 0 25px 0;    
}
h1, h2, h3 { 
    font-size: 20px;
    padding: 0 0 5px 0;
}
.chooser {
        font-size: 20px;
        top: 80px;
        left: 5%;
}
#chooser {
    width: 1000px;
    }
.text {
    padding: 20px;
}
.back {
    top: 20px;
    right: 20px;
}
.table-box {
    width:100%;
    overflow-x: scroll;
}
.scroll-right {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    content:"→";
    z-index: 2;
    color: #202020;
    font-size: 18px;
}
.mobile {
    display: inline;
    font-size: 18px;
    margin-left: 10px;
}
.white {
    color: #fff;
}
table {
    width:1200px; 
}
.bx-prev, .bx-next { 
    display: none;
}
.plan {
        width: 100%;

    }
.plan-legend {
    position:relative;
}
    #bygg_A, #bygg_B , #bygg_C { 
    opacity: 0;
    }
#svg-tint { 
    opacity: .7;
}
.north-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

}