.bg-primary-2 {
    background: #00dba5 none repeat scroll 0 0;
	
}

.booking {
    background: rgba(0, 0, 0, 0) url("../minabilder/book_bg.jpg") no-repeat scroll center center / cover ;
    padding: 70px 0;
}

.about-bg {
    background: rgba(0, 0, 0, 0) url("../minabilder/about-bg.jpg") no-repeat scroll center center / cover ;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.header {
    background: #f1f8f9 none repeat scroll 0 0;
    margin-bottom: 47px;
    padding: 30px 0 40px;
}

.header-logo {
    font-size: 32px;
    height: 45px;
}
.header-logo img {
    height: 40px;
    margin-right: 7px;
    position: relative;
    top: 1px;
    width: 40px;
}

.top-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e4edee;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 111;
}

.top-menu-logo img {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: 1px;
    width: 25px;
}

.top-menu-logo {
    display: none;
    float: left;
    font-size: 24px;
    height: 45px;
    margin-right: 20px;
    position: relative;
    top: 8px;
}

.service {
    color: #fff;
    display: table-cell;
    float: none;
    height: 100%;
    padding: 20px;
    position: relative;
    text-align: center;
    top: 0;
    transition: top 300ms ease 0s;
}

.service-icon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.service:hover {
	top: 0;
}

.address-right {
    color: #acb8bc;
    float: left;
    font-size: 13px;
    line-height: 25px;
    margin-left: 5px;
    width: 100%;
}

.opening-left {
    color: #acb8bc;
    float: left;
    font-size: 13px;
    line-height: 25px;
    margin-left: 5px;
    width: 30%;
}

.blog-2.blog {
    padding: 30px 0 0;
}

.bookform.bookform-1 .bookform-left {
    height: 600px;
}
.bookform.bookform-1 .bookform-right {
    height: 600px;
}

.top-menu {
	top: 118px;
}

 
 /* Carosel */
 
 /*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 0vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slider {
	height: calc(100vw/2.3);
	/*height:750px;*/
	overflow: hidden;
    /*height: 100vh;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top:30%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    
    /*text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
	
	font-size: 56px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    text-transform: uppercase;
	color:#095c83;
   
    padding: 0;
}

.hero h2 {
	text-transform: uppercase;
	color:#095c83;
	font-weight: 500;
    line-height: 1.5;
	text-shadow: 1px 1px 0 rgba(255,255,255,.75);
}

.hero p {
	color:#095c83;
	font-weight: 500;
    line-height: 1.1;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-menu .navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 14px;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 0 rgba(255,255,255,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    /*opacity: .7;*/
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

@media (max-width: 1919px) {
	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
	  height: 100vh;
	  background-size: 100% auto;
	  background-position: center top;
	  background-repeat: no-repeat;
	}
	/*.slider {
		height:527px;
	}*/
	.hero {
		top: 30%;
	}
	.hero h1 {
		font-size: 5em;
	}
}
@media (max-width: 1439px) {
	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
	  height: 100vh;
	  background-size: 100% auto;
	  background-position: center top;
	  background-repeat: no-repeat;
	}
	/*.slider {
		height:375px;
	}*/
	.hero {
		top: 25%;
	}
	.hero h1 {
		font-size: 4.5em;
	}
}
@media (max-width: 1023px) {
	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
	  height: 100vh;
	  background-size: 100% auto;
	  background-position: center top;
	  background-repeat: no-repeat;
	}
	/*.slider {
		height: 330px;
	}*/
	.hero {
		top: 15%;
		width: 80%;
	}
	.hero h1 {
		font-size: 4em;
	}
	.top-menu {
		top: 166px;
	}
	.top-menu .nav {
		display: none;
	}
	.header-logo img {
		width: 30px !important;
		height: 30px;
	}
}
@media (max-width: 767px) {
	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
	  height: 100vh;
	  background-size: auto 100%;
	  background-position: center top;
	  background-repeat: no-repeat;
	}
	/*.slider {
		height: 270px;
	}*/
	.hero {
		top: 130px;
		width: 95%;
	}

	.hero h1 {
		font-size: 2em;
	}
	.top-menu {
		top: 211px;
	}
	.header-logo {
		font-size: 32px !important;
		display: block !important;
		text-align: center !important;
	}

}

@media (max-width: 480px) {
	/*.slider {
		height: 200px;
	}*/
	.hero {
		top: 130px;
		width: 95%;
	}
}

@media (max-width: 415px) {
	/*.slider {
		height: 240px;
	}*/
	.hero {
		top: 130px;
		width: 95%;
	}
}
@media (max-width: 479px) {
	.fade-carousel .slides .slide-1, 
	.fade-carousel .slides .slide-2,
	.fade-carousel .slides .slide-3 {
	  height: 100vh;
	  background-size: auto 100%;
	  background-position: center top;
	  background-repeat: no-repeat;
	}
	/*.slider {
		height: 138px;
	}*/
	.hero {
		top: 90px;
		width: 95%;
	}
	.hero h1 {
		font-size: 1.4em;
	}
	.hero h2 {
		font-size: 1em;
	}
	.top-menu {
		top: 210px;
	}
	.header-logo {
		font-size: 22px !important;
		display: block !important;
		text-align: center !important;
	}
}

.header-logo {
	margin: 0 !important;
}

/*Mobilanpassning*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}

@media screen and (min-width: 770px){
	.header-logo img {
	height: 26px;
	width: 26px;
	}	
	.header-logo {
		font-size: 26px;
	}
}


@media screen and (max-width: 640px){

	.header-logo img {
		height: 26px;
		width: 26px;
	}	
	.header-logo {
		font-size: 26px;
	}	
}


 @media (max-width: 360px) {

	.header-logo {
		font-size: 22px;
	}
	.header-logo img {
		height: 26px;
		width: 26px;
	}	
	/*.slider {
		height: 156px;
	}*/
	.hero {
		top: 90px;
		width: 95%;
	}	
	.top-menu-logo {
		width: 100%;
		text-align: center;
	}
	.mobile-bar {
		width: 100%;
	}
	.mobile-bar .show-menu{
		float: none;
		margin: 5px auto;
	}
 }
	

@media (max-width: 321px) {
	.header-logo {
		font-size: 20px;
	}
	/*.slider {
		height: 140px;
	}*/
	.hero {
		top: 90px;
		width: 95%;
	}	
	.top-menu {

	}
 }	