@charset "UTF-8";

/* Topbar Links & Buttons */

.topbar-links {
	width: 670px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.topbar-links ul {
	float: right;
	margin: 0px;
	padding: 8px 0px 0px;
	list-style: none;
}
.topbar-links li {
	float: left;
	padding: 0px;
	list-style: none;
}
.topbar-links li.tagline {
	margin: 0px 10px 0px 0px;
}
.topbar-links li.tagline h1 {
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	text-shadow: 0px 1px 1px #000;
}
.topbar-links li.topbar-link {
	margin: 0px 0px 0px 6px;
}
.topbar-links li.link-forum {
	margin: 0px 4px 0px 8px;
}
.topbar-links li.topbar-link a,.FooterFollow li.footer-link a,.footer-cards a .card-button,.side-booking li a,.bookbutton-standard {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	height: 20px;
	display: inline-block;
	padding: 0px 8px;
	border-radius: 4px;
}
.topbar-links li.link-book {
	position: relative;
}
.topbar-links li.link-book a,.FooterFollow li.link-book a,.footer-cards a .card-button,.side-booking li a,.bookbutton-standard {
	background: #FFDD6F;
	background: -moz-linear-gradient(top,  #ffee99 0%, #ffc743 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee99), color-stop(100%,#ffc743));
	background: -webkit-linear-gradient(top,  #ffee99 0%,#ffc743 100%);
	background: -o-linear-gradient(top,  #ffee99 0%,#ffc743 100%);
	background: -ms-linear-gradient(top,  #ffee99 0%,#ffc743 100%);
	background: linear-gradient(top,  #ffee99 0%,#ffc743 100%);
	color: #554;
	border: 1px solid #FFDD6F;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.topbar-links li.link-jump a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	padding: 0px 10px;
	border-radius: 12px;
	margin-top: 2px;
}
.topbar-links li.link-book a,.side-booking li a,.footer-cards a .card-button,.bookbutton-standard {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 0px 20px;
	border-radius: 14px;
	text-align: center;
}
.bookbutton-standard {
	font-size: 14px;
	padding: 0px 25px;
	border-radius: 15px;
	line-height: 30px;
	height: 30px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #CC1010;
}
.topbar-links li.link-book a:hover,.FooterFollow li.link-book a:hover,.footer-cards a:hover .card-button,.side-booking li a:hover,.bookbutton-standard:hover {
	background: #FFED7F;
	border-color: #FFED7F;
	background: -moz-linear-gradient(top,  #ffeedd 0%, #ffc743 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeedd), color-stop(100%,#ffc743));
	background: -webkit-linear-gradient(top,  #ffeedd 0%,#ffc743 100%);
	background: -o-linear-gradient(top,  #ffeedd 0%,#ffc743 100%);
	background: -ms-linear-gradient(top,  #ffeedd 0%,#ffc743 100%);
	background: linear-gradient(top,  #ffeedd 0%,#ffc743 100%);
	color: #443;
}
.bookbutton-standard:hover {
	color: #BC0000;
}
.menubar-main li.switch-book {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	display: none;
}
.menubar-main li.switch-book a {
	background: #FFDD6F;
    background: -moz-linear-gradient(top, #ffee99 0%, #ffc743 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee99), color-stop(80%,#ffc743));
    background: -webkit-linear-gradient(top, #ffee99 0%,#ffc743 80%);
    background: -o-linear-gradient(top, #ffee99 0%,#ffc743 80%);
    background: -ms-linear-gradient(top, #ffee99 0%,#ffc743 80%);
    background: linear-gradient(top, #ffee99 0%,#ffc743 80%);
    border: 1px solid #FFDD6F;
	color: #C61111;
	font-weight: 700;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	height: 32px;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.menubar-main li.switch-book a:hover {
	background: #FFED7F;
	border-color: #FFED7F;
	background: -moz-linear-gradient(top,  #ffeedd 0%, #ffc743 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeedd), color-stop(80%,#ffc743));
	background: -webkit-linear-gradient(top,  #ffeedd 0%,#ffc743 80%);
	background: -o-linear-gradient(top,  #ffeedd 0%,#ffc743 80%);
	background: -ms-linear-gradient(top,  #ffeedd 0%,#ffc743 80%);
	background: linear-gradient(top,  #ffeedd 0%,#ffc743 80%);
}

.logobar-feature {
	height: 100px;
    width: 130px;
    position: absolute;
    right: 70px;
    top: 30px;
}
.logobar-feature a {
	display: block;
	height: 100px;
	width: 130px;
	transform: scale(0.9);
	transition: all .2s ease-in-out;
}
.logobar-feature a:hover {
	transform: scale(1);
}

/* Adbar */

.adbar {
	margin: 0 auto;
	height: 100px;
	width: 1000px;
	position: relative;
}
.adbar-header {
	padding: 15px 0 3px;
}
.adbar-today-header {
	padding: 10px 0 18px;
}
.adbar .adbar-main {
	height: 90px;
	width: 728px;
	background: rgba(255,255,255,0.2);
	border: 5px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	position: absolute;
}
.adbar .adbar-side {
	height: 90px;
	width: 237px;
	background: rgba(255,255,255,0.2);
	border: 5px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	position: absolute;
	right: 0px;
}
.adbar-today-header .adbar-main {
	background: rgba(255,255,255,0.8);
	border: 5px solid rgba(255,255,255,0.8);
}
.adbar-today-header .adbar-side {
	background: rgba(255,255,255,0.8);
	border: 5px solid rgba(255,255,255,0.8);
}

/* Footer Cards */

.footer-cards {
	padding: 2px 0px 20px;
}
.footer-cards ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    white-space: nowrap;
}
.footer-cards li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.footer-cards .card-header {
	font-size: 12px;
	line-height: 52px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.5);
}
.footer-magic .card-header {
	color: #d7dde4;
}
.footer-today .card-header {
	color: #ebb;
}
.footer-cards .card-holder {
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right top;
	display: block;
	height: 180px;
	width: 315px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.footer-cards .card a {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.35)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 100%);
	display: block;
	height: 180px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.footer-cards .card a:hover {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5), 0 5px 20px rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5), 0 5px 20px rgba(255,255,255,0.2) inset;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5), 0 5px 20px rgba(255,255,255,0.2) inset;
}
.footer-cards .card-orange .card-holder {
	background-color: #c16b00;
	background-image: url(/images/global/element_image_dlplogo.png), url(/images/global/image_footercard_halloween.jpg);
	border-color: #a14b00;
}
.footer-cards .card-bronze .card-holder {
	background-color: #ac7e28;
	background-image: url(/images/global/element_image_dlplogo.png), url(/images/global/image_footercard_25th.jpg);
	border-color: #8c5e08;
}
.footer-cards .card-purple .card-holder {
	background-color: #362389;
	background-image: url(/images/global/element_image_dlplogo.png), url(/images/global/image_footercard_stormtroopers.jpg);
	border-color: #5643a9;
}
.footer-cards .card-green .card-holder {
	background-color: #439f63;
	background-image: url(/images/global/element_image_dlplogo.png), url(/images/global/image_footercard_castle.jpg);
	border-color: #61c285;
}
.footer-cards .card-pink .card-holder {
	background-color: #b64989;
	background-image: url(/images/global/element_image_dlplogo.png), url(/images/global/image_footercard_entrance.jpg);
	border-color: #dc66ab;
}
.footer-cards .card-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #ffdf60;
	text-shadow: 0 1px 1px rgba(63,35,51,0.3);
	line-height: 33px;
	font-weight: normal;
	display: inline-block;
	padding: 10px 60px 8px 15px;
}
.footer-cards .card-text {
	font-size: 14px;
	color: #fff;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.4);
	line-height: 22px;
	display: inline-block;
	padding: 0px 65px 0px 15px;
}
.footer-cards .card-button {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/* Footer Tagline */
.footer-billboard {
	width: 970px;
	margin: 20px auto;
	text-align: center;
    background-color: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 5px;
}
.FooterTagline {
	padding-top: 2px;
}
.FooterTagline .tagline-tag {
	font-size: 14px;
	font-style: italic;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	margin-left: 22px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	float: left;
}
.FooterTagline .tagline-social {
	font-size: 13px;
	line-height: 50px;
	color: #def;
	padding-right: 22px;
	float: right;
	text-align: right;
}
.footer-magic .FooterTagline .tagline-social {
	color: #def;
}
.footer-today .FooterTagline .tagline-social {
	color: #edd;
}
.FooterTagline .tagline-social a {
	font-weight: bold;
	color: #fff;
}
.FooterTagline .tagline-social a:hover {
	text-decoration: underline;
}

.Ad300 img,.ad300 img,.Ad300 iframe,.ad300 iframe,.Ad300 ins,.ad300 ins {
	display: block;
}