/* Add here all your CSS customizations */

body {
    font-size: 16px;
    /*background-color: #0e0e0e;*/
	background-color: #710223;
	
}

.main {
    background-color: #fff;
    padding-bottom: 40px;
}

#googlemaps {
    margin-bottom: 10px;
}

p {
    color: #555;
}

h3 {
    text-transform: none;
}

.badges {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    width: auto;
    padding: 1.4em 1%;
    margin: 0 auto;
    text-align: center;
}

.badges > * {
    margin: 0.6em !important;
    max-width: 35%;
    /*height: auto !important;*/
    display: inline-block !important;
}

#bbblink:hover img {
    margin-left: -100% !important;
}


.home-intro {
    background-color: #171717;
    margin-bottom: 0px;
    padding: 20px 0 10px;
}

.home-intro .get-started {
    text-align: center;
    margin-bottom: 4em;
}

.home-intro .get-started a {
    color: #9e3d3d !important;
    font-size: 1.4em;
    transition: all 0.4s;
    text-decoration: none;
}

.home-intro .get-started a:hover {
    color: #fff !important;
}

.home-intro .get-started figcaption {
    display: block;
}

.home-intro .get-started img {
    width: 70%;
}

.home-intro h2 {
    font-size: 2em;
    padding: 0;
    margin: 0;
    color: #9e3d3d;
    font-weight: 500;
}

.home-intro p {
    position: relative;
    display: block;
    font-size: 1.5em;
    padding: 1em;
    line-height: 1.3;
    text-align: left;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.home-intro p::before,
.home-intro p::after {
    color: #9e3d3d;
    position: absolute;
    font-size: 3em;
    padding-top: 0;
}

.home-intro p::before {
    content:"\201C";
    top: 0;
    margin-left: -0.46em;
}
.home-intro p::after {
    content:"\201D";
    bottom: -0.5em;
    /*right: -0.1em;*/
}


section.featured {
    background-color: #fff;
    border-top: 5px solid #ecece8;
    margin: 0;
    padding: 50px 0;
}

.slider-container {
    background-color: #6e0d0d;
}


.nav-pills > li > a {
    /*border-radius: 9999px;*/
}
.nav > li > a {
    display: block;
    padding: 8px 15px;
    position: relative;
}


/* ========= Header Section ============= */

#header nav ul.nav-main ul.dropdown-menu, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
    background-color: #6e0d0d !important;
    color: #fff;
}

#header nav ul.nav-main li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 10px 13px;
    text-transform: uppercase;
}

#header .phone {
    font-size: 18px;
    font-style: normal;
    /*font-weight: 700;*/
	 font-weight: bold;
    line-height: 20px;
    /*margin-top: -4px;*/
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
	color:#fcc814;
	letter-spacing:.1em;
    text-transform: uppercase;
}

#header .phone a {
    color: #222 !important;
    background-color: rgba(255,255,255,0) !important;
    transition: background-color 0.3s, color 0.2s;
}

#header .phone a:hover {
    color: #fff !important;
    background-color: #6e0d0d !important;
    transition: background-color 0.4s, color 0.2s;
}

#header nav ul.nav-top li,
#header nav ul.nav-top,
#header .header-top {
    display: block !important;
}


/* ========= Footer Section ============= */

#footer {
    background-color: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 1.1em;
    margin-top: 0px;
    padding: 70px 0 0;
}

#footer * {
    color: #eee;
}

#footer .footer-copyright .logo img {
    float: left;
    margin-top: 1px;
}

#footer .footer-copyright {
    margin-top: 0;
    background: none;
}

#footer .contact li {
    margin-bottom: 15px;
}

#footer .contact i {
    margin-top: 2px;
}

#footer .contact li a {
    padding: 15px 0;
}

#footer .contact li p {
    margin: 0;
}

#footer div.social-icons {
    margin-top: 25px;
}

#footer .printlink {
    display: block;
    font-size: 1.6em;
    padding: 0.6em 0;
    margin-bottom: 1.6em;
    font-weight: bold;
    color: #e0e0e0 !important;
}

#footer .printlink:hover {
    color: #fff !important;
}


/* ========= Coupon Page ============= */

.main .printlink {
    position: relative;
    display: block;
}

.main .printlink span {
    position: absolute;
    top: -0.8em;
    left: 0.1em;
    font-size: 1.6em;
    /*font-weight: bold;*/
    text-shadow: 0 0 2px #000;
    white-space: nowrap;
}


@media (max-width: 479px) {

    #header .logo img {
        max-width: 140px;
    }

    #footer .footer-copyright .logo img {
        float: none;
        margin-top: 0;
    }

    .home-intro h2 {
        font-size: 1.6em;
    }

}

@media (max-width: 992px) {

    #footer .footer-copyright .logo img {
        width: 60%;
    }

}

@media print {

}