/*Remove background image*/
.element_button .l,.element_button .r,.element_smallbutton .l,.element_smallbutton .r,.element_bigbutton .l,.element_bigbutton .r{
background-image:none !important;
}

.element_smallbutton input, .element_smallbutton .button_block {
height:100% !important;
color:#FFF !important;
padding:8px !important;
line-height:normal !important;
background-color:#a02d2a !important;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;

}
.element_smallbutton input:hover, .element_smallbutton .button_block:hover {
color: #FFF !important;
background-color: #222 !important;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}


.element_button input, .element_button .button_block {
height:100% !important;
color:#FFF !important;
padding:8px !important;
line-height:normal !important;
background-color:#a02d2a !important;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}

.element_button input:hover, .element_button .button_block:hover {
color: #FFF !important;
background-color: #222 !important;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}

.element_bigbutton input, .element_bigbutton .button_block {
height:100% !important;
color:#FFF !important;
padding:8px !important;
line-height:normal !important;
background-color:#a02d2a !important;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}

.element_bigbutton input:hover, .element_bigbutton .button_block:hover {
color: #FFF !important;
background-color: #222  !important;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
transition:all 0.5s ease;
}

