/* Add here all your css styles (customizations) */

body, html, * {
    font-family: "Raleway", Candara, Arial, sans-serif;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0 0 1em 0;
}

* {
    text-rendering: optimizeLegibility;
}

.header, .header .container * {
    z-index: 1000 !important;
}

.header {
    background: rgba(0, 0, 0, 1);
    height:92px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.33);
}

.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
    color: rgba(255, 255, 255, 1);
    text-transform: none;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    border-bottom: none !important;
}

.nav { visibility:hidden; }


@media (max-width: 991px) {
    .nav-tabs > li {
        margin-bottom: -6px !important;
    }
}

ul.dropdown-menu {
    padding: 0 0;
}

.header .mega-menu .dropdown-menu > li {
    background-color: #fff;
}

p, li, li a, label {
    color: #333;
}
p {
    font-size: 16px;
}

/* .header .topbar ul.loginbar li i.fa { color: rgba(255,255,255,0.75);}*/

.header #phNo {
    color: rgba(255, 255, 255, .75);
}

.header .fa-phone-square:hover {
    color: rgba(149, 197, 66, 1) !important;;
}

.header .fa-facebook:hover {
    color: rgba(55, 139, 186, 1) !important;
}

.header .fa-envelope:hover {
    color: rgba(239, 125, 0, 1) !important;
}

div.event-title {
    margin: 20px 0 20px 0;
    border-top-right-radius: 36px;
}

div.event-title h1 {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 40px;
    line-height: 36px;
    padding: 12px 0 12px 0;
    margin: 0;
}

div.event-title h1 small {
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    line-height: 18px !important;
    letter-spacing: normal;
}

.buy-notice h6 {
    display: run-in;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.buy-notice h6 + h3 {
    display: run-in;
    white-space: nowrap;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    line-height: 100%;
}
.buy-notice p.item {
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 6px 0 0 0;
    border-top: 1px solid rgba(100, 80, 20, 0.125);
    display: block;
}
.buy-notice p.info {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 0 6px 18px;
    line-height: 115%;
    display: block;
}

.no-wrap {
    white-space: nowrap;
}

.event .headline {
    border-bottom: none;
}

.pullquote {
    font-family: Taviraj, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.1);
    padding: 6px 6px 4px 30px;
    text-indent: -9px;
    font-style: italic;
    font-weight: 500;
    font-size: 135%;
    line-height: 150%;
    border-top: 2px dotted rgba(100, 80, 20, .15);
    border-bottom: 2px dotted rgba(100, 80, 20, .15); /*border-top: 2px solid rgba(255,185,0,.33); border-bottom: 2px solid rgba(255,185,0,.33);*/
}

.pullquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    opacity: 0.33;
    vertical-align: baseline;
}

.pullquote:after {
    font-family: FontAwesome;
    content: "\f10e";
    display: run-in;
    margin-left: 3px;
    font-style: normal;
    font-weight: normal;
    opacity: 0.33;
    vertical-align: baseline;
    white-space: nowrap;
}

.pullquoteAttribute {
    clear: both;
    text-align: right;
    margin: -1em 0 1.25em 0;
}

.pullquoteAttribute:after {
    clear: both;
    content: " ";
}

.cp-1-blue {
    color: rgba(55, 139, 186, 1);
}
.cp-2-turq {
    color: rgba(52, 142, 138, 1);
}
.cp-3-green {
    color: rgba(151, 166, 69, 1);
}
.cp-4-light-green {
    color: rgba(149, 197, 66, 1);
}
.cp-5-gold {
    color: rgba(212, 157, 4, 1);
}
.cp-6-orange {
    color: rgba(239, 125, 0, 1);
}
.cp-7-hotpink {
    color: rgba(226, 43, 107, 1);
}
.cp-8-purple {
    color: rgba(180, 53, 128, 1);
}
.cp-9-violet {
    color: rgba(123, 67, 134, 1);
}

.cp-1-blue-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(55, 139, 186);
}
.cp-2-turq-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(52, 142, 138);
}
.cp-3-green-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(151, 166, 69);
}
.cp-4-light-green-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(149, 197, 66);
}
.cp-5-gold-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(212, 157, 4);
}
.cp-6-orange-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(239, 125, 0);
}
.cp-7-hotpink-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(226, 43, 107);
}
.cp-8-purple-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(180, 53, 128);
}
.cp-9-violet-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(123, 67, 134);
}

.cp-white-bkgd {
    color: rgba(48, 48, 48, 1);
    background-color: rgb(255, 255, 255);
}
.cp-black-bkgd {
    color: rgba(255, 255, 255, 1);
    background-color: rgb(0, 0, 0);
}

.sponsors {
    background-color: rgba(0, 0, 0, .10);
}

.sponsors h4 {
    margin: 10px 0 0 0;
}

.sponsors-row {
    -ms-flex: 1;
    -webkit-flex: 1;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -ms-text-justify: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@supports (-ms-ime-align:auto) {
    /* Edge only */
    .sponsors-row {
        justify-content: space-around;
    }

}

@media (max-width: 550px) {
    .sponsors-row {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.sponsors-row img {
    max-width: 200px;
    min-width: 55px;
    height: auto;
    /*max-height: 80px;*/
    margin: 9px 9px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-filter: gray(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.sponsors-row img:hover {
    filter: grayscale(0%);
}

.width-110 {
    width: 110px;
    height: auto;
}
.width-120 {
    width: 120px;
    height: auto;
}
.width-130 {
    width: 130px;
    height: auto;
}
.width-140 {
    width: 140px;
    height: auto;
}
.width-150 {
    width: 150px;
    height: auto;
}
.width-160 {
    width: 160px;
    height: auto;
}

.main-img-div {
    overflow: hidden;
    background: url("/images/structure/balls.gif") center center no-repeat #DDDDDD;
}

.main-img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    transition: all 0.8s ease-in-out;
}

.main-img:hover {
    transform: scale(1.2) rotate(2deg);
}

.main-video {
}

div.headline {
    border-bottom-color: rgba(0, 0, 0, .20);
}

.item.tickets {
    display: inline-block;
    float: left;
}

.info.tickets {
    display: inline-block;
    float: left;
    padding-left: 6px;
    font-weight: 700;
    font-size: 14px;
    font-stretch: semi-condensed;
    max-width: 110px;
}

#rotating-item-wrapper {
    position: relative;
}

.rotating-item {
    background: transparent;
    position: absolute !important;
    top: 0;
    left: 0;
}

small {
    letter-spacing: 1px;
    font-weight: 300;
}

#topcontrol {
    background-color: rgb(114, 192, 44);
}

.fa-ticket {
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.fa-ticket:hover {
    transform: rotate(-90deg);
    color: rgb(114, 192, 44);
}

.show-pointer {
    cursor: pointer !important;
}

.show-pointer:hover {
    background: #2b542c;
}

.loading-video {
    background: url("/images/structure/balls.gif") center center no-repeat;
}

.col-cont {
    margin: 20px 0 0 0;
    /*max-width: 640px;*/
}

.home-youtube-container {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.home-youtube-container img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.home-youtube-container i {
    color: #df0000;
    font-size: 72px;
    left: 50%;
    margin: -33px 0 0 -31px;
    position: absolute;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
    top: 50%;
}

.embed-responsive {
    height: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.event-container { overflow: hidden;

}

.event-title {
    display: flex;
    -ms-flex: 1;
    -webkit-flex: 1;
    align-items: center;
    min-height: 36px;
}

.back-to-top {
    position: absolute;
    right: 12px; /*font-size: 3vw;*/
}
.back-to-top a {
    color: rgba(255, 255, 255, .66);
}

.sponsors .back-to-top a {
    color: rgba(0, 0, 0, .33);
}

.back-to-top a:hover {
    color: rgba(255, 255, 255, 1);
}

.sponsors .back-to-top a:hover {
    color: rgba(0, 0, 0, .80);
}

.star-lg {
    font-size: 35px;
}

@media (max-width: 767px) {
    .star-md {
        font-size: 30px !important;
    }
}

@media (max-width: 600px) {
    .star-sm {
        font-size: 25px !important;
    }
}

@media (max-width: 400px) {
    .star-xs {
        font-size: 20px !important;
    }
}

.youtube-video {
    position: absolute;
    /*width: 100%;
    height: 100%;*/
    left: 0;
    top: 0;
    width: 360px;
    height: 240px;
}

.headline {
    margin: 10px 0 0;
}

h4.h4 { /* Headings in image/video column */
    margin-top: 24px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
}
.fa-star {
    top: -2px;
    position: relative;
}

.col-align--center {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

/* alert- css are for important text notices such as change of date */
.alert-notice-box {
    /* background-color: rgba(150, 165, 71, 0.38);*/
    padding: 12px 24px 2px 24px;
    margin-bottom: 12px;
    border-radius: 24px;
}
.alert-notice-box-headline {
    color: #e67e22;
    font-size: 24px;
}

/* for youtube */

iframe {
    border: none;
    height: 203px;
    width: 360px;
}

/* for youtube lazyload @ https://github.com/the-muda-organization/youtube-lazyload */
 .yt-lazyload { /* main container */
     width:360px;
     height:203px;
 }

.yt-lazyload-img { /* thumbnail */
    width:100%;
    height:auto;
    overflow: hidden;
}
.yt-lazyload-img:hover { /* thumbnail */
    opacity:0.5;
}

.yt-lazyload-playbtn {    /* play button */
}
.yt-lazyload-playbtn:hover {    /* play button on hover */
}

.yt-lazyload-logo {    /* logo */
}

.yt-lazyload-logo:hover {    /* logo on hover */
}

.yt-lazyload[data-logo="X"] .yt-lazyload-logo {    /* logo color based on the data attribute */
}

.yt-lazy iframe {    /* iframe */
    border: none;
    height: 203px;
    width: 360px;

}

.header { /* overrides 2px in header-default-nav-centered.css */
    border-bottom: none !important;
    }
