﻿body {
font-family: Roboto, sans-serif;
}
.categories-panel-left {
height: 100%;
padding-left: 0;
padding-right: 0;
}
.shadow-effect {
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
}
.shadow-effect-inset {
position: relative;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 0 -1px rgba(0, 0, 0, 0) inset;
}
.shadow-effect:before, .shadow-effect:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
box-shadow: 0 0 20px rgba(0,0,0,0.8);
top: 50%;
bottom: 0;
left: 10px;
right: 10px;
-moz-border-radius: 100px / 10px;
border-radius: 100px / 10px;
}
.shadow-effect:after {
right: 10px;
left: auto;
-webkit-transform: skew(8deg) rotate(3deg);
-moz-transform: skew(8deg) rotate(3deg);
-ms-transform: skew(8deg) rotate(3deg);
-o-transform: skew(8deg) rotate(3deg);
transform: skew(8deg) rotate(3deg);
}
.categories-panel-right .btn-primary-large {
color: #262864;
background-color: #fff;
border: none;
padding: 10px 0 10px 0;
width: 100%;
transition: ease-in-out .15s;
border-radius: 0;
}
.categories-panel-right .btn-primary-large:hover {
color: #fff;
background-color: #286090;
border: none;
}
.categories-panel-right .active {
color: #fff;
background-color: #262864;
border: none;
box-shadow: none;
}
.katalog-microsite .categories-panel-right .active {
color: #fff;
background-color: #4baf4f;
border: none;
box-shadow: none;
}
.katalog-microsite .categories-panel-right .btn-primary-large:hover {
color: #fff;
background-color: #4baf4f;
border: none;
}
.katalog-clanky .categories-panel-right .active {
color: #fff;
background-color: #eb7a58;
border: none;
box-shadow: none;
}
.katalog-clanky .categories-panel-right .btn-primary-large:hover {
color: #fff;
background-color: #eb7a58;
border: none;
}
.katalog-poptavky .categories-panel-right .active {
color: #fff;
background-color: #249aa6;
border: none;
box-shadow: none;
}
.katalog-poptavky .categories-panel-right .btn-primary-large:hover {
color: #fff;
background-color: #249aa6;
border: none;
}
/*
.categories-panel-right .col-xs-12 {
padding: 0 15px 0 10px;
}*/
.vyhledat {
color: #262864;
background-color: #fff;
border: 1px;
padding: 8px 10px 7px 10px;
width: 100%;
transition: ease-in-out .15s;
border-radius: 2px;
height: 34px;
}
.vyhledat:hover {
color: #fff;
background-color: #286090;
border: none;
}
.btn-stahnout {
color: #262864;
background-color: #777;
border: 1px;
padding: 8px 10px 7px 10px;
width: 100%;
transition: ease-in-out .15s;
border-radius: 4px;
height: 34px;
}
.btn-stahnout:hover {
color: #fff;
background-color: #286090;
border: none;
}
.carousel {
margin-bottom: 0;
padding: 0 60px 0 60px;
}
.carousel-control {
background: none;
}
.carousel-control.right {
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 220%);
}
.carousel-control.left {
background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 220%);
}
.carousel-inner {
position: relative;
width: 90%;
margin: auto;
}
.carousel-shadow {
box-shadow: 2px 2px 10px -5px rgba(0,0,0,0.75);
transition: ease-in-out .15s;
min-height: 295px;
}
.carousel-shadow:hover {
box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
transition: ease-in-out .15s;
}
.carousel-inner img {
margin: auto;
max-height: 200px;
min-height: 216px;
}
.carousel-inner a:hover {
text-decoration: none;
}
.fancy-line {
border: 0;
height: 4px;
position: relative;
margin: 0.5em 0;
}
.fancy-line:before {
top: -0.5em;
height: 1em;
}
.fancy-line:after {
height: 0.5em;
top: calc(-0.5em + 1px);
}
.fancy-line:before, .fancy-line:after {
content: '';
position: absolute;
width: 100%;
}
.fancy-line, .fancy-line:before {
background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%);
}
body, .fancy-line:after {
background: #f4f4f4;
}
.category {
position: absolute;
min-width: 879px;
min-height: 556px;
left: 292px;
top: 0;
visibility: hidden;
opacity: 0;
transition-property: opacity, visibility;
transition-duration: 0.15s, 0s;
transition-delay: 0.15s, 0.15s;
z-index: 100;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
transition: ease-in-out .15s;
padding-left: 25px;
padding-right: 25px;
}
.btn-category:hover .category {
visibility: visible;
opacity: 1;
transition-property: opacity, visibility;
transition-duration: 0.15s, 0s;
transition-delay: 0.15s, 0.15s;
transition: ease-in-out .15s;
}
.col-xs-offset-2-custom {
margin-left: 2.666667%;
}
.col-xs-5-custom {
width: 48.666667%;
}
.col-xs-3-custom {
width: 24%;
margin: 5px;
}
.catalog-height {
height: 650px;
}
.min-height-210 {
min-height: 220px;
}
.padding-left-5 {
padding-left: 5px;
}
.padding-right-5 {
padding-right: 5px;
}
.padding-left-right-5 {
padding-left: 5px;
padding-right: 5px;
}
.a-small-link-pz {
padding: 0 2px 0 2px;
color: #999;
text-decoration: none;
transition: ease-in-out .15s;
}
.a-small-link-pz .sel {
font-weight: bold;
}
.center-image {
margin: auto;
}
.half-width {
width: 50%;
}
.quarter-width {
width: 25%;
}
.dropdown-menu-custom {
padding-top: 15px;
padding-right: 0;
padding-left: 0;
}
.dropdown-menu-custom .dropdown-menu {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
width: 392px;
margin: -1px 95px 0;
}
.jazyky .dropdown-menu {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
width: 150px;
margin: -1px 0 0;
}
.dropdown-menu-custom-border {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.dropdown-menu-no-border {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 0;
}
.dropdown-menu-custom-border-right {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px;
}
.dropdown-menu-custom-border-left {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 1px;
}
.custom-height-33 {
min-height: 34px;
}
.custom-min-width-225 {
min-width: 225px;
}
.custom-min-width-250 {
min-width: 250px;
}
.custom-width-260 {
min-width: 260px;
}
.dropdown-menu-custom .radio, .dropdown-menu-custom .checkbox {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 0;
}
.categories-img {
width: 25px;
height: 25px;
float: left;
margin-right: 18px;
margin-left: 10px;
}
.categories-img span {
padding-left: 10px;
}
.font-12 {
font-size: 12px;
}
.auto-moto-border-break {
position: absolute;
top: 39px;
left: -10px;
}
.cestovani-a-ubytovani-border-break {
position: absolute;
top: 70px;
left: -10px;
}
.auto-moto-border-break img, .cestovani-a-ubytovani-border-break img {
height: 29px;
}
/*** ignoring h1, h2, h3, h4 styles ***/
.categories-panel-right h1 {
font-family: 'Roboto', sans-serif !important;
font-size: 24px !important;
font-weight: 300 !important;
color: #fff !important;
}
.categories-panel-left h2 {
margin-top: 0;
margin-bottom: 0;
text-transform: none;
font-weight: 500;
font-size: 15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.categories-panel-left h3 {
font-size: 14px;
line-height: 19px;
margin-top: 0;
margin-bottom: 0;
text-transform: none;
font-weight: 500;
}
.shadow-effect h3 {
color: #262864;
font-size: 14px;
line-height: 19px;
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 500;
}
.shadow-effect h4 {
font-size: 14px;
line-height: 19px;
margin-top: 0;
margin-bottom: 0;
text-transform: none;
font-weight: 500;
}
.predrazeny {
background-image: linear-gradient(to bottom right, #d3d3d3, #fff); /* Standard syntax (must be last) */
}
.min-max-height {
min-height: 190px;
max-height: 230px;
}
.img-max-height {
max-height: 210px;
}
.main-img-text, .main-img-text-h1hp-cz, .main-img-text-h1hp-xx, .main-img-text-h1hp-ms, .main-img-text-h1hp-client {
left: 33%;
bottom: 10%;
position: absolute;
color: #fff;
background-color: rgba(0,0,0,.5);
width: 400px;
padding: 10px;
font-size: 24px;
font-family: 'Roboto', sans-serif;
line-height: 1.3;
text-align: center;
font-weight: 300;
}
.main-img-text-h1hp-xx {
left: 7%;
bottom: 80%;
}
.main-img-text-h1hp-cz {
left: 27.5%;
bottom: 0%;
}
.main-img-text-h1hp-client {
bottom: 0%;
left: 15px;
padding: 0px;
line-height: 1;
width: 863px;
font-size: 24px !important;
}
.main-img-text-h1hp-client h1 {
font-size: 12px !important;
}
.container, .navbar {
z-index: 9;
position: static;
}
.demands .col-md-2 {
min-height: 251px;
}
.demands img {
max-width: 100px;
}
.demands p-10 {
text-align: center;
}
.social-links-panel div {
padding: 0 10px 0 10px;
}
.podobory, #h2WebPopis {
text-align: center;
padding: 0 3rem;
}
.podobory h2 {
text-transform: uppercase;
margin-right: 8px;
font-weight: 300;
display: inline;
}
.podobory h2:after {
display: inline;
content: " | ";
margin-left: 1rem;
}
.podobory h2.nocontent:after {
content: "";
}
.podobory:before {
display: block;
content: " ";
border-top: 2px solid #eee;
margin: 2rem;
}
.podobory:after {
display: block;
content: " ";
border-bottom: 2px solid #eee;
margin: 2rem;
}
.top-filter td {
padding-right: 15px
}
.top-filter.trim td {
padding-right: 0
}
.top-filter input {
padding-right: 10px;
}
.top-filter label {
margin-left: 10px;
}
.divFixedEffect {
font-size: 12px;
}
.divFixedEffect img {
max-width: 50px;
}
.divFixedEffect .col-md-3 img {
display: none;
}
.divFixedEffect .m-down-20 {
margin-bottom: 0;
}
.divFixedEffect .col-md-7 {
width: 80%;
}
.divFixedEffect .divFixedHide {
display: none;
}
.divFixedEffect h2 {
font-size: 12px;
}
.divFixedEffect .p-10 {
padding-top: 5px;
padding-bottom: 5px;
}
.fixedPZ .col-md-7 div {
padding-bottom: 2px;
}
.carousel-control {
width: 8%;
}
.extendedSearch select {
width: 185px;
padding: 2px;
}
.extendedSearch input {
width: 185px;
padding: 2px;
}
.custom-h2 {
color: #777;
font-size: 14px;
text-transform: none;
line-height: 19px;
margin-top: 0;
margin-bottom: 0;
}
.text-center {
text-align: center;
}
.ftext {
background-color: #ffe370;
padding: 3px 0 3px 3px;
}
.font-large {
font-size: 16px;
}
.font-largest {
font-size: 22px;
}
.p-left-10 {
padding-left: 10px;
}
.custom-padding-firmy {
padding: 0 10px 0 15px;
}
.custom-padding-microsite {
padding: 0;
}
.custom-padding-poptavky {
padding: 0 0 0 10px;
}
.custom-padding-clanky {
padding: 0 15px 0 10px;
}
.min-height-100 {
min-height: 100px;
}
.flexbox-outer {
display: flex;
display: -webkit-flex;
margin: auto;
}
.flexbox-inner {
margin: auto;
text-align: center;
}
.hvezdicka {
font-size: 12pt;
color: #D80A00;
}
.mobileVIP img {
float: left;
}
.selected-companies {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 2rem 1rem 4rem;
}
.selected-companies .col {
display: flex;
flex: 0 1 19%;
border: 2px solid #eee;
padding: 1rem 0;
margin: 0.5rem;
align-items: center;
min-width: 218.5px;
max-width: 270px;
min-height: 80px;
}
.selected-companies .col div {
margin: 0 1rem;
}
.selected-companies .col .company-photo {
flex: 1 1 60%;
position: relative;
}
.selected-companies .col .company-photo img {
width: 100%;
}
.selected-companies .col .company-photo:after {
display: block;
position: absolute;
content: " ";
border-right: 2px solid #eee;
height: 100%;
top: 0;
right: 0;
}
.selected-companies .col .company-name {
flex: 1 1 40%;
text-transform: uppercase;
font-weight: 300;
text-align: center;
font-size: 11px;
line-height: 1.25em;
}
.max-four-lines {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.max-three-lines {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.max-two-lines {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.demands img {
max-width: 83px;
}
.demands a .text h4 {
-webkit-line-clamp: none;
text-align: center;
}
.demands a .text p {
display: none;
}
.m-down-10 {
margin-bottom: 10px;
}
.max-one-line {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.flipcards .item {
background-color: transparent;
}
.flipcards .card .btn {
background-color: #fff;
color: #262864;
padding: 6px 30px;
transition: all .7s;
}
.flipcards .card .btn:hover {
background-color: rgba(255,255,255,0.8);
}
.flipcards .image-flip:hover .backside,
.flipcards .image-flip:focus .backside,
.flipcards .image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.flipcards .image-flip:hover .frontside,
.flipcards .image-flip:focus .frontside,
.flipcards .image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flipcards .mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.flipcards .frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
}
.flipcards .backside {
position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(to bottom, #262864, #282a69, #2b2d6f, #2d2f74, #30327a);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
border-radius: 6px;
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.flipcards .frontside,
.flipcards .backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.flipcards .frontside .card,
.flipcards .backside .card {
min-height: 295px;
}
.flipcards .frontside .card .card-title,
.flipcards .backside .card .card-title {
color: #262864;
font-weight: 600;
font-size: 15px;
margin-top: 14px;
margin-bottom: 10px;
}
.flipcards .backside .card .card-title {
color: #fff;
font-size: 18px;
}
.flipcards .backside .card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 25px;
color: #fff;
}
.flipcards .backside .card-body .card-text {
color: #fff;
}
.flipcards .frontside .card .card-body img {
width: 216px;
height: 216px;
border-radius: 50%;
}
#divMainNavigation .btn {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.categories-panel-left {
border-radius: 4px;
}
#HeaderNavBar_txtHledat {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
#HeaderNavBar_btnBasicExtended {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#divKatalogPopis {
text-align: center;
}
#divCatalogue .btn-category {
padding: 0;
}
#divCatalogue .btn-category a {
display: block;
padding-left: 0;
transition: none;
}
#divCatalogue .btn-category a:hover .bold h2 {
font-weight: 600;
color: #262864;
}
#divCatalogue .btn-category a .bold {
display: inline-block;
padding: 5px 0 5px 2px;
width: calc(100% - 53px);
}
#divCatalogue .btn-category a:hover {
text-decoration: none;
}
#divCatalogue .btn-category:hover .category {
transition: none;
}
#divCatalogue .btn-category .category {
border: 1px solid #eee;
border-left: none;
transition: none;
}
.catalog-height {
height: 616px;
}
.white-block {
border-radius: 4px;
}
.shadow-effect h3 {
font-size: 17px;
line-height: 1;
}
.fancy-line {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #bAb9b9, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #bAb9b9, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #bAb9b9, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #bAb9b9, #f0f0f0);
width: 95%;
margin: 10px auto;
}
.fancy-line::before,
.fancy-line::after {
display: none;
}
.shadow-effect .p-10 {
padding: 5px;
}
.shadow-effect::before,
.shadow-effect::after {
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.rightslidebtn {
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.vyhledat {
line-height: 1;
}
.carousel-control.left,
.carousel-control.right {
margin-bottom: 40px;
}
.categories-img {
display: inline-block;
width: 25px;
height: 100%;
float: none;
margin-right: 10px;
margin-left: 18px;
margin-top: -3px;
vertical-align: middle;
}
.item {
margin: 0;
}
.demands .col-md-2 {
min-height: 162px;
border-radius: 4px;
margin: 0 3px;
}
.demands a .text h4 {
-webkit-line-clamp: 3;
text-align: center;
}
.demands a:hover .text h4 {
color: #262864;
}
.demands .col-md-offset-1 {
margin-left: 8.33333333%;
}
#divPodnikatelRSS {
border-radius: 4px;
padding: 4px;
background-color: #fff;
}
#divPodnikatelRSS .white-block {
padding: 20px 10px 30px;
border-radius: 0;
}
#divPodnikatelRSS .white-block .col-xs-4 {
margin-top: 5px;
padding-right: 0;
}
#divCatalogue .category .vip-top > .col-xs-2 {
margin-left: 5px;
margin-right: 5px;
padding: 5px;
border: 1px solid #eee;
border-radius: 4px;
}
#divCatalogue .category .vip-top > .col-xs-2 > a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
min-height: 38px;
transition: all .2s linear;
}
#divCatalogue .category .vip-top > .col-xs-2:hover {
background-color: #eee;
}
#divCatalogue .category .vip-top > .col-xs-2:hover > a {
-webkit-line-clamp: initial;
}
#divCatalogue .vip-top {
display: flex;
justify-content: center;
}
#divCatalogue .menu-vip-wrap {
display: flex;
}
#divCatalogue .menu-vip-wrap > .row {
flex: 1 1 auto;
margin-right: 0;
}
#divCatalogue .vip-right-wrap {
flex: 0 0 auto;
}
#divCatalogue .vip-right-wrap .vip-right {
background-color: #eee;
margin: 0 10px 10px;
padding: 5px;
border-radius: 4px;
transition: all 1s ease;
}
#divCatalogue .vip-right-wrap .vip-right img {
max-width: 80px;
border-radius: 3px;
}
#divCatalogue .vip-right-wrap .vip-right:hover {
background-color: transparent;
background-image: linear-gradient(to bottom, #262864, #282a69, #2b2d6f, #2d2f74, #30327a);
}
/*** Media ***/
@media all {
.categories-panel-right {
padding-right: 0;
}
}
@media(min-width:768px) {
.category {
display: none;
}
.carousel {
margin-bottom: 0;
padding: 0;
}
#divPodnikatelRSS .shadow-effect {
margin-bottom: 10px;
}
.vyhledat-mobile {
display: block;
}
.vyhledat-desktop {
display: none;
}
.dropdown-menu-custom {
padding: 10px 0 15px 0;
}
.categories-panel-right {
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
}
}
@media (max-width: 768px) {
.custom-padding-firmy {
padding: 0 10px 0 10px;
}
.custom-padding-microsite {
padding: 0 10px 0 0;
}
.custom-padding-poptavky {
padding: 0 10px 0 10px;
}
.custom-padding-clanky {
padding: 0 10px 0 10px;
}
}
@media(max-width:767px) {
.category {
display: none;
}
.divFixedHideMobile {
display: none;
}
.carousel {
margin-bottom: 0;
padding: 0;
}
#divPodnikatelRSS .shadow-effect {
margin-bottom: 10px;
}
.categories-panel-right .col-xs-6 {
padding: 5px 15px 5px 5px;
}
.header-logo-bottom {
text-align: center;
}
.header-logo-top {
text-align: center;
}
.vyhledat-mobile {
display: block;
}
.vyhledat-desktop {
display: none;
}
.custom-width-260 {
min-width: 190px;
}
.dropdown-menu-custom .dropdown-menu {
width: 100%;
margin: -21px 0 0 0;
}
.min-max-height .col-md-3 {
padding-top: 20px;
padding-bottom: 20px;
}
.categories-panel-right {
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
}
}
@media (max-width: 991px) {
#divPoptavkyWrapper .fancy-line {
display: none;
}
.demands a > div {
min-height: 0 !important;
padding: 20px;
}
.demands a > div img {
width: 83px;
margin: 0 10px;
float: left;
}
.demands a .text {
display: flex;
flex-wrap: wrap;
margin: auto 0;
height: 83px;
padding-top: 0;
padding-bottom: 0;
}
.demands a .text h4 {
text-align: left;
text-transform: uppercase;
-webkit-line-clamp: 2;
}
.demands a .text p {
display: -webkit-box;
font-weight: 300;
font-size: 12px;
line-height: 15px;
position: relative;
align-self: flex-end;
}
.demands .col-md-offset-1 {
margin-left: 0;
}
}
@media(min-width:992px) and (max-width:1200px) {
.demands .col-md-offset-1 {
margin-left: 8.33333333%;
}
}
@media(min-width:992px) {
.category {
display: none;
}
.carousel {
margin-bottom: 0;
padding: 0;
}
#divPodnikatelRSS .shadow-effect {
margin-bottom: 10px;
}
.vyhledat-mobile {
display: none;
}
.vyhledat-desktop {
display: block;
}
.dropdown-menu-custom {
padding-top: 15px;
padding-right: 0;
}
.categories-panel-right {
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
}
}
@media(max-width:992px) {
.min-max-height {
max-height: none;
height: auto;
}
.img-max-height {
max-height: 170px;
}
.carousel .col-md-4 {
padding: 10px 0 10px 0;
}
.demands-row {
display: none;
}
}
@media(min-width:1200px) {
.category {
display: block;
}
.categories-panel-right {
padding-top: 0;
padding-right: 0;
padding-left: 15px;
}
}
