/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800); */
@import url(../css/fonts/style.css);

/* zdatepicker main */
.zdatepicker {
  font-family: "Open Sans", sans-serif;
    position: absolute;
    width: 280px;
    z-index: 9998;
    display: none;
    overflow: hidden;
    margin: 2px 0px;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.zdatepicker dl {
    width: 278px;
    margin: 0px;
    padding: 1px;
    display: block;
    float: left;
}
/* zdatepicker title (prev/next button) */
.zdatepicker dt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 0px;
    font-weight: normal;
    word-spacing: 0px;
    text-align: center;
    vertical-align: top;
}
.zdatepicker dt a, .zdatepicker dt .empty {
    display: inline-block;
    width: 10%;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    margin: 0px;
    vertical-align: top;
}
.zdatepicker dt a:hover {
    background: #eee;
    color: #333;
}
.zdatepicker dt .prev, .zdatepicker dt .next {
    font-family: FontAwesome;
    font-weight: normal;
    color: #666;
}
.zdatepicker dt .prev:before {
    content: "\f0d9";
}
.zdatepicker dt .next:before {
    content: "\f0da";
}
/* zdatepicker title (year/month) */
.zdatepicker dt span {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    cursor: pointer;
}
.zdatepicker dt span a {
    display: inline-block;
    width: auto;
    padding: 0px 5px;
    font-size: 14px;
    color: #333;
    margin: 0px 2px;
}
.zdatepicker dt span a:after {
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f0d7";
    margin-left: 2px;
}
/* zdatepicker main */
.zdatepicker dd {
    width: 98%;
    padding: 0 2px 5px 2px;
    margin: 0px;
    font-size: 0px;
    word-spacing: -11px;
    text-align: left;
}
/* zdatepicker sub-title (week) */
.zdatepicker dd div {
    background: #fff;
    margin-bottom: 3px;
}
.zdatepicker dd div span, .zdatepicker dd span {
    display: inline-block;
    width: 14.28%;
    height: 35px;
    line-height: 32px;
    font-size: 14px;
    word-spacing: normal;
    text-align: center;
    color: #666;
    vertical-align: top;
}
.zdatepicker dd div span {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
/* zdatepicker body */
.zdatepicker dd span a, .zdatepicker dd span span {
    display: inline-block;
    width: 100%;
    line-height: 33px;
    margin-top: 1px;
    text-decoration: none;
    color: #666;
}
.zdatepicker dd span a:hover {
    background: #eee;
    color: #333;
    border-radius: 5px;
}
.zdatepicker dd span .selected, .zdatepicker dd span .selected:hover, .zdatepicker dd span .disable, .zdatepicker dd span .disable:hover, .zdatepicker dd span .area, .zdatepicker dd span .area:hover {
    border-radius: 0px;
}
.zdatepicker dd .month, .zdatepicker dd .year {
    width: 25%;
    height: 65px;
    margin-top: 2px;
    margin-bottom: 5px;
}
.zdatepicker dd .month a, .zdatepicker dd .year a {
    width: 100%;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
}
/* zdatepicker close */
.zdatepicker .close {
    display: block;
    height: 0px;
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.zdatepicker .close:hover {
    background: transparent;
}
.zdatepicker .close a {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    box-shadow: 0 3px 4px rgba(0,0,0,.175);
}
.zdatepicker .close a:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 22px;
}
.zdatepicker .close a:hover {
}
/* bootstrap theme */
.zdatepicker dd .week0 {
    color: #d9534f;
}
.zdatepicker dd .week6 {
    color: #5cb85c;
}
.zdatepicker dd span a:hover {
}
.zdatepicker dd span .selected {
    color: #fff;
    background: #428bca;
}
.zdatepicker dd span .selected:hover {
    color: #fff;
    background: #3071a9;
}
.zdatepicker dd span .disable, .zdatepicker dd span .disable:hover {
    color: #ccc;
    background: #eee;
    cursor: not-allowed;
}
.zdatepicker dd span .area {
    color: #fff;
    background: #5bc0de;
}
.zdatepicker dd span .area.selected, .zdatepicker dd span .area:hover {
    color: #fff;
    background: #31b0d5;
}
.zdatepicker .close a {
    color: #fff;
    background: #860300;
}
.zdatepicker .close a:hover {
    color: #fff;
    background: #860300;
}
.bookrow {
  float: left;
  position: relative;
  top: -210px;
  z-index: 55;
  width: 100%;
  padding: 0%;
}
.bookrow-norm {
  float: left;
  position: relative;
  top: 0px;
  z-index: 55;
  width: 100%;
  padding: 0%;
}
div.quickbook {
  width: 100%;
  background: rgba(0,56,102,0.00);
  padding: 0;
}
div.quickbook h2 {
  font-size: 1.0em;
  line-height: 1.6em;
  text-align: center;
  }
div.quickbook a {
  text-decoration: none;
}
div.quickbook form {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 0 1%;
  background: rgba(0,56,102,1.00);
}
div.quickbook input {
    font-family: "Open Sans", sans-serif;
  background: rgba(255,255,255,0.80);
  color: rgba(0,0,0,1.0);
    border: rgba(255,255,255,1.00) solid 2px;
    border-radius: 0px;
  font-weight: 600;
    padding: 5px 10px;
  font-size: 100%;
  margin: 12px 6px;
  width: 30.0%;
}
div.quickbook input[type="submit"] {
  text-transform: uppercase;
  background: rgba(0,56,102,1.00);
  color: rgba(255,255,255,1.0);
  border: 2px solid rgba(255,255,255,1.00);
  border-radius: 0px;
  margin: 12px 6px;
  width: 30.0%;
}
div.quickbook input:focus {
  font-family: "Open Sans", sans-serif;
    border: rgba(255,255,255,1.00) solid 2px;
  background: rgba(0,56,102,1.00);
    box-shadow: inset 0px 0px 5px #999;
    outline: #0080FF;
    color: rgba(255,255,255,1.0);
  font-weight: 600;
  font-size: 100%;
  margin: 12px 6px;
}
div.contact {
  clear: both;
  float: left;
  width: 100%;
  color: rgba(255,255,255,1.0);
  font-family: "Open Sans", sans-serif;
  font-size: 0.850em;
  font-weight: 300;
  line-height: 1.5em;
  background: rgba(0,56,102,1.00);
  }
div.contact p {
  padding: 2px 28px;
  text-align: center;
  }
div.contact p a:link,
div.contact p a:visited {
  color: rgba(255,255,255,1.0);
  text-decoration: underline;
  }
div.contact p a:hover {
  text-decoration: none;
  }
div.social {
  float: right;
  margin: 10px 10px 0 0;
  }
div.social a {
  padding: 4px;
  }
@media screen and (max-width: 920px) {
div.quickbook form {
  width: 100%;
  padding: 12px 0;
  }
div.quickbook input,
div.quickbook input:focus {
    width: 90%;
    display: block;
    margin: 12px auto;
  }
div.quickbook input[type="submit"] {
    width: 300px;
    display: block;
    margin: 12px auto;
  }
}


@media screen and (max-width: 480px) {
  .bookrow {
    top: -140px;
  }
  .maincontainer-start {
    top: -120px;
  }
}
