

#fh5co-footer {
    background: #323a45;
    color: #878c93;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    padding: 1em 0;
}
#fh5co-footer .fh5co-footer-content {
    position: relative;
    z-index: 9;
}
#fh5co-footer p {
    display: block;
}
#fh5co-footer .fh5co-copyright small {
    font-size: 12px;
}
#fh5co-footer .fh5co-lead {
    font-size: 13px;
    font-family: Montserrat, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 20px;
}
#fh5co-footer a {
    color: #9a9fa5;
}
#fh5co-footer .fh5co-footer-logo {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#fh5co-footer .fh5co-footer-logo a {
    font-family: Montserrat, arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ccc;
    border: 2px solid #9a9fa5;
    float: left;
    text-transform: uppercase;
    padding: 7px 10px 7px 12px;
}
#fh5co-footer .fh5co-footer-logo a:hover,
#fh5co-footer .fh5co-footer-logo a:active,
#fh5co-footer .fh5co-footer-logo a:focus {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}
#fh5co-footer ul li {
    list-style: none;
    line-height: 16px;
    margin: 0 0 14px;
    padding: 0;
}
.fh5co-list-check {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
}
.fh5co-list-check li {
    padding-left: 25px!important;
    position: relative;
    display: block;
    margin-bottom: 10px!important;
    line-height: 20px;
}
.fh5co-list-check li:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e042";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #ccc;
}
.fh5co-spacer {
    clear: both;
    position: relative;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}
.fh5co-spacer-xlg {
    height: 150px;
}
.fh5co-spacer-lg {
    height: 100px;
}
.fh5co-spacer-md {
    height: 80px;
}
.fh5co-spacer-sm {
    height: 50px;
}
.fh5co-spacer-xs {
    height: 30px;
}
.fh5co-spacer-xxs {
    height: 20px;
}
.fh5co-colored {
    color: #4fd2c2;
}
.fh5co-social-icons > a {
    margin-right: 10px;
    color: #4fd2c2;
}
.fh5co-social-icons > a:hover,
.fh5co-social-icons > a:focus,
.fh5co-social-icons > a:active {
    text-decoration: none;
}
.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
    float: right;
    position: relative;
    top: 12px;
    right: 0;
    margin-right: -20px;
    z-index: 21;
    display: block;
    height: 44px;
    width: 44px;
    border-bottom: none!important;
    padding: 6px 0 0;
}
.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none!important;
}
.fh5co-nav-toggle i {
    position: relative;
    zoom: 1;
    display: inline;
    width: 25px;
    height: 3px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#fh5co-footer a:active,
#fh5co-footer a:focus,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus 
{
    margin-left: -17px;
    color: #FFFFFF;
}
.padding50,
.fh5co-row-padded {
    padding: 50px 0;
}
