@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;
}

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 #383081;
}

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

.page {
	position: relative;
	z-index: 3;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 22px;
}

.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;
	margin-top: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
}

#content>h3 {
	color: #383081;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: 5px;
	margin-bottom: 5px;
}

#content>h3>a {
	color: #40ff40;
	text-shadow: 1px 1px #000000;
	text-decoration: none;
}

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

.blue {
	color: #383081;
}

.red {
	color: #40ff40;
}

#reservation>h3 {
	height: 0px;
	overflow: hidden;
	border: 0px;
	line-height: 0px;
	font-size: 0px;
}

.menu {
	display: inline-block;
	position: absolute;
	right: 0px;
	height: 60px;
	line-height: 60px;
	height: 60px;
	top: 0px;
}

.menu>div,.menu>a {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding: 13px 0px;
	margin: 0px 15px;
	height: 30px;
	cursor: pointer;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-radius: 5px;
	-webkit-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.menu>div:HOVER,.menu>a:HOVER,.menuSpanHover {
	border-top: 2px solid #40ff40 !important;
	border-bottom: 2px solid #40ff40 !important;
}

.menu>div>span,.menu>a>span {
	display: inline-block;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.3);
	font-size: 22px;
	font-weight: 800;
	line-height: 28px;
	border-radius: 3px;
	font-family: OsCon;
	padding: 0px 5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.menu>div:HOVER>span,.menu>a:HOVER>span,.menuSpanSpanHover {
	color: rgba(255, 255, 255, 1) !important;
	background-color: #393083 !important;
}

.menu>div>div {
	display: inline-block;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

.menuDiv {
	position: fixed;
	z-index: 1000;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px #CCCCCC inset;
	padding: 10px 5px 5px 5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	left: -1000px;
	top: -1000px;
}

.menuDiv a {
	text-decoration: none;
	display: block;
	margin: 2px 3px;
	padding: 1px 6px;
	background-color: #383081;
	font-family: OsCon;
	font-size: 17px;
	color: #FFFFFF;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.menuDiv a:HOVER {
	background-color: #40ff40;
	text-shadow: 1px 1px #000000;
}

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

.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 #40ff40;
	border-bottom: 1px dotted #383081;
	line-height: 26px;
	font-family: OsCon;
	font-size: 15px;
	color: #383081;
	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: #383081;
	color: white;
}

.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: #383081;
	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,.innerBtn2 a {
	min-width: 200px;
	text-align: center;
	font-family: OsCon;
	border-radius: 5px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 17px;
	background-color: #40ff40;
	margin: 5px 0px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	text-shadow: 1px 1px #000000;
	text-decoration: none !important;
	display: inline-block;
}

#proceedBtn:HOVER,.selectMdi:HOVER,.vButton:HOVER,.innerBtn2 a:HOVER {
	color: #383081;
	border: 2px solid #40ff40;
	background-color: #FFFFFF;
}

.vfl {
	display: block;
	text-align: center;
}

.vfl img {
	display: inline-block;
	max-width: 320px;
}

#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;
}

.newsWrapper {
	height: 22px;
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
	background-color: #393083;
	border-top: 1px solid #40ff40;
	border-bottom: 1px solid #40ff40;
	position: fixed;
	bottom: 0px;
	z-index: 1001;
	overflow: hidden;
	left: 0px;
	width: 100%;
}

.newsWrapper>div {
	position: absolute !important;
	top: 0px !important;
	margin: 0px !important;
	display: block !important;
	height: 22px !important;
	line-height: 22px !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;
}

.newsLeft {
	left: 0px !important;
	width: 50px !important;
	background: -moz-linear-gradient(left, rgba(57, 48, 131, 1) 0%,
		rgba(57, 48, 131, 0) 100% );
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(57, 48
		, 131, 1) ), color-stop(100%, rgba(57, 48, 131, 0) ) );
	background: -webkit-linear-gradient(left, rgba(57, 48, 131, 1) 0%,
		rgba(57, 48, 131, 0) 100% );
	background: -o-linear-gradient(left, rgba(57, 48, 131, 1) 0%,
		rgba(57, 48, 131, 0) 100% );
	background: -ms-linear-gradient(left, rgba(57, 48, 131, 1) 0%,
		rgba(57, 48, 131, 0) 100% );
	background: linear-gradient(to right, rgba(57, 48, 131, 1) 0%,
		rgba(57, 48, 131, 0) 100% );
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#393083', endColorstr = '#00393083', GradientType = 1 );
	z-index: 2;
}

.newsRight {
	right: 0px !important;
	width: 50px !important;
	background: -moz-linear-gradient(left, rgba(57, 48, 131, 0) 0%,
		rgba(57, 48, 131, 1) 100% );
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(57, 48
		, 131, 0) ), color-stop(100%, rgba(57, 48, 131, 1) ) );
	background: -webkit-linear-gradient(left, rgba(57, 48, 131, 0) 0%,
		rgba(57, 48, 131, 1) 100% );
	background: -o-linear-gradient(left, rgba(57, 48, 131, 0) 0%,
		rgba(57, 48, 131, 1) 100% );
	background: -ms-linear-gradient(left, rgba(57, 48, 131, 0) 0%,
		rgba(57, 48, 131, 1) 100% );
	background: linear-gradient(to right, rgba(57, 48, 131, 0) 0%,
		rgba(57, 48, 131, 1) 100% );
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#00393083', endColorstr = '#393083', GradientType = 1 );
	z-index: 2;
}

.footer {
	line-height: 20px;
	background-color: #40ff40;
	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-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-color: rgba(0, 0, 0, 0.25);
}

.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 #40ff40;
}

.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: #383081;
	width: 30x;
	margin: 5px 5px;
	cursor: pointer;
}

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

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

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

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

.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;
}

.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;
	text-shadow: 1px 1px #000000;
	color: #FFFFFF;
	background-color: #40ff40;
	font-weight: bold;
	font-size: 14px;
	font-family: OsCon;
	line-height: 22px;
	height: 22px;
}

.mdiCat>span:FIRST-CHILD {
	position: relative;
	margin-left: 20px;
	color: #FFFFFF;
	background-color: #383081;
	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: #383081;
	min-width: 40px;
	text-align: right;
	padding-right: 20px;
}

.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-left: 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: #40ff40;
	text-shadow: 0px 0px 2px #FFFFFF;
}

.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: #000000 !important;
	display: inline-block;
	margin-right: 5px;
}

.topicTitle {
	background-color: #383081;
	padding: 4px;
}

.article {
	text-align: left;
}

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

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

.prcChild {
	visibility: hidden;
}

.fixedHeader {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: 0px -10px 25px rgba(50, 50, 50, 0.75), 0 20px 30px -20px
		rgba(50, 50, 50, 0.25) inset;
	background-color: #FFFFFF;
	z-index: 1001;
}

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

.lang {
	position: fixed;
	right: 10px;
	bottom: 30px;
	width: 20px;
	z-index: 200;
}

.lang a {
background-color: #ffffff;
    border: 2px solid #aaaaaa;
    border-radius: 12px;
    box-shadow: 0 0 3px #cccccc inset;
    color: #000000;
    display: block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms linear 0s;
    width: 20px;
}

.lang a:HOVER {
	background-color: #000000;
	color: #FFFFFF;
		border-color:#FFFFFF;
}