.largeBackground > div > div{
    width: 100%;
}
.largeBackground .tourBreadCrumb:after{
    content: unset;
}

/* Keyword Tourbox */
.tourBoxSlider:not(.tourBoxSlider-slider){
    display: table;
    max-width: 1600px;
    margin: auto;
}
.tourBoxSlider.hidden{display: none;}
.tourBoxSlider .destinationBox{
    height:380px;
	width:278px;
	margin:0 20px;
	position:relative;
    overflow:hidden;
    float: left;
    margin: 20px;
	
	-webkit-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.45);
	box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.45);
}
.tourBoxSlider .destinationBox div:first-child{
	width:100%;
	height:300px;
	display:block;
}
.tourBoxSlider .destinationBox img{
	width:100%;
	height:300px;
	display:block;
}
.tourBoxSlider .destinationBox div:nth-child(2){
	padding:10px 15px;
	font-size: 0.95em;
	/* text-align:center; */
	position:absolute;
	width:100%;
	bottom:40px;
	text-transform:uppercase;
	font-weight: bold;
}

.tourBoxSlider .destinationBox div:last-child {
	padding:10px 20px;
	position:absolute;
	width:100%;
	bottom:0;
}
.tourBoxSlider-slider{display: none;}
.openTours{
    overflow: hidden;
    height: 430px;
    display: block !important;
}
.open-tours-btn:before{
    content: '';
    background: url(../images/sprites.png?v=1) no-repeat;
    background-size: 1100px 1290px;
    background-position: -974px -114px;
    width: 20px;
    height: 15px;
    zoom: 1.2;
    margin-top: 10px;
    transform: rotate(0deg);
    margin: 10px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.open-tours-btn:after{
    content: 'SHOW ALL TOURS';
}

.close-tours-btn:before{
    content: '';
    background: url(../images/sprites.png?v=1) no-repeat;
    background-size: 1100px 1290px;
    background-position: -974px -114px;
    width: 20px;
    height: 15px;
    zoom: 1.2;
    margin-top: 10px;
    transform: rotate(180deg);
    margin: 10px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.close-tours-btn:after{
    content: 'HIDE TOURS';
    padding-top: 30px;
    display: block;
}
.largeBackground .tourBreadCrumb{
    border: 0px solid transparent;
}
.largeBackground > div > div{
    bottom: 23%;
}

.largeBackground .contentWrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1650px){
    .extraSectionPaddingBoth {padding: 20px;}
}
@media only screen and (max-width: 1693px){
    .tourBoxSlider-no-slider{  max-width: 1280px !important;}
}
@media only screen and (max-width: 1355px){
    .tourBoxSlider-no-slider{   max-width: 960px !important;}
}
@media only screen and (max-width: 1250px){
    .bodyWrapper{
        padding-bottom: 0px !important;
    }
}
@media only screen and (max-width: 1022px){
    .tourBoxSlider-no-slider{   max-width: 640px !important;}
}
@media only screen and (max-width: 900px){
    section.secondaryTourDetails .halfWidth .larger{
        font-size: 28px;
    }
    .contentWrapper .tourBreadCrumb{
        width: 94% !important;
        margin: auto;
    }
}
@media only screen and (max-width: 800px){
    .tourBoxSlider-slider {display: block;}
    .tourBoxSlider-no-slider {display: none !important;}
    .show-all-btn{display: none !important;}
}
