/********************************************************************/
/*                                                                  */
/*                            Newsletter                            */
/*                                                                  */
/********************************************************************/



#labEBoosterName, #labEBoosterEmail  {
    width: 6%;
    display:inline-block;
    font-size:1.2em;
}

#panEBoosterHeadline {
    font-size:1.5em;
    font-weight:bold;
    margin:2em 0 .5em 0;
}

#txtEBoosterEmail, #txtEBoosterName {
    width: 40%;
    padding: 0.5em;
    border: solid 2px #3b3b3b;
    border-radius: 0.2em;
    font-family: Calibri;
    background: #fefefe;
    margin-bottom:.5em;
    -moz-box-shadow: inset 0 2px 10px #d7d7d7;
    -webkit-box-shadow: inset 0 2px 10px #d7d7d7;
    box-shadow: inset 0 2px 10px #d7d7d7;
}

#btnEBoosterSubscribe, #btnEBoosterUnsubscribe {

    background: #3b3b3b;
    border: solid 1px #3b3b3b;
    color: #FFF;
    font-family: Calibri;
    font-size: 1.2em;
    padding: 0.2em 3em 0.2em 3em;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#btnEBoosterSubscribe {
    margin-left: 6.2%;
}

/********************************************************************/
/*                                                                  */
/*                           Repsonsive                             */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {
    #txtEBoosterEmail, #txtEBoosterName {
        width: 70%;
    }

    #revEBoosterEmail {
        width: 5%;
    }

    #labEBoosterName, #labEBoosterEmail  {
   width:10%;
    
}
    #btnEBoosterSubscribe {
    margin-left: 10.2%;
}

}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
