

/* custom styles */
.columns.is-variable .column {
padding: var(--columnGap);
}

.card {
  background-position: center;
  background-size: cover;
}

.navbar {
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  position: fixed;
  width: 100%;
  font-size: 1.1rem;
}
.navbar-item,
.navbar-link {
  padding: 1.5rem 1rem;
}

.navbar-item.logo {
  color: transparent;
  background: url(../img/logo.png) center no-repeat;
  background-size: contain;
  margin: 0.3rem 0 0.7rem !important;
  min-height: 50px;
  transition: background-size 0.5s ease;
}
.navbar.is-fixed-top .navbar-item {
  padding: 0 1rem;
}
.navbar-brand .navbar-item {
  font-size: 1.1rem;
}

.navbar-item.has-dropdown .navbar-link {
    padding-right: 3.5rem;
}
.navbar-link:after {
    right: 2rem;
}

.is-relative {
  position: relative;
}

.column.is-medium {
  padding: 3rem;
}
.column.has-background {
  background-size: cover;
}
section.section-not-found {
  padding-top: 10rem;
}
section > .container > .columns {
  margin-bottom: 1.5rem;
}
section.section-01:after {
  content: "";
  position: absolute;
  background: url(../img/bg_profil.jpg) no-repeat;
  background-size: contain;
  background-position: 20%;
  top: 18%;
  left:0
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
section.section-01 .column.logo{
  background: url(../img/logo.png) left top no-repeat;
  opacity: 0.2;
}
section.section-02 .container .columns .pujcovna {
  background: url(../img/bg_mercedes_2016.jpg) center right no-repeat;
  background-size: cover;
}
section.section-03 .container .columns .sluzby {
  background: url(../img/bg_sluzby.png) center right no-repeat;
  background-size: cover;
}
.front h3:after,
.front .h3:after {
  content: "";
  width: 66px;
  height: 3px;
  display: block;
  position: relative;
  margin-top: 20px;
}
.front .has-text-right h3:after,
.front .has-text-right .h3:after {
  margin-left: calc(100% - 66px);
}

section.section-04 .container .columns .superb {
  background: url(../img/bg_superb_2012.jpg) center right no-repeat;
  background-size: cover;
}
section.section-05 .container .columns .ridici {
  background: url(../img/ridici.jpg) center right no-repeat;
  background-size: cover;
}
section.section-06:after {
  content: "";
  position: absolute;
  background: url(../img/bg_ceny.jpg) center center no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  display: block;
  z-index: -1;
}
img.is-rounded,
#baguetteBox-overlay .full-image img {
  background-color: #fff;
}
.hero .hero-body h1.title, .hero .hero-body h2.subtitle {
  text-shadow: 0 0 10px rgba(0,0,0,.4),0 0 10px rgba(0,0,0,.4);
}
.hero .hero-body h1.title:after {
  content: "";
  width: 66px;
  height: 3px;
  display: block;
  position: relative;
  background: #0BA5C9;
  margin-top: 20px;
  margin-left: calc(50% - 33px);
}

#slider .slider-image,
#slider .slider-image.top {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
}
#slider .slider-image.bottom {
  background-position: center bottom;
}
#slider .slider-image.center {
  background-position: center center;
}
#slider .slider-image {
  min-height: 60vh;
  margin-top: 10vh;
}
#slider .slider-image  .container .content .is-size-1 {
  line-height: 110%;
}
#slider .slider-image .container .content {
  margin-top: 18vh;
  position: absolute;
  max-width: 40%;
  background-color: rgba(232, 232, 232, 0.75);
  padding: 2rem;
}
#slider .slider-image .subtitle {
  font-weight: 400!important;
  color: #000!important;
}

.tabs a {
  text-decoration: none;
}

.tab-content {
  transition: all 2.5s;
}
.hero.is-info .tabs a {
  border-bottom-color: #fff;
  margin-bottom: 0;
  opacity: .3;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.column .card {
margin-bottom: 0;
}
.card-content h1, .card-content h2, .card-content , .card-content h4, .card-content h5, .card-content h6 {
line-height: 1.125;
margin-bottom: 0.8rem;
}

.section-page .content blockquote {
  background-color: rgba(0, 6, 152, 0.1);
  border-left: 5px solid rgba(0, 6, 152, 0.5);
}

.navbar-link.is-arrowless {
	padding-right:.75rem
}
.navbar-link.is-arrowless:after {
	display: none
}
.navbar-dropdown .navbar-dropdown.is-boxed {
  left: 40%;
  margin-top: -2rem;
}

.is-shady {
 display: inline-flex;
 border-top: 1px solid rgba(0,0,0,.1);
 box-shadow: 0 -2px 10px rgba(0,0,0,0.1),0 3px 30px rgba(0,0,0,.15);
 background: #FFFFFF;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999;
    opacity: .5
}
#return-to-top:hover {
    opacity: 1
}
.content figure.image {
margin: 0 !important;
}

.content figure.image.img-article {
margin: 0 9em 1em 0 !important;
}

.content ul.ul-article{
  margin-top: -0.5em;
  margin-left: 0;
}

.content h3.seznam {
  margin-bottom: -1.5rem;
}

.content h3.text {
  margin-bottom: -0.5rem;
}

.section.loga {
  padding: 3.5rem 0;
}

.loga .container .partners a {
  margin: 0 4rem;
}

.table.rent {
  background-color: transparent;
  color: #fff;
}
.content table.rent td, .content table.rent th {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}
.content table.rent th, .content table.rent tfoot tr td  {
  font-weight: normal;
  color: #fff;
}

ul.vozy i{
  font-style: normal;
  font-weight: bold;
}
