
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			300px; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
   
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu {
	float:			left;
	margin-bottom:	1em;
	width:90%;
    margin-left:45px;
    margin-top:-25px;
}

.nothome .menu{
    /*width:93%; */
    
}

.nothome .menu ul{
    background: transparent;
}

.nothome #nav-wrap{
    width:60%;
}


/* ivm responsive tot telefoon menu */
ul.menu{

	position:relative;
	height:auto;

}

ul.menu ul{
    border-top:solid 6px white;
}
/* eind ivm responsive tot telefoon menu */


.menu a {
	
	padding: 		.55em 0.8em;
	text-decoration:none;
    font-size:19px;
}


.menu li li a{
    font-size:16px;
    
}

/*.menu li a{text-transform:uppercase;}*/
.menu li li a{text-transform:none;}

.menu a { /* visited pseudo selector so IE6 applies text colour*/
    color:			white;
   font-family: 'Source Sans Pro', sans-serif; 
    font-weight:normal;

    
}



.menu a.nav-path-selected, ul li.nav-selected {
	font-weight: bold;
    
/*	color:#F26522;*/
}

.menu li li a.nav-path-selected{
    color:black; 
}

.menu li {
	background:		rgb(206,71,10); /**/
	font-weight: bold;
	
	/*padding-top:6px; */
}

.menu>li{border-left:solid white 6px;border-top:solid white 6px;width:150px;}

.menu li li{
    padding-left: 4px;
    margin-top: -1px; /* haalt streepje tussen de menu's weg op ios(7)
}

.menu li li li {
	/*background:		#9AAEDB;*/
}

.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	/* background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/

.menu > li > a > .sf-sub-indicator { /* haalt pijltjes uit hoofdmenu */
        background:none;
}

.menu a.sf-with-ul {
	/*padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* menu icon */
#menu-icon {
        display: none; /* hide menu icon initially */
}

@media (max-width: 10000px)
{
 
    .menu > li{
         width:170px;   
    }
    .menu ul {
        width:340px;  
    }
}

@media (max-width: 1200px)
{

   
     body{background-image:url()}
    .menu > li{
         width:150px;   
    }
    .menu ul {
        width:300px;  
    }
}

@media (max-width: 992px)
{

    body{background-image:url()}
    .menu > li{
         width:130px;   
    }
    .menu ul {
        width:260px;  
    }
    .menu a {
    font-size: 18px;
    }
}



/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 767px) {
 

 
        /* menu icon */
        #menu-icon {
                font-family: avinirblack,sans-serif;
                color: white;
                width: 42px;
                height: 30px;
                background:  url(../images/menu-icon-w.png) no-repeat 10px center;
                padding: 8px 10px 0 42px;
                cursor: pointer;

                display: block; /* show menu icon */
		        margin-top:-7px;
		        margin-left:120px;
                font-size: 18px;
		
        }
        
       
        
        #menu-icon:hover {
                
        }
        #menu-icon.active {
                
        }
 
        /* main nav */
        .menu {
                margin-left:0;
                 margin-right:0;
                clear: both;
                position: relative;
                top: 0px;
                width: 100%;
                z-index: 10000;
/*                padding: 5px;*/
                background: white;
                margin-top:0;
                /*display: none;*/ /* visibility will be toggled with jquery */
		
        }


        ul.menu ul{border-top:0;}
    
        .menu li {
                clear: both;
                float: none;
             
                padding: 10px 2% 10px 38px;
                width: 100%;
                 border-right:0;border-left:0;
        }
    
    .menu li li{
                padding: 10px 2% 10px 10px;
            
        }
    
        .menu a,
        .menu ul a {
                font: inherit;
                background: none;
                display: inline;
                padding: 0;
                border: none;
		    height:30px;
        }
        
        .menu a:hover,
        .menu ul a:hover {
                background: none;
             
		
        }
 
        /* dropdown */
        .menu ul {
                width: auto;
                position: static;
                display: block;
                border: none;
                background: inherit;
		
        }
	
	.menu ul li:first-child{margin-top:15px;}
	.menu ul li:last-child{margin-bottom:15px;}
	
        .menu ul li {
                margin: 5px 0 5px 10px;
        }
 
}
 
@media screen and (min-width: 767px) {
 
        /* ensure #nav is visible on desktop version */
/*
        .menu {
                display: block !important;
        }
*/
 
}
