.tourmaster-item-list.hide {
	display: none;
}

.traveltour-body .tour-dates .box-date {
    padding: 0.8rem;
    background-color: #f5f5f5;
    text-decoration: none;
    color: #9a9a9a;
    border-bottom: 0px solid #4692e7;
    max-width: 232px;
}

.traveltour-body .tour-dates button {
    background-color: #b7b7b7;
    border-radius: 10px;
}

.traveltour-body .tour-dates .box-date .date {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 12px;
    color: #aaa;
    background-color: #2c487a;
}

.traveltour-body .tour-dates .box-date .place {
    font-size: 14px;
    text-align: center;
    padding: 3px;
}

.traveltour-body .tour-dates .box-date .cabin {
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.traveltour-body .tour-dates .box-date .price {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}

.traveltour-body .tour-dates .btn-date:hover,
.traveltour-body .tour-dates .btn-date.active,
.traveltour-body .tour-dates .btn-date:active {
    color: #242424;
    background-color: transparent;
    border-bottom: 3px solid #4692e7;
}

.traveltour-body .tour-dates .btn-date:hover .date,
.traveltour-body .tour-dates .btn-date.active.date,
.traveltour-body .tour-dates .btn-date:active.date {
    color: #FFF;
}

.traveltour-body .date-contents {
    position: relative;
    width: 100%;
}

.traveltour-body .tourmaster-item-list-simon,
.traveltour-body .cabins-prices,
.traveltour-body .date-content {
    width: 100%;
    transition: all 1s;
}

.traveltour-body .cabins-prices {
	margin-top: 1rem;
}

.traveltour-body .tourmaster-item-list-simon.hide, 
.traveltour-body .cabins-prices.hide,
.traveltour-body .date-content.hide {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.traveltour-body .date-content .vessel {
    padding: 0 10px 10px;
    margin-bottom: 20px;
    text-align: center;
}

.traveltour-body .date-content .vessel a {
    font-size: 15px;
    font-weight: 800;
    color: #4692e7;
}

.tourmaster-tour-item .tourmaster-tour-view-more.bt-ask,
.tourmaster-tour-item .tourmaster-tour-view-more.bt-cabins {
	border-radius: 25px;
}

.traveltour-body .cabins-prices .cabin,
.traveltour-body .date-content .date-prices .cabin {
    text-align: center;
    margin: 2px;
    padding: 4px;
    border: 1px solid #eee;
}

.traveltour-body .cabins-prices .cabin .name,
.traveltour-body .date-content .date-prices .cabin .name {
    font-size: 14px;
    color: #242424;
}

.traveltour-body .cabins-prices .cabin .price,
.traveltour-body .date-content .date-prices .cabin .price {
    font-size: 16px;
    color: #242424;
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}

.tourmaster-content-navigation-tab[data-anchor="#form"] {
	background: #003399;
	border-radius: 25px !important;
	border-color: #039 !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: background-color .3s;
}

.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}

.tooltip .top {
    min-width:200px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip.active .top,
.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

.tooltip .top .cabin {
    text-align: center;
    margin: 2px;
    padding: 4px;
    border: 1px solid #eee;
}

.tooltip .top .cabin .name {
    font-size: 14px;
    color: #242424;
}

.tooltip .top .cabin .price {
    font-size: 16px;
    color: #242424;
}

.cabins-prices .slick-prev, .date-prices .slick-next,
.date-prices .slick-prev, .date-prices .slick-next,
.tour-dates .slick-prev, .tour-dates .slick-next {
        background-color: transparent !important;
}

.cabins-prices .slick-prev::before, .date-prices .slick-next::before,
.date-prices .slick-prev::before, .date-prices .slick-next::before,
.tour-dates .slick-prev::before, .tour-dates .slick-next::before {
    color: #4692e7;
    background-color: transparent;
}

.cabins-prices .slick-prev:hover::before, .date-prices .slick-next:hover::before,
.date-prices .slick-prev:hover::before, .date-prices .slick-next:hover::before,
.tour-dates .slick-prev:hover::before, .tour-dates .slick-next:hover::before {
    color: #4692e7;
}

@media screen and (max-width: 600px) {
	.tourmaster-tour-content.available-dates {
		max-width:100% !important;
	}
	
	.tourmaster-tour-content.available-dates div {
		flex-direction:column !important;
		align-items: start !important;
		padding: 0 0 5px 0!important;
	}
	
	.tourmaster-tour-content.available-dates div:first-child {
		display: none !important;
	}
	
	.tourmaster-tour-content.available-dates div span {
		width: 100% !important;
	}
	
	.tourmaster-tour-content.available-dates div span:empty {
  		display: none !important;
	}
}