
.footer2 ul li .secure-icons a {
    display: block;
    width: 50%;
    padding: 0 5px 20px;
    float: left;
    text-align: center;
}

.secure-icons {
    margin: 82px 0 0;
}

.footer2 ul.social {
    text-align: left;
}

.footer2 .social li {
    display: inline-block;
    float: none;
    margin: 0 2px;
}
.footer2 ul {
    clear: both;
}
.footer2 ul li .secure-icons a:last-of-type {
    padding: 0px 5px 20px;
}

/* =============================================================== */
/*  footer2
/* =============================================================== */

.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}

.footer2 {
    background: #f2f2f2;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}

.footer2 p {
    margin: 0;
}

.footer2 img {
    max-width: 100%;
}

.footer2 h3 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.footer2 ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    color: #888888;
}

.footer2 ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer2 a {
    color: #888888 !important;;
    text-decoration: none !important;
}

.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;
}

.footer2-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer2-bottom p.pull-left {
    padding-top: 6px;
}

.paymentMethodImg img {
    margin-left: 5px;
    max-width: 48px  !important;
    max-height: 30px  !important;
}

.footer_input{
  width: 150px  !important;
  margin-left: 0px;
  height: 34px !important;
  line-height: 24px;
  font-size: 16px !important;
  padding-left: 10px;
  margin-top: 5px;
}

.footer_submit_btn {
    height: 34px !important;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #999;
    font-size: 18px;
    line-height: 23px;
    border-radius: 2px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    background: transparent;
    margin-top: -2px;
    padding: 3px 12px;
}

@media (max-width: 767px) {
    .footer2-bottom {
        text-align: center;
    }

    .footer2-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;
    }
}