/**************************************************
 * Home Banner Steps
 **************************************************/
.page-banner.home-banner {
    margin-bottom: 0;
}
.banner-steps {
    position: absolute;
    cursor: default;
    padding: 20px 0;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    /* background: #000;
    background: rgba(52, 184, 188, 0.8); */
}
.step-item {
    position: relative;
    padding-left: 80px;
    margin-right: 20px;
    width: 140px;
    float: left;
}
.step-item.last {
    margin-right: 0;
}

.steps-container {
    width: 72%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-item .step-number {
    font-family: 'museo-slab', Georgia, serif;
    text-align: center;
    position: absolute;
    line-height: 70px;
    font-weight: 900;
    font-size: 80px;
    display: block;
    opacity: 0.25;
    width: 80px;
    left: 0;
}

h3.step-title,
p.step-text {
    text-align: center;
    color: #fff;
    margin: 0;
}
h3.step-title {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 24px;
}
p.step-text {
    line-height: 20px;
    font-size: 16px;
}

/**************************************************
 * Home Give + Get Block
 **************************************************/
.give-get-wrapper {
    font-family: 'museo-slab', Georgia, serif;
    text-transform: uppercase;
    margin-left: -176px;
    margin-top: -234px;
    position: absolute;
    line-height: 80px;
    cursor: default;
    font-size: 80px;
    height: 352px;
    width: 352px;
    color: #fff;
    left: 50%;
    top: 50%;
    
    z-index: 20;

    -webkit-border-radius: 176px;
    -moz-border-radius: 176px;
    border-radius: 176px;

    background: #e91069;
    background: rgba(233, 16, 105, 0.75);
}
.give-get-wrapper .give,
.give-get-wrapper .heart,
.give-get-wrapper .get {
    text-align: center;
    display: block;
}
.give-get-wrapper .give {
    margin-bottom: 5px;
    margin-top: 45px;
}
.give-get-wrapper .heart img {
    display: inline-block;
    height: 93px;
    width: 92px;
}

/**************************************************
 * Home Major Links
 **************************************************/
ul.home-links {
    margin: 20px 0 60px;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}
ul.home-links li:nth-child(1) {
    display: none;
}

ul.home-links li {
    list-style: none;
    content: "";
    float: left;
    width: 33.33333%;
}
ul.home-links li a {
    /* font-family: 'museo-slab', Georgia, serif; */
    /* font-family: gotham medium; */
	font-family: 'gotham-medium', sans-serif;
    border-bottom: 3px solid #eee;
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;
    font-size: 25px;
    display: block;
    color: #3F3D3E;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.home-links li a:hover,
ul.home-links li.active a {
    color: #020202;
}
ul.home-links li.explore a:hover,
ul.home-links li.explore.active a {
    border-bottom-color: #34b8bc;
}
ul.home-links li.causes a:hover,
ul.home-links li.causes.active a {
    border-bottom-color: #cb8990;
}
ul.home-links li.destinations a:hover,
ul.home-links li.destinations.active a {
    border-bottom-color: #c9943b ;
}
ul.home-links li.stories a:hover,
ul.home-links li.stories.active a {
    border-bottom-color: #ee7d6e;
}

ul.home-links li a span {
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 5px;
    height: 64px;
    width: 64px;
}
.sprite{
    /* background-image: none !important; */
}
ul.home-links li.explore a span {
    /*background-position: 0 -184px;*/
    background-position: center !important;
}
ul.home-links li.explore a:hover span,
ul.home-links li.explore.active a span {
    /*background-position: 0 -120px;*/
    background-position: center !important;
}

ul.home-links li.causes a span {
    /*background-position: -64px -184px;*/
    background-position: center !important;
    background: url(../../images/causes-heart.png) no-repeat !important;
    background-size: 100% !important;
    width: 64px;
    height: 64px;
}
ul.home-links li.causes a:hover{
    color: #cb8990 !important;
}
ul.home-links li.causes a:hover span,
ul.home-links li.causes.active a span {
    /*background-position: -64px -120px;*/
    background-position: center !important;
    background: url(../../images/causes-heart-color.png) no-repeat !important;
    background-size: 100% !important;
    width: 64px;
    height: 64px;
}

ul.home-links li.destinations a span {
    /*background-position: -128px -184px;*/
    background-position: center !important;
    background: url(../../images/Destinations.png) no-repeat !important;
    background-size: 100% !important;
    width: 64px;
    height: 64px;
}
ul.home-links li.destinations a:hover{
        color: #c9943b !important;
}
ul.home-links li.destinations a:hover span,
ul.home-links li.destinations.active a span {
    /*background-position: -128px -120px;*/
    background-position: center !important;
    background: url(../../images/Destinations-color.png) no-repeat !important;
    background-size: 100% !important;
    width: 64px;
    height: 64px;
}

ul.home-links li.stories a span {
    /*background-position: -192px -184px;*/
    background-position: center !important;
/*    width: 80px;*/
    background: url(../../images/Stories.png) no-repeat !important;
    background-size: 100% !important;
    width: 64px;
    height: 64px;
}
ul.home-links li.stories a:hover{
        color: #ee7d6e !important;
}
ul.home-links li.stories a:hover span,
ul.home-links li.stories.active a span {
    /*background-position: -192px -120px;*/
    background-position: center !important;
    background: url(../../images/Stories-color.png) no-repeat !important;
    background-size: 100% !important;
    width: 64px;
    height: 64px;
}
.searchpanelDiv {
    background-color: #727272;
    position: relative;
}
.home_search {
    position: absolute;
    top: 0;

    display: flex;
    align-items: center;
    height: 85%;
    width: 40%;
    justify-content: center;
    flex-direction: column;
        z-index: 9;
}
.page-banner.home-banner.homepageTop .home_search {
    width: 50%;
    margin-left: 90px;
}

.page-banner.home-banner.homepageTop .search-row {
    width: 736px;
}
.page-banner.home-banner.homepageTop .home_search ol#search_datebox label.select-dropdown > span.label {
    white-space: nowrap;
    margin-right: 30px;
}

.page-banner.home-banner.homepageTop .home_search ol#search_datebox label.select-dropdown {
    width: auto;
}
.page-banner.home-banner.homepageTop .home_search ol#search_datebox li.select-g {
    position: relative;
}
.page-banner.home-banner.homepageTop .home_search ol#search_datebox .view-headerhome ul.select-dropdown {
    position: absolute;
    top: 100%;
}

.select-g ul.select-dropdown{
z-index: 99;
    left: 13px;
}
.search-row {
    width: 600px;
}
.search-row .areainput {
background-color: transparent;
    width: 100%;
    border: none;
    color: #333;
    font-size: inherit;
    height: 37px;
    padding: 0 10px 0 0;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.area-box label { 
    margin-bottom: 0px !important;
    font-size: 18px;
    color:#000 !important;
}
.inout-box {
        margin-top: 10px;
        border-radius: 5px;
}

.ind-sec #header_filter {
    display: inline-block;
    width: 100%;
}
.inout-row {
    display: flex;
}
.inout-box .searchinput-col {
        border: 2px solid #44C7C8;
    height: 35px;
    border-radius: 0px;
}
.view-headerhome {
    /* font-family: "museo-slab", Georgia, serif; */
	font-family: 'gotham-medium', sans-serif;

}
.view-headerhome ol {
    margin: 0;
    padding: 0;
}
.view-headerhome ol li {
    list-style: none;
    float: left;
}
/*.view-headerhome ol li .icon {
    margin-top: 19px;
}*/
.view-headerhome ol li .icon.icon-plus {
margin-top: 19px;   
}
.select-guest {
    position: relative;
}
.view-headerhome ul.select-dropdown {

    position: absolute;
    top:63px;
}
.view-headerhome label.select-dropdown {
    margin-top: 11px;

}
.view-headerhome label {
    font-size: 10px;
    color: #000 !important;
    text-transform: uppercase;
    display: block;
    margin: 0 0 6px;
}
/* .view-headerhome select, .view-headerhome input.text {
    border: 2px solid #ddd;
    padding: 0 10px;
    height: 30px;
    color: #444;
    margin: 10px 0;
    width: 136px;
    float: left;
} */
.view-headerhome select, .view-headerhome input.text {
    border: 2px solid #ddd;
    padding: 0 10px;
    height: 22px;
    color: #444;
    margin: 0;
    width: 136px;
    float: left;
}
.view-headerhome input.text {
    background: #fff url('../../images/icon-calendar.png') no-repeat 110px 5px;
}
.view-headerhome .container-search > .browse-icon {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 19px 7px;
}

.checkindate .ui-state-default{ background:#2db8bc!important; color:#fff;}
.ui-datepicker-group.ui-datepicker-group-first .ui-datepicker-prev.ui-corner-all.ui-state-disabled.ui-state-hover.ui-datepicker-prev-hover,
.ui-datepicker-group.ui-datepicker-group-first .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover,
.ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-next{ background:#fff!important;}
.ui-datepicker-group.ui-datepicker-group-last a.ui-datepicker-next.ui-corner-all.ui-state-hover span,
.ui-datepicker-group.ui-datepicker-group-last a.ui-datepicker-next.ui-corner-all span{ background:url(../../images/date-next-arrow.png) no-repeat left top #ffffff!important; height:16px; width:16px;}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left .ui-datepicker-prev.ui-corner-all span.ui-state-hover span,
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left .ui-datepicker-prev.ui-corner-all span{ background:url(../../images/date-prev-arrow.png) no-repeat left top #ffffff!important; height:16px; width:16px;}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left .ui-datepicker-prev.ui-corner-all span.ui-state-hover span,
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left .ui-datepicker-prev.ui-corner-all span.ui-state-disable{ background:url(../../images/date-prev-arrow.png) no-repeat left 16px #ffffff!important; height:16px; width:16px;}

.view-headerhome #header_filter .close{ background:url(../../images/btn-close-2.png) no-repeat left top #ffffff!important; height:32px; width:32px; margin-top:10px; margin-left:15px;}
.view-headerhome #header_filter .close:hover{ background:url(../../images/btn-close-2.png) no-repeat left -32px #ffffff!important; height:32px; width:32px;}
.view-headerhome #header_filter .close.icon.icon-to.redIcon{background:url(../../images/btn-close-2-2.png) no-repeat left top #ffffff!important; opacity:1!important; }


.view-headerhome #header_filter.container-search ol.open-calender li:nth-child(1),
.view-headerhome #header_filter.container-search ol:hover li:nth-child(1){ border:0; border-right:0px;}
.view-headerhome #header_filter.container-search ol.open-calender li:nth-child(2),
.view-headerhome #header_filter.container-search ol:hover li:nth-child(2){ border:0; border-right:0px; border-left:0px;}
.view-headerhome #header_filter.container-search ol.open-calender li:nth-child(3),
.view-headerhome #header_filter.container-search ol:hover li:nth-child(3){ border:0; border-left:0px;}


.view-headerhome #header_filter input#check-in,
.view-headerhome #header_filter input#check-out{ border:0px!important; margin-top:0!important;}
#header_filter.container-search ol li:nth-child(1){ position:absolute; height:24px; border-right:0px; margin-top:0;}
#header_filter.container-search ol li:nth-child(2){ border:2px solid #dddddd; height:24px; border-right:0px; border-left:0px; margin-top:0;}
#header_filter.container-search ol li:nth-child(2) span.sprite.icon.icon-to{ margin-top:0;}
#header_filter.container-search ol li:nth-child(3){ border:2px solid #dddddd; height:24px; border-left:0px; margin-top:11px;}

#header_filter li.firstlist{ position:relative;}
#header_filter li.firstlist input.daterangepicker1{ width:120px!important; margin-left:0px!important; position:absolute; left:0; top:0;}

#edit-tid-wrapper.views-exposed-widget.views-widget-filter-tid{ margin-left:42px!important; }
.form-item .option.close-icon{background:url(../../images/btn-close-2.png) no-repeat left top!important; width:32px!important; height:32px!important; }
.form-item.close-button-charity:hover .option.close-icon{background:url(../../images/btn-close-2.png) no-repeat left -32px!important; width:32px!important; height:32px!important;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ background:#fff;}

/*
.inout-box {
background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    width: 40%;
    height: 45px;
    float: left;
    margin-right: 20px;
}
 */
.inout-box1 {
background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
       width: 26%;
    height: 62px;
    float: left;
    margin-right: 20px;
        margin-top: 10px;
        position: relative;
}

.inout-box2 {
    background: #e91069;
    color: #fff;
    width: 26%;
    height: 74px;
      border-radius: 4px;
    float: left;
    margin-right: 0;
    margin-top: 10px;
    position: relative;
}

.inout-box2 input{
    color: #fff;
    background:transparent;
    font-size: 20px;
    border-radius: 4px;
    border: 0px;
    width:100%;
    height:74px;
}

.select-g label.select-dropdown span.icon{
        right: -30px;
}

.view-headerhome label.select-dropdown {
    border: 0;
    display: inline-block;
    margin-top: 2px;
    width: 105%;
    margin-left: 0;
    padding: 0;
    text-transform: capitalize;
}

.search-row label.select-dropdown span.label {
    color: #999 !important;
}

#check-in{
    padding:0;
    height: 28px;
    float: left;
    line-height: 26px;
    text-align: left !important;
	/*background: url('urdcdl') no-repeat 110px 5px !important;*/
	cursor: pointer;
}
 #check-out{
    width: 160px !important;
    height: 28px;
    text-align: center;
    margin-left: 40px;
    float: left;
    line-height: 26px;
    text-align: left !important;
	/*background: url('url') no-repeat 110px 5px !important;*/
	cursor: pointer;
}

.view-headerhome #header_filter #search_datebox #check-out {
       color: #444344 !important;
    /*font-family: 'gotham_htflight';*/
    font-size: 15px;
    font-weight: 300;
	cursor: pointer;
}
.view-headerhome #header_filter input#check-in, .view-headerhome #header_filter input#check-out {
    border: 0px!important;
    margin-top: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    font-weight:bold;
}

.search-row .areainput{font-weight:500!important}
.search-row .areainput::placeholder{color:#444344 !important}

/********05May2021:the container must be positioned relative:******************/
.autocomplete {
    position: relative;
    display: block;
}
.autocomplete label{
    background-color: #fff;
    border: 0;
    border-radius: 0;
    width: 97.1%;
    height: 21px;
    float: left;
    margin-right: 20px;
    font-size: 1rem;
    padding: 05px 0px 0px 20px;
    max-width: 100%;
}

.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

.autocomplete input[type=text] {
    background-color: #ffffff;
    width: 100%;
    padding: 05px 18px;
    /*    font-family: 'gotham_htflight';*/
    padding-bottom: 10px !important;
	cursor: pointer;
}

.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
  height: auto;
  max-height:180px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.ind-sec .search-row .inout-box {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    width: 36.5%;
    height: auto;    
    margin-right: 20px;
    padding: 5px 20px;
    max-width: 100%;
    float:left;
}

.ind-sec .search-row .area-box label {
    color: #000 !important;
    font-size: 11px;
     /*font-family: 'gotham_htflight';*/
}


/* Button increase decrease js */
.ind-sec .value-button {
    display: inline-block;
    margin: 0px;
    width: 41px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    color: #9e9e9e;
}

.ind-sec .value-button:hover {
  cursor: pointer;
}

.ind-sec form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.ind-sec form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.button_decrease_increase input#number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 31px;
    font-weight: 300;
}
.ind-sec .button_decrease_increase input[type=number]::-webkit-inner-spin-button,
.ind-sec .button_decrease_increase input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ind-sec li.firstlist:after {
    border-right: 1px solid #ccc;
    position: absolute;
    content: '';
    height: 15px;
    top: 7px;
	left: 118px;
}
.ind-sec #search_datebox .firstlist input.checkin.focus#check-in{
        width:92px;
}
.ind-sec #search_datebox .firstlist input#check-in{
        width:102px
}

.ind-sec #search_datebox #check-out {
    width: 100px !important;
    margin-left: 102px;
}
.ind-sec #search_datebox input#check-out::placeholder {
    text-align: inherit;
}
.ind-sec .search-row .inout-box-button-decrease-increase{
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    height: auto;
    margin-right: 16px;
    padding: 05px 20px;
    max-width: 100%;
    float: left;
    margin-top: 10px;
}
.html .ind-sec .daterangepicker.start-picker{
    top: 259.5px!important;
}

.ind-sec .img-cont-sec {
    width: 100%;
/*    background-color: #0000006b;*/
    float: left;
    margin-top: 10px;
    min-height: 150px;
   font-weight: 300!important;
}
.ind-sec .content .banner-rotator{
    min-height: 650px;
}

.set-img1{
        width: 100% !important;
         height: 170px;
}

@media screen and (max-width: 768px) {

    .content .page-banner.home-banner.homepageTop .home_search {
        width: 100%;
        margin-left: 0;
    }
    .content .page-banner.home-banner.homepageTop .search-row {
        width: 80%;
    }

}
.view-headerhome #header_filter #search_datebox #check-in {
     color: #3F3D3E!important;
    /*font-family: 'gotham_htflight';*/
    font-size: 15px;
    font-weight: 300;
	cursor: pointer;
}
.checkin-input {
    color: red !important;
}
.paragraphs-item-grid-for-3-images,.paragraphs-item-grid-for-4-images{
	padding: 10px 50px 10px 50px;
}
.paragraphs-item-grid-for-4-images img{
	max-width: 305px;
    max-height: 305px;
}
.paragraphs-item-grid-for-3-images blockquote,.paragraphs-item-grid-for-4-images blockquote{
	margin: 0px !important;
}
.paragraphs-item-grid-for-3-images img{
	max-width: 410px;
    max-height: 410px;
}
.paragraphs-item-grid-for-multiple-images{
	/* padding: 0px 135px 0 135px;	 */
}
.paragraphs-item-grid-for-multiple-images img{
	/* min-width: 353px; */
    /* min-height: 353px; */
    /* float: left; */
    /* padding: 0px 0px 0px 12px; */
    /* width: 42%; */
    /* padding: 0 52px 0 0;  */
}
.paragraphs-item-grid-for-multiple-images .carousel-cell{
	/* width:	33.3% !important;	 */
	/* left: 53% !important; */	
}

.slider {
	width: 81%;
	margin: 100px auto;
}
.slick-initialized button{
	text-indent: 0px !important;
}
.slick-slide {
  margin: 0px 5px;
}
.slick-slide img {
  width: 100%;
}
/* .slick-prev:before,.slick-next:before { */
  /* color: black; */
/* } */
.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
  opacity: 1;
}
.slick-active {
  /* opacity: .5; */
  opacity: 1;
}
.slick-current {
  opacity: 1;
}


/* .slick-prev:before, .slick-next:before{ */
	/* display:none; */
/* } */


.slick-prev,.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #000;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: -20px !important;
}

.slick-next {
    right: -20px !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #fff !important;
	color: #000 !important;
}
.slick-prev:after {
    content: "\f104";
    font: 30px/1 'FontAwesome';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #000;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
}
.slick-next:after {
    content: "\f105";
    font: 30px/1 'FontAwesome';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #000;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 5px #ddd;
    display: block;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    border-radius: 50%;
    z-index: 99;
	position: absolute;
    top: calc(50% - 28px) !important;
}
.paragraphs-item-grid-for-multiple-images blockquote.image_field_caption {
    padding: 2px !important;
    margin: 15px 0px !important;
}
.paragraphs-item-grid-for-multiple-images blockquote.image_field_caption p{
	margin: 0 !important

/* .slick-prev:hover:after, */
/* .slick-next:hover:after { */
    /* color: #7e7e7e; */
/* } */
}
.paragraphs-item-grid-for-multiple-images{
   margin-top: -75px;
   margin-bottom: -50px;
}
.AutoCompleteDropdown__Hotels--row{
    padding: 5px;
}
.AutoCompleteDropdown__Hotels--row:hover {
    /* background: #333; */
    background: #bbb;
    color: #565656;
    border-radius: 10px;
}
.AutoCompleteDropdown__Hotels--row a:hover {
    /* padding: 5px; */
    /* display: block; */
    cursor:pointer;
    /* color: #fff; */
}
.AutoCompleteDropdown__Hotels--row a{
    /* padding: 5px; */
}
.paragraphs-item-grid-for-multiple-images .regular_6 button.slick-arrow{
	top: calc(50% - 48px) !important;
}