@media screen and (min-width: 1201px) {
.icon {
	display: none;
}
}
  
.icon {
    position: absolute;
    right: 37px;
    top: 29px;
    font-size: 32px;
    cursor: pointer;
    color: #000000;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	background-color: #3A3A3A;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 30px;
}

.sidenav a, .dropdown-btn{
	display: block;
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
	color: #fff;
	text-align: left;
	padding: 16px 12px 16px 32px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
 	font-size: 26px;
	transition: 0.3s;
	outline: none;
}
.dropdown-btn:hover {

	text-decoration: none;
	background-color: #606060;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sidenav a:hover {
	/*color: #FFFFFF;*/
	text-decoration: none;
	background-color: #606060;
	color: #fff;
}

.sidenav .closebtn {
	position: absolute;
	text-align: right;
	padding-right: 20px;
	font-size: 42px;
	z-index: 10;

}
.sidenav .lang {
	display: block;
	margin-top: 60px;
}




@media screen and (max-height: 360px) {
  .sidenav a {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
  /*.sidenav a {font-size: 18px;}*/
}