
.Up{
	display:none;
	position:fixed;
	z-index:100;
	bottom:20px;
	right:20px;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor:pointer;
	}
	

	
body {
	margin:0px;
	height:100%;
	}
body img, td img{
	max-width:100%;
	height: auto !important;
	}

    table thead tr td{
        font-weight: bold;
    }
	
.top select{
	#background:#0b75b4;
	border-radius:4px;
	#border:0;
	color:#000;
	padding:10px;
	font-size:11px;
	text-transform:uppercase;
	}	

	
.wrap{
	max-width:1300px;
	position:relative;
    margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	word-wrap: break-word;
}
.wrap img{
	max-width:100%;
	height: auto !important;
	}

.langbutton{

}

.langMob{
    display: none;
	margin-left:30px;
	cursor:pointer;
	position:absolute;
	top:57px;
	right:90px;
	z-index:1;
}

.lang{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.7);
    z-index:10;
    text-align:center;
    }
.lang .inside{
    position:absolute;
    text-align:center;
    margin-top:300px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding:40px 10px;
    width:90%;
    background:#fff;
    box-shadow:0px 0px 7px #999;
    }
.lang .inside .close{
    position:absolute;
    right:7px;
    top:7px;
    cursor:pointer;
    font-weight:bold;
    }

.sendingProgressBar{
	z-index: 100;
	display: none;
	position: fixed;
	width:100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.4);
}
.sendingProgressBar .inside{
	position: absolute;
	top: 40%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100px;
	height: 180px;
	background-image: url("/img/progress1.gif");
	background-position: center center;
	background-size: contain;
	color: #fff;
}
	
.button{
	position:relative;
	padding:8px 15px 8px 15px;
	border:2px #0a82c9 solid;
	border-radius:20px;
	display:inline-block;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	color:#0a82c9;
	clear:both;
	cursor:pointer;
	letter-spacing:1px;
	background:#0a82c9;
	color:#fff;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	
.button.boka{
	border:2px #00baff solid;
	background:#00baff;
	
	}
.button.boka:hover{
	background:#fff;
	color:#00baff;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	
.button:hover{
	background:#fff;
	color:#0a82c9;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	}
	
section.start .wrap .item .button{
	border:2px #0e76bc solid;
	background:#fff;
	color:#0e76bc;
	}
section.start .wrap .item .button:hover{
	background:#0e76bc;
	color:#fff;
	}
	
.button.islandoflight{
	background:#121c40;
	font-size:15px !important;
}



/* Grundläggande styling för swiper-container */
.swiper-container {
  width: 100%;
  position: relative; /* Gör så att pilar kan placeras i förhållande till containern */
  overflow: hidden;
}

/* Varje slide: flexbox för att kunna centrera bilden lodrätt */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Skär av ev överflöd */
}

/* Bildbehållare inuti slide, så vi kan använda contain utan att sträcka */
.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Själva <img>-taggen: visas i naturligt proportioner utan beskärning */
.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Pilar: placeras mitt på vardera sida */
.swiper-button-prev,
.swiper-button-next {
  color: #fff; /* Vit färg på pilen */
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px; /* Flytta upp så mitten av pilen hamnar 50% */
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

/* Justera pilarna till vänster resp höger */
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

/* Pagination-dots längst ned */
.swiper-pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 8px;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
}



header{
	position:relative;
	padding:30px 0 30px 0;
	padding:0;
	height:500px;
	background-image:url('/img/big2.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	box-shadow:inset 0 0 5px #000;
	}
	
header.sub{
	padding:0 0 0 0;
	height:0px;
	}
	
header .wrap .search{
	position:relative;
	background:rgba(255,255,255,0.4);
	margin: 250px 0 0 0;
	box-shadow:0 0 10px #000;
	overflow:hidden;
	}
	
header .wrap .search .item{
	float:left;
	padding:30px;
    width: calc(25% - 60px);
	}
	
header .wrap .search .item .title{
	height:35px;
	font-weight:bold;
	color:#fff;
	#text-shadow:1px 1px 0px #000;
	text-shadow:0 0 5px #000;
	text-transform:uppercase;
	}
	
header .wrap .search .item select{
	padding:30px;
	width:100%;
	white-space: nowrap;
	background:#fff;
	font-size:20px;
	-webkit-appearance:none;
	}
header .wrap .search .item input{
	padding:30px;
	width:100%;
	height:100%;
	background:#fff;
	font-size:20px;
	-webkit-appearance:none;
	}
	
.partners{
	display:inline-block;
	vertical-align:middle;
	padding:10px 0 0 20px;
	}
	
	
.searchPage{
	position:relative;
	background:rgba(255,255,255,0.4);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	box-shadow:0 0 10px #000;
	overflow:hidden;
	}
.searchPage.start{
	margin: 250px 0 0 0;
	}
.searchPage.withbg{
	background-image:url('/img/snorkla.jpg');
	}
	
.searchPage .item{
	float:left;
	padding:10px;
    width:calc(16.66% - 20px);
	}
	
.searchPage .item .title{
	height:35px;
	font-weight:bold;
	color:#fff;
	#text-shadow:1px 1px 0px #000;
	text-shadow:0 0 5px #000;
	text-transform:uppercase;
	}
	
.searchPage .item select{
	padding:30px;
	width:100%;
	white-space: nowrap;
	background:#fff;
	font-size:15px;
	text-align: center;
	-webkit-appearance:none;
	}
.searchPage .item input{
	padding:30px;
	width:calc(100% - 60px);
	height:100%;
	background:#fff;
	font-size:15px;
	text-align: center;
	-webkit-appearance:none;
	}







.searchPageTop{
	position:relative;
	background:#fff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	overflow:hidden;
	border-radius: 60px;
	padding: 0 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	}
.searchPageTop.withbg{
	background-image:url('/img/snorkla.jpg');
	}
	
.searchPageTop .item{
	float:left;
	padding:10px;
    width:calc(20% - 34px);
    transition: .5s;
	}
.searchPageTop .item:hover{
	background: #e5ebf8;
	transition: .5s;
	}
	
.searchPageTop .item .title{
	font-weight:bold;
	padding-left: 5px;
	color:#000;
	font-size: 12px;
	#text-shadow:1px 1px 0px #000;
	}
	
.searchPageTop .item select{
	padding:5px;
	width:100%;
	white-space: nowrap;
	background:rgba(0,0,0,0);
	font-size:15px;
	text-align: center;
	-webkit-appearance:none;
	border: 0;
	outline-style: none;
	}
.searchPageTop .item input{
	padding:5px;
	width:calc(100% - 60px);
	height:100%;
	background:rgba(0,0,0,0);
	font-size:15px;
	text-align: center;
	-webkit-appearance:none;
	border: 0;
	outline-style: none;
	}
.searchPageTop .item input[type=submit]{
	color: #000;
	background: #1f6499;
	color: #fff;
	width: 45px;
	height: 42px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 40px;
	cursor: pointer;
	}

.searchPageTop .item.submit{
	text-align:right; 
	width: 50px !important;
}




	
	
.top{

	}
	
.top .wrap .logo{
	display:inline-block;
	width:250px;
	padding:10px 0 10px 0;
	}
.top .wrap .form{
	display:inline-block;
	float:right;
	padding:30px 0 10px 0;
	white-space: nowrap;

	}
.top .wrap .form .item{
	display:inline-block;
	vertical-align:middle;
	padding:10px 0 10px 0;
	white-space: nowrap;

	}

.subMenu .wrap nav{
	position: relative;
}
	
.subMenu .wrap nav .item{
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding: 20px 15px 20px 15px;
	cursor:pointer;
	}
	
.subMenu .wrap nav .item:hover{
	border-bottom:2px #25aae1 solid;
	padding-bottom:18px;
	background:#f9f9f9;
	color:#0a82c9;
	box-shadow:inset 0 3px 3px rgba(0,0,0,0.1);
	}
	
.subMenu .wrap nav .item.on{
	border-bottom:2px #25aae1 solid;
	padding-bottom:18px;
	background:#f9f9f9;
	color:#0a82c9;
	#box-shadow:inset 0 3px 3px rgba(0,0,0,0.1);
	}
	
.subMenu .wrap nav .item.special{
	color:#fcb853;
	font-weight:bold;
	}
	
.subMenu .wrap .search{
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px;
}	
.subMenu .wrap .search input[type=search]{
	border: 0;
	border-radius: 0;
	padding: 10px;
	height: 40px;
	font-size: 13px;
}	
.subMenu .wrap .search input[type=submit]{
	border: 0;
	border-radius: 0;
	padding: 10px;
	height: 40px;
	font-size: 13px;
}	
	
	
	
.dropbtn {

}

.dropdown {

}

.dropdown-content {
    display: none;
    position: absolute;
    border-top:2px #25aae1 solid;
    border-bottom:2px #25aae1 solid;
    top:55px;
    left:0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:12px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	text-decoration: none;
	
}

.dropdown-content a.on {
	text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
	
	
	
	
	
.subMenu{
	background:#0a82c9;
	#overflow:hidden;
	}
.subMenu .wrap form{
	float:right;
	}
.subMenu .wrap form input{
	font-size:10px;
	}	
.subMenu .wrap form .item{
	display:inline-block;
	color:#fff;
	font-size:11px;

	text-transform:uppercase;
	}
	
.subMenu .wrap form .break{
	display:inline-block;
	}
	
.objListBreak{
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	clear:both;
	background:#0a82c9;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	margin:10px 0 10px 0;
	}
.objList{
	float:left;
	cursor:pointer;
	width: -moz-calc(25% - 50px);
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 60px);
    padding:30px;
	}

.objList .image3{
	display:block;
	position: relative;
	height:200px;
	overflow:hidden;
	padding:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
	}
.objList .text3{
	display:block;
    padding:0;
	height:260px;
	overflow:hidden;
	}
.objList .buttons{
	display:block;
    padding:0;

	}
.objList .text3 .title{
	#font-weight:bold;
	font-size:20px;
	padding: 10px 0 10px 0;
	}
	
	
.objList .image3 .ribbon{
	position: absolute;
	top:30px;
	right:-40px;
	width: 170px;
	background:red;
	padding:5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transform:rotate(45deg);
}


	

.bokaList{
	display:block;
    padding:20px 0 20px 0;
    clear:both;
	}

.bokaList .image3{
	float:left;
	cursor:pointer;
    width: 200px;
    padding:30px;
	height:200px;
	padding:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:5px;
	}
.bokaList .text3{
	float:left;
	cursor:pointer;
    width: calc(100% - 470px);
    margin:0 0 0 20px;
    padding:0;
	overflow:hidden;
	}
.bokaList .buttons{
	float:left;
    width:250px;
    padding:0;

	}
.bokaList .text3 .title{
	#font-weight:bold;
	font-size:18px;
	padding: 10px 0 10px 0;
	}
	
.bokaList .text3 .price{
	font-size:45px;
	
	color:#333;
	}
	
	
	
header .wrap .big{
	font-size:120px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 1px 1px 10px #000;
	color:#fff;
	text-align:center;
	padding: 50px 0 0 0;
	position: relative;
	}
	
header .wrap .big.sub{
	display:none;
	}

header .inner{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	display: flex;
  	align-items: center;
	justify-content: center;
	text-align: center;
}

header .inner .wrap .title{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
header .inner .wrap .text{
	font-size: 18px;
	color: #fff;
}	
	
section.sub{
	min-height:500px;
	}
	
section .wrap .image{
	display:inline-block;
	float:left;
	vertical-align:top;
	padding:20px;
	width: -moz-calc(40% - 40px);
    width: -webkit-calc(40% - 40px);
    width: calc(40% - 40px);
	}

	
section .wrap .text{
	display:inline-block;
	float:left;
	vertical-align:top;
	padding:20px;
	width: -moz-calc(60% - 40px);
    width: -webkit-calc(60% - 40px);
    width: calc(60% - 40px);
	}

section.start{
	background:#fff;
	color:#000;
	overflow:hidden;
	}
		
section.start .wrap .item{
	display:inline-block;
	float:left;
	vertical-align:top;
	padding:20px;
	width: -moz-calc(25% - 40px);
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px);
	}
	
section.start .wrap .item .imageStart{
	display:block;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:180px;
	}
	
section.start .wrap .item .content{
	height:220px;
	overflow:hidden;
	}
	
section.start .wrap .item .content .title{
	font-size:20px;
	text-transform:uppercase;
	color:#0e76bc;
	}
	
section.start .wrap .item h3{
	font-size:20px;
	color:#fff;
	}	
	
section.start .wrap .item .newsContent{
	height:345px;
	overflow:hidden;
	}
section.start .wrap .item .newsContent .newsWrap{
	padding:5px;
	cursor:pointer;
	border-radius:7px;
	}
section.start .wrap .item .newsContent .newsWrap:hover{
	background:rgba(0,0,0,0.2);
	}
section.start .wrap .item .newsContent .newsWrap .newsTitle{
	color:#69a043;
	}
section.start .wrap .item .newsContent .newsWrap .newsDate{
	color:#bbb;
	font-size:9px;
	padding: 0 0 5px 0;
	}
section.start .wrap .item .newsContent .newsWrap .newsText{
	color:#fff;
	font-size:13px;
	padding: 0 0 10px 0;
	border-bottom:1px #555 dotted;
	}
	

	
section.object{
	background:#0e76bc;
	overflow:hidden;
	padding-bottom:50px;
	color:#fff;
	}



section.object.white .wrap{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	overflow: hidden;
	}

section.object.white .wrap .ribbon{
	position: absolute;
	top:80px;
	right:-80px;
	width: 370px;
	font-size: 40px !important;
	background:#16DE9E;
	padding:5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transform:rotate(45deg);
}


section.object.white{
	color:#000;
	}

section.object .wrap h1{
	color:#fff;
	text-transform:uppercase;
	}

section.object.white .wrap h1{
	color:#0e76bc;
	}

	
section.object .wrap .button{
	padding:8px 25px 8px 25px;
	border:2px #fff solid;
	border-radius:20px;
	display:inline-block;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	clear:both;
	cursor:pointer;
	letter-spacing:1px;
	}
section.object .wrap .button:hover{
	background:#fff;
	color:#0a82c9;
	
	}
	
section.object .wrap.spec{
	background:rgba(255,255,255,0.9);
	border-radius:0px;
	box-shadow:20px 20px 10px rgba(0,0,0,0.2);
	}

section.object .wrap.spec h1{
	color:#0a82c9;
	padding:30px 0 0 0;
	}
section.object .wrap.spec .item{
	color:#000;
	}
section.object .wrap.spec .item:hover{
	background:#0a82c9;
	color:#fff;
	}
		
section.object .wrap .item{
	float:left;
	vertical-align:top;
	width: -moz-calc(33% - 10px);
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
    height:140px;
    margin: 25px 0 25px 0;
    padding:5px;
    color:#fff;
    overflow:hidden;
    cursor:pointer;
    border-radius:5px;


  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
    	}
	

	
section.object .wrap .item:hover{
	background:#fff;
	color:#000;
	box-shadow:0 0 10px rgba(0,0,0,0.5);

  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
    	}



section.object .wrap.spec.easter{
    background-image:url('/img/easteregg.jpg');
}



section.object.white .wrap .item{
    color:#000;
    	}
	

	
section.object.white .wrap .item:hover{
	background:#0e76bc;
	color:#fff;
    	}
	

	
section.object .wrap .item .image{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:100px;
	float:left;
	vertical-align:top;
	}
	
section.object .wrap .item .text{
	float:left;
	vertical-align:top;
	}
	

	
.obj_image{
	width:100%;
	padding-bottom:60%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
	background-position:center center;
	background-repeat:no-repeat;
	#border:1px #000 solid;
	margin:0 0 4px 0;
	}
	
.imageSlider{
	#display:none;
}
	
section.map{
	box-shadow: 0 0 5px #000;
	}
	
.objectClass .images{
	display:inline-block;
	width:850px;
	vertical-align:top;
	}

.objectClass .price{
	display:inline-block;
    width: calc(100% - 890px);
    vertical-align:top;
    #text-align:right;
    padding: 0 0 0 30px;
	}
	
.objectClass .bestext{
	display:inline-block;
	width: -moz-calc(70% - 10px);
    width: -webkit-calc(70% - 10px);
    width: calc(70% - 10px);
    vertical-align:top;
    padding:0;
	}	
	
.objectClass .detalj{
	display:inline-block;
	width: -moz-calc(30% - 10px);
    width: -webkit-calc(30% - 10px);
    width: calc(30% - 10px);
    vertical-align:top;
    padding:0;
	}	
	
.bookingMap{
	overflow:auto;
	height:200px;
	padding:0;
	margin:0;
	}
	
.searchWrap .searchImage{
	float:left;
	width:250px;
	}
	
.searchWrap .searchText{
	float:left;
	width: -moz-calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    padding:10px;
	}

.parkvillanText .left{
	padding-right: 40px;
	float: left;
	display: inline-block;
	width: calc(80% - 40px);
}
.parkvillanText .right{
	float: left;
	display: inline-block;
	width: calc(20%);
}

.isCompany{
    display: none;
}
	
footer{
	position:relative;
	overflow:hidden;
	bottom:0;
	width:100%;
	padding:50px 0 50px 0;
	background:#304a21;
	background-image:url("/img/ocean2.jpg");
	background-size:cover;
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	box-shadow:inset 0px 0px 2px #000;
	}
	
footer .wrap{
	color:#f1f1f1;
	font-size:12px;
	text-align:center;
	}

footer .wrap .navBottom .col{
	float:left;
	width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    text-align:left;
    padding:10px;
    vertical-align:top;
	}
	
footer .wrap .navBottom .col .item{
	cursor:pointer;
	}
footer .wrap .navBottom .col .item a{
	color:#afd5f2;
	text-decoration:none;
	}
footer .wrap .navBottom .col .item a:hover:after{
	content:" >";
	}
	
	
footer .wrap .navBottom .col .title{
	font-weight:bold;
	font-size:18px;
	}



section.object.jul{
    background-image: url("/img/julrutan2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    color:#fff;
    
}

section.object .wrap.julruta{
    background: rgb(161,28, 28,.8);
    color:#fff;
    
}

section.object .wrap.julruta h1{
    color:#fff;
    padding:30px 0 0 0;
    }
section.object .wrap.julruta .item{
    color:#fff;
    }
section.object .wrap.julruta .item:hover{
    background:#fff;
    color:#000;
    }