



.sv-editing-mode {
	margin-top: 36px;
}

body{
	padding-top: 20px;
	margin:0px;
}

/* REMOVE IMG LINK BORDER in IE
==========================================*/
.tool-menu-circle img{
	border: 0px;
	outline: 0px;
	display: block;
	margin: 0 auto;
	position: relative;
}

/* PORTLET SETTINGS
==========================================*/
.pagecontent .sv-image-portlet {
	margin-bottom: 20px;
}
.pagecontent .sv-text-portlet, .pagecontent .sv-old-text-portlet {
	padding-left: 0px !important;
}
/* H1
==========================================*/
.heading,
.subheading{
	display: block !important;
}
/* SPACER
==========================================*/
.sv-spacer{
	padding-bottom: 30px;
}
/* SPACER IN OLD LAYOUT
==========================================*/
.pagecontent .sv-spacer {
	display: none;
}
/* HEADER
==========================================*/
.jfk-header {
	padding: 0px;
}
.header-logo-search-row{
	padding:20px 0px;
}
/* LOGOTYPE
==========================================*/
.logotype-portlet{
	position: relative;
}
.jfk-logotype-link{
	display: block;
	position: relative;
	bottom: 26px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
/* MIDCOL UNDERSTART
==========================================*/
.midcol-6-content{
	padding-left: 20px;
	padding-top: 15px;
}
/* TOP CONTENT UNDERSTART
==========================================*/
.top-content-understart{
	background-color: #fff;
	padding-bottom: 20px;
}

/* TOOL MENU
==========================================*/

.tool-menu {
	overflow: auto;
	display: block;
   float:right;
}

.tool-menu-option {
	display: block;
	float: left;
	margin-right:17px;
}
.tool-menu-option:last-child {
	margin-right: 0px;
}
.tool-menu-circle,
.customer-support-phonenumber-icon,
.customer-support-question-icon {
	float: left;
	display: block;
	margin-right: 7px;
	height: 31px;
	width: 31px;
	border-radius: 31px;
	-webkit-transition: all 0.3s; 
   	   -moz-transition: all 0.3s; 
   	     -o-transition: all 0.3s; 
   	        transition: all 0.3s;	
}
.customer-support-phonenumber-icon, .customer-support-question-icon {
	background-color: #74A316;
}
.tool-menu-option:hover .tool-menu-link{
	-webkit-transition: all 0.3s; 
   	   -moz-transition: all 0.3s; 
   	     -o-transition: all 0.3s; 
   	        transition: all 0.3s;	
	text-decoration: underline;
}
.tool-menu-rs-icon {
	top: 8px;
}
.tool-menu-a_o-icon {
	top: 9px;
}
.tool-menu-house{
	top: 7px;
}
.tool-menu-translate-icon {
	top: 7px;
	left:1px;
}
.tool-menu-option a {
	line-height: 30px !important;
	display: block;
	float: left;
   font-family:arial !important;
   color:#333 !important;
}
.tool-menu-option .tool-menu-link {
	display: block;
	float: left;
	line-height: 30px;
   font-size:14px;
}
/* TOP SEARCH
==========================================*/
.search-page-heading{
	width:47em;
	display:block;
	margin: 0 auto;
	margin-bottom: 27px;
}
.sinput {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 13px 48px 13px 15px;
	color: #222;
	font-style: italic;
	width: 100%;
	max-width: 337px;
	display: block;
	float: right;
	font-size: 15px;
	background-size: 30px;
	border: 1px solid #e9e8e8;
	background-color: #fff;
	text-overflow: ellipsis;
	height: 50px;
	-webkit-transition: border 0.3s; 
       -moz-transition: border 0.3s; 
         -o-transition: border 0.3s; 
            transition: border 0.3s;
}
.top-search-box {
	position: relative;
}
.top-search-icon {
	border:0px;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 48px;
	width: 40px;
	cursor: pointer;
	background: url(/images/18.2bcf41dd144728ec59aff/search-icon.png) no-repeat center center;
	-webkit-transition: all 0.3s; 
       -moz-transition: all 0.3s; 
         -o-transition: all 0.3s; 
            transition: all 0.3s;
}
.top-search-icon:hover {	
	background: url(/images/18.2bcf41dd144728ec59a100/search_icon_hover.png) no-repeat center center;
	background-color: #495da3;
}
.sinput:hover {
	border-color: #aaa;
}
.sinput:focus + .top-search-icon {
	background: url(/images/18.2bcf41dd144728ec59a100/search_icon_hover.png) no-repeat center center;
	background-color: #495da3;
}
::-webkit-input-placeholder {
   color: #222;
}
:-moz-placeholder { 
   color: #222;  
}
::-moz-placeholder { 
   color: #222;  
}
:-ms-input-placeholder {  
   color: #222;  
}

/* SEARCH LIST
==========================================*/
.jf-search-module{
	width: 47em;
	display: block;
	margin: 0 auto;
}
.list-search-box {
	overflow: hidden;
	position:relative;
}
.list-search-box .sinput{
	padding:11px 10px;
	clear:right;
	max-width:100%;
}
.list-search-box .top-search-icon{
	/* height:44px; */
	/* top:1px; */
}
.path-details a, .update-details {
	color: #495da3;
	text-decoration: none;
}

.pagination{
	display:table;
	margin:0 auto;	
}
.current{
	background: #F2FBE1 !important;
}
.prev{
	background:transparent !important;
}
.pagination a,
.pagination span{
	padding:6px;
	line-height:normal;
	border:0px !important;
}
.pagination a:hover,
.pagination span:hover{
	background:transparent;
}


.sortbar{
	background-color: #fff;
	display:block;
	width:100%;
	border:1px solid #ddd;
	overflow:hidden;
	margin-top:30px;
}

.sortbar a{
	cursor:pointer;
	display:block;
	float:left;
	padding:6px 10px;
	color:#495da3;
}
.search-hit-item > a {
	color: #495da3;
}
.sortbar .sortpdf{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.sortbar .active-sort{
	/*background-color: #F2FBE1;*/
	text-decoration: none !important;
	color: #000 !important;
}
.search-ol .searchlist-item{
	padding:13px 0px
}

#hit-count-phrase{
	margin-top: 5px;
}
b.hitcount{
	font-weight: normal;
}	
.pathText img{
	display: none;
}
body{
   overflow-y:scroll;
}
.search-hit-item > img {
   float: left;
   margin-top: 8px;
   margin-right: 5px;
}
/* MOBILE MENU
==========================================*/
.mobile-menu-button-container{
   display:none;   
}

/* TOP MENU 
==========================================*/
.top-menu {
   	margin:0px auto;
   	max-width: 960px;
   	width: 100%;
   	margin-right: auto;
   	margin-left: auto;
	padding: 0px;
	list-style: none;
	overflow: auto;
}
.top-menu li {
	display: block;
	float:left;
	-webkit-transition: all 0.3s; 
       -moz-transition: all 0.3s; 
         -o-transition: all 0.3s; 
            transition: all 0.3s;
}
.top-menu li a {
   	font-family:arial !important;
   	display: block;
   	padding: 12px 10px;
   	color: #fff !important;
   	font-size: 13px !important;   
}

/* LEFT MENU 
==========================================*/
.menu-root{
	/*background-color:#5c8211 !important;*/
	list-style:none;
	position: relative;
}
.menu-root a{
	font-family:arial;
	padding: 10px 10px;
	text-decoration:none;
	color:#fff;
	/*text-transform:uppercase;*/
	font-size:15px;
}
.menu-root a:hover{
	text-decoration: underline;
}
.menu-depth{
	margin:0px;
	padding:0px;
	background-color:#fff;
}
.menu-depth a{
	-webkit-transition: all 0.3s; 
       -moz-transition: all 0.3s; 
         -o-transition: all 0.3s; 
            transition: all 0.3s;
}
.lvl-1{
	border-left:1px solid #e5e3e3;
	border-right:1px solid #e5e3e3;
}
.lvl-1 *{
	list-style:none;
}
.left-menu-item{
	position:relative;
	border-bottom:1px solid #e5e3e3;
}
.left-menu-item a{
	display:block;
	padding:10px;
	padding-right: 23px;
	color: #495da3;
}
.arrow-icon-container {
	position: absolute;
	top: 0px;
	right: -1px;
	height: 100%;
	padding: 0px 7px;
	pointer-events:none;
	z-index: 3;
	width: 7px;
}

.menu-option-container{
	display:block;
}
.is-open{
	border:none;
}
.is-open > .menu-option-container{
	position:relative;
	border-bottom:1px solid #ddd;
}
.is-open.is-parent > .menu-option-container > .arrow-icon-container.doFillArrow{
	background-color:#a3c265;
}
/*.is-open > .menu-option-container a{
	background-color: #eef3e2;
}*/
.left-menu-item a:hover {
	text-decoration: underline;
}
.menu-option-container img{
	position: absolute;
	top: 41%
}
.lvl-2 a{
	padding-left:20px;
}
.lvl-3 a{
	padding-left:30px;
}
.lvl-4 a{
	padding-left:40px;
}
.lvl-5 a{
	padding-left:50px;
}
.lvl-6 a{
	padding-left:60px;
}
/* CRISIS ITEMS
==========================================*/
.jf-crisis-item {
	margin-top:10px;
	background-color: #ffdc00;
}
.jf-crisis-item a{
    text-decoration:none;
	display:block;
	padding: 10px 15px;
}
.jf-crisis-item .jf-crisis-heading,
.jf-crisis-item .jf-crisis-content{
	font-family:arial;
	color:#000;
	font-weight:bold;
}
.jf-crisis-item .jf-crisis-heading{
	margin-bottom:6px;
	margin-top:0px;
	font-size:25px;
}
.jf-crisis-item .jf-crisis-content{
	margin-top:0px;
	text-decoration:underline;
	font-size:16px;
}
/* PANORAMA IMG
==========================================*/
.panorama img{
   	display:block;
   	width:100%;
   	height:auto;  
   	margin:0 auto;     
}

/* MAIN CONTENT
==========================================*/
.main-content{
	padding:30px 0px;
	padding-bottom: 50px;
}

/* MOST WANTED LINKS
==========================================*/
.most-wanted {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #eaeaeb;
	position: relative;
	padding-left: 130px;
	background-color:#fff;
	height:auto;
	overflow: hidden;
}
.most-wanted li{
   	display:block;
   	float:left;  
   	margin:0px;
	-webkit-transition: all 0.3s; 
   	   -moz-transition: all 0.3s; 
   	     -o-transition: all 0.3s; 
   	        transition: all 0.3s;	
}
.most-wanted li a{
	color: #495da3 !important;
	margin-left: 0px !important;
	display: block;
	padding: 11px;
	font-size: 14px !important;
	font-family: georgia !important;
	line-height: 22px !important;
	text-align: center;
}
.most-wanted li:hover{
	background-color: #495da3;
}
.most-wanted li:hover a{
	color: #fff !important;
}
.most-wanted-heading-container {
	position: absolute;
	width: 131px;
	background-color: #495da3;
	height: 46px;
	left: -1px;
	top: -1px;
	height: 110%;
}
.most-wanted-heading-container span {
	display: block;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	line-height: 47px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 13px;
}
.most-wanted-heading-container:after{
	content: " ";
	border-left: 6px solid #495da3;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	height: 0px;
	position: absolute;
	right: -11px;
	top: 18px;
	width: 0px;
	z-index: 78;
	pointer-events: none;
}
.most-wanted-heading-container + li a {
	padding-left: 20px;
}
/* GREY DIVIDER
==========================================*/
.grey-divider{
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin: 18px 0px;
	border-bottom: 1px solid #fff;
}
/* IE SLIDESHOW GRADIENT
==========================================*/
.ie-white-gradient{
	display: none;
}
/* SLIDER
==========================================*/
.flexslider img{
	border: 0;
}
#slides {
  	display:none;
}
#slides *::selection {
	background: transparent;
}
#slides *::-moz-selection {
   	background: transparent;
}
.slide-text-container{
    position:absolute;
    background-color: rgba(255,255,255,0.8);
    width:100%;
    bottom: 10px;
    z-index:2;
}
.slide-text-container-padding{
    display:block;
    padding: 10px 100px 25px 40px;
}
.slider-heading,
.slider-desc{
    font-family:georgia;
    color: #222;
    position:relative;
}
.slide-text-container-padding a {
	text-decoration: none;
}
.slider-heading{
	margin-top: 0px !important;
    display:block;
    font-size:28px;
            
}
.slider-desc{
    font-size:15px;    
    text-decoration: underline;
}
.slide-button{
	-webkit-transition: all 0.3s; 
   	   -moz-transition: all 0.3s; 
   	     -o-transition: all 0.3s; 
   	        transition: all 0.3s;	
    cursor:pointer;
    z-index:99;
    top: 0px;
    position:absolute;
    height: 100%;
    width: 30px;
}
.flex-direction-nav {
	display: none;
}
.slide-next{
    right:0px; 
    background: url(/images/18.2bcf41dd144728ec59a746/arrow_right.png) no-repeat center center;
	background-color: #fff;
}
.slide-prev{
    left:0px;
    background: url(/images/18.2bcf41dd144728ec59a772/arrow_left.png) no-repeat center center;
	background-color: #fff;
}
.slide-next:hover{
    background: url(/images/18.2bcf41dd144728ec59a747/fs-rightarrow.png) no-repeat center center;	
}
.slide-prev:hover{
    background: url(/images/18.2bcf41dd144728ec59a773/fs-leftarrow.png) no-repeat center center;
}
.slide-next:hover,
.slide-prev:hover{
	background-color: #555;	
}
.slidesjs-navigation,
.slidesjs-pagination{
	display: none !important;
}

.flex-direction-nav .flex-next {
	background: url(/images/18.2bcf41dd144728ec59a746/arrow_right.png) no-repeat center center;
	right: 0px !important;
}
.flex-direction-nav .flex-prev {
	background: url(/images/18.2bcf41dd144728ec59a772/arrow_left.png) no-repeat center center;
	left: 0px !important;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	background-color: #fff;
	color: #fff;
	height: 50px;
	width: 23px;
	top:50%;
}
/* E-SERVICES
===========================================*/
.e-servicesHeading p{
	background-color: #d93e6b;
	margin: 0px;
	padding: 4px 10px;
	font-family: georgia;
	font-size: 17px;
	color: #fff;
}
.e-servicesList {
	min-height: 224px;
   	background-color: #fff;
}
.e-servicesList a {
	font-family: georgia !important;
   	color:#495da3 !important;
   	padding: 10px 10px;
   	display: block;
   	
	border-bottom: 1px solid #e5e3e3 !important;
   	line-height: 17px;
   	
	font-size:14px !important;
}
.e-servicesList a:hover{
	text-decoration: underline;
}
.e-servicesList li:last-child a {
   	/*border: 0 !important;*/
}

/* READ SPEAK
===========================================*/
.read-speak-holder {
	display: block;
	width: 80px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.read-speak-icon-holder {
	display: block;
	float: left;
	margin-bottom:10px;
}
.read-speak-text {
	display: block;
	float: left;
	line-height: 16px;
	margin-left: 7px;
	font-family: arial;
	font-size: 13px;
	color: #333;
}
.read-speak-holder a {
	text-decoration: none;
	position: relative;
	overflow: auto;
	display: block;
}
.read-speak-holder a:hover .read-speak-text {
	text-decoration: underline;
}
.read-speak-icon{
	border:0;
}

/* CUSTOMER SUPPORT
===========================================*/
.contact-box-understart{
	padding-right:10px;
	padding-top:11px;
}
.customer-support-heading *,
.customer-support-subheading *,
.customer-support-extra *{
	margin: 0px !important;
}
.customer-support-heading,
.customer-support-subheading,
.customer-support-extra{
	margin-bottom: 5px !important;
}
.customer-support-image {
	margin-bottom: 5px;
	/* height: 254px; */
}
.customer-support-image img{
	max-width:500px !important;
	max-height:500px !important;
	width:100%;
	height:auto;
}
.customer-support-phonenumber {
	margin: 11px 0px;
	overflow: auto;
}
.customer-support-phonenumber img {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 6px;
}
.customer-support-phonenumber div {
	float: left;
	display: block;
}
.customer-support-heading p {
	font-size: 24px;
	line-height: 34px;
}
.customer-support-subheading p {
	font-size: 17px;
}
.customer-support-phonenumber p {
	line-height: 32px;
	margin: 0px;
	font-size: 16px;
	color: #74A316 !important;
}
.customer-support-links div p {
	margin: 0px;
}
.customer-support-links a {
	margin-bottom: 0px;
	display: block;
	color: #495da3 !important; 
}
.customer-support-links a:hover {
	text-decoration: underline !important;
}

.customer-support-question > div {
	display: block;
}
.customer-support-question {
	overflow: auto;
	margin-bottom:11px;
}
.customer-support-question > div * {
	margin: 0px;
}
.customer-support-question > div a {
	line-height: 31px !important;
	display: block !important;
	color: #495da3 !important;	
}
.customer-support-question-icon{
	pointer-events:none;
}
.customer-support-question-icon img {
	position: relative;
	top: 6px;
	margin: 0 auto;
	display: block;
}
.customer-support-question a:hover {
	text-decoration: underline;
}
.customer-support-question:hover .customer-support-question-icon{
	background-color:#5c8211 !important
}
/* RELATED LINKS
===========================================*/
.related-links-heading {
	display: block;
	background: #d7d3ce;
	position: relative;
	padding: 7px 10px;
	margin-bottom: 10px;
}
.related-links-heading p {
	margin: 0px;
	font-size: 16px;
}
.related-links-heading:after {
	width: 0px;
	height: 0px;
	content: " ";
	position: absolute;
	border-top: 8px solid #d7d3ce;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: 100%;
	left: 15px;
}
.related-list a {
	line-height: 24px !important;
	color:#495da3 !important;
}
/* CONTACT PAGE IMGPUFFS
===========================================*/
.contact-page-imgpuffs > div {
	margin-right: 30px;
}
.contact-page-imgpuffs > div:last-child {
	margin-right: 0px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px){
	.main-content {
		padding: 30px 10px;
	}
	.jfk-header{
		padding:0px 10px;
	}
	.top-menu{
		max-width: 800px;
	}
	.top-menu li a{
		padding: 12px 4px;
		font-size: 12px !important;	
		margin: 0px !important;
	}
}
@media only screen and (min-width: 769px) {
/* CUSTOM NEWS
===========================================*/
	.startpage-news{
	   	overflow:auto;   
	}
	.startpage-news .sv-channel-item{
	   	display:block;
	   	float:left;
	   	width: 29.577464788732392%;
	   	margin-right: 5.633802816901408%;
	   	margin-bottom: 35px;
	}	
	.startpage-news .sv-channel-item > img,
	.startpage-news .sv-channel-item > a img{
	   	display:block;
	   	width:100% !important;
	   	height:auto !important;
	   	max-height:130px;
	   	margin-bottom: 13px;
	}
	.startpage-news .sv-channel-item > span{
	   	display:block;
	}
    .startpage-news .sv-channel-item > a{
	   	display:block;
	}
	.startpage-news .sv-channel-item:first-child{
	   	margin-left:0px;
	}
	.startpage-news .sv-channel-item:nth-child(3n+3) {
	   	margin-right:0px;
	}
	.startpage-news .nyhetslistrubrik {
		margin-bottom: 7px;
	}
	.startpage-news .normal{
		line-height: 21px;
	}
	.startpage-news .sv-channel-item:nth-child(4),
	.startpage-news .sv-channel-item:nth-child(7),
	.startpage-news .sv-channel-item:nth-child(10){
	   	clear:left;
	}
}
.startpage-news a {
	display: block;
}
.startpage-news a:hover {
   text-decoration: underline;
}
/*HIDE ALL NEWS AFTER 6*/
.startpage-news li:nth-child(n+7),
.startpage-news li:nth-child(n+10) {
   	display:none;
	position: relative;
	z-index: 2;
} 
.startpage-news-visible{
	display: block !important;
}
.startpage-news ul {
	overflow: hidden;
}
/* MORE NEWS BUTTON
===========================================*/
.more-news-button{      
   	text-align:center;
   	display:block;
   	padding:10px 0px;
   	background-color:#74a316;
   	border-radius:3px;
   	cursor:pointer;
   	-webkit-transition: all 0.3s; 
   	   -moz-transition: all 0.3s; 
   	     -o-transition: all 0.3s; 
   	        transition: all 0.3s;
}
.more-news-button,
.more-news-button a{
   	color:#fff;
   	font-size:19px;   
   	font-family:georgia;
   	text-decoration:none;
   	position: relative;
   	z-index: 3;
}
.more-news-button a{
	display: block;
}
.more-news-button:hover,
.more-news-button a:hover{
   	text-decoration:underline;
   	background-color: #659900;
}
.more-news-button-container{
	margin-top: 5px;
}

/* FOOTER
===========================================*/
.footer-left-col{
	background:#83b81a;
	padding: 20px 0px 20px 100px;
}
.footer-right-col{
	position:relative;
}
.footer-contact {
	display: block;	
   	position:relative;
   	margin-bottom:10px;
}

.footer-contact p,
.footer-contact a,
.footer-about-us a,
.footer-more-contact a{
   	margin:0px;
	font-size: 20px;
	font-family: georgia;
	color: #fff;   
	line-height: 30px;
   	text-decoration:none; 
}
.footer-about-us a:hover,
.footer-more-contact a:hover,
.footer-contact-text a:hover,
.footer-contact a:hover{
	text-decoration:underline;
}
.footer-contact-text a{
	color:#fff;
}
.footer-icon{
	position: absolute;
	display: block;
	left: -45px;
	height: 32px;
	width: 32px;
}
.footer-icon-portlet {
	position: absolute;
	left: -41px;
	top: 0px;
}
.footer-contact-icon {
	display: block;
	height: 31px;
	width: 31px;
	border-radius: 31px;
	background-color: #74A316;
   	-webkit-transition: all 0.3s; 
   	   -moz-transition: all 0.3s; 
   	     -o-transition: all 0.3s; 
   	        transition: all 0.3s;
}
.footer-email:hover .footer-contact-icon {
	background-color: #5c8211 !important;
}

.footer-contact-icon img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 7px;
}
.footer-about-us{
   	margin:0px;
   	padding:0px;   
}
p.footer-more-contact{
	display:block;
	margin-top:20px;  
}
.back2top{
   	margin-top: 27px;
   	display:block;
   	overflow:auto;   
   	width: 200px;
}
.back2top-button {
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	cursor: pointer;
}
.back2top-icon {
	border-radius: 3px;
	height: 38px;
	width: 47px;
	background: url("/images/18.2bcf41dd144728ec59afb/backtotop.png") no-repeat;
	display: block;
	float: left;
	margin-right: 10px;
	-webkit-transition: all 0.3s; 
       -moz-transition: all 0.3s; 
         -o-transition: all 0.3s; 
            transition: all 0.3s;
}
.back2top:hover{
	cursor: pointer;
}
.back2top:hover .back2top-icon{  	
	background-color: #8f887e;
}
.back2top:hover .back2top-button{  	
	text-decoration:underline; 
}   	
.back2top:hover:active .back2top-icon{
	background-color: #807c75;
}


/* TABLET BREAKPOINT @768 (use "<"+search query)
 ==========================================*/
@media only screen and (max-width: 768px) {	
	/*<HEADER*/
	.jfk-header {
		padding: 10px;
		padding-bottom: 0px;		
	}
	/*<LOGOTYPE*/
	.jfk-logotype {
		width: 100%;
		height: auto;
		max-width: 314px;
	}
	/*<TOP MENU*/
	.menu-wrapper{
		background-color: transparent !important;
	}
	.top-menu {
		margin: 0px;
		list-style: none;
		overflow: auto;
		max-width: 100%;
		width: auto;
		padding: 5px 10px;
		padding-bottom:15px;		
	}

	.top-menu li {
		display: block;
		float: left;
		width: 24.62%;		
		margin-right: 0.5%;
		margin-top: 0px;
		margin-bottom: 3px;
		text-align: center;
		background: #74a316;
	}
	.top-menu li:nth-child(4n+0){
		margin-right: 0px;
	}
	.top-menu a{
		padding: 15px !important;
	}
	/*<KRISPUFF*/
	.jf-crisis-list{
		margin-bottom: 20px;
	}
	/*<PANORAMA*/
	.panorama {
		margin-bottom: 20px;
	}
	/*<SPACER*/
	.sv-spacer {
		padding-bottom: 20px !important;
	}
	/*<MAIN CONTENT*/
	.main-content{
		padding: 0px 10px 30px 10px;
	}
	.leftcol-9,.midcol-6,.midcol-6-content{		
		float: none !important;
		width: auto !important;
		display: block;
		position: static;
		left: auto;
	}
	.midcol-6-content{
		padding-left: 10px;
		padding-right: 10px;
	}
	/*<MOST WANTED LINKS*/
	.most-wanted .most-wanted-heading-container {
		width: 100%;
		position: relative;
		display: block;
		float: none;
		margin: 0px;
		height:40px;
		top:0px;
		left:0px;
	}
	.most-wanted-heading-container span{
		line-height: 41px;
	}
	.most-wanted-heading-container:after {
		display: none;
	}
	.most-wanted li{
		margin-top: 3px;
		margin-left: 3px;
		background-color: #CED6F0;
		margin-top: 6px;
		margin-left: 6px;
		border-radius: 2px;
	}
	.most-wanted li a{
		padding: 7px 11px;
	}
	.most-wanted {
		padding-left: 0px;
		padding-bottom: 3px;
		height: auto;
		overflow: hidden;
		background-color:transparent;
		border:0;
	}
	/*<SLIDER*/
	.slider-heading {
		display: block;
		/*font-size: 22px;*/
		width: auto;
	}	
	.slide-text-container-padding {
		padding: 10px 40px 25px 40px;
	}
	/*<CUSTOM NEWS*/
	.startpage-news{
		overflow:hidden;
	}
	.startpage-news .sv-channel-item {
		width: 47.916666666666664%;
		float: left;
		display: block;
	}
	.startpage-news .sv-channel-item:nth-child(2n+2){
		margin-left: 4.166666666666666%;	
	}
	.startpage-news .sv-channel-item:nth-child(2n+3){
		clear:left;
	}
	.startpage-news .sv-channel-item > img,
	.startpage-news .sv-channel-item > a > img{
		width: 100% !important;
		height: auto !important;
		display: block;
		max-width: 100%;
		max-height: 200px;
		margin-bottom: 13px;
	}
	.startpage-news .sv-channel-item span{
		display: block;
	}
	/*<FOOTER*/
	.footer-left-col {
		padding: 20px 0px 20px 60px;
	}
	.footer-right-col{
		padding: 20px 0px 20px 10px;
	}

}

/*PORTRAIT IPAD*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
	/*RELATED LINKS*/
	.related-links-portlet{
		margin-top:20px;
	}

	.e-servicesList a {
		color: #495da3;
		margin-left: 0px !important;
		display: block;
		font-size: 14px !important;
		font-family: georgia !important;
		padding: 7px 11px;
		line-height: 22px !important;
	}

}

@media only screen and (max-width: 660px) {
	.top-menu a {
		padding: 5px 20px !important;
	}
	.top-menu li {
		height: 52px;
	}
	.jfk-logotype-link {
		bottom: 0px;
	}
}

/* MOBILE BREAKPOINT @768 (use "<<"+search query)
 ==========================================*/
@media only screen and (max-width: 480px){
	/*<<BODY*/
	body {
		padding-top: 0px;		
	}
	/*<<HEADING*/
	.heading{
		word-break:break-word;
	}
	/*<<HEADER*/
	.mobile-head-left-col {
	   	width: 100%;
	   	position: relative;	
	   	margin-bottom: 20px;
	}
	/*<<SEARCH AND LOGO ROW*/
	.header-logo-search-row{
		padding:20px 0px;
		padding-bottom: 0px;
	}
	/*<<SEARCH LIST*/
	.sortbar .sortpdf{
		width: 100%;
		border-right: 0px;
	}
	.sortall {
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.sortpdf {
		border: 0 !important;
		width: 100%;
	}
	.search-page-heading{
		width:100%;
		display:block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.jf-search-module{
		width: 100%;
		display: block;		
	}
	#hit-count-phrase {
		margin-left: 0px;
	}
	/*<<MOBILE MENU*/
	.lvl-1 {
		display: none;
	}
	.mob-nav-active{
		display:block !important;
	}
	.menu-root .mm-second-opt {
		display: none;
	}
	.mm-active .mm-second-opt {
		display: block;
	}
	.mm-active .mm-first-opt {
		display: none;
	}
	.mm-first-opt, .mm-second-opt {
		position: relative;
		z-index: 8;
	}
	.mobile-menu-toggle{
		background: #83b81a;
		color: #fff;
		display: block;
		height: 42px;
		line-height: 42px;
		text-align: left;
		padding-left: 10px;
		font-size: 15px;
		font-family: arial;
		font-weight: bold;
		cursor: pointer;	
		position: absolute;
		top: 0px;
		right: 0px;
		width: 70px;
		z-index: 10;
	}	
	.mobile-menu-toggle:after {
		position: absolute;
		content: " ";
		border-bottom: 6px solid transparent;
		border-top: 6px solid white;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		top: 18px;
		right: 10px;
		z-index: 11;
	}
	.active-arrow:after {
		border-bottom-color: #fff;
		border-top-color: transparent;
		top: 12px;
	}
	#jfk-mmts::selection {
		background: transparent;
	}
	.mobile-search-field{
		width: 100%;
		margin: 0px;
		outline: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 7px 7px;
		border: 1px solid #e9e8e8;
		background: #fff;
		height: 40px;
		color: #222;
		font-size: 15px;
		font-family: georgia;
		font-style: italic;
	}
	.top-search-icon {
		height: 40px;
		top: 0px;
		right: 0px;
	}
	/*<<MENU ROOT*/
	.menu-root a{
		overflow: hidden;
		display: block;
		font-size: 18px !important;
		position: relative;
		z-index: 9;
		display: block;
		padding-right: 73px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/*<<LEFT MENU*/
	.left-menu-item a{
		font-size:16px !important;
	} 
	/*<<TOP CONTENT UNDERSTART*/
	.top-content-understart{
		padding-bottom: 0px;
		background-color:transparent;	
	}
	.top-content-understart .midcol-6-content{
		background-color:#fff;
		padding-bottom:10px;
	}
	/*<<FOOTER*/
	.footer-left-col{
		margin:0px !important;
      	padding: 20px 0px 20px 50px !important;
	}
	/*<<REMOVE WHEN GOT TIME*/
	.footer-left-col > div:first-child p,
	.footer-more-contact{
		position:relative;
		left: -40px !important;
	}
	/*<<MOST WANTED LINKS*/
	.most-wanted {
		height: auto;
		overflow: hidden;
	}
	.most-wanted .most-wanted-heading-container {	
		height: 30px;
	}
	.most-wanted-heading-container span{
		line-height: 31px;
	}
	.most-wanted li a {
		padding: 7px;
	}
    /*<<LOGOTYPE*/
	.jfk-logotype {
		width: 88%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	/*<<HEADER*/
	.jfk-header {
		margin: 0px !important;
	}
	/*<<STARTPAGE NEWS*/
	.startpage-news .sv-channel-item {
		width: 100%;
		clear: both;
		margin-left: 0px !important;
	}
	.startpage-news .sv-channel-item img {
		display: none !important;
	}
	.startpage-news .sv-channel-item{
		margin-bottom: 20px !important;
	}
	/*<<SV SPACER*/
	.sv-spacer{
		padding-bottom: 0px !important;
	}
	/*<<SNURRA*/
	.startpage-slider{
		display: none !important;
	}
	/*<<E-SERVICES LIST*/
	.e-servicesList{
		min-height: 0;
	}
	
	.e-servicesList li:last-child a {
		border: 0 !important;
	}
	/**/
	.related-links-heading p{
		font-size:17px;
	}
	/*<<NYHETSLISTNING*/
	.most-wanted li a,
	.e-servicesList a,
	.related-list a,
	.nyhetslistningstext{
		font-size:16px !important;   
	}
	.nyhetslistrubrik{
		font-size: 21px !important;   
		line-height: 26px !important;
		margin-bottom: 5px !important;
	}
	.nyhetslistningstext{
		line-height: 24px !important;
	}
	.nyhetslistsdatum{
		margin-bottom:0px !important;   
	}
	/*<<BACK2TOP*/
	.back2top {
		margin: 0 auto;
		margin-top: 47px;
	}
}
