#lowerinfo{
    width: 86%;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 40px;
    background-color: #49535e;
    height: auto;
    padding-bottom: 40px;
}

#lowerleft{
    display: inline-block;
    width: 50%;
	float: left;
}

#lowerleft p{
    color: #FFFFFF;
    margin: 0;
	font-weight: normal;
    font-family: 'Quicksand', sans-serif !important;
}

#lowerleft a{
    color: #FFFFFF;
    margin: 0;
	text-decoration: underline;
}

#lowerleft a:hover{
    text-decoration: none;
}

#lowerright{
    display: inline-block;
    width: 50%;
	font-weight: normal;
    font-family: 'Quicksand', sans-serif !important;
}

#lowerright h4{
    color: #FFFFFF;
    margin: 0;
	text-align: right;
	font-size: 125%;
    font-family: Montserrat-Bold;
	font-weight: normal;
}

#lowerright p{
    color: #FFFFFF;
    margin: 0;
	text-align: right;
}

/** LOGO MOPI **/

#logolove{
    width: 100%;
    text-align: center;
    position: relative;
    background: #262a2f;
    height: 60px;
}

#logolove img{
    width: 200px;
    height: auto;
    transition: all 0.3s;
}

#logolove img:hover{
    width: 210px;
}