@charset "utf-8";
/* CSS Document */


.covid-19-notice {
    text-align: center;
    position: relative;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    padding: 20px;
}
.covid-19-notice a {
    color: #666;
    font-size: 16px;
	text-decoration: underline;
	font-size: 16px;
}
.covid-19-notice p {
	font-size: 18px;
}
.covid-19-notice a:hover {
    text-decoration: none;
}

.oid-attractions{
    text-transform:uppercase;
    color:#222222;
    text-align:center;
    background:#ffffff;
    padding:5px 0 5px 0;
    border-bottom: 1px solid #eeeeee;
}
.oid-attractions .other-attractions-text{
    margin-bottom:3px;
    font-size:11px;
}
.oid-attractions a{
    padding:4px 10px;
    font-size:14px;
    display:inline-block;
    margin:5px auto;
    text-align:center;
    min-width:auto;
}
.oid-attractions a:hover{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}
.oid-attractions a img{
    height:25px;
    margin-bottom:3px;
}
.oid-attractions .vr-bar-logo img {
    height: 20px;
    position: relative;
    top: -3px;
}

@media screen and (min-width: 768px) {
  .oid-attractions{
        text-align:left
    }
    .oid-attractions.row .columns .row{
        margin-left:auto !important;
        margin-right:auto !important
    }
}

@media only screen and (min-width: 992px){
    .oid-attractions{
        text-align:center
    }
    .oid-attractions a{
        display:inline-block;
        margin:0 10px 5px 10px;
        text-align:center;
        min-width:auto
    }
    .oid-attractions a img{
        height:30px
    }
  }

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Fonts
---------------------------------*/
@font-face {
    font-family: 'journalregular';
    src: url('../fonts/journal-webfont.eot');
    src: url('../fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/journal-webfont.woff') format('woff'),
         url('../fonts/journal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

img {max-width:100%;}

/* Primary Styles
---------------------------------*/
body {
	background:#000000 url(../img/bg.jpg) no-repeat center top;
	margin-top:80px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#363636;
	}


/* Wrapper
---------------------------------*/
.wrapper
{
	width:960px;
	margin:0 auto;
}

/* header start
---------------------------------*/
.header
{
	padding:10px 15px 5px;
}
.logo
{
	float:left;
	margin-right:20px;
	padding-top:15px;

}

.tinynav { display: none }
.menu
{
	padding:25px 0 0;
	float:right;
	width:670px;
	  z-index: 999;
}

.menu ul ul{
	background:url(../img/drop_menu_bg.jpg) repeat-x left top;
	display:none;
	min-width:140px;
	position:absolute;
	/*left22px;*/
	top:65px;
	padding:6px 11px 6px 6px;
	z-index:999;
	}
	
.menu ul li:hover>ul{
	display:block;
	}
	
.menu ul li ul li{
	float:none;
	background: url(../img/arrow.png) no-repeat 10px center;
	width:auto;
	margin:0 0 3px 0;
	line-height:normal;
	padding:0px;
	height:auto;
	text-align:left;
	}
	
.menu ul li ul li a{
	display:block;
	font-size:12px;
	color:#aaaaaa;
	font-weight:600;
	line-height:19px;
	padding:0 0 0 26px;
	}
.menu ul li ul li a:hover{
	color:#fff;
	}

.menu ul li
{
	float:left;
	background:url(../img/menu_sap.jpg) no-repeat right center;
	padding:12px 20px 0;
	width:90px;
	text-align:center;
	line-height:55px;
	height:55px;
	position:relative;
}
.menu ul li.nobg
{	background:none;}
.menu ul li a
{
	font-size:18px;
	color:#e6e6e6;
	display:block;
	text-decoration:none;
	line-height:19px;
	font-weight:700;
}
.menu ul li a:hover
{
	color:#90d02a;
}
.menu ul li a.top_pad
{
	padding:12px 0 0;
}

a.tickets_button
{
	width:152px;
	height:38px;
	float:right;
	background:url(../img/button_bg.jpg) repeat-x left top;
	display:block;
	text-decoration:none;
	line-height:38px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
	border-radius:4px;
	margin-top:39px;
	position:relative;
	text-shadow:#51820c 0px 1px 3px;
}
a.tickets_button:hover
{	background:url(../img/button_hover.jpg) repeat-x left top;}

/* banner section start
---------------------------------*/
.banner_section
{
	position:relative;
	background:#fff;
	height:435px;
	border-radius:11px 11px 0 0;
	position:relative;
}

.banner_section.inner_banner{
	height:287px;
	}
	
.bend_bg{
	background:url(../img/bend_bg.png) no-repeat center top;
	width:961px;
	height:100px;
	position:absolute;
	left:0px;
	bottom:2px;
	z-index:999;
	}
	
.bend_bg.bend_bg2{
	bottom:4px;
	}	

.next_button
{
	position:absolute;
	top:50%;
	right:-30px;
	z-index:999;
	margin-top:-34.5px;
}
.next_button a
{
	display:block;
	width:61px;
	height:79px;
}
.prev_button
{
	position:absolute;
	left:-30px;
	top:50%;
	z-index:999;
	margin-top:-34.5px;
}
.prev_button a
{
	display:block;
	width:61px;
	height:79px;
}
.banner
{
	position:relative;
}

.banner_text
{
	position:absolute;
	width:400px;
	background:url(../img/banner_bg.png) repeat-x left top;
	border-radius:9px 0 0 9px;
	padding:10px 40px 15px 20px;
	right:0px;
	top:145px;
	color:#c5c5c5;
	font-size:13px;
}
.banner_text h2
{
	padding:0px;
	margin:0px;
	font-size:30px;
	color:#f7f7f7;
	font-weight:900;
	font-family: 'Roboto', cursive;

}
.banner_text h3
{
	padding:0px;
	margin:0px;
	font-size:30px;
	color:#65a411;
	font-weight:900;
	font-family: 'Roboto', cursive;
	letter-spacing:-1px;
}
.banner_text p
{
	line-height:15px;
	margin-bottom:13px;
	padding:0px;
}
.banner_text a
{
	text-decoration:none;
	display:block;
	font-size:13px;
	color:#c15bf5;
	text-transform:uppercase;
	font-weight:700;
}
.banner_text a:hover
{
	color:#a61dec;
}
.banner_pager
{
	position:absolute;
	top:395px;
	right:12px;
	z-index:999;
}

.banner_pager a
{	float:left;
	display:block;
	width:26px;
	height:26px;
	background:url(../img/pager.png) no-repeat left top;
	margin:0 2px;
	text-indent:-2000px;
}
.banner_pager a:hover , .banner_pager a.selected
{	background:url(../img/pager_hover.png) no-repeat left top;}

/* content section start
---------------------------------*/
.content_section
{
	background:#fff url(../img/content_bg.jpg) repeat-x left bottom;
	padding:10px 12px 30px;
	margin-bottom:10px;
}

.content_section.wrap{
	padding:10px 35px 30px;
	}
.content_block
{
	float:left;
	width:305px;
	margin-right:10px;
}

.content_block a:hover
{
	opacity: 0.85;
}



.content_block.nomarg
{	margin-right:0px;}

.content_text
{
	padding:12px 15px 0 25px;
	font-size:12px;
	color:#363636;
}
.content_text p
{
	padding:0px;
	margin-bottom:16px;
	line-height:14px;
}
.content_text a
{
	display:block;
	text-decoration:none;
	font-size:13px;
	margin-bottom:10px;
	color:#7619c3;
	font-weight:700;
	text-transform:uppercase;
}

.cont_bottom
{
	margin-bottom:4px;
	height:300px;
	background:url(../img/dot_bg_extended.jpg) repeat-x left top;
	position:relative;
	border-radius:0 0 10px 10px;
}
.cont_section
{
	float:left;
}

.box_section{
	float:left;
	}
	
.cont_block1
{	/*background:url(../img/dot_bg2.jpg) repeat-y right top;*/
	padding: 20px 18px 15px 25px;
    width: 193px;
	min-height:101px;
}

.cont_block4{
	padding: 20px 20px 15px 25px;
    width:220px;
}


.cont_block1 h2
{
	padding:0px;
	margin:0 0 2px;
	font-size:21px;
	color:#000000;
	font-weight:700;
}

.cont_block4 h3
{
	font-size:12px;
	color:#000000;
	margin:-10px 0 15px;
	text-align:center;
	font-weight:700;
	text-align:left;
	line-height:15px;
}

.ie .cont_block1 h3
{
	font-size:10px;
}



.text_field
{
	width:168px;
	font-size:12px;
	color:#a6a6a6;
	padding:6px 10px;
	margin-bottom:9px;
	border:none;
	outline:0;
	background:url(../img/text_fieldbg.png) no-repeat left top;
}

.fild_block
{
	width:188px;
	background:url(../img/text_fieldbg.png) no-repeat left top;
	height:29px;
}
.text_field2
{
	width:138px;
	font-size:12px;
	color:#a6a6a6;
	padding:6px 10px;
	margin-bottom:9px;
	float:left;
	border:none;
	outline:0;
	background:url(../img/text_fieldbg.png) no-repeat left top;
}
.text_button
{
	background:url(../img/arrow4.jpg) no-repeat right 7px;
	display:block;
	float:right;
	cursor:pointer;
	border:none;
	outline:0;
	width:28px;
	height:24px;
	
}

.cont_block1 em
{
	font-style:normal;
	font-size:13px;
	color:#363636;
	line-height:15px;
}
.cont_block1 em a
{
	display:block;
	color:#7935ad;
	text-decoration:none;
	margin-bottom:8px;
}

.cont_block1 em a:hover
{
	text-decoration:underline;

}

.cont_block1 span
{
	font-size:13px;
	color:#363636;
}

.cont_block1 span a
{
	text-decoration:none;
}

.cont_block1 span a:hover
{
	text-decoration:underline;
}

.cont_block3
{
	background:url(../img/dot_bg2.jpg) repeat-y right top;
	height: 280px;
    padding: 20px 11px 0 24px;
    width: 290px;
}

.cont_block3 h3
{
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:700;
	text-align:left;
	line-height:15px;
}

.cont_block2
{
	background:url(../img/dot_bg2.jpg) repeat-y right top;
	height:280px;
    padding: 20px 11px 0 21px;
    width: 80px;
}

.cont_block2 h3
{
	font-size:12px;
	color:#000000;
	margin-bottom:15px;
	text-align:center;
	font-weight:700;
}
.cont_block2 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.cont_block2 ul li
{
	float:left;
	margin-right:10px;
}
.cont_block2 ul li.pad
{
	padding-top:22px;
}
.cont_block2 ul li a
{	display:block;}

a.facebook
{
	display:block;
	margin:-8px 0 5px;
}
.link_area
{
	margin-right:5px;
}
.link_button
{
	float:left;
	margin:0 12px 7px 0;
}
.link_button a
{
	display:block;
}

.link_area span
{
	font-size:11px;
	color:#000000;
	display:block;
}

.link_area em
{
	font-style:normal;
	color:#143880;
	font-size:11px;
	font-weight:700;
	display:block;
}

.link_img
{
	background:#FFF;
	width:209px;
}
.link_img ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.link_img ul li
{
	float:left;
	margin-right:3px;
}
.link_img ul li.nomarg
{
	margin:0px;
}
.link_img ul li a
{	display:block;}

/* content section start
---------------------------------*/
.footer
{
	padding:4px 12px 25px;
}
.footer_left
{
	float:left;
	width:285px;
	margin-bottom:15px;
}
.footer_left ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer_left ul li
{
	float:left;
	border-right:1px solid #1e1e1e;
	line-height:55px;
}
.footer_left ul li.noborder
{	border:none;}
.footer_left ul li a
{
	display:block;
}

.footer_right
{
	float:right;
	width:460px;
	padding:5px 0 0 0;
}

.footer_right ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	float:right;
}
.footer_right ul li
{
	float:left;
	background:url(../img/footer_sap.jpg) no-repeat left center;
	padding:0 12px;
}
.footer_right ul li.first
{	padding-left:0px;
	background:none;
	}

.footer_right ul li.last
{ padding-right:0px;
}
.footer_right ul li a
{
	display:block;
	font-size:11px;
	color:#555555;
	
}

.footer_right ul li a:hover{
	text-decoration:underline;
	}
	
.footer_right span
{
	font-size:11px;
	color:#555555;
	text-align:right;
	float:right;
	display:block;
	margin:4px 0 0;
}





/* Innner1
---------------------------------*/

.main{
	float:left;
	width:510px;
	}
	
.main_top{
	background:url(../img/scroll-paper.png) no-repeat left top;
	width:481px;
	height:209px;
	font-family: 'journalregular';
	padding:14px 40px 0 40px;
	position:relative;
	top:-26px;
	left:-22px;
	}
	
.main_top h2{
	margin:0px;
	padding:7px;
	line-height:48px;
	font-size:48px;
	color:#544835;
	font-weight:normal;
	}

.main_top span{
	display:block;
	font-size:36px;
	color:#544835;
	line-height:24px;
	}
	
.main_content{
	font-size:14px;
	color:#363636;
	}
	
.main_content p{
	margin:0px 0 10px 0;
	line-height:normal;
	font-weight:400;
	}
	
.main_content span{
	margin:10px 0 10px 0;
	line-height:normal;
	font-weight:400;
	font-size:12px;
	}
	
.main_content span a{
	color:#666;
	text-decoration:none;
	}
	
.main_content span a:hover{
	color:#666;
	text-decoration:underline;
	}
	
.main_content h1{
	margin:0px 0 8px 0;
	padding:0px;
	line-height:normal;
	font-size:26px;
	color:#6207a9;
	font-family: 'Changa One', cursive;
	}
	
.main_content h2{
	margin:0px 0 8px 0;
	padding:0px;
	line-height:13px;
	font-size:22px;
	color:#88d02f;
	font-family: 'Changa One', cursive;
	}
	
.main_content h3{
	margin:6px 0 0px 0;
	padding:0px;
	line-height:normal;
	font-size:21px;
	color:#d0732f;
	font-family: 'Changa One', cursive;
	}
	
a.btn{
	background:url(../img/btn1_bg.jpg) repeat-x left top;
	height:7px;
	padding:0px 0px;
	height:31px;
	line-height:31px;
	font-size:15px;
	color:#ffffff;
	font-weight:700;
	text-align:center;
	border-radius:4px;
	position:relative;
	box-shadow:0 0 7px #b5b4b1;
	text-transform:uppercase;
	text-shadow:0 0 2px #a37830;
	margin:0 0 22px 0;
	max-width:124px;
	display:block;
	}
	
a.btn2{
	background:url(../img/btn2_bg.jpg) repeat-x left top;
	text-shadow:0 0 2px #3c064f;
	box-shadow:0 0 7px #b5b4b1;
	}
	
.sidebar{
	float:right;
	width:325px;

	}
	
.sidebar p{
	font-size:14px;
	color:#363636;
	margin:0px 0 10px 0;
	line-height:normal;
	font-weight:400;
	}
	
.sidebar h1{
	margin:0px 0 8px 0;
	padding:0px;
	line-height:normal;
	font-size:26px;
	color:#6207a9;
	font-family: 'Changa One', cursive;
	}
	
.sidebar h2{
	margin:0px 0 8px 0;
	padding:0px;
	line-height:normal;
	font-size:26px;
	color:#88d02f;
	font-family: 'Changa One', cursive;
	}
	
.sidebar span{
	font-size:17px;
	line-height:19px;
	}
	
.sidebar span a{
	color:#6207a9;
	text-decoration:underline;
	}
	
.pic_box{
	}
	
.pic_box img{
	margin:0 0 18px 0;
	}

	@media screen and (max-width: 768px) {
		.covid-19-notice {
			width: inherit;
		}
		.covid-19-notice a {
			display: block;
		}
	}