/**/
/* -- Variabler ------------------------------------------------------------------------------------------*/
html,
body {
    background-size: cover;
    background-position: top center;
    background-color: #063949;
    margin: 0px;
    height: 100%;
    width: 100%;
    color:white!important;
   
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Media/Images/pictu.png') center no-repeat#063949;
}

a {
    color:#063949;
}
    h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.7em;
	font-weight: 200;
	color:#fff;

}
.opa, .opa1 {
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
} .opa {
    opacity: 0;
}

.social{
    margin-left:10px;
    margin-right:10px;
}
.call {
    margin-right:10px;
    margin-top:10px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.lillaStreg {
    width: 230px;
    height: 8px;
    background-color:#063949;
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu-item {
    margin-top: 15px;
    margin-right:15px;
}

    .menu-item a {
        font-family: Raleway;
        font-size: 1em;
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 5px;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .menu-item a:hover {
            border-bottom: solid 6px#063949;
        }

        .menu-item a.active {
            border-bottom: solid 6px#063949;
        }
    

.mobileMenu a {
    font-family: Raleway;
    font-size: 1.4em;
    color:white;
}

#mobileClosedBurger {
    display: none;
}

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 40%;
        right: 0;
        border-top: 4px solid;
        border-color:#063949;
       
    }

#mobileMenuContainer {
    background-color: #fff;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 60px;
    opacity: 1;
    margin-left: -1000px;
    height: 100%;
    padding: 30px;
}

.socialContainer {
    position: absolute;
    z-index: 222;
    right: 20px;
    bottom: 20px
}
.menuContainer {
    height: 70px;
    position: fixed;
    width: 100%;
    background-color: #063949;
    z-index: 3;
}
.content {
    height: 100vh !important;
    overflow-y: auto;
}
   
    
    .carousel.carousel-fade .carousel-item {
        display: block;
        opacity: 0;
        transition: opacity ease-out 3s;
    }

    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }

.carousel-inner .carousel-item {
    transition: -webkit-transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
}
.embed-responsive{height:100%;}


.imgThumb {
margin-right:11px;
float:left;
}






@media screen and (max-height: 622px) {
    .sliderTxt {
        display:none;
    }
}
@media (max-width: 768px) {
    .carousel-control-next-icon {
        background-image: none;
    }
	.carousel-control-prev-icon {
        background-image: none;
    }
    .topspace {
        margin-top: 25%;
        color:white;
    }
    .sliderItem, .content {
        background: none !important;
    }
}

    @media only screen and (min-width: 1921px) {
        .topspace {
            margin-top: 40%;
            color: white;
        }
    }
    @media only screen and (min-width: 1600px) and (max-width: 1920px) {
        .topspace {
            margin-top: 30%;
            color: white;
        }
    }
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .topspace {
        margin-top: 25%;
        color: white;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .topspace {
        margin-top: 22%;
        color: white;
    }
}

    
    .carousel-item {
        margin-top: 22px;
    }
