html
{
    overflow-y: scroll;
    height: 100%;
    margin-bottom: 1px;
    overflow: -moz-scrollbars-vertical;
    font-size:12px;
}



body
{
    margin: 0px auto;
    background: #fff;
    width: 100%;
    height: 100%;
    font-size:12px;
}
header, section, footer, table, tbody, tr, td, th, div, span, h1, h2, h3, h4, h5, h6, p
{
    margin: 0px auto;
    padding: 0px;
    color: #002755;
    font-size: 14px;
    font-family: "Myriad Pro" , "Trebuchet MS" , Calibri;
    line-height: 20px;
}
header, section, footer
{
    width: 980px;
    display: block;
}

a
{
    text-decoration: underline;
    color: #002755;
}
a:hover
{
    text-decoration: none;
    color: #f26522;
}
.clear
{
    clear: both;
}
img
{
    border: none #000;
}


header
{
    width: 100% !important;
    background: #002755;
    margin: auto;
    height: 100px;
    padding: 25px 0px;
}
header .top-panel
{
    width: 980px;
}
header .logo
{
    float: left;
    width: 430px;
    height: 100px;
}
header .panel-right
{
    float: right;
    width: 500px;
    height: 100px;
}
header .top-nav
{
    text-align: right;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.8px;
}
header .top-nav a
{
    font-size: 12px;
    color: #fff;
    padding: 0px 15px;
}
header .search
{
    margin-top: 56px;
    text-align: right;
    width: 100%;
}
header .top-text
{
    color: #fff;
    text-align: right;
    font-size: 30px;
    font-style: italic;
    margin-top: 40px;
}


section
{
    margin: 30px auto;
}
section h1, section h2, section h3, section h4
{
    text-align: center;
    font-weight: 500;
}

section h1
{
    font-size: 32px;
    margin-bottom: 35px;
    font-style: italic;
}
section h2
{
    font-size: 27px;
    font-style: italic;
    margin-bottom: 10px;
}
section h3
{
    font-weight: bold;
    font-size: 16px;
}
section h4
{
    font-size: 16px;
}
section p.ctext
{
    text-align: center;
}

.ticket-box
{
    width: 880px;
    display: block;
    margin-top: 30px;
}
.box-promotional
{
    float: left; /*border: 1px solid;*/
}
.box-upgrade
{
    float: right; /*border: 1px solid;*/
}
.box-promotional, .box-upgrade
{
    width: 340px;
}
.box-promotional img, .box-upgrade img
{
    width: 340px;
    height: 75px;
    margin-bottom: 5px;
}
.box-promotional p, .box-upgrade p
{
    padding: 0px 12px 10px 7px;
    text-align: center;
}

footer
{
    margin: 0px auto;
    bottom: 0px;
    left: 0;
    right: 0; /*position: fixed;*/
}
footer .foot-text
{
    padding: 20px 0px 10px 0px;
    text-align: center;
}
footer .foot-logo
{
    text-align: right;
}
footer .foot-logo img
{
    vertical-align: middle;
    height: 35px;
    width: 50px;
}

.search-box
{
    width: 750px;
    display: block;
    margin-top: 30px;
    text-align: left; /*border: 1px solid;*/
}

.box-left
{
    float: left;
    width: 340px; /*border: 1px solid;*/
}
.box-right
{
    float: right;
    width: 340px; /*border: 1px solid;*/
}
.box-right ul, .box-left ul
{
    margin-left: 60px;
}
.box-right h3, .box-left h3
{
    font-weight: bold;
    font-size: 20px;
}
/*=================MENU=================*/

.nav
{
    text-align: center;
    margin: -20px auto 0px;
    display: block;
    height: 20px;
    padding: 10px 0px;
    width: 100%;
    border:1px solid #002755;
    -webkit-border-radius:10px;
    border-radius:10px;
}

#nav
{
    z-index: 9999; /*margin-left: 100px;*/
    margin: 0px;
    display: block;
    font-size: 14px !important;
    text-align: center;
    font-weight:normal;
    list-style-type: none;
    position: relative;
    line-height: 1.5em;
    width: 100% !important;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    font-weight: normal;
}

#nav a
{
    display: block;
    text-align:left;
    padding: 0px 10px;
    border: 1px solid #f60;
    color: #fff;
    text-decoration: none;
    background-color: #f60; /*background-color: #002755;*/
}

#nav a:hover
{
    border: 1px solid #002755;
    background-color: #002755;
    color: #fff;
}

#nav li
{
    padding:0px 35px;
    float: left;
    position: relative;
}

#nav li ul li
{
    padding:0px 0px !important;
}

#nav ul
{
    position: absolute;
    display: none;
    width: 12em;
    top: 1.5em;
}

#nav li ul a
{
    width: 12em;
    height: auto;
    float: left;
    border: 1px solid #002755;
    background-color: #002755;
}

#nav li ul a:hover
{
    border: 1px solid #f60;
    background-color: #fff;
    color:#f60;
}

#nav ul ul
{
    top: auto;
}

#nav li ul ul
{
    left: 12em;
    margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
    display: block;
}
/*==================================*/

.intro-bg
{
    width: 1000px;
    height: auto;
    padding: 20px 0px;
    background: #FFF;
}
.intro-box-bg
{
    background: url(../images/bg_intro-box.png) no-repeat top center;
    width: 460px;
    height: 312px;
    float: left;
    display: block;
    margin: 0px 20px;
    padding-top: 41px;
    text-align: center;
}
.intro-box-bg span
{
    width: 100%;
    text-align: center;
}
.intro-box-bg span.promotional a
{
    background: url(../images/promotional.png) no-repeat top center;
    width: 270px;
    height: 52px;
    display: block;
    margin-left: 95px;
}
.intro-box-bg span.promotional a:hover
{
    background: url(../images/promotional.png) no-repeat bottom center;
    width: 270px;
    height: 52px;
}
.intro-box-bg span.upgrade a
{
    background: url(../images/upgrade.png) no-repeat top center;
    width: 228px;
    height: 52px;
    display: block;
    margin-left: 116px;
}
.intro-box-bg span.upgrade a:hover
{
    background: url(../images/upgrade.png) no-repeat bottom center;
    width: 228px;
    height: 52px;
}
.intro-box-bg p
{
    margin: 25px 15px 10px 15px;
    text-align: left;
}

section .search-panel
{
    background: url(../images/bg_search.png) no-repeat top center;
    width: 182px;
    display: block;
    min-height: 295px;
    height: 100%;
    padding: 15px;
    float: left;
}
section .Advsearch-panel
{
    background: url(../images/bg_search.png) no-repeat top center;
    width: 170px;
    display: block;
    height: 100%;
    padding: 15px;
    float: left;
}
.search-panel .search-top
{
    height: 240px;
}
.search-panel .search-top h3, .main-body .text-panel h3
{
    color: #002755;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #002755;
    margin-bottom: 15px;
}
.search-panel .search-top p
{
    text-align: justify;
    margin-bottom: 15px;
}
.search-panel .search-top span
{
    float: right;
    margin-bottom: 4px;
}
.search-panel .search-top span input
{
    width: 80px;
    margin: 0px 7px;
    line-height: 15px;
    padding: 1px;
    border: 1px solid #ccc;
    color: #002755;
    font-size: 11px;
}
/*.search-panel .search-top span a
{
	background: url(../images/only-search.png) no-repeat top right;
	text-decoration: none;
	color: #666;
	padding: 0px 7px;
	font-size: 10px;
}
*/
.searchRes
{
    background: url(../images/only-search.png) no-repeat top right;
    text-decoration: none;
    color: #002755;
    padding: 0px 7px;
    font-size: 10px;
    text-decoration: none;
    float: right;
}

.search-panel .search-top span a:hover
{
    text-decoration: none;
    color: #ff6600;
}
.search-panel .advance-search
{
    height: 57px;
    margin-top: 22px;
    text-align: center;
}
.search-panel .advance-search a
{
    background: url(../images/advance-search.png) no-repeat top center;
    line-height: 27px;
    text-decoration: none;
    color: #002755;
    padding: 5px 44px;
}
.search-panel .advance-search a:hover
{
    text-decoration: none;
    color: #ff6600;
}
section .main-body
{
    width: 778px;
    height: auto;
    background: #fff;
    display: block;
    padding: 5px;
    float: left;
}

.main-body .text-panel
{
    width: 378px;
    height: 325px;
    padding: 10px 15px 15px 15px;
    text-align: justify;
    float: left;
}
.main-body .peoples
{
    width: 370px;
    height: 325px;
    background: url(../images/people.png) no-repeat top center;
    float: left;
}
.main-body .text-panel p
{
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 21px;
}



table, table tr, table tr td
{
    vertical-align: top;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.1px;
    line-height: 13px;
}
.xml-table
{
    width: 100%;
    border: none;
    padding-bottom: 15px;
}

.xml-table h2, h3, h4
{
    text-align: left;
}
.xml-table-bg
{
    background: url(../images/bg_table.png) repeat-x bottom center;
}
.xml-table-bg1
{
    background: url(../images/bg_table1.png) repeat-x bottom center;
}
.xml-table-bg2
{
    background: url(../images/bg_sort.png) repeat-x bottom center;
}
.xml-table h2
{
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 10px;
    color: #002755;
}
.xml-table h3
{
    padding: 0px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #002755;
    text-align: left;
}
.xml-table h4
{
    padding: 0px;
    margin: 5px 0px;
    font-weight: bold;
    color: #002755;
    font-size: 12px;
    text-align: left;
}
.xml-table h5
{
    padding: 0px;
    margin: 0px 0px 10px;
    font-weight: bold;
    color: #002755;
    font-size: 10px;
}
.xml-table hr
{
    margin: 0px;
    padding: 0px;
}
.xml-table h6
{
    padding: 0px;
    margin: 5px 0px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    float: right;
    color: #ff6600;
}
.xml-table p
{
    text-align: justify;
    margin: 5px 0px;
    color: #000;
}
.xml-table span
{
    display: inline;
    margin: 0 1px 0;
    float: right;
    font-weight: normal;
}
.xml-table span a
{
    background: #002755;
    color: #fff;
    padding: 1px 15px 2px 15px;
    text-decoration: none;
    border: 1px solid #002755;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.xml-table a span
{
    background: #002755;
    color: #fff;
    padding: 1px 15px 2px 15px;
    text-decoration: none;
    border: 1px solid #002755;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagging table
{
    float: right;
}
.pager
{
    background: #002755;
    color: #fff;
    padding: 1px 15px 2px 15px;
    text-decoration: none;
    border: 1px solid #002755;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.xml-table span a:hover
{
    background: #f60;
    color: #fff;
    padding: 1px 15px 2px 15px;
    text-decoration: none;
    border: 1px solid #f60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.xml-table a:hover span
{
    background: #f60;
    color: #fff;
    padding: 1px 15px 2px 15px;
    text-decoration: none;
    border: 1px solid #f60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sort-link
{
    text-align: right;
}
.sort-link a
{
    color: #002755;
    text-decoration: none;
}
.sort-link a:hover
{
    color: #f60;
}


.progressDiv
{
    text-align: center;
    vertical-align: middle; /*border: solid 1px black; background-color: white; */
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    background-color:#F7F6F3;
height: 100px;
 /*height: 200px; margin-top: -70px;*/
    margin-top: -50px;
   
    width: 400px;
    margin-left: -200px;
}

.headSearch
{
    background-color: #5D7B9D;
}
.headSearch th
{
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
}

.rowStyle
{
    color: #333333;
}

.rowStyle td
{
    padding: 10px 0px 0px 6px;
}

/*     CSS for Search City  */
.search-panel
{
    width: 700px;
    display: block;
    margin-top: 30px;
}
.search-left, .search-right
{
    float: left;
    margin-bottom: 20px;
}
.search-left
{
    width: 280px;
    margin-right: 20px;
    text-align: right;
}
.search-left p
{
    font-size: 23px;
    line-height: 25px;
}
.search-right
{
    width: 400px;
    text-align: left;
}
.search-right input
{
    border: 1px solid rgba(0, 39, 85, 1);
    padding: 12px 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 21px;
    color: rgba(242, 101, 34, 1);
    width: 380px;
    float: left;
}
.search-right input.to-from
{
    width: 170px;
}
.search-right input.but-class
{
    background: rgba(0, 39, 85, 1);
    color: rgba(255, 255, 255, 1);
}
.search-right input.but-class:hover
{
    color: rgba(255, 255, 255, 0.8);
}


.search-result
{
    width: 700px;
    display: block;
    margin-top: 30px;
    border: 1px solid rgba(0, 39, 85, 1);
}
.search-mainhead
{
    background: rgba(0, 39, 85, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 35px;
    font-size: 23px;
}
.search-result p
{
    color: rgb(0, 0, 0);
    margin: 15px 0px 10px 10px;
    font-size: 12px;
    font-weight: normal;
}
.search-result table
{
    margin: 0px 10px 15px 10px;
}
.search-result table tr, .search-result table tr td
{
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: rgb(0, 0, 0);
}
.search-result table tr.bg1
{
    background: rgb(245, 245, 245);
}
.search-result table tr.bg2
{
    background: rgb(245, 250, 255);
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis, div.label {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 7px 2px 7px;
	border: 1px solid #ccc;
	text-decoration:none;
	color:Black;
}

.CurrentPage {
    display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 7px 2px 7px;
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: #f26522;
	border-color: #f26522;
	color: #fff;
}

.AllPage {
    display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 7px 2px 7px;
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: #002755;
	border-color: #002755;
	color: #fff;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.ThemeParkGetway
{
width: 340px;

}

.ThemeParkGetway {
    padding: 0px 12px 10px 7px;
    text-align: center;
}

.ImgDescp p{
   color: #002755;
}

.btn-outline {
   outline: none;
}

@media only screen and (max-device-width: 667px) and (min-device-width: 100px) {
    #divCoronaInfo h3{
    font-size:18px;
    
    }
}

input[type="checkbox"]
{
width:20px;
height:20px;
}
