/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/***************typografie**************/
h1, h2, h3 {
  font-family: 'Great Vibes', cursive;
  color: #c81e89;
  line-height: normal;
  font-size: 2.1rem;
  font-weight: normal;
}
address {
  line-height: normal;
}
ol li {
  padding-left: 1rem;
}
/*****************header****************/
#g-header {
  background-image: url('../images/header/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-bottom: 0;
  padding-top: 0;
}
#info {
  display: flex;
  align-items: center;
  min-height: 580px;
}
#g-header .g-container {
  margin: auto;
  height: 100%;
  display: block;
}
#g-header h1 {
  font-size: 3rem;
  line-height: 2.7rem;
}
.slogan {
  color: #606060;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
}
/*****************carousel************/
/****************menu*****************/
#g-navigation {
  z-index: 2;
  border-bottom: 1px solid #f5f5f5;
}
#g-navigation .g-content.g-particle {
  margin: 0;
}
span.g-menu-item-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: 0 0px 0 #eb4947 !important;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content:hover {
  box-shadow: 0 0px 0 #eb4947 !important;
}
span.g-menu-item-title:hover, .g-selected a {
  color: #c81e89;
}
span.g-menu-parent-indicator {
  display: none !important;
}
li.g-standard.uk-active {
  box-shadow: 0 2px 0px #c81e89;
}
/******************intro****************/
#g-intro {
  background: #f8f8f8;
  /* Old Browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8f8f8), color-stop(51%, #e5e3e3), color-stop(100%, #f8f8f8));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-9 */
}
.flower img {
  position: absolute;
  left: 0;
  top: 582px;
  width: 27%;
  overflow: visible;
  z-index: 10;
}
/***************features******************/
#g-features {
  background-image: url('../images/flower-2.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25%;
}
/******************utility******************/
/***************************above***************************/
/***************************testimonial*********************/
/****************************expanded************************************/
#g-expanded {
  background-image: url('../images/kontakt-bg.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background: url('../images/kontakt-bg.png') no-repeat, #f8f8f8;
  /* Old Browsers */
  background: url('../images/kontakt-bg.png') no-repeat, -moz-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* FF3.6+ */
  background: url('../images/kontakt-bg.png') no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, #f8f8f8), color-stop(51%, #e5e3e3), color-stop(100%, #f8f8f8));
  /* Chrome, Safari4+ */
  background: url('../images/kontakt-bg.png') no-repeat, -webkit-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* IE 10+ */
  background: url('../images/kontakt-bg.png') no-repeat, linear-gradient(to bottom, #f8f8f8 0%, #e5e3e3 51%, #f8f8f8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-9 */
}
#g-expanded h3 {
  font-size: 2.1rem;
}
#g-expanded img {
  width: 25%;
  filter: grayscale(100%);
}
#g-expanded img:hover {
  transition: all 1s ease !important;
  filter: none;
}
.phone {
  font-size: 1.2rem;
}
/********************main*******************/
/*******************button******************/
.button {
  background-color: #fbab00;
  margin-top: 1rem;
  color: #6d6161 !important;
}
.button:hover {
  background-color: #eee;
}
/*******************background-pages*********************************/
/*********************footer**************************************/
#g-footer .g-totop a {
  color: #606060 !important;
  font-size: 1.5rem;
  line-height: 24px !important;
}
#g-footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
/******************table**************************/
td.header {
  background-color: #dce2e9;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
  color: #0088cc;
  padding: 0 1rem;
}
/*************************************off canvas*******************************/
.g-offcanvas-toggle {
  top: 0.7rem;
}
/***********************************responsive**************************************/
@media (max-width: 460px) {
  .g-owlcarousel-item-title {
    font-size: 1.5rem;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .g-owlcarousel-item-content {
    width: 80%;
  }
  #g-testimonials .size-50 {
    width: 100%;
  }
  #g-expanded img {
    width: 50%;
  }
  #g-footer .size-25 {
    flex: 0 100%;
  }
  #g-footer ul {
    padding-left: 2rem;
  }
}
@media (max-width: 740px) {
  .kontakt, .kudy {
    padding: 0 2.5rem 1rem;
  }
}
@media (max-width: 960px) {
  #g-header .title {
    font-size: 1.2rem;
  }
  #contact {
    background: none !important;
    padding-left: 3rem;
  }
  #g-features .g-block, #g-utility .g-block {
    flex: 0 100%;
    width: 100%;
  }
  #pricing-table {
    width: 100% !important;
  }
  #pricing-table .plan {
    width: 100% !important;
  }
}
@media (min-width: 48rem) {
  /********header************/
  #g-header {
    min-height: 580px;
  }
  .g-home-particles.g-helium-style #g-header {
    margin-top: -7.49rem;
  }
  #g-footer .size-25 {
    flex: 0 25%;
  }
}
@media (max-width: 59.938rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
  .kontakt-top {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  #g-features .g-block.size-25 {
    flex: 0 50%;
    width: 50%;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  #open-time {
    padding: 0.2rem;
  }
  #g-header a.button {
    margin-top: 0;
    padding: 0.5rem;
  }
}
@media (min-width: 970px) and (max-width: 1024px) {
  .g-owlcarousel-item-desc {
    padding-top: 0;
    width: 100%;
  }
  #intro-image .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/*# sourceMappingURL=custom_23.css.map */