/*==================  SITE CONTENT CATEGORIES  =====================*/


.siteContent-categories .menu {
  width: 100%;
  padding: 0;
  float: none;
  list-style: none;
}

.siteContent-categories .menu-item {
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.siteContent-categories .menu-item a {
  color: #333;
}
.siteContent-categories .menu-item a.active {
  color: #b2b2b2; font-weight:700;
}

.siteContent-categories .current-menu-item:after {
  content: ' >>>';
  padding-bottom: 2px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: bottom;
}



.calendar_categories {
  float: left;
}

.calendar_categories {
  width: 25%;
}

.calendar_categories ul {
  list-style: none;
}

.calendar_categories li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.course_dates_title {
  font-size: 26px;
  color: #e6b445;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.calendar_item {
  width: 100%;
  float: none;
  position: relative;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.calendar_item .registerLink a {
  color: #fff;
  text-transform: uppercase;
  background-color: #e6b445;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 50px;
  margin-bottom: 30px;
  position: absolute;
  right: 0;
  top: 20px;
}

.calendar_item .price {
  font-size: 24px;
    color: #4d4d4d;
    font-weight: 500;
    margin-bottom: 0;
    height: 40px;
}

.calendar_item .related_right .button {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e6b445;
  font-weight: 500;
  border-radius: 3px;
  padding: .618em 1em;
}

.calendar_item .hotelTextName {text-transform:uppercase; font-size:20px; color:#333; font-weight:500;}
.calendar_item .hotelText {font-size:16px;}
.calendar_item .hotelText p {margin-bottom:10px;}
.calendar_item .hotelTextPrice {font-size:14px; color:#808080; line-height:18px;}
.calendar_item .hotelText a {text-decoration:none; color:#29abe2;}

.calendar_item .related_left {float:left; width:80%; display:flex;}
.calendar_item .related_left .hotelText {padding-top:10px;}
.calendar_item .relatedLeftImage {width:280px; margin-right:5%; position:relative;overflow:hidden;}
.calendar_item .relatedLeftImage p {position:absolute; left:0; bottom:4px; color:#fff; font-size:18px; background-color:#e6b445; padding:5px;}
.calendar_item .relatedLeftInfo {width:60%;}
.calendar_item .related_right {float:right; width:20%; text-align:center; padding-top:40px;}
.calendar_item .related_right a {font-size:14px; color:#fff; text-transform:uppercase; background-color:#e6b445; font-weight:500;}




.singleProductHeader {
  position: relative;
}

.singleProductHeader .productPrint {
  position: absolute;
  right: 25px;
  bottom: -85px;
  z-index: 999;
}

.sheduleTitle {
  display: inline-block;
}

.productPrintLink {
  display: inline-block;
  height: 20px;
  font-size:14px;
  margin-left: 20px;
  color:#000;
}
.productPrintLink svg {width:18px; height:18px;}

.hotelImage {
  max-width: 320px;
}

.hotelImage img {
  width: 100%;
  height: auto;
}

.calendar_items {position:relative;}