@CHARSET "UTF-8";

body {
	padding: 0px;
	margin: 0px;
	color: #27282C;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-y: scroll;
}

div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,textarea,p,blockquote,th,td,span,img,a
	{
	margin: 0px;
	padding: 0px;
}

a {
	color: #27282C;
	outline: none;
}

@font-face {
	font-family: 'OsCon';
	src: url('../Fonts/OsCon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HW';
	src: url('../Fonts/HW.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

img {
	display: inline-block;
	border: none;
	vertical-align: middle;
}

a img {
	outline: none;
}

.blockCenter {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.z5 {
	z-index: 5 !important;
}

.z6 {
	z-index: 6 !important;
}

.z7 {
	z-index: 7 !important;
}

.z8 {
	z-index: 8 !important;
}

.z9 {
	z-index: 9 !important;
}

.z10 {
	z-index: 10 !important;
}

.z12 {
	z-index: 12 !important;
}

.absoluteDiv {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1;
}

.fixedDiv {
	position: fixed !important;
	top: -1000px;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	height: 0px;
	z-index: 1;
}

.badge
{
	border-radius:5px 0px 0px 5px;
	box-shadow:0px 0px 10px #001f58;
}

#langBadge a
{
	display: block;
}

.z90
{
	z-index: 90 !important;
}

.page {
	position: relative;
	z-index: 3;
	width: 100%;
}

.page>div>div {
	position: relative;
	width: 100%;
}

.page>div>div>div {
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.group {
	display: table;
}

.header {
	display: table-header-group;
}

.row {
	display: table-row-group;
	background-color: white;
	box-shadow: 0 0 10px 4px #FFFFFF;
	margin-top: 10px;
	border-radius: 3px;
}

.footer {
	display: table-footer-group;
}

.header>div:FIRST-CHILD {
	padding: 5px 0px 10px 0px;
	box-shadow: inset 0 20px 20px -20px #CCCCCC;
}

.header>div:FIRST-CHILD>div {
	line-height: 56px;
}

.header>div:FIRST-CHILD>div>div {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 16px;
	line-height: 26px;
}

.header>div:FIRST-CHILD>div>div a {
	text-decoration: none;
	font-family: HW;
	font-size: 18px;
	margin-right: 20px;
}

.header>div:FIRST-CHILD>div>div a>img {
	position: relative;
	right: -4px;
}

.header>div:FIRST-CHILD>div>div a:LAST-CHILD {
	margin-right: 0px !important;
}

.header>div:nth-child(2) {
	line-height: 44px;
	height: 44px;
	background-color: #001f58;
	box-shadow: 0px 0px 5px #333333;
}

.menu {
	display: table !important;
}

.menu>div {
	display: table-cell !important;
	margin: 0px 20px 0px 20px;
	border-right: 1px solid #425d86;
	border-left: 1px solid #425d86;
	text-align: center;
	color: #EEEEEE;
	font-family: OsCon;
	font-size: 15px;
	border-radius: 10px;
}

.menu>div>span {
	display: inline-block;
	cursor: pointer;
	line-height: 44px;
	height: 44px;
	padding: 0px 20px;
}

.menu>div>span a {
	color: inherit;
	text-decoration: none;
}

.menu>div:FIRST-CHILD {
	margin: 0px 20px 0px 0px !important;
	border-left: none !important;
}

.menu>div:LAST-CHILD {
	margin: 0px 0px 0px 20px !important;
	border-right: none !important;
}

.menu>div>div {
	display: none;
}

.blue {
	color: #001f58;
}

.red {
	color: #c40012;
}

.mDiv {
	display: block;
	width: 190px;
	box-shadow: 0 3px 17px -7px #000000;
	background-color: #001f58;
	padding: 0px 5px;
	border-bottom: 8px solid #c40012;
}

.mDivIn {
	display: block;
	overflow: hidden;
}

.mDivIn>div {
	display: block;
	height: 10px;
}

.mDivIn a,.mDivIn span {
	position: relative;
	display: block;
	width: 190px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-family: OsCon;
	font-size: 15px;
	font-weight: bold;
	z-index: 8;
	text-decoration: none;
}

.mDivBar {
	position: absolute;
	background: linear-gradient(rgba(240, 240, 240, 0.8),
		rgba(219, 219, 219, 0.8) ) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #D5D5D5;
	box-shadow: 0 3px 7px -4px #000000;
	left: -5px;
	top: 0px;
	opacity: 0;
	line-height: 24px;
	display: block;
	height: 24px;
	width: 208px;
	z-index: 5;
}

.mDivBar:BEFORE {
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #000000;
	bottom: -6px;
	content: "";
	height: 0;
	left: -1px;
	position: absolute;
	width: 0;
}

.mDivBar:AFTER {
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #000000;
	bottom: -6px;
	content: "";
	height: 0;
	position: absolute;
	right: -1px;
	width: 0;
}

#slideshow {
	margin: 10px 0px;
	opacity: 0;
	height: 270px;
}

.slideNext,.slidePrevious {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	width: 25px;
	height: 50px;
	z-index: 10;
	cursor: pointer;
}

.slideNext {
	background-image: url("../Images/slideNext.png");
}

.slidePrevious {
	background-image: url("../Images/slidePrevious.png");
}

.slider {
	display: block !important;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
}

.expand h3 {
	display: block;
	text-align: right;
	border-top: 1px dotted #c40012;
	border-bottom: 1px dotted #001f58;
	line-height: 26px;
	font-family: OsCon;
	font-size: 15px;
	color: #001f58;
	cursor: pointer;
}

.expand>h3>span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../Images/arrow.png");
	background-repeat: no-repeat;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

#reservation>div {
	display: none;
}

.rForm,.rFormPrc{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	width: 550px;
	height: 180px;
	background-color: #4f81bc;
	color: white;
	border-radius: 4px;
}

.rfL {
	position: relative;
	display: table-cell;
	width: 280px;
}

.rfR {
	position: relative;
	padding-left: 20px;
	display: table-cell;
}

.rfL>div:FIRST-CHILD,.rfR>div:FIRST-CHILD {
	margin: 0px 0px 4px 2px;
}

.fElement,.fElementPrc {
	background-color: white;
	line-height: 27px;
	height: 27px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 16px;
	color: #001f58;
	cursor: pointer;
}

#FromPlaceSelector,#ToPlaceSelector,.placePrc {
	width: 235px;
	padding: 0px 20px 0px 5px;
	background-image: url("../Images/marker.png");
	background-repeat: no-repeat;
	background-position: 240px 4px;
}

#FromDateSelector,#ToDateSelector,.dateSelectorPrc {
	width: 110px;
	padding: 0px 20px 0px 5px;
	background-image: url("../Images/calendar.png");
	background-repeat: no-repeat;
	background-position: 112px 4px;
	margin-right: 20px;
}

#FromHoursSelector,#FromMinutesSelector,#ToHoursSelector,#ToMinutesSelector,.timePrc
	{
	width: 30px;
	text-align: center;
}

.fBig {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	width: 8px;
	height: 27px;
}

.map {
	width: 900px;
	height: 610px;
	margin-left: 30px;
}

.rForm>div:nth-child(2) {
	margin-top: 20px;
	margin-bottom: 20px;
}

.rForm div {
	vertical-align: top;
}

#proceedBtn,.selectMdi,.vButton {
	min-width: 200px;
	text-align: center;
	font-family: OsCon;
	border-radius: 5px;
	border: 2px solid #001f58;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 17px;
	background-color: #001f58;
	margin: 5px 0px;
}

#alertMsg {
	background-image: url("../Images/alert.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 40px;
	padding-left: 46px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	opacity: 0;
}

.rfImg {
	display: inline-block;
	width: 325px;
	height: 200px;
	overflow: hidden;
	margin: 0px 0px 0px 20px;
}

#reservation>div {
	margin-bottom: 20px;
}

.proFooter {
	height:30px;
	margin-top: 20px;
	box-shadow: 0px 0px 15px #797979;
	background-color: #001f58;
	position: relative;
	overflow: hidden;
}

.proFooter>div
{
	position: absolute !important;
	top: 0px !important;
	margin:0px !important;
	display: block !important;
	height: 30px !important;
	line-height:30px !important;	
}

.newsSuper
{
	white-space: nowrap;
	color: #FFFFFF;
	left:0px;
	opacity:0;
}

.newsSuper>div
{
	display: inline-block;
}

.newsSuper a
{
	color: #FFFFFF;
	text-decoration: none;
}

.newsSuper a:HOVER
{
	text-decoration: underline;
}

.newsIcon
{
	left: 0px !important;
	width: 150px !important;
	background-image: url("../Images/news.png");
	background-repeat: no-repeat;
	z-index: 2;
}

.newsRight
{
	right: 0px !important;
	width: 50px !important;
	background-image: url("../Images/newsRight.png");
	background-repeat: no-repeat;
	z-index: 2;
}

.footer {
	line-height:20px;
	background-color: #c40012;
	text-align: center;
}

.footer>h1,.footer>h2,.footer>h4,.footer>h5
{
	display: inline-block;
	color: #FFFFFF;
	margin:0px 5px 0px 0px !important;
	padding: 0px !important;
	font-weight: normal !important;
}
	
.footer>h1
{
	padding: 10px 0px 0px 0px !important;
	font-family: OsCon;
	font-size: 13px;
}

.footer>h2:nth-child(3n-2),.footer>h4:nth-child(3n-2),.footer>h5:nth-child(3n-2)
{
	font-family: HW;
	font-size: 18px;
}

.footer>div
{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 5px;
}

.footer>div>a
{
	opacity:0.4;
	color: #FFFFFF;
	text-decoration: none;
}

.footer>h2:nth-child(3n),.footer>h4:nth-child(3n),.footer>h5:nth-child(3n)
{
	font-family: OsCon;
	font-size: 12px;
}


.footer {
	background: -moz-linear-gradient(45deg, #c40012 0%, #ef210e 36%, #ff0000 58%,
		#b20002 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c40012),
		color-stop(36%, #ef210e), color-stop(58%, #ff0000),
		color-stop(100%, #b20002) );
	background: -webkit-linear-gradient(45deg, #c40012 0%, #ef210e 36%, #ff0000 58%,
		#b20002 100%);
	background: -o-linear-gradient(45deg, #c40012 0%, #ef210e 36%, #ff0000 58%, #b20002
		100%);
	background: -ms-linear-gradient(45deg, #c40012 0%, #ef210e 36%, #ff0000 58%, #b20002
		100%);
	background: linear-gradient(45deg, #c40012 0%, #ef210e 36%, #ff0000 58%, #b20002
		100%);
	filter: progid :       DXImageTransform.Microsoft.gradient (      
		  startColorstr =   
		   '#c40012', endColorstr =       '#b20002', GradientType =       1 );
}

.fElement>div {
	display: none;
}

.frDiv {
	display: block;
}

.frContainer {
	overflow: hidden;
}

.frPlaces,.frDate,.frHours,.frMinutes {
	display: block;
	background-color: #ecf3fc;
	padding: 10px;
	border-bottom: 8px solid #c40012;
}

.frPlaces {
	width: 240px;
}

.frHours {
	width: 220px;
}

.frMinutes {
	width: 150px;
}

.frHours span,.frMinutes span {
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	color: #001f58;
	width: 30x;
	margin: 5px 5px;
	cursor: pointer;
}

.frPlaces div {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	color: #001f58;
	width: 234x;
	margin: 5px 0px;
}

.custom span {
	border: 1px solid #f7f7f7;
	padding: 2px 4px 2px 2px;
	color: #FFFFFF !important;
	background-color: #001f58;
	cursor: pointer;
}

.custom span:HOVER {
	background-color: #9fc0e9;
}

.custom input {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 3px;
	margin: 2px;
	outline: none;
	color: #001f58;
}

.frDate input {
	display: none;
}

#selectCategoryDiv {
	display: block;
	overflow: hidden;
	height: 0px;
}

.mdiOptions {
	display: table;
	width: 960px;
	margin-bottom: 20px;
}

.mdiOptions>div {
	display: table-row;
	table-layout: fixed;
	line-height: 68px;
	height: 68px;
	/* box-shadow:0px 0px 10px #efefef inset; */
}

.mdiOptions>div:nth-child(2n-1) {
	background-color: #f6f6f6;
}

.mdiOptions>div:nth-child(2n) {
	background-color: #FFFFFF;
}

.mdiOptions>div>div {
	display: table-cell;
	box-shadow: inset 0 10px 10px -10px #efefef,inset 0 -10px 10px -10px #CCCCCC;
	vertical-align: middle;
}

.mdiDaysOuter {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	font-family: OsCon;
	margin-bottom: 4px;
}

.mdiDaysOuter>span:FIRST-CHILD {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 3px;
}

.mdiDaysOuter>span:LAST-CHILD {
	display: inline-block;
	padding: 2px 3px;
	border-radius: 3px;
}

.mdiCat>span:LAST-CHILD {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 0px 3px 3px 0px;
	color: #FFFFFF;
	background-color: #c40012;
	font-weight: bold;
	font-size: 16px;
	font-family: OsCon;
	line-height: 22px;
	height: 22px;
}

.mdiCat>span:FIRST-CHILD {
	position: relative;
	top: -1px;
	margin-left: 20px;
	color: #FFFFFF;
	background-color: #001f58;
	display: inline-block;
	padding: 2px 10px 2px 6px;
	border-radius: 3px 0px 0px 3px;
	font-size: 14px;
	font-family: OsCon;
	line-height: 22px;
	height: 22px;
}

.mdiImgs {
	text-align: right;
}

.mdiPrice {
	text-align: center;
	font-size: 19px;
	font-family: OsCon;
	font-weight: bold;
	color: #001f58;
	min-width: 40px;
	text-align: right;
	padding-right: 20px;
}

.mdiPrice>del,.mdiPrice>span
{
	display: block;
	line-height: 20px;
	vertical-align: middle;
}

.mdiPrice>del
{
	color:#c40012;
}

.selectMdiOuter {
	padding-left: 30px;
	padding-right: 10px;
}

.selectMdi {
	color: #FFFFFF;
	padding: 0px 10px;
}

.loading {
	background-image: url("../Images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.prcLeft
{
	display:inline-block;
	width: 325px;
	margin-right: 20px;
	overflow: hidden;
	vertical-align: top;
}

.prcRight
{
	display:inline-block;
	width: 610px;
	overflow: hidden;	
}


a.readMore
{
	color: white;
	font-size: 80%;
}

a.readMore2
{
	color: #53A5DD;
	font-size: 80%;
}

a.readMoreBlue
{
	color: #53B4EE;
	font-size: 80%;
}

.topicHead
{
	height:25px;
	vertical-align:middle;
	background-image: url("../Images/topicHead.png");
	background-repeat: repeat-x;
}

.headlineHead
{
	height:8px;
	vertical-align:middle;
	background-image: url("../Images/headlineHead.png");
	background-repeat: repeat-x;	
}

.topicCategory
{
	
}

.topicCategory a
{
	color: white;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}

.topicCategory a:HOVER 
{
	text-decoration: underline;	
}

.topicDate
{
	text-align: right;
	font-size:9px;
	color: white;
	
}


.topicBody
{
	width:610px; 
	margin-top: 20px; 
}

.topicBodyContent
{
	float:right;
	height:100%;
	width:610px;
	background-color: #ECF3FC;
}

.topicFooter
{
	clear: both;
	display:block;
	height: 21px; 
	line-height:20px;
}


.topicFooterFold
{
	height: 21px; 
	width: 20px;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.topicBody2{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	width: 550px;
	background-color: #4f81bc;
	color: white;
	border-radius: 4px;
}

.topicBodyContent2 span:last-child
{
	text-align: justify !important;
}


.topicCorner,.headerCorner
{
	width: 11px;
}

.topicTitle
{
	padding-bottom:5px;
	color: #FFFFFF;
	font-size:17px;
	font-weight: bold;
	text-decoration: none;
}

.tps
{
	font-size: 20px !important; 
	text-align: center;
}

.tps a
{
	font-size:17px !important; 
}

.topicTitle a
{
	color: #FFFFFF;
	font-size:13px;
	display:inline-block;
	padding-left:5px;
	font-weight: bold;
	text-decoration: none;
}


.topicTitle a:HOVER
{
	color:#7CBAE6;
	text-decoration: underline;
}

.topicTitle.tps a
{
		color: #FFFFFF !important;
		text-decoration: none;
}

.topicImage
{
	margin-right:10px;
	float: left;
}

.listArticleLeft
{
	vertical-align: top; 
}

.listArticleRight
{
	padding-top: 15px; 
	padding-left: 6px;
	vertical-align: top;  
}


.topicFooterMore2 a,.topicFooterMore a
{
	color: #FFFFFF !important;
	display: inline-block;
	margin-right: 5px;
}

.topicTitle
{
	background-color: #001f58;	
}

.topicFooter
{
	background-color: #c40012;
	text-align: right;
}

.topicTitle.tps
{
	background-color: transparent !important;
}

.prcChild
{
	visibility: hidden;
}