@charset "UTF-8";
/* Bottoni mySideNav */


/* Aspetto */
.sidenav {
	height: 100%;
	width: 0px;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 80px; /* Distanza Btn from Top */
	background-color: #111;
	opacity:0.9;
}

.sidenav a {
	padding: 0px 10px 10px 20px;
	text-decoration: none;
	font-size: 25px;
	color: #CCC;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #FFF;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
}


.containerSidenav {
   margin-top:0px;
}


/* Buttons */
.btn {
	border: none;
	cursor: pointer;
	padding: 10px 0px 10px 22px;
	display: inline-block;
	margin: 0px;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.colorBtn {
}


/* Elements for icons */
.btn:before,
.icon-file:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	
}

.icon-arrow-right:before {
	content:"\f105";
}


/* Button 4 */
.btn-4 {
	color: #CCC;
	overflow: hidden;
	margin-top:0px;
}


.btn-4:hover {
	color: #FFF;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 1;
	padding:10px 0px;
	color: #CCC;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button ANIMAZIONE */
.btn-4b:before {
	left: 0%;
	top: 0;
}

.btn-4b:hover:before {
	left: 7%;
	color: #FFF;
}
