/*hotel widget styles*/
.hotel-widget.small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hotel-widget.small *:before, .hotel-widget.small *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hotel-widget.small ::-webkit-input-placeholder {
  color: #a1a1a1;
}

.hotel-widget.small :-moz-placeholder {/* Firefox 18- */
  color: #a1a1a1;
}

.hotel-widget.small ::-moz-placeholder {/* Firefox 19+ */
  color: #a1a1a1;
}

.hotel-widget.small :-ms-input-placeholder {
  color: #a1a1a1;
}
.hotel-widget.small fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.hotel-widget.small .hidden {
  display: none !important;
  visibility: hidden;
}
.hotel-widget.small .hide {
  display: none;
}
.hotel-widget.small .icon {
  background: url(../img/sprite.png) no-repeat 0px 0px;
}
.hotel-widget.small .form-control {
  background-color: #ffffff;
  background-image: none;
  border: 0px;
  border-radius: 3px;
  color: #393939;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 17px 6px 10px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  -webkit-box-shadow: 2px 2px 1px -2px rgba(0,0,0,0.45);
  -moz-box-shadow: 2px 2px 1px -2px rgba(0,0,0,0.45);
  box-shadow: 2px 2px 1px -2px rgba(0,0,0,0.45);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hotel-widget.small select.form-control {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.hotel-widget.small a.link {
  font-size: 12px;
  color: #0a7aa6;
  text-decoration: none;
}
.hotel-widget.small .button-link {
  text-transform: uppercase;
  font-family: 'RobotoCondensed', Arial, sans-serif;
  font-size: 16px;
  float: right;
  background: #846faa;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 9px 25px 7px;
  text-decoration: none;
  border-bottom: 3px solid #c5bcd7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hotel-widget.small {
  font-family: 'RobotoCondensed', Arial, sans-serif;
  position: relative;
  margin-bottom: 20px;
   background: #edeaf1;
  padding: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px #d5d5d7 solid;
}
 
.hotel-widget.small h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
 
.hotel-widget.small label {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 5px;
  line-height: 16px;
  color: #393939;
}
.hotel-widget.small h2 span {
  border-color: #846faa;
  color: #846faa;
}
.hotel-widget.small .title a span .after, .hotel-widget.small .title a span:after, .hotel-widget.small .titlehead a span .after, .hotel-widget.small .titlehead a span:after {
  border-color: transparent #846faa;
}
.hotel-widget.small  #guests label {
  margin-right: 10px;
}
.hotel-widget.small fieldset {
  margin: 0px 0px 10px;
}
.hotel-widget.small .field-label {
  font-family: 'RobotoCondensed', Arial, sans-serif;
  text-transform: uppercase;
}
.hotel-widget.small .search-options {
  display: none;
  position: absolute;
  left: 0px;
  top: 61px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px 0px;
  z-index: 100;
  border: 1px solid #d9d9d9;
  width: 100%;
}
.hotel-widget.small .search-options ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.hotel-widget.small .search-options li {
  font-size: 11px;
  padding: 0px 10px 0px;
  line-height: 20px;
  cursor: pointer;
}
.hotel-widget.small .search-options li label {
  font-size: 11px;
  padding: 0px;
}
.hotel-widget.small .search-options li span {
  display: inline-block;
  padding: 0px 0px 0px 3px;
}
.hotel-widget.small .search-options li span.category {
  display: none;
}
.hotel-widget.small .search-options li:hover {
  background-color: #846faa;
  color: #fff;
}
.hotel-widget.small .search-options li:hover label {
  color: #fff;
}
.hotel-widget.small .input-keysearch.data-loading {
  background: url(../img/indicator.gif) no-repeat 95% center #fff;
}
.hotel-widget.small #date-check {
  margin: 5px 0px 0px 0px;
}
.hotel-widget.small #date-check input {
  margin: 0px 10px 0px 0px;
}
.hotel-widget.small .wrap-calender {
  position: relative;
  padding: 0px 45px 0px 0px;
}
.hotel-widget.small .form-control.disable {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hotel-widget.small .wrap-calender .field-label {
}
.hotel-widget.small .wrap-calender input[type='text'] {
}
.hotel-widget.small .datepick-icon {
  background-color: #846faa;
  background-position: -1px -682px;
  border-radius: 3px;
  height: 40px;
  right: 0;
  position: absolute;
  top: 21px;
  width: 39px;
  left: auto;
}
.hotel-widget.small .errorInfo ul {
  padding: 15px;
  background: #fff;
  color: #656565;
  margin: 0px;
  list-style-type: none;
}
.hotel-widget.small .errorInfo ul li {
  color: #ff0000;
  padding: 0px 0px 5px;
  line-height: 18px;
}
.hotel-widget.small .errorInfo .close, .hotel-widget.small .errorInfo .pointer {
  display: none;
}
.hotel-widget.small input.error {
  border: 1px solid #ff0000;
}
.hotel-widget.small .button-link {
  width: 100%;
}
.hotel-widget.small .guest-options {
  background: #fff;
  padding: 5px 5px 50px;
  display: none;
  position: relative;
  margin: 10px 0px 0px;
}
.hotel-widget.small .guest-options .addmore {
  position: absolute;
  bottom: 10px;
  left: 15px;
  cursor: pointer;
  background: #edeaf1;
  color: #846faa;
  padding: 3px 10px;
}
.hotel-widget.small .guest-options .save {
  position: absolute;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  background: #846faa;
  color: #fff;
  padding: 3px 10px;
  width: 315px;
  text-align: center;
}
.hotel-widget.small .guest-options fieldset {
  position: relative;
  width: 100%;
  display: inline-block;
}
.hotel-widget.small .guest-options .col {
  float: left;
  width: 40px;
  margin: 0px 5px 0px 0px;
}
.hotel-widget.small .guest-options .col select {
  width: 40px;
}
.hotel-widget.small .guest-options .col_ages {
  width: 95px;
  margin: 0px 0px 0px 0px;
}
.hotel-widget.small .guest-options .age {
}
.hotel-widget.small .guest-options  .txt_age {
  width: 18px;
  border: 1px solid #dddddd;
  margin: 0px 2px 0px 0px;
}
.hotel-widget.small .guest-options  .txt_age.error {
  border: 1px solid #ff0000;
}
.hotel-widget.small .guest-options  label {
  font-size: 12px;
  color: #393939;
}
.hotel-widget.small .guest-options .remove {
  background-position: -14px 1px;
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: -2px;
  top: 4px;
  width: 16px;
  z-index: 100;
}

.keyword-search {
  position: relative;
}
.keyword-search .inputclose {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 34px;
  background-position: -14px 1px !important;
  cursor: pointer;
  display: none;
}
.keyword-search  .input-keysearch {
  padding: 6px 17px 6px 10px;
}

/* hotels widget 2 - horiz*/
.gntraveller-hor {
  background-color: #846faa;
  padding: 10px;
  color: #FFFFFF;
  font-family: 'RobotoCondensed', Arial, sans-serif;
}

.gntraveller-hor > div {
  display: inline-block;
  vertical-align: top;
  width: 334px;
}
.gntraveller-hor  .top-destinations {
  width: 256px;
}
.gntraveller-hor .search-field {
  background-color: #a28bbf;
  padding: 20px;
  height: 104px;
}
.gntraveller-hor .input-keysearch {
  font-size: 14px;
}
.gntraveller-hor .search-field h3 {
  font-size: 1.9em;
  text-align: center;
}

.gntraveller-hor h2 {
  font-size: 1.7em;
  border-bottom: #a08bc4 solid 1px;
  width: 235px;
}

.gntraveller-hor #h-destinations div {
  padding-top: 10px;
  position: relative;
  padding-right: 10px;
  width: 112px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.gntraveller-hor #h-destinations div > a {position: relative; width: 100%;text-align:center;}
.gntraveller-hor .search {
  cursor: pointer;
  cursor: hand;
}

.gntraveller-hor #h-destinations .h-city {
  padding-top: 10px;
  position: absolute;
  font-size: 1.4em;
  font-weight: bold;
  left: 0;
  bottom: 20px;
  right: 0;
  width: 80%;
   color: #FFFFFF;
  text-decoration: none;
  margin: 0 10%;
}
.gntraveller-hor #h-destinations .h-count {
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  width: 65%;
  margin: auto;
  color: #FFFFFF;
  text-decoration: none;
}
.gntraveller-hor  .sponsorship-visa {
  height: 27px;
  text-align: right;
	padding: 3px 0 0;
}
.gntraveller-hor .gntrvlogo {
  background: url('http://api.gulfnews.com/hotels-api/assets/img/visa-icons.png') no-repeat -7px -7px;
  width: 190px;
  height: 26px;
  margin-bottom: 10px;
}

.gntraveller-hor .visa-logo {
  background: url('http://api.gulfnews.com/hotels-api/assets/img/visa-icons.png') no-repeat -8px -43px;
  width: 63px;
  height: 21px;
  float: right;
  margin-left: 20px;
	margin-top: -4px;
}

.gntraveller-hor .search {
  background: url('http://api.gulfnews.com/hotels-api/assets/img/visa-icons.png') no-repeat -8px -77px;
  width: 40px;
  height: 36px;
  display: inline-block;
}

.gntraveller-hor .form-control {
  border: none;
  width: 235px;
  height: 36px;
  padding-left: 10px;
  vertical-align: top;
}
.gntraveller-hor  .h-search {
  border: 1px solid #DDD;
  background-color: #fff;
  padding-top: 3px;
}

.gntraveller-hor  .error {
  border: 1px solid #ff0000;
}

.gntraveller-hor .search-options {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #d9d9d9;
  width: 242px;
}
.gntraveller-hor .search-options ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.gntraveller-hor .search-options li {
  font-size: 14px;
  padding: 0px 10px 0px;
  line-height: 20px;
  cursor: pointer;
  color: #000000;
}
.gntraveller-hor .search-options li label {
  font-size: 11px;
  padding: 0px;
}
.gntraveller-hor .search-options li span {
  display: inline-block;
  padding: 0px 0px 0px 3px;
	font-size: 11px;
}
.gntraveller-hor .search-options li span.category {
  display: none;
}
.gntraveller-hor .search-options li:hover {
  background-color: #846faa;
  color: #fff;
}
.gntraveller-hor .search-options li:hover label {
  color: #fff;
}


.gntraveller-hor ::-webkit-input-placeholder {
  color: #000;
}
.gntraveller-hor :-moz-placeholder {/* Firefox 18- */
  color: #000;
}
.gntraveller-hor ::-moz-placeholder {/* Firefox 19+ */
  color: #000;
}
.gntraveller-hor :-ms-input-placeholder {
  color: #000;
}