@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
    padding-top: 60px;

    color: #fff;
	 background: #222 url(../img/sbb.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
a {
    color: orange;
}
a:hover {
    color: lightblue;
    text-decoration: none;
}
.modal {
	overflow: auto;
	color: #333;
}

#links a {
	display: inline-block;
	width: 264px;
	height: 264px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #000;
	border: 4px solid #DCDCDC;
	position: relative;

}

#links a span.name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 256px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 2px #222;
	font-size: 12px bold;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.7);
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#links a img {
	vertical-align: middle;
}

#links a:hover {
	border: 4px solid #0088B4;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-collapse.in .dropdown-submenu>.dropdown-menu {
	display: block;
	padding-left: 15px;
}

.navbar-inverse {
	background: #041725;
	border-bottom: 1px solid #010101;
}

.slick-slide img {
	width: 100%;
}

.panel-body {
    color: #111;
}