@charset "utf-8";
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.ui-datepicker{
    z-index:999999 !important;
}
a,a:visited{
	text-decoration:none;
	color:#305c81;
}

body{
	font:13px "Helvetica Neue", Arial, sans-serif;;
	color: #333;
}

#service_menu{
	position:absolute;
	top:0;
	right:0;
}

.rsbtn{
	z-index:1 !important;
}

.rsbtn_btnlabel{
	display:none !important;
}

#service_menu .lyssna a{
	color:#ff4800;
	position:relative;
	padding-left:22px;
}

#service_menu .lyssna a .icon{
	display:inline-block;
	width:18px;
	height:18px;
	border-radius:2px;
	position:absolute;
	left:0;
	top:-2px;
	background:url('ui.png') 4px -370px #ff4800;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
}

.fartyg-info .box span img{
	margin-right:2px;
	margin-bottom:-10px;
	width:auto;
}

#page{
	background-image: url('bg.jpg');
	background-attachment: fixed;
	background-position: center center;
	background-color: #000;
	background-size: cover;
	-ms-behavior: url("/backgroundsize.min.htc");
	padding-top:102px;
}

header{
	position:fixed;
	width:100%;
	z-index:10;
	top:0;
	transition:all .3s;
}

footer .facebook{
	display:block;
	vertical-align:75%;
	font-weight:bold;
	margin:10px 0;
}

footer .facebook .icon{
	background:url('ui.png') 33px -388px;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	width:32px;
	height:32px;
	display:inline-block;
	vertical-align:sub;
}

footer,
footer a,
footer a:hover,
footer a:visited{
	color:#fff;
}

html.translated-ltr header{
	top:40px;
}

header.lift{
	box-shadow:rgba(0,0,0,.3) 0 3px 5px;
	-moz-box-shadow:rgba(0,0,0,.3) 0 3px 5px;
	-webkit-box-shadow:rgba(0,0,0,.3) 0 3px 5px;
	-o-box-shadow:rgba(0,0,0,.3) 0 3px 5px;
}

#branding{
	background:#fff;
}

#branding .inner{
	padding:1px 0;
}

.startpage #secondary,
.startpage #primary,
.startpage2014 #secondary,
.startpage2014 #primary{
	float:left;
}

.startpage2014 #page{
	background-image: url('map_png8.png');
	background-color: #fff; 
	background-position: center 522px;
	background-attachment: scroll;

	background-size: 100% auto;
	-ms-behavior: url("/backgroundsize.min.htc");
}

.startpage2014 #main{
	margin-top: 40px;
}

.startpage2014 #main #secondary .padding{
	margin-top: 0;
}

#secondary, #primary{
	float:right;
}

#primary .padding{
	padding:30px;
	background-color: #fff;
	margin: 0 -10px;
	border-radius: 3px;
}

#secondary .padding{
	padding:30px;
	border-radius: 3px;
	margin: 0px 10px 0 -10px;
	background-color: #fee7c2;
}

#main{
	/*background:url('main.png') repeat-y left top #fff;*/
	margin-top: 20px;
	margin-bottom: 40px;
}

.tom #main{
	background:#fff;
	background-image:none;
}

.trinfo{
	border-bottom: #e4d4b5 1px solid;
	padding: 15px 0;
}

.trdate{
	font-size: 12px;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: 100;
}

.trheading{
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.trheading a{
	color: #333;
}

.trheading a:hover{
	color: #000;
}

h1, h2, h3, h4, h5{
	font-family:"Roboto", Arial, Helvetica, sans-serif;
	font-weight:500;
	color:#333;
	line-height:1.2em;
}

h1{
	font-size:30px;
	letter-spacing: -0.027em;
}

h2{
	font-size:25px;
}

h2.start-heading{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 30px;
}

h3{
	font-size:21px;
}

h4{
	font-size:17px;
}

#secondary h4{
	font-size:24px;
	text-transform: uppercase;
	margin:0 0 9px 0;
}

h5{
	font-size:14px;
}

h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited{
	color:#1A3145;
}

.alert{
	background-color:#e9bbb6;
	padding:10px;
	color:#700;
	margin:0px 0 0px 0;
	position: relative;
	z-index: 2;

	border-radius:0;
	
	box-shadow:#c99 0 0px 0 1px; 
}

#secondary .aside .alert{
	z-index: 1;
}

.alert-date{
	text-align:right;
	display:block;
	color:#c06363;
}

b{
	font-weight:bold;
	color:#1A3145;
}

#service_menu{
	list-style:none;
	position:absolute;
	top:10px;
	right:0px;
	padding:0;
	margin:0;
}

#service_menu li{
	display:inline-block;
	margin:0 0 0 10px;
	vertical-align:middle;
}

p{
	line-height:1.75em;
}

select{
	padding:4px 6px;
	min-height:30px;
}

select option{
	background:#fff;
	color:#444;
}

input {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-o-appearance:none;
}
select {
	border: none;
}

input[type="checkbox"]{
	-webkit-appearance:checkbox;
	-moz-appearance:checkbox;
	-o-appearance:checkbox;
	appearance:checkbox;
}

.icon-input{
	position:relative;
}

.icon-input .icon{
	position:absolute;
	right:6px;
	top:7px;
	background:url('ui.png') 0 -230px;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	width:18px;
	height:18px;
	pointer-events:none;
}

.dd-click{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.icon-dropdown .icon {
	display: none;
}

.icon-input.icon-dropdown .icon{
	background-position:0 -248px;
}

.icon-input.icon-date .icon{
	background-position:0 -268px;
}

.icon-input.icon-date input{
	cursor:pointer;
}

label{
	margin-bottom:3px;
	color:#333;
}

.alt label{
	color:#305C81;
}

#primary input[type="text"],
#primary select,
.form-style input[type="text"],
.form-style select,
textarea{
	background:url('lighter-gray-stripes.png');
	border:#cfcfcf 1px solid;
	width:100%;
	max-width:280px;
	margin:0;
	resize:none;

	box-shadow:inset rgba(0,0,0,.04) 0 2px 0, rgba(255,255,255,.4) 0 1px 0;
	-moz-box-shadow:inset rgba(0,0,0,.04) 0 2px 0, rgba(255,255,255,.4) 0 1px 0;
	-webkit-box-shadow:inset rgba(0,0,0,.04) 0 2px 0, rgba(255,255,255,.4) 0 1px 0;
	-o-box-shadow:inset rgba(0,0,0,.04) 0 2px 0, rgba(255,255,255,.4) 0 1px 0;

	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

textarea{
	height:100px;
}

.form-wrapper.alt input[type="text"],
.form-wrapper.alt select,
.form-wrapper.alt textarea{
	border-color:#b9c9d5 !important;
}

.till, .fran{
	transition:opacity 1s;
}

#rp_panes_wrapper .till-disabled input[type="text"],
#rp_panes_wrapper .fran-disabled input[type="text"]{
	background-color: #ccd5da;
}

/*
#rp_panes_wrapper input[type="text"]:focus,
#rp_panes_wrapper input[type="text"]:focus{
	border-radius: 2px 2px 0 0;
}*/

.rp-btn, .rp-btn:visited{
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
	font-size: 13px;
	color: #fff;
	background-color: #39a5da;
	display: block;
	font-family: "Roboto";
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	cursor: pointer;
	-moz-transform: rotate(0.001deg);
}

.rp-btn:hover{
	background-color: #61b7e1;
	color: #fff;
}

#reseplaneraren input[type="text"],
#reseplaneraren select{
	height: 31px;
	margin-bottom:10px;
	
	box-shadow:rgba(0,0,0,.2) 0 2px 1px;
	-moz-box-shadow:rgba(0,0,0,.2) 0 2px 1px;
	-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 1px;
	-o-box-shadow:rgba(0,0,0,.2) 0 2px 1px;
}

.form-wrapper{
	margin:0 0 20px;
}

.form-item{
	background-color:#e3e3e3;
	padding:5px;
	margin:0 10px 10px 0;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

.form-wrapper.alt .form-item{
	background-color:#d8e3ec;
}

.form-item *:last-child{
	margin-bottom:0;
}

.percent-row::after{
	content:"";
	display:block;
	clear:both;
}

.percent-half{
	float:left;
	width:50%;
}

.percent-third{
	float:left;
	width:33.33%;
	box-sizing: border-box;
	padding-right: 15px;
}

.percent-third.fix {
	margin-top: 15px;
}

.percent-fifth{
	float:left;
	width:20%;
}

.percent-row > *:last-child > *:last-child{
	margin-right:0;
}

table{
	width:100%;
	margin: 0 0 20px 0;b
}

table.no-style{
	margin:0;
	width:auto;
}

table.no-style td{
	border:0;
	padding:0;
}

table.no-style tr{
	background:none !important;
}

table td{
	padding:8px 10px;
	vertical-align:top;
}

table th{
	text-align:left;
	font-weight:bold;
	color:#333;
	background-color: #fff;
	padding:5px;
	vertical-align:bottom;
}

table tr:nth-child(2n){
	background:#fde7c2;
}

table tr{
	background-color: #fef3e1;
}

tr.clickable{
	cursor:pointer;
}

tr.clickable:hover{
	background:#d8e3ec;
}

table .int{
	text-align:right;
}

.rp-result-arrow{
	vertical-align:middle;
	text-align:center;
}

.rp-result-arrow .icon{
	background:url('ui.png') -50px -255px no-repeat;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	display:inline-block;
	height:17px;
	width:11px;
}

.rp-footer{
	background:url('dark-blue-stripes.png') #1A3145;
	color:#B3CFE6;
	padding:10px;
	position:relative;
	min-height:10px;
}

.rp-footer b{
	color:#fff;
}

.rp-footer-row{
	padding:10px;
	border-top:#ddd 1px solid;
}

.rp-show-map{
	background:#fff;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	position:absolute;
	right:10px;
	bottom:-1px;
	cursor:pointer;
	color:#305C81;
	padding:2px 10px 2px 25px;
	font-size:15px;v

	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
}

.rp-show-map .icon{
	background:url('ui.png') -30px -231px no-repeat;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	position:absolute;
	left:7px;
	top:5px;
	width:10px;
	height:14px;
}

.SLButtonRow{
	margin:20px 0 0 ;
}

.SLButtonRow a.button{
	background-color:#1A3145;
}


.rp-map-view{
	display:none;
	padding-top:5px;
}

.rp-map-view iframe{
	height:300px;
	overflow:hidden;
}


.center{
	text-align:center;
}

.main-aside{
	border-left:#ccc 1px solid;
	margin-left:10px;
	padding-left:20px;
	width:130px;
}

.main-aside p{
	margin:0;
}

.main-aside p + h5{
	margin-top:10px;
}



/* #Page Styles
================================================== */

.fartyg-info{
	width:398px;
	float:left;
}

#wax_readspeaker{
	display:none;
}

#wax_readspeaker_on{
	background-color:#FF4800;
	background-repeat:no-repeat;
    background-image: none;
	padding:3px 10px 3px 5px;
	cursor:pointer;
}


#wax_readspeaker_on .icon {
    background-image: url("ui.png");
    background-position: 2px -372px;
    background-size: 168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    width: 20px;
}

#wax_readspeaker_on.on{
	background-color:#ccc;
}


#intro-bg{
	background-image: url('start-bg.jpg');
	background-position: center bottom;
	background-size: cover;
	-ms-behavior: url("/backgroundsize.min.htc");
	position: relative;
}

#intro-bg #trangle{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 213px;
	background-image: url('triangel.png');
	background-size: auto 100%;
	-ms-behavior: url("/backgroundsize.min.htc");
	background-position: right top;
	background-repeat: no-repeat;
}

#wax_slide{
	height:420px;
	margin:0 -10px;
	padding:0 30px;
	position:relative;
	overflow:hidden;
}

#wax_slide .sp-slideshow{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:260px;
}

#wax_slide .sp-slideshow ul{
	margin:0;
	padding:0;
}

#wax_slide .sp-slideshow ul div{
	height:260px;
}


#wax_slide h1{
	color:#022c44;
	font-size:80px;
	line-height: 1em;
	font-family: "hagin";
	text-transform: uppercase;
	font-weight: normal;
}

#wax_slide .inner{
	z-index:9;
	padding: 60px 32px 60px 40px;
}

#wax_slide .inner a{
	color:#022c44;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 24px;
}
/*
.p-146 .stickyTrue{
	margin-top:0 !important;
}

.post.stickyTrue{
	margin:0px -30px -16px;
	position:relative;
	background:#e7eef5;
	padding:0 30px 20px 30px;
}

.post.stickyTrue .inner{
	padding:15px 0 0 0;
}

hr + .post.stickyTrue .inner{
	border-top:1px solid #8dacc5;
}*/

.stickyTrue .post-picture{
	width:90px;
	height:90px;
	background-position:center center;
	background-size:cover;
	-ms-behavior: url("/backgroundsize.min.htc");
	float:left;
	display:block;
}

.post{
	padding-left: 90px;
}

.post.stickyTrue{
	padding-left: 0;
}

/*
.post.stickyTrue .post-picture{
	border-color:#8dacc5;
}
*/
.post-text{
	float:left;
	width:410px;
	margin:0 0 0 20px;
	position:relative;
	color: #333;
	line-height: 21px;
}

.post-text p{
	display: none;
}

.stickyTrue .post-text p{
	display: block;
}

.post + hr{
	margin: 15px 0;
}

.post-text p{
	margin-bottom: 0;
}

.cover-link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	text-indent: -9999px;
	overflow: hidden;
}

.post h2{
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 0px;
}

.post.stickyTrue h2{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.post h2 a{
	color: #333;
}
.post.stickyTrue .post-meta{
	color:#333;
	font-size: 10px;
	margin-bottom: 3px;
	position: relative;
	left: auto;
}

.post-meta{
	position: absolute;
	font-family: "roboto";
	font-weight: 400;
	color: #4e4e4e;
	left: -110px;
	font-size: 16px;
	line-height: 1em;
}

/*
.post.stickyTrue .post-meta{
	color:#8dacc5;
}
*/

#sub_menu{
	background-color: #002c46;
	margin:0 10px 20px -10px;
	padding:0 0 20px;
	border-radius: 3px;
}

#sub_menu h5 span{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	background-color: #002c46;
	padding:0 15px;
	line-height:1em;
}

#sub_menu h5{
	border-bottom:#8dacc5 1px solid;
	margin:0 20px 20px;
	padding:20px 0 0;
	height:8px;
	text-align:center;
}

.alert b a{
	color:#770000;
}

/* DATE PICK */

.ui-autocomplete{
	border: 0 !important;
	/*z-index: 9999 !important;
	overflow: visible !important;*/
}
/*
.ui-autocomplete > li:first-child{
	margin-top: -2px !important;
	background-color: #fff;
}*/

.ui-autocomplete > li{
	border-bottom: 0 !important;
}

#ui-datepicker-div{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 240px;
	border: 0;
	overflow: visible;
	padding: 0;

	border-radius: 0 0 3px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

.ui-datepicker-header{
	margin-top: -25px; 
	border: 0 !important;
	background-image: none !important;
	background-color: #fff !important; 
}

.ui-datepicker-next,
.ui-datepicker-prev{
	background-image: none !important;
	background-color: #b6b6b6;
	border: 0 !important;
	top: 1px !important;
}

.ui-datepicker table{
	width: 226px !important;
	margin-left: 7px !important;
	margin-bottom: 7px !important;
}

.ui-datepicker-next{
	right: 7px !important;
}

.ui-datepicker-prev{
	left: 7px !important;
}

.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled{
	background-color: #d7d7d7;
	opacity: 1 !important;
}

.ui-state-default{
	border: 0 !important;
	background-image: none !important;
	font-size: 12px !important;
	text-align: center !important;
	color: #333;
	font-family: "Roboto";
	font-weight: 500;
	border-radius: 2px;
	background-color: #dfdfdf;
	line-height: 25px;
}

.ui-datepicker-next .ui-icon{
	background-image:url('ui.png') !important;
	background-size:169px auto; 
	-ms-behavior: url("/backgroundsize.min.htc");
	background-position: -146px -78px; 
}

.ui-datepicker-prev .ui-icon{
	background-image:url('ui.png') !important;
	background-size:169px auto; 
	-ms-behavior: url("/backgroundsize.min.htc");
	background-position: -146px -204px; 
}

.ui-datepicker-calendar thead th{
	font-family: "Roboto";
	font-weight: 500;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;	
}

.ui-datepicker-calendar tr{
	background-color: transparent !important; 
}

.ui-datepicker-title{
	color: #333;
	font-family: "Roboto";
	font-weight: 500;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active{
	border-color:#305C81 !important;
	background:#39a5da !important;
	color:#fff !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	border-color:#305C81 !important;
	background:#dfdfdf !important;
	color:#333 !important;
	position: relative;
	overflow: hidden;
	border-radius: 2px 0 2px 2px;
}

.ui-state-highlight::after,
.ui-widget-content .ui-state-highlight::after,
.ui-widget-header .ui-state-highlight::after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: -12px;
	right: -12px;
	background:#39a5da !important;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.paging{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.paging li{
	display:inline;
	padding:0 4px;
} 

/* RESEPLANERAREN */

#endast_bat_sok{
	margin-left:0;
	margin-bottom:0;
}

#reseplaneraren{
	margin:40px 10px 0 -10px;
	border-radius: 3px;
	overflow:hidden;
}

#rp_wax_pane,
#rp_sl_pane{
	float:left;
	width:50%;
	height: 310px;

	background-color: #002C46;	
}

#rp_panes_wrapper{
	width:200%;
}

#rp_panes_wrapper .inner{
	padding:30px;
	color:#fff;
}

#rp_panes_wrapper label{
	color:#fff;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: 500;	
}

#rp_panes_wrapper label.rp-label-nar span{
	padding: 20px 23px 0 0;
	background-position: -4px -88px;
	background-image: url('sprites2014.png');
	background-size: 300px auto;
	-ms-behavior: url("/backgroundsize.min.htc");
	display: inline-block;
}

#rp_panes_wrapper label.rp-label-till span,
#rp_panes_wrapper label.rp-label-fran span{
	padding: 20px 23px 0 0;
	background-position: -2px -112px;
	background-image: url('sprites2014.png');
	background-size: 300px auto;
	-ms-behavior: url("/backgroundsize.min.htc");
	display: inline-block;
}

#rp_panes_wrapper input[type="text"]{
	background-image: none;
	background-color: #fff;
	border: 0;
	border-radius: 3px;
}

#rp_header{
}

#rp_heading{
	display: none;
}

#rp_heading span{
	color:#8bb2d4;
	background-color:#1a3145;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 5px;
}

#rp_tabs{
	border-bottom:2px solid #fcce01;
	height:32px;
}

#rp_wax,
#rp_sl{
	width:49%;
	float:left;
	height:32px;
	text-align:center;
	background-color:#dadad9;
	color:#333;
	font-size:12px;
	line-height:34px;
	font-weight:600;
	text-transform:uppercase;
	cursor:pointer;

	border-radius:3px 3px 0 0;
}

#rp_wax{
	margin-right: 2%;
}

#rp_sl .icon{
	background-image:url('sprites2014.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:300px auto;
	-ms-behavior: url("/backgroundsize.min.htc");
	padding:23px 28px 0 0;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0px 2px 0;
}

#rp_sl:hover .icon,
#rp_sl.rp-active .icon{
	background-position: 0 -25px;
}

#rp_wax:hover,
#rp_sl:hover{
	background-color: #002C46;
	color: #fff;
}

.rp-active{
		background-color: #002C46 !important;
	color:#fff !important;
	
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-o-box-shadow:none !important;
}

.post .link{
	margin:0;
}

#social_stuff{
	padding:0;
	margin:0;
	list-style:none;
}

#social_stuff li{
	display:inline;
	vertical-align:top;
	padding:0 10px 0 0;
}

.recent-item .delete{
	color:#fff;
	background:#305C81;
	line-height:13px;
	width:15px;
	padding-bottom:2px;
	margin:0 5px 2px 0;
	text-transform:lowercase;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	cursor:pointer;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

.recent-item-date{
	float:right;
	font-size:11px;
	opacity:.7;
	filter:alpha(opacity=70);
}

#rp_result_wrapper{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

.resultbox{
	border:#ddd 4px solid;
	background:#f7f7f7;
	margin:0 0 30px;
	padding:0 0 10px;
	position:relative;
	
	transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.mini-resultbox{
	padding:10px;
}

.rp-click{
	cursor:pointer;
}

.rp-part{
	position:relative;
	border-bottom:#ddd 1px solid;
	padding:0 10px 10px 30px;
	margin:10px 0 0;
}

.rp-line{
	position:absolute;
	background:#305C81;
	width:3px;
	top:0;
	bottom:10px;
	left:14px;
}

.rp-line-dot{
	background:#fff;
	width:5px;
	height:5px;
	border:solid #305C81 3px;
	position:absolute;
	z-index:2;

	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
}

.rp-part + .rp-part::after{
	content:"";
	width:3px;
	background:#B3CFE6;
	height:18px;
	position:absolute;
	left:14px;
	top:-20px;
	z-index:1;
}

.rp-line-dot.start{
	top:-4px;
	left:-4px;
}

.rp-line-dot.end{
	bottom:-4px;
	left:-4px;
}

.resultbox:hover,
#rp_result_wrapper .resultbox.open{
	background:#fff;
	border:#aaa 4px solid;

	box-shadow:#aaa 0 0 0 2px;
	-moz-box-shadow:#aaa 0 0 0 2px;
	-webkit-box-shadow:#aaa 0 0 0 2px;
	-o-box-shadow:#aaa 0 0 0 2px;
}

.hidden-resultbox{
	display:none;
	position:relative;
	width:auto !important;
}

.bat{
	position:relative;
	color:#305C81;
	font-weight:bold;
}

.bat::before{
	content:"";
	display:inline-block;
	width:15px;
	height:13px;
	background-image:url("ui.png");
	background-repeat:no-repeat;
	background-position:-30px -57px;
	background-size:169px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	background-color:#305C81;
	margin-right:-1px;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
}


.bat-img{
    background: none repeat scroll 0 0 #1A3145;
    margin: -115px 0 0;
    padding: 5px;
    position: absolute;
    left:-60px;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	text-align:center;
	z-index:2;
	
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
	
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.bat-img::after{
	content:"";
	border-bottom:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #1A3145;
	position:absolute;
	left:48%;
	bottom:-5px;
}

.bat-img a{
	display:block;
	color:#305C81;
	text-transform:uppercase;
	font-size:11px;
}

.bat-img a:hover{
	color:#fff;
}


.bat:hover .bat-img{
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
}

.resultbox hr{
	margin:0px 0 10px;
	border-color:#ddd;
}

.resultbox > span.icon{
	position:absolute;
	bottom:2px;
	width:20px;
	height:16px;
	background:red;
	left:50%;
	margin:0 0 0 -10px;
	overflow:hidden;
	text-indent:-9999px;
	background:url("ui.png") repeat scroll -26px -248px;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
}

.resultbox.open > span.icon{
	background-position:-26px -267px;
}

.turnummer{
	position:absolute;
	right:10px;
	top:0px;
}

small{
	font-size:82%;
}

#wide_tabs{
	background:#1A3145;
	margin:20px -30px;
	height:40px;
	padding:20px 30px 0;
}

#wide_tabs .tab{
	background:#E3E3E3;
	float:left;
	line-height:40px;
	text-align:center;
	width:50%;
	font-size:14px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #FFFFFF;
	color:#7796AB;
	font-weight:bold;

	box-shadow:1px -1px 3px #AABBCC inset;
	-moz-box-shadow:1px -1px 3px #AABBCC inset;
	-webkit-box-shadow:1px -1px 3px #AABBCC inset;
	-o-box-shadow:1px -1px 3px #AABBCC inset;
	
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
}

#wide_tabs .tab:hover{
	background:#fff;
}


#wide_tabs .tab a{
	color:#7796AB;
	font-weight:bold;
	display:block;
}


#wide_tabs .tab.active{
	background:#fff;
	color:#305C81;
	text-shadow:none;

	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
}



/* /RESEPLANERAREN */



/* RESEPLANERAREN (Vad kostar resan) */

.rese-pane {
	background-color: #f3f3f3!important;
	padding: 30px;
	color: #fff;
	position: relative;
	border-radius: 0!important;
}
.rese-pane #recent {
	border-color: #cdcace;
}
.rese-pane .recent-item {
	border-color: #cdcace;
}

.rese-pane .form-item {
	padding: 0;
	background-color: transparent;
	position: relative;
	margin-right: 0;
}

.rese-pane label{
	color:#000;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: normal;
	padding-top: 7px;
}

.rese-pane .disabled.rp-btn {
	background-color: #cdcace;
}

.rese-pane .disabled#change {
	background-image: url('switch.png');
}

.rese-pane input[type="text"]{
	background-image: none;
	background-color: #fff;
	border: 0;
	border-radius: 0px;
	width: 100%;
	padding: 10px;
	text-align: right;
	padding-right: 50px;
	box-sizing: border-box;
}

.rese-pane .form-item-fran input[type="text"],
.rese-pane .form-item-till input[type="text"] {
	width: 80%!important;
	padding-right: 40px;
}

.rese-pane .form-item:before {
	color: #000;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.rese-pane .form-item span:after {
	bottom: -6px;
}
.rese-pane .form-item span:before {
	bottom: 6px;
}

.rese-pane .form-item span, .rese-pane .form-item span:after, .rese-pane .form-item span:before  {
	height: 2px;
	width: 15px;
	background-color: #000;
	content:"";
	z-index: 5;
	position: absolute;
}
.rese-pane .form-item span {
	position: absolute;
	display: block;
	right: 15px;
	top: 18px;
}

.rese-pane .form-item-fran .list,
.rese-pane .form-item-till .list  {
	right: 24%;
}

.rese-pane .div-nar .list:after, .rese-pane .div-nar .list:before {
	display: none;
}

.rese-pane .div-nar .list{
	background-color: transparent;
    background-image: url("cal.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 32px;
    right: 9px;
    top: 5px;
    width: 26px;
}

.rese-pane .div-till:before {
    content: "Till:";
}
.rese-pane .div-fran:before {
    content: "Från:";
}
.rese-pane .div-nar:before {
    content: "När:";
}

.rese-pane .rp-btn {
	border-radius: 0;
}

.rese-pane .form-item-change {
	position: relative;
	width: 100%;
}
.rese-pane #change {
	background-image: url("switch-blue.png");
    display: block;
    height: 41px;
    position: absolute;
    right: 0px;
    text-indent: -999999px;
    top: -32px;
    width: 41px;
    cursor: pointer;
}

.rese-pane #change:hover {
	background-image: url("switch.png");
}

.rese-pane  .form-item-disabled input[type="text"]{
	background-color: #cdcace;
}
.rese-pane  .form-item-disabled:before {
	color: #fff;
}
.rese-pane  .form-item-disabled .list, .rese-pane  .form-item-disabled .list:after, .rese-pane  .form-item-disabled .list:before {
	background-color: #fff;
}





/* RESEPLANERAREN (Vad kostar resan) */



.ui-autocomplete{
	padding:0 !important;
	
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-o-border-radius:0 !important;
}

.ui-autocomplete .ui-menu-item a{
	border-bottom:1px solid #eee !important;
	
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-o-border-radius:0 !important;
}

.ui-state-focus{
	background-color:#eee !important;
	background-image:none !important;
	border:0 !important;
	border-bottom:1px solid #eee !important;
	
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-o-border-radius:0 !important;
}

iframe{
	width:100%;
}

body form{
	margin:0;
}

/* RESMAL */

.resmal-pane{
	margin-bottom:20px;
}

.resmal-pane .form-item{
	float:left;
	margin:0 5px 5px 0;
}

.resmal-pane .resmal-views{
	margin-right:0;
}

.resmal-pane .resmal-sort,
.resmal-pane .resmal-search
{
	width:109px;
}

.resmal-pane ul{
	margin:0;
	padding:0;
	list-style:none;
}

.form-list{
	padding:0;
}

.resmal-pane ul li{
	float:left;
	height:30px;
	width:30px;
	text-indent:-9999px;
	padding:5px;
	margin:0;
	border-right:1px #ccc solid;
}

.resmal-pane ul li:last-child{
	border-right:0;
}

.filter-list li,
.view-list li{
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}

.filter-list li .icon,
.view-list li .icon{
	background-image:url('ui.png');
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:30px;
	position:absolute;
	top:5px;
	left:5px;
}

.filter-list .bad .icon{
	background-position:6px -286px;
}
.filter-list .mat .icon{
	background-position:-69px -286px;
}
.filter-list .sevardighet .icon{
	background-position:-145px -286px;
}
.filter-list .nattlogi .icon{
	background-position:-106px -286px;
}
.filter-list .fiske .icon{
	background-position:-32px -286px;
}

	.filter-list .bad.active .icon{
		background-position:6px -313px;
	}
	.filter-list .mat.active .icon{
		background-position:-69px -313px;
	}
	.filter-list .sevardighet.active .icon{
		background-position:-145px -313px;
	}
	.filter-list .nattlogi.active .icon{
		background-position:-106px -313px;
	}
	.filter-list .fiske.active .icon{
		background-position:-32px -313px;
	}

.view-list .gallery .icon{
	background-position:-112px -228px;
}
.view-list .list .icon{
	background-position:-145px -228px;
}
.view-list .map .icon{
	background-position:-80px -228px;
}

	.view-list .gallery.active .icon{
		background-position:-112px -256px;
	}
	.view-list .list.active .icon{
		background-position:-145px -256px;
	}
	.view-list .map.active .icon{
		background-position:-80px -256px;
	}


.resmal-item{
	width:180px;
	height:180px;
	margin:0 0 20px 20px;
	float:left;
	background-size:cover;
	-ms-behavior: url("/backgroundsize.min.htc");
	overflow:hidden;
	background-position:center center;
	position:relative;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
}

	#view-gallery.list .resmal-item{
		float:none;
		width:auto;
		height:auto;
		min-height:10px;
		background-image:none !important;
		border-bottom:#ccc 1px solid;
		margin:0;
		padding:5px;
	}


#sitemap ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
}

#sitemap li::after{
	content: "";
	position: absolute;
	width: 3px;
	top: 10px;
	bottom: -13px;
	left: -18px;
	background-color: #eee;
	border-radius: 3px 0 0 3px;
}

#sitemap li:last-child::after{
	display: none;
}

#sitemap ul.l-2 li:first-child::after{
	top: 0px;
	border-radius: 0px 0 0 3px;
}

#sitemap li{
	margin: 0;
	position: relative;
}

#sitemap li::before{
	content: "";
	position: absolute;
	background-color: #eee;
	height: 3px;
	left: -15px;
	width: 10px;
	top: 10px;
}

#sitemap ul.l-2{
	margin-left: 20px;
}

#sitemap ul.l-3{
	margin-left: 20px;
}

#sitemap ul.l-4{
	margin-left: 20px;
}

#sitemap a{
	font-size: 14px;
	line-height: 2em;
}

.resmal-item a{
	display:block;
	background-color:rgba(26, 49, 69, .7);
	color:#fff;
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	padding:5px 0 30px;
	font-size:18px;
	bottom:0;
	font-family: "Roboto";
	font-weight: 400;
}

	#view-gallery.list .resmal-item a{
		display:inline;
		background-color:transparent;
		color:inherit;
		position:static;
		left:auto;
		width:auto;
		text-align:left;
		padding:0;
		font-size:18px;
		bottom:auto;
	}
	
.resmal-item a .icons{
	display:block;
	position:absolute;
	width:100%;
	bottom:5px;
}

#view-gallery.list .resmal-item a .icons{
	display:block;
	position:absolute;
	width:auto;
	bottom:5px;
	right:0;
}

.resmal-item a .icons .icon{
	background-image:url('ui.png');
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	width:16px;
	height:15px;
	display:inline-block;
	margin:0 4px;
}

.resmal-item a .icons .icon.bada{
	background-position:0 -351px;
}

.resmal-item a .icons .icon.ata{
	background-position:-64px -351px;
}

.resmal-item a .icons .icon.sevardighet{
	background-position:-128px -351px;
}

.resmal-item a .icons .icon.logi{
	background-position:-263px -351px;
	width:18px;
}

.resmal-item a .icons .icon.fiske{
	background-position:-32px -351px;
}


#resmal_egenskaper{
	margin:-10px 0 20px;
}

#resmal_egenskaper .icon,
#view-gallery.list .resmal-item a .icons .icon
{
	background-image:url('ui.png');
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 4px;
}

#resmal_egenskaper .icon.bada,
#view-gallery.list .resmal-item a .icons .icon.bada{
	background-position:0 -320px;
}

#resmal_egenskaper .icon.ata,
#view-gallery.list .resmal-item a .icons .icon.ata{
	background-position:-75px -320px;
}

#resmal_egenskaper .icon.sevardighet,
#view-gallery.list .resmal-item a .icons .icon.sevardighet{
	background-position:-151px -320px;
}

#resmal_egenskaper .icon.logi,
#view-gallery.list .resmal-item a .icons .icon.logi{
	background-position:-110px -320px;
	width:23px;
}

#resmal_egenskaper .icon.fiske,
#view-gallery.list .resmal-item a .icons .icon.fiske{
	background-position:-37px -322px;
	width:20px;
}

.resmal-items-wrapper{
	margin-left:-20px;
}

.resmal-items-wrapper.list{
	margin:0;
}

#resmal_slide_wrapper{
	height:260px;
	overflow:hidden;
	position:relative;
}

#resmal_slide div.resmal-slide{
	height:260px;
	display:none;
	position:absolute;
	width:100%;
	background-size:cover;
	-ms-behavior: url("/backgroundsize.min.htc");
	background-position:center center;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}


/* /RESMAL */

/* TIME TABLE */
.time-table .icon{
	background:url('ui.png') -85px -147px;
	height:40px;
	width:40px;
	display:block;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
}

.time-table small b{
	display:block;
}
/* /TIME TABLE */

/* RAND IMG */

.sp-slideshow-wrapper ul.content li{
	position:relative;
	height:260px !important;
}

.sp-slideshow-wrapper ul.content li span.img-caption,
.resmal-slide span.img-caption{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:2;
	background:rgba(0,0,0,.8);
	color:#999;
	padding:2px 10px;
	font-size:8px;
}

/* /RAND IMG*/

/* GOOGLE TRANS. */

.goog-te-gadget-simple{
	border:#ccc 1px solid !important;
	line-height:23px;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
}

/* /GOOGLE TRANS. */

a.button{
	display:inline-block;
	padding:3px 24px 3px 10px;
	margin:0 10px 0 0;
	color:#fff;
	background:url('ui.png') right -72px #305c81;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	font-size:13px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:20px;
	border:0;
	text-shadow:none;
	text-decoration:none;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

a.button:hover{
	color:#fff;
	background-color:#1A3145;
	background-image:url('ui.png');
	background-position: right -72px;
	background-size:168px 420px;
	-ms-behavior: url("/backgroundsize.min.htc");
	border:0;
	line-height:20px;
}

#app_ad p > a{
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	height:50px;
	width:50px;
	background:url(app.png) no-repeat;
	background-size:auto 50px;
	-ms-behavior: url("/backgroundsize.min.htc");
}

#app_ad p > a.android{
	background-position:right top;
}

.bild-border{
	max-width:100%;
}

#resmal_slide{
	margin:0 0 20px;
}

/* Banner slide Min Skärgård */
.sp-slideshow, .sp-slideshow-wrapper {
    width: 300px;
    margin: 20px 10px 0 -10px;
    border-radius: 5px;
}
#banner {

}
.item {
    padding: 0;
    list-style: none;
    width: 300px;

}
.item li span {
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center top;
    float: left;
    margin-right: 40px;
    background-color: #EEE;
    border-radius: 5px;
    border: 1px solid #839DB2;
    /*box-shadow: 0px -1px 0px #EEE, 0px 0px 0px 1px #DDD, 0px 2px 2px #E8E8E8;*/
}
.item li .inner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 260px;
    padding: 10px 20px;

    margin-top: -43px;
    font-size: 16px;
}
.item li .inner p {
    font-family: "roboto";
    font-weight: ;
    font-size: 20px;
    line-height: 1.1;
}
.item li .link {
    position: absolute;
    bottom: 20px;
    width: 300px;
    font-size: 20px;
    font-family: "roboto";
    padding: 0px 20px;
}
.item li .inner p:last-child { margin: 0 }
#banner .item li .inner h4 {
    font-size: 20px;
    font-family: "roboto";
    font-weight: normal;
    margin-bottom: 10px;
    color: #002C46;
    text-transform: none;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#wax_slide h1{
			font-size: 65px;
		}

		.fartyg-info{
			width:271px;
			float:left;
		}
		
		#branding .inner{
			display:inline;
			float:left;
			width:768px;
		}
		
		.post-picture{
			height:100px;
			width:100px;
		}
		
		.post-text{
			width:322px;
			margin-left:20px;
		}

		#home{
			width:230px !important;
			background-size: 230px auto !important;
			-ms-behavior: url("/backgroundsize.min.htc");
			background-position: 0 -27px !important;
			background-repeat: no-repeat !important;
			height: 36px !important;
			margin-top: 42px !important;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#trangle{
			display: none;
		}
	}
	
	.rese-pane {
		padding: 5px;
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.form-item-fran .list, .form-item-till .list {
			margin-right: 15px;
		}
		
		body{
			background:url(turn.png) no-repeat center center #305C81;
			background-size:144px 93px;
			-ms-behavior: url("/backgroundsize.min.htc");
			height:300px;
		}
		
		body.facebook-page{
			background:none;
			height:auto;
			width:503px;
		}
		
		body #aspnetForm{
			display:none;		
		}
		
		body.facebook-page #aspnetForm{
			display:block;		
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		h2.start-heading{
			margin-top: 10px;
		}

		#footer .container .columns{
			margin-bottom: 50px;
		}

		#footer .container .columns:last-child{
			margin-bottom: 0px;
		}

		.post.stickyTrue .post-picture{
			float: right;
			margin: 0 0 10px 10px;
			height: 70px;
			width: 70px;
			display: block;
		}

		.post-meta{
			left: -90px;
		}

		.post .post-picture{
			display: none;
		}

		.startpage2014 #main {
		    margin-top: 0px;
		}

		.startpage2014 #page{
			background-image: none;
			background-color: #fff;
		}

		#secondary{
			padding: 0 !important;
		}

		#secondary .padding{
			padding: 20px !important;
		}

		header{
			border: 0 !important;
		}

		#reseplaneraren{
			margin: 20px 10px;			
		}
		
		.hide-mobile{
			display:none;
		}

		#home,
		#branding .inner{
			width:300px !important;
		}
		
		#home{			
			background-size: 240px auto !important;
			-ms-behavior: url("/backgroundsize.min.htc");
			background-position: 0 -23px !important;
			margin-top: 12px !important;
			margin-bottom: 12px !important;
		}
		
		#service_menu{
			display:none;
		}
		
		#page{
			padding-top:82px;
		}
		
		#page, #main{
			background:#fff;
		}
		
		.post-text{
			margin:0;
			float:none;
			width:auto;
		}
		
		.post-picture{
			margin:0 0 10px 0;
			float:none;
			width:auto;
		}
		
		#main{
			margin-bottom: 0;
		}

		#primary .padding,
		#secondary .padding{
			padding:10px 0;
			margin-left: 0;
			margin-right: 0;
		}
		
		small{
			font-size:8px;
		}
		
		small.turnummer{
			width:40px;
			text-align:right;
		}
		
		.rp-map-view{
			height:300px !important;
			overflow:hidden;
		}
		
		header{
			box-shadow:none;
			border-bottom:#ccc 1px solid;
			position:absolute;
		}
		
		#wide_tabs{
			margin:0 -10px 20px;
			padding:20px 10px 0;
		}
		
		#secondary{
			margin:0px -10px 0px;
			background:#eee;
			padding:20px;
			width:auto;
		}
		
		#secondary, #primary{
			float:none;
			display:block;
		}
		
		.post-picture{
			float:right;
			margin:0 0 10px 10px;
			width:70px;
			height:70px;
		}

		figure{
			margin-bottom: 0 !important;
		}

		#main{
			margin-top: 0;
		}

		#view-map #map_canvas{
			height:300px !important;
		}
		
		#view-gallery{
			padding-left:10px;
		}
		
		#view-gallery.list{
			padding-left:0px;
		}
		
		.resmal-item{
			width:145px;
			height:145px;
			margin:0 0 10px 10px;
		}
		
		.main-aside.right{
			float:none;
			margin:0 0 10px 0;
			padding:0 0 10px;
			width:auto;
			border-left:0;
			border-bottom:1px solid #ccc;
		}
		
		.main-aside.right p{
			display:inline;
		}
		
		.main-aside.right p + p::before{
			content:", ";
		}
		
		#footer #info,
		#footer .copyright{
			float:none !important;
			text-align:center !important;
		}
		
		.fartyg-info{
			float:none;
			width:auto;
		}
		
	}





/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

@font-face {
    font-family: 'hagin';
    src: url('hagincapsforwb-webfont.eot');
    src: url('hagincapsforwb-webfont.eot?#iefix') format('embedded-opentype'),
         url('hagincapsforwb-webfont.woff') format('woff'),
         url('hagincapsforwb-webfont.ttf') format('truetype'),
         url('hagincapsforwb-webfont.svg#hagin_caps_for_wbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}