#tools a:focus,
header a:focus,
#content a:focus{
background: #ff0; !important;
color:#000 !important;
text-indent:0px !important;
}

#tools a:focus,
header a:focus{
text-align:center;
}
body{
margin:0;
background-color: #000;
font-size:1.1em;
overflow-x:hidden;
font-family: 'Open Sans', Arial, sans-sarif;
font-weight: 300;
color:#fff;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Oswald', Arial, sans-sarif;
font-weight: 400;
}
h3{
font-weight:300;
font-size:1.4em;
}
h4{
font-size:1.3em;
margin-top:2em !important;
}
h5{
font-size:1.2em;
margin-top:1.6em !important;
}
h6{
font-size:1.1em;
margin-top:1.4em !important;
}
a{
text-decoration:none;
color:yellow;
}
strong{
  font-weight: 700;
}
i{
  font-style:normal;
}
hr{
border-width:1px 0 1px 0;
}
blockquote{
padding:2%;
background:#111;
}
input, textarea{
max-width: 80%;
color: #639;
vertical-align: middle;
padding:10px;
border: 1px solid #bbb;
margin:0 1%;
background: #fff;
transition: .4s;
outline:none;
}
input:focus,
textarea:focus,
input:hover,
textarea:hover{
border-color:#1E5C8B;
background:#fff;
}
input[type="submit"],
.butt{
background:#5d38a5;
color:#fff;
border:0;
min-width:auto;
padding:10px 20px;
}
input[type="submit"]:hover,
input[type="submit"]:focus{
background:#74a;
}
.small{
font-size:90%;
}
.x-small{
font-size:80%;
}
.right{
text-align:right;
}
.float_right{
float:right;
}
.float_left{
float:left;
}
.clear{
clear:both;
}
.center{
text-align:center;
}
.hidden{
position:absolute;
width:1px;
left:-9999px;
}
.dark{
  background: #5d38a5 !important;
}
.dark *{
  color:#ddd !important;
}
.dark a{
  color:#fff !important;
}
.s-box{
width:33.333%;
padding:1%;
float:left;
box-sizing:border-box;
}
.h-box{
width:50%;
padding:1%;
float:left;
box-sizing:border-box;
}
.b-box{
width:66.666%;
padding:1%;
float:left;
box-sizing:border-box;
}
.border-r{
border-right:1px solid rgba(0,0,0,0.14);
}
.border-l{
border-left:1px solid rgba(255,255,255,0.14);
}
.border-t,
hr{
border-top:1px solid rgba(255,255,255,0.14);
}
.border-b,
hr{
  border-bottom: 1px solid #666;
  width: 200px;
  margin: 0 auto !important;
}
.hide{
position:absolute;
left:-9999px;
width:1px;
height:1px;
background:#fff;
color:#000;
}
.no-disp{
display:none;
}
.mask-top{
border-left: 100vw solid #111;
border-bottom:40px solid transparent;
position: absolute;
top: 0;
left:0;
}
.mask-bottom{
border-right: 100vw solid #111;
border-top:40px solid transparent;
position: absolute;
right:0;
bottom:0;
}
.nav{
list-style:none;
margin:0;
}
.nav a{
z-index:9000;
position:absolute;
left:-9999em;
list-style:none;
display:inline;
background:#000;
color:yellow;
}
.nav a:hover,
.nav a:focus,
.nav a:active{
padding:1% 10%;
left:auto;
top:0;
}
header{
width: 100%;
height:100vh;
margin-top:40px;
box-sizing: border-box;
z-index: 1;
font-size: 30px;
font-weight: 400;
/*background: url(../gfx/unsplash_5288cc8f3571d_1.jpg);
background: url(../gfx/27d01159fbc032c9af32abfa6b16f779.gif);
background: url(../gfx/rvsmS3j.gif);*/
background-size: cover;
background-repeat: no-repeat;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
overflow-y: hidden;
transition: .4s;
}
header .mask-l{
  width: 40%;
  background: rgba(0,0,0,.8);
  box-sizing: border-box;
  float: left;
  border-top-left-radius: 20px;
  height: 97vh;
}
header .mask-r{
  width: 60%;
  background: rgba(0,0,0,.8);
  float: left;
  border-top-right-radius: 20px;
  height: 97vh;
}
header h1{
position: relative;
top:-80vh;
text-indent: -999em;
width:35%;
min-width:290px;
margin:0;
-webkit-transition: .2s;
transition: .2s;
display: inline-block;
padding-right: 6%;
}
header h1 a{
display: block;
background: url(../gfx/logo_uwr_hi.png) no-repeat center right;
background-size:290px;
}
header h2{
position: relative;
top:-80vh;
margin:0;
display: inline-block;
overflow: hidden;
}
header h2 a{
color:#fff;
padding: 30px 15px 15px 45px;
-webkit-transition: .2s;
transition: .2s;
}
header h2:hover a,
header h2:focus a{
color:#ff0;
}
header.sub{
  height:320px;;
}
header.sub h1,
header.sub h2{
top:-91vh;
}
header div.header_cont{
  position: relative;
  top:-75vh;
  padding: 2%;
  padding-left:42%;
  color:#fff;
  width:100%;
  height:75vh;
  box-sizing: border-box;
}
header div.header_cont p{
  font-size: 20px;
  font-weight: bold;
}
/* ---------------- MENU ------------------*/
#menu{
  position: absolute;
    top:240px;
    bottom:auto;
  width: 100%;
  background: #000;
  z-index:4;
  transition: .4s;
}
#menu.home{
bottom: 0;
top:auto;
}
#menu fieldset{
  width: auto;
  float: right;
  border:0;
  padding:0;
  margin-top:-20px;
}
#menu ul{
  list-style: none;
  margin: 0;
  padding:0;
  height: 140px;
  overflow: hidden;
}
#menu>fieldset>ul>li{
  width:120px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#menu li>a{
font-family: 'Oswald';
z-index: 3;
position: absolute;
bottom:0;
width: 100%;
height:125px;
left:0;
box-sizing: border-box;
padding:5px 10px;
color:#ff0;
word-wrap: break-word;
background-position: center 20px;
background-size: 50px auto;
background-repeat: no-repeat;
padding-top:80px;
}
#menu li>a>img{
  margin:10px;
  width:50px;
}
#menu li:hover a,
#menu a:focus,
#menu li.selected a{
color:#fff;
text-shadow: 0 0 1px #000;
animation: rotate .3s;
}
#menu li>div{
  height: 120px;
  width: 0;
  border-left: 120px solid #000;
  transition:.3s border;
  margin:0 auto;
  margin-top:20px;
}
#menu li:hover div,
#menu a:focus+div,
#menu li.selected div{
margin-top:0;
border-left:0;
border-top: 20px solid transparent;
  border-right: 118px solid #f00;
}

#menu #open_menu{
  display: none;
  animation:none;
}

@keyframes rotate {
  0% { transform: rotateY(0deg) }
  50% { transform: rotateY(90deg) }
  100% { transform: rotateY(0deg) }
}
#menu>fieldset>ul>li>ul{
}
#menu>fieldset>ul>li>ul a{
}
#menu>fieldset>ul>li>ul a:hover,
#menu>fieldset>ul>li>ul a:focus{
}
#menu>fieldset>ul>li.selected>ul{
}
#open_menu{
font-size: 40px;
padding: 10px;
float: right;
text-shadow: 1px 1px 1px #000;
}
#top_links{
width:100%;
box-sizing: border-box;
position: absolute;
top:0;
padding:7px 50px;
height: 40px;
overflow-y: hidden;
}
#top_links div,
#top_links p{
  padding:0 !important;
  margin:0 !important;
}
#top_links a{
font-family: 'Oswald';
  color: #fff;
}
#content{
width:100%;
margin:0 auto;
box-sizing:border-box;
position:relative;
overflow:hidden;
margin-top: 0;
padding: 30px 5%;
background: #111;
}
#tools{
position:absolute;
top:40px;
width:auto;
height: 50px;
margin:0 auto;
box-sizing:border-box;
z-index: 3;
text-align: right;
background: #333;
border-bottom-left-radius: 20px;
border-top-right-radius: 18px;
right:0;
transition: .4s;
}
article{
  box-sizing: border-box;
  max-width: 70em;
  padding:3%;
  padding-top:30px;
  margin:0 auto;
  position: relative;
}
.title_image{
  display: block;
  margin: 0 auto;
}
.bg_image{
  display: block;
  margin: 0 auto;
  height:50vh;
  min-height: 200px;
  max-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center top;
  margin-top:-70px;
  position: relative;
  overflow: hidden;
}
#content>ul li,
#content article>ul li,
#content .s-box>ul li,
#content .h-box>ul li,
#content .b-box>ul li{
display:list-item;
list-style: square url("../gfx/pointer.png");
margin:auto;
border-top: 1px solid rgba(255,255,255,.3);
border-bottom: 1px solid rgba(0,0,0,.15);
padding: 1%;
}
#content>ol li,
#content section>ol li,
#content .s-box>ol li,
#content .h-box>ol li,
#content .b-box>ol li{
display:list-item;
margin:auto;
border-top: 1px solid rgba(255,255,255,.3);
border-bottom: 1px solid rgba(0,0,0,.15);
padding: 1%;
}
#content section>ul li,
#content section>ol li{
margin:0 6%;
}
#content a:hover{
text-decoration:underline;
}
#content p{
margin: 5px 0;
}
#content h3{
font-size:30px;
}
#content img{
max-width:100%;
margin:2%;
}
#content .news_box h3 a{
font-size:90%;
text-decoration:none;
}
#content p.crumbs,
#tools #contrast-change,
#tools .search_butt,
#tools .lang_butt{
display:inline-block;
color:#fff;
padding:10px;
margin:0;
width:auto;
font-size:85%;
}
#content p.crumbs{
width: 100%;
max-width: 1700px;
color:#ddd;
margin: 0 auto;
display: block;
padding:20px;
margin-top: -20px;
box-sizing: border-box;
text-align: right;
}
#tools #contrast-change .fa,
#tools .search_butt,
#tools .lang_butt i{
top:auto;
font-size: 27px;
text-align: center;
z-index:4;
padding:0;
color:gold;
cursor:pointer;
}
#tools .search_butt,
#tools .lang_butt,
#tools #contrast-change{
padding: 5px 10px;
height: 48px;
box-sizing: border-box;
z-index:2;
width:48px;
text-shadow: 0 0 2px #000;
}

#tools .lang_butt,
#tools #contrast-change{
font-size: 18px;
padding: 10px;
width:78px;
}
#tools #contrast-change{
right:134px;
width:160px;
}
#tools .lang_butt a,
#tools #contrast-change a{
font-weight:bold;
color:gold;
font-family: 'Oswald', Arial, sans-serif;
padding:5px;
padding-bottom:0;
text-shadow: 0 0 4px #000;
}

#tools a label[for="search_cb"] i.fa-search{
color:#555;
padding: 5px 10px;
display:block;
}
#tools label[for="search_cb"],
#tools label[for="search_cb"] span,
#tools .search_butt span,
#tools .lang_butt span{
display:none;
}

#tools #searchBox{
max-width: 600px;
z-index:3;
transition:.2s;
box-sizing: border-box;
opacity:0;
display: block;
float: right;
overflow: hidden;
width:0;
height: 50px;
}
#tools #search_cb:checked a.search_butt i.fa-search{
display:none;
}
#tools #searchBox.selected a.search_box{
padding: 10px;
display:block;
}
#tools #searchBox.selected{
width:40vw;
min-width:400px;
opacity:1;
padding-right: 25px;
padding-left: 40px;
position: relative;
overflow: hidden;
border-left:1px solid #555;
}
.search_box{
width:100%;
}
#searchBox form,
.search_box form{
display: block;
margin:0;
}
#searchBox fieldset,
.search_box fieldset{
  border:0;
  padding:0;
  margin:0;
}
#searchBox legend,
.search_box legend{
  display: none;
}
#searchBox input,
.search_box input{
  width:0;
  display: inline-block;
  height:40px;
  color:#5d38a5;
  font-size: 21px;
  font-weight: bold;
  padding:3px 10px;
}
#searchBox.selected input[type="text"]{
  width:calc(100% - 100px);
  margin:1px 0;
  background: #eee;
}
#searchBox input[type="submit"],
.search_box input[type="submit"]{
width: 70px;
float: right;
background: #5d38a5;
color:gold;
height:48px;
margin:1px 0;
border-top-right-radius: 25px;
}
#searchBox.selected .search_butt{
  position: absolute;
  left:0;
  top:0;
}
#content p.crumbs a{
font-weight:normal;
}
#content p.crumbs a:hover{
color:#f00;
}
#content .right_links{
  position: fixed;
  right:0;
  width:80px;
  max-height:60vh;
  z-index:2;
  overflow-y: auto;
}
#content .right_links a{
  display: block;
  width: 25px;
  height:25px;
  border:2px solid #222;
  background: #000;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  transition: .2s;
  text-decoration: none;
  margin:2px auto;
}
#content .right_links a:hover{
  background: #f00;
  color:#fff;
}
#content .news_box{
max-width:1700px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
#content .sites_box,
#content .news_list{
list-style: none;
margin: 0 auto;
position: relative;
overflow: hidden;
padding: 0;
}
#content .sites_box ul>hr,
#content .news_list>hr{
  float: left;
  width: 80%;
  margin:2vh 10% !important;
  border:0;
  border-top:1px solid #666;
}
#content .sites_box li,
#content .news_list li{
  display: inline-block;
  width:33.333%;
  box-sizing: border-box;
  padding: 3%;
  overflow: hidden;
  float: left;
}
#content .sites_box li{
  padding:0;
  height: 300px;
  position: relative;
  overflow: hidden;
}
#content .sites_box .cont,
#content .news_list .cont{
  position: relative;
  overflow: hidden;
  padding:0 10px;
  box-sizing: border-box;
  font-size: 90%;
}
#content .sites_box .cont img.profil_img,
#content .news_list .cont img.profil_img{
  width: 100px;
  margin: 0 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 4px #000;
}
#content .sites_box li h3{
  position: absolute;
  bottom:0;
  left:5%;
  width: 90%;
}
#content .sites_box li .cont{
  height:300px;
  background-size: 100%, 110% 110%;
  background-position: center, center;
  transition: .3s;
}
#content .sites_box li .cont:hover{
  background-size: 100%, 100% 100%;
}

#content .news_list li .mask-top{
border-left: 600px solid #111;
border-bottom:40px solid transparent;
}
#content .news_list li .mask-bottom{
border-right: 500px solid #111;
border-top:40px solid transparent;
bottom:auto;
margin-top: -40px;
}
#content .news_list li .bottom-btn{
  margin-top: 50px;
  margin-right:4px;
  background: #5d38a5;
  float: right;
  padding:0 20px;
  transform: skewX(-25deg);
  position:absolute;
  width:1px;
  left:-9999px;
}
#content .news_list li .bottom-btn a{
display: block;
height: 50px;
box-sizing: border-box;
transform: skewX(25deg);
}
#content .event_list li{
  padding: 10px;
  list-style: square url("../gfx/pointer.png");
  margin:auto;
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(0,0,0,1);
}
#content .event_list li:first-of-type{
  border-top:0;
}
#content .event_list li:last-of-type{
  border-bottom:0;
}
#content #background-box,
#content .background-box{
width:100%;
height:400px;
background-position:center top;
background-size: 100% auto;
background-repeat: no-repeat;
}
#background-box a{
display:block;
width: 30%;
text-align: center;
margin: 0 auto;
background: rgba(255,255,255,.8);
padding: 10px;
}
#content .background-box{
height:340px;
}
#empty-box,
.empty-box{
width:100%;
height:90px;
}
#content table tr:nth-of-type(odd){
  background:#000;
}
#cookie_message{
position: fixed;
bottom: 0;
z-index: 1;
background: rgba(0,0,0,.95);
border-top: 1px solid #333;
width:100%;
padding-bottom: 50px;
}
#cookie_message p:not(.float_right){
padding: 2% 5%;
margin:0;
color:#fff;
float: left;
width: calc(100% - 60px);
box-sizing: border-box;
}
#cookie_message p.float_right{
margin:0;
padding:0;
}
#cookie_message p.float_right a{
width:40px;
height:40px;
display:block;
padding: 5px;
background: #ff0;
margin: 0;
margin-left: 10px;
color:#000;
overflow:hidden;
}
#cookie_message p.float_right a i.fa{
font-size: 24px;
margin: 11px;
line-height: 20px;
margin-left: 12px;
}


#edit_tool{
position: fixed;
bottom: -400px;
right: 0px;
overflow: hidden;
z-index: 88888;
transition:.4s;
transition-delay:.2s;
cursor:pointer;
opacity:0;
width:200px;
}

#edit_tool_butt{
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
overflow: hidden;
z-index: 3;
cursor:pointer;
}

#edit_tool_butt .fa{
color:#fff;
font-size: 20px;
background: #D50000;
padding: 15px;
border-radius: 50%;
border:0;
box-shadow: 0px 0px 5px #000;
margin:8px;
position:absolute;
bottom: -4px;
right: -4px;
}
#edit_ch:checked+#edit_tool{
height:auto;
width:200px;
right:30px;
bottom:30px;
z-index: 2;
opacity:1;
}
#edit_tool>a{
padding:5px;
display:block;
margin:0;
background:#000;
overflow:hidden;
font-size:90%;
color:#eee;
border-top:1px dotted #333;
opacity:0;
}
#edit_ch:checked+#edit_tool>a,
#edit_tool:hover>a{
opacity:1;
}
#edit_tool>a:hover{
background:#111;
}

.dialog{
width:100%;
position:fixed;
top:0;
left:-100%;
bottom:0;
overflow-y:auto;
overflow-x:hidden;
background:#eee;
z-index:4;
transition:.4s ease;
text-shadow:-1px -1px 0 #fff;
margin:0;
padding:70px 5%;
box-sizing:border-box;
}
#dialog-profil:target,
#dialog-background:target{
left:0%;
}
.dialog h3{
font-weight:bold;
color:#555;
}
.dialog p{
color: #444;
margin:5px 0;
}

.photos_list li{
width:180px;
box-sizing: border-box;
position:relative;
overflow:hidden;
border:1px solid #ddd;
float:left;
margin: 0.5%;
height: 130px;
line-height: 1px;
padding: 0px;
list-style: outside none none;
text-align:center;
color:#333;
}
.files_list li{
width:98%;
box-sizing: border-box;
position:relative;
overflow:hidden;
border-bottom:1px solid #ddd;
float:left;
margin: 0;
padding: 4px;
list-style: outside none none;
cursor:pointer;
}
.photos_list li.selected,
.files_list li.selected,
.photos_list li.selected .options,
.files_list li.selected .options{
background:#0FA3C7;
text-shadow:none;
}
.photos_list li.selected .options,
.files_list li.selected .options{
display:none;
}
.photos_list li img{
width: auto;
height: auto;
max-width: 94%;
max-height: 90%;
margin: 3%;
border: 0px none;
}
.photos_list li label{
cursor:pointer;
}
.photos_list li label>span.fa{
font-size:36px;
color:#444;
padding: 12px;
width: 100%;
box-sizing: border-box;
}
.files_list li p{
padding:0;
}
.files_list li p>i{
color:#444;
margin-top:12px;
padding-right:1em;
}
.photos_list .new-folder,
.files_list .new-folder, .photos_list .date_line,
.files_list .new-folder, .files_list .date_line{
width:99%;
border:0;
height:auto;
text-align:left;
border-top:1px solid #ccc;
margin: 0.5%;
padding: 0px;
}
.dialog .menu_ul li.new-folder label,
.photos_list li.new-folder label{
background:#999;
}
.photos_list .date_line p,
.menu_ul .date_line p{
color:#666;
font-weight:bold;
text-shadow: 1px 1px 0 #fff;
font-size:80%;
}
.photos_list .new-folder p,
.files_list .new-folder p{
color:#0FA3C7;
}
.photos_list li.save label{
height: auto;
line-height: 20px;
display: inline-block;
width: 100%;
padding: 10px 0;
text-align: center;
color: #fff;
text-shadow: 1px 1px 0px #000;
cursor:pointer;
}
.photos_list li .options{
width: 100%;
height: 44px;
position: absolute;
bottom: 0;
background: rgba(221,221,221,.9);
transition:.2s;
}

.photos_list li .options a{
line-height:40px;
}
.photos_list li .options a.add{
border: 1px solid #0fa3c7;
border-radius: 50%;
width: 30px;
height:30px;
display: inline-block;
line-height: 30px;
margin: 1%;
margin-right:50px;
background: #fff;
}
.photos_list li .options a .fa{
line-height:30px;
font-size:20px;
}

.dialog .status{
padding: 5px 3%;
background:#F44336;
width: 94%;
text-shadow:1px 1px 0 #333;
	color: white;
	margin: 8px 0;
	opacity:0;
}

.dialog .progress {
	display:none;
	position: relative;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 3px;
}
.dialog .bar{
	background: #0FA3C7;
	height: 20px;
	width: 0%;
	/* transition animation */
	transition: width .3s;

}
.dialog .percent {
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 48%;
	color: #333;
}
#profil_box{
margin:0 auto;
background:#000;
transition:.2s;
padding:3%;
padding-top:30px;
}
#profil_box>div{
position:relative;
overflow:hidden;
padding:3%;
}
#profil_box h4{
margin-top: 16px !important;
}
#profil_box .fa{
margin: 0 10px;
text-align: center;
width: 20px;
font-size: 20px;
color: #eee;
}
#new_photo img,
#profil_box img{
display: block;
margin:2%;
max-width: 46%;
margin-top:-60px;
float: right;
}
#profil_box h2{
text-align:center;
margin-bottom:0;
color:#fff;
}
#profil_box h3{
margin-top:0;
color: #fff;
}
#profil_box p{
color: #fff;
}
#profil_box h2+p{
margin-top:0;
}

#profil_box.top_ver{
width:100%;
margin:0 auto;
background:#000;
position:fixed;
padding:0;
padding-left:280px;
top:auto;
bottom:0;
left:0;
box-sizing:border-box;
}
#profil_box.top_ver img{
display:none;
}
#profil_box.top_ver div{
display:none;
}
#f1_upload_process{
background: #ffeb3b;
width:80%;
margin:10%;
color:#000;
position:absolute;
opacity:.9;
padding:10px;
box-sizing:border-box;
display:none;
text-align:center;
}
#photo_box{
position:relative;
height: 150px;
padding-top: 60px;
}
#photo_box label{
display:block;
font-weight:bold;
text-align:center;
font-size:90%;
text-shadow:none;
width:80%;
margin:0 10%;
cursor:pointer;
}
#content ul.tabs{
width: 80%;
margin: 0 auto;
margin-top:40px;
padding: 0 2%;
position: relative;
overflow: hidden;
box-sizing: border-box;
}
#content ul.tabs.top_ver{
position:fixed;
margin:0 auto;
bottom:88px;
width:100%;
max-width:100%;
padding-left:280px;
left:0;
background:#fff;
}
section.tab_content{
display:block;
clear:both;
}
section.tab_content.b-box,
section.tab_content.h-box,
section.tab_content.s-box{
padding-top:0;
clear:none;
}
#content ul.tabs li{
list-style: none;
display: inline-block;
float: left;
padding:0;
border:0;
margin-left:-1px;
}
#content ul.tabs li:first-of-type{
display:none;
}
#content ul.tabs.top_ver li:first-of-type{
display:block;
}
#content ul.tabs li a{
display:inline-block;
border: 1px solid #333;
background: #000;
padding:10px;
text-decoration:none;
}
#content ul.tabs li a.selected{
background: #f2f2f2;
border-bottom-color: #f2f2f2;
}
#content ul.tabs.top_ver li a.selected{
background: #f2f2f2;
border-top-color: #f2f2f2;
border-bottom-color: #aaa;
}
.page{
display: inline-block;
padding: 10px;
border: 1px solid #333;
margin: 2px;
background:#000;
}
.page.selected{
background:#f00;
border:1px solid #333;
}
#footer{
width:100%;
max-width: 1360px;
font-family: 'Oswald',Arial,sans-serif;
font-size: 90%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
#footer h4{
  line-height: 5em;
  color:#eee;
}
#footer p{
margin:0;
padding:10px;
color:#eee;
}
#footer a{
  text-shadow: 1px 1px 1px #000;
  color:#ff0;
}
/*----------- alert box ---------------------*/

.lightBox{
position: fixed;
top: 50%;
left: 50%;
width: 60%;
margin-left: -30%;
margin-top: -200px;
z-index: 99;
max-height:100%;
overflow: hidden;
overflow-y: auto;
}

#overlay{
height: 100%;
width: 100%;
position: fixed;
background: #111;
top: 0px;
left: 0px;
z-index: 98;
opacity:0.92;
display:none;
}

#alertBox{
z-index: 99;
width: 60%;
margin-left: -30%;
padding:15px !important;
background: transparent !important;
border:0 !important;
box-shadow:none !important;
display:none;
}
#alertBox div{
float:left;
width:auto;
}
#alertBox div.s-box{
background:#606c88;
box-shadow: 0px 0px 15px #000;
padding:30px 40px;
font-size:40px;
color: #111;
}
#alertBox div.b-box{
background:#eee;
color:#333;
padding:0;
box-shadow: 0px 0px 15px #000;
width: calc(100% - 140px);
max-height: 300px;
overflow: auto;
position:relative;
padding-bottom:50px;
margin:0;
}
.lightBox.w30{
width: 30%;
margin-left: -15%;
min-width:350px;
}
.lightBox.w60{
width: 60%;
margin-left: -30%;
}
#alertBox h3{
background: #333;
position:absolute;
overflow:hidden;
margin:0;
text-align:right;
color: #222;
font-weight: normal;
text-shadow: 1px 1px 0 #444;
bottom: 0;
width: 100%;
}
#alertBox h3 label,
#alertBox h3 a{
text-decoration:none;
padding:10px 20px;
color:#eee;
margin:0;
display:inline-block;
cursor:pointer;
}
#alertBox h3 .reset{
background: #444;
}
#alertBox h3 .confirm{
background: #0B7C98;
}
#alertBox p{
padding:20px;
font-weight:normal !important;
}
#alertBox div.dark{
background:#333;
}
#alertBox div.success{
background:#8BC34A;
}
#alertBox div.error{
background:#F44336;
}
#profiles-box{
  background: #222;
}
#profiles-box h3{
text-shadow: 1px 1px 1px #000;
color: #8e6bd2;
margin: 0 30px;
}
#profiles-box .profil{
  background: #333;
  text-align: center;
  height:280px;
  border:4px solid #222;
}
#profiles-box .profil a{
  display: block;
  width: 100%;
  height:280px;
  position: relative;
  overflow: hidden;
}
#profiles-box .profil a h4{
  color:#fff;
  position: absolute;
  width:100%;
  bottom: 0;
  margin:10px 0;
}
#profiles-box .profil a img{
  max-width:80%;
  max-height:220px;
  margin:0 auto;
  margin-bottom:10px;
  -webkit-filter:grayscale(100%);
  filter: grayscale(100%);
}

/* Slider SLICK */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
    left: -25px;
}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{
    content: '';
}
[dir='rtl'] .slick-prev:before{
    content: '';
}

.slick-next{
    right: -25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
.slick-next:before{
    content: '';
}
[dir='rtl'] .slick-next:before{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
.load-icon {
  width: 100px;
  height: 20px;
  position: relative;
  margin: 0 auto;
}
.load-icon span {
  position: absolute;
  display: inline-block;
  background: #5d38a5;
  width: 20%;
  height: 100%;
  border-radius: 100px;
}
.load-icon span:nth-of-type(1) {
  left: 0;
}
.load-icon span:nth-of-type(2) {
  left: 40%;
}
.load-icon span:nth-of-type(3) {
  right: 0;
}

/* Animation */
.load-icon span {
  animation-name: loading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.load-icon span:nth-of-type(2) {
  animation-delay: .2s;
}
.load-icon span:nth-of-type(3) {
  animation-delay: .4s;
}

/* Keyframes */
@keyframes loading {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
/*-------------------------------------------*/
@media screen and (min-width:1700px){
  #content .news_list li,
  #content .sites_box li {
    width:25%;
  }
  	.news_list .wide_hide,
    .sites_box .wide_hide,
    article .desktop_hide{
  	position:absolute;
  	left:-9999px;
  	width:1px;
  	height:1px;
  	overflow:hidden;
  	background:#fff;
  	color:#000;
  	}
}
@media screen and (max-width:1699px) and  (min-width:1201px){
	.desktop_hide{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
	background:#fff;
	color:#000;
	}
	#cookie_message{
	box-sizing:border-box;
	padding-bottom:0;
	}
  #eventlist-box.homepage li:nth-of-type(4){
    display: none;
  }
}

/*------------------- TABLET-----------------*/
@media screen and (max-width:1200px) and (min-width:600px){
	.tablet_hide{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
	background:#fff;
	color:#000;
	text-align:center;
	}
  header .mask-l{ width: 37%; }
  header .mask-r{ width: 63%; }
  header h1{
    min-width: 200px;
    width:30%;
  }
  header h1 a{
    background-size: 200px;
  }
  header h2,
  header .header_cont h3{
    font-size:1em;
  }
  header h2 a{
    padding-left:5px;
    padding-right: 5px;
  }
  header div.header_cont p{
    font-size: 16px;
  }
  #menu{
    position: fixed;
  }
  #menu fieldset li{
    width:100%;
  }
  #content .sites_box li,
  #content .news_list li{
    width:50%;
  }
  #eventlist-box.homepage li:nth-of-type(4),
  #eventlist-box.homepage li:nth-of-type(3),
  #eventlist-box.homepage hr:nth-of-type(2){
    display: none;
  }
}
@media screen and (max-width:900px){
  #menu{
    top:auto;
    bottom: 0;
  }
  #menu #open_menu{
    display: block;
  }
  #menu fieldset{
    float:none;
    position: absolute;
    bottom:75px;
    width: 100%;
    margin: 0;
    display: none;
    transition: .2s;
    background: #222;
  }
  #menu:target fieldset{
    display: block;
  }
  #menu fieldset ul{
    height:auto;
  }
  #menu fieldset ul li{
    width:auto;
    max-width: 340px;
    display:block;
    margin: 0 auto;
    border-bottom: 1px solid #444;
    animation:none;
  }
  #menu fieldset ul li.selected{
    background: #5d38a5;
  }
  #menu fieldset a{
    height:auto;
    position: static;
    background-position: 20px center;
    background-size: 30px;
    padding: 10px 80px;
    display: block;
  }

  #menu li:hover a,
  #menu a:focus,
  #menu li.selected a{
    animation:none;
  }
  #menu fieldset li div{
    display: none;
  }

}
@media screen and (max-width:699px){
  header .mask-r{
    border-bottom-color: rgba(66,3,99,.6);
  }
  header h1,
  header h2{
    width:100%;
    text-align: center;
  }
  header h1 a,
  header h2 a{
    background-position: center;
    color:#eee;
  }
  #menu{
    position: fixed;
  }
  #menu fieldset{
    display: none;
  }
}
/*------------------- MOBILE-----------------*/
@media screen and (max-width:599px){
	.mobile_hide{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
	background:#fff;
	color:#000;
	text-align:center;
	}
  .s-box, .h-box, .b-box{
    width:100%;
  }
  header{
    margin-top:80px;
  }
  #tools{
    top:80px;
  }
  #top_links{
    overflow-y: hidden;
    height: 80px;
  }
  #content .sites_box li,
  #content .news_list li{
  display: inline-block;
  width:100%;
  box-sizing: border-box;
  padding: 3%;
  overflow: hidden;
  float: left;
  }
}
