.btn,
a.btn {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    padding: 0.8em 2.5em;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1em;
    vertical-align: middle;
    font-weight: bold;
}

.btn [class^="icon-"]:before,
.btn [class*=" icon-"]:before {
    color: inherit;
}

.btns_cont {
    font-size: 0;
    line-height: 0;
}

.btn:hover {
    text-decoration: none;
}

.btn + .btn {
    margin-left: 0.5em;
}

.btns_cont.vertical .btn + .btn {
    margin: 0.5em 0 0 0;
}

.btn._big {
    font-size: 20px;
    padding: 0.5em 1.5em;
    line-height: 1.2em;
}

.btn._min {
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1em;
}

.btn.rounded {
    border-radius: 2em;
}

.btn.icon {
    padding: 5px;
    font-size: 14px;
}

.btn._white {
    color: #000;
    background: #fff;
}

.btn._white:hover {
    background: #cccccc;
}

.btn._white._trans {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn._white._trans:hover {
    background: #fff;
    color: #000;
}


.btn._silver {
    color: #fff;
    background: #474443;
}

.btn._silver:hover {
    background: #2b2827;
}



.btn._brown {
    color: #fff;
    background: #B79764;
}

.btn._brown:hover {
    background: #daba82;
}