body {
    font:normal normal 12px/1.3em helvetica, arial, sans-serif;
    color:#000;
    background: #e5e5e5;
}

/* LOGO E NAV */

.credencial-logo {
    float: left;
    margin-right: 20px;
    padding-top: 3px;
}

.credencial-logo img {
    height: 41px;
}

#nav {
     background: #CCC;
    height: 46px;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0 0 3px 0 #CCC;
}

#nav .nav-ul {
    margin: 15px 0;
    float: left;
}

#nav .nav-item {
    float: left;
    margin-right: 10px;
}

#nav .nav-link {
    padding: 10px 10px;
    border: 1px solid #AAA;
    border-radius: 3px;
    background-color: #EEE;
    color: #333;
    text-decoration: none;
}

#nav .nav-link-imagem {
    padding: 0;
}

.nav-right {
    float: right !important;
    margin: 15px 0;
}

.nav-right .nav-link {
    border: none !important;
    background: transparent !important;
    text-decoration: underline !important;
}


header {
    margin-bottom: 5px;
}

header h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2em;
}

header h2 {
    color: #005580;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: left;
}


.wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

#fb-root {
    margin-top: 5px;
}

.share-event {
    clear: both;
}

/* HEADER */

header {
    padding-top: 60px;
}

header .wrapper {
    overflow: hidden;
}

header .dados-evento {
    float: left;
    width: 70%;
}

header .logo {
    width: 30%;
    float: right;
    text-align: right;
}

header .logo img {
    max-height: 200px;
}

header .logo a {
    text-decoration: none;
    text-align: right;
    color: #777777;
}

.banner-topo img {
    width: 100%;
}


/* CONTENT */

#content {
    /*overflow: hidden; */
}

.col-left {
    width: 70%;
    margin-right: 2%;
    float: left;
}



.col-right {
    width: 28%;
    float: right;
}


.painel {
    margin-bottom: 26px;
    width: 100%;
     -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    border-top-width: 0;
    vertical-align: top;
    padding: 13px 14px;
}

.painel-header {
    color: #262626;
    display: block;
    font: 300 20px Roboto,arial,sans-serif;
    margin-bottom: 20px;
    max-width: none;
    padding-right: 0;
    position: relative;
    white-space: normal;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.painel-body {
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 1.6em;
    min-height: 0;
    width: auto;
    word-wrap: break-word;
}

#about .painel-body, #credenciamento .painel-body {
    overflow: hidden;
}



/* PAINEL MAPA */

.mapa-imagem {
    overflow: hidden;
}

address {
    font-style: normal;
}

/* PAINEL ORGANIZADOR */

.organizador-img {
    max-width: 100%;
}

.organizador-nome {
    color: #005580;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.organizador-descricao {
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 1.6em;
    word-wrap: break-word;
}

.organizador-contato, .link-google-calendar {
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.link-google-calendar {
    margin-top: 10px;
}

.organizador-contato p, .link-google-calendar p {
    color: #000;
}

.link-google-calendar p {
    padding-top: 2px;
    font-size: 15px;
}



.organizador-contato a, .link-google-calendar a {
    text-decoration: none;
}

.organizador-contato img, .link-google-calendar img{
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}


#parceiros {
    clear: both;
    overflow: hidden;
}

.parceiros-item {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: 20px;
}

.parceiros-item img {
    max-height: 120px;
}

.footer {
    background: none repeat scroll 0 0 #333333;
    border-top: 6px solid #666666;
    color: #8D8D8D;
    font-size: 13px;
    margin-top: 40px;
    padding: 16px 0 22px;
    clear: both;
}


/* CONTACT
-------------------------------------------------------------- */

.contato-view .h-page-header {
    font-size: 2em;
    line-height: 1.2em;
}

.contato-view .pageTitle {
    margin: 10px 0 20px;
    font-size: 1.2em;
}

.contact-form label {
    display: block;
    float: none;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 1.2em;
}
.contact-form label span {
    color: #AAAAAA;
    font-weight: normal;
    margin-left: 4px;
}
.contact-form input[type="text"] , .contact-form textarea, .contact-form input[type="email"]{
    width: 50%;
    margin-bottom: 13px;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 8px 5px;
    font:normal normal 12px/1.3em helvetica, arial, sans-serif;
}
.contact-form textarea {
    float: none;
    height: 120px;
    margin: 0 0 13px !important;
    width: 50%;
}

.contact-form .input-nome {
    margin-right: 15px;
}

.contact-form .form-submit {
	width:100px;	
}

.contact-form input[type=submit]{
    border-radius: 4px;
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #42C0D6, #3294A6);
    background-image: -webkit-linear-gradient(top, #42C0D6, #3294A6);
    background-repeat: repeat-x;
    border-color: #137384;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #106D89;
    padding: 8px 12px;
}

/* MENSAGENS */

.mensagem div {
    padding: 10px; 
    margin-bottom: 10px;
}


.mensagem .error, #authMessage {
    background: none repeat scroll 0 0 #FFBABA;
    border: 1px solid #8E1919;
    border-radius: 4px 4px 4px 4px;
    color: #8E1919;
}

.mensagem .success {
    background: none repeat scroll 0 0 #BCFFC5;
    border: 1px solid #1C892B;
    border-radius: 4px 4px 4px 4px;
    color: #1C892B;
}

.error-message {
    color: #EF5656;
    margin-bottom: 5px;
}

.location-area {
  background: #e7e7e7;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 300px;
}

#link-mapa a{
    font-size: 11px;
    margin: 3px 0;
    text-decoration: none !important;
    color: #3BACC1;
}

.local-data {
    border-top: 1px dashed #CCCCCC;
    margin-top: 10px;
    padding-top: 10px;
}

.painel-texto ul {
    list-style: disc;
}

.painel-texto ul li {
    margin-left: 20px !important;
}

#social-box .painel-body {
    overflow: hidden;
    width: 245px;
}

.invisible-phone {
    
}

.visible-phone {
    display: none;
}

/* =============================================================================
   SCHEDULE
   ========================================================================== */
.schedule-day {
    background-color: rgb(239, 239, 239); padding: 10px; font-size: 15px; border-radius: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    
}
.schedule-item {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.schedule-time-name {
    margin-bottom: 10px;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

.schedule-description {
    margin-bottom: 5px;
}
/*
.schedule-speaker-photo {
    background-color: #fff;
    border: 1px solid #cad2d8;
    border-radius: 100px;
    box-shadow: 0 1px 2px #a9b8c3;
    display: inline-block;
    padding: 10px;
    transition: all 0.25s ease 0s;
}

.schedule-speaker {
    display: block;
    float: left;
    margin: 0 40px 20px 2px;
    min-height: 195px;
    text-align: center;
    width: 130px;
}

.schedule-speaker-photo .photo {
    border-radius: 100px;
}

.schedule-speaker-name {
    color: #3f4f69;
    font-size: 19px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 10px 0 6px;
    display: inline;
}

.schedule-speaker-company {
    display: inline;
    font-size: 16px;
    color: #ffba00;
    font-weight: bold;
}
*/