/* Site Color: #B22300 */

/* Header Styles */

body{ 
background-image:url("../img/bg.png");
}

}
#header {
    padding-bottom: .5rem;
   
    
}

#headerMobile {
    
    padding-top: .5rem;
    padding-bottom: .5rem;
}

a.headerPhone:link,
a.headerPhone:visited,
a.headerPhone:active {
    color: #fefefe;
    font-size: 2rem;
}

a.headerPhone:hover {
    color: #B22300;
}

p.phone {
    margin-top: 0;
    margin-bottom: -.25rem;
    padding-top: 0;
}

p.headerCallout {
    color: #fefefe;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.4rem;
}

/* Menu Styles */
#nav {
        background: #0f0f0f;
background: -moz-linear-gradient(top,  #0f0f0f 0%, #191919 50%, #000000 51%, #0c0c0c 100%);
background: -webkit-linear-gradient(top,  #0f0f0f 0%,#191919 50%,#000000 51%,#0c0c0c 100%);
background: linear-gradient(to bottom,  #0f0f0f 0%,#191919 50%,#000000 51%,#0c0c0c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#0c0c0c',GradientType=0 );
    -webkit-appearance: none;
    margin-bottom: -1rem;
    margin-top:1rem;


  
    text-align: center;
}

.noPadding {
    padding-left: 0rem;
    padding-right: 0rem;
}

.navButton {
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
   
    padding: 1rem .2rem 1rem .2rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-right:1px solid #000;
    border-left:1px solid #000;
    border-radius: 5px;
        
}

[data-whatinput='mouse'] .navButton {
    outline: 0;
}

.navButton:hover,
.navButton:focus {
    background-color: transparent;
    color: #B22300;
}

a.dropMenu:link,
a.dropMenu:visited,
a.dropMenu:active {
    font-size: 1rem;
    color: #fefefe;
}

a.dropMenu:hover {
    color: #fff;
    background-color: #B22300;
}

/* Nav Bar Styles */
.sticky {
    width: 100%;
    position: relative;
    z-index: 999;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    /*  SMALL ONLY = 39.9375em
        #menu is the original menu. */
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
        width: 100%;
       
    }
}

.slicknav_menu {
    font-size: 16px;
  
    background: #3E163B;
    /* mobile `slicknav` menu background color. */
    padding: 2px;
    z-index: 999;
    position: relative;
    border-bottom: 4px solid #BEDF91;
    
}

/* Text Styles */

  li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #B22300; 
    margin-right: 1rem; 
    margin-left: -1rem;
   
}
li { color: #fefefe; }

p {
    font-size: 1.1rem;
    color: #fefefe;
}

h1 {
    color: #fefefe;
    font-size: 1.8rem;
    margin-bottom: 0;
}

h2 {
    color: #fefefe;
    font-size: 1.4rem;
    margin-bottom: .2rem;
}

/* Home Page Styles */
#mainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(92,92,92,.3);
  
}
.hoursBlock{
    padding: .5rem;
    background-color: #151515;
    border-radius: 5px;
    margin-bottom: .5rem;
}
/* Image Callouts */
#imagecallouts {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.imagecalloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #B22300;
    -webkit-appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.imagecalloutButton:hover,
.imagecalloutButton:focus {
    background-color: #5a5a5a;
    color: #fefefe;
    border: 1px solid #fff;
}

/* Call Out Styles */
#callout {
    background: #B22300;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

h1.calloutText {
    margin-top: .6rem;
    font-size: 1.5rem;
    margin-bottom: -.3rem;
    color: #fff;
}

p.calloutText {
    font-size: 1rem;
    margin-top: -.3rem;
    color: #fff;
}

.calloutButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    -webkit-appearance: none;
}

[data-whatinput='mouse'] .calloutButton {
    outline: 0;
}

.calloutButton:hover,
.calloutButton:focus {
    background-color: #5a5a5a;
    color: #fefefe;
    border: 1px solid #fff;
}

/* Footer Styles */
#footer {
    background: #1b1b1b;
    padding-top: 2rem;
}

hr.footer {
    padding: .3rem;
    margin: 0;
    border-bottom-color: #aaa;
}

h1.footer {
    font-size: 1.4rem;
    color: #fff;
}

p.footer {
    padding-top: .5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #8f8e8e;
}

a.footer:link,
a.footer:visited,
a.footer:active {
    font-size: .9rem;
    color: #8f8e8e;
}

a.footer:hover {
    color: #B22300;
}

p.footer2 {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #8f8e8e;

}

/* Service Blocks */
#serviceblocks {
    padding-top: 1rem;
    padding-bottom: .5rem;
}

a.serviceBlock:link,
a.serviceBlock:visited,
a.serviceBlock:active {
    color: #fefefe;
    font-size: 1rem;
}

a.serviceBlock:hover { color: #B22300; }

p.serviceblockText {
    margin-top: -1.7rem;
    background-color: rgba(0, 0, 0, .6);
    position: relative;
    z-index: 99;
    margin-bottom: 1.5rem;
}

.serviceblockImg {
    padding: 0;
    margin: 0;
}

/* Additonal Features */

hr{
    padding: .2rem;
    margin-top: .4rem;
    margin-bottom: .4rem;
    border-color: #B22300;
}
hr.skinny { border-color: #B22300; }

hr.white {
    margin: 0;
    padding: 0;
    border-color: transparent;
}

hr.colorbar {
    height: 4px;
    border: 0;
    border-top: 1px solid #B22300;
    margin: .2rem 0rem .2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

hr.colorbar2 {
    height: 4px;
    border: 0;
    border-top: 1px solid #fefefe;
    margin: .2rem 0rem .2rem 0rem;
    padding: 0;
    max-width: 5rem;
    text-align: left;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wrap {
    float: left;
    padding-right: 35px;
}

.wrapRight {
    float: right;
    padding-left: 35px;
}

.white { color: #fff; }

/* Google Maps CSS */
#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

/* Slider Styles */
.fullWidth{
    min-width:100%;
    min-height: 100%;
}
#slider{
  
    /*border-bottom: 1px solid #B22300;*/
}

/* Page Styles */
.overlayPage {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    content: " ";
    padding-top: 3%;
    padding-bottom: 3%;
    width: 100%;
    z-index: 2;
}

.pageBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/B22300/ffffff");
    border-bottom: 1px solid #aaa;
}

/* Contact Page Styles */
.contactBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("http://placehold.it/1920x300/B22300/ffffff");
    border-bottom: 1px solid #aaa;
}

h1.pagebannerText {
    color: #fefefe;
    font-size: 1.8rem;
    text-align: center;
}

a.contactLink:link,
a.contactLink:active,
a.contactLink:visited {
    color: #fefefe;
}

a.contactLink:hover {
    color: #B22300;
}

/* Form Fill */
.success1 {
    background-color: green;
    color: #fefefe;
    font-size: 1.2rem;
}

.formButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    
    border-radius: 3px;
    background-color: #B22300;
    -webkit-appearance: none;
}

[data-whatinput='mouse'] .formButton {
    outline: 0;
}

.formButton:hover,
.formButton:focus {
    background-color: #5a5a5a;
   
    color: #fefefe;
}

/*Video Hero*/
.videoButton {
    font-size: 1rem;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0rem 0;
    padding: .5rem 1rem .5rem 1rem;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    border-radius: 3px;
    background-color: #B22300;
    -webkit-appearance: none;
}

[data-whatinput='mouse'] .videoButton {
    outline: 0;
}

.videoButton:hover,
.videoButton:focus {
    background-color: #5a5a5a;
    color: #fefefe;
}
h1.videoText{
    font-size: 3rem;
    color:#fefefe;
   
    padding: 0;
     margin-bottom: -.7rem;
}
h2.videoText{
    font-size: 1.5rem;
    color:#fefefe;
    margin-bottom: .7rem;

}
h1.videoTextm{
    font-size: 2rem;
    color:#fefefe;
  
    padding: 0;
     margin-bottom: -.2rem;
}
h2.videoTextm{
    font-size: 1rem;
    color:#fefefe;
    margin-bottom: .7rem;

}
.videoContainer {
    
    position: relative;
    overflow: hidden;

}
.videoOverlay {
    background-color: transparent;
    position: relative;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 35rem;
    z-index: 1;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container .title-container {
    z-index: 2;
    position: relative;
    text-align: center;
    top:37%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    min-width: 100%;
}

video.fillWidth {
    min-width: 100%;
   top:-4rem;
}

.overlayVideo {
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    content: " ";
    padding-top: 25%;
    padding-bottom: 25%;
    width: 100%;
    z-index: 2;
}

.videoBanner {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../img/file.jpg");
    border-bottom: 1px solid #aaa;
}

.imgHeader{
	width: 100%;
	object-fit: cover;
}