.arrow-down {
margin-top: 55px;
width: 0; 
height: 0; 
border-left: 40px solid transparent;
border-right: 40px solid transparent;
}

.content-wrap{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}



#container {
width: 100%;
text-align: center;
}

#footerMenu {
background: #FFF;
width: 100%;
opacity: 0;
position: fixed;
z-index: 300;
bottom: 0;
overflow: none;
left: 0;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    0px -4px 38px rgba(50, 50, 50, 0.50);
box-shadow:         0px -1px 20px rgba(50, 50, 50, 0.50);
}

#footerMenu.show {
opacity: 1;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}

#footerMenu ul.navigation li {
display: block;
font-size: 1px;
}

#footerMenu ul.navigation li img{
margin-left: auto;
margin-right: auto;
}


#footerMenu ul.navigation li a:hover {
background-color: #99AABD;
color: white;
}




@media (max-width: 568px) {.arrow-down {
margin-top: 40px;
width: 0; 
height: 0; 
border-left: 40px solid transparent;
border-right: 40px solid transparent;

}

#container {
width: 100%;
text-align: center;
}

#footerMenu {
background: #FFF;
width: 100%;
height: 0px;
position: fixed;
z-index: 300;
bottom: 0;
overflow: none;
left: 0;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
-moz-box-shadow:    0px -4px 38px rgba(50, 50, 50, 0.50);
box-shadow:         0px -1px 20px rgba(50, 50, 50, 0.50);
}

#footerMenu.show {
height: auto;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}

#footerMenu ul.navigation li {
display: block;
font-size: 1px;
}

#footerMenu ul.navigation li img{
margin-left: auto;
margin-right: auto;
}


#footerMenu ul.navigation li a:hover {
background-color: #99AABD;
color: white;
}}

