/* 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 */

@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('../fonts/SinkinSans-200XLight-webfont.eot');
    src: url('../fonts/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-200XLight-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-200XLight-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('../fonts/SinkinSans-300Light-webfont.eot');
    src: url('../fonts/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-300Light-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-300Light-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('../fonts/SinkinSans-400Regular-webfont.eot');
    src: url('../fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-400Regular-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('../fonts/SinkinSans-600SemiBold-webfont.eot');
    src: url('../fonts/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-600SemiBold-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-600SemiBold-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('../fonts/SinkinSans-700Bold-webfont.eot');
    src: url('../fonts/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SinkinSans-700Bold-webfont.woff') format('woff'),
        url('../fonts/SinkinSans-700Bold-webfont.ttf') format('truetype'),
        url('../fonts/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'big_noodle_titling';
    src: url('../fonts/big_noodle_titling.ttf');
}


.mc-modal{
    
    top : 3% !important;
    min-height : 620px !important;
}

.content__monkeyRewards{
    display :none !important;
}



ul.list-item {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

ul.list-item li {margin: 0 0 10px;}
ul.list-item li:before {content: "- ";}

body {
    font-family:'sinkin_sans300_light';
    font-size:1.4em;
    line-height:1.5em;
    /*overflow-y: hidden;*/
}

section {
    padding:35px 0;
}
@media only screen and (max-width:800px){
    section {
        overflow: hidden;
    }
}
h2 {
    font-family:'sinkin_sans600_semibold';
    font-size:27px;
    margin-top:0;
    margin-bottom:40px;
}

h3 {
    font-family:'sinkin_sans600_semibold';
}

h4 {
    font-family:'sinkin_sans400_regular';
    font-size:17px;
    letter-spacing:-1px;
    margin-bottom:5px;	
}

a.image-link.col-md-3 {
    padding: 15px;
    outline: none;
}

.lead {
    font-family:'sinkin_sans400_regular';
    font-size:17px;
    letter-spacing:1px;
}

.uppercase {
    text-transform:uppercase;
}


/* NAVIGATION */

.navbar {
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
    font-family:'sinkin_sans700_bold';
    font-size:12px;
    border-radius:0;
    margin-bottom:0;
    padding:50px 0;
}

.navbar-brand {
    padding:0 15px;
}

.navbar-custom .navbar-nav > li > a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav-collapse {
    padding: 20px 0;
}


/* TOP */

#top {
    background: url(../img/bg.jpg);
    background-size: cover;
    width: 100%;
    min-height: 860px;
    margin-bottom: 15px;
    position: relative;
}
.top-partner {
    padding-top:15px;
    text-align: center;
}

.top-headline-1 {
    color: #FFFFFF;
    font-family: 'big_noodle_titling', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    margin-top: 13px;
}
.top-headline-3 {
    color: #6d6e71;
    font-family: 'big_noodle_titling', sans-serif;
    font-size: 23px;
    text-align: center;
    line-height: 1;
    margin: 15px 10px 0px 10px;
}
.top-headline-5 {
    color: #6a7833;
    font-family: 'big_noodle_titling', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    margin-top: 0px;
}
.top-headline-5 > p > a{
    color: #6a7833;
}

@media screen and (max-width: 50em) {
    #top {
        height: 500px;
    }

    body {overflow-y: auto;}

    div.pop-up {display: none;}
}

#top h1 {
    font-family:'Economica';
    font-size:60px;
    margin-top: 0;
}

/* Countdown */

.countdown {
    display:table-cell;
    vertical-align:middle;
}

#countdown {
    margin:40px 0 90px 0;

}

#countdown .countdown_amount {
    font-family:'Economica';
    font-size:50px;
    margin-bottom:10px;
}

#countdown .countdown_section {
    font-family:'sinkin_sans200_x_light';
    font-size:10px;
}


/* OVERVIEW */


#overview h2 {
    margin:10px 0;
}


#overview h3 span {
    font-size:30px;
    vertical-align:middle;
}

#overview h4 {
    margin-bottom:20px;
}

#overview .lead {
    letter-spacing:0px;
}

/* Milestone */

#milestone {
    width: 100%;
    padding:30px 0;
    overflow: hidden;
    z-index: 0;
    height:auto;
    display:table;
}

.fact {
    text-transform:uppercase;
    display:table-cell;
    vertical-align:middle;

}

.fact .timer {
    font-family:'sinkin_sans200_x_light'; 
    font-size:55px;
    line-height:55px;
}

.fact p {
    font-size:13px;
    font-family:'sinkin_sans700_bold';
    letter-spacing:1px;
}

.fact i {
    vertical-align:middle;
    margin:10px 0 5px 0;
}


/* SPEAKER */

.speaker {
    margin-bottom:30px;
}

.speaker img {
    width:100%;
    display: block;
}

.speaker figure {
    overflow: hidden;
    position: relative;
    display:table;
    width:100%;
}

.speaker figcaption {
    display: table-cell;
    width:100%;
    height:100%;
    left: 0;
    opacity: 0;
    padding:15px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}

.speaker figcaption p {
    font-size: 0.8em;
}

.speaker:hover figcaption {
    opacity: 1;
}

.speaker:hover, .speaker:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.speaker .social {
    position:absolute;
    bottom:0px;
    right:10px;
}

.speaker a,
.speaker .social a {
    text-decoration:none;
    margin:0;
    padding:0;
}
.speaker a:hover,
.speaker .social a:hover{
    text-decoration:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.speaker .title {
    font-family:'sinkin_sans200_x_light';
    font-size:12px;
}


/* speaker detail popup */

#speaker-detail {
    padding:45px;
}

#speaker-detail h2 {
    font-size:22px;
    margin-bottom:10px;
}

#speaker-detail h3 {
    font-size:16px;
    margin-top:10px;
}

#speaker-detail a {
    font-size:13px;
    margin-top:5px;
}

#speaker-detail a:hover {
    text-decoration:none;
}

#speaker-detail i {
    vertical-align:middle;
}


/* SCHEDULE */

.event {
    display:table;
    width:100%;
    border-spacing: 10px 5px;
    height: 110px; 
}

.event-inner {
    display: table-row;
}

.event h3 {
    margin-top:0;
    font-size:17px;
}

.event .icon {
    width:16%;
    padding:5px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}

.event .icon i {
    display: block;
    margin-bottom: 10px;
}

.event .icon .time {
    font-family:'Economica';
    font-size:22px;
    font-weight:700;
}

.event .description {
    padding:15px;
    display:table-cell;
    vertical-align:middle;
}

.event .description p {
    font-size:14px;
}

.event .name {
    font-family:'sinkin_sans600_semibold';
    font-size:14px;
}


/* Schedule Pagination */

#days .item {
    margin:10px;
    padding:10px;
}

#days .item:hover,
#days .item:active {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#days .item h4,
#days .item h5 {
    font-family:'sinkin_sans600_semibold';
    margin-bottom:10px;
    text-align:center;
    cursor:pointer;
}


/* VENUE */

#venue {
    padding:0 0 80px 0;
}

.venue {
    background:url(../img/venue-bg.png) bottom center no-repeat;
    width:100%;
    height:auto;
    min-height:540px;
    margin-bottom:15px;
    position:relative;
}

.venue-address {
    padding:15px;
    margin:0 15px;
    min-height:250px;
    position:absolute;
    bottom:0;
}

#venue h3 {
    margin:30px 0;
}

#venue .venue-address h2 {
    margin:0 0 15px 0;
}

#venue h4 {
    font-family:'sinkin_sans600_semibold';
    margin-bottom:15px;
}

.venue .address {
    font-size:21px;
    margin-top:25px;
}

#venue i {
    margin:0 10px 0 0;
    float:left;
    vertical-align:middle;
}


/* TESTIMONIAL */

.testimonial {
    background:url(../img/bg-saiba-mais.jpg);
    width:100%;
    height:auto;
    min-height:225px;
    margin-bottom:15px;
    padding:10px 0 20px 0;
    background-size: cover;
    background-position: center;
}

.testimonial .item {
    margin:0 15px;
}

.testimonial img {
    margin-bottom:20px;
    vertical-align:middle;
}


.testimonial .item div {
    display:table-cell;
    vertical-align:middle;
}

.testimonial p {
    font-size:17px;
}

.testimonial h4 {
    font-family:'sinkin_sans700_bold';
    letter-spacing:1px;
    margin:0;
}

#quote {
    padding-top:30px;
}


/* SPONSOR */

#sponsors .lead {
    font-size:20px;
}

#sponsors h3 {
    font-size:20px;
}


/* SUBSCRIBE */

.subscribe {
    background:url(../img/bg-contact.jpg) bottom center no-repeat fixed;
    padding:50px 0;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

.subscribe h3 {
    margin-bottom:20px;
}

.subscribe input {
    border-radius:4px;
}

.subscribe .button {
    margin:0;
}


/* FAQ - GALLERY */

#faq-gallery {
    padding:70px 0;
}

#faq-gallery p {
    margin-bottom:20px;
}

#faq-gallery a:hover {
    text-decoration:none;
}

#faq i {
    margin-right:10px;
    vertical-align:middle;
}

#gallery img {
    margin-bottom:30px;
}

#gallery img:hover {
    opacity:0.5;
    filter:Alpha(opacity=50); /* IE8 and earlier */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;	
}


/* REGISTER */

#register {
    padding:70px 0;
    background:url(../img/register-bg.png) center center no-repeat fixed;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}

.price-table-header {
    padding:30px 0;
    display:table;
    height:auto;
    cursor:pointer;
}

.price-table-header .price {
    font-family:'Economica';
    font-size:61px;
    font-weight:700;
    margin-bottom:10px;
    line-height:61px;
}

.price-table-header .title {
    font-family:'sinkin_sans400_regular';
    font-size:22px;
    padding-bottom:20px;
    line-height:22px;
}

.price-table-description {
    width:100%;
    margin:0;
    padding:0;
    height:auto;
    display:table;
    list-style-type:none;
}

.description-item {
    padding:10px 0;
}


#register .lead {
    font-size:31px;
}

#register .timer {
    font-size:36px;
}


/* register form */

#register-form {
    padding:25px;
}

#register-form h2 {
    margin-bottom:15px;
}

.register-form {
    margin-top:20px;
}


/* CONTACT */

.contactId {
    font-size:16px;
    padding:0;
    position:relative;
}

.contact {
    padding: 15px;
    margin: 0 15px 0 10px;
    height: 577px;
    position: absolute;
    bottom: -127px;
    left: -57px;
}


.contact h2 {
    margin-bottom:10px;
}

.contactId p {
    float:left;
}

.contactId .address {
    font-size: 21px;
    margin: 20px 0;
    line-height: 28px;
}

.contactId .social {
    position:absolute;
    bottom:5px;
}


#gmap_canvass {
    position:relative;
    height:576px;
    width:100%;
}

#gmap_canvass img{
    max-width:none!important;
    background:none!important
}
#gmap_canvass > iframe {
    width: 100%;
    height: 700px;
}


.social {
    margin:10px 0;
}

.social .fa-inverse {
}

.social a {
    text-decoration:none;
    margin:0;
    padding:0;
}

.social a:hover{
    text-decoration:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
    font-size: 11px;
    font-family: inherit;
    width: 100%;
    min-height: 10px;
    padding: 3px 5px;
    text-transform: uppercase;
    border: 0;
    border: 1px solid #2e2e2e;
    margin-bottom: 3px;
    outline: none;
} 



/* BUTTONS */

.button {
    font-family:'sinkin_sans700_bold';
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    margin: 15px 0;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-big {
    padding:15px 25px;
    font-size:18px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.button-light:hover,
.button-light:active {
    text-decoration:none;
}

.button-dark:hover,
.button-dark:active {
    text-decoration:none;
}

/*Fixed Registration Form*/
.fixed-reg-form {
    background-image: url(../img/bg-default.jpg);
    padding-left: 20px;
    padding-right: 12px;
    width: 538px;
    max-width: 100%;
}
/* PRELOAD */

#preload {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%; 
    z-index: 9999;
    display:table;
}

.preload {
    display:table-cell;
    vertical-align:middle;
    width: 100%;
    height: 100%;
}

.loader {
    margin: 3em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* POP-UP */
div.pop-up {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    font-family: Arial;
    top: 0;
    z-index: 999999;
    overflow-y: scroll;
}
div.pop-up .content {
    width: 600px;
    max-width: 95%;
    min-height: 700px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFF;
    background-image: url(http://feiradolivrojudaico.com.br/fundopop.jpeg);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 100px;
}
div.pop-up .content .btn-close {
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    position: absolute;
    font-size: 1em;
    right: -17.5px;
    top: -13px;
    cursor: pointer;
    font-weight: normal;
}

div.pop-up .content .header h1 {
    font-size: 2em;
    font-weight: bold;
} 
div.pop-up .content .header span {
    font-size: 1.1em;
    font-weight: bold;
}
div.pop-up .content .main {}				
div.pop-up .content .main form {
    text-align: left;
    text-transform: none;
    font-weight: normal;
}
div.pop-up .content .main form label {
    width: 80%;
    display: block;
    margin: 0 auto 10px;
}	
div.pop-up .content .main form label input[type="text"],
div.pop-up .content .main form label input[type="email"],
div.pop-up .content .main form label input[type="date"] {
    width: 100%;
    height: 35px;
    outline: none;
    padding: 0 10px;
    margin: 10px 0 0;
    border: 1px solid #9DDDEA;
    background-color: #FFF;
    font-size: 1em;
    text-transform: none;
    font-weight: normal;
}
div.pop-up .content .main form label input[type="submit"] {
    padding: 12px 30px;
    background-color: #f79156;
    color: #FFF;
    margin-top: 10px;
    border: 0;
    cursor: pointer;
    outline: none;
}
div.pop-up .content .main form label input[type="submit"]:focus {
    background-color: #FC8743;
}
div.pop-up .content .footer {}
div.pop-up .content .footer h2 {
    font-size: 1.2em;
    margin-top: 2em;
    font-weight: bold;
}	
div.pop-up .content .row {padding: 0 20px;}					
div.pop-up .content .blue {color: #00aacd;}
div.pop-up .content .orange {color: #f79156;}
div.pop-up .content .purple {color: #b73b95;}



.content__monkeyRewards a{background:none ;}
.content__monkeyRewards a{ display:none;}
#dijit__TemplatedMixin_2{display:none;}
