/* ==========================================================================
    RESETS
    ========================================================================== */
*:focus,
*:hover,
*:active,
.btn:focus,
.btn:hover,
.btn:active,
a:focus,
a:hover,
a:active {
    outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* ==========================================================================
    UTILS
    ========================================================================== */
.relative { position: relative; }
.absolute { position: absolute; }
.in-block { display: inline-block; }
.corner-all {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.no-gutter {
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-left { padding-left: 0; }
.no-gutter-right { padding-right: 0; }
.no-gutter-sides {
    padding-right: 0;
    padding-left: 0;
}

.margin-top-0 { margin-top: 0px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-bottom-0 { margin-bottom: 0px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
body {
    background: #fff;
    overflow-x: hidden;
    color: #666666;
}
body,
a {
    font: 400 16px "Open Sans", Helvetica, sans-serif;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.container { max-width: 1000px; }
a {
    color: #3F93F3;
}
p {
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}
.h1-style {
    font-size: 40px;
    line-height: 50px;
}
h2 {
    font-size: 32px;
    line-height: 42px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
h4 {
    font-size: 18px;
    line-height: 26px;
}
h5 {
    font-size: 16px;
    line-height: 22px;
}

hr {
    margin: 50px 0;
    border-top-width: 5px;
    border-color: #D8D8D8;
}

.wrap-content {
    width: 100%;
    float: left;
}
.inline-block {
    display: inline-block;
}
.color-black {
    color: #000;
}

/* ==========================================================================
    BUTTONS
========================================================================== */
.btn {
    font-weight: 700;
    padding: 14px;
}
.btn-lg {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 25px;
}

/* ==========================================================================
    HEADER
========================================================================== */
header {
    width: 100%;
    float: left;
    background: #FEDC32;
}
html.full-width-v2 header,
html.default-v2 header {
    padding-bottom: 15px;
}

header .logo img {
    max-width: 200px;
    margin-top: 17px;
}
.navbar-collapse.collapse {
    padding: 0px;
}
header .header-phone {
    float: right;
    padding: 10px 20px;
    background: #000000;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
header .header-phone span {
    font-family: "Helvetica Neue";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FEDC32;
    margin: 15px 15px 15px 0;
    float: left;
}
header .header-phone a.phone {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFF;
    margin: 6px 15px 0 0;
    float: left;
}

.navigation {
    width: 100%;
    float: right;
    margin-top: 18px;
}
.navigation ul.nav {
    float: right;
}
.navigation ul.nav li {
    padding: 0 0 0 28px;
    margin: 0 0 0 28px;
    border-left: 1px solid #8C7A1C;
}
.navigation ul.nav li:first-child {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px;
}
.navigation ul.nav li a {
    font-family: "Helvetica Neue";
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000;

    padding: 0px;
    background: none;
    border-radius: 0px;
}
.navigation ul.nav li a:focus, .navigation ul.nav li a:hover {
    background: no-repeat;
}


/*********************
    HOMEPAGE
**********************/
.wrap-ip {
    width: 100%;
    float: left;
}
.banner-hp {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 25px;
    background: #FEDC32;
    background-image: radial-gradient(41% 49%, #FFF699 47%, #FEDC32 98%);
    background-position-x: 180px;
}
.banner-hp img.banner-map {
    max-width: 690px;
    float: right;
    margin-right: -105px;
}
.banner-hp .banner-content {
    width: 100%;
    float: left;
    position: absolute;
    top: 130px;
    left: 0px;
}
.banner-hp .banner-content h1 {
    font-size: 64px;
    line-height: 74px;
}
.banner-hp .banner-content h2 {
    font-size: 20px;
    line-height: 27px;
}
.banner-hp .banner-content img.img-van {
    max-width: 460px;
    width: 460px;
    float: right;
}
.banner-bottom-icons {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 40px;
    background: #000000;
}
.banner-bottom-icons .icon {
    height: 60px;
}
.banner-bottom-icons p {
    margin: 15px 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.banner-type-1 {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.banner-type-1 h4 {
    font-weight: 700;
    margin-bottom: 0px;
}
.banner-type-1 p {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 0px;
}
.banner-type-1 p a {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #FEDC32;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.banner-type-1 p a:hover, .banner-type-1 p a:active {
    text-decoration: none;
}

.hp-features {
    margin-top: 10px;
}
.hp-features img.img-responsive {
    width: 14%;
    float: left;
}
.hp-features div.content {
    width: 80%;
    float: right;
}
.hp-features div.content h3 {
    margin-top: 15px;
}
.hp-features div.content p {
    font-size: 14px;
    line-height: 24px;
}

.review-stars {
    display: inline-block;
}
.review-stars li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.review-stars li i {
    font-size: 36px;
    line-height: 36px;
    color: #FEDC32;
}


.carousel-control {
    width: 30px;
    height: 40px;
    opacity: 1;
    top: 0;
    background: transparent !important;
}
.carousel-control.left, .carousel-control.right {
    filter: none !important;
    background: transparent !important;
}
.carousel-control i.fa {
    font-size: 80px;
    line-height: 80px;
    color: #CBCBCB;
    margin-top: -20px;
    text-shadow: none;
}
.carousel-inner {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}
.carousel-inner h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.carousel-inner .item p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.carousel-inner .item a {
    font-weight: 700;
    color: #000000;
}
.carousel-inner .review-stars {
    margin-bottom: 15px;
}
.carousel-inner .review-stars li i {
    font-size: 26px;
    line-height: 26px;
    color: #000;
}

.hp-states a.name {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-top: 10px;
    display: inline-block;
}
.banner-satisfaction {
    width: 100%;
    float: left;
    margin-top: 90px;
    padding: 60px 0;
    background: #FEDC32;
}
.banner-satisfaction img.img-responsive {
    margin-top: 75px;
}
.banner-satisfaction h2 {
    font-size: 36px;
    line-height: 46px;
    border-bottom: 5px solid #000000;
}
.banner-satisfaction p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.banner-type-2 {
    width: 100%;
    margin: 60px 0;
    text-align: left;
    display: inline-block;
}
.banner-type-2 h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
}
.banner-type-2 p {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 0px;
}
.banner-type-2 p a {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #FEDC32;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.banner-type-2 p a:hover, .banner-type-2 p a:active {
    text-decoration: none;
}

.wrap-badges {
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #F4F4F4;
}
.list-badge li {
    display: inline-block;
    margin-left: 100px;
}
.list-badge li:first-child {
    margin-left: 0px;
}
.list-badge li img { width: 104px; }
.list-badge li img.badge-homeyou { width: 96px; }
.list-badge li img.badge-al { width: 122px; }
.list-badge li img.badge-ha { width: 103px; }

/*********************
    FOOTER
**********************/
footer {
    width: 100%;
    float: left;
    padding: 90px 0 0;
    background: #000000;
}
footer ul.list {
    display: inline-block;
}
footer ul.list li.title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}
footer ul.list li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
footer p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
footer a.phone {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
}
footer p small {
    font-size: 12px;
    line-height: 24px;
}
footer .brands-badget {
    float: left;
    padding: 15px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #2A2A2A;
}
.brands-badget img {
    max-width: 295px;
}


/*********************
    IP'S
**********************/
html.default header {
    position: relative;
    padding-bottom: 205px;
    background: #FEDC32;
    background-image: radial-gradient(51% 79%, #FFF699 22%, #FEDC32 65%);
    background-position-x: 200px;
    background-position-y: 50px;
}
html.default header > .container {
    position: relative;
    z-index: 10;
}
html.default header:after {
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    z-index: 0;
    background: url("/assets/8fa19848_v14/images/banner_map.png") center 100px no-repeat transparent;
    background-size: 391px auto;
}
.content-header-ip {
    width: 100%;
    float: left;
    margin-top: -170px;
    margin-bottom: 45px;
}
.content-header-ip h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000;
    margin: 50px 0 0;
    text-transform: uppercase;
}
.content-header-ip img.img-van {
    max-width: 300px;
    float: right;
    margin-right: 70px;
}

.content-header-ip.content-header-ip-v2 {
    margin-top: 0px;
}
.content-header-ip.content-header-ip-v2 h1 {
    font-size: 35px;
    margin: 15px 0 0px;
}

.call_today_banner {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #000 !important;
    padding: 30px 20px 25px;
    background: #FEDC32;
    border-radius: 4px;
}
.call_today_banner i {
    width: 15%;
    float: left;
    font-size: 50px;
    line-height: 50px;
    color: #000;
}
.call_today_banner span {
    width: 85%;
    float: left;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}
.call_today_banner span strong {
    font-size: 22px;
    line-height: 28px;
}

.call_today_banner.blue {
    color: #fff !important;
    background: #3F93F3;
}
.call_today_banner.blue i {
    width: 17%;
    color: #fff;
}
.call_today_banner.blue span {
    width: 83%;
    margin-top: 10px;
}

form.form-request-model .form-group.thank-you { display: none; }
form.form-request-model.form-submitted .form-group { display: none; }
form.form-request-model.form-submitted .form-group.thank-you { display: block; }

/*********************
    FULL WIDTH
**********************/
html.full-width header {
    position: relative;
    padding-bottom: 205px;
    background: #FEDC32;
    background-image: radial-gradient(51% 79%, #FFF699 22%, #FEDC32 65%);
    background-position-x: 200px;
    background-position-y: 50px;
}
html.full-width header > .container {
    position: relative;
    z-index: 10;
}
html.full-width header:after {
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    z-index: 0;
    background: url("/assets/8fa19848_v14/images/banner_map.png") center 100px no-repeat transparent;
    background-size: 391px auto;
}
a.link_more {
    font-size: 12px;
    line-height: 14px;
}
a.link_more i {
    font-size: 14px;
}


/*********************
    LOCATIONS
**********************/
html.locations header {
    position: relative;
    padding-bottom: 205px;
    background: #FEDC32;
    background-image: radial-gradient(51% 79%, #FFF699 22%, #FEDC32 65%);
    background-position-x: 200px;
    background-position-y: 50px;
}
html.locations header > .container {
    position: relative;
    z-index: 10;
}
html.locations header:after {
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    z-index: 0;
    background: url("/assets/8fa19848_v14/images/banner_map.png") center 100px no-repeat transparent;
    background-size: 391px auto;
}

html.locations-v2 header {
    padding-bottom: 0px;
    background: #FEDC32;
}
html.locations-v2 header:after {
    display: none;
}

form.form-locations input {
    height: 50px;
}

#vmap {
    width: 100%;
    height: 500px;
}
.location-map {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 52px 52px 52px 96px;
    border: 1px solid #E6E6E6;
    background-color: #F4F4F4;
    overflow: hidden;
    border-radius: 4px;
}


.list-state .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #444;
    margin-bottom: 10px;
}
.list-state {
    margin-bottom: 12px;
    min-height: 90px;
}
.list-state li { margin-bottom: 8px; }
.list-state a {
    font-size: 16px;
    line-height: 20px;
    color: #69ACD0;
}
.list-state a:hover { text-decoration: underline; }
.call-map {
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    z-index: 10;
}
.call-map.active {
    display: block;
}
.call-map::after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    height: 100%;
    width: 37px;
    background-image: -webkit-linear-gradient(right, rgba(255,255,255,0.00) 0%, #000000 98%);
    background-image: -o-linear-gradient(right, rgba(255,255,255,0.00) 0%, #000000 98%);
    background-image: linear-gradient(to left, rgba(255,255,255,0.00) 0%, #000000 98%);
}
.call-map .content {
    background-color: #fff;
    z-index: 2;
    height: 100%;
    width: 270px;
    display: block;
}
.call-map h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding: 13px 15px;
    margin-bottom: 0px;
    background-color: #2A2A2A;
}
.call-map h2 i {
    position: absolute;
    font-size: 14px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.call-map .call-now {
    padding: 15px;
}
.call-map .call-now a {
    position: relative;
    float: left;
    background: #3F93F3;
}
.call-map .call-now h3 {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.call-map .call-now h4 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
}
.call-map .call-now h4 span {
    font-size: 14px;
    color: #FEDD37;
}


.review {
    padding: 18px 25px 18px 15px;
    border-bottom: 1px solid #EBEBEB;
}
.review .figure-wrapper {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50px;
}
.review .info {
    width: 75%;
}
.review .stars {
    position: relative;
    top: -2px;
}
.review .stars li {
    margin-right: 3px;
    line-height: 10px;
}
.review .fa-star {
    font-size: 10px;
    line-height: 10px;
    color: #FFDD75;
}
.review .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #444;
}
.review .address {
    font-size: 12px;
    line-height: 15px;
    color: #888;
}
.review a {
    font-size: 9px;
    line-height: 11px;
    color: #69ACD0;
    top: 15px;
    right: 0;
}
.review a:hover { text-decoration: underline; }


.franchise_banner {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 60px 0;
    background-color: #FEDC32;
    background-image: radial-gradient(50% 138%, #FFF699 53%, #FEDC32 100%);
}
.franchise_banner:before {
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: url("/assets/8fa19848_v14/images/banner_map.png") center -100px no-repeat transparent;
    background-size: 750px auto;
}
.franchise_banner h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.franchise-features {
    text-align: center;
}
.franchise-features i {
    font-size: 50px;
    line-height: 50px;
    color: #FEDC32;
    margin-bottom: 10px;
}
.franchise-features h5 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}
.review-box {
    text-align: left;
    padding: 25px;
    border: 1px solid #E6E6E6;
    background: #F4F4F4;
}
.review-box p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 60px;
}
.review-box p i {
    color: #666666;
}
.review-box img.img-responsive {
    max-width: 55px;
    width: 55px;
    display: inline-block;
    border-radius: 50%;
}
.review-box strong {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #000;
}
.review-box span {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.list-coverage li {
    width: 25%;
    float: left;
    margin-bottom: 4px;
}
.list-coverage li a {
    font-size: 14px;
    line-height: 18px;
    color: #3F93F3;
}

/*********************
    COVERAGE STATES
**********************/
html.coverage-states header {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
html.coverage-states .wrap-badges {
    margin-top: 40px;
}

.banner-lp.banner-hp img.banner-map {
    float: left;
    margin: 0 0 20px -100px;
}

.banner-lp.banner-hp .banner-content {
    top: 30px;
}
.banner-lp.banner-hp .banner-content h1 {
    margin-top: 90px;
}

.banner-lp.banner-hp {
    margin-bottom: 30px;
}
.banner-lp.banner-hp h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #000;
    padding-bottom: 20px;
    background: url("/assets/8fa19848_v14/images/phone_shadow.png") 90px bottom no-repeat transparent;
    background-size: 340px auto;
}


.banner-lp.banner-hp h2 a {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #000;
}

.wrap-form-sidebar {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 65px 20px 10px;
    box-shadow: 0 1px 25px 0 #9C871F;
    border: 5px solid #F0D030;
    background: #575757;
}
.wrap-form-sidebar .form-group {
    margin-bottom: 10px;
}
.wrap-form-sidebar h3 {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    box-shadow: 0px 3px 3px rgba(42,42,42, 0.6);
    background: #2A2A2A;
}
.wrap-form-sidebar h3:before {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    border-top: 20px solid #000;
    border-right: 0px solid transparent;
    border-left: 15px solid transparent;
    background: transparent;
}
.wrap-form-sidebar h3:after {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -20px;
    right: 0;
    content: "";
    border-top: 20px solid #000;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    background: transparent;
}
.wrap-form-sidebar h3 i.arrow {
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #2A2A2A;
    box-shadow: 3px 3px 4px rgba(42,42,42, 0.6);
}
.wrap-attributes {
    width: 100%;
    float: left;
}
.wrap-attributes li {
    width: 100%;
    float: left;
    margin-bottom: 7px;
    padding: 12px 10px;
    background-color: #3F93F3;
    background-image: linear-gradient(0deg, #2F6EB5 0%, #3F93F3 100%);
    box-shadow: 0 1px 0 0 #7EB4F3;
    border-radius: 4px;
    cursor: pointer;
}
.wrap-attributes li:hover {
    background-color: #2F6EB5;
    background-image: linear-gradient(0deg, #3F93F3 0%, #2F6EB5 100%);
}
.wrap-attributes li span {
    font-weight: 600;
    margin-left: 5px;
}

/*********************
    LANDING PAGE
**********************/
.content-landing-page .lp-content h1 {
    font-size: 24px;
    line-height: 33px;
}

.call-today {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: url("/assets/8fa19848_v14/images/bg_call_today.png") center right no-repeat #FEDC32;
    background-size: auto 100%;
}
.call-today:before {
    width: 150px;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
}
.call-today:after {
    width: 0px;
    height: 0px;
    float: left;
    content: "";
    position: absolute;
    top: -7px;
    left: 150px;
    border-left: 30px solid #000;
    border-right: 30px solid transparent;
    border-top: 68px solid transparent;
    border-bottom: 68px solid transparent;

}
.call-today .row {
    position: relative;
    z-index: 10;
    text-align: right;
}
.call-today img.img-responsive {
    max-width: 124px;
}

.call-today span {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    position: relative;
}
.call-today span:before {
    width: 256px;
    height: 11px;
    float: left;
    bottom: -8px;
    left: 70px;
    position: absolute;
    content: "";
    background: url("/assets/8fa19848_v14/images/phone_shadow_black.png") bottom no-repeat transparent;
    background-size: 100% auto;
}

.col-md-7 .call-today span {
    font-size: 25px;
}

ul.project {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-left: -3px;
    margin-right: -3px;
}
ul.project li {
    width: 25%;
    float: left;
    padding: 3px;
}
.sidebar-informations {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 35px;
}
.sidebar-informations h3 {
    text-transform: uppercase;
}

.local-specialist {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: #4A4A4A;
    border-radius: 4px;
    box-shadow: 0 4px 0 0 #000000;
}
.local-specialist .map {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px;
    background: url("/assets/8fa19848_v14/images/map_black.png") center 20px no-repeat transparent;
    background-size: 90% auto;
}
.local-specialist .map .van {
    max-width: 192px;
    display: inline-block;
    margin-top: 30px;
}
.local-specialist .map p {
    margin-bottom: 10px;
    color: #fff;
}
.local-specialist .map p.name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.local-specialist .satisfaction {
    width: 100%;
    float: left;
    padding: 30px 20px;
    background: #2A2A2A;
}
.local-specialist .satisfaction h4 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.local-specialist .satisfaction p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.local-specialist .satisfaction .btn {
    width: 100%
}

.customer-review {
    width: 100%;
    float: left;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
.customer-review .review {
    padding: 20px;
    font-size: 14px;
    background: #F4F4F4;
    border-bottom: 1px solid #E6E6E6;
}
.customer-review .person {
    width: 100%;
    padding: 20px;
    float: left;
}
.customer-review .person img {
    max-width: 50px;
    float: left;
    margin-right: 16px;
}
.customer-review .person p.name {
    color: #3F93F3;
    float: left;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.customer-review .person p.name i {
    color: #FEDC32;
}

.features {
    width: 100%;
    float: left;
    padding: 25px 20px;
    border-radius: 4px;
    background: #2A2A2A;
}
.features ul {
    width: 100%;
    float: left;
}
.features ul li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.features ul li:before {
    width: 20px;
    height: 20px;
    padding: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
    float: left;
    background: #3F93F3;
    border-radius: 50px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
}
.features .btn {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.sidebar-default {
    padding: 25px 20px;
    border-radius: 3px;
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
}

table.table-facts {
    border: 1px solid #ddd;
    border-radius: 3px;
}
table.table-facts tr td:first-child {
    width: 40%;
    float: left;
}
table.table-facts tr td {
    width: 60%;
    float: left;
    font-size: 14px;
    overflow: hidden;
}
table.table-facts tr:first-child td {
    border-top: none;
}


.pre-footer {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #2A2A2A;
}
.pre-footer small,
.pre-footer small a {
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    display: inline-block;
}


/*****************************
            TERMS
*****************************/
html.terms header {
    padding-bottom: 15px;
}
html.terms .content p {
    font-size: 14px;
}
html.terms .content strong {
    font-size: 13px;
}
html.terms .content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
}
html.terms .content ul {
    width: 100%;
    display: inline-block;
    list-style: disc;
    padding-left: 17px;
    margin-bottom: 20px;
}
html.terms .content ul li {
    font-size: 14px;
}

/*****************************
          PRIVACY
*****************************/
html.privacy header {
    padding-bottom: 15px;
}
html.privacy .content p {
    font-size: 14px;
}
html.privacy .content strong {
    font-size: 13px;
}
html.privacy .content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
}
html.privacy .content ul {
    width: 100%;
    display: inline-block;
    list-style: disc;
    padding-left: 17px;
    margin-bottom: 20px;
}
html.privacy .content ul li {
    font-size: 14px;
}




/* ==========================================================================
    COLOR
========================================================================== */

/*********************
    WEAK BLUE
**********************/
.btn-info {
    border-color: #3F93F3;
    background: #3F93F3;
}
.btn-info:hover,
.btn-info:focus {
    border-color: #59a2f7;
    background: #59a2f7;
}

/*********************
    BLUE
**********************/

/*********************
    GREEN
**********************/


/*********************
    RED
**********************/


/*********************
    BLACK
**********************/


/*********************
    MAROON
**********************/

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .margin-0 { margin: 0 !important; }
    .margin-bottom-sm-0 { margin-bottom: 0 !important; }
    .margin-bottom-sm-10 { margin-bottom: 10px !important; }
    .margin-bottom-sm-15 { margin-bottom: 15px !important; }
    .margin-bottom-sm-20 { margin-bottom: 20px !important; }
    .margin-bottom-sm-25 { margin-bottom: 25px !important; }
    .margin-bottom-sm-30 { margin-bottom: 30px !important; }
    .margin-bottom-sm-35 { margin-bottom: 35px !important; }
    .margin-bottom-sm-40 { margin-bottom: 40px !important; }
    .margin-bottom-sm-50 { margin-bottom: 50px !important; }
    .margin-bottom-sm-70 { margin-bottom: 70px !important; }
    .margin-bottom-sm-80 { margin-bottom: 80px !important; }
    .margin-bottom-sm-90 { margin-bottom: 90px !important; }
    .margin-top-sm-0 { margin-top: 0 !important; }
    .margin-top-sm-10 { margin-top: 10px !important; }
    .margin-top-sm-20 { margin-top: 20px !important; }
    .margin-top-sm-25 { margin-top: 25px !important; }
    .margin-top-sm-30 { margin-top: 30px !important; }
    .margin-top-sm-40 { margin-top: 40px !important; }
    .margin-top-sm-50 { margin-top: 50px !important; }
    .margin-top-sm-70 { margin-top: 70px !important; }
    .margin-top-sm-80 { margin-top: 80px !important; }
    .margin-top-sm-90 { margin-top: 90px !important; }

    .show-on-sm { display: inline-block !important; }
    .text-center-sm { text-align: center; }

    html, body {
        overflow-x: hidden;
    }
    body, a {
        font-size: 14px;
        line-height: 24px;
    }
    hr {
        margin: 30px 0;
    }

    h1, .h1-style {
        font-size: 22px;
        line-height: 30px;
    }
    h2 {
        font-size: 18px;
        line-height: 24px;
    }
    h3 {
        font-size: 16px;
        line-height: 22px;
    }
    h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-toggle {
        position: absolute;
        margin: 0;
        top: 12px;
        right: 12px;
        z-index: 100;
        background: transparent;

    }
    .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
    }

    header .logo img {
        max-width: 95px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #navbar {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
        position: relative;
    }
    header .header-phone {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 40px 10px;
        text-align: center;
    }
    header .header-phone span {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px;
    }
    header .header-phone a.phone {
        float: none;
        display: inline-block;
        margin: 5px 0 20px;
    }
    header .header-phone .btn-info {
        padding: 24px 40px;
        font-size: 16px;
        line-height: 22px;
    }
    header .navigation {
        margin: 15px 0 300px;
    }
    header .navigation ul.nav {
        width: 100%;
        float: left;
        padding-left: 20px;
    }
    header .navigation ul.nav li {
        width: 100%;
        float: left;
        text-align: left;
        margin: 25px 0 0;
        border: 0px;
        padding: 0px;
    }
    .banner-hp {
        background: #FEDC32;
    }
    .banner-hp img.banner-map {
        max-width: 100%;
        margin: -5px 0 0;
        float: left;
    }
    .banner-hp .banner-content {
        top: 0px;
        position: initial;
        text-align: center;
        margin-top: 10px;
    }
    .banner-hp .banner-content .col-md-5 {
        position: initial;
    }
    .banner-hp .banner-content img.img-van {
        max-width: 240px;
        position: absolute;
        float: none;
        top: 60px;
        left: 50%;
        margin-left: -120px;
    }
    .banner-hp .banner-content h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .banner-hp .banner-content .btn-info {
        width: 100%;
    }
    header .phone-mobile {
        display: inline-block !important;
        float: right;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        position: absolute;
        top: 19px;
        right: 65px;
        text-decoration: none;
    }
    .banner-bottom-icons .icon {
        margin-top: 30px;
    }
    .banner-bottom-icons .col-md-3:first-child .icon {
        margin-top: 0px;
    }
    .banner-type-1 p {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .banner-type-1 p a {
        font-size: 24px;
        line-height: 30px;
    }
    .hp-features {
        width: 100%;
        float: left;
        text-align: center;
    }
    .hp-features img.img-responsive {
        width: 67px;
        float: none;
        display: inline-block;
    }
    .hp-features div.content {
        width: 100%;
        float: left;
    }
    .review-stars li i {
        font-size: 20px;
    }
    .carousel-control { display: none; }

    .top-services-title {
        font-size: 18px;
        line-height: 22px;
    }
    .hp-states a.name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .banner-satisfaction {
        margin-top: 30px;
        padding: 30px 0;
        text-align: center;
    }
    .banner-satisfaction img.img-responsive {
        margin-top: 0px;
    }
    .banner-satisfaction h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .banner-type-2 {
        margin: 30px 0;
        text-align: center;
    }
    .banner-type-2 img {
        max-width: 191px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .banner-type-2 h4 {
        margin-bottom: 20px;
    }
    .banner-type-2 p {
        font-size: 24px;
        line-height: 30px;
    }
    .banner-type-2 p span, .banner-type-2 p a {
        font-size: 32px;
    }
    .list-badge {
        display: inline-block;
        text-align: center;
    }
    .list-badge li {
        float: none;
        display: inline-block;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    footer {
        text-align: center;
        padding-top: 35px;
        padding-bottom: 90px;
        position: relative;
    }
    footer ul.list {
        width: 100%;
        margin-top: 50px;
        display: inline-block;
    }
    footer .col-md-3:first-child ul.list {
        margin-top: 0px;
    }
    footer ul.list li.title {
        margin-bottom: 15px;
    }

    footer .col-md-3.text-right {
        margin-top: 50px;
        text-align: center;
    }
    footer .col-md-3.text-right .btn-info {
        width: 80%;
        float: none !important;
        display: inline-block;
    }

    footer .brands-badget {
        width: 92%;
        position: absolute;
        bottom: 0px;
        z-index: 100;
    }
    footer .row.margin-top-50 .col-md-6 {
        position: initial;
    }
    footer .brands-badget img {
        max-width: 263px;
        display: inline-block;
    }



    .content-header-ip {
        background: #FEDC32;
    }
    html.default header,
    html.locations header,
    html.full-width header {
        padding-bottom: 290px;
        background: #FEDC32;
        margin-bottom: 40px;
    }

    html.default header:after,
    html.locations header:after,
    html.full-width header:after {
        width: 100%;
        left: 0;
        background-position: center 130px;
        background-size: 320px auto;
    }
    .content-header-ip {
        margin-top: -310px;
        text-align: center;
    }
    .content-header-ip h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0px;

    }
    .content-header-ip img.img-van {
        max-width: 240px;
        float: none;
        margin: 55px 0 0;
        display: inline-block;
    }
    html.full-width .wrap-ip a.link_more {
        margin-bottom: 30px;
        display: inline-block;
    }
    .sidebar {
        text-align: center;
    }
    .call_today_banner {
        text-align: center;
    }
    .call_today_banner span {
        width: 100%;
        float: none;
        display: inline-block;
    }
    .call_today_banner i.fa-phone { display: none;}

    .call_today_banner.blue span {
        width: auto;
        display: inline-block;
        margin: 0px;
    }
    .call_today_banner.blue span strong {
        font-size: 20px;
        line-height: 26px;
        margin-left: 5px;
    }
    .call_today_banner.blue i.fa-globe {
        width: auto;
        float: none;
        font-size: 30px;
        line-height: 34px;
        display: inline-block;
    }
    .sidebar img.img-icon {
        max-width: 100px;
        width: 100px;
        display: inline-block;
    }

    form.form-locations {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    form.form-locations .form-group {
        width: 34%;
        float: left;
        text-align: right;
    }
    form.form-locations .form-group.form-group-field {
        width: 66%;
        float: left;
    }
    .location-map { display: none; }

    .list-coverage {
        margin-bottom: 20px;
    }
    .list-coverage li {
        width: 50%;
        float: left;
    }


    .banner-lp.banner-hp img.banner-map {
        margin: -5px 0 0;
        padding: 0 15px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .banner-lp.banner-hp .banner-content h1 {
        margin-top: 25px;
    }
    .banner-lp.banner-hp h2 {
        font-size: 22px;
        line-height: 30px;
        padding: 0px;
        background: none;
        margin-bottom: 80px;
    }
    .banner-lp.banner-hp h2 a {
        font-size: 22px;
        line-height: 30px;
    }
    .form-quote.quote-form {
        text-align: left;
    }
    .wrap-form-sidebar {
        margin-bottom: 10px;
    }

    .content-landing-page .lp-content h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .call-today {
        text-align: center;
        padding: 20px;
    }
    .call-today .row {
        text-align: center;
    }
    .call-today:before {
        width: 100%;
        height: 72px;
    }
    .call-today img.img-responsive {
        max-width: 141px;
        display: inline-block;
        margin-top: -5px;
    }
    .call-today:after {
        top: 70px;
        left: 0px;
        border-top: 20px solid #000;
        border-right: 300px solid transparent;
        border-left: 300px solid transparent;
        margin-left: -40%;
    }
    .call-today span {
        font-size: 24px;
        line-height: 30px;
        margin-top: 50px;
        display: inline-block;
    }
    .call-today span:before { display: none;}



}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .margin-0 { margin: 0 !important; }
    .margin-bottom-xs-0 { margin-bottom: 0 !important; }
    .margin-bottom-xs-10 { margin-bottom: 10px !important; }
    .margin-bottom-xs-15 { margin-bottom: 15px !important; }
    .margin-bottom-xs-20 { margin-bottom: 20px !important; }
    .margin-bottom-xs-25 { margin-bottom: 25px !important; }
    .margin-bottom-xs-30 { margin-bottom: 30px !important; }
    .margin-bottom-xs-35 { margin-bottom: 35px !important; }
    .margin-bottom-xs-40 { margin-bottom: 40px !important; }
    .margin-bottom-xs-50 { margin-bottom: 50px !important; }
    .margin-bottom-xs-70 { margin-bottom: 70px !important; }
    .margin-bottom-xs-80 { margin-bottom: 80px !important; }
    .margin-bottom-xs-90 { margin-bottom: 90px !important; }
    .margin-top-xs-0 { margin-top: 0 !important; }
    .margin-top-xs-10 { margin-top: 10px !important; }
    .margin-top-xs-20 { margin-top: 20px !important; }
    .margin-top-xs-25 { margin-top: 25px !important; }
    .margin-top-xs-30 { margin-top: 30px !important; }
    .margin-top-xs-40 { margin-top: 40px !important; }
    .margin-top-xs-50 { margin-top: 50px !important; }
    .margin-top-xs-70 { margin-top: 70px !important; }
    .margin-top-xs-80 { margin-top: 80px !important; }
    .margin-top-xs-90 { margin-top: 90px !important; }

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}