.logo {
	display: inline-block;
	margin-top: 0px;
	padding: 1px 3px;
}

.logo > img {
  margin: 9px 0 4px;
  /*max-width: 240px;*/
  max-width: 200px;
  width: 100%;
}

.header-top {
	background: #f8f8f8;
}

#main-header {
	background: #fff;
}

.top-user-area {
	margin-top: 9px;
}

.top-user-area .top-user-area-list > li > a {
	color: #666;
}

.top-user-area .top-user-area-list > li.top-user-area-avatar > a > img {
	height: 44px;
	border: none;
	width: auto;
}

ul.slimmenu li a {
	color: #fff;
}

.demo_changer {
	display: none;
}

.thumb-desc {
	display: none;
}

.loc-info {
	display: none;
}

h1 {
  font-size: 40px;
}

.login-form {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 20px;
  margin-top: 180px;
}

.login-form .input-group, .sign-up-form .input-group {
  margin-bottom: 15px;
}

.login-form button, .sign-up-form button {
  background: #164362 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px 30px;
}

ul.ui-autocomplete {
  background: #e7e7e7 none repeat scroll 0 0;
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  list-style: outside none none;
  margin-left: 0;
  max-width: 330px;
  padding: 10px;
  z-index: 500000;
  border-top:0;
}
ul.ui-autocomplete li { padding:5px 6px; cursor:pointer}
ul.ui-autocomplete li:hover { background:#fff; border-radius:3px; padding:5px 6px}
ul.ui-autocomplete li:before { content:'\f041'; font-family:FontAwesome; padding:7px;}

#ui-datepicker-div {
  background: #07253F;
  z-index: 9999 !important;
}
#ui-datepicker-div  table {
  margin: 10px;
}
.ui-datepicker-calendar a {
  padding: 5px;
  color: #ffffff;
}
.ui-datepicker-calendar a:hover {
  color: #00ADEF;
}
.ui-datepicker-calendar td {
  padding: 5px 2px;
}
.ui-datepicker-calendar .ui-state-disabled {
  color: #0A3152;
}
.ui-datepicker-calendar th {
  color: #ffffff;
  padding: 7px;
}
.ui-datepicker-header {
  margin: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  color: #ffffff;
  text-align: center;
}
.ui-datepicker-header a {
  color: #ffffff;
  cursor: pointer;
}
.ui-datepicker-header a:hover {
  color: #00ADEF;
}
.ui-spinner-up i {
  color: #BEC4C8;
  float: right;
  margin-top: -27px;
  margin-right: 10px;
  z-index: 99999;
}
.ui-spinner-down i {
  color: #BEC4C8;
  float: left;
  margin-top: -27px;
  margin-left: 10px;
  z-index: 99999;
}
.quantity-padding {
  padding-left: 28px !important;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}

.divHotelRates { width:100%; margin-bottom: 30px; margin-top:0px;}
.hotelRatesTitle { background:#9FBFCE; color:#1e3e4d; font-weight:bold; padding:5px 7px; height:25px; margin-bottom:0px; font-size:12px; margin-left:0; margin-right:0;}
.divHotelRates li { list-style:none; float:left; background: none; padding-left: 0px; font-size:12px;}
.hotelRateRow { border-top:1px dotted #e2e2e2; color:#564c24; padding:5px; font-size:11px; height:25px; margin-bottom: 0px; font-size:12px; margin-left:0; margin-right:0;}

.tour-details-form {
  padding: 20px;
  background: #e7e7e7;
  margin-top: 40px;
  border-radius:3px;
}

.package-left-block {
  margin:0 10px;
}

.form-control.hasDatepicker[disabled] {
  color: #aaa;
}

.form-control {
	padding: 6px 6px;
}

/*ul.slimmenu {
  margin-left:230px;
}*/

.page-title {
  font-size: 45px;
  margin: 30px 0;
}

.our-services {
  list-style: inside none disc;
  margin: 0 10px;
  padding: 0;
}

.user-profile-sidebar .user-profile-avatar img {
	border-radius: 10%;
}

.round {
	-webkit-border-radius: 20%;
	border-radius: 20%;
}

.top-user-area-list {
	color: #666;
}



.m-t-40{margin-top:40px;}
.m-t-20{margin-top:20px;}
.m-t-30{margin-top:28px;}
.m-b-20{margin-bottom:20px;}
.m-b-40{margin-bottom:40px;}
.m-t-10{margin-top:10px;}
.m-b-10{margin-bottom:10px;}

.m-l-10{margin-left:10px;}
.m-l-20{margin-left:20px;}
.m-l-40{margin-left:40px;}
.m-r-10{margin-right:10px;}
.m-r-20{margin-right:20px;}
.m-r-40{margin-right:40px;}

.m-l-0{margin-left:0;}
.m-r-0{margin-right:0;}

.p-l-0{padding-left:0;}
.p-r-0{padding-right:0;}



.search-tabs > .tabbable {
	margin:0px auto 80px;
}

.search-tabs-bg > .tabbable > .tab-content > .tab-pane {
	background:#0f1c2296;
	padding: 60px 14px 14px 14px;
}

.search-tabs-bg > .tabbable > .tab-content > .tab-pane .form-control {
	background: rgb(255, 255, 255);
}

.search-tabs-bg > .tabbable > .nav-tabs > li.active > a {
	background:#e7e7e7;
	color: #000;
	padding: 8px;
	margin-top: 0;
	border-radius:3px;
}

.form-group.form-group-lg {
	margin-bottom: 4px;
}

.form-group.form-group-lg label {
	font-size: 13px;
}

.home .form-group.form-group-lg label {
	color: #fff;
}

ul.slimmenu li {
	border-right: 1px solid #ccc;
}

ul.slimmenu li:last-child {
	border-right: 0;
}

.btn, .btn:hover {
	border-radius: 0;
}




/*********************************************************************************
				31. user-profile.html CSS Start
*********************************************************************************/
.user-profile {
	padding: 60px 0px;
	background: #f7f7f7;
	overflow: hidden;
}
.user-profile-tabs {
	margin-bottom: 40px;
}
.user-profile-tabs  i {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}
.user-profile-tabs .nav-tabs > li {
	float: none !important;
	border-bottom: 2px solid #0A3152;

}
.user-profile-tabs .nav-tabs > li a:hover {
	border: none;
	background: #F2676B;
}
.user-profile-tabs .nav-tabs > li > a {
    background: #07253F;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.42857;
    padding: 20px 0;
	margin-right: 0px;
	border: none;
}
.user-profile .user-name h3 {
	margin: 0 0 15px;
}
.user-profile-tabs .nav-tabs > li.active > a,
.user-profile-tabs .nav-tabs > li.active > a:focus {
	background: #F2676B;
	color: #fff;
	border: none;
}
.user-profile .brief-info {
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 5px #e6e6e6;
	padding: 15px 15px 0px;
}
.user-profile .brief-info img {
	max-width: 100%;
	border-radius: 50%;
}
.user-profile .brief-info h5 i {
	margin-right: 10px;
	color: #F2676B;
}
.user-profile .brief-info h3 {
	margin-top: 0px;
}
.user-profile .brief-info-footer {
	background: #e6e6e6;
	margin:0px -15px;
	padding: 10px 15px;
}
.user-profile .brief-info-footer a {
	color: #07253F;
	margin-right: 10px;
	font-size: 13px;
}
.user-profile .brief-info-footer a:hover {
	color: #F2676B;
}
.user-profile .brief-info-footer a i {
	margin-right: 5px;
}
.most-recent-booking .field-entry .fa-star {
	color: #F19C4F;
	margin: 0px;
}
.most-recent-booking .field-entry {
	padding: 15px 15px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.most-recent-booking .field-entry p {
	margin: 0px;
}
.most-recent-booking .field-entry p i {
	margin: 0px 5px;
}
.most-recent-booking .field-entry a {
	color: #F2676B;
}
.confirmed {
	color: #009933;
}
.failed {
	color: #F2676B;
}
.most-recent-booking {
	box-shadow: 0px 0px 5px #e6e6e6;
	overflow: hidden;
	margin: 0px 0px;
	background: #fff;
	border:1px solid #e6e6e6;
	border-radius:3px;
}
.most-recent-booking h4,
.user-profile-offer h4,
.user-notification h4,
.user-personal-info h4,
.user-change-password h4,
.user-preference h4 {
	background: #e6e6e6;
	margin: 0px;
	padding: 15px;
}
.user-profile-offer {
	box-shadow: 0px 0px 5px #e6e6e6;
	overflow: hidden;
	background: #fff;
}
.user-profile-offer .offer-body {
	padding: 15px 15px 0px;
	overflow: hidden;
}
.user-profile-offer .offer-body .offer-entry {
	overflow: hidden;
	margin-bottom: 20px;
}
.user-profile-offer .offer-left {
	color: #F2676B;
}
.user-profile-offer .offer-left p {
	font-size: 20px;
	font-weight: 600;
}
.user-profile-offer .offer-right p {
	line-height: 1.6;
}
.user-profile-offer .offer-right {
	border-left: 1px solid #e6e6e6;
}
.user-profile-offer .offer-entry a {
	color: #F2676B;
	font-weight: 600;
}
.user-notification {
	margin: 40px 0px;
	background: #fff;
}
.user-notification .notification-body {
	padding: 15px 15px 0px;
	overflow: hidden;
}
.notification-entry  p {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.notification-entry  p i {
	color: #fff;
	background: #F2676B;
	padding: 5px;
	margin-right: 5px;
}
.item-entry {
	overflow: hidden;
	margin: 0px 0px;
}
.item-entry span {
	background: #F2676B none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    padding: 8px 20px;
	color: #fff;
}
.item-content {
	background: #fff;
	padding: 15px;
	overflow: hidden;
}
.item-content img {
	max-width: 100%;
}
.item-content h4 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 600;
}
.item-content h4  i {
	color: #F19C4F;
}
.item-content p {
	margin-bottom: 5px;
	line-height: 2;
}
.item-content .confirmed i,
.item-content .failed i {
	margin-right: 5px;
}
.item-content a {
	background: #f2676b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px 15px;
}
.item-body {
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.item-footer {
	padding-top: 10px;
}
.item-footer p {
	margin-bottom: 0px;
}
.item-footer a {
	display: inline-block;
	color: #f2676b;
	border: 2px solid #f2676b;
	background: transparent;
	margin-left: 30px;
}
.item-footer strong {
	margin: 0px 5px 0px 20px;;
}
.completed span {
	background: #e6e6e6;
	color: #07253F;
}
.user-personal-info,
.user-change-password,
.user-preference,
.card-entry,
.user-add-card {
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 5px #e6e6e6;
	border-radius:3px;
}
.user-info-body,
.change-password-body {
	padding: 20px 5px;
	overflow: hidden;
	background:#f8f8f8;
}
.user-personal-info label,
.user-change-password label,
.user-preference label {
	font-weight: normal;
}
.user-personal-info .form-control,
.user-change-password .form-control,
.user-preference .form-control {
	border-radius: 0px;
	margin-bottom: 15px;
	padding: 10px;
	height: 40px;
}
.user-personal-info textarea {
	height: auto !important;
}
.user-personal-info button,
.user-change-password button,
.user-preference button,
.user-add-card button,
.submit-complaint button {
	border: 0px;
	color: #fff;
	background: #00adef;
	padding: 10px 20px;
	margin-top: 20px;
	font-weight: bold;
}
.user-change-password button,
.user-preference button,
.user-add-card button,
.submit-complaint button {
	margin-top: 5px;
}
.user-personal-info a {
	background: #F2676B;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
}
.user-preference {
	margin: 40px 0px;
}
.user-preference .collapse {
	padding: 20px 5px;
	overflow: hidden;
}
.upload-pic {
	height: 30px;
}
.card-entry {
	padding: 15px;
	margin-bottom: 40px;
}
.card-entry .pull-right a {
	margin:0px 5px;
	color: #07253F;
	font-size: 20px;
}
.card-entry .pull-right a:hover {
	color: #F2676B;
}
.card-entry .card-type {
	overflow: hidden;
}
.card-entry .card-type h3 {
	margin-top: 0px;
}
.card-entry .card-type p {
	margin: 20px 0px 0px;
}
.primary-card span {
	color: #fff;
	background: #F2676B;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.primary-card h3 {
	margin-top: 0px;
}
.user-add-card {
	padding: 15px;
}
.user-add-card .form-control {
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	margin-bottom: 15px;
}
.recent-complaint h3 {
	margin: 30px 0px 40px;
	position: relative;
}
.recent-complaint h3:after {
	content: "";
	width: 100px;
	height: 3px;
	background: #F2676B;
	position: absolute;
	top: 115%;
	left: 0;
}
.recent-complaint .nav-tabs > li > a {
	font-size: 16px;
	color: #07253F;
}
.recent-complaint .tab-content {
	background: #ffffff;
	padding: 20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.recent-complaint .tab-content a {
	color: #07253F;
}
.recent-complaint .tab-content a:hover {
	color: #00adef;
}
.recent-complaint .tab-content a span {
	font-weight: 600;
}
.recent-complaint .tab-content  p:nth-child(2n+1) {
    background: #f7f7f7 none repeat scroll 0 0;
    margin: 0;
    padding: 15px;
}
.recent-complaint .tab-content  p:nth-child(2n+0) {
    background: #e6e6e6 none repeat scroll 0 0;
    margin: 0;
    padding: 15px;
}
.submit-complaint {
	overflow: hidden;
	background: #ffffff;
	padding: 20px 5px;
}
.submit-complaint .form-control {
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	margin-bottom: 20px;
}
.submit-complaint textarea {
	height: auto !important;
}
@media (max-width: 767px) {
	.item-content img {
		margin-bottom: 20px;
	}
}

/**********************************************************************
				user-profile.html CSS STARTS
**********************************************************************/
.user-profile-tabs .nav-tabs > li.active > a,
.user-profile-tabs .nav-tabs > li.active > a:focus,
.user-profile-tabs .nav-tabs > li a:hover,
.notification-entry p i,
.item-entry span,
.item-content a ,
.user-personal-info a,
.primary-card span,
.recent-complaint h3::after {
	background: #00adef;
}
.most-recent-booking .field-entry a,
.user-profile .brief-info h5 i,
.user-profile-offer .offer-left,
.user-profile-offer .offer-entry a {
	color: #F08201;
}
.completed span {
	background: #e6e6e6;
}
.user-personal-info button,
.user-change-password button,
.user-preference button,
.user-add-card button,
.submit-complaint button  {
	background: #00adef;
}
.item-footer a {
	color: #F08201;
	border: 2px solid #F08201;
	background: transparent;
}




.booking-details {
	margin: 0 0 10px;
}

.divService {
  background: #eee none repeat scroll 0 0;
  margin: 10px 0;
  padding: 10px;
}


.divService .voucherButton {
	float: right;
}

.item-entry > span {
	background: #808080;
}

#frmCancellation li, #frmAmendment li {
	display: block;
}

#frmCancellation, #frmAmendment {
	background: #eee;
	padding: 5px;
	margin:0 0 10px;
}

.item-content a.btn-danger {
	background-color: #a94442;
}

.item-content a.btn-primary {
	background-color: #286090;
}

.price-table .table {
	margin-bottom: 0;
}

.booking-list > li {
	margin-bottom: 30px;
}

.child .form-control {
	padding: 6px 5px;
	font-size: 12px;
}

.ui-datepicker-calendar .ui-state-disabled {
  color: #5E83A2;;
}

.ui-datepicker-month {
	color:#000;
}

.hotel-booking-conditions-icon {
	font-size: 24px;
	margin: -7px 5px 0;
	padding: 0;
	display: block;
	float: left;
	color:#e7962d;
}

/*@font-face {
  font-family: 'Geometos';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/geometos.ttf');
}*/
@font-face {
    font-family: 'Geometos';
    src: url('../fonts/geometos.eot');
    src: url('../fonts/geometos.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geometos.woff2') format('woff2'),
         url('../fonts/geometos.woff') format('woff'),
         url('../fonts/geometos.ttf') format('truetype'),
         url('../fonts/geometos.svg#geometosregular') format('svg');
}

ul.slimmenu li a {
	padding:8px 20px;
	font-family: 'Geometos'  !important;
}

.bed-type-chooser img {
	width: 48px;
}


.top-user-area-avatar.nav-drop > .nav-drop-menu {
	min-width: 120px;
	left: 50px;
}


.booking-sort li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	padding: 3px 7px;
	font-size: 1.2em;
	background: #fff;
	border: 1px solid #ff9900;
}

.booking-sort .nav-drop-menu {
	margin-left: 0;
	padding: 0;
}

.booking-sort li.active {
    background: #999;
}

.booking-sort li.active > a {
    color: #fff;
}

#waiting-box img {
	width: 78px;
}




/* ripple.css */

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #949142;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #ff835c;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.item-entry .list-c span {
	background: #929292;
	padding: 0px 4px;
	margin-bottom: 3px;
}

body {
	overflow: scroll;
}

.home #main-header .nav.top {
	display: none;
}

.home #main-header.top {
	background: none;
	min-height: 80px;
}

h3 {
	font-size: 24px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
