#wrapper-footer {
    background: #036371;
    border-top: 5px solid #6ABF4B;
    color: #C5DDE0;
}

#wrapper-footer .subscribe {
    padding: 35px 0 15px
}

#wrapper-footer .subscribe p {
    color: #C5DDE0;
    font-size: 18px;
    font-weight: 300
}

#wrapper-footer .btn-green:hover {
    background-color: #83C966 !important;
}

.footer-b-top:before {
    display: block;
    position: relative;
    bottom: 25px;
    border-top: 1px solid #C5DDE0;
    content: '';
    margin: 0px;
}

.footer-b-top {
    padding-top: 30px;
    margin-top: 10px;
}

#wrapper-footer .footer-logo {
    padding: 15px 0 15px
}

#wrapper-footer .footer-logo p {
    color: #C5DDE0;
    font-size: 14px;
    font-weight: 400
}

#wrapper-footer .btn-green {
    padding: 14px 24px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

#menu-footer-menu {
    list-style: none
}

#menu-footer-menu li a {
    font-size: 15px;
    cursor: default;
}

#menu-footer-menu li ul.sub-menu li {
    list-style: none;
    padding: 1px 0;
    width: 100%
}

#menu-footer-menu li ul.sub-menu {
    padding: 0
}

#menu-footer-menu li ul.sub-menu li a {
    font-size: 14px;
    font-weight: 200
}

#menu-footer-menu li ul.sub-menu li a:hover {
    cursor: pointer;
    color: #ffffff;
}

#menu-footer-menu a {
    color: #C5DDE0;
    font-size: 18px;
    font-weight: 400
}

#menu-footer-menu a:hover {
    text-decoration: none;
}

#menu-footer-menu .with-hover a:hover {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

#menu-footer-menu .topTitleStyle {
    margin-top: 20px;
}

#menu-footer-menu .topTitleStyle a {
    font-weight: 500;
    font-size: 18px;
}

#menu-footer-menu .topTitleStyleUp a {
    font-weight: 500 !important;
    font-size: 18px !important;
}

#menu-footer-menu .topTitle a:hover {
    text-decoration: none
}

.social-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.social-menu ul:after {
    content: '';
    display: table;
    clear: both
}

.social-menu ul li {
    margin: 0;
    padding: 0;
    width: 41px;
    height: 41px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    float: left
}

.social-menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    text-indent: -999999px;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #C5DDE0;
}

.social-menu ul li.twitter a {
    -webkit-mask: url(../img/footer-twitter-x.svg) no-repeat center;
    mask: url(../img/footer-twitter-x.svg) no-repeat center;
}

.social-menu ul li.gplus a {
    -webkit-mask: url(../img/google-plus.svg) no-repeat center;
    mask: url(../img/google-plus.svg) no-repeat center;
}

.social-menu ul li.linkedin a {
    -webkit-mask: url(../img/linkedin.svg) no-repeat center;
    mask: url(../img/linkedin.svg) no-repeat center;
}

.social-menu ul li.rss a {
    -webkit-mask: url(../img/rss.svg) no-repeat center;
    mask: url(../img/rss.svg) no-repeat center;
}

.social-menu ul li.fb a {
    -webkit-mask: url(../img/facebook.svg) no-repeat center;
    mask: url(../img/facebook.svg) no-repeat center;
}

.social-menu ul li.youtube a {
    -webkit-mask: url(../img/youtube.svg) no-repeat center;
    mask: url(../img/youtube.svg) no-repeat center;
}

.social-menu ul li.instagram a {
    -webkit-mask: url(../img/instagram.svg) no-repeat center;
    mask: url(../img/instagram.svg) no-repeat center;
}

.social-menu ul li.pinterest a {
    -webkit-mask: url(../img/pinterest.svg) no-repeat center;
    mask: url(../img/pinterest.svg) no-repeat center;
}


@media (min-width:300px) and (max-width:579px) {
    #menu-footer-menu li {
        padding: 5px 15px;
    }

}

@media (min-width:300px) and (max-width:579px) {
    #wrapper-footer {
        background-position: 5% 100%
    }
}


@media (max-width:767px) {
    .footerClean img {
        float: none !important;
        margin: 0 auto !important
    }

    .footerClean p {
        text-align: center !important
    }

    .social-menu ul {
        float: left;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-35 {
        width: 35% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-5 {
        width: 5% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-55 {
        width: 55% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-45 {
        width: 45% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-5 {
        width: 5% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-95 {
        width: 95% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-55 {
        width: 55% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-45 {
        width: 45% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-35 {
        width: 35% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-15 {
        width: 15% !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-5 {
        width: 5% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-95 {
        width: 95% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-85 {
        width: 85% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-65 {
        width: 65% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-55 {
        width: 55% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-45 {
        width: 45% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-35 {
        width: 35% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-15 {
        width: 15% !important;
    }
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-5 {
        width: 5% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

/* Extra extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .w-xxl-100 {
        width: 100% !important;
    }
    .w-xxl-95 {
        width: 95% !important;
    }
    .w-xxl-90 {
        width: 90% !important;
    }
    .w-xxl-85 {
        width: 85% !important;
    }
    .w-xxl-80 {
        width: 80% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-70 {
        width: 70% !important;
    }
    .w-xxl-65 {
        width: 65% !important;
    }
    .w-xxl-60 {
        width: 60% !important;
    }
    .w-xxl-55 {
        width: 55% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-45 {
        width: 45% !important;
    }
    .w-xxl-40 {
        width: 40% !important;
    }
    .w-xxl-35 {
        width: 35% !important;
    }
    .w-xxl-30 {
        width: 30% !important;
    }
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-20 {
        width: 20% !important;
    }
    .w-xxl-15 {
        width: 15% !important;
    }
    .w-xxl-10 {
        width: 10% !important;
    }
    .w-xxl-5 {
        width: 5% !important;
    }

    .h-xxl-100 {
        height: 100% !important;
    }

    .h-xxl-75 {
        height: 75% !important;
    }

    .h-xxl-50 {
        height: 50% !important;
    }

    .h-xxl-25 {
        height: 25% !important;
    }
}

/* Extra extra large devices (large desktops, 1400px and up)*/
@media (min-width: 2000px) {
    .w-3xl-100 {
        width: 100% !important;
    }
    .w-3xl-95 {
        width: 95% !important;
    }
    .w-3xl-90 {
        width: 90% !important;
    }
    .w-3xl-85 {
        width: 85% !important;
    }
    .w-3xl-80 {
        width: 80% !important;
    }
    .w-3xl-75 {
        width: 75% !important;
    }
    .w-3xl-70 {
        width: 70% !important;
    }
    .w-3xl-65 {
        width: 65% !important;
    }
    .w-3xl-60 {
        width: 60% !important;
    }
    .w-3xl-55 {
        width: 55% !important;
    }
    .w-3xl-50 {
        width: 50% !important;
    }
    .w-3xl-45 {
        width: 45% !important;
    }
    .w-3xl-40 {
        width: 40% !important;
    }
    .w-3xl-35 {
        width: 35% !important;
    }
    .w-3xl-30 {
        width: 30% !important;
    }
    .w-3xl-25 {
        width: 25% !important;
    }
    .w-3xl-20 {
        width: 20% !important;
    }
    .w-3xl-15 {
        width: 15% !important;
    }
    .w-3xl-10 {
        width: 10% !important;
    }
    .w-3xl-5 {
        width: 5% !important;
    }

    .h-xxl-100 {
        height: 100% !important;
    }

    .h-xxl-75 {
        height: 75% !important;
    }

    .h-xxl-50 {
        height: 50% !important;
    }

    .h-xxl-25 {
        height: 25% !important;
    }
}