/* EVENTIAL CSS 

1. CORE CSS
2. NAVIGATION
3. TOP
- Countdown
4. OVERVIEW
- Milestone
5. SPEAKERS
6. SCHEDULE
7. VENUE
8. TESTIMONIAL
9. SPONSORS
10. SUBSCRIBE
11. FAQ & GALLERY
12. REGISTER
13. CONTACT 
14. MISC.
- Form Elements
- Buttons
- Preload	
*/


/* CORE CSS */

body {
    color:#2e2e2e;
}

.logos {
    text-align: center;
    margin-bottom: 2em;
}
.logos img {
    max-width: 85%;
    min-width: 85%;
}

/* NAVIGATION */

.navbar-custom {
    color: #ffffff;
}

.navbar-custom a {
    color:#005083;
}

.navbar-custom .navbar-toggle {
    background:#ffffff;
}

.top-nav-collapse {
    background-color: #ADCF3F;
}

.navbar-custom .navbar-toggle .icon-bar {
    background:#ADCF3F;
}


/* TOP */

#top {
    color:#ffffff;
}


/* Logo */
.logo {
    width: 670px;
    height: 495px;
    margin: auto;
    margin-top: 50px;
    background-image: url(../../img/logo19.png);
    background-position: center;
    background-size: 100% 100%;
    z-index: 20;
    font-family: "sinkin_sans300_light";
    font-size: 2em;
}
.bottom-ebook {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: url(../../img/ebook.png);
    background-size: contain;
    background-position: top;
    background-repeat-y: no-repeat;
}

.uppercase small {
    color: #FFF;
    margin-top: 20px;
    display: block;
}

@media screen and (max-width: 50em) {
    .logo {
        width: 450px;
        height: 330px;
    }

    .bottom-ebook {
        background-position: bottom;
        background-repeat-y: no-repeat;
    }

}

@media screen and (max-width: 30em) {
    .logo {
    width: 240px;
    height: 168px;
    }

    .bottom-ebook {
        background-size: cover;
    }
}

/* Countdown */

#countdown {
    color:#ffffff;
}


/* OVERVIEW */

#overview h3 {
    color:#999999;
}

#overview h3 span {
    color:#2e2e2e;

}

#overview h4 {
    margin-bottom:20px;
}

#overview i {
    color:#ADCF3F;
}

#overview .lead {
    color:#999999;
}

#overview .fa-circle {
    color:#ADCF3F;
}


/* SPEAKER */

#speakers {
    background:#efefef;
}

.speaker figcaption {
    background: rgba(0, 169, 157, 0.85);
    color: #ffffff;
}

.speaker figcaption h4 {
    color:#ffffff;
}

.speaker figcaption p {
    color:#ffffff;
}

.speaker a,
.speaker .social a {
    color:rgba(255, 255, 255, .75);
}

.speaker a:hover,
.speaker .social a:hover{
    color:rgba(255, 255, 255, 1);
}

.speaker .title {
    color:#888888;
}


/* speaker detail popup */

#speaker-detail {
    color:#2e2e2e;
    background:#ffffff;
}

#speaker-detail h3 {
    color:#ADCF3F;
}

#speaker-detail a {
    color:#ADCF3F;
}

#speaker-detail i {
    color:#888888;
}


/* SCHEDULE */

.event h3 {
    color:#ADCF3F;
}

.event .icon {
    color:#ffffff;
    background:#ADCF3F;
}

.event .description {
    background:#efefef;

}


/* Schedule Pagination */

#days .item {
    background:#efefef;
}

#days .item:hover,
#days .item:active {
    color:#ffffff;
    background:#ADCF3F;
}

/* VENUE */

.venue-address {
    color:#ffffff;
    background:rgba(0, 169, 157, 0.85);
}

.text h3 {
    color:#00A8CD;
}

.text .venue-address h2 {
    color:#ffffff;
}

.text i {
    color:#00A8CD;
}

.text .fa-inverse {
    color:#ffffff;
}


/* TESTIMONIAL */

.testimonial {
    color:#ffffff;
}


/* SPONSOR */

.sponsors h3 {
    color:#999999;
}


/* SUBSCRIBE */

.subscribe {
    color:#ffffff;
}

.subscribe input {
    color:#ffffff;
    background:rgba(255,255,255, 0.30);
    border:1px solid #ffffff;
}

/* FAQ - GALLERY */

#faq-gallery {
    background:#ececec;
}

#faq i {
    color:#ADCF3F;
}

/* REGISTER */

#register {
    color:#ffffff;
    /*background:#efefef;*/
}

.price-table-header {
    color:#ffffff;
    background:#ADCF3F;
}

.price-table-description {
    background:#ffffff;
}

.description-item {
    color:#2e2e2e;
}

.price-table-description .stripe {
    color:#ffffff;
    background:#ADCF3F;
}


/* register form */

#register-form {
    /*background:#ffffff;*/
}


/* CONTACT */

.contact {
    color:#ffffff;
    background: rgb(3, 168, 205);
}

.social .fa-inverse {
    color: #ffffff;
}

.social a {
    color:rgba(255, 255, 255, 0.65);
}

.social a:hover{
    color:rgba(255, 255, 255, 1);
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
    color: #2e2e2e;
    background: rgba(255,255,255, 0.30);
    border: 1px solid #ffffff;
} 
.contatoform input[type="text"], input[type="email"], select {
    padding: 11px 10px;
    margin: 0px 0px 10px 0px;
}
::-webkit-input-placeholder {
    color: #2e2e2e;
}

:-moz-placeholder { /* Firefox 18- */
    color: #2e2e2e;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #2e2e2e;  
}

:-ms-input-placeholder {  
    color: #2e2e2e;  
}


/* BUTTONS */

.button {
    color: inherit;
    background: none;
}


.button-light {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.button-light:hover,
.button-light:active {
    color: #ADCF3F;
    background: #ffffff;
}

input[type="submit"].button-dark {
    border: 0;
    background-color: #90AE2E;
    font-size: 1em;
    display: block;
    padding: 8px 15px;
}
.contatoform input[type="submit"].button-dark {
    padding: 14px 30px;
}
@media only screen and (max-width:800px){
    input[type="submit"].button-dark {
        width:100%;
        padding:10px 20px;
    }
}
.button-dark {
    color: #ffffff;
    background:#ADCF3F;
}

.button-dark:hover,
.button-dark:active {
    color: #ffffff;
    background: #9CC026;
}


/* PRELOAD */

#preload {
    background:#ececee;
}

.loader {
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ADCF3F;
}


/* magnific popup */
.mfp-bg {
    background:#000;
}


/* Recorecting Map*/
section.map-section {
    padding: 0px;
}

.map-div > iframe {
    width: 100%;
    height: 100%;
}

.map-div {
    height: 700px;
    position: relative;
}
.contactd {
    background: rgb(3, 168, 205);
    color: white;
    position: absolute;
    max-width: 355px;
    top: 123px;
    left: 10px;
    bottom: 0;
    padding: 30px 15px 10px 15px;
    margin-right: 10px;
}

/*Fixed Subscribe Margin */
.header h4.blue {
    margin-left: 15px;
    font-size: 13px;
    font-weight: bold;
}
.header span.orange {
    display: block;
    margin-left: 15px;
    margin-right: 13px;
    font-size: 12px;
}
.main label {
     margin-top: 0px;
    margin-bottom: 0px;
}
.footer h4.purple {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: bold;
}

input.datepart {
    width: 55px;
    margin-bottom: 5px;
}
ul.list-item.text-justify.match-with-form-height {
    line-height: 2;
    margin-bottom: 0;
}

ul.list-item.text-justify.match-with-form-height li {
    margin-bottom: 0;
}
.content__monkeyRewards {
    display: none!important;
}
.content__monkeyRewards a {
    display: none!important;
}
.bookspic-holder {
    width: 100%;
    overflow: hidden;
    text-align:center;
}

.bookspic {
    width: 100%;
    height:160px;
   
}
.addressText{
    font-size: 15px;
    margin: 20px 0;
    line-height: 28px;
}
