@font-face{
font-family:'Conv_FuturaStd-Medium';
src:url("fonts/FuturaStd-Medium.eot");
src:url("fonts/FuturaStd-Medium.woff") format("woff"),
url("fonts/FuturaStd-Medium.ttf") format("truetype"),
url("fonts/FuturaStd-Medium.svg") format("svg");
font-weight:normal;
font-style:normal
}
@font-face{
font-family:'Conv_FuturaStd-Bold';
src:url("fonts/FuturaStd-Bold.eot");
src:url("fonts/FuturaStd-Bold.woff") format("woff"),
url("fonts/FuturaStd-Bold.ttf") format("truetype"),
url("fonts/FuturaStd-Bold.svg") format("svg");
font-weight:normal;
font-style:normal
}
@font-face{
font-family:'Matterhorn';
src:url("fonts/m4-7e766c2825c7.eot#") format("eot"),
url("fonts/m4-b366701d6945.woff") format("woff"),
url("fonts/m4-ac909dff444f.ttf") format("truetype"),
url("fonts/m4-f2487db4f858.svg#Matterhorn") format("svg");
font-weight:400;
font-style:normal
}
@font-face{
font-family:'Conv_FuturaStd-Book';
src:url("fonts/FuturaStd-Book.eot");
src:url("fonts/FuturaStd-Book.woff") format("woff"),
url("fonts/FuturaStd-Book.ttf") format("truetype"),
url("fonts/FuturaStd-Book.svg") format("svg");
font-weight:normal;
font-style:normal
}
@font-face{
font-family:'Conv_FuturaStd-Heavy';
src:url("fonts/FuturaStd-Heavy.eot");
src:url("fonts/FuturaStd-Heavy.woff") format("woff"),
url("fonts/FuturaStd-Heavy.ttf") format("truetype"),
url("fonts/FuturaStd-Heavy.svg") format("svg");
font-weight:normal;
font-style:normal
}

body{margin:0;padding:0;background: #000 url(images/bg1.jpg) no-repeat center 100%;background-size: cover;background-attachment: fixed;}

ul{margin:0; padding:0;list-style:none}

.goc-el {
    color: #303030;
    font: 16px/1.1 Matterhorn, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}
.footer *,.header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer ,.header{line-height:1}
.goc-el, .goc-el *, .goc-el *:before, .goc-el *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#goc-bar a.disney-link{display:inline;padding:0}
#goc-bar {
    padding: 0 24px;
    font-size: 14px;
    display: block;
    height: 38px;
    min-width: 672px;
    position: relative;
    z-index: 1000;
    background: url(//a.dilcdn.com/a/goc/bar-light-ad8068efa087.png) repeat-x #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -ms-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: -o-linear-gradient(top, #f9f9f9, #e3e3e3);
    background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
}
#goc-bar.goc-bg-dark {
    background-color: #232b2d;
    background-image: none;
}
.goc-el .goc-bound {
    max-width: 1048px;
    margin: 0 auto;
}
#goc-bar .goc-search {
    float: right;
	background:url(images/search.jpg) 0 0 no-repeat;
	width:213px;
	height:26px;
	margin-top:6px;
	padding:0;
}
#goc-user>li {
    display: none;
    color: #C5C5C5;
    box-shadow: -1px 0 0;
    max-height: 38px;
    float: right;
}
.goc-bg-dark #goc-user>li {
    color: #606060;
}
.goc-el a:hover, .goc-el a:link, .goc-el a:visited, .goc-el a:active, .goc-el span[role=button] {
    color: #666;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-size: 1.1em;
    font-family: Matterhorn, Helvetica, Arial, sans-serif;
}
.goc-el.goc-bg-dark a, .goc-el.goc-bg-dark span[role=button] {
    color: #FFF;
}
#goc-bar a {
    display: block;
    padding: 12px 12px 10px;
    white-space: nowrap;
}
#goc-user li .trigger-base {
    padding: 0;
}
#goc-user span[role=button] {
    font-size: 1em;
}
#goc-user .goc-logout a, #goc-user .goc-login a {
    padding-left: 20px !important;
    padding-right: 20px;
}
.goc-el a>u, .goc-el span[role=button]>u {
    text-decoration: none;
    padding-bottom: 0;
}
#goc-user>li:nth-child(2) a {
    padding-left: 12px !important;
}
.goc-el a>u, .goc-el span[role=button]>u {
    text-decoration: none;
    padding-bottom: 0;
}
.goc-dropdown>a>u {
    padding-right: 12px;
}
.goc-dropdown .arrow {
    display: inline-block !important;
    position: absolute;
    top: 13px;
    width: 7px;
    height: 7px;
    color: #232B2D;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 2px;
    -webkit-transform: rotate(45deg) skew(2deg, 2deg);
    -moz-transform: rotate(45deg) skew(2deg, 2deg);
    -ms-transform: rotate(45deg) skew(2deg, 2deg);
    -o-transform: rotate(45deg) skew(2deg, 2deg);
    transform: rotate(45deg) skew(2deg, 2deg);
}
.goc-bg-dark .goc-dropdown .arrow {
    color: #F2F5F6;
}
.goc-dropdown ul {
    position: absolute;
    right: 0;
    height: 0;
    overflow: hidden;
    background-color: #F5F5F5;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}
.goc-bg-dark .goc-dropdown ul {
    background-color: #000;
}
#goc-user .goc-dropdown ul {
    left: 0;
    right: auto;
}
.goc-dropdown li {
    float: none;
    display: list-item;
}
#goc-user li li {
    max-width: 170px;
}
#goc-user li .trigger-base {
    padding: 0;
}
#goc-bar .goc-desktop-global {
    overflow: hidden;
    height: 38px;
}
#goc-bar .goc-desktop-global li {
    float: left;
}
#goc-bar.goc-under-button .goc-desktop-global li:first-child {
    display: none;
}
#goc-bar .goc-desktop-global li a {
    max-height: 38px;
    box-sizing: border-box;
}
#goc-bar .goc-desktop-global li:first-child a {
    color: #000;
    font-size: 15px;
}
#goc-bar.goc-bg-dark .goc-desktop-global li:first-child a {
    color: #f2f5f6;
}

.site-header {
    height: 3.125em;
    background: #f8c440;
    border-bottom: 1px solid black;
    box-shadow: 0.313em 0.313em 0.625em rgba(0,0,0,0.24);
	-moz-box-shadow: 0.313em 0.313em 0.625em rgba(0,0,0,0.24);
	-webkit-box-shadow: 0.313em 0.313em 0.625em rgba(0,0,0,0.24);
    width: 100%;
    z-index: 200;
    position: relative;
}
header.site-header a.hamburger {
    display: none;
}
header.site-header a.logo {
    float: left;
    width: 23.5em;
    margin-left: 1.5625em;
    display: block;
    text-indent: -10000em;
    background: url(images/header-logo.png) no-repeat left center;
    background-size: auto 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
header.site-header div.get-tickets-link-wrapper {
    float: right;
    width: 12.75em;
    height: 100%;
    position: relative;
}
header.site-header div.get-tickets-link-wrapper .get-ticket-table {
    display: table;
    height: 100%;
    width: 100%;
}
header.site-header div.get-tickets-link-wrapper .get-ticket-table a.get-tickets-link {
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    height: 100%;
    font-size: 1.188em;
    text-decoration: none;
    font-family: "Conv_FuturaStd-Bold";
    text-align: center;
    overflow: hidden;
    background: #bb2c3a;
    letter-spacing: 0.052em;
}
header.site-header div.get-tickets-link-wrapper ul.ticket-drop {
    background: #bb2c3a;
    border-top: 1px solid #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
header.site-header div.get-tickets-link-wrapper ul.ticket-drop li {
    border-bottom: 1px solid #98242f;
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
header.site-header div.get-tickets-link-wrapper ul.ticket-drop li a {
    color: #ffffff;
    float: left;
    font-family: "Conv_FuturaStd-Heavy",arial;
    font-size: 0.75em;
    padding: 0.625em 0;
    text-decoration: none;
    width: 100%;
    letter-spacing: 0.052em;
}
header.site-header nav#primary {
    float: right;
    height: 100%;
}
header.site-header:before, header.site-header:after {
    content: " ";
    display: table;
}
header.site-header:after {
    clear: both;
}
header.site-header nav#primary ul {
    height: 100%;
    float: right;
}
header.site-header nav#primary ul.desk-nav {
    display: block;
}
header.site-header nav#primary ul li {
    font-family: "Conv_FuturaStd-Medium",arial;
    text-transform: uppercase;
    color: black;
    height: 100%;
    display: table;
    padding-right: 1.875em;
    float: left;
}
header.site-header nav#primary ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 1.094em;
    margin: 0 auto;
    text-decoration: none;
    color: black;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
}

#goc-button {
    display: block;
    position: absolute;
    padding-top: 14px;
    padding-bottom: 13px;
    font-size: 14px;
    height: 17px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    white-space: nowrap;
     background: #191D1F;
}
#goc-bar span[role=button]{padding-left: 16px;padding-right: 48px;}
#goc-button .arrow {
    display: inline-block;
    position: absolute;
    top: 12px;
    width: 7px;
    height: 7px;
    border-right: 3px solid #108FF7;
    border-bottom: 3px solid #108FF7;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 3px;
    -webkit-transform: rotate(45deg) skew(3deg, 3deg);
    -moz-transform: rotate(45deg) skew(3deg, 3deg);
    -ms-transform: rotate(45deg) skew(3deg, 3deg);
    -o-transform: rotate(45deg) skew(3deg, 3deg);
    transform: rotate(45deg) skew(3deg, 3deg);
}
body:not([dir="rtl"]) #goc-button .arrow, html.no-media-query #goc-button .arrow {
    right: 22px;
}
body:not([dir="rtl"]) #goc-bar.goc-under-button .goc-desktop-global, html.no-media-query #goc-bar.goc-under-button .goc-desktop-global {
    padding-left: 138px;
}
body:not([dir="rtl"]) #goc-bar.goc-under-button ul li:nth-child(2) a, html.no-media-query #goc-bar.goc-under-button ul li:nth-child(2) a {
    padding-left: 23px;
}

/* Footer css */
.site-footer .inner {
    width: 42.813em;
    margin: 0 auto;
    padding-top: 0.750em;
    padding-bottom: 1.438em;
}
.site-footer .inner a.logo {
    float: left;
    margin-right: 0.750em;
    max-width: 18%;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.site-footer .inner a.logo:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    border: 2px solid #fff;
}
.site-footer .inner a.logo img {
    width: 7.813em;
}
.site-footer .inner .links {
    float: left;
    width: 25.538em;
    padding-top: 0.2em;
}
.site-footer .inner .links .primary {
    color: #f8c440;
    font-size: 0.656em;
    line-height: 1.5;
}
.site-footer .inner .links .primary a {
    color: #f8c440;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.site-footer .inner .links .primary a:hover {
    color: white;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.site-footer .inner .links .secondary {
    color: white;
    font-size: 0.438em;
    line-height: 1.5;
}
.site-footer .inner .links .secondary a {
    color: white;
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.site-footer .inner .links .secondary a:hover {
    color: #f8c440;
}
footer.sticky-footer {
    height: 2.813em;
    background: #000;
    border-top: 1px solid #f8c440;
    width: 100%;
    z-index: 20;
    bottom: 0;
    right: 0;
}
footer.sticky-footer:before, footer.sticky-footer:after {
    content: " ";
    display: table;
}
footer.sticky-footer div.footer-left {
    height: 100%;
    float: left;
}
footer.sticky-footer div.footer-left div.email-signup {
    float: left;
    font-family: "Conv_FuturaStd-Book",arial;
    height: 100%;
    display: table;
}
footer.sticky-footer div.footer-left div.email-signup a.signup-link {
    font-size: 0.688em;
    width: 12.36em;
    height: 4em;
    font-family: "Conv_FuturaStd-Bold",arial;
    color: #f8c440;
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
    background: #222;
    display: table-cell;
    padding: 0 1em 0 1em;
    vertical-align: middle;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
footer.sticky-footer div.footer-left div.email-signup a.signup-link:hover {
    color: white;
}
footer.sticky-footer div.footer-left div.email-signup a.signup-link:hover i.fa {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    color: white;
}
.footer img{max-width: 100%;vertical-align:inherit}
i.fa {
    color: #f8c440;
}

footer.sticky-footer div.footer-left div.email-signup a.signup-link i {
    margin-right: 1em;
    font-size: 1.1em;
}
footer.sticky-footer div.footer-left div.social-icons {
    float: left;
}
footer.sticky-footer div.footer-left div.social-icons ul {
    margin-left: 0.8em;
}
footer.sticky-footer div.footer-left div.social-icons ul li {
    float: left;
    margin-top: 0.5em;
    margin-right: 0.3125em;
    margin-left: 0.3125em;
}
footer.sticky-footer div.footer-left div.social-icons ul li a {
    font-size: 0.7em;
    background: #f8c440;
    color: #000;
    border-radius: 50%;
    float: left;
}
footer.sticky-footer div.footer-left div.social-icons ul li a span.fa-stack {
    border-radius: 50%;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    text-align: center;
}
footer.sticky-footer div.footer-left div.social-icons ul li a span.fa-stack i.fa-circle {
    color: #f8c440;
    box-shadow: inset 0px 0px 0px 2px #f8c440;
    background: transparent;
    border-radius: 50%;
    width: 0.88em;
    height: 0.88em;
    transform: scale(0.94);
    -ms-transform: scale(0.94);
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -webkit-transition: background-color 0.5s, color 0.5s, transform 0.5s;
    -moz-transition: background-color 0.5s, color 0.5s, transform 0.5s;
    -ms-transition: background-color 0.5s, color 0.5s, transform 0.5s;
    -o-transition: background-color 0.5s, color 0.5s, transform 0.5s;
    transition: background-color 0.5s, color 0.5s, transform 0.5s;
}
footer.sticky-footer div.footer-left div.social-icons ul li a span.fa-stack i.fa-stack-1x {
    color: black;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, color 0.5s;
    -ms-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}
footer.sticky-footer div.footer-left div.social-icons ul li a span.fa-stack i.fa-circle::before {
    content: "";
}

.site-footer {

    position: relative;
    background: #fdcd09;
    width: 1024px;
    margin: 0px auto;
}
.site-footer .inner:before, .site-footer .inner:after {
    content: " ";
    display: table;
}
.site-footer .inner:before, .site-footer .inner:after {
    content: " ";
    display: table;
}
.site-footer .inner:after {
    clear: both;
}
.footer{    font-family: "Conv_FuturaStd-Book";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;}

.footer{background:#fdcd09}

footer.sticky-footer div.footer-left div.social-icons ul li a:hover span.fa-stack i.fa-circle {
    transform: scale(1.35);
    -ms-transform: scale(1.35);
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
}

header.site-header:before, header.site-header:after {
    content: " ";
    display: table;
}
header.site-header:after {
    clear: both;
}

header.site-header div.get-tickets-link-wrapper:hover ul.ticket-drop {
    display: block;
}














@media only screen and (min-width: 47.9375em){
header.site-header nav#primary ul li+li::before {
    content: "|";
    height: 100%;
    color: #d1a536;
    font-size: 1.5em;
    display: table-cell;
    vertical-align: middle;
    padding-right: 1.875em;
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
header.site-header nav#primary ul li a::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #bb2c3a;
    content: '';
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
header.site-header nav#primary ul li a:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

}
}
.header,.footer{font-size: 100%;}

@media only screen and (max-width: 47.9375em) {
    .header,.footer { font-size: 100%}
}
@media only screen and (min-width: 85.375em) {
    .header,.footer {font-size: 108%}
}
@media only screen and (min-width: 120em) {
    .header,.footer {font-size: 152%}
}
@media only screen and (min-width: 160em) {
    .header,.footer { font-size: 203%}
}
@media only screen and (max-width: 64em) {
    .header,.footer {  font-size: 100%;}
	
	
}
@media only screen and (max-width: 1095px) and (min-width: 64em){
header.site-header div.get-tickets-link-wrapper {
    width: 10em;
}
header.site-header nav#primary ul li+li::before {
    padding-right: 0.9375em;
	
}

}


@media only screen and (max-width: 1044px) {
.header-middle{background:#f8c440}
.site-header{width:1044px;}
}
.link1
{
    position: absolute;
    width: 123px;
    height: 30px;
    left: 288px;
    top: 28px;
    display: inline-block;
}
.link2
{
    display: inline-block;
    position: absolute;
    width: 282px;
    height: 30px;
    left: 452px;
    top: 28px;
}
.wrapper2
{
    width:1024px;
    margin:0px auto;
}
.header{
    background: #fdcd09;
    height: 99px;
}