body {
	background-color: #dddddd !important;
}

h1, h2, h3, h4, h5 {
    color: #ff0000 !important;
    text-transform: uppercase;
}
h4, h5 {
    margin-top: 0px !important;
}
a {
    color: initial !important;
    text-decoration: none;
}
ul {
    list-style-image: url(images/li-icon.png);
    padding-left: 25px;
}
ul li {
    margin-bottom: 5px;
}
img {
    max-width: 100%;
}
p.up-lg-text {
    font-size: initial;
    text-transform: uppercase;
}
p.up-lg-text.un-caps {
    text-transform: initial;
}
button.btn.btn-default {
    background-color: #fb0200;
    color: #fff;
    padding: 9px 20px;
    font-size: 18px;
    width: 150px;
    border: none;
    border-radius: 20px;
}
button.btn.btn-default:hover {
    background-color: #c31a19;
}
hr {
    border-top: 1px solid #555 !important;
}
.bordered.bottom {
    border-bottom: 5px solid #000;
}
.nav>li>a {
    border-left: 2px solid #fff;
    color: #fff !important;
}
.nav li {
    margin-bottom: 0px !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #555555 !important;
}
.nav>li:last-child>a {
    border-right: 2px solid #fff;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default {
    background-color: #252525 !important;
    border-color: #252525 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.sub-container {
	width: 100%;
	margin: 0 auto;
}
.banner {
	height: 420px;
	background-size: cover;
	position: relative;
}
.banner-border img, .banner-border {
	width: 100%;
}
.banner-border {
    position: absolute;
    bottom: 0;
}
.show-mobile {
    display: none;
}
.content-center {
    text-align: center;
}
.content-center ul li {
    text-align: left;
}
.content-center ul {
    display: inline-block;
}
.map {
    width: 100%;
    padding:25px;
    border-top: 2px solid #999;
}
.review {
    margin-top: 50px;
    margin-bottom: 75px;
}
.container .review:last-child {
    margin-bottom: 80px;
}
.review-content {
    width: 80%;
    margin: 0 auto;
}
.review-title {
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.review-content {
    position: relative;
}
.review-content #qt1 {
    position: absolute;
    top: -20px;
    left: -50px;
}
.review-content #qt2 {
    position: absolute;
    bottom: -20px;
    right: -50px;
}
#banner-logo-container {
    position: relative;
}
#content-section {
    padding-top: 10px;
}
#footer {
    border-top: 5px solid #000;
    background-color: #333333;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #999999;
}
#footer a, #footer a:hover {
    color: #999999 !important;

}

@media (max-width: 767px) {
    h1 {
        font-size: 25px !important;
    }
    .show-mobile {
        display: block;
    }
    .remove-mobile {
        display: none;
    }
    .nav>li>a {
        border: none !important;
        width: 100%;
    }
    .navbar .navbar-nav {
        display: block;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        background: rgba(85,85,85,1);
background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 51%, rgba(85,85,85,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(85,85,85,1)), color-stop(0%, rgba(85,85,85,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(100%, rgba(85,85,85,1)));
background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 51%, rgba(85,85,85,1) 100%);
background: -o-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 51%, rgba(85,85,85,1) 100%);
background: -ms-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 51%, rgba(85,85,85,1) 100%);
background: linear-gradient(to bottom, rgba(85,85,85,1) 0%, rgba(85,85,85,1) 0%, rgba(0,0,0,1) 51%, rgba(85,85,85,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555', GradientType=0 );
    }
}

@media (max-width: 600px) {
    .banner {
        height: 300px;
    }
    h3 {
        font-size: 18px !important;
    }
}