﻿.btn {
    margin-bottom: 0;
    cursor: pointer;
    display: block;
}

a[class*="btn"] {
    text-align: center;
    text-decoration: none;
}

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover {
    text-decoration: none;
    background-position: 0 -55px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-red, .btn-red:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-red.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-red {
    background-color: #C60000;
    background-image: -moz-linear-gradient(top, #FC0000, #C60000);
    background-image: -ms-linear-gradient(top, #FC0000, #C60000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FC0000), to(#C60000));
    background-image: -webkit-linear-gradient(top, #FC0000, #C60000);
    background-image: -o-linear-gradient(top, #FC0000, #C60000);
    background-image: linear-gradient(top, #FC0000, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#FC0000, endColorstr=#C60000, GradientType=0);
    border: 1px solid #BA0000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.disabled, .btn-red[disabled] {
        filter: none;
        background-color: #C60000;
    }

.btn-orange, .btn-orange:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-orange.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-orange {
    background-color: #F05504;
    background-image: -moz-linear-gradient(top, #F09704, #F05504);
    background-image: -ms-linear-gradient(top, #F09704, #F05504);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F09704), to(#F05504));
    background-image: -webkit-linear-gradient(top, #F09704, #F05504);
    background-image: -o-linear-gradient(top, #F09704, #F05504);
    background-image: linear-gradient(top, #F09704, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#F09704, endColorstr=#F05504, GradientType=0);
    border: 1px solid #D55504;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
        filter: none;
        background-color: #F05504;
    }

.btn-green, .btn-green:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-green.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-green {
    background-color: #00f5ab;
    background-image: -moz-linear-gradient(top, #00eb81, #009e57);
    background-image: -ms-linear-gradient(top, #00eb81, #009e57);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00eb81), to(#009e57));
    background-image: -webkit-linear-gradient(top, #00eb81, #009e57);
    background-image: -o-linear-gradient(top, #00eb81, #009e57);
    background-image: linear-gradient(top, #00eb81, #009e57);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#00eb81, endColorstr=#009e57, GradientType=0);
    border: 1px solid #007531;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
        filter: none;
        background-color: #009e57;
    }

.btn-login, .btn-login:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-login.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-login {
    background-color: #4a77d4;
    background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
    background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: linear-gradient(top, #6eb6de, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-login:hover, .btn-login:active, .btn-login.active, .btn-login.disabled, .btn-login[disabled] {
        filter: none;
        background-color: #4a77d4;
    }


.btn-pics-white {
    color: rgb(194, 23, 53);
    background-color: white;    
    background-repeat: repeat-x;    
    border: 0.8px solid rgb(243, 243, 243);
    border-radius: 4px;
    font-family: Lato,sans-serif;
    font-weight: 700;
    text-transform: uppercase;    
}

.btn-pics-red {
    background-color: rgb(194, 23, 53);
    color: white;
    background-repeat: repeat-x;
    border: 0.8px solid rgb(204, 204, 204);
    /*border-radius: 4px;*/
    font-family: Lato,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}    



.btn-short-fixed {
    width: 63px;
}

.btn-short {
    width: 45%;
    margin:auto;
}

@media only screen and (max-width: 768px) {
    .btn-short {
        width: 75% !important;        
    }

    .btn-login {
        margin-bottom: 20px;
    }
}

.btn-medium {
    width: 75%;
    margin: auto;
}

.btn-long {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .btn-long {
        max-width: 150px;
        margin-left: auto;
        float: right;
    }

    .btn-login {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-short {
        width: 75% !important;
    }
}
