body {
    background: #d9f6db;
}

/*
#menu {
    background-image: url(../image/bar.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
*/

#headercontact {
    font-family: 'Ubuntu', sans-serif;
}

#headercontact a:hover {
    text-decoration: none;
}

#headercontact a{
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

#headercontact glyphicon {
    font-size: 10px;
}

#headercontact p {
   margin-top: 10px; 
   margin-bottom: 0px; 
   display: inline;
   padding-left: 15px;
   padding-right: 15px;
}

#headeremail {
    font-family: serif;
}

.navbar-brand {
    padding: 0px;
}

.navbar-wrapper {
    display: inline;
}

.navbar {
    background-color: transparent;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px; 
    margin-bottom: 5px;
    z-index: 999;
}

#logo {
    display: inline-block;
}

.navbar-toggle {
    background-color: black;
}

.navbar-nav > li > a {
    color: #ace0af;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #65a869;
    border-bottom: 5px solid #ace0af;
    font-weight: bold;
    text-shadow: 2px 2px 4px #65a869;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    border-bottom: 2px solid #ace0af;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 5px solid #ace0af;
}

.navbar-nav {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-text {
    color: green;
}

.partners {
     width: 100px ;
     margin-left: auto ;
     margin-right: auto ;
}

.lista > li {
    font-family: 'Alegreya SC', sans-serif; 
    font-size: 16px;
}

.contactinfo p {
    text-align: center;
}


h2 {
    color: #4caf50;
    text-align: center;
    font-family: 'Alegreya SC', sans-serif; 
}

p {
   font-family: 'Alegreya SC', sans-serif; 
   font-size: 18px; 
   text-align: justify;
}

#home {
    font-family: 'Amita', sans-serif;
}

#galeria p {
    text-align: center;
}

#wirtualny p {
    text-align: justify;
    font-family: 'Amita', sans-serif;
    font-size: 20px; 
    text-align: center;
}

#contact { 
    text-align: justify;
    font-family: 'Amita', sans-serif;
    font-size: 16px; 
}

#contact h2 { 
    text-align: center;
}


#header {
    height: 60px; 
    font-family: 'Oswald', sans-serif;
    font-weight: 350;
    font-size: 16px;
    height: 40px;
}

.footer {    
    background-image: url(../image/footerbg.jpg);
    background-repeat: no-repeat;
    border-top: 10px solid #ace0af;
    color: #fff;     
    font-size: 11px;
    font-family: 'Shift', sans-serif;
    margin: 0 auto;
}

.footer p {    
    text-align: center;
}

.footer a {
    color: white;
}

.footer a:hover {    
    text-decoration: underline;
}


.caption h3 {
    font-family: 'Oleo Script', cursive;
}

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    border: 5px solid #ace0af;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: center;
}

a.back-to-top {
	display: none;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 40px;
	background: #4caf50 url(../image/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#cookie-law {
    background: black;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(255, 255, 255, 0.5) 100%);
}

#bh {
    padding: 5px;
    font-size: 14px;
}

.row .glyphicon {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-shadow: 2px 2px 4px #000000;
}

.row {
    text-align: center;
    padding: 15px;
}

.row p {
    margin-bottom: 1px;
    text-shadow: 2px 2px 4px #000000;
    font-size: 16px;
}

.row h3 {
    text-shadow: 2px 2px 4px #000000;
}

#myCarousel {
    border-top: 10px solid #ace0af;
    border-bottom: 10px solid #ace0af;
}


.map {
	width:100%;
	height:500px;	
}


.map-wrap {
	position:relative; 
    border-top: 5px solid #ace0af;
}
	
.overlay {
	width:100%;
	min-height:500px; 
	position:absolute; 
	top:0;
}

figure {
    border: 5px solid #ace0af;
}


@media only screen and (max-device-width: 768px) {
    .navbar-brand {
        display: none;
    }
    
    #facebookfooter {
        margin-top: 30px;
    }
    
    #bh {
        color: #65a869;
    }
    
    #bh a {
        color: black;
    }
}

@media only screen and (max-device-width: 991px) {
    #headercontact {
        display: none;
    }
    
}