/*
Theme Name:  WWW2013 + Program by Soyuz v2
Theme URI: /
Description: The Theme
Author:  Soyuz Sistemas / W3C Brasil Team 
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
	background: #E4F3E9 url(img/bg_www2013.png) top center repeat-x;
}
body {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAABlBMVEXs7u7+//9k2WGmAAAAAnRSTlMmJmdAy+EAAAArSURBVHjaTc3BCQBADALBTf9NB+E2pw8Z/MhcoEitfGpISc1bjnGooR/MAhqNAGW0EO3qAAAAAElFTkSuQmCC) center center;
	font-family: 'Roboto', sans-serif !important;
}
a{
	color: #000;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
article{
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
}
.main article{
	font-weight: 300;
}

.main h1 {
    color: #546D65;
    font-size: 2em;
}
.main h3{
	margin-bottom: 0.2em ;
}
.main h3 a{
	color: #546D65;
	
}
.main article p {
    font-weight: 300;
    padding: 7px;
}

.main ul, ol, dl {
    color: #508171;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.6;
    list-style-position: inside;
}
.main h4 {
    color: #708171;
    font-size: 1.4375em;
}
.main article time {
    font-size: 11px;
    font-style: italic;
	margin-bottom: 5px;
}
.authors, .paper{
	padding-bottom: 5px;
	display:block;
}
aside a{
	text-decoration: none !important;
}

aside.sidebar{
	padding-top: 30px;
}
.banner-text h2 a{
	color: #FFF !important;
}
.banner-text h2 a:hover{
	color: #FFF;
	text-decoration: underline !important;
}
.sociable{
	margin-top: 30px;
}
.sociable ul{
	list-style: none;
}
.sociable ul li{
	float:left;
	margin-right: 10px;
}
#Twitter_Counter{
	clear: both;
	margin-top: 10px;
}
#Google_p, #LinkedIn_Counter{
	margin-top: 10px;
}
/*--- Header / Site Header ---*/
header.site-header {
     padding: 10px 0 10px 0;
}
#accessibility-hooks {    
    position: relative;
    top: -50px;
    height: 25px;
    text-align: center;
    padding: 3px 0px;
    background: #332B2B;
    
}
#accessibility-hooks a{
	color: #FFFFFF;
	margin-left: 15px;	
}
#accessibility-hooks a:focus{
	text-decoration: underline;
}
.foundicon-wheelchair:before {
	color: #FFF;
	padding: 3px 0px;
}
header.site-header {
    overflow: hidden;
    max-width: 100%;
}
header.site-header .row {
    position: relative;
}
header.site-header .logo {
    position: absolute;
    left: -70px;
}
@media only screen and (max-width: 1140px) {
    header.site-header .logo {
        position: absolute;
        left: 0;
    }
}
.search-bar{
	padding: 0px !important;
	padding-left: -2px !important;
}
header.site-header form {
    display:none;
}
header.site-header form input {
    /*background: #fbfcfc;*/
    background: transparent;
    color: #00552F;
    width: 150px;
    border: 1px solid #6C8B77;
    -webkit-border-radius: 8px;
   /* -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: left;
}
header.site-header form label{
	display: none;
}
#search-button{
	width: 50px;
	float: left;
	height: 32px;
	margin-left: 5px;
	color: #6C8B77;
	font-size: 12px;
/*	-webkit-box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    3px 2px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         3px 2px 3px rgba(50, 50, 50, 0.2);	*/
}
header.site-header .nav-secondary {
    padding-top: 20px;
    margin: 0 -15px;
}
header.site-header .nav-secondary li {
    list-style: none;
}
header.site-header .nav-secondary a {
    display: block;
    text-align: right;
    color: #0a0801;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
}
header.site-header .nav-secondary a:hover {   
    text-decoration: underline;
}
header.site-header .nav-primary {
    text-align: right;
    margin-top: 20px;
    padding: 0px;
}
header.site-header .nav-primary li {
    list-style: none outside;
    /*display: inline;*/
    padding: 0 4px;
    margin: 0 -3px 0 0;
}
header.site-header .nav-primary a {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    color: #00552F;
}
header.site-header .nav-primary a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.title-area .name h2{
		text-align: left;
		padding: 10px 0px 0px 10px;
		color: #00552F;
		font-family: 'Roboto',sans-serif;
		margin: 0px;
	}
	.top-bar{
		background: #FBFCFC;
		border: 1px solid #CCC;		
		border-radius: 5px 5px 5px 5px;
		width: 94%;		
	}
	.top-bar .toggle-topbar.menu-icon{
		margin-top: -17px;
	}
	.top-bar.expanded .title-area{
		background: #FBFCFC;
	}
	.top-bar-section li{
		border-top: 1px solid #CCC;
	}
	.top-bar-section li a:not(.button), .top-bar-section ul{
		background: #FBFCFC;		
	}
	.top-bar-section li a:not(.button){
		padding: 5px 0 5px 0px;
	}
	.top-bar-section li a:not(.button):hover{
		background: none;
		text-decoration: none;
		font-weight: bold;
	}
	.top-bar .toggle-topbar.menu-icon a span{
		box-shadow: 0 10px 0 1px #447454, 0 16px 0 1px #447454, 0 22px 0 1px #447454;
	}
	.nav-primary li{
		padding: 0px;
	}
}
@media only screen and (min-width: 768px) {
	.top-bar-section li a:not(.button), .top-bar-section ul, .top-bar{
		background: none ;
		padding: 0px 0px 0px 5px;
	}
	.top-bar-section li a:not(.button):hover{
		background: none;
	}
}
header.site-header .social-buttons {
    padding: 0;
    margin: 0;    
}
header.site-header .social-buttons li {
    list-style: none outside;
    display: inline;
}
header.site-header .social-buttons a {
    color: #000;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}

header.site-header .social-buttons .facebook:hover i {
    color: #2F4889;
}
header.site-header .social-buttons .twitter:hover i {
    color: #2AABE2;
}
.site-main,aside{
	position: relative;
}
@media only screen and (max-width: 767px) {
  	html, body{
		overflow-x: hidden;
    }  
    header.site-header {
        text-align: center;
    }
    header.site-header .logo {
        position: relative;
        margin: 0 auto;
        max-width: 90%;
    }
    header.site-header form {
        padding-top: 20px;
    }
    header.site-header form input {
        width: 100%;
		background: none repeat scroll 0 0 #FBFCFC;
		border: 1px solid #CCCCCC;
    }
    #search-button{
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
    }
    header.site-header .nav-secondary {
        padding-top: 0;
        margin: 0;
        width: 100%;
    }
    header.site-header .nav-secondary li {

    }
    header.site-header .nav-secondary a {
        text-align: center;
    }
    header.site-header .nav-primary {
        text-align: center;
        margin-top: 0;
    }
    header.site-header .nav-primary li {
        display: block;
    }
    header.site-header .nav-primary a {

    }
    header.site-header .social-buttons {
        text-align: center;
        float: none!important;
        padding: 10px 0;
    }
    header.site-header .social-buttons a {
        padding: 10px;
    }

}
/*--- Header / Site Header (End) ---*/

/*--- Aside / Banner ---*/
aside.banner{
	overflow: hidden;
	height: 325px;
}
@media only screen and (max-width: 767px) {
	aside.banner{
		overflow: hidden;
		height: 675px;
	}
}
section.cont-banner{
	padding: 0px 0px 45px 0px;
}
aside.banner .orbit-bullets {
    display: none;
}
aside.banner .columns {
    padding: 0;
}
aside.banner .banner-image {
    background: #000;
    height: 325px;
    overflow: hidden;
    text-align: center;
}
aside.banner .banner-image img {
    height: 100%;
    width: auto!important;
    position: relative;
    margin: 0 auto;
}
aside.banner .banner-text {
    background: #332b2b;
    padding: 10px 60px 10px 20px;
    min-height: 325px;
    height: 100%;
    color: #fff;
}
aside.banner .banner-text h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
}
aside.banner .banner-text h3 a,
aside.banner .banner-text h3 a:hover {
    color: #ffcb07;
    text-decoration: none;
    font-style: normal;
    background: #555;
    display: inline-block;
    padding: 2px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
aside.banner .banner-text h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #fff;
}
aside.banner .banner-text blockquote {
    padding: 0;
    border: 0 none;
    color: #fff;
}
aside.banner .banner-text p {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
}
aside.banner .banner-text p a {
    color: #ffcb07;
    font-style: italic;
    white-space: nowrap;
}
.site-main section.news ul.news-list p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    aside.banner .banner-image {
        height: auto;
    }
    aside.banner .banner-image img {
        height: auto;
        width: 100%!important;
    }
    aside.banner .banner-text {
        background: #332b2b;
        padding: 10px 60px;
        min-height: 325px;
        color: #fff;
    }
}
/*--- Aside / Banner (End) ---*/



/*--- Main / Site Main ---*/
h2 {
	position: relative;
	max-width: 100%;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 1.125em;
}
h2.title-stylized {
	margin: 0px;
	position: absolute;
	top: -20px;
	z-index: 100000;
	background: url('img/sep.png') top center no-repeat;
	background-size: cover;
	width: 100%;
	text-align: center;
}
h2.title-stylized-small{
	top: -14px;
	left: 0px;
}
.main{
	min-height: 400px;
	background: url(img/bg_city_opt.png) bottom center repeat-x;
	padding-bottom: 35px;
}
.site-main h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}

    /*--- Section / News ---*/
    .site-main section.news {
        position: relative;
        padding: 60px 0px 0px 0px;
	margin-bottom: 10px;
    }
    .site-main section.news article{
	margin-bottom: 15px;
    }
    .bl_news{
	margin-bottom: 20px;
    }
    .site-main section.news h2 {
        font-size: 1.875em;      
    }
    .site-main section.news ul.news-list {
        padding: 0;
    }
    .site-main section.news ul.news-list li {
        list-style: none outside;
        height: 200px;
    }
    .site-main section.news ul.news-list h3 {
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 1.125em;
        text-align: center;
	color: #181a18;
        text-decoration: none;
        font-style: normal;
        background: #adb8b1;
        display: table;
        padding: 2px 10px;
	margin: 0 auto;
	margin-bottom: 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }
    .site-main section.news ul.news-list h3 a{
        color: #181a18;
    }
    .site-main section.news ul.news-list h3 a:hover {
        text-decoration: underline;
    }
    .site-main section.news ul.news-list h4 {
        color: #181a18;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 1.125em;
        margin: 0px 0px 5px 0px;
	/*margin-bottom: 5px;*/
    }
    .site-main section.news ul.news-list h4 a{
	color: #181a18;
    }
    .site-main section.news ul.news-list h4 a:hover{
	text-decoration: underline;
    }
    .site-main section.news ul.news-list p {
        color: #181a18;
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 0.875em;
    }
    .site-main section.news ul.news-list p a {
        color: #e2ac09;
        font-style: italic;
        white-space: nowrap;
    }
    .site-main section.news ul.news-list p a:hover {
        text-decoration: underline;
    }
    /*--- Section / News (End) ---*/

    /*--- Section / Social ---*/
    .site-main section.social {
        position: relative;
        padding: 45px 0;
        background-color: #def3e8;
        background: url(img/bg_city_opt.png) bottom center repeat-x;
    }
    .site-main section.social h2 {

    }    
    .twtr-hd, .twtr-ft {
	display: none;
    }
    .twtr-widget{
	margin-bottom: 20px;
    }
    .insta, .fliker {	
    margin-top: 10px;
    }
    .fliker {
    margin-bottom: 20px;
    }
    
    .fliker-iframe html body{
	margin: 0px !important;
    }
    
    .face{
	margin-top: 10px;
    }

    .game-link {
    clear: both;
    display: block;
    }

    .game-link img {
	margin-bottom: 22px;
    }

    @media only screen and (max-width: 767px) {
        .site-main section.social {
           /* text-align: center;*/
        }
	.site-main section.social img.social-icon{
		margin-top: 10px;
		/*display: table-cell;*/
	}

    }
    /*--- Section / Social (End) ---*/

/*--- Main / Site Main (End) ---*/

/*--- Section / Sponsors ---*/
section.sponsors {
    position: relative;
    padding: 45px 0 55px 0;
    background: #eff8f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAABlBMVEXs7u7+//9k2WGmAAAAAnRSTlMmJmdAy+EAAAArSURBVHjaTc3BCQBADALBTf9NB+E2pw8Z/MhcoEitfGpISc1bjnGooR/MAhqNAGW0EO3qAAAAAElFTkSuQmCC) center center;
}
section.sponsors h2 {

}
section.sponsors a {
    text-align: center;
    /*display: inline-block;*/
    /*margin: 15px auto;*/
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
/*section.sponsors a.large-6 {
	margin-right: 4.2%;
}*/
section.sponsors a.large-4 {
	margin-right: 3.2%;
}
section.sponsors a.large-3 {
	margin-right: 3%;
}
section.sponsors a.large-2, section.sponsors a.large-1 {
	margin-right: 2.95%;
}
@media only screen and (max-width: 767px) {
	section.sponsors  {
		margin-left: 4.2%;
	}
	section.sponsors  {
		margin-left: 3.2%;
	}
	section.sponsors  {
		margin-left: 3%;
	}
	section.sponsors  {
		margin-left: 2.95%;
	}
}
section.sponsors img {
    border: 1px solid #ADB8B1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
    margin-top: 15px;
}

.sponsors-page .text-center {
    margin-bottom: 20px;
}

.link_sponsors:hover{
	text-decoration: underline !important;
}
section.sponsors ul.bronze{
	/*display: table;*/
}
section.sponsors ul.bronze li{
	float: left;	
}
section.sponsors .small-6 {

}
section.sponsors .small-6 a {

}
section.sponsors .small-6 a:hover {

}
section.sponsors .small-6 img {

}

section.sponsors .small-4 {

}
section.sponsors .small-4 a {

}
section.sponsors .small-4 a:hover {

}
section.sponsors .small-4 img {

}

section.sponsors .small-3 {

}
section.sponsors .small-3 a {

}
section.sponsors .small-3 a:hover {

}
section.sponsors .small-3 img {

}
/*--- Section / Sponsors (End) ---*/

/*--- Section / Institutional Support  ---*/
section.institutional-support {
    position: relative;
    padding: 45px 0;
    background: #f6fdf9;
}
section.institutional-support a{
	display: inline-block;
	  padding: 3px;
}
/*--- Section / Institutional Support (End) ---*/


section.organizers-conference{
	background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAABlBMVEXs7u7+//9k2WGmAAAAAnRSTlMmJmdAy+EAAAArSURBVHjaTc3BCQBADALBTf9NB+E2pw8Z/MhcoEitfGpISc1bjnGooR/MAhqNAGW0EO3qAAAAAElFTkSuQmCC) center center;
}

/*--- Section / Organizer  ---*/
section.organizers{
    position: relative;
    padding: 45px 0px 45px 0px;
}
/*--- Section / Organizer (End) ---*/

/*--- Section / Conference Partner  ---*/
section.conference-partner {
    position: relative;
    padding: 45px 0;
}
section.conference-partner section:first-child{
	padding: 20px 0px;
}
/*--- Section / Conference Partner (End) ---*/

section.travel-facilities img {
    padding: 10px;
}

/*--- Footer / Site Footer  ---*/
footer.site-footer {
    padding: 28px 0;
    border-top: 10px #727272 solid;
    border-bottom: 10px #727272 solid;
    background: #d6d6d7;
}
footer.site-footer .more-info {
    background: #e7e7e8;
    padding: 0 10px;
    display: table;
    width: 100%;    
}
@media only screen and (max-width: 767px) {
	footer.site-footer .more-info {
		margin: 35px 0px;
	}
}
footer.site-footer .more-info div {
    width: 50%;
    padding: 5px 10px;
    float: left;
}
footer.site-footer .more-info h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #00552F;
}
footer.site-footer .more-info p {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
}
footer.site-footer .more-info ul {
    list-style: inside;
}
footer.site-footer .more-info li {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
}
footer.site-footer .more-info a {
    color: #434343;
}
@media only screen and (max-width: 767px) {
    footer.site-footer {
        text-align: center;
    }
}
/*--- Footer / Site Footer (End) ---*/

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
.entry {
	margin-bottom: 36px;
}
.entry,
.entry input,
.entry textarea {
	color: #333;
	font-size: 14px;
	/*line-height: 24px;*/
}
.entry p,
.entry ul,
.entry ol,
.entry dd,
.entry pre,
.entry hr {
	margin: 0px;
}
.entry ul ul,
.entry ol ol,
.entry ul ol,
.entry ol ul {
	margin-bottom: 0;
}
.entry pre,
.entry kbd,
.entry tt,
.entry var {
	font-size: 15px;
	line-height: 21px;
}
.entry code {
	font-size: 13px;
}
.entry dt,
.entry th {
	color: #000;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.entry table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.entry tr td {
	border-top: 1px solid #e7e7e7;	
}
.entry tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: transparent;
/*	border-top: 4px solid #000;*/
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
.single-author-info {
    border-top: 4px dashed #DDDDDD;
}
.author-info {
    border-bottom: 4px dashed #DDDDDD;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#author-description h2{
  /*  background-color: black;*/
    color: #000000;
    display: inline-block;
    font: bold 18px Arial;
    margin: 0 0 3px;
/*    opacity: 0.7;*/
/*    padding: 5px 10px !important;*/
    clear: both;
}
/*#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}*/
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
.entry .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home .entry .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home .entry .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home .entry .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

.entry img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
.entry .attachment img {
	max-width: 900px;
}
.entry .alignleft,
.entry img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.entry .alignright,
.entry img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.entry .aligncenter,
.entry img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry img.alignleft,
.entry img.alignright,
.entry img.aligncenter {
	margin-bottom: 12px;
}
.entry .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.entry .wp-caption img {
	margin: 5px 5px 0;
}
.entry .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.entry .wp-smiley {
	margin: 0;
}
.entry .gallery {
	margin: 0 auto 18px;
}
.entry .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.entry .gallery img {
	border: 2px solid #cfcfcf;
}
.entry .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.entry .gallery dl {
	margin: 0;
}
.entry .gallery img {
	border: 10px solid #f1f1f1;
}
.entry .gallery br+br {
	display: none;
}
.entry .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
        margin:20px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
   /* background-color:black;*/
    color:#000000;
    font: bold 16px Arial;
    display:inline-block;
   /* opacity:0.7;*/
    margin:10px 0px 10px 0px;
   /* padding: 5px 10px !important;*/
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body {
        background-color:rgba(255, 0, 0, .1);
        margin:10px 15px 15px 10px;
        padding: 0px 10px 0px 10px;
        text-align:justify;
}


#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}

.comment{
  	background-color:rgba(200,200,200,.2);
        -pie-background:rgba(200,200,200,.2);
        margin:10px !important;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius:15px;
}

.commentlist .avatar {
	position: absolute;
	top: 7px;
	left: 10px;
}
.comment-author {
    margin-left:10px;
}

.comment em {
    margin-left:10px;
    color:red;    
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #000;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: blue;        
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #222;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;        
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 4px #DDD dashed;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
.comment-reply-link{
        background-color: rgba(200,200,200,.5);
        -pie-background: rgba(200,200,200,.5);
        padding: 2px 4px 2px 4px;
        color:#000;
        margin-left:10px;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label, #respond .form-submit input{
  /*  background-color:black;*/
    color:#000000;
    font: bold 14px Arial;
    display:inline-block;
/*    opacity:0.7;*/
    margin:5px 0px 5px 0px;
/*    padding: 2px 5px !important;*/
}
#respond input,#respond textarea {
	margin: 0 0 9px;
	width: 98%;
        border: 2px solid #CCC;
        background-color: rgba(240,240,240,.4);
        -pie-background: rgba(240,240,240,.4);
        padding:2px;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

header address{
  display:none;
}

/*atualiazacao da lista e single program*/

.program-single{
    background: #d9e4dc;
    margin-bottom: 20px !important;
    padding: 5px 0px;
}

.event-dados-single p{
    margin: 0px;
    padding: 0px !important;
    font: bold 14px "Dosis" !important;
    color: #000000;
    clear: both;
}

.event-dados-single p label{
    float: left;
    font: bold 14px "Dosis";
    color: #000000;
    width: 50px;
    cursor: text;
}

.cont-lista{
    margin: 40px 0px 40px 0px;
}

.cab-program{
    background: #d2e5d1;
    height: 36px;
    border-bottom: 2px solid #9eb39e;
}

.col-lista{
    width: 10%;
    float: left;
    margin: 0px 20px 0px 0px;
}

h1.tit-program{
    width: 18%;
    float: left;
    font: normal 23px "Dosis";
    color: #FFFFFF;
    margin: 0px 20px 0px 0px;
}

@media only screen and (max-width: 767px) {
    h1.tit-program{
        width: 22%;
        float: left;
        font: normal 23px "Dosis";
        color: #FFFFFF;
        margin: 0px 20px 0px 0px;
    }
    
    .col-lista{
        width: 9% !important;
        float: left;
        margin: 0px 15px 0px 0px !important;
    }
}

h2.day-sec{ 
    background: rgba(252, 254, 253, 0.5) url("img/triangulo.png") top left no-repeat;   
    padding-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

h2.day-sec a{
    font: normal 18px 'Dosis',sans-serif !important;
    color: #7eb578;
}
 
.tit-lista{
    text-align: left;
    font-family: 'Dosis', sans-serif;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        text-decoration: none;
        font-style: normal;
        display: table;
        padding: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

.tit-lista a{
    color: #FFFFFF;
}

.hook_y, .hook_y_clk{
    color: #106c35 !important;
}

.section-geral{ 
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.bloco-section{
    padding: 0px !important;
	display:none;
    
}
.bloco-section h3{  
    margin-top: 20px;
    padding-left: 20px;
}
.bloco-section h3 a{
    font: bold 16px 'Dosis', sans-serif;
}
.section-geral p.link_events{
    margin: 18px 0px 20px 20px;
}
.section-geral p.link_events a:hover{
    color: #000000;
}
.section-geral p.link_events .link-speakers{
    color: #00552F;
}
.num_sec{   
    font: normal 18px 'Dosis',sans-serif !important;
    /*background: url("img/triangulo.png") top left no-repeat;*/
    color: #7eb578;
    padding-left: 10px;
    margin-top: 0px !important;
    clear: both;
    height: 18px;
}

.break{
    background: rgba(230, 244,235,0.3);
    margin: 0px;
    padding: 5px 0px 5px 5px;
    min-height: 44px !important;    
}

.bloco-section time{
    clear: both;
    display: block;
    width: 60px;
    font: bold 12px 'Dosis',sans-serif;
}

.break time{
    font-weight: normal;
}
.break time:last-child{
    height: 20px;
}

.break:last-child:after{
    font: normal 16px "icomoon";    
    color: #707070;
    position: relative;
    top: -29px;
    left: 31px;
    margin-right: 10px; 
    background: #FFF;
    border: 1px solid #6e7771;
    padding: 5px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.coff:last-child:after{
    content: '"';   
}

.almo:last-child:after{
    content: '#';
}
.bloco-section div h3{
    font: normal 14px 'Dosis';
    margin: 20px 0px 3px 0px;
}
.bloco-section div h3:first-child{
    margin: 0px;
}
.bloco-section a, .bloco-section p{
    font: normal 13px 'Dosis';  
    margin: 7px 0px;
}
.bloco-section div p{
    color: #1d4020;
    margin: 10px 0px;
}

.bloco-section-br{
    height: 42px;
}

.bl-sec{
    clear: both;
    background: rgba(252,254,253,0.5);
}

.bl-sec-dados{
    padding-left: 0px !important;
}

.aside-event{
    text-align: right;
    padding-right: 0px !important;
}

.aside-event p.p-aside:after{
    font: normal 10px "icomoon";    
    color: #FFF;
    background: #000;
    padding: 4px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin:  0px 5px;   
}
.aside-event p{
    cursor: pointer;
}
.aside-event p.star_b{
    cursor: text;
	display:none;
}
.aside-event p.star_b:after{
    content: '%';
    font: normal 11px "icomoon";
    margin: 0px 9px;
}
.aside-event p.star:after, .aside-event p.star-int:after{
    content: '%';
}
.aside-event p.mail:after, .aside-event p.mail-int:after{
    content: '&';
}
.aside-event p.down:after, .aside-event p.down-int:after{
    content: "'";
}

.dados-evento{
    color: #004c00;
    font: normal 16px 'Dosis';
    display: block;
}

.dados-evento a{
    font: normal 16px 'Dosis';
    color: #004C00;
}

.dados-star span{   
    font: normal 11px "icomoon";
    margin-left: 4px;
    color: #919691;
}

.str{
    cursor: pointer;
}

.sel-eve{
    color: #f0cc02 !important;  
}

.program-tax-single{
    background: rgba(252, 254, 253, 0.5) url("img/triangulo.png") top left no-repeat;   
    padding-top: 10px;
}

.shared-per-post a{
    font-size: 10px;
    color: #919691;
    margin-right: 2px;
}
.shared-per-post a:hover{
    text-decoration: none;
    color: #000000;
}
.shared-per-post a.calendar{
    font-size: 15px;
    position: relative;
    top: 2px;
    left: 2px;
}
.shared-per-post a span{
    display: none;
}

#hook-content{
    margin-top: 20px;   
}

.fixed-bar-title h2{
    color: #106C35;
    font: bold 22px 'Dosis',sans-serif;
    margin: 2px 0px 0px 0px;
}

.fixed-bar-title span{
    font-weight: normal;
}

h2.tit-search-fisrt{
    font: bold 16px 'Dosis',sans-serif;
    margin-top: 0px;
}

h2.tit-search{
    font: bold 16px 'Dosis',sans-serif;
    margin-top: 50px;
}

.search-int article h3 a{
    font-size: 12px !important;
}

.search-int article .excerpt{
    font-size: 12px !important;
}


.inner-header{
    height: 135px;
    padding: 0px 20px;
}

.relogio #dia, .relogio #hora{
    font: normal 95px "Roboto";
    margin-left: 35px;
    color: #106C35;
}

.inner-header a img.logo{
    left: 20px !important;
}

.row.full-width {
    max-width: 100%;
}

.cab-display{
    background: #d2e5d1;
    height: 60px;
    border-bottom: 2px solid #9eb39e;
}
.cab-display li, .cab-display ul{
    list-style: none;
}
.cab-display li{
    text-align: left;
    font: normal 42px "Roboto";
    color: #FFFFFF;
    padding: 0px 20px !important;
}

.cont-display-event{
    height: 1000px;
    display: table;
    background: rgba(252, 254, 253, 0.5);
    padding-top: 20px;
}

.color-green{
    color: #106C35 !important;
}

.room-name, .event-display{
    float: left;
}
.room-name{
    background: #fcfbf1;
    height: 100%;
    display: table;
    position: relative;
    z-index: 900000;
}

.event-display{ 
    padding: 0px 20px;
    height: 100%;
    display: table;
    border-left: 1px solid #106C35;
}

.move-event{
    position: relative;
    left: 0px;
  display: table;
    height: 100%;   
}

.link_events-display .dados-evento{
    font: normal 36px "Roboto";
    margin-bottom: 10px;
    color: #000000;
}

.body-display{
    overflow: hidden;
}

.link_events-display .hora-event, .link_events-display .pale-event{
    font-size: 25px;
    color: #106C35;
}



.room_num{
    width: 100px;
    height: 100px;
    color: #6c8b77;
    padding: 8px 0 1px 28px;
    font-size: 80px;
    background: #a6cfb4;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 20px 0px 0px 20px;
}

p.room_label{   
    color: #d7b534;
    font-size: 20px;
    clear: both;  
    width: 100%;
    text-align: left;
    margin: 20px 5px 0px 0px;
    padding-left: 20px;
}

p.room_name{
    color: #d7b534;
    font-size: 50px;
    clear: both;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px;
    padding-left: 20px;
}

p.room_desc{
    color: #a6cfb4;
    font-size: 20px;
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
    margin: 60px 0px 0px -5px;
    padding-right: 20px;
}

.dados-evento-link-int{
    font: normal 13px 'Dosis';
}

.nav-third {
    margin: 0px;
    list-style: none;
}

.nav-third li{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.nav-third li a{
    font: bold 16px 'Dosis',sans-serif;
}

.display-coffee{
    font: normal 200px "icomoon";   
    color: #707070;
    position: relative;
    background: #FFF;
    border: 1px solid #6e7771;
    padding: 52px 66px;
    border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.display-lunch{
    font: normal 182px "icomoon";   
    color: #707070;
    position: relative;
    background: #FFF;
    border: 1px solid #6e7771;
    padding: 56px;
    border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}



/* adicionado por Ariadne */
.section-geral p.link_events .link-speakers{
color: #00552F;
}

.dados-evento-link-int {
font: normal 16px 'Dosis';
font-size: 16px;
}

.nav-third {
    margin: 0px;
    list-style: none;
}

.nav-third li{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.nav-third li a{
    font: bold 16px 'Dosis',sans-serif;
}
/* adicionado por Reinaldo */


ul.datas li{
	display:inline;
	margin-left:40px;
}


ul.datas li a.on{
	background-color:#B5C7C1;
	padding: 0px 10px;
}

/* tamanho da fonte do display */
 .link_events-display .titl-event{
margin-top:-18px;
font-size: 16px;
font-weight: 600;
}

.link_events-display .tra-event{
font-size: 14px;
}

.link_events a {
font-size: 16px;
}


/* streaming */

.streaming {
text-align:center;
padding:10px 20px;
font-size:16px;
background-color: rgba(0, 0, 0, 0.1);
}

.streaming embed {
height:450px;
}

.streaming ul {
display:block;
width:220px;
margin:0 auto;
text-align:left;
}

/* slider post last minute */

.entry .orbit-container {
width:300px;
float:right;
background-color:#fff;
}

.entry .orbit-bullets,
.entry .orbit-container .orbit-prev, 
.entry .orbit-container .orbit-next {
display:none;
}

.slider-text h2 {
margin:0;
padding:20px 12px 0 12px;
}

.main article .slider-text p {
font-size:12px;
padding:12px
}

div.ending{
  text-align:center;
  margin: 10px;
  background: green;
  color: white;
  padding: 20px;
}





