/* Default style sheet for jQuery date picker v3.7.4. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 10000; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 1px solid #777;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 10000;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: bold;
	min-height: 1.75em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
	color: #000;
}
.datepick-title-row {
	background: #777;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #eee;
	color: #666;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: #777;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day, .datepick-current-day a {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}
/* Datepicker HomeTown CSS */

#datepick-div {
    font-size: 13px !important;
    width: 240px;
    border: 0 !important;
    box-shadow: 0 0 10px rgba(63, 56, 52, 0.2);
	font-family: 'Montserrat' !important;
	font-weight: normal !important;
    background: #ffffff none no-repeat scroll 0 0;
}
#datepick-div .datepick-inline,
#datepick-div .datepick-one-month {
    width: 240px !important;
}
#datepick-div .datepick-links {
    background: #534943 none no-repeat scroll 0 0;
    font-size: 12px !important;
    height: 32px;
    line-height: 29px;
    margin-top: 0;
}
#datepick-div .datepick-header {
    height: 32px !important;
    line-height: 25px !important;
    border-bottom: 0 !important;
    font-size: 14px !important;
    background: #f5f5f5 none no-repeat scroll 0 0;
    color: #6c89ab;
}
#datepick-div .datepick-days-row:first-child td {
    height: 44px;
}
#datepick-div .datepick-days-cell {
    height: 32px;
    width: 32px;
    border: 0 !important
}
#datepick-div .datepick-days-cell.datepick-unselectable {
    background: #ffffff none no-repeat scroll 0 0;
    color: #b9b9b9 !important;
    font-weight: normal;
    text-decoration: line-through;
}
#datepick-div .datepick-control a:hover,
#datepick-div .datepick-links a:hover,
#datepick-div .datepick-title-row a:hover{
    background: none;
    color: #ffffff;
}
#datepick-div .datepick-title-row,
#datepick-div .datepick-title-row .datepick-week-end-cell {
    background: #a19c99 none repeat scroll 0 0;
    padding: 2px 0;
}
#datepick-div .datepick-days-row .datepick-week-end-cell {
    background: #ffffff none no-repeat scroll 0 0;
}
#datepick-div .datepick-today,
#datepick-div .datepick-today a {
    color: #6c89ab;
    background: url(_site/images/calendar-available.png) no-repeat scroll center center;
    background-size: 32px 32px;
}
#datepick-div .datepick a {
    color: #534943;
}
#datepick-div .datepick a:hover {
    color: #6c89ab;
}
#datepick-div .datepick-current-day,
#datepick-div .datepick-days-cell.datepick-week-end-cell.datepick-current-day {
    background: url(_site/images/calendar-active@2x.png) no-repeat scroll center center;
    background-size: 32px 32px;
    color: #ffffff;
}
#datepick-div .datepick-current-day a,
#datepick-div .datepick-current-day a:hover {
    background: none !important;
    color: #ffffff;
}
#datepick-div .datepick-links .datepick-next i,
#datepick-div .datepick-links .datepick-prev i {
    padding: 0 10px;
}
#datepick-div .datepick-control {
    background: #534943 none repeat scroll 0 0;
    padding: 4px 0;
}
#datepick-div .datepick-control a {
    color: #a39d99;
    background: none;
    padding: 2px 8px !important;
}
#datepick-div .datepick-links a {
    color: #d0cdcc;
    padding: 0 !important;
}
#datepick-div .datepick-control {
    margin-top: 6px;
}
#datepick-div .datepick-control a:hover {
    color: #ffffff;
    background: none !important;
}
#datepick-div .datepick-control .datepick-clear a:hover,
#datepick-div .datepick-control .datepick-close a:hover {
    color: #d0cdcc;
}

/* Big Datepick HomeTown CSS (Desktop) */

.big-datepick {
    width: 750px;
    margin: 0 auto;
}
.big-datepick,
.datepick-inline {
	font-family: 'Montserrat' !important;
	font-weight: bold;
    background: #ffffff none no-repeat scroll 0 0;
    font-size: 14px;
}
.big-datepick .datepick-links {
    background: #a19c99 none no-repeat scroll 0 0;
    font-size: 100%;
    height: 36px;
    line-height: 32px;
}
.big-datepick .datepick-links label,
#datepick-div .datepick-links label {
    color:  rgba(255, 255, 255, 0.3);
    padding: 0;
}
.big-datepick .datepick-links .datepick-close,
.big-datepick .datepick-links .datepick-next i,
.big-datepick .datepick-links .datepick-prev i {
    padding: 0 15px;
}
.big-datepick .datepick-links a:hover,
.big-datepick .datepick-title-row a:hover {
    background: #a19c99 none no-repeat scroll 0 0;
}
.big-datepick .datepick-links a:hover {
	color: #534943;
}
.big-datepick .datepick-links a {
    color: #ffffff;
    padding: 0 !important;
}
.big-datepick .datepick-inline,
#datepick-div .datepick-inline {
    border: 0;
}
.big-datepick,
#datepick-div {
    text-transform: uppercase;
    color: #505050;
}
.big-datepick .datepick,
#datepick-div .datepick {
    background: #ffffff none no-repeat scroll 0 0;
}
.big-datepick .datepick a,
.big-datepick .datepick-unselectable {
    color: #505050;
}
.big-datepick .datepick-multi .datepick,
#datepick-div .datepick-multi .datepick {
    border: 0;
}
.big-datepick .datepick-header {
    background: #ffffff none no-repeat scroll 0 0;
    height: 48px;
    line-height: 40px;
    color: #6c89ab;
    text-transform: uppercase;
    border-bottom: 2px solid #f3f2f2;
    font-size: 16px;
}
.big-datepick .datepick-header select {
    background: #ffffff none no-repeat scroll 0 0;
    color: #6c89ab;
    text-transform: uppercase;
}
.big-datepick .datepick-inline.datepick-multi {
    width: 750px !important;
}
.big-datepick .datepick-one-month {
    width: 375px;
}
.big-datepick .datepick-title-row {
    background: #ffffff none no-repeat scroll 0 0;
	color: #b9b9b9;
	letter-spacing: 1px;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
    border-bottom: 2px solid #f3f2f2;
}
.big-datepick .datepick-one-month.datepick-new-row {
    border-right: 2px solid #f3f2f2;
    padding: 0 10px 0 0;
}
.big-datepick .datepick-one-month {
    padding: 0 0 0 10px;
}
/*.big-datepick .datepick-header select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.big-datepick .datepick-days-row,
#datepick-div .datepick-days-row {
    background: #ffffff none no-repeat scroll 0 0;
}
.big-datepick .datepick-title-row .datepick-week-end-cell,
.big-datepick .datepick-week-end-cell,
.big-datepick .datepick-today {
    background: #ffffff none no-repeat scroll 0 0;
}
.big-datepick .datepick-today,
.big-datepick .datepick-today a {
    color: #e30613;
}
.big-datepick .datepick-days-cell {
	border: 0;
	padding: 14px;
}
.big-datepick .datepick-days-row:first-child .datepick-days-cell,
.big-datepick .datepick-days-row:first-child .datepick-days-cell.available_between_false,
.big-datepick .datepick-days-row:first-child .datepick-days-cell.available_between_true,
.big-datepick .datepick-days-row:first-child .datepick-days-cell.available_selected {
	padding: 22px 14px 14px 14px;
    background-position: center 12px;
}
.big-datepick .datepick-days-cell.available_day:hover {
	cursor: pointer;
}
.big-datepick .datepick-days-cell.available_day:hover a {
    color: #ffffff; /*#6c89ab*/
}
.big-datepick .datepick-days-cell a,
.big-datepick .datepick-days-cell a:link,
.big-datepick .datepick-days-cell a:focus,
.big-datepick .datepick-days-cell a:active {
	background: transparent none no-repeat scroll 0 0;
}
.datepick-days-cell.datepick-unselectable {
    background: url(_site/images/calendar-not-available@2x.png) no-repeat scroll center center;
    background-size: 40px 40px;
}
.big-datepick .datepick-days-cell.available_day {
    background: url(_site/images/calendar-available@2x.png) no-repeat scroll center center;
    background-size: 40px 40px;
}
.big-datepick .datepick-days-cell.available_between_false.datepick-current-day,
.big-datepick .datepick-days-cell.available_between_false.available_between_false,
.big-datepick .datepick-days-cell.available_between_true.datepick-current-day,
.big-datepick .datepick-days-cell.available_between_true.available_between_true,
.big-datepick .datepick-days-cell.available_selected.datepick-current-day,
.big-datepick .datepick-days-cell.available_selected.available_selected {
    background: url(_site/images/calendar-active@2x.png) no-repeat scroll center center;
    background-size: 40px 40px;
    color: #ffffff;
}

.big-datepick .datepick-other-month.datepick-unselectable {
    background: none no-repeat scroll center center;
}

/* start new hover effect */
.big-datepick .datepick-days-cell.datepick-unselectable.firstrange-not-available {
    background-image: url(_site/images/calendar-firstrange-not-available@2x.png);
}
.big-datepick .datepick-days-cell.available_between_false:hover {
    background-image: url(_site/images/calendar-range-not-available@2x.png) !important;
}
.big-datepick .datepick-days-cell.available_between_true a {
        color: #ffffff !important;
}
.big-datepick .datepick-days-cell.hover-effect {
    background-image: url(_site/images/calendar-range@2x.png) !important;
    
}
.big-datepick .datepick-days-cell.hover-effect:hover a {
    color: #ffffff !important;
}
.big-datepick .datepick-days-cell.hover-effect-current {
    background-image: url(_site/images/calendar-range-hover@2x.png) !important;
}
/* end new hover effect */

/* Big Datepick HomeTown CSS (Tablet) */

@media only screen and (max-width: 767px){
    .big-datepick {
        width: 375px;
        margin: 0 auto;
    }
    .big-datepick .datepick-inline,
    .big-datepick .datepick-one-month {
        width: 375px !important;
    }
    .big-datepick .datepick-one-month.datepick-new-row {
        border-right: 0;
        padding: 0;
    }
    .big-datepick .datepick-inline,
    .big-datepick .datepick-one-month {
        width: 375px !important;
    }
}

/* Big Datepick HomeTown CSS (Mobile) */

@media only screen and (max-width: 479px) {
    .big-datepick {
        width: 290px;
        margin: 0 auto;
    }
    .big-datepick .datepick-inline,
    .big-datepick .datepick-one-month {
        width: 290px !important;
    }
    .big-datepick .datepick-header {
        font-size: 14px;
        height: 42px;
        line-height: 34px;
    }
    .big-datepick .datepick-prev .datepick-none,
    .big-datepick .datepick-next .datepick-none {
        display: none;
    }
    .big-datepick .datepick-links .datepick-close,
    .big-datepick .datepick-links .datepick-next i,
    .big-datepick .datepick-links .datepick-prev i {
        padding: 0 10px;
    }
    .big-datepick .datepick-days-cell {
        border: 0 none;
        height: 43px;
        width: 41px;
        padding: 0;
    }
    .datepick-days-cell.datepick-unselectable,
    .big-datepick .datepick-days-cell.available_day,
    .big-datepick .datepick-days-cell.available_between_false.datepick-current-day,
    .big-datepick .datepick-days-cell.available_between_false.available_between_false,
    .big-datepick .datepick-days-cell.available_between_true.datepick-current-day,
    .big-datepick .datepick-days-cell.available_between_true.available_between_true,
    .big-datepick .datepick-days-cell.available_selected.datepick-current-day,
    .big-datepick .datepick-days-cell.available_selected.available_selected {
        background-size: 36px 36px;
    }
    .big-datepick .datepick-days-row:first-child .datepick-days-cell,
    .big-datepick .datepick-days-row:first-child .datepick-days-cell.available_between_false,
    .big-datepick .datepick-days-row:first-child .datepick-days-cell.available_between_true,
    .big-datepick .datepick-days-row:first-child .datepick-days-cell.available_selected {
        padding: 18px 0 12px 0;
        background-position: center 10px;
    }
}

/* Month / Year selector */
select.datepick-new-month, select.datepick-new-year {
    margin-right: 15px;
    margin-top: 5px;
}