* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/*================avirato_form================*/
.avirato_form {
    background-color: rgba(0,0,0,0.2);
    transition: all 0.6s;
    bottom: 0;
    text-align: center;
    padding: 20px;
}
#form_avirato{
    width: 60%;
    overflow: hidden;
    margin: 0 auto;
}
.avirato_form div{
    width:18%;
    float: left;
    position: relative;
    background: #fff;
}
.avirato_form div:not(:first-of-type), .avirato_form div:not(:last-of-type){
    margin: 0 1% ;
}
.avirato_form select, .avirato_form input{
    height: 40px;
    padding: 0 5px;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
    border:1px solid #ddd;
}
.avirato_form .btn {
    background-color: #608d5f !important;
    border-radius: 0;
    cursor: pointer;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    border-color: transparent;
    text-transform: uppercase;
}
.avirato_form .btn:hover {
    border-radius: 0;
    opacity: .5;
}
.iconAv{
    color: white;
    margin: 0px!important;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 19px;
    z-index: 1;
}
@media (max-width:1120px){
    #form_avirato{
        width: 80%;
    }
}
@media (max-width:830px){
    #form_avirato{
        width: 100%;
    }
    .avirato_form div{
        width:30%;
        float: left;
        position: relative;
    }
    .avirato_form div:not(:first-of-type), .avirato_form div:not(:last-of-type){
        margin: 0 1% 15px;
    }
}
@media (max-width:470px){
    .avirato_form div{
        width:100%;
        float: left;
        position: relative;
        margin:0 0 15px !important;
    }
}