body {
    font-family: Lato, Arial;
    line-height: 130%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    background-color: white;
}

p a {
    text-decoration: underline;
}

table, td, tr, th {
	font-size: 100%;
}

h1, h2, h3, p {
    margin: 0;
}


h1 {
    font-size: 130%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

#container {
    display: none;
    background-color: white;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    margin-bottom: 40px;
}

#header {
    font-family: Ubuntu, monospace;
}

#header .plugin_picture img {
    width: 100%;
}

#header a {
    color: #000;
    text-decoration: none;

}

#header h1 {
    font-size: 190%;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 700;
}

#header h2 {
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 2px;
}


#menu, #menu *, #header *, #header {
    background: transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
}


#menu, #header, #container > #content {
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

#container {

}


#container #spotlights {
    background-color: rgba(0,0,0,0.5);
    min-height: 250px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0px;
}

#container #spotlights .spotlight {
    display: none;
    position: relative;
    margin-bottom: 10px;
    height: 250px;
    cursor: pointer;
}

#container #spotlights .spotlight .wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#container #spotlights .spotlight .title {
    font-family: "Ubuntu", sans-serif;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

#container #spotlights .spotlight .title.invert {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}

#container #spotlights .spotlight .text {
    padding: 10px 10px 10px 20px;
    font-size: 90%;
    color: #000;
}

#container #spotlights .spotlight a {
    text-decoration: none;
    color: #444;
}

#container #spotlights .spotlight a:hover {
    color: #666;
    text-decoration: none;
}

#container > #content {
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
}

#container > #content > #member p {
    line-height: 20px;
}

#container > #content p, #container > #content h1, #container > #content h2, #container > #content h3, #container > #content .name, #container > #content a, #container > #content .subtitle, #container > #content .authors, #container > #content .title, #container > #content div {
    text-align: left;
}

#container > #content .align-center {
    margin: 0 auto;
}


#container #content li.errorlist {
    display: list-item;
    margin-left: 60px;
}
#container #content ul {
    text-align: left;
}

#container #content .wrapper {
    margin-bottom: 20px;
}


#container > #content #announcements > h2, #container > #content #highlights > h2, #container > #content #events > h2 {
    margin-bottom: 20px;
    font-family: Ubuntu;
}


#container > #content h2.headline {
    margin-bottom: 20px;
    font-family: Ubuntu;
}

#container #welcome {
    float: left;
    width: 100%;
}

#container > #content > #announcements {
    min-height: 100px;
    float: left;
    width: 33.3%;
}

#container > #content > #events {
    min-height: 100px;
    float: right;
    width: 33.3%;
}

#container > #content > #manage h2,
#container > #content > #profile h2,
#container > #content > #reset h2,
#container > #content > #member h2,
#container > #content > #login h2,
#container > #content > #signup h2 {
    margin-bottom: 20px;
}

#container > #content > #manage label,
#container > #content > #profile label,
#container > #content > #reset label,
#container > #content > #member label,
#container > #content > #login label,
#container > #content > #signup label {
    display: inline-block;
    vertical-align: top;
}

#container > #content > #member label {
    width: 20%;
    margin-right: 10%;
}
#container > #content > #manage label,
#container > #content > #profile label,
#container > #content > #signup label {
    width: 15%;
}

#container > #content > #reset label,
#container > #content > #login label {
    width: 5%;
    margin-right: 5%;
}

#container > #content > #member p {

}

#container > #content > #member textarea {
    width: 50%;
}

#container > #content > #member input[type="text"],
#container > #content > #member input[type="password"] {
    width: 50%;
}

#container > #content > #manage input[type="text"],
#container > #content > #manage  input[type="password"],
#container > #content > #profile input[type="text"],
#container > #content > #profile  input[type="password"],
#container > #content > #reset input[type="text"],
#container > #content > #reset  input[type="password"],
#container > #content > #login input[type="text"],
#container > #content > #login  input[type="password"],
#container > #content > #signup input[type="text"],
#container > #content > #signup  input[type="password"]
{
    width: 30%;
    margin-right: 1%;
}

#container > #content > #manage input[type="button"],
#container > #content > #profile input[type="button"],
#container > #content > #member input[type="button"],
#container > #content > #login input[type="button"],
#container > #content > #signup input[type="button"],
#container > #content > #manage input[type="submit"],
#container > #content > #profile input[type="submit"],
#container > #content > #member input[type="submit"],
#container > #content > #login input[type="submit"],
#container > #content > #signup input[type="submit"] {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 10%;
}

#container > #content > #manage p,
#container > #content > #profile p,
#container > #content > #reset p,
#container > #content > #member p,
#container > #content > #login p,
#container > #content > #signup p {
    position: relative;
}


#container > #content > #manage form p,
#container > #content > #profile form p,
#container > #content > #member form p,
#container > #content > #reset form p,
#container > #content > #login form p,
#container > #content > #signup form p {
    margin-bottom: 5px;
}

#container > #content > #member .errorlist {
    position: absolute;
    color: red;
    margin-left: 330px;
    margin-top: 0;
}

#container > #content > #member #iframe > iframe {
    margin-left: -15px;
    width: 100%;
    height: auto;
    border: none;
}

#container > #content #announcement {
    margin-bottom: 10px;
    padding-right: 20px;
}

#container > #content .title {
    float: left;
    font-size: 100%;
    font-weight: bold;
    width: 98%;
}

#container > #content a {
    text-decoration: none;
}

#container > #content .content {
    width: 100%;
    float: left;
}

#container > #content img.full {
    max-width: 700px;
    width: auto;
    height: auto;
    display:block;
    margin:auto;
    margin-top: 20px;
    cursor: pointer;
}



#container > #content .date {
    font-size: 90%;
    margin-bottom: 5px;
}

#container > #content .text {
    clear: left;
    font-size: 100%;
    padding-top: 5px;
    width: 100%;
    text-align: left;
    font-family: "Lato"
}
#container > #content p {
    font-family: "Lato";
    font-size: 100%;
}
#container > #content p em {
    font-weight: bold;
}

#container > #content .text p {
    margin-bottom: 10px;
}

#container > #content .readMore {
    font-size: 90%;
    padding-top: 5px;
    width: 79%;
}

#container > #content #event {
    margin-bottom: 10px;
}
#container > #content #event h2 {
    font-size: 100%;
}
#container > #content #event #time {
    font-size: 80%;
}

#container > #content #event #intro {
    font-size: 90%;
}

#container > #content #viewport {
    width: 895px;
    height: 495px;
}

#container > #content summary {
	text-align: left;
}

#container > #content #publication {
    margin-bottom: 20px;
}

#container > #content #subtitle {
    margin-bottom: 10px;
}

#container > #content #filters {
    margin-bottom: 20px;
}

#container > #content #filters label, #container > #content #filters input, #container > #content #filters select {
    margin-right: 5px;
}

#container > #content #filters #id_group {
    width: 200px;
}

#container > #content #filters #id_title {
    width: 256px;
}

#container > #content #filters #id_filter {
    width: 390px;
}

#container > #content #filters #id_from_year, #container > #content #filters #id_till_year {
    width: 50px;
}

#bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 35px;
}

#bar #member_menu {
	display: none;
	background-color: rgb(20,20,20);
	background-color: rgba(20,20,20,0.98);
	position: fixed;
	height: 0px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2000;
}

#container #content .edit a {
	color: white;
}

#container #content .edit:hover {
	background-color: rgba(51, 51, 51, 0.9);
}


#bar #member_menu a {
	color: #aaa;
	text-decoration: none;
}

#bar #member_menu a:hover {
	color: #888;
	text-decoration: none;
}

#bar #member_menu > div { 
	margin-top: 15px;
	color: white;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#bar #open, #bar #close, #bar #login, #container #content .edit {
    background-color: rgba(51, 51, 51, 0.8);
	border-radius: 3px;
	color: #FFF;
	width: 60px;
	height: 25px;
	margin-top: 5px;
	position: fixed;
	top: 0px;
	right: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	display: table;
	font-size: 0.85em;
	cursor: pointer;
	z-index: 3000;
}


#container #content .edit {
	right: 150px;
}

#container #content .edit.page {
	right: 80px;
}

#bar #open:hover, #bar #close:hover, #bar #login:hover {
	background-color: rgba(51, 51, 51, 0.9);
}

#bar #open p, #bar #close p, #bar #login p, #container #content .edit p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#header {
    padding-bottom: 10px;
}

#header #icon {
    float: left;
    width: 150px;
    height: 150px;
    position: relative;
}

#header #icon > img {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    width: 113px;
}

#header > a > #title {
    float: left;
    padding-top: 20px;
    width: 600px;
    line-height: 2em;
}

#menu {
    font-family: Ubuntu, monospace;
    padding-top: 5px;
    padding-bottom: 20px;
}

#menu > #centre {
    display: inline;
}

#menu > #panel {
    display: inline;
}

#menu .selected, #menu .selected a {
    color: #000;
}

#menu ul, #menu li {
    display: inline-block;
    padding: 0;
    margin-right: 13px;
}

#menu a {
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
}

#menu li.active {
    border-bottom: 2px solid #0088CC;
}

a, a:link, a:visited {
    color: #666;
}

a:hover {
    color: #444;
}

a:active {
    color: #666;
}


#clear, .clear {
    clear:both;
}

.nonselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#member select {
    width: 200px;
}

#member span.helptext {
    display: block;
    clear: both;
    font-size: 0.8em;
}

#member #id_start_date_month, #member #id_end_date_month {
    width: 89px;
}
#member #id_end_date_year, #member #id_start_date_year {
   width: 60px;
}

#member #id_start_date_day, #member #id_end_date_day {
    width: 45px;
}

#cms_toolbar-toggle {
}

#persons > #fullPerson {
    float: left;
    width: 100%;
    margin-bottom: 1%;
}

#persons > #fullPerson > .thumbnail {
    vertical-align: middle;
    margin-right: 10px;
    display: block;
    float: left;
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
}

#persons > #fullPerson > .thumbnail img {
    height: auto;
    width: 200px;
}

#persons > #fullPerson h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}


#persons > #person {
    float: left;
    width: 33.33%;
    margin-bottom: 1%;
    height: 90px;
}

#persons > #person > .position {
    font-size: 90%;
}

#persons > #person > .name {
    padding-right: 10px;
}

#persons > #person > .thumbnail {
    vertical-align: middle;
    margin-right: 10px;
    display: block;
    background-color: #eee;
    float: left;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
}

#persons > #person > .thumbnail img {
    height: auto;
    width: 80px;
}

#persons > #person > #name {
}

#persons > #person > #e-mail {
}


#member {

}

#profile #id_thumbnail {
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 8.5%;
}

#profile .thumbnail {
    vertical-align: middle;
    margin-right: 10px;
    display: block;
    float: right;
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
    z-index: 999;
}

#profile .thumbnail img {
    width: 180px;
    z-index: 999;
}


#member #members p {
	width: 33%;
	float: left;
}
label.contact_field {
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

input#id_email, input#id_subject {
    width: 200px;
    margin-bottom: 5px;
}

textarea#id_content {
    width: 400px;
    margin-bottom: 5px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    #container {
        width: 800px;
    }
}

.carousel {
    height: 300px;
    width: 750px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;

}

.carousel * {
    position: absolute;
    height: 300px;
    width: 750px;
}

.sponsor * {
    height: 80px;
}

.sponsor p {
    text-align: center !important;
}
