@charset "utf-8";
.footer_menu {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0px;
    position: relative;
    text-align: center;
    padding-top: 25px;
}
.footer_menu li {
    display: inline-block;
    margin-right: 10px;
}
.footer_menu li a {
    display: block;
    min-width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.menu {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0px;
    position: relative;
    text-align: center;
    z-index: 1000;
}
.menu li {
    display: inline-block;
    margin-right: 10px;
    z-index: 1000;
	
}
.menu li a {
    display: block;
    min-width: 125px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 40px;
    height: inherit;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
}
.menu li:hover {
}
body.index li.index a, body.about li.about a, body.faq li.faq a, body.services li.services a, body.careers li.careers a, body.contact li.contact a {
    z-index: 1000;
    color: #fff;
    height: 35px;
    border-bottom: thick solid #6fc9c4;
    animation: flipInY;
    animation-duration: 1.5s;
}
.show-menu {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    display: none;
    z-index: 100;
    cursor: pointer;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox]:checked ~ .menu {
    display: block;
}
