
.main-app-container {
    max-width: 1200px;
}




/*image container*/
.element-4140044 > div > p > img
{
	width:100%!important;
	margin:0!important;
}
/*image container*/
.element-4140044   ,.element-4140044 > div > p 
{
	margin-top:0!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
}


/*above image container*/
.element-4140041     > h2
{
	display:none!important;
}
.element-4140042     > .main-app-container
{
	max-width:100%!important; 
  	padding-top:0!important;
 	padding-bottom:0!important;
}
.element-4140042     > .main-app-container > .element-groups> .padding-horizontal-medium
{
  	padding-left:0!important;
  	padding-right:0!important;
}

    .azlist img {
            height: auto;
            padding-right: 30px;
            width: 150px;
        }

        .azlist a {
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 5px;
            display: inline-block !important;
            margin-bottom: 5px;
            width: 700px;
        }



        .aztext {
            font-size: 20px;
        }



        .aztext_name {
            font-size: 15px;
        }

        .ulazlist {
            list-style: none;
            columns: 2;
            column-count: 2;
        }

            .ulazlist li:nth-child(odd) {
                background: #EEEEEE;
                width: 90%;
            }

        .azlist_giveaway img {
            height: auto;
            padding: 10px 10px 10px 0;
            float: left;
            width: 90px;
        }

        .azlist_giveaway a {
            padding-bottom: 5px;
            display: inline-block !important;
            margin-bottom: 5px;
            text-decoration: none !important;
            width: 100%;
            min-height: 80px;
        }

        p.aztext_giveaway {
            color: #BC914E;
            font-weight: bold;
            font-size: 12px;
        }

        .azdiv {
            float: left;
            width: 70%;
            padding-left: 10px;
        }
/*
 .login-buttons-container, .ticket-select-holder, .session-actions-container, .tab-buttons-container, .session-actions, .hearts-container, .tab-buttons-container, .session-actions, .hearts-container
{
 display:none!important; 
}*/



.accordion {
    cursor: pointer;
    width: 100%;
    border-radius: 25px;
    transition: 0.4s;
    border: 1px solid #000;
    text-align: left;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #000;
    /*background-color: #A2CCFC;*/
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    
    border-radius: 25px;
    letter-spacing: 1px;
}



.panel
{
padding: 0!important;
    margin: 0!important;
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.faq-wrapper .faq-question {
    padding: 30px;
    background: #343434;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}
  
.faq-wrapper .faq-answer {
    display: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
    background: #272727;
}
h2.faq-page-title {
    color: black;
    text-transform: capitalize;
    text-align: center;
}
.faq-wrapper .faq-question h2 {
    color: white;
    text-transform: initial;
    margin-bottom: 0;
    font-size: 30px;
  text-align:left!important;
}
.faq-wrapper .faq-answer p, .faq-wrapper .faq-answer li {
    color: white;
}
.faq-wrapper .faq-answer p, .faq-wrapper .faq-answer li {
    color: white;
}


.faq-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.event-info-section {
    margin-top: 100px;
}
.faq-wrapper .faq-question-clicked {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq-wrapper {
    margin-bottom: 40px;
}
.event-info-section > h2, .registration-section > h2, .broadcast-section > h2, .techical-section > h2 {
    margin-bottom: 10px;
    color: black;
    text-transform: initial;
    position: relative;
    padding-left: 40px;
    font-weight: bold;
}

.event-info-section > h2, .registration-section > h2, .broadcast-section > h2, .techical-section > h2 {
    margin-bottom: 10px;
    color: black;
    text-transform: initial;
    position: relative;
    padding-left: 40px;
    font-weight: bold;
  text-align:left!important;
}
.event-info-section > h2:before, .registration-section > h2:before, .broadcast-section > h2:before, .techical-section > h2:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #ffb4b4;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}


.registration-section > h2:before {
    background: #fff000 !important;
}

.broadcast-section > h2:before {
    background: #c8beff !important;
}
.techical-section > h2:before {
    background: #007cee !important;
}


.faq-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.faq-controls .faq-button {
    border: 1px solid black;
    color: black;
    font-family: "Real Text Semi Light" !important;
    font-size: 16px;
    border-radius: 100px;
    padding: 4px 16px;
    cursor: pointer;
}
.faq-controls .faq-button:first-child.faq-button.clicked {
    background: #ffb4b4;
    color: #1a1a1a;
}
.faq-controls .faq-button:nth-child(2).faq-button.clicked {
    background: #fff000;
    color: #1a1a1a;
}

element.style {
}
.faq-controls .faq-button:nth-child(3).faq-button.clicked {
    background: #c8beff;
    color: #1a1a1a;
}
.faq-controls .faq-button:nth-child(4).faq-button.clicked {
    background: #007cee;
    color: #1a1a1a;
}

.fa-chevron-up:before {
    content: "Back to Top \f0d8";
}
.back-to-top2 {
    cursor: pointer;
    float: right;
    z-index: 9999;
    border: none;
    color: #000 !important;
    font-weight: normal;
    background-color: none!important;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
}
