/**
 * @file
 * SMACSS Modules
 *
 * Styles for general components
 *
 */

body {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	color: rgb(68, 68, 68);
	font-family: "proxima-nova",Verdana,Tahoma,sans-serif;
	/*font-family: 'gotham_htflight';*/
	background:#fff;  
	/* background:#F9F3EF;   */
}
/* .category-menu,.contextual-links-region{ */
	/* background:#F9F3EF;  */
/* } */

/**************************************************
 * Copy Elements
 **************************************************/
h1, h2, h3, h4, h5, h6, b {
/*	font-family: 'museo-slab', 'Georgia', serif; */
	/*font-family: 'gotham_htflight';*/
	font-weight: bold;
	line-height: 1.2em;
	color: black;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3  {
	font-size: 26px;
}
h4 {
	font-size: 23px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
	color: #aaa;
}

p {
	font-size: 16px;
	color: #444;
}

.blue-text {
	/* color: #34b8bc; */
	color: #88ca97;
}
.pink-text {
	/* color: #e91069; */
	/* color: #b575b1; */
	color: #C1727B;
}
.green-text {
	/* color: #89cb97; */
	/* color: #88ca97; */
	color: #B6CAB5;
}
.orange-text {
	/* color: #f57d27; */
	/* color: #fed27f; */
	color: #C99438;
}
.dark-text {
	color: #444;
}
.gray-text {
	color: #ccc;
}
.white-text {
	color: #fff;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.button.pull-right {
	margin-right: 0;
	margin-left: 20px;
}

/**************************************************
 * Button
 **************************************************/
button {
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.button.button-green{
	padding:8px 20px;
	}
.button {
	margin: 0 20px 20px 0;
	display: inline-block;
	text-align: center;
	padding: 8px 20px;
	/*background: #eee;*/
	display: inline;
	font-size: 16px;
	border: none;
	color: #666;
	zoom: 1;
}
.button1{
	font-size: 15px;
	font-weight: bold;
}
.button:hover,
.button:focus {
	/*background: #ddd;*/
}
.button:active {
	background: #ccc;
}

.button.button-block {
	margin-right: 0;
	display: block;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* Button Sizes */
.button-xtra-large {
	padding: 16px 30px;
	font-size: 34px;
}
.button-large {
	padding: 15px 26px;
	font-size: 24px;
}
.button-small {
	padding: 6px 15px 5px;
	font-size: 14px;
}

/* Button colors */
.button-blue {
	/* background: #34b8bc; */
	/* background: #39b6bb; */
	background: #2B8082;
	color: #fff;
}
.button-blue:hover,
.button-blue:focus {
	background: #196d6e;
}
.button-blue:active {
	background: #196d6e;
}

.button-magenta {
	/* background: #e91069; */
	background: #e71168;
	color: #fff;
}
.button-magenta:hover,
.button-magenta:focus {
	background: #df0d63;
}
.button-magenta:active {
	background: #d80b5f;
}

.button-pink {
	background: #f48e8d;
	color: #fff;
}
.button-pink:hover,
.button-pink:focus {
	background: #e78382;
}
.button-pink:active {
	background: #df7b7a;
}

.button-yellow {
	background: #fed37f;
	color: #fff;
}
.button-yellow:hover,
.button-yellow:focus {
	background: #f2c875;
}
.button-yellow:active {
	background: #ebc06d;
}

.button-green {
	/*background:rgb(232, 38, 117);*/
	/* background-color: #89CB97; */
	background-color: #B6CAB5;
	font-weight: bold;
	color: #fff;
}
.button-green:hover,
.button-green:focus {
	background: #81c18e;
}
.button-green:active {
	background: #76b784;
}

.button-orange {
	background: #f57d27;
	color: #fff;
}
.button-orange:hover,
.button-orange:focus {
	background: #ec7622;
}
.button-orange:active {
	background: #e3701d;
}

.button-dark {
	background: #444;
	color: #fff;
}
.button-dark:hover,
.button-dark:focus {
	background: #333;
}
.button-dark:active {
	background: #222;
}

/***************************************************
 * Form Elements
 **************************************************/
.message {
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
}
.message-warning {
	background: #f57d27;
}
.message-success {
	color: #89cb97;
}
.input-field {
	margin-bottom: 20px;
}
#header .input-field {
	margin-bottom: 10px;
}
#mce-responses {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #444;
}
.form-control, .ui-widget .passwordModal input,
.form-text {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 1px solid #ddd;
	padding: 14px;
	background: #fff;
	font-size: 16px;
	color: #444;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#user-register-form .form-text
{	background:url(../../images/icon-01.png) no-repeat right #FFF;
	padding: 18px;
}
#user-register-form #edit-mail
{	background:url(../../images/icon-02.png) no-repeat right #FFF;
}
#user-register-form #edit-pass-pass1,
#user-register-form #edit-pass-pass2
{	background:url(../../images/icon-03.png) no-repeat right #FFF;
}
#user-register-form .form-item
{	margin:0.25em 0;
}
.form-control:focus,
.form-text:focus {
	/*border-color: #bbb;*/
	outline: none;
	border: 1px solid rgb(54, 185, 187) !important;
}
input.password-confirm, input.password-field
{	margin-bottom:0;
}
#main #user-register-form .form-actions {
    border-bottom: 2px solid #EBEBEC !important;
    border-top: 0 none;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 16px;
}
#main #user-register-form .form-item-terms-of-use .description {
    display: block;
    font-size: medium;
    font-style: normal;
    line-height: 1.25em;
    margin: 20px 0;
}

input[type="checkbox"], input[type="radio"] {
    -moz-box-sizing: border-box;
    margin-right: 5px;
    padding: 0;
}

#main #user-register-form div .or_text {
    color: #999999;
    font-size: 1em;
    line-height: 1em;
    margin-top: -10px;
    text-align: center;
}
#main #user-register-form div .fb_link {
    color: #999999;
    font-size: 20px;
    font-style: normal;
    text-align: center;
}

/**************************************************
 * Page Tabs
 **************************************************/
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}

.page-tabs {
	border-bottom: 2px solid #eee;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.page-tabs li {
	border-bottom: 2px solid #eee;
	margin-bottom: -2px;
	list-style: none;
	height: 49px;
	float: left;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.page-tabs li a {
	border-bottom: 1px solid transparent;
	display: inline-block;
	padding: 12px 19px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.page-tabs li a:hover {
	border-bottom-color: #f9f9f9;
	background: #f9f9f9;
}
.page-tabs li.active a {
	border-bottom-color: #34b8bc;
	font-weight: bold;
}
.page-tabs li.active {
	border-bottom-color: #34b8bc;
}
#map .map img {
	max-width: none; /* override the styling from normalize that's messing up the map controls */
}

/**************************************************
 * Page Layout
 **************************************************/
.container {
    margin: 0 auto;
    /* width: 1020px; */
    width:940px;	
}
/* .node-type-explore-page .container{ */
	/* width:940px; !important; */
/* } */
hr {
	height: 1px;
	border: none;
	background: #AAABAB;
}
.pull-right,
.page-tabs .pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.clearfix {
	width: 100%;
	display: block;
	clear: both;
}
.rainbow-top:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: linear-gradient(
		to right, 
		#e91069 16.666666%, 
		#f57d27 16.666666%, #f57d27 33.333333%, 
		#34b8bc 33.333333%, #34b8bc 50%, 
		#89cb97 50%, #89cb97 66.666666%, 
		#fed37f 66.666666%, #fed37f 83.333333%, 
		#f48e8d 83.333333%
	);
}
.column-2 {
	float: left;
	width: 460px;
}
.column-left {
	padding: 0 10px 0 0;
}
.column-right {
	padding: 0 0 0 10px;
}
.column-2 h2 {
	font-size: 34px;
	font-weight: 100;
	padding-top: 40px;
}


.image-block {
	position: relative;	
	float: left;
	margin: 0 2% 2% 0;
	text-align: center;
}
.image-block:last-child {
	margin-right: 0;
}
.image-block:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.image-block .image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.block-size-1 {
	width: 60%;
	padding-top: 100%;
}
.block-size-2 {
	width: 40%;
	padding-top: 121%;
}
.block-size-1 {
	width: 33%;
	padding-top: 153.3333333333%;
}

/***************************************************
 * Home Page
 **************************************************/
.hero-steps-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: rgb(52,184,188);
	background: rgba(52,184,188,0.8);
	color: #fff;
}
.circle-large {
	width: 300px;
	height: 300px;
	background: #dddddd;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	border-radius: 150px;
}
.circle-large h1 {
	margin: 114px auto;
	color: #fff;
	font-size: 100px;
}
.circle-large .dot-line {
	width: 80px;
	border-top: 4px dotted #ddd;
	background: none;
}
.circle-large .dot-line:after {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/***************************************************
 * Charity Elements
 **************************************************/
.charity-block {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	width: 460px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.charity-block:nth-child(even) {
	margin-right: 0;
}
.charity-logo-block {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 240px;
	height: 100px;
	background-color: #fff;
}
.sale-block {
	height: 354px;
}
.local-charity-block {
	width: 460px;
	height: 80px;
	background: #fff;
	border-bottom: 2px solid #dcdcdc;
}
.local-charity-block .logo, .local-charity-block .details-wrap {
	display: inline-block;
	zoom: 1;
	display: inline;
	float: left;
}
.local-charity-block .details-wrap p {
	color: #aaa;
}

/***************************************************
 * Story Elements
 **************************************************/
.story-hero .header-wrap {
	background: rgba(0,0,0,0.5);
	padding: 30px;
}
.story-hero h1 {
	font-size: 40px;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}
.story-tabs {
	margin: 14px 0 60px 0;
}
.story-tabs li {
	border-bottom: 3px solid #eee;
}
.story-tabs li:hover, .story-tabs li.active {
	border-bottom: 3px solid #f57d27m;
}
.story-tab-circle {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border: 2px solid #eee;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.story-tabs li:hover .story-tab-circle, .story-tabs li.active .story-tab-circle {
	border: 2px solid #666;
}

/***************************************************
 * Hotel Star Ratings
 **************************************************/
.hotel-rating {
	display: inline-block;
	/* margin-left: 12px; */
	height: 22px;
}
.hotel-rating .hotel-star {
	background: url(../../images/icon-hotel-star.png) center top no-repeat;
	display: inline-block;
	position: relative;
	margin: 0 2px 0 0;
	height: 19px;
	width: 17px;
	top: 4px;
}
.hotel-rating .hotel-star-gray {
	background: url(../../images/icon-hotel-star-gray.png) center top no-repeat;
	display: inline-block;
	position: relative;
	margin: 0 2px 0 0;
	height: 19px;
	width: 17px;
	top: 4px;
}

.hotel-rating .hotel-letter {
	font-family: 'museo-slab', Georgia, serif;
	font-style: normal;
	line-height: 22px;
	font-weight: 700;
	font-size: 18px;
}

.select01 span.select 
{	position: absolute;
	width: 100%; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 40px;
	color:#999;
	padding:6px 5px;
	font-family:"museo-slab","Georgia",serif;
	background: url(../../images/select1.png) no-repeat #FFF right;
	overflow: hidden;
	border:2px solid #DDD;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
p select01{
	margin-top:0px!important;
	}
.select01
{	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:255px;
	margin:0;
	float:left;
}
.select01 select
{	width:100% !important;
	border:0 !important;
	background:none !important;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	float:none !important;
}
.select01 select option
{	padding:4px 5px;
}
.select01 select option:hover
{	background:#eee;
}
.modal.charity-property-selection .results
{	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height:320px;
}
.modal.charity-property-selection .footer
{	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.modal.charity-property-selection
{	height:530px;
}
.modal.charity-property-selection .results .result a.more-details
{	padding-top:12px;
	padding-bottom:12px;
}
.modal.charity-property-selection .results .result div.title
{	padding:10px 15px; position: relative;width: 340px;
}
.modal.charity-property-selection .results .result div.title p.title
{	line-height:1em;
margin: 0 0 0 75px;
position: absolute;
	top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.modal.charity-property-selection
{	margin-top:-265px;
}


.page-user-edit .section {
    margin: 0 auto;
    width: 940px;
}
.title{ font-size:30px; text-align:center; /*font-family:"museo-slab","Georgia",serif;*/ font-weight:bold;}
.btn-facebook-1{ }
.pricregmn{ text-align:center!important; }
.registration-form .pric_mn .pricregmn{ width:473px; margin:0 auto;}
.pricregmn input.password-confirm, .pricregmn input.password-field{ max-width:100%; width:auto;}
.pricregmn  .description a{ color:#47b7b5;}
#modal-content .messages--error.messages.error{ padding:6px; margin:-14px 20px 39px!important; }
.messages__list li{ text-align:center;}
#user-register-form .form-actions input{ width:520px;}
.field-name-field-first-name .form-text,
.field-name-field-last-name .form-text{ background:#fff url("../../images/icon-01.png") no-repeat right center;}
.field-name-field-zip .form-text,
.field-name-field-zip .form-text{ background:#fff url("../../images/icon-04.png") no-repeat right center !important;}
.form-item-mail input{ background:#fff url("../../images/icon-02.png") no-repeat right center;}
.form-item-pass-pass1 .form-text, .form-item-pass-pass2 .form-text,
.ui-widget .passwordModal input.password-field,
.ui-widget .passwordModal input.password-confirm
{ background:#fff url("../../images/icon-03.png") no-repeat right center;}
.reg-form-full .form-actions input{  background: #34b8bc none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    width: 468px;}
.messages--error.messages.error{ margin-top:-30px;}
#modal-content .messages--error.messages.error{ margin-top:-10px;}

.field-name-field-zip .form-item,
.field-name-field-last-name .form-item,
.field-name-field-first-name .form-item,
.reg-form-lt .form-item.form-type-textfield.form-item-mail,
.form-item.form-type-password.form-item-pass-pass1,
.form-item.form-type-password-confirm.form-item-pass,
.form-item.form-type-password.form-item-pass-pass2,
.reg-form-lt .form-item.form-type-password.form-item-pass-pass1,
.reg-form-lt .form-item.form-type-password.form-item-pass-pass2,
.form-item.form-type-checkbox.form-item-terms-of-use{ margin:0.25em 0;}
.form-item.form-type-checkbox.form-item-terms-of-use .description{ margin-left:0px!important;}
.reg-form-full .form-actions input{ padding-bottom:10px;}
.reg-form-rt2 .description{ padding-top:8px; }
.dropdown-item .popup_header, .dropdown-item .popup_forgot, .dropdown-item .popup_footer,
#content .popup_header, #content .popup_forgot, #content .popup_footer
{
    display: none;
}

body.not-logged-in div.ctools-modal-content .modal-header {
    background-color: transparent;
    border-bottom: 0 none;
    box-shadow: none;
    padding: 5px;
}
body.not-logged-in .modal-content{
	box-shadow: none;
	border: 0px;
	border-radius: 0;
}
#modalContent .popup_header hr{
	background: #CCCCCC none repeat scroll 0 0;
    margin: 10px auto;
    text-align: center;
    width: 35%;
}
#modalContent .popup_header .fb_link {
    margin: 0;
    font-weight: bold;
}
#modal-content .region-content_wid .button.pull-right{
	margin-left: 0;
	float: none !important;
    width: 100%;
}

#modalContent .region-content_wid .popup_header p.fb_link{ font-family:"museo-slab","Georgia",serif; font-size:30px; font-weight:bold; padding-bottom:12px; }
#modalContent .region-content_wid form{ width: 409px; margin: 0 auto;}
#modalContent .popup_forgot { color: #36b9bb; position: absolute; right: 74px; top: 164px; background: transparent; padding: 11px;}
#modalContent .forgot-password-link{ color:#36b9bb;}
#modalContent .popup_footer:before{ width:150px; content:''; background: #CCCCCC ; margin: 22px auto -12px; text-align: center; width: 35%; display:block; height:1px;}
.login-dropdown-form .messages--error.messages.error,
#content .messages--error.messages.error {
    margin-top: 0;
}

#modal-content .messages--error.messages.error {
    bottom: 0;
    margin: 0 !important;
    position: absolute;
    width: 95%;/* 504px; */
    background: transparent;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: rgb(255, 0, 0);
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    left: 6px;
}

#modal-content .messages__list li {
    color: rgb(255, 0, 0);
    content: "";
    font-size: 13px;
    line-height: 15px;
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.error, .messages--error {
    background-color: transparent !important;
    color: #FF0000 !important;
}
.messages--error {
	text-align: center;
}	

#modal-content .form-item-pass input{
	padding-right: 75px;
}
.registerModal .messages--error.messages.error{
	position: relative !important;
	padding-bottom: 10px !important;
}
.popup_footer .fb_link{
	padding-bottom: 15px;
}
.messages__list li{
	color: #FF0000 !important;
}
#modalBackdrop{
	background: #FFFFFF !important;
	opacity: 0.5 !important;
}
div.ctools-modal-content{
	border: 1px solid #CCCCCC;
}
.throber div.ctools-modal-content{
	border: 0px solid #CCCCCC;
}

.passwordModal, .passwordModal .ctools-modal-content{
	width: auto !important;
	padding: 0px 15px 45px;
}
.passwordModal hr{
	height: 2px;
	margin: 10px 0px;
}
#modalContent .passwordModal{
	/*left: 450px !important;*/
}
.passwordModal .messages--status{
	background: none;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 150px;
}
.passwordModal #modal-content .messages--error.messages.error{
	margin: -10px 0 !important;
}
#user-profile-form #edit-picture{
	height: 140px;
}
.passwordModal #modal-content strong,
.heading-2{font-size: 20px; font-family: 'museo-slab',Georgia,serif;color: #666666;}
.passwordModal {
    color: #666666 !important;
}
#edit-actions input{
	font-size: 18px;
	font-family: "museo-slab","Georgia",serif;
}
#dialog .ui-dialog-content .ui-resizable-se{ display:none; }

h2.messages-label{
	display: none;
}
#modal-content .messages{
	text-align: center;
	margin: 0 auto 5px;
	padding: 0;
}
.passwordModal .messages{
	width: 100%;
	color: #666666;
}
.ui-dialog{
	outline: medium none;
}

.page-user .section .tabs{
	display: none;
}

.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-header #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:280px;}
.view-header #header_filter .close:hover{ background:url(../../images/btn-close-2.png) no-repeat left -32px #ffffff!important; height:32px; width:32px;}
.view-header #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-header #header_filter.container ol.open-calender li:nth-child(1),
.view-header #header_filter.container ol:hover li:nth-child(1){ border:none; border-right:0px;}
.view-header #header_filter.container ol.open-calender li:nth-child(2),
.view-header #header_filter.container ol:hover li:nth-child(2){ border:none; border-right:0px; border-left:0px;}
.view-header #header_filter.container ol.open-calender li:nth-child(3),
.view-header #header_filter.container ol:hover li:nth-child(3){ border:none; border-left:0px;cursor: pointer;}

.page-destinations #header_filter #search_datebox #check-in.checkin.focus {
	/* color: #44C7C8 !important; */
	color: #2B8082  !important;
}

.page-destinations #header_filter #search_datebox #check-out.checkout.focus {
	/* color: #44C7C8 !important; */
	color: #268183  !important;
}

.page-destinations input#check-in.focus::-webkit-input-placeholder, .page-destinations input#check-out.focus::-webkit-input-placeholder, .page-destinations input#check-in.focus, .page-destinations input#check-out.focus {
	color: #268183 !important;
}

.view-header #header_filter input#check-in,
.view-header #header_filter input#check-out{
	border:0px!important;
	margin-top:0!important;
	width: 160px !important;
	cursor: pointer;
	}
#header_filter.container ol li:nth-child(1){ border:2px solid #dddddd; height:24px; border-right:0px; margin-top:11px;}
#header_filter.container ol li:nth-child(2){ border:2px solid #dddddd; height:24px; border-right:0px; border-left:0px; margin-top:11px;}
#header_filter.container ol li:nth-child(2) span.sprite.icon.icon-to{ margin-top:6px;}
#header_filter.container 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;}

.register-message{
	text-align: center;
}
.register-message strong {
	font-size: 22px;
}
.register-message hr {
	margin: 20px 0;
}

#image-rotator{
	display: none;
	height: auto !important;
}
#video-rotator{
	display: block;
	/* height: auto !important; */
}
/* .banner-item1{ background-repeat:no-repeat!important;}
body{ overflow:hidden; width:100%!important;}

#video-rotator{ display:none!important; width:100%!important; overflow:hidden!important} */


body .banner-item1{ background-repeat:no-repeat!important; background-size:cover; max-width:100%!important; height:800px!important;}

@media screen and (max-width: 768px) {
	
    #image-rotator{
		display: block;
	}
	#video-rotator{
		display: none;
	}
	
	

}
@media screen and (max-width: 479px) {
body .banner-item1{ background-repeat:no-repeat!important; max-width:100%!important; }
}
/*
@media screen and (max-width: 479px) {
	.give-get-wrapper{ width:250px!important; height:250px!important; font-size:40px!important; line-height:40px!important; margin-left:-119px!important}
	#image-rotator,
	#image-rotator .banner-item1,
	#image-rotator .banner-item1 img{ height:300px!important; width:100%!important;}
	
	#video-rotator .banner-item.banner-video video{ display:none!important}
}
*/

.firstlist{
cursor: pointer;
}

/* add css 19-jan-2023 */
.sumome-react-wysiwyg-popup-container button {
	text-indent: initial;
}