.modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bootstrap .btn-primary, .bootstrap .btn-primary:hover, .bootstrap .btn-primary:focus {
    background-color: #93216a !important;
    background-image: linear-gradient(to bottom, #bf2487 0, #93216a 100%);
    border-color: #93216a;
}

/* Modal Bottom */
.bootstrap.bottom .modal.fade.in .lab-modal-body {
    bottom: -50%;
    opacity: 1;
}

.bootstrap.bottom .modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0) !important;
}

.bootstrap.bottom .modal.in .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}


.bootstrap.bottom .modal {
    top: 20% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    width:340px !important;
}

.bootstrap.bottom .modal-dialog {
    position: absolute !important;
    bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 340px;
    margin: 30px auto;

}

.bootstrap.bottom .modal-header h3{
    text-transform: uppercase;
    font-size:18px;
    color:#434446;
    margin-bottom:0px;
    margin-top:22px;
}

.bootstrap.bottom .modal-header{
    padding:10px;
    padding-bottom:0px;
    border-bottom:none;
}

.bootstrap.bottom .modal-footer{
    text-align: center;
    border-top:none;
    padding-top:10px;
}

.bootstrap a{
    color:#777777;
    text-decoration:underline;
}

.bootstrap a:hover {
    color: #93216a;
    text-decoration:underline;
}

a.btn{
    text-decoration:none;
}

.bootstrap .btn.contactsubmit.btn-primary-inverse:hover
{
    color: #93216a;
    text-decoration: none;
}

.bootstrap .btn.contactsubmit.btn-primary-inverse:focus
{
    color: #ffffff;
    text-decoration: none;
}
