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

body {
    background: #25256B url(/assets/57287568/images/body.png) repeat-x left top;
    background-size: 15px auto;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
    body > .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    body > .container {
        padding-left: 95px;
        padding-right: 95px;
    }
}

body,
body a {
    color: #000;
}

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:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

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

.h1,
h1 {
    font-size: 24px;
    line-height: 1.125;
}

.h2,
h2 {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.h3,
h3 {
    font-size: 22px;
    line-height: 1.35;
}

.page {
    background: #fff;
    display: table;
    width: 100%;
}

.widgets {
    position: relative;
    z-index: 2;
}

.page-content {
    padding-bottom: 30px;
    z-index: 1;
}

.page-content a {
    color: #1187EB;
}

.page-content a:focus,
.page-content a:hover {
    text-decoration: underline;
}

.page-content a.btn:focus,
.page-content a.btn:hover {
    text-decoration: none;
}

.page-content a.btn-default {
    color: #000;
}

.page-content a.btn-primary {
    color: #fff;
}

.page-content p,
.page-content li {
    line-height: 1.45;
}

.page-content p,
.page-content ul,
.page-content img {
    margin-bottom: 23px;
}

.page-content .list-unstyled img,
.page-content .list-unstyled p {
    margin-bottom: 10px;
}

.page-content .list-unstyled li {
    margin-bottom: 7px;
}

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

@media (min-width: 768px) {
    .page {
        border-top: 6px solid #9C9C9C;
        padding-bottom: 19px;
    }

    .page-content {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .page {
        position: relative;
    }

    .page > .widgets {
        float: left;
        left: -20px;
        top: 471px;
    }

    .page-content {
        float: right;
        padding-right: 30px;
        padding-top: 74px;
        width: 620px;
    }

    .page-content > .widgets {
        left: -20px;
        position: absolute;
        top: -20px;
    }
}

@media (min-width: 1200px) {
    .page-content {
        width: 661px;
    }
}

.collapsing {
    -moz-transition: none;
    transition: 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;
    max-height: 100%;
}

.marker-mini {
    position: relative;
}

.marker-mini:before {
    background: url(/assets/57287568/images/marker-mini.png) no-repeat center bottom;
    content: "";
    background-size: cover;
    bottom: -14px;
    height: 18px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    width: 73px;
}

.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: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 0px 1px;
}

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

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

#header-container {
    background-image: -moz-linear-gradient(top, #fff 0%, #9C9C9C 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #9C9C9C 100%);
    background-repeat: repeat-x;
    padding: 4px;
    position: relative;
}

.navbar {
    background: #4040B7 url(/assets/57287568/images/header.png) left top;
    background-size: auto 16px;
    border: none;
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #header-container {
        height: 80px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .navbar {
        padding-bottom: 6px;
        padding-top: 6px;
    }

    .navbar-toggle {
        left: 4px;
        position: absolute;
        top: 9px;
    }

    .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;
    }

    .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;
    }

    .navbar-toggle.toggle .icon-bar:first-child,
  .navbar-toggle.toggle .icon-bar:last-child {
        opacity: 1;
    }

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

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

@media (min-width: 768px) {
    #header-container {
        border-radius: 20px 20px 0 0;
        height: 120px;
        margin-top: 29px;
    }

    .navbar {
        border-radius: 16px 16px 0 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.navbar-brand {
    display: block;
    height: auto;
    padding: 0;
}

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

    .navbar-brand > img {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 23px;
        margin-top: -28px;
        position: absolute;
        z-index: 3;
    }

    .navbar-brand > img {
        max-width: 138px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background: #4040B6;
        border-top: none;
        bottom: 0;
        left: -4px;
        overflow: hidden;
        padding: 0 0 132px;
        position: fixed;
        right: -4px;
        top: 80px;
        z-index: 999;
    }

    .navbar-collapse .nav {
        height: 100%;
        overflow-y: scroll;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 479px) {
    .navbar-collapse {
        padding-bottom: 168px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse > .nav {
        background-image: -moz-linear-gradient(top, #eee 29%, #D8D8D8 46%);
        background-image: linear-gradient(to bottom, #eee 29%, #D8D8D8 46%);
        background-repeat: repeat-x;
        bottom: -60px;
        left: -4px;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        right: -4px;
        z-index: 2;
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar-collapse > .nav {
        left: 285px;
    }
}

.marker {
    background: url(/assets/57287568/images/marker.png) no-repeat center bottom;
    background-size: contain;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

@media (max-width: 767px) {
    .marker {
        padding-bottom: 6px;
    }
}

@media (min-width: 768px) {
    .marker {
        line-height: 1.2;
    }
}

.ribbon-nav {
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: bold;
    line-height: 1.125;
}

@media (max-width: 767px) {
    .ribbon-nav {
        background-image: -moz-linear-gradient(top, #FFEE84 0%, #F7B41C 100%);
        background-image: linear-gradient(to bottom, #FFEE84 0%, #F7B41C 100%);
        background-repeat: repeat-x;
        border: 2px solid #FDE06B;
        bottom: 0;
        font-size: 32px;
        left: 0;
        padding: 25px 80px 25px 18px;
        position: absolute;
        right: 0;
    }
}

@media (min-width: 768px) {
    .ribbon-nav {
        background: url(/assets/57287568/images/ribbon-nav.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        right: -14px;
        top: 31px;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ribbon-nav {
        font-size: 23px;
        height: 53px;
        padding: 16px 30px 0;
        width: 540px;
    }
}

@media (min-width: 992px) {
    .ribbon-nav {
        font-size: 32px;
        height: 76px;
        padding: 22px 54px 0;
        right: -18px;
        top: 15px;
        width: 771px;
    }
}

.badge-available {
    position: absolute;
}

@media (max-width: 767px) {
    .badge-available {
        max-width: 70px;
        right: 10px;
        top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .badge-available {
        max-width: 71px;
        right: 24px;
        top: -5px;
    }
}

@media (min-width: 992px) {
    .badge-available {
        max-width: 101px;
        right: 35px;
        top: -7px;
    }
}

.nav > li > a {
    font-size: 18px;
    line-height: 1.35;
    padding: 13px 0;
}

.nav > li > a .fa {
    color: #1187EB;
    font-size: 10px;
    vertical-align: middle;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .nav > li + li {
        border-top: 1px solid #36369C;
    }

    .nav > li > a {
        color: #fff;
        margin-bottom: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .nav > li + li {
        border-left: 1px solid #C3C3C3;
    }

    .nav > li > a {
        color: #000;
    }

    .nav > li.active > a,
    .nav > li > a:focus,
    .nav > li > a:hover {
        background-image: -moz-linear-gradient(top, #1187EB 26%, #4242BC 55%);
        background-image: linear-gradient(to bottom, #1187EB 26%, #4242BC 55%);
        background-repeat: repeat-x;
        color: #fff;
    }

    .nav > li.active > a .fa {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header-wrapper {
        height: 162px;
    }
    .tap-pricing {
        -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-image: -moz-linear-gradient(top, #FFEE84 0%, #F7B41C 100%);
        background-image: linear-gradient(to bottom, #FFEE84 0%, #F7B41C 100%);
        background-repeat: repeat-x;
        border: 2px solid #FDE06B;
        font-size: 18px;
        line-height: 1;
        padding: 8px 45px;
        width: 100%;
        float: left;
        text-align: center;
        position: relative;
        top: 80px;
    }

    .tap-pricing .title {
        display: block;
        font-weight: normal;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

    .tap-pricing .phone {
        border: 1px solid #fff;
        border-radius: 5px;
        display: block;
        font-size: 28px;
        font-weight: bold;
        height: 40px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .tap-pricing.to-bottom {
        bottom: 0;
        top: auto;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 998;
    }

    .tap-pricing.opacity {
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        bottom: -80px;
        opacity: 0;
    }

    .our-services .btn.btn-primary, .our-locations .btn.btn-primary {
        width: 100%;
    }

    nav.nav-footer a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .services-list li {
        width: 100% !important;
    }

    #form-contact label {
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .tap-pricing {
        display: none;
    }
}

.btn {
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-width: 2px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 1.25;
    padding: 12px 18px;
}

.btn .icon {
    border-radius: 50%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    text-align: center;
    vertical-align: top;
    width: 22px;
}

.btn-lg {
    border-radius: 4px;
    font-size: 20px;
    height: auto;
    line-height: 1.3;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-default {
    background-image: -moz-linear-gradient(top, #FFEE84 0%, #F7B41C 100%);
    background-image: linear-gradient(to bottom, #FFEE84 0%, #F7B41C 100%);
    background-repeat: repeat-x;
    border-color: #FDE06B;
    color: #000;
}

.btn-default .icon {
    background-image: -moz-linear-gradient(top, #1187EB 25%, #4242BC 50%);
    background-image: linear-gradient(to bottom, #1187EB 25%, #4242BC 50%);
    background-repeat: repeat-x;
    color: #fff;
}

.btn-default:focus,
.btn-default:hover {
    border-color: #FDE06B;
    color: #000;
}

.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, #F7B41C 0%, #FFEE84 100%);
    background-image: linear-gradient(to bottom, #F7B41C 0%, #FFEE84 100%);
    background-repeat: repeat-x;
    border-color: #FDE06B;
    color: #000;
}

.btn-primary {
    background-image: -moz-linear-gradient(top, #53A0FE 0%, #3023AE 100%);
    background-image: linear-gradient(to bottom, #53A0FE 0%, #3023AE 100%);
    background-repeat: repeat-x;
    border-color: #579AF2;
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: #579AF2;
}

.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, #3023AE 0%, #53A0FE 100%);
    background-image: linear-gradient(to bottom, #3023AE 0%, #53A0FE 100%);
    background-repeat: repeat-x;
    border-color: #579AF2;
}

.form-inline .btn {
    margin-left: 6px;
}

.form-group {
    max-width: 100%;
}

label {
    font-weight: normal;
}
label.error {
    font-size: 11px;
    line-height: 11px;
    color: red;
}

.form-control {
    border-color: #DCE0E0;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    height: 42px;
    line-height: 1.15;
    padding-bottom: 11px;
    padding-top: 11px;
}

textarea.form-control {
    resize: vertical;
}

.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;
}

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

.form-quote ul {
    list-style: none;
    padding-left: 0;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    margin-bottom: 14px;
}

.form-quote li + li {
    border-top: 1px solid #E6E6E6;
}

.form-quote label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 9px 10px;
}

.form-quote label input {
    margin-right: 5px;
}

.widget {
    background: #1187EB url(/assets/57287568/images/bg-widget.png) no-repeat left bottom;
    background-size: 303px auto;
    color: #fff;
    padding: 11px;
    position: relative;
}

.widget .h3 {
    margin-bottom: 20px;
    text-align: center;
}

.widget .ribbon {
    background: url(/assets/57287568/images/ribbon-title.png) no-repeat center;
    background-size: cover;
    color: #000;
    height: 58px;
    font-size: 20px;
    line-height: 1.3;
    margin-left: -19px;
    margin-top: -2px;
    padding-left: 18px;
    padding-top: 14px;
    position: absolute;
    text-align: left;
    width: 293px;
}

.widget .ribbon + .widget-body {
    padding-top: 64px;
}

.widget:before {
    background-image: -moz-linear-gradient(top, #979797 0%, #F6F6F6 100%);
    background-image: linear-gradient(to bottom, #979797 0%, #F6F6F6 100%);
    background-repeat: repeat-x;
    bottom: -4px;
    content: "";
    left: -4px;
    right: -4px;
    top: -4px;
    position: absolute;
    z-index: -1;
}

.widget + .widget {
    margin-top: 23px;
}

@media (max-width: 991px) {
    .widget {
        margin: 4px;
    }
}

@media (min-width: 992px) {
    .page > .widgets > .widget,
  .page > .page-content > .widgets > .widget {
        width: 305px;
    }
}

.widget-body {
    background: #fff;
    color: #434E59;
    padding: 15px;
}

.live-cta {
    border-radius: 6px;
}

.live-cta .h3 {
    font-weight: normal;
}

.live-cta:before {
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

@media (max-width: 991px) {
    .live-cta {
        margin-bottom: 29px;
    }
}

@media (min-width: 768px) {
    .live-cta {
        padding-top: 24px;
    }
}

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

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

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

.comodo-secure {
    height: 45px;
    width: 70px;
}

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

.customer-reviews .widget-body {
    border-left: none;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.customer-reviews .widget-body p {
    line-height: inherit;
}

.customer-reviews .review-author {
    margin-bottom: 10px;
    min-height: 50px;
    padding-left: 70px;
    padding-top: 6px;
    position: relative;
}

.customer-reviews .author-image {
    position: absolute;
    left: 0;
    top: 0;
}

.customer-reviews .author-image > img {
    height: 50px;
    width: 50px;
}

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

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

.link-list a {
    color: #1187EB;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
}

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

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

@media (max-width: 767px) {
    .awards ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .awards li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    .awards ul {
        margin-left: -18px;
        margin-right: -18px;
    }

    .awards li {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.award-houzz {
    height: 60px;
    width: 60px;
}

.award-porch-guaranteed {
    height: 60px;
    width: 61px;
}

.award-homeyou {
    height: 60px;
    width: 60px;
}

.business-hour .widget-body {
    color: #000;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

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

.business-hour li {
    line-height: 2.7;
    padding-left: 15px;
    padding-right: 15px;
}

.business-hour li.active {
    background: #3739BC;
    border-left: 5px solid #FDE16D;
    color: #fff;
    padding-left: 10px;
}

.business-hour li.active.open:after {
    content: "Open Now";
    font-size: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1.2;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

.business-hour .day {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-weight: bold;
    width: 53px;
}

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

.brands li + li {
    margin-top: 20px;
}

.brands .img-center {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 54px;
    width: 166px;
}

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

.brand-rotobrush {
    height: 35px;
    width: 147px;
}

.brand-air-care {
    height: 50px;
    width: 166px;
}

.brand-nikro {
    height: 54px;
    width: 135px;
}

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

.facts .widget-body {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.facts .table {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
}

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

.facts .table > tbody > tr > th {
    font-weight: normal;
    padding-left: 15px;
}


.facts .table > tbody > tr > td:first-child {
    width: 35%;
}
.facts .table > tbody > tr > td {
    width: 60%;
    float: left;
    padding-right: 15px;
    overflow: hidden;
}

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

.facts .table th {
    border-right: 1px solid #EBEBEB;
}

.facts .table a {
    color: #A50010;
    font-size: 12px;
    word-break: break-all;
}

.contact {
    margin: 4px;
    position: relative;
    z-index: 1;
}

.contact .message {
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    padding: 11px 20px 11px 62px;
    position: relative;
    margin: 0 -4px 14px;
}

.contact .message .fa {
    font-size: 26px;
    position: absolute;
    left: 19px;
    margin-top: -13px;
    text-shadow: 0 2px 4px #68AF20;
    top: 50%;
}

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

.contact .message.success {
    background: #70BE22;
}

@media (max-width: 767px) {
    .contact {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contact {
        margin-bottom: 29px;
    }
}

h1.title-mt {
    width: 80%;
    height: 90px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.125;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    float: left;
    margin-bottom: -100px;
    position: relative;
    left: 20px;
    top: 17px;
    z-index: 100;
}
.banner-home {
    margin-bottom: 30px;
    position: relative;
}

.banner-home .banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    left: 0;
    line-height: 1.125;
    padding: 17px 20px;
    position: absolute;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    top: 0;
}

.banner-home .banner-legend {
    line-height: 1.35;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .banner-home {
        height: 270px;
    }

    .banner-home .banner-title {
        text-align: center;
    }

    .banner-home img {
        height: 100%;
    }
}

.banner-legend {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #FACA44;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .banner-legend {
        font-size: 20px;
        padding: 3px 15px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .banner-legend {
        padding: 30px 20px;
        font-size: 30px;
    }
}

.our-services ul,
.our-locations ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.our-services li,
.our-locations li {
    line-height: 1;
}

.our-services li a,
.our-locations li a {
    display: block;
}

.our-services a,
.our-locations a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.our-services a:focus,
.our-locations a:focus,
.our-services a:hover,
.our-locations a:hover {
    text-decoration: none;
}

.our-services .btn,
.our-locations .btn {
    padding-bottom: 7px;
    padding-top: 7px;
}

@media (max-width: 767px) {
    .our-services,
  .our-locations {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .our-services,
  .our-locations {
        margin-bottom: 60px;
    }
}

.our-services li {
    margin-bottom: 10px;
}

.our-services .img-center {
    outline: 1px solid #E1E1E1;
    border: 6px solid #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 53px;
    margin-right: 18px;
    vertical-align: middle;
    width: 53px;
}

.our-locations li {
    margin-bottom: 15px;
    position: relative;
}

.our-locations li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    font-weight: normal;
    color: #1187EB;
    margin-right: 8px;
    content: "\f054";
    float: left;
}
.our-locations .fa {
    color: #1187EB;
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
}

.reviews {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.reviews .widget {
    margin: 4px;
}

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

.reviews li {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    vertical-align: top;
}

.reviews .img-center {
    height: 52px;
    margin: 0 auto 10px;
}

.reviews .img-center img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .reviews .widget .ribbon + .widget-body {
        padding-top: 44px;
    }

    .reviews li {
        margin-top: 20px;
    }

    .reviews .img-center {
        max-width: 136px;
    }
}

@media (min-width: 768px) {
    .reviews .widget .ribbon + .widget-body {
        padding-top: 32px;
    }

    .reviews ul {
        font-size: 0;
        margin-left: -40px;
        margin-right: -40px;
    }

    .reviews li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin-top: 32px;
        padding-left: 40px;
        padding-right: 40px;
        width: 33.3334%;
    }
}

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

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

.flexibe-prices {
    background-image: -moz-linear-gradient(top, #FFEE84 0%, #F7B41C 100%);
    background-image: linear-gradient(to bottom, #FFEE84 0%, #F7B41C 100%);
    background-repeat: repeat-x;
    border: 2px solid #FDE06B;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 20px;
    margin-bottom: 34px;
    position: relative;
}

.flexibe-prices .phone {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.flexibe-prices .phone .icon {
    background-image: -moz-linear-gradient(top, #FFEE84 0%, #F7B41C 100%);
    background-image: linear-gradient(to bottom, #FFEE84 0%, #F7B41C 100%);
    background-repeat: repeat-x;
    border-radius: 50%;
    font-size: 22px;
    height: 32px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 32px;
}

.flexibe-prices .phone .icon:before {
    border-radius: 50%;
    bottom: -2px;
    content: "";
    left: -2px;
    right: -2px;
    top: -2px;
    position: absolute;
    z-index: -1;
}

.flexibe-prices .phone:focus,
.flexibe-prices .phone:hover {
    text-decoration: none;
}

.flexibe-prices .phone:before {
    content: "";
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .flexibe-prices {
        padding: 15px;
        text-align: center;
    }

    .flexibe-prices .phone {
        display: block;
        padding-top: 66px;
        position: relative;
        z-index: 1;
    }

    .flexibe-prices .phone .icon {
        left: 50%;
        margin-left: -16px;
        top: 15px;
    }

    .flexibe-prices .phone .icon:before {
        background: #FEE26E;
    }

    .flexibe-prices .phone:before {
        background: #FEE26E;
        height: 4px;
        left: -15px;
        right: -15px;
        top: 29px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flexibe-prices {
        font-size: 18px;
    }

    .flexibe-prices .phone {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .flexibe-prices {
        line-height: 2.2;
        padding: 11px 20px;
    }

    .flexibe-prices .phone {
        bottom: 0;
        padding: 17px 17px 17px 46px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .flexibe-prices .phone .icon {
        left: 0;
        margin-top: -16px;
        top: 50%;
    }

    .flexibe-prices .phone .icon:before {
        background-image: -moz-linear-gradient(top, #FBDA61 0%, #FFE674 100%);
        background-image: linear-gradient(to bottom, #FBDA61 0%, #FFE674 100%);
        background-repeat: repeat-x;
    }

    .flexibe-prices .phone:before {
        background-image: -moz-linear-gradient(top, #FBDA62 0%, #FFE675 100%);
        background-image: linear-gradient(to bottom, #FBDA62 0%, #FFE675 100%);
        background-repeat: repeat-x;
        height: 100%;
        left: 14px;
        width: 4px;
    }
}

.ribbon-lg {
    background: url(/assets/57287568/images/ribbon-title-lg.png) no-repeat left center;
    background-size: 100% auto;
    color: #000;
    font-size: 24px;
    height: 58px;
    line-height: 1.125;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .ribbon-lg {
        padding: 13px 12px 0 12px;
    }
}

@media (max-width: 479px) {
    .ribbon-lg {
        background-image: url(/assets/57287568/images/ribbon-title-lg-xs.png);
        background-size: 100% 100%;
        height: auto;
        padding: 13px 50px 18px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ribbon-lg {
        background-size: contain;
    }
}

@media (min-width: 768px) {
    .ribbon-lg {
        padding: 12px 20px 0 20px;
    }
}

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

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

.coupons a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.coupons .coupon {
    color: #3B3B3B;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 0;
    font-style: normal;
    text-decoration: none;
}

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

@media (max-width: 767px) {
    .coupons li {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .coupons ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .coupons li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) {
    .coupons .widget {
        padding: 36px 16px 21px;
        margin: 4px;
    }

    .coupons ul {
        font-size: 0;
    }

    .coupons li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin-bottom: 30px;
        vertical-align: top;
        width: 50%;
    }
}

.coupon {
    background-image: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    background-color: #F6F6F6;
    border: 3px dashed #FEE575;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
    height: 158px;
    line-height: 1.15;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    width: 254px;
}

.coupon > span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 20px;
    margin-top: -30px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
}

.coupon > span span {
    color: #0093DC;
    bottom: 25px;
    display: block;
    font-size: 14px;
    font-style: italic;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}

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

.coupon:after {
    border: 3px dashed #1187EB;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.faq .title {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 7px;
}

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

.services-list li {
    width: 32%;
    font-size: 16px;
    margin-bottom: 40px !important;
}

.services .img-center {
    outline-offset: 0;
    border: 3px solid #fff;
    display: block;
    height: 150px;
    margin-bottom: 10px;
    max-width: 290px;
}

.services .img-center,
.services .img-center:hover {
    outline: 1px solid #E1E1E1;
}

.services p {
    margin-bottom: 10px;
}

.services .title {
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .services .img-center img {
        max-height: none;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .services .btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .services .page ul {
        margin-left: -8px;
        margin-right: -8px;
    }

    .services-list li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .services-list li {
        width: 32%;
    }
}

.contacts {
    margin-bottom: 20px;
}

.contacts .title {
    font-size: 18px;
}

.contacts address {
    margin-bottom: 0;
}

.map {
    width: 100%;
}

html.coverage .list-coverage.all_cities {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
html.coverage .list-coverage.all_cities li {
    width: 33%;
    list-style: none;
    padding: 0px;
    float: left;
    margin: 5px 0 0;
}

#footer-container {
    background-image: -moz-linear-gradient(top, #eee 26%, #d8d8d8 55%);
    background-image: linear-gradient(to bottom, #eee 26%, #d8d8d8 55%);
    background-repeat: repeat-x;
    border-bottom: 10px solid #9C9C9C;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 30px;
}

#footer-container .notice {
    margin-bottom: 19px;
}

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

@media (min-width: 1200px) {
    #footer-container > .container {
        padding-left: 95px;
        padding-right: 95px;
    }
}

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

.nav-footer li {
    font-size: 14px;
}

.nav-footer a {
    display: inline-block;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-footer a:first-child {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .nav-footer {
        margin-bottom: 24px;
    }

    .nav-footer li {
        margin-bottom: 9px;
    }
}

@media (min-width: 768px) {
    .nav-footer {
        margin-bottom: 19px;
    }

    .nav-footer li {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        vertical-align: middle;
    }

    .nav-footer li + li {
        border-left: 1px solid #7C7C7C;
    }
}

.payment-options {
    width: 164px;
}

.payment-options img {
    height: 25px;
    margin: 0 5px 5px;
    width: 42px;
}

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

@media (min-width: 768px) {
    .payment-options {
        float: right;
    }
}
