/* Destination Selector */

.destination-selector-tooltip {
background:#f4f4f4;
position:fixed;
top:200px;
z-index:9999;
border-radius:5px;
padding:20px 0 0 0;
box-shadow:0px 0px 73px 0px rgba(0, 0, 0, 0.5);
left:50%;
margin-left:-515px;
width:1030px;
}
.destination-selector-tooltip h2, .destination-selector-tooltip h5, .destination-selector-tooltip label.destination-selector-header {
font:26px/30px arial;
color:#2e2e2e;
margin-left:30px;
}
.destination-selector-tooltip p {
font:18px/20px arial;
color:#a9a9a9;
margin:5px 20px 10px 30px;
}
.destination-selector-tooltip .closer, .destination-selector-tooltip .close {
background:url(//media.tripcentral.ca/style/responsive/img/media-window/bg-media-close.png) no-repeat top;
width:24px;
height:26px;
display:block;
position:absolute;
top:7px;
right:7px;
}
.destination-selector-tooltip .heading {
color:#fff;
padding:0 3px;
}
.destination-selector-tooltip .heading h3 {
background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-open-close.png) no-repeat left top;
float:left;
font:18px/16px arial;
color:#de7436;
padding-left:20px;
margin:3px 0 0 0;
}
.destination-selector-tooltip .filter-box.open h3 {
background-position:left bottom;
}
.destination-selector-tooltip .heading a {
background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-select-all.png) repeat-x top;
float:right;
color:#fff;
text-decoration:none;
color:#666;
font:14px/20px arial;
height:20px;
border:1px solid #cecece;
border-radius:5px;
padding:0 10px;
}
.destination-selector-tooltip .heading a:hover {background-position:bottom;}
.destination-selector-tooltip .hidden {display:none;margin-top:10px;}
.destination-selector-tooltip .filter-box.open .hidden {display:block;}
.destination-selector-tooltip .filter-box {margin-bottom:10px;padding-bottom:10px;}
.destination-selector-tooltip .filter-box ul {float:left;width:32%;margin-right:1%;}
.destination-selector-tooltip .filter-box .last {float:left;width:34%;margin-right:0;}
.destination-selector-tooltip li {position:relative;margin-bottom:2px;}
.destination-selector-tooltip li input {
position:absolute;
top:0px;
left:0px;
}
.destination-selector-tooltip .highlight {
background:#e5e5e5;
padding:0 2px;
margin-left:20px;
}
.destination-selector-tooltip .highlight.semi {background:#fff;}
.destination-selector-tooltip .highlight.semi h4 {margin-left:20px;font-weight:normal;}
.destination-selector-tooltip .highlight h4 {float:left;font-weight:bold;}
.destination-selector-tooltip .highlight a {float:right;text-decoration:none;color:#666;}
.destination-selector-tooltip .button {
background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-red-button.png) repeat-x top;
width:175px;
height:29px;
display:block;
text-align:center;
color:#fff;
font:bold 14px/29px arial;
cursor:pointer;
border:none;
border-radius:3px;
text-shadow:1px 2px 3px rgba(0, 0, 0, 0.25); 
text-decoration:none;
margin-left:40px;
}
.destination-selector-tooltip .button:hover {background-position:bottom;}
.destination-selector-tooltip .cancel {
background:url(//media.tripcentral.ca/style/responsive/img/package-finder/bg-cancel.png) repeat-x top;
width:175px;
height:29px;
display:block;
text-align:center;
color:#fff;
font:bold 14px/29px arial;
cursor:pointer;
border:none;
border-radius:3px;
text-shadow:1px 2px 3px rgba(0, 0, 0, 0.25); 
text-decoration:none;
float:left;
}
.destination-selector-tooltip .cancel:hover {background-position:bottom;}

#destinations {
width:100%;
}
#destinations fieldset {
margin:5px;
position:relative;
display:block;
border-bottom:1px solid #e5e5e5;
margin-bottom:10px;
padding-bottom:10px;
overflow:hidden;
}
#destinations fieldset.open {
height: auto;
overflow: auto;
}
.destination-selector-tooltip span.all {
background:url(//media.tripcentral.ca/style/responsive/img/package-landing/bg-select-all.png) repeat-x center top;
color:#fff;
cursor:pointer;
border:1px solid #cecece;
border-radius:5px;
color:#666;
font:14px/20px helvetica,arial;
height:20px;
padding:0 10px;
text-decoration:none;
display:inline-block;
margin-right:10px;
margin-left:30px;
margin-bottom:10px;

}
#destinations fieldset span.only {
float:right;
cursor:pointer;
margin-right:5px;
}


#destinations fieldset legend, #destinations fieldset div.legend {
font:18px/16px arial;
color:#de7436;
margin:3px 0 0 0;
display:block;
width:100%
}
#destinations fieldset legend span.toggle {
height:16px;
display:inline-block;
}
#destinations fieldset.open legend span.toggle{
background-position: left bottom;
}
#destinations fieldset legend span {
cursor: pointer;
}
#destinations ul {
float:left;
width:294px;
padding:5px;
display:none;
}
#destinations fieldset.open ul {
display:block;
}
#destinations ul li {
margin:0px;
width:310px;
height:19px;
overflow:hidden;
margin-bottom:2px;
display:block;
}
#destinations ul li.city {
padding-left: 19px;
margin-left: 0;
width: calc(100% - 3px);
display: block;
align-items: baseline;
height: auto;
}
#destinations ul li.country {
background:#e5e5e5;
}
#destinations ul li label {
position:relative;
}
#destinations ul li.country label {
font-weight: bold;
top:-1px;
padding-left:2px;
}
#destinations ul li.city label {
padding-left:2px;
top:-2px;
}
#destinations ul input {
position:static;
}

/* Hider */

.destination-selector-tooltip .hider {
background:#fff;
max-height:400px;
overflow-y:auto;
overflow-x:hidden;
position:relative;
padding-bottom:25px;
box-shadow:1px 2px 5px 0px rgba(0, 0, 0, 0.15);
margin-left:30px;
margin-right:30px;
}
.destination-selector-tooltip .hider.no-scroll-bar {padding-bottom:0;}
.destination-selector-tooltip .hider.no-scroll-bar #destinations fieldset {border-bottom:none;padding-bottom:0;}
.destination-selector-tooltip .hider.no-scroll-bar .filter-box {padding-bottom:0;}
.destination-selector-tooltip .fade {
background: url(/style/responsive/img/package-finder/fade.png) no-repeat top;
position:absolute;
left:30px;
bottom:70px;
width:954px;
text-align:center;
height:51px;
}
div.destination-selector-tooltip-background div.destination-selector-tooltip div.white-border div.fade h6 {
color:#fff;
font:bold 16px/51px arial;
text-shadow:1px 1px 2px rgba(0, 0, 0, 0.57); 
}
/* .destination-selector-tooltip h6 { 
color:#fff;
font:bold 16px/51px arial;
text-shadow:1px 1px 2px rgba(0, 0, 0, 0.57); 
} */
.destination-selector-tooltip h6.destination-selector-header{
font:26px/30px arial;
color:#2e2e2e;
margin-left:30px;
}

/* Bottom Buttons */

.white-border {border-bottom:1px solid #d6d6d6;}
.bottom-buttons {
background:#d8d8d8;
border-top:1px solid #e4e4e4;
padding:20px 0;
border-radius:0 0 5px 5px;
position:relative;
z-index:999;
}

.all-v3-location {
font-size: 14px;
font-weight: 600;
}


body.no-scroll {overflow:hidden;}

	@media (max-width: 1099px) {

	/* Destination Selector */

	.destination-selector-tooltip {
	left:50%;
	margin-left:-334px;
	width:668px;
	}
	.destination-selector-tooltip .fade{
	width:608px;
	}
	#destinations legend + ul {padding-top:5px;}
	#destinations ul {float:none;padding:0 5px;}
	#destinations ul li {width:590px;}
	#destinations ul li.city {width:571px;}
	
	}