.theme-palette-normal {
  color: #000;
  background: #fff; }

.theme-palette-header {
  color: #fff;
  background: #00f; }
  .theme-palette-header .active {
    color: #fff;
    background: #f00; }
  .theme-palette-header .activeable:active,
  .theme-palette-header .activeable:hover,
  .theme-palette-header .activeable a:active,
  .theme-palette-header .activeable a:hover,
  .theme-palette-header .active a:active,
  .theme-palette-header .active a:hover {
    color: #fff;
    background: #f00; }

.hero-image {
  background: url(/Application/Frontend/Media/Images/Background.jpg) no-repeat center center;
  background-size: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*padding-top: 65vh;
  
  @include screen-xs
  {
      padding-top: 0;
  }*/ }
  .hero-image .container-fluid {
    position: absolute;
    bottom: 0%;
    width: 100%; }
    @media (min-width: 960px) {
      .hero-image .container-fluid {
        bottom: 5%; } }
    .hero-image .container-fluid .btn {
      -webkit-transition: all 0.25s ease-out 0.25s;
      -moz-transition: all 0.25s ease-out 0.25s;
      -o-transition: all 0.25s ease-out 0.25s;
      transition: all 0.25s ease-out 0.25s;
      color: white;
      margin-bottom: 20px;
      width: 100%;
      font-size: 150%;
      font-family: 'Playfair Display';
      border-top-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (min-width: 960px) {
        .hero-image .container-fluid .btn:hover {
          border-width: 1px;
          margin-top: -20px; } }
  .hero-image .logo {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 150px; }
    
    
    /** CUSTOM **/
    
.hero-image .logo {
    position: absolute;
    left: 6%;
    top: 10%;
    width: 700px;
}
    
    .hero-image .logo img {
      width: 150px;
      position: relative;
      left: -50%; }
      
      
      .hero-image .logo img {

    width: 140px;
    position: relative;
    left: -5%;

}
      
      
      
    @media (min-width: 960px) {
      .hero-image .logo {
        left: 20%; } }
    @media screen and (max-height: 350px) {
      .hero-image .logo {
        top: 5%; } }
    .hero-image .logo .desc {
      position: relative;
      top: 10px;
      left: -90%;
      width: 270px;
      font-size: 130%;
      font-family: 'Playfair Display';
      color: white; }
      @media (min-width: 960px) {
        .hero-image .logo .desc {
          left: 0;
          width: 700px; } }
      @media screen and (max-height: 350px) {
        .hero-image .logo .desc {
          font-size: 100%;
          width: 290px; } }
      @media screen and (min-height: 351px) {
        .hero-image .logo .desc {
          font-size: 130%; } }
          


.logo-text{
    font-size: 71px;
    color: white;
    margin-left: -26px;
}

@media screen and (max-width: 730px) {
.logo-text {
    font-size: 8.8vw;
    margin-left: -29px;
} 
    
.hero-image .logo img{
    width: 100px;
    left: -3%;
}
}

@media screen and (max-width: 767px) {
  #CatalogTable .old-number {
    display: none; } }
@media screen and (max-width: 479px) {
  #CatalogTable .new-number {
    display: none; } }
#CatalogTable tr:hover {
  cursor: pointer; }

#Widget-Catalog .list-group-item {
  cursor: pointer;
  padding: 5px 10px; }

#SubEntityContainer tr td {
  white-space: nowrap; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/Application/Frontend/Fonts/glyphicons-halflings-regular.eot");
  src: url("/Application/Frontend/Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Application/Frontend/Fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Application/Frontend/Fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Application/Frontend/Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
body {
  padding-top: 70px; }

.navbar .logo {
  height: 50px; }
.navbar .icon-bar {
  background: #000; }
.navbar .btn .glyphicon {
  color: #fff; }

@media (max-width: 980px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.widget a:first-child .list-group-item:hover {
  margin-top: 0px; }
.widget a:last-child .list-group-item:hover {
  margin-bottom: 0px; }
.widget a {
  margin: 0px;
  border: groove 0px red; }
.widget .list-group-item {
  -webkit-transition: all 0.25s ease 0.25s;
  -moz-transition: all 0.25s ease 0.25s;
  -o-transition: all 0.25s ease 0.25s;
  transition: all 0.25s ease 0.25s;
  margin: 0px;
  border: groove 0px red; }
.widget .list-group-item:hover {
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  background-color: #044687;
  /*background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
  background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769));
  background-image: linear-gradient(#04519b, #044687 60%, #033769);*/
  -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }

.btn {
  -webkit-transition: all 0.25s ease 0.25s;
  -moz-transition: all 0.25s ease 0.25s;
  -o-transition: all 0.25s ease 0.25s;
  transition: all 0.25s ease 0.25s;
  color: #2fa4e7; }
  .btn:hover, .btn:active {
    background-color: #044687;
    color: white;
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
  .btn .glyphicon {
    color: #2fa4e7; }

.popover {
  position: fixed; }

body {
  font-family: 'Roboto Slab', sans-serif; }

#Footer {
  background: #f5f5f5;
  margin-top: 20px; }

/*# sourceMappingURL=custom.css.map */
