/*
    Name: btn styles;
    by CRYCODE
*/

button.btn,a.btn,input.btn {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: transparent;
    border: 2px solid transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    line-height: normal;
}
a.btn.btn-white, html.bx-no-touch a.btn.btn-transparent:hover, html.bx-touch a.btn.btn-transparent:active, .btn.btn-more {
    color: #00757c;
}
a.btn.btn-white,button.btn.btn-white,input.btn.btn-white {
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
}

html.bx-no-touch a.btn.btn-white:hover,
html.bx-touch a.btn.btn-white:active,
a.btn.btn-transparent {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

a.btn.btn-transparent {
    padding: 6px 12px;
    font-weight: 700;
    text-transform: uppercase;
}

html.bx-no-touch a.btn.btn-transparent:hover,
html.bx-touch a.btn.btn-transparent:active {
    background-color: #fff;
    border-color: #fff;
}

.btn.btn-gray {
    background-color: #fff;
    border-color: #ccc;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 10px;
}

html.bx-no-touch .btn.btn-gray:hover,
html.bx-touch .btn.btn-gray:active {
    background-color: #888;
    border-color: #888;
    color: #fff;
}

.btn.btn-more {
    background-color: transparent;
    padding: 6px 12px;
    width: 200px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn.btn-more {
    border-color: #00757c;
}
html.bx-no-touch .btn.btn-more:hover,
html.bx-touch .btn.btn-more:active {
    border-color: transparent;
    color: #fff;
    background-color: #00757c;
}

button.btn.btn-primary {
    background-color: transparent;
}

html.bx-no-touch .btn.btn-primary:hover,
html.bx-touch .btn.btn-primary:active {
    color: #fff;
}

.btn.btn-secondary {
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
    text-transform: uppercase;
}

html.bx-no-touch .btn.btn-secondary:hover,
html.bx-touch .btn.btn-secondary:active {
    background-color: #00555e;
    border-color: #00555e;
    color: #fff;
}