#tourInfo .showing_instead {
    padding: 15px;
    background: #E4E4E4;
    color: #666;
    margin: 20px 0 0;
}
div#tourResults {
    margin: 20px 0;
    float: left;
    position: relative;
    width: 70%;
    box-sizing: border-box;
}
.tourBox {
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    min-height: 156px;
}
.tourBox .name {
    font-size: 21px;
    margin: 0 10px 10px 230px;
    color: #000;
    padding-right: 125px;
}
.tourBox .name:hover {
	text-decoration: underline;
}
.tourBox .spaces img, .tourBox .length img, .tourBox .price-starting img {
    width: 15px;
    margin-right: 8px;
    vertical-align: -2px;
}
.tourBox .stats-box {
	float: right;
	position: relative;
	margin: 3px;
	color: #212121;
	width: 150px;
}
.tourBox .stats-box i {
	position: absolute;
	right: 0;
	margin-top: 2px;
}
.tourBox .spaces, .tourBox .length, .tourBox .price-starting {
    font-size: 14px;
    text-align: right;
    padding-bottom: 9px;
    padding-right: 30px;
}
.tourBox .price-box {
	font-size: 40px;
	margin: 12px 0 16px 230px;
	color: #306ED4;
	position: relative;
}
.tourBox .price-box .arrow {
    border: 6px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    border-top-width: 12px;
    border-top-color: #20941E;
    border-bottom-width: 0px;
    margin: 8px 0 0;
}
.tourBox .price-box .arrow.amber {	
	border-top-color: #C56C0F;
}
.tourBox .price-box .starts {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
}
.tourBox .price-box .save {
    color: #000;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
    padding-left: 25px;
}
.tourBox .price-box .discount {
    color: #20941E;
    font-size: 15px;
    display: inline-block;
    margin: -15px 0 0 17px;
}
.tourBox .price-box .discount.amber {	
	color: #C56C0F;
}
.tourBox .price-box .left-pane {
    display: inline-block;
    vertical-align: top;
}
.tourBox .price-box .save .label {
    font-size: 17px;
    font-weight: 300;
}
.tourBox .price-box .save .price {
    font-weight: 600;
    font-size: 33px;
    letter-spacing: -2px;
    margin: -6px 0 0;
}
.tourBox .price-box small {
	font-size: 17px;
}
.tourBox .ship-box {
	font-size: 40px;
	margin: 22px 0 16px 230px;
	width: 234px;
    color: #306ED4;
}
.tourBox .ship-box small {
	font-size: 17px;
}
.tourBox .ship-box .title {
	font-size: 11px;
	display: block;
	position: absolute;
	margin: -6px 0 0 3px;
	font-weight: 400;
}
.tourBox .description {
    margin: 0 10px 10px 230px;
    max-width: 350px;
}
.tourBox .tourImg {
	width: 200px;
	display: inline-block;
	position: absolute;
	max-height: 150px;
}
.tourBox a:hover {
	opacity: 1 !important;
}
.cover_image {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
.cover_image:before {
    background: url("/assets/img/general/overlay.png");
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
button.more_results {
    margin: 0;
    width: 100%;
    padding: 15px;
}
.no_results {
    background: #DEDEDE;
    padding: 50px;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 15px;
}
.no_results i {
    font-size: 41px;
    margin-bottom: 20px;
}
#tourOptions {
    float: left;
    width: 30%;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 500px;
    padding: 0 20px 0 0;
    overflow: hidden;
    margin-top: 20px;
}
#tourOptions button {
	margin: 0;
}
#tourOptions .filter {
	padding:25px;
	background: #D8D8D8;
	margin: 0 0 15px;
	position: relative;
}
#tourOptions .filter i.fa.exit-cruise {
    right: 25px;
    margin: -10px 0 0 0;
    cursor: pointer;
}
#tourOptions .filter label.animate {
    margin-left: 40px;
}
#tourOptions .active label.animate {
    margin-left: 38px;
}
#tourOptions .fixed_eur {
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    margin: -43px 0 0 0;
    right: 45px;
}
#tourOptions .filter input[type="text"], #tourOptions .filter select {
	width:100%;
	padding-right: 0 !important;
}
#tourOptions .sub-filter {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding-right: 10px;
}
#tourOptions .filter .sub-filter label.animate {
	margin: 20px 0 0 15px;
}
#tourOptions .filter .sub-filter.active label.animate {
	margin: 14px 0 0 13px;
}
#tourOptions .dates_filter {
	background: #47ACDC;
	color: #FFFFFF;
	font-size: 17px;
}
#tourOptions .dates_filter input {
	width: 100%;
}
#tourOptions .dates_filter input:focus {
	border-color: transparent !important;
}
#tourOptions .dates_filter button {
	background: #1F536B;
	margin: 10px 0 0;
}
#tourOptions .dates_filter button:hover {
	background: #13303E;
}
#tourOptions .filter span {
	display:inline-block;
	margin: 1px 0 16px 30px;
}
#tourOptions .dates_filter span {
	margin: -3px 0 16px 40px;
	font-weight: 300;
}
#tourOptions .filter i {
	position: absolute;
	font-size:20px;
}
.date-cover {
    position: absolute;
    color: #3C6071;
    margin: 15px 57px;
}
.date-cover i {
    font-size: 90px;
}
.date-cover span {
    background: rgb(255, 255, 255);
    display: block;
    margin: -59px 0 55px 6px;
    position: relative;
    box-sizing: border-box;
    width: 71px;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    height: 28px;
    color: #000000;
}