/*
******************************************************************
*
* dropdown 2015
*
*/

.ws_ctg_menu_2015 {
	text-align: left;
}
.ws_ctg_menu_2015 ul,
.ws_ctg_menu_2015 li {
  margin: 0;
  padding: 0;
  position: relative;
}
.ws_ctg_menu_2015:after,
.ws_ctg_menu_2015 ul:after {
  content: '';
  display: block;
  clear: both;
}
.ws_ctg_menu_2015 a {
	
	color: #fff;
	display: block;
	text-decoration: none;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	line-height: 2.5em;
	position: relative;
	margin: 0;
	font-weight: bold;	
}
.ws_ctg_menu_2015 a:hover {
	color: #FFF;
	background-color: #0003fe;
	text-decoration: none;
}
.ws_ctg_menu_2015 a p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.ws_ctg_menu_2015 a p span {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
.ws_ctg_menu_2015 a p span:first-child {
	font-weight: bold;
}
.ws_ctg_menu_2015 ul {
	list-style: none;
}
.ws_ctg_menu_2015 ul > li > ul {
	/* border: 1px solid #444; */
}
.ws_ctg_menu_2015 > ul {
	float: left;
}
.ws_ctg_menu_2015 > ul > li {
	float: left;
}
.ws_ctg_menu_2015 > ul > li.has-sub:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: -10px;
	margin-bottom: -1px;
}

.ws_ctg_menu_2015 > ul > li.has-submenu:hover::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #444;
  margin-left: -10px;
}

.ws_ctg_menu_2015 > ul > li:first-child > a {
}
.ws_ctg_menu_2015 > ul > li:last-child > a {
}

.ws_ctg_menu_2015 > ul > li.active a {
}
.ws_ctg_menu_2015 > ul > li:hover > a {
}
.ws_ctg_menu_2015 .has-sub {

}
.ws_ctg_menu_2015 .has-sub:hover > ul {
	display: block;
	z-index: 1;
}
.ws_ctg_menu_2015 .has-sub ul {
	display: none;
	position: absolute;
	min-width: 200px;
	top: 100%;
	left: 0;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 0.9em;

	-webkit-box-shadow: 0px 4px 8px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 4px 8px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 4px 8px 10px rgba(0, 0, 0, 0.3);	

}
.ws_ctg_menu_2015 .has-sub ul li {
	*margin-bottom: -1px
  }
.ws_ctg_menu_2015 .has-sub ul li a { /* submenu */
	filter: none;
	display: block;
	line-height: 3em;
	text-shadow: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 0.3em 0.5em;
	color: #000;
	margin: 0.3em;
	white-space: nowrap;
}
.ws_ctg_menu_2015 .has-sub ul li:hover a {
	color: #fff;
	background-color: #0003fe;
}
.ws_ctg_menu_2015 .has-sub ul li.has-sub:hover > a:after {
	content: "E"; 
	font-family: 'ElegantIcons';
	font-size: 1.2em;
	margin-left: 10px;
	line-height: 1.4em;
	color: #FFF;
	right: 1em;
	top: 0.75em;
	position: absolute;
}
.ws_ctg_menu_2015 .has-sub .has-sub:hover > ul {
	display: block;
}
.ws_ctg_menu_2015 .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.ws_ctg_menu_2015 .has-sub .has-sub ul li a {
	line-height: 3em;
	background-color: #f8f8f8;
	color: #000;
}
.ws_ctg_menu_2015 .has-sub .has-sub ul li a:hover {
	background-color: #0003fe;
	color: #fff;
}

/* CUSTOM */
.ws_ctg_menu_2015 {
/*
	border-top-left-radius: 6px;
	background-color: #4c4c4c
*/
}

.ws_ctg_menu_2015 > ul {
/*
	background: rgb(0, 79, 154);
	background: -moz-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -webkit-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -o-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -ms-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: linear-gradient(0deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 1px solid #6192c1;

*/
	width: 100%;
	display: flex;
}

.ws_ctg_menu_2015 > ul > li {
	margin: auto;
	padding: 0em;
	border-right: 1px dotted rgba(255,255,255,0.1);
}
.ws_ctg_menu_2015 > ul > li:last-child {
	border: none;
}
.ws_ctg_menu_2015 > ul > li > a {
	padding: 0.2em 1.3em;
	color: #0003fe;
/*	text-shadow: 0 1px 3px rgba(0,0,0,0.4); */
}
.ws_ctg_menu_2015 > ul > li.has-sub > a:after {
	content: " C";
	font-size: 1.3em;
	position: absolute;
	top: 5px;
	right: 0em;
	text-shadow: none;
	font-family: Eleganticons;
	color: rgba(0,3,254,0.9);
}
.ws_ctg_menu_2015 > ul > li:hover {
	background-color: rgba(255,255,255,0.1);
}
.ws_ctg_menu_2015 > ul > li:hover a {
}

.ws_ctg_menu_2015 > ul > li > ul {
	background-color: #27509b;
}
.ws_ctg_menu_2015 > ul > li > ul a {
	color: #fff;
	font-size: 1.3em;
	padding: 0.5em 0.5em;
}
.ws_ctg_menu_2015 > ul > li > ul a:hover {
	background-color: #0003fe;
	color: #fff;
}
/* large */
@media screen
and (min-width : 769px) 
and (max-width : 993px) {
	.ws_ctg_menu_2015 > ul > li {
		padding: 1em 0.5em;
	}
	.ws_ctg_menu_2015 > ul > li > a {
		font-size: 1.2em;
	}
}

/* medium */
@media screen
and (max-width : 769px) {
	.ws_ctg_menu_2015 > ul {
		border-radius: 0
	}	
	.ws_ctg_menu_2015 > ul > li {
		padding: 10px 0px;
		display: block;
		float: none;
	}
	.ws_ctg_menu_2015 > ul > li > a {
		font-size: 1.1em;
	}
	.ws_ctg_menu_2015 > ul > li.has-sub > a:after {
		font-size: 1.4em;
		position: absolute;
		top: 3px;
		right: 2px;
	}
	.ws_ctg_menu_2015 > ul {
		display: none;
	}
	.ws_ctg_menu_2015 {
		border-radius: 0;
		margin-top: 0;
	}
/*
	.ws_ctg_menu_2015:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		text-align: left;
		font-size: 1.6em;
		font-weight: bold;
		margin: 1px;
		padding-top:  0.1em;
		padding-right: 0.1em;
		padding-bottom: 0.1em;
		padding-left: 0.1em;
			-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid white;
	}
*/

	.ws_ctg_menu_2015:hover > ul ul {
		display: block;
		width: 100%;
		border: 0;
		position: static;
		padding-left: 12px;
	}

	.ws_ctg_menu_2015:hover > ul ul li a:hover {
		background-color: white;
		color: black;
	}
	/*
	.ws_ctg_menu_2015:hover > ul {
		display: block;
	}
	*/
	.ws_ctg_menu_2015:hover > ul > li:hover {
		background-color: transparent;
	}
}


/* RESPONSIVE 2015 product */
/*
* small phone
*/
@media screen
and (max-width: 360px) {

	.ws_ctg_menu_2015 {
		font-size: 1.3em;
	}
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {

	.ws_ctg_menu_2015 {
		font-size: 1.2em;
	}
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {

	.ws_ctg_menu_2015 {
		font-size: 0.45em;
	}
}
/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	.ws_ctg_menu_2015 {
		font-size: 0.8em;
	}		
}
/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
	.ws_ctg_menu_2015 {
		font-size: 0.9em;
	}	
}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
/*
	.ws_ctg_menu_2015:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		padding: 0.2em;
		text-align: left;
		font-size: 2.7em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-weight: bold;
		margin: 0.2em;
		background: #0003fe;
	}


	.ws_ctg_menu_2015:hover ul {
		display: block !important;
		float:none !important;
		position:relative !important;
	}
*/

	.ws_ctg_menu_2015 ul ul,
	.ws_ctg_menu_2015 ul ul li,
	.ws_ctg_menu_2015 ul li ul,
	.ws_ctg_menu_2015 ul ul li a,	
	.ws_ctg_menu_2015 ul li,
	.ws_ctg_menu_2015 ul li a {		
		display: block !important;
		float:none !important;
		text-align: center !important;
		position:relative !important;
		padding: 0.1em !important;
		width: auto !important;
		left: auto !important;
	}	
	.ws_ctg_menu_2015 ul li a span {
		border: none !important;		
	}
	.ws_ctg_menu_2015 > ul {
		display: none;
	}

	.ws_ctg_menu_2015 label {
      position:relative;
      display:block;
      width:100%;
      min-height:2.25em;
      padding:.45em;
      font-size:1.1em;
      margin:0;
      border: .15em solid rgba(60, 60, 60, .2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #03F;
    }
    
    .ws_ctg_menu_2015 label:after {
      position: absolute;
      right: .25em;  
      top: -0.05em; 
 
 		font-family: ElegantIcons;
		content: "";
	/*	
      content:"\2261";
 */
      font-size:1.8em;
  	box-sizing: border-box;
	-moz-box-sizing: border-box;  	
	}	
	/* change things on checked */
    .ws_ctg_menu_2015 input[type=checkbox]:checked ~ label:after {
      color:#555;
    }

    .ws_ctg_menu_2015 input[type=checkbox]:checked ~ ul {
      display:block;
	  float: none;
        
      > li {
        width:100%;
        opacity:.9;
        text-align:left;
    
        &:after {
          position:absolute;
          right:.25em;
/*
		font-family: ElegantIcons;
		content: "";
/*
          content:"\203A";
          font: bold 1.4em sans-serif;
*/
        }
      }
	}
}




@media screen
and (min-width: 769px) {
	.ws_ctg_menu_2015 label { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}
}

.ws_ctg_menu_2015 input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* END OF MOBIL HAMBURGER MENU */




/* FLAT MENU */

/*
******************************************************************
*
* dropdown 2015
*
*/

.ws_ctg_flatmenu_2015 {
	text-align: left;
	position: relative;
}

.ws_ctg_flatmenu_2015 > ul {
	z-index: 4;
	background: rgb(0, 79, 154);
	background: -moz-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -webkit-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -o-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -ms-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: linear-gradient(0deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
	border-top: 1px solid #6192c1;
	position: relative;
}

.ws_ctg_flatmenu_2015 ul,
.ws_ctg_flatmenu_2015 li {
  margin: 0;
  padding: 0;
}
.ws_ctg_flatmenu_2015:after,
.ws_ctg_flatmenu_2015 ul:after {
  content: '';
  display: block;
  clear: both;
}
.ws_ctg_flatmenu_2015 a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0.5em;
	line-height: 2em;
	position: relative;
	margin: 0;
}

.ws_ctg_flatmenu_2015 a:hover {
	color: #FFF;
	text-decoration: none;
}

.ws_ctg_flatmenu_2015 > ul > li > a {
	line-height: 3.4em;
}


.ws_ctg_flatmenu_2015 a p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.ws_ctg_flatmenu_2015 a p span {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
.ws_ctg_flatmenu_2015 a p span:first-child {
	font-weight: bold;
}
.ws_ctg_flatmenu_2015 > ul {
	list-style: none;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.ws_ctg_flatmenu_2015 ul > li > ul {

}
.ws_ctg_flatmenu_2015 > ul > li {
	flex: 1;
	margin: auto;
/*	float: left; */
/*	width: 20%; */
	border-right: 1px dotted rgba(255,255,255,0.1);
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */	
}
/*
.ws_ctg_flatmenu_2015 > ul > li.has-sub:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: -10px;
	margin-bottom: -1px;
}

.ws_ctg_flatmenu_2015 > ul > li.has-submenu:hover::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #444;
  margin-left: -10px;
}
*/

.ws_ctg_flatmenu_2015 > ul > li:first-child {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.ws_ctg_flatmenu_2015 > ul > li:last-child  {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.ws_ctg_flatmenu_2015 > ul > li.active a {
}
.ws_ctg_flatmenu_2015 > ul > li:hover > a {
}
.ws_ctg_flatmenu_2015 .has-sub {

}
.ws_ctg_flatmenu_2015 .has-sub .has-sub {
	background-color: rgba(255,255,255,0.3);
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1em;
	margin-right: 0.15em;
	margin-bottom: 0.15em;
	margin-left: 0.15em;
	list-style-type: none;

}
.ws_ctg_flatmenu_2015 .has-sub .has-sub a {
	color: #000;
	text-indent: 0;	
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub a:before {
	content: "";
}
.ws_ctg_flatmenu_2015 .has-sub:hover > ul {
/*
	display: block;
	z-index: 15;
*/
}
.ws_ctg_flatmenu_2015 .has-sub > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0px;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 3px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 6px 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 3px 3px rgba(0, 0, 0, 0.4);
	font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.ws_ctg_flatmenu_2015 .has-sub ul li {
	float: left;
	list-style-type: none;
	color: #000;
	list-style-position: outside;
  }
.ws_ctg_flatmenu_2015 .has-sub ul li a { /* submenu */
	filter: none;
	/*	line-height: 2em; */
	text-shadow: none;
	color: #000;
	margin: 0em;
	white-space: nowrap;
	font-size: 0.75em;
	display: block;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	text-indent: 1em;
	
}
.ws_ctg_flatmenu_2015 .has-sub ul li a:before {
	content: "E";
	font-family: "ElegantIcons";
}


.ws_ctg_flatmenu_2015 .has-sub ul li a span {
	padding-left: 1em;
}
/*
.ws_ctg_flatmenu_2015 ul li.has-sub ul li:not(.has-sub) a:before {
	content: "D";
	font-family: "ElegantIcons";
}
*/

.ws_ctg_flatmenu_2015 .has-sub ul li:hover a {
	color: #fff;
	background-color: #0003fe;
}
/*
.ws_ctg_flatmenu_2015 .has-sub ul li:hover > a:after {
	content: "N";  
	font-family: 'ElegantIcons';
	font-size: 1.2em;
	margin-left: 10px;
	line-height: 1.4em;
}
*/
.ws_ctg_flatmenu_2015 .has-sub .has-sub:hover > ul {
	display: block;
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub ul li a {
	line-height: 3em;
	background-color: #f8f8f8;
	color: #000;
}
.ws_ctg_flatmenu_2015 .has-sub .has-sub ul li a:hover {
	background-color: #0003fe;
	color: #fff;
}

/* CUSTOM */
.ws_ctg_flatmenu_2015 {
/*
	border-top-left-radius: 6px;
	background-color: #4c4c4c
*/
}

.ws_ctg_flatmenu_2015 > ul {
/*
	background: rgb(0, 79, 154);
	background: -moz-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -webkit-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -o-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: -ms-linear-gradient(270deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	background: linear-gradient(0deg, rgb(40, 79, 154) 55%, rgb(50, 107, 162) 100%);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: 1px solid #6192c1;

*/
	width: 100%;
}

.ws_ctg_flatmenu_2015 > ul > li {
	padding: 0;
	margin: 0;
	border-right: 1px dotted rgba(255,255,255,0.1);
	text-transform: uppercase;
}
.ws_ctg_flatmenu_2015 > ul > li li {
	text-transform: none;
}
.ws_ctg_flatmenu_2015 > ul > li:last-child {
	border: none;
}
.ws_ctg_flatmenu_2015 > ul > li > a {
	color: #f5f5f5;
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
	display: block;
}
.ws_ctg_flatmenu_2015 > ul > li.has-sub > a:after {
	content: " C";
	font-size: 1.3em;
	position: absolute;
	top: 1px;
	right: 0.35em;
	text-shadow: none;
	font-family: Eleganticons;
	color: rgba(255,255,255,0.5);
}
.ws_ctg_flatmenu_2015 > ul > li:hover {
	background-color: #fff;
}
.ws_ctg_flatmenu_2015 > ul > li:hover a {
	color: #000;
}

.ws_ctg_flatmenu_2015 > ul > li > ul {
	background-color: #27509b;
}
.ws_ctg_flatmenu_2015 > ul > li > ul a {
	color: #fff;
	font-size: 0.9em;
	padding: 0.2em 0.05em;
}

.ws_ctg_flatmenu_2015 > ul > li > ul a:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
/* large */
@media screen
and (min-width : 769px) 
and (max-width : 993px) {
	.ws_ctg_flatmenu_2015 > ul > li {
		padding: 1em 0.5em;
	}
	.ws_ctg_flatmenu_2015 > ul > li > a {
		font-size: 1.2em;
	}
}

/* medium */
@media screen
and (max-width : 769px) {
	.ws_ctg_flatmenu_2015 > ul {
		border-radius: 0
	}	
	.ws_ctg_flatmenu_2015 > ul > li {
		padding: 10px 0px;
		display: block;
		float: none;
	}
	.ws_ctg_flatmenu_2015 > ul > li > a {
		font-size: 1.1em;
	}
	.ws_ctg_flatmenu_2015 > ul > li.has-sub > a:after {
		font-size: 1.4em;
		position: absolute;
		top: 3px;
		right: 2px;
	}
	.ws_ctg_flatmenu_2015 > ul {
		display: none;
	}
	.ws_ctg_flatmenu_2015 {
		border-radius: 0;
		margin-top: 0;
	}
/*
	.ws_ctg_flatmenu_2015:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		text-align: left;
		font-size: 1.6em;
		font-weight: bold;
		margin: 1px;
		padding-top:  0.1em;
		padding-right: 0.1em;
		padding-bottom: 0.1em;
		padding-left: 0.1em;
			-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid white;
	}
*/

	.ws_ctg_flatmenu_2015:hover > ul ul {
		display: block;
		width: 100%;
		border: 0;
		position: static;
		padding-left: 12px;
	}

	.ws_ctg_flatmenu_2015:hover > ul ul li a:hover {
		background-color: white;
		color: black;
	}
	/*
	.ws_ctg_flatmenu_2015:hover > ul {
		display: block;
	}
	*/
	.ws_ctg_flatmenu_2015:hover > ul > li:hover {
		background-color: transparent;
	}
}


/* RESPONSIVE 2015 product */
/*
* small phone
*/
@media screen
and (max-width: 360px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 1.3em;
	}
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 1.2em;
	}
}
/* fullscreen tablet landscape */
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 1.1em;
	}
}
/* desktop small */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {

	.ws_ctg_flatmenu_2015 {
		font-size: 0.5em;
	}
}
/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	.ws_ctg_flatmenu_2015 {
		font-size: 0.8em;
	}		
}
/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
	.ws_ctg_flatmenu_2015 {
		font-size: 0.9em;
	}	
}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
/*
	.ws_ctg_flatmenu_2015:before {
		font-family: ElegantIcons;
		content: "  ";
		color: #fff;
		display: block;
		padding: 0.2em;
		text-align: left;
		font-size: 2.7em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-weight: bold;
		margin: 0.2em;
		background: #0003fe;
	}


	.ws_ctg_flatmenu_2015:hover ul {
		display: block !important;
		float:none !important;
		position:relative !important;
	}
*/

	.ws_ctg_flatmenu_2015 ul ul,
	.ws_ctg_flatmenu_2015 ul ul li,
	.ws_ctg_flatmenu_2015 ul li ul,
	.ws_ctg_flatmenu_2015 ul ul li a,	
	.ws_ctg_flatmenu_2015 ul li,
	.ws_ctg_flatmenu_2015 ul li a {		
		display: block !important;
		float:none !important;
		text-align: center !important;
		position:relative !important;
		padding: 0.1em !important;
		width: auto !important;
		left: auto !important;
	}	
	.ws_ctg_flatmenu_2015 ul li a span {
		border: none !important;		
	}
	.ws_ctg_flatmenu_2015 > ul {
		display: none;
	}



	.ws_ctg_flatmenu_2015 label {
		position:relative;
		display:block;
		padding:.45em;
		font-size:1em;
		margin:5px;
		border: 1px solid rgba(60, 60, 60, 0.2);
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		background-color: #eee;
		color: #111;
		text-transform: uppercase;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select:none;
		user-select:none;
		-o-user-select:none;
    }
    
    .ws_ctg_flatmenu_2015 label:after {
		display: block;
		float: right;
		content:"\2261";		
		font-size:1em;
	}	


	/* change things on checked */
    .ws_ctg_flatmenu_2015 input[type=checkbox]:checked ~ label:after {
      color:#555;
    }

    .ws_ctg_flatmenu_2015 input[type=checkbox]:checked ~ ul {
      display:block;
	  float: none;
        
      > li {
        width:100%;
        opacity:.9;
        text-align:left;
    
        &:after {
          position:absolute;
          right:.25em;
/*
		font-family: ElegantIcons;
		content: "";
/*
          content:"\203A";
          font: bold 1.4em sans-serif;
*/
        }
      }
	}
}




@media screen
and (min-width: 769px) {
	.ws_ctg_flatmenu_2015 label { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}
}

.ws_ctg_flatmenu_2015 input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* END OF MOBIL HAMBURGER MENU */


/* COLUMNED MENU */

.ws_ctg_flatmenu_2015 .has-sub ul.column {
	float: left;
	width: 20%;

}
.ws_ctg_flatmenu_2015 .has-sub ul.column li {
	float: none;
	clear: both;
	text-align: left;
}