#map_canvas .labels {
    color: white;
    font-size: 17px;
    text-align: center;
    width: 20px;
    z-index: -1;
}

#hinc, #htours, #hdate {
    text-decoration: none;
    border-bottom: 1px dashed;
}

@media print {
	.head-menu, .login-tools, nav, .meta-box, .footer-menu, #tourDemand1, .logo, .tour-aside .dot-list, .btn-holder, .social-box, .footer-frame .col:first-child {
		display: none !important;
	}
    .printable-logo {
        display: block !important;
    }
    .header-frame {
        text-align: center;
    }
}
.note {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 10px 23px 14px;
    margin: 5px 0 10px;
}
.note > p:first-child {
    margin-top: 0;
}
.note > p:last-child {
    margin-bottom: 0;
}

#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('/images/thumb_up.png') no-repeat;
}

#reviewStars-input {

  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/

  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;

  width: 20px;
  height: 20px;

  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 20px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 20px;
  width: 20px;
  float: right;
  cursor: default;
  margin-right: 2px;

  position: relative;
  z-index: 1;
}

#reviewStars-input {
  left: 0px;
  cursor: default;
}

div.tour-comment {
    background: url('/images/quote_top.png') top left no-repeat;
    border: none;
    padding: 8px 0 0 12px;
    font-size: 18px;
}
div.tour-comment > p {
    background: url('/images/quote_bottom.png') bottom right no-repeat;
    padding: 0 12px 16px 0;
    font-style: italic;
    color: #474647;
}

div.tour-comment > div {
    text-align: right;
}
.tour-opinion {
    margin-bottom: 20px;
    position: relative;
}
.tour-opinion::after {
    clear: both;
    content: '';
    display: table;
}
.tour-opinion-info {
    float: left;
    width: 20%;
}
.tour-opinion-text {
    float: left;
    width: 80%;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.28);
    box-shadow: 0 0 5px rgba(0,0,0,0.28);
    position: relative;
}
.tour-opinion-text > div {
    margin: 20px;
}
.tour-opinion-text::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 13px;
    display: block;
    border: 14px solid;
    border-right-color: rgba(0,0,0,0.08);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-width: 22px;
}
.tour-opinion-text::after {
    content: '';
    position: absolute;
    left: -32px;
    top: 15px;
    display: block;
    border: 12px solid;
    border-right-color: #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-width: 20px;
}
.program-list {
    margin: 0 0 -17px;
    padding: 0;
    list-style: none;
    position: relative;
}
.program-list a {
    color: #507386;
}
.program-list a:hover {
    color: #ff0000;
    text-decoration: none;
}
.program-list a:visited {
    /*color: #784f69;*/
}
.program-list > li {
    padding: 0 0 35px;
}
.program-list .date {
    line-height: 30px;
    color: #232323;
    background: #f3f5f4;
    padding: 0 10px;
    margin: 0 0 13px;
}
.program-list-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.program-list-info > li > span {
    font-size: 16px;
    font-weight: bold;
}
.program-list-info li {
    width: 100%;
}
.program-list-info .icon {
    float: left;
    width: 33px;
    margin: 2px 0 0;
}
.program-list-info .icon img {
    float: left;
}
.program-list-info ul {
    padding: 0 0 0 33px;
    margin: 0;
    list-style: none;
}
.program-list-info .bullet {
    padding: 0 0 0 17px;
    background: url(/images/events/bullet.png) no-repeat 5px 5px;
}
.program-list-info .departure {
    padding: 0 0 0 27px;
    background: url(/images/events/departure.png) no-repeat;
}
.program-list-info .town {
    padding: 0 0 0 27px;
    background: url(/images/events/town.png) no-repeat;
}
.program-list-info .leisure {
    padding: 0 0 0 27px;
    background: url(/images/events/leisure.png) no-repeat 5px 5px;
}
.program-list-info .excursion {
    padding: 0 0 0 27px;
    background: url(/images/events/excursion.png) no-repeat 5px 5px;
}
.program-list-info .meals {
    padding: 0 0 0 27px;
    background: url(/images/events/meals.png) no-repeat;
}
.program-list-info .arrival {
    padding: 0 0 0 27px;
    background: url(/images/events/arrival.png) no-repeat 5px 5px;
}
.program-list-info .transfer {
    padding: 0 0 0 27px;
    background: url(/images/events/transfer.png) no-repeat;
}
.program-list-info ul ul {
    padding: 0 0 0 17px;
}
.program-heading {
    width: 100%;
    position: relative;
    padding: 3px 0;
    cursor: pointer;
}
.program-heading:hover .drop-box {
    display: block;
}
.program-heading .number {
    float: left;
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
    background: url(/images/gmaps.png) no-repeat;
}
