body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	background-image: url('../img/bg.png'); 
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

h1, h2, h3 {
	color: #A38532;
}

a {
	color: #777777;
}

a:hover {
	color: #000000 !important;
	text-decoration: none;
}

a:active {
	color: #A38532;
	text-decoration: none;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

.container {
	background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
	zoom: 1;
	border-radius: 4px;
}	

.navbar {
	border-radius: 0px;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A38532;
	background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
}

.navbar-default .navbar-nav > li > a:focus {
	color: #A38532;
}

.navbar-brand {
	height: 200px;
}

.navbar-nav {
	margin-top: 160px;
}

.main-content {
	padding-bottom: 30px;
}

.footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
}

.footer .container{
	height: 30px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.text-footer {
	margin-top: 5px;
}

#text-footer-right {
	float: right;
}

.modal-open {
	padding-right: 0px !important;
}

.modal-dialog {
	margin-top: 240px;
}

.modal-img {
	width: 970px;
}

.modal-content {
	border-radius: 3px; 
}

#sig {
	width: 140px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.img-home {
	display: inline;
}

.img-organizer {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.text-organizer {
	text-align: center;
}

#dates {
	text-align: center;
}

@media (max-width: 768px) {
	body {
		background-image: none;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	.img-referents {
		margin-left: auto;
		margin-right: auto;
	}
	.text-referents {
		text-align: center;
	}
	.modal-img {
		width: auto;
	}
}
@media (max-width: 992px) {
	.navbar-nav {
		margin-top: 0px;
	}
	.img-referents {
		max-width: 30%;
	}
	.modal-img {
		width: auto;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}

.showMessage {
	text-align: center;
	display: block;
}

.hideMessage {
	display: none;
}

.popover {
	position: fixed;
	text-align: center;
	margin-left: 50%;
	top: calc(100vh - 216px) !important;
}

.nextDate {
	margin-top: 60px;
}

.abstract {
	padding: 10px;
	text-align: left;
	background:rgb(255,255,255);
	background: transparent\9;
	background:rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
	zoom: 1;
}	

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}