div#reservation-content {
  position: relative;
  width: 100%;
  float: left;
  padding: 5px 0px;
  margin: 25px 0;
  /*border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;*/
  z-index: 2;
  background-color: #fff;
}

div#reservation-content .picker {
  padding: 0 !important;
}

div#reservation-content .picker__holder {
  /*top: 34px;*/
  min-width: 260px;
  /*padding: 15px !important;*/
}

div#reservation-content input.datepicker {
  cursor: pointer;
}

div#reservation-content .input-group {
  padding: 0 !important;
  float: right;
}


div#reservation-content .booking-form .form-group {
  margin-bottom: 0px;
  display: inline-block;
  width:100%;
}

div#reservation-content .booking-form {
  z-index: 999;
  width: 100%;
  display: inline-block;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
div#reservation-content .age-of-children {
  position: absolute;
  top: 100%;
  width:100%;
  background: #fff;
  border: solid 1px #e5e5e5;
}
div#reservation-content .age-of-children .container {
  padding: 15px !important;
}
div#reservation-content .age-of-children .children-title {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0px 0px 15px 0px;
  font-weight: 700;
}
div#reservation-content .booking-form .form-control[disabled], div#reservation-content .booking-form .form-control[readonly], div#reservation-content .booking-form fieldset[disabled] .form-control {
  background-color: transparent;
}
div#reservation-content .booking-form .form-control::-webkit-input-placeholder {
  color: #555;
}
div#reservation-content .booking-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}
div#reservation-content .booking-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}
div#reservation-content .booking-form .form-control:-ms-input-placeholder {
  color: #555;
}
div#reservation-content .booking-form .form-control {
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  margin-top: 0;
}
div#reservation-content .booking-form .child-ages {
  margin-bottom: 0;
}
div#reservation-content .booking-form .room-number a {
  font-size: 12px;
  padding-top: 6px;
}
div#reservation-content .booking-form .room-number a:before {
  content: "\f067" !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 6px;
}
div#reservation-content .booking-form .form-group a {
  color: #FFF;
  width: 100%;
  display: inline-flex;
  float: left;
  font-size: 13px;
}
div#reservation-content .booking-form .form-group a:hover {
  color: #CCC;
}
div#reservation-content .booking-form .form-group a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 6px;
}
div#reservation-content .booking-form .form-group div[class*='col-xs-'] {
  padding: 0px 3px;
}
div#reservation-content .booking-form span.input-group-addon {
  background: #1d70b1;
  height: 34px;
  border-radius: 0px !important;
}
div#reservation-content .booking-form span.input-group-addon i {
  color: #FFF;
  padding: 0;
  margin: 0;
}
div#reservation-content .booking-form input:focus, div#reservation-content #slider .booking-form input:active {
  box-shadow: 0 0 0;
  border-color: #1d70b1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#reservation-content .booking-form button.btn-block {
  background-color: #1d70b1;
  border-color: #1d70b1;
  border-radius: 0;
  color: #fff;
  height: 34px;
}
div#reservation-content .booking-form button.btn-block:hover {
  background-color: #0fa1c6;
}
div#reservation-content .booking-form .title h3 {
  margin: 0px auto;
  padding: 10px 0px;
  color: #1d70b1;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  width: auto;
  position: relative;
  display: inline-block;
}
div#reservation-content .booking-form .title h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #1d70b1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -25%;
}
div#reservation-content .booking-form .form {
  display: inline-block;
  padding: 0px 0px;
  color: #666;
  width:100%;
}
div#reservation-content .booking-form .form .form-inside {
  display: inline-block;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width:100%;
}
div#reservation-content .booking-form select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: #FFF url('http://www.feriahotels.com/wp-content/themes/vierra/images/select-arrow.png') center right no-repeat;
  color: #666;
  width: 100%;
  height: 34px;
  padding-left: 10px;
}
div#reservation-content .booking-form select.hotels {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: #FFF url('http://www.feriahotels.com/wp-content/themes/vierra/images/select-arrow.png') center right no-repeat;
  color: #666;
  width: 100%;
  height: 34px;
  padding-left: 10px;
  margin: 15px 0px;
  position: relative !important;
}
div#reservation-content .booking-form .title {
  position: relative;
}
div#reservation-content .openReservation {
  float: left;
  width: 100%;
  height: 100%;
}
div#reservation-content .openReservation span {
  position: relative;
  z-index: 3;
  float: left;
  padding-right: 50px;
}

.calendar {
  position:relative;
}
.calendar tbody tr {
  position:relative;
}
.calendar tbody tr td {
  position:relative;
}
.calendar tbody tr td .snap_corner {
  position:absolute;
  right:5px;
  top:2px;
  color:#c0c0c0;
  font-size:smaller;
}
.calendar tbody tr td .price {
  position:absolute;
  bottom:3px;
  left:3px;
}


a,
.idcolor,
#twitter span a
{color:#00b7ef;}

code:hover,
#contact input:focus,
#contact textarea:focus,
#respond textarea:focus
{border:solid 1px #00b7ef;}

body {
  font-size:13px;
  font-style:;
  color:#333333;
}

header .header-inner{background:#00b7ef;}
#footer .footer-inner{background:#00b7ef;}

.logo-container{background:#00b7ef;}

.de-menu {
  font-size:13px;
  font-style:bold;
}

.de-menu a{ color:#ffffff; background:#00b7ef;}
.de-menu a:hover,.de-menu li:hover a,.de-menu li li a:hover{ color:; background:#d6953c;}

.de-menu li li a{color:; ;}
.de-menu li li a:hover{color:; background:#00b7ef !important;}


#slidecaption h2, .slide-desc{
  font-size:32px;
  color:#ffffff;
}

@media only screen and (max-width: 767px) {
  header{background:#00b7ef;}
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    font-weight: bold;
}

tbody td {
    padding: 10px;
    border: solid 1px #eaeaea;
}

header {
    width: 100%;
    top: 0;
    z-index: 100;
    height: 100px;
    display: block;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.de-menu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

.de-menu {
    display: inline-block;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px;
}

.de-menu {
    color: #333;
    font-family: 'Ovo';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    float: right;
}

.selectnav {
    outline: none;
    display: none;
    border: none;
    font-size: 16px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.logo-container {
    text-align: left;
}

#mainlogo {
    height: 93px;
    display: inline-block;
}

#mainlogo .inner {
    height: 93px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
}

.de-menu a, a.btn-custom {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border: none;
    outline: none;
    text-decoration: none;
}

.de-menu a {
    display: block;
    padding: 34px 10px 34px 10px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
}

#mainlogo img {
    height: 62px;
}


@media only screen and (max-width: 479px) {

  div#reservation-content {
    margin: 95px 0 25px 0;
}

  div#reservation-content .booking-form .form-group div[class*='col-md-'] {
    margin-bottom: 10px;
    padding: 0;
  }
  div#reservation-content .booking-form .form-group div.dropdown {
    margin-bottom: 0;
    padding: 0;
  }
  div#reservation-content .booking-form .form-group div.input-group {
    margin-bottom: 0;
    padding: 0;
  }

  div#reservation-content .booking-form select.hotels {
    margin: 0;
  }

  /*div#reservation-content .booking-form .form-group .col-xs-12:first-child {
    margin-bottom: 0;
  }*/
  div#reservation-content .booking-form .form-group .col-xs-12:last-child {
    margin-bottom: 0;
  }

  div#reservation-content .booking-form .form-group div#childs_allowed .col-xs-12 {
    margin-bottom: 10px;
  }

  div#reservation-content .age-of-children {
    position: relative;
    margin: 0;
  }

  div#reservation-content .age-of-children .container {
    padding: 0 15px !important;
  }
  div#reservation-content .age-of-children .row {
    margin-bottom: 0 !important;
  }

  .de-menu {
    width: 100%;
    height: auto;
    left: 0;
    position: absolute;
    padding: 0;
    top: 5px;
    right: 0;
  }

  .de-menu li {
    width: 100%;
  }

  .de-menu a {
    padding: 10px 0;
    line-height: normal;
  }





}
