div#languageContainer {
    display: inline;
    position: relative;
}

ul#languageSelection {
    width: 140px;
    text-align: left;
    list-style-type: none;
    padding: 0;
    position: absolute;
    top: -80px;
    right: -80px;
    background-color: white;
    border: 2px solid #3C8AC5;
}

ul#languageSelection a{
   color: #3C8AC5;
}

ul#languageSelection li:hover{
	background-color: #3C8AC5;
	color: white;
}

ul#languageSelection li:hover a{
	color: white;
}

span#languageSelector {
    cursor: pointer;
}

.contact a {
    color: white;
}

.contact .fa {
    color: #F1A93D;
    font-size: 17px;
    vertical-align: bottom;
    margin-right: 5px;
    width: 25px;
}

.fundo {
    width: 100%;
    height: 50px;
    position: relative;
}

.bar_fundo {
    position: relative;
    bottom: -20px;
    text-align: center;
    width: 100%;
    color: white;
}

.bar_fundo span {
    margin-left: 15px;
}

#languageSelection a:hover, #languageSelection a:focus {
    text-decoration: none;
}

.bar_fundo a{
    color: white;
}

ul#languageSelection li {
    padding: 3px;
}


footer{
    height: auto;
    position: relative;
    top: 100px;
    display: inline-block;
    width: 100%;
}

.footer-contacts{
  background: rgba(24, 34, 68, 0.95);
  padding: 25px;
}

.footer-contacts > div {
    display: inline-block;
    color: white;
}

.univ-label {
    font-size: 12px;
    width: 150px;
    margin-top: 0;
    margin-left: 75px;
    margin-right: 45px;
}

.footer-contacts > img {
    position: relative;
    top: -11px;
}

.contact {
    margin-left: 10%;
    max-height: 100%;
    vertical-align: top;
    font-size: 12px;
}

.contact > label {
    font-weight: 100;
    display: block;
    padding-top: 5px;
}

.contact > label > img {
    padding-right: 10px;
}

.contact > span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.footer-contacts > img {
    position: relative;
    top: -11px;
    vertical-align: top;
    margin-top: 15px;
    height: 45px;
}

.footer-terms > div {
    display: inline-block;
}

.newton-logo > img {
    height: 35px;
}

.footer-terms {
    font-size: 12px;
    padding: 15px;
}

.links {
    text-decoration: none;
    text-transform: uppercase;
}

.links > a {
    color: white;
    text-decoration: none;
    padding: 0 45px;
}