body > footer {    
    margin: 0 auto;    
    width: 100%;
    max-width: 62.875rem;    
    min-width: 12.5rem;
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

/* 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: 0rem;
    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: #016B94;
}

body > footer .staticLinks > a {
    font-weight: bold;
    padding: 0 0.375rem;
    text-decoration: none;
    color: #016B94;
}

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: 1rem;    
    width: 1.0625rem;
    vertical-align: bottom;
}

body > footer section.connectImg > a.github {
    background-image: url(/images/social/github.jpg);
    background-size: 1.0625rem 1rem;
}
body > footer .youtube {
    background-position: -15.5rem -2.3125rem;    
}
body > footer .twitter {
    background-position: -14.375rem -2.3125rem;
}
body > footer .rss {
    background-position: 0 -1.0625rem;
}
body > footer .linkedin {
    background-position: -15rem 0;
}
body > footer .gPlus {
    background-position: -13.875rem 0;
}
body > footer .facebook {
    background-position: -12.8125rem 0;
}

/* Feedback */

.feedbackArea {
    box-sizing: border-box;
    padding: 0.3125rem 1rem;
    width: 100%;
}

#feedbackText {
    box-sizing: border-box;
    height: 6.25rem;
    padding: 0.625rem;
    width: 100%;
}

.feedbackLength, .feedbackOk, .feedbackError {
    margin-left: 1rem;
}

.feedbackOk {
    color: #007516;
}

.feedbackError {
    color: #9f0000;
}

.sendingWait {
    position: absolute;
}

.sendingWait span {
    color: #000;
    font-size: 0.875rem;
    margin-left: 0.625rem;
}

.sendingWait img {    
    margin-left: 0.625rem;
    position: relative;
    top: 0.375rem;
    width: 1.5rem;
}

/* For popUp block with margin */

@media (max-width: 32.438em) { 
    
    body > footer > ul {
        margin: 0 0.313rem;
    }
}

@media (max-width: 43.125em) {
    body > footer{
        border-top: 0.0625rem #3E98C5 solid;
        margin: 1.875rem 0;
    }
    
    body > footer section{
        margin-top: 0.4375rem;
    }
    
    body > footer section.staticLinks > a {
        padding: 0;
        color: #016b94;
        font-weight: normal;
    }
    
    body > footer > ul > li,
    body > footer section.connectImg,
    body > footer section.staticLinks{
        display: block !important;
        text-align: center;
        color: #016b94;
    }
    body > footer section.connectImg > a{
        background-size: 1.9375rem 1.9375rem;
        background-position: top;
        width: 1.9375rem;
        height: 1.9375rem;
        margin: 0.1875rem;
    }
    
    body > footer section.connectImg > a.github{
        background-image: url(/images/content/icons/icon_github.png); 
        background-size: 1.9375rem 1.9375rem;
        background-position: top;
        width: 1.9375rem;
        height: 1.9375rem;
    }
    
    body > footer section.connectImg > a.youtube{
        background-image: url(/images/content/icons/icon_youtube.png); 
    }
    
    body > footer section.connectImg > a.twitter{
        background-image: url(/images/content/icons/icon_twitter.png); 
    }
    
    body > footer section.connectImg > a.rss{
        background-image: url(/images/content/icons/icon_rss.png); 
    }
    
    body > footer section.connectImg > a.linkedin{
        background-image: url(/images/content/icons/icon_linkedin.png); 
    }
}
