#ReservationForm .label_title{
  width: 100%;
}
#ReservationForm .inputField{
  width: 90%;
}
.widget_marmaris-reservation-widget .widget-container{
  margin:0 0 10px 0 !important;
}
.widget_marmaris-reservation-widget .widget-container h2{
  margin:0;
  text-align:center;
  padding:5px;
}
.widget_marmaris-reservation-widget .widget-container h4{
  margin-left: 10px;
}
.reservation_message{
  background: #27ae60;
  color: white;
  padding: 7px;
  border-radius: 4px;
  margin:3px;
  display:none;
}
.reservation_message.show{
  display:block;
}
.reservation_message.error{
  background:#e74c3c;
}
.reservation_message a{
  color: #3F4D45 !important;
}
.inputField.f{
  width:100% !important;
}
.inline{
  display:inline-block;
}
select.inputField{
  border: 1px solid #dfdfdf;
  padding: 8px 10px 8px 10px;
  font-family: 'Lato', Arial, sans-serif;
  font-style: normal;
  color: #888;
  width: 147px;
  font-size: 12px;
}
select.inputField.flat{
  padding:5px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    min-height:1px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
@-ms-viewport {
  width: device-width;
}
#MarmarisHeader{
  float: right;
  min-width: 300px;
}
#MarmarisHeader div{
  display: inline-block;
  margin: 0 5px;
}
#MarmarisHeaderCountry select{
  min-width: 80px;
}
#MarmarisHeaderSubsite select{
  min-width: 100px;
}
