/* GERAIS */
body {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 43px;
	font-weight: 600;
}

h2 {
	font-size: 32px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h4 {
	margin: 60px 0 30px;
}

h1.backline, h2.backline, h3.backline {
	margin: 60px 0 15px;
	border-bottom: 1px solid #999;
	text-align: center;
}

h1.backline span, h2.backline span, h3.backline span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	top: 10px;
}

.btn {
	border-radius: 0;
}

.no-padding {
	padding: 0;
}

@media ( max-width : 767px) {
	.no-padding-xs {
		padding: 0;
	}
	.padding-xs-only {
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-left-xs-only {
		text-align: left !important;
	}
	.text-right-xs-only {
		text-align: right !important;
	}
	.text-center-xs-only {
		text-align: center !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.no-padding-sm {
		padding: 0;
	}
	.padding-sm-only {
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-left-sm-only {
		text-align: left !important;
	}
	.text-right-sm-only {
		text-align: right !important;
	}
	.text-center-sm-only {
		text-align: center !important;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.no-padding-md {
		padding: 0;
	}
	.padding-md-only {
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-left-md-only {
		text-align: left !important;
	}
	.text-right-md-only {
		text-align: right !important;
	}
	.text-center-md-only {
		text-align: center !important;
	}
}

@media ( min-width : 1200px) {
	.no-padding-lg {
		padding: 0;
	}
	.padding-lg-only {
		padding-left: 10px;
		padding-right: 10px;
	}
	.text-left-lg-only {
		text-align: left !important;
	}
	.text-right-lg-only {
		text-align: right !important;
	}
	.text-center-lg-only {
		text-align: center !important;
	}
}

.navbar-default {
	background: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

button.navbar-toggle {
	float: none !important;
}

.container-fluid .navbar-header {
	text-align: center !important;
	padding-top: 12px;
}

@media ( max-width : 767px) {
	.main-navbar {
		width: 100% !important;
		margin-top: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		/*background-color: black;*/
		/*padding-left: 40px;*/
	}
	.main-navbar ul.navbar-nav li {
		padding-left: 20px !important;
	}
}

.idiom a {
	color: #fff !important;
	float: left;
	width: 50%;
	height: 28px;
}

.padding-top {
	padding-top: 10px;
}

.precontent .navbar-nav {
	margin: 0;
}

.weight-normal {
	font-weight: normal !important;
}

.style-italic {
	font-style: italic !important;
}

ul.nav>li>a {
	padding: 5px 15px 5px 5px;
	margin-left: -5px;
}

/* HEADER */
.precontent {
	background: #f0f0f0;
	/*overflow: auto;*/
	font-size: 13px;
}

.precontent a {
	color: #787878;
}

.precontent li a:hover {
	text-decoration: underline;
}

.precontent .navbar-right {
	margin-right: 0 !important;
}

.precontent .orange-bar {
	background: #999;
}

.precontent .orange-bar li:first-child {
	margin-right: 50px;
}

.precontent .orange-bar li a {
	color: #fff;
}

.precontent .orange-bar li a:hover {
	background: none;
}

header#main-header {
	padding: 15px 0;
	border-bottom: 2px solid #ABABAB;
}

header#main-header .col-md-9, header#main-header .col-md-3 {
	padding: 0;
}

.main-navbar {
	margin-top: 22px;
	margin-left: 25px;
	float: left;
}

.main-navbar ul li.active {
	font-weight: 800;
}

.main-navbar ul li a:hover {
	background: none;
	text-decoration: underline;
	color: #151515;
}

form#search {
	float: right;
	border: 2px solid #ABABAB;
	padding: 0;
	margin: 22px 0 0 0;
}

form#search input {
	background: none;
	border: none;
}

form#search input[type="text"] {
	width: calc(100% - 35px);
	padding: 10px;
	float: left;
	outline: none;
	color: #666;
}

form#search input[type="text"]:focus::-webkit-input-placeholder {
	color: #ddd;
}

form#search input[type="submit"] {
	width: 35px;
	float: right;
	padding: 10px 0;
	background: url("img/search-icon.svg") no-repeat center;
}

.poweredby {
	padding: 15px 0;
}

/* FOOTER */
footer#footer {
	width: 100%;
	background: #333;
	padding: 25px 0;
	margin-top: 60px;
}

footer#footer p {
	color: #fff;
}

/* HOMEPAGE */
section#main-banner {
	margin-bottom: 30px;
}

.banner-left {
	background: #EEE;
	height: 320px;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.banner-left .indent {
	border-left: 7px solid #333;
	margin: 0;
	padding-left: 20px;
}

.banner-left h1 {
	color: #151515;
	padding-top: 5px;
	padding-top: 5px;
}

.banner-left h3.indent {
	color: #333;
	padding-bottom: 5px;
}

.banner-left .btn {
	background: #fff;
	padding: 10px 30px;
	margin-top: 30px;
}

.banner-right {
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ad-comp {
	width: 100%;
	/* height: 350px; */
	background: #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ddd;
}

.card-home header {
	height: 140px;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-home header h2 {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}

.card-home header h3 {
	color: #ddd;
	font-size: 16px;
	font-weight: 500;
}

.card-home section {
	background: #F0F0F0;
	padding: 20px 10px 10px 30px;
}

.card-home section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.card-home section ul li {
	margin-bottom: 7px;
}

.card-home section p a {
	color: #333;
}

ul.support {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

ul.support li {
	margin: 0 15px;
	max-width: 150px;
	max-height: 100px;
	text-align: center;
}

ul.support li img {
	max-width: 100%;
	max-height: 100px;
}

/* GROUP-EVENT PAGE */
.event-header {
	position: relative;
	top: -2px;
	overflow: hidden!important;
}

.event-header .banner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	z-index: 0;
}

.event-header .event-header-info {
	position: relative;
	margin-top: 90px;
}

.event-header .event-header-info .event-logo {
	text-align: center;
}

.event-header .event-header-info .event-logo figure {
	padding: 20px 0;
	border-radius: 2px;
	border: 1px solid #fff;
	min-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-header .event-header-info .event-logo img {
	max-width: 80%;
}

.event-header .event-header-info .event-data {
	margin-top: 110px;
}

.event-header .event-header-info .event-data h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 38px;
}

.event-header .event-header-info .event-data hr {
	margin: 10px 0;
}

.event-header .event-header-info .event-data ul.nav>li>a {
	padding: 5px 15px 5px 5px;
	margin-left: -5px;
}

.event-header h3, .event-header h4 {
	position: absolute;
	right: 60px;
	top: 15px;
}

.events-child-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

.event-child-card {
	margin-bottom: 25px;
}

.event-child-card a:hover {
	text-decoration: none;
}

.event-child-card a:hover section {
	background: #f0f0f0;
}

.event-child-card header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	text-align: center;
	background: darkcyan;
}

.event-child-card header h2 {
	color: #fff;
	font-size: 21px;
}

.event-child-card header p {
	color: #151515;
}

.event-child-card section {
	background: #FAFAFA;
	padding: 15px;
}

/* PUBLICATIONS PAGE */
.event-row {
	border-left: 10px solid darkcyan;
	background: #F0F0F0;
	padding: 15px;
	margin-bottom: 15px;
}

.event-row a:hover {
	text-decoration: none;
}

/* SINGLE PUBLICATION */
.publication-header {
	position: relative;
	top: -2px;
	padding: 15px 0;
	margin-bottom: 30px;
}

.publication-header hr {
	margin: 10px 0;
	border-color: #666;
}

.publication-last-edition .banner-left {
	background: none;
}

.publication-last-edition>a {
	text-decoration: none;
}

.publication-last-edition figure {
	height: 240px;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.publication-event-item {
	background: #ddd;
	padding: 10px 15px;
	margin-bottom: 15px;
}

/* EVENT PAGE */
.event-logo figure {
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* EVENTS ARTICLES LIST PAGE */
ul.summary {
	list-style: none;
	padding: 0;
	margin: 0;
}

.article-list h3 {
	margin-left: 15px;
}

.article-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.article-list li {
	margin: 0 0 2px 0;
	background: #eee;
	padding: 15px;
	position: relative;
	overflow: auto;
}

.article-list li figure {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 15px;
}

.article-list li h2 {
	margin: 0 0 5px 0;
	font-size: 15px;
}

.article-list li h4 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 300;
}

.article-list li p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.article-list li p.page {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/* ARTICLE PAGE */
.article-page .row {
	margin-bottom: 15px;
}

.article-page h1, .article-page h2 {
	font-size: 25px;
	margin: 0 0 10px 0;
}

.article-page h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.article-page .author-box-area {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
}

.article-page .author-box {
	width: calc(33.333% - 15px);
	margin: 0 15px 15px 0;
	background: #F2F2F2;
	padding: 15px;
}

.article-page .author-box figure {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
	background: #ddd;
}

.article-page .author-box p {
	margin: 0;
}
