/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;

    width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
  font-family: 'krasa-bydleni-iconfont';
  src:  url('fonts/krasa-bydleni-iconfont.eot?9cc04r');
  src:  url('fonts/krasa-bydleni-iconfont.eot?9cc04r#iefix') format('embedded-opentype'),
    url('fonts/krasa-bydleni-iconfont.ttf?9cc04r') format('truetype'),
    url('fonts/krasa-bydleni-iconfont.woff?9cc04r') format('woff'),
    url('fonts/krasa-bydleni-iconfont.svg?9cc04r#krasa-bydleni-iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'krasa-bydleni-iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-left:before {
  content: "\e900";
}
.icon-arrow-circle-right:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-top:before {
  content: "\e905";
}
.icon-byty:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-domy:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-google-plus:before {
  content: "\e90a";
}
.icon-chaty:before {
  content: "\e90b";
}
.icon-check-mark:before {
  content: "\e90c";
}
.icon-komercni:before {
  content: "\e90d";
}
.icon-logo-krasa-bydleni:before {
  content: "\e90e";
}
.icon-ostatni:before {
  content: "\e90f";
}
.icon-pozemky:before {
  content: "\e910";
}
.icon-instagram:before {
  content: "\e911";
}

@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin-top: 0;
  background: #ccc;
  color: #000;
  padding: 0.3em 0 0.3em 0.4em;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
  position: relative;
  padding-bottom: 164px;
}
@media screen and (max-width: 30em) {
  body {
    font-size: 0.9em;
  }
}

section {
  padding: 0 10px;
}
section h2 {
  font-weight: bold;
  font-size: 1.875em;
  text-align: center;
  text-transform: uppercase;
}
section h3 {
  font-weight: bold;
  font-size: 1.875em;
  text-align: center;
  text-transform: uppercase;
}

.navigation {
  height: 5em;
  z-index: 999;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.navigation .navigation-menu-button {
  display: block;
  float: right;
  margin: 0 10px 0 0;
  line-height: 5em;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 53.75em) {
  .navigation .navigation-menu-button {
    display: none;
  }
}
.navigation .navigation-wrapper {
  position: relative;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.navigation .logo {
  float: left;
  height: 5em;
  padding: 8px;
  margin-left: 10px;
}
@media screen and (min-width: 53.75em) {
  .navigation .logo {
    float: none;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 53.75em) {
  .navigation .logo {
    float: left;
  }
}
.navigation .logo img {
  height: 100%;
}
.navigation nav {
  float: none;
}
@media screen and (min-width: 53.75em) {
  .navigation nav {
    float: right;
    text-align: center;
    line-height: 5em;
  }
}
@media screen and (max-width: 53.75em) {
  .navigation nav {
    background-color: #fff;
  }
}
.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 53.75em) {
  .navigation ul.navigation-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 53.75em) {
  .navigation ul.navigation-menu {
    height: 100vh;
  }
}
.navigation ul.navigation-menu.show {
  display: block;
}
.navigation ul li.nav-link {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 53.75em) {
  .navigation ul li.nav-link {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    width: auto;
  }
}
.navigation ul li.nav-link.active a {
  color: #f15508;
}
.navigation ul li.nav-link:hover {
  background-color: #f15508;
}
.navigation ul li.nav-link:hover a {
  color: #fff;
}
@media screen and (max-width: 53.75em) {
  .navigation ul li.nav-link {
    height: 4em;
    line-height: 4em;
    position: relative;
    top: -webkit-calc(50% - 17em);
    top: calc(50% - 17em);
  }
}
.navigation li.nav-link a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 0.9375em;
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width: 53.75em) {
  .navigation li.nav-link a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 53.75em) {
  .navigation li.nav-link a {
    font-size: 1.5em;
  }
}

.front {
  color: #fff;
  text-align: center;
  background: transparent url("../img/frontpage_LR.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 5em;
}
.front .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(241, 85, 8, 0.8);
  pointer-events: none;
}
.front > div {
  z-index: 1;
  position: relative;
}
.front > div h1, .front > div .h1 {
  font-weight: 700;
  font-size: 2.5em;
  margin: 0;
  padding: 1.5em 0 0;
  display: inline-block;
}
@media screen and (min-width: 37.5em) {
  .front > div h1, .front > div .h1 {
    font-size: 3.75em;
  }
}
.front > div h1 {
  padding-top: 0;
  font-weight: 400;
  font-size: 1.5625em;
  text-transform: uppercase;
}
@media screen and (min-width: 37.5em) {
  .front > div h1 {
    font-size: 3.125em;
  }
}
.front > div h2 {
  font-weight: 400;
  font-size: 1.5625em;
  margin: -7px 0 0;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (min-width: 37.5em) {
  .front > div h2 {
    font-size: 3.125em;
  }
}
.front > div h2:after {
  content: "";
  border-bottom: 1px solid #fff;
  display: block;
  margin: 0.25em 12% 0;
}
.front > div p {
  font-weight: 300;
  font-size: 1.25em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .front > div p {
    font-size: 1.875em;
  }
}
.front > div div:first-of-type {
  padding: 2em 0;
}
.front > div div:nth-of-type(2) {
  padding: 0.5em 0 4em;
}

.blackBtn, .orangBtn {
  text-decoration: none;
  color: #fff;
  padding: 1em 1.95em;
  border-radius: 2em;
  display: inline-block;
  font-weight: 600;
}

.blackBtn {
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, #000, #292828);
  background-image: linear-gradient(to top,#000, #292828);
  font-size: 1em;
  letter-spacing: 1px;
  border: 1px solid #000;
}
.blackBtn:hover {
  background-image: none;
  background-color: #000;
}

.orangBtn {
  background-color: #c8320a;
  background-image: -webkit-linear-gradient(bottom, #c8320a, #f15508);
  background-image: linear-gradient(to top,#c8320a, #f15508);
  font-size: 1em;
  letter-spacing: 1px;
  border: 1px solid #c8320a;
}
.orangBtn:hover {
  background-image: none;
  background-color: #c8320a;
}

.tiles h2 {
  margin: 0;
  padding: 0.875em 10px;
}
@media screen and (min-width: 37.5em) {
  .tiles h2 {
    padding: 1.8em 10px;
  }
}
.tiles > div {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.tiles > div::after {
  clear: both;
  content: "";
  display: table;
}
.tiles > div a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 16.666%;
  text-align: center;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.1111111111;
}
.tiles > div a span {
  display: block;
  margin-bottom: 1.5em;
}
.tiles > div a span:before {
  font-size: 3em;
}
.tiles > div a:hover {
  color: #f15508;
}
.tiles > div a:hover span {
  color: #f15508;
}
@media screen and (max-width: 53.75em) {
  .tiles > div a {
    width: 33.333%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 30em) {
  .tiles > div a {
    width: 50%;
    margin-top: 2em;
  }
}

.doporucujeme {
  background-color: #f15508;
  padding-bottom: 1.5em;
}
.doporucujeme h2 {
  margin: 0;
  padding: 1.5em 10px 1em;
}

.peach-bg .doporucujeme {
  background-color: #fed9ae;
}

.doporucWrap {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.doporucWrap::after {
  clear: both;
  content: "";
  display: table;
}
.doporucWrap > div {
  min-height: 20.5em;
}
.doporucWrap > div:first-of-type span {
  right: 0;
}
.doporucWrap > div:first-of-type, .doporucWrap > div:nth-last-of-type(1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
  cursor: pointer;
  position: relative;
}
.doporucWrap > div:first-of-type:last-child, .doporucWrap > div:nth-last-of-type(1):last-child {
  margin-right: 0;
}
.doporucWrap > div:first-of-type span, .doporucWrap > div:nth-last-of-type(1) span {
  display: block;
  font-size: 2.1875em;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.doporucWrap > div:nth-of-type(2) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.doporucWrap > div:nth-of-type(2):last-child {
  margin-right: 0;
}

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: white;
  cursor: pointer;
  margin: 0 0.3em 1.5em 0.3em;
  position: relative;
  padding: 0.5em 0.5em 1.5em;
}
.card a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.card a:focus {
  outline: none;
}
.card .cena {
  font-weight: 700;
}
.card .cena .zacenou {
  font-size: 0.75em;
  color: #969696;
  font-weight: 400;
}
.card .card-image {
  overflow: hidden;
  height: 180px;
  max-height: 180px;
  background-color: #fff;
  position: relative;
  border: 1px solid #F1F1F1;
}
.card .card-image .over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(254, 217, 174, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.card .card-image img {
  height: 100%;
  opacity: 1;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) scale(1.1);
  -moz-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  -o-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card .card-header {
  background-color: white;
  font-weight: bold;
  line-height: 1.375em;
  font-size: 1em;
  color: #f15508;
  padding: 0.5em 0;
  min-height: 60px;
  display: block;
}
.card .card-copy {
  font-size: 1em;
  line-height: 1.4em;
  display: block;
  min-height: 44px;
}
.card .card-copy p {
  margin: 0;
}
.card:focus, .card:hover {
  cursor: pointer;
  outline: none;
}
.card:focus .over, .card:hover .over {
  opacity: 1;
}
.card:focus .card-header, .card:hover .card-header {
  text-decoration: underline;
}
.card:active {
  background-color: white;
}
.card:active .card-header {
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .card {
    min-height: 24em;
  }
}

.list {
  background-color: #fed9ae;
  text-align: center;
  padding-bottom: 3em;
}
.list > div:nth-of-type(2) {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  text-align: left;
}
.list > div:nth-of-type(2)::after {
  clear: both;
  content: "";
  display: table;
}
.list h1 {
  font-size: 1.875em;
  text-transform: uppercase;
  margin: 0;
  padding: 1.2em 10px 1em;
}
.list h2 {
  margin: 0;
  padding: 1.2em 10px 1em;
}
@media screen and (min-width: 37.5em) {
  .list h2 {
    padding: 2em 10px 1em;
  }
}
.list > p {
  text-align: center;
  margin: 0;
}
.list > p a {
  padding: 1em 3.5em;
}
.list > p:first-of-type {
  padding: 1em 0;
}
.list > p:nth-of-type(2) {
  padding: 1em 0 3em;
}
.list .load-next-holder {
  text-align: center;
  margin-bottom: 2.5em;
}
.list p .blackBtn {
  margin: 0;
}
.list .orangBtn:not(.automatic-width),
.list .blackBtn:not(.automatic-width) {
  width: 29%;
  padding: 1em 0;
  min-width: 12.5em;
}
.list .orangBtn.automatic-width,
.list .blackBtn.automatic-width {
  margin-bottom: 3em;
}
.list.homepage #bottomOpenFilter {
  display: none;
}

#loadNext.active {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: -5px;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.spinner {
  margin: 0;
}
.spinner .loader {
  position: relative;
  margin: 0 auto;
  width: 30px;
}
.spinner .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.spinner .circular {
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  -moz-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #fff;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.nadList {
  margin-bottom: 0.25em;
  position: relative;
}
.nadList::after {
  clear: both;
  content: "";
  display: table;
}
.nadList p {
  display: inline-block;
  width: 50%;
  margin: 0;
  font-size: 1.25em;
}
.nadList a {
  float: right;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  margin-right: 5px;
  font-size: 0.875em;
  display: inline-block;
  margin-top: 0.4em;
}
.nadList a:before {
  margin-right: 5px;
  font-size: 0.6em;
  vertical-align: middle;
  line-height: 2.4em;
}
.nadList .ordering-menu {
  margin-top: 1em;
  float: right;
  position: absolute;
  z-index: 100;
  right: 0;
  top: -28px;
  font-weight: 300;
  width: 130px;
}
.nadList .ordering-menu a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px 0;
  margin-right: 0;
}
.nadList .ordering-menu a:not(.active) {
  display: none;
}
.nadList .ordering-menu a i {
  font-style: normal;
  display: inline-block;
}
.nadList .ordering-menu a i:before {
  font-family: "krasa-bydleni-iconfont";
  content: "";
  color: #000;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: middle;
}
.nadList .ordering-menu:hover {
  background: #f15508;
}
.nadList .ordering-menu:hover a {
  display: block;
  color: #fff;
  padding: 10px 12px;
  width: 92%;
  margin-right: 5px;
  margin-top: 0;
  text-align: right;
}
.nadList .ordering-menu:hover a:hover {
  color: #fff;
  text-decoration: underline;
}
.nadList .ordering-menu:hover a i {
  display: none;
}

.bytitem {
  padding: 0.5em;
  margin-bottom: 1em;
  background-color: #fff;
  position: relative;
}
.bytitem::after {
  clear: both;
  content: "";
  display: table;
}
.bytitem div:first-of-type {
  display: inline-block;
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 1.4762205377%;
  width: 19.8871943124%;
  border: 1px solid #f1f1f1;
}
.bytitem div:first-of-type:last-child {
  margin-right: 0;
}
.bytitem div:first-of-type a {
  display: block;
  position: relative;
}
.bytitem div:first-of-type a:after {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(254, 217, 174, 0.5);
  opacity: 0;
}
.bytitem div:first-of-type img {
  height: 100%;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bytitem:hover div:first-of-type a:after {
  opacity: 1;
}
.bytitem div:nth-of-type(2) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  margin-right: 0;
  position: relative;
}
.bytitem div:nth-of-type(2):last-child {
  margin-right: 0;
}
.bytitem div:nth-of-type(2) h4 {
  font-weight: 600;
  font-size: 1.125em;
  margin: 5px 0 10px;
}
.bytitem div:nth-of-type(2) h4 a {
  text-decoration: none;
  color: #f15508;
  font-weight: 700;
}
.bytitem div:nth-of-type(2) h4 a:hover {
  text-decoration: underline;
}
.bytitem div:nth-of-type(2) h5 {
  font-size: 1em;
  margin: 0;
  font-weight: 400;
}
.bytitem div:nth-of-type(2) h6 {
  font-size: 1em;
  margin: 0 0 5px 0;
  font-weight: 400;
  color: #969696;
}
.bytitem div:nth-of-type(2) span:not(.cena) {
  font-size: 0.875em;
  color: #969696;
}
.bytitem .bytBtn {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  padding: 0.5em 1.2em;
  border-radius: 1.5em;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bytitem .bytBtn:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 53.75em) {
  .bytitem div:first-of-type {
    width: 150px;
  }
  .bytitem div:nth-of-type(2) {
    width: 60%;
  }
  .bytitem div:nth-of-type(2) h4, .bytitem div:nth-of-type(2) h5, .bytitem div:nth-of-type(2) h6, .bytitem div:nth-of-type(2) span, .bytitem div:nth-of-type(2) a {
    float: left;
    clear: left;
  }
}
@media screen and (max-width: 30em) {
  .bytitem div:first-of-type {
    width: 100%;
  }
  .bytitem div:first-of-type img {
    width: 100%;
  }
  .bytitem div:nth-of-type(2) {
    width: 100%;
  }
}

.cena {
  font-size: 1.25em;
  margin-right: 1em;
  font-weight: 700;
}

.pagination {
  text-align: center;
  margin: 3em auto 3em;
}
.pagination .icon-arrow-circle-left, .pagination .icon-arrow-circle-right {
  text-decoration: none;
  color: #f15508;
  margin-right: 2em;
  font-size: 1.5em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pagination .icon-arrow-circle-left:before, .pagination .icon-arrow-circle-right:before {
  font-size: 2.2em;
}
.pagination .icon-arrow-circle-left:hover, .pagination .icon-arrow-circle-right:hover {
  color: #c14406;
}
.pagination .disabled {
  color: rgba(241, 85, 8, 0.2);
}
.pagination .disabled:hover {
  color: rgba(241, 85, 8, 0.2);
}
.pagination .icon-arrow-circle-right {
  margin-right: auto;
  margin-left: 2em;
}
.pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.pagination ul li {
  list-style: none;
}
.pagination ul ul li {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .pagination ul ul li {
    display: inline;
  }
}
.pagination ul ul li.active {
  display: inline;
}
.pagination ul ul li.active a {
  color: #f15508;
  border: 1px solid #f15508;
}
.pagination ul li a {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(241, 85, 8, 0.4);
  color: #333;
  outline: none;
  padding: 0.375em 0;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.5em;
  width: 53px;
  height: 53px;
  display: inline-block;
}
.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a.active {
  background: white;
  color: #f15508;
  border: 1px solid #f15508;
}
.pagination ul li a:active {
  background: #fff;
}

.carWrap {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  margin-bottom: 2em;
}
.carWrap::after {
  clear: both;
  content: "";
  display: table;
}
.carWrap > div:first-of-type {
  text-align: right;
}
.carWrap > div:first-of-type, .carWrap > div:nth-last-of-type(1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
  cursor: pointer;
  height: 14em;
}
.carWrap > div:first-of-type:last-child, .carWrap > div:nth-last-of-type(1):last-child {
  margin-right: 0;
}
.carWrap > div:first-of-type span, .carWrap > div:nth-last-of-type(1) span {
  display: block;
  font-size: 2.1875em;
  color: grey;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carWrap > div:nth-of-type(2) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.carWrap > div:nth-of-type(2):last-child {
  margin-right: 0;
}
@media screen and (max-width: 37.5em) {
  .carWrap > div {
    height: auto;
  }
}

.item {
  text-align: center;
}

.reference {
  padding-bottom: 1.5em;
}
.reference h2 {
  padding: 2em 10px 1em;
  margin: 0;
}

.textone, .texttwo {
  padding-bottom: 48px;
  padding-top: 48px;
}
.textone > div, .texttwo > div {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  text-align: left;
}
.textone > div::after, .texttwo > div::after {
  clear: both;
  content: "";
  display: table;
}

.peach-background {
  background-color: #fed9ae;
}
.peach-background .slick-dots li {
  background-color: #fff;
}
.peach-background .slick-dots .slick-active {
  background-color: #f15508;
}

.patch-padding-top {
  padding-top: 48px;
}

.referCopy p {
  line-height: 1.375em;
  font-style: italic;
}
.referCopy span {
  font-weight: 600;
}

footer {
  background-color: #f15508;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer div {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 10px 1.5em;
}
footer div::after {
  clear: both;
  content: "";
  display: table;
}
footer div a {
  color: #fff;
  font-size: 0.9375em;
  font-weight: bold;
  padding: 0 5px;
}
footer p {
  font-size: 0.8125em;
  margin: 0;
  padding: 0 10px 4em;
}
footer .social-networks {
  font-size: 1.25em;
  padding-bottom: 2em;
}

.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 3em auto 2em;
}
.slick-dots li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #fed9ae;
  margin: 0 1em;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background-color: #f15508;
}
@media screen and (max-width: 37.5em) {
  .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 5px;
  }
}

.slick-slide {
  outline: none;
}

/* ==========================================================================
  Detail page
   ========================================================================== */
#map_canvas {
  height: 400px;
  width: 100%;
  margin-top: 1em;
}

#map_canvas img {
  max-width: none;
}

#map_canvas .content {
  padding: 0 0.5em 1em 0.5em;
}

#map_canvas .firstHeading {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
}

#map_canvas #bodyContent p {
  font-size: 1em;
  margin: 0;
}

.detail {
  background-color: #fed9ae;
  padding-bottom: 3em;
}
.detail > div:nth-of-type(2) {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #fff;
  clear: both;
}
.detail > div:nth-of-type(2)::after {
  clear: both;
  content: "";
  display: table;
}
.detail > div:nth-of-type(2) > div {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.detail > div:nth-of-type(2) > div:last-child {
  margin-right: 0;
}
.detail > div:nth-of-type(2) > div:nth-of-type(2n) {
  float: right;
}
.detail .detailname {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-top: 2em;
  background-color: #fed9ae;
}
.detail .detailname::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 37.5em) {
  .detail .detailname {
    margin-top: 5em;
  }
}
.detail .detailname a {
  position: absolute;
  bottom: 10px;
  right: 5px;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  font-size: 0.875em;
}
.detail .detailname a:before {
  color: #000;
  margin-right: 7px;
  font-size: 10px;
  vertical-align: 1px;
}
.detail .detailname a:hover {
  color: #f15508;
}
.detail .detailname a:hover:before {
  color: #f15508;
}
.detail .detailname h1 {
  margin: 0 auto;
  max-width: 80%;
  padding-top: 1.667em;
  text-transform: none;
  line-height: 1.4;
}
.detail .detailname h2 {
  margin: 0.5em auto 0;
  font-weight: 400;
  padding-bottom: 1.25em;
  text-transform: none;
  font-size: 18px;
}
.detail .detailname h3 {
  margin: 0.5em auto 0;
  font-weight: 400;
  padding-bottom: 1.25em;
}
@media screen and (min-width: 700px) {
  .detail > div:nth-of-type(2) > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .detail > div:nth-of-type(2) > div {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  .detail > div:nth-of-type(2) > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) and (min-width: 37.5em) {
  .detail > div:nth-of-type(2) > div {
    margin-top: 2em;
  }
}
@media screen and (max-width: 700px) {
  .detail > div:nth-of-type(2) > div:nth-of-type(2n) {
    float: left;
  }
}
@media screen and (max-width: 700px) {
  .detail .detailname a {
    position: relative;
  }
  .detail .detailname h2 {
    max-width: 90%;
  }
  .detail .detailname h3 {
    margin: 0.5em auto 1em;
  }
}
.photos div {
  position: relative;
  overflow: hidden;
}
.photos div img {
  display: block;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (min-width: 37.5em) {
  .photos > div:first-of-type {
    height: 23.75em;
  }
}
@media screen and (max-width: 700px) {
  .photos div img {
    width: 100%;
    height: auto;
    position: static;
  }
  .photos div img.main-gallery-img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.thumbnails {
  margin-top: 0.9375em;
}
.thumbnails::after {
  clear: both;
  content: "";
  display: table;
}
.thumbnails a {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 30.1138947236%;
  position: relative;
  overflow: hidden;
}
.thumbnails a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 37.5em) {
  .thumbnails a {
    height: 7.5em;
  }
}
.thumbnails a:nth-of-type(4), .thumbnails a:nth-last-of-type(1) {
  margin-right: 0;
}
.thumbnails a img {
  position: relative;
  display: block;
}
.thumbnails a div {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(241, 85, 8, 0.7);
  text-align: center;
  z-index: 1;
  top: 0;
  color: #000;
}
.thumbnails a div:hover {
  background-color: rgba(241, 85, 8, 0.9);
}
.thumbnails a div span {
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 8px;
  font-size: 0.9em;
  line-height: 1.2857142857;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 37.5em) {
  .thumbnails a div span {
    display: block;
  }
}
.thumbnails a div span.only-mobile {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .thumbnails a div span.only-mobile {
    display: none;
  }
}

.chart {
  font-size: 0.875em;
}
.chart table {
  width: 100%;
  border-collapse: collapse;
}
.chart table td {
  padding-left: 10px;
}
.chart thead tr:first-of-type {
  background-color: #fff;
  font-size: 1.4286em;
  font-weight: 700;
  height: 2.5em;
  vertical-align: top;
}
.chart thead tr:first-of-type.no-space {
  height: auto;
}
.chart thead tr:first-of-type.no-space td:last-of-type {
  position: relative;
  top: -3px;
}
.chart thead tr:first-of-type td:first-of-type {
  font-size: 14px;
}
.chart thead tr:first-of-type td:nth-of-type(2) {
  color: #f15508;
  line-height: 1.2;
}
.chart thead tr:first-of-type td:nth-of-type(2) .zacenou {
  color: #000;
}
.chart thead tr:nth-of-type(2) {
  background-color: #fff;
}
.chart thead tr:nth-of-type(2) td {
  padding-top: 0.875em;
  padding-bottom: 0.5em;
}
.chart thead tr:nth-of-type(2) td:first-child {
  font-weight: 700;
}
.chart tbody tr {
  height: 2.125em;
}
.chart tbody tr:nth-of-type(odd) {
  background-color: #ffe6ce;
}
.chart tbody tr:nth-of-type(even) {
  background-color: #fff;
}
.chart tbody tr td:first-child {
  font-weight: 700;
  width: 40%;
}
.chart .zacenou {
  font-weight: 400;
  font-size: 0.75em;
}

.popis {
  margin-top: 2em;
}
.popis h3 {
  text-align: left;
  font-size: 1em;
  margin: 0 0 0.5em;
}
.popis p {
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0 0 1em 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.makler {
  margin-top: 2em;
}
.makler h4 {
  background-color: #f15508;
  margin: 0;
  padding: 0.6em;
  color: #fff;
}
.makler > div {
  padding: 1em;
  background-color: #fed9ae;
}

.maklerinfo {
  position: relative;
}
.maklerinfo::after {
  clear: both;
  content: "";
  display: table;
}
.maklerinfo div {
  height: 110px;
  width: 90px;
  float: left;
}
.maklerinfo div img {
  width: 100%;
}
.maklerinfo p {
  position: absolute;
  left: 106px;
  bottom: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.maklerinfo p a {
  color: #f15508;
  word-break: break-all;
}
.maklerinfo p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 37.5em) {
  .maklerform {
    padding-left: 106px;
  }
}
.maklerform p {
  font-weight: 600;
  font-size: 0.875em;
}
.maklerform form > div {
  margin-bottom: 0.25em;
}
.maklerform form label {
  font-size: 0.875em;
  line-height: 2em;
}
.maklerform form label[for=contact_email]:after {
  display: inline;
  content: "*";
  color: #f15508;
  margin-left: 4px;
}
.maklerform form input, .maklerform form textarea {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  border: none;
  font-size: 0.875em;
  padding-left: 10px;
  font-style: italic;
  font-weight: 400;
}
.maklerform form input:focus, .maklerform form textarea:focus {
  outline: none;
}
.maklerform form input::-webkit-input-placeholder, .maklerform form textarea::-webkit-input-placeholder {
  color: #000;
}
.maklerform form input::-moz-placeholder, .maklerform form textarea::-moz-placeholder {
  color: #000;
}
.maklerform form input:-moz-placeholder, .maklerform form textarea:-moz-placeholder {
  color: #000;
}
.maklerform form input:-ms-input-placeholder, .maklerform form textarea:-ms-input-placeholder {
  color: #000;
}
.maklerform form input[type=text],
.maklerform form input[type=email] {
  height: 2.1875em;
}
.maklerform form button {
  font-family: "Open Sans", sans-serif;
  margin: 1.125em 0 1em;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 1em 2.5em;
}
.maklerform form button:after {
  color: #000000;
  margin-left: 17px;
}
.maklerform form button:focus {
  outline: none;
}
.maklerform form textarea {
  resize: vertical;
  height: 5.3125em;
  padding-top: 10px;
}

.mapa {
  margin-top: 2em;
}
.mapa h4 {
  margin: 0;
}
.mapa h4 a {
  color: #f15508;
}
.mapa h4 a:hover {
  text-decoration: none;
}

.filtr {
  background-color: #f15508;
  padding-top: 5em;
  min-height: 15em;
}
.filtr .blackBtn {
  position: relative;
  border: none;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1.25em 4em;
}
.filtr > div {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
}
.filtr > div::after {
  clear: both;
  content: "";
  display: table;
}
.filtr > div.form {
  padding-top: 2em;
  padding-bottom: 2em;
}
.filtr > div:first-of-type {
  text-align: center;
  position: relative;
  top: 3.125em;
}
.filtr .podtyp,
.filtr .subregion {
  display: none;
}
@media screen and (max-width: 52.75em) {
  .filtr .filtr-typ-nemovitosti .filter-right-col label {
    min-width: 50%;
    margin-right: 0;
    padding-right: 1em;
  }
}

.form {
  display: none;
}
.form h2 {
  margin: 0;
  padding: 1em 0;
  font-size: 1.25em;
  text-align: left;
  text-transform: none;
}
.form > span {
  display: block;
  position: absolute;
  top: 15px;
  right: 1em;
  cursor: pointer;
}
@media screen and (min-width: 37.5em) {
  .form > span {
    top: 3.5em;
  }
}
.form > span:after {
  margin-left: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.form div p:first-of-type {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
.form div p:first-of-type:last-child {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .form div p:first-of-type {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: left;
  }
  .form div p:first-of-type:last-child {
    margin-right: 0;
  }
}
.form div p:nth-last-of-type(1) {
  width: 100%;
  padding-left: 1em;
  margin: 0;
}
@media screen and (max-width: 36.5em) {
  .form div p:nth-last-of-type(1) label {
    width: 100%;
  }
}
@media screen and (min-width: 37.5em) {
  .form div p:nth-last-of-type(1) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .form div p:nth-last-of-type(1):last-child {
    margin-right: 0;
  }
}
.form div .radios label:before {
  border-radius: 50%;
}
.form form {
  /* unchecked icon */
  /* checked icon */
}
.form form > div {
  margin-bottom: 1em;
}
.form form > div::after {
  clear: both;
  content: "";
  display: table;
}
.form form .filter-right-col label {
  margin-right: 1em;
  min-width: 25%;
  display: inline-block;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  color: #fff;
  cursor: pointer;
}
.form form input[type=checkbox],
.form form input[type=radio] {
  display: none;
}
.form form input[type=checkbox] + label:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
  width: 2.125em;
  height: 2.125em;
  text-align: center;
  line-height: 2.125em;
  font-size: 0.8125em;
  border-radius: 4px;
}
.form form input[type=checkbox] + label:before {
  font-family: "krasa-bydleni-iconfont" !important;
  background-color: #fff;
  color: #fff;
  content: "";
}
.form form input[type=radio] + label:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625em;
  width: 2.125em;
  height: 2.125em;
  border-radius: 100%;
  text-align: center;
  line-height: 2.125em;
  font-size: 0.8125em;
  background-color: #fff;
  color: #fff;
  content: "";
}
.form form input[type=checkbox]:checked + label:before {
  background-color: #000;
  color: #fff;
}
.form form input[type=radio]:checked + label:before {
  background-color: #fff;
  width: -7.875em;
  height: -7.875em;
  border: 10px solid #000;
}
.form form button {
  left: 50%;
  margin: 2em auto 3em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.form form button:focus {
  outline: none;
}

.article {
  padding: 4.5em 1em 5em;
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.45;
}
@media screen and (min-width: 30em) {
  .article {
    padding-top: 6.5em;
  }
}
.article::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 30em) {
  .article {
    font-size: 0.85rem;
  }
}
.article h1 {
  font-size: 1.875em;
  text-transform: uppercase;
}
.article h2 {
  font-size: 1.125em;
}
.article a {
  color: #f15508;
  font-weight: 600;
}
.article a:hover {
  text-decoration: none;
  color: #b64006;
}
.article a[href^=tel] {
  color: #000;
  text-decoration: none;
}
.article .thumb {
  padding-right: 1em;
}

.price p span {
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 37.5em) {
  .price p span {
    margin-left: -1em;
  }
}
.price p label input {
  height: 2.125em;
  width: 160px;
  border: none;
  margin: 0 1em;
  font-size: 1em;
  padding-left: 10px;
  border-radius: 4px;
}
.price p label input:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .scrolloff {
    pointer-events: none;
  }
}

/* ==========================================================================
  Custom helper classes
   ========================================================================== */
.lighter {
  font-weight: 400;
}

.fb-like {
  margin: 3em 0 2em;
}

.orange {
  color: #f15508;
}

.podobne {
  background-color: #fff;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*** Error 404 ***/
.err404 {
  padding-bottom: 7em;
  height: calc(100% - 280px);
}
.err404 .overlay {
  background-color: rgba(241, 85, 8, 0.9);
}
.err404 > div h1 {
  font-size: 1.875em;
  font-weight: 300;
  padding: 5.5em 0 0.75em;
}
.err404 > div .blackBtn {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.25em 2.5em;
}
.err404 > div h2 {
  font-weight: 300;
  font-size: 1.25em;
  text-transform: none;
  display: block;
  margin: 0;
  padding: 1.5em 0 1.25em;
}
.err404 > div h2:after {
  border: none;
  display: none;
}
.err404 > div ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.err404 > div ul li {
  display: inline;
  font-size: 18px;
  border-right: 1px solid #fff;
  padding-left: 12px;
  padding-right: 12px;
}
.err404 > div ul li:last-child {
  border-right: none;
}
.err404 > div ul li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.err404 > div ul li a:hover {
  text-decoration: underline;
}

.blog {
  padding-top: 1em;
}
.blog .date {
  color: dimgrey;
}
.blog article {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid lightgrey;
}
.blog article h2, .blog article h3 {
  font-size: 1.125em;
}
.blog article:last-child {
  border-bottom: none;
}
.blog .more-articles {
  padding-top: 1em;
  padding-bottom: 3em;
  text-align: center;
}

.blog.on-homepage article {
  border-bottom: none;
}

.dprow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.dp50 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.ub-fit-img {
  max-width: 100%;
}

.ub-cols {
  display: flex;
  box-sizing: border-box;
}

@media screen and (max-width: 37.5em) {
  .ub-cols {
    display: block;
  }
}
.ub-same {
  flex: 1 1 0;
}

.ub-50 {
  width: 50%;
}

.ub-33 {
  width: 33%;
}

#nav-toggle {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
  right: 2em;
  top: 2em;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: "";
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

.lorem-debug {
  display: none;
}

/*# sourceMappingURL=main.css.map */
