﻿
.button {
    border: none;
    font-size: larger;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 60px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
}

.button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-5 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff !important;
    overflow: hidden;
    background-color: #C1522B;
}

.button-5:active {
    top: 2px;
    border-color: #9E4323;
    color: white;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
}

.button-5:hover {
    background: #9E4323;
    color: white !important;
}

.button-5 > .glyphicon {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-5:active > .glyphicon {
    color: white;
}


.button-4 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff !important;
    overflow: hidden;
    background-color: #8E5E25;
}

.button-4:active {
    top: 2px;
    border-color: #6E491D;
    color: white;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
}

.button-4:hover {
    background: #6E491D;
    color: white !important;
}

.button-4 > .glyphicon {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-4:active > .glyphicon {
    color: white;
}

.button-6 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff !important;
    overflow: hidden;
    background-color: #45BABA;
}

.button-6:active {
    top: 2px;
    border-color: #31A3A0;
    color: white;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
}

.button-6:hover {
    background: #31A3A0;
    color: white !important;
}

.button-6 > .glyphicon {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button-6:active > .glyphicon {
    color: white;
}



.cbutton {
    border: none;
    font-size: larger;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    //box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
}

.cbutton:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbutton-1 {
    border-radius: 20px;
    border: 3px solid #fff;
    color: #fff !important;
    overflow: hidden;
    background-color: #EA2F14;
}

.cbutton-1:active {
    top: 2px;
    border-color: #EA2F14;
    color: white;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
}

.cbutton-1:hover {
    background: #E6521F;
    color: white !important;
}

.cbutton-1 > .glyphicon {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbutton-1:active > .glyphicon {
    color: white;
}
