/* ------ Inline Block Fix ------ */

.ib{
	display: inline-block !important;
	zoom: 1 !important;
}

/* ----- Destination Modules ----- */

.mod-destination{

}

.mod-destination .custom-title{ margin: 0 0 32px 0; }

.mod-destination .info .intro{
	float: left;
	width: 468px;
}

.mod-destination .mod-content-text p{
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.mod-destination .mod-content-text span{
	font-size: 50px;
	line-height: 50px;
	color: #000;
	float: none;
	display: inline;
}

.mod-destination .info .intro a.first,
.mod-destination .info .intro a.second{
	display: block;
}

.mod-destination .info .intro a.first{
	margin: 20px 0 10px 0;
}

/* Map Styles and Custom Controls */

.mod-destination .map-wrapper{
	width: 100%;
	height: 350px;
	position: relative;
}

.mod-destination #hotelGmap{
	width: 100%;
	height: 350px;
	margin: 0;
}

.mod-destination .controls{
	position: absolute;
	top: 15px;
	right: 15px;
}

.mod-destination .no-attractions .controls {
	display: none;
}

.mod-destination .gMapsLabel{
	color: #FFF;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
}

/* Attraction Line */

.mod-destination .attractions{
	margin: 15px 0 0 0;
}

.mod-destination .attractions span{
	display: block;
	text-align: center;
}

.mod-destination .attractions ul{
	width: 100%;
	margin: -2px 0 0 0;
}

.mod-destination .attractions ul li{
	width: 20%;
	float: left;
	border-top: 4px solid #000;
}

.mod-destination .attractions ul li .dot{
	width: 28px;
	margin: -18px auto 60px;
	display: block;
	position:relative;
}

.mod-destination .attractions ul li .dot img{
	position:absolute;
}

.mod-destination .attractions ul li .dot .num{
	position:absolute;
	top: 10px;
	left: 7px;
	color: #FFF;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
}

.mod-destination .attractions ul li .attraction{
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.mod-destination .attractions ul li .time{
	font-size: 13px;
	color: #787878;
	font-family: Georgia, Helvetica, Arial;
	text-transform: lowercase;
}

/* Global layout fixing */

.mod-destination{
	margin:0 0 20px;
}

/* ------ Custom Dropdowns ----- */
.dd{
	position: relative;
	cursor: pointer;
}

.dd .selected-wrapper{
	border: 1px solid #ccc;
	background: #FFF;
}

.dd .selected{
	height:28px;
	background: url('/etc/designs/fourseasons/img/backgrounds/global/bg-dropdown.png') 0 0 repeat-x #FFF;
	padding:0 10px 0 0;
	display: block;
	margin: 2px;
}

.dd .selected span{
	background: url('/etc/designs/fourseasons/img/backgrounds/global/dropdown-arrow-down.png') right center no-repeat;
	text-indent: 10px;
	line-height: 28px;
	font-size: 12px;
	text-align: left;
	display: block;
	padding-right: 15px;
}

.dd .ul-wrapper{
	border:1px solid #ccc;
	border-top:0;
	position: absolute;
	top:32px;
	left:0;
	background: #FFF;
}

.dd ul{
	background: #F5F5F5;
	margin: 0 2px 2px 2px;
}

.dd ul li{
	font-size: 12px;
	color: #666;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
}

.dd ul li:hover{
	background: #E4E4E4;
}

/* Closed/Open Styles */

.dd-closed .ul-wrapper { display: none; }

.dd-open .selected{
	background: #F5F5F5;
}

.dd-open .selected span{
	background: url('/etc/designs/fourseasons/img/backgrounds/global/dropdown-arrow-up.png') right center no-repeat;
}

/* ------ Custom Black Dropwdown ----- */

.blk-dd .selected-wrapper{
	border: 2px solid #000;
	background: #FFF;
}

.blk-dd .selected{
	height:23px;
	background: #000;
	margin: 1px;
}

.blk-dd .selected span{
	background: url('/etc/designs/fourseasons/img/modules/destination/dropdown-arrow-down.png') right center no-repeat;
	line-height: 24px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}

.blk-dd .dd-open .selected-wrapper{
	border-bottom:0;
	padding-bottom: 0px;
}

.blk-dd .dd-open .selected span{
	background: url('/etc/designs/fourseasons/img/modules/destination/dropdown-arrow-up.png') right center no-repeat;
}


.blk-dd .dd-open .selected{ background: #000; }

.blk-dd .dd-closed .ul-wrapper{ display: none; }

.blk-dd .ul-wrapper{
	border:2px solid #000;
	border-top:0;
	position: absolute;
	background: #FFF;
	top: 27px;
}

.blk-dd ul{
	background: #000;
	margin: 0 1px 1px 1px;
}

.blk-dd ul li{
	font-size: 9px;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	text-transform: uppercase;
	font-weight: 900;
}

.blk-dd ul li:hover{
	background: #4D4D4D;
}

.mod-destination .attractions ul li .dot .num,
.mod-destination .gMapsLabel,
.mod-destination .dd .selected,
.mod-destination .dd ul li{
	font-family: "museo-sans-1", "museo-sans-2", Arial, Helvetica, sans-serif;
}
