@charset "UTF-8";


.footera12 {
    position:fixed;
    left:0px;
    height:50px;
    bottom:0px;
    width:100%;
    background-color:#b70c50;
z-index:1000;
	padding:0;
}

.footera12 input{
    height:35px;
    width:150px;
    margin-top:8px;
    border:hidden;
    background-color:#ffffff;
    color:#b70c50;
border-radius:53px;
font-weight: bold;
}
@media screen and (min-width:800px){
    .footera12 {
        position:fixed;
        left:0px;
        height:10px;
        bottom:0px;
        width:100%;
        visibility:hidden;
        background-color:#e14343;
}
}


