/* 5C55 f0rG3d bY Sn3hul4k - the milk bringer and clock repairer */
/* Created in SCSS - do not modify any CSS file directly*/
@import url(../fonts/font.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*Viewport sizes*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', Arial, 'Liberation Sans', Helvetica;
  font-weight: 400;
  font-size: 14px;
  background-color: white;
  color: #525b60;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ebebeb;
}

p {
  color: #525b60;
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 20px;
}
p a {
  color: #e49019;
}

a {
  text-decoration: none;
  color: #e49019;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
a:hover {
  text-decoration: none;
  color: #057ba5;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

[type=text], [type=email], [type=number], [type=password], textarea {
  padding: 0;
  border: 0 none;
  outline: 0 none;
  font-family: 'Open Sans', Arial, 'Liberation Sans', Helvetica;
  font-weight: 400;
}
[type=text]:-moz-placeholder, [type=email]:-moz-placeholder, [type=number]:-moz-placeholder, [type=password]:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
}
[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
}
[type=text]::-webkit-outer-spin-button, [type=text]::-webkit-inner-spin-button, [type=email]::-webkit-outer-spin-button, [type=email]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button, [type=number]::-webkit-inner-spin-button, [type=password]::-webkit-outer-spin-button, [type=password]::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

[type=text], [type=email], [type=number], [type=password] {
  height: 28px;
  background-color: #ebb972;
  padding: 0 10px;
  line-height: 28px;
  font-size: 13px;
  color: #333;
}

[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  background-color: #ebb972;
  line-height: 20px;
  font-size: 13px;
  padding: 10px;
  color: #333;
}

input:invalid, input:-moz-ui-invalid {
  border: 0;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}

.move-right {
  float: right;
}

.move-left {
  float: left;
}

.move-down {
  margin-top: 25px;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.center-VH {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nomargin {
  margin: 0 !important;
}

@media only screen and (min-width: 480px), screen and (orientation: landscape), print {
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
  .hide-mobile {
    display: none !important;
  }
}

.wrapper {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

header {
  background-color: white;
}
header .wrapper {
  background-color: white;
  padding: 10px;
}

hgroup h2 {
  font-size: 14px;
  color: #057ba5;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3;
}
hgroup h3 {
  font-size: 16px;
  color: #e49019;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -10px;
  line-height: 1.3;
}
hgroup h3 .blue {
  color: #057ba5;
  font-weight: 800;
}

.logo {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  margin-top: 22px;
}
.logo img {
  width: 100%;
}

#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -66px 0 0 -66px;
  background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
  padding: 60px;
  font-size: 0;
}

.inzerce-top {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.inzerce-top img {
  max-width: 320px;
}

.inzerce-top--deco {
  border: 1px solid #e49019;
  color: #e49019;
  font-weight: 600;
  line-height: 60px;
}

.inzerce-middle {
  display: block;
  width: auto;
  height: 230px;
  padding-top: 20px;
  float: none;
}
.inzerce-middle .ad_banner-panel {
  display: block;
  max-height: 200px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.adv-block {
  padding: 0 auto;
  margin-bottom: 15px;
  margin-top: -5px;
}
.adv-block h2 {
  text-align: left;
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0px 0px -5px !important;
}
.adv-block .ad_banner-square {
  color: white;
  max-height: 300px;
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 10px auto 5px;
  /*@include gridle_state(m) {
    max-width: 100%;
    max-height: none;
  }*/
}

.bar-top {
  height: 34px;
  line-height: 34px;
  width: 100%;
  background-color: #e49019;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}
.bar-top .wrapper {
  background-color: #e49019;
}
.bar-top a {
  color: white;
  text-decoration: underline;
}

.bar-nav {
  line-height: 34px;
  width: 100%;
  background-color: #057ba5;
  font-size: 13px;
  color: white;
}
.bar-nav .wrapper {
  padding: 0 12px;
  background-color: #057ba5;
}
.bar-nav a {
  color: white;
  text-decoration: underline;
}
.bar-nav a:hover {
  text-decoration: none;
}
.bar-nav ul {
  list-style-type: none;
}
.bar-nav li {
  display: inline-block;
  margin-left: 10px;
}
.bar-nav li:before {
  content: '>';
  margin-right: 10px;
  display: inline-block;
}
.bar-nav li:first-child {
  margin-left: 0;
}
.bar-nav li:first-child:before {
  content: '';
  margin-right: 0;
  display: none;
}

.bar-insert {
  width: 100%;
  background-color: #057ba5;
  color: white;
}
.bar-insert .wrapper {
  height: auto;
  padding: 10px;
  background-color: #057ba5;
}

.bar-search {
  background-color: #fff;
}
.bar-search .wrapper {
  padding: 10px;
}

.lookup {
  display: block;
}
.lookup [type=text] {
  display: inline-block;
  color: white;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  font-size: 23px;
  border-right: 2px solid #e49019;
  margin: 0;
  float: left;
  width: 85%;
}
.lookup [type=text]::-webkit-input-placeholder {
  color: white;
}
.lookup [type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.lookup [type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.lookup [type=text]:-ms-input-placeholder {
  color: white;
}

.lookup__submit {
  display: block;
  float: left;
  background-color: #ebb972;
  height: 55px;
  width: 15%;
  font-size: 28px;
  line-height: 55px;
  text-align: center;
  color: white;
  cursor: pointer;
  position: relative;
  border: 0 none;
  margin: 0;
  padding: 0;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.lookup__submit:hover {
  color: #e49019;
}
.lookup__submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  color: transparent;
  z-index: 2;
  border: 0 none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.link-insert {
  font-size: 30px;
  padding: 15px 0;
  line-height: auto;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.link-insert i {
  color: #057ba5;
  text-shadow: 1px 0px 0 white, -1px 0px 0 white, 0px -1px 0 white, 0px 1px 0 white;
  letter-spacing: -2px;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-insert:hover {
  color: #e49019;
}
.link-insert:hover i {
  color: #057ba5;
  text-shadow: 1px 0px 0 #e49019, -1px 0px 0 #e49019, 0px -1px 0 #e49019, 0px 1px 0 #e49019;
}

.content {
  width: 100%;
  margin: 0 auto;
}
.content h2 {
  font-size: 20px;
  color: #057ba5;
  margin-bottom: 20px;
  padding-top: 10px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #057ba5;
  text-align: center;
  height: auto;
  padding: 30px 0;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
}

.box-default {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  padding: 25px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.inzerat p {
  font-size: 18px;
}

.inzerat__title {
  color: #057ba5;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}
.inzerat__title i {
  position: absolute;
  left: 0px;
  color: #057ba5;
  font-size: 16px;
  bottom: 2px;
}

.inzerat__time {
  margin-bottom: 0;
  font-weight: 700;
}

.inzerat__popis {
  margin-bottom: 30px;
}

.inzerat__cena {
  margin-bottom: 30px;
  font-weight: 700;
  color: #057ba5;
}

.inzerat__kontakt {
  font-weight: 700;
  color: #057ba5;
  margin-bottom: 5px;
}

.inzerat__img {
  margin-bottom: 30px;
}
.inzerat__img img {
  width: 100%;
}

.btn {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  display: inline-block;
  color: white;
  padding: 0 18px;
  margin-bottom: 15px;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn i {
  font-size: 16px;
  letter-spacing: -2px;
}
.btn:hover {
  color: white;
}

.btn-orange {
  background-color: #e49019;
}
.btn-orange:hover {
  background-color: #057ba5;
}

.btn-red {
  background-color: #e22d2d;
}
.btn-red:hover {
  background-color: #057ba5;
}

.btn-margin-right {
  margin-right: 20px;
}

.btn-blue {
  background-color: #057ba5;
}
.btn-blue:hover {
  background-color: #057ba5;
}

.flash-message {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px;
  margin: 10px 10px 0 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.flash-message a {
  color: #ffffff;
  text-decoration: underline;
}
.flash-message a:hover {
  text-decoration: none;
}

.red {
  background-color: #e22d2d;
}

.green {
  background-color: #11a155;
}

.yellow {
  background-color: #ebb972;
}

.formular b {
  color: #057ba5;
}
.formular form p {
  margin-bottom: 6px;
  clear: both;
  font-size: 13px;
}
.formular textarea {
  height: 120px;
  resize: none;
  overflow: none;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.input-long {
  width: 100%;
}

.input-medium {
  width: 100%;
}

.input-short {
  width: 100%;
}

label {
  font-size: 13px;
  color: #057ba5;
  width: 100%;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  display: block;
}
label span {
  color: #525b60;
}

.list-products {
  padding: 10px;
}
.list-products li {
  height: auto;
  display: block;
  margin-bottom: 20px;
  background-color: white;
  overflow: hidden;
  padding: 10px;
}
.list-products .bordered {
  border: 1px solid #525b60;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.list-products img {
  width: 100%;
}

.product__image {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
}

.product__title {
  padding-top: 8px;
  font-size: 18px;
  color: #e49019;
  margin-bottom: 3px;
}

.product__meta {
  padding-top: 0px;
  font-size: 12px;
  color: #057ba5;
  margin-bottom: 4px;
}

.list-pagin {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.list-pagin li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.list-pagin i {
  letter-spacing: -2px;
  font-size: 16px;
}
.list-pagin a {
  font-weight: 700;
}

.sbHolder {
  display: inline-block;
  position: relative;
  width: 100%;
}

.sbSelector {
  display: inline-block;
  width: 100%;
  height: 28px;
  background-color: #ebb972;
  padding: 0 10px;
  line-height: 28px;
  font-size: 13px;
  color: #333;
  position: relative;
}
.sbSelector:after {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #e49019;
  content: "\f078";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sbSelector:hover {
  color: #333;
}

.sbToggleOpen + .sbSelector:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-small + .sbHolder .sbSelector {
  width: 100%;
}

.select-large + .sbHolder {
  display: block;
  max-height: 55px;
}
.select-large + .sbHolder .sbSelector {
  width: 100%;
  background-color: #e49019;
  font-size: 18px;
  line-height: 55px;
  height: 55px;
  text-transform: none;
  overflow: hidden;
  color: white;
  padding: 0 20px;
}
.select-large + .sbHolder .sbSelector:after {
  color: #e49019;
  text-shadow: 1px 0px 0 white, -1px 0px 0 white, 0px 1px 0 white, 0px -1px 0 white;
  font-size: 30px;
  top: 0px;
  height: 55px;
  line-height: 55px;
}

.sbOptions {
  overflow: auto;
  max-height: 150px;
  position: absolute;
  z-index: 4;
  top: 28px;
  background-color: #057ba5;
  line-height: 28px;
  font-size: 13px;
  color: #333;
  width: 100%;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 3px 3px #666;
  -webkit-box-shadow: 0 3px 3px #666;
  box-shadow: 0 3px 3px #666;
}
.sbOptions li {
  line-height: 28px;
}
.sbOptions a {
  display: block;
  color: white;
  font-weight: 600;
  width: 100%;
  padding: 0 10px;
  background-color: #ebb972;
  border-bottom: 1px solid #057ba5;
}
.sbOptions a:hover {
  color: white;
  background-color: #e49019;
}
.sbOptions span.sbGroup {
  padding: 0 5px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

footer {
  background-color: #fff;
  text-align: center;
}
footer .wrapper {
  background-color: #fff;
  padding: 30px 0;
}
footer p {
  font-size: 13px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 15px;
  display: inline-block;
}

.footer-nav {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.footer-nav li {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  font-size: 13px;
  margin-bottom: 10px;
}
.footer-nav li:first-child {
  padding-left: 0;
  border-left: 0 none;
  display: block;
  margin: 0 auto 20px;
  font-size: 20px;
}
.footer-nav a {
  color: #525b60;
}
.footer-nav a:hover {
  color: #e49019;
}

.btn-fb {
  background-color: #525b60;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: bottom;
  position: relative;
  top: 3px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.btn-fb i {
  color: white;
  font-weight: 300;
  position: relative;
  left: -0.5px;
}
.btn-fb:hover {
  background-color: #e49019;
}

.skyscraper {
  position: absolute;
  top: 251px;
  height: 1px;
  width: 1px;
  overflow: visible;
}

.skyscraper--down {
  top: 445px;
}

.skyscraper--left {
  left: -150px;
}

.skyscraper--right {
  right: -1px;
}

.skyscraper__content {
  width: 150px;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.skyscraper--deco {
  background-color: #e49019;
}

.stick {
  position: fixed;
  top: 0px;
}

/* BEFORE BANNER */
#slideBanner {
  position: fixed;
  top: 125px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  z-index: 10000;
  overflow: hidden;
  text-align: center;
}
#slideBanner img {
  width: 98%;
}

#continueToPage {
  position: fixed;
  top: 450px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  height: 120px;
  z-index: 10000;
  overflow: hidden;
  text-align: center;
  font-size: 21px;
  color: #FFFFFF;
}

#continueToPage a {
  color: #FFFFFF;
  text-decoration: none;
}

#slideBanner a {
  color: #ffffff;
  font-weight: normal;
}

#slideBanner img.follow {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 270px;
  top: 0px;
  z-index: 1;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 9999;
}

.g-recaptcha {
  background-color: #fff;
  padding-bottom: 120px;
  clear: both;
}

.heading-1 {
  color: white;
  font-size: 30px;
  padding-bottom: 20px;
}

.heading-5 {
  color: white;
  font-size: 20px;
}

.previewStrip {
  border-bottom: 1px solid #e49019;
  min-height: 21px;
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: #057ba5;
}
.previewStrip p {
  padding: 7px 20px;
  color: white;
  float: left;
  margin: 0;
}
.previewStrip p i {
  font-style: italic;
}
.previewStrip span {
  float: right;
  padding: 10px 20px;
}
.previewStrip span a {
  color: white;
  font-weight: bold;
}

@media only screen and (min-width: 480px), screen and (orientation: landscape), print {
  body {
    padding-top: 34px;
  }

  .wrapper {
    width: 980px;
    margin: 0 auto;
  }

  header {
    background-color: white;
  }
  header .wrapper {
    padding: 12px;
    background-color: white;
  }

  hgroup h2 {
    font-size: 19px;
    color: #057ba5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: auto;
  }

  .logo {
    display: block;
    background-image: url("../images/logo.png");
    width: 476px;
    height: 55px;
    text-indent: -9999px;
    font-size: 0;
    color: transparent;
    margin-bottom: 18px;
    margin-top: 22px;
  }

  .inzerce-top {
    width: 468px;
    height: 60px;
    text-align: center;
  }
  .inzerce-top img {
    max-width: 468px;
  }

  .inzerce-top--first {
    margin-right: 20px;
  }

  .inzerce-top--deco {
    border: 1px solid #e49019;
    color: #e49019;
    font-weight: 600;
    line-height: 60px;
  }

  .inzerce-middle {
    width: 640px;
    height: 200px;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    float: right;
  }
  .inzerce-middle .ad_banner-panel {
    max-height: 200px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }

  .adv-block .ad_banner-square {
    max-height: 300px;
    max-width: 300px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-left: 0px;
    margin-right: 26px;
    			 /*@include gridle_state(m) {
                   max-width: 100%;
                   max-height: none;
                 }*/
  }
  .adv-block .ad_banner-square.last {
    margin-right: 0px;
  }

  .bar-top {
    position: absolute;
    top: 0;
    height: 34px;
    line-height: 34px;
    width: 100%;
    background-color: #e49019;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    /* Ticker Styling */
  }
  .bar-top .wrapper {
    padding: 0 12px;
    background-color: #e49019;
  }
  .bar-top a {
    color: white;
    text-decoration: underline;
  }
  .bar-top .ticker-wrapper.has-js {
    width: 100%;
    height: 34px;
  }
  .bar-top .ticker {
    width: 100%;
    height: 34px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .bar-top .ticker-title {
    color: white;
    /*font-weight: bold;*/
    text-transform: uppercase;
    min-width: 130px;
    font-size: 17px;
  }
  .bar-top .ticker-content {
    position: absolute;
    margin-top: 6px;
    color: white;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    background-color: #e49019;
  }
  .bar-top .ticker-content a {
    text-decoration: none;
    color: white;
  }
  .bar-top .ticker-content a:hover {
    text-decoration: underline;
    color: white;
  }
  .bar-top .ticker-swipe {
    position: absolute;
    width: 1000px;
    background-color: #e49019;
    height: 34px;
    top: 0px;
    display: block;
  }
  .bar-top .ticker-swipe span {
    margin-left: 1px;
    background-color: #e49019;
    height: 34px;
    width: 7px;
    display: block;
  }
  .bar-top .js-hidden {
    display: none;
  }
  .bar-top .left .ticker-controls, .bar-top .left .ticker-content, .bar-top .left .ticker-title, .bar-top .left .ticker {
    float: left;
  }

  .bar-nav {
    height: 34px;
    line-height: 34px;
    width: 100%;
    background-color: #057ba5;
    font-size: 13px;
    color: white;
  }
  .bar-nav .wrapper {
    padding: 0 12px;
    background-color: #057ba5;
  }
  .bar-nav a {
    color: white;
    text-decoration: underline;
  }
  .bar-nav a:hover {
    text-decoration: none;
  }
  .bar-nav ul {
    list-style-type: none;
  }
  .bar-nav li {
    display: inline-block;
    margin-left: 10px;
  }
  .bar-nav li:before {
    content: '>';
    margin-right: 10px;
    display: inline-block;
  }
  .bar-nav li:first-child {
    margin-left: 0;
  }
  .bar-nav li:first-child:before {
    content: '';
    margin-right: 0;
    display: none;
  }

  .bar-insert {
    width: 100%;
    background-color: #057ba5;
    color: white;
  }
  .bar-insert .wrapper {
    height: 220px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    background-color: #057ba5;
  }

  .bar-search {
    background-color: #fff;
  }
  .bar-search .wrapper {
    padding: 20px;
    background-color: #fff;
  }

  .search {
    border: 2px solid #e49019;
  }

  .lookup {
    float: left;
  }
  .lookup [type=text] {
    display: inline-block;
    color: white;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    font-size: 23px;
    border-right: 2px solid #e49019;
    margin: 0;
    float: left;
    width: 382px;
  }
  .lookup [type=text]::-webkit-input-placeholder {
    color: white;
  }
  .lookup [type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: white;
  }
  .lookup [type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
  }
  .lookup [type=text]:-ms-input-placeholder {
    color: white;
  }

  .lookup__submit {
    display: block;
    float: left;
    background-color: #ebb972;
    height: 55px;
    width: 55px;
    font-size: 28px;
    line-height: 55px;
    text-align: center;
    color: white;
    cursor: pointer;
    position: relative;
    border: 0 none;
    margin: 0;
    padding: 0;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .lookup__submit:hover {
    color: #e49019;
  }
  .lookup__submit input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    color: transparent;
    z-index: 2;
    border: 0 none;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

  .link-insert {
    font-size: 35px;
    line-height: 200px;
    padding: 0;
    color: white;
    text-transform: uppercase;
    text-align: left;
    display: inline;
  }
  .link-insert i {
    color: #057ba5;
    text-shadow: 1px 0px 0 white, -1px 0px 0 white, 0px -1px 0 white, 0px 1px 0 white;
    letter-spacing: -2px;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .link-insert:hover {
    color: #e49019;
  }
  .link-insert:hover i {
    color: #057ba5;
    text-shadow: 1px 0px 0 #e49019, -1px 0px 0 #e49019, 0px -1px 0 #e49019, 0px 1px 0 #e49019;
  }

  .content {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .content h2 {
    font-size: 20px;
    color: #057ba5;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .section-title {
    font-size: 34px;
    font-weight: 600;
    color: #057ba5;
    text-align: center;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: 0 -60px;
  }

  .box-default {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: white;
    padding: 25px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .inzerat p {
    font-size: 18px;
  }

  .inzerat__title {
    color: #057ba5;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    margin-bottom: 15px;
  }
  .inzerat__title i {
    position: absolute;
    left: 0px;
    color: #057ba5;
    font-size: 16px;
    bottom: 2px;
  }

  .inzerat__time {
    margin-bottom: 0;
    font-weight: 700;
  }

  .inzerat__popis {
    margin-bottom: 30px;
  }

  .inzerat__cena {
    margin-bottom: 30px;
    font-weight: 700;
    color: #057ba5;
  }

  .inzerat__kontakt {
    font-weight: 700;
    color: #057ba5;
    margin-bottom: 10px;
  }

  .inzerat__img {
    margin-bottom: 30px;
  }
  .inzerat__img img {
    width: 70%;
  }

  .btn {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    display: inline-block;
    color: white;
    padding: 0 18px;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
    width: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn i {
    font-size: 16px;
    letter-spacing: -2px;
  }
  .btn:hover {
    color: white;
  }

  .btn-orange {
    background-color: #e49019;
  }
  .btn-orange:hover {
    background-color: #057ba5;
  }

  .btn-red {
    background-color: #e22d2d;
  }
  .btn-red:hover {
    background-color: #057ba5;
  }

  .btn-blue {
    background-color: #057ba5;
  }
  .btn-blue:hover {
    background-color: #057ba5;
  }

  .flash-message {
    padding: 10px 10px;
    margin: 10px 0 10px 0;
  }

  .formular b {
    color: #057ba5;
  }
  .formular form p {
    margin-bottom: 6px;
    clear: both;
    font-size: 13px;
  }
  .formular textarea {
    height: 120px;
    resize: none;
    overflow: none;
  }

  .formular__send {
    width: 508px;
    float: left;
  }

  .m-b-30 {
    margin-bottom: 30px !important;
  }

  .g-recaptcha {
    display: inherit;
    background-color: #fff;
    clear: both;
    padding-bottom: 0px;
  }

  .input-long {
    width: 380px;
    margin-right: 5px;
  }

  .input-medium {
    width: 150px;
    margin-right: 5px;
  }

  .input-short {
    width: 105px;
    margin-right: 5px;
  }

  label {
    font-size: 13px;
    color: #057ba5;
    width: 72px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
    line-height: 28px;
    display: inline-block;
  }
  label:first-child {
    width: 128px;
  }
  label span {
    color: #525b60;
  }

  .list-products {
    padding: 0;
  }
  .list-products li {
    height: 141px;
    display: block;
    margin-bottom: 20px;
    background-color: white;
    overflow: hidden;
    padding: 0;
  }
  .list-products img {
    height: 100%;
  }

  .product__image {
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 141px;
    text-align: center;
    display: block;
    position: relative;
  }
  .product__image:after {
    content: '';
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 15px 0;
    border-color: transparent #ffffff transparent transparent;
  }

  .product__title {
    padding-top: 8px;
    font-size: 20px;
    color: #e49019;
    margin-bottom: 3px;
    padding-left: 10px;
  }

  .product__desc {
    padding-right: 20px;
    padding-left: 10px;
  }

  .product__meta {
    padding-right: 20px;
    padding-left: 10px;
  }

  .list-pagin {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .list-pagin li {
    display: inline-block;
    margin-right: 10px;
  }
  .list-pagin i {
    letter-spacing: -2px;
    font-size: 16px;
  }
  .list-pagin a {
    font-weight: 700;
  }

  .sbHolder {
    display: inline-block;
    position: relative;
    width: auto;
  }

  .sbSelector {
    display: inline-block;
    width: 380px;
    height: 28px;
    background-color: #ebb972;
    padding: 0 10px;
    line-height: 28px;
    font-size: 13px;
    color: #333;
    position: relative;
  }
  .sbSelector:after {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #e49019;
    content: "\f078";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sbSelector:hover {
    color: #333;
  }

  .sbToggleOpen + .sbSelector:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .select-small + .sbHolder .sbSelector {
    width: 100px;
  }

  .select-large + .sbHolder {
    float: left;
    display: inline-block;
  }
  .select-large + .sbHolder .sbSelector {
    width: 499px;
    background-color: #e49019;
    font-size: 23px;
    line-height: 55px;
    height: 55px;
    text-transform: uppercase;
    color: white;
    padding: 0 20px;
  }
  .select-large + .sbHolder .sbSelector:after {
    color: #e49019;
    text-shadow: 1px 0px 0 white,-1px 0px 0 white, 0px 1px 0 white, 0px -1px 0 white;
    font-size: 30px;
    top: 0px;
    height: 55px;
    line-height: 55px;
  }

  .sbOptions {
    overflow: auto;
    max-height: 150px;
    position: absolute;
    z-index: 4;
    top: 28px;
    background-color: #057ba5;
    line-height: 28px;
    font-size: 13px;
    color: #333;
    width: 100%;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 0 3px 3px #666;
    -webkit-box-shadow: 0 3px 3px #666;
    box-shadow: 0 3px 3px #666;
  }
  .sbOptions li {
    line-height: 28px;
  }
  .sbOptions a {
    display: block;
    color: white;
    font-weight: 600;
    width: 100%;
    padding: 0 15px;
    background-color: #ebb972;
    border-bottom: 1px solid #057ba5;
  }
  .sbOptions a:hover {
    color: white;
    background-color: #e49019;
  }
  .sbOptions span.sbGroup {
    padding: 0 5px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }

  footer {
    background-color: #fff;
    text-align: left;
    padding: 0 10px;
  }
  footer .wrapper {
    background-color: #fff;
    padding: 30px 0;
  }
  footer p {
    font-size: 13px;
    text-align: right;
  }

  .footer-logo {
    float: left;
    margin-bottom: 0;
  }

  .footer-nav {
    float: right;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0;
  }
  .footer-nav li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #525b60;
    font-size: 13px;
  }
  .footer-nav li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0 none;
    display: inline-block;
    font-size: 13px;
  }
  .footer-nav a {
    color: #525b60;
  }
  .footer-nav a:hover {
    color: #e49019;
  }

  .btn-fb {
    background-color: #525b60;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .btn-fb i {
    color: white;
    font-weight: 300;
    position: relative;
    left: -0.5px;
  }
  .btn-fb:hover {
    background-color: #e49019;
  }

  /* BEFORE BANNER */
  #slideBanner {
    position: fixed;
    top: 0;
    left: 50%;
    width: 900px;
    height: 600px;
    margin-left: -450px;
    /*padding-bottom: 10px;*/
    z-index: 10000;
    overflow: hidden;
    text-align: center;
  }
  #slideBanner img {
    width: 100%;
  }

  #continueToPage {
    position: fixed;
    top: 620px;
    left: 50%;
    width: 900px;
    height: 120px;
    margin-left: -450px;
    /*padding-bottom: 10px;*/
    z-index: 10000;
    overflow: hidden;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
  }

  #continueToPage a {
    color: #FFFFFF;
    text-decoration: none;
  }

  #slideBanner a {
    color: #ffffff;
    font-weight: normal;
  }

  #slideBanner img.follow {
    position: absolute;
    left: 855px;
    top: 0px;
    z-index: 1;
    width: 45px;
    height: 45px;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 9999;
  }
}
.is-hidden {
  display: none;
}
