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

#header {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/fire-bg.jpg");
    background-repeat: no-repeat;
background-position: center center;
background-size: cover
}

body {
    color: #008349;
}

h1 {
	color: #bf2c37
}

a {
    color: #bf2c37
}

.img-polaroid {
    background-color: #bf2c37;
	border-color: none
}

.bg_color_two {
    background-color: #008349
}

.bg_color_three {
    background-color: #bf2c37
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #008349;
}

.navbar .navbar-inner .btn.btn-navbar:before {
    font-family: FontAwesome;
    content: '\f0c9';
    position: absolute;
    color: #fff;
    font-size: 17px
}

.jss-slider .owl-carousel .owl-item .jss-image {
        height: 100% !important;
	    width: auto
}

.navbar-inner {
    background-color: #bf2c37;
    background-image: -moz-linear-gradient(top, #bf2c37, #bf2c37);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf2c37), to(#bf2c37));
    background-image: -webkit-linear-gradient(top, #bf2c37, #bf2c37);
    background-image: -o-linear-gradient(top, #bf2c37, #bf2c37);
    background-image: linear-gradient(to bottom, #bf2c37, #bf2c37)
}

#footer a[href^=tel] { 
	color: inherit !important; text-decoration: none; 
}

@media (max-width: 767px)  {
  #easy-social-icons ul.jssocialicons-horizontal {
    text-align: center;
  }
  
  #easy-social-icons ul.jssocialicons-horizontal > li {
    float: none;
  }
}