/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Questrial|Source+Sans+Pro');

/* ELEMENT DEFAULTS */
body {
    font-family: 'Source Sans Pro', sans-serif;	
    font-size: 14px;	
}
h2 {
    color: #245683;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px; 
}
h3 {
    color: #417eb5;	
    font-size: 18px;
    font-weight: bold;
    padding-top: 18px; 
}
h4 {
    color: #0b0b0b;	
    font-size: 16px;
    font-weight: bold;
    padding-top: 18px; 
    padding-bottom:10px;
}
a {
	color:#245683;
}
a:hover {
	color:#417eb5;
}
hr {
    height: 1px;
    width: 135px;
    background-color: #417eb5;
    margin: 8px 0;
}

/* BOOTSTRAP OVERIDES */
.container {
    width: 100%;
    padding: 20px 30px;
    margin-right: auto;
    margin-left: auto;
}
nav { /* Bootstrap defined element */
    font-family: 'Questrial', sans-serif;
    font-size: 14px;	
}
.navbar {	
    margin:auto;
    padding: 11px 5px;
}
.navbar-nav {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bg-dark {
    background-color: #1a1a1a!important;
}
.navbar-toggler {
    border: none;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(../imgs/menu_hamb.png);
    width: 39px;
    height: 27px;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.nav-link {
    text-transform: uppercase;
}
/* menus */
.dropdown-menu a {
    color: white;
    font-size: 14px;
    background: #235683;
}
.dropdown-menu a:hover {
    background: #417EB5;
}
.dropdown-toggle::after {
    background: url(../imgs/arrowdown_white.png);
    display: inline-block;
    width: 10px;
    height: 5px;
    margin-left: 7px;
    vertical-align: 3px;
    content: "";
    border: none;
}
.nav-item a span {
    color: white;
    padding: 2px 1px;
}
.nav-item.active a span, .nav-item a:hover span {
    border-bottom: 2px solid #417eb5;    
}

/* carousel caption */
.carousel-item img {height: 300px;}
@media (max-width: 768px){
	.carousel-item img {height: 400px !important;}
}
.carousel-caption {
    top: 0;
    max-width: 600px;
    padding-top: 20px;
    text-align: left;
    left: 0;
    right: 0;
}
.carousel-caption h4 { color: black;}
.carousel-caption p { color: #1a1a1a;}
/*.carousel-caption div {height: 150px; overflow: hidden;} */
.carousel-caption ul {position: absolute; bottom: 0;}

/* carousel controls */
.carousel-control-prev {
    left: -60px;
    width: 30px;
       top: 60px; 
}
.carousel-control-prev-icon {
    background-image : url(../imgs/arrow_prev.png);
    height: 48px;
}
.carousel-control-next-icon {
    background-image : url(../imgs/arrow_next.png);
    height: 48px;
}
.carousel-control-next {
    right: -60px;
    width: 30px;
    top: 60px;
}

/* carousel indicators */
.carousel-indicators {
	position: relative;
    margin-right: 0;
    margin-left: 0;
    bottom: 0;
}
.carousel-indicators .active {
	background-color: #f6f6f6;
}
.carousel-indicators .active div.indicator {
    background-color: #417EB5;
}

@media (max-width: 768px){
	.carousel-indicators li {
		height: 75px !important;
	}
}
@media (max-width: 768px){
	.carousel-indicators li div.label {
            height: 70px !important;
            font-size: 12px !important;
            line-height: 16px !important;	
        }
}

.carousel-indicators li {
	height: 50px;
	width: 25%;
	text-indent: 0;
	background-color: #f6f6f6;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
    cursor:pointer;	
}
.carousel-indicators li div.label {
	height: 40px;
	max-width: 180px;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
    FONT-WEIGHT: bold;
}
.carousel-indicators li div.label a {
    COLOR: #1a1a1a;	
}
.carousel-indicators li div.indicator {
    background-color: rgba(205,231,255,.5);

    height: 4px;
    width: 38px;
    position: absolute;
    bottom: 0;
}

/* GENERIC CLASSES */
.blue-text {
  font-size: 14px;
  color: #245683;
}
.blue-text-large {
  font-size: 16px;
  color: #245683;
}
.link {
    /*FONT-SIZE: 14px;*/
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold; 
    COLOR: #1a1a1a;    
}
.search-label {
    color: #417EB5;
    text-transform: uppercase;
    display: inline;
    margin-left: 15px;
}
.search {
    background-color: #CDE7FE;
    padding-bottom: 15px;
    position: relative;
}
.search-seminars {
    width: 290px;
}
.search-members {
    max-width: 590px;
}
.search-documents {
    max-width: 660px;
}
.search-checkbox {
    white-space: nowrap;
    margin-top: 15px;
    margin-left: 15px;
    max-width: 190px;
    display: inline-block;
}
.search-checkbox label {
	vertical-align: middle;
	margin-left: 3px;
}
.search select {
    margin-top: 15px; 
    height: 30px;
    min-width: 80px;
    margin-left: 15px; 
    color: gray;
    border-color: #417EB5;
	max-width: 190px;
}
.search-input {
    margin-top: 15px; 
    WIDTH: 150px;
    height: 30px;
    margin-left: 15px; 
    padding-left: 5px;
    border: 1px solid #417EB5;
}
.search-button {
    height: 60px;
    width: 60px;
    background-color: #417EB5;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-button input {
    background: url(../imgs/lupa.png) no-repeat;
    cursor:pointer;
    border: none;
    width: 24px;
    position: absolute;
    top: 18px;
    left: 18px;
}
.ul-arrow ul, .ul-plus ul {
    list-style-type: none;
}
.ul-arrow ul li {
    background-image: url('../imgs/arrow_blue.png');
    background-repeat: no-repeat;
    min-height: 40px;
    padding-left: 40px;
    padding-top: 5px;
}
.ul-plus ul li {
    background-image: url('../imgs/plus_blue.png');
    background-repeat: no-repeat;
    line-height: 32px;
    padding-left: 40px;
    margin-bottom: 30px;
}
.crop{
    width:100px;
    height:100px;
}
.crop div{
    overflow:hidden;
    width:100px;
    height:100px;
    background: whitesmoke;
    border-radius: 50% !important; 
}
.crop img{
    width:100px;
    min-height:100px;
}

/* SPECIFIC CLASSES */
.doc-author a {
    text-decoration: underline;
    color: #245683;
}
.seminars-date {
    height: 140px;
    WIDTH: 80px;
    vertical-align: top;
    margin-bottom: 20px;
    position: relative;
}
.seminars-date-div {
    top: 100px;
    position: absolute;
   
}
.seminars-block {
    vertical-align: top;
    padding-top: 12px;
}
.seminars-title {
    color:black; 
    text-decoration: none; 
    font-size: 16px; 
    font-weight: bold;
}
.seminars-presenter {
    color:#245683; 
    text-decoration: none; 
    font-size: 16px; 
}
.news-item {
    min-width: 320px;
}
.news-item > div {
    position: relative;
    height: 400px;
    width: 300px;
    margin-left: 0;
    margin-right: auto;
}
.news-item img {
    height: 200px;
    width: 300px;
}
.news-date {
    position: relative;
   
}
.news-date-day {
    position: absolute;	
    left: 0;
    bottom: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    width: 54px;
    height: 34px;
    color: #417eb5;	
    background-color: whitesmoke;
}
.news-date-mon {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    width: 54px;
    height: 50px;
    line-height: 22px;
    padding-top: 2px;
    color: #f6f6f6;	
    background-color: #245683;
}
.header-bar {
    margin: 0 0 20px 0;
    width: 38px;
    height: 4px;
    background-color: #417eb5;
}
.members-row {
    padding-bottom: 20px;
}
.members-row h3 {
    padding-bottom: 20px;
}
.members-detail {
    margin-left: 30px;
}
#header {
    position: relative;
    padding: 15px 30px;
    max-width: 1277px;
    margin: auto;
    height: 120px;
}

#header-links {
    position: absolute;
    top: 41px;
    right: 20px;
    max-width: 1277px;	
    margin: auto;	
}

#header-links img {
    vertical-align: top;
    margin-left: 15px;
}

#lang-select {
    position: absolute; 
    right: 30px; 
    top: 85px;
}
#main-image img {
    width: 100%;
    MARGIN: auto; 
    DISPLAY: block; 
    BACKGROUND-COLOR: lightgray;
}
#about {
    /* padding:20px; */
}

#areas-home {
    background-color: #f6f6f6;
    margin:auto;
}

.contact table {
    width: 100%;
    margin-top: 30px;
}
.contact td {
    padding: 10px 0;
}
.contact hr {
    height: 1px;
    width: 135px;
    background-color: #417eb5;
    margin-left: 0;
}
.contact input[type="text"], #contact textarea {
    width: 100%;
    padding-left: 5px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
}
.contact input[type="text"]::placeholder, #contact textarea::placeholder {
	color:#417eb5;
	font-style: italic;
}
.contact input[type="text"]{
    height: 30px;
}
.contact textarea{
    height: 120px;
}

.contact input[type="submit"]{
    cursor:pointer;
    border: none;
    height: 40px;
    width: 100px;
    color: white;
    background-color: #417EB5;
}

#members-home {
    background-color: #f6f6f6;
    margin:auto;
}

#members-home a {
    FONT-SIZE: 16px;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold; 
    COLOR: #1a1a1a;    
}
#members-home a:hover {
	color:#417eb5;
}

#foot {
    margin: auto;
    color: white;
    background-color:black;
    padding: 20px 0;
    margin:auto;
}

#foot-bar {
    margin: 5px 0;
    max-width: 370px;
    height: 2px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#foot a {
    color: white;
    text-decoration: none;
}

#news {
    /*padding: 30px 0 0 0; */
}
#news div.abstract {
    height: 150px;
}
#news div.news {
    height: 250px;
}
#news ul {
    position: absolute;
    bottom: 0;
    left: -30px;
}
#news h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

#map p {
    margin:0;
}

.pagination {
	margin: 30px 0;
}
.pagination div {
	height: 50px;
	width: 50px;
	padding: 15px 20px;
	background-color: #CDE7FE;
	display: inline-block;
	margin: 0 2px;
}
.pagination div a {
	text-decoration:none;
}
.pagination div.on {
	background-color: whitesmoke;
}

#area-bullets, #area-member {
	background-color: whitesmoke;
}
