/*--FONT FACES---------------------------*/

@font-face {
  font-family: 'Abril Fatface';
  src: url('fonts/AbrilFatface-Regular.ttf');
}
@font-face {
  font-family: 'Slabo 27px';
  src: url('fonts/Slabo27px-Regular.ttf')
}
@font-face {
  font-family: 'Oswald';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Oswald-300/Oswald-300.eot');
  src: url('../fonts/Oswald-300/Oswald-300.eot#iefix') format('embedded-opentype'), local('Oswald Light'), local('Oswald-300'), url('../fonts/Oswald-300/Oswald-300.woff') format('woff2'), url('../fonts/Oswald-300/Oswald-300.woff') format('woff'), url('../fonts/Oswald-300/Oswald-300.ttf') format('truetype'), url('../fonts/Oswald-300/Oswald-300.svg') format('svg');
}
@font-face {
  font-family: 'Oswald';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Oswald-regular/Oswald-regular.eot');
  src: url('../fonts/Oswald-regular/Oswald-regular.eot#iefix') format('embedded-opentype'), local('Oswald Regular'), local('Oswald-regular'), url('../fonts/Oswald-regular/Oswald-regular.woff') format('woff2'), url('../fonts/Oswald-regular/Oswald-regular.woff') format('woff'), url('../fonts/Oswald-regular/Oswald-regular.ttf') format('truetype'), url('../fonts/Oswald-regular/Oswald-regular.svg') format('svg');
}
@font-face {
  font-family: 'Oswald';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Oswald-500/Oswald-500.eot');
  src: url('../fonts/Oswald-500/Oswald-500.eot#iefix') format('embedded-opentype'), local('Oswald Medium'), local('Oswald-500'), url('../fonts/Oswald-500/Oswald-500.woff') format('woff2'), url('../fonts/Oswald-500/Oswald-500.woff') format('woff'), url('../fonts/Oswald-500/Oswald-500.ttf') format('truetype'), url('../fonts/Oswald-500/Oswald-500.svg') format('svg');
}
@font-face {
  font-family: 'Oswald';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/Oswald-600/Oswald-600.eot');
  src: url('../fonts/Oswald-600/Oswald-600.eot#iefix') format('embedded-opentype'), local('Oswald SemiBold'), local('Oswald-600'), url('../fonts/Oswald-600/Oswald-600.woff') format('woff2'), url('../fonts/Oswald-600/Oswald-600.woff') format('woff'), url('../fonts/Oswald-600/Oswald-600.ttf') format('truetype'), url('../fonts/Oswald-600/Oswald-600.svg') format('svg');
}
@font-face {
  font-family: 'Oswald';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Oswald-700/Oswald-700.eot');
  src: url('../fonts/Oswald-700/Oswald-700.eot#iefix') format('embedded-opentype'), local('Oswald Bold'), local('Oswald-700'), url('../fonts/Oswald-700/Oswald-700.woff') format('woff2'), url('../fonts/Oswald-700/Oswald-700.woff') format('woff'), url('../fonts/Oswald-700/Oswald-700.ttf') format('truetype'), url('../fonts/Oswald-700/Oswald-700.svg') format('svg');
}

/*--BROWSER RESET------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Segoe UI Light, Helvetica Light, Arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--MAIN--------*/

body {
  background-color: #fff;
  overflow-x: hidden !important;
}
.clear {
  clear: both;
}
b {
  font-weight: 900;
}
.construction {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.GOY_wrapper {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
}
.GOY_scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #2a2a2a;
  border-radius: 30px;
  box-shadow: 0 0 2px 1px rgb(142, 111, 27);
  -webkit-box-shadow: 0 0 2px 1px rgb(255, 255, 255);
  -moz-box-shadow: 0 0 2px 1px rgba(191, 160, 77, 1);
  text-align: center;
  /*  z-index: 1000;*/
  -moz-transition: background 0.6s ease 0s;
  -o-transition: background 0.6s ease 0s;
  -webkit-transition: background 0.6s ease 0s;
}
.GOY_scrollToTop:hover {
  background: #a2a2a3;
}
.GOY_scrollToTop img {
  width: 50px;
  height: 50px;
}
GOY_contentWrap {
  width: 100%;
  height: auto;
  background: #000000;
  display: table;
}

/*-HEADER--------*/

.GOY_headerContainer {
  display: table;
  width: 100%;
  padding: 10px;
  background: #fff;
  height: 250px;
}
.GOY_header {
  max-width: 1024px;
  margin: 0 auto;
}
.GOY_header .logo {
  display: table-cell;
  width: 300px;
  vertical-align: middle;
}
.lang {
  float: right;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
  line-height: 42px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px #000;
  color: #2a2a2a;
  display: table-cell;
  vertical-align: middle;
  /*
  background: -moz-linear-gradient(top, rgba(162,162,163,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(162,162,163,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(162,162,163,0.65) 0%,rgba(0,0,0,0) 100%);
*/
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6a2a2a3', endColorstr='#00000000', GradientType=0);
  transition: all 0.5s ease-in-out;
}
.lang:hover {
  color: #a2a2a3;
}
.lang a img {
  height: auto;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}
.anim-els {
  position: relative;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.anim-logo {
  transition: opacity 1s ease;
  -webkit-animation: logoMove .8s 1 linear;
  -moz-animation: logoMove .8s 1 linear;
  -ms-animation: logoMove .8s 1 linear;
  -o-animation: logoMove .8s 1 linear;
  animation: logoMove .8s 1 linear;
}
@-webkit-keyframes logoMove {
  from {
    background-size: 190px 190px;
    opacity: 0;
  }
  to {
    background-size: 450px 167px;
    opacity: 1;
  }
}
@-moz-keyframes logoMove {
  from {
    background-size: 190px 190px;
    opacity: 0;
  }
  to {
    background-size: 450px 167px;
    opacity: 1;
  }
}
@-ms-keyframes logoMove {
  from {
    background-size: 190px 190px;
    opacity: 0;
  }
  to {
    background-size: 450px 167px;
    opacity: 1;
  }
}
@-o-keyframes logoMove {
  from {
    background-size: 190px 190px;
    opacity: 0;
  }
  to {
    background-size: 450px 167px;
    opacity: 1;
  }
}
@keyframes logoMove {
  from {
    background-size: 190px 190px;
    opacity: 0;
  }
  to {
    background-size: 450px 167px;
    opacity: 1;
  }
}
.anim-logo {
  width: 450px;
  height: 167px;
  top: 30px;
  margin-left: -205px;
  background-image: url("../images/logo.png");
  background-image: -webkit-image-set( url("../images/logo.png") 1x, url("../images/logo.png") 1.5x, url("../images/logo.png") 2x);
  background-size: 450px 167px;
}
.GOY_header .info {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: right;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
  color: #fafafa;
  font-size: 22px;
}
.headerPhone {
  text-decoration: none;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
  color: rgba(255, 255, 255, 0.56);
  font-size: 22px;
}
.GOY_header .info span {
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Geneva, Verdana, sans-serif;
}

/*-HEADER-RESPONSIVE--*/

@media all and (max-width: 500px) {
  @-webkit-keyframes logoMove {
    from {
      background-size: 190px 190px;
      opacity: 0;
    }
    to {
      background-size: 275px 96px;
      opacity: 1;
    }
  }
  @-moz-keyframes logoMove {
    from {
      background-size: 190px 190px;
      opacity: 0;
    }
    to {
      background-size: 275px 96px;
      opacity: 1;
    }
  }
  @-ms-keyframes logoMove {
    from {
      background-size: 190px 190px;
      opacity: 0;
    }
    to {
      background-size: 275px 96px;
      opacity: 1;
    }
  }
  @-o-keyframes logoMove {
    from {
      background-size: 190px 190px;
      opacity: 0;
    }
    to {
      background-size: 275px 96px;
      opacity: 1;
    }
  }
  @keyframes logoMove {
    from {
      background-size: 190px 190px;
      opacity: 0;
    }
    to {
      background-size: 275px 96px;
      opacity: 1;
    }
  }
  .anim-logo {
    background-size: 41% 41%;
    top: 0;
  }
  .GOY_headerContainer {
    height: auto;
  }
  .lang {
    line-height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    float: none;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .lang img {
    width: 25px;
  }
}
@media all and (max-width: 260px) {
  .anim-logo {
    left: 75px;
  }
}
/*-MENUS--------*/

.GOY_menuContainer {
  display: table;
  width: 100%;
  background: #a2a2a3;
  min-height: 40px;
}
.GOY_menu {
  max-width: 1024px;
  margin: 0 auto;
}
.GOY_menu:after {
  display: table;
  content: ' ';
  clear: both;
}
.GOY_menu div {
  display: table-cell;
  width: 9.11%;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 20px 0;
  background: #a2a2a3;
}
.GOY_menu div:hover {
  background: #F7F7F7;
}
.GOY_menu div a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  line-height: 20px;
  font-size: 22px;
  letter-spacing: -0.5px;
  transition: all 0.5s ease-in-out;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-shadow: 1px 1px #000;
}
.GOY_menu div a:hover {
  color: #595959;
}

/*
.GOY_menu div a:hover {
  color: #fff;
}
*/


/*-MENUS-RESPONSIVE--*/

@media all and (max-width: 990px) {
  .GOY_menu {
    display: block;
    padding: 0;
  }
  .GOY_menu div {
    display: block;
    width: 33.3%;
    text-align: center;
    float: left;
    padding: 10px 0;
  }
}
@media all and (max-width: 600px) {
  .GOY_menu {
    display: block;
    padding: 0;
  }
  .GOY_menu div {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px 0;
  }
}
@media all and (max-width: 400px) {
  .GOY_menu div a {
    font-size: 16px;
  }
  .GOY_menu div {
    padding: 5px 0;
  }
}
.fadingLine {
  display: block;
  border: none;
  color: white;
  height: 5px;
  background: black;
  /*    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));*/
  background: -webkit-gradient(radial, 17% 50%, 0, 25% 50%, 736, from(#000), to(#fff))
}

/*-FOOTER-------*/

.GOY_footerContainer {
  margin-top: -2px;
  display: table;
  width: 100%;
  background: #000;
  min-height: 40px;
}
.GOY_footer {
  /*
  background: #2a2a2a;
  color: #fff;
  width: 100%;
*/
  max-width: 1024px;
  margin: 0 auto;
}
.GOY_footer div h3 {
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Geneva, Verdana;
  color: #888888;
  font-size: 22px;
  line-height: 18px;
  font-weight: normal;
}
.GOY_footer div p {
  font-size: 20px;
  text-transform: uppercase;
  margin: 7px 0;
  color: #888888;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
}
.GOY_footer div p a {
  transition: all 1s ease-in-out;
  text-decoration: none;
  color: #888888;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
}
.GOY_footer div p a:hover {
  color: #9d9d9d;
}
.GOY_footer div.footerLinks,
.GOY_footer div.footerSites,
.GOY_footer div.footerSocial {
  vertical-align: top;
  padding: 20px;
}
.GOY_footer div.footerLinks {
  width: auto;
  text-align: center;
}
.GOY_footer div.footerSites {
  width: 100%;
  text-align: center;
  /* float: left; */
}
.GOY_footer div.footerSocial {
  width: 49%;
  text-align: right;
  float: right;
}
.GOY_copy,
.GOY_copy a {
  padding: 10px;
  clear: both;
  text-align: center;
  color: #2a2a2a;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
  text-decoration: none;
}

.footer-legal a:hover,
.GOY_copy a:hover {
  color: #9d9d9d;
  text-decoration: none;
}

.footer-legal,
.footer-legal a {
  padding: 5px;
  color: #2a2a2a;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Slabo 27px', sans-serif, Tahoma, Geneva, Verdana;
  text-decoration: none;
}

/*-HEADER-RESPONSIVE--*/

@media all and (max-width: 620px) {}

/*-LOGOS-RESPONSIVE--*/

@media all and (max-width: 620px) {
  .GOY_footer div.footerLinks,
  .GOY_footer div.footerSites,
  .GOY_footer div.footerSocial {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    padding: 10px 0;
  }
  .GOY_footer div.copy,
  .GOY_footer div.links {
    width: auto;
    float: none;
    padding: 20px;
    text-align: center;
  }
}

/*----SHOWCASE-SLIDER------------------------------*/

* {
  box-sizing: border-box
}
.slideshow {
  display: none
}

/* Slideshow container */

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: -20px;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
@media all and (max-width: 620px) {
  .prev,
  .next {
    top: 22px;
  }
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: grabbing;
}
.showcaseTitleBar {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 19px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  background-color: #000;
  padding: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
.showcaseTitleBar > h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
}
.showcaseTitleBar p a {
  text-decoration: none;
  color: #fff;
  font-family: Segoe, Helvetica, Arial, sans-serif;
}
.active,
.dot:hover {
  background-color: #717171;
}
.active {
  background-color: #717171;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

/*-----------------------END OF SHOWCASE SLIDER-----------------*/


/*-------------------------SCHEDULE NAVIGATION-------------------------*/

.GOY_dayScheduleWrap {
  display: table;
  width: 100%;
  background: #a2a2a3;
}
.GOY_dayScheduleWrap .link {
  display: table-cell;
  text-align: center;
  width: 12.5%;
  transition: all 0.5s ease-in-out;
}
.GOY_dayScheduleWrap .link > .selected .title {
  color: #000;
  background-color: #fff;
}
.GOY_dayScheduleWrap .link a {
  text-decoration: none;
}
.GOY_dayScheduleWrap .link a > .title {
  font-size: 30px;
  transition: all 0.5s ease-in-out;
}
.GOY_dayScheduleWrap .link a > .title:hover {
  color: #000;
  background-color: #fff;
}
.GOY_dayScheduleWrap .date {
  text-align: center;
  border-top: 1px solid #fff;
  background: #a2a2a3;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 768px) {
  .GOY_dayScheduleWrap .link {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
  }
  .GOY_dayScheduleWrap .date {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .GOY_dayScheduleWrap .link {
    display: block;
    width: 33.3%;
    text-align: center;
    float: left;
  }
}
@media all and (max-width: 400px) {
  .GOY_dayScheduleWrap .link a > .title {
    font-size: 18px;
  }
  .GOY_dayScheduleWrap .date {
    font-size: 12px;
  }
}

/*----------------------------END OF SCHEDULE NAVIGATION---------------------*/


/*------------------SCHEDULE-----------------*/

.GOY_scheduleHolderContainer {
  display: table;
  width: 100%;
  background: #a2a2a3;
}
.GOY_scheduleHolder {
  background-color: #fff;
  max-width: 1024px;
  margin: 0 auto;
  /*
  text-align: left;
  height: auto;
*/
}
.GOY_contentWrapper {
  display: table;
  width: 100%;
}
.GOY_sideBar {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  background: #ffffff;
}
@media all and (max-width: 620px) {
  .GOY_contentWrapper {
    display: block;
    width: 100%;
  }
  .GOY_scheduleHolder,
  .GOY_sideBar {
    display: block;
    width: 100%;
  }
}
section {
  display: inline-block;
}
.GOY_performance {
  /*  display: table-cell;*/
  min-height: 200px;
  padding: 10px 14px 10px 10px;
  background-color: #fff;
  border-bottom: 2px solid #2A2A2A;
  font-family: Segoe, Helvetica, Arial, sans-serif;
}
.GOY_dateperformances {
  margin-top: 10px;
  font-weight: 600;
  display: table-cell;
}
.GOY_dateLabel {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 170px;
  font-size: 16px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 10px 10px 0 0;
}
.GOY_performance > div > a > h3 {
  font-family: 'Oswald', sans-serif;
  color: #888888;
  font-size: 30px;
  line-height: 25px;
  text-align: left;
}
.GOY_performance > div > a {
  text-decoration: none;
  display: table;
}
.ratingHolder {
  text-align: left;
  width: 100%;
  display: table;
}
.ratingImage {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.ratingText {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.ratingHolder > p > img {
  width: 100%;
}
.GOY_performance > div > div > p {
  font-family: Segoe, Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
  text-align: left;
}
@media all and (max-width: 376px) {
  .GOY_dateLabel {
    display: -webkit-box;
  }
}
@media all and (max-width: 321px) {
  .GOY_performance > div > div > p {
    margin: 10px 15px 5px 0;
  }
}
bold {
  font-weight: 600;
}
.smallImage {
  padding: 1px;
  width: 130px;
  display: block;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #000 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

/*
.smallImage:hover {
  opacity: 0.8;
  filter: alpha(opacity=50);  For IE8 and earlier
}
*/

.smallImage:hover {
  background-image: linear-gradient(to top, #000 50%, transparent 50%);
  background-position: 0 100%;
  opacity: 0.8;
  filter: alpha(opacity=50);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
.viewTrailer {
  text-align: center;
  text-decoration: none;
  background: #2A2A2A;
  color: #fff;
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 10px;
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
.viewTrailer:hover {
  background: #a2a2a3;
  color: #2a2a2a;
}
.GOY_performanceTrailerPoster {
  display: table-cell;
  width: 160px;
  vertical-align: top;
}
.GOY_performanceDetails {
  display: table-cell;
  vertical-align: top;
  color: #888888;
}
.soldOut {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  margin: 5px;
  background-color: #710001;
  border: none;
  min-width: 60px;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-border-radius: 5px;
}
.GOY_datePerformances > a {
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  color: #000;
  background-color: #a2a2a3;
  border: none;
  min-width: 60px;
  padding: 10px 10px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.GOY_datePerformances > a:hover {
  color: #fff;
  text-shadow: 1px 1px #000;
  background: -moz-radial-gradient(center, ellipse cover, rgba(192, 192, 192, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(192, 192, 192, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
  /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(192, 192, 192, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(192, 192, 192, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(192, 192, 192, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* ie10+ */
  background: radial-gradient(ellipse at center, rgba(192, 192, 192, 1) 0%, rgba(0, 0, 0, 1) 100%);
  /* w3c */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#000000', GradientType=1);
  /* ie6-9 */
}
.GOY_datePerformances > a:active {
  background: #000;
  color: #fff;
}
.tooltip {
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  margin-left: -110px;
  margin-top: 20px;
  /*  z-index: 1;*/
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*-----------------End of Schedule--------------------*/


/*----------------------------SIDEBAR----------------------*/

.GOY_banner {
  padding: 10px;
  background: #ffffff;
  /*  border-left: 2px solid #2A2A2A;*/
  /* border-right: 2px solid #2A2A2A; */
  /* border-bottom: 2px solid #2A2A2A; */
  vertical-align: top;
  text-align: center;
}
.GOY_banner > a > img {
  max-width: 170px;
  padding: 5px;
}
.GOY_banner > img {
  max-width: 170px;
  padding: 10px;
}

.GOY_banner .register {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  letter-spacing: -0.5px;
  text-align: left;
  font-size: 20px;
  margin: 0px;
  text-align: center;
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.7) 8%, rgba(128,128,128,0.84) 51%, rgba(255,255,255,0.99) 97%, rgba(255,255,255,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(3%, rgba(255,255,255,0.99)), color-stop(49%, rgba(128,128,128,0.84)), color-stop(92%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0.65))); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.7) 8%, rgba(128,128,128,0.84) 51%, rgba(255,255,255,0.99) 97%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.7) 8%, rgba(128,128,128,0.84) 51%, rgba(255,255,255,0.99) 97%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.7) 8%, rgba(128,128,128,0.84) 51%, rgba(255,255,255,0.99) 97%, rgba(255,255,255,1) 100%); /* ie10+ */
  background: linear-gradient(0deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.7) 8%, rgba(128,128,128,0.84) 51%, rgba(255,255,255,0.99) 97%, rgba(255,255,255,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}

.GOY_banner .register a {
  text-decoration: none;
  text-shadow: 1px 1px #000;
  color: #2a2a2a;
  transition: all 0.5s ease-in-out;
}

.GOY_banner .register a:hover {
  color: #fff;
  text-shadow: 2px 2px #000;
}

@media all and (max-width: 620px) {
  .GOY_banner {
    border-left: 0px solid #2A2A2A;
    border-right: 0px solid #2A2A2A;
    border-bottom: 0px solid #2A2A2A;
    border-top: 2px solid #2A2A2A;
  }
}

/*---------------------end of sidebar--------------------*/


/*--------------------------COMING SOON PAGE --------------*/

.GOY_comingperf {
  /*  display: table-cell;*/
  min-height: 200px;
  padding: 10px 0px 10px 10px;
  background-color: #fff;
  border-bottom: 1px solid #2a2a2a;
}
.GOY_comingperf .index-item-content {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
  /*  border-bottom: 1px solid #212121;*/
}
.index-item-content .comingSoonDetails {
  padding-top: 20px;
  display: table-cell;
  vertical-align: top;
}
.index-item-content .comingSoonDetails a {
  text-decoration: none;
}
.GOY_comingperf .index-item-content .comingSoonDetails h3 {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  color: #2A2A2A;
  font-size: 30px;
  line-height: 25px;
  padding-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.GOY_comingperf .index-item-content .comingSoonDetails h3:hover {
  text-shadow: 2px 2px #0f9ee6;
}
.GOY_comingperf .index-item-content .comingSoonDetails p {
  padding-bottom: 10px;
  font-family: Segoe, Helvetica, Arial, sans-serif;
}
.GOY_comingperf .index-item-content .comingSoonDetails b {
  font-weight: 600;
}
.GOY_comingperf .index-item-content .comingSoonDetails a span {
  color: #2a2a2a;
  transition: all 0.5s ease-in-out;
}
.GOY_comingperf .index-item-content .comingSoonDetails a span:hover {
  text-shadow: 2px 2px #0f9ee6;
}
.GOY_comingperf .comingImage {
  padding: 20px;
  display: table-cell;
  width: 35%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .GOY_scheduleHolder .GOY_comingperf .comingImage {
    display: block;
    margin: auto;
    width: auto;
    text-align: -webkit-center;
  }
  .GOY_scheduleHolder .GOY_comingperf .index-item-content .comingSoonDetails {
    padding-left: 20px;
  }
}

/*--------------------------END COMING SOON PAGE --------------*/


/*------------------------------LIVE EVENTS PAGE */


/*------------------------------END OF LIVE EVENTS PAGE */


/*---------------------contact page*/

.GOY_formWrapper {
  display: table;
  width: 100%;
  padding-left: 12px;
  color: #2A2A2A;
  /*  background: rgba(56, 56, 57, 0.27);*/
}
.GOY_formWrapper p {
  display: table-cell;
  font-size: 16px;
}
.GOY_form {
  display: table-cell;
  width: 400px;
  padding: 12px;
  text-align: center;
}
.GOY_form div {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.GOY_form div label {
  display: table-cell;
  width: 75px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
}
.GOY_form div input,
.GOY_form div textarea {
  display: table-cell;
  width: 100%;
}
.GOY_form #submit {
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Geneva, Verdana;
  text-decoration: none;
  color: #000;
  background-color: #a2a2a3;
  border: none;
  min-width: 60px;
  padding: 10px 10px;
  text-align: center;
  float: right;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.GOY_form #submit:hover {
  background-color: #2A2A2A;
  color: #ffffff;
}

/*----------------------end of contact page*/


/*-----------------------------ARTICLES--------------*/

.GOY_articleWrap {
  display: table;
  width: 100%;
}
.GOY_articleWrap .GOY_articlepref {
  display: table-cell;
  vertical-align: top;
}
.GOY_articleWrap .GOY_sideBar {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.Title,
.GOY_article h2 {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  line-height: 42px;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px #000;
  color: #2a2a2a;
  background: -moz-linear-gradient(top, rgba(162, 162, 163, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(162, 162, 163, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(162, 162, 163, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6a2a2a3', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.GOY_formWrapper {
  padding-left: 12px;
  display: table;
  width: 100%;
}
.GOY_formWrapper p {
  display: table-cell;
  font-family: Segoe, Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-width: 130px;
}
.GOY_form {
  display: table-cell;
  width: 400px;
  padding: 12px;
  text-align: center;
}
.GOY_form div {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.GOY_form div label {
  display: table-cell;
  width: 75px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  vertical-align: top;
}
.GOY_form div input,
.GOY_form div textarea {
  display: table-cell;
  width: 100%;
  background-color: #a2a2a3;
  transition: all 0.5s ease-in-out;
}
.GOY_form #submit {
  font-family: LeHavre, Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  color: #000;
  background-color: #a2a2a3;
  border: none;
  min-width: 60px;
  padding: 10px 10px;
  text-align: center;
  float: right;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.GOY_form #submit:hover {
  background: rgb(181, 189, 200);
  background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0);
  color: #ffffff;
}
.GOY_sideBar {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}
.GOY_banner {
  padding: 10px;
  border-left: 2px solid #2A2A2A;
  vertical-align: top;
  text-align: center;
}
.index-item-content .GOY_article .article {
  padding: 20px;
}
@media screen and (max-width: 620px) {
  .GOY_articleWrap {
    display: block;
  }
  .GOY_articleWrap. GOY_articlepref {
    display: block;
    width: 100%;
  }
  .GOY_articleWrap .GOY_sideBar {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
  }
  .GOY_formWrapper {
    display: block;
    width: 100%;
  }
  .GOY_formWrapper .GOY_contactForm {
    display: block;
    width: 100%;
  }
  .borders {
    border-left: none;
    border-top: 1px solid #000;
  }
  .GOY_banner {
    border-left: none;
  }
  .GOY_comingperf {
    background: -moz-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(87%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(178deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* ie6-9 */
  }
  .GOY_scheduleHolder .GOY_comingperf .index-item-content {
    border-bottom: 0;
  }
}

/*-----------------------------------END OF ARTICLES-------------------*/


/*-----------------------------------article responsive*/

@media all and (max-width: 600px) {
  .GOY_formWrapper {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .GOY_formWrapper p,
  .GOY_form {
    display: block;
    width: 100%;
  }
  .GOY_form #submit {
    float: none;
    margin: 5px auto;
  }
}
@media all and (max-width: 600px) {
  .comingImage {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .comingSoonDetails p {
    width: 100%;
  }
  .GOY_dayScheduleWrap .link {
    display: block;
    width: 33.3%;
    text-align: center;
    float: left;
  }
  .GOY_performanceTrailerPoster,
  .GOY_comingperf .comingImage {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: -webkit-center;
    padding-top: 10px;
  }
  .GOY_performanceTrailerPoster .smallImage {
    width: auto;
  }
  .GOY_performanceDetails {
    padding-top: 14px;
    background: -moz-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(87%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(272deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(178deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 87%, rgba(0, 0, 0, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* ie6-9 */
  }
  .GOY_dateLabel {
    color: #000;
  }
  .GOY_performance {
    padding: 0;
    border-bottom: 0;
  }
  .GOY_performance > div > a {
    padding-left: 10px;
  }
  .ratingHolder {
    padding-left: 10px;
  }
  .GOY_performance > div > div > p {
    padding-left: 10px;
  }
}

/*-----------------------------------end of article responsive*/

@media all and (max-width: 320px) {
  .showcaseTitleBar {
    display: none;
  }
}