.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, textarea {
    background-color: #fafafa;
    border: 1px solid #dedede;
    cursor: auto;
    padding: 5px;
}
input[type="text"], input[type="password"] {
    cursor: text;
}
.button:hover, button:hover,
input[type="submit"]:hover, input[type="password"]:hover, input[type="search"]: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 {
    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, .download, .download: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;
}
 /*readmore button*/
.item .readmore{
    display: block;
    overflow: hidden;
}
.item .readmore a{
    float: right;
}
.readmore a, .readmore2{
    width: auto;
    color: #187f28;
    font-weight: 700;
    text-decoration: none;
}
.readmore a:hover, .readmore2:hover{
    color: #000;
    text-decoration: none;
}
.readmore span:before, .readmore2:before {
    content:'[...';
}
.readmore2:after {
    content:'...]';
}
.readmore span:after {
    content:']';
}
 /*green button*/
.button, button,
input[type="submit"], input[type="password"], input[type="search"]{
    background-color: #187f28;
    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,
 .download:hover{
    background-color: #0e5619;
    color: #fff;
}
 /*pink button*/
 .download {
    background-color: #d91c5c;
    padding: 5px 8px;
    font-size: 85%;
    color: #fff;
}