@import url('http://www.google.com/fonts/specimen/Droid+Sans');

body{
    font-family: 'Droid Sans';
}

#nav-menu{
    height:50px;
    /*border-bottom:1px solid #ddd;*/
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    /* background:#fff url(../images/nav.png) repeat-x center left;*/
    z-index:999999;
    background-color: #00121a;
}

#nav-menu ul{
    height:50px;
    list-style:none;
    margin:15px auto 0px auto;
    width:100%;
    text-align: center;
}
#nav-menu ul li{
    display:inline;
    float:center;
    margin-right: 15px;
}


#nav-menu a{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    font-size:15px;
    color:#999;
    text-decoration: none;
    cursor: pointer;
    line-height:18px;
}

#nav-menu a:hover{
    color: #009ce2;
}


/* TEXT STYLES */
h2{
    font-size: 18px;
    font-weight: bold;
}

h3{
    font-size: 15px;
    font-weight:300;
}

.secciontitle {
    font-size: 35pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #00344b;
}

.seccionsubtitle {
    font-size: 15pt;
    color: #00a5ef;
}

/* CONTENT */

.about {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.location {
    margin-top: 100px;
    text-align: center;
}

/* FOOTER */

.footer {
    margin: 0;
    height: 450px;
    /*background: url(../img/bg1.png) repeat-x;*/
    background-color: #030608;
    z-index: -99;
}

.cncinfo {
    margin-left: 2%;
    display: inline-block;
    float: left;
    /*background-color: red;*/
    margin-right: 0.5%;
    width: 22%;
    height: 350px;
    margin-top: 50px;
    text-align: center;
}

#cnclogo {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;


    cursor: pointer;
    margin-left: 4%;
    position: absolute;
    margin-top: 2%;
    width: 190px;
    height: 111px;
    background-image: url(../img/cnclogo1a.png);
}

#cnclogo:hover {
    background-image: url(../img/cnclogo1.png);
}

.social {

    margin-top: 55%;
}

.social a {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

    cursor: pointer;
    margin-left: 5%;
    font-size: 2em;
    color: #333;
}

.social #facebook a:hover {
    color: #3b5998;
}

.social #twitter a:hover {
    color: #55ACEE;
}

.social #googleplus a:hover {
    color: #ddd;
}


#footertitle {
    text-transform: uppercase;
    font-weight: 100;
    color: #666;
    font-size: 14pt;   
}

#footerline {
    margin-left: 5%;
    width: 90%;
    margin-top: 3px;
    border-bottom-width: 1px;
    border-bottom-color: #444;
    border-bottom-style: solid;
}

#footertex {
    font-weight: 200;
    color: #555;
    font-size: 10pt;  
}


#footertex2 {
    line-height: 2em;
    font-weight: 200;
    color: #555;
    font-size: 13pt;  
}

#footertext2 a {
    text-decoration: none;
    cursor: pointer;
}

#designby {
    text-align: center;
    font-weight: 100;
    font-size: 10pt;
}


#map {
    width: 100%;
    height: 450px;
}


/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.demo-1 .large-header {
    background-image: url('../img/demo-1-bg.jpg');
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-size: 20pt;
    font-weight:lighter;
}

@media only screen and (max-width : 768px) {
    .demo-1 .main-title {
        font-size: 2em;
    }

}



/* Individual effects */
/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */

.grid {
    position: relative;
    padding: 1em 0 4em;
    min-height: 400px;
    width: 80%;
    margin-left: 10%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    background-color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    text-align: center;

}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #222;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {

    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {

    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 5.5em;
    padding-left: 1em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.9);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {

    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

#speakers {
    margin: 0;
}

#ritabio {
    margin-top: 1%;
    color: #00131a;
    text-align: left;
    font-size: 11pt;
    line-height: 18pt;

}

/*---------------*/
/***** ABOUT *****/
/*---------------*/


#about {
    min-height: 700px;
    margin: 0;
}


.legenda {
    display: none; /* Para começar escondido  */
    width: 80%;
    margin-left: 10%;
    opacity: 0.8;
    color: #00090d;
    font-size: 11pt;
    line-height: 18pt;
}

.about-img {
    margin-top: 5%;
    margin-bottom: 5%;
}

/*SLIDER SPEAKERS*/

.banner { 
    min-height: 500px;
    width: 100%;
    position: relative; 
    overflow: auto; 

}

.banner li { 
    list-style: none;
}

.banner ul li {
    float: left; 
}

.slider-img {
    float: left;
    margin-left: 8%;
}

.slider-bio {
    float: left;
    max-width: 50%;
    margin-left: 5%;
    margin-top: 2%;
    color: #00131a;
    text-align: center;
    font-size: 11pt;
    line-height: 18pt;

}

.speakers-links {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    color: #0096ce;
}

.speakers-links a {
    color: #00131a;
}

.speakers-links a:hover {
    color: #0096ce;
}

.speakers-links a:active {
    text-decoration: underline;
}



.content {
    background-color: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 50px;
}


.speakers-bg {
    background-color: #f4f4f4;
    padding-top: 50px;
}

.speakers-bg2 {
    background-color: #f4f4f4;

}
/************SLIDER****************/

.dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    text-align: center;
}

.dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 0px;
    background-color: #080808;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.dots li.active {
    color: #00131a;
    opacity: 1;
}

.unslider-arrow {
    font-size: 50px;
    text-decoration: none;
    color: #000;
    z-index: 9999;
}

.next {
    position: absolute;
    top: 30%;
    float: right;
    right: 0;

}

.prev {
    position: absolute;
    top: 30%;
    left: 0;/* change to left:0; if u wanna have arrow on left side */ 

}


/***********************************************************************/
/* WELCOME NOTE */
/***********************************************************************/

.welcome-note-title {
    margin-top: 80px;
    margin-bottom: 25px;
}

.welcome-note-text {
    margin-right: 12%;
    margin-left: 12%;
    margin-top: 80px;
    margin-bottom: 150px;
    line-height: 25pt;
    color: #00344b;
}

.welcome-note-text a{
    color: #0092d3;
}


.welcome-note-text a:hover{
    color: #0092d3;
    text-decoration: underline;
}

/***********************************************************************/
/* EVENTS */
/***********************************************************************/


.events-bg {
    padding-top: 100px;
    background-color: #fff;
}

.events-breakline {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 80%;
    margin-left: 10%;
    border-bottom: 1px #09d solid;
}


.event1-header {
    display: inline-block;
}

.event1-title, .event2-title, .event3-title {
    text-transform: uppercase;
    color: #09d;
    font-weight: bold;
    font-size: 15pt;
}

.event1-img {
    width: 260px;
    height: 260px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(../img/event1a.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    float: left;
    margin-left: 8%;
}

.event1-quote {
    margin-top: 90px;
    margin-left: 10%;
    width: 50%;
    float: left;
    font-style: italic;
    color: #00344b; 
}

.event1-text {
    margin-top: 30px;
    line-height: 20pt;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    color: #00344b; 
}

.event1-text a{
    color: #0092d3;
}

.event1-text a:hover{
    color: #0092d3;
    text-decoration: underline;
}


.event1-form {
    margin-top: 20px;
    font-size: 13pt;
}

.event1-form a {
    color: #0092d3;
}
.event1-form a:hover {
    text-decoration: underline;
}


.event2-img {
    margin-left: auto;
    margin-right: auto;
    width: 525px;
    height: 150px;
    background: url(../img/event2.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 50px;
}


.event3_container {
    margin-top: 80px;
    width: 100%;
    display: inline-block;
    min-height: 600px;
}
.event3_session1 {
    float: left;
    height: 300px;
    width: 30%;
    margin-right:2%;
    margin-left: 2%;
}
.event3_session2 {
    float: left;
    height: 300px;
    width: 30%;
    margin-right:1%;
    margin-left: 1%;
}
.event3_session3 {
    float: left;
    height: 300px;
    width: 30%;
    margin-right:2%;
    margin-left: 2%;
}

.event3-subtittle {
    clear: both;
    color: #09d;
    font-weight: bold;
    font-size: 11pt;
    margin-top: 50px;
    margin-bottom: 50px;
}

.event3-guest {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);

}

#guest1 {
    background: url(../img/event3-1.png);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%
}

#guests2_container {
    margin-bottom: 50px;
    width: 70%;
    margin-left: 18%;
}

#guest2a {
    float: left;
    background: url(../img/event3-2a.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%
}

#guest2b {
    float: left;
    margin-left: 20px;
    background: url(../img/event3-2b.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%
}

#guest3 {
    background: url(../img/event3-3.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%
}

.event3-description {
    font-size: 10pt;
    line-height: 15pt;
    
}

/***********************************************************************/
/* SPONSORS */
/***********************************************************************/

.sponsors-bg {
    background-color: #f4f4f4;
    padding-top: 50px;
}

.sponsor-tittle {
    padding-top: 20px;
    font-size: 15pt;
    color: #0092d3;
    text-transform: uppercase;
    font-weight: bold;
}


.sponsor-diamond-img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(../img/sponsor-diamond.png);
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    background-size: 90% 90%;
}

.sponsor-silver-img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(../img/sponsor-silver.png);
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    background-size: 90% 90%;
}

.sponsor-bronze-img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(../img/sponsor-bronze.png);
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);

    background-size: 90% 90%;
}

.sponsor-other-img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: url(../img/sponsor-other.png);
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    background-size: 90% 90%;
}

.sponsor-logos {
    margin-top: 50px;
}

.space {
    margin-top: 80px;
}