#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
section:not(.notmargin) {
    margin: 80px 0 0;
}
.custom-groups-p .margin-bottom{
    margin-bottom: 20px;
}
.custom-groups-p .mcolor{
    color: rgba(2,55,95,1);
}
.custom-groups-p .content {
    background: #f5f5f5;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}
/* Tour type */
.custom-groups-p .tourType .card{
    /* width: 31.5%; */
    width: calc((100% / 3) - 20px);
    margin: 10px;
    padding: 30px;
    height: 110%;
    min-width: 250px;
    font-size: 0.95em;
}
.custom-groups-p .tourType .card .list{
    /* height: 550px; */
    height: 620px;
    min-height: max-content;
}
.custom-groups-p .tourType .card .list > div{
    /* font-size: 0.9em; */
    padding: 5px;
}
.custom-groups-p .tourType .card .small{
    opacity: 0.7;
    min-height: 170px;
    margin-top: 15px;
    height: auto;
}
.custom-groups-p .card .logo{
    width: 158px;
    height: 175px;
    margin-top: 20px;
    zoom: 0.9;
}
.custom-groups-p .card .whatiscustom{
    color:#07445e;
}
.custom-groups-p .card .wherecanwetravel{
    color: #75101a;
}
.custom-groups-p .card .whatisincluded{
    color: #ef5f24;
}
.custom-groups-p .card .title{
    font-weight: bolder; 
    margin-bottom: 25px; 
}
.custom-groups-p .small{
    font-size: 0.8em;
}
.custom-groups-p .note{
    margin: 30px auto 50px;
}
.custom-groups-p .details{
    margin-top: 15px;
    margin-bottom: 50px;
   
    text-align: justify;
}
/*.custom-groups-p .details-wrapper .row > .halfwidth:nth-child(1){
    padding-right: 50px;
} */
.custom-groups-p .details-wrapper .row > .halfwidth {
	margin-bottom: 10px;	
}
.custom-groups-p .details > div{
    font-weight: bolder;
    margin-bottom: 5px;
    font-size: 1.2em;
}
.custom-groups-p .details .title > span{
    margin-right: 10px;
}
.custom-groups-p .details-wrapper{
    width: 98%; 
    margin: auto; 
    margin-top: 50px;
}
.sprites.bullet-checked{
    background-position: -617px -97px;
    width: 18px;
    height: 19px;
    zoom: 0.9;
    opacity: 0.5;
}
.cDetails .sprites {
	width: 40px;
    height: 40px;
	vertical-align: middle;
	margin-right:8px;
}
.cDetails .mcolor{
	width: 50%;
    margin: 0 auto;	
}
.sprites.foodandwinetour{
    background-position: -833px -943px;
}
.sprites.craftbrewerytour{
    background-position: -934px -943px;
}
.sprites.wildlifeviewingtour{
    background-position: -883px -943px;
}
.sprites.flowerandgardentour{
    background-position: -984px -943px;
}
.sprites.hikingtour{
    background-position: -718px -178px;
}
.sprites.skiingtour{
    background-position: -1034px -943px;
}
.sprites.whatiscustom{
    background-position: -522px -1098px;
}
.sprites.wherecanwetravel{
    background-position: -722px -1098px;
}
.sprites.whatisincluded{
    background-position: -922px -1098px;
}

.left{
    text-align: left;
}
/* Table */
.custom-groups-p .row{
    display: table;
}
.custom-groups-p .col{
    float: left;
}

/* Mobile */
@media only screen and (max-width: 1680px) {
    
	.custom-groups-p .tourType .card{
		height:920px;
    }
	.custom-groups-p .tourType .card .small{
        height: auto;
		min-height: auto !important;
    }
	.custom-groups-p .tourType .card:last-child .small {
    	display:none;
	}
	.custom-groups-p .tourType .card .list {
		height:auto;	
	}
	.custom-groups-p .tourType .card .button {
		position: absolute;
		bottom:20px;
		left:0; right:0;
		margin:0 auto;
		width: 320px;
	}
	.custom-groups-p .tourType .card:last-child .buttonEBubble {
		bottom:120px;
	}
	.cDetails .mcolor {
		width: inherit;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1200px) {
    footer{
        position: relative;
    }
    .bodyWrapper{
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 860px) {
	.custom-groups-p .tourType .card{
        width: calc((100% / 2) - 20px);
		position:relative;
		/*height:780px; */
    }
    .custom-groups-p .contentWrapper{
        min-width: unset;
    }
    .custom-groups-p .tourType.row{
        width: 100%;
        padding: 0px;
        min-width: unset;
    }
    .custom-groups-p .list{
        height: max-content !important;
        /* width: max-content; */
        margin: 30px auto;
    }
    .custom-groups-p .row{
        min-width: 430px;
        margin: auto;
    }
    .custom-groups-p
    .custom-groups-p .contentWrapper{
        width: 90% !important;
        min-width: 410px;
    }
    /*.custom-groups-p .card:last-child .list{
        height: 550px;
    }
    .custom-groups-p .card:first-child .list, .custom-groups-p .card:nth-child(2) .list{
        height: 300px;
    } */
	
    .details-wrapper .row{width: 100% !important;}
    .details-wrapper .row .halfwidth{width: 100%; padding: 0 !important;}
}
@media only screen and (max-width: 600px) {
	.custom-groups-p .tourType .card{
        width: 100%;
        min-width: unset;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px;
        margin-bottom: 30px;
        padding-bottom: 20px;
		height:max-content;
    }
    .custom-groups-p .list{
        width: 100%;
    }
    .custom-groups-p .tourType .small{
        height: 100% !important;
        display: inline-block;
        margin-bottom: 50px;
    }
}