.button, button,
input[type="submit"], input[type="password"], input[type="search"], input[type="text"],
.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;
    /*border-radius: 10px;*/
}
.button, button,
input[type="submit"], input[type="password"], input[type="search"],
.readmore a, .moreinfo a{
    cursor: pointer;
}
input[type="text"], input[type="password"], select {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    cursor: auto;
    padding: 3px;
}
input[type="text"], input[type="password"] {
    cursor: text;
}
.button:hover, button:hover,
input[type="submit"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="text"]:hover,
.readmore a:hover, .moreinfo a:hover{
    text-decoration: none;
}
.button:active, button:active,
input[type="submit"]:active, input[type="password"]:active, input[type="search"]:active, input[type="text"]:active {
    position: relative;
    top: 1px;
}
input[type="checkbox"] {
    margin-right: 5px;
}
.row input{
    margin-right: 8px;
}
/*animation*/
.button:hover, button:hover,
input[type="submit"]:hover, input[type="search"]:hover,
a:hover, a.register:hover, a.login:hover,
a.readmore:hover, a.feature_readmore:hover, a.slider_readmore:hover,
.readmore span, .readmore span:hover{
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.menu a, .menu a:hover {
    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
 /*green button*/
.button, button,
input[type="submit"], input[type="password"], input[type="search"],
.readmore a, .moreinfo a{
    background-color: #0fa3b8;
    width: auto;
    margin: 0 5px 0 0;
    padding: 8px 20px;
    font-size: 85%;
    color: #fff;
}
.button:hover, button:hover,
input[type="submit"]:hover, input[type="password"]:hover, input[type="search"]:hover,
.readmore a:hover, .moreinfo a:hover{
    background-color: #333;
    color: #fff;
}