/*--------------------------------------------------------------
# Plik bazowy ze stylami, laczacy wszystkie do jednego wora
--------------------------------------------------------------*/
.text-black {
  color: black; }

/*--------------------------------------------------------------
# Main page styles
# glowne style dla strony, html, body, slajdy
--------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
  padding: 0;
  margin: 0; }

body {
  background: #fff;
  font-family: "Lato", sans-serif; }

.hero {
  position: relative;
  height: 100vh; }

.padding_top_bottom {
  padding-top: 30px;
  padding-bottom: 30px; }

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
  margin: 0 auto; }

/*
  slides
 */
.carousel-item {
  height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .carousel-item .big-carousel-text {
    margin-top: 0px;
    font-size: 40px; }
  .carousel-item .carousel-caption {
    bottom: 10%;
    background: rgba(4, 47, 78, 0.85);
    color: white;
    left: 0;
    right: 0;
    padding-top: 10px;
    height: 200px; }
  .carousel-item .small-carousel-text {
    font-weight: 400; }

.heading-text {
  color: rgba(4, 47, 78, 0.85);
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 45px;
  width: 100%;
  font-family: "Righteous", cursive;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.vbox-container img {
  max-height: 80vh; }

.cms {
  padding-top: 100px;
  padding-bottom: 50px; }
  .cms blockquote {
    font-style: italic; }
  .cms dl.separator {
    padding: 0;
    overflow: hidden; }
  .cms dl.separator dt {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase; }
  .cms dl.separator dt {
    width: 160px;
    padding-right: 10px;
    float: left;
    clear: both; }
  .cms dl.separator dd {
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #DDD; }
  .cms dl.separator dd {
    margin-left: 170px;
    padding-left: 20px; }

.news {
  margin-top: 50px;
  min-height: 600px;
  padding-bottom: 70px; }
  .news .news-list {
    height: 200px;
    width: 100%;
    margin-top: 50px;
    overflow: hidden; }
    @media screen and (max-width: 720px) {
      .news .news-list {
        height: auto; } }
    .news .news-list .col-md-3 {
      height: 200px; }
    @media screen and (min-width: 720px) {
      .news .news-list img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.contact_back {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://cdn.tourcms.com/a/11676/1530/1/default.jpg);
  background-size: cover;
  min-height: calc(100vh - 70px); }

.contact_container {
  color: #fff;
  font-weight: bold; }

.offer_container {
  line-height: 25px; }

.offer_container li {
  font-weight: 900; }

.contact_container {
  text-align: center;
  padding-bottom: 100px;
  border-bottom: 0px; }

.send-button {
  color: #fff;
  border: 2px solid #fff !important;
  padding: 8px;
  font-weight: bold;
  background: rgba(4, 47, 78, 0.85);
  height: 50px;
  transition: all 0.2s ease-in;
  min-width: 200px; }
  .send-button:hover {
    cursor: pointer;
    background: #444;
    text-decoration: none;
    box-shadow: 0 0 10px black; }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #212529;
  color: #eee;
  min-height: 45px;
  padding: 10px;
  text-align: center; }

#mapa {
  width: 100%;
  height: 300px; }

#references {
  padding-bottom: 60px; }

.imagedropshadow {
  padding: 5px;
  border: solid 1px #EFEFEF; }

.imagedropshadow:hover {
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999; }

/*
ladnie skaluje obrazki, aby nadpisac wysokosc trzeba dodac max-height bezposrednio w stylach obrazka
 */
.fitted-img {
  object-fit: none;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
  width: 100%;
  max-height: 250px;
  margin-bottom: 1rem; }

/*--------------------------------------------------------------
# Header, czyli gorna czesc strony
# Gorna belka wraz z nawigacja
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; }
  #header .social-media {
    margin-right: 55px;
    font-size: 30px;
    margin-top: -5px; }
    #header .social-media .fa-facebook-square {
      color: white; }
    #header .social-media .fa-instagram {
      color: #E1306C; }

#header #logo {
  float: left;
  margin-top: -5px; }

#header #logo h1 {
  font-size: 13px;
  margin: 0;
  margin-top: 9px;
  line-height: 1;
  font-family: "Righteous", cursive;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase; }

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  padding: 6px 6px;
  border: 3px solid #fff;
  border-top: 0;
  border-right: 0; }

#header #logo img {
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 16px; }

  #header #logo img {
    max-height: 40px; } }
#header.header-fixed {
  background: rgba(4, 47, 78, 0.85);
  padding: 20px 0;
  height: 70px;
  transition: all 0.5s; }

@media (max-width: 1700px) {
  #header .header-fixed {
    height: auto;
    min-height: 100px; } }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 199; }

.nav-menu li {
  position: relative;
  white-space: nowrap; }

.nav-menu > li {
  float: left; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  left: 100%; }

.nav-menu ul li {
  min-width: 180px; }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0; }

.flag-icon {
  margin-left: 10px;
  height: 24px; }

@media (max-width: 768px) {
  #nav-menu-container {
    display: none; }

  .flag-icons {
    /*display:none;*/
    margin-right: 50px; } }
/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 5px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Righteous", cursive;
  letter-space: 2px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none; }

.nav-menu > li {
  margin-left: 10px; }

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: black;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s; }

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(1); }

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7; }

.nav-menu ul li {
  background: #fff; }

.nav-menu ul li:first-child {
  border-top: 0; }

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none; }

.nav-menu ul li a:hover {
  background-color: #fff;
  color: #fff; }

.nav-menu .menu-active {
  color: #fff;
  transition: all 0.3s ease-in-out 0s; }

.nav-menu ul ul {
  margin: 0; }

/*--------------------------------------------------------------
# Hotfixes for mobile
--------------------------------------------------------------*/
@media screen and (max-width: 720px) {
  .logo_big {
    margin-top: 0px; }

  #header .social-media {
    margin-right: 70px; }

  .hero {
    position: relative;
    height: calc(100vh - 150px); }

  .carousel-item {
    height: calc(100vh - 150px); }
    .carousel-item .carousel-caption {
      top: 25%;
      bottom: auto; }

  .nav-link {
    margin-left: 0px !important;
    margin-top: 0px !important; }

  .bottom_logo_text {
    width: 300%;
    font-size: 10px; }

  .navbar-toggler {
    /*float:right;*/
    margin-bottom: 10px;
    margin-top: 10px; }

  #navbarCollapse {
    text-align: center; }

  .big-carousel-text {
    font-size: 20px; }

  .small-carousel-text {
    font-weight: normal;
    font-size: 8px; }

  .shadowed {
    padding-top: 5px;
    padding-bottom: 5px; }

  #header #logo h1 a {
    font-size: 10px; } }
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }

#mobile-nav-toggle i {
  color: #fff; }

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline; } }
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none; }

#mobile-nav ul li a:hover {
  color: #fff; }

#mobile-nav ul li li {
  padding-left: 30px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2dc997; }

#mobile-nav ul .menu-item-active {
  color: #2dc997; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff; }

/*--------------------------------------------------------------
# References Section
--------------------------------------------------------------*/
#references {
  overflow: hidden; }
  #references .owl-nav, #references .owl-dots {
    margin-top: 25px;
    text-align: center; }
  #references .owl-carousel .owl-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    max-height: 455px;
    text-align: center; }
    #references .owl-carousel .owl-item img {
      width: 300px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 70%;
      border: 2px solid #333; }
  #references .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd; }
  #references .owl-dot.active {
    background-color: black; }
  #references .gallery-carousel .owl-stage-outer {
    overflow: visible; }
  #references .gallery-carousel .center {
    margin: -10px;
    box-sizing: content-box;
    padding: 4px;
    background: #fff;
    z-index: 1; }

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#venue .container-fluid {
  margin-bottom: 3px; }
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px; }
#venue .venue-info {
  background: red;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff; }
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0; }
#venue .venue-gallery-container {
  padding-right: 12px; }
#venue .venue-gallery img {
  display: block;
  margin: auto;
  transition: all ease-in-out 0.4s; }
#venue .venue-gallery img {
  display: block;
  margin: auto;
  transition: all ease-in-out 0.4s; }
#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  max-height: 200px; }

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
#newest .card {
  max-width: 100%;
  height: 100%; }
  #newest .card .news-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #newest .card .card-title {
    min-height: 60px; }
  #newest .card:hover {
    cursor: pointer;
    box-shadow: 0 0 10px gray;
    -webkit-transition: box-shadow 0.3s ease-in;
    -moz-transition: box-shadow 0.3s ease-in;
    -ms-transition: box-shadow 0.3s ease-in;
    -o-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in; }
  #newest .card img {
    object-fit: cover;
    height: 300px; }
#newest .button-wrap {
  padding: 14px 46px;
  color: #fff;
  background-color: rgba(4, 47, 78, 0.85);
  border: 1px solid transparent;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.55);
  -webkit-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
  display: inline-block;
  margin: auto auto;
  text-transform: uppercase;
  font-size: 15px; }
  #newest .button-wrap:hover {
    /*-webkit-filter: drop-shadow(3px 3px 20px rgba(00, 00, 00, .7));*/
    filter: drop-shadow(3px 3px 20px rgba(0, 0, 0, 0.7));
    cursor: pointer;
    color: #fff;
    text-decoration: none; }
