
#rezerwacje body {
	background-attachment: fixed;
    background-color: #f3eee7;
    background-image: url("https://koronapark.pl/wp-content/uploads/2016/03/bg-page-logo-light.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  background-color: #f8f5f0;
  font-family: Palatino Linotype,Book Antiqua,Palatino,serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  overflow-y: scroll;
  color: #725e36;
}
#rezerwacje a {
  color: #725E36;
}
#rezerwacje h2 {
  margin-top: 0;
}
#rezerwacje #header {
  background: #E5D9BB;
  border-bottom: 2px solid rgb(114,94,54);
  font-size: 28px;
  color: #725E36;
  text-align: center;
}
#rezerwacje #header-logo {
  vertical-align: middle;
  margin-right: 10px;
  padding: 10px;
  height: 60px;
}
#rezerwacje #header-close {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}
#rezerwacje #poland {
  float: right;
  font-size: 18px;
  position: relative;
  right: 35px;
  top: 26px;
}
#rezerwacje #poland img {
  vertical-align: sub;
  width: 25px;
}

#rezerwacje #wyszukiwarka {
  border-bottom: 2px solid rgb(114,94,54);
  width: 100%;
  height: 250px;
  position: relative;
  background: url(../images/wyszukanie-bg.jpg) no-repeat center;
  background-size: cover;
}

#rezerwacje #wyszukiwarka form {
  position: absolute;
  background: rgba(80, 65, 35, 0.8);
  color: #ffe9bb;
  border: 1px solid #ffe9bb; 
  border-radius: 10px;
  width: 800px;
  margin-left: -400px;
  left: 50%;
  text-align: center;
  padding: 50px 0;
  top: 25%;
  box-shadow: 0px 0px 5px 0px rgba(255,233,187,0.5);
  font-size: 18px;
}
#rezerwacje #wyszukiwarka input[type=text] {
  background: #ffe9bb url(../images/calendar-icon.png) no-repeat 93% center;
  color: #725e36;
  border: 1px solid #725e36;
  border-radius: 4px;
  padding: 5px 10px; 
  margin-right: 20px;
  width: 125px;
  font-size: 15px;
}
#rezerwacje input[type=submit], #rezerwacje input[type=submit-back] {
  background: #f8f5f0 none repeat scroll 0 0;
  border: 1px solid #725e36;
  border-radius: 4px;
  color: #725e36;
  cursor: pointer;
  font-family: Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size: 15px;
  margin: 0 20px;
  padding: 3px 5px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 90px;
}
#rezerwacje input[type=submit]:hover, #rezerwacje input[type=submit-back]:hover {
  background: #725E36;
  color: #ffe9bb;
  
}

#rezerwacje #path {
  width: 100%;
  overflow: hidden;
  background: #E5D9BB;
}
#rezerwacje #path span {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  color: #725e36;
  border: 2px solid #725E36;
  float: left;
  padding: 10px;
}

#rezerwacje #path .active1 {
  font-weight: bold;
  background: #725E36;
  border-color: #725E36;
  color: #E5D9BB;
}

#rezerwacje #termin {
  padding: 25px;
  text-align: center;
  background: #e5d9bb none repeat scroll 0 0;
  color: #725e36;
  font-size: 25px;
}
#rezerwacje .clock {
  font-size: 18px;
  margin: 0 50px;
  word-spacing: 10px;
}

#rezerwacje #form2 {
  color: #725e36;
  width: 1000px;
  margin: auto;
}
#rezerwacje .pokoj {
  background: #eee7d7 none repeat scroll 0 0;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px 0;
  color: #725e36;
}
#rezerwacje .pokoj div {
  float: left;
  width: 33%;
}
#rezerwacje .pokoj > div:first-child img {
  max-width: 100%;
  display: none;
}
#rezerwacje .pokoj > div:first-child a:first-child img {
  display: block;
}

#rezerwacje .pokoj > div:last-child {
  float: none;
  width: 100%;
  clear: both;
  display: none;
  box-sizing: border-box;
  padding: 10px;
}
#rezerwacje .pokoj > div:last-child > *:first-child {
  margin-top: 0;
}
#rezerwacje .pokoj > div:last-child > *:last-child {
  margin-bottom: 0;
}
#rezerwacje .cennik {
  margin-top: 50px;
}
#rezerwacje .dalej {
    color: #725e36;
    font-weight: bold;
    margin-top: 8px;
    position: absolute;
}
#rezerwacje .tytul {
  text-align: center;
}

#rezerwacje .bottom-submit {
  width: 1000px;
  margin: 10px auto;
  padding: 10px;
  overflow: hidden;
  background: #E5D9BB;
  box-sizing: border-box;
}
#rezerwacje .bottom-submit input[type=submit] {
  font-size: 20px;
  float: right;
}
#rezerwacje .bottom-submit input[type=submit-back] {
  font-size: 20px;
  float: left;
}

#rezerwacje #wybrane-pokoje {
  margin: 20px auto;
  background: #eee7d7 none repeat scroll 0 0;
  color: #725e36;
}
#rezerwacje #wybrane-pokoje td {
  text-align: center;
  padding: 3px 10px;
}
#rezerwacje #wybrane-pokoje td:first-child {
  text-align: left;
}
#rezerwacje #wybrane-pokoje tr:last-child td:first-child {
  text-align: right;
}
#rezerwacje #wybrane-pokoje tr:last-child td {
  font-weight: bold;
}
#rezerwacje #wybrane-pokoje tr:first-child td {
  font-weight: bold;
}

#rezerwacje .form {
  margin: auto;
  min-width: 500px;
}
#rezerwacje .form th {
  vertical-align: top;
  text-align: center;
  background: #eee7d7;
  color: #725e36;
}
#rezerwacje .form td:first-child {
  text-align: right;
  padding-right: 10px;
  color: #725e36;
}
#rezerwacje .form .inpt {
  width: 300px;
  border: 1px solid #ccc;
  padding: 4px;
}

#rezerwacje .content {
  width: 800px;
  margin: auto;
}


#rezerwacje #footer {
  margin-top: 10px;
  padding: 10px;
  background: #725E36;
  color: #fff;
}

/* ///////////////////////////////// */

#rezerwacje .vc_sep_line {
  border-top: 1px solid #725e36;
  display: block;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 1px;
  width: 50%;
}
#rezerwacje h1 {
  /* border-bottom: 1px solid #725e36; */
  padding-bottom: 10px;
  text-align: center;
}

#rezerwacje .left-four {
  width: 25%;
  float: left;
  text-align: left;
}
#rezerwacje .left-half {
  width: 50%;
  float: left;
  text-align: center;
}
#rezerwacje .right-half {
  width: 50%;
  float: right;
  text-align: center;
}
#rezerwacje .clearboth::after {
    content: " ";
    font-size: 0;
    height: 0;
    line-height: 0;
}
#rezerwacje .clearboth, .clearboth::after {
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
}
#rezerwacje .footer-content {
  width: 1000px;
  margin: 0 auto;
}
#rezerwacje .footer-box {
  background: #E5D9BB; /*rgba(255, 255, 255, 0.7) none repeat scroll 0 0; */
  padding: 10px;
}



#rezerwacje .map-container {
	width: 100%;
}
#rezerwacje .map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
#rezerwacje .map-container iframe.clicked{
	pointer-events: auto;
}

