/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  background: #ffffff;
  font-family: 'Helvetica Neue', Arial, san-serif;
  color: #3f3d3b;
}
a {
  color: #968675;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.CETPageHeader {
  font-family: 'Helvetica Neue', Arial, san-serif;
}
.CETPageHeader .CETLogin {
  color: #ffffff;
}
.CETPageHeader .cet-page-header {
  border-bottom: 6px solid #8dc63f;
  background: #a81f6d;
}
.CETPageHeader .cet-page-header .cet-page-header-content a {
  color: #ffffff;
}
.CETPageHeader .cet-page-header .cet-page-header-content a:hover {
  color: #ffffff;
}
.CETPageHeader .cet-page-header .cet-page-header-content ul li .active-indicator {
  border-bottom-color: #8dc63f;
}
.CETPageHeader .cet-page-header .cet-page-header-sub-links a {
  opacity: .5;
}
.CETPageHeader .cet-page-header .cet-page-header-sub-links a:hover {
  opacity: 1;
}
.CETPageHeader .cet-page-header .cet-page-header-main-links {
  font-weight: normal;
}
.CETPageHeader .cet-page-header .cet-page-header-main-links > .cet-links li[data-active="true"] a {
  color: #8dc63f;
}
.CETPageHeader .cet-page-header .cet-page-header-main-links > .cet-links li:hover a {
  color: #8dc63f;
}
.CETPageHeader .cet-page-header .small-screen-menu {
  color: #ffffff;
  border: 1px solid;
  border-color: #cec3b8;
  background: #f37a40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1571e), color-stop(1, #f37a40));
  background: -ms-linear-gradient(bottom, #d1571e, #f37a40);
  background: -moz-linear-gradient(center bottom, #d1571e 0%, #f37a40 100%);
  background: -o-linear-gradient(#f37a40, #d1571e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37a40', endColorstr='#d1571e', GradientType=0);
}
.CETPageHeader .small-screen-nav .cet-links li {
  font-weight: normal;
}
.CETPageHeader .small-screen-nav .cet-links li a {
  color: #ffffff;
}
.CETPageHeader .small-screen-nav .cet-links li[data-active="true"] a {
  color: #8dc63f;
}
.cet-footer-container {
  background: #000000;
  font-family: 'Helvetica Neue', Arial, san-serif;
  color: #ffffff;
}
.cet-footer-container h1,
.cet-footer-container h2,
.cet-footer-container h3,
.cet-footer-container h4,
.cet-footer-container h5,
.cet-footer-container h6 {
  color: #fff;
}
.cet-footer-container a {
  color: #ffffff;
}
.cet-footer-container a:hover {
  color: rgba(255, 255, 255, 0.8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', "Times New Roman", serif;
  color: #2b3990;
  font-weight: bold;
}
.cet-button {
  color: #ffffff;
  border: 1px solid;
  border-color: #cec3b8;
  background: #f37a40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1571e), color-stop(1, #f37a40));
  background: -ms-linear-gradient(bottom, #d1571e, #f37a40);
  background: -moz-linear-gradient(center bottom, #d1571e 0%, #f37a40 100%);
  background: -o-linear-gradient(#f37a40, #d1571e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37a40', endColorstr='#d1571e', GradientType=0);
  font-family: 'Helvetica Neue', Arial, san-serif;
  font-weight: normal;
}
.cet-button:hover {
  color: #ffffff;
  background: #23beb0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #019c8e), color-stop(1, #23beb0));
  background: -ms-linear-gradient(bottom, #019c8e, #23beb0);
  background: -moz-linear-gradient(center bottom, #019c8e 0%, #23beb0 100%);
  background: -o-linear-gradient(#23beb0, #019c8e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23beb0', endColorstr='#019c8e', GradientType=0);
  border: 1px solid;
  border-color: #5d5d5c;
}
.CETNavigationLinks {
  text-transform: uppercase;
  font-family: 'Arvo', "Times New Roman", serif;
}
.CETListItem .type-header {
  font-family: 'Arvo', "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 3px;
}
.CETListItem .fa-chevron-right {
  color: #968675;
}
.CETCardItem h3,
.CETCardItem h4 {
  color: #ffffff;
}
.CETCardItem .type-header {
  font-family: 'Arvo', "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 3px;
}
.CETCardItem .fa-chevron-right {
  color: #968675;
}
.CETMiniBooker .bookRoomContent.contentOpen {
  background-color: #a81f6d;
}
.CETMiniBooker .bookRoomTab {
  font-family: 'Arvo', "Times New Roman", serif;
}
.CETMiniBooker .bookRoomTab.tabOn {
  background-color: #a81f6d;
}
.CETMiniBooker .bookRoomFull.tabOn {
  background-color: #a81f6d;
}
.CETMiniBooker a.checkRatesBtn {
  border: 1px solid;
  border-color: #cec3b8;
  background: #f37a40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1571e), color-stop(1, #f37a40));
  background: -ms-linear-gradient(bottom, #d1571e, #f37a40);
  background: -moz-linear-gradient(center bottom, #d1571e 0%, #f37a40 100%);
  background: -o-linear-gradient(#f37a40, #d1571e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37a40', endColorstr='#d1571e', GradientType=0);
}
.CETMiniBooker a.checkRatesBtn:hover {
  color: #ffffff;
  background: #23beb0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #019c8e), color-stop(1, #23beb0));
  background: -ms-linear-gradient(bottom, #019c8e, #23beb0);
  background: -moz-linear-gradient(center bottom, #019c8e 0%, #23beb0 100%);
  background: -o-linear-gradient(#23beb0, #019c8e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23beb0', endColorstr='#019c8e', GradientType=0);
  border: 1px solid;
  border-color: #5d5d5c;
}
.CETMiniBooker .tabContent p a {
  color: #f8f2ea;
  text-decoration: underline;
}
.CETMiniBooker .bestRateGuarantee {
  color: #f8f2ea;
}
#ui-datepicker-div {
  background-color: white;
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
.ui-datepicker span.ui-icon {
  color: #565a5c;
}
.ui-datepicker-calendar {
  border: 0;
}
.ui-datepicker-calendar td {
  border: 1px solid #dce0e0;
}
.ui-datepicker-calendar td .ui-state-default {
  color: #565a5c;
}
.ui-datepicker-calendar td .ui-state-default:hover {
  background-color: #9c8f81;
  color: #f8f2ea;
}
.ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
  background-color: #e8e8e8;
  color: #999;
}
.CETHoursBox {
  background-color: #a81f6d;
  color: #ffffff;
}
.CETHoursBox h3,
.CETHoursBox h4 {
  font-family: 'Arvo', "Times New Roman", serif;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.CETHoursBox h3 {
  font-size: 16px;
}
.CETHoursBox table .dayofweek {
  font-family: 'Arvo', "Times New Roman", serif;
  font-size: 12px;
  line-height: 16px;
}
.CETHoursBox table .hourdisplay {
  font-family: 'Arvo', "Times New Roman", serif;
  font-size: 12px;
  line-height: 16px;
}
.CETHoursBox p {
  font-family: 'Arvo', "Times New Roman", serif;
  font-size: 14px;
  line-height: 16px;
}
.CETHoursBox a {
  color: #f8f2ea;
  text-decoration: underline;
}
.CETFactsBox {
  background-color: #a81f6d;
  color: #ffffff;
}
.CETFactsBox h3,
.CETFactsBox h4 {
  font-family: 'Arvo', "Times New Roman", serif;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.CETFactsBox h3 {
  font-size: 16px;
}
.CETFactsBox p {
  font-family: 'Arvo', "Times New Roman", serif;
  font-size: 14px;
  line-height: 16px;
}
.CETFactsBox a {
  color: #f8f2ea;
  text-decoration: underline;
}
.CETWeeklyCalendar {
  background-color: #a81f6d;
  color: #ffffff;
  font-family: 'Arvo', "Times New Roman", serif;
}
.featured-item-container h2 {
  color: #a81f6d;
  font-family: 'Arvo', "Times New Roman", serif;
  font-weight: bold;
}
.CETItemListPage .featured-page-title {
  font-family: 'Arvo', "Times New Roman", serif;
  color: #a81f6d;
}
.CETItemListPage .featured-item-container {
  background-color: #e7dfd2;
}
.CETNavigationLinks .category-selector li[data-active='true'] {
  background: #dee1f5;
}
.CETNavigationLinks .category-selector li[data-active='true'] .active-indicator {
  border-left-color: #dee1f5;
}
.category-selector {
  font-family: 'Arvo', "Times New Roman", serif;
  font-weight: bold;
  text-transform: uppercase;
}
.category-selector .category-arrow-box {
  position: relative;
  background: #dee1f5;
  display: none;
}
.category-selector .category-arrow-box[data-selected="1"] {
  display: block;
}
.category-selector .category-arrow-box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #dee1f5;
  border-width: 17px;
  margin-top: -34px;
}
.category-selector li {
  color: #968675;
  cursor: pointer;
  line-height: 35px;
  padding-left: 10px;
}
.category-selector li:hover {
  color: #000000;
}
.category-selector li[data-selected="1"] {
  color: #2b3990;
  background-color: #dee1f5;
}
.CETCarousel .caption {
  background-color: #a81f6d;
}
.CETCarousel .slide-title {
  font-family: 'Arvo', "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
.CETCarousel .slide-title a {
  color: #ffffff;
}
.CETCarousel .slide-title a:hover {
  color: #ffffff;
}
.CETCarousel .slide-subtitle {
  font-family: 'Arvo', "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
}
.CETCarousel .slide-title a,
.CETCarousel .slide-subtitle a {
  color: #ffffff;
}
.CETCarousel .slide-title a:hover,
.CETCarousel .slide-subtitle a:hover {
  color: #ffffff;
}
.CETGallery .fa-chevron-circle-right,
.CETGallery .fa-chevron-circle-left {
  color: #a81f6d;
}
.CETGallery .cet-active-slide img {
  border: 3px solid #8dc63f;
}
.CETGallery-Thumbs-Bg {
  background-color: #dee1f5;
  color: #2b3990;
}
.CETGallery-Thumbs-Bg .small-feature-headline {
  color: #2b3990;
}
.CETGallery .CETGallery-Outer ul li .main-featured-title {
  font-family: 'Arvo', "Times New Roman", serif;
  font-weight: bold;
  color: #a81f6d;
}
.CETSideBanner {
  background-color: #a81f6d;
  color: #ffffff;
}
.CETSideBanner h3,
.CETSideBanner h4 {
  color: #ffffff;
}
.CETPropertyInformation h4.sub-col-module_title {
  color: #8dc63f;
}
.CETEmailBanner {
  background: #000000;
}
.CETEmailBanner h4 {
  color: #fff;
  margin-bottom: 10px;
}
.cet-footer-container .CETEmailBanner {
  background: none;
}
.CETAdvancedCarousel {
  background-color: #000000;
}
.CETAdvancedCarousel .CETStandardSlide-layer.title-content {
  background-color: #a81f6d;
  background-color: rgba(168, 31, 109, 0.7);
}
.CETAdvancedCarousel .CETStandardSlide-layer.title-content .slide-subtitle,
.CETAdvancedCarousel .CETStandardSlide-layer.title-content h3 {
  font-family: 'Arvo', "Times New Roman", serif;
  color: #ffffff;
}
.CETAdvancedCarousel .CETStandardSlide-layer.title-content .slide-subtitle {
  font-size: 18px;
}
.CETAdvancedCarousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons > a {
  background-color: #a81f6d;
}
.CETAdvancedCarousel .ls-bottom-nav-wrapper .ls-bottom-slidebuttons > a.ls-nav-active {
  background-color: #8dc63f;
}
.CETAdvancedCarousel .ls-video-layer {
  border: 2px solid #a81f6d;
  box-shadow: 0 0 10px rgba(168, 31, 109, 0.9);
}
.CETImageTable-ImageBox {
  border: 3px solid #8dc63f;
}
.main-content-side-block .CETMiniCalendar {
  background-color: #a81f6d;
}
.main-content-side-block .CETMiniCalendar .DynarchCalendar-bodyTable td .DynarchCalendar-hover-date {
  background-color: #8dc63f;
}
.main-content-side-block .CETMiniCalendar .DynarchCalendar-bodyTable td .DynarchCalendar-day-today {
  color: #f8f2ea;
  font-weight: bold;
}
.CETTabs > div > ul li {
  font-family: 'Arvo', "Times New Roman", serif;
  background: #b7bde9;
  color: #2b3990;
}
.CETTabs > div > ul li:hover {
  background: #dee1f5;
}
.CETTabs > div > ul li[data-selected="1"] {
  background: #dee1f5;
  color: #2b3990;
}
.CETTabs > div[data-type='tabs'] > div {
  background: #dee1f5;
}

