/**
 * fullPage 2.1.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-easing {
    -webkit-transition: all 0.7s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.7s ease-out;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #333;
}
#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}

/* Stylesheet: fullPage Modified On 2014-09-25 16:22:52 */
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext);

body{
  font-family: 'Didact Gothic', sans-serif;
  font-size:12px;
  color:white; }
  
#cache{
	position:fixed;
	width:100%;
	height:100%;
	background:url(http://arteres.be/uploads/img/cache.png); }


.section{
    padding-left:222px;}

.content{    
    position:absolute;
    bottom:50px;
    left:299px;
    width:555px;
    height:418px;
    overflow:auto;
    border:none;
    background:#444; background:rgba(0,0,0,.6);
	padding:0 20px 333px 20px;
	border-radius:5px;
	margin-bottom:20px;}
.content img{border:1px solid #333;}

h1{
  padding-left:11px;
  position:absolute; }

.content{
  margin-top:33px;
  padding-left:11px;}

a{
  color:white;
  text-decoration:none;
  border-bottom:1px dotted white;}

a:hover{
  border:none;}

.content textarea{
    width:217px;}
    
.content .cms_form{
    width:333px;}

.gallery a img{
    width:111px;
    height:111px;
    display:block;
    float:left;
    border:1px solid grey;
    margin:11px;}

.NewsSummary{
    margin: 22px 0;
    padding-bottom:22px;
    border-bottom:1px solid;}
.NewsSummaryPostdate{font-style:italic;}

#menu { 
	position:fixed; 
	bottom:50px;
	left:50px;
	z-index: 999;
	width:222px;
	
	-webkit-transition-duration:0.6s;
	-moz-transition-duration:0.6s;
	-ms-transition-duration:0.6s;
	-o-transition-duration:0.6s;
	transition-duration:0.6s; }

#menu ul, #menu li{
  list-style:none;
  margin:0,
  padding:0;}

#menu a {
	text-decoration:none;
	border:none;
	font-style:normal;
	font-family:"Tangerine";
	font-size:300%;  }

#menu li.active{font-weight:bold;}
	
.toggle-btn {
	position: fixed;
        top: 0;
	right: 5px;
	padding: 6px 12px;
	border-radius: 10px;
	color: #fff;
	font-size: .8em; }

.toggle-btn a{
    opacity:.8;
    margin: 0 3px;
    display:block;
    border:none;
    text-indent:-999em;
    width:24px;
    height:24px;
    float:left;}
    
#video-toggle{
    background:url(//arteres.be/uploads/img/pp.png) no-repeat 0 -24px;}

#video-toggle.active{
    background-position: 0 0;}

#sound-toggle.active{
    background:url(//arteres.be/uploads/img/sd.png) no-repeat -2px -1px;}

#sound-toggle{
    background:url(//arteres.be/uploads/img/sd.png) no-repeat 0 -24px;}

#fs-toggle{
    background:url(//arteres.be/uploads/img/fs.png) no-repeat 0 -24px;}
    
#fs-toggle.active{
    background-position: 0 0;}
.item{clear:both;}
.item a{
    text-decoration:none;
    border:none;}

.item a.yt{}

.fancybox-inner, iframe{overflow:hidden!important;}

label,input,textarea,.captchapict,.captcha{float:left;clear:both;}
/* Stylesheet: tmpslide Modified On 2014-10-19 19:57:07 */
@import url(http://fonts.googleapis.com/css?family=Tangerine:400,700);
/*	BigVideo Styles 
	You may need to adjust these styles to get this working right in your design. 
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}
/* Stylesheet: bigVideo Modified On 2014-02-13 17:09:23 */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative; }

.jspPane {
	position: absolute; }

.jspVerticalBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%; }

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px; }

.jspCap {
	display: none; }

.jspHorizontalBar .jspCap {
	float: left; }

.jspTrack {
	background: #333;
	position: relative; }

.jspDrag {
	background: #eee;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%; }

.jspArrow {
	background: #000;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0; }

.jspArrow.jspDisabled {
	cursor: default;
	background: #000; }

.jspVerticalBar .jspArrow {
	height: 16px; }

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%; }

.jspVerticalBar .jspArrow:focus {
	outline: none; }

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0; }
/* Stylesheet: scroll Modified On 2014-10-03 16:37:31 */
