﻿@charset "utf-8";

@import url("font-awesome.css");
/* Font Awesome Icon */

/* =============================================================== */
/*  FOOTER
/* =============================================================== */

.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}

.footerCustom {
    background: #f2f2f2;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}

    .footerCustom p {
        margin: 0;
    }

    .footerCustom img {
        max-width: 100%;
    }

    .footerCustom h3 {
        border-bottom: 1px solid #DDDDDD;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        padding: 40px 0 15px;
        text-transform: uppercase;
        color: #3a3a3a;
    }

    .footerCustom ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
        color: #888888;
    }

        .footerCustom ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footerCustom a {
        color: #888888
    }

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

    .supportLi h4 a {
        color: #454545;
    }

.newsLatterBox input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsLatterBox .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.newsLatterBox {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }

    .social li a {
        color: #EDEFF1;
    }

    .social li:hover {
        border: 2px solid #454545;
        background: #454545;
    }

    .social li a i {
        font-size: 16px;
        margin: 0 0 0 8px;
        color: #EDEFF1 !important;
    }

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

    .footer-bottom p.pull-left {
        padding-top: 6px;
    }

.paymentMethodImg img {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

        .footer-bottom p.pull-left {
            float: none !important;
            margin-left: auto;
            margin-right: auto;
        }

    .paymentMethodImg {
        width: 100%;
        float: none !important;
        text-align: center;
    }

        .paymentMethodImg img {
            display: inline-block;
            float: none !important;
            max-height: 24px;
        }
}