a {
	text-decoration: none;
}
ul {
	padding-left: 0;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Montserrat', Arial, serif;
}
::selection {
	background-color: #EBEBF2;
	color: #83828D;
}

body{
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
}

h1 { 
	font-size:30px;
	font-weight:400;
	color:#1C84CC;
	margin-bottom:25px;
}

.navactive{
	color: #1C84CC !important;
	font-weight:bold !important;
}

#mynav{
	border-top:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
	height:46px;
	width:970px;
	padding-left:7px;
	padding-top:4px;
	margin-bottom:10px;
}

.myicon{
	width:20px;
	height:20px;
	margin-left:30px;
	margin-top:-2px;
}
#credits{
	font-size:14px;
}


.text-left{
	text-align:left !important;
}

.mynavdiv{
	cursor:pointer;
	width:12%; 
	font-size: 14px;
	font-weight:500;
	display:inline-block;
	text-align:center;
	vertical-align:middle;

}

.mycard{
	width:300px;
	height:250px;
	margin:30px 30px 0px 0px;
	padding:20px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.36);
	border-radius:5px;
	background-color:white;
	float:left;
}

.mycard-img{
	width: 260px;
	height:110px;
	border:1px solid black;
	border-radius:5px;
	margin-bottom:10px;
}


.mycard-btn{
	border-radius:5px;
	border:1px solid #1C84CC;
	text-align:center;
	line-height: 40px;
	color: #1C84CC;
	height:40px;
	width:260px;
	background-color:white;
}

.mycard-title{
	width: 260px;
	color:black;
	display:table;
	vertical-align:middle;
	height:38px;
	font-size:17px;
	font-weight:500;
}

.card-title{
		min-height:48px;
}

.mynav p{
	  display:table-cell;
  vertical-align: middle;
}

#menuhead{
	margin:-112px 0px 35px 70px;
	font-size:20px;
	font-weight:400;
}

#wrapper-interno{
	width:970px;
}

@media only screen and (max-width: 500px) {
#wrapper-interno{
	width:320px;
}

.mycard{
	width:280px;
}

.mycard-img{
	width: 240px;
}

.mycard-btn{
	width: 240px;
}

h1{
font-size:24px}

#credits{
	font-size:12px;
}

.wrapper{
	margin: 100px 100px 0px 34px !important;
	width:calc(100% - 34px) !important;
	overflow:hidden;
}


}

.leftmenu{
	cursor:pointer;
	font-size:15px;
	line-height:56px;
	padding-left:20px;
	font-weight:500;
}

.myli{
	width:56px;
	border-left:5px solid #F4F4F4;
	width:230px;
	cursor:pointer;
}

.liactive{
	background-color:#C1D8E8;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-left:5px solid #1C84CC;
}

.liactive leftmenu{
	background-color:#C1D8E8;
	color:#1C84CC;
	font-weight:bold;
}


/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */

.menu-wrap {
	background-color: #F4F4F4;
	position: fixed;
	top: 0;
	height: 100%;
	width: 250px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 10;
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
	margin: 75px 0px 0px 0px;
	position: relative;
	top: 70px;
}

.menu-sidebar li > a {
	color: black;
	font-size: 1.18em;
	position: relative;
}

.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #000;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #000;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}


/*Hamburger Button*/
.toggle-button {
	position: fixed;
	width: 35px;
	height: 30px;
	top: 36px;
	left: 30px;
	padding: 4px;
	transition: .25s;
	z-index: 15;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}
.toggle-button .menu-bar-top {
	border: 4px solid #000;
	border-bottom: none;
	top: 0;
}
.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #000;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}
.toggle-button .menu-bar-bottom {
	border: 4px solid #000;
	border-top: none;
	top: 22px;
}
.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #000;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #000;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #000;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}



/* Text Block */
.wrapper {
	width: 40%;
	margin: 34px 100px;
	color: #83828D;
		transition: .25s;
}

.wrapper-spostato{
	margin: 34px 280px;

}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}


/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}