<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1279px) and (min-width: 1024px) {

.document-wrapper {
    width:100%;
    position:Absolute;
    height:500%;
    display:block;
}
    
.fb-wrapper {
    width: 270px;
    margin: 0px auto 50px auto;
}
    
.fb img {
    width: 180px;
    bottom: 20px;
    right: 30px;
}

#trigger1 {
    width:100%;
    height:0px;
    position:absolute;
    top:143vh;
    -webkit-transition: -webkit-transform 2s ease-in-out;
}
    
#trigger2 {
    width:100%;
    height:0px;
    position:absolute;
    top:80vh;
    -webkit-transition: -webkit-transform 2s ease-in-out;
}

#preloader {
    position:absolute;
    width:100%;
    height:20%;
    background: linear-gradient( to bottom right, rgb(18, 51, 18), rgb(35, 121, 35));
    z-index:10000;
    -webkit-transition: -webkit-transform 2s ease-in-out;
}

#progressbarwrapper {
    width:100%;
    position:absolute;
    bottom:50px;
}

#progressouterbar {
    width: 30%;
    background-color: grey;
    position:relative;
    bottom:100px;
    margin:auto;
}

#progressinnerbar {
    width: 1%;
    height: 30px;
    background-color: green;
}

.container {
		position: absolute;
		top: 60%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
}

.right {
		float: left;
		color: #FFF;
		width: 50%;
		text-align: right;
}

.left {
		float: left;
		color: #7a7a7a;
		width: 50%;
		text-align: right;
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
		margin-top: 40px;
}

#preloader h1,h4 {
		-webkit-transition: opacity .25s;
		-moz-transition: opacity .25s;
		-o-transition: opacity .25s;
		-ms-transition: opacity .25s;
		transition: opacity .25s;
		font-family: "FARCRY", Verdana, Tahoma;
}

#preloader h1 {
		font-size: 6vw;
        margin:0;
}

#preloader h4 {
		font-size: 3vw;
}

#preloader h4:first-child {
		margin-bottom: -2vw;
}

#preloader h4:last-child {
		margin-top: -1.7vw;
}
.loaded {
    -webkit-transform:translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.preloader-logo-outer {
    position:absolute;
    width:100%;
}
.preloader-logo-inner {
    position:relative;
    width:300px;
    height:300px;
    margin:auto;
}
.preloader-logo-inner img {
    position:relative;
    width:300px;
}
navigation {
    width:100%;
    position:fixed;
    height:100px;
    background-color:rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
    z-index:999;
    animation-name: navigation-appear;
    animation-duration: 4s;
}
.notification {
    height: 100px;
}
@keyframes navigation-appear {
    0% {top: -100px}
    75% {top: -100px}
    100% {top: 0px}
}
header {
    position:relative;
    height:104vh;
    min-height: 800px;
    width:100%;
    background-image:url(../images/bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.title {
    position:relative;
    margin: auto;
    width: 615px;
    text-align:center;
    height: 100%;
    font-size: 40px;
    z-index:3;
    opacity: 1;
    animation-name: title-appear;
    animation-duration: 6s;
}
    
.title-wrapper {
    height: 580px;
    margin-top: 50px;
}

@keyframes title-appear {
    0% {opacity: 0}
    100% {opacity: 1}
}

.title h1 {
    font-size: 31px;
    font-weight: 400;
    margin-top: 8px;
    font-style: italic;
    text-shadow: 0px 0px 10px #000000;
    animation-name: title-h1-appear;
    animation-duration: 5s;
}

@keyframes title-h1-appear {
    0% {opacity:0; margin-top: -20px;}
    90% {opacity:0; margin-top: -20px;}
    100% {opacity:1; margin-top: 8px;}
}

.title-bg-triangle {
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 550px 300px;
    border-color: transparent transparent rgba(0, 0, 0, 0.6); transparent;
}
.title img {
    width:350px;
    margin-bottom: 15px;
}
.triangle {
    width: 100%;
    -webkit-clip-path: polygon(0 22%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 0% 0%, 100% 0%, 0% 100%);
    padding-bottom: 30px;
    background-color: rgb(234, 241, 232);
}
.layer {
    position:absolute;
    display: block;
}
.parallax-viewport { 
    position:absolute; 
    overflow:hidden; 
    width:100%; 
    height:650px; 
    right:0px;
    bottom:-60px;
    display: none;
}
.parallax-layer {
    width:800px;
    height:650px;
    background-size:100%;
    background-repeat:no-repeat;
    position:absolute;
    bottom:0;
    background-position:right;
}
#l1 {
    background-image:url(../images/bg1.png);
    z-index:1
}
#l2 {
    background-image:url(../images/bg2.png);
    width:100%;
    bottom:-150px;
    z-index:4;
}
#l3 {
    background-image:url(../images/bg3.png);
    width:105%;
    position:absolute;
    z-index:5;
}
.navi-wrapper {
    height: 60px;
    margin: 20px 25px;
    margin-left: 25px !important;
    margin-right: 25px !important;
    position: relative;
}
.navi-logo {
    height:auto;
    width:auto;
    float:left;
}
.navi-logo img {
    height:60px;
    cursor:pointer;
}
.navi-menu-wrapper {
    position:absolute;
    right:0;
    width:auto;
}
.navi-menu-link {
    float:right;
    font-size:22px;
    font-weight: 400;
    cursor:pointer;
    margin:18px 10px;
}
.navi-menu-link:hover {
color: rgb(220,220,220);
}
.navi-menu-link:hover:after {
    width: 100%;
	background: rgb(220,220,220);
}
.navi-menu-link:after {
    content: '';
	display: block;
	margin: auto;
    margin-top: 2px;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .8s ease, background-color .8s ease;
}

.navi-menu-link-separator {
    float:right;
    height:50px;    
    width:2px;
    margin: 8px 10px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    background-color: rgba(255,255,255, 0.2)
}
.title-separator {
    margin: 0 auto;
    width: 515px;
    height:3px;
    background-color: white;
    box-shadow: 0px 0px 10px #000000;
    animation-name: separator-appear;
    animation-duration: 4s;
}

@keyframes separator-appear {
    0% {width: 0px;}
    75% {width: 0px;}
    100% {width: 515px;}
}
.content {
    position:relative;
    height:auto;
    width:100%;
    top:0px;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}
.content-shade {
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.2);
}
.news {
    background-color: rgb(234, 241, 232);
}
.gallery {
    background-color: rgb(234, 241, 232);
}
.offer {
    background-color: rgb(234, 241, 232);
}
.page-title h1 {
    color: rgb(74, 125, 51);
    font-size: 40px;
    margin: 0;
}

.page-title-white h1 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}


.page-title-white .icon-border {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid rgb(255, 255, 255);
}

.icon-border {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid rgb(74, 125, 51);
}

.page-title-white .icon-border img {
    position: absolute;
    margin: 12px;
    width: 82px;
}

.icon-border img {
    position: absolute;
    margin: 18px 12px;
    height: 100px;
    width: 100px;
}

.title-text {
    position: absolute;
    padding-left: 15px;
    border-left: 8px solid rgb(74, 125, 51);
    margin-top: 20px;
}

.page-title-white .title-text {
    position: absolute;
    padding-left: 15px;
    border-left: 8px solid white;
    margin-top: 20px;
}

.page-title p {
    color: rgb(74, 125, 51);
    font-size: 22px;
    margin: 0;
}

.page-title-white p {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin: 0;
    text-shadow: 2px 2px 8px black;
}
.page-title-photo h1 {
   margin-left: 200px;
    color: rgb(234, 241, 232);
    font-size: 50px;
    margin-bottom: 70px;
    padding-bottom:30px;
    width:40%;
    border-bottom:5px solid rgb(234, 241, 232);
}
.page-title {
    position: relative;
    left: 50px;
    margin-bottom: 150px;
}

.page-title-white {
    position: relative;
    left: 50px;
    margin-bottom: 200px;
    margin-top: 50px;
}

.offer-element-wrapper {
    position: relative;
    width: 850px;
    height: 250px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.offer-circle {
    z-index: 101;
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 5px solid white;
    margin: 0 auto;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}

.tarcica {
    background-color: white;
    background-image: url(../images/tarcica.jpg);
    background-size: cover; 
}

.tarcica2 {
    background-color: white;
    background-image: url(../images/tarcica2.jpg);
    background-size: cover; 
}

.szalunek {
    background-color: white;
    background-image: url(../images/szalunek.jpg);
    background-size: cover; 
}

.podbitka {
    background-color: white;
    background-image: url(../images/podbitka.jpg);
    background-size: cover; 
}

.deski {
    background-color: white;
    background-image: url(../images/floorboard2.jpg);
    background-size: cover; 
}
    
.estabilished-wrapper {
    background-color: rgb(74, 125, 51);
    height: 280px;
    width: 100%;
    padding-top: 40px;
    margin-top: 100px;
    color: rgb(234, 241, 232);
}
    
.estabilished-wrapper text {
    text-align: center;
    font-size: 2.2em;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
    
.popup p {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px rgba(0,0,0,1);
    font-size: 1.3em;
}
    
.popup p:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid rgba(255,255,255,0.9);
    left: 30px;
    bottom: 8px;
}

.service-icons-wrapper {
    background-color: rgb(74, 125, 51);
    height: 300px;
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
    color: rgb(234, 241, 232);
}

.service-icons-inner-wrapper {
    width: 810px;
    margin: 0 auto;
}

.service-icon:nth-child(2) {
    margin: 0 100px;
}

.service-icons-wrapper text {
    text-align: center;
    font-size: 2.2em;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.service-icon {
    float: left;
}
    
.service-icon:nth-child(odd) img {
    height: 70px;
}
    
.service-icon:nth-child(even) img {
    height: 55px;
    margin-top: 16px;
}

.service-icon h1{
    text-align: center;
    font-size: 1.2em;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.offer-element-wrapper:nth-child(odd) .offer-text-wrapper {
    right:0;
}
.offer-element-wrapper:nth-child(even) .offer-text-wrapper {
    left:0;
}
.offer-element-wrapper:nth-child(even) .offer-circle {
    right:0;
}
.offer-element-wrapper:nth-child(odd) .offer-text-wrapper h1 {
    margin-left:50px;
}
.offer-element-wrapper:nth-child(even) .offer-text-wrapper h1 {
    margin-right:50px;
}
.offer-element-wrapper:nth-child(odd) .offer-text-wrapper p {
    margin-left: 100px;
    margin-right: 50px;
}
.offer-element-wrapper:nth-child(even) .offer-text-wrapper p {
    margin-right: 100px;
    margin-left: 50px;
}
.offer-text-wrapper {
    z-index: 100;
    position: absolute;
    width: 700px;
    height: 180px;
    background-color: rgba(255,255,255,0.3);
    background-image: url(../images/plank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 450px;
    border-radius: 25px;
    margin: 20px 0px 20px 0px;
    box-shadow: 1px 2px 16px rgba(0,0,0,0.1);
}

.offer-text-wrapper h1 {
    margin-top: 25px;
    text-align: center;
    color: black;
    font-size: 35px;
}

.offer-text-wrapper p {
    text-align: center;
    color: black;
    font-size: 21px;
    margin-top: 30px;
}

.contact {
    background-color: rgb(234, 241, 232);
}
    
.content-contact-infobox-element img {
    height: 20px;
    margin-right: 5px;
    margin-bottom: -3px;
}


.timeline-element {
    position: relative;
    width: 100%;
    height: 150px;
}

.timeline-vertical {
    width: 4px;
    height: 100%;
    background-color: white;
    margin: 0 auto;
}

.timeline-horizontal {
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: white;
    right: 135px;
    bottom: 50%;
}

.timeline-vertical p {
    position: absolute;
    transform: rotate(-90deg);
    padding-bottom: 95px;
    font-size: 20px;
    top: -5px;
}

.timeline-horizontal-left {
    position: absolute;
    width: 205px;
    height: 1px;
    background-color: white;
    left: 0;
    bottom: 50%;
}

.timeline-point {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    left: -5px;
    top: -5px;
}

.timeline-circle {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(74,125,51);
    left: 85px;
    top: -35px;
    border: 2px solid white;
}

.timeline-circle img {
    width: 80%;
    height: 80%;
    margin: 10%;
    margin-top: 15%;
}

.timeline-horizontal p{
    text-align: center;
    margin-top: 45px;
    font-size: 15px;
    margin-left: 85px;
}

.timeline-point-left {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    right: -5px;
    top: -5px;
}

.triangleend {
        width: 100%;
    -webkit-clip-path: polygon(0 22%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0% 100%);
    position: absolute;
   bottom: -1px;
    padding-bottom: 30px;
    background-color: rgb(234, 241, 232);
}
.content-title {
    text-align:center;
    position:relative;
    top:50px;
    padding:20px 0px;
    background-color:rgba(0,0,0,0.6);
}
.content-title h1 {
    width:300px;
    margin:auto;
    font-size:60px;
}
.content-about-outerwrapper {
    width:100%;
    margin-top: 700px;
    height:auto;
    position:relative;
}
.content-about-innerwrapper {
    position: relative;
    width: 100%;
    height: 1580px;
    padding-bottom: 200px;
    margin: auto;
}

.about-mission {
    top: 150px;
    width: 650px;
    height: 260px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    right: 100px;
    border: 20px solid rgba(255,255,255,0.95);
    box-shadow: 8px 8px 25px rgba(0,0,0,0.7);
}

big {
    font-size:1.3em;
}

.about-mission h1 {
    color: white;
    font-size: 2.5em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.about-mission h2 {
    color: white;
    font-size: 1.4em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin-top: 50px;
}

.about-mission p {
    padding: 25px;
    color: rgb(74, 125, 51);
    font-size: 1.2em;
    font-weight: 800;
    background-color: rgba(255,255,255,0.95);
    height: 45px;
    text-align: center;
}


.about-description {
        top: 500px;
    width: 400px;
    height: 512px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 150px;
    border: 20px solid rgba(255,255,255,0.95);
    box-shadow: 8px 8px 25px rgba(0,0,0,0.7);
}

.about-description h1 {
        color: white;
    font-size: 2.5em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.about-description h2 {
       color: white;
    font-size: 1.3em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin-top: 40px;
}

.about-description p {
        padding: 25px;
    color: rgb(74, 125, 51);
    font-size: 1.2em;
    font-weight: 800;
    background-color: rgba(255,255,255,0.95);
    height: 304px;
    text-align: justify;
    padding-top: 30px;
}



.about-1 {
        top: 1100px;
    width: 600px;
    height: 395px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    right: 150px;
    border: 20px solid rgba(255,255,255,0.95);
    box-shadow: 8px 8px 25px rgba(0,0,0,0.7);
}

.about-1 h1 {
    color: white;
    font-size: 2.5em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.about-1 h2 {
     color: white;
    font-size: 1.4em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin-top: 40px;
}

.about-1 p {
        padding: 25px;
    color: rgb(74, 125, 51);
    font-size: 1.2em;
    font-weight: 800;
    background-color: rgba(255,255,255,0.95);
    height: 190px;
    text-align: justify;
}



.about-2 {
       top: 1590px;
    width: 800px;
    height: 420px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 100px;
    border: 20px solid rgba(255,255,255,0.95);
    box-shadow: 8px 8px 25px rgba(0,0,0,0.7);
}

.about-2 h1 {
        color: white;
    font-size: 2.5em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.about-2 h2 {
        color: white;
    font-size: 1.4em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin-top: 40px;
}

.about-2 p {
       padding: 25px;
    color: rgb(74, 125, 51);
    font-size: 1.2em;
    font-weight: 800;
    background-color: rgba(255,255,255,0.95);
    height: 215px;
    text-align: justify;
}

.about-3 {
        top: 2100px;
    width: 400px;
    height: 280px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    right: 300px;
    border: 20px solid rgba(255,255,255,0.95);
    box-shadow: 8px 8px 25px rgba(0,0,0,0.7);
}

.about-3 h1 {
        color: white;
    font-size: 2.5em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.about-3 h2 {
        color: white;
    font-size: 1.4em;
    margin-left: 30px;
    font-weight: 800;
    margin-bottom: 0px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    margin-top: 40px;
}

.about-3 p {
        padding: 25px;
    color: rgb(74, 125, 51);
    font-size: 1.2em;
    font-weight: 800;
    background-color: rgba(255,255,255,0.95);
    height: 75px;
    text-align: justify;
}






.content-about-motto {
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:130px;
    background-color: rgba(0,0,0,0.7);
    padding: 30px 0px 30px 0px;
}
.content-about-motto h1 {
    position:relative;
    margin: 0;
    font-size:45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content-about-motto h2 {
    margin: 0px;
    font-size:30px;
    font-weight: 500;
    max-width: 1000px;
}
.content-about-text {
    float:left;
    width:1100px;
    height:100%;
    font-size:18px;
    padding:50px;
    background-color:rgba(0,0,0,0.6);
    border-top-left-radius:100px;
    border-bottom-left-radius:100px;
}
.content-about-timeline {
    float:left;
    width:450px;
    height:100%;
    padding:50px;
    border-top-right-radius:100px;
    border-bottom-right-radius:100px;
    background-color:rgba(0,0,0,0.6);
    margin-left:40px;
}
.content-offer-outerwrapper {
    position:relative;
    top:150px;
    width:1800px;
    height:200px;
    margin:auto;
}
.content-offer-innerwrapper {
    position:relative;
    width:100%;
    height:100%;
}

/* KONTAKT */

.content-contact-outerwrapper {
    position:relative;
    width: 100%;
    height:auto;
    margin:auto;
}
.content-contact-infobox {
    width: auto;
    height: auto;
    float: left;
    color: rgb(74, 125, 51);
    margin-left: 60px;
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.5em;
}
.content-contact-infobox a {
    text-decoration:none;
    color:rgb(74, 125, 51);
    font-weight:700;
}
.content-contact-infobox a:hover {
    color:rgb(112, 168, 87);
}
.content-contact-form {
    width: 550px;
    height: auto;
    float: right;
    margin-right: 70px;
}

.content-contact-form p {
        color: rgb(74, 125, 51);
    font-size: 28px;
    text-align: center;
    font-weight: 800;
    margin: 0;
}

.content-contact-form h1 {
        color: rgb(74, 125, 51);
    font-size: 32px;
    text-align: center;
    font-weight: 800;
    margin: 0;
}
.map-wrapper {
    width:100%;
    height:600px;
    border-top: 1px solid rgb(74, 125, 51);
    margin: 0;
}

.map-navi {
    width: 400px;
    height:600px;
    overflow:hidden;
    margin: 0;
    float: left;
    text-align: center;
    font-size: 55px;
    font-weight: 800;
    text-shadow: 2px 2px 15px black;
}

.map-navi-1 {
    background-image: url(../images/lumbermill.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50%;
            /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
    
        -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.map-navi-2 {
    filter: brightness(30%);
    background-image: url(../images/timber.jpg);
    background-size: cover;
    width: 100%;
    height: 50%;
            /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

.map-wrapper .mapswrapper {
    height: calc(100% - 10px);
    width: calc(100% - 410px);
    margin: 0;
    float: right;
    border: 5px solid white;
}

.map-wrapper iframe {
    position:absolute;
    height: 580px;
    float:right;
    width: 100%;
    margin: 0;
    border: 5px solid white;
}

.content-contact-infobox-element-placename {
    font-size: 30px;
    font-weight: 800;
    border-bottom: 4px solid rgb(74, 125, 51);
    padding: 5px 0px;
    width: 45%;
}

.content-contact-infobox-element-adress {
    padding-top:30px;
}

.content-contact-infobox-element {
    background-color: rgb(234, 241, 232);
    margin-bottom: 60px;
}

.content-contact-form input {
    height:30px;
    font-size:20px;
    padding:8px;
    background-color: rgba(255,255,255,0.3);
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
    margin-bottom: 25px;
    text-align: center;
}

.content-contact-form select {
    height:42px;
    font-size:20px;
}

.content-contact-form form {
    margin:0px 22px;
}

.content-contact-form input[name="firstname"] {
    margin-top:40px;
    width:230px;
    float:left;
}

.content-contact-form input[name="secondname"] {
    margin-top:40px;
    width:230px;
    float:right;
}

.content-contact-form input[name="email"] {
    width:230px;
}

.content-contact-form input[name="phone"] {
    width:230px;
    float:right;
}

.content-contact-form select[name="sex"] {
    width:188px;
    color:dimgrey;
    border:2px solid rgb(74, 125, 51);
}

.content-contact-form textarea[name="text"] {
       margin-top: 30px;
    width: 490px;
    font-size: 20px;
    padding: 8px;
    background-color: rgba(255,255,255,0.3);
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}

.content-contact-form input[type="submit"] {
    margin-top:40px;
    width:292px;
    margin-left:110px;
    background-color:rgb(74, 125, 51);
    color:rgb(234, 241, 232);
    padding:15px;
    height:55px !important;
}

.contact-full-wrapper {
    height:900px;
}

#mapa-sklad {
    display:none;
}






/* AKTUALNOĹCI */

.content-news-outerwrapper {
    width:100%;
    margin-top: 100px;
    height:auto;
    position:relative;
}
.content-news-innerwrapper {
    position:relative;
    width:850px;
    margin:auto;
}

.news-element-wrapper {
    margin-top: 80px;
    position: relative;
}

.news-photo-wrapper {
    position: relative;
    height: 260px;
    width: 350px;
}
    
.news-element-wrapper:nth-child(even) .news-photo-wrapper {
    margin-left: 490px !important;
}

.news-photo {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    width: 350px;
    margin-bottom: -3px;
    z-index: 5;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.5);
    border: 5px solid white;
}

.news-title {
    z-index: 6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 1.5em;
    font-weight: 800;
    text-shadow: 1px 1px 10px rgba(0,0,0,1);
}
    
.news-title p {
    margin: 0px 5px;
}

.news-added {
    position: absolute;
    bottom: 10px;
    color: white;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    padding: 5px 10px;
    z-index: 10;
}
    
.news-element-wrapper:nth-child(even) .news-added {
    right: 10px; !important;
}
    
.news-element-wrapper:nth-child(odd) .news-added {
    left: 10px; !important;
}

.news-text {
        background-image: url(../images/plank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 450px;
    margin-top: 16px;
    position: absolute;
    top: 0;
    width: 520px;
    z-index: 0;
    height: 240px;
    text-align: justify;
    font-size: 1.1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.3);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    box-shadow: 1px 2px 16px rgba(0,0,0,0.1);
    color: black;
}

.news-text p {
    max-height: 210px;
    padding-right: 20px;
    padding-left: 55px;
    margin-right: 8px;
    line-height: 1.2em;
}
    
.news-element-wrapper:nth-child(even) .news-text p {
    padding-right: 15px !important;
    padding-left: 25px !important;
    margin-right: 40px !important;
}
    
.news-element-wrapper:nth-child(even) .news-text {
    left: 0px; !important;
}

.news-element-wrapper:nth-child(odd) .news-text {
    right: 0px; !important;
}





/* GALERIA */

.gallery-category {
    display: none;
}

.gallery-photo {
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.gallery-title {
    position: absolute;
    top: 15px;
    color: white;
    font-size: 2.1em;
    left: 50%;
    transform: translate(-50%,0%);
    font-weight: 500;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.gallery-added {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    color: white;
    opacity: 0.5;
}
.gallery-description p {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}

.gallery-description {
     position: absolute;
    white-space: normal;
    bottom: 0;
    width: 100%;
    min-height: 80px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 1.2em;
    text-align: center;
}



.content-gallery-outerwrapper {
    width:100%;
    height:auto;
    position:relative;
}

.gallery-arrow-wrapper {
    position: relative;
    height: 450px;
    width: 50px;
    margin: 0px 30px 0px 30px;
    padding: 0;
    float: left;
}

.gallery-arrow-wrapper img {
 top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    transition: all 0.5s;
}

.gallery-arrow-wrapper img:hover {
    opacity: 0.7;
    transition: all 0.5s;
    height: 110px;
}

.gallery-slider {
    white-space: nowrap;
    width: 750px;
    height: 450px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
    float: left;
    border-radius: 10px;
}

.gallery-box {
    margin: 0 auto;
    width: 1000px;
}

.gallery-navi {
    border-radius: 22px;
    width: 750px;
    height: 45px;
    background-color: rgb(74, 125, 51);
    margin: 0px auto 20px auto;
}

.gallery-navi-separator {
    width: 2px;
    background-color: rgba(255,255,255, 0.2);
    height: 31px;
    float: left;
    margin-top: 7px;
}

.gallery-navi-element {
    position: relative;
    float: left;
    text-align: center;
    font-size: 1.5em;
    padding: 0px 52px 0px 52px;
    margin-top: 8px;
    transition: height .8s ease;
}

.gallery-navi-element:hover:after {
    content: " ";
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%,0%);
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: rgb(74, 125, 51) transparent transparent transparent;
    transition: 0.5s all;
}
    
.gallery-navi-element:focus:after {
    content: " ";
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%,0%);
    top: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: rgb(74, 125, 51) transparent transparent transparent;
    transition: 0.5s all;
}

.gallery-navi-element:after {
    content: " ";
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-50%,0%);
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 0 20px;
    border-color: rgb(74, 125, 51) transparent transparent transparent;
    transition: 0.5s all;
}

.gallery-navi-wrapper {
    margin: 0 auto;
    width: 850px;
}
.content-gallery-innerwrapper {
    position: relative;
    width: 970px;
    height: 650px;
    margin: auto;
}

.gallery-element-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    color: black;
}

.gallery-counter {
    width:950px;
    height:30px;
    position:relative;
    margin:10px auto;
    text-align:Center;
    font-size:24px;
    font-weight:800;
    color:rgb(74, 125, 51);
}
    
.rzetelna {
    height: 160px;
}
    
    
}</pre></body></html>