
* { padding: 0; margin: 0; }

/******************************************************************************/

input, textarea, select { font-family: poppins, 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: #81ba25; }
.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; }

/******************************************************************************/
/* rychlé ikony */

.fast-email { background: #81ba25 url('../img/icon_email_white.png') left+10px center no-repeat; display: inline-block; height: 60px; position: absolute; right: 0; top: 241px; width: 60px; z-index: 9; }
.fast-email { position: fixed; }

.fast-contact { background: #81ba25 url('../img/icon_phone_white.png') left+10px center no-repeat; display: inline-block; height: 60px; position: absolute; right: 0; top: 180px; width: 60px; z-index: 9; }
.fast-contact { position: fixed; }

.animation .text { display: none; margin-top: 17px; }

.fast-email:hover { background-image: url('../img/icon_email_green.png'); }
.fast-contact:hover { background-image: url('../img/icon_phone_green.png'); }

.animation:hover { background-color: #fff; border: 1px solid #aaa; border-right: 0; border-radius: 0; padding-left: 60px; -webkit-transition: all .3s 0s;-moz-transition: all .3s 0s;-ms-transition: all .3s 0s;-o-transition: all .3s 0s;transition: all .3s 0s; width: 140px; }
.animation:hover .text { display: block; }

/******************************************************************************/
/* 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: #efefef; position: absolute; top: 0; z-index: 9; }
#head { position: fixed; }
#head.scroll, #subpage #head { border-bottom: 1px solid #444; }
#head .content { padding: 0 0 15px 0; }
#head .content, #head .content a { }
#logo { color: #eee; display: inline-block; text-decoration: none; }

/******************************************************************************/
/* facebook */

.fa-facebook-official { display: none; float: right; font-size: 2em; margin: 31px 10px 0 0; vertical-align: bottom; }

/******************************************************************************/
/* výhody */
.menu-line { font-size: 13px; position: absolute; right: 0; text-align: right; top: 80px; width: calc(100% - 200px); }
.advantage { display: inline-block; margin-right: 30px; vertical-align: middle; }
.advantage img { margin-right: 10px; vertical-align: middle; }

/******************************************************************************/
/* menu */

#menu { background: #9f968d; display: inline-block; float: right; padding: 25px 0 0 0; right: 0; vertical-align: bottom; width: 950px; }
#menu li { float: left; list-style: none; }
#menu li:last-child { margin-right: 0; }
#menu li a { border-bottom: 5px solid #efefef; color: #fff; display: block; margin: 0 15px -6px 15px; padding: 5px 0; text-align: center; text-decoration: none; text-transform: lowercase; }
#menu li a:hover, #menu li a.active { border-bottom: 5px solid #92b93a; }
#menu li.icon { display: none; }

/* submenu */
#menu li ul { background: rgba(159, 150, 141, 1); margin: 1px 0 0 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: 0px solid #fff; display: block; margin: 0 25px; padding: 0.5em 1em; text-align: left; }
#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 { border-bottom: 0px solid #000; color: #000; }

#subpage #menu li ul, .scroll #menu li ul { }

/******************************************************************************/
/* vyhledávání */

#search { display: inline-block; }
#search input { background: none; color: #000; }
#search input[type="text"] { border: 1px solid #777; padding: 4px 5px; width: 180px; }
#search input[type="submit"] { background: url('../img/icon_lupa.png') center center no-repeat; background-size: contain; border: 0; cursor: pointer; width: 35px; }

/******************************************************************************/
/* slider */

#slider { background-image: url('../img/pokladka_a_rekonstrukce_podlah.jpg'); background-attachment: fixed; background-position: center center; height: 685px; height: 560px; margin-top: 143px; }
#slider .wrap2 { }
#slider .content { color: #fff; padding: 0; position: relative; text-align: center; }

#slider .call { left: 0; margin-top: 25px; position: absolute; text-align: right; width: calc(100% - ((100% - 1260px)/2)); }
#slider .call-content { /* background: rgba(255,255,255,.5); background: rgba(228,136,0,1); */ display: inline-block; font-size: 1.5em; padding: 15px; }
#slider .call-content span { font-size: 1.5em; font-weight: bold; }
#slider .claim { font-size: 75px; font-weight: bold; left: 0; line-height: 1em; margin-top: 320px; opacity: .9; text-align: center; position: absolute; width: 100%; }
#slider .call, #slider .claim { position: fixed; }

#subpage #slider { height: 190px; }
#subpage #slider .call { margin-top: 5px; }
#subpage #slider .claim { display: none; }

/******************************************************************************/
/* submenu */

#submenu { background: #efefef; }
#submenu .content { background: rgba(255,255,255,.7); padding: 25px 25px 20px 25px; position: relative; text-align: center; top: -120px; width: calc(100% - 50px); } 

.tile { border-bottom: 5px solid #fff; display: inline-block; margin: 0 5px; text-align: center; vertical-align: top; width: calc((100% - 61px)/7); }
.tile:hover, .tile.active { border-bottom: 5px solid #92b93a; }
.tile:first-child { margin-left: 0; }
.tile:last-child { margin-right: 0; }
.tile .img { background-size: cover; margin-bottom: 10px; height: 140px; }
.tile .wrap-title1 { background: #a49b92; color: #fff; display: inline-block; font-size: 17px; padding: 5px 5px; position: relative; text-align: center; width: calc(100% - 10px); }
.tile:hover .wrap-title1, .tile.active .title1 { background: none; color: #000; }
.tile .perex { padding: 0 15px; position: relative; top: -25px; }

#submenu.scroll { background: #efefef; position: fixed; top: 144px; }
#submenu.scroll .content { background: none; top: 0; }
#submenu.scroll .tile { border: 0; }
#submenu.scroll .tile .img { display: none; }
#submenu.scroll .wrap-title1 { background: none; color: #000; font-size: 1em;  }

/******************************************************************************/
/* obsah - homepage */

#content { background: #efefef; }
#content .content { }
#homepage #content .content { margin-top: -70px; padding: 0 0 50px 0; }
#subpage #content { margin-top: 144px; }
/* #subpage #content .content { margin-top: -50px; min-height: 500px; padding: 0 0 150px 0; }*/

#breadcrumbs { margin-bottom: 1em; }
#content ul li { line-height: 1.75em; }

/******************************************************************************/
/* dlaždice hlavní stránky */

#tile-hp { background: #efefef; }
.tile-hp { display: inline-block; margin-bottom: 1em; padding: 0 50px 0 0; vertical-align: top; width: calc(33% - 33px); }
.tile-hp:last-child { padding: 0; }

/******************************************************************************/
/* obrázkové dlaždice hlavní stránky */

#tile-homepage { background: #efefef; }
.tile-homepage { background-size: cover; border-bottom: 10px solid #efefef; display: inline-block; height: 320px; margin: 0 0 100px 0; position: relative; vertical-align: top; width: calc(50% - 50px); }
.tile-homepage:nth-child(odd) { margin-right: 50px; }
.tile-homepage:nth-child(even) { margin-left: 50px; }
.tile-homepage:hover { border-bottom: 10px solid #92b93a; }
.tile-homepage .wrap-title-hp2 { bottom: 0; position: absolute; width: 100%; }
.tile-homepage .table-title-hp2 { width: 100%; }
.tile-homepage .title-hp2 { background: rgba(0,0,0,.5); color: #fff; font-size: 32px; line-height: 1.25em; padding: 15px 5px; text-align: center; vertical-align: middle; }

/******************************************************************************/
/* reference - dlaždice na podstránce */

.tile-subpage { background: #fff; border-bottom: 10px solid #efefef; display: inline-block; min-height: 320px; margin: 0 10px 20px 10px; padding: 15px; position: relative; text-align: center; vertical-align: top; width: calc(20% - 50px); }
.tile-subpage:hover { border-bottom: 10px solid #92b93a; }
.tile-subpage .img { background-position: center center; background-size: cover; display: block; height: 200px; }
.tile-subpage .title { margin: 1em 0; }
.tile-subpage .perex { }
.tile-subpage .more { border-top: 1px solid #444; display: inline-block; margin-top: 5px; padding: 5px 50px 0 50px; }

/******************************************************************************/
/* fotobox */

#photo-box-left { clear: both; float: left; margin: 0 80px 80px 0; width: 765px; }
#photo-box { float: right; margin: 0 0 80px 80px; width: 50%; }
#photo-box .main { display: inline-block; margin-bottom: 15px; width: 100%; }
#photo-box .main img { height: auto; width: 100%; }
.jcarousel ul li a { display: block; height: 135px; width: 180px; }

#text { display: block; float: left; width: calc(50% - 80px); }
#video { float: right; width: 50%; }
#video iframe { width: 100%; }

/******************************************************************************/
/* 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; }

/******************************************************************************/
/* mapa */

#map { text-align: center; }
#google-maps iframe { pointer-events: none; }
#map .content { padding: 0; }

/******************************************************************************/
/* reklama */

#podlahy-brno { position: relative; }
#podlahy-brno .title { background: rgba(0,0,0,.25); color: #fff; font-size: 45px; padding: 35px 25px; position: absolute; text-align: center; top: 200px; width: calc(100% - 50px); z-index: 2; }
#podlahy-brno img { height: auto; width: 100%; }

/******************************************************************************/
/* 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; }

/******************************************************************************/
/* kontaktní formulář */

#contact-form { background: rgba(255,255,255,.9); color: #000; display: block; float: left; margin: -150px 50px 25px 25%; padding: 50px; text-align: center; width: calc(50% - 100px); }
#contact-form .h1 { color: #000 !important; }
#contact-form table { width: 100%; }
#contact-form table input[type="text"], #contact-form table textarea { border: 1px solid #444; padding: 15px 5% 15px 5%; width: calc(90% - 2px); }
#contact-form table input[type="submit"] { background: #e48800; background: #ffcd42; border: 1px solid #ffcd42; cursor: pointer; padding: 10px 0; text-transform: uppercase; width: 100%; }
#contact-form table input[type="submit"]:hover { background: #d37700; background: #eebc31; }
#contact-form table textarea { height: 106px; }
#contact-form table tr td { padding: 0 0 0.75em 0; vertical-align: top; }
#mapsitna { display: none; }
 
/******************************************************************************/
/* patička pruh */

#foot { background: #96b055; }
#foot, #foot a, #foot h2, #foot h3, #foot h4, #foot .h1 { color: #fff; }
#foot .content { line-height: 1.15em; min-height: 300px; padding-bottom: 100px; }
#foot .zvyrazneni { color: #eee; }
#foot .h1 { font-size: 1.5em; line-height: 1.25em; }

.foot-info { float: left; }
.item { display: block; margin: 0 0 50px 0; vertical-align: top; }
.item .left { display: inline-block; margin-right: 25px; text-align: center; vertical-align: top; width: 50px; }
.item .right { display: inline-block; text-align: left; }
.item .title { color: #000; font-weight: bold; margin: 0 0 0.5em 0; }
.item .fa { font-size: 2em; }
.item .fa-map-marker { font-size: 3em; }

.table-kangaroo { clear: both; border-top: 0px solid #fff; margin-top: 3em; width: 100%;}
.table-kangaroo tr td { padding-top: 1em; }
