body{
	color: #767676;
	overflow-x: hidden;
}

h1{
	font-family: 'Playfair Display', serif;
	margin-top:10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #333333;
}

h2{
	font-family: 'Playfair Display', serif;
	margin-top: 10px;
	color: #444349;
}

h3{
	font-family: 'Playfair Display', serif;
	color: #444349;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3 a{
	font-family: 'Playfair Display', serif;
	font-size: 18px;
}

h4{
	font-family: 'Playfair Display', serif;
	color: #333;
}

div, nav, footer, p, ul, li, a{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

ul{
	padding-left: 20px;
}

p{
	text-align: justify;
	color: #767676;
}

footer{

}

input, textarea{
	border-radius: 4px;
}

a{
	-webkit-transition: none 258ms ease-out;
    transition: none 258ms ease-out;
    -webkit-transition-property: all;
    transition-property: all;
	
}

footer h4{
	color: #fff;
}

#logo, #endlogo{
	height: 100%;
	padding: 15px;
	padding-right: 0px;
}

#endlogo{
	padding-left: 15px;
	float: right;
}

.col-md-12, .col-md-8, .col-md-6, .col-md-4{
	padding-left: 30px;
	padding-right: 30px;
}

.sticky-main-navbar{
	overflow: visible;
	position: fixed;
	width: 100%;
	top:0;
	background-color: white;
	z-index: 5;
	box-shadow: 1px 1px 1px lightgray;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.menu-sponsor{
	display:inline-block;
}
.menu-sponsor img {
	margin: 8px 15px;
	max-width: 125px;
	max-height: 40px;
}

.menu-sponsor-wrapper{
	text-align: center;
}

.sticky-main-navbar .menu-sponsor img{
	max-width: 90px;
	max-height: 24px;
	margin: 4px 15px;
}

#footer-lower{
	background-color: #16171e;
	padding-top: 20px;
}

#footer-upper{
	background-color: #1a1c27;
	padding: 40px 0;
}

#footer-upper p{
	text-align: justify;
}

#footer-upper p, #footer-upper li, #footer-upper a{
	font-size: 14px;
}

#copyright{
	font-size:14px;
}

#staticContent{

}

.label-light{
	font-weight: normal;
}

.main-navbar{
    position: fixed;
	top: 0;
	left: 0;
    z-index: 5;
	width: 100%;
	background-color: white;
	box-shadow: 1px 1px 1px lightgray;
}

.navbar{
	margin-bottom:0px;
}


.navbar-brand{
	padding: 0px;
	margin-left: 0px!important;
}

.sticky-main-navbar .navbar-brand{
	height: 75px;
}

.navbar-brand p{
	margin: 0;
    font-size: 22px;
    line-height: 1.5;
}

.sticky-main-navbar .navbar-brand p{
	color: #444349;
}

.navbar-toggle{
	
}

.mainMenu{
	list-style: none;
	margin: 0;
}

.mainMenu > li > a{
	display: block;
	font-size: 15px;
	text-decoration: none;
	width: 100%;
	padding: 20px 8px 20px 8px;
	color: #4b555f;
	font-weight: bold;
}

.mainMenu > li > a:hover{
	text-decoration: none;
	background: none;
}

.logo, .menu-wrapper{
	display: inline-block;
}

.nav-button{
	color: #fff;
	background-color: #f90048;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	border: none;
	border-radius: 4px;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
}

.language-menu{
	margin-top: 26px;
}

.language-menu > li > form{
	display: inline-flex;
}

.language-menu > li{
	padding: 10px;
}

.languageSubmit{
	border: none;
	border-radius: 0px;
	background: none;
}

.language-select{
	display: inline-block!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.language-select:hover{
	background-color: transparent!important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-menu{
	padding: 0;
}

.dropdown-menu > li > a{
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}

.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f90048;
}

.button-filled{
	display: inline-block;
	color: #fff;
	background-color: #f90048;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	border: none;
	border-radius: 4px;
	-webkit-transition: none 172ms ease-out;
    transition: none 172ms ease-out;
	-webkit-transition-property: background-color;
    transition-property: background-color;
}

.button-filled:hover{
	text-decoration: none;
	color: #fff;
	background-color: #ff8922;
}

.date{
	font-size: 13px;
}

.text-white{
	color: white;
}


.text-darkgray{
	color: #444349;
}

.text-lightgray{
	color: rgba(255, 255, 255, 0.69);
}

.text-left{
	text-align: left;
}

.text-strong{
	font-weight: bold;
}

.text-upper{
	text-transform: uppercase;
}

.sub-title{
	font-size: 18px;
}

.left{
	margin-left:0px;
}

.nomargin{
	margin:0;
}

.margin-bottom-60{
	margin-bottom: 60px;
}

.margin-bottom-40{
	margin-bottom: 40px;
}

.margin-bottom-35{
	margin-bottom: 35px;
}

.margin-bottom-25{
	margin-bottom: 25px;
}

.padding-top-30{
	padding-top: 30px;
}

.padding-top-60{
	padding-top: 60px;
}

.padding-top-120{
	padding-top: 120px;
}

.padding-bottom-10{
	padding-bottom: 10px;
}

.padding-bottom-60{
	padding-bottom: 60px;
}

.padding-top_bottom-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-top_bottom-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-top_bottom-15{
	padding-top: 15px;
	padding-bottom: 15px;
}

.noPaddingLeft{
	padding-left: 0;
}

.img-center{
	margin-left: auto;
	margin-right: auto;
}

.small-separator-red{
	width: 60px;
	border-top: 2px solid #f90048;
}

.small-separator-white{
	width: 60px;
	border-top: 2px solid #fff;
}

.red{
	color: #f90048;
}

.font-weight-bold{
	font-weight: bold;
}

.footer-info{
	list-style: none;
	padding: 0;
}

.footer-info>li{
	margin-bottom: 15px;
}

.footer-info li{
	color: rgba(255, 255, 255, 0.69);
}

.footer-info i{
	margin-right: 15px;
}

.image-container{
	
}

.image-container img{
	width: 100%;
}

.creator-logo{
	width: 60px;
	margin: auto;
}

#pqrs-logo{
	width: 100%;
	padding: 10px;
}

/* START scientific program */

#program-popup {
	display: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#program-popup .padding {
	padding: 15px;
}
#program-popup table {
	border-collapse: collapse;
	width: 100%;
}
#program-popup table tr.bigger-text {
	font-size: 20px;
}
#program-popup table tr.bordered {
	border-top: 1px solid grey;
}
#program-popup table td:nth-child(1) {
	width: 110px;
}
#program-popup table tr.row-padding td {
	padding: 5px 0;
}
#program-popup table tr.row-padding:last-child td:last-child {
	padding-bottom: 0;
}
#program-popup .program-popup-empty-row {
	height: 20px;
}
table .id-link,
table .id-link-none {
	display: block;
}
table .id-link {
	color: grey;
	text-decoration: none;
}

/* END scientific program */

@media screen and (min-width: 1366px){
	.navbar-brand{
		height: 110px;
	}
}

@media screen and (max-width: 1365px){
	.navbar-brand{
		height: 90px;
	}
}
@media screen and (min-width: 1291px){
	.mainMenu > li{
		margin-top: 25px;
	}
}
@media screen and (max-width: 1290px){
	.navbar-brand{
		height: 75px;
	}
	.mainMenu {
		height: 70px;
	}
	.mainMenu > li {
		margin-top: 9px;
	}
	.mainMenu > li > a {
		padding: 20px 4px 20px 4px;
	}
}

@media screen and (min-width: 768px){
	#wrapper{
		margin-top: 140px;
	}
	
	.mainMenu{
		margin-left: 15px;
		float: left;
		height: 110px;
	}
	
	.sticky-main-navbar .mainMenu{
		height: 75px;
		margin-left: 78px;
	}
	
	.sticky-main-navbar .mainMenu > li{
		margin-top: 7px;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.joint-col-left{
		padding-left: 0px;
	}
	
}

@media screen and (max-width: 767px){
	.padding-top-30 {
		padding-top: 110px;
	}

	.footer-upper .col-sm-12{
		margin-bottom: 45px;
	}
	
	.language-menu{
		margin-left: 10px;
	}
	
	.dropdown-content {
		position: relative;
	}
	
	.submenu{
		list-style: none;
	}
	
	.submenu > li > a{
		font-size: 14px;
		padding: 10px 15px 10px 15px;
		display: block;
		font-size: 15px;
		text-decoration: none;
		width: 100%;
		padding: 20px 10px 20px 10px;
		color: #4b555f;
		font-weight: bold;
	}

	.submenu>li>a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #f90048;
	}
	
}