@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px !important;
}

#site-wrapper{
	width: 80%;
	margin: auto;
}
.navbar { margin-bottom:0px; }
.navbar-brand { font-family: "Titillium Web", Helvetica; }
.main{/*margin-top: 524px;*/min-height: 89vh;padding-bottom: 10em;}
.banner{
    width: 100%;
    height: 650px;
    position: relative;
    top:0;
    left: 0;
    background: #ffffff url("assets/layout/banner.jpg") no-repeat;
    background-size: 100% auto;
    clear: none;
    z-index: -1000;
		background: url(http://www.lip.pt/experiments/auger/images/header-bg.jpg);
		
	background: url(images/layout/top-header-atlas-opt.png);
    background-position-x: 0%;
    background-size: auto auto;
background-size: cover;
background-position-x: -297px;

}

div.text { margin-bottom:60px;margin-top:10px; }
.side-navigation {
	/*position: fixed;
 right: 40px;*/
	max-width: max-content;
}

@media (max-width:768px){
	.side-navigation { display:none; }	

}

#lightbox-container-image-box {
  max-width:770px; // Or your max-width
}

#lightbox-container-image img {
 max-width:750px; // (your max width - 20)
}
#lightbox.lb-image {
max-width:750px;
} 