/** ------------ FOOTER --------------- **/

/*----------------------------------------------------------------------
FULL ONLY
------------------------------------------------------------------------*/

footer {
border-bottom: 20px solid /*<logo2>*/;
}

.hamburger_overlay .button {
background-color: /*<menuText>*/;
color: #ffffff;
}

/*----------------------------------------------------------------------
MENU
------------------------------------------------------------------------*/

/*<mobile-only>*/

footer #bottombar {
background-color: /*<logo2>*/;
}

/*</mobile-only>*/

/*<mobile>*/

#footertop-logo {
width:230px;
height:93px;
margin-left: auto; margin-right: auto;
background: transparent url("images/logos//_site-logo.svg") no-repeat scroll center top ;
}

#footercnt-wrap, #hamburger-style-menu {
background-color: /*<logo4>*/;
}

.fullmenu h1 {
color: #DBE0E6;
font-family: "robotomedium",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.3em;
margin-bottom: 1em;
}

.fullmenu h1.menutitle {
color: #DBE0E6;
font-family: "robotomedium",sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.3em;
letter-spacing: .04em;
margin-bottom: 1em;
}

.fullmenu h2 {
color: #DBE0E6;
font-family: 'robotomedium', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1em;
letter-spacing: .04em;
word-spacing: .2em;
margin-bottom: 20px;
}

.fullmenu .divider {
margin-left: auto; margin-right: auto;
width: 80%;
border-bottom: 2px dotted #DBE0E6;
padding-top: 20px;
padding-bottom: 15px;
text-align: center;
}

.fullmenu li {
margin: 5px 4px 12px 4px;
display: inline-block;
text-align: center;
}

.fullmenu li a {
color: /*<menuText>*/;
font-family: "robotomedium",sans-serif;
font-style: normal;
font-weight: normal;
display: inline-block;
padding: 12px 10px !important;
background-color: /*<colorN_L>*/;
text-decoration: none;
border-radius: 5px;
text-align: center;
letter-spacing: .04em;
}

.fullmenu li a.current {
color: /*<menuTextHover>*/;
background-color: /*<menuHover>*/;
}

.fullmenu li a:hover {
color: /*<menuTextHover>*/;
background-color: /*<menuHover>*/;
}

.copyright {
color: #cccccc;
margin-top: 20px;
font-family: "robotoregular",sans-serif;
font-size: 14px;
text-align: center;
}

/*</mobile>*/

