/* My CSS Start*/
@font-face {
    font-family:"Open Sans";
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Josefin Stab;
    src: url('../fonts/josefin-slab/JosefinSlab-Regular.ttf');
}

@font-face {
    font-family: 'Helvetica Test';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Helvetica/HelveticaLTStd-Roman.otf');
}

body {
    font-family:"Open Sans",sans-serif;
    font-size: 10.5pt;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #777;
}



h1, h2, h3, h4, h5 {
    color: #319ccd;
    font-weight: 300;
}

.navbar {
    height: 120px;
    background-color: #fff;
    border-bottom: 0;
    border-radius: 0;
    margin-bottom: 0;
	
}

.navbar > div {
    height: 100%;
}

.container-fluid > .navbar-collapse{
    margin-right: -15px;
    margin-left: -15px;
}

.navbar .logo {
	max-width: 200px;
    max-height: 100%;
}
.navbar-brand {
    padding:5px;
    height: 100%;
}

.navbar-nav {
    float: right;
    margin-left: 80px;
    font-size: 18px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    padding-top: 45px;
    padding-bottom: 45px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #2A9BCE;
}


#top-menu {
    font-size: 16px;
    background-color: #222;
    color: #ddd;
    padding-right: 15px;
}

.top-menu {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
}

.top-menu i {
    font-size: 14pt;
}

.top-menu a {
    color: #ddd;
}

.top-menu a:hover {
    color: white;
}

.top-menu ul{
    margin-bottom: 0px;
    padding-left: 15px;
}

.top-menu img {
    display: inline-block;
}

.top-menu li{
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

#headerbalken {
    padding: 0px 0 0px 0;
	height: 53px;
	width: 100%;
    background-color: #47bcda;
	background: linear-gradient(to right, #47bcda , #2081c2);

	
}

.footercontact{
    padding: 30px 0;
    background-color: #ededed;
	font-family: 'Open Sans',sans-serif;
	text-align: center;
	margin-bottom: 30px;

}


footer {
    padding: 0px 0 30px 0;
    background-color: #333;
	font-family: 'Open Sans',sans-serif;
	color: #D8D8D8;
    border-bottom: 6px solid #2ea1d1;
	
}

footer a{
	color: #D8D8D8;
	text-decoration: underline;
}

footer a:hover{
	color: #2ea1d1;
	text-decoration: underline;
}



.page-content {
    background-color: transparent;
    margin-bottom: 25px;
}

#main-slider {
	margin-top: -15px;
}

/* My CSS End*/

/* Bootstrap CSS Start*/


.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    transform: none;
    -webkit-transform: none;
}

/* Bootstrap CSS End*/

/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.carousel-control {
    z-index: 22;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}
.carousel-inner {
}

.carousel-caption {
    top: 40%;
    right: 0%;
    left: 0%;
}

.carousel-caption h1 {
    max-width: 70%;
    font-size: 80px;
    display: inline-block;
    padding: 8px 20px;
    text-shadow: none;
    border-radius: 5px;
    color: #333;
    background-color: rgba(255, 255, 255, 1);
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    height: 100%;
    background-position-x: center;
    background-position-y: -150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.fill-video {
    min-width: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4y2NgoBJwoJAedcGoC0ZdMOAuAABF0hABJ/8lyQAAAABJRU5ErkJggg==);
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.gMaps {
    height: 500px;
    width: 100%;
}

.margin-bottom {
    margin-bottom: 40px;
}

.margin-top {
    margin-top: 15px;
}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
/*
 * End Bootstrap - Full Slider (http://startbootstrap.com/)
*/
.navbar-header {
    float: none;
    text-align: center;
}

.navbar-inner {
    text-align:center;
}

.gallery-image{
    transition: transform .2s; /* Animation */
}

.gallery-image:hover{
    transform: scale(1.05);
}

.news-overlay {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.news-overlay p {
    position: relative;
    top: 40%;
    opacity: 0;
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: All 500ms;
}

.news-overlay:hover p {
    height: 100%;
    transition: All 500ms;
    opacity: 100;
    background-color: transparent;
}

.news-overlay {
    transition: All 500ms;
    background-color: transparent;
}

.news-overlay:hover  {
    text-decoration: none;
    background-color: rgba(0,0,0,0.4);
}

.news-image {
    height: 150px;
    overflow: hidden;
}

.news-image div{
    position: relative;
    height: 100%;
}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#container {
    min-height:100%;
    position:relative;
}
.body {
    padding:10px;
    padding-bottom:0px;   /* Height of the footer */
}
#footer {
    position:relative;
    bottom:0;
    width:100%;
    height:auto;   /* Height of the footer */
}