
.hero-center-section{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
	z-index: 10000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-center-section.ver-2{
	margin-top: 20px;
}
.hero-center-section.pages{
	margin-top: 40px;
}
.booking-hero-wrap{
	position: relative;
	background-color:#fff;
	padding: 20px;
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.hero-text{
	color: #fff;
	text-align: center;
	font-size: 62px;
	line-height: 1.25;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.hero-text-ver-2{
	color: #fff;
	text-align: center;
	font-size: 5.5vw;
	line-height: 1.1;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.hero-small-text{
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hero-stars{
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
.hero-stars .fa{
	margin-left: 3px;
	margin-right: 3px;
}
.booking-button{
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-weight:600; 
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.booking-button:hover{
	background-color: #007eba;
	color: #fff;
	text-decoration:none;
	font-weight:600;
}


/* #Nice select
================================================== */

.form{
	background-color: transparent;
	width: 100%;
	outline: none;
	box-shadow: none;
	border: 2px solid #dbdddc;
	padding: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.form-textarea{
	height: 150px;
}
select.form {
	padding: 15px 10px;
	color: #323232;
}
.filter-select .nice-select {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 1.4;
	border: solid 3px #dbdddc;
}
.filter-select .nice-select:after {
    right: 20px;
}
.filter-select .nice-select .list {
	border: solid 3px #dbdddc;
	width: calc(100% + 6px);
	margin-left: -3px;
}
.filter-select .nice-select .option {
    min-height: auto;
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
	text-transform: lowercase;
} 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border: solid 1px #333;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	color: #000;
	float: left;
	overflow: hidden;
	font-family: inherit;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 1px;
	outline: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	white-space: nowrap;
	width: auto; 
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.nice-select.open {
	overflow: visible;
}
.nice-select:hover {
    border-color: rgba(255,255,255,.3); 
}
.nice-select:after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; 
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); 
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
			z-index: 999;
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
}
.nice-select.disabled:after {
      border-color: #cccccc; 
}
.nice-select.wide {
	width: 100%; 
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; 
}
.nice-select.right {
    float: right; 
}
.nice-select.right .list {
    left: auto;
    right: 0; 
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; 
}
.nice-select.small:after {
    height: 4px;
    width: 4px; 
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; 
}
.nice-select .list {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
	width: calc(100% + 4px);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	left: 0;
	margin-left: -2px;
    top: 100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: all 0.3s linear, opacity 0.15s ease-out;
    transition: all 0.3s linear, opacity 0.15s ease-out;
    z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
}
.nice-select .option {
    cursor: pointer;
    font-weight: 300;
    list-style: none;
	font-size: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
} 
.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #fab001;
	 color: #fff;
}
.nice-select .option:hover {
    color: #fff;
}
.nice-select .option.selected {
    font-weight: 300 !important;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default; 
}
.no-csspointerevents .nice-select .list {
	display: none; 
}
.no-csspointerevents .nice-select.open .list {
	display: block; 
}

/* #Date Picker

================================================== */
#flight-datepicker,
#flight-datepicker-1 {
	position: relative;
	display: block;
	width: 100%;
}
#flight-datepicker .form-item,
#flight-datepicker-1 .form-item {
	position: relative;
}
#flight-datepicker label,
#flight-datepicker-1 label {
	display: block;
	color: white;
}
#flight-datepicker input,
#flight-datepicker-1 input {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	color: #000;
	border: solid 1px #333;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: border-color .2s ease-out;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#flight-datepicker input:hover,
#flight-datepicker-1 input:hover {
	border-color: rgba(255,255,255,.3);
}
#flight-datepicker input:hover,
#flight-datepicker input:active,
#flight-datepicker input:focus,
#flight-datepicker-1 input:hover,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:focus {
	outline: none;
	box-shadow: none;
}
#flight-datepicker input:first-child, 
#flight-datepicker input:last-child,
#flight-datepicker-1 input:first-child,
#flight-datepicker-1 input:last-child {
	border-radius: 0;
}
#flight-datepicker input::-webkit-input-placeholder,
#flight-datepicker-1 input::-webkit-input-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input:-moz-placeholder,
#flight-datepicker-1 input:-moz-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input::-moz-placeholder,
#flight-datepicker-1 input::-moz-placeholder {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input:-ms-input-placeholder,
#flight-datepicker-1 input:-ms-input-placeholder {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 1px;
	transition: color .2s .2s ease-out;
}
#flight-datepicker input:focus::-webkit-input-placeholder,
#flight-datepicker-1 input:focus::-webkit-input-placeholder {
	transition: color .2s ease-out;
}
#flight-datepicker input:focus:-moz-placeholder,
#flight-datepicker-1 input:focus:-moz-placeholder {
	transition: color .2s ease-out;
}
#flight-datepicker input:focus::-moz-placeholder,
#flight-datepicker-1 input:focus::-moz-placeholder {
	transition: color .2s ease-out;
}
#flight-datepicker input:focus:-ms-input-placeholder,
#flight-datepicker-1 input:focus:-ms-input-placeholder {
	transition: color .2s ease-out;
}
#flight-datepicker .date-text,
#flight-datepicker-1 .date-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	top: calc(100% + 6px);
	font-size: 12px;
	color: white;
}
.datepicker-dropdown:after {
	border-bottom: 6px solid rgba(0,0,0,.9);
}
.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid rgba(0,0,0,.9);
}
.datepicker.dropdown-menu {
	padding: 0;
	background-clip: border-box;
	border: none;
	background-color: rgba(0,0,0,.9);
	border-radius: 0;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
}
.datepicker.dropdown-menu.datepicker-orient-top {
	margin-top: -30px;
}
.datepicker.dropdown-menu.datepicker-orient-bottom {
	margin-top: 30px;
}
.datepicker.dropdown-menu table {
	background-color: transparent;
}
.datepicker.dropdown-menu table thead {
	background-color: rgba(0,0,0,.3);
}
.datepicker.dropdown-menu table thead tr {
	border-top: 0;
}
.datepicker.dropdown-menu table tbody {
	background-color: transparent;
}
.datepicker.dropdown-menu table tr {
	border-top: 1px solid rgba(0,0,0,.3);
}
.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
	width: auto;
	height: 24px;
	padding: 6px;
	font-size: 14px;
	background-color: transparent;
	border-radius: 0;
	transition: background-color .6s ease-out;
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
	border-radius: 0;
	transition: background-color .2s ease-out;
	color: #fff;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
	border-color: rgba(0,0,0,.3);
	border-radius: 0;
	color: #fff;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
	border-color: rgba(0,0,0,.3);
	color: #fff;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ffffff;
	background-color: inherit;
	border-radius: 0;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
	color: #ffffff;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	font-weight: 300;
	font-size: 15px;
}
.datepicker.dropdown-menu table tr th.dow {
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	color: #ffffff;
	background-color: rgba(0,0,0,0);
	border-top: 1px solid rgba(0,0,0,.7);
	border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
	width: 24px;
	border-right: 1px solid rgba(0,0,0,.3);
}
.datepicker.dropdown-menu .old:hover {
	background-color: transparent !important;
}
.datepicker.dropdown-menu table tr td.day:last-child {
	border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
	background-color: rgba(0,0,0,0);
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
	color: #888;
}
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
.fontawesome-calendar {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 24px;
	z-index: -99;
}
@-webkit-keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
				transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
            transform: translateY(0);
	}
}
@keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
            transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
            transform: translateY(0);
	}
}








