/* Generic styles */
.lightBlueBg{
    background-color: #00aeef;
}

.darkBlueText{
    color: #0d488a;
}

img{
    max-width: 100%;
}

/* Homepage Sponsors Carousel */
.homepage-sponsors h2{
    margin-top: 50px;
}

.epicexpo-sponsors{
    padding: 0em 4em;
    margin-bottom: 0px;
}

.epicexpo-sponsors button{
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    border: none;
    background: #eaeaea;
    color: #666;
    font-size: 1.5em;
}

.epicexpo-sponsors button.slick-prev{
    left: 0px;
    z-index: 10;
}

.epicexpo-sponsors button.slick-next{
    right: 0px;
    z-index: 10;
}

.epicexpo-sponsors .sponsors-item{
    margin: 0em 1em;
}

.epicexpo-sponsors .sponsors-item .sponsor-item-img{
    margin-bottom: 10px;
    text-align: center;
}

.epicexpo-sponsors .sponsors-item .sponsor-item-img img{
    width: 100%;
    height: auto;
    max-width: 175px;
}

/* History Carousel */
.relive-history h2{
    margin-top: 20px;
}

.epicexpo-history{
    padding: 0em 4em;
    margin-bottom: 0px;
}

.epicexpo-history button{
    position: absolute;
    top: 35%;
    width: 50px;
    height: 50px;
    border: none;
    background: #eaeaea;
    color: #666;
    font-size: 1.5em;
}

.epicexpo-history button.slick-prev{
    left: 0px;
    z-index: 10;
}

.epicexpo-history button.slick-next{
    right: 0px;
    z-index: 10;
}

.epicexpo-history .history-item{
    margin: 0em 1em;
}

.epicexpo-history .history-item .history-item-img{
    margin-bottom: 10px;
    text-align: center;
}

.epicexpo-history .history-item .history-item-img img{
    width: 100%;
    height: auto;
    min-height: 183px;
}

/* Guest Speakers page */
.guestSpeakers .guestSpeakersItem{
    padding-right: 3em;
}

.guestSpeakers .guestSpeakersItem .guestSpeakersName h2{
    margin: 5px 0px;
}

.guestSpeakers .guestSpeakersItem .guestSpeakersTitle{
    min-height: 75px;
}

.guestSpeakers .guestSpeakersItem .guestSpeakersTitle h3{
    margin: 0px 0px 10px 0px;
}

/* override for speaker titles, to reduce wrapping with 4 columns */
.guestSpeakersTitle h3{
    font-size: 22px;
}

.guestSpeakers .guestSpeakersItem .guestSpeakersPhoto img{
    max-width: 100%;
}

/* Guest Speakers Carousel */
.speakers-carousel{
    padding: 1em 4em;
    position: relative;
}

.speakers-carousel button {
    position: absolute;
    top: 7em;
    width: 50px;
    height: 50px;
    border: none;
    background: #eaeaea;
    color: #666;
    font-size: 2em;
}

.speakers-carousel button.slick-prev {
    left: 0px;
    z-index: 10;
}

.speakers-carousel button.slick-next{
    right: 0px;
    z-index: 10;
}

.speakers-carousel .guestSpeakersItem{
    padding: 0px;
    margin: 0em 1em;
}


/* Silent Presentations */
.grid-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.grid-card:hover {
    transform: translateY(-5px);
}

.silent-presentation-logo {
    width: auto;
    max-width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    background-color: #337ab7;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 15px auto;
}

.grid-card h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333;
}

.grid-card p {
    font-size: 14px;
    color: #666;
    min-height: 60px;
}

.grid-card button{
    background-color: #00aeef;
    color: #ffffff;
}

.grid-card button:hover, .grid-card button:focus{
    background-color: #0d488a;
    color: #ffffff;
}

/* Modal Logo Styling */
#enquiryModal #modalLogo {
    width: auto;
    max-width: 100%;
    height: 100px;
    line-height: 100px;
    color: #ffffff;;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 20px auto;
    text-align: center;
}

#enquiryModal #modalDateTime{
    margin-top: 10px; 
    font-weight: bold;
}

#enquiryModal #modalBlurb{
    font-size: 16px; 
    margin-top: 15px; 
    color: #555555; 
    padding: 0 15px;
}

/* Suppliers */
.suppliers .suppliers-section h2{
    margin: 30px auto 0px;
}

.suppliers .suppliers-section .suppliers-item .suppliers-item-logo{
    display: inline-block;
    width: 18%;
    vertical-align: middle;
}

.suppliers .suppliers-section .suppliers-item .suppliers-item-desc{
    display: inline-block;
    width: 81%;
    vertical-align: middle;
    text-align: center;
}

.suppliers .suppliers-section .suppliers-item .suppliers-item-desc p{
    text-align: justify;
}


/* Overrides from default TC/Agent styling */
.site-header .logo img{
    max-height: 100px;
    padding-top: 15px;
}

.standart-content{
    padding: 35px 0px 0px;
}

#footer-section{
    min-height: 390px;
}

#footer-section .site-footer{
    min-height: 320px;
}

.homepage-agent-tag .inLineContentContainer p{
    margin: 20px 0px;
    line-height: 1.5;
}

.section2.lightBlueBg h2{
    color: #ffffff !important;
    margin-bottom: 30px;
}

.section2.lightBlueBg .item-fnd-col{
    background-color: #ffffff;
    min-height: 230px;
    padding-top: 20px;
    text-align: center;
}

.section2.lightBlueBg .item-fnd-col img{
    max-width: 150px;
}

.section2.lightBlueBg .item-fnd-col .item-fnd-txt{
    min-height: 100px;
}

.section2.lightBlueBg .item-fnd-col .item-fnd-txt .item-title{
    color: #231f20 !important;
}

.default-content h2.darkBlueText{
    color: #0d488a !important;
}


/* RESPONSIVE STYLING */
@media screen and (max-width: 1200px){
    .suppliers .suppliers-section .suppliers-item .suppliers-item-logo{
        width: 25%;
    }
    
    .suppliers .suppliers-section .suppliers-item .suppliers-item-desc{
        width: 74%;
    }
}


@media screen and (max-width: 768px){
    .site-header{
        background-color: #00AEEF !important;
    }
    
    .navbar-static-top .navbar-toggle{
        top: 0px;
    }
    
    .navbar-nav li a{
        background-color: #ffffff;
    }
    
    .navbar-nav li a:hover,
    .navbar-nav li a:focus{
        color: #ffffff !important;
    }
    
    .header-soc-top{
        text-align: center;
    }
    
    .header-soc-top div{
        display: inline-block;
    }
    
    .header-soc-top .header-soc-net{
        width: auto;
        left: auto;
    }
    
    .header-soc-top .header-soc-net .net-btn-cont{
        display: inline-block;
        width: auto !important;
    }
    
    .header-soc-top .header-cont-details{
        width: auto !important;
        margin: 25px 0px 5px 15px;
        top: 0;
    }
    
    .epicexpo-history .history-item .history-item-img img{
        min-height: auto;
    }
}


@media screen and (max-width: 517px){
    .suppliers .suppliers-section .suppliers-item{
        margin-bottom: 70px;
    }
    
    .suppliers .suppliers-section .suppliers-item .suppliers-item-logo{
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .suppliers .suppliers-section .suppliers-item .suppliers-item-desc{
        display: block;
        width: 100%;
    }       
}


@media screen and (max-width: 493px){
    .header-soc-top .header-cont-details{
        top: 10px;
    }
}