
nav ul li a:hover{
	color: #ff8201 !important;
}
header{
	margin-bottom: 56px !important;
}

body {
  font-family: "Open Sans", sans-serif !important;
}

.icone {
    background: #f7f7f7;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden
}

.icone:hover {
    background: #f7f7f7;
    transform: scale(1.300);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}