@charset "UTF-8";
/* CSS Document */
body{
    font-family: 'Share', sans-serif;
    color: #777777;
    font-size:14px;
    line-height: 1.428571429;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
   font-weight:bold;
}

h1{
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px;
    background: #f2f2f2;
    padding: 14px 19px 19px;
}

footer h1{
    padding:0;
    margin:0;
    background:transparent;
    color:#fff;
}

a:link, a:visited {
    color: #cd1e27;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

.btn{
    border-radius: 0px;
    background: #cd1e27;
    color: #fff;
    font-size: 19px;
    line-height: 48px;
    height: 50px;
    border:none;
    padding: 0 20px;
}
.btn-default{
    background: #cd1e27;
    color: #fff;
    border:none;
}

.btn-default:focus,.btn-default.focus {
    color: #000;
    background-color: #fff;
}

.btn-default:hover {
    color: #000;
    background-color: #fff;
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #fff;
}

.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {
    color: #000;
    background-color: #fff;
}

