
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden
}

.img-centered {
    margin: 0 auto
}

.no-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

header.promo {
    text-align: center;
    background: #f1f1f1;
    background-image: url('../../../images/skyline-1920-10.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    color: #000
}

header .container {
    padding-top: 95px;
    padding-bottom: 25px
}

header .intro-text .name {
    display: block;
    color: #262262;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 2em
}

header .intro-text .leading {
    font-size: 1.2em;
    font-weight: 500
}

header .intro-text .supporting {
    font-size: 1em
}

.section-topper {
    padding: 24px 0
}

.section-topper h2,
.op-form h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    font-size: 36px;
    color: #262262;
    line-height: 1.4em
}

.section-topper p {
    color: #000;
    line-height: 1.8em;
    font-weight: 600
}

.section-topper h3 {
    color: #72b8da;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 800
}

.box-outer {
    height: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.flex-height {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px
}

.flex-height [class*="col-"] {
    display: inline-flex
}

.flex-height .box-outer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 200px;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.box-col {
    margin-bottom: 12px
}

@media(min-width:768px) {
    .box-col {
        margin-bottom: 0
    }
}

.box-header {
    text-align: center;
    margin: 0 18px;
    padding: 28px 24px
}

h2.box-title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #262262;
    line-height: 1.4em
}

.box-content {
    border-top: 1px solid #ececec;
    margin: 0 18px;
    padding: 24px;
    font-family: 'Roboto', sans-serif
}

.box-content p {
    font-size: 16px
}

.box-img {
    margin-top: auto;
    margin-bottom: 10px;
    width: 100%
}

.box-cta {
    background-color: #e3e3e3;
    border: 3px solid #777;
    color: #333;
    background: #e3e3e3 url('../../../images/noisy-texture.png') repeat;
    padding: 12px;
    margin-bottom: 12px
}

@media(min-width:768px) {
    .box-cta {
        margin-bottom: 0
    }
}

.numscroller {
    font-size: 64px;
    text-align: center
}

.text-xs {
    font-size: 10px
}

.testimonial {
    background-color: #262262;
    color: #fff;
    padding: 32px 0
}

.testimonial blockquote {
    border-left: 0
}

.testimonial .blockquote-footer {
    color: #ccc
}

section.guarantee {
    background-color: #fff;
    padding: 32px 0;
    border-top: 1px solid #ececec
}

section.guarantee h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 44px;
    color: #262262;
    line-height: 1.4em
}

section.calltoaction {
    background-color: #72b8da;
    padding: 10px 0 30px
}

section.calltoactionend {
    background-color: #72b8da;
    padding: 48px 0 68px
}

section.calltoaction h2,
section.calltoactionend h2 {
    color: #fff;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 2.4em;
    line-height: 1.4em
}

.op-form {
    margin-top: 24px
}

@media(min-width:768px) {
    header .container {
        padding-top: 110px;
        padding-bottom: 40px
    }
    header .intro-text .name {
        font-size: 64px
    }
    header .intro-text .leading {
        font-size: 26px
    }
    header .intro-text .supporting {
        font-size: 22px
    }
    .box-cta-content {
        padding-top: 24px;
        text-align: center
    }
    .box-cta-content>p {
        margin-bottom: 24px
    }
    .op-form h2 {
        margin-bottom: 18px
    }
    .op-form li {
        margin-bottom: 8px
    }
}

@media(max-width:767px) {
    section {
        padding: 48px 0
    }
    #eww-homepage section {
        padding: 0
    }
    section.language-carousel {
        padding: 0
    }
}

footer {
    color: white
}

footer h3 {
    margin-bottom: 30px
}

footer .footer-above {
    padding: 12px 0 24px;
    background-color: #2c3e50
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140
}

.footer-below a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.footer-below a:hover,
.footer-below a:focus,
.footer-below a:active {
    color: #74b74a
}

#skipnav a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 2000
}

#skipnav a:focus {
    position: absolute;
    left: 0;
    top: 0;
    background: #74b74a;
    outline: 0;
    transition: top .1s ease-in, background .5s linear
}

div#maincontent {
    outline: 0
}

.bubble {
    position: relative;
    display: inline-block;
    width: 90%;
    min-height: 50px;
    text-align: center;
    padding: 10px;
    background: #fff;
    border: #74b74a solid 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 8px
}

.bubble p {
    font-size: 14px
}

.bubble:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 60%;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1
}

.bubble:before {
    content: "";
    position: absolute;
    bottom: -13.5px;
    left: calc(60% - 1px);
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: #74b74a transparent;
    display: block;
    width: 0;
    z-index: 0
}

.language {
    margin-bottom: 36px
}

.btn-hg {
    padding: 16px 34px;
    font-size: 36px;
    line-height: 1.3333333;
    border-radius: 50px;
    margin-top: 24px
}

.btn-eww-bl {
    color: #fff;
    background-color: #262262;
    border: 3px solid #262262;
    transition: all .3s ease-in-out
}

.btn-eww-bl:hover,
.btn-eww-bl:focus,
.btn-eww-bl:active,
.btn-eww-bl.active {
    color: #74b74a;
    background: white;
    border: 3px solid #74b74a
}

.btn-eww-gr {
    color: #fff;
    background-color: #74b74a;
    border: 3px solid #74b74a;
    transition: all .3s ease-in-out
}

.btn-eww-gr:hover,
.btn-eww-gr:focus,
.btn-eww-gr:active,
.btn-eww-gr.active {
    color: #262262;
    background: white;
    border: 3px solid #262262
}

.btn-eww-or {
    color: #fff;
    background-color: #f0ad4e;
    border: 3px solid #f0ad4e;
    border-radius: 35px;
    font-size: 28px !important;
    transition: all .3s ease-in-out
}

.btn-eww-or:hover,
.btn-eww-or:focus,
.btn-eww-or:active,
.btn-eww-or.active {
    color: #eea236;
    background: white;
    border: 3px solid #f0ad4e
}

.text-eww-blue {
    color: #262262
}

.text-eww-green {
    color: #74b74a
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px
}

.owl-carousel {
    padding: 0
}

.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all .3s ease-in-out;
    margin-top: 15px
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #74b74a;
    background: white;
    border: solid 2px white
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px
}

.language-carousel h2 {
    font-size: 1.2em;
    margin-bottom: .8em
}

.responsive-sm {
    display: inline-block;
    max-width: 50%
}

.responsive-md {
    display: inline-block;
    max-width: 35%
}

@media(min-width:767px) {
    .responsive-sm,
    .responsive-md {
        display: block;
        max-width: 100%
    }
    .language-carousel h2 {
        font-size: 42px;
        margin-bottom: 12px
    }
    .owl-carousel {
        padding: 0
    }
    .owl-carousel .owl-item img {
        width: 120px !important;
        height: 175px;
        margin: 0 auto
    }
}

.navbar-default .navbar-nav>li>a {
    color: #222
}

.navbar-eww-top .navbar-nav>li>a:hover {
    color: #000
}

nav.navbar {
    padding: 0 15px
}

.navbar-eww-top {
    background-color: #eee
}

nav .navbar-brand img {
    height: 40px;
    margin: 5px 0;
    transition: all .3s ease-in-out
}

nav .navbar-toggle {
    margin: 13px 15px 13px 0
}

#site-nav li {
    font-weight: 600
}

.navbar-eww-top {
    border-color: #e7e7e7;
    border-width: 0 0 1px;
    margin-bottom: 0;
    border-radius: 0
}

@media(min-width:768px) {
    #site-nav>li:first-child {
        padding-left: 60px;
        font-size: 18px
    }
    .navbar-eww-top .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 11px;
        border-bottom: 4px solid #eee
    }
    .navbar-eww-top .navbar-nav>li>a:hover {
        border-bottom: 4px solid #72b8da
    }
    .contact-link {
        text-transform: uppercase;
        font-weight: 600
    }
    a[href^="tel:"]:before {
        content: "\260e";
        margin-right: .5em
    }
    .navbar-eww-top .navbar-nav>li>a[href^="tel:"]:hover {
        border-bottom: 4px solid #eee
    }
}

.lang-drop .flag-icon {
    max-height: 16px;
    margin-right: 6px
}

#listing-page-content {
    margin-top: 50px
}

.references {
    margin-top: 12px
}

.featurette-image {
    margin-top: 0
}

#products-carousel {
    margin-bottom: 2em
}

.slide {
    background-color: #fff;
    border: 1px solid #ccc
}

.slide-title,
.slide-description {
    line-height: 1.4em !important
}

.slide-body {
    width: 100%;
    margin: 0 0 2em;
    overflow: hidden;
    padding: 0 .8em
}

.slide-footer {
    padding: 0 1em .5em .5em
}

.slide-body p {
    margin: 0
}

.slidehero {
    width: 100% !important;
    height: 100% !important;
    padding-top: .75em
}

.fademe {
    position: relative;
    height: 8.4em
}

.fademe:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.4em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%)
}

.slide-footer a.logo,
.slide-description {
    display: none
}

.slide-title {
    text-align: center;
    font-weight: bold
}

.slide-title a {
    color: #666
}

@media(min-width:767px) {
    #products-carousel.owl-carousel .owl-item img {
        width: 100% !important;
        height: 100% !important
    }
    .viewlink {
        float: right
    }
    .slide-footer a.logo {
        text-decoration: none;
        display: inline-block
    }
    .slide-title {
        margin-bottom: 0
    }
    .slide-description {
        display: block
    }
    .slide-footer img {
        max-width: 50px;
        max-height: 50px
    }
    .slidehero {
        padding-top: 1em
    }
}

#companies-carousel {
    margin-bottom: 2em
}

.itemBlock {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 0 .5em
}

.nameCompany {
    font-size: 14px;
    text-align: center;
    color: #666;
    display: block;
    width: 100%;
    margin: 0;
    padding: .5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width:767px) {
    #companies-carousel.owl-carousel .owl-item img {
        width: 100px !important;
        height: 100px !important;
        margin: 0 auto
    }
}

#homeSearchForm ::placeholder {
    color: #666;
    opacity: 1
}

#homeSearchForm :-ms-input-placeholder {
    color: #666
}

#homeSearchForm ::-ms-input-placeholder {
    color: #666
}

#eww-homepage section#search {
    background-color: #f5f5f5
}

#home-page-search .form-group {
    margin: 1em 0 0
}

.pre-footer-strap {
    background-color: #a0c0df;
    color: #fff;
    padding: .5em 0 1em;
    text-align: center
}

.pre-footer-strap a {
    color: #fff;
    text-decoration: underline
}