
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
h1 {
  font-size: 2vw;
}
h3 {
  text-align: center;
  font-size: 1.5vw;
}
h5 {
  font-size: 1.2vw;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
  height: 100%;
  margin: 10px;
}
.j_logo {
  float: left;
  width: 20%;
}
.e_logo {
  float: left;
  width: 80%;
  margin-top: -1.5%;
} 
.nav_header {
  float: left;
  width: 80%;
}
#navbar {
  background-color: #fff;
  position: sticky;
  position:-webkit-sticky;
  width: 100%;
  z-index: 10;
  top: 0;
  overflow: anchor;
    /* height: 33px; */
} 
#navbar a {
  font-size: 1.4vw;
  float: left;
  display: block;
  color: #1a0d0d;
  background-color: #fff;
  text-align: center;
  padding: 0 2%;
  text-decoration: none;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #eee;
}
.jsite {
  font-size: 1.2vw;
  float: right;
  padding: 0 1.5%;
  clear: both;
}
.header {
  position: relative;
  text-align: center;
}
.contact_header {
    width: 100%;
}
.text-block {
    /* margin: 0; */
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
    /* font-weight: bold; */
  background-color: #555;
  color: white;
  width: 40%;
}
.contactDesc {
    text-align: left;
    margin: 0px 20%;
}
#mainContent {
  clear: both;
	margin-top: -1%;
	text-align: center;
  background-color: #f1eede;
}
#mainContent legend {
  font-size: 1.4vw;
}
#mainContent label {
  font-size: 1vw;
}
fieldset {
	padding: 0 2%;
	border: 1px groove;
	font-size: 1vw;
}
 form p {
	text-align: left;
	float: left;
	clear:both;
	font-size: 1vw;
}
.contactLeft {
  width: 48%;
	float: left;
  border: 1px solid black;
  padding: 1%;
}
.contactRight {
  width: 48%;
	float: left;
  border: 1px solid black;
  padding: 1%;
}
.contactLeft div {
	float: left;
}
.contactRight div {
	float: left;
}
.contactLeft label {
	vertical-align: bottom;
	width: 100%;
	text-align: left;
	float: left;
}
.contactRight label {
	/* display: inline-block; */
	vertical-align: bottom;
	width: 100%;
	text-align: left;
	float: left;
}
.ui-datepicker .ui-datepicker-title select {
    color: blue;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	color: blue;
  background-color: white;
}
.ui-datepicker table {
background-color: white;
}
/* .ui-datepicker-trigger {
  cursor:pointer
} */

.alergic {
	float:left;
	width:12%;
}
#message {
  width: 100%;
}
.alergicMessage {
	width:80%;
	float:left;
}
input, textarea, select {
	float: left;
  width: 70%;
}
.clear {
	clear: both;
}
#lblRooms, #lblAdults {
	width: 7.5%;
	font-size: 1vw;
}
#lblChildrenOld, #lblChildrenYoung, #lblInfants {
	width: 100%;
	font-size:1vw;
}
.checkin, .checkout {
	width:50%;
}
.roomCount, .adults {
	width:14%;
}
.childrenOld, .childrenYoung {
	width:18%;
}
.infants {
	width:18%;
}
.send_clear{
  padding: 1% 40%;
  /* float: left; */
}
hr {
	clear: both;
	display: block;
	width: 96%;
	background-color: #aaa;
	height: 2px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.2vw;
  border: none;
  outline: none;
  background-color: #f0792f;
  color: white;
  cursor: pointer;
  padding: 2%;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #ddd;
}
  #footer {
    clear: both;
    /* float: left; */
    /* margin-left: 0; */
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
    /* height: 70px; */
    font-size: .8vw;
  }

@media only screen and (max-width:1200px) {
    /* For desktop: */
}
@media only screen and (max-width:768px) {
    /* For tablets: */
#navbar a {
    padding: 1.5%;
}
}
@media only screen and (max-width:480px) {
    /* For mobile phones: */
#navbar a {
  padding: 1%;
}
}