﻿/*.freeShippingBanner {
    margin-bottom: 7px;
}*/

/*reusable*/
.txtUpperc {
    text-transform: uppercase;
}
/*reusable*/
.brdbox, .brdbox * {
    box-sizing: border-box;
}/* move to themes package */


ul.hmpPreFoot {
    height: 61%;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

ul.hmpPreFoot > li {
    float: left;
    width: 33.3333333%;
    padding: 0 30px;
    border-right: 1px solid #aaa;
    height: 100%;
}

.btmPnl {
    background: #111;
}

    .btmPnl *:not(i) {
        font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
        font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    }

    .btmPnl, .btmPnl * {
        box-sizing: border-box;
        color: #eee !important;
    }

        .btmPnl a, .btmPnl #pageDisclaimer * {
            font-size: 10pt;
            line-height: 1.8em;
            font-weight: normal;
        }

        .btmPnl .strong {
            font-size: 10pt;
            line-height: 1.8em;
            font-weight: normal;
            text-transform: uppercase;
        }
.btmPnl #pageDisclaimer * {
    font-size: 8pt;
    text-transform: none;
}

.footerInnerWrapper {
    max-width: 900px;
    margin: 50px auto;
}

#btnSignUpFooterNew {
    background: none;
    float: right;
    border: none;
    width: auto;
    height: auto;
    margin-top: auto;
}

#txtFeedBack {
    height: 60px;
    width: 186px;
}

#signUpCol strong, #signUpCol #btnSignUpFooterNew {
    font-weight: bold;
}

#txtNavEmail {
    width: 100%;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

#txtFbEmail {
    width: 122px;
}

.footerBox, .footermenu {
        width:100%;
    }

.ftHelpLinks {
    width: 16.6666666666667%;
}

.centerlinks {
    width: 65%;
    float: right;
}

.ftGiveFeedback {
    width: 251px;
    border-right: 1px solid #e7e7e7;
    height: 164px;
    padding-left: 27px;
    padding-right: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ftGetHelp {
    width: 225px;
    padding-left: 27px;
}

#pageDisclaimer {
    max-width: 990px;
    min-height: 80px;
}

#txtNavEmail:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}

#txtNavEmail::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

#txtNavEmail::-moz-placeholder {
    color: #999;
    font-weight: normal;
}

/* Firefox 19+ */
#txtNavEmail::-moz-placeholder {
    color: #999;
    font-weight: normal;
}

/* On Focus Firefox 18- */
#txtNavEmail:focus:-ms-input-placeholder {
    color: #444;
}

#txtNavEmail:focus::-webkit-input-placeholder {
    color: #444;
}

#txtNavEmail:focus::-moz-placeholder {
    color: #444;
}

/* Firefox 19+ */
#txtNavEmail:focus:-moz-placeholder {
    color: #444;
}

/*reusable*/
/*Loader*/
.loader {
  margin: 8px auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(255, 255, 255, 0.2);
  border-right: 0.8em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.8em solid rgba(255, 255, 255, 0.2);
  border-left: 0.8em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadSpn 1s infinite linear;
  animation: loadSpn 1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes loadSpn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadSpn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media all and (max-width: 599px) {

    ul.hmpPreFoot {
    height: 90%;
    float:none;
}

#socPane a,  div#socPane a:focus,  div#socPane a:link,  div#socPane a:visited,  div#socPane a:active {
    text-decoration: none;
}

ul.hmpPreFoot > li {
    float: none;
    width: 100%;
    padding: 0 10px;
    border-right: none;
    height: auto;
}

    .btmPnl * {
        float: none;
    }

    .footerInnerWrapper {
        margin: 0 auto;
    }

    .ftHelpLinks, .centerlinks, .footermenu {
        width: 100%;
    }

    .ftGiveFeedback {
        width: auto;
        border-right: 0;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .ftGetHelp {
        width: 100%;
        padding-left: 0px;
    }

    #txtFeedBack {
        height: 80px;
        margin-top: 8px;
        padding-left: 5px;
        width: 209px;
    }

    .footEmailWrap {
        max-width: 200px;
        margin: auto;
        padding-right: 0;
    }

    #txtFbEmail {
        width: 142px;
    }

    #signUpCol {
        text-align: center;
    }

        #signUpCol strong {
            font-size: 12pt;
        }

    .centerlinks {
        float: none;
    }

    #pageDisclaimer {
        height: auto;
        margin: 22px auto 0;
        padding: 8px;
        border:none;
    }

    .footermenu > ul {
        border-top:none;
    }

    .footermenu li.dis, .footermenu li.hasno-submenu > a:after {
        display: block;
    }
    .footermenu, .footermenu > ul ul {
        background-color: transparent;
        max-height: none;
    }

    .footermenu li a {
        background-color: transparent;
        padding: 0;
        border-bottom: none;
    }

        .footermenu li, .footermenu > ul > li {
            text-align: center;
        }

   #signUpCol strong#lEmailMsg {
        float: left;
        font-size: 12px;
        font-weight:normal !important;
    }

    .mobServLinks a {
        font-size: 12pt;
    }

    #socPane {
        margin-top: 8px;
    }

    #socPane li {
    float: left;
    margin: 0 10px;
}
    .fntlSoc {
        font-size: 1.6em;
    }

    #socPane .footerBox {
        width: 166px;
        margin: auto;
    }

}

@media all and (max-width: 317px) {
    #footSocPanel a {
        margin-right: 8px !important;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    #footSocPanel {
        width: 200px;
    }

    #atghouzz {
        margin-left: 26px;
    }
}
