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

/* ==========================================================================
    UTILS
    ========================================================================== */
.relative { position: relative; }
.absolute { position: absolute; }
.in-block { display: inline-block; }
.no-gutter-left,
.no-gutter {
    padding-left: 0 !important;
}
.no-gutter-right,
.no-gutter {
    padding-right: 0 !important;
}
.margin-0 { margin: 0 !important; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-35 { margin-bottom: 35px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }
.margin-bottom-90 { margin-bottom: 90px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-90 { margin-top: 90px !important; }

/* ==========================================================================
    DEFAULTS
    ========================================================================== */
html {
    background: url(/images/background.jpg);
}
body {
    background: transparent;
    /*background: url(/images/background.jpg);*/
    overflow-x: hidden;
}
body,
a {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #444;
}
a:hover {
    text-decoration: none;
    color: #FFE700;
}
.container {
    max-width: 1000px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
}
h3 {
    font-size: 22px;
    line-height: 28px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}

html.step-2 #header,
html.step-3 #header {
    max-width: 1000px;
    margin: 0 auto;
}
html.step-2 .wrap-navigation,
html.step-3 .wrap-navigation {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
html.step-2 .wrap-navigation ul.navigation,
html.step-3 .wrap-navigation ul.navigation {
    display: none;
}
html.step-2 #footer,
html.step-3 #footer {
    max-width: 1000px;
    margin: 0 auto;
}

.wrap-city-zip-string p {
    font-size: 13px;
    line-height: 15px;
    display: none;
}
.wrap-city-zip-string a {
    color: #0088cc;
    text-decoration: none;
    font-size: 12px;
}
.wrap-city-zip-string a:hover {
    color: #005580;
    text-decoration: underline;
}
/* ==========================================================================
    HEADER
    ========================================================================== */
#header {
    padding-top: 7px;
    padding-bottom: 14px;
    background: #06726C;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
html.homepage #header .header-container {
    padding-left: 0;
    padding-right: 0;
}
#header .logo img {
    max-height: 100px;
}
#header.header-step {
    padding-right: 20px;
    padding-left: 42px;
}
#header .navbar-right { margin: 0; }
.logo span,
#header h3,
#header .phone,
#header h2 {
    font-weight: 900;
    font-size: 26px;
    line-height: 26px;
}
#header .phone,
#header h2 {
    color: #fff;
    margin-bottom: 5px;
}
#header .phone:hover {
    color: #FFE700;
}
#header h3 {
    font-size: 16px;
    color: #FFE700;
}
.logo span {
    color: #FFE700;
}
#header .text-phone { margin-bottom: 12px; }
#header .social-media { margin-left: 10px; }
#header .ico-phone { margin-left: 6px; }
.navbar-toggle {
    margin: 0;
    position: absolute;
    top: 25px;
    left: 15px;
    padding: 0;
    border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    width: 21px;
    height: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.wrap-navigation {
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
    background: #FFE700;
}
.wrap-navigation ul.navigation li {
    margin: -5px 10px -5px 0;
    display: inline-block;
}
.wrap-navigation ul.navigation li a {
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
    color: #025D54;
    padding: 10px 15px;
}
.wrap-navigation ul.navigation li a:hover, .wrap-navigation ul.navigation li a:active, .wrap-navigation ul.navigation li a:focus {
    background: #025D54;
    color: #FFE700;
}
.wrap-navigation ul.navigation li .dropdown-menu {
    border: none;
    box-shadow: none;
    background: #FFE700;
}
.wrap-navigation ul.navigation li .dropdown-menu li, .wrap-navigation ul.navigation li .dropdown-menu li a {
    width: 100%;
}

.fixed_header {
    width: 100%;
    display: none;
    opacity: 0;
    float: left;
    position: fixed;
    top: 0px;
    z-index: 10000;
    padding: 6px 0;
    background: #06726C;
}
.device-mobile .fixed_header.active {
    display: inline-block;
}

/* ==========================================================================
    ICONS
    ========================================================================== */
.ico-phone {
    height: 20px;
    width: 20px;
    background: url(/images/ico-phone.png) no-repeat;
}
.ico-paint {
    height: 40px;
    width: 41px;
    background: url(/images/ico-paint.png) no-repeat;
}
.ico-phone-white {
    height: 30px;
    width: 30px;
    background: url(/images/ico-phone-white.png) no-repeat;
}
.ico-pin {
    height: 40px;
    width: 25px;
    background: url(/images/ico-pin.png) no-repeat;
}
/* ==========================================================================
    BUTTONS
    ========================================================================== */
.btn-yellow {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #008C7E;
    padding: 6px 9.5px;
    background-image: -webkit-linear-gradient(#FFE700 0%, #FFCB00 90%, #908200 100%);
    background-image: -o-linear-gradient(#FFE700 0%, #FFCB00 90%, #908200 100%);
    background-image: linear-gradient(#FFE700 0%, #FFCB00 90%, #908200 100%);
    -webkit-box-shadow: inset 0px 4px 3px 0px #FFE380;
    -moz-box-shadow: inset 0px 4px 3px 0px #FFE380;
    box-shadow: inset 0px 4px 3px 0px #FFE380;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-yellow:hover,
.btn-yellow:focus {
    background-image: -webkit-linear-gradient(#FFF599 0%, #FFCB00 90%, #908200 100%);
    background-image: -o-linear-gradient(#FFF599 0%, #FFCB00 90%, #908200 100%);
    background-image: linear-gradient(#FFF599 0%, #FFCB00 90%, #908200 100%);
    -webkit-box-shadow: inset 0px 4px 3px 0px #FFE380;
    -moz-box-shadow: inset 0px 4px 3px 0px #FFE380;
    box-shadow: inset 0px 4px 3px 0px #FFE380;
    color: #008C7E;
}
.btn-orange {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding: 12px;
    background-image: -webkit-linear-gradient(#FFBD00 0%, #FF9900 90%, #D86E00 100%);
    background-image: -o-linear-gradient(#FFBD00 0%, #FF9900 90%, #D86E00 100%);
    background-image: linear-gradient(#FFBD00 0%, #FF9900 90%, #D86E00 100%);
    -webkit-box-shadow: inset 0px 4px 3px 0px #FFE380;
    -moz-box-shadow: inset 0px 4px 3px 0px #FFE380;
    box-shadow: inset 0px 4px 3px 0px #FFE380;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-orange:hover,
.btn-orange:focus {
    background-image: -webkit-linear-gradient(#FFD966 0%, #FF9900 90%, #D86E00 100%);
    background-image: -o-linear-gradient(#FFD966 0%, #FF9900 90%, #D86E00 100%);
    background-image: linear-gradient(#FFD966 0%, #FF9900 90%, #D86E00 100%);
    -webkit-box-shadow: inset 0px 4px 3px 0px #FFE380;
    -moz-box-shadow: inset 0px 4px 3px 0px #FFE380;
    box-shadow: inset 0px 4px 3px 0px #FFE380;
    color: #fff;
}
.btn-blue {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    padding: 12px 20px;
    background-image: -webkit-linear-gradient(#A2C1F6 0%, #5C98FF 13%, #4979CC 89%, #2C569E 100%);
    background-image: -o-linear-gradient(#A2C1F6 0%, #5C98FF 13%, #4979CC 89%, #2C569E 100%);
    background-image: linear-gradient(#A2C1F6 0%, #5C98FF 13%, #4979CC 89%, #2C569E 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: -5px;
}
.btn-blue:hover,
.btn-blue:focus {
    background-image: -webkit-linear-gradient(#D3DFF5 0%, #5C98FF 13%, #4979CC 89%, #2C569E 100%);
    background-image: -o-linear-gradient(#D3DFF5 0%, #5C98FF 13%, #4979CC 89%, #2C569E 100%);
    background-image: linear-gradient(#D3DFF5 0%, #5C98FF 13%, #4979CC 89%, #2C569E 100%);
    color: #fff;
}
.btn-red {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    -webkit-text-shadow: 0px 1px 0px #000000;
    -moz-text-shadow: 0px 1px 0px #000000;
    text-shadow: 0px 1px 0px #000000;
    padding: 15px 20px;
    background-image: -webkit-linear-gradient(#C50000 0%, #A80000 90%, #830000 100%);
    background-image: -o-linear-gradient(#C50000 0%, #A80000 90%, #830000 100%);
    background-image: linear-gradient(#C50000 0%, #A80000 90%, #830000 100%);
    -webkit-box-shadow: inset 0px 4px 3px 0px #FF5C5C;
    -moz-box-shadow: inset 0px 4px 3px 0px #FF5C5C;
    box-shadow: inset 0px 4px 3px 0px #FF5C5C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-red:hover,
.btn-red:focus {
    background-image: -webkit-linear-gradient(#C44F4F 0%, #A80000 90%, #830000 100%);
    background-image: -o-linear-gradient(#C44F4F 0%, #A80000 90%, #830000 100%);
    background-image: linear-gradient(#C44F4F 0%, #A80000 90%, #830000 100%);
    -webkit-box-shadow: inset 0px 4px 3px 0px #FF5C5C;
    -moz-box-shadow: inset 0px 4px 3px 0px #FF5C5C;
    box-shadow: inset 0px 4px 3px 0px #FF5C5C;
    color: #fff;
}
/* ==========================================================================
    FORMS
    ========================================================================== */
.label-custom {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 9px 10px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.label-custom input {
    visibility: hidden;
    margin: 0;
    position: absolute;
    left: 0;
}
.label-custom span {
    font-weight: 400;
    padding-left: 27px;
}
.label-custom span:before,
.label-custom span:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 10;
}
.label-custom span:before {
    top: 10px;
    left: 10px;
    border: 1px solid #979797;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.label-custom input:checked+span:before {
    background-color: #979797;
}

/* ==========================================================================
    HOME
    ========================================================================== */
#page-home {
    max-width: 1080px;
    padding: 0;
}
#page-home .wrapper-content {
    padding: 40px;
    margin-bottom: 0px;
    background: #fff;
}
.wrapper-content {
    padding: 40px;
    background: #fff;
    margin-bottom: 7px;
}
.container-content {
    background-color: #fff;
    padding: 0;
}
.wrapper-content h2 {
    margin-bottom: 15px;
}
.wrapper-content h3 {
    margin-bottom: 10px;
}
.content-default ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 20px;
}
.content-default ul li {
    margin-bottom: 7px;
}

.block-form-quote {
    padding: 23px 25px 25px;
    background-color: #444;
}
.block-form-quote img {
    max-width: 100%;
}
.block-form-quote h2 {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.block-form-quote h2 strong { color: #FFE700; }
.form-quote-home .label-custom {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #777;
    border: none;
    padding: 12px 10px;
    background-image: -webkit-linear-gradient(#FEFEFE 0%, #F1F1F1 100%);
    background-image: -o-linear-gradient(#FEFEFE 0%, #F1F1F1 100%);
    background-image: linear-gradient(#FEFEFE 0%, #F1F1F1 100%);
    -webkit-box-shadow: 0px 1px 0px 0px #E6E6E6;
    -moz-box-shadow: 0px 1px 0px 0px #E6E6E6;
    box-shadow: 0px 1px 0px 0px #E6E6E6;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.form-quote-home .label-custom:first-child {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.form-quote-home .label-custom:last-child {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}
.form-quote-home .label-custom span {
    padding-left: 26px;
}
.form-quote-home .label-custom.active span {
    color: #fff;
}
.form-quote-home .label-custom span:before {
    top: 13px;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: inset 0px 2px 1px 0px rgba(165,165,165,0.50);
    -moz-box-shadow: inset 0px 2px 1px 0px rgba(165,165,165,0.50);
    box-shadow: inset 0px 2px 1px 0px rgba(165,165,165,0.50);
}
.form-quote-home .label-custom.active {
    background: #FF9900;
}
.form-quote-home .label-custom input:checked+span:before {
    background-color: #444;
    border-color: #444;
}
.block-quality {
    padding: 25px 25px 25px 208px;
    background-color: #444;
}
.block-quality h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
}
.block-quality p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 12px;
}
.block-quality h3,
.block-quality h3 a {
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    color: #fff;
}
.block-quality h3 a:hover {
    color: #FFE700;
}
.block-quality h3 {
    margin-left: 15px;
    top: 5px;
}
.block-quality img {
    height: 111px;
    width: 173px;
    top: 27px;
    left: 15px;
}
.figure-experienced .caption {
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    color: #FFE700;
    padding: 15px 0 16px;
    background-color: #00665C;
    border-left: 14px solid #FFE700;
    letter-spacing: -1px;
}
.title-quality {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
}
.title-quality::before {
    content: "";
    position: absolute;
    background: url(/images/ico-arrow-title.png) no-repeat;
    height: 78px;
    width: 65px;
    top: 12px;
    left: -66px;
}
.title-process {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
.step-home li {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-size: 18px;
    line-height: 35px;
    padding-left: 54px;
    margin-bottom: 15px;
}
.step-home li:last-child {
    margin-bottom: 0;
}
.step-home .number {
    font-weight: 700;
    font-size: 26px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #00665C;
    text-align: center;
    color: #fff;
    font-style: normal;
    left: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.block-call .block-title {
    padding: 25px;
    background-color: #00665C;
}
.block-call .block-title h2 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 5px;
}
.block-call .block-title h2,
.block-call .block-title p,
.block-call .block-content h3 {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-weight: 700;
    color: #fff;
}
.block-call .block-title p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
}
.block-call .date {
    top: -2px;
    left: -2px;
    height: 80px;
    width: 80px;
    background: url(/images/bg-date.png) no-repeat;
}
.block-call .date span {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    color: #00665C;
    top: 13px;
    left: -10px;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    transform: rotate(-48deg);
}
.block-call .block-phone {
    padding: 20px;
    background-color: #FF9900;
}
.block-call .phone {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.block-call .ico-phone-white {
    top: 6px;
    margin-right: 16px;
}
.block-call .block-content {
    padding: 20px 25px 25px;
    background-color: #444;
}
.block-call .block-content h3 {
    font-size: 23px;
    line-height: 29px;
    color: #F4DD00;
}
.list-checks li {
    padding-left: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 10px;
}
.list-checks li:last-child {
    margin-bottom: 0;
}
.list-checks i {
    font-size: 20px;
    color: #F4DD00;
    top: -2px;
    left: 0;
}
.content-bottom {
    padding: 15px 0px 5px;
    background-color: #444;
}
.content-bottom i {
    margin-right: 15px;
    bottom: -7px;
}
.content-bottom h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    margin-right: 30px;
}

/* ==========================================================================
    CONTENT
    ========================================================================== */
#content {
    min-height: 400px;
    background-color: #fff;
    border-left: 5px solid #444;
    padding: 0 30px 0;
}
#content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    padding: 39px 35px 45px;
    background-color: #444;
    margin-right: -30px;
    margin-left: -30px;
}
.title-question {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 18px;
}
.form-step .form-group { margin-bottom: 10px; }
.block-bottom {
    font-size: 12px;
    line-height: 17px;
    color: #666;
    padding: 48px 35px;
    background: #F2F2F2;
    -webkit-box-shadow: inset 0px -1px 0px 0px #E0E0DE;
    -moz-box-shadow: inset 0px -1px 0px 0px #E0E0DE;
    box-shadow: inset 0px -1px 0px 0px #E0E0DE;
    margin-right: -30px;
    margin-left: -35px;
}
.wrapper-content-step {
    padding-top: 35px;
    padding-bottom: 51px;
}
.form-step .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
    padding: 10px 15px;
    font-size: 14px;
    height: 40px;
    line-height: 16px;
    color: #999;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.form-step .form-control:hover,
.form-step .form-control:focus {
    border-color: #128E87;
}
.form-step textarea.form-control {
    resize: none;
    height: 100px;
    max-width: 508px;
}
.block-title-step {
    background: #444 url(/images/bg-title-step.jpg) right center no-repeat;
    -webkit-background-size: 50% 100%;
    background-size: 50% 100%;
    margin-right: -30px;
    margin-left: -30px;
    min-height: 170px;
    padding: 50px 0 25px 20px;
}
.block-title-step h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 14px;
    color: #fff;
    -webkit-text-shadow: 0px 2px 0px #000000;
    -moz-text-shadow: 0px 2px 0px #000000;
    text-shadow: 0px 2px 0px #000000;
}
.block-title-step .count-found {
    font-family: 'Source Sans Pro', arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #00665C;
    padding: 10px 14px;
    background-color: #FFE700;
    top: -8px;
    margin-left: 6px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}
.block-title-step p {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.form-step label {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    margin-bottom: 5px;
}
.form-step .message {
    font-size: 12px;
    line-height: 14px;
    color: #666;
}
.form-step .text-information {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.form-step .form-control.error {
    border-color: red;
}
.form-step label.error {
    color: red;
    font-weight: 400;
    font-size: 12px;
}
.form-step .zipcode {
    max-width: 160px;
}
.text-give-us {
    max-width: 342px;
}
.wrapper-content-step-last {
    padding: 35px 0 38px;
}
.sidebar {
    padding: 33px 35px;
    background-color: #F9F9F9;
    height: 100%;
    top: 0;
    right: -30px;
    position: absolute;
}
.sidebar h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 22px;
}
.sidebar p {
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.content-default h1 {
    margin-bottom: 20px;
}

/* ==========================================================================
    FOOTER
    ========================================================================== */
#footer {
    padding: 26px 0;
    background-color: #128E87;
}
#footer.footer-step {
    padding: 40px 35px;
}
#footer,
#footer a {
    color: #fff;
}
#footer .sitemap a:hover {
    color: #FFE700;
}
.social-media a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.social-media a img {
    width: 100%;
}
.social-media a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.social-media li {
    margin-right: 10px;
}
.social-media li:last-child {
    margin-right: 0;
}
.social-media i {
    font-size: 15px;
    color: #fff;
}
.social-media .facebook {
    background-color: #3B5998;
}
.social-media .twitter {
    background-color: #1DA1F2;
}
.social-media .google-plus {
    background-color: #DD4B39;
}
#footer .text-copyright {
    font-size: 17px;
    line-height: 20px;
}

/***************
    SIDEBAR
***************/
.sidebar-informations {
  border-bottom: 1px solid #015C53;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-informations h3 {
  font-size: 18px;
  line-height: 22px;
  color: #015C53;
  margin-bottom: 10px;
}
.sidebar-informations ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.sidebar-informations ul li {
  margin: 5px 0px;
}
.sidebar-informations ul li a {
  font-size: 14px;
  color: #eac13a;
}
.sidebar-informations p {
  font-size: 14px;
  color: #eac13a;
}
.sidebar-informations .map {
  width: 100%;
  float: left;
}
.sidebar-informations #mapLeaflet {
    width: 100%;
    height: 200px;
    display: inline-block;
}
#mapLeaflet .leaflet-container .leaflet-control-attribution {
    display: none !important;
}
.sidebar-informations .table td {
  word-break: break-all;
  word-wrap: break-word;
}
.sidebar-informations .table tr td:first-child {
    width: 40%;
}
.coverage-info-text h2 {
  font-size: 22px;
  line-height: 30px;
  color: #00703c;
  margin-top: 20px;
  margin-bottom: 5px;
}

.coverage-info-text .block-quality h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 0px;
}

.coverage-info-text .block-quality .btn-red, .content-default .block-quality .btn-red {
    padding: 12px;
    font-size: 16px;
}

/***************
    REVIEWS
***************/
.reviews {
  width: 100%;
  text-align: center;
}
.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 2px;
}
.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 {
  width: 100%;
}

/***************
    LANDING
***************/
.coverage-ip h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

.fancybox-opened { top: 0 !important; }
.fancybox-close { display: none !important; }
