@charset "utf-8";
/* CSS Document */

#wrapper-header {
    background-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
}

#mainnav {
    background-color: #f20000;
    font-size: 1.15em;
    font-weight: bold;
    text-transform: uppercase;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

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

#mainnav a:hover {
    background-color: #666666;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

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

* {
    border-radius: 0 !important;
}

#tagline {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
}

@media (min-width: 768px) {
    #tagline {
        font-size: 1.75em;
        padding-top: 40px;
    }
}

#tagline span {
    display: none;
}

@media (min-width: 768px) {
    #tagline span {
        display: inline-block;
    }
}

#logo {
    text-align: center;
}

@media (min-width: 768px) {
    #logo {
        text-align: left;
    }
}

#phone {
    text-align: right;
}

#headerphone a:link,
#headerphone a:visited {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f20000;
    font-size: 2.25em;
    font-weight: bold;
}

@media (min-width: 768px) {
    #headerphone a:link,
    #headerphone a:visited {
        background-image: url(../images/back-phone.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        padding-top: 45px;
        padding-bottom: 42px;
        font-size: 1.75em;
    }
}

#headerphone a:hover {
    color: #666666;
    text-decoration: none;
}

#mainnav li.dropdown ul {
    background-color: #ffffff;
    color: #000000;
}

#mainnav .dropdown-menu a:link,
#mainnav .dropdown-menu a:visited {
    color: #000000;
}

#mainnav .dropdown-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#wrapper-headline {
    background-color: #7d7d7e;
}

@media (min-width: 768px) {
    #wrapper-headline {
        background-image: url(../images/back-headline.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        background-color: #7d7d7e;
    }
}

h1,
h2,
h3 {
    color: #f20000;
}

#wrapper-content {
    background-color: #FFFFFF;
    background-image: url(../images/back-content.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 35px;
    padding-top: 15px;
}

#content a:link,
#content a:visited {
    color: #666666;
    text-decoration: underline;
}

#content a:hover {
    color: #f20000;
    text-decoration: none;
}

#content a.btn:link,
#content a.btn:visited {
	margin-top: 25px;
	color:#ffffff;
	background-color:#e20000;
	border:5px solid #333333;
	font-size:1.5em;
	text-decoration:none;
}
#content a.btn:hover {
	color:#ffffff;
	background-color:#333333;
	border:5px solid #e20000;
}


#myCarousel {
    margin-top: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wrapper-footer {
    background-color: #000000;
    padding-top: 35px;
    padding-bottom: 35px;
}

#footerphone a:link,
#footerphone a:visited {
    display: block;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #f20000;
    font-size: 1.75em;
    font-weight: bold;
}

#footerphone a:hover {
    color: #666666;
    text-decoration: none;
}

#credits {
    padding-top: 25px;
    padding-bottom: 25px;
}

#credits p {
    color: #999999;
    font-size: x-small;
    text-align: center;
    line-height: 90%;
}

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

#credits a:hover {
    color: #f20000;
    text-decoration: none;
}


@media (min-width:576px) {
	#gallery .col-sm-6 {
		width:50%;
		float:left;
	}
}
@media (min-width:768px) {
	#gallery .col-md-4 {
		width:33.33333333%;
		float:left;
	}
}
@media (min-width:1200px) {
	#gallery .col-xl-3 {
		width:25%;
	}
}

.galleryImg {
    padding: 10px;

}
.galleryCaption {
	display:block;
	padding-top:5px;
	width:85%;
	height:50px;
}
.padding-top-1 {
	padding-top: 1rem;
}
.padding-top-3 {
	padding-top: 3rem;
}
.padding-bottom-2 {
	padding-bottom: 2rem;
}

.text-center {
	text-align:center;
}
#wrapper-reviews {
    background-color: #7d7d7e;
    padding-top: 35px;
    padding-bottom: 35px;
	padding-left:40px;
	padding-right:40px;
}
@media (min-width:768px) {
	#wrapper-reviews {
		padding-left:20%;
		padding-right:20%;
	}
}
#wrapper-reviews h3 {
	color:#ffffff;
	text-align: center;
	line-height: 120%;
}

#wrapper-reviews .btn {
	margin-top:25px;
	color: #ffffff;
	background-color: #000000;;
	border: 3px solid #f20000;
}