<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
    ICONS
    ========================================================================== */
.ico-check {
    height: 20px;
    width: 20px;
    background: url(/assets/1bcdf46b/images/ico-check.png) no-repeat;
}

/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px 14px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.btn:hover,
.btn:focus {
    color: #fff;
}
.btn .fa {
    font-size: 18px;
    margin-right: 10px;
    bottom: -1px;
}
.btn-green {
    -webkit-box-shadow: 0px 4px 0px 0px #309730;
    -moz-box-shadow: 0px 4px 0px 0px #309730;
    box-shadow: 0px 4px 0px 0px #309730;
    background-image: linear-gradient(to bottom, #76e774, #41c940);
}
.btn-green:hover,
.btn-green:focus {
    background-color: #3FAE85;
}
.btn-orange {
    background: #ff990f;
    -webkit-box-shadow: 0px 4px 0px 0px #ff990f;
    -moz-box-shadow: 0px 4px 0px 0px #ff990f;
    box-shadow: 0px 4px 0px 0px #ff990f;
}
.btn-orange:hover,
.btn-orange:focus {
    background-color: #D1482C;
}
.btn.btn-white {
    font-size: 14px;
    line-height: 18px;
    color: #E8593C;
    padding: 17px 16px 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 0px 0px #D1482C;
    -moz-box-shadow: 0px 4px 0px 0px #D1482C;
    box-shadow: 0px 4px 0px 0px #D1482C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn.btn-white i {
    font-size: 18px;
    margin-right: 14px;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.btn-wine {
    font-size: 16px;
    color: #FFFFFF;
    background: #730137;
}
.btn-wine:hover,
.btn-wine:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

/* ==========================================================================
    FORM
    ========================================================================== */
.form-control {
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
    padding: 18px 15px;
    border: 1px solid #EBEBEB;
    height: 54px;
}






/* ==========================================================================
    RESETS
    ========================================================================== */
*:focus,
*:hover,
*:active,
.btn:focus,
.btn:hover,
.btn:active,
a:focus,
a:hover,
a:active {
    outline: none;
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    margin: 0 0 15px;
    line-height: 1.71;
    color: #6e6e6e;
}

/* ==========================================================================
    UTILS
    ========================================================================== */
html, body {
    height: 100%;
    width:100%;
}
.relative { position: relative; }
.absolute { position: absolute; }
.in-block { display: inline-block; }
.hidden {display: none }
.hidden-sm-up { display: none }

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
body {
    overflow-x: hidden;
    background: #f2f2f2;
}
body,
a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

a:link {
    color: #00b1fe;
    font-weight: normal;
}
a, a:visited {
    color: #00b1fe;
    font-weight: normal;
}
a:hover {
    text-decoration: none;
    color: #303030;
}

.container {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #0048a0;
    margin-bottom: 10px;
}
h1, h2 {
    font-size: 30px;
    letter-spacing: 0.5px;
}
h3 {
    font-size: 23px;
    letter-spacing: 0.3px;
}
ul.simple {
    list-style:disc;
    margin-left: 30px;
}


.breadcrumb {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #6e6e6e;
    font-size: 14px;
    padding: 10px 0;
}
.breadcrumb&gt;li+li:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 12px;
}
.breadcrumb li a {
    color: #00b1fe;
    font-size: 14px;
    font-weight: normal;
}
.breadcrumb li:last-child a {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: normal
}


/* ==========================================================================
    HEADER
    ========================================================================== */
nav.header {
    border: none;
    margin-bottom: 0;
    background-color: #294a9b;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 0;
    margin-bottom: 0px;
}


.navbar .container {
    background: transparent;
    height: 235px;
    position: relative;
}
nav.header .menu-bg {
    height: 64px;
    background-image: linear-gradient(to bottom, #626262, #313131);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.28), inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
    position: absolute;
    width:100%;
    bottom: 0;
    left: 0;
}
.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 1.6px;
    background-image: linear-gradient(to bottom, #7a7a7a, #232323 97%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    padding: 7px;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #f7e111;
}
.navbar-toggle .icon-bar {
    width: 20px;
    height: 3px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.logo img { width: 277px }
.navbar-header .logo {
    position: absolute;
    top:20px;
    left: 10px;
    text-align: center;
    z-index: 10;
}
.navbar-header .logo span {
    width: 92%;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    bottom: -30px;
}
.header .navbar-right {}
.header .navbar-right .contact  a { float: left }
.header .navbar-right .contact  a.schedule {
    margin: 11px 30px 0 0;
    position: relative;
}
.header .navbar-right .contact a.schedule span {
    position: absolute;
    top: 0px;
    left: 00px;
    padding: 19px 35px 10px 90px;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.header .navbar-right .contact a.schedule span i {
    font-style: normal;
    color: #f33d18;
}
.header .navbar-right .contact {
    margin: 30px 0 0 0;
    width: auto;
    min-height: 171px;
}
.header .nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: transparent;
    height: 64px;
}
.header .nav li { padding: 0; }
.header .nav a {
    height: 64px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    background: transparent;
    color: #FFFFFF;
    padding: 20px 30px;
    position: relative;
}
.header .nav a.active,
.header .nav a:hover,
.header .nav a:focus {
    background-color: #353535;
    box-shadow: inset 0 2px 7px 0 #000000;
}

.navbar-collapse.collapse {
    min-height: 235px;
}
.available-box {
    display: none;
}

.call-cta {
    float: left;
    width: 280px;
    height: 103px;
    text-align: right;
    color: #fff;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 18px;
}
.call-cta .phone {
    position: relative;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 35px;
    color: #f33d18;
    text-align: left;
    border-radius: 50px 0 0 50px;
    width: 100%;
    background-image: linear-gradient(to bottom, #fdf324, #f5db0b);
    font-weight: 500;
    padding: 3px 0 7px 50px;
}
.call-cta .phone .ico {
    position: absolute;
    left:-3px;
    top:-5px;
}
.call-cta span {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.cta.content-cta {
    width: 100%;
}
.cta.content-cta .phone {
    font-size: 34px;
    line-height: 78px;
}
.cta.content-cta .text {
    font-size: 26px;
    line-height: 50px;
}

.btn-theme,
a.btn-theme {
    background-image: linear-gradient(to bottom, #33c0ff, #00aeff);
    box-shadow: inset 0 2px 0 0 #51e1ff;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-shadow: 1px -1px 0px #000000;
    border-radius: 0;
    position: relative;
    height:50px;
}

.btn-theme:after,
a.btn-theme:after {
    content:"";
    position: absolute;
    top: 7px;
    right: -19px;
    width: 35px;
    height: 35px;
    background-image: linear-gradient(to bottom right, #33c0ff, #00aeff);
    box-shadow: inset 0 3px 0 0 #51e1ff;
    transform: rotate(45deg);

}
.btn-green, a.btn-green{
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #74ca57, #409e31);
    box-shadow: inset 0 2px 0 0 #a5da93;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.77;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px;
}

.tap-to-call {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    margin: 0 auto;
    float: left;
    padding: 10px 10px 5px;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    display: none;
    background-image: linear-gradient(to top, #fdf324, #f5db0b);
}

.tap-to-call .fa {
    font-size: 25px;
    color: #000;
    margin-right: 15px;
}
.tap-to-call a {
    font-family: 'Oswald', 'Open Sans', sans-serif;
    line-height: 1;
    border: solid 1px #000;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 30px;
    margin: 10px auto;
    box-shadow: none;
    position: relative;
}

.mobile-call {
}


.business-box {
     background-image: linear-gradient(to bottom, #ffff2a, #f7da03);
     min-height: 300px;
     margin-top: -120px;
}
.footer .business-box h2 {
    font-size: 28px;
    letter-spacing: 0.4px;
    color: #030103;
    text-shadow: 0 1px 0 #ffffff;
    padding: 10px 0 0 20px;
    font-weight: 500;
}
.business-box:after {
    content: "";
    position: absolute;
    top: -133px;
    right: 12px;
    border-left: 20px solid #f2f2f2;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    transform: rotate(-45deg);
}
html.homepage .business-box:after {
    border-left-color: #fff;
}
.business-box .body {
    font-size: 16px;
    line-height: 1.88;
    font-weight: normal;
    color: #000;
    text-shadow: none;
    padding: 0;
    display: inline-block;
}
.business-box .body div {
    float: left;
}
.business-box .item {
    width: 100%;
}
.business-box .weekday {
    font-weight: bold;
    padding: 0 20px;
    width: 75px;
}
.business-box .hours {
    font-size: 16px;
    width: 170px;
}
.business-box .open {
    font-weight: bold;
    text-align: right;
}
.business-box .item.active {
    background-color: #000000;
    color: #FFFFFF;
}

.base .core {
    float: left;
}
.base .sidebar {
    float: right
}


/* ==========================================================================
    HOME
    ========================================================================== */

.container-fluid.base {
    background-image: linear-gradient(to bottom, #f3f3f3, #c1c1c1);
}
.container-fluid.base .row.grey {
    background: url(/cloud/img-header.png) center center no-repeat;
    background-size: auto 350px;
}

.container-fluid.base .quote-box {
    margin: 0 auto;
}
.container-fluid.base .quote-col {
    float:right;
}
.container-fluid.base .description {
    padding-top:100px;
    float: left;
}
.container-fluid.base .description h2 {
    font-size: 25px;
    color: #322b26;
    margin-bottom:30px;
}

.home-badges {
    text-align: center;
    padding: 10px 0 30px;
}
.home-badges h3 {
    font-size: 26px;
    color: #322b26;
}
.home-badges img {
    margin: 0 auto;
}
.home-badges img:nth-of-type(2) {
    margin: 0 70px;
}

.blue-wide {
    background-color: #294a9b;
    padding:30px 0 60px ;
}

.service-box {
    width:220px;
    height: 316px;
    display: inline-block;
    position: relative;
}
.service-box:after {
    content:"";
    position: absolute;
    right:-14px;
    top:-14px;
    width:30px;
    height:30px;
    background:#294a9b;
    transform:rotate(45deg);
}
.service-box h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #030103;
    text-shadow: 0 1px 0 #fffab1;
    padding:10px;
    margin:0;
}
.service-box p {
    margin:0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.38;
    color: #000000;
}
.service-box .body {
    height: 120px;
    padding: 10px;
}
.service-box .btn {
    background-image: linear-gradient(to bottom, #3f3f3f, #262423 97%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 2px 1px 0 #787875;
    margin: 0 auto;
    margin-top:23px;
}
.service-box .btn-theme:after {
    background-image: linear-gradient(to bottom right, #3f3f3f, #262423 97%);
    box-shadow: inset 0px 2px 0px 0px #787875;
}
.service-box .btn-placer {
    position: absolute;
    bottom: -24px;
    left:0;
    width:100%;
    text-align: center;
    padding-right:20px;
}

.service-box.yellow {
    background-color: #fbee24;
    box-shadow: inset 0 2px 1px 0 #fef694;
}
.service-box.yellow .body {
    background-image: linear-gradient(to bottom, #ffff2a, #f7da03);
}
.service-box.red {
    background-color: #f1412c;
    box-shadow: inset 0 2px 1px 0 #ffa091;
}
.service-box.red h3 {
    text-shadow: 0 1px 0 #ffa091;
}
.service-box.red .body {
    background-image: linear-gradient(to bottom, #ff6437, #db0200);
}
.service-box.blue{
    background-color: #43a3fb;
    box-shadow: inset 0 2px 1px 0 #abd1f9;
}
.service-box.blue h3 {
    text-shadow: 0 1px 0 #abd1f9;
}
.service-box.blue .body {
    background-image: linear-gradient(to bottom, #40b9fd, #2178fc);
}
.service-box.green{
    background-color: #6ebb56;
    box-shadow: inset 0 2px 1px 0 #a5da93;
}
.service-box.green h3 {
    text-shadow: 0 1px 0 #a6da94;
}
.service-box.green .body {
    background-image: linear-gradient(to bottom, #74ca57, #409e31);
}

.service-box.yellow:after {
    border-bottom: 2px solid #fef694;
}
.service-box.red:after {
    border-bottom: 2px solid #ffa091;
}
.service-box.blue:after {
    border-bottom: 2px solid #abd1f9;
}
.service-box.green:after {
    border-bottom: 2px solid #a5da93;
}

.row.welcome {
    padding: 50px 0;
}
.yellow-wide {
    background-image: linear-gradient(to bottom, #fdf324, #f5db0b);
    padding: 20px 0;
}
.yellow-wide h3 {
    font-size: 25px;
    letter-spacing: 0.3px;
    color: #030103;
    text-shadow: 0 1px 0 #fffab1;
    margin-bottom: 5px;
}
.yellow-wide select {
    width: 393px;
    height: 50px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.38;
    color: #342b2b;
    border:0;
    padding:10px;
    margin-right: 10px;
}
.yellow-wide .form {
    padding-left:30px;
}
.yellow-wide .btn {}
.yellow-wide .ico {
    text-align: right;
    padding-top:30px;
}
.yellow-wide .mobile-ico {
    display:none;
}


.yellow-wide.content-cta {
    margin: 30px 0;
}
.yellow-wide.content-cta select {
    width: 360px;
}


.container-fluid.white {
    background: #fff;
}
.row.infos {
    margin:30px 0;
}
.row.lists {
    margin-bottom:30px;
}

.testimonial,
.reviews-box {
    margin-top: 20px;
    display: inline-block;
}
.testimonial .text {
    background: #FFFFFF;
    padding: 10px 20px;
    height: 175px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.5;
    color: #6e6e6e;
}
.author .info {
    float: left;
    padding-top:5px;
}
.author {
    background-image: linear-gradient(to bottom, #33c0ff, #00aeff);
    box-shadow: inset 0 2px 0 0 #51e1ff;
    padding:15px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    position: relative;
}
.author:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 30px;
    width: 15px;
    height: 15px;
    z-index: 1000;
    transform: rotate(45deg);
    background-image: linear-gradient(to bottom right, #30bfff, #30bfff);
    border-left:2px solid #51e1ff;
    border-top:2px solid #51e1ff;
}
.author img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}
.author .info strong {
    float: left;
    font-size: 16px;
}
.author .stars {
    font-size: 15px;
    float: left;
    margin-left: 10px;
}
.author .info span {
    float: left;
    text-align: left;
    clear: both;
}

.reviews-box {
    background: #FFFFFF;
    padding: 10px 10px 20px;
    width: 100%;
    display: inline-block;
}
.reviews-box .item {
    padding: 10px 10px 0;
    width: 16.5%;
    text-align: center;
    float: left;
}
.reviews-box .figure {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 10px;
    text-align: center;
}
.reviews-box .figure * {
    vertical-align: middle;
}
.reviews-box .figure img {
    max-height: 50px;
}
.reviews-box .stars {
    margin: 5px auto;
}
.reviews-box .rating {
    font-size: 12px;
    font-weight: normal;
    color: #4a4a4a;
}


.ul-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.ul-list li a {
    color: #f78e1d;
}
.ul-list li {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}
.ul-list.cities li {
    float: left;
    width: 33%;
}

table.brands {
    width: 100%;
}
table.brands td {
    width: auto
}


.facts-box table {
    color: #000000;
    font-size: 13px;
    width: 100%;
    table-layout: fixed;
}
.facts-box td a {
    color: #000000;
    font-size: 13px;
}
.facts-box td.key {
    width: 120px;
    background: #fafafa;
}
.facts-box td.value {
    background-color: #14b5ff;
}
.facts-box td {
    padding: 10px;
    border: solid 1px #e6e6e6;
    word-wrap: break-word;
}

.faq {
    padding:30px 15px;
}
.faq h3 {
    font-size: 26px;
    letter-spacing: 0.4px;
    color: #322b26;
    margin-top:30px;
}
.faq p {
    font-size: 14px;
    line-height: 1.71;
    color: #6e6e6e;
}

.cta {
    width: 95%;
    float:right;
    display: inline-block;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    margin-bottom: 60px;
}
html.homepage .cta {
    margin-bottom:140px;
}
.cta .phone,
.cta .text {
    height: 80px;
    background-image: linear-gradient(to bottom, #fdf324, #f5db0b);
    float: left;
    text-align: center;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 33px;
    color: #000000;
}
.cta .phone {
    position: relative;
    width: 40%;
    font-size: 50px;
    color: #f33d18;
    text-align: left;
    padding-left: 60px;
    border-radius: 50px 0 0 50px;
}
.cta .phone .ico {
    position: absolute;
    left:-3px;
    top:7px;
}
.cta .text {
    width: 60%;
    padding-top:15px;
}

/* ==========================================================================
    ABOUT
    ========================================================================== */


.quote-box {
    background-color: #313131;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.5);
    padding: 10px 20px 20px;
    margin: 110px auto 0px;
    position: relative;
}
.quote-box h2 {
    font-size: 30px;
    color: #ffffff;
}
.quote-box .arrow-abs {
    position: absolute;
    right: -16px;
    bottom: -31px;
}

.talk-to-us {
    background-image: linear-gradient(to top, #fdf324, #f5db0b);
    height: 68px;
    padding:10px;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    color: #000000;
    display: table;
}
.talk-to-us a {
    float:left;
    color: #000000;
    font-family: 'Oswald', 'Open Sans', sans-serif;
    font-size: 29px;
    line-height: 0.87;
    font-weight: 600;
}
.talk-to-us .available {
    float: right;
    border-radius: 3px;
    background-color: #000000;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-top:2px;
}
.flex-form ul li {
    color: #000;
    background-image: linear-gradient(to bottom, #33c0ff, #00aeff);
    box-shadow: inset 0 2px 0 0 #51e1ff;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 8px;
    height: 42px;
    margin-bottom: 5px;
    border-radius: 3px;
    line-height: normal;
}
    .flex-form ul li.active,
    .flex-form ul li:hover {
        background-image: none;
        box-shadow: inset 0 2px 0 0 #294a9b;
        background-color: #294a9b;
        color: #FFFFFF;
    }
    .flex-form ul li input[type=radio]{
      position: absolute;
      visibility: hidden;
    }

    .flex-form ul li label {
      display: block;
      position: relative;
      color: #ffffff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      font-weight: bold;
      font-size: 15px;
      padding-left: 25px;
      margin: 0px auto;
      z-index: 9;
      cursor: pointer;
    }
    .flex-form ul li .check {
      display: block;
      position: absolute;
      border: 1px solid #33c0ff;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
      background: #FFF;
      border-radius: 100%;
      height: 17px;
      width: 17px;
      top: 12px;
      left: 10px;
      z-index: 5;
    }

    .flex-form ul li:hover .check {
      border: 2px solid #d71d2a;
    }

    .flex-form ul li .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 7px;
        width: 7px;
        top: 2px;
        left: 2px;
        margin: auto;
    }

    .flex-form .label-radio {

    }
    .flex-form input[type=radio]:checked ~ .check {
      border: 2px solid #ffffff;
      box-shadow: none;
      background:#d71d2a;
    }
    .flex-form input[type=radio]:checked ~ .check::before{
      background: #d71d2a;
    }
    .flex-form ul li label:hover,
    .flex-form input[type=radio]:checked ~ label {
      color: #f9e819;
    }



/* ==========================================================================
    SERVICES
    ========================================================================== */
html.services .core h2{
    margin-top: 30px;
}
html.services .core .btn {
    clear: both;
}
.service-info {
    display: inline-block;
}
.service-info p {
    float: left;
    width: 384px;
}
.service-side-figure {
    border: solid 1px #979797;
    float: right;
    margin: 0 0 10px 20px;
    width: 227px;
    height: auto;
}


/* ==========================================================================
    CONTACT
    ========================================================================== */

.feedback {
    padding:15px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.feedback .fa {
    font-size: 16px;
    margin-right: 5px;
}
.feedback.success {
    border: solid 1px #bfcfa7;
    background-color: #d6e8bb;
    color: #607c37;
}
.feedback.error {
    border: solid 1px #f1a0a0;
    background-color: #f2dede;
    color: #d9534f;
}

.core.contact .map {
    width: 485px;
    height: 299px;
    overflow: hidden;
}

.core.contact .map .pin {
    position: absolute;
    top: 200px;
    left: 220px;
    z-index: 1000;
}

.core.contact .address {
    font-size: 14px;
    line-height: 1.29;
    color: #000;
    margin-top:20px;
}

.form-col {
    padding-right:0;
}

.contact-form label span {
    color: red;
}
.contact-form input,
.contact-form textarea {
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.82);
    border: solid 1px #cccccc;
    border-radius: 0;
    height: 30px;
    padding: 5px 10px;
    color: #000000;
}
.contact-form .form-group {
    float:left;
    margin-right:20px;
}
.contact-form label.error {
    font-size: 11px;
    line-height: 14px;
    color: #d9534f;
}
.contact-form .first-name,
.contact-form .last-name {
    width: 223px;
}
.contact-form .email {
    width: 273px;
}
.contact-form .phone {
    width: 173px;
}
.contact-form .msg {
    width: 467px;
    display: block;
    height: 88px;
}
.contact-form .btn {
    display: block;
    clear: both;
    width: 141px;
}


/* ==========================================================================
    COVERAGE
    ========================================================================== */
html.coverage ul.ul-list.cities {
  margin-bottom: 20px;
  display: inline-block;
}
html.coverage ul.ul-list.cities a {
    color: #00b1fe;
    font-weight: bold;
}
html.coverage ul.ul-list.cities li {
  float: left;
  padding-right:10px;
  margin-bottom: 10px;
  width: 33%;
}
ul.cover.zips li {
    width: 25%;
}




/* ==========================================================================
    LANDING PAGE
    ========================================================================== */
.content-lp .welcome-title {
    width: 100%;
    display: inline-block;
    margin-bottom: -40px;
    padding-bottom: 0px;
}


.stars {
    color:#999;
    font-size: 21px;
}
.fa-star.active {color:#ffd000;}







/* ==========================================================================
    FOOTER
    ========================================================================== */

.footer {
    background-image: linear-gradient(to bottom, #646464, #303030);
    box-shadow: inset 0 1px 3px 0 #a2a1a1;
    margin: 140px auto 0;
    padding: 40px 0 0 0;
    color:#FFFFFF;
    font-size: 14px;
    line-height: 1.29;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.86);
}
html.homepage .footer {
    margin-top:0;
}
.footer .van img {
    position: absolute;
    top:-132px;
    right: 0;
}
.footer h2,
.footer p {
    color:#FFFFFF;
}
.footer .company {
    line-height: normal
}
.footer .ccs {
    text-align: right;
    padding-right: 60px;
}
.footer .areas {
    float: left;
}
.footer .business-col {
    float: right;
}

.footer .areas p {
    margin: 0;
}
.footer a {
    color:#FFFFFF;
}
.shake-effect {
    animation: shake-effect 3s infinite;
}
.shake-effect-hard {
animation: shake-effect-hard 1.5s infinite;
}

@keyframes shake-effect {
    0% { transform: rotate(0deg); }
    5% { transform: rotate(2deg); }
    10% { transform: rotate(0eg); }
    15% { transform: rotate(-2deg); }
    20% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
@keyframes shake-effect-hard {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(10deg); }
    20% { transform: rotate(0eg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
  </pre></body></html>