/*@import "css/vendor.min.css";
@import "css/styles.min.css";
@import "js/modernizr.min.js";*/

iframe.navbar-default {
  height: 100%;
}

@media (min-width: 768px) {
  iframe.navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
    height: 100%;
  }
  iframe.navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
    height: 100%;
  }
}
iframe.navbar-static-side {
  height: 100%;
}
iframe.navbar-static-top {
  height: 60px;
}

iframe.footer {
  width: 100%;
  height: 60px;
}

.navbar {
  background-color: #1e73be;
}

.navbar__list.right,
a.navbar__brand {
  display: none;
}

/*
#globalNavWrapper {
  display: none !important;
}
*/

.wrapper {
  padding: 0px !important;
}

.coverimage {
  width: 100%;
  max-width: 100%;
  padding: 0px !important;
}

.covercontent {
  position: relative;
  left: 25px;
  top: -150px;
  z-index: 1000;
}

.covertitle {
  font-weight: bolder;
  font-size: xx-large;
  padding: 0px !important;
}

.coveraction {
  position: relative;
  left: 50%;
  top: -275px;
  z-index: 2000;
}

@media screen and (max-width: 600px) {
  .covertitle {
    font-weight: bolder;
    font-size: x-large;
  }

  .covercontent {
    position: relative;
    left: 25px;
    top: -120px;
    z-index: 1000;
  }

  .coveraction {
    position: relative;
    left: 0%;
    top: 0px;
  }
}

.coverinfo {
  font-size: large;
  padding: 0px !important;
}

.tk-groupbox__header {
  display: none !important;
}
