body > footer {    
    margin: 0 auto;    
    max-width: 62.875rem;    
    min-width: 12.5rem;
    position: relative;
}

/* Float footer element (right and left sides) */

body > footer > ul {
    border-top: 0.07rem solid #EEEEEE;    
    line-height: 0;
    list-style: none;
    margin:0 0.938rem 0;
    padding: 0;
    text-align: justify;    
}

body > footer > ul:after {
    content: '';
    display: inline-block;
    height: 0px;
    overflow: hidden;    
    width: 100%;
    visibility: hidden;    
}

body > footer > ul > li {    
    display: inline-block;    
    /* Return for descendant, except last */
    line-height: normal;    
    text-align: left;    
}

/* Static links*/

body > footer li.copyright {
    color: #AAA;
    font-size: 0.75rem;
    padding-top: 0.313rem;
}

body > footer li.links > section {
    display: inline-block;
    padding-top: 0.313rem;
}

body > footer .staticLinks {
    color: #005784;
}

body > footer .staticLinks > a {
    font-weight: bold;
    padding: 0 0.375rem;
    text-decoration:none;
}

body > footer .staticLinks > a:first-child {
    padding-left: 0;
}

body > footer .staticLinks > a:last-child {
    padding-right: 0;
}

/* Connect with us images */

body > footer section.connectImg {
    margin-right: 0.375rem;
}

body > footer section.connectImg > a {
    background-image: url(/images/sprites/sprite.png);
    display: inline-block;
    height: 16px;    
    width: 17px;
    vertical-align: bottom;
}

body > footer .youtube {
    background-position: -248px -37px;    
}
body > footer .twitter {
    background-position: -230px -37px;
}
body > footer .rss {
    background-position: 0 -17px;
}
body > footer .linkedin {
    background-position: -240px 0;
}
body > footer .gPlus {
    background-position: -222px 0;
}
body > footer .facebook {
    background-position: -205px 0;
}

/* Feedback */

.feedbackArea {
    box-sizing: border-box;
    padding: 5px 1rem;
    width: 100%;
}

#feedbackText {
    box-sizing: border-box;
    height: 100px;
    padding: 10px;
    width: 100%;
}

.feedbackLength, .feedbackOk, .feedbackError {
    margin-left: 1rem;
}

.feedbackOk {
    color: #007516;
}

.feedbackError {
    color: #9f0000;
}

.sendingWait {
    position: absolute;
}

.sendingWait span {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
}

.sendingWait img {    
    margin-left: 10px;
    position: relative;
    top: 6px;
    width: 24px;
}

/* For popUp block with margin */

@media (max-width: 32.438em) { 
    
    body > footer > ul {
        margin: 0 0.313rem;
    }
    
    body > footer section.staticLinks > a {
        padding: 0;
    }
}