body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-weight: 400;
}

body {
    -webkit-font-smoothing: antialiased;
    color: #333;
}

body.navbar-open {
    left: 0;
    position: fixed;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    body .container {
        padding-left: 85px;
        padding-right: 85px;
    }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
}

.h1,
h1,
.h3,
h3 {
    font-weight: bold;
}

.h1,
h1 {
    color: #CD0000;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

.h2,
h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 5px;
}

.h3,
h3 {
    font-size: 18px;
    line-height: 1.2;
}

p {
    line-height: 1.45;
    margin-bottom: 30px;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

a:active,
button:active,
.btn:active,
a:focus,
button:focus,
.btn:focus,
a:active:focus,
button:active:focus,
.btn:active:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    outline: none;
}

a {
    color: #CD0000;
}

a:focus,
a:hover {
    color: #9a0000;
    text-decoration: none;
}

.img-center {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.img-center img {
    bottom: -999px;
    left: -999px;
    margin: auto;
    position: absolute;
    right: -999px;
    top: -999px;
    width: 100%;
}

.ratings {
    font-size: 0;
    line-height: 1;
    unicode-bidi: bidi-override;
}

.ratings .star {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    padding: 0px 1px;
}

.ratings .star:before {
    content: "\f005";
    color: #999;
}

.ratings .star.active:before {
    content: "\f005";
    color: #FFD100;
    unicode-bidi: bidi-override;
}

.marker {
    background: url(/assets/71698a0a_v2/images/marker.png) no-repeat bottom center;
    -moz-background-size: auto 7px;
    background-size: auto 7px;
    line-height: 1;
    padding-bottom: 4px;
}

.marker-lg {
    background: url(/assets/71698a0a_v2/images/marker-lg.png) no-repeat bottom center;
    -moz-background-size: auto 7px;
    background-size: auto 7px;
    line-height: 1;
    padding-bottom: 6px;
}

@media (max-width: 767px) {
    #schedule-container {
        display: none;
    }
}

@media (min-width: 768px) {
    #schedule-container {
        background-image: -moz-linear-gradient(top, #fff 0%, #d8d8d8 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd8d8d8', GradientType=0);
        color: #CE0000;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }

    #schedule-container a {
        color: #5988B6;
        display: block;
        font-size: 12px;
        font-weight: normal;
        margin-top: 10px;
        text-decoration: underline;
    }
}

.sticky-nav {
    width: 100%;
    display: inline-block;
    background: #333333;
    padding: 5px 0;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}
.sticky-nav a.phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    color: #fff;
    text-decoration: none;
}
.sticky-nav a.btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    float: right;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    background: #CD0000;
}

@media (max-width: 767px) {
    .sticky-nav {
        display: none !important;
    }
}

.navbar {
    border: none;
    margin-bottom: 0;
}

.request-quote .btn {
    background: #CD0000;
    border-color: #fff;
    color: #fff;
    -moz-box-shadow: 0 0 0 2px #CD0000;
    box-shadow: 0 0 0 2px #CD0000;
    font-size: 16px;
    padding: 13px 21px 14px;
    text-transform: none;
}

.request-quote .phone {
    display: block;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .request-quote {
        font-size: 12px;
        text-align: center;
    }

    .request-quote > span {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin-left: 25px;
        margin-top: 5px;
        vertical-align: middle;
    }

    .request-quote > div {
        margin-top: 10px;
    }

    .request-quote .phone {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .request-quote {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 15px 15px 13px;
        position: fixed;
        right: 0;
    }

    .request-quote > span {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .request-quote .phone {
        font-size: 40px;
        -moz-background-size: 246px 7px;
        background-size: 246px 7px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) and (min-width: 480px) and (orientation: landscape) {
    .request-quote {
        text-align: left;
    }

    .request-quote > span {
        margin: 12px 0 0 25px;
    }

    .request-quote .btn {
        margin-top: 9px;
    }

    .request-quote > div {
        float: right;
    }
}

@media (min-width: 768px) {
    .request-quote {
        float: right;
        top: -147px;
        position: absolute;
        right: 84px;
    }

    .request-quote .phone {
        margin-bottom: 3px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .request-quote {
        text-align: right;
        top: -122px;
    }

    .request-quote .btn {
        margin-right: 30px;
    }

    .request-quote > div {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin-left: 38px;
        vertical-align: middle;
    }

    .request-quote .phone {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 100px;
        padding-top: 60px;
    }

    .navbar {
        background: #333;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    .navbar-toggle {
        float: left;
        margin-top: 12px;
    }

    .navbar-toggle .icon-bar {
        -moz-transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -moz-transform 0.25s ease;
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s, -moz-transform 0.25s ease;
        background: #fff;
        height: 3px;
        position: relative;
        top: 0;
        width: 18px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }

    .navbar-toggle.toggle .icon-bar {
        -moz-transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s, -moz-transform 0.25s ease 0.15s;
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s;
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s, -moz-transform 0.25s ease 0.15s;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .navbar-toggle.toggle .icon-bar:first-child,
  .navbar-toggle.toggle .icon-bar:last-child {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .navbar-toggle.toggle .icon-bar:first-child {
        top: 6px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle.toggle .icon-bar:last-child {
        top: -6px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cta-bar {
        -moz-transition: opacity 0.20s ease 0.05s, bottom 0.25s ease;
        transition: opacity 0.20s ease 0.05s, bottom 0.25s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #1A1A1A;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        padding: 15px 22px;
        text-align: center;
    }

    .cta-bar .title {
        display: block;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .cta-bar .phone {
        border: 2px solid #CD0000;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        display: block;
        font-size: 32px;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .cta-bar.to-bottom {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 998;
    }

    .cta-bar.opacity {
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        bottom: -80px;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media (min-width: 768px) {
    .navbar {
        padding-top: 26px;
    }

    .cta-bar {
        display: none;
    }
}

.navbar-brand {
    height: auto;
}

@media (max-width: 767px) {
    .navbar-brand {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 9px 0;
    }

    .navbar-brand,
  .navbar-brand > img {
        width: 121px;
    }
}

@media (min-width: 768px) {
    .navbar-brand > img {
        width: 253px;
    }
}

#navbar .nav > li > a {
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #navbar {
        background: #191919;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 60px;
        z-index: 999;
    }

    #navbar .nav > li.active > a,
  #navbar .nav > li > a:hover {
        background: #fff;
        color: #CD0000;
    }

    #navbar .nav > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    #navbar {
        background: #333;
        margin-top: 26px;
    }

    #navbar > .container {
        position: relative;
    }

    #navbar .nav > li.active > a,
  #navbar .nav > li > a:focus,
  #navbar .nav > li > a:hover {
        background: #F3F3F3;
        color: #CD0000;
    }

    #navbar .nav > li > a {
        font-size: 16px;
    }
}

.btn {
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    padding: 6px 12px;
    text-transform: uppercase;
}

.btn-lg {
    line-height: 1.4;
    padding: 10px 40px;
}

.btn-default,
.btn-default:focus,
.btn-default:hover {
    border-color: #910F16;
    color: #fff;
}

.btn-default,
.btn-default:focus {
    background-image: -moz-linear-gradient(top, #910F16 0%, #AB1219 100%);
    background-image: linear-gradient(to bottom, #910F16 0%, #AB1219 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff910f16', endColorstr='#ffab1219', GradientType=0);
}

.btn-default:hover {
    background-image: -moz-linear-gradient(top, #AB1219 0%, #910F16 100%);
    background-image: linear-gradient(to bottom, #AB1219 0%, #910F16 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab1219', endColorstr='#ff910f16', GradientType=0);
}

.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:active:hover,
.btn-default.active:hover {
    background-image: -moz-linear-gradient(top, #AB1219 0%, #910F16 100%);
    background-image: linear-gradient(to bottom, #AB1219 0%, #910F16 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab1219', endColorstr='#ff910f16', GradientType=0);
    border-color: #910F16;
    color: #fff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #4D5AB3;
    color: #fff;
}

.btn-primary,
.btn-primary:focus {
    background-image: -moz-linear-gradient(top, #4D5AB3 0%, #222D77 100%);
    background-image: linear-gradient(to bottom, #4D5AB3 0%, #222D77 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d5ab3', endColorstr='#ff222d77', GradientType=0);
}

.btn-primary:hover {
    background-image: -moz-linear-gradient(top, #222D77 0%, #4D5AB3 100%);
    background-image: linear-gradient(to bottom, #222D77 0%, #4D5AB3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222d77', endColorstr='#ff4d5ab3', GradientType=0);
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background-image: -moz-linear-gradient(top, #222D77 0%, #4D5AB3 100%);
    background-image: linear-gradient(to bottom, #222D77 0%, #4D5AB3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222d77', endColorstr='#ff4d5ab3', GradientType=0);
    border-color: #4D5AB3;
    color: #fff;
}

.form-message {
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 10px;
    padding: 11px 20px 11px 62px;
    position: relative;
}

.form-message .fa {
    font-size: 26px;
    position: absolute;
    left: 19px;
    margin-top: -13px;
    top: 50%;
}

.form-message p {
    margin-bottom: 0;
}

.form-message.success {
    background: #70BE22;
}

label {
    font-size: 14px;
}

.form-control {
    border-color: #D8D8D8;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 18px;
    height: 41px;
    line-height: 1.2;
    padding-top: 9px;
    padding-bottom: 9px;
}

.input-lg {
    font-size: 18px;
    height: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
}

textarea.form-control {
    min-height: 74px;
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.5);
    height: 16px;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    top: 2px;
    width: 16px;
}

input[type=checkbox]::-ms-expand,
input[type=radio]::-ms-expand {
    display: none;
}

input[type=checkbox]:active,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=checkbox].active:focus,
input[type=radio].active:focus,
input[type=checkbox]:active:focus,
input[type=radio]:active:focus {
    outline: none;
}

input[type=checkbox]:before,
input[type=radio]:before {
    -moz-transition: background 0.15s ease;
    transition: background 0.15s ease;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    background: #333;
}

.form-control.error,
input[type=checkbox].error,
input[type=radio].error {
    border-color: #BF2222 !important;
}

.form-control.success,
input[type=checkbox].success,
input[type=radio].success {
    border-color: #70BE22 !important;
}

#form-contact {
    background: #313131;
    padding: 20px;
}

#form-contact .h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

#form-contact label {
    color: #fff;
}
#form-contact label.error {
    display: none !important;
}

@media (max-width: 991px) {
    #form-contact {
        margin-bottom: 25px;
    }
}

.form-quote ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.form-quote label {
    background-image: -moz-linear-gradient(#fff, #F6F6F6 50%, #ccc);
    background-image: linear-gradient(#fff, #F6F6F6 50%, #ccc);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 10px;
    margin-bottom: 10px;
    width: 100%;
}

.form-quote label:hover {
    background-image: -moz-linear-gradient(#ccc, #F6F6F6 50%, #fff);
    background-image: linear-gradient(#ccc, #F6F6F6 50%, #fff);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
}

@media (max-width: 767px) {
    .page {
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .page {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .service-img {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .service-img {
        float: left;
        height: 180px;
        margin-bottom: 20px;
        margin-right: 30px;
        width: 226px;
    }
}

.service-title {
    color: #CD0000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
}

.service {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.service .service-img {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .service .service-img {
        float: none;
        height: 200px;
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
    }
}

.service p {
    color: #333;
    margin-bottom: 0;
    margin-top: 5px;
}

.service .read-more {
    color: #115FEE;
    font-size: 16px;
    font-weight: bold;
}

.home .service .service-img {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 150px;
}

.home .service .service-img img {
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: auto;
}

@media (min-width: 768px) {
    .service {
        min-height: 258px;
    }

    .home .service .service-img {
        margin-bottom: 10px;
    }
}

.list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.list a {
    display: block;
    line-height: 1.4;
    padding-bottom: 2px;
    padding-top: 2px;
}

@media (max-width: 767px) {
    .list li {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .list li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .list li {
        width: 33.3334%;
    }
}

@media (min-width: 992px) {
    .list li {
        width: 33.3334%;
    }
}

.zipcodes {
    margin-bottom: 70px;
}

.zipcodes li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

@media (max-width: 767px) {
    .zipcodes li {
        width: 33.3334%;
    }
}

@media (min-width: 768px) {
    .zipcodes li {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .zipcodes li {
        width: 20%;
    }
}

.widget.cities,
.cities {
    margin-bottom: 50px;
}

.widget.cities a,
.cities a {
    color: #CD0000;
}

@media (max-width: 767px) {
    .widget.cities,
  .cities {
        text-align: center;
    }
}

.call-today {
    background: #CD0000 url(/assets/71698a0a_v2/images/call-today.png) left top;
    -moz-background-size: 4.5px 4.5px;
    background-size: 4.5px 4.5px;
    -moz-box-shadow: inset 2px -4px 0 0 #C22727, inset 0 1px 19px 0 #FFC2C2;
    box-shadow: inset 2px -4px 0 0 #C22727, inset 0 1px 19px 0 #FFC2C2;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.call-today .fa {
    margin-right: 12px;
}

.call-today .phone {
    color: #fff;
    font-weight: 300;
    position: relative;
}

.home .call-today {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .call-today {
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 28px 0 0;
        text-align: center;
    }

    .call-today .phone {
        background: #333;
        display: block;
        float: none;
        font-size: 40px;
        margin-top: 28px;
        padding-bottom: 21px;
        padding-top: 21px;
    }

    .call-today:before {
        display: none;
    }
}

@media (min-width: 768px) {
    .call-today {
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding: 12px 65px 14px;
    }

    .call-today .phone {
        float: right;
        font-size: 28px;
    }

    .call-today:before {
        -ms-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
        background: #333;
        content: "";
        height: 200px;
        position: absolute;
        top: -60px;
        right: 0;
        width: 300px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .call-today {
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 28px 0 0;
        text-align: center;
    }

    .call-today .phone {
        background: #333;
        display: block;
        float: none;
        font-size: 40px;
        margin-top: 28px;
        padding-bottom: 21px;
        padding-top: 21px;
    }

    .call-today:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .home .call-today {
        -moz-border-radius: 45px;
        border-radius: 45px;
        font-size: 44px;
        padding-left: 101px;
        padding-right: 101px;
    }

    .home .call-today .phone {
        font-size: 44px;
    }

    .home .call-today:before {
        height: 240px;
        top: -70px;
        width: 450px;
    }
}

.banner-home {
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-home .h1 {
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.banner-home .badge-secure {
    margin-top: 0;
}

.banner-home .free-quote {
    background-image: -moz-linear-gradient(top, #7F0000 0%, #4C0000 100%);
    background-image: linear-gradient(to bottom, #7F0000 0%, #4C0000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f0000', endColorstr='#ff4c0000', GradientType=0);
    border: 1px solid #961E1E;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    text-shadow: none;
}

.banner-home .free-quote .h3 {
    background: #CD0000;
    line-height: 1.4;
    margin: -15px -15px 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.banner-home .free-quote:before {
    display: none;
}

.banner-home .form-quote label {
    margin-bottom: 2px;
}

.banner-home .form-quote .btn {
    background-image: -moz-linear-gradient(top, #fbc361 0%, #f79b1c 100%);
    background-image: linear-gradient(to bottom, #fbc361 0%, #f79b1c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbc361', endColorstr='#fff79b1c', GradientType=0);
    -moz-box-shadow: 0 2px 0 0 #BE7329;
    box-shadow: 0 2px 0 0 #BE7329;
    border-color: #BE7329;
    color: #590505;
    margin-top: 15px;
}

.banner-home .form-quote .btn:hover {
    background-image: -moz-linear-gradient(top, #f79b1c 0%, #fbc361 100%);
    background-image: linear-gradient(to bottom, #f79b1c 0%, #fbc361 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff79b1c', endColorstr='#fffbc361', GradientType=0);
}

.banner-home .bg {
    margin: auto;
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .banner-home {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }

    .banner-home .h1 {
        font-size: 29px;
        margin-bottom: 5px;
    }

    .banner-home p {
        line-height: 1.3;
        margin-bottom: 13px;
    }

    .banner-home .bg {
        bottom: -9999px;
        top: -9999px;
        width: 100%;
    }

    .banner-home .free-quote {
        margin-bottom: 20px;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .banner-home {
        padding-bottom: 38px;
        padding-top: 38px;
    }

    .banner-home .h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .banner-home p {
        line-height: 1.4;
    }

    .banner-home .badge-secure {
        text-align: left;
    }

    .banner-home .true-trust {
        margin-top: 12px;
        width: 96px;
    }

    .banner-home .comodo-secure {
        width: 83px;
    }

    .banner-home .bg {
        height: 100%;
        left: -9999px;
        right: -9999px;
    }
}

.services {
    margin-bottom: 20px;
}

.tell-us {
    background: #D61E2D;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.tell-us .icon {
    background: #D61E2D;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
    height: 59px;
    left: 21px;
    line-height: 57px;
    position: absolute;
    text-align: center;
    width: 59px;
    z-index: 1;
}

.tell-us p {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
}

.tell-us .phone {
    color: #fff;
}

.tell-us:before {
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #BD1A28;
    content: "";
    height: 200px;
    left: -32px;
    position: absolute;
    top: -45px;
    width: 125px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .tell-us {
        text-align: right;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .tell-us:before {
        left: -20px;
    }
}

@media (max-width: 767px) {
    .tell-us {
        font-size: 20px;
    }

    .tell-us .phone {
        font-size: 36px;
    }
}

@media (max-width: 479px) {
    .tell-us {
        padding: 20px;
    }

    .tell-us .icon {
        top: 19px;
    }

    .tell-us p {
        max-width: 110px;
    }

    .tell-us .phone {
        display: block;
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }

    .tell-us:after {
        background: #D61E2D;
        bottom: 0;
        content: "";
        height: 74px;
        left: 0;
        position: absolute;
        width: 100px;
    }
}

@media (min-width: 480px) {
    .tell-us {
        padding: 26px;
    }

    .tell-us .icon {
        margin-top: -29px;
        top: 50%;
    }

    .tell-us .phone {
        margin-left: 28px;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .tell-us {
        font-size: 20px;
    }

    .tell-us .phone {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .tell-us {
        display: table;
        width: 100%;
    }
}

.find-us {
    background: #3850A1;
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
}

.find-us .address {
    margin-bottom: 0;
}

.find-us .btn {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .find-us .address {
        margin-bottom: 10px;
    }
}

.find-us-header {
    padding: 20px;
}

#business-container {
    background: #FAFAFA url(/assets/71698a0a_v2/images/pattern.png) left top;
    -moz-background-size: 4.5px 4.5px;
    background-size: 4.5px 4.5px;
    border-bottom: 1px dashed #979797;
    border-top: 1px dashed #979797;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #business-container {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    #business-container {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

#footer-container {
    background: #333 url(/assets/71698a0a_v2/images/pattern.png) left top;
    -moz-background-size: 4.5px 4.5px;
    background-size: 4.5px 4.5px;
    line-height: 1.6;
    margin-top: 40px;
}

#footer-container,
#footer-container a {
    color: #fff;
}

#footer-container p {
    line-height: inherit;
    margin-bottom: 0;
    font-size: 13px;
}

#footer-container .sitemap {
    font-size: 0;
    font-size: 13px;
}

#footer-container .sitemap span,
#footer-container .sitemap a {
    font-size: 13px;
}

#footer-container .sitemap span {
    margin-right: 5px;
}

#footer-container .sitemap a + a:before {
    content: ",";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #footer-container {
        padding: 25px 0;
        text-align: center;
    }

    #footer-container .sitemap {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    #footer-container {
        padding: 50px 0;
    }
}

.payment-options {
    width: 210px;
    font-size: 0;
    margin-left: -1px;
    margin-right: -1px;
    float: right;
}

.payment-options img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 2.5px 5px;
    width: 50px;
}

@media (max-width: 767px) {
    .payment-options {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .widgets {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .widgets {
        margin-top: 103px;
    }
}

.widget,
.widget a {
    color: #333;
}

.widget .header {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.widget .header .h2 {
    background: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 0;
    padding-left: 39px;
    padding-right: 39px;
    position: relative;
}

.widget .header:before {
    background: #CD0000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 48%;
}

.free-quote {
    background: #313131;
    padding: 20px;
    position: relative;
}

.free-quote .h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 20px;
    text-align: center;
}

.free-quote:before {
    background: url(/assets/71698a0a_v2/images/arrow.png) no-repeat;
    -moz-background-size: 76px 36px;
    background-size: 76px 36px;
    bottom: 65px;
    content: "";
    height: 36px;
    left: -9px;
    position: absolute;
    width: 76px;
}

@media (max-width: 991px) {
    .free-quote {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .col-lg-8 .free-quote {
        position: absolute;
        right: -331px;
    }
}

@media (min-width: 1200px) {
    .col-lg-8 .free-quote {
        right: -328px;
    }
}

.badge-secure {
    margin-top: 30px;
    text-align: center;
}

.badge-secure > img {
    vertical-align: top;
}

.badge-secure > img + img {
    margin-left: 14px;
}

.comodo-secure {
    width: 70px;
}

.true-trust {
    margin-top: 10px;
    width: 81px;
}

.awards {
    background: #333 url(/assets/71698a0a_v2/images/pattern.png) left top;
    -moz-background-size: 4.5px 4.5px;
    background-size: 4.5px 4.5px;
    color: #fff;
    margin-bottom: 17px;
}

@media (max-width: 991px) and (min-width: 480px) {
    .awards img {
        height: 78px;
    }

    .awards img + img {
        margin-left: 36px;
    }
}

@media (max-width: 991px) {
    .awards {
        padding-bottom: 25px;
        padding-top: 25px;
        text-align: center;
    }

    .awards .h2 {
        font-weight: 300;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .awards strong {
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 479px) {
    .awards img {
        height: 70px;
    }

    .awards img + img {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .awards {
        padding-bottom: 38px;
        padding-top: 38px;
    }

    .awards .header {
        float: left;
        margin-top: 10px;
    }

    .awards .badges {
        float: right;
    }

    .awards .h2 {
        font-size: 34px;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
    }

    .awards strong {
        font-size: 22px;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .awards img {
        height: 85px;
        margin-left: 40px;
    }
}

.customer-reviews {
    margin-bottom: 46px;
}

.customer-reviews blockquote {
    border-left: none;
    font-size: 16px;
    font-style: italic;
    line-height: 1.1875;
    padding: 0;
}

.customer-reviews blockquote p {
    font-style: italic;
    line-height: inherit;
    margin-bottom: 0;
}

.customer-reviews blockquote + blockquote {
    margin-top: 38px;
}

.customer-reviews .review-author {
    font-style: normal;
    margin-bottom: 10px;
}

.customer-reviews .author-name {
    color: #9F9F9F;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.customer-reviews .ratings {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.customer-reviews .reviews-img {
    position: relative;
}

@media (max-width: 991px) {
    .customer-reviews .reviews-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .customer-reviews blockquote {
        text-align: center;
    }

    .customer-reviews .ratings {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .customer-reviews .author-name {
        margin-left: 10px;
    }
}

.customer-reviews .img-ribbon {
    background: rgba(255, 255, 255, 0.9);
    bottom: 22px;
    left: 0;
    position: absolute;
    right: 0;
}

.customer-reviews .img-ribbon .logo {
    float: left;
    width: 122px;
}

.customer-reviews .img-ribbon .phone {
    color: #CD0000;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 3px;
    padding-top: 3px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .customer-reviews .img-ribbon .phone {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .customer-reviews .img-ribbon {
        padding: 9px 15px;
    }

    .customer-reviews .img-ribbon .phone {
        font-size: 20px;
        padding-bottom: 11px;
        padding-top: 11px;
    }
}

@media (min-width: 768px) {
    .customer-reviews .img-ribbon {
        padding: 9px 30px;
    }
}

.brands {
    padding-bottom: 10px;
}

.brands ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}

.brands li {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .brands li + li {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    .brands li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: middle;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .brands li {
        width: 25%;
    }
}

.brands .img-center {
    height: 38px;
    margin: 0 auto;
    width: 159px;
}

.brands .img-center img {
    height: 100%;
    width: auto;
}

.link-list ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
}

.link-list li {
    font-size: 16px;
}

.link-list a {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.business-hour {
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 20px;
}

.business-hour .h2 {
    text-transform: uppercase;
}

.business-hour ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -20px;
    margin-right: -20px;
}

.business-hour li {
    line-height: 2.95;
    padding-left: 20px;
    padding-right: 20px;
}

.business-hour li.active {
    background: #2C2C2C;
    border-left: 5px solid #CD0000;
    padding-left: 15px;
}

.business-hour li.active .day {
    color: #fff;
}

.business-hour li.active.open:after {
    content: "Open Now";
    color: #CD0000;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: -10px;
    margin-top: 11px;
    vertical-align: middle;
}

.business-hour .day {
    color: #807F80;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 18px;
    font-weight: bold;
    width: 53px;
}

.facts {
    background: #fff;
    color: #4A4A4A;
    padding: 20px;
}

.facts .h2 {
    color: #333;
    text-transform: uppercase;
}

.facts .table {
    margin-bottom: 0;
}

.facts .table > tbody {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
}
.facts .table > tbody tr {
    width: 45%;
    float: left;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

.facts .table > tbody > tr > th,
.facts .table > tbody > tr > td {
    border-top: none;
    font-size: 14px;
    line-height: 1.15;
    padding: 12px;
}

.facts .table > tbody > tr > th {
    padding-left: 10px;
    padding-right: 5px;
}

.facts .table > tbody > tr > td {
    padding-left: 5px;
    padding-right: 10px;
}

.facts .table tr {
    border-top: 1px solid #EBEBEB;
}

.facts .table th {
    white-space: nowrap;
}

.facts .table a {
    color: #115FEE;
    font-size: 14px;
    word-break: break-all;
}

@media (max-width: 1199px) {
    .facts .table + .table {
        border-top: 1px solid #EBEBEB;
    }
}

@media (max-width: 767px) {
    .facts .table > tbody {
        margin: 0px;
    }
    .facts .table > tbody tr {
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .facts .table {
        font-size: 0;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 48%;
    }
}

@media (min-width: 1200px) {
    .facts .table {
        font-size: 0;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        width: auto;
    }

    .facts .table + .table {
        float: right;
    }
}

.reviews {
    background: #333 url(/assets/71698a0a_v2/images/pattern.png) center;
    -moz-background-size: 4.5px 4.5px;
    background-size: 4.5px 4.5px;
    color: #fff;
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.reviews .header .h2 {
    background: #333 url(/assets/71698a0a_v2/images/pattern.png) center;
    -moz-background-size: 4.5px 4.5px;
    background-size: 4.5px 4.5px;
    color: #fff;
}

.reviews .header:before {
    background: #fff;
}

.reviews ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.reviews li {
    font-size: 14px;
    padding: 0 15px 30px;
}

@media (min-width: 768px) {
    .reviews li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .reviews .coupons li {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .reviews li {
        width: 33.3334%;
    }
}

.reviews .review,
.reviews .coupon {
    height: 158px;
}

.reviews .review {
    background: #fff;
    color: #4A4A4A;
    padding: 19px 16px;
    text-align: center;
}

.reviews .ratings {
    margin-bottom: 10px;
}

.reviews .ratings .star {
    font-size: 21px;
}

.reviews .logo {
    height: 50px;
    margin-bottom: 15px;
}

.reviews .logo:before,
.reviews .logo img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.reviews .logo img {
    width: 100px;
}

.reviews .logo:before {
    content: "";
    height: 100%;
}

.coupons {
    font-size: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.coupon {
    background: url(/assets/71698a0a_v2/images/coupon.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    font-size: 0;
    font-weight: bold;
    height: 140px;
    line-height: 1.15;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
}

.coupon > span {
    color: #FCD35D;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1.25;
    margin-top: -30px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .coupon > span {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .coupon > span {
        font-size: 22px;
    }
}

.coupon > span span {
    color: #fff;
    bottom: 25px;
    display: block;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
}

.coupon:before {
    content: "";
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 100%;
    vertical-align: middle;
}

.coupon:focus,
.coupon:hover {
    text-decoration: none;
}
