/* CSS */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	overflow-x:hidden;
	font-family: 'Arvo', serif;
    font-size: 16px;
	background-color: #fff;
/*	margin-left:0; */
/*	margin-right:0; */
/*	margin-top:0; */
	 -webkit-font-smoothing: antialiased;
      }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  padding: 50px 2% 50px;
  text-align:center;
}



/* Menu */

.CoreCircus {
	font-family: CoreCircus;
	font-weight: normal;
	font-style: normal;
}

/* FONTS */
.CastaBlack {
	font-family: "Casta-Black";
	}

	.DXRigrafExtraBoldExpanded {
	font-family: "DXRigraf-ExtraBoldExpanded";
}

.Roboto {
font-family: 'Roboto Mono', monospace;
	}


.main_h {
  position: fixed;
  top: 0px;
  /* height: 60px; */
  max-height: 60px; /* 70 */
  z-index: 999;
  width: 100%;
  padding-top: 5px; /* 17px */
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "DXRigraf-ExtraBoldExpanded";
}

@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 5px; /* 25px */
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(0, 0, 0, 0.93);  /* 0.93 */
  opacity: 1;
  top: 0px;
  border-bottom: 0px solid gainsboro;
}

.werk {
  background-color: #fff;
}

.logo {
  width: 50px; /* 25 */
  text-transform: uppercase;
  font-family: "DXRigraf-ExtraBoldExpanded";
  font-size: 25px;
  color: #e1f73e;
  float: right;
  display: block;
  margin-top: 0;
  line-height: 1;
  padding-top: 0px;
  /* margin-bottom: 10px; */
  	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	fill: #fff;
}


.logo:hover {
	transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  padding-top: 0px;
	}


@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: none; /* center */
  width: 100%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}

nav li {
padding-right: 175px;
}


nav li:last-child {
padding-right: 0px;
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: left;
  float: left;
}

/*

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

*/


@media only screen and (max-width: 766px) {
  nav ul {
  /* menu bij uitklappen */
    padding-top:7px; /* 10 */
    margin-bottom: 0px;
    /* font-size: 14px; */
    float: none; /* left */
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 0px; /* ruimte tussen items */ /* 35 */
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

nav ul a:link {
  color: #fff;
    -o-transition:1.5s;
  -ms-transition:1.5s;
  -moz-transition:1.5s;
  -webkit-transition:1.5s;
  transition:1.5s;
}

nav ul a:hover {
  color: #e1f73e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

nav ul a:active {
  color: #e1f73e !important;
  text-decoration: none;
  }

.animationx {
}

.animationx:hover {
/* animation: wiggle 1.5s infinite; */
}

@-webkit-keyframes wiggle {
    0% { transform: rotate(0deg); }
   15% { transform: rotate(0deg); }
   25% { transform: rotate(5deg); }
   35% { transform: rotate(-5deg); }
   45% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   15% { transform: rotate(0deg); }
   25% { transform: rotate(5deg); }
   35% { transform: rotate(-5deg); }
   45% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

.mobile-toggle {
  display: none;
  margin-top: 12px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  color: #fff;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #e1f73e;
  display: block;
}

.mobile-toggle span:hover {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #e1f73e;
  display: block;
}

.mobile-toggle span:active {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #e1f73e;
  display: block;
}

.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}



/* TEKST */

.tekst {
 max-width: 880px;
}

@media only screen and (max-width: 790px) {

        .tekst{
max-width: 770px;
margin-left: 25px;
margin-right: 25px;
        }
}

/* WAVEY LINK */
.waveylink a {
  color: #000;
  font-size: 20px;
  padding-bottom: 5px;
  background: url("img/wavecl.svg");
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-repeat: repeat-x;
  background-size: 15px 5px;
  background-position: 2px 19px;
  animation: move 15s linear infinite;
  -webkit-animation: move 15s linear infinite;
  animation-play-state: paused;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.waveylink a:hover {
  animation-play-state: running;
}

/* HOME INTRO */


.homeintro{
    text-align:center;
    background-color: #fff;
    margin-top: 0px;
	max-width:880px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 20px;
}

.homeintro a:link {
  color: #000;
	text-decoration: none;
           box-shadow:
                0px 2px #e1f73e;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        	transition:.3s ease;;
}

.homeintro a:hover {
	color: #e1f73e;
	text-decoration: none;
	transition:.5s ease;
  box-shadow: 0px 10px #0019ff;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}

.homeintro a:hover {
	color: #0019ff;
	text-decoration: none;
}

.homeintro a:visited {
	color: #000;
	text-decoration: none;
}

@media only screen and (max-width: 790px) {
.homeintro {
	font-size: 95%;
  padding-left: 20px;
  padding-right: 20px;
	}
	}

@media only screen and (max-width: 600px) {
.homeintro {
	font-size: 80%;
  padding-left: 20px;
  padding-right: 20px;
	}
	}

  .homeintro2{
      text-align:center;
      background-color: #fff;
      margin-top: 0px;
  	max-width:880px;
  	margin-top: 50px;
  	margin-bottom: 50px;
  	font-size: 20px;
  }

  .homeintro2 a:link {
    color: #000;
    background: url("img/wavecl3.svg");
    background-repeat: repeat;
    padding-bottom: 25px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: repeat-x;
    background-size: 30px 24px;
    background-position: 2px 19px;
    animation: move 15s linear infinite;
    -webkit-animation: move 15s linear infinite;
    animation-play-state: paused;
    transition:.5s ease;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }

  .homeintro2 a:hover {
  	color: #e1f73e;
  	text-decoration: none;
  	transition:.5s ease;
  animation-play-state: running;
  }

  .homeintro2 a:hover {
  	color: #000;
  	text-decoration: none;
  }

  .homeintro2 a:visited {
  	color: #000;
  	text-decoration: none;
  }

  @media only screen and (max-width: 790px) {
  .homeintro2 {
  	font-size: 95%;
  	}
  	}

  @media only screen and (max-width: 600px) {
  .homeintro2 {
  	font-size: 80%;
  	}
  	}

    @-webkit-keyframes move {
    from {
        background-position: 2px 19px;
      }
      to {
        background-position: 500px 19px;
      }
    }

    @keyframe move {
    from {
        background-position: 2px 19px;
      }
      to {
        background-position: 500px 19px;
      }
    }


   .meerr{
       text-align: center;
       bottom: 0px;
       font-family: "DXRigraf-ExtraBoldExpanded";
       /* mix-blend-mode: screen; */
       font-size: 26px;
       text-align: center;
       font-weight:bold;
       text-transform: uppercase;
       color: #000;
       opacity: .7;
   }



   .meerr a:link{
   color: #000;
   text-decoration: none;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
   }

   .meerr a:visited{
   color: #000;
   font-family: "DXRigraf-ExtraBoldExpanded";
   text-decoration: none;
   }


   .meerr a:hover{
   color: #e1f73e;
   font-family: "DXRigraf-ExtraBoldExpanded";
   text-decoration: none;
           box-shadow:
                1px 1px #000,
                2px 2px #000,
                3px 3px #000;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
   }


/* BALKEN */

.homeimg {
    width:800px;
    height:240px;
            }


@media only screen and (max-width: 790px) {
.homeimg {
    width:411px;
    height:119px;
            }
}



@media only screen and (max-width: 600px) {
.homeimg {
    width:300px;
    height:87px;
            }
}

.bodymovintop {
background-color: #e1f73e;
height: 400px; /* 450 */
padding-top: 66px; /* 76 */
  font-family: "DXRigraf-ExtraBoldExpanded";
  font-size: 25px;
}

.kopp {
  font-family: "DXRigraf-ExtraBoldExpanded";
  font-size: 30px;
  color: #000;

      -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.footerbalk {
background-color: #e1f73e;
height: 250px;
padding-top: 25px;
}


@media only screen and (max-width: 790px) {
.bodymovintop {
height: 240px; /* 350 */
padding-top: 46px; /* 56 */
}

.kopp {
  font-size: 23px;
}

}



@media only screen and (max-width: 600px) {
.bodymovintop {
height: 165px;
padding-top: 26px;
}

.kopp {
  font-size: 17px;
}

}


/* LAZY */


.img-responsive2 {
    display: block;
    height: auto;
    max-width: 100%;
    width:525px;
    height:285px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    background-color: #e1f73e;
}

.img-filler {
margin-bottom: 40px;
}

.embed-responsive{
 max-width: 100%;
 }

 .embed-responsive-item{
 max-width: 100% !important;
 background-color: #00ff0c;
 }


/* BODY MOVIN */




        #bodymovin{
            width:525px;
            height:285px;
            /*width:800px;
            height:500px;*/
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            margin: auto;
        }


        .botas_loop_3,.botas_loop_2{
            display:none
        }


@media only screen and (max-width: 790px) {

        #bodymovin{
            width:400px;
            height:216px;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            margin: auto;
        }
}



@media only screen and (max-width: 600px) {
        #bodymovin {
            width:300px;
            height:162px;
            display:block;
            overflow: hidden;
            transform: translate3d(0,0,0);
            margin: auto;
        }
        }

/* PARALLAX */

.vidthumb {
  max-width:880px;
  align: center;
  margin:0 auto; /*center aligned*/
}

video {
  height: auto;
  width: 100%;
}

.clarkboy {
    background-image: url('img/clarks.png');
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-color: #e1f73e;
    transition: 0s linear;
    transition-property: background-position;
    height: 470px;
    z-index: 10;
    }

    /* PARALLAX YOT */

    .parallax-section-yot {
    height: 470px;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('img/technix1441.jpg');
        background-color: #e1f73e;
    }

    @media (max-width: 2600px){
    .parallax-section-yot { background-image: url('img/yot2600.jpg');
    		height:470px;
    	}
    }

    @media (max-width: 1441px){
    .parallax-section-yot { background-image: url('img/yot1441.jpg');
    	height: 470px;
    	 }
    }

    @media (max-width: 790px) {
    .parallax-section-yot { background-image: url('img/yot790.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:370px;
    	width:100%;
    }
    }

    @media (max-width: 600px) {
    .parallax-section-yot { background-image: url('img/yot600.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:270px;
    	width:100%;
    }
    }

    /* PARALLAX TECHNIX */

    .parallax-section-tech {
    height: 470px;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('img/technix1441.jpg');
        background-color: #e1f73e;
    }

    @media (max-width: 2600px){
    .parallax-section-tech { background-image: url('img/technix2600.jpg');
    		height:470px;
    	}
    }

    @media (max-width: 1441px){
    .parallax-section-tech { background-image: url('img/technix1441.jpg');
    	height: 470px;
    	 }
    }

    @media (max-width: 790px) {
    .parallax-section-tech { background-image: url('img/technix790.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:370px;
    	width:100%;
    }
    }

    @media (max-width: 600px) {
    .parallax-section-tech { background-image: url('img/technix600.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:270px;
    	width:100%;
    }
    }

    /* PARALLAX IMAGRO */

    .parallax-section-im {
    height: 470px;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('img/imagro1441.jpg');
        background-color: #e1f73e;
    }

    @media (max-width: 2600px){
    .parallax-section-im { background-image: url('img/imagro2600.jpg');
    		height:470px;
    	}
    }

    @media (max-width: 1441px){
    .parallax-section-im { background-image: url('img/imagro1441.jpg');
    	height: 470px;
    	 }
    }

    @media (max-width: 790px) {
    .parallax-section-im { background-image: url('img/imagro790.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:370px;
    	width:100%;
    }
    }

    @media (max-width: 600px) {
    .parallax-section-im { background-image: url('img/imagro600.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:270px;
    	width:100%;
    }
    }

    /* PARALLAX SBB */

    .parallax-section-sbb {
    height: 470px;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('img/sbb1441.jpg');
        background-color: #e1f73e;
    }

    @media (max-width: 2600px){
    .parallax-section-sbb { background-image: url('img/sbb2600.jpg');
    		height:470px;
    	}
    }

    @media (max-width: 1441px){
    .parallax-section-sbb { background-image: url('img/sbb1441.jpg');
    	height: 470px;
    	 }
    }

    @media (max-width: 790px) {
    .parallax-section-sbb { background-image: url('img/sbb790.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:370px;
    	width:100%;
    }
    }

    @media (max-width: 600px) {
    .parallax-section-sbb { background-image: url('img/sbb600.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:270px;
    	width:100%;
    }
    }

    /* PARALLAX PULSED */

    .parallax-section-pls {
    height: 470px;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url('img/fact1441.jpg');
        background-color: #e1f73e;
    }

    @media (max-width: 2600px){
    .parallax-section-pls { background-image: url('img/pls2600.jpg');
    		height:470px;
    	}
    }

    @media (max-width: 1441px){
    .parallax-section-pls { background-image: url('img/pls1441.jpg');
    	height: 470px;
    	 }
    }

    @media (max-width: 790px) {
    .parallax-section-pls { background-image: url('img/pls790.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:370px;
    	width:100%;
    }
    }

    @media (max-width: 600px) {
    .parallax-section-pls { background-image: url('img/pls600.jpg');
    	background-attachment: scroll;
    	background-clip: border-box;
    	background-size: cover !important;
    	height:270px;
    	width:100%;
    }
    }

/* PARALLAX FACTURIS */

.parallax-section-fct {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/fact1441.jpg');
    background-color: #e1f73e;
}

@media (max-width: 2600px){
.parallax-section-fct { background-image: url('img/fact2600.jpg');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-fct { background-image: url('img/fact1441.jpg');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-fct { background-image: url('img/fact790.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-fct { background-image: url('img/fact600.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}

/* PARALLAX STAGE DESIGN */

.parallax-section-gg {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/gg1441.jpg');
    background-color: #00ffaa;
}

@media (max-width: 2600px){
.parallax-section-gg { background-image: url('img/gg2600.jpg');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-gg { background-image: url('img/gg1441.jpg');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-gg { background-image: url('img/gg790.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-gg { background-image: url('img/gg600.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}

/* PARALLAX LEIDEN */

.parallax-section-leiden {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/leiden1441.png');
    background-color: #b2b2b2;
}

@media (max-width: 2600px){
.parallax-section-leiden { background-image: url('img/leiden2600.png');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-leiden { background-image: url('img/leiden1441.png');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-leiden { background-image: url('img/leiden790.png');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-leiden { background-image: url('img/leiden600.png');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}


/* PARALLAX ZOZO */

.parallax-section-zozo {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/zozo1441.png');
    background-color: #00e2cf;
    /* opacity: 0.5; */
    /* mix-blend-mode: screen; */
}

@media (max-width: 2600px){
.parallax-section-zozo { background-image: url('img/zozo2600.png');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-zozo { background-image: url('img/zozo1441.png');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-zozo { background-image: url('img/zozo790.png');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-zozo { background-image: url('img/zozo600.png');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}


/* PARALLAX FABRIEK */

.parallax-section-fabr {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/fabr1441.jpg');
    background-color: #e1f73e;
}

@media (max-width: 2600px){
.parallax-section-fabr { background-image: url('img/fabr2600.jpg');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-fabr { background-image: url('img/fabr1441.jpg');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-fabr { background-image: url('img/fabr790.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-fabr { background-image: url('img/fabr600.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}


/* PARALLAX DRACHT */

.parallax-section-crv {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/crv1441.jpg');
    background-color: #e1f73e;
}

@media (max-width: 2600px){
.parallax-section-crv { background-image: url('img/crv2600.jpg');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-crv { background-image: url('img/crv1441.jpg');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-crv { background-image: url('img/crv790.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-crv { background-image: url('img/crv600.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}

/* PARALLAX INFO */

.parallax-section-kef {
height: 470px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/kef1441.jpg');
    background-color: #e1f73e;
}

@media (max-width: 2600px){
.parallax-section-kef { background-image: url('img/kef2600.jpg');
		height:470px;
	}
}

@media (max-width: 1441px){
.parallax-section-kef { background-image: url('img/kef1441.jpg');
	height: 470px;
	 }
}

@media (max-width: 790px) {
.parallax-section-kef { background-image: url('img/kef790.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:370px;
	width:100%;
}
}

@media (max-width: 600px) {
.parallax-section-kef { background-image: url('img/kef600.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:270px;
	width:100%;
}
}






.parallax-section-01 {
height: 414px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('img/kc02x.jpg');
}

@media (max-width: 2600px){
.parallax-section-01 { background-image: url('img/kc01.jpg');
		height:414px;
	}
}

@media (max-width: 1441px){
.parallax-section-01 { background-image: url('img/kc02x.jpg');
	height: 414px;
	 }
}

@media (max-width: 650px) {
.parallax-section-01 { background-image: url('img/kc01x-small.jpg');
	background-attachment: scroll;
	background-clip: border-box;
	background-size: cover !important;
	height:200px;
	width:100%;
}
}

/* SCROLLMAGIC */

#imagesequence {
}

.imagesequence {
}

#myimg {
margin-top: -435px !important;
margin-left: 50px;
}

#myimg2 {
margin-left: 500px;
margin-top: -500px !important;
}

@media only screen and (max-width: 1024px) {
#myimg {
margin-top: -435px !important;
margin-left: 0px;
}
}

@media only screen and (max-width: 890px) {
#myimg {
margin-top: -435px !important;
margin-left: -50px;
}
}

@media only screen and (max-width: 600px) {
#myimg {
margin-top: -435px !important;
margin-left: 15%;
}
}



/* BALK */

.balk {
background-color: #000;
font-size: 36px;
width: 100%;
height: 76px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 6px;
  margin-bottom: 45px;
  font-family: "DXRigraf-ExtraBoldExpanded";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.balk a:link {
	color: #fff;
	transition:.5s;
	text-decoration: none;
}

.balk a:hover {
	color: #e1f73e;
	text-decoration: none;
        text-decoration: none;
}

.balk a:visited {
	color: #fff;
	text-decoration: none;
}

.balk2 {
  background-color: #000;
  font-size: 24px;
  width: 100%;
  height: 60px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 15px;
    padding-bottom: 6px;
    font-family: "DXRigraf-ExtraBoldExpanded";
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.balk3 {
background-color: #e1f73e;
font-size: 36px;
width: 100%;
height: 76px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-family: "DXRigraf-ExtraBoldExpanded";
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.balk4 {
background-color: #000;
color: #e1f73e;
font-size: 24px;
width: 100%;
height: 60px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 6px;
  font-family: "DXRigraf-ExtraBoldExpanded";
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  .balk3 {
    font-size: 20px; /* 25px */
    height: 55px;
  }
}

@media only screen and (max-width: 766px) {
  .balk {
    font-size: 20px; /* 25px */
    height: 55px;
  }
}


/* CONTACT FORM */

::-webkit-input-placeholder { opacity: 1; color: #fff;
font-family: "DXRigraf-ExtraBoldExpanded";
	font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 0.2em; } /* gray80 */
:-moz-placeholder           { opacity: 1; color: #fff; } /* Firefox 18- (one color)*/
::-moz-placeholder          { opacity: 1; color: #fff; } /* Firefox 19+ (double colons) */
:-ms-input-placeholder      { opacity: 1; color: #fff; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}


/* Centres the page (this could be container)*/
.footer_form {
    display:block;
	opacity: 1;
    font-family: "DXRigraf-ExtraBoldExpanded";
	font-weight: bold;
    text-transform: uppercase !important;
    color: #e1f73e;
    margin-bottom: 25px;
}


/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label
{
    display:block;
    margin-top:20px;
    letter-spacing:2px;
	color:#e1f73e;
}

/* Centres the form within the page */
form
{
    width:480px;
	outline: none;
}

/* Styles the text boxes */
input, textarea, file {
    width:480px;
    height:37px;
    border:5px solid #000;
    background-color:#000;
    color:#e1f73e;
    margin-top:3px;
    margin-left:-11px;
    font-size: 1em;
    padding: 5px;
    font-family: "DXRigraf-ExtraBoldExpanded";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: normal;
    border-radius: 0;
}

    input:focus {
        border:5px solid #e1f73e;
        width:480px;
        outline: none;
        -webkit-transition : border 500ms ease-out;
        -moz-transition : border 500ms ease-out;
        -o-transition : border 500ms ease-out;
        transition : border 500ms ease-out;
    }

	textarea:focus {
		border:5px solid #e1f73e;
		color:#e1f73e;
		width:480px;
		height: 135px;
			outline: none;
 -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
	}

/* Styles the text area boxes (message field) */
textarea
{
	height:135px;
	background-color: #000;
}


/* Styles the submit button */
#submit {
}

/* Styles the submit hover */
#submit:hover {
	color:#e1f73e;
	background-color: #000;
	opacity:0.9;
	transition: opacity 0.5s 0.5s ease;
}

@media only screen and (max-width: 790px) {

/* CONTACT RESPONSIVE */

form  {
	width: 380px;
	font-size:11pt;
	text-transform: uppercase;
	margin-left:0px;
}

textarea:focus {
	width: 380px;
}

input:focus {
	width: 380px;
}

input, textarea, file {
	width: 380px;
	text-transform: uppercase;
}
}



@media only screen and (max-width: 600px) {

form  {
	width: 300px;
	font-size:11pt;
	margin-left:10px;
}

textarea:focus {
	width: 300px;
}

input:focus {
	width: 300px;
}

input, textarea, file {
	width: 300px;
}
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/* LEFT CENTER RIGHT - UITLEG BALK */

.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
}



.span_2_of_2 {
	width: 49.2%;  */ 100 */
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 790px) {
	.span_2_of_2 {
		width: 100%;
		margin-left: 0px !important;
	}
	.span_1_of_2 {
		width: 100%;
	}

	.koppie2 {
max-width: 100%;
}
}


span.line {
  display: inline-block;
}


.koppie {
max-width: 880px;
font-family: "DXRigraf-ExtraBoldExpanded";
color: #000;
font-size: 60px;
line-height: 0.95;
margin-bottom: 30px;
margin-top: 30px;
}


.koppiecenter {
text-align: center;
}

.koppiecenter2 {
text-align: center;
font-size: 90%;
}

@media only screen and (max-width: 790px) {
	.koppie {
	font-size: 30px;
}

	.koppie3 {
	font-size: 22px;
}

	.koppie3x {
	font-size: 22px;
}


.koppiecenter {
text-align: left;
}

.koppiecenter2 {
text-align: left;
}

}

.koppie2 {
max-width: 640px;
line-height: 1.55;
text-align:left;
margin-left: 20px;
margin-right: 20px;
}

.koppie3 {
font-family: "DXRigraf-ExtraBoldExpanded";
text-align:center;
color: #e1f73e;
font-size: 26px;
line-height: 0.95;
margin-bottom: 10px;
margin-top: 10px;
}

.koppie3x {
font-family: "DXRigraf-ExtraBoldExpanded";
text-align:center;
color: #000;
font-size: 26px;
line-height: 0.95;
margin-bottom: 10px;
margin-top: 40px;
}


.koppie4 {
font-style: italic;
font-size:20px;
color: #e1f73e;
}

.koppie5 {
text-align:left;
max-width: 750px;
color: #000;
line-height: 1.55;
}



.wrappur2{
    text-align:center;
    background-color: #fff;
    margin-top: 0px;
	max-width:880px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 14px;
}

.wrappur2 a:link {
	color: #e1f73e;
	transition:.5s;
}

.wrappur2 a:hover {
	color: #e1f73e;
	text-decoration: none;
           box-shadow:
                0px 2px #e1f73e;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
}

.wrappur2 a:hover {
	color: #000;
	text-decoration: none;
}

.wrappur2 a:visited {
	color: #000;
	text-decoration: none;
}

.wrappur2:after {
    content:"";
    display: table;
    clear: both;
    }

.tekstlinks{
    float: left;
    text-align: left;
    width: 73%;  /* 80% */
    max-height: 200px;
    max-width: 570px;
    margin-left: 20px;  /* 30 */
}

    @media screen and (max-width: 800px) {
        .tekstlinks {
        width: 450px;
		max-width: 450px;
        }

        .tekstright {
        width: 220px;
    	}
    	}

    @media screen and (max-width: 680px) {
        .tekstlinks {
        width: 355px;
		max-width: 355px;
        }

        .tekstright {
        width: 170px !important;
        }

    }

    @media screen and (max-width: 580px) {
        .tekstlinks {
        width: 250px;
		max-width: 250px;
        }

        .tekstright {
        width: 170px;
        }
    }


    @media screen and (max-width: 480px) {
        .tekstlinks {
        width: 220px;
		max-width: 170px;
		font-size: 80%;
        }

        .tekstright {
        width: 140px !important;
        font-size: 80%;
        }
    }

.tekstright{
	text-align: left;
    float: right;
    width: 190px;  /* 170 */
    margin-right: 20px;
}

.tekstcenter{
text-align:left;
    width: 80px;
    margin-left: 20px;  /* 30 */
    margin:0 auto !important;
   display:inline-block;
   opacity:1;
}



.wrappur{
    text-align:center;
    background-color: #fff;
    height: 80px;
    margin-top: 20px;
	max-width:880px;
	display: block;
	margin: 0 auto;
}

.previous{
    float: left;
    background-image: url("img/arrowl01.png");
    width: 71px;
    height: 36px;
    margin-left: 20px;  /* 30 */
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;

}

.previous:hover{
    background-image: url("img/arrowl02.png");
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	  animation: wiggle 1.5s infinite;
}

.next{
    float: right;
    background-image: url("img/arrowr01.png");
    width: 71px;
    height: 36px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.next:hover{
    background-image: url("img/arrowr02.png");
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	  animation: wiggle 1.5s infinite;
}


.center{
text-align:left;
    background-image: url("img/home_01.png");
    width: 162px;
    height: 38px;
    margin-left: 20px;  /* 30 */
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
    color: #000;
    margin:0 auto !important;
   display:inline-block;
   opacity:1;
}

.center:hover{
    background-image: url("img/home_02.png");
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	  animation: wiggle 1.5s infinite;
	  opacity:1;
}

/* VIDEO RESPONSIVE */

.yo {
max-width: 880px;
background-image: url("img/videobg.jpg");
padding: 30px;
background-color: #e1f73e;
display: block;
margin: 0 auto;
}

@media only screen and (max-width: 790px) {
.yo {
max-width: 880px;
background-image: url("img/videobg.jpg");
padding: 0px;
background-color: #e1f73e;
display: block;
margin: 0 auto;
}
}

.yo2 {
max-width: 880px;
background-color: #e1f73e;
display: block;
margin: 0 auto;
border-radius: 5px;
margin-bottom: 40px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    background-color: #e1f73e;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    background-color: #000;
}




/* PORTFOLIO GRID */

/* GRID */

.fillerx {
height: 100px;
padding:0px;
margin:0px;
}

#rig {
    /* max-width:900px; */
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#fff;
     margin-left: -20px;
}
#rig li {
    display: inline-block;
    /* display:inline;/*for IE6 - IE7*/
    /* width:50%; */
    vertical-align:middle;
    box-sizing:border-box;
    /* margin:0; */
padding-bottom:10px;
padding-left: 20px;
margin-left: 0px;
    /* padding:0px; */
}

/* The wrapper for each item */
.rig-cell {
    display:block;
    position: relative;
    overflow:hidden;
}

/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.05);
}

/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #e1f73e;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s ease;
    /* mix-blend-mode: multiply; /*multiply */ /* screen */ */
}


#rig li:hover .rig-overlay {
    opacity:0.9;
    transition:all 0.6s ease;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-family: "DXRigraf-ExtraBoldExpanded";
    font-size:24px;
    font-weight:bold;
    font-weight:normal!important;
    top:40%;
    color:#000;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}

.rig-text2 {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    font-family: 'Arvo', serif;
    font-size:14px;
    font-weight:normal!important;
    top:45%;
    margin-top:10px;
    color:#000;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}


#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

#rig li:hover .rig-text2 {
    transform:translateY(0px);
    opacity:0.9;
    display: inline;
}

@media screen and (max-width: 1024px) {
    .rig-text2 {
        display: none !important;
    }

    .rig-text {
    font-size: 20px;
    }
}

@media (max-width: 9000px) {
    #rig li {
        width:50%; /* 25 */
    }
}

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }

        .rig-text {
    font-size: 16px;
    }
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }

            .rig-text {
    font-size: 14px;
    }
}





/* KNOP */

.section-buttons {
    width: 250px;
    margin: auto;
	margin-bottom: 100px;
}

.section-buttons2 {
    width: 250px;
    margin: auto;
	margin-bottom: 100px;
}

.button {
    text-align: center;
    height: 32px;
    overflow: hidden;
}

a.knop {
	font-family: "DXRigraf-ExtraBoldExpanded";
    text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
    border: none;
    letter-spacing: 0.2em;
    position: relative;
    top: 0px;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

a.knop:hover {
    border: none;
    top: -34px;
}

a span {
    display: block;
}

a span.groen {
    padding: 6px;
    background-color: #e1f73e;
    color: #000;
}

a span.wit {
    padding: 6px;
    background-color: #000;
    color: #e1f73e;
}

.swing {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;

    -webkit-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: swing 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* SELECTIE KLEUR */

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #e1f73e;
	text-shadow: none;
}

::selection {
    color: #fff;
    background: #e1f73e;
	text-shadow: none;
}

/* FOOTER */
.boxx {
	width:110px;
	padding-bottom:25px;
}

.box01 {
	float:left;
	width:55px
}

#clearo {
	clear:both;
	}

.roll_over{
    height: 48px;
	width: 48px;
	float: left;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.roll_over:hover {
	background-position: 0px -48px;
	transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
	}

.facebook{
background-image:url('img/social_03.svg');
}
.instagram{
background-image:url('img/social_01.svg');
}
.linkedin{
background-image:url('img/social_02.svg');
}


.fillertje {
height: 80px;
}

.megafiller {
height: 0px;
}

#trigger {
}



@media only screen and (max-width: 790px) {
#myimg {
display: none;
visibility: hidden;
    clear: both;
}

.megafiller {
height: 0px;
}

.hideme {
opacity: 1;
}

}


@media only screen and (max-width: 600px) {
.megafiller {
height: 0px;
}

.burr {
visibility: hidden;
}

#trigger {
top: 250px;
}

.hideme {
opacity: 1;
}

#myimg {
display: inline;
visibility: hidden;
}

.footer_form {
margin-bottom: 25px;
}

}


.footerkop {
	font-family: 'CoreCircus3D', sans-serif;
    text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
    font-size: 48px;
    color: #000;
    }

.footerinfo {
	font-family: 'Arvo', serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    }

 .footerinfo a:link {
    color: #000;
   text-decoration: none;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
 }

.footerinfo a:hover {
color: #fff;
   text-decoration: none;
           box-shadow:
                1px 1px #000,
                2px 2px #000,
                3px 3px #000;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
}

   .footerinfo a:visited {
   color: #000;
   text-decoration: none;
   }

/* STICKY FOOTER LINK */

   .footerxxx{
    /*   position: fixed;     */
       text-align: center;
       margin-top: 5px;
       font-family: "DXRigraf-ExtraBoldExpanded";
       font-size: 14px;
       text-align: center;
       text-transform: uppercase;
       color: #000;
   }



   .footer{
    /*   position: fixed;     */
       text-align: center;
       bottom: 0px;
      /* width: 100%; */
       font-family: "DXRigraf-ExtraBoldExpanded";
       /* mix-blend-mode: screen; */
       font-size: 14px;
       text-align: center;
       font-weight:bold;
       text-transform: uppercase;
       color: #000;
       opacity: .7;
   }

   .footer a:link{
   color: #000;
   text-decoration: none;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
   }

   .footer a:visited{
   color: #000;
   font-family: "DXRigraf-ExtraBoldExpanded";
   text-decoration: none;
   }


   .footer a:hover{
   color: #fff;
   font-family: "DXRigraf-ExtraBoldExpanded";
   text-decoration: none;
           box-shadow:
                1px 1px #000,
                2px 2px #000,
                3px 3px #000;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
   }

.hideme {
opacity: 0;
}



ul {
	overflow: auto;
}

ul li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
    padding-left: -50px!important;
}

ul li a i {
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
	margin-bottom:100px;
}

#ul-wrapper {
 width:280px;
 margin:0 auto;
 text-align:center;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 opacity: .2;
 padding-top:1px;
 padding-bottom:1px;
 transition: all 0.5s ease-in-out;
}

#ul-wrapper:hover {
opacity: .7;
background-color: #fff;
}
