@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
body {
    background: url("/images/concrete_seamless.png");
}
.full-width-bg {
    margin-top: -20px;
    min-height: 300px;
    padding: 0;
    max-width: 100%;
    margin-bottom: 10px;
}
.quickquote {
    border: 5px solid #dc5b00;
    background: #ff6a00;
    border-radius: 1em;
    box-shadow: 2px 2px 2px #d3d3d3;
    
    font-size: 0.9em;
}
.quickquote h3 {
    color:  #fff;
    font-size: 2.1em;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.quickquote input[type="text"], input[type="tel"]{
    width: 90%
}
*, *:before, *:after {
  box-sizing: border-box;
}
.beforeafter {
    margin-bottom: 10px;
}
.beforeafter img {
    border-radius: 10px;
    padding: 3px;
    box-shadow: 2px 2px 2px  #d3d3d3;
    margin-top: 2px;
    margin-left: 2px;
}
.intro {
    
   text-align: center;
   background: #870619;
   color: #fff;
   font-size: 0.9em;
   padding: 3px 0;
   margin-bottom: 2px;
}
.top-right {
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 45px;
    color: #000;
}
.top-right h2 {
    font-weight: 900;
    line-height: 0.2em;
    font-size: 3.5em;
    text-shadow: 2px 2px 2px #999;
    letter-spacing: 0.01em;
}
.top-right a{
    color: #000;
}
.top-right a:hover{
    color: #ff6a00;
    text-decoration:none;
    
}
.navbar-inverse {
    background-color: #870619!important;
    text-transform: uppercase;
    font-weight: bold;
    border:  0!important;
    border-radius: 0!important;
    color:#fff;
}
.navbar-inverse .navbar-nav > li > a {
    color:#fff!important;
}
.active {
    color:  #fff!important;
}
.navbar-inverse li{
    padding: 0 20px;
}

.main-body h2 {
    color: #870619!important;
    text-shadow: 2px 2px 2px #d3d3d3;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    font-size: 3em;
    
    line-height: 1em;
}

.quote h2 {
    color: #fff!important;
    text-shadow: 1px 1px 1px #000;
    font-weight: 900;
    font-size: 2em;
    letter-spacing: 0.05em;
    padding-top: 20px;
}

.quote {
    background: rgba(43,43,43,1);
    background: -moz-linear-gradient(top, rgba(43,43,43,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(44,44,44,1) 0%, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 34%, rgba(17,17,17,1) 69%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,43,43,1)), color-stop(0%, rgba(89,89,89,1)), color-stop(0%, rgba(102,102,102,1)), color-stop(0%, rgba(71,71,71,1)), color-stop(0%, rgba(44,44,44,1)), color-stop(0%, rgba(76,76,76,1)), color-stop(34%, rgba(0,0,0,1)), color-stop(69%, rgba(17,17,17,1)), color-stop(94%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(43,43,43,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(44,44,44,1) 0%, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 34%, rgba(17,17,17,1) 69%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(43,43,43,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(44,44,44,1) 0%, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 34%, rgba(17,17,17,1) 69%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,43,43,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(44,44,44,1) 0%, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 34%, rgba(17,17,17,1) 69%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(43,43,43,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(44,44,44,1) 0%, rgba(76,76,76,1) 0%, rgba(0,0,0,1) 34%, rgba(17,17,17,1) 69%, rgba(28,28,28,1) 94%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#131313', GradientType=0 );
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 75px;
  background-color: #870619;
  border-top: 1px solid #4b0510;
  padding: 0;
  
}

.container {
  width: auto;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.body-image {
    float: right;
    padding: 0px;
    max-width: 250px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    box-shadow: 2px 2px 2px #000;
    margin-left: 10px;
}

.coupon {
    border-radius: 20px;
    border: 4px dashed #fff;
    padding: 5px;
    background:  #ff6a00;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.coupon h2 {
    font-size: 1.7em; 
    color: #fff!important;
    padding: 0!important;
}

.col-lg-3 img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.coupons img {
    padding: 3px;
}
.coupons {
    margin-bottom: 8px;
}
.main-body a {
    color: #ff6a00!important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ff6a00!important;
}

.input-block-level {
    margin-bottom: 10px!important; 
}

button, input, select, textarea {
    margin: 2px 2px 2px 10px;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 8px;
}
.checkbox-size {
    width: 25%;
}
.checkbox-size-2 {
    width: 45%;
    vertical-align: top;
    color:  #fff;
    
}
.contact-fields {
    margin-left:0px!important;
}
.white {
    color:  #fff;
}

.contact input[type="text"], input[type="tel"]{
    width: 30%
}