html{
	font-family: GillSans,Calibri,Trebuchet,sans-serif;
}
header{
	background-color: #66BB6A;
	position: fixed;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	font-size:18px;
	width:100%;
	top:0;
	left:0;
	right:0;
	padding:20px;
	color:#fff;
	height: 20px;
	z-index: 10;
}
#content{
	margin-top: 70px;
}
#menu{
	padding:10px;
	width:300px;
	display:inline-block;
}
#main{
	width: calc(100vw - 380px);
	display: inline-block;
	padding-left: 10px;
	padding-top: 20px;
	vertical-align:top;
}
h2{
	border-bottom: 2px solid #5bbcdf;
	font-family: 'Roboto';
	font-weight: bold;
	text-transform: uppercase;
}
img{
	max-height:300px;
}
p{
	text-align: justify;
	text-indent: 1.5em;
}
i{
	color:#777;
}
.center{
	text-align:center;
}
.hite{
	color:#09BD8C;
	font-weight:600;
}
.rounded {
counter-reset: li;
list-style: none;
font: 14px "Trebuchet MS", "Lucida Sans";
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded ul{
counter-reset: li;
list-style: none;
}
.rounded a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
background: #DAD2CA;
color: #444;
text-decoration: none;
border-radius: .3em;
transition: .3s ease-out;
}
.rounded a:hover {background: #E9E4E0;}
.rounded a:hover:before {transform: rotate(360deg);}
.rounded a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #8FD4C1;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid white;
text-align: center;
font-weight: bold;
border-radius: 2em;
}
.rounded a.sel:before{
	background:#D48F8F;
}
.info, .success, .warning, .error {
	position: relative;
	padding: 10px 10px 10px 50px;
	border-left: 3px solid;
	margin-bottom:10px;
	margin-top:10px;
}
.warning {
    color: #9f6000;
    background: #feefb3;
}
.info {
    color: #00529b;
    background: #bde5f8;
}
.success {
    color: #4f8a10;
    background: #dff2bf;
}
.error {
    color: #d63301;
    background: #ffccba;
}
.info::before, .success::before, .warning::before, .error::before {
    position: absolute;
    top: 50%;
    width: 50px;
    margin-left: -50px;
    line-height: 0 !important;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
}
.warning::before {
    content: "\f12a";
}
.info::before {
    content: "\f129";
}
.success::before {
    content: "\f00c";
}
.error::before {
    content: "\f00d";
}
.help{
	color:#ccc;
	font-size:0.8em;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    line-height: 40px;
}
.btn-floating i{
	color:#fff;
	line-height: 40px;
}
.green{
	background-color:#43a047;
}
.blue{
	background-color:#1e88e5;
}
