.button, button, .search input[type="submit"], .search_form li input[type="submit"],
input, input[type="password"], input[type="search"],
.readmore a, .moreinfo a{  
    display: inline-block;
    border:none;
    outline: none;
    text-align: left;
    text-decoration: none;
    padding: 3px;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    /*border-radius: 10px;*/
}
.button, button, .search input[type="submit"], .search_form li input[type="submit"],
.readmore a, .moreinfo a{
    cursor: pointer;
}
.button:hover, button:hover, .search input[type="submit"]:hover, .search_form li input[type="submit"]:hover,
.readmore a:hover, .moreinfo a:hover{
    text-decoration: none;
}
.button:active, button:active, .search input[type="submit"]:active, .search_form li input[type="submit"]:active,
.readmore a:active, .moreinfo a:active,
.gallery_back_button span.back_btn:hover{
    position: relative;
    top: 1px;
}
/*
* Search Box Styling
*/
.search{
    border-bottom-right-radius: 8px; 
    border-bottom-left-radius: 8px;
    background:#e6e6e6;
    padding:5px 6px 7px 6px;
}
#language_bar .widget br {display:none}
.search input{
    font-size: 95%;
    font-weight: 700;
}
.readmore a{
    color:#dc1f30;
    font-weight: 700;
    text-transform: uppercase;
    float:right;
}
.readmore a:hover {
    color:#999999;
    text-decoration: underline;
}
.moreinfo a{
    background:#999999;
    padding:8px 10px;
    color:#fff !important; /*to overwrite style.css coz this css3buttons.css is secondary to style.css.*/
    font-weight: 700;
    text-decoration: none !important; /*to overwrite style.css coz this css3buttons.css is secondary to style.css.*/
    text-transform: uppercase;
    border-radius:5px;
}
.moreinfo a:hover {
    background:#383838;
}
.button a{
    background:#dc1f30;
    padding:8px 10px;
    color:#fff !important; /*to overwrite style.css coz this css3buttons.css is secondary to style.css.*/
    font-weight: 700;
    text-decoration: none !important; /*to overwrite style.css coz this css3buttons.css is secondary to style.css.*/
    text-transform: uppercase;
    border-radius:5px;
}
.button a:hover {
    background:#383838;
}