#card-booking-info {
	color: #f90;
	border-color: #f90;
	border-width: 2px;
	margin-top: 25px;
	border-radius: 15px;
}
#card-booking-info > div:first-child > div {
	padding-right: 0;
}
#booking-form .uk-input {
	height: 50px;
}

#my-booking-resort-wrap .select2-container {
	width: 100% !important;
	font-size: 1.5rem;
}
#my-booking-resort-wrap .select2-container--default .select2-selection--single {
	border-color: #fff;
}
#my-booking-resort-wrap .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #fff;
}
#my-booking-resort-wrap .select2-container .select2-selection--single {
	height: 50px;
}
#my-booking-resort-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 46px;
}
#my-booking-resort-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	width: 40px;
}
#my-booking-resort-wrap .select2-container .select2-selection--single .select2-selection__rendered, #my-resorts-select-01-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	padding-right: 40px;
}
.select2-container--default [id^="select2-resort-"].select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #1e87f0;
}
.select2-search--dropdown [aria-controls="select2-resort-results"].select2-search__field:focus {
	box-shadow: 0 0 5px #1e87f0;
}
.my-page-heading, .my-page-subheading {
  width: calc(100% - 420px);
}
#my-object-logo {
	position: absolute; 
	bottom: 0px;
	right: 0px;
	z-index: -1;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	visibility: hidden;
}
#my-object-logo > img {
	height: 100%;
	max-width: initial;
}
.my-booking-tip {
	position: absolute;
	bottom: 55px;
	right: 0;
}
.my-booking-tip:hover, .my-booking-tip:active, .my-booking-tip:focus {
	color: #666;
}
#my-selected-obj-href {
	position: absolute;
	bottom: 55px;
	right: 40px;
}

@media (max-width: 1199px) {
	#card-booking-info > div:first-child > div {
		padding-bottom: 0;
	}
	.my-page-heading, .my-page-subheading {
	  width: 100%;
	}
}
@media (max-width: 959px) {
	#card-booking-info {
		margin-top: 0;
	}
	#card-booking-info > div:first-child > div {
		padding-bottom: 20px;
	}
	#my-booking-resort-wrap .select2-container {
		font-size: 1.35rem;
	}
}
@media (max-width: 639px) {
	#my-booking-resort-wrap .select2-container {
		font-size: 1.2rem;
	}
}