

#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
	text-align:center;
	display:inline-block;
}

#menu li
{
    list-style: none;
	font-size:28px;
	display:inline;
  	margin-right: 0.5em;

}

#menu a
{

    width: 8em;
    color:#000;
    text-decoration: none;
    text-align: center;
	padding-left:50px;
}

#menu a:hover
{
   	color:#333;
   	background-image:url(../images/menu_soes.png);
   	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 50px; /* Adjust according to image size to push text across. */
	width:120px;
}

/* menu stijlen slide out menu */

.menu, menu a {
	float:left;
	margin-left:15px;
	margin-top:12px;
	z-index: 1000;
	text-decoration:none;
}

.slideout-menu {
	position: fixed;
	top: 0;
	left: -350px;
	width: 350px;
	height: 100%;
	background: #FFF;
	z-index: 1000;
	overflow-y:auto;
	font-family:'Sanford-0103_demo';
}

.slideout-menu-title {
	color: #fff;
	font-weight: 500;
	font-size: 2em;
	padding-left:0.6em;
	margin-bottom:6%;
}

.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.5em;
	font-weight:800;
	background-color:#000;


}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 8px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-weight:bolder;
	color: #000;
	vertical-align: top;
	z-index:99;
}
.slideout-menu .slideout-menu-toggle:hover {
	background:#000;;
	border-radius:7px;
	color:#fff;
	text-decoration:none;
	border:3px;
	border-style:solid;
	padding: 6px 9px 5px;
	top:5px;
	right:7px;

}
.slideout-menu ul {
	list-style: none;
	font-weight: 400;
	text-align:center;
	border:none;
	width:100%;
	margin:0 auto;

}
.slideout-menu ul li {
	padding:3px;
	text-align:center;
	margin:0 auto;
}
.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 8px;
	text-decoration: none;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.7s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.7s;
	transition: transform ease-out 0.1s, background 0.7s;
	color:#000;
	border:2px solid;
	border-radius:7px;

}

.slideout-menu ul li a:hover {
	background:#FFF;
	border-radius:7px;
	color:#000;
	text-decoration:none;
	border-color:#000;
	color:#333;
   	background-image:url(../images/menu_soes.png);
   	background-position: left center;
  	background-repeat: no-repeat;

}




	@media screen and (min-width: 0px) and (max-width: 650px) {
  .navbar {
    		display: none;
  		}
		hr {
			display:none;
		}

 		 .menu {
    		display: inline-block;
	  		position:fixed;
  		}
		.treeline {
			display:inline-block;
		}
		  /* show it on small screens */
}

@media screen and (min-width: 651px) {
 .navbar {
    		display: block;
  		}

 		 .menu {
    		display: none;
	  		position:fixed;
  		}
		   /* hide it elsewhere */
}



ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
	border:1px solid #000;
}

ul.pagination li a.active {
    background-color: #000;
    color: white;
	border:1px solid #000;
}

ul.pagination li a:hover:not(.active) {
	background-color: #000;
	border:1px solid #000;
	color:#FFF;
}

.treeline {
    cursor: pointer;
	position:fixed;
	top:5px;
}

 .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.menu_logo {
	padding:2%;
	margin-bottom:20px;
	margin-top:20px;
}

/*hover stijl menu */

#home .home a, #assortiment .assortiment a, #contact .contact a {
   	background-image:url(../images/menu_soes.png);
	background-position: left center;
  	background-repeat: no-repeat;
  	padding-left: 50px; /* Adjust according to image size to push text across. */
	width:80px;
}
/* hover style slide out menu */
#home .slide_home a, #assortiment .slide_assortiment a, #contact .slide_contact a {
   	background-image:url(../images/menu_soes.png);
	background-position: left center;
  	background-repeat: no-repeat;
	padding-left:5px;
}

.rotate90:hover {
-webkit-transform: rotate(360deg);
              -moz-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
              -o-transform: rotate(360deg);
              transform: rotate(360deg);
}

#success_message{ display: none;}
