﻿body .btn-default {
    border-radius: 0px;
    background: #dc0032;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    padding: 11px 35px;
}
body .btn {
text-transform:uppercase;
}
    body .btn-default:hover {
        background: #dc0032;
        color: #fff;
        opacity: .7;
    }

    body .btn-primary {
    border-radius: 0px;
    background: #fff;
    color: #4a4f51;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    padding: 11px 35px;
    font-family:Montserrat;
    border:#4a4f51 1px solid;
}
        body .btn-primary:hover, body .btn-primary:active  {
    background: #dc0032;
        color: #fff;
       
}

        body .btn-success {
    border-radius: 0px;
    background: #fff;
    color: #dc0032;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    padding: 11px 35px;
    font-family:Montserrat;
    border:#dc0032 1px solid;
    margin-bottom:10px;
    text-transform:uppercase;
}
            body .btn-success:hover, body .btn-success:active, body .btn-success:focus {
            background: #fff !important;
            border:#dc0032 1px solid !important;
            color: #dc0032 !important;
            }

body .form-control {
    box-shadow: none;
    border-radius:0px;
}
body .navbar {
margin-bottom:0px;
}
body .navbar-toggle span {
    border: 1px solid #dc0032;
}

body .navbar-toggle {
    padding: 5px;
    margin: 5px;
}

body .navbar-toggle {
    float: none;
}

body .navbar-toggle .icon-bar {
width:30px;
}

body .table > thead > tr > th {
border-bottom:0px;
}

body a:focus {
 color:inherit; text-decoration:none;
}
body label {
font-weight:normal;
}

@media (min-width: 1200px) {
   body .modal-dialog { width:1200px;
    }
}

@media (max-width: 768px) {
    body .navbar {
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }
    a.site-search-btn   {
    display:inline-block; 
    }
     a.site-search-btn-m   {
    display:inline-block; 
    }
    .form-control {
    margin-bottom:10px;
    }

    body .navbar-toggle .icon-bar, .navbar-toggle .icon-bar+.icon-bar {
    margin-bottom:4px;
    }
   body .modal-dialog { width:100%;
    }
    
}
