/* ==========================================================================
    ICONS
    ========================================================================== */
.ico-check {
    height: 20px;
    width: 20px;
    background: url(/assets/3bc61a01/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;
}

/* ==========================================================================
    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: url(/assets/3bc61a01/images/bg-azul-glow-2x.png) top left repeat-x #1a90f7;
}
body,
a {
    font-family: 'Lato', sans-serif;
    /*font-family: 'Droid Serif', serif;*/
    font-size: 14px;
    font-weight: normal;
}
body::after {
  content: "";
  background: url(/assets/3bc61a01/images/bg-azul-2x.png);
  background-size: 400px 400px;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
a:link {
    color: #f57223;
    font-weight: bold;
}
a, a:visited {
    color: #f57223;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #303030;
}

.container {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #342b2b;
    margin-bottom: 10px;
}
h1 {
    font-size: 24px;
    line-height: 1.33;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.33;
    color: #004338;
}
h3 {
    font-size: 16px;
}

ul.simple {
    list-style:disc;
    margin-left: 30px;
}


.breadcrumb {
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #c4c4c4;
    font-size: 12px;
    padding: 10px 0;
}
.breadcrumb>li+li:before {
    font-family: "FontAwesome";
    content: "\f054\f054";
    font-size: 8px;
}
.breadcrumb li a {
    color: #c4c4c4;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumb>.active {
    color: #c4c4c4;
    font-size: 12px;
    font-weight: bold
}


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

.navbar .container {
    background: url(/assets/3bc61a01/images/bg-header-2x.png) top left #f0f8ff;
    background-size: 100px 100px;
    /*background: url(/assets/3bc61a01/images/bg-azul-customersatis-2x.png) top left #f0f8ff;
    background-size: 200px 200px;*/
    position: relative;
    height: 227px;
}

.navbar-toggle {
    position: absolute;
    top: 30px;
    right: 15px;
    margin: 0;
    padding: 0;
    border: none;
    background: none !important;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background-color: #1b95ff;
}
.navbar-toggle .icon-bar {
    width: 32px;
    height: 4px;
}
.navbar-toggle .icon-bar {
    background-color: #f57223;
}
.logo img {}
.navbar-header .logo {
    max-width: 413px;
    position: absolute;
    z-index: 100;
    top:20px;
    left: 45px;
    text-align: center;
}
.navbar-header .logo span {
    font-size: 21px;
    color: #3b3b3b;
    position: absolute;
    left:65px;
    bottom: -15px;
}
.header .navbar-right {}
.header .navbar-right .contact {
    margin: 15px 35px 0 0;
    color: #FFF;
    font-family: 'Droid Serif', serif;
    width: 335px;
    min-height: 170px;
}
.header .navbar-right .text {
    float: left;
    border-radius: 100%;
    width: 63px;
    height: 63px;
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px;
    font-size: 16.2px;
    font-style: italic;
    line-height: normal;
}
.header .navbar-right .text span {
    font-size: 20px;
    display: block;
}
.header .navbar-right .phone {
    color: #1b95ff;
    font-family: 'Droid Serif', serif;
    font-size: 38px;
    line-height: 58px;
    font-weight: bold;
    float: right;
}
.header .navbar-right .contact .get-service {
    float:left;
    width: 333px;
    height: 56px;
    border-radius: 90px;
    background-image: linear-gradient(to bottom, #ef7b1e, #e65815 97%);
    box-shadow: inset 0 2px 2px 2px #ffbb42;
    border-style: solid;
    border-width: 1.8px;
    border-image-source: linear-gradient(to bottom, #f0a26c, #da3d04);
    border-image-slice: 1;
    font-family: 'Droid Serif', serif;
    font-size: 46px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: normal;
    color: #ffffff;
    text-shadow: 0 4px 5px #9f2709;
    border: none;
    margin-top:15px;
}
.header .nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 57px;
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
}
.header .nav li { padding: 0; }
.header .nav a {
    font-size: 18px;
    background: transparent;
    color: #FFFFFF;
    padding: 15px 30px;
    position: relative;
}
.header .nav a.active,
.header .nav a:hover,
.header .nav a:focus {
    color: #ffbb42;
    background: transparent;
    text-shadow: 0 3px 0 rgba(165, 0, 16, 0.3);
}
.header .navbar-right .nav li.pull-left:last-child a:after {
    content: none;
}
.header .nav a:after {
    content:"";
    position: absolute;
    top:50%;
    margin-top:-16px;
    right: 0;
    width: 1px;
    height: 36px;
    background-color: #de5d0f;
    box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.navbar-collapse.collapse {
    min-height: 227px;
}
.navbar .shadow,
.available-box {
    display: none;
}

.btn-theme,
a.btn-theme {
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #1b95ff, #1677cc);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.7);
    font-family: 'Droid Serif', serif;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 4px 5px #063966;
}
.btn-orange, a.btn-orange {
    border-radius: 45px;
    background-image: linear-gradient(to bottom, #ef7b1e, #e65815 97%);
    box-shadow: inset 0 1px 1px 1px #ffbb42;
    border-style: solid;
    border-width: 0.9px;
    border-color: #da3d04;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 3px #9f2709;
}

.tap-to-call {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    margin: 0 auto;
    float: left;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    display: none;
    background-image: linear-gradient(to bottom, #ef7b1e, #e65815 97%);
    border-style: solid;
    border-width: 1.8px;
    border-image-source: linear-gradient(to bottom, #f0a26c, #da3d04);
    border-image-slice: 1;
}

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


.tap-price {
    display: none;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(to bottom, #ef7b1e, #e65815 97%);
    box-shadow: inset 0 1px 2px 2px #ffbb42;
    border-style: solid;
    border-width: 1.8px;
    border-image-source: linear-gradient(to bottom, #f0a26c, #da3d04);
    border-image-slice: 1;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 5px 0 10px;
}
.tap-price:after {
    width: 140px;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -70px;
    display: inline-block;
    border-top: 3px solid #fff;
    border-radius: 50%;
}
.tap-price p {
    font-size: 30px;
    font-family: 'Droid Serif', serif;
}
.tap-price .open {
    border-radius: 100%;
    font-family: 'Droid Serif', serif;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 7px;
    font-size: 10.2px;
    font-style: italic;
    line-height: normal;
    color: #f57223;
    position: absolute;
    right: 20px;
    top: 15px;
}
.tap-price .open span {
    display: block;
    font-size: 13px;
}
.tap-price .fa {
    color: #FFFFFF;
    position: absolute;
    left: 35px;
    top: 20px;
    font-size: 30px;
}
.container.base {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    padding:30px 0;
}
.container.base .row {
    margin-right: 0px;
    margin-left: 0px;
}
.container.base .sidebar {
    padding-left: 30px;
    float: left;
}
.container.base .core {
    padding-right: 30px;
    float: right;
}
.container.base .core img {
    max-width: 100%;
}

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

.home-banner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.home-banner img {
    max-width: 100%
}
.home-banner .badges {
    text-align: center;
    padding: 20px;
}
.home-banner .badges img {
    display: inline;
}
.home-banner .badges img:nth-of-type(2) {
    margin: 0 40px;
}
.home-banner .phrase {
    height: 57px;
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
    font-family: 'Droid Serif', serif;
    font-size: 28px;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 4px 5px #9f2709;
    padding-top: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.abs-box {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.quote-box.home {
    position: absolute;
    top:20px;
    left:20px;
    width:335px;
}
.quote-box.home .flex-form ul li label {
    font-size: 16px;
}
.abs-box .infos {
    position: absolute;
    right: 45px;
    top: 25px;
    width:500px;
}
.abs-box .infos h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.abs-box .infos ul {
    margin: 45px 0 35px;
}
.abs-box .infos li {
    font-size: 21px;
    color: #ffffff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.84);
    padding-left: 60px;
    margin-bottom:15px;
    position: relative;
}
.abs-box .infos li div {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background: #1b95ff;
    position: absolute;
    left:0;
    top: 2px;
    text-shadow: none;
    font-size:14px;
    padding:4px 0 0 7px;
}

.home-banner .badges-banner img {
    margin-right: 15px;
    display: inline-block;
}

.our-services.home .item {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
}
.our-services.home h3 {
    color: #004338;
    font-size: 18px;
}
.our-services.home p {
    font-size: 14px;
    line-height: 1.36;
    color: #000000;
}
.our-services.home .item img {
    float:left;
    margin: 0 15px 5px 0;
    max-width: 198px;
}
.our-services a.more {
    border-radius: 100px;
    background-color: #eeeeee;
    font-size: 10px;
    font-weight: bold;
    color: #342b2b;
    padding: 5px 10px;
    float: left;
}

.our-services .right-figure {
    float: right;
    width:86px;
    margin-left:10px;
}
.our-services .right-figure a.more {
    float: none;
    display: block;
    margin: 10px auto;
}
.our-services .right-figure img {
    width:100%
}

.wrap-coupons {
    width: 100%;
    display: inline-block;
    background: url(/assets/3bc61a01/images/bg-verde-2x.png) top center;
    background-size: 100px 100px;
    padding: 20px;
    margin-bottom: 30px;
}
.container.base .wrap-coupons .row {
    margin-left: -15px;
    margin-right: -15px;
}
.wrap-coupons .coupons {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    background-image: radial-gradient(50% 92%, #FF912D 0%, #F57223 92%);
    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;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    color: #FFF352;
    text-shadow: 0 2px 2px rgba(0,0,0,0.50);
    padding: 15px;
    border: 1px dashed #FFFFFF;
}
.wrap-coupons .coupons .coupon span {
    font-weight: 700;
}
.wrap-coupons .coupons .coupon small {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-shadow: none;
    margin-top: 15px;
    display: inline-block;
}
.wrap-coupons a.more {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}



.psquare {
    width: 115px;
}
.psquare.left {
    float: left;
    margin: 0 10px 5px 0;
}
.faq_question {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.78;
    color: #004338;
}
.faq_answer p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    color: #342b2b;
}

.brands-reviews-box, .facts-box,
.brands-box, .business-box,
.review-box, .customer-box {
    margin-bottom:30px;
}
.facts-box .header,
.brands-reviews-box .header,
.brands-box .header,
.business-box .header,
.review-box .header,
.customer-box .header {
    height: 47px;
    border-radius: 100px;
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
    font-family: 'Droid Serif', serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 8px;
    text-shadow: 0 4px 5px #9f2709;
    position: relative;
    z-index: 10;
}
.brands-reviews-box .body,
.brands-box .body,
.review-box .body,
.customer-box .body {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    padding: 50px 10px 20px;
    margin-top:-20px;
}
.customer-box .body {
    background: url(/assets/3bc61a01/images/bg-azul-customersatis-2x.png) top left #f0f8ff;
    background-size: 200px 200px;
}
.customer-box .body a {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.review-box .body,
.business-box .body,
.brands-box .body {
    background: url(/assets/3bc61a01/images/bg-cinza.png) top left #f0f8ff;
    background-size: 100px 100px;
}
.brands-reviews-box .body,
.brands-box .body,
.review-box .body {
    font-size: 14px;
}
.brands-reviews-box .body {
    background-color: #FFF;
    border: solid 1px #e3e3e3;
    padding-bottom:0px;
}
.facts-box .body {
    background-color: #FFF;
    padding: 0px;
    border: solid 1px #e6e6e6;
    margin-top:-20px;
}

.customer-box .body img {
    display: block;
    margin: 0 auto 20px;
}
.customer-box .infos    {
    background: url(/assets/3bc61a01/images/bg-header-2x.png) top left #f0f8ff;
    background-size: 100px 100px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    padding: 25px 20px 20px;
}
.customer-box .infos strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.review-box .author {
    background: url(/assets/3bc61a01/images/bg-verde-2x.png) top left #01b99e;
    background-size: 100px 100px;
    box-shadow: inset 0 1px 7px 0 rgba(0, 0, 0, 0.5);
    padding: 20px 20px 5px;
    display: inline-block;
    width: 100%;
}
.review-box .author .info {
    color: #FFFFFF;
    float:left;
}
.review-box .author img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    clear: both;
}
.review-box .author .info strong {
    float: left;
    font-size: 16px;
}
.review-box .author .info .stars {
    font-size: 12px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.review-box .author .info span {
    float: left;
    font-size: 13px;
    text-align: left;
    clear: both;
}

.business-box .body {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding: 50px 0px 20px;
    margin-top:-20px;
    display: inline-block;
}
.business-box .body div {
    float: left;
}
.business-box .item {
    width: 100%;
}
.business-box .item.active {
    background-color: #01b99e;
    box-shadow: inset 0 1px 7px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}
.business-box .weekday {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.11;
    padding: 0 20px 0 10px;
    width: 75px;
}
.business-box .hours {
    line-height: 2.71;
    width: 155px;
}
.business-box .open {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.53;
    text-align: right;
}


.brands-box .body table {
    width: 100%;
}

.brands-box .body tr:first-of-type td {
    padding-bottom: 20px;
}
.brands-box .body td {
    width: 50%;
    text-align: center;
}


.brands-reviews-box .item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    overflow: auto;
}
.brands-reviews-box .item .logo {
    float: left;
    text-align: left;
    width: 120px;
    padding-top: 5px;
    min-height: 40px;
}
.brands-reviews-box .item .aval {
    float: left;
    width: 138px;
    text-align: right;
}
.brands-reviews-box .item .aval p {
    font-size: 12px;
    font-weight: 300;
    color: #4a4a4a;
    margin: 0;
}
.brands-reviews-box .item:last-of-type {
    margin-bottom: 0px;
    border-bottom: none;
}

.facts-box table {
    color: #444444;
    font-size: 13px;
    width: 100%;
    table-layout: fixed;
}
.facts-box tr:nth-of-type(1) td {
    border-top: 0;
    padding-top:30px;
}
.facts-box td.key {
    width: 120px;
    border-right: solid 1px #e6e6e6;
    background: #fafafa;
}
.facts-box td {
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    word-wrap: break-word;
}












/* ==========================================================================
    ABOUT
    ========================================================================== */
.core-figure {
    float:right;
    margin: 0 0 10px 10px;
}

.quote-box {
    position: relative;
    margin-bottom: 30px;
}
.quote-box .header {
    height: 47px;
    border-radius: 100px;
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
    font-family: 'Droid Serif', serif;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    padding-top:6px;
    text-shadow: 0 4px 5px #9f2709;
    position: relative;
    z-index: 10;
}
.quote-box .body {
    background-color: #f3f3f3;
    border-radius: 20px;
    margin-top:-25px;
    padding: 45px 15px 35px;
    position: relative;
    z-index: 0;
}
.quote-box .body .btn-theme {
    width: 100%
}
.quote-box .floor{
    width: 100%;
    height: 20px;
    border-radius: 0 0 100px 100px;
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
    position: absolute;
    left:0;
    bottom:0px;
}

.our-services {
    border-radius: 15px;
    background-color: #f6fcfb;
    padding: 20px;
    width: 100%;
    display: inline-block;
    margin:20px auto;
}
.our-services ul li {
    float:left;
    width:33%;
    padding-right:10px;
    margin-bottom: 10px;
}

.box-clients-satisfaction {
    border-radius: 15px;
    background: url(/assets/3bc61a01/images/bg-verde-2x.png) top left #01b99e;
    background-size: 100px 100px;
    box-shadow: inset 0 1px 7px 0 rgba(0, 0, 0, 0.5);
    font-size: 17px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    padding: 25px;
    margin-bottom: 20px;
}
.box-clients-satisfaction a {
    font-family: 'Droid Serif', serif;
    font-size: 25px;
    font-weight: bold;
    color:#FFFFFF;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    display:block;
}
.box-speedy {
    border-radius: 15px;
    background: url(/assets/3bc61a01/images/bg-azulonda-2x.png) top left #1b95ff;
    background-size: 100px 100px;
    box-shadow: inset 0 1px 7px 0 rgba(0, 0, 0, 0.5);
    font-size: 25px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    padding: 15px;
}
.box-speedy .btn {
    font-size: 15px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.badges {
    text-align: center;
}
.badges img {
    display: block;
    margin: 0 auto;
}
.badges img.homeadvisor {
    margin: 40px auto 20px;
}
.flex-form ul li {
      color: #000;
      background-color: #FFFFFF;
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 8px;
      height: 38px;
      margin-bottom: 8px;
      border-radius: 3px;
      text-align: left;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    .flex-form ul li.active,
    .flex-form ul li:hover {
        background-color: #1b95ff;
        color: #FFFFFF;
    }
    .flex-form ul li input[type=radio]{
      position: absolute;
      visibility: hidden;
    }

    .flex-form ul li label {
      display: block;
      position: relative;
      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 #FFFFFF;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
      background: #FFF;
      border-radius: 100%;
      height: 15px;
      width: 15px;
      top: 12px;
      left: 10px;
      z-index: 5;
    }

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

    .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:#f57223;
    }
    .flex-form input[type=radio]:checked ~ .check::before{
      background: #f57223;
    }
    .flex-form input[type=radio]:checked ~ label {
      color: #FFFFFF;
    }


/* ==========================================================================
    SERVICES
    ========================================================================== */
.service-box {
    border-radius: 15px;
    background-color: #f6fcfb;
    padding:15px 20px;
    display: inline-block;
    width: 100%;
    margin-bottom:30px;
}
.service-box:nth-of-type(even) {
    background-color: #FFFFFF;
}
.service-box h3 {
    color: #004338;
    font-size: 24px;
    font-weight: normal;
}
.service-box p {
    font-size: 14px;
    line-height: 1.36;
    color: #000000;
}
.service-box img {
    float:left;
    margin: 0 15px 5px 0;
    max-width: 130px;
}
.service-box a.more {
    border-radius: 100px;
    background-color: #eeeeee;
    font-size: 10px;
    font-weight: bold;
    color: #342b2b;
    padding: 5px 10px;
    float: right;
}
/* ==========================================================================
    CONTACT
    ========================================================================== */

.our-services.contact {
    margin-bottom: 30px
}
.our-services .info {
    float:left;
    width:50%;
    text-align: center;
    line-height: 1.57;
    color: #342b2b;
    padding: 30px 0;
}

.contact-form label span {
    color: red;
}
.contact-form label.error {
    font-size: 11px;
    line-height: 13px;
    color: #d9534f;
}
.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;
    color: #000000;
}
.contact-form .form-group {
    float:left;
    margin-right:20px;
}
.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;
}

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

/* ==========================================================================
    COVERAGE
    ========================================================================== */
.cover {
  margin-bottom: 20px;
  display: inline-block;
}
ul.cover li {
  float: left;
  padding-right:10px;
  margin-bottom: 10px;
  width: 33%;
}
ul.cover.zips li {
    width: 25%;
}

/* ==========================================================================
    LOCATIONS
    ========================================================================== */




/* ==========================================================================
    LANDING PAGE
    ========================================================================== */



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







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

.footer {
    background: transparent;
    margin: 35px auto 20px;
    color:#FFFFFF;
}

.footer a {
    color:#FFFFFF;
}
.footer h5 {
    color:#FFFFFF;
    font-size: 16px;
}
.footer .company {
    font-size: 12px;
    line-height: 1.33;
}
.footer .cover {
    line-height: 1.14;
}
.footer .cover li {
    width: auto;
    float:left;
    margin-right: 5px;
}
.footer .ccs img {
    float:left;
    margin: 0 5px 5px 0;
}
.footer .ccs img:nth-of-type(4) {
    clear: left;
}




.container.tcpa {
    background-image: linear-gradient(to bottom, #ff7900, #f57223);
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.container.tcpa p {
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-style: italic;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 4px 5px #9f2709;
    margin: 0px;
}


.container.tcpa.tcpa-footer {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.container.tcpa.tcpa-footer p, .container.tcpa.tcpa-footer p a {
    font-family: 'Droid Serif', serif;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    color: #ffffff;
    text-shadow: none;
    margin: 30px 0 0;
}



/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {

}
@media only screen and (max-width: 1200px) {
    /* ==========================================================================
        DEFAULTS
        ========================================================================== */
    /*.container {
        padding-right: 15px;
        padding-left: 15px;
    }*/

   .brands-reviews-box .item .logo {
        width: 110px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {
    /* ==========================================================================
        HEADER
        ========================================================================== */

    nav.header {
        background-color: #f0f8ff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
        height: 120px;
        margin-bottom: 0;
    }
    .navbar .container {
        border-radius: 0;
        background-color: transparent;
    }
    .navbar-header .logo {
        position: relative;
        float:left;
        left: 0;
    }

    .header .nav {
        /*position: relative;*/
       height: auto;
    }
    .header .navbar-right .contact .info {
        width: 100%;
    }
    .header .navbar-right .contact {
       float: none !important;
       text-align: center;
    }

    .header { padding: 10px 0; }
    .header>.container { position: relative; }
    .header .navbar-header,
    .header .nav,
    .header .nav>li,
    .header .navbar-right,
    .header-contact,
    .header-phone {
        float: none !important;
        display: block;
        text-align: center;
    }
    .header .navbar-header { margin: 0; }
    .header-phone { margin: 0 0 15px 0; }
    .logo a { display: inline-block; }
    .logo img { max-width: 250px; }
    .header .nav {
        padding: 0;
        border: none;
        margin: 0;
        bottom: auto;
        right: auto;
    }
    .header .navbar-right { margin: 0; }
    #navbar {
        position: absolute;
        top: 120px;
        width: 100%;
        display: none !important;
        background-color: #f57223;
        z-index: 2000;
        -webkit-box-shadow: 0 5px 5px -6px black;
        -moz-box-shadow: 0 5px 5px -6px black;
        box-shadow: 0 5px 5px -6px black;
        padding: 0;
    }
    #navbar.in { display: block !important; }
    .navbar-toggle { display: block; }
    .navbar-collapse { border: none !important; }
    .header .nav li {
        float: none !important;
        padding: 0;
        border-bottom: none;
        text-align: left;
    }
    .header .nav li a {
        padding: 12px 15px;
        font-size: 15px;
    }

    .header .navbar-right .contact {
        padding: 20px 30px;
        color: #FFF;
        border-radius: 0;
        background-color: #e10047;
        height: auto;
    }
    .header .navbar-right .contact .text,
    .header .navbar-right .contact a {
        float: none;
        display: block;
    }
    .header .navbar-right .phone {
        margin: 10px auto;
        font-size: 34px;
    }
    .header .navbar-right .text {
        margin: 0 auto;
    }
    .header .navbar-right .contact .btn-theme {
        margin: 0 auto;
    }
    .container>.navbar-collapse {
        margin-left: -15px;
    }

    .navbar-header .logo span {
        font-size: 13px;
        color: #3b3b3b;
        position: absolute;
        left: 45px;
        bottom: -5px;
    }

/* FOOTER */

    .footer {
        text-align: center;
        padding-bottom:100px;
        margin-top:30px;
    }
    .footer h5 {
       color: #FFFFFF;
       font-size: 26px;
    }
    .footer .company {
        font-size: 15px;
        line-height: 1.33;
    }
    .footer .company,
    .footer .links,
    .footer .sa,
    .footer .ccs {
        margin-bottom:30px;
        font-size: 15px;
        line-height: 1.33;
    }
    .footer .ccs img {
        float: none;
        margin: 0 5px 5px 0;
    }
    .footer li,
    .footer li a {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.78;
    }
    .footer .service-areas li {
        float: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* ==========================================================================
        DEFAULTS
        ========================================================================== */
    .text-center-xs { text-align: center; }
    .container>.navbar-collapse { margin-left: -15px; }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media only screen and (max-width: 768px) and (min-width: 481px) {

    .navbar-header .logo span {
        display: none;
    }

    .quote-box .header {
        font-size: 21px;
    }
    .flex-form ul li {
        height: 56px;
    }
    .box-clients-satisfaction a {
        font-size: 20px;
    }
    .box-clients-satisfaction {
        font-size: 14px;
        padding: 25px 10px;
    }
    .box-speedy {
        font-size: 22px;
    }
    .box-speedy .btn {
        height: auto;
        white-space: normal;
    }

    .navbar .container {
        background: url(/assets/3bc61a01/images/bg-header-2x.png) top left #f0f8ff;
        background-size: 100px 100px;
        position: relative;
        height: 100%;
        width: 100%;
    }
    .footer h5 {
        font-size: 18px;
    }
    .footer .company {
        font-size: 12px;
        text-align: left;
    }
    .footer li, .footer li a {
        font-size: 13px;
    }



/* HOME */
    .facts-box .header,
    .brands-reviews-box .header,
    .brands-box .header,
    .business-box .header,
    .review-box .header,
    .customer-box .header {
        font-size: 16px;
        padding-top: 11px;
    }

    .btn {
        white-space: normal;
    }
    .review-box .author {
        padding: 10px 20px;
    }
    .review-box .author img {
        display: block;
        float: none;
        margin: 0 auto 10px;
        clear: both;
    }
    .business-box .weekday {
        font-size: 16px;
        width: 50px;
        padding: 0 5px;
    }
    .business-box .hours {
        width: 120px;
        font-size: 12px;
        line-height: 3;
    }
    .business-box .open {
        font-size: 10px;
        font-weight: bold;
        line-height: 3.6;
        padding-right:5px;
    }

    .business-box .body {
        padding: 30px 0px 10px;
    }
    .brands-reviews-box .item .logo {
        width: 100%;
        text-align: center;
    }
    .brands-reviews-box .item .aval {
        float: left;
        width: 100%;
        text-align: center;
    }
    .home-banner {
        max-width: 960px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .home-banner img.main-banner {
        max-width: 1500px;
        height:510px;
        width: auto;
    }
    .abs-box .infos {
        right: 25px;
        width: 355px;
    }

}

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

    .hidden-sm-up { display: block }
    .tap-price { display: block; }
    .container.base .core {
        padding-right: 15px;
    }
    .container.base .sidebar {
        padding-left: 15px;
        margin-top:30px;
    }

    ul.breadcrumb {
        display: none;
    }

    .navbar .container {
        height: 100%;
        width: 100%;
    }


/* HOME */
    nav.header {
        height: 100px;
    }
    .navbar-header .logo span {
        display: none;
    }
    .navbar-toggle {
        top: 40px;
    }
    #navbar {
        top: 100px;
    }

    .home-banner {
        max-width: 960px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .home-banner img.main-banner {
        max-width: 1500px;
        height:790px;
        width: auto;
        margin-left: -400px;
    }
    .quote-box.home {
        position: relative;
        width: 93%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .abs-box .infos {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }
    .abs-box .infos h1 {
        text-align: center;
    }
    .abs-box .infos ul {
        margin: 20px 30px;
    }
    .abs-box .infos li {
        font-size: 19px;
        margin-bottom: 5px;
        text-align: left;
        padding-left: 50px;
    }
    .home-banner .phrase {
        display: none;
    }
    .home-banner .badges {
        background: #FFFFFF;
    }
    .home-banner .badges img:nth-of-type(2) {
        margin: 0 10px;
    }
    .our-services.home .item img {
        margin: 0 0 20px;
        max-width: 100%;
    }
    .promos {
        padding-bottom: 10px;
    }
    .promos .item {
        float: left;
        width: 100%;
        padding: 20px 45px;
        padding-right: 45px;
    }
    .promos .item:nth-of-type(2){
        padding: 20px 45px;
        padding-top:0;
        padding-bottom:10px;
    }
    .psquare.left {
        float: left;
        width: 100%;
        margin: 0 auto 20px;
    }
    .customer-box .infos strong {
        text-align: center;
        font-size: 21px;
    }
    .customer-box .infos,
    .brands-reviews-box .body,
    .brands-box .body,
    .review-box .body {
        text-align: left;
        font-size: 18px;
    }
    .customer-box .body {
        font-size: 21px;
    }
    .customer-box .infos .btn-theme {
        margin: 0 auto;
        display: block;
    }
    .brands-reviews-box .item .logo {
        width: 50%;
    }
    .brands-reviews-box .item .aval {
        width: 50%;
    }
    .our-services .right-figure {
        float: left;
        width: 86px;
        margin:0 10px 5px 0;
    }
    .our-services .right-figure a.more {
        display: none;
    }

    .badges-banner {
        text-align: center !important;
    }
    .home-banner .badges-banner img {
        margin: 0 10px;
    }

/* ABOUT */
    .core-figure {
        float:none;
        margin: 10px auto 20px;
        width: 100%;
        height: auto;
    }
    .our-services ul li {
        width: 100%
    }

/* COVERAGE */
    ul.cover li {
      width: 100%;
    }
    ul.cover.zips li {
        width: 33%;
    }
/* SERVICES */

    .service-box img {
        float:none;
        margin: 0 auto 20px;
        max-width: 100%;
        min-width: 100%;
    }
    .service-box a.more {
        float: left;
    }


/* CONTACT */

    .our-services .info {
        width: 100%;
        padding: 15px 0;
    }
    .contact-form .form-group {
        float:left;
        width: 100%;
        margin-right:0px;
    }
    .contact-form .first-name,
    .contact-form .last-name {
        width: 100%;
    }
    .contact-form .email {
        width: 100%;
    }
    .contact-form .phone {
        width: 100%;
    }
    .contact-form .msg {
        width: 100%;
    }
    .contact-form .btn {
        width: 100%;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 425px) {

}
@media only screen and (max-width: 384px) {
/* HOME */
    .abs-box .infos h1 {
        font-size: 34px;
    }
    .home-banner .badges img:nth-of-type(2),
    .home-banner .badges img {
        display: inline;
        width: 80px;
    }
    .home-banner .badges img:nth-of-type(3) {
        width: 120px;
    }
    .home-banner .badges {
        padding: 20px 10px 0;
    }

}


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

    .footer .ccs img {
        width: 40px;
        height: auto;
    }

/* HOME */
    .promos .item:nth-of-type(2),
    .promos .item {
        padding: 20px 20px;
        padding-right: 20px;
    }
    .promos .item:nth-of-type(2) {
        padding-top:0
    }
    .home-banner .badges img:nth-of-type(2),
    .home-banner .badges img {
        display: inline;
        width: 70px;
    }
    .home-banner .badges img:nth-of-type(3) {
        width: 110px;
    }
    .abs-box .infos li {
        font-size: 18px;
    }


}


/* Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {



}
