body{
    margin-left: 15px !important;
    margin-right: 15px !important;
    background-color: whitesmoke !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.OnlyDesktop{
    display:none;
}

.container-fluid{
    outline: none !important;
}

.Form{
    outline: none !important;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.radio-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}
.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clip-animation {
    position: absolute;
    z-index: 1;
    height: 45px;
    right: 15px;
    left: 15px;
    border-radius: 5px;
}

.clip-animation { 
    animation: clip 3s infinite;
    animation-timing-function: linear;
}

.id-radio-tile-group {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin-right: -10px;
}

@keyframes clip {
    0% {
        clip-path: polygon(53% 0, 53% 0%, 53% 0%, 47% 100%, 47% 100%, 47% 100%);
        background-color: #ff660080;
      }
      10% {
        clip-path: polygon(53% 0, 53% 0%, 53% 0%, 47% 100%, 47% 100%, 47% 100%);
        background-color: #ff660080;
      }
      70% {
        clip-path: polygon(5% 0, 100% 0, 100% 0, 95% 100%, 0% 100%, 0% 100%);
        background-color: #ff6600;
      }
      80% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
        background-color: #ff660080;
      }
      100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
        background-color: transparent;
      }
}

.radio-tile-group .input-container {
    position: relative;
    height: 7rem;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0.5rem;
}

.input-container {
    fill:#303030;
    color:#303030;
}

.input-container:hover {
    fill:#ff6600;
    color:#ff6600;
}

.id-input-container {
    min-height: 45px;
    text-align: center;
    transition: all .2s ease-out;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,.15);
    background-color: #fff;
    position: relative;
    flex-grow: 1;
    margin-right: 10px;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.id-radio-tile-group .id-input-container .id-radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.id-tab-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
}

.radio-tile {
    fill: inherit;
    color: inherit;
}
.id-radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.id-tab-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    cursor: pointer;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.id-tab-tile:hover {
    background-color: #b3b3b3;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.radio-tile-label {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0px;
    margin-top: 5px;
    color: inherit;
}

.id-radio-tile-label {   
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; 
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #303030;
}

.id-tab-container {
    min-height: 45px;
    text-align: center;
    transition: all .2s ease-out;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.id-tab-group{
    display: flex;
    box-shadow: 0px 10px 10px -10px #00000033;
}

.id-tab-label {   
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; 
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #ff6600;
}

.radio-tile-group .input-container .icon svg {
    fill: inherit;
    width: 3rem;
    height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon {
    fill: inherit;
} 

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #ff6600;
    border: 2px solid #ff6600;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
    background-color: #ff6600;
}

.id-radio-tile-group .id-input-container .id-radio-button:checked + .id-radio-tile {
    background-color: #ff6600;
    color: white;
    box-shadow: 1px 1px 10px -2px #ff660080;
}
.id-tab-button:hover + .id-tab-tile {
    background-color: #303030;
}
.id-tab-button:hover + .id-tab-tile .id-tab-label {
    color: white;
}

.id-tab-button:checked + .id-tab-tile {
    background-color: #ff6600;
    border-style: solid;
    border-width: 1px;
    border-color: #ff6600;
    border-bottom-color: transparent;
    margin-bottom: -1px;
    box-shadow: 0px 0px 5px 0px #0000002b;
}

.id-tab-button:checked + .id-tab-tile .id-tab-label {
    color: white;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: #FF6600;
}

.id-radio-tile-group .id-input-container .id-radio-button:checked + .id-radio-tile .id-radio-tile-label {
    color: white;
    background-color: #FF6600;
}

.radio-payments{
    flex-wrap: wrap;
    justify-content: flex-start;
}

.paymentCard {
    width: 100px;
    max-width: 110px;
    flex-grow: 1;
    margin-top: 10px;
    margin-right: 10px;
}

.label-small {
    line-height: 30px;
    font-size: 12px;
    min-height: 5px;
}
.label-big {
    line-height: 30px;
    font-size: 18px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin: 20px;
    margin-left: -15px;
    margin-right: -15px;    
}
  
.card {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0;
} 

.card-inner{
    margin: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px -2px  rgba(0,0,0,0.15);
    background-color: #FAFAFA;
    transition: all .5s ease-in;
}

.card-inner:hover {
    text-decoration: none !important;
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.45);
    transition: all .3s ease-out;
}

.card div {
    /*margin-top: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.card img {
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.EventTitle
{
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Level2EventTitle{
    font-size: 18px !important;
    line-height: 25px !important;
    min-height: 45px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.IconBeforeText {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 10px;
    filter: grayscale(1) brightness(0.6);
    -webkit-filter: grayscale(1) brightness(0.6);
}

.CardIconBeforeText {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
    filter: grayscale(1) brightness(0.6);
    -webkit-filter: grayscale(1) brightness(0.6);
}

.EventInfo
{
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #303030;
    height: 40px;
    display: contents;
}

.Level2EventInfo{
    font-size: 14px !important;
    line-height: 30px;
    height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: calc(100% - 40px);
    padding-left: 5px;
}

.EventDescription
{
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-top: 15px;
    color: #303030;
    height: 100%;
    line-height: 20px;
    overflow: hidden;   
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}

.Level2EventDescription{
    font-size: 11px !important;
    line-height: 20px;
    height: 20px;
}

.carouselhome, carouselhomesearch{
    margin: 15px;
    margin-left: -5px;
    margin-right: -5px;
}

.carousel-inner 
{
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,.15) !important;    
    overflow: hidden;
    border-radius: 5px;
}

.rtcarousel-indicators 
{
    position: absolute !important;
    bottom: 10px !important;
    z-index: 15 !important;
    text-align: right !important;
    list-style: none !important;
    width: 100% !important;
    padding-inline-start: 0 !important;
    margin-left: 0 !important;
    left: 0 !important;     
    border-bottom-color: #303030 !important;
}

.rtcarousel-indicators .active 
{
    border-bottom-color: #FF6600 !important;
}

.rtcarousel-indicators li 
{
    display: inline-block !important;
    width: 50px !important;
    height: 3px !important;
    margin: 1px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: transparent !important;
    border: unset !important;
    border-top: 7px solid transparent !important;
    border-bottom: 3px solid #303030 !important;
    border-radius: 0 !important;
}

.SliderMainDiv
{
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,.15);
    border-radius: 5px;
    width: 100%; 
}

.SliderFlexDiv
{
    display: flex;
}

.SliderLeftDiv{
    float: left;
    width: 65%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.SliderRightDiv
{
    padding: 20px;
    width: 35%;
    background-color: #FAFAFA;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.SliderMainImage
{
    height: auto;
    width: 100%;
    object-fit: contain;
    max-height: 540px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.SliderButton, .SliderButtonFree
{
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    cursor: pointer;
    float: right;
    width: 100px; 
    background-color: transparent;
    border-style: none;
    font-family: Lato;
    font-size: 16px;
}

.SliderButtonFree
{
    width: 110px; 
}

.SliderButton
{
    color: #00b132;
}

.SliderButtonFree
{
    color: #3272cc;
}

.SliderButton:hover
{
    color: white;
    background-color: #00a82c;
    box-shadow: 1px 1px 10px -2px rgb(0,177,50);    
}
.SliderButtonFree:hover
{
    color: white;
    background-color: #3272cc;
    box-shadow: 1px 1px 10px -2px rgb(50, 114, 204);;    
}

.SliderButtonLevel2{
    width: 100% !important;
    margin-bottom: 10px;
    height: 35px;
    font-size: 13px;
}

.TableBG {
    background-attachment: fixed;
    background-image: url(../Resources/rtThemeDefault/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default !important
}

.TableHeader,.rtHeaderBG,.rtHeaderBlur {
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1000;
    height: 100px;
    width: 100%;
    background-size: cover;
    top: 1px
}

.rtHeaderBG,.rtHeaderBlur {
    background-image: url(../Resources/rtThemeDefault/background.jpg);
    opacity: .85;
    left: -20px;
    top: -20px;
    z-index: 2;
    background-size: cover;
    width: calc(100% + 40px);
    transform: skewY(-1deg)
}

.rtHeaderBlur {
    background-image: none;
    opacity: 1;
    z-index: 1;
    backdrop-filter: blur(4px);
    width: calc(100% + 40px);
    transform: skewY(-1deg)
}

.HeaderLogo {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    z-index: 100;
}

.wAttributeSearch:focus{
    box-shadow: 1px 1px 10px -2px ff6600 #ff660080 !important
}

.wAttributeSearch{
    box-shadow: 1px 1px 10px -2px #b3b3b3 !important;
    border-style: none !important;
    border-width: 2px !important;
    font-family: Lato !important;
    background-color: white !important;
    color: #303030 !important;
    height: 45px !important;    
}

.wImageSearchButton {
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 10;
    height: 25px;
}

.BtnNewEvent{
    font-size: 16px;
    position: fixed;
    right: 70px;
    top: 10px;
    border-style: none;
    font-family: Lato;
    font-weight: normal !important;
    background-color: white;
    color: #ff6600 !important;
    height: 45px;
}

.BtnNewEvent:hover{
    box-shadow: 1px 1px 5px -2px #ff6600;
    background-color: #ff6600 !important;
    color: white !important;
}

.ImageButton,.ImageButtonHover,.ImageButton:hover,.ImageButtonHover:hover {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    border-style: none;
    border-width: 0;
    background-image: none !important
}

.ImageButton:before,.ImageButtonHover:before,.ImageButton:hover:before,.ImageButtonHover:hover:before {
    cursor: pointer;
    background-image: none !important
}

.ImageButton:after,.ImageButtonHover:after,.ImageButton:hover:after,.ImageButtonHover:hover:after {
    cursor: pointer;
    background-image: none !important
}

.ImageButtonHover,.ImageButton:hover,.ImageButtonHover:hover {
    background-color: #ff660026
}

.BtnMenu {
    position: fixed;
    right: 10px;
    top: 10px;    
    border-style: none;
    border-width: 0
}

.BtnMenuSearch {
    display: none;
}

.SectionMenu {
    opacity: 1;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s ease-in
}

.SectionHiddenwTransition {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s ease-in
}

.SectionSearch {
    opacity: 1;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s ease-in
}

.Right {
    text-align: right;
}

.Right:before {
    text-align: right
}

.Right:after {
    text-align: right
}

.TableMenuOptions {
    border-style: none;
    border-width: 0;    
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover    
}

.ButtonMenu,.ButtonMenuHover,.ButtonMenu:hover,.ButtonMenuHover:hover {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: transparent;
    border-style: none;
    border-width: 0;
    font-size: 16px;
    color: #303030;
    height: 35px;
    outline: none
}

.ButtonMenuHover,.ButtonMenu:hover,.ButtonMenuHover:hover {
    color: #ff6600
}

.ButtonMenuCreateEvent {
    display: none !important;
}

.FooterMainDiv {
    display:flex;
    margin-top: calc(100vh - 420px);
    margin-bottom: 20px;        
}

.FooterOptionsDiv{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 10px;    
}

.FooterOptionsDiv a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.FooterDescriptionDiv{
    width: 50%;
    padding-left: 10px;
}

.FooterImagesDiv{
    padding-bottom: 75px;
}

.FooterOption,.FooterOptionHover,.FooterOption:hover,.FooterOptionHover:hover {
    background-color: transparent;
    border-style: none;
    font-size: 11px;
    float: right;
    line-height: 15px;
    color: #4F4F4F;
}

.FooterOptionHover,.FooterOption:hover,.FooterOptionHover:hover {
    color: #ff6600
}

.FooterDescription {
    font-size: 11px;
    line-height: 17px;
    color: #4F4F4F;
    margin-bottom: 0;
}

.FooterImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;    
}

.FooterLogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 50px;
    max-width: 80%;
    margin-bottom: 30px;
}

.FooterFlexImage {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;    
}

.FooterFlexImage:hover {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;    
}

.card-ticket {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0; 
    padding: 10px;
}
  
.TicketDownloadDiv{
	width: 55px;
	height: 55px;
	float: right;
	clear: both;
	margin-top: -55px;
	background: white;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 46px;
	box-shadow:0px 0px 3px 2px #a9a9a91a;
}

.TicketDownloadIcon{
	width: 25px;
	height: 25px;
	margin-top: 19px;
	margin-left: 18px;
}

.ticket-card-inner {
    background: linear-gradient(to bottom, #ff6600 0%, #ff6600 50px, #fff 50px, #f3f3f3 100%);
    border-radius: 10px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    box-shadow: 1px 1px 10px -2px #0000001f;
}
  
.TicketCardQRWapper{
    height: 100%;
    width: 100%;
    box-shadow: 1px 1px 10px -2px #0000001f;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 1px;
}
.TicketcardLeft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 100%;
    border-right: .18em dashed #ededed;
}
  
.TicketcardRight {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 40%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.Ticketcard h1 {
    font-size: 1.1em;
    margin-top: 0;
    color: white;
}
.Ticketcard h1 span {
    font-weight: normal;
}
  
.Ticketname, .Ticketseat, .Tickettime {
    text-transform: uppercase;
    font-weight: normal;
}
.Ticketname h2, .Ticketseat h2, .Tickettime h2 {
    font-size: 1em;
    color: #303030;
    margin: 0;
}
.Ticketname span, .Ticketseat span, .Tickettime span {
    font-size: .8em;
    color: #525252;
}
  
.TicketTitle {
    font-size: 20px;
    color: white;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.TicketCategory{
    margin: 2em 0 0 0;
}
  
.Ticketname, .Ticketseat {
    margin: .7em 0 0 0;
}
  
.Tickettime {
    margin: .7em 0 0 1em;
}
  
.Ticketseat, .Tickettime {
    float: left;
}

.Ticketqrcode { 
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jssocials>div {
    display: flex;
}

.jssocials-share-link {
    color: rgb(48, 48, 48);
}

.jssocials-share-link:hover {
    color:#ff6600;
}

.jssocials-share-logo {
    width: 1.5em !important;
    font-size: 2.0em !important;
}

.jssocials {
    float: right;
    font-size: 10px;
    margin-top: 20px;
}

@media(max-width: 767px) {

    .radio-tile-group {
        flex-wrap: unset;
        justify-content: start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .id-radio-tile {
        min-width: 100px;
    }

    .radio-tile-group::-webkit-scrollbar {
        display: none; 
    }

    .radio-tile-group .input-container {
        flex: 0 0 auto;
    }

    .SliderButtonLevel2{
        display: none;
    }   
    
    .card {
        flex: 0 0 100%;
        max-width: 100%;
    } 

    .TicketDownloadIcon{
        bottom: 40px;
    }
    .id-tab-group{
        margin-left: -20px;
        margin-right: -20px;
    }
    .id-tab-container{
        margin-left: 5px;
        margin-right: 5px;
        flex-grow: 1;
    }
    .id-tab-tile {
        padding-left: 5px;
        padding-right: 5px;
    }
    .card-ticket {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ticket-card-inner {
        margin-bottom: 10px;
    }

    .carouselhome{
        padding-top: 0px;
    }

    .carouselhomesearch{
        padding-top: 130px;
    }    

    .rtcarousel-indicators {
        bottom: -30px !important;
    }

    .SliderLeftDiv{
        width: 100%;
    }

    .SliderRightDiv{
        display: none;
    }    

    .SliderMainImage {
        height: auto;
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }    
    
    .wImageSearchButton {
        right: 10px;
        top: 10px;
    }

    
    .TableMenuOptions {
        background-image: url(../Resources/rtThemeDefault/background.jpg);
    }

    .EventImage {
        box-shadow: 1px 1px 10px -2px rgba(0,0,0,.28)
    }

    .TableHeaderBG {
        height: 150px
    }

    .TableHeaderBlur {
        height: 150px
    }

    .TableMenuOptions {
        bottom: 0;
        left: 0;
        padding-top: 100px;
        position: fixed;
        right: 0;
        top: 0
    }

    .HeaderLogo {
        left: 0;
        position: absolute;
        top: 5px;
        height: 60px
    }

    .container {    
        box-shadow: inset -10px 0px 15px -15px #ff6600;
        border-radius: 5px;
        margin-left: -15px !important;
        margin-top: 30px;
    }
    .ButtonMenu, ButtonMenuCreateEvent {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: initial !important;
    }

    .ButtonMenuHover,.ButtonMenu:hover,.ButtonMenuHover:hover {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .BtnNewEvent {
        box-shadow: none;
        background-color: transparent;
        display: none !important;
    }

    .BtnMenuSearch {
        right: 50px !important;
        display: initial;
    }

    .TableSearch {
        left: 10px;
        position: fixed;
        right: 10px;
        top: 65px;
        display: none;
    }

    .FooterMainDiv {
        display:block;
        margin-top:200px;
        margin-bottom: 20px;        
    }

    .FooterImagesDiv{
        display:block;
        margin-top:50px;
        padding-bottom: 75px;
    }

    .FooterOptionsDiv{
        width: 100%;
        padding-right: 0px;    
    }
    
    .FooterDescriptionDiv{
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }    

    .FooterOption,.FooterOptionHover,.FooterOption:hover,.FooterOptionHover:hover {
        font-size: 14px;
        line-height: 20px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;        
    }

    .FooterDescription {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }
    
    .jssocials {
        float: none;
    }   
}

@media(max-width: 991px) AND (min-width:768px) {
    .SliderMainImage
    {
        height: auto;
        width: 100%;
    }

    .SliderRightDiv
    {
        padding: 15px;
    }

    .EventTitle
    {
        margin-bottom: 10px;
    }
    
    .EventInfo
    {
        height: 25px;
    }
    
    .EventDescription
    {
        display: none;
    }

    .card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .card-ticket {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .BtnMenu {
        right:20px;
        top: 20px
    }

    .ContainerEventBuy {
        padding-top: 110px
    }

    .TableMenuOptions {
        padding-right: 80px
    }

    .HeaderLogo {
        padding-top: 20px;
        width: 200px
    }

    .BtnNewEvent {
        box-shadow: 1px 1px 5px -2px #ff660080;
        right: 80px;
        top: 20px
    }

    .BtnNewEvent:hover {
        box-shadow: 1px 1px 5px -2px #ff6600;
        right: 80px;
        top: 20px
    }

    .TableSearch {
        margin-left: 20px;
        margin-right: 30px
    }
    
    .wImageSearchButton {
        right: 55px;
        top: 29px;
    }
}

@media(min-width:1800px) {
    .card-ticket {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        min-width: 0; 
        padding: 10px;
    }
}

@media(min-width:1921px) {
    .card {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}

@media(min-width:992px) {
    .OnlyDesktop{
        display:block;
    }
    
    .HideOnDesktop{
        display:none;
    }
}

@media(max-width: 1199px) AND (min-width:992px) {
    .SliderMainImage
    {
        height: auto;
        width: 100%;
    }
 
    .card {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .EventDescription
    {
        height: 100%;
    }    

    .BtnMenu {
        right:30px;
        top: 20px
    }

    .card-ticket {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ContainerEventBuy {
        padding-top: 110px
    }

    .TableMenuOptions {
        padding-right: 160px
    }

    .BtnNewEvent {
        box-shadow: 1px 1px 5px -2px #ff660080;
        right: 100px;
        top: 20px
    }

    .BtnNewEvent:hover{
        box-shadow: 1px 1px 5px -2px #ff6600;
        right: 100px;
        top: 20px
    }
    
    .wImageSearchButton {
        right: 28px;
        top: 28px;
    }
}

@media(min-width: 1200px) {
    .BtnMenu {
        right:50px;
        top: 20px
    }

    .id-radio-tile {
        min-width: 100px;
    }

    .TableMenuOptions {
        padding-right: 160px;
    }

    .BtnNewEvent {
        box-shadow: 1px 1px 5px -2px #ff660080;
        right: 120px;
        top: 20px;
    }

    .BtnNewEvent:hover{
        box-shadow: 1px 1px 5px -2px #ff6600;
        right: 120px;
        top: 20px
    }
}

@media(min-width: 768px) {
    .rtcarousel-indicators {
        bottom: -40px !important;
    }

    .ContainerEventBuy {
        padding-left:10px;
        padding-right: 10px;
        max-width: 420px
    }

    .TableMenuOptions {
        padding-top: 12px;
    }

    .wAttributeSearch {
        box-shadow: 1px 1px 10px -2px #b3b3b3;
        margin-top: 20px
    }

    .TableSearch {
        margin-top: -2px
    }
}