.agenda-tabs {
    height: 200px;
}

#tabs-agenda {
    padding: 100px 0px;
    background: #B11E8D;
}

.agenda-menu {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}

.agenda-menu li {
    list-style: none;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 2%;
}

.content-agenda-box {
    margin-top: 80px;
}

.agenda-menu li.active {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.agenda-menu li:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px #ffffff;
    ;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.agenda-menu li.active:after {
    content: '';
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px #ffffff;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.agenda-menu li .box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #b11e8d;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.agenda-menu li .box-text p {
    color: #ffffff;
    font-size: 3em;
    font-family: "Gotham-bold", "Gotham-Book", sans-serif !important;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.agenda-menu li.active .box-text {
    background: #ffffff;
}

.agenda-menu li.active .box-text p {
    color: #B11E8D;
}

#tabs-section-two .content #tab-1-two .col-sm-12 .panel-default .collapsing p {
    font-size: 12px;
}

strong.tab-head {
    background: #000;
    color: #ffc800;
    padding: 5px;
    font-size: 12px;
    position: relative;
    display: block;
}

strong.tab-head:before {
    height: 100%;
    -webkit-transform: translateY(0) rotate(-0.3deg);
    transform: translateY(0) rotate(-0.3deg);
}

strong.tab-head:after {
    content: '';
    display: block;
    background: #ffc600;
    position: absolute;
    width: 100%;
    height: 102%;
    top: -1%;
    z-index: -2;
    -webkit-transform: rotate(2.3deg);
    transform: rotate(2.3deg);
}

.panel-body .col-sm-3 {
    margin: 20px 0px;
}

.panel-body .col-sm-3 a {
    color: #B11E8D !important;
    word-break: break-word;
}

#tab-1-two .panel .panel-heading .panel-title a.collapsed .fa {
    transform: rotate(0deg);
    color: #B11E8D !important;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

#tab-1-two .panel .panel-heading .panel-title a .fa {
    transform: rotate(40.3deg);
    color: #B11E8D !important;
    font-size: 24px;
}

#tab-1 .col-sm-4 {
    height: auto;
    margin-bottom: 20px;
}



.bartenders {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}


#sponsors #logos-full img {
    width: 100%;
    margin: auto;
    display: block;
}


/*#tabs-section #tab-2 img:not(last-child) {
    border: solid 1px #000;
}*/

#tabs-section .content #tab-2 h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
}

#tabs-section .content #tab-2 p {
    font-size: 18px;
}

#tabs-section .content #tab-2 .row { 
    margin-bottom:30px;
}

/*BAR TOURS*/

.bar-tours-list li {
    font-family: "Gotham-Bold", "Gotham-Book", "Gotham-Book", sans-serif !important;
    font-size: 14px;
}

#bar-tour-boxes-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}


.bar-tour-box img {
    width: 100%;
}

.bar-tour-box li {
    list-style: none;
}



.bar-tour-box.col-sm-6 h2, .bar-tour-box.col-sm-6 p, .bar-tour-box.col-sm-6 li {
    text-align: left !important;
}

.bar-tour-box.col-sm-6 ul { 
padding:0px
}


#tabs-section-two .content #tab-2-two .col-sm-12 p, #tabs-section-two .content #tab-2-two .col-sm-12 li {
    font-size: 12px !important;
}

/*WORKSHOP*/

.workshop-box img {
    width: 100%;
}

.workshop-box.col-sm-6 {
    margin-top: 40px;
}

strong.tab-header {
    background: #ffc800;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 3px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-bottom: 5px;
    margin-top: 5px;
}


#tabs-section a.btn-buy, #tab-2-two a.btn-buy {

font-family: "Gotham-Ultra", "Gotham-Book", sans-serif !important;
   
    text-align: center;
    border: 2px solid #000000;
    color: #000000 !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size:30px;
    padding:10px;
    
}

#tabs-section a.btn-buy:hover, #tab-2-two a.btn-buy:hover {

font-family: "Gotham-Ultra", "Gotham-Book", sans-serif !important;
   
    text-align: center;
    border: 2px solid #000000;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size:30px;
    background-color:#AA248D !important;
    text-decoration:none;
    
}








@media screen and (max-width: 768px) {
    #sponsors #logos-full img {
        width: 70%;
        margin: auto;
        display: block;
    }

   
}



@media screen and (max-width: 720px) {
    #tabs-agenda .box-text p {
        font-size: 28px;
    }

  

}