html {
	scroll-behavior: smooth;
    overflow-x: hidden;
}
.panel-black {
  	min-height: 45px;
  	background-color: #333333;
  	text-align: center;
  	padding: 7px;
  	margin-bottom:20px;
}
.panel-black h2 {
    color: #ffffff;
  	text-transform: none;
}
.panel-red {
  	min-height: 45px;
  	background-color: #e6016e;
  	text-align: center;
  	padding: 7px;
  	margin-bottom:20px;
}
.panel-red h2 {
    color: #ffffff;
  	text-transform: none;
}
.text-black {
  		background-color:  #ffffff;
  		padding: 7px 7px 7px; 20px;
}
.text-black p {
    	color: #333333;
  		font-size: 1.6em;
}
.maskdown {
            position: relative;
            overflow: hidden;
            margin: 0px  !important;
            border: none;         
        }

            .maskdown:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .maskdown img {
                width: 100%;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }
.list {
 	list-style: none;
	padding: 0px;
 	margin: 0px;
}
.list li {
  padding-left: 0px;
}

.list li::before {
  content: "➜";
  padding-right: 8px;
  color: #b40405;
  font-size:16px;
}

.banner img {
    filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
  transition-duration: 1s;
}

.banner img:hover {
    filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
  transition-duration: 1s;
}

.accordion .panel {
    font-size: 1.1em !important;
    color: #303030 !important;
    margin: 0 auto !important;
    height: 0;
    overflow: hidden;
    background-color: #ffffff !important;
    line-height: 1.4;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.6s;
}

.accordion input:checked ~ .panel {
    height: 600px;
    overflow-y: scroll;
    padding: 20px;
    transition: all 0.6s;
}

.accordion label {
    cursor: pointer !important;
    background-color: #b40405 !important;
    display: block !important;
    padding: 0px 15px 0px 15px !important;
    width: 100% !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
}

    .accordion label h1 {
        color: #f0f0f0 !important;
        font-size: 32px !important;
    }

    .accordion label h2 {
        color: #f0f0f0 !important;
        text-align: center !important;
        font-family: Exo, sans-serif;
        font-weight: 600 !important;
        font-size: 22px !important;
        min-height: 100% !important;
    }

    .accordion label h3 {
        color: #f0f0f0 !important;
        font-size: 22px !important;
    }

    .accordion label p {
        font-size: 18px !important;
    }

.accordion input {
    display: none;
}

    .accordion input:checked + label {
        background-color: #e20002 !important;
    }

        .accordion input:checked + label:before {
            transition: 0.6s;
        }


.accordion label :hover {
    background-color: #a39999 !important;
    color: #ffffff !important;
}

.accpanel :hover {
    background-color: #e0e0e0 !important;
    color: #111111 !important;
}

.acctitle {
    height: auto;
}

.accdate {
    float: left;
    margin: 0 auto;
}

.accteaser {
    float: left;
    margin: 0 auto;
}

    accteaser p {
        margin: 0;
    }

.accbutton {
    display: inline-block;
    border-radius: 4px;
    background-color: #e6006d !important;
    border: none;
    color: #ffffff !important;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
}

    .accbutton span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        font-weight: 500;
        color: #ffffff !important;
    }

        .accbutton span:after {
            font-family: FontAwesome;
            content: '\f144';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .accbutton:hover span {
        padding-right: 25px;
    }

        .accbutton:hover span:after {
            opacity: 1;
            right: 0;
        }


.accbuttonsoldout {
    display: inline-block;
    border-radius: 4px;
    background-color: #e6006d !important;
    border: none;
    color: #ffffff !important;
    text-align: center;
    font-size: 20px;
    padding: 0px;
    width: 200px;
    transition: all 0.5s;
    margin: 5px;
}

    .accbuttonsoldout span {
        display: inline-block;
        position: relative;
        transition: 0.5s;
        color: #ffffff !important;
    }

        .accbuttonsoldout span:after {
            font-family: FontAwesome;
            content: '\f00d';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .accbuttonsoldout:hover span {
        padding-right: 25px;
    }

        .accbuttonsoldout:hover span:after {
            opacity: 1;
            right: 0;
        }

        /* Scrollbars */
/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(193, 192, 192);
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e6006d;
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ff1e89;
    }


.ticketline {
background-color:#e6006d;
width: 100%;
border: 1px solid #e6006d !important;
margin: 10px 0 10px 0;
}
.SubmitButton6480  {
  background-color: #e6006d !important;
  border: none;
  color: white;
  padding: 15px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin: 8px 5px;
}

.SubmitButton6480:hover {
    background-color: #bd065b !important;
}

.protect {
}

  .staticbanner {
      display: none;
  }
  .animationbanner {
      display: block;
  }

@media only screen and (max-width: 768px) {
  .staticbanner {
      display: block;
  }
  .animationbanner {
      display: none;
  }
}

.SpeedyDropDown {
    background-color: #ffffff !important;
}

.SpeedyDropDown .nav li.parent > a:after {
    color: #e6006d !important;
}

.ticketline {
background-color:#e6006d;
width: 100%;
border: 1px solid #e6006d !important;
margin: 10px 0 20px 0;
}


















