
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Droid+Serif:400,700,400italic,700italic);

html {
    width: 100%;
	height: 100%;
	min-height: 100%;
}
body {
    width: 100%;
	height: 100%;
    max-width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	/*background-color: #e7e7e8;*/
	-webkit-text-size-adjust: none;
}
body.noscroll {
	overflow: hidden !important;
	position: fixed;
}
body, td, th, p {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 15px;
    line-height: 1.5em;
	font-weight: 400;
	color: #000000;
}
p {
    margin: 0 0 1em 0;
    padding: 0;
}
blockquote {
	margin-left: 20px;
	padding: 15px 20px;
	border-left: 3px solid #bcbdc0;
}
blockquote *:first-child {
	margin-top: 0 !important;
}
blockquote *:last-child {
	margin-bottom: 0 !important;
}
strong {
    font-weight: 700;
}
i, em {
	font-style: italic;
}
.lead {
	font-size: 111.765%;
}
.centered {
	text-align: center;
}
.date, small, .small {
	color: #919295;
	font-size: 100%;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	display: block;
	line-height: 1em;
    font-weight: 700;
	margin: -1em 0 1em 0;
}
div.detailbuttons + small,
h1 + small,
h2 + small {
	color: #01B4E7;
}
.detailpage .content small {
	margin: 0 0 30px 0;
	clear: both;
}
sub {
	font-size: 76.471%;
	vertical-align: sub;
}
sup {
	font-size: 76.471%;
	vertical-align: super;
}

/* Icons */

[class^="icon-"]:before, [class*=" icon-"]:before {
	width: auto;
	margin-right: 0;
	margin-left: 0;
}
[class^="icon-"].grey:before, [class*=" icon-"].grey:before {
	color: #919295;
	font-size: 112.5%;
}
.icon-fax.grey:before,
.icon-mail-alt.grey:before {
	font-size: 100%;
}
.icon-mobile.grey:before {
	font-size: 130%;
}

/* Buttons & Links */

a {
	color: #005daa;
	text-decoration: none;
	outline: none;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #f7a81b;
}
.button, button {
	width: auto;
	display: inline-block;
	color: #005daa;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 87.500%;
	line-height: 1em;
    font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #f7a81b;
	border: none;
	border-radius: 5px;
	margin: 0;
	padding: 7px 10px;
	cursor: pointer;
	box-sizing: border-box;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button:hover, button:hover {
	color: #005daa;
	background-color: #f7a81b;
}
.button.blue, button.blue {
	color: #FFFFFF;
	background-color: #005daa;
}
.button.blue:hover, button.blue:hover {
	color: #FFFFFF;
	background-color: #005daa;
}
.button.grey, button.grey {
	color: #919295;
	background-color: #E7E7E8;
}
.button.large, button.large {
    font-size: 100%;
	padding: 10px 13px;
	margin-top: 10px;
}
span.button {
	cursor: initial;
}
span.redText {
	color: red;
}

/* Titles */

h1, h2, h3, h4, h5 {
	color: #005daa;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-size: 100%;
	line-height: 1em;
    font-weight: 700;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* Main Title */

h1 {
    font-size: 200.000%; /* Was 225.000% */
	margin-bottom: 0.8em;
	display: inline-block;
}
.detailpage .content h1:first-child {
	/*float: left;*/
	margin-bottom: 0.35em;
	max-width: 85%;
}
.detailpage .content h1.noByline {
	margin-bottom: .8em;
}

/* Chapter Title */

h2 {
	font-size: 150.000%;
}

/* Paragraph Title */

h3 {
	color: #000000;
	font-size: 125.000%;
}
.content h3 {
	margin-top: 30px;	
}
ul.conctactclublist h3,
ul.memberslist h3 {
	margin-top: 0;
}

/* Paragraph Title */

h4 {
	color: #58585a;
	font-size: 112.500%;
}
.sidebar h4 {
	border-bottom: 2px solid #e7e7e8;
	padding-bottom: 8px;
}

/* Lead Title */

h5 {
	color: #01b4e7;
	font-size: 112.500%;
	margin-bottom: 0.35em;
}

p.signature {
	margin-top: 15px;
	font-style: italic;
}





/* Lists */

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-content ol {
    counter-reset: item;
}
.main-content ul li,
.main-content ol li {
    list-style: none;
	display: block;
    margin: 0 0 1em 0;
    padding: 0 0 0 22px;
	position: relative;
}
.main-content ol li, .main-content ol li {
    padding: 0 0 0 28px;
}
.main-content ul li:before, .main-content ul li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
	background-color: #f7a81b;
	border-radius: 50%;
	z-index: 5;
}
.main-content ol li:before, .main-content ol li:before {
	content: counter(item) " "; 
    counter-increment: item;
	color: #005daa;
	font-family: "Open Sans Condensed",Arial Narrow,sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0px;
	top: 1px;
	background-color: #f7a81b;
	border-radius: 5px;
	z-index: 5;
}




.cke_editable ol,
.cke_editable ul {
	padding: 0 0 0 30px;
	list-style: initial;
}
.cke_editable li {
	padding: 0 0 0 10px;
	list-style: initial;
}
.cke_editable ol li {
	list-style: decimal;
}

table th {
	font-weight: bold;
	text-align: left;
}
table th,
table td {
	padding-bottom: .5em;
	vertical-align: top;
}

/* All kind of icons */
span.icon {
	display: inline-block;
	padding: 0 22px;
	position: relative;
	overflow: hidden;
}
span.icon:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 112.5%;
	line-height: 1em;
	color: #bcbdc0;
	position: absolute;
	top: 3px;
	left: 0;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}
span.icon.email:before {
	content: '\e80b';
}
span.icon.phone:before {
	content: '\00a0\e822';
}
span.icon.website:before {
	content: '\e828';
}
span.icon.address:before {
	content: '\00a0\e84c';
}
span.icon.mobile:before {
	content: '\00a0\e89e';
}
span.icon.fax:before {
	content: '\e825';
}
span.icon.calendar:before {
	content: '\e805';
}
span.icon.person:before {
	content: '\e80a';
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #005daa;
	color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #005daa;
	color: #FFFFFF;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 2px solid #e7e7e8;
    margin: 40px 0;
    padding: 0;
	clear: both;
}

hr.no-clear {
	clear: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
img.phf {
	vertical-align: top;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

/* Forms General */

form {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input, input[type=text], select, textarea {
	width: 100%;
	background-image: none;
    background-color: #e7e7e8;
    border: none;
    border-radius: 5px;
    color: #919295;
    display: block;
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.35em;
    margin: 0 0 1em 0;
    padding: 0.4em 0.75em 0.5em;
	box-shadow: none;
	box-sizing: border-box;
	outline: none;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus, select:focus, textarea:focus {
	color: #005daa;
}
textarea {
    resize: vertical;
	min-height: 160px;
}

/* Labels */

label {	
	color: #919295;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 100%;
    font-weight: 700;
	margin-bottom: 0.5em;
	display: block;
}
label.checkradio {
	margin-bottom: 0;
	cursor: pointer;
	line-height: 22px;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



/* Select Listen */

/* remove standard-styles */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
} 
select {
	background-image:url(../img/arrow_down.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 8px;
	min-height: 34px;
	padding: 0 0.55em;
	box-shadow: none;
	outline: none;
}

/* hide browser-styling (arrow) in IE10 */

select::-ms-expand {
	display:none;
}
option {
	background: #e7e7e8;
	border: none;
	border-top: 1px solid #bcbdc0;
	padding: 0.25em 0.75em 0.35em;
	box-shadow: none;
	outline: none;
}


/* Checkboxes & Radio Buttons */

input[type="checkbox"], input[type="radio"] {
	width: auto;
    padding: 0;
	margin: 0;
	display: inline-block;
    box-sizing: border-box;
}
input[type="radio"]:checked + label, input[type='checkbox']:checked + label {
	color: #005daa;
} 
.form-radiobutton, .form-checkbox {
	display: inline-block;
	margin: 0 2em 1em 0;	
}
input[type='checkbox'] {
	opacity: 0;
	position: absolute;
}
input[type='radio'] {
	opacity: 0;
	position: absolute;
}
.checkbox, .radiobtn {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 0.25em 0 auto;
	cursor: pointer;
	position: relative;
	background-color: #e7e7e8;
	border: none;
	vertical-align: top;
}
input[type='checkbox'] + label span.checkbox {
	border-radius: 5px;
}
input[type='checkbox']:checked + label span.checkbox:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	background: #005daa;
	z-index: 1;
	border-radius: 3px;
}
input[type='radio'] + label span.radiobtn {
  	border-radius: 50%;
}
input[type='radio']:checked + label span.radiobtn:after {
	content: "";
	position: absolute;
	top: 6px;
	right: 6px;
	width: 12px;
	height: 12px;
	background: #005daa;
	z-index: 1;
	border-radius: 50%;
	vertical-align: top;
}
.subscribe .button {
	margin-right: 7px;
	margin-bottom: 10px;
}


/* Mandatory / Error */

form div.mandatory input,
form div.mandatory select,
form div.mandatory textarea {
	border: 1px solid rgba(1,180,231,0.35);
	border-left: 5px solid rgba(1,180,231,0.35);
	background-color: rgba(1,180,231,0.15);
}
form div.hasErrors input,
form div.hasErrors select,
form div.hasErrors textarea {
	border: 1px solid rgba(217,27,92,0.25);
	border-left: 5px solid rgba(217,27,92,0.25);
	background-color: rgba(217,27,92,0.1);
}
.formFieldError {
	color: #D91B5C;
	font-family: "Open Sans Condensed",Arial Narrow,sans-serif;
    font-size: 100%;
    font-weight: 700;
	line-height: 1.25em;
	padding-bottom: 10px;
}
.formFieldError:before {
	content: '\e897';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	padding: 0;
	margin: 0;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* Alert */

.alert {
	color: #01B4E7;
	font-family: "Open Sans Condensed",Arial Narrow,sans-serif;
    font-size: 100%;
    font-weight: 700;
	padding: 12px 15px;
	border: 1px solid rgba(1,180,231,0.35);
	border-radius: 5px;
	background-color: rgba(1,180,231,0.15);
	margin: 0 0 20px 0;
}
.alert a {
	color: #01B4E7;
	text-decoration: underline;
}
.alert.alert-info {
	color: #01B4E7;
	border: 1px solid rgba(1,180,231,0.35);
	background-color: rgba(1,180,231,0.15);
}
.alert.alert-info a {
	color: #01B4E7;
}
.alert.alert-danger {
	color: #D91B5C;
	border: 1px solid rgba(217,27,92,0.25);
	background-color: rgba(217,27,92,0.1);
}
.alert.alert-danger a {
	color: #D91B5C;
}
.alert.alert-success {
	color: #009999;
	border: 1px solid rgba(0,153,153,0.25);
	background-color: rgba(0,153,153,0.1);
}
.alert.alert-success a {
	color: #009999;
}

#inscription:before {
	display: block;
	content: "";
	height: 50px;
	margin: -50px 0 0;
	visibility: hidden;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
    width: 100%;
	height: auto;
    max-width: 100%;
    min-height: 100%;
	left: 0;
	box-sizing: border-box;
	position: relative;
	-ms-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
.wrapper.active {
	left: 240px;
	overflow: hidden;
}
body.noscroll .wrapper {
	overflow-x: hidden;	
}


/* Sticky Footer */

.out {
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
}

.inner {
	max-width: 1260px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}
.col-100, .col-80, .col-75, .col-66, .col-60, .col-50, .col-40, .col-33, .col-25, .col-20, .col-16, .col-12-5, .col-10 {
	box-sizing: border-box;
	padding: 0 15px;
}
.content div[class^="col-"]:first-child {
	padding-left: 0;
}
.content div[class^="col-"]:last-child {
	padding-right: 0;
}
.col-100 {
	width: 100%;
	float: none;	
}
.col-80 {
	width: 80%;
	float: left;	
}
.col-75 {
	width: 75%;
	float: left;	
}
.col-66 {
	width: 66.667%;
	float: left;	
}
.col-60 {
	width: 60%;
	float: left;	
}
.col-50 {
	width: 50%;
	float: left;	
}
.col-40 {
	width: 40%;
	float: left;	
}
.col-33 {
	width: 33.333%;
	float: left;	
}
.col-25 {
	width: 25%;
	float: left;	
}
.col-20 {
	width: 20%;
	float: left;	
}
.col-16 {
	width: 16.667%;
	float: left;	
}
.col-12-5 {
	width: 12.5%;
	float: left;	
}
.col-10 {
	width: 10%;
	float: left;	
}


/* Navigation */

header {
    width: 100%;
    height: auto;
    position: relative;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header.main-nav {
	margin: 0;
}
header.fixed-nav {
    margin: 0 0 44px 0;
}
header .inner {
	position: relative;	
}


/* Logo */

header .logo {
	display: block;
	line-height: 0;
	padding: 25px 0;
	margin-right: 130px;
    z-index: 10;
}
header .logo img {
	width: auto;
	height: 70px;
}
header .logo span {
	max-width: 60%;
	display: inline-block;
	color: #17458f;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 150.000%;
	line-height: 1em;
    font-weight: 700;
	vertical-align: middle;
	padding-left: 10px;
}


/* Allover */

header .allover {
	width: auto;
	float: none;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	padding: 0;
	margin: 0;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .allover a {
	margin-left: 6px;
}
header .allover a.loginbtn i {
	display: none;
}


/* Settings */

.setting-container {
    display: block;
    margin: 0;
	box-sizing: border-box;
	background-color: #58585a;
	position: relative;
	z-index: 999;
}
.setting-container .inner {
	position: relative;
}
.setting-container .arrow {
	width: 20px;
	height: auto;
	position: absolute;
	bottom: 5px;
	right: 35px;
	-ms-transition: right 0.5s, bottom 0.5s;
	-moz-transition: right 0.5s, bottom 0.5s;
	-webkit-transition: right 0.5s, bottom 0.5s;
	transition: right 0.5s, bottom 0.5s;
}
.setting-container .arrow.pos1 {
	bottom: -8px;
	right: 35px;
}
.setting-container .arrow.pos2 {
	bottom: -8px;
	right: 76px;
}


/* Language */

.setting-container .language {
	width: 100%;
    display: none;
	position: relative;
    margin: 0;
	padding: 15px 15px 17px 15px;
	box-sizing: border-box;
	text-align: right;
}
.setting-container .language a {
	color: #bcbdc0;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 100.000%;
	line-height: 24px;
    font-weight: 700;
	margin: 0 0 0 16px;
	padding: 0;
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.setting-container .language a:hover {
	color: #FFFFFF;	
}
.setting-container .language a.active {
	color: #005DAA;
	background-color: #f7a81b;
	margin: 0;
	padding: 0 6px;
}


/* Login */

.setting-container .login {
	width: 100%;
    display: none;
	position: relative;
    margin: 0;
	padding: 15px 15px 20px 15px;
	box-sizing: border-box;
	text-align: right;
}
.setting-container .login .button {
	margin-left: 6px;
}
.setting-container .login .user {
	color: #bcbdc0;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-weight: 700;	
	display: inline-block;
	margin-left: 13px;
	padding: 0 40px 0 0;
    vertical-align: bottom;
	position: relative;
	margin-bottom: -2px;
}
.setting-container .login .user:before {
	content: '\e80a';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.setting-container .login .user strong {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}
.setting-container .login .user small {
	color: #bcbdc0;
	margin: 0;
	line-height: 15px;
}
/*.setting-container .login .user, */
/*.setting-container .login .button.logout, */
/*.setting-container .login .button.blue {*/
	/*display: none;*/
/*}*/
.setting-container .login .form {
	text-align: right;
	display: block;
}
.setting-container .login .form input {
	font-size: 87.500%;
	width: 37%;
	max-width: 200px;
	margin: 0;
	padding: 5px 8px 5px;
	display: inline-block;
	vertical-align:bottom;
	position: relative;
}
.setting-container .login .form input[type='password'] {
	margin: 0 0 0 6px;
}



/* User Show/Hide */

/*body.documents .setting-container .login .user, */
/*body.documents .setting-container .login .button.logout, */
/*body.documents .setting-container .login .button.blue {*/
	/*display: inline-block;*/
/*}*/
/*body.documents .setting-container .login .form {*/
	/*!*display: none;*!*/
/*}*/



/* 1st Navigation */

nav {
	width: 100%;
    height: 44px;
	background-color: #e7e7e8;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 200;
	-ms-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
nav.main-nav {
    position: inherit;
	left: auto;
	top: auto;
}
nav.fixed-nav {
    position: fixed;
	left: 0px;
	top: 0px;
}
.wrapper.active nav.fixed-nav {
	left: 240px;
}



nav ul {
	height: 44px;
    display: block;
    line-height: 0;
    list-style: outside none none;
	margin: 0;
	padding: 0;
}
nav ul li {
    display: inline-block;
    line-height: 0;
    position: relative;	
	margin: 0 40px 0 0;
}
nav ul li a {
	height: 44px;
    color: #58585a;
    display: block;	
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 125%;
    font-weight: 700;
    line-height: 43px;
	text-transform: uppercase;
}
nav ul li a.active {
    color: #17458f;
}
nav ul li a:hover, nav ul li:hover > a {
	color: #FFFFFF;
    background-color: #17458f;
	padding: 0 15px;
}



/* 2nd Navigation */

ul#navigation li:hover > ul {
	visibility:visible;
	opacity:1;
}
ul#navigation ul, ul#navigation ul li ul {
	min-width: 120%;
	height: auto;
	list-style: none;
    margin: 0;
    padding: 6px 0 12px 0;    
	visibility: hidden;
    position: absolute;
    z-index: 200;
	background: #17458f;
	box-shadow: none;
	opacity: 0;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
ul#navigation ul {
    top: 44px;
    left: 0px;
}
ul#navigation ul li ul {
    top: -8px;
    left: 180px;
	background: #005DAA;
}
ul#navigation ul li {
	display: inherit;
	white-space: nowrap;
	clear: both;
	/*width: 100%;*/
	border: 0 none;
	margin: 0;
}
ul#navigation ul li a {
	height: auto;
	color: #FFFFFF;
	font-size: 100%;
    font-weight: 700;
    line-height: 1em;
    text-transform: none;
	box-sizing: border-box;
	padding: 6px 15px;
}
ul#navigation ul li a:hover, ul#navigation ul li a.active {
	color: #f7a81b;
	background-color: transparent;
}
ul#navigation ul li hr {
	border-top: 1px solid #005DAA;
	margin: 10px 0 8px;
}

nav .mobilemenu {
    display: none;
}




/* Social Media */

nav .inner {
	position: relative;	
}
nav .socialmedia {
	width: auto;
    display: inline-block;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 30px;
}
nav .socialmedia a {
	width: 24px;
	height: 24px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #bcbdc0;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 3px;
	padding: 0;
	border-radius: 50%;
}
nav .socialmedia a:hover {
	background-color: #005daa;
}



/* Sharing Container */

.sharing-container {
	height: 100%;
    width: 70px;
    position: absolute;
	left: 50px;
    top: 0;
    z-index: 6;
	background-color: #222222;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;	
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sharing-container.active {
	left: 140px;
}


/* Sharing Links */

.sharing-container .sharing-links {
	display: block;
    line-height: 0;
    list-style: outside none none;
	position: absolute;
    top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: 0;
	padding: 0;
}
.sharing-container .sharing-links span {
	width: 30px;
	height: 30px;
	margin: 10px 0;	
	display: block;
	position: relative;
}
.sharing-container .sharing-links span.st_sharethis_large, .sharing-container .sharing-links span.st__large {
	display: none;
}
.sharing-container .sharing-links span .fakebutton {
  	width: 30px;
	height: 30px;
	
	font-size: 16px;
	line-height: 28px;
	
	color: #222222;
	background-color: #777777;
	
	margin: 0;
    padding: 0;
    border-radius: 50%;
    
    display: inline-block;
    text-align: center;
	cursor: pointer;
    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sharing-container .sharing-links span:hover .fakebutton {
	background-color: #FFFFFF;
}
.sharing-container .sharing-links span .stButton {
	width: 30px;
	height: 30px;
	
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    position: absolute;
    text-decoration: none;
    z-index: 10;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.sharing-container .sharing-links span .stButton .stLarge {
	background: none !important;	
    margin: 0;
}




/* Main Content */

.main-content {
	width: 100%;
	box-sizing: border-box;
	padding: 60px 0 80px;
	background-color: #FFFFFF;
}
.content {
	height: auto;
	position: relative;	
}


/* Images */

.image {
	width: 100%;
	line-height: 0;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.sidebar .image {
	margin-bottom: 15px;
}
.image img {
	width: 100%;
	height: auto;
}
.image .credits {
	height: 30px;
	color: #FFFFFF;
	font-size: 87.500%;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	line-height: 30px;
    font-weight: 700;
	display: inline-block;
	padding: 0 12px;
	margin: -30px 0 0 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.65);
	float: right;
	z-index: 99;
	position: relative;
}
.image .caption {
	color: #919295;
	font-size: 100%;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	display: block;
	line-height: 1.2em;
    font-weight: 700;
	border-bottom: 2px solid #e7e7e8;
	padding: 10px 0 12px;
}
.image.main {
	width: 32%;
}
.image.portrait {
	width: 25%;
}
.image.half {
	width: 48%;	
}
.float-right {
	float: right;
	margin-left: 30px;
}
.float-left {
	float: left;
	margin-right: 30px;
}




/* News/Agenda List */

ul.news-agenda {
	width: 100%;
	margin: 0 0 1.3em 0;
	padding: 0;	
}
ul.news-agenda:after {
	content: '';
	display: table;
	clear: both;
}
ul.news-agenda li {
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #e7e7e8;
	background-image: none;
	float: left;
}
ul.news-agenda li:before {
	display: none;	
}
ul.news-agenda li:last-child {
	margin: 0;
}
ul.news-agenda li a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
}
ul.news-agenda li a p {
	margin: 0;
}
ul.news-agenda li a:hover h2 {
	color: #f7a81b;
}


/* Gallery */

ul.imageList {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.imageList li {
	width: 15%;
	margin: 0 2% 30px 0;
	padding: 0;
	box-sizing: border-box;
	background-image: none;
	float: left;
	position: relative;
}
ul.imageList li:before {
	display: none;
}
ul.imageList li:nth-child(6n) {
	margin-right: 0;
}
ul.imageList li:nth-child(6n + 1) {
	clear: left;
}


/* Tiles List */

ul.tiles {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;	
}
ul.tiles li {
	width: 23.5%;
	margin: 0 2% 30px 0;
	padding: 0;
	box-sizing: border-box;
	background-image: none;
	float: left;
	position: relative;
}
ul.tiles li:nth-child(4n) {
	margin-right: 0;
}
ul.tiles li:nth-child(4n + 1) {
	clear: left;
}
ul.tiles li a,
ul.tiles li span {
	display: block;
	margin: 0;
	padding: 18px;
	padding-left: 48px;
	box-sizing: border-box;
	color: #58585a;
	font-size: 125%;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	line-height: 1em;
    font-weight: 700;
	text-transform: uppercase;
	background-color: #e7e7e8;
}
ul.tiles li a:hover {
	color: #005daa;
}
ul.tiles li:before {
	content: '\e831';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
	line-height: 1em;
	color: #F7A81B;
	
	position: absolute;
	top: 18px;
	left: 18px;
	background-color: transparent;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.tiles li.has-subfolder:before {
	content: '\e832';
}

ul.tiles.committee li:before {
	content: '\e80a';
}

ul.tiles.gallery li:before {
	content: '\e823';
}

ul.tiles.region li:before {
	content: '\e84d';
}

ul.tiles.quicklinks li:before {
	content: '\e828';
}

ul.tiles.region > li:after {
	content: '\e813';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
	line-height: 1em;
	color: #919295;

	position: absolute;
	top: 18px;
	right: 18px;

	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.tiles.region > li.open:after {
	content: '\e81e';
}

ul.tiles.region > li {
	cursor: pointer;
}
ul.tiles.region > li.close ul {
	display: none;
}
	

/* 2te Stufe */

ul.tiles li ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.tiles li ul li {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	float: none;
	border-bottom: 2px solid #e7e7e8;
}
ul.tiles li ul li a {
	padding: 10px;
	padding-left: 48px;
	padding-right: 20px;
	padding-bottom: 12px;
	font-size: 100%;
	text-transform: none;
	background-color: #FFFFFF;
}
ul.tiles li ul li:before {
	font-size: 106.25%;
	top: 11px;
	left: 22px;
}

/* 3te Stufe */

ul.tiles li ul li ul {
	margin-top: -4px;
	padding: 0 0 10px 0;
}
ul.tiles li ul li ul li {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	float: none;
	border-bottom: none;
}
ul.tiles li ul li ul li a {
	padding: 4px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 87.500%;
	text-transform: none;
	background-color: #FFFFFF;
}
ul.tiles li ul li ul li:before {
	top: 4px;
	left: 34px;
}

/* 4te Stufe */

ul.tiles li ul li ul li ul {
	margin-top: 0;
	padding: 4px 0 0 0;
}
ul.tiles li ul li ul li ul li {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	float: none;
	border-bottom: none;
}
ul.tiles li ul li ul li ul li a {
	padding: 4px;
	padding-left: 70px;
	padding-right: 20px;
	font-size: 87.500%;
	text-transform: none;
	background-color: #FFFFFF;
}
ul.tiles li ul li ul li ul li:before {
	top: 4px;
	left: 44px;
}
.folderdesc {
	padding: 0 2px;	
}



/* Heading Buttons */

.fancybox-inner .backbutton {
	display: none;
}

.buttons, .mobilebuttons, .detailbuttons {
	display: inline-block;
	text-align: right;
	float: right;
	margin: 0;
	padding-top: 4px;
}
.mobilebuttons {
	display: none;
}
.buttons .button, .buttons button {
	margin-left: 6px;
}
.buttons input, .buttons select {
	font-size: 87.500%;
	width: 120px;
	margin: 0 0 0 6px;
	padding: 5px 8px 5px;
	display: inline-block;
	vertical-align:bottom;
}
.buttons select {
	padding: 0 30px 0 4px;
	min-height: 28px;
	background-size: auto 6px;
}
.buttons select option {	
	padding: 3px 6px;
}
.buttons.heading select, .buttons.heading input {
	width: 200px;
}
.detailbuttons .button i {
	display: none;
}





/* Folder Path */

ul.folderpath {
	display: block;
	background-color: #e7e7e8;
	margin: 0 0 20px 0;
	padding: 2px 8px 10px 0;
	box-sizing: border-box;
	line-height: 1em;
}
ul.folderpath li {
	display: inline-block;
	background: none;
	position: relative;
	margin: 0;
	padding: 0;
}
ul.folderpath li:before {
	display: none;	
}
ul.folderpath li:after { 
	color: #919295;
	content: '\e815';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 9px;
	right: 0px;
}
ul.folderpath li:last-child:after {
	content: '';
}
ul.folderpath li a {
	display: block;
	margin: 0;
	padding: 8px 20px 0 35px;
	box-sizing: border-box;
	color: #58585a;
	font-size: 100%;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	display: block;
	line-height: 1em;
    font-weight: 700;
	text-transform: uppercase;
}
ul.folderpath li a:hover {
	color: #005daa;
}
ul.folderpath li a:before {
	content: '\e831';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 106.25%;
	line-height: 1em;
	color: #F7A81B;
	
	position: absolute;
	top: 8px;
	left: 10px;
	
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.folderpath li:last-child a:before {
	content: '\e832';
}


/* Document List */

ul.documentlist {
	display: block;
	margin: 30px 0 40px 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 2px solid #e7e7e8;
}
.detailpage ul.documentlist {
	margin: 0 0 40px 0;
}
ul.documentlist li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e7e7e8;
	background: none;
	position: relative;
}
ul.documentlist li:before {
	display: none;	
}
ul.documentlist li a {
	display: block;
	margin: 0;
	padding: 18px 2px 16px 38px;
	box-sizing: border-box;
}
ul.documentlist li a:before {
	content: '\e804';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 175.000%;
	line-height: 1em;
	color: #bcbdc0;	
	position: absolute;
	top: 16px;
	left: 2px;	
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.documentlist li a.pdf:before {
	content: '\e8bf';
}
ul.documentlist li a.doc:before {
	content: '\e8c0';
}
ul.documentlist li a.xls:before {
	content: '\e8c1';
}
ul.documentlist li a.ppt:before {
	content: '\e8c2';
}
ul.documentlist li a.zip:before {
	content: '\e8c3';
}
ul.documentlist li a.code:before {
	content: '\e8c6';
}
ul.documentlist li a.audio:before {
	content: '\e8c4';
}
ul.documentlist li a.video:before {
	content: '\e8c5';
}
ul.documentlist li a h2 {
	display: inline-block;
	margin: 0 6px 0 0;
	word-break: break-all;
}
ul.documentlist li a small {
	display: inline-block;
	margin: 0 !important;
}
ul.documentlist li a:hover h2 {
	color: #F7A81B;
}




/* Members List */

ul.memberslist {
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 2px solid #e7e7e8;
}
ul.memberslist li {
	display: block;
	margin: 0;
	padding: 18px 0 2px 0;
	border-bottom: 2px solid #e7e7e8;
	background: none;
	position: relative;
}
ul.memberslist li:before {
	display: none;
}
ul.memberslist li .picture {
	width: 70px;
	float: left;
	margin: 0 18px 18px 0;
}
ul.memberslist li .picture img {
	width: 100%;
	height: auto;
}
ul.memberslist li .text {
	padding: 0;
}
ul.memberslist li a:hover h2 {
	color: #F7A81B;
}
ul.memberslist li p {
	line-height: 1.35em;
	margin-bottom: 0.6em;
}
ul.memberslist li span {
	display: inline-block;
	position: relative;
	padding: 0 16px;
	overflow: hidden;
}
ul.memberslist li span.phone {
	padding-left: 18px;
}
ul.memberslist li span.icon {
	padding-left: 22px;
}
ul.memberslist li span:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 112.5%;
	line-height: 1em;
	color: #919295;
	position: absolute;
	top: 2px;
	left: 1px;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}
ul.memberslist li span.address:before {
	content: '\e84c';
}
ul.memberslist li span.phone:before {
	content: '\e822';
	top: 3px;
}
ul.memberslist li span.email {
	padding-left: 22px;
}
ul.memberslist li span.email:before {
	content: '\e80b';
	font-size: 100%;
	/*top: 3px;*/
}
ul.memberslist li span.website:before {
	content: '\e828';
	font-size: 100%;
	top: 3px;
}
ul.memberslist li .buttons {
	width: 25%;
	padding: 0;
    margin: 0;
	position: absolute;
	top: 18px;
	right: 0;
}
ul.memberslist li .buttons .button {
	margin: 0 0 10px 6px;
}

/* Contactlist */
ul.contactList li {
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.333%;
}
ul.contactList li:nth-child(3n+1) {
	padding-left: 0;
}
ul.contactList li:nth-child(3n) {
	padding-right: 0;
}



/* News List */

ul.overview {
	display: block;
	margin: 0 0 40px 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 2px solid #e7e7e8;
}
ul.overview li {
	display: block;
	margin: 1em 0;
	padding: 0;
	border-bottom: 2px solid #e7e7e8;
	background: none;
	position: relative;
}
ul.overview li:before {
	display: none;	
}
ul.overview li h2 {
	margin-top: 18px;
}
ul.overview li a {
	display: block;
	/*padding: 18px 0 2px 0;*/
}
ul.overview.agenda li a {
	/*padding: 18px 0 10px 0;*/
}
ul.overview li img {
	width: 200px;
	float: right;
	margin: 0 0 20px 30px;
}
ul.overview li a:hover h2 {
	color: #F7A81B;
}
ul.overview li p {
	margin: 0 0 16px 0;
}
ul.overview li p a,
ul.overview li span a {
	display: initial;
}
ul.overview li .button {
	margin: 0 6px 10px 0;
}
ul.overview li .button i {
	margin-right: 5px;
	vertical-align: baseline;
	font-size: 13px;
	/*line-height: 14px;*/
}


/* Subscribers List */

ul.subscribers, ul.unsubscribers {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-top: 2px solid #e7e7e8;
}
ul.subscribers li, ul.unsubscribers li {
	display: block;
	margin: 0;
	padding: 14px 0 14px 44px;
	border-bottom: 2px solid #e7e7e8;
	background: none;
	position: relative;
}
ul.subscribers li:before, ul.unsubscribers li:before {
	content: '\e8ae';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 225.000%;
	line-height: 1em;
	color: #bcbdc0;
	
	position: absolute;
	top: 15px;
	left: 1px;
	background-color: transparent;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.unsubscribers li:before {
	content: '\e8b0';
}
ul.subscribers li strong, ul.unsubscribers li strong {
	display: block;
}





/* Paginator */

.paginator {
	display: block;
	position: relative;
	text-align: center;
	padding: 0 35px;
}
.paginator .prev {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
	color: #005daa;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #f7a81b;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
	top: 0;
	left: 0;		
}
.paginator .prev i {
	margin-left: -2px;
}
.paginator .next {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
	color: #005daa;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #f7a81b;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
	top: 0;
	right: 0;		
}
.paginator .next i {
	margin-right: -3px;
}
.paginator ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.paginator ul li {
	display: inline-block;
	margin: 0 3px 6px;
	padding: 0;
	background: none;
}
.paginator ul li:before {
	display: none;	
}
.paginator ul li a {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
	color: #919295;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background-color: #e7e7e8;
    border-radius: 5px;
}
.paginator ul li a:hover {
	color: #005daa;
}
.paginator ul li a.active {
	color: #FFFFFF;
	background-color: #005daa;
}




/* Slider */

.slider {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 40px 0;
	position: relative;
	line-height: 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
#full-width-slider {
  	width: 100%;
	height: 400px;
}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: #FFFFFF;
    color: #fff;
}
.slider .content {  
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #e7e7e8;
}
.slider .content .sliderImage {
	float: left;
	height: 100%;
	width: 68%;
	background-color: #e7e7e8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.slider .content .sliderImage.default {
	background-image: url(/layout/img/slider_dummy.png);
}
.slider .content .sliderImage.portraitImage {
	background-position: center 33%;
}
.slider .content .text {
	width: 32%;
	height: 100%;
	padding: 30px 30px 40px;
	margin: 0;
	box-sizing: border-box;
	float: right;
	background-color: #005daa;
}
.slider .content .text h1 {
	color: #FFFFFF;
	margin-bottom: 0.4em;
}
.slider .content .text p {
	color: #FFFFFF;
}
.slider .content .credits {
	font-size: 87.500%;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	line-height: 1em;
    font-weight: 700;
	display: inline-block;
	padding: 8px 12px 10px;
	margin: 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	bottom: 0;
	right: 32%;
}
.rsMinW .rsBullets {
    top: 0px;
    height: 14px;
    line-height: 6px;
    overflow: hidden;
    padding: 15px 15px 0;
    position: absolute;
    right: 32%;
	left: auto;
    text-align: right;
    z-index: 35;
	bottom: auto;
}
.rsMinW .rsBullet {
    width: 12px;
	height: 12px;
	display: inline-block;
    padding: 0;
	margin-left: 5px
}
.rsMinW .rsBullet span {
    background: #FFFFFF;
	border: 1px solid #005daa;
    border-radius: 50%;
    box-shadow: none;
    display: block;
    height: 12px;
    width: 12px;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.rsMinW .rsBullet.rsNavSelected span {
    background: #f7a81b;
	border-color: #F7A81B;
}
.rsMinW .rsArrow {
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 21;
}
.rsMinW .rsArrowLeft {
    bottom: 15px;
    left: 15px;
	right: auto;
}
.rsMinW .rsArrowRight {
    bottom: 15px;
	left: 50px;
    right: auto;
}
.rsMinW .rsArrowIcn {
    background: none;
	background-color: #f7a81b;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    margin: 0;
    position: absolute;
    width: 30px;
	text-align: center;
	color: #005daa;
	font-size: 20px;
	line-height: 30px;
}
.rsMinW .rsArrowLeft .rsArrowIcn i {
	margin-left: -2px;
}
.rsMinW .rsArrowRight .rsArrowIcn i {
    margin-right: -2px;
}


/* Sidebar */

.sidebar {
	height: 100%;
	padding: 30px 0 0 30px;
	border-top: 2px solid #e7e7e8;
	border-left: 2px solid #e7e7e8;
	box-sizing: border-box;
}
.sidebar hr {
	display: block;
	border: none;
	margin: 40px 0 0 0;
}
.sidebar .entry {
	display: block;
	border-bottom: 2px solid #e7e7e8;
	margin: 0 0 1.25em 0;
}
.sidebar .entry:hover h2 {
	color: #f7a81b;
}
.sidebar .teaser {
	box-sizing: border-box;
	padding-right: 30px;
	margin-bottom: 40px;
}
.sidebar .teaser a {
	display: block;
	line-height: 0;
}
.sidebar .teaser a img {
	width: 100%;
	height: auto;
}




/* Quicklinks */

.stickyfooter .quicklinks, .stickyfooter .clubmeeting {
	width: 100%;
	background-color: #005daa;
	background-image: url(../img/bg_footer_worldmap.jpg);
	background-position: center 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0 50px;
	margin: 0;
	box-sizing: border-box;
}
.stickyfooter .quicklinks h1, .stickyfooter .clubmeeting h1 {
	color: #f7a81b;
	margin-bottom: 0em;
	display: block;
}
.stickyfooter .clubmeeting h1 {
	padding-left: 0px;	
	margin-bottom: 0.8em;
}
.stickyfooter .quicklinks h3, .stickyfooter .clubmeeting h3 {
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 125.000%;
	line-height: 1em;
    font-weight: 700;
	text-transform: uppercase;
}
.stickyfooter .quicklinks h3 {
	margin-top: 1.5em;
	margin-bottom: 0.25em;	
}
.stickyfooter .clubmeeting h3 {
	padding-right: 30px;
	line-height: 1.2em;
}
.stickyfooter .quicklinks ul {
	font-size: 0;
	line-height: 0;	
}
.stickyfooter .quicklinks ul li {
	width: 20%;
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 1.2em;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}
.stickyfooter .quicklinks ul li ul li {
	width: 100%;
	float: none;
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}
.stickyfooter .quicklinks ul li ul li a:before {
	content: '\e828';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	margin-right: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.stickyfooter .quicklinks ul li ul li a, .stickyfooter .clubmeeting p {
	color: #01b4e7;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	line-height: 1.3em;
    font-weight: 700;
	font-size: 100%;
	text-transform: none;
	margin: 0;
}
.stickyfooter .quicklinks ul li ul li a:hover {
	color: #f7a81b;
}
.stickyfooter .clubmeeting p {
	margin: 0 0 1.3em 0;
	padding-right: 30px;
}

/* Sidebar Quicklinks */

.sidebarquicklinks {
	line-height: 1.3em;
	padding: 0 2px;
}
.sidebarquicklinks ul {
	margin: 0;
}
.sidebarquicklinks ul li {
	margin: 8px 0 0 0;
	padding: 0;
	background: none;
	line-height: 1em;
}
.sidebarquicklinks ul li:before {
	content: none;
	display: none;
}
.sidebarquicklinks ul li a:before {
	content: '\e828';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 1em;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	margin-right: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sidebarquicklinks ul li a {
	line-height: 1.3em;
}
.stickyfooter .quicklinks ul li a:hover {
	color: #f7a81b;
}
.sidebarquicklinks ul li h3 {
	margin: -8px 0 5px 0;
	line-height: 1em;
}
.sidebarquicklinks ul li ul {
	margin: 0 0 25px 0;
}


/* Footer */

.footer {
	width: 100%;
	color: #919295;
	background-color: #e7e7e8;
	padding: 40px 0 45px;
	margin: 0;
	box-sizing: border-box;
}
.footer .breadcrumb {
	border-top: 2px solid #d6d6d8;
	border-bottom: 2px solid #d6d6d8;
	position: relative;
	padding: 12px 0 10px;
}
.footer .breadcrumb ul {
    display: inline-block;
}
.footer .breadcrumb ul li {
    display: inline-block;
	position: relative;
	padding-left: 24px;
}
.footer .breadcrumb ul li:first-child {
	padding-left: 30px;
}
.footer .breadcrumb ul li:before { 
	color: #919295;
	content: '\e815';
	font-family: "fontello";
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 1px;
	left: 8px;
}
.footer .breadcrumb ul li:first-child:before { 
	content: '\e8e7';
	font-size: 20px;
	top: -3px;
	left: 1px;
}
.footer .breadcrumb ul li a { 
	color: #919295;
    display: block;	
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 100%;
    font-weight: 700;
    line-height: 1em;
	text-transform: uppercase;
}
.footer .breadcrumb ul li a:hover { 
	color: #005daa;
}


.footer .functions {
	position: absolute;
	top: 11px;
	right: 0;
}
.footer .functions a {
	width: 24px;
	height: 24px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #bcbdc0;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 3px;
	padding: 0;
	border-radius: 50%;
}
.footer .functions a:hover {
	background-color: #005daa;
}

.footer .sitemap {
	width: 100%;
	display: block;
	margin: 30px 0;
}
.footer .sitemap li a {
	color: #919295;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 112.500%;
	line-height: 1em;
    font-weight: 700;
	text-transform: uppercase;	
	margin: 0 0 8px 0;
	display: inline-block;
}
.footer .sitemap li a:hover {
	color: #005daa;
}
.footer .sitemap li ul li {
	margin: 4px 0 0 0;
}
.footer .sitemap li ul li a {
	font-size: 100%;
	text-transform: none;
	margin: 0;
}


.footer .copylinks {
	/*border-top: 2px solid #d6d6d8;*/
	color: #919295;
    display: block;	
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 87.500%;
	line-height: 1.2em;
    font-weight: 700;
	padding: 15px 0 0 0;
}
.footer .copylinks .copyright, .footer .copylinks .links {
	width: 50%;
	float: left;
}
.footer .copylinks .links {
	text-align: right;
}
.footer .copylinks .links a {
	color: #919295;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 100%;
	line-height: 1.2em;
    font-weight: 700;
	margin-left: 15px;
}
.footer .copylinks .links a:hover {
	color: #005daa;
}



/* Go to Top */

#toTop {
	position: fixed;
    bottom: 30px; 
    right: 30px;
	
    display: none;	
	background: #f7a81b none repeat scroll 0 0;
    border-radius: 5px;
    color: #005daa;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    width: 30px;

	-webkit-transition: color 0.5s, background-color 0.5s;
	-moz-transition: color 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, background-color 0.5s;
	-ms-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
}




/* Fancybox Custom */

/*#fancybox-loading {	*/
  /*z-index: 91929599;*/
/*}*/
/*#fancybox-loading div {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 32px;*/
  /*height: 32px;*/
  /*background-image: url(../img/fancybox.png);*/
  /*z-index: 91929599;*/
/*}*/
/*.fancybox-opened {*/
    /*z-index: 919295999;*/
/*}*/
/*.fancybox-overlay {*/
	/*z-index: 9192959;*/
/*}*/
/*.fancybox-skin {*/
    /*background: #FFFFFF none repeat scroll 0 0;*/
    /*border-radius: 0px;*/
    /*color: #000000;*/
/*}*/
/*.fancybox-opened .fancybox-skin {*/
	/*box-shadow: 0 0 45px rgba(0, 0, 0, 0.25)*/
/*}*/
/*.fancybox-close {*/
	/*width: 40px;*/
    /*height: 40px;*/
    /*right: 20px;*/
    /*top: 20px;*/
    /*background-color: #000000;*/
    /*background-image: url(../img/close.png);*/
    /*background-position: center top;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 40px 40px;*/
    /*border-radius: 50%;    */
    /*transition: all 0.5s ease 0s;*/
/*}*/
/*.fancybox-nav {*/
    /*width: auto;*/
/*}*/
/*.fancybox-nav span {*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*margin-top: 0px;*/
    /*visibility: visible;*/
	/*opacity: 1.0;*/
	/*top: 0;*/
    /*background-color: #000000;*/
    /*background-position: center top;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 40px 40px;*/
    /*border-radius: 50%;    */
    /*transition: all 0.5s ease 0s;*/
/*}*/
/*.fancybox-nav:hover span {*/
	/*opacity: 1.0;*/
/*}*/
/*.fancybox-prev span {*/
    /*background-image: url(../img/prev.png);*/
	/*left: 0px;*/
/*}*/
/*.fancybox-next {*/
	/*right: auto;*/
/*}*/
/*.fancybox-next span {*/
    /*background-image: url(../img/next.png);*/
	/*left: 50px;*/
/*}*/

/*.fancybox-title-float-wrap {*/
	/*width: 100%;*/
    /*bottom: 0;*/
    /*margin-bottom: 0px;*/
    /*position: relative;*/
    /*right: auto;*/
    /*text-align: center;*/
/*}*/
/*.fancybox-title-float-wrap .child {*/
    /*background: none;*/
    /*border-radius: 0px;*/
    /*color: #000000;*/
    /*display: inline-block;*/
	/*font-size: 19px;*/
    /*font-weight: 700;*/
    /*line-height: 1.25em;*/
    /*margin-right: 0;*/
    /*padding: 0.5em 0 2em 0;*/
    /*text-shadow: none;*/
    /*white-space: nowrap;*/
/*}*/


@media (max-width: 600px) {
	
/*.fancybox-close {*/
	/*width: 30px;*/
    /*height: 30px;*/
    /*background-size: 30px 30px;*/
/*}*/
/*.fancybox-nav span {*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*background-size: 30px 30px;*/
/*}*/
/*.fancybox-next span {*/
	/*left: 38px;*/
/*}*/


}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * Flash Message
 */
#flashMessageContainer {
	background-color: rgba(204, 204, 204, 0.33);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#flashMessageContainer div {
	background-color: white;
	border: 2px solid #919295;
	color: #58585a;
	left: 50%;
	margin-left: -227px;
	position: absolute;
	text-align: center;
	top: 25%;
	width: 450px;
}
#flashMessageContainer div p {
	margin: 50px 20px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media (max-width: 1280px) {

	
}

@media (max-width: 1200px) {


/* Slider */

.slider .content {
	/*background-position: left center;*/
	/*background-size: auto 100%;*/
}
.slider .content .text {
	/*width: 50%;*/
}
.slider .content .credits {
	/*right: 50%;*/
}
.rsMinW .rsBullets {
    /*right: 50%;*/
}

	
	

}

@media (max-width: 1024px) {



/* Main Title */

h1 {
    font-size: 200%;
}

/* Chapter Title */

h2 {
	font-size: 137.500%;
}


.main-content {
    padding: 40px 0 60px;
}


body.home .main-content .col-75 {
	width: 100%;	
	height: auto !important;
	float: none;
}
body.home .main-content .col-25 {
	width: 100%;	
	height: auto !important;
	float: none;
}

/* News Agenda List */

ul.news-agenda li {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
	height: auto !important;
}


/* Sidebar */

.sidebar {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-left: none;
}
	.sidebar .image {
		text-align: center;
	}
	.sidebar .image img {
		width: 33%;
	}
.sidebar .teaser {
	width: 100%;
	float: left;
	text-align: center;
	padding-right: 0;
}
.sidebar .teaser img,
.sidebar .teaser a img {
    height: auto;
    width: 33%;
	max-width: 350px;
}
.sidebarquicklinks {
	background-color: #E7E7E8;
    padding: 20px 20px 0 20px;
}
.sidebar h4 {
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar .entry {
    border-bottom: none;
	background-color: #e7e7e8;
    margin: 0 0 20px 0;
	padding: 20px;
}
.sidebar .entry p {
    margin: 0;
}
.sidebar hr {
    border-top: 2px solid #e7e7e8;
	margin: 40px 0;
}



/* Slider */

.slider .content .text {
	/*width: 32%;*/
}
.slider .content .credits {
	/*right: 32%;*/
}
.rsMinW .rsBullets {
    /*right: 32%;*/
}




/* Mobile Navigation */

nav .mobilemenu {
	height: 44px;
    color: #58585a;
    display: inline-block;	
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 43px;
	text-transform: uppercase;
	position: relative;
	padding-left: 26px;
	padding-right: 30px;
}
nav .mobilemenu:before {
	content: '\e857';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 1em;
	color: #58585a;
	
	position: absolute;
	top: 12px;
	left: 0px;
	
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav .mobilemenu.active, nav .mobilemenu.active:before {
	color: #17458f;
}
nav .mobilemenu.active:before {
	content: '\e895';
	font-size: 23px;
	top: 10px;
}

nav ul {
	width: 240px;
	height: 100%;
	min-height: 100%;
    display: block;
	position: fixed;
	top: 0;
	left: -240px;
	background-color: #17458F;
	padding: 30px 0 0 0;
	-ms-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav ul.active {
	left: 0;
}
nav ul li {
    display: block;
	margin: 0;
}
nav ul li:last-child {
	padding-bottom: 30px;
}
nav ul li ul li:last-child {
	padding-bottom: 0px;
}
nav ul li a {
	height: auto;
    color: #FFFFFF;
    font-size: 125%;
    line-height: 1em;
	padding: 15px 30px
}
nav ul li a.active {
    color: #F7A81B;
}
nav ul li a:hover, nav ul li:hover > a {
	color: #F7A81B;
    background-color: transparent;
	padding: 15px 30px
}


ul#navigation ul, ul#navigation ul li ul {
	width: auto;
    padding: 0 0 10px 0;    
	visibility: visible;
    position: relative;
    z-index: 200;
	background: none;
	box-shadow: none;
	opacity: 1;
	display: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
ul#navigation ul {
    top: auto;
    left: auto;
}
ul#navigation ul li ul {
    top: auto;
    left: auto;
	background: none;
}
ul#navigation ul li a {
	height: auto;
	padding: 0 30px 10px 30px;
}
ul#navigation ul li hr {
	display: none;
}



/* Folder */

ul.tiles li {
	width: 32%;
	margin: 0 2% 30px 0;
}
/* Reset from higher resolutions */
ul.tiles li:nth-child(n) {
	margin-right: 2%;
	clear: none;
}
ul.tiles li:nth-child(3n) {
	margin-right: 0;
}
ul.tiles li:nth-child(3n + 1) {
	clear: left;
}



ul.imageList li {
	width: 23.5%;
	margin: 0 2% 30px 0;
}
/* Reset from higher resolutions */
ul.imageList li:nth-child(n) {
	margin-right: 2%;
	clear: none;
}
ul.imageList li:nth-child(4n) {
	margin-right: 0;
}
ul.imageList li:nth-child(4n + 1) {
	clear: left;
}



/* Memberslist */

ul.memberslist li .text {
    padding: 0 35% 0 0;
}
ul.memberslist li .buttons {
    width: 35%;
}

/* Contactlist */
ul.contactList li:nth-child(n) {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}
ul.contactList li:nth-child(2n+1) {
	padding-left: 0;
}
ul.contactList li:nth-child(2n) {
	padding-right: 0;
}





/* Heading Buttons */

.mobilebuttons {
	display: block;
}
.buttons.heading {
	text-align: left;
	float: none;
	display: none;
	margin-bottom: 30px;
}
.buttons.heading.yearbook {
	display: block;
}
.buttons .button, .buttons button {
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
	text-align: center;
}
.buttons input, .buttons select {
	font-size: 87.500%;
	width: 100%;
	margin: 0 0 10px 0;
}
.buttons.heading select, .buttons.heading input {
	width: 100%;
}
.detailbuttons .button {
	width: auto;
}
ul.memberslist li .buttons .button {
	width: auto;		
}

.main-content .col-66,
.main-content .col-33 {
	width: 100%;
	float: none;
}
	.content div[class^="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}


@media (max-width: 960px) {




/* Slider */

.slider .content {
	/*background-position: left middle;*/
	/*background-size: auto 100%;*/
}
.slider .content .text {
	/*width: 50%;*/
}
.slider .content .credits {
	/*right: 50%;*/
}
.rsMinW .rsBullets {
    /*right: 50%;*/
}





/* Newslist */

ul.overview li .button {
	font-size: 75%;
    padding: 5px 7px;
}



/* Memberslist */

ul.memberslist li .text {
    padding: 0 0 8px 0;
}
ul.memberslist li .text h2 {
	/*margin-bottom: 0.5em;*/
}
ul.memberslist li .text small {
	/*display: none;*/
}
ul.memberslist li .buttons {
	width: auto;
	display: block;
	float: none;
    margin: 0;
    text-align: left;
	position: relative;
	top: auto;
	right: auto;
}
ul.memberslist li .buttons br {
	display: none;
}
ul.memberslist li .buttons .button {
    font-size: 75%;
    padding: 5px 7px;
	margin: 0 6px 10px 0;
}



/* Quicklinks */

.stickyfooter .quicklinks, .stickyfooter .clubmeeting {
	background-size: cover;
	padding: 30px 0 40px;
}
.stickyfooter .quicklinks ul li {
    width: 25%;
}



/* Footer */

.footer {
    padding: 25px 0 30px;
}
.footer .sitemap {
    display: none;
}
.footer .copylinks {
    border-top: none;
}


	
}





@media (max-width: 800px) {

.inner {
    padding: 0 5px;
}
.main-content {
    padding: 30px 0 50px;
}
.main-content .col-50 {
	width: 100%;
	float: none;	
}




/* Logo */

header .logo {
	padding: 15px 0;
	margin-right: 90px;
}
header .logo img {
	height: 50px;
}
header .logo span {
    font-size: 112.500%;
	padding-left: 8px;
}





/* Settings */

.setting-container .arrow.pos1 {
	right: 20px;
}
.setting-container .arrow.pos2 {
	right: 48px;
}


/* Allover */

header .allover {
    right: 20px;
}
header .allover a {
	margin-left: 2px;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
}
header .allover a.loginbtn i {
	display: initial;
}
header .allover a.loginbtn span {
	display: none;
}



/* Social Media */

nav .socialmedia {
    right: 20px;
}






/* Folder */

ul.tiles li {
	width: 48.5%;
	margin: 0 3% 30px 0;
}
/* Reset from higher resolutions */
ul.tiles li:nth-child(n) {
	margin-right: 3%;
	clear: none;
}
ul.tiles li:nth-child(2n) {
	margin-right: 0;
}
ul.tiles li:nth-child(2n + 1) {
	clear: left;
}





/* Memberslist */


ul.memberslist li .text small {
	/*display: none;*/
}
ul.memberslist li .buttons .grey {
	display: none;
}
ul.memberslist li span {
    display: block;
}
ul.memberslist li span.address {
	/*display: none;	*/
}
ul.memberslist li span.button {
	display: initial;
}

/* Contactlist */
ul.contactList li:nth-child(n) {
	float: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}



/* Quicklinks */

.stickyfooter .quicklinks ul li {
    width: 33.333%;
}



#toTop {
    bottom: 20px;
    right: 20px;
}



}

@media (max-width: 760px) {


body, td, th, p {
    font-size: 14px;
}

/* Main Title */

h1 {
    font-size: 175%;
}
h2 {
	font-size: 125.000%;
}
h3 {
	font-size: 112.500%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}

	.sidebar .image img,
	.sidebar .teaser img,
	.sidebar .teaser a img {
		width: 50%;
	}

/* Slider */

.slider .content .sliderImage {
	/*padding: 200px 0 0 0;*/
	float: none;
	height: 50%;
	width: 100%;
	background-size: 100%;
}
.slider .content .text {
	width: 100%;
	float: none;
    padding: 25px 25px 30px;
}
.slider .content .credits {
	right: 0%;
	bottom: auto;
	top: 270px;
}
.rsMinW .rsBullets {
    right: 0%;
}
.rsMinW .rsArrowLeft {
    bottom: auto;
	top: 15px;
    left: 15px;
    right: auto;
}
.rsMinW .rsArrowRight {
    bottom: auto;
	top: 15px;
    left: 50px;
    right: auto;
}


/* Images */

.image {
	margin-bottom: 25px;
}
.image.main {
	width: 50%;	
}
.image.portrait {
	width: 33%;
}
.image.half {
	width: 50%;	
}
.float-right {
	float: right;
	margin-left: 25px;
}
.float-left {
	float: left;
	margin-right: 25px;
}





/* Folder Buttons */

.detailbuttons .button i {
	display: inline-block;	
}
.detailbuttons .button span {
	display: none;	
}
.detailbuttons .button {
	width: 30px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}





/* Club Meeting */

.stickyfooter .quicklinks, .stickyfooter .clubmeeting {
    padding: 30px 0 50px;
}
.stickyfooter .clubmeeting .col-50 {
    float: none;
    width: 100%;
}
.stickyfooter .clubmeeting iframe {
	margin-top: 30px;	
}
.stickyfooter .clubmeeting h3 {
    padding-right: 0px;
}
.stickyfooter .clubmeeting p {
    padding-right: 0px;
}






/* Footer */

.footer .functions {
	display: inline-block;
	left: 50%;
    right: auto;
    top: -45px;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer .functions a {
	width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 1px;
	border: 3px solid #E7E7E8;
}
.footer .breadcrumb {
	text-align: center;
}
.footer .copylinks .copyright, .footer .copylinks .links {
    float: none;
    width: 100%;
	text-align: center;
}
.footer .copylinks .links {
	padding-top: 10px;
}



}




@media (max-width: 640px) {

/* Quicklinks */

.stickyfooter .quicklinks ul li {
    width: 50%;
}



}


@media (max-width: 500px) {



/* Logo */

header .logo {
	padding: 15px 0;
	margin-right: 60px;
}
header .logo img {
	height: 40px;
}
header .logo span {
	max-width: 55%;
    font-size: 100%;
	padding-left: 7px;
}




/* Allover */

header .allover a.grey {
	display: none;
}


/* Slider */

.slider .content {
	/*padding: 200px 0 0 0;*/
}
.slider .content .credits {
	top: 170px;
}
.slider .content .text {
    padding: 20px 20px 25px;
}
.slider .content .text p {
	/*display: none;*/
}



/* Images */

.image {
	margin-bottom: 20px;
}
.image.main,
.image.portrait,
.image.half {
	width: 100%;	
}
.float-right {
	float: none;
	margin-left: 0;
}
.float-left {
	float: none;
	margin-right: 0;
}





/* Newslist */

ul.overview li img {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}
ul.overview li .button {
	width: 100%;
	margin: 0 0 10px 0;
}





/* Folder */

ul.tiles li {
	width: 100%;
	margin: 0 0 30px 0;
	float: none;
}
/* Reset from higher resolutions */
ul.tiles li:nth-child(n) {
	margin-right: 0;
	clear: none;
}



ul.imageList li {
	width: 48%;
	margin: 0 4% 30px 0;
}
ul.imageList li:nth-child(n) {
	margin-right: 4%;
	clear: none;
}
ul.imageList li:nth-child(2n) {
	margin-right: 0;
}
ul.imageList li:nth-child(2n + 1) {
	clear: left;
}




/* Quicklinks */

.stickyfooter .quicklinks, .stickyfooter .clubmeeting {
    text-align: center;
}
.stickyfooter .quicklinks ul li {
    width: 100%;
	padding: 0;
}

	#flashMessageContainer div {
		border-width: 1%;
		margin-left: -46%;
		width: 90%;
	}
	#flashMessageContainer div p {
		margin: 25px 10px;
	}


}


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
/*        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        /*content: " (" attr(href) ")";*/
    }

    abbr[title]:after {
        /*content: " (" attr(title) ")";*/
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #DDDDDD;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	.wrapper {
		position: static;
	}
	body.noscroll .wrapper {
		overflow-x: visible;
	}

	.breadcrumb .functions,
	nav.main-nav,
	div.slider,
	div.content .detailbuttons a.button,
	header div.allover {
		display: none !important;
	}
}
