/* colors
------------------------------------------------------------- */
/* white, background-color */
/* josfritz blue */
/* black, textcolor */
/* red, a:hover */
/* grey */
/* grey-blue */
/* grey-menu font color */
/* grey-menu background color */
/* grey-menu-top background color */
/* light blue headline border / a in layout blue */
/* error */
/* navbar-sm background-color */
/* mixins
------------------------------------------------------------- */
.no-border {
  border: none !important;
}
.no-border-radius {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.shadow {
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
}
img {
  border: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.vam {
  vertical-align: middle;
}
.emphasized {
  font-weight: bold;
}
object {
  outline: none;
}
/* CSS Document */
#main-wrapper {
  position: relative;
  top: -65px;
}
@media (min-width: 768px) and (max-width: 996px) {
  #main-wrapper {
    top: -58px;
  }
}
@media (max-width: 767px) {
  #main-wrapper {
    top: 0px;
  }
}
#header-top * {
  color: #ffffff;
  /*background-color: @color1;*/
}
#header-top {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #0282b1;
}
#header-top .row {
  background-color: #0282b1;
}
#logo {
  height: 0px;
  z-index: 100;
}
#headerpic1,
#headerpic2 {
  position: relative;
}
footer {
  margin-bottom: 30px;
}
