html { scroll-behavior: smooth; } body { font-family: "muli", sans-serif; line-height: 1.75857143; display: flex; flex-direction: column; min-height: 100vh; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color: #000000; font-weight: 600; font-family: "muli", sans-serif; } a { color: #000000; text-decoration: underline; } a:hover, a:focus { color: #000000; outline: none; } .btn { position: relative; color: #ffffff; font-family: "muli", sans-serif; font-size: 14px; font-weight: 800; text-decoration: none; text-transform: uppercase; padding-top: 15px; padding-bottom: 15px; background: #cc0000; border-width: 0px; border-radius: 0; border-radius: 25px; min-width: 170px; transition: all 0.2s; } .btn:hover, .btn:focus { color: #fff; } .btn > span { position: relative; } .btn:hover { background-color: rgb(152, 3, 3); } .hover_block:before { content: ""; display: block; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin: 0 auto; width: 0px; height: 0px; transition: width 0.2s, height 0.2s, border-radius 0.2s; border-radius: 25%; background-color: #cc0000; } .box_link:hover ~ .hover_block:before, .box_link:focus ~ .hover_block:before { width: 100%; height: 100%; border-radius: 0; } h1, .h1 { font-size: 36px; margin-bottom: 15px; } h2, .h2 { font-size: 32px; margin-top: 30px; margin-bottom: 15px; } h3, .h3 { margin-top: 30px; margin-bottom: 15px; } h4, .h4 { font-size: 24px; margin-top: 30px; margin-bottom: 10px; } h5, .h5 { font-size: 20px; margin-top: 30px; } h6, .h6 { font-size: 20px; margin-top: 20px; } p.vlastni { margin-bottom: 20px; } .img-responsive { margin: 0px auto; } .img-thumbnail { margin-bottom: 15px; border-radius: 0px; } .push-bottom { margin-bottom: 15px; } .h2_extra { padding: 10px 15px; margin: 30px auto 25px auto; text-align: center; border-bottom: 2px solid #cc0000; width: 30%; color: #333333; font-size: 24px; text-transform: uppercase; } .h2_extra a { color: #333333; } .h2_extra a:hover, .h2_extra a:focus { color: #cc0000; text-decoration: none; } img { max-width: 100%; height: auto; } .vertical-align { position: absolute; top: 50%; transform: translateY(-50%); } .img_bcg_block { overflow: hidden; } .img_bcg { display: block; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; transition: transform 0.5s; } .box_link { position: absolute; top: 0; left: 0; right: 0; display: block; width: 100%; height: 100%; z-index: 2; } .box_link:hover ~ .img_bcg_block .img_bcg { transform: scale(1.1); transition: transform 0.5s; } .stin { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .bottom-line:after { content: ""; display: block; height: 2px; width: 50px; background-color: #cc0000; margin-top: 10px; } .zahodit { display: none; } .hideOnDesktop { display: none !important; } .skryty-konverze { overflow: hidden; height: 1px; width: 1px; position: fixed; bottom: 0px; left: 0px; padding: 1px; background: transparent; } .align-center { text-align: center; } .page-content ul { list-style: url("/img/li.png"); padding-left: 20px; } .page-content ul li { margin-bottom: 4px; } .page-content ul.list-unstyled { list-style: none inside none; padding-left: 0px; } body .table-responsive { border: none; } .table-responsive.jspScrollable { border: 1px solid #003366; } .page-content .table-responsive { overflow: auto; border: none; max-width: 100%; } .page-content table { width: 100%; border: 1px solid #c9c9c9; margin-bottom: 20px; font-size: inherit; } .page-content table th, .page-content table td { border: 1px solid #777; border: 1px solid #c9c9c9; vertical-align: middle; padding: 10px; } .page-content table th { background-color: #dfdfdf; font-weight: normal; } .page-content table tr:nth-child(even) td { background: #f5f5f5; } .btn-primary, .pagination > .active > a { border-color: #cc0000 !important; color: #ffffff; text-shadow: none; background-color: #cc0000; } #showFancyForm { display: block; margin: 0 auto; width: 280px; height: 50px; } .form-control { border-radius: 0px; } .form-control:focus { border-color: #333; } .control-label { display: inline-block; height: 34px; line-height: 34px; vertical-align: middle; font-weight: normal; } input.required-empty { border-color: #cc0000; } #header.affix { width: 100%; z-index: 10; } #header-stin { position: relative; min-height: 90px; transition: min-height 0.5s; background-color: #ffffff; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); } .menuOpened #header-stin { box-shadow: none; } #header.affix #header-stin { min-height: 60px; } #header-top { position: relative; } #header-right-block { margin-top: 22px; transition: margin-top 0.5s; } #header.affix #header-right-block { margin-top: 7px; } .hlavicka_text { font-size: 18px; line-height: 24px; color: #4c4c4c; display: block; margin-top: 27px; margin-bottom: 15px; } #logo { margin: 0px auto; } #logo img { position: relative; z-index: 60; max-width: 100%; height: auto; max-height: 49px; margin-top: 10px; } .header_box_link { position: relative; float: right; display: block; width: 46px; height: 46px; border: 1px solid #d5d5d5; transition: border-color 0.2s; } .header_box_link .icon { left: 0; right: 0; text-align: center; color: #000000; } .header_box_link:hover .icon, .header_box_link:focus .icon { color: #cc0000; } .soc_link { margin-right: 10px; } .soc_link .soc_icon { font-size: 20px; z-index: 2; transition: color 0.2s; } .soc_link:hover, .soc_link:focus { border-color: #1778f2; } .soc_link:hover .soc_icon, .soc_link:focus .soc_icon { color: #fff; } .soc_link.hover_block:before { background-color: #1778f2; } .soc_link.hover_block:hover:before, .soc_link.hover_block:focus:before { height: 100%; width: 100%; border-radius: 0; } .navbar-toggle { margin: 0; padding: 0; border-radius: 0; display: none; } .navbar-toggle span.glyphicon { font-size: 33px; } #searchFormTop { display: none; float: right; } #searchFormTop #q, #searchFormTop .btn { border-radius: 0px; } .searchForm input, .searchForm .btn { border-color: #cdcdcd; color: #999; } .searchForm input { border-right: 0px none; height: 53px !important; } .searchForm .btn { font-size: 21px; color: #fff; } @media (min-width: 768px) { .searchForm input { height: 60px !important; } } .navbar-collapse { top: 0px; position: relative; z-index: 999; } nav.navbar { height: 0px; min-height: 0px; margin-bottom: 0px; border: 0px none; } #mainMenu .navbar-collapse, #kategorie_mobile_menu #cssmenu { padding-left: 0px; padding-right: 0px; background-color: #fff; color: #fff; height: 100%; width: 100%; overflow: auto; border: none; font-weight: 600; } #mainMenu .navbar-nav { margin: 0px; } #mainMenu a { line-height: 20px; color: #000000; text-transform: uppercase; text-decoration: none; border: 0px none; outline: 0px none; border-bottom: 1px solid #cc0000; } #mainMenu a:hover, #mainMenu a:focus, #mainMenu a:active { color: #cc0000; background-color: transparent; } #mainMenu .active a { color: #cc0000; } #mainMenu .dropdown-menu { margin: -1px 0px 0px 0px; padding: 1px 0px 0px 0px; background: #ffffff; } .mobile-menu { display: none; } .dropdown.opened .dropdown-menu { display: block; } #leve-menu-toggle { float: left; text-transform: uppercase; margin: 0; width: 140px; padding: 10px 8px; font-size: 14px; } a i.glyphicon { padding-right: 5px; } @media (max-width: 767px) { body.header-affixed { margin-top: 0px; } #header-stin { min-height: 70px; } #header-right-block { margin-top: 11px; } #header.affix #logo img { margin-top: 5px; } .soc_link { border: none; } .navbar-toggle { display: block; } .navbar-collapse .dropdown-menu { padding: 0px; position: relative; width: 100%; margin: 0px; background: transparent; box-shadow: none; } .navbar-collapse .dropdown-toggle .dropdown-trigger { position: absolute; right: 5px; top: 10px; padding: 0px 15px; } #levy-blok { margin-top: 25px; border-top: 1px solid #e0e0e0; padding-top: 20px; } .produkty .produkt { margin-bottom: 25px; } .logo-resp { margin: 0 auto; width: 214px; } .ico { margin-bottom: 5px; } #searchFormTop { display: block; position: relative; } #searchFormTop .ico-btn { width: 42px; } .mobile-menu { display: block; text-align: center; } .mobile-menu > li > a { display: inline; line-height: 30px; font-weight: bold; } } @media (max-width: 300px) { #header-right-block { display: flex; justify-content: flex-end; } .navbar-toggle { order: 1; } .soc_link { order: 0; } } @media (min-width: 768px) { #header, #header.affix { position: fixed; top: 0; left: 0; right: 0; z-index: 10; } #header.affix { width: 100%; z-index: 10; } #header.affix .hlavicka_text { font-size: 12px; } #header.affix #logo img { max-height: 49px; transition: max-height 0.5s; margin-top: 5px; } nav.navbar { margin-top: 16px; transition: margin-top 0.5s; } #header.affix nav.navbar { margin-top: 1px; } nav#mainMenu, nav#mainMenu div { display: inline-block; width: auto; } nav#mainMenu { position: absolute; left: 50%; text-align: right; width: 556px; margin-left: -345px; } #main_obal { position: relative; } .homepage #main_obal { margin-top: 0; } #drobecky { position: absolute; top: -35px; } #logo { text-align: left; } #logo img { max-width: 100%; height: auto; max-height: 59px; } #header-right-block { height: auto; } #mainMenu a { padding-left: 8px; padding-right: 8px; padding-top: 10px; padding-bottom: 10px; color: #000000; font-size: 12px; font-weight: 800; line-height: 35px; border: none; display: flex; flex-direction: column; align-items: center; } #mainMenu a .icon { padding: 10px 0; } #mainMenu a.menuItem:after { content: ""; display: inline-block; width: 0%; transition: width 0.2s; height: 2px; background-color: #cc0000; } #mainMenu a.menuItem:hover, #mainMenu a.menuItem:focus, #mainMenu li.active a.menuItem { color: #000000; } #mainMenu a.menuItem:hover:after, #mainMenu a.menuItem:focus:after, #mainMenu li.active a.menuItem:after { width: 100%; } #mainMenu a.home:hover, #mainMenu a.home:focus, #mainMenu li.active a.home { color: #cc0000; } #mainMenu a.tel_link { flex-direction: row; position: relative; } #mainMenu a.tel_link .icon { color: #cc0000; margin-right: 6px; } #mainMenu a.tel_link:before { content: ""; width: 1px; height: 26px; background-color: #2b2b2b; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); } #mainMenu > .container { width: auto !important; } #mainMenu .navbar-collapse { background-color: transparent; color: inherit; top: auto; height: auto !important; width: auto !important; } .affix #mainMenu .navbar-collapse { position: relative; top: auto; } #mainMenu .dropdown:hover .dropdown-menu { display: block; } #searchFormTop { position: relative; display: block; width: 267px; margin: 5px 3px 0px 0px; } #t-kontakt { width: 180px; margin-left: 20px; display: block; } .carousel-caption { display: block; left: 0; right: 0; top: 0; bottom: 0; text-align: left; position: absolute; } #mainMenu > .container { padding: 0 5px; } } @media (min-width: 992px) { #mainMenu a { font-size: 14px; padding-left: 13px; padding-right: 13px; } #mainMenu .container { padding: 0px; } #searchFormTop { position: relative; display: block; width: 240px; margin: 40px 20px 0px 0px; } #t-kontakt { margin: 0px; } #mainMenu > .container { padding: 0 15px; } nav#mainMenu { width: 894px; margin-left: -650px; } } @media (min-width: 1220px) { #mainMenu a { font-size: 15px; padding-left: 22px; padding-right: 22px; } #mainMenu a.tel_link .icon { margin-right: 12px; } #searchFormTop { width: 360px; margin-right: 40px; } #t-kontakt { font-size: 14px; width: 190px; } #t-kontakt span { font-size: 21px; } nav#mainMenu { width: 1205px; margin-left: -895px; } } @media (min-width: 1460px) { .container { width: 1440px; } #logo img { margin-left: 55px; } } .breadcrumb { background: transparent; margin-bottom: 0px; } #main_block { background-color: transparent; } .page-content { } .gallery { text-align: center; margin-bottom: 10px; } .gallery .img-thumbnail { border: none; background: transparent; margin-bottom: 15px; } #cssmenu ul li a > span.text { display: block; z-index: 888; width: 75%; } #cssmenu ul li a > span.menu_akce { clear: both; position: absolute; display: inline-block; top: 0; right: 0; padding: 5px 0; height: 100%; z-index: 10; width: 25%; } .sidebar a:hover, .sidebar a:focus { text-decoration: none; } .subnav-toggle { padding: 0px 5px; color: #cc0000; } .subnav { display: none; clear: both; } .opened > .subnav { display: block; } .sidebar-title { font-size: 15px; display: block; padding: 10px 10px 10px 10px; background-color: #cc0000; } .sidebar-title.mail { text-align: center; padding-right: 20px; } @media screen and (max-width: 767px) { #main_block { position: relative; } #col-left { position: static; } #menu-kategorie { position: absolute; top: -22px; left: 0px; width: 100%; margin: 0px; border-radius: 0px; z-index: 9000; height: 100%; overflow: auto; } #menu-kategorie.affix { top: 55px; position: fixed; } #mainMenu .navbar-collapse, #kategorie_mobile_menu #cssmenu { top: auto; } nav.navbar > .container { padding: 0; height: 100%; } .menuOpened nav.navbar > .container { height: initial; margin-top: 70px; } #mainMenu #navbar { margin: 0; } } @media screen and (min-width: 768px) { #menu-kategorie.collapse { display: block !important; visibility: visible !important; height: auto !important; overflow: visible !important; } #menu-kategorie { position: relative; top: auto; left: auto; } body { overflow: auto !important; } .leve-menu .sidebar-title { display: block; background: #cc0000; color: #fff; } } @media screen and (min-width: 992px) { .sidebar-title { font-size: 15px; padding: 10px 10px 10px 20px; } .leve-menu li > a { font-size: 14px; padding: 8px 10px 8px 20px; background-position: 20px 50%; } .leve-menu .subnav a { font-size: 13px; padding-left: 40px; } .leve-menu .subnav-toggle { top: 10px; } } @media screen and (min-width: 1220px) { .leve-menu li > a { font-size: 16px; padding-top: 10px; padding-bottom: 10px; } .leve-menu .subnav a { font-size: 14px; } } #spolupracujeme_block { text-align: center; padding-bottom: 25px; } #spolupracujeme_block .text { font-size: 28px; line-height: 48px; color: #000000; font-weight: 700; font-style: italic; font-family: "Muli"; text-align: center; } #footer { background-color: #eeeeee; color: #4a4a4a; margin-top: auto; } #footer a { color: #4a4a4a; } #footer a:hover, #footer a:focus, #footer a:active { text-decoration: none; color: #cc0000; } #rychly_kontakt { padding: 40px 0 10px 0; } #rychly_kontakt .box { margin-bottom: 30px; } #rychly_kontakt .title { font-size: 16px; color: #000000; font-weight: 700; text-transform: uppercase; } #rychly_kontakt ul { list-style-type: none; font-size: 14px; padding-left: 0; } #rychly_kontakt li { display: flex; align-items: center; } #rychly_kontakt li::before { content: ""; display: inline-block; width: 15px; height: 2px; margin-right: 9px; background-color: #cc0000; } #rychly_kontakt li a { text-decoration: none; } #footer-bottom { text-align: center; font-size: 13px; } #footer-bottom .container_block { border-top: 1px solid #dcdcdc; } #footer-bottom p { margin: 0px !important; padding: 36px 0px; line-height: 24px; vertical-align: bottom; overflow: hidden; } #footer-bottom .footer-copyright-cp p { padding-top: 0; } .footer-copyright-cp a { display: inline-block; height: 24px; padding: 0px; } .footer-copyright-cp a#logo-cp { width: 124px; height: 24px; } .footer-copyright-cp a#logo-cpedit { width: 46px; height: 14px; } .footer-copyright-cp a .svg-icon { width: 100%; height: 100%; vertical-align: middle; fill: #4a4a4a; padding: 0 5px; } .footer-copyright-cp a:hover .svg-icon { fill: #cc0000; } #footer-bottom .nonRESPswitch { margin-left: 40px; } ul.nav-footer { margin: 0px; padding: 0px 0px 0px 6px; } ul.nav-footer li { list-style: inside url("/img/li-footer.png"); margin-bottom: 0.4em; line-height: 1.7; } ul.nav-footer li a:hover { text-decoration: none; } @media (min-width: 992px) { #footer-bottom { text-align: left; } #footer-bottom .footer-copyright-cp { text-align: right; } #footer-bottom .footer-copyright-cp p { padding-top: 36px; } } #animace .carousel-indicators { bottom: 5px; margin: 0px; width: 90%; text-align: right; left: auto; right: 15px; } #animace .carousel-indicators li { border-color: #666; background-color: #cc0000; margin: 0px; } #animace .carousel-indicators .active { background-color: #11aaff; width: 10px; height: 10px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { margin: 0 auto; } .control-box { position: absolute; bottom: 5px; left: 5px; right: 0; z-index: 1; } .carousel-control { background-image: none !important; text-shadow: none; opacity: 1; position: relative; display: inline-block; width: 36px; height: 36px; line-height: 36px; border-radius: 0px; margin: 3px; background-color: #cc0000; border: none; font-size: 18px; color: #fff; } .carousel-control.hover_block:before { transition: all 0.2s; } .carousel-control .fas { color: #fff; position: relative; } .carousel-control:hover, .carousel-control:focus .carousel-control:active { opacity: 1; } .carousel-control.hover_block:hover:before, .carousel-control.hover_block:focus:before { width: 100%; height: 100%; background-color: #353535; opacity: 1; border-radius: 0; opacity: 1; } .control-box .carousel-control { position: relative; } @media (min-width: 460px) { .carousel-control { margin: 5px; width: 40px; height: 40px; font-size: 24px; line-height: 40px; } } @media (min-width: 768px) { #animace .control-box { bottom: 0px; } } @media (min-width: 992px) { #animace .control-box { bottom: 20px; left: 25px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { max-height: 360px; } } .home_section { margin-bottom: 80px; } .home_section .section_title { font-size: 36px; color: #000000; font-weight: 800; text-transform: uppercase; text-align: center; margin-bottom: 30px; margin-top: 0; } .home_section .section_text { font-size: 18px; line-height: 30px; color: #333333; text-align: center; margin-bottom: 35px; } #home-intro { margin-top: 0px; } #home-intro img { max-height: 650px; width: 100%; } #home-intro { background-color: #e9e9e9; text-align: right; position: relative; overflow: hidden; } #home-intro .intro_img { margin-left: auto; transition: opacity 0.2s, height 0.2s; } #home-intro .intro_title_box { position: static; transform: none; margin: 0 auto; padding: 35px 25px 45px 25px; background-color: #eee; transition: all 0.5s; } #home-intro .intro_title { font-size: 34px; line-height: 40px; font-weight: 800; text-align: left; text-transform: uppercase; margin: 0; transition: all 0.2s; } #home-intro .intro_title.bottom-line:after { width: 98px; height: 6px; margin-top: 10px; transition: all 0.2s; } #home-intro .intro_img_box { display: inline-block; position: relative; } #home-intro .triangle { position: absolute; left: 0; top: 0; border-style: solid; border-width: 0px 0px 0 0; transition: border-right-width 0.2s; border-color: #eee transparent transparent transparent; } @media (max-width: 767px) { #home-intro { margin-bottom: 40px; } } @media (min-width: 768px) { #home-intro .intro_title_box { left: 0; right: 0; width: 80%; font-size: 60px; line-height: 70px; position: absolute; transform: translateY(-55%); background-color: rgba(238, 238, 238, 0.5); } #home-intro .intro_title { font-size: 40px; line-height: 50px; } #home-intro .intro_title.bottom-line:after { width: 143px; height: 5px; margin-top: 15px; } #home-intro { margin-top: 90px; } } @media (min-width: 992px) { #home-intro .triangle { border-right-width: 268px; } #home-intro .intro_img { max-height: 100%; } #home-intro .intro_title_box { left: 0; right: 0; width: 80%; font-size: 60px; line-height: 70px; position: absolute; transform: translateY(-55%); background-color: rgba(238, 238, 238, 0.5); } #home-intro .intro_title { font-size: 50px; line-height: 70px; } #home-intro .intro_title.bottom-line:after { width: 103px; height: 4px; margin-top: 20px; } #animace { padding-right: 30px; } } @media (min-width: 1220px) { #home-intro .intro_img { max-width: 53%; height: 100%; } #home-intro .intro_title_box { width: 70%; } #home-intro .intro_title { font-size: 35px; line-height: 50px; } #home-intro .intro_title.bottom-line:after { width: 180px; height: 8px; margin-top: 30px; } #home-intro .intro_title_box { left: initial; right: initial; width: 70%; margin-right: initial; padding: 40px; background-color: transparent; } } @media (min-width: 1350px) { #home-intro .intro_title { font-size: 45px; line-height: 60px; } } @media (min-width: 1460px) { #home-intro .intro_img { max-width: 54%; height: 100%; } #home-intro .intro_title { font-size: 50px; line-height: 60px; } #home-intro .intro_title.bottom-line:after { width: 143px; height: 8px; margin-top: 30px; } } @media (min-width: 1700px) { #home-intro .intro_title { font-size: 60px; line-height: 85px; } #home-intro .intro_img { max-width: 60%; height: 100%; } } @media (min-width: 1900px) { #home-intro .intro_img { max-width: 60%; height: 100%; } #home-intro .intro_title_box { padding-left: 70px; } #home-intro .intro_title { font-size: 65px; line-height: 80px; } #animace { padding-right: 45px; } .text_box .btn { margin-top: 43px; } } @media (min-width: 1920px) { #home-intro .intro_img { max-width: 60%; height: 100%; } #home-intro .intro_title_box { width: 70%; background-color: rgba(238, 238, 238, 0); } #home-intro .intro_title { font-size: 63px; line-height: 80px; } #home-intro { margin-top: 90px; } } #home-oNas { position: relative; } #home-oNas .section_title { text-align: left; } .bcg_box_container { width: 100%; display: none; } .bcg_box_container, .bcg_box_container [class*="col-"] { padding: 0; } .bcg_box_container .row { margin: 0; } .container-fluid.bcg_box_container .col-md-offset-4 { margin-left: 38%; } .container-fluid.bcg_box_container .col-md-8 { width: 62%; } #home-oNas .bcg_box { background-color: #eeeeee; } #home-oNas .text_box { font-size: 18px; line-height: 30px; background-color: #eeeeee; padding: 40px 25px 65px 25px; } @media (max-width: 767px) { .oNas_container, .oNas_col { padding: 0; } .oNas_row { margin: 0; } } @media (min-width: 992px) { .bcg_box_container { position: absolute; display: block; } #home-oNas { display: flex; align-items: center; } #home-oNas, #home-oNas .bcg_box { height: 580px; } #home-oNas .text_box { padding-top: 0; padding-bottom: 0; background-color: transparent; } } @media (min-width: 1220px) { #home-oNas, #home-oNas .bcg_box { height: 480px; } } .sluzby-articles .box { position: relative; margin-bottom: 20px; padding: 35px; border: 1px solid #d5d5d5; } .sluzby-articles .text_block { position: relative; } .sluzby-articles .text_block .title { font-size: 25px; font-weight: 800; line-height: 28px; margin: 0; margin-bottom: 20px; word-wrap: break-word; } .sluzby-articles .text_block .text { font-size: 14px; line-height: 24px; } .sluzby-articles .text_block .text p { margin: 0; } .btn_arrow .icon { position: relative; } .btn_arrow { display: flex; align-items: center; justify-content: space-evenly; position: relative; text-decoration: none; width: 40px; height: 40px; font-size: 14px; background-color: #353535; color: #fff; margin-top: 20px; } .btn_arrow:before { content: ""; display: block; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin: 0 auto; width: 100%; height: 100%; transition: width 0.2s, height 0.2s, border-radius 0.2s; background-color: #cc0000; } .box_link:hover ~ .btn_arrow:before, .box_link:focus ~ .btn_arrow:before { width: 0px; height: 0px; border-radius: 0; } .sluzby-articles .hover_block:before { left: 55px; bottom: 55px; top: initial; transform: none; margin: initial; transition: width 0.2s, height 0.2s, border-radius 0.2s, left 0.2s, bottom 0.2s; } .sluzby-articles .box_link:hover ~ .hover_block:before, .sluzby-articles .box_link:focus ~ .hover_block:before { left: 0px; bottom: 0px; } @media (min-width: 300px) { .sluzby-articles .text_block .title { word-wrap: normal; } } @media (min-width: 768px) { .sluzby-articles .box { height: 350px; } .sluzby-articles .text_block .title { height: 70px; font-size: 32px; line-height: 36px; } .sluzby-articles .text_block .text { height: 140px; overflow: hidden; } .btn_arrow { position: absolute; left: 35px; bottom: 35px; margin-top: 0; } } #reference-block { margin-bottom: 20px; } .reference-articles .box { margin-bottom: 20px; border: 1px solid #d5d5d5; } .reference-articles .img_bcg_block { height: 200px; transition: height 0.5s; } .reference-articles .text_block { padding: 15px; position: relative; text-align: center; transition: padding 0.5s; } .reference-articles .text_block .title { position: relative; font-size: 14px; line-height: 20px; transition: font-size 0.5s, line-height 0.5s, height 0.5s; color: #000000; font-weight: 800; text-transform: initial; margin: 0; } @media (min-width: 460px) { .reference-articles .text_block .title { height: 80px; overflow: hidden; } } @media (min-width: 768px) { .reference-articles .text_block .title { font-size: 18px; line-height: 24px; height: 70px; } } @media (min-width: 992px) { .reference-articles .img_bcg_block { height: 300px; } .reference-articles .text_block .title { font-size: 20px; line-height: 26px; height: 80px; } } @media (min-width: 1220px) { .reference-articles .text_block .title { font-size: 18px; line-height: 24px; height: 100px; } } @media (min-width: 1460px) { .reference-articles .text_block { padding: 30px 27px 40px 27px; } .reference-articles .text_block .title { font-size: 20px; line-height: 30px; height: 60px; } } .articles .article { border-bottom: 1px solid #e0e0e0; } .articles .article h2 { color: #333; font-size: 18px; } .articles .article h2 a { text-decoration: underline; } .article-meta { margin-bottom: 10px; } .article-meta a { text-decoration: underline; } .pagination { margin-top: 10px; margin-bottom: 0; } .pagination > li > a, .pagination > li > span { padding: 0; height: 40px; width: 40px; line-height: 40px; margin: 0px 5px 0px 0px; border-radius: 0px; color: #333333; background-color: #fff; border-color: #d5d5d5; font-size: 16px; font-weight: 600; } .pagination > li > a i.glyphicon { color: #333; padding: 0px; font-size: 0.9em; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #cc0000; border-color: #cc0000; color: #fff; } .pagination > li > a:hover i.glyphicon, .pagination > li > a:focus i.glyphicon { color: #fff; } .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span { border-radius: 0; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #cc0000; border-color: #cc0000; color: #fff; } #sidebar-poradit { color: #333333; border: 1px solid #cecece; font-size: 13px; } #sidebar-poradit .title { display: block; font-size: 14px; line-height: 1.2em; background-color: #272b33; margin: -1px -1px 10px -1px; border-bottom: 1px solid #d7d7d7; color: #b6b8c0; padding: 12px 20px; } #sidebar-poradit p strong { display: block; font-weight: normal; color: #333333; } #sidebar-poradit a, #sidebar-poradit a:hover { color: #333333; text-decoration: none; } #sidebar-poradit .telefon-ico { background-image: url("/img/potrebujete-radu-telefon.png"); } #sidebar-poradit .email-ico { background-image: url("/img/potrebujete-radu-mail.png"); } .sidebar-articles { color: #333333; border: 1px solid #cecece; font-size: 12px; } .sidebar-articles .title { display: block; font-size: 14px; line-height: 1.2em; background-color: #272b33; margin: -1px -1px 0 -1px; border-bottom: 1px solid #d7d7d7; color: #b6b8c0; padding: 12px 20px; text-decoration: none; } .sidebar-articles .list-unstyled { padding: 0 10px; } .sidebar-articles .article { border-bottom: 1px dotted #333; color: #666; margin: 10px 0; } .sidebar-articles .article-date { } .sidebar-articles p a { text-decoration: underline; color: #333333; } .sidebar-articles a:hover { color: #cc0000; } .sidebar-articles .article-title { font-size: 14px; display: block; margin-bottom: 5px; color: #333333; } .sidebar-articles .article p { font-size: 12px; line-height: 1.2em; } .sidebar-articles .footer { padding: 0 10px; } .sidebar .advert-item { margin-bottom: 25px; } #adv .adv_title { display: none; } .win-message, .win-alert-message { margin: 0 auto !important; background: #73b84d url(/img/okno-ok.png) no-repeat 5% 50%; color: #ffffff; font-size: 20px !important; padding: 25px 80px !important; text-align: center !important; } .win-alert-message { background: #ff9900 !important; } .hide-ico .win-message { background: #73b84d; } .win-buttons { padding-top: 25px; padding-bottom: 25px; background-color: #eeeeee; border-top: 1px solid #cccccc; margin: 20px 0 0 0; } .win-buttons .btn { border-radius: 2px; border: 1px solid #cccccc; padding: 10px 20px; } .win-buttons .btn-back { background-color: #ffffff; color: #000; font-size: 16px; } .win-buttons .btn-back:hover { background-color: #f1f1f1; border-color: #000; } .mfp-close { background: transparent url("/img/zavrit-ico.png") 50% 50% no-repeat !important; height: 50px !important; width: 50px !important; font-size: 0 !important; opacity: 1 !important; right: 10px !important; cursor: pointer; z-index: 2; } .mfp-close:hover, .mfp-close:focus { opacity: 0.65 !important; } .mfp-close:active { top: 0px !important; } .popup-block-content { padding: 15px; } ul.comments { padding-left: 0; } ul.comments li { list-style: none; padding: 0 0 10px 0; } ul.comments li h2 { font-size: 16px; } ul.comments li span.content { font-size: 13px; padding-left: 5px; } ul.comments li div.comment { padding-bottom: 20px; color: #666; font-size: 14px; } ul.comments li span.content-autor .autor { color: #333333; margin-right: 30px; } ul.comments li div.comment div.comment-by { font-size: 14px; padding: 3px 5px; background: #f8f8f8; border-top: 1px solid #cecece; margin: 5px 0px 5px 0px; } ul.comments li div.comment div.comment-by h4 { font-weight: normal; display: inline; padding-right: 100px; } ul.comments li div.comment div.comment-by span { display: block; text-align: right; padding-top: 5px; } ul.comments li div.comment p { padding: 0px 0px 0px 5px; margin: 0px 0px 6px 0px; } ul.comments li div.comment-block .comment-by span { margin-top: -25px; } ul.comments li div.comment .comment-form { border-top: 1px solid #cecece; padding-top: 10px; } #formular-area .form-show { margin-bottom: 10px; } #komentare_kotva img { margin-top: -5px; } ul.comments li ul.reply { padding-left: 20px; } #top-line { background-color: #272b33; padding: 5px 0; font-size: 13px; height: 30px; color: #b6b8c0; overflow: hidden; } #top-line a { color: #a4a4a4; } #top-line a:hover, #top-line a:active { color: #cc0000; text-decoration: none; } #top-line .kontakt { width: 480px; float: left; } .telefon-ico { background: url("/img/hlavicka-telefon.png") no-repeat 15px 50%; padding: 0 0 0 40px; } .email-ico { background: url("/img/hlavicka-mail.png") no-repeat 15px 50%; padding: 0 0 0 40px; } #mutace { float: right; } #mutace > a { background: url("/img/cz.png") no-repeat 50% 50%; width: 16px; text-indent: -9999px; display: inline-block; padding: 0 15px; } #mutace .en { background-image: url("/img/en.png"); } #mutace .cz { } .ico-btn, a.ico-btn { height: 40px; background: transparent; border: none; color: #b6b8c0; font-size: 14px; text-decoration: none; margin-right: 0; display: block; padding-top: 5px; outline: none; } .ico-btn:hover, .ico-btn.active, a.ico-btn:hover, a.ico-btn.active { color: #cc0000; text-decoration: none; } .ico-btn > .ico { height: 30px; border: none; display: block; text-align: center; } .ico-btn>.ico:hover, .ico-btn>.ico.active, .ico-btn:hover>.ico, .ico-btn.active>.ico { background-position: 50% 100%; } button.ico-btn { margin-top: -1px; } .hledani-ico { background: url("/img/hlavicka-hledat.png") no-repeat 50% 0; width: 29px; } .user-ico { background: url("/img/hlavicka-prihlasit.png") no-repeat 50% 0; } .kosik-ico { background: url("/img/hlavicka-kosik.png") no-repeat 50% 0; } #uzivatel { float: right; text-align: center; } #hledani #q { display: none; position: absolute; right: 40px; top: -1px; background-color: #fff; border: none; color: #333333; height: 40px; width: 235px; z-index: 1000; } #hledani .ico-btn.active { background: #fff; z-index: 1001; position: relative; } .padding-min { padding-right: 12px; } .padding-min .col-sm-1, .padding-min .col-sm-2, .padding-min .col-sm-3, .padding-min .col-sm-4, .padding-min .col-sm-5, .padding-min .col-sm-6, .padding-min .col-sm-7, .padding-min .col-sm-8, .padding-min .col-sm-9, .padding-min .col-sm-10, .padding-min .col-sm-11, .padding-min .col-sm-12, .padding-min .col-lg-1, .padding-min .col-lg-2, .padding-min .col-lg-3, .padding-min .col-lg-4, .padding-min .col-lg-5, .padding-min .col-lg-6, .padding-min .col-lg-7, .padding-min .col-lg-8, .padding-min .col-lg-9, .padding-min .col-lg-10, .padding-min .col-lg-11, .padding-min .col-lg-12, .padding-min .col-md-1, .padding-min .col-md-2, .padding-min .col-md-3, .padding-min .col-md-4, .padding-min .col-md-5, .padding-min .col-md-6, .padding-min .col-md-7, .padding-min .col-md-8, .padding-min .col-md-9, .padding-min .col-md-10, .padding-min .col-md-11, .padding-min .col-md-12 { padding-left: 2px; padding-right: 2px; } #dodatky ul { margin: 0; padding: 0; width: auto; float: left; } #dodatky li { list-style: none; float: left; padding: 0 10px; border-right: #5c5c5c 1px solid; } #dodatky li.posledni { border-right: none; } @media (min-width: 460px) { #soc-top { display: block; } } @media screen and (min-width: 768px) { #dodatky li { padding: 0 25px; } #logo { padding: 0; } .ico-btn > .ico { width: 65px; } .ico { margin-bottom: 15px; } } @media (min-width: 992px) { .ico-btn > .ico { width: 75px; } } @media (min-width: 1220px) { #logo { padding: 0 15px; } } @media (max-width: 767px) { .padding-min .col-sm-1, .padding-min .col-sm-2, .padding-min .col-sm-3, .padding-min .col-sm-4, .padding-min .col-sm-5, .padding-min .col-sm-6, .padding-min .col-sm-7, .padding-min .col-sm-8, .padding-min .col-sm-9, .padding-min .col-sm-10, .padding-min .col-sm-11, .padding-min .col-sm-12, .padding-min .col-lg-1, .padding-min .col-lg-2, .padding-min .col-lg-3, .padding-min .col-lg-4, .padding-min .col-lg-5, .padding-min .col-lg-6, .padding-min .col-lg-7, .padding-min .col-lg-8, .padding-min .col-lg-9, .padding-min .col-lg-10, .padding-min .col-lg-11, .padding-min .col-lg-12, .padding-min .col-md-1, .padding-min .col-md-2, .padding-min .col-md-3, .padding-min .col-md-4, .padding-min .col-md-5, .padding-min .col-md-6, .padding-min .col-md-7, .padding-min .col-md-8, .padding-min .col-md-9, .padding-min .col-md-10, .padding-min .col-md-11, .padding-min .col-md-12 { padding-left: 2px; padding-right: 0; } } @media (max-width: 991px) { #soc-top { margin-right: 0; } } .uvodka_vice { float: right; font-size: 14px; text-decoration: underline; padding-top: 5px; } object, iframe { max-width: 100%; } @media (max-width: 767px) { .menuOpened { background: #fff; } .menuOpened.header-affixed { margin-top: 0; } .menuOpened #main_obal { display: none; } .menuOpened #footer { display: none; } .menuOpened #vyhody { display: none; } .menuOpened #spolupracujeme_block { display: none; } #header.preventAffix { position: relative !important; top: auto !important; left: 0; right: auto; } .preventAffix #header-stin > .container { position: fixed; top: 0; width: 100%; z-index: 9999; border-bottom: #000 1px solid; background-color: #181b1f; } .preventAffix #header-top { padding-bottom: 0; } .menuOpened #top-line { display: none; } .dropdown-menu > li > a { padding: 10px 20px; background-color: #00f; } } @media (max-width: 595px) { .logo-miniresp { display: block !important; } .logo-resp { display: none !important; } #soc-top { display: none; } } @media (max-width: 499px) { #top-line { text-align: center; height: 45px; } #top-line #mutace { position: absolute; left: 5px; } #top-line .kontakt { margin-bottom: 10px; padding-left: 70px; text-align: left; max-width: 80%; } #header.affix { } } @media (max-width: 380px) { #leve-menu-toggle { width: 100px; padding: 0; } #hledani .ico-btn.active { } #hledani #q { right: -5px; } } @media (max-width: 767px) { .ico-btn, a.ico-btn { height: 40px; } #top-line .kontakt { width: auto; margin-left: -25px; } nav.navbar { text-align: left; } #vyhody .vyhoda-block { margin-bottom: 20px; } .searchForm .btn { font-size: 16px; } .searchForm input { height: auto; } .footer-col, #footer .left-border { border: none; } } #prekryv { display: none; background-color: rgba(40, 40, 40, 0.5); width: 100%; height: 0; z-index: 10; position: absolute; } #vyhody { padding: 35px 0; font-size: 18px; text-transform: uppercase; } #vyhody .img-block { padding-right: 10px; text-align: right; } #vyhody .text-block { padding-left: 0; } .lg-outer .lg-inner { padding-top: 50px; } .lg-backdrop { z-index: 1045; } .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { padding-bottom: 155px; } .lg-toolbar #lg-download { display: none; } .white-popup-block .row { margin: 0; } #formularKontakt table { width: 100%; margin: 20px 0; } .ajax-waiting:after { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: url("/img/loading.gif") 50% 50% no-repeat rgba(60, 60, 60, 0.5); } body.ajax-waiting:after { position: fixed; z-index: 6666; } #media-obsah { margin-top: 50px; } .files-box.top_offset { margin-top: 60px; } #videa li, #soubory li { text-align: left; float: left; clear: both; text-decoration: underline; } #media-tabs { background: transparent; border: none; font-family: inherit; } #media-tabs.ui-widget-content { border: none; padding: 0; } #media-tabs > ul { background: inherit; border: none; border-bottom: 1px solid #d5d5d5; margin: 0; padding: 0; } .galleryHeader, #media-tabs > ul li { font-size: 24px; font-weight: 800; color: #000000; background-color: transparent; margin: 0; border: none; text-align: left; position: relative; top: 0px; } #media-tabs > ul li a { color: #000; } #media-tabs > ul li a:after { content: ""; display: block; width: 0; height: 1px; transition: width 0.2s; background-color: #cc0000; position: absolute; left: 0; right: 0; bottom: 0px; margin: 0 auto; } #media-tabs .gallery { padding: 0; padding-top: 15px; } #media-tabs > ul li a:hover, #media-tabs > ul li a:focus { color: #cc0000; } #media-tabs > ul li.ui-state-active a:after, #media-tabs > ul li a:hover:after, #media-tabs > ul li a:focus:after { width: 100%; } @media (max-width: 767px) { #media-tabs > ul { border-bottom: none; } #media-tabs > ul li { display: block; width: 100%; text-align: center; } #media-tabs .ui-state-default a { text-align: center; margin: 0 auto; display: block; width: 100%; } } #media-tabs .ui-state-active a, #media-tabs .ui-state-active a:link, #media-tabs .ui-state-active a:visited { color: #000; outline: none; } @media (min-width: 300px) { #media-tabs > ul li.ui-state-active a:after, #media-tabs > ul li a:hover:after, #media-tabs > ul li a:focus:after { width: 70%; } } @media (min-width: 460px) { #media-tabs > ul li.ui-state-active a:after, #media-tabs > ul li a:hover:after, #media-tabs > ul li a:focus:after { width: 50%; } } @media (min-width: 768px) { #media-tabs > ul li { top: 1px; } #media-tabs > ul li a:after { height: 2px; } #media-tabs > ul li:not(.ui-state-active) { top: 2px; } #media-tabs > ul li.ui-state-active a:after, #media-tabs > ul li a:hover:after, #media-tabs > ul li a:focus:after { width: 100%; } } .gallery { text-align: center; margin-bottom: 10px; } .gallery .img-thumbnail { height: 267px; overflow: hidden; border: none; background: transparent; margin-bottom: 10px; } .gallery .img-thumbnail img { height: 100%; object-fit: cover; } .galleryHeader { margin-bottom: 8px; } #soubory .box { background-color: #fff; } #soubory .box a { text-decoration: underline; text-align: left; display: block; padding: 10px 0; height: 70px; overflow: hidden; display: flex; align-items: center; font-size: 12px; color: #555555; } #soubory .box a:hover .title { color: #cc0000; } #soubory .box a:hover img { max-height: 50px; transition: max-height 0.2s; } #soubory .box img { max-height: 46px; min-width: 40px; transition: max-height 0.2s; display: block; margin-right: 15px; } @media (min-width: 460px) { #soubory .box a { font-size: 18px; } } #videa a:hover, #videa a:focus, #videa a:active { color: #cc0000; } .show-all.btn { color: #fff; margin-top: 5px; width: 100%; } .show_all-col { transition: width 0.5s; } #page-intro { position: relative; } #page-intro.withImage { margin-bottom: 35px; } #page-intro.withImage #map_reference_detail { position: relative; height: 240px; } #page-intro.withImage .image-bcg { background-repeat: no-repeat; background-size: cover; background-position: center; height: 240px; } #page-intro .text_obsah { position: relative; padding-top: 50px; transition: padding 0.5s; } #page-intro .text_obsah .title { margin: 0; margin-bottom: 30px; text-transform: uppercase; } #page-intro .text_obsah .title.bottom-line:after { height: 1px; width: 100%; margin-top: 35px; background-color: #ddd; } .projekty-intro { padding-top: 50px; transition: padding 0.5s; padding-bottom: 20px; } #page-intro.centeredTitle .text_obsah { text-align: center; } #page-intro.centeredTitle .text_obsah .title { margin-bottom: 30px; } #page-intro.centeredTitle .text_obsah .text { margin-bottom: 30px; } @media (min-width: 768px) { .projekty-intro { margin-top: 80px; } #page-intro.withImage { margin-top: 90px; } #page-intro.withImage .text_obsah { padding-top: 40px; } #page-intro .text_obsah { padding-top: 140px; } } @media (min-width: 992px) and (max-width: 1229px) { #page-intro.withImage .text_obsah .title { font-size: 30px; } } @media (min-width: 992px) { #page-intro.withImage { height: 540px; } #page-intro.withImage #map_reference_detail, #page-intro.withImage .image-bcg { position: absolute !important; top: 0; bottom: auto; left: 50%; right: 0; height: 100%; } #page-intro.withImage .text_obsah { max-height: 450px; overflow: hidden; position: absolute; padding-top: 0; top: 50%; transform: translateY(-50%); left: 10px; right: 10px; } .projekty-intro { margin-top: 100px; } #page-intro.withImage .text_obsah .text { max-height: 345px; overflow: hidden; } .fullHeight_bs_item { height: 100%; } #page-intro .text_obsah { padding-top: 190px; overflow: auto; } } #page-intro-kontakt { position: relative; margin-bottom: 40px; } #map_kontakt { height: 240px; } @media (min-width: 992px) { #map_kontakt { height: 540px; } } #map_kontakt.map_close { background: #f5f5f5 url("/img/mapa_kontakt_smaller.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } @media (min-width: 768px) { #page-intro-kontakt { margin-top: 90px; } } @media (min-width: 992px) { #map_kontakt.map_close { background-image: url("/img/mapa_kontakt.jpg"); } } .glyphicon.glyphicon-empty:before { content: "\e062"; visibility: hidden; } #map_kontakt #googleAttrib { position: absolute; bottom: 0; right: 0; background: rgba(245, 245, 245, 0.7); height: 14px; line-height: 14px; font-size: 10px; padding: 0 6px; color: #000000; } #kontakt_box { transition: all 0.5s; } #kontakt_box .kontakt_box_block { padding: 10px; height: 100%; background-color: #fff; } #kontakt_box .kontakt_box_block .title { font-size: 32px; font-weight: 800; margin-bottom: 5px; } #kontakt_box .kontakt_box_block p { font-size: 18px; line-height: 30px; } @media (min-width: 992px) { #kontakt_box { height: 360px; } #kontakt_box.vertically_aligned { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; } #kontakt_box .kontakt_box_block { padding: 50px; } } .mapActivate_prekryv { display: block; position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; cursor: pointer; z-index: 4; } #hlavni-skupina { margin-bottom: 90px; } #hlavni-skupina .main_title, .skupiny-kontaktu .main_title { font-size: 32px; font-weight: 800; margin-bottom: 22px; margin-top: 0; } .skupiny-kontaktu .main_title { margin-bottom: 40px; } .skupiny-kontaktu .panel { border-radius: 0; border: none; box-shadow: none; margin-bottom: 15px; } .skupiny-kontaktu .panel.last { margin-bottom: 0; } .skupiny-kontaktu .panel-heading { padding: 0px; height: 70px; background-color: #eeeeee; overflow: hidden; border-radius: 0; border: none; } .skupiny-kontaktu .panel-title { height: 100%; } .skupiny-kontaktu .panel-title-link { display: block; position: relative; height: 100%; text-decoration: none; } .skupiny-kontaktu .panel-title-link .content { display: flex; align-items: center; left: 27px; } .skupiny-kontaktu .panel-title-link .content .title { font-size: 20px; font-weight: 700; color: #000000; margin-left: 23px; } .skupiny-kontaktu .panel-title-link .content .sipka { transition: transform 0.2s; } .skupiny-kontaktu .panel-title-link .content .sipka .icon { font-size: 32px; color: #cc0000; } .skupiny-kontaktu .panel-title-link:hover .content .title, .skupiny-kontaktu .panel-title-link:focus .content .title { color: #cc0000; } .skupiny-kontaktu .panel-title-link:not(.collapsed) .content .sipka { transform: rotate(90deg); } .skupiny-kontaktu ul { padding-left: 0px; list-style: none; } .kontakt-item { border: 1px solid #d5d5d5; margin-top: 18px; padding: 20px; font-size: 16px; line-height: 30px; } .kontakt-item .kontakt-heading { font-size: 18px; font-weight: 800; margin-top: 0; margin-bottom: 10px; padding-bottom: 18px; border-bottom: 1px solid #d5d5d5; } .kontakt-item .kontakt-pozice { min-height: 30px; } .kontakt-item .kontakt_links { display: flex; flex-direction: column; justify-content: space-between; } .kontakt-item .kontakt_links .tel { text-decoration: none; } .kontakt-item p { margin-bottom: 0; } .kontakt-item .kontakt_links a:hover, .kontakt-item .kontakt_links a:focus { color: #cc0000; } @media (min-width: 768px) and (max-width: 1459px) { .kontakt-item .kontakt-pozice { min-height: 55px; line-height: 25px; } } @media (min-width: 1220px) { .kontakt-item { height: 160px; } .kontakt-item .kontakt_links { flex-direction: row; align-items: center; } } #map_reference { height: 650px; margin-bottom: 100px; } .gm-style .gm-style-iw-c { border-radius: 5px; box-shadow: 0 0 3.5px rgba(0, 1, 0, 0.35); background-color: #ffffff; padding: 25px 40px 15px 40px; max-width: 312px !important; } #map_reference .gm-ui-hover-effect { top: 10px !important; right: 0px !important; background-image: url("/img/times_doubleColor.png") !important; background-repeat: no-repeat !important; background-position: center !important; background-position-y: top !important; background-size: 43% !important; opacity: 1 !important; height: 13px !important; } #map_reference .gm-ui-hover-effect > span { display: none !important; } #map_reference .gm-ui-hover-effect:hover { background-position-y: bottom !important; } #map_reference .gm-ui-hover-effect > img { display: none !important; } .map_infoWindow { font-size: 16px; line-height: 24px; text-align: center; font-family: "Muli"; } .map_infoWindow .mapRef_nazev { font-weight: 800; display: block; margin-bottom: 10px; } .map_infoWindow .mapRef_link { color: #cc0000; font-weight: 700; text-decoration: none; } .map_infoWindow .mapRef_link:hover { color: #353535; text-decoration: underline; } .map_infoWindow .mapRef_link:focus { outline: none; } #mainMenu .RESPswitchMENU { background-color: #d5d5d5; } #mainMenu .RESPswitchMENU a { padding: 10px 15px; display: block; text-align: right; color: #000000; font-size: 14px; } @media (max-width: 767px) { .searchActive { overflow: hidden; overflow-x: hidden; overflow-y: hidden; position: fixed; } } .searchActive #hledani #q { display: block; } #formularKontakt label.gdpr_souhlas { font-weight: normal; font-size: 13px; } @media (min-width: 768px) { .cp-img-right .extrablock-img { float: right; margin-left: 30px; max-width: 30%; } .cp-img-left .extrablock-img { float: left; margin-right: 30px; max-width: 30%; } } .panel.faq { border: 0px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } .panel.faq h3 { border: 0px; padding: 0px; margin: 0px; font-size: 16px; } .panel.faq .panel-heading a { display: block; text-decoration: none; font-weight: bold; text-align: left; border: 1px solid #d5d5d5; padding: 15px 25px 15px 10px; position: relative; color: #fff; background: #990000; } .panel.faq .panel-heading a.collapsed { background: transparent; color: #333; } .panel.faq .panel-heading a:hover { color: #fff; background: #990000; } .panel.faq .panel-heading a:after { content: " "; display: block; width: 12px; height: 12px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; position: absolute; right: 15px; z-index: 1; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); transition: all 0.2s; top: 50%; margin-top: -6px; } .panel.faq .panel-heading a.collapsed:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s; margin-top: -6px; border-color: #cc0000; } .panel.faq .panel-heading a:hover:after { border-color: #fff; } .panel.faq .collapse-content { padding: 15px; background: #f4f4f4; text-align: left; font-size: 16px; } .panel.faq .btn-wrap .btn { border: 1px solid #d5d5d5; background: #fff; } .panel.faq .btn-wrap .btn:hover { background: #990000; color: #fff; } .formular { margin: 0px auto; position: relative; } .formular .gdpr_col, .formular .button_col { text-align: left; } .formular .gdpr_col { margin-bottom: 20px; } .formular label { font-size: 16px; font-weight: 400; color: #2d2d2d; margin-bottom: 3px; } .formular .form-control { color: #2d2d2d; border: 1px solid #d5d5d5; box-shadow: none; border-radius: 0; font-size: 16px; } .formular .form-control:not(textarea) { height: 50px; margin-bottom: 15px; } .formular .form-control { margin-bottom: 18px; } .formular .btn { min-width: 220px; } .formular .gdpr_souhlas { font-size: 14px; line-height: 24px; } .formular .gdpr_text { position: relative; top: -2px; } .prety-checkbox { content: ""; width: 20px; height: 20px; line-height: 20px; display: inline-block; margin-right: 7px; background-color: #ffffff; border: 0; margin-bottom: -2px; } .prety-checkbox.checked { background: #fff; color: #333; text-align: center; position: relative; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; } .prety-checkbox.checked:before { position: absolute; content: "\e013"; left: 0; right: 0; top: -1px; bottom: 0; font-size: 12px; } @media (min-width: 992px) { #footer_middle .title, #footer_middle .sub_title { font-size: 48px; } } @media (min-width: 1220px) { .formular .gdpr_col { text-align: left; margin-bottom: 0; } #footer_middle table.tel_table td, #footer_middle table.tel_table td a, #footer_middle p { font-size: 28px; line-height: 36px; } } #formularKontakt.formular { padding: 30px; background-color: #ededed; } #formularKontakt.formular .form_title { font-size: 24px; font-weight: 800; margin-top: 0; margin-bottom: 35px; } .formular.withFiles textarea.form-control { height: 110px; } .formular.withFiles .star { position: absolute; right: 20px; top: 5px; color: #cc0000; } .formular.withFiles .fileInput-box { margin-top: 20px; margin-bottom: 40px; } .formular.withFiles .file_text { font-weight: 600; } .formular.withFiles a.file-btn:hover .plus { color: #33aa00; } .formular.withFiles .plus { height: 24px; width: 24px; display: inline-block; background-color: transparent; color: #cc0000; font-size: 24px; line-height: 24px; text-align: center; margin-right: 3px; transition: transform 0.5s; } .formular.withFiles .plus::before { content: "+"; } #formularKontakt.formular .gdpr_souhlas { display: flex; } #formularKontakt.formular .gdpr_text { display: block; font-size: 14px; line-height: 20px; color: #2d2d2d; } #formularKontakt.formular .gdpr_text a { text-decoration: underline; } #formularKontakt.formular .prety-checkbox { width: 18px; min-width: 18px; height: 18px; background-color: #ffffff; border: 1px solid #d5d5d5; } #formularKontakt.formular .prety-checkbox.checked:before { top: -2px; } #formularKontakt.formular .finishForm-box { margin-bottom: 25px; } #formularKontakt.formular .captcha-box { margin-bottom: 25px; text-align: left; } #formularKontakt.formular .button_col .btn { font-size: 14px; font-weight: 800; padding-top: 15px; padding-bottom: 15px; } @media (min-width: 992px) { #formularKontakt.formular { padding: 60px; } } @media (min-width: 1220px) { #formularKontakt.formular { padding: 60px 120px; } } @media (max-width: 459px) { .g-recaptcha { transform: scale(0.77); } } .zpet_na_vypis { display: inline-block; margin-top: 20px; font-size: 14px; color: #555555; text-decoration: none; z-index: 2; } .zpet_na_vypis .icon { margin-right: 5px; color: #cc0000; } .zpet_na_vypis:hover, .zpet_na_vypis:focus { color: #cc0000; } @media (min-width: 992px) { .zpet_na_vypis { position: absolute; top: 10px; margin-top: 0px; } } .main_content { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .main_content .flex_item { flex-basis: max-content; margin-top: 20px; } .flex_item h4 { font-size: 16px; font-weight: 700; text-transform: uppercase; margin-top: 0; } .sub_content_flex { display: flex; flex-direction: column; font-size: 14px; line-height: 26px; color: #4a4a4a; min-width: 250px; justify-content: center; } .footer_logo img { max-width: 250px; transform: translateX(-25px); } @media (min-width: 992px) { .main_content { justify-content: initial; } } @media (min-width: 1500px) { .main_content .flex_item { flex: 1 1 0; margin-top: 0px; } } #map { height: 500px; } @media (min-width: 700px) { #map { height: 630px; } } .map_wrapper { position: relative; } .kontakt_mapa { padding-inline: 50px; padding-block: 10px 65px; } .kontakt_mapa h2 { font-weight: 800; } .kontakt_mapa span { color: #000000; } @media (min-width: 1200px) { .kontakt_mapa { min-width: 36.9%; position: absolute; top: 50%; transform: translateY(-30%); left: 12.6%; background-color: white; } } .formular_button_wrapper { text-align: center; padding-block: 100px; } .kontakt_formular_btn { padding-inline: 4em; } .kontakt-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 20; } .kontakt-form { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; } .text_box .btn { margin-top: 31px; } .home_section .card { border: 1px solid #d5d5d5; cursor: pointer; margin-top: 30px; transition: 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s; } .home_section .card:hover { background-color: #cc0000; } .home_section .card a { text-decoration: none; } .home_section .card .card_image_wrapper { padding: 15px; } .home_section .card p { font-size: 24px; line-height: 23px; font-weight: 800; color: black; padding-top: 15px; margin-bottom: 5px; } .home_section .card:hover p { color: white; } .home_section .card:hover i { color: white; } .home_section .card i { margin-top: 5px; height: 40px; font-size: 22px; color: #cc0000; } .projekty-grid .card { border: 1px solid #d5d5d5; cursor: pointer; margin-top: 30px; padding: 15px; min-height: 400px; transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s; } .projekty-grid .card:hover { background-color: #dd0000; color: white; } .projekty-grid a { text-decoration: none; } .projekty-grid .card_image_wrapper { text-align: center; } .projekty-grid .card img { height: 225px; width: 300px; object-fit: cover; } .projekty-grid .card h3 { font-size: 20px; font-weight: 800; margin: 0; margin-block: 15px; transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1) 0s; } .projekty-grid .card:hover h3 { color: white; } .projekty-grid .card p { font-size: 15px; margin: 0; margin-bottom: 25px; } .projekty-filtr { display: flex; margin-left: 8px; } .projekty-filtr label { margin: 0; color: black; } .projekt-filtr-form { display: flex; gap: 10px; flex-wrap: wrap; } .projekt-filtr-form button[type="submit"] { background-color: #cc0000; outline: none; border: none; color: white; border-radius: 2px; padding-inline: 20px; } .checkbox-wrapper-13 { display: flex; align-items: center; } .projekty_map_wrapper #map { width: 100%; } .projekty-filtr { padding-block: 30px 40px; } @supports (-webkit-appearance: none) or (-moz-appearance: none) { .checkbox-wrapper-13 input[type="checkbox"] { --active: #cc0000; --active-inner: #fff; --focus: 2px rgba(39, 94, 254, 0.3); --border: #bbc1e1; --border-hover: #cc0000; --background: #fff; --disabled: #f6f8ff; --disabled-inner: #e1e6f9; -webkit-appearance: none; -moz-appearance: none; height: 21px; outline: none; display: inline-block; vertical-align: top; position: relative; margin: 0; cursor: pointer; border: 1px solid var(--bc, var(--border)); background: var(--b, var(--background)); transition: background 0.3s, border-color 0.3s, box-shadow 0.2s; } .checkbox-wrapper-13 input[type="checkbox"]:after { content: ""; display: block; left: 0; top: 0; position: absolute; transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); } .checkbox-wrapper-13 input[type="checkbox"]:checked { --b: var(--active); --bc: var(--active); --d-o: 0.3s; --d-t: 0.6s; --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2); } .checkbox-wrapper-13 input[type="checkbox"]:disabled { --b: var(--disabled); cursor: not-allowed; opacity: 0.9; } .checkbox-wrapper-13 input[type="checkbox"]:disabled:checked { --b: var(--disabled-inner); --bc: var(--border); } .checkbox-wrapper-13 input[type="checkbox"]:disabled + label { cursor: not-allowed; } .checkbox-wrapper-13 input[type="checkbox"]:hover:not(:checked):not(:disabled) { --bc: var(--border-hover); } .checkbox-wrapper-13 input[type="checkbox"]:focus { box-shadow: 0 0 0 var(--focus); } .checkbox-wrapper-13 input[type="checkbox"]:not(.switch) { width: 21px; } .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):after { opacity: var(--o, 0); } .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked { --o: 1; } .checkbox-wrapper-13 input[type="checkbox"] + label { display: inline-block; vertical-align: middle; cursor: pointer; margin-left: 4px; } .checkbox-wrapper-13 input[type="checkbox"]:not(.switch) { border-radius: 7px; } .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):after { width: 5px; height: 9px; border: 2px solid var(--active-inner); border-top: 0; border-left: 0; left: 7px; top: 4px; transform: rotate(var(--r, 20deg)); } .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked { --r: 43deg; } } .checkbox-wrapper-13 * { box-sizing: inherit; } .checkbox-wrapper-13 *:before, .checkbox-wrapper-13 *:after { box-sizing: inherit; } .projekty { padding-bottom: 55px; } .pagination li a { border-radius: 50%; color: black; } .pagination .active a { border-radius: 50% !important; } #nextPage { border-radius: 50%; } #prevPage { border-radius: 50%; } .sub_content_flex div::before { content: ''; display: inline-block; transform: translateY(-5px); margin-right: 5px; height: 2px; width: 15px; background-color: #cc0000; } .gm-style .gm-style-iw-c { padding: 0 !important; } .info-window { padding: 8px; padding-inline: 30px; } .gm-style h3 { margin: 0 !important; font-size: 18px; font-weight: 800; text-align: center; } .gm-style p { text-align: center; font-size: 16px; margin: 0 !important; } .gm-style a { text-align: center; color: #cc0000; font-size: 16px; font-weight: 700; text-decoration: none; } .gm-style-iw-d { overflow: auto !important; } .gm-ui-hover-effect { width: max-content !important; height: max-content !important; } .gm-ui-hover-effect span { width: 20px !important; height: 20px !important; } .gm-ui-hover-effect span { margin: 0 !important; } .projekt-detail h1 { font-size: 36px; font-weight: 800; padding-top: 60px; } .projekt-detail .stav { font-size: 18px; color: #333333; font-weight: 700; } @media (min-width: 900px) { .button-dalsi { text-align: left; } } .back-projekty i { color: #cc0000; margin-right: 5px; } .back-projekty { padding-top: 10px; } .back-projekty a { text-decoration: none; padding-top: 30px; } .nacist-dalsi { padding-top: 40px; } .galleryHeader { border-bottom: 1px solid rgba(0, 0, 0, .3); } #videa { list-style-type: none; } #soubory ul { list-style-type: none; } .projekt-icon { font-size: 20px; margin-right: 5px; color: #cc0000; } .projekt-kontent { padding-top: 100px; }