/* RESPONSIVE 2015 */
/*
* small phone
*/
@media screen
and (max-width: 360px) {
	.ATEDIN2015_main a {
		padding-right: 0.3em;
		padding-left: 0.3em;
		font-size: 1.4em;
		border-bottom: 1px dotted rgba(0,0,0,0.2);
	}
}
/*
* phone and tablet
*/
@media screen
and (min-width: 361px)
and (max-width: 768px) {
	.ATEDIN2015_main a {
		padding-right: 0.4em;
		padding-left: 0.4em;
		font-size: 1.3em;
	}
}

/* fullscreen tablet */
@media only screen
and (orientation: landscape)
and (max-device-width : 1279px) {
	.ATEDIN2015_main a {
		padding-right: 1em;
		padding-left: 1em;
	}
}
/* desktop small */
@media only screen
and (min-width : 994px)
and (min-device-width : 1280px) {
	.ATEDIN2015_main a {
		padding-right: 1em;
		padding-left: 1em;
	}
}
/* desktop large */
@media only screen
and (min-width : 769px)
and (max-width : 993px) {
	.ATEDIN2015_main a {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
}

/* desktop and tablet */
@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	.ATEDIN2015_main a {
		padding-right: 1em;
		padding-left: 1em;
	}
	.ATEDIN2015_footer > ul > li {
		float: left;
		margin: 1.5em;
	}

}

/* desktop BIG extra for WESTERLEIGT */
@media only screen
and (min-width : 1170px) {
	.ATEDIN2015_main a {
		padding-right: 1em;
		padding-left: 1em;
	}
	.ATEDIN2015_footer > ul > li {
		float: left;
		margin-left: 3em;
		margin-top: 1.5em;
		margin-right: 1em;
		text-align:left;
	}

}

/* MOBIL HAMBURGER MENU 2015  */
@media screen
and (max-width: 768px) {
/*
	.ATEDIN2015_main: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: #20446e;
	}


	.ATEDIN2015_main:hover ul {
		display: block !important;
		float:none !important;
		position:relative !important;
	}
*/

	.ATEDIN2015_main ul ul,
	.ATEDIN2015_main ul ul li,
	.ATEDIN2015_main ul li ul,
	.ATEDIN2015_main ul ul li a,	
	.ATEDIN2015_main ul li,
	.ATEDIN2015_main ul li a {		
		display: block !important;
		float:none !important;
		text-align: center !important;
		position:relative !important;
		padding: 0.5em !important;
		width: auto !important;
		left: auto !important;
	}	
	.ATEDIN2015_main ul li a span {
		border: none !important;		
	}
	.ATEDIN2015_main > ul {
		display: none;
	}

	.ATEDIN2015_main label {
	position: relative;
	display: block;
	width: 100%;
	min-height: 2.25em;
	padding: .45em;
	font-size: 1.6em;
	margin: 0;
	border: .15em solid rgba(60, 60, 60, .5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #999;

	}
    
    .ATEDIN2015_main label:before {
      content:"MENU";
	}	
    .ATEDIN2015_main label:after {
      position: absolute;
      right: .25em;  
      top: 0; 
      content:"\2261";
      font-size:1.8em;
  	box-sizing: border-box;
	-moz-box-sizing: border-box;  	
	}	
	/* change things on checked */

    .ATEDIN2015_main input[type=checkbox]:checked ~ label {
	background-color: #666;
    }
	.ATEDIN2015_main input[type=checkbox]:checked ~ label:after {
      color:#fff;
    }

    .ATEDIN2015_main input[type=checkbox]:checked ~ ul {
      display:block;
	  float: none;
        
      > li {
        width:100%;
        opacity:.8;
        text-align:left;
    
        &:after {
          position:absolute;
          right:.25em;
          content:"\203A";
          font: bold 1.4em sans-serif;
        }
      }
	}
	
	.ATEDIN2015_footer {
		overflow: hidden;
		float:none;
		display: none;

	}

	.ATEDIN2015_footer .has-sub ul li {
		text-align: center;
	}	
	.ATEDIN2015_footer > ul {
		float: none;
		display:block;
		margin: 0;
	}

	
}

@media screen
and (min-width: 769px) {
	.ATEDIN2015_main label { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}
	.ATEDIN2015_footer {
		overflow: hidden;
		float:left;
	}
	.ATEDIN2015_footer label { 
	  display:none;
	  cursor: pointer;
	  user-select:none;
	}
	
	.ATEDIN2015_footer .has-sub ul li {
		text-align: left;
	}	
	.ATEDIN2015_footer > ul {
		float: left;
	}


}

.ATEDIN2015_main input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.ATEDIN2015_footer input[type=checkbox] {
	display:none;
}
	
.ATEDIN2015_footer label {
	display:none;
}
/* END OF MOBIL HAMBURGER MENU */



/* MAIN MULTI DROPDOWN 2015 */

.ATEDIN2015_main {
	padding: 0em;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ATEDIN2015_main ul,
.ATEDIN2015_main li {
  margin: 0;
  padding: 0;
  position: relative;
}
.ATEDIN2015_main:after,
.ATEDIN2015_main ul:after {
  content: '';
  display: block;
  clear: both;
}
.ATEDIN2015_main a {
	color: #222;
	display: inline-block;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	padding: 1em 2em;
  position: relative;

}
.ATEDIN2015_main a:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}


.ATEDIN2015_main .selected {
	color: #fff;
}
.ATEDIN2015_main .selected a {
	background:#ffcb31;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.ATEDIN2015_main a span {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
.ATEDIN2015_main a span:first-child {
	font-weight: bold;
}
.ATEDIN2015_main ul {
	list-style: none;
}
.ATEDIN2015_main ul > li > ul {
	border: 1px solid #666;
}
.ATEDIN2015_main > ul {
	float: left;
}
.ATEDIN2015_main > ul > li {
	float: left;
	}
.ATEDIN2015_main > ul > li: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;
}

.ATEDIN2015_main > ul > li:first-child > a {

  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;

}
.ATEDIN2015_main > ul > li:last-child > a {

  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;

}

.ATEDIN2015_main > ul > li.active a {
}
.ATEDIN2015_main > ul > li ul li a {
	/*
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	*/

	color: #ddd;
}
.ATEDIN2015_main > ul > li:hover > a {
	/*
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	*/

	color: #FFF;
	text-shadow: 2px 2px 2px #000000;
	background-color: rgba(0,0,0,0.5);

}

/* almenu csoport kiemelese */
.ATEDIN2015_main li.has-sub li.has-sub > a {
	font-weight: bold;
	color: #F00;
	background-color: rgba(0,0,0,0.5);
}



.ATEDIN2015_main .has-sub {


}
.ATEDIN2015_main .has-sub:hover {
	z-index: 1;
}

.ATEDIN2015_main .has-sub:hover > ul {
	display: block;

}
.ATEDIN2015_main .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
/*
	-moz-border-radius: 0px 15px 15px 15px;
	-webkit-border-radius: 0px 15px 15px 15px;
	-khtml-border-radius: 0px 15px 15px 15px;
	border-radius: 0px 15px 15px 15px;
*/
	margin: 0px;
	padding: 0px;
	background-color: #767676;

	-webkit-box-shadow: 0px 6px 1px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 6px 1px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 6px 1px 5px rgba(50, 50, 50, 0.25);
	
}
.ATEDIN2015_main .has-sub ul li {

}
/* submenu level 1*/
.ATEDIN2015_main .has-sub ul li a { 
	filter: none;
	display: block;
	line-height: 120%;
	text-shadow: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.ATEDIN2015_main .has-sub ul li a p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.ATEDIN2015_main .has-sub ul li:hover a {
	background-color: #333;
}
/* submenu level 2*/
.ATEDIN2015_main .has-sub .has-sub > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.ATEDIN2015_main .has-sub .has-sub:hover > ul {
	display: block;
}

.ATEDIN2015_main .has-sub .has-sub ul li a {
  background: #0c7fb0;
/*  border-bottom: 1px dotted #6db2d0; */
}
.ATEDIN2015_main .has-sub .has-sub ul li a:hover {
  background: #095c80;
}





/* FOOTER TEXTMEN */ 
.SIKA_textmenu {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
}
.SIKA_textmenu li {
	float: left;
	margin: 0px;
	text-align: center;
	padding-left: 1em;
	padding-rgiht: 1em;
}
.SIKA_textmenu li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* footer */
.ATEDIN2015_footer ul,
.ATEDIN2015_footer li,
.ATEDIN2015_footer a {
  margin: 0;
  padding: 0;
  position: relative;
}
.ATEDIN2015_footer {
	overflow: hidden;
}
.ATEDIN2015_footer:after,
.ATEDIN2015_footer ul:after {
  content: '';
  display: block;
  clear: both;
}
.ATEDIN2015_footer a {
	color: #f5f5f5;
	display: inline-block;
	font-size: 1.3em;
	text-decoration: none;
/*	text-shadow: 1px 1px 3px rgba(0,0,0,0.5); */
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	line-height: 2em;
}
.ATEDIN2015_footer a:hover {
	color: #fff;
	background-color: #20446e;
}
.ATEDIN2015_footer ul {
	list-style: none;
}
.ATEDIN2015_footer ul > li > ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ATEDIN2015_footer ul > li > ul:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* nyil
.ATEDIN2015_footer > ul > li: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;
}
*/
/*
.ATEDIN2015_footer > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.ATEDIN2015_footer > ul > li:last-child > a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
*/
.ATEDIN2015_footer > ul > li.active a {
}
.ATEDIN2015_footer > ul > li:hover > a {
	/*
	background-color: #ffd806;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
*/
	color: #fff;
	background-color: #000;
}
.ATEDIN2015_footer .has-sub {

}
.ATEDIN2015_footer .has-sub:hover {
  z-index: 1;
}
.ATEDIN2015_footer .has-sub:hover > ul {
	display: block;
}
.ATEDIN2015_footer .has-sub > a {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #999;
}
.ATEDIN2015_footer .has-sub ul {
/*	display: none;*/
/*	position: absolute; */
/*	width: 250px; */
	top: 100%;
	left: 0;
/*
	-moz-border-radius: 0px 15px 15px 15px;
	-webkit-border-radius: 0px 15px 15px 15px;
	-khtml-border-radius: 0px 15px 15px 15px;
	border-radius: 0px 15px 15px 15px;
*/
	margin: 0px;
	padding: 0px;
/*	background-color: #999; */
	overflow: hidden;
}
.ATEDIN2015_footer .has-sub ul li {
}
.ATEDIN2015_footer .has-sub ul li a { /* submenu */
	filter: none;
	display: block;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #f5f5f5;
}
.ATEDIN2015_footer .has-sub ul li a p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.ATEDIN2015_footer .has-sub ul li:hover a {
	color: #fff;
	background-color:  #000;
	text-decoration: none;
	text-shadow: 1px 1px 2px #555;
	
}
.ATEDIN2015_footer .has-sub .has-sub:hover > ul {
	display: block;
}
.ATEDIN2015_footer .has-sub .has-sub ul {
/*	display: none;*/
	position: absolute;
	left: 100%;
	top: 0;
}
.ATEDIN2015_footer .has-sub .has-sub ul li a {
  background-color: #20446e;
/*  border-bottom: 1px dotted #6db2d0; */
}
.ATEDIN2015_footer .has-sub .has-sub ul li a:hover {
	color: #fff;
	background-color: #20446e;
}
