/* ==========================================================================
    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: #4A4A4A;
}
body,
a {
    font: 400 16px "Source Sans Pro", Helvetica, sans-serif;
    line-height: 21px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.container { max-width: 1000px; }
a {
    color: #336BC7;
}
p {
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5 {
    font-weight: 600;
    color: #183243;
    margin-bottom: 20px;
}

h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}
.h1-style {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}
h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

hr {
    margin: 50px 0;
    border-color: #E5E8EA;
}

.wrap-content {
    width: 100%;
    float: left;
}

/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn-group-lg>.btn, .btn-lg {
    padding: 11px 18px;
}


/* ==========================================================================
    HEADER
    ========================================================================== */
header {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 0;
}
header:before {
    width: 100%;
    height: 70px;
    float: left;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #183243;
}
header .logo img {
    max-width: 180px;
    display: inline-block;
}
header .we-serve {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 7px 0;
}
header .wrap-phone-button {
    float: right;
    text-align: right;
    margin: 60px 0 0;
}
header .wrap-phone-button * {
    float: left;
}
header .wrap-phone-button span.or {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #21445C;
    margin: 10px 15px;
    display: inline-block;
}
header .wrap-phone {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #4A4A4A;
    margin-top: 4px;
    margin-left: 8px;
}
header .wrap-phone i {
    margin-top: 10px;
    margin-right: 15px;
}
header a.phone {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #C10D14;
}

.navbar-collapse {
    padding: 0px;
}
.navigation {
    width: 100%;
    float: right;
    margin-bottom: -2px;
    border-bottom: 2px solid #183243;
}
.navigation .nav-pills {
    float: right;
}
.navigation .nav-pills > li {
    float: left;
    position: relative;
    padding: 10px 0;
    margin-bottom: -2px;
    margin-left: 100px;
    border-bottom: 2px solid transparent;
}
.navigation .nav-pills > li:first-child {
    margin-left: 0px;
}
.navigation .nav-pills > li.active {
    padding: 10px 0;
    border-bottom: 2px solid #C10D14;
}
.navigation .nav-pills > li.active:after {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    content: "";
    border-top: 4px solid #C10D14;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    background: transparent;
}

.navigation li a {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #21445C;
    background: transparent;
}
.navigation .nav-pills > li > a:focus, .navigation .nav-pills > li > a:hover {
    color: #C10D14;
    background: transparent;
}
.navigation .nav-pills > li.active > a, .navigation .nav-pills > li.active > a:focus, .navigation .nav-pills > li.active > a:hover {
    color: #C10D14;
    background: transparent;
}

.navigation .dropdown-menu {
    margin: 0px;
    border: 0px;
    padding: 10px;
    border-radius: 0px;
}
.navigation .dropdown-menu li {
    margin-bottom: 5px;
}
.navigation .dropdown-menu li a {
    font-size: 15px;
    line-height: 19px;
    background: transparent !important;
}
.navigation .dropdown-menu li.active > a:focus, .navigation .dropdown-menu li.active > a:hover,
.navigation .dropdown-menu li > a:focus, .navigation .dropdown-menu li > a:hover {
    color: #C10D14;
}


/* ==========================================================================
    HOMEPAGE
    ========================================================================== */
.wrap-banner {
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
}
.wrap-banner:before {
    width: 100%;
    height: 100%;
    float: left;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#183243, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#183243, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#183243, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#183243, transparent); /* Standard syntax */
}
.wrap-banner .content {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrap-banner .content h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin: 5px;
}
.wrap-banner .content h2 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0px;
}

.wrap-funnel {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    background: rgba(33,68,92, 0.9);
}
.wrap-banner .wrap-funnel {
    margin-top: 90px;
}
.wrap-funnel:before {
    width: 150px;
    height: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: -25px;
    content: "";
    z-index: 100;
    background: url("/images/banner_flash.png") bottom center no-repeat;
    background-size: auto 100%;
}
.wrap-funnel:after {
    width: 50%;
    height: 100%;
    float: left;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background: #C10D14;
}
.wrap-funnel h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    margin: 0 0 4px;
}
.wrap-funnel input.form-control {
    width: 110px;
    height: 54px;
    font-size: 18px;
    line-height: 22px;
    color: #444;
    margin-right: 5px;
    padding: 10px 12px;
}
.wrap-funnel button.btn-danger {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 16px 25px;
}

.wrap-funnel .right {
    position: relative;
    z-index: 100;
}
.wrap-funnel .right h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin: 4px 0 0;
}
.wrap-funnel .right a.phone {
    font-weight: 700;
    font-size: 46px;
    line-height: 46px;
    color: #FFFFFF;
}
.wrap-banner-bottom {
    padding: 45px 25px;
    background: #A80C11;
}
.wrap-banner-bottom h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.wrap-banner-bottom h3 a {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.wrap-banner-bottom h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.wrap-banner-bottom p {
    color: #FFFFFF;
    margin-bottom: 0px;
}

.hp-title {
    font-size: 36px;
    line-height: 46px;
    color: #183243;
}

.wrap-features h2 {
    font-weight: 700;
    margin: 0px;
}
.wrap-features span.circle-icon {
    width: 116px;
    height: 116px;
    margin: 20px 0;
    padding: 28px 30px;
    display: inline-block;
    background: #EDF0F2;
    border-radius: 100px;
}
.wrap-features span.circle-icon i {
    font-size: 60px;
    color: #C10D14;
}
.wrap-features span.circle-icon img {
    max-height: 60px;
    display: inline-block;
}

.content h2 {
    margin-top: 30px;
}

.sidebar-box {
    padding: 30px;
    margin-top: 30px;
    background: #E5E8EA;
}
.sidebar-box:first-child {
    margin-top: 0px;
}

.sidebar-guaranteed {
    padding: 10px 0 30px;
    display: inline-block;
    text-align: center;
}
.sidebar-guaranteed img {
    margin-bottom: -50px;
}
.sidebar-guaranteed p {
    color: #21445C;
    margin-bottom: 0px;
}
.sidebar-guaranteed p span {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.call-today {
    position: relative;
    padding: 10px 50px;
    background: #C10D14;
    overflow: hidden;
}
.call-today:before {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    float: left;
    background: #F2F2F2;
    background-size: auto 100%;
}
.call-today:after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 30%;
    margin-left: -49px;
    content: "";
    border-bottom: 170px solid #C10D14;
    border-right: 0px solid transparent;
    border-left: 50px solid transparent;
    background: transparent;
}

.call-today img {
    max-width: 120px;
}

.call-today .content {
    margin-top: 25px;
}
.call-today .content * {
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}
.call-today .content i {
    font-size: 24px;
}
.call-today .content p {
    margin: 0px;
    margin-right: 20px;
}
.call-today .content a {
    font-size: 54px;
    line-height: 44px;
    float: right;
}

.review {
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    background: #EDF0F2;
    border-radius: 3px;
}
.review p {
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}
.review .info {
    width: 100%;
    float: left;
}
.review .info img {
    max-width: 40px;
    margin-right: 15px;
}
.review .info h3 {
    margin-bottom: 0px;
}
.review .info h3 span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #C10D14;
}
.review .info h3 i {
    color: #FFDD75;
}

.sidebar-informations #mapLeaflet {
    width: 100%;
    height: 200px;
    display: inline-block;
}
#mapLeaflet .leaflet-container .leaflet-control-attribution {
    display: none !important;
}

.wrap-top-cities ul.all_cities li {
    width: 20%;
    float: left;
    margin: 0 0 10px 0;
}

.sidebar-informations .table-facts tr td:first-child {
    width: 35%;
    float: left;
    overflow: hidden;
}
.sidebar-informations .table-facts tr td {
    width: 65%;
    float: left;
    overflow: hidden;
}

/* ==========================================================================
    IPS
    ========================================================================== */
.content-ip {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.content-ip a {
    color: #183243;
}
.content-ip ul {
    list-style: disc;
    margin-left: 17px;
    margin-bottom: 15px;
}
.content-ip ul.list-unstyled {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 15px;
}
.content-ip h2 {
    margin-top: 30px;
}

/* ==========================================================================
    LANDING PAGE
    ========================================================================== */
.content-ip ul.list-coverage {
    list-style: none;
    margin-left: 0px;
}
.content-ip ul.list-coverage li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
}

.content-landing-page {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.sidebar-informations {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.sidebar-informations h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    color: #C10D14;
}
.sidebar-informations ul {
    list-style: disc;
    margin-left: 1.2em;
    margin-bottom: 15px;
}
.sidebar-informations ul li {
    margin-bottom: 7px;
    color: #336BC7;
}


/* SIDEBAR */
.sidebar-informations .schedule-service-sidebar {
    width: 100%;
    float: left;
    padding: 20px;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: -37px;
    background: #C10D14;
}
.sidebar-informations .schedule-service-sidebar h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 12px;
}
.sidebar-informations .schedule-service-sidebar h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 10px;
}

.sidebar-informations .schedule-service-sidebar .form-sidebar input.form-control {
    width: 100%;
    height: 54px;
    font-size: 18px;
    line-height: 22px;
    color: #444;
    margin-right: 5px;
    padding: 10px 12px;
}

.sidebar-informations .schedule-service-sidebar .form-sidebar .btn-primary {
    width: 100%;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: #437691; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#437691, #204158); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#437691, #204158); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#437691, #204158); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#437691, #204158); /* Standard syntax */
    box-shadow: 0 3px 0 0 #183243;
    border: none;
}
.sidebar-informations .schedule-service-sidebar .call-us {
    width: 100%;
    float: left;
    box-sizing: initial;
    margin: 0 0 -20px -20px;
    padding: 14px 20px 20px;
    color: #fff;
    margin-top: 20px;
    background: #8F0A0E;
}
.sidebar-informations .schedule-service-sidebar .call-us span.or {
    font-size: 18px;
    line-height: 26px;
}
.sidebar-informations .schedule-service-sidebar .call-us p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}
.sidebar-informations .schedule-service-sidebar .call-us a.phone {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
}


.call-today-big {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    overflow: hidden;
    margin: 10px 0 20px;
    background: #AFB5BB;
}
.call-today-big:before {
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50%;
    margin-top: -260px;
    margin-right: 25px;
    content: "";
    border-radius: 250px;
    box-shadow: 16px -9px 0px 3px #C10D14;
    background: #AFB5BB;
}
.call-today-big:after {
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 50%;
    margin-right: 18px;
    content: "";
    border-bottom: 230px solid #E0E4E8;
    border-right: 0px solid transparent;
    border-left: 125px solid transparent;
    background: transparent;
}
.call-today-big .row:before {
    width: 55%;
    height: 230px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    content: "";
    background: #E0E4E8;
}

.call-today-big .col-md-4 {
    position: relative;
    z-index: 10;
}

.call-today-big .content {
    padding: 30px 0px 0px 85px;
    position: relative;
    z-index: 10;
}
.call-today-big .content p {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #21445C;
    margin-left: 15px;
    margin-bottom: 0px;
}
.call-today-big .content i {
    font-size: 24px;
}
.call-today-big .content a.phone {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #C10D14;
}

.coverage-banner {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.coverage-banner .banner-bottom {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding: 20px;
    background: rgba(24,49,66, 0.8);
}
.coverage-banner .banner-bottom h3 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.coverage-banner .banner-bottom p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.coverage-banner .banner-left {
    width: 40%;
    height: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 20;
    padding: 20px;
    background: #C10D14;
}
.coverage-banner .banner-left:before {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    left: -48px;
    content: "";
    border-bottom: 500px solid #C10D14;
    border-right: 0px solid transparent;
    border-left: 50px solid transparent;
    background: transparent;
}
.coverage-banner .banner-left h2 {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.coverage-banner .banner-left ul li {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    color: #173577;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 2px;
    background: #E9E9E9;
}
.coverage-banner .banner-left ul li:hover {
    cursor: pointer;
}
.coverage-banner .banner-left ul li input {
    margin-right: 5px;
    margin-right: 4px;
}
.coverage-banner .banner-left ul li span {
    padding: 5px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    margin: -2px 0 0 10px;
    display: inline-block;
    border-radius: 2px;
    background: #FF001F;
}
.coverage-banner .banner-left .btn-primary {
    width: 100%;
    margin-top: 5px;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: #437691; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#437691, #204158); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#437691, #204158); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#437691, #204158); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#437691, #204158); /* Standard syntax */
    box-shadow: 0 3px 0 0 #183243;
    border: none;
}

.lp-content ul {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 17px;
}
.lp-content ul li {
    margin-bottom: 10px;
}

.schedule-blue-box {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    margin-top: 30px;
    background: #183243;
}
.schedule-blue-box h2 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 0px;
}
.schedule-blue-box input.form-control {
    width: 110px;
    height: 54px;
    font-size: 18px;
    line-height: 22px;
    color: #444;
    margin-right: 5px;
    padding: 10px 12px;
}
.schedule-blue-box button.btn-danger {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 16px 25px;
}

/***************
    REVIEWS
***************/
.reviews {
  width: 100%;
  text-align: left;
}
.ratings {
  unicode-bidi:bidi-override;
  direction:rtl;
  font-size:18px;
}
.ratings span.star {
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  display:inline-block;
  padding: 0px 1px;
}
.ratings span.star:hover{
  cursor:pointer;
}
.ratings span.star:before {
  content:"\f005";

  color:#999999;
}
.ratings.active span.star.active:before,.ratings.active span.star.active~span.star:before {
  content:"\f005";
  color:#FDD441;
  unicode-bidi:bidi-override;
  direction:rtl;
}
.ratings span.star:hover:before,.ratings span.star:hover~span.star:before {
  content:"\f005";
  color:#FDD441;
}
.reviews img {
    margin-bottom: 10px;
}
.reviews span.fn {
    font-weight: 600;
    font-size: 16px;
    color: #183243;
}
.reviews p {
    font-weight: 600;
    font-size: 14px;
    color: #183243;
    margin: 3px 0 0;
}

/********************
    CONTACT FORM
********************/
form label.error {
    font-size: 12px;
    line-height: 16px;
    color: #DB1A28;
}
form .form-group.thank-you {
    display: none;
    text-align: center;
}
form .form-group.thank-you h4 {
    font-size: 30px;
}
form .form-group.thank-you p {
    font-size: 18px;
    line-height: 24px;
}

form.form-submitted * {
    display: none;
}
form.form-submitted .form-group.thank-you, form.form-submitted .form-group.thank-you * {
    display: block;
}


/* ==========================================================================
    HOMEPAGE 2
    ========================================================================== */
.wrap-coupons {
    width: 100%;
    display: inline-block;
    background: #E5E8EB;
    padding: 25px;
    margin-bottom: 30px;
}
.wrap-coupons .coupons {
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #E21E2C;
    background-image: -webkit-linear-gradient(#E21E2C 0%, #C10D14 100%);
    background-image: -o-linear-gradient(#E21E2C 0%, #C10D14 100%);
    background-image: linear-gradient(#E21E2C 0%, #C10D14 100%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 5px;
}
.wrap-coupons .coupons .coupon {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: #FFF352;
    text-shadow: 0 2px 2px rgba(0,0,0,0.50);
    padding: 20px 10px;
    border: 1px dashed #FFFFFF;
}
.wrap-coupons .coupons .coupon span {
    font-weight: 700;
}
.wrap-coupons .coupons .coupon small {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}
.wrap-coupons a.more {
    font-size: 18px;
    line-height: 24px;
    color: #173577;
    display: inline-block;
}

.lp-content h2.title {
    font-size: 26px;
    line-height: 32px;
}
.lp-content .services .col-md-6 {
    margin-bottom: 30px;
}
.lp-content .services h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #21445C;
    margin: 18px 0 10px;
}

.content-landing-page .sidebar-box, .content-landing-page .sidebar-informations {
    margin-bottom: 20px;
}

/* ==========================================================================
    TAP-TO-CALL
    ========================================================================== */
.tap-to-call {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    margin: 0 auto;
    float: left;
    background: #21445C;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: none;
    -webkit-box-shadow: 0px -5px 23px -2px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px -5px 23px -2px rgba(0,0,0,0.43);
    box-shadow: 0px -5px 23px -2px rgba(0,0,0,0.43);
}

.tap-to-call .fa {
    font-size: 28px;
    margin-right: 10px;
}
.tap-to-call a {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    width: 95%;
    padding: 5px 0;
    font-weight: bold;
    margin: 4px auto 0;
}

/* ==========================================================================
    FOOTER
    ========================================================================== */
footer {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 40px 0 0;
    background: #F7F7F7;
}
footer ul.list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #21445C;
    margin-bottom: 10px;
}
footer ul.list li.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #C10D14;
}
footer ul.list li a {
    font-size: 14px;
    line-height: 18px;
    color: #21445C;
}

footer ul.list li.icon {
    font-size: 30px;
    margin-bottom: 7px;
}

footer .img-homeyou-badge {
    width: 125px;
    float: left;
}

footer a.phone {
    font-weight: 700;
    float: right;
    margin-top: 10px;
    font-size: 36px;
    line-height: 42px;
    color: #21445C;
    margin-right: -2px;
}

footer .tcpa {
    margin-top: 40px;
    padding: 30px 0;
    background: #21445C;
}
footer .tcpa p {
    font-size: 14px;
    line-height: 18px;
    color: #E5E8EA;
    margin: 0;
}
footer .copyright {
    padding: 10px 0;
    background: #183243;
}
footer .copyright p {
    font-size: 16px;
    line-height: 20px;
    color: #E5E8EA;
    margin: 14px 0 0 15px;
}
footer .copyright img {
    max-width: 63px;
    display: inline-block;
}


/*********************
    WEAK BLUE
**********************/

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

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


/*********************
    RED
**********************/
.btn-danger {
    font-weight: 700;
    border-radius: 2px;
    background: #E21E2D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#E21E2D, #C10D14); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E21E2D, #C10D14); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E21E2D, #C10D14); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E21E2D, #C10D14); /* Standard syntax */
}


/*********************
    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; }

    html, body {
        overflow-x: hidden;
    }

    header {
        width: 100%;
        float: left;
        padding: 15px 0 10px;
        background: #fff;
    }
    header:before {
        height: 60px;
    }
    header .logo img {
        max-width: 87px;
    }

    .navbar-toggle {
        position: absolute;
        margin: 0;
        top: 12px;
        right: 12px;
        z-index: 100;
        background: #E21E2D; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#E21E2D, #C10D14); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#E21E2D, #C10D14); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#E21E2D, #C10D14); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#E21E2D, #C10D14); /* Standard syntax */
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }

    header .wrap-phone-button {
        margin: 0px;
    }
    header .wrap-phone-button span.or { display: none; }
    header .wrap-phone-button a.btn { display: none; }

    header .col-md-8.text-right {
        text-align: left;
    }
    header .wrap-phone {
        position: absolute;
        bottom: 40px;
        left: 0px;
    }
    header .wrap-phone i {
        font-size: 18px;
        color: #fff;
        margin: 12px 8px 0 0;
    }
    header .wrap-phone a {
        font-size: 24px;
        color: #FFFFFF;
    }

    .navbar-collapse {
        padding: 0px;
    }

    header .we-serve {
        color: #21445C;
        margin: 55px 0 0 -5px;
    }

    header .navigation .nav-pills {
        width: 100%;
        float: left;
    }

    header .navigation .nav-pills > li {
        width: 100%;
        margin: 0px;
        text-align: left;
    }

    header .navigation .dropdown-menu {
        width: 100%;
        float: left;
        position: relative;
        box-shadow: none;
    }

    /* HOMEPAGE */
    .wrap-banner {
        overflow: hidden;
        z-index: 10;
    }
    .wrap-banner > img.img-responsive {
        max-width: none;
        max-height: 470px;
    }
    .wrap-banner .content {
        height: 100%;
    }
    .wrap-banner .content h1 {
        line-height: 50px;
        margin: 10px 0 30px 0;
    }
    .wrap-banner .content h2 {
        padding: 0 10px;
    }
    .wrap-banner .wrap-funnel {
        margin-top: 30px;
        padding: 20px 15px 0px;
        box-sizing: initial;
        margin-left: -15px;
    }
    .wrap-banner .wrap-funnel:before { display: none; }
    .wrap-banner .wrap-funnel:after {
        width: 100%;
        display: inline-block;
        height: 60px;
        bottom: 0px;
        top: auto;
    }
    .wrap-banner .wrap-funnel form {
        width: 100%;
        float: left;
        margin-bottom: 28px;
    }
    .wrap-banner .wrap-funnel form .form-group {
        width: 40%;
        float: left;
        margin: 0;
    }
    .wrap-banner .wrap-funnel input.form-control {
        width: 100%;
    }
    .wrap-banner .wrap-funnel button.btn-danger {
        width: 55%;
        float: right;
    }

    .wrap-top-cities ul.all_cities li {
        width: 50%;
    }

    .wrap-banner .wrap-funnel .right {
        display: inline-block;
        text-align: center;
        margin-bottom: 6px;
    }
    .wrap-funnel .right a.phone {
        font-size: 18px;
        line-height: 22px;
        color: #fff;
    }

    .wrap-banner-bottom {
        padding: 20px 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .wrap-banner-bottom h3 {
        padding: 20px 60px;
        text-align: center;
    }

    .wrap-features {
        margin-top: -60px;
    }
    .wrap-features h2 {
        margin-top: 40px;
    }
    hr {
        margin: 30px 0;
    }

    .call-today {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 25px;
    }
    .call-today img {
        max-width: 60px;
    }
    .call-today:before {
        width: 35%;
    }
    .call-today:after {
        left: 35%;
        border-bottom: 100px solid #C10D14;
    }
    .call-today .content {
        text-align: left;
        margin-top: 0px;
    }
    .call-today .content p i {
        font-size: 10px;
        line-height: 10px;
    }
    .call-today .content p {
        font-size: 13px;
        line-height: 18px;
    }
    .call-today .content a {
        font-size: 25px;
        float: left;
        line-height: 33px;
    }

    .wrap-funnel:after, .wrap-funnel:before { display: none; }

    .wrap-funnel form {
        width: 100%;
        float: left;
        margin-bottom: 28px;
    }
    .wrap-funnel form .form-group {
        width: 40%;
        float: left;
        margin: 0;
    }
    .wrap-funnel input.form-control {
        width: 100%;
    }
    .wrap-funnel button.btn-danger {
        width: 55%;
        float: right;
    }
    .wrap-funnel .right {
        display: none;
    }
    .wrap-funnel form {
        margin-bottom: 0px;
    }

    .content-ip p img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
        display: inline-block;
    }

    footer {
        text-align: center;
    }
    footer ul.list {
        margin-bottom: 40px;
    }
    footer .text-right {
        text-align: center;
    }
    footer a.phone {
        float: none;
        display: inline-block;
    }
    footer .tcpa {
        text-align: left;
    }

    footer .copyright p {
        width: 75%;
        text-align: left;
        float: left;
        margin-top: 5px;
    }

    .content-ip {
        margin: 10px 0 0;
    }
    .content-ip h1 {
        margin-bottom: 10px;
    }
    .content-ip ul.list-coverage li {
        width: 50%;
    }

    .content-landing-page {
        margin: 0;
    }
    .content-landing-page .coverage-banner > img.img-responsive {
        display: none;
    }
    .content-landing-page .coverage-banner {
        margin-bottom: 10px;
    }
    .container.full-container {
        padding: 0px;
    }
    .coverage-banner .banner-left {
        width: 100%;
        position: relative;
    }
    .coverage-banner .banner-bottom {
        position: relative;
        background: #21445C;
        text-align: center;
    }
    .coverage-banner .banner-bottom h3 {
        margin-bottom: 5px;
    }

    .schedule-blue-box {
        margin-top: 0;
        padding: 25px 15px;
    }
    .schedule-blue-box h2 {
        margin: 0 10px;
    }
    .schedule-blue-box form {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }
    .schedule-blue-box form .form-group {
        width: 100%;
        float: left;
        margin: 0 0 10px;
    }
    .schedule-blue-box form .form-group:first-child {
        width: 100%;
        margin-bottom: 25px;
    }
    .schedule-blue-box input.form-control {
        width: 100%;
    }
    .schedule-blue-box button.btn-danger {
        width: 100%;
        float: right;
    }

    .call-today-big:before {
        width: 300px;
        height: 300px;
        right: 58%;
        margin-top: -150px;
    }
    .call-today-big:after {
        right: 55%;
    }
    .call-today-big .row:before {
        width: 65%;
    }
    .call-today-big img.img-responsive {
        max-width: 77px;
    }
    .call-today-big .content {
        padding: 0;
        margin-top: 10px;
    }
    .call-today-big .content p {
        font-size: 16px;
        line-height: 20px;
    }
    .call-today-big .content p i {
        font-size: 10px;
        line-height: 10px;
    }
    .call-today-big .content a.phone {
        font-size: 28px;
        line-height: 36px;
    }

    footer .img-homeyou-badge {
        float: none;
        display: inline-block;
    }
}

/* 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) {

}
