<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* { padding: 0; margin: 0; }

/******************************************************************************/

input, textarea, select { font-family: open sans, tahoma; font-size: 1em; }
input, textarea, select { padding: 3px 5px; }
select option[disabled="disabled"] { color: #990033; }
fieldset { background: rgba(230, 230, 230, 0.25); border: 1px solid #dedede; border-radius: 5px; float: left; margin-right: 10px; padding: 5px 10px; }
fieldset legend .fa { color: #aaa; padding: 0 2px; }
fieldset legend .fa:hover { color: #444; }
.button { }

.responsive-design { font-size: 1em; }

/******************************************************************************/
                                                                                
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: open sans; font-size: 1em; }
.custom-combobox-toggle { margin: -2px 0 0 1px; padding: 8px 2px 8px 1px; }

/******************************************************************************/
                   
.highlight { color: #0089cf; }
.highlight2 { color: #ffe300; } /* #fbb900 */
.nu { text-decoration: none; }
.nu:hover { text-decoration: underline; }
.un { text-decoration: underline; }
.un:hover { text-decoration: none; }
.nn { text-decoration: none; }
.nn:hover { text-decoration: none; }
.nc { text-decoration: none; }
.nc:hover { color: #eb2332; color: #1aa9e6; }
.ui-tooltip { background: #444; border: 0; border-radius: 2px; box-shadow: none; color: #fff; font-family: open sans; font-size: 12px; }
.hidden { display: none; }
.clear { clear: both; }
.text-shadow { text-shadow: 1px 2px 3px #222; }
.center { text-align: center; }

/******************************************************************************/

.table tr th, .table tr td { padding: 5px 15px; }
.table tr th, .table thead tr td, .table tr.th td { background: #81ba25; color: #fff; font-weight: bold; }

/******************************************************************************/
/* hlĂˇĹˇky */

.msg-ok { background: #b4e3e1; color: #000; margin-bottom: 1em; padding: 5px 15px; }
.msg-error { background: #dc143c; color:  #fff; margin-bottom: 1em; padding: 5px 15px; }
.msg-ok a, .msg-error a { color: #fff; }

/******************************************************************************/
/* blok */

.wrap1 { clear: both; float: left; position: relative; width: 100%; }
.wrap2 { margin: 0 auto; position: relative; width: 1260px; }
.content { float: left; padding: 50px 0; position: relative; width: 100%; }

.wrap-title { border-bottom: 1px solid #999; width: 50%; }
.wrap-title .title { border: 1px solid #999; border-bottom: 0; display: inline-block; left: calc(100% - (1260px / 2) + 25px); padding: 3px 15px; position: relative; text-transform: uppercase; }

/******************************************************************************/
/* hlaviÄŤka */

#head { background: #eee; position: absolute; top: 0; z-index: 9; }
#head { position: fixed; }
#head.scroll, #homepage #head, #subpage #head { border-bottom: 1px solid #fff; }
#head .content { font-size: 14px; padding: 0; }

/******************************************************************************/
/* hlaviÄŤka1 */

#head1 { text-align: right; }
#head1 .wrap-right { display: inline-block; text-align: left; }

/******************************************************************************/
/* logo */

#logo { display: inline-block; float: left; margin: 1em 0; text-decoration: none; vertical-align: top; }

/******************************************************************************/
/* telefon + adresa */

.wrap-right { margin-bottom: 25px; }
.head-block { color: #eee; display: inline-block; line-height: 20px; padding: 5px 10px; text-align: center; min-width: 150px; vertical-align: top; }
.head-block .fa { margin-right: 5px; }
.phone { background: #0089cf; }
.address { background: #ffe300; color: #222; font-size: 12px; }

/******************************************************************************/
/* jazykovĂ© mutace */

#lang { display: inline-block; margin-left: 15px; }
.lang { text-transform: uppercase; }
.lang:hover, .lang.active { color: #0089cf; }
#lang .separator { margin: 0 5px; }

/******************************************************************************/
/* 20 let */

.stamp { display: inline-block; margin-top: 25px; }
.stamp img { vertical-align: top; }
.stamp-text { display: inline-block; line-height: 1.35em; text-align: left !important; }

/******************************************************************************/
/* vyhledĂˇvĂˇnĂ­ */

#search { display: inline-block; }
#search input { background: none; color: #000; }
#search input[type="text"] { border: 1px solid #777; padding: 4px 5px; }
#search input[type="submit"] { background: url('../img/icon_lupa.png') center center no-repeat; background-size: contain; border: 0; cursor: pointer; width: 35px; }

/******************************************************************************/
/* hlaviÄŤka2 - menu */

#head2 { background: #0089cf; }
#head2 .content { line-height: 1em; }

/******************************************************************************/
/* menu */

#menu { display: block; line-height: 1em; margin: 0; padding: 0; text-align: center; }
#menu li { display: inline-block; list-style: none; margin: 0 25px 0 0; }
#menu li:last-child { margin-right: 0; }
#menu li a { border-bottom: 5px solid #0089cf; color: #fff; display: block; font-weight: bold; padding: 15px 0 10px 0; text-align: center; text-decoration: none; }
#menu li a:hover, #menu li a.active { border-bottom: 5px solid #fff; }
#menu li.icon { display: none; }

/* submenu */
#menu li ul { background: rgba(5, 173, 237, 0.9); margin: 0; padding: 0; position: absolute; visibility: hidden; z-index: 9; }
#menu li ul li { display: block; float: none; margin: 0; width: auto; } 
#menu li ul li a { border-bottom: 0; color: #222; color: #fff; display: block; padding: 1em 60px 1em 20px; text-align: left; }
#menu li ul li:first-child a { border-bottom: 0; } 
#menu li ul li a:link, .menu li ul li a:visited { width: auto; } 
#menu li ul li a:hover, #menu li ul li a.active { background: none; border-bottom: 0; color: #fff; color: #222; }

/******************************************************************************/
/* fotografie */

.wrap-photo { border-top: 5px solid #fff; clear: both; margin-top: 25px; padding-top: 25px; }
.photo { display: inline-block; margin: 0 1px 4px 0; }
.photo:hover img { opacity: 0.85; }

/******************************************************************************/
/* slider */

#subpage #slider { display: none; }
#slider { margin-top: 156px; position: relative; z-index: -1; }
#slider .wrap2 { width: 100% !important; }
#slider .content { overflow: hidden; padding: 0; position: relative; }
#slider .content ul li { list-style: none; }
#slider .content ul li a { display: inline-block; width: 100%; }

#slider .title { color: #fff; font-size: 6em; font-weight: bold; left: calc((100% - 1260px) /2); line-height: 1.25em; position: absolute; text-transform: uppercase; top: 20vh; z-index: 2; }
             
#img-sl1 { background-image: url('../img/turlak_lakovani_kovu.jpg'); }

.slider-box { background: rgba(234,184,25,1); position: absolute; width: 350px; }
.slider-box.left { left: 0; top: 25px; }
.slider-box.right { bottom: 25px; right: 0; }
.slider-box .up { background: rgba(234,184,25,1); color: #000; font-weight: bold; margin-bottom: 3px; padding: 10px 15px; position: relative; }
.slider-box .up .bl1 { font-size: 1.5em; font-weight: bold; line-height: 1.25em; }
.slider-box .down { background: rgba(255,255,255,1); border-bottom: 1px solid #ccc; font-size: 12px; padding: 7px 15px; }
.slider-box .down .more { background: url('../img/arrow_000.png') right center no-repeat; padding: 0 20px 0 0; }

#slider.video .content { height: 50vh; height: 450px; }
#slider.video .title { left: 0; font-size: 4em; text-align: center; top: 180px; width: 100%; }
#slider.video .title .shadow { display: inline-block; /* text-shadow: 2px 2px #000; */ }
#slider.video video { /* height: calc(100% / 640 * 360); */ left: 0; position: absolute; top: -25vh; top: 0; width: 100%; }

/******************************************************************************/
/* obsah - homepage */

#content { background: #eee; }
#content .content { }
#homepage #content .content { display: none; padding: 50px 0 0 0; }
#subpage #content .content { margin-top: 156px; min-height: 500px; }

#breadcrumbs { margin-bottom: 1em; }
#content ul li { line-height: 1.75em; }

/******************************************************************************/
/* dlaĹľdice */

#tile { /* background: url('../img/870664620.jpg') center top -250px no-repeat; */ background: #eee; background-size: cover; }
#tile .content { padding: 50px 0 50px 0; text-align: center; }

.wrap-tile { display: inline-block; width: calc(50% - 10px); }
.wrap-tile:first-child { margin-right: 20px; }
.wrap-tile .title1 { background: #0089cf; color: #fff; display: block; font-weight: bold; margin-bottom: 50px; padding: 10px 15px; }
.wrap-tile:last-child .title1 { background: #ffe300; color: #222; }

.tile { background: rgba(255,255,255,.75); display: inline-block; margin: 0 20px 0 0; padding: 15px; text-align: center; vertical-align: top; width: calc(50% - 42px); }
.tile:hover, .tile.active { border: 1px solid #ddd; }
.tile:first-child { margin-left: 0; }
.tile:last-child { margin-right: 0; }
.tile img { margin-bottom: 1em; }
.tile .title { font-weight: bold; text-transform: uppercase; }
.tile .perex { font-size: 13px; line-height: 1.5em; margin: 1em 0; }
.tile .button { background: #b1b1b1 url('../img/arrow_small_right.png') center right 15px no-repeat; border-radius: 5px; color: #fff; font-size: 12px; padding: 5px; text-align: center; text-transform: uppercase; }

.wrap-tile:first-child .tile { border: 1px solid #0089cf; }
.wrap-tile:last-child .tile { border: 1px solid #ffe300; }

.wrap-tile:first-child .tile:hover .button { background-color: #0089cf; }
.wrap-tile:last-child .tile:hover .button { background-color: #ffe300; color: #222; }

/******************************************************************************/
/* vĂ˝hody */

#advantage { background: #ffe300; }
#advantage .content { color: #333; font-weight: bold; padding: 75px 0; }

#advantage table tr td { padding-right: 15px; }

/******************************************************************************/
/* kroky */

#step { background: #0089cf; }
#step .content { text-align: center; }

.step { background-repeat: no-repeat; color: #fff; display: inline-block; margin: 50px 75px 50px 0; padding: 0 0 0 75px; text-align: left; vertical-align: top; width: calc(33% - 150px); }
.step:hover { color: #eee; }
.step .title { font-size: 18px; font-weight: bold; margin: 0 0 1em 0; text-transform: uppercase; }
.step .perex { font-size: 13px; }

/******************************************************************************/
/* tĂ˝m */

#team { background: url('../img/36_praskova_a_mokra_lakovna_kovu_turlak.jpg') center top 225px no-repeat fixed; background-size: cover; z-index: -2; }
#team .content { min-height: calc(100vh - 156px); padding: 0; text-align: center; }

#team .fixed { left: 0; position: absolute; top: calc(50vh + 225px); width: 100%; z-index: -1; }
#team .fixed { position: fixed; }
#team .title { color: #fff; display: inline-block; font-size: 8em; font-weight: bold; text-transform: uppercase; }

/******************************************************************************/
/* spolupracujeme */

#cooperation { background: #eee; }
#cooperation .content { min-height: 200px; text-align: center; }

#cooperation h3 { margin-bottom: 2em; text-transform: uppercase; }
#cooperation .logo { display: inline-block; margin: 15px; vertical-align: middle; }
#cooperation .logo img { height: auto; width: 150px; } 

/******************************************************************************/
/* mapa */

#map { position: relative; text-align: center; }
#google-maps { z-index: 999; }
#google-maps iframe { pointer-events: none; }

/******************************************************************************/
/* tabulka formulĂˇĹ™ */

.table-form { }
.table-form td { padding: 5px 10px 5px 0; }
.table-form td input[type="text"], .table-form td input[type="password"], .table-form td input[type="number"], .table-form td textarea, .table-form td .ui-autocomplete-input, .table-form td select { width: 300px; }
.table-form td textarea { height: 108px; }
.table-form td select.code { width: 65px; }
.table-form td input[type="text"].phone { width: 232px; }

/******************************************************************************/
/* kontakt */

.contact { display: inline-block; margin: 0 25px 25px 25px; text-align: center; vertical-align: top; width: calc((100%/5) - 50px); }
.contact img { height: auto; margin-bottom: 1em; width: 100%; }
.contact .title { font-weight: bold; margin: 0 0 1em 0; }
.contact .perex { font-size: 14px; }

/******************************************************************************/
/* patiÄŤka */

#foot { background: #0089cf; }
#foot, #foot a, #foot h2, #foot h3, #foot h4, #foot .h1 { color: #fff; }
#foot .content { font-size: 13px; line-height: 1.5em; padding: 0; }

#foot .left { float: left; padding-top: 50px; vertical-align: top; width: 50%; }
#foot .right { background: #1275ae; float: right; min-height: 300px; padding: 50px 25px 50px 25px; vertical-align: top; width: calc(33% - 50px); }

#foot .title { font-size: 40px; font-weight: bold; line-height: 1.5em; margin-bottom: 70px; text-transform: uppercase; }
#foot .fa { background: #fff; border-radius: 50px; color: #0089cf; display: inline-block; font-size: 50px; margin: 15px 55px; padding: 25px 0; text-align: center; text-decoration: none; width: 100px; }
#foot .fa:hover { border-radius: 60px; font-size: 60px; margin: 0 45px; padding: 30px 0; width: 120px; }
#foot .kangaroo { }

.table-kangaroo { margin-top: 500px; width: 100%;}
.table-kangaroo tr td { line-height: 1.5em; vertical-align: bottom; }

/******************************************************************************/
/* kontaktnĂ­ formulĂˇĹ™ */

#contact-form { color: #000; display: inline-block; float: left; position: relative; text-align: center; width: 100%; z-index: 4; }
#contact-form .h1 { color: #000 !important; }
#contact-form table { width: 100%; }
#contact-form table input[type="text"], #contact-form table textarea { background: none; border: 1px solid #79b8ee; border-radius: 5px; color: #fff; padding: 12px 4% 12px 4%; width: calc(92% - 2px); }
#contact-form table input[type="submit"] { background: #79b8ee; border: 0; border-radius: 5px; color: #fff; cursor: pointer; padding: 10px 0; width: 100%; }
#contact-form table input[type="submit"]:hover { background: #8ac9ff; } 
#contact-form table textarea { height: 180px; }
#contact-form table tr td { padding: 0 0 0.75em 0; vertical-align: top; }
#mapsitna { display: none; }
</pre></body></html>