/* FOOTER HEAD */

.footer-head {
    background: url(../images/footer-head.jpg);
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 54px;
}

/* FOOTER */

.footer {
    height: 152px;
    background-image: url(../images/header-bg-gradient.png),url(../images/header-bg.jpg);
    background-position: top;
    background-repeat: repeat-x, repeat;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,0.14);
    border-bottom: 2px solid #000;
}

.footer-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* FOOTER LOGO */

.footer-logo {
    float: left;
    margin-top: 25px;
}

.footer-logo img {
    width: 185px;
    height: 31px;
    margin-bottom: 30px;
}

.footer-logo p {
    font-weight: 300;
    font-size: 0.875em;
    color: #fff;
    margin-bottom: 8px;
}

.footer-logo p .fa {
    margin-right: 15px;
    color: #00b5ff;
}


/* FOOTER LOGIN */

.footer-login {
    float: left;
    margin-top: 45px;
    margin-left: 70px;
}

.footer-login a {
    font-weight: 300;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer-login a:hover {
    border: 1px solid rgba(255,255,255,0.3);
}

.footer-login a .fa {
    margin-right: 15px;
    margin-left: 5px;
    color: #00b5ff;
}

/* FOOTER SERVICES */

.footer-services {
    float: left;
    margin-left: 40px;
    margin-top: 15px;
}

.footer-services li {
    padding: 7px 0;
    list-style-type: none;
}

.footer-services li a {
    font-weight: 300;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
}

.footer-services li a:hover {
    text-decoration: underline;
}

.footer-services li .fa {
    margin-right: 10px;
    color: #00b5ff;
}


/* FOOTER LIVECHAT */

.footer-livechat {
    float: right;
    margin-top: 35px;
    text-align: center;
}

.footer-livechat p:first-child {
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-bottom: 10px;
}

.livechat-box {
    width: 184px;
    height: 33px;
}

.footer-livechat p:nth-child(3) {
    font-weight: 300;
    font-size: 0.750em;
    color: #898989;
    margin-top: 7px;
}

/* FOOTER COPYRIGHT */

.footer-copyright {
    background: #121212;
    box-sizing: border-box;
    border-top: 1px solid #202020;
    height: 42px;
}

.footer-copyright-content {
    width: 1200px;
    margin: 0 auto;
    padding: 13px 0 0 0;
}

.footer-copyright p:first-child {
    font-weight: 300;
    font-size: 0.875em;
    color: #7c7c7c;
    float: left;
}

.footer-copyright p:nth-child(2) {
    font-weight: 300;
    font-size: 0.875em;
    color: #7c7c7c;
    float: right;
}

.footer-copyright a {
    text-decoration: none;
    color: #7c7c7c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer-copyright a:hover {
    color: #00b5ff;
}