#top-nav #top-menu li a {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 5px 15px;
    max-width: 111px;
    line-height: 15px;
}
#top-nav #top-menu li a span {
	font-size: 11px;
}
#top-nav #top-menu li a i {
    margin-bottom: 6px;
}
#contact-form .contact-form .row > div .input-block input, .input-block select {
	width: 100%;
    border-radius: 5px;
    border: 1px solid #e2e2e3;
    height: 50px;
    padding: 10px 15px 10px 15px !important;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    color: #262c56;
    background: #fff;
}
.input-block select:focus {
	outline: none;
}
.check-dias {
    float: left;
    width: 11%;
}
.input-block p {
    font-size: 16px;
    color: #262c56;
    text-transform: uppercase;
    margin-bottom: 0px;
    float: left;
}
.input-block input[type="checkbox"] {
    height: 20px !important;
}
.check-dias:first-of-type {
    margin-left: 4%;
}
.check-dias label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Raleway";
    font-size: 12px;
}