@font-face {
  font-family: "Aller";
  src: url(../fonts/Aller_Lt.eot);
}

@font-face {
  font-family: "Aller";
  src: url(../fonts/Aller_Lt.ttf) format("truetype");
}

@font-face {
  font-family: "PT-Sans";
  src: url(../fonts/PT-Sans/PTC55F.ttf) format("truetype");
}

body {
  font-size: 14px;
  color: #111111;
  font-family: PT-Sans;
  background-color: #aaa;

}

h1 {
  font-size: 22px;
  font-family: Aller;
}

.intro p {
  color: #fff;
}


/* Centered texts in each section
  * --------------------------------------- */

.section {
  text-align: center;
}

.section {
  background-size: cover;
}

.slide {
  background-size: cover;
}

#header,
#footer {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 11;
  text-align: center;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

#header {
  margin: 0;
  box-shadow: #000 0px 0px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.buttondown {
  position: absolute;
  display: block;
  z-index: 15;
  left: 50%;
  bottom: 10%;
  font-size: 4em;
}

#menutop ul, #menuadm ul{
  margin-top: 10px;
}

#menutop li{
  float: left;
  background-image: url(../images/kreseczka.png);
  background-repeat: no-repeat;
  background-position: top right;
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
  text-transform: uppercase;
}

#menuadm li {
  float: left;
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
  text-transform: uppercase;
}

#menutop li:last {
  background-image: url(../images/kreseczkaBiala.png) !important;
  background-repeat: no-repeat;
  background-position: top right;
}

#menutop a {
  font-family: Aller;
  font-size: 16px;
  display: block;
  color: #920000;
  float: left;
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 10px;
  margin-top: -3px;
  margin-left: 1px;
  text-decoration: none;
  text-shadow: 0 1px #eee;
}
#menuadm a {
  font-family: Aller;
  font-size: 14px;
  display: block;
  color: #920000;
  float: left;
  padding: 0 10px;
  margin-top: -3px;
  margin-left: 1px;
  text-decoration: none;
  text-shadow: 0 1px #eee;
}
#menutop a.active, #menuadm a.active {
color: #420000;
  }
#menutop a:hover, #menuadm a:hover{
  text-decoration: underline;
  text-shadow: 0 3px #eee;
}

a {
  color: #940000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #444;
}


/*Obrazy dla poszczególnych sekcji*/

#s_start {
  background-image: url(../images/start.jpg);
  background-position: 50% 50%;
/*  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;*/
}

#s_onas {
  background-image: url(../images/onas.jpg);
  background-position: 50% 50%;

}
#s_noclegi {
  background-image: url(../images/noclegi.jpg);
  background-position: 50% 50%;

}

#s_restauracja {
  background-image: url(../images/restauracja.jpg);
  background-position: 50% 50%;
}

#s_atrakcje {
  background-image: url(../images/atrakcje.jpg);
  background-position: 50% 50%;
}

#s_okolica {
  background-image: url(../images/okolica.jpg);
  background-position: 50% 50%;
}

#s_kontakt {
  background-image: url(../images/kontakt.jpg);
  background-position: 50% 50%;
}
#s_domek {
  background-image: url(../images/domek.jpg);
  background-position: 50% 50%;
}

.textbox {
  height: 50%;
  width: 75%;
  margin: 0 auto;
  min-width: 200px;
  min-height: 350px
}

.topbox {
  position: relative;
  float: left;
  margin: 0;
  padding-top: 24px;
  background-image: url(../images/topbox.png);
  min-height: 102px;
  min-width: 120px;
  background-position: 20px 0px;
  background-repeat: no-repeat;
  width: 100%;
}

.contentbox{
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.textbox h1 {
  font-size: 32px;
  color: #940000;
  font-weight: bold;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: left;
  width: 100%;
}

.pbox {
  width: 100%;
  text-align: justify;
  padding: 20px;
  text-indent: 25px;
  background-color: #fff;
  margin-top: -10px;
  font-size: 14px;
  box-shadow: #FFF 0px 6px 6px;
  display: none;
}
.pboxmore, .pboxless{
  width: 100%;
  text-align: justify;
  padding: 20px;
  text-indent: 25px;
  background-color: #fff;
  margin-top: -10px;
  font-size: 14px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: #FFF 0px 6px 6px;
}
.pboxless{
  display: none;
}
.fullbox{
  text-align: center;
  padding: 20px;
  background-color: #fff;
  margin-top: -10px;
  font-size: 14px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: #FFF 0px 6px 6px;
}
#menuoferta{
  margin-top: 80px;
}
#menuoferta a{
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Aller;
}

.edycja {
  display: none;
}

#content{
  margin-top: 102px;
}
textarea{
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.galeria{
    height: 310px;
    padding-top: 43px;
}
.galeria img{
  width: 300px;
  height: 300px;
  display: block;
  position: relative;
  border: 3px solid #555;
  padding: 3px;
  background-color: #fff;
  border-radius: 10px;
}
.galeria a{
  display: none;
  position: absolute;
  left: 0;
  cursor:zoom-in;
}
.buttondown .glyphicon{
  color: #940000;
}
.buttondown .glyphicon :hover{
  color: #fff;
}