/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.section-wrap {
  padding: 80px 0 20px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.section-wrap-nopadding { padding: 0; scroll-margin-top: 85px; }

.pobocky { top: -70px; background: #ffffff !important;  }

.container { width: 100%; }

.text-white {color: #fff !important }
.text-dark {color: #232323 !important }

.left { float: left; }
.right { float: right; }

.bg-light { background-color: #f7f7f7; }
.bg-dark { background-color: #242424; }
.last { margin-bottom: 0 !important; }

::-moz-selection {
  color: #fff;
  background: #000; }

::-webkit-selection {
  color: #fff;
  background: #000; }

::selection {
  color: #fff;
  background: #000; }

a {
  text-decoration: none;
  color: #232323;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
a:hover, a:focus { text-decoration: none; color: #a1ce7b; outline: none; }

:focus { outline: none }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "soleil", serif;
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #ffffff url(../img/bcgr-page.jpg) top center no-repeat;
  background-size: contain;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto }

video {
  height: 100%;
  width: 100%; }

body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.main {
    max-width: 1920px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "caflisch-script-pro", sans-serif;
  margin-top: 0; color: #7f8792; font-weight: 300; }

h1 { font-size: 28px; display: none}
h2, .h2 { font-size: 50px; }
h3, .h3 { font-size: 20px; line-height: 30px }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 15px; }

.small { font-size: 12px; line-height: 19px !important }

p { font-size: 15px; color: #232323; font-weight: 300; line-height: 23px; }
p a { text-decoration: underline }
p a:hover, p a:focus { text-decoration: underline }

p.h3 { color: #bfc3c8 }
p.h4 { color: #232323 }
p.h5 { color: #bfc3c8 }

.top-line:before { content: ""; display: block; width: 48px; border-top: 3px solid #ddb023; margin: 15px 0px 15px; }
.top-line.green:before { border-top: 3px solid #c8d8b6; margin: 15px auto 25px; }
.top-line.light:before { border-top: 2px solid rgba(255,255,255,0.5); margin: -60px 0px 25px; }

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #121212;
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*-------------------------------------------------------*/
/* Navigation Onepage
/*-------------------------------------------------------*/
.nav-type-1 .container-fluid { padding: 0; }

.navbar {
    border: none;
    min-height: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1200;
    max-width: 1920px;
    margin: 0 auto }

.navbar-nav { margin: 0; display: inline-block; }

.navbar-nav > li > a {
    font-family: "soleil", sans-serif;
    padding: 0 11px;
    line-height: 90px;
    color: #232323;
    font-size: 13px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.navbar-nav.right > li > a { color: #7f8792  }


.navigation-overlay {
  background-color: rgba(255, 255, 255, 0.01);
  width: 100%;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navigation-overlay.sticky {
    background: #ffffff url("../img/bcgr-page-sticky.jpg") top center no-repeat;
    background-size: cover;
    visibility: visible;
    opacity: 0.999;
    border-bottom: 1px solid #f1eeee
    }
  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay.sticky .menu-socials li > a { line-height: 60px; }

.logo-container { padding: 0 }
.logo-wrap { display: table; margin: 0 auto; }
.logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    z-index: 99;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.logo-wrap.shrink > a { height: auto; }
.logo-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: auto; }
.logo-wrap.shrink img { height: 100px; margin-bottom: -35px }

.navbar-collapse.in { overflow-x: hidden; }

.navbar-nav > li > a:hover,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover { opacity: 1; color: #a1ce7b !important; }

.navbar-collapse { padding: 0; border-top: none; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover { background-color: transparent; text-decoration: none; border-color: #f2f2f2; }

@media (max-width: 991px) {
  .logo-wrap { display: table; width: 65%; }  
  .navigation-overlay,
  .navigation-overlay.sticky { background-color: rgba(255, 255, 255, 0.0009) }
  .nav-wrap { width: 100%; padding: 0; min-height: 0; }
  .nav-type-1 .container-fluid { padding: 0 15px; }
  .navbar-header { width: 100%; padding-right: 0; margin-bottom: -40px }
  .logo-wrap img { height: 130px; }
  .logo-wrap > a { height: 60px; }
  .navbar-nav { width: 100%; padding: 40px 0; background-color: rgba(255, 255, 255, 0.9) }
  .navigation-overlay.sticky .navbar-nav > li > a,
  .navigation-overlay .navbar-nav > li > a { padding: 10px 0; line-height: 30px; font-size: 20px } 
}

/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle { margin-top: 15px; border: none; z-index: 50; margin-right:20px; background-color:#a1ce7b }
.navbar-toggle .icon-bar { background-color: #232223; width: 18px; }
.navbar-toggle:focus, .navbar-toggle:hover { background-color:#a1ce7b }
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar { background-color: #f2f2f2; }
.navbar-toggle .icon-bar-text { color: #232223; display: block; margin: 8px 0 -6px 30px }

/*Go to Top*/
#back-to-top {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12); }
  #back-to-top i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  #back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    color: #232323; }
  #back-to-top.show {
    bottom: 20px; }
  #back-to-top:hover {
    background-color: #232323; }
  #back-to-top:hover i {
    color: #fff; }

/*-------------------------------------------------------*/
/* Content Home
/*-------------------------------------------------------*/

.prodejna p { margin: 0 }

/*-------------------------------------------------------*/
/* Home Video Bg
/*-------------------------------------------------------*/
.video-wrap {
  position: absolute;
  width: 97%;
  max-width: 1920px;
  height: 100%;
  max-height: 550px !important;
  top: 90px;
  left:1.5%;
  z-index: -1; }

.container-full-height { max-height: 680px }

.video-overlay {
  background-color: rgba(40, 40, 40, 0.5);
  height: 100%;
  width: 100%; }

.video-img {
  background: url(../video/video.jpg) center center no-repeat;
  background-size: cover;
  z-index: -101;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px }

/*-------------------------------------------------------*/
/* Kytice
-------------------------------------------------------*/
#proc img { max-height: 120px; margin: 0 auto}
.boxy-proc { position:inherit; z-index: 99; margin-top: -200px}
.boxy-proc img { max-height: 150px; margin: 0 auto}
.box-proc1 { background: rgb(187,189,214); background: linear-gradient(90deg, rgba(187,189,214,1) 25%, rgba(129,133,187,1) 100%); }
.box-proc2 { background: rgb(200,228,168); background: linear-gradient(90deg, rgba(200,228,168,1) 25%, rgba(156,178,121,1) 100%); }
.box-proc3 { background: rgb(237,185,220); background: linear-gradient(90deg, rgba(237,185,220,1) 25%, rgba(212,155,193,1) 100%); }


/*-------------------------------------------------------*/
/* Box About Us
-------------------------------------------------------*/
.box-green { background: rgb(200,228,168); background: linear-gradient(-135deg, rgba(200,228,168,1) 0%, rgba(156,178,121,1) 100%); }
.box-green2 { background: rgb(206,207,106); background: linear-gradient(180deg, rgba(206,207,106,1) 0%, rgba(175,176,68,1) 100%); }
.box-red {  background: rgb(175,79,98); background: linear-gradient(135deg, rgba(175,79,98,1) 0%, rgba(209,99,122,1) 100%); }
.box-purple { background: rgb(187,189,214); background: linear-gradient(135deg, rgba(187,189,214,1) 0%, rgba(129,132,186,1) 100%); }
.box-pink { background: rgb(241,229,244); background: linear-gradient(135deg, rgba(241,229,244,1) 0%, rgba(222,213,225,1) 100%); }
.box-pink2 { background: rgb(254,234,229); background: linear-gradient(-135deg, rgba(254,234,229,1) 0%, rgba(242,217,210,1) 100%); }
.box-khaki { background: rgb(204,202,160); background: linear-gradient(135deg, rgba(204,202,160,1) 0%, rgba(180,179,126,1) 100%); }
.box-blue { background: rgb(201,216,234); background: linear-gradient(180deg, rgba(201,216,234,1) 0%, rgba(184,199,219,1) 100%);  }


/* Masonry About Us
-------------------------------------------------------*/
.grid-item-content {
    height: 120px;
    margin: 0 0 30px 0;
    padding: 20px 30px;
}

.grid-item-content-height2 { height: 270px; }
.grid img { max-height: 200px; margin: 0 auto}


/*-------------------------------------------------------*/
/* Accordions
-------------------------------------------------------*/
.accordion > .panel-content {
  padding: 10px 0 10px 0; }

.accordion > .acc-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 45px;
  font-family: "caflisch-script-pro", sans-serif;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  color: #232323;
  border: 0px solid #d8dee2;
  border-top: 1px solid #d8dee2;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.accordion > .acc-panel > a.active {
  color: #a1ce7b;
  background-color: #fff;
  border-color: #d8dee2; }

.accordion > .acc-panel > a:after {
  font-family: "ElegantIcons";
  position: absolute;
  right: 10px;
  top: 15px;
  color: #bfc3c8;
  font-weight: normal;
  font-size: 35px; }

.accordion > .acc-panel > a:after {
  content: "\35"; }

.accordion > .acc-panel > a.active:after {
  content: "\33";
  color: #bfc3c8; }

.accordion > .acc-panel > a:hover {
  color: #232323;
  background-color: #a1ce7b;
  border-color: #a1ce7b; }

.accordion > .acc-panel > a:hover:after {
  color: #232323; }


/* Buttons
-------------------------------------------------------*/
.section-buttons .btn { margin-bottom: 20px; }

.btn {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #232323;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.btn.btn-color { background-color: #00aeef; }
.btn.btn-transparent { background-color: transparent; border: 3px solid #fff; } 
.btn.btn-stroke { color: #232323; border: 3px solid #232323; background-color: transparent; }
.btn.btn-dark { background-color: #333; }
.btn.btn-white { background-color: #fff; color: #232323; }
.btn.btn-light { background-color: #eaf0f5; color: #232323; }

.btn:hover {
    -webkit-transition: all 0.2 ease-in-out;
    -moz-transition: all 0.2 ease-in-out;
    -ms-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
    color: #fff;
    background-color: #a1ce7b;
    border-color: transparent; }
.btn:focus { outline: none; color: #fff; }
.btn.btn-white:focus { color: #232323; }
.btn.btn-color:hover { background-color: #232323; }

.btn-lg { font-size: 14px; padding: 13px 34px; }
.btn-md { font-size: 11px; padding: 10px 25px; }
.btn-sm { font-size: 13px; padding: 8px 22px; margin: 20px 0 40px}

/* Owl Carousel
-------------------------------------------------------*/
.hero-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
    
.owl-pagination { position: absolute;left: 0; display: block; text-align: center; width: 100%; margin-top: 20px }

.owl-prev, .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  text-align: center;
  line-height: 46px;
  z-index: 10;
  width: 46px;
  height: 46px;
  background-color: #ece8e8;
  opacity: 0.99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.owl-prev:hover, .owl-next:hover { color: #ffffff; background-color: #a1ce7b; }
.owl-prev:hover i, .owl-next:hover i { color: #ffffff; }

.owl-prev {left: 15px; }
.owl-next {right: 15px; }

#owl-slider-one-img:hover .owl-prev,
#owl-slider-small-img:hover .owl-prev { opacity: 1; left: 15px; }

#owl-slider-one-img:hover .owl-next,
#owl-slider-small-img:hover .owl-next { opacity: 1; right: 15px; }

.owl-page { display: inline-block; padding: 6px 6px; position: relative; }
.owl-page span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 0.8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ece8e8;
    z-index: 100;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.owl-page span:hover { opacity: 1; }

.owl-theme .owl-controls .owl-page.active span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  opacity: 1;
  background: #9aa1a9; }

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  padding: 0 0 60px 0;
  margin-bottom: 1.5%;
  text-align: center;
  width: 97%;
  left: 1.5%;
  position: relative;
  background: #ffffff url(../img/bcgr-footer.jpg) top center no-repeat;
  background-size: cover;
  color: #ffffff
}

.footer p { color: #ffffff; }
p.copyright { font-size: 13px; line-height: 18px; font-family: "soleil", sans-serif }

.footer .logo { margin-top: -60px }

.footer a { color: #ffffff; text-decoration: underline}
.footer a:hover { color: #f2e9cd; }

.footer .copyright a { color: #ffffff; }
.socials.footer-socials a { margin: 0 2px; }
.socials.footer-socials a:hover i { color: #ffffff; background-color: #a1ce7b; }

.socials.footer-socials i {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  color: #8282ac;
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*-------------------------------------------------------*/
/* Pobocky
/*-------------------------------------------------------*/
.map {
    height: 80.0rem;
    width: 100%;
    position: relative;
    z-index: 0;
    border: 1px solid #d8dee2
}
