/* footer always at the bottom */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 350px;
  font-size: 90%; }

/* menus and off-canvas */
#rky_menu_wide {
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 2px solid #0B6AA5; }

.language-select {
  position: absolute;
  right: 20px;
  top: 5px; }

#rky_menu_wide .top-bar {
  padding: 20px 0;
  background-color: inherit; }

#rky_menu_wide .top-bar ul {
  background-color: inherit;
  margin-left: 20px;
  margin-top: 7px;
  padding-left: 20px;
  border-left: 2px solid #fff;
  font-weight: 900; }

#rky_menu_wide .top-bar ul a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 1000px) {
  #rky_menu_wide li a {
    padding: 10px; } }

@media only screen and (max-width: 900px) {
  #rky_menu_wide .top-bar ul {
    display: block;
    border-left: 0;
    margin-left: 0px;
    padding-left: 0px; } }

.rky-menu-small .title-bar-title a {
  color: #eee; }

.off-canvas {
  background-color: #666; }

.off-canvas label {
  border-top: 1px solid #999;
  border-bottom: 1px solid #444;
  background-color: #666;
  color: #eee;
  font-size: 80%;
  padding-left: 15px; }

.off-canvas .menu {
  background-color: #555; }

.off-canvas .menu .item a {
  border-top: 1px solid #666;
  border-bottom: 1px solid #444;
  color: #fff; }

.off-canvas .close-button {
  font-size: 150%;
  top: 1px;
  right: 5px;
  padding: 0 !important;
  margin: 0;
  color: #ccc; }

/* page top bar */
.page-top-bar {
  background-color: #0B6AA5;
  color: #efefef;
  padding: 10px 0 10px 0;
  font-size: 110%; }

.page-top-bar .fa {
  font-size: 70%;
  color: #e6e3d1; }

.page-top-bar a {
  color: #fff; }

.page-top-bar input {
  float: right;
  margin: 0;
  margin-top: -8px !important; }

.page-top-bar .menu a {
  display: inline-block;
  padding: 3px 5px 0px 5px;
  margin-right: 20px;
  font-weight: bold; }

.page-top-bar .menu .active > a {
  background: none;
  border-bottom: 2px solid #fff; }

/* footer */
footer {
  position: absolute;
  margin-top: 30px;
  padding: 50px 0;
  background-color: #efefef;
  color: #333;
  right: 0;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 1px #fff; }

footer .rky-menu {
  margin-top: -20px;
  margin-left: 0px; }

footer .rky-menu li a {
  padding: 0 !important;
  color: #333; }

footer .rky-menu li.active a {
  background: none !important;
  color: #333 !important; }
