@media only screen
and (max-width : 319px) {
	#reponsiveHeader .navbar .links {
		display: none;
	}
}

@media only screen
and (max-width : 1024px) {
	/* Logo tagline for forenings text header */
	#logo-tagline { position:absolute; left: 85px; top: 69px;} /*top:11px; right:6px;*/
	#logo-tagline a { color:#333; font-size:15px;  font-style:normal; font-weight:normal; text-decoration:none; }

	#bgWrap { width:100%; height: 100%; overflow: hidden; position: fixed; top:0; left:0; z-index: 2; background:#000; }
	#bgImage { min-width: 100%; min-height: 100%; }

	#pageWrap { position: relative; z-index: 4; }

	#pageWrap { color: #1a171b; }

	#footerContainer { position: relative; z-index: 3; margin-top:30px; color:#fff; background:#000; -webkit-box-shadow: 0px -20px 50px 50px #000; box-shadow: 0px -20px 50px 50px #000; }

	#reponsiveHeader { position: relative; z-index: 5; margin:31px 0 10px;  }
	#reponsiveHeader .navbar { height:30px; background:#527138; position:fixed; top:0; left:0; width:100%; z-index:5; -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3); box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3); }
	#reponsiveHeader .navbar .trigger { width:30px; height:30px; background:#527138; float: left; position:relative; }
	#reponsiveHeader .navbar .trigger span { display:block; width:14px; height:3px; position:absolute; left:8px; background:#fff; }
	#reponsiveHeader .navbar .trigger span.one { top:8px; }
	#reponsiveHeader .navbar .trigger span.two { top:14px; }
	#reponsiveHeader .navbar .trigger span.three { top:20px; }
	#reponsiveHeader .navbar .links { float:right; }
	#reponsiveHeader .navbar .links ul { list-style:none; margin:0; padding:0; }
	#reponsiveHeader .navbar .links li { float: left; display:block; }
	#reponsiveHeader .navbar .links li a { display:block; float: left; padding:0 10px; line-height:30px; height:30px; font-size:13px; text-decoration: none; }
	#reponsiveHeader .navbar .links li.search a { width:14px; text-indent: -9999px; display:block; background:url(../img/navbar-search.png) center center no-repeat; }
	#reponsiveHeader .navbar .links li.au a { background: #8aa4a9; color:#fff; }
	#reponsiveHeader .navbar .links li.member a { background:#ed7d20; color:#fff; }
	#reponsiveHeader .menu { display: none; }
	#reponsiveHeader .menu ul { list-style: none; margin:0; padding:0; }
	#reponsiveHeader .menu ul li { margin:1px 0; }
	#reponsiveHeader .menu ul li a { background:#527138; display:block; height:30px; line-height:30px; padding:0 15px; font-size:13px; font-family:'dinot-bold'; text-decoration: none; color:#fff; }
	#reponsiveHeader .menu ul li.active a { background:#3c5329 url(../img/leftcol-arrow.png) 5px center no-repeat;  }
	#reponsiveHeader .menu ul li.active li a { background-image: none; font-family:'dinot-regular'; font-size:12px; padding-left:25px; }
	#reponsiveHeader .menu ul li.member a { background:#ed7d20; }
	#reponsiveHeader .menu ul li.secondary a { background:#eeebe3; color:#000; }
	#reponsiveHeader .menu ul li.secondary li a { background:#b6af9e; font-family:'dinot-regular'; font-size:12px; padding-left:25px; }
	#reponsiveHeader .title { padding:20px 10px 0; }
	#reponsiveHeader .title img { max-width:100%; }

	#headerWrap { display: none; visibility: hidden; }

	#mainCol .top,
	#largeCol .top { background:#fff; height:10px; }
	#mainCol .bottom,
	#largeCol .bottom { background:#fff; height:10px; }
	#mainCol .content,
	#largeCol .content { background:#fff; }

	#leftMenu { width:100%; }
	#leftMenu .top { }
	#leftMenu .bottom { }
	#leftMenu .content { padding:0; }

	#leftMenu ul { margin: 0; padding:0; list-style:none; }
	#leftMenu ul ul { margin:0 10px; }
	#leftMenu ul li { -webkit-border-radius: 3px; border-radius: 3px; background:#ededed; margin:2px 0; }
	#leftMenu ul a { text-decoration: none; font-size:12px; display: block; line-height:28px; padding-left:10px; -webkit-border-radius: 3px; border-radius: 3px; color:#222; background:#f7f7f7; }
	#leftMenu ul a.arrow { position: relative; background:#f7f7f7; }
	#leftMenu ul a.arrow:after { content: " "; display: block; width:3px; height:5px; background:url(../img/leftMenu-arrow-right.png) 0 0 no-repeat; position:absolute; top:50%; right:10px; margin-top:-1px; }
	#leftMenu ul a:hover { background-color:#fcf9e7; text-decoration:underline; }

	#leftMenu ul li.active a { position: relative; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; background:#3c5329; color:#fff;  }
	#leftMenu ul li.active a:after { content: " "; display: block; width:5px; height: 3px; background:url(../img/leftMenu-arrow-down-ff.png) 0 0 no-repeat; position:absolute; top:50%; right:10px; margin-top:-1px; }
	#leftMenu ul li.active li a { position: relative; background: transparent; -webkit-border-radius:0; border-radius:0; color:#222; }
	#leftMenu ul li.active li a:after { content: " "; display: block; width:3px; height: 5px; background:url(../img/leftMenu-arrow-right.png) 0 0 no-repeat; position:absolute; top:50%; right:0; margin-top:-3px; }
	#leftMenu ul li.active li.active a { background: url(../img/leftMenu-arrow-down.png) right center no-repeat; color:#fff; }
	#leftMenu ul li.active li.active li a { background: none; color:#222; }
	#leftMenu ul li a.active { font-family: 'dinot-bold'; }

	#pageWrap #leftMenu .content { padding:0; }

	.breadcrumbs { margin:0 0 15px; }
	.breadcrumbs ul { margin:0; padding:0; list-style: none; }
	.breadcrumbs ul li { display: inline-block; margin-right: 2px; line-height: 16px;  font-size:12px; color: #527138; }
	.breadcrumbs ul li a { line-height: 16px; display: inline-block; color: #527138; }
	.breadcrumbs ul li a.home { background: url(../img/Hem_icon.png) no-repeat; padding-left: 22px; }
	.breadcrumbs ul li a.active { font-family: 'dinot-bold'; }

	.borderHeading { background:url(../img/headingBorderBg.png) bottom left repeat-x; overflow:hidden; margin-bottom:10px; }
	.borderHeading h2 { font-size: 19px !important; }
	.borderHeading h2 span { font-size: 20px; background: #fff; padding: 0 10px 0 3px; line-height: 24px; font-family:'dinot-bold', Arial, sans-serif; letter-spacing:-1px; }

	a.loadMore { font-size:11px; display: block; padding:5px 0; line-height: 30px; margin:0 0 10px; color:#fff; background:#527138; text-align:center; text-transform:uppercase; text-decoration: none; -webkit-border-radius: 3px; border-radius: 3px; }
	a.loadMore span { padding-right:16px; background:url(../img/loadMore-arrow.png) no-repeat center right; }
	a.loadMore:hover { color:#fff; background-color:#527138; text-decoration: none; }

	a.backLink { font-size:12px; font-family: 'dinot-bold'; color:#3c5329; background:url(../img/backLink-arrow.png) center left no-repeat; line-height:18px; padding-left:12px; }
	a.backLinkTop { margin-bottom: 6px; display:inline-block; }

	a.bottomLink { font-size:11px; font-family: 'dinot-bold'; text-transform:uppercase; color:#000; background: #f7f7f7; padding:6px 0; line-height: 26px; text-align:center; display:block; border:1px solid #d9d6d0; border-top:0; text-decoration: none; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
	a.bottomLink:hover { background-color: #eeeded; text-decoration: none; }

	.filter { background: #527138; padding:4px 10px; margin:0 0 10px; -webkit-border-radius: 3px; border-radius: 3px;  }
	.filter h3 { font-family: 'dinot-bold'; font-style: italic; float: left; margin:0 10px 0 5px; padding-top:1px; color:#fff; font-size:14px;line-height:26px; }
	.filter ul { float: left; margin:0; padding:0; list-style:none; }
	.filter li { font-family: 'dinot-regular'; float: left; margin:2px 3px 2px 0; padding:0; font-size:14px; line-height:27px; }
	.filter li a { display: block; color:#fff; padding:1px 5px 0; -webkit-border-radius: 3px; border-radius: 3px; text-decoration: none; }
	.filter li a:hover,
	.filter li a.active { background:#527138; text-decoration:none; }

	.filterAlert { background:#fcf9e7 url(../img/alertIcon.png) 15px center no-repeat; padding:8px 8px 8px 48px; margin:0 0 10px; -webkit-border-radius: 3px; border-radius: 3px; }
	.filterAlert p { font-size:11px; color:#1d1d1d; }

	.nav-tabs { border-bottom:1px solid #fff; position: relative; z-index: 11; border-radius:3px; }
	.nav-tabs > li { margin-bottom:-2px; margin-right: -2px; font-family: 'dinot-bold'; padding:0 !important; border:none !important; }
	.nav-tabs > li > a { margin:0 1px 0 0; padding:0 13px; background:#eae8e5; text-decoration: none; color:#a29b93; font-size: 12px; line-height: 28px; height: 28px; border-radius: 0px; }
	.nav-tabs > li:last-child > a { margin:0; }
	.nav-tabs > li > a,
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus { background:#f2f1ef; color:#a29b93; border-color:#d4d0ca;  }
	.nav-tabs > .active > a,
	.nav-tabs > .active > a:hover,
	.nav-tabs > .active > a:focus { background:#fff; color:#000; border-color:#d4d0ca #d4d0ca transparent;border-bottom:solid 1px #fff; }
	.nav { margin:0; }
	.tab-content { border: 1px solid #d4d0ca; z-index: 10; border-radius:3px; }
	.tab-pane ul li { border:0; }
	.tab-pane ul { padding:0; margin-top:0; }
	.buySellAds ul li.bordertop { border-top: 1px solid #d4d0ca; }


	.dd-container { position: relative; font-family: 'dinot-regular' !important; z-index: 9991; }
	.dd-select { height: 28px; line-height: 28px; border:1px solid #cdcdc7; position: relative; cursor: pointer; -webkit-border-radius: 2px 0 0 2px; border-radius: 2px 0 0 2px; padding-left:1px; background-color:#fff; }
	.dd-pointer { display: block; position: absolute; top:-1px; right:-30px; width:30px; height:30px; background:#527138 url(../img/select-arrow-down.png) center center no-repeat; -webkit-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; }
	.hover .dd-pointer,
	.dd-pointer-up { background:#3c5329 url(../img/select-arrow-down.png) center center no-repeat;}
	.dd-selected { display: block; padding:0 0 0 5px; text-decoration: none; color:#000 !important; font-size: 12px; font-family: 'dinot-regular'; background:#fff; }
	.dd-selected label,
	.dd-selected:hover { text-decoration: none !important; color:#000 !important; font-weight: normal !important; font-family: 'dinot-regular' !important; }

	.dd-options { position: absolute; top:29px; left:0; background:#fff; list-style: none; padding:0; margin:0; border:1px solid #cdcdc7; max-height: 250px; overflow: auto; -webkit-box-shadow:  0px 6px 7px 0 rgba(0, 0, 0, 0.3); box-shadow:  0px 6px 7px 0 rgba(0, 0, 0, 0.3); }
	.dd-options a { display: block; line-height: 28px; height: 28px; padding:0 0 0 5px; cursor: pointer; font-size: 12px; font-family: 'dinot-regular' !important; color:#000 !important; }
	.dd-options a:hover { background:#fcf9e7; text-decoration: none; }
	.dd-options li { border-bottom:1px solid #cdcdc7; }
	.dd-options li:last-child { border-bottom: 0; }
	.dd-options label { color:#000 !important; font-weight: normal !important; font-family: 'dinot-regular' !important; }

	.dd-active { z-index: 9992; }

	#footer .top { margin-bottom:30px; }

	#footer .content { padding:0 20px;}
	#footer .content h3 { color:#fff; font-weight:normal; margin:0 0 5px; font-size:16px; font-family: 'dinot-bold'; }
	#footer .content a { color:#fff; text-decoration: none; }
	#footer .content a:hover { text-decoration: underline; }
	#footer .content ul { margin: 0 0 30px; padding:0; list-style:none; }
	#footer .content ul li { font-size: 12px; }

	#footer .content .link-fb,
	#footer .content .link-twitter { display:block; text-indent: -9999px; float:left; margin-right:10px; }

	#footer .content .link-twitter { background:url(../img/link-twitter.png) no-repeat; width:27px; height:21px; position:relative; top:1px; }
	#footer .content .link-fb { background:url(../img/link-fb.png) no-repeat; width:23px; height:23px; }

	#footer .content .link-jaktsidan { background:url(../img/link-jaktsidan.png) no-repeat; padding-left:27px; display: block; min-height: 22px; line-height: 22px;  }

	#footer p.copy { text-align: center; font-size: 12px; margin:0 0 5px; }
	#footer p.admin { margin-top: 5px; margin-bottom: 10px; text-align: center; font-size:11px; color:#fff; }


	.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-bottom:8px; }
	.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	/* MAINSEARCH */
	#mainSearch {}
	#mainSearch h1 { font-family: 'dinot-bold'; font-size:32px; line-height:36px; text-transform:none; }
	#mainSearch .searchField { position:relative; }
	#mainSearch input.text  { width:100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding:0 10px 0 35px; margin:0 0 10px; font-size:14px; color:#000; border:1px solid #ccc; outline:0; height:30px; -webkit-border-radius: 3px; border-radius: 3px; line-height:38px; height:38px; position:relative; z-index:1010; background:#fff url(../img/Icon-searchField.png) 10px 9px no-repeat; }
	#mainSearch .searchAutoComplete { position: absolute; top:40px; left:0; z-index:1009; }
	#mainSearch .searchAutoComplete ul { margin:0; padding:0; list-style:none; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-box-shadow:  0px 4px 10px 0 rgba(0, 0, 0, 0.5); box-shadow:  0px 4px 10px 0 rgba(0, 0, 0, 0.5); }
	#mainSearch .searchAutoComplete ul li { border:1px solid #ccc; border-top:0; background:#fff; width:698px;}
	#mainSearch .searchAutoComplete ul li a { display: block; padding:10px; font-size:14px; color:#222; }
	#mainSearch .searchAutoComplete ul li:hover { background:#fcf9e7; text-decoration: none; }
	#mainSearch .searchAutoComplete ul li.last { -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
	#mainSearch .searchFieldActive input.text  { }

	.searchList { margin: 20px 0; }
	.searchListItem { padding-bottom: 15px; margin-bottom:30px; border-bottom:1px solid #ccc; }
	.searchListItem h2 { font-family: 'dinot-bold'; font-size:20px; line-height:24px; margin:0 0 10px; font-weight:normal; }
	.searchListItem h2.small { font-size:20px; line-height:22px; margin:0 0 10px; }
	.searchListItem h2 a { color: #000; }
	.searchListItem p { font-family: 'dinot-regular'; font-size:14px; line-height:24px; margin:0 0 10px; }
	.searchListItem p span.category { background:#fff url(../img/category-right.png) no-repeat top right; padding:0 8px 0 0; margin:2px 5px 0 0; height: 17px; line-height: 17px; float: left; }
	.searchListItem p span.category span { -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; font-family: 'dinot-regular'; text-transform:uppercase; display: block; background:#849951; color:#fff; padding:0 10px; font-size:10px; height: 17px; line-height: 17px; margin:0; }
	.searchListItem p.date { font-family: 'dinot-bold'; font-size:11px; margin: 0; line-height:16px; }
	.searchListItem p.link { margin:0; }
	.searchListItem a.download { font-family: 'dinot-bold'; color:#527138; display:inline-block; padding-left:15px; background:url(../img/searchListDownload.png) 0 4px no-repeat; }

	.newsList {}
	.newsItem { margin: 0 0 25px; }
	.newsItem h2 { font-family: 'dinot-bold'; font-size:30px; line-height:33px; margin:0 0 7px; font-weight:normal; }
	.newsItem h2.small { font-size:16px; line-height:18px; margin:0 0 4px; }
	.newsItem h2 a { color: #000; }
	.newsItem p { font-family: 'dinot-regular'; font-size:14px; line-height:20px; margin-bottom:15px; }
	.newsItem p.category { line-height: 17px; }
	.newsItem p span.category { background:#fff url(../img/category-right.png) no-repeat top right; padding:0 8px 0 0; margin:1px 5px 0 0; height: 17px; line-height: 17px; float: left; }
	.newsItem p span.category span { -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; font-family: 'dinot-regular'; text-transform:uppercase; display: block; background:#849951; color:#fff; padding:0 10px; font-size:10px; height: 17px; line-height: 17px; margin:0; }
	.newsItem p span.category.au {background: white url(../img/category-right_au.png) no-repeat top right;}
	.newsItem p span.category.au span { background-color: #8aa4a9; }
	.newsItem p.category span { margin:0; }
	.newsItem p span.category-round { background:#849951; padding:0; margin:1px 5px 0 0; height: 17px; line-height: 17px; -webkit-border-radius: 3px; border-radius: 3px; font-family: 'dinot-regular'; text-transform:uppercase; display: inline-block; background:#849951; color:#fff; padding:0 30px; font-size:10px; height: 17px; line-height: 17px; margin:0; }
	.newsItem img { width: 100%; max-width:100%; height: auto; }

	.newsImage { margin:0 0 10px; position:relative }
	.newsImage p.copy { font-family: 'dinot-regular'; font-size:10px; position: static; line-height:14px; margin:5px 0 0; }
	.newsImage p.copy strong { font-family: 'dinot-bold'; font-weight:normal; }
	.newsImage img { margin:0 !important; width:100%; }

	.newsImageHeading { margin:0 0 15px; }

	.newsImageLeft { float: left; width:100%; margin:0; }
	.newsImageLeft img { max-width:100%; }
	.newsImageLeft p.category { -webkit-border-radius: 3px; border-radius: 3px; font-family: 'dinot-regular'; text-transform:uppercase; display: block; background:#849951; background-image: none; color:#fff; padding:0 10px; line-height:18px; font-size:10px; text-align:center; margin-top:10px; float:none; }
	.newsImageLeft p.category a { color: #fff; text-decoration: none; }

	.newsItemFloat { float: left; }

	.pageContent h1 { font-family: 'dinot-bold'; font-size:44px; text-transform:none; }
	.newsItem h1 a,
	.pageContent h1 a { color:#000; }
	.pageContent h2 { font-family: 'dinot-bold' !important; font-size:22px !important; line-height:28px !important; text-transform: none !important; }
	.newsItem h3,
	.pageContent h3 { font-family: 'dinot-bold'; font-size:18px; margin: 0; }
	.newsItem h4,
	.pageContent h4 { font-family: 'dinot-bold'; font-size:16px; margin: 0; }
	.newsItem h5,
	.pageContent h5 { font-family: 'dinot-bold'; font-size:14px; margin: 0; }
	.newsItem p,
	.pageContent p { font-family: 'dinot-regular'; font-size:16px; line-height:24px; margin:0 0 20px; }
	.newsItem p.intro,
	.pageContent p.intro { font-family: 'dinot-regular'; color:#000000; margin:0 0 20px; font-size:20px; line-height:26px; }
	.newsItem p.date,
	.pageContent p.date { font-family: 'dinot-bold'; font-size:13px; margin: 0; }

	.newsItem img,
	.pageContent img { margin-bottom: 10px; max-width:100%; }
	.newsItem img.imgLeft,
	.pageContent img.imgLeft { float: left; margin:0 20px 20px 0; }
	.newsItem img.imgRight,
	.pageContent img.imgRight { float: right; margin:0 0 20px 20px; }

	.newsItem ul,
	.pageContent ul { margin:0 0 20px 30px; padding:0; list-style-position: inside; list-style-image: disc; }
	.newsItem ul li,
	.pageContent ul li { font-family: 'dinot-regular'; font-size:14px; line-height:24px; }

	.newsItem ol,
	.pageContent ol { margin:0 0 20px 30px; padding:0; list-style-position: inside;  }
	.newsItem ol li,
	.pageContent ol li { font-family: 'dinot-regular'; font-size:14px; line-height:24px; }

	.newsItem hr,
	.pageContent hr { border-color:#d9d6d0; margin:20px 0; }

	.newsItem table,
	.pageContent table { color:#1a171b; font-family: 'dinot-regular'; font-size:14px; line-height:24px; margin:0 0 20px; }

	.newsItem table.full,
	.pageContent table.full { width:100%; }

	.newsItem th,
	.pageContent th { padding:10px 10px 8px; background:#ededed; font-weight:normal; font-size:14px; border:1px solid #d9d6d0; text-align: left; }
	.newsItem td,
	.pageContent td {  padding:9px 10px; text-align:left; border:0 solid #d9d6d0; }

	.newsItem td img,
	.pageContent td img { max-width:100%; }

	.newsItem table,
	.pageContent table { width:100%; margin:10px 0; }

	.pageContent td { font-family: 'dinot-regular'; font-size: 14px; line-height: 24px; }

	.newsItem h1{ font-size:30px; line-height:34px; font-family: 'dinot-bold'; margin-bottom:16px; text-transform:none; }
	.newsItem h2 { font-size: 24px; line-height: 28px; margin-bottom: 7px; }
	.newsItem h2.small { font-size: 16px; line-height: 18px; margin: 0 0 4px; }

	.newsItem ul,
	.pageContent ul { margin:0 0 20px 30px; padding:0; list-style-position: inside; list-style-image: disc; }
	.newsItem ul li,
	.pageContent ul li { font-family: 'dinot-regular'; font-size:initial; line-height:24px; margin-bottom:12px; }

	.newsItem ol,
	.pageContent ol { margin:0 0 20px 30px; padding:0; list-style-position: inside;  }
	.newsItem ol li,
	.pageContent ol li { font-family: 'dinot-regular'; font-size:initial; line-height:24px; margin-bottom:12px; }

	span.copy { font-size:10px; font-family: 'dinot-regular'; display: block; line-height:14px; }

	.linkList { margin:0 0 20px; }
	.linkList h2 { font-size:20px; font-family: 'dinot-bold'; margin:0 0 10px; }
	.linkList .link { float:left; width:100%; margin:0; padding:12px 50px 12px 0; border-top:1px solid #d9d6d0; background:url(../img/linkListArrow.png) center right no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.linkList .lastRow .link {  }
	.linkList .lastLink { margin-right:0; }
	.linkList a { color:#527138; }

	.linkList .link h3 { font-family: 'dinot-bold'; font-size:14px; }
	.linkList .link p { font-family: 'dinot-regular'; font-size:12px; margin:5px 0 0; line-height:16px; }

	.linkList .link .col1 { float:left; margin-right:10px; max-width:20%; }
	.linkList .link .col1 img { max-width:100%; }
	.linkList .link .col2 { float:left; max-width:80%; }

	.shareList { background:#fafaf9; border:1px solid #d9d6d0; -webkit-border-radius: 4px; border-radius: 4px; margin:20px 0 20px; }
	.shareListLast { margin-bottom: 0; }
	.shareList ul { margin:0; padding:10px 0 10px 10px; list-style:none; }
	.shareList li { float: left; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #e1e1e0; font-size:12px; }
	.shareList li.last { margin-right:0; padding-right:0; border:0; }
	.shareList li a { display: block; color:#000; height:20px; line-height:20px; font-size:12px; font-family: 'dinot-regular'; }
	.shareList li.mail a { padding-left:17px; background:url(../img/shareListMail.png) 0 2px no-repeat; }
	.shareList li.print a { padding-left:22px; background:url(../img/shareListPrint.png) 0 3px no-repeat; }
	.shareList li.newsletter a { padding-left:22px; background:url(../img/shareListNewsletter.png) 0 3px no-repeat; }

	.educationList { margin: 0 0 30px;}
	.educationList a { color:#527138; text-decoration: none; }
	.educationList a:hover { color:#e64f20; text-decoration: underline; }
	.educationList ul { margin:15px 0 0; padding:0; list-style:none; }
	.educationList ul li { border:1px solid #d9d6d0; border-top:0; padding:10px; }
	.educationList ul li.first { border-top: 1px solid #d9d6d0; padding:0 0 0 10px; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
	.educationList ul li.hover { background-color:#fcf9e7; }
	.educationList ul li h3 { font-family: 'dinot-bold'; font-size:18px; margin:0 0 3px; }
	.educationList ul li.first h3 { padding-top:5px; }
	.educationList ul li p { font-size:12px; }
	.educationList ul li p span { padding:0 2px; }
	.educationList ul li p strong { font-family: 'dinot-bold'; font-weight:normal; }
	.educationList ul li.first img { float: left; padding:10px 10px 10px 0; margin-right:10px; border-right:1px solid #d9d6d0; }


	.buySellAds { margin: 0 0 30px;}

	.buySellAds a { color:#3c5329; text-decoration: none; }
	.buySellAds a:hover { color:#e64f20; text-decoration: underline; }
	.buySellAds a.bottomLink { color:#000; }

	.buySellAds ul { margin: 9px 0 0 !important; padding:0; list-style:none; }
	.buySellAds ul li { border:1px solid #d9d6d0; border-top:0; padding:10px; }
	.buySellAds ul li.photo { background:url(../img/buySellAdPhoto.png) 423px center no-repeat; }
	.buySellAds ul li.first { border-top: 1px solid #d9d6d0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
	.buySellAds ul li.hover { background-color:#fcf9e7; }
	.buySellAds ul li h3 { font-family: 'dinot-bold'; font-size:16px; margin:0 0 3px; }
	.buySellAds ul li p { font-size: 14px !important; line-height: 16px !important; font-family: 'dinot-regular'; }
	.buySellAds ul li p span { padding:0 2px; }
	.buySellAds ul li p strong { font-family: 'dinot-bold'; font-weight:normal; }
	.buySellAds ul li img { max-width:100%; }
	.buySellAds .tab-content ul { margin:0 !important; }

	.buySellAds #smallnews span.category { color: #849951; font-weight:bold; }
	.buySellAds #smallnews span.category.au { color: #8aa4a9; font-weight:bold; }

	.buySellAds td img { margin-right:5px; }

	ul.breadcumbz { margin:0; padding:0; display:inline;}
	ul.breadcumbz li { display: inline-block;margin-right: 2px;line-height: 16px;font-size: 12px;color: #527138; }
	ul.breadcumbz li a { font-family: 'dinot-regular', Helvetica, Arial, sans-serif; text-decoration:none;font-size: 12px; }
	ul.breadcumbz li a.active {font-family: 'dinot-bold';}

	.buySellAds .tab-content ul li.link { border:0; }
	.buySellAds ul li.bordertop { border-top: 1px solid #d4d0ca !important; }
	.buySellAds ul li { overflow:auto; }

	.newsListSmall .header { background: #527138; margin:0 0 10px; -webkit-border-radius: 3px; border-radius: 3px; position: relative; }
	.newsListSmall .header h3 { color:#fff; text-align:center; font-size:14px; line-height:28px; font-weight:normal; margin-top:0; }

	.newsListSmall {}
	.newsListSmall ul { margin: 0; padding:0; list-style:none; font-family: 'dinot-bold'; }
	.newsListSmall li { padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #ccc; line-height: 16px; }
	.newsListSmall li .date { font-size:10px; display:inline-block; }
	.newsListSmall li .type { color:#3c5329; font-size:13px; display:inline-block; }
	.newsListSmall li a { color:#000; font-size:13px; display:inline-block; }

	.newsListSmallImage {}
	.newsListSmallImage li { padding-left:60px; position: relative; }
	.newsListSmallImage li .image { position: absolute; top:0; left:0; }

	.newsListSlideshow {}
	.newsListSlideshow a { text-decoration: none; }
	.newsListSlideshow .slidesContainer { overflow: hidden; width:100%; }

	.newsListCarousel a { text-decoration: none; }
	.newsListCarousel a:hover { text-decoration: underline; }
	.newsListCarousel .prev,
	.newsListCarousel .next { display: block; width:9px; height:8px; position: absolute; top:10px; text-indent: -9999px; cursor: pointer; }
	.newsListCarousel .prev { left:10px; background:url(../img/newsItemSlideshow-prev.png) no-repeat; }
	.newsListCarousel .next { right:10px; background:url(../img/newsItemSlideshow-next.png) no-repeat; }


	.pageContent p.intro { font-family: 'dinot-bold'; color:#333; margin:0 0 20px; font-size:16px; line-height:21px; }
	.newsItem p.intro, .newsItemLarge p.intro { font-family: 'dinot-bold'; color:#333; margin:0 0 20px; font-size:16px; line-height:21px;}

	#bannerContainer { display:none; visibility: hidden; }

	#fourthBlock .adupright { float: left; width:49%; margin-right:2%; }
	#fourthBlock .adupright.last { margin-right:0; }
	#fourthBlock .adupright * { max-width:100%; }

	.speciesList { margin-top:10px; }
	.speciesList a { font-family: "dinot-regular"; font-size:14px; line-height:24px; }
	.speciesList img { margin-right:10px; margin-bottom:0; }
	.speciesList .speciesCol { margin-bottom:20px; }
	.speciesList .heading { border-bottom:1px solid #ccc; padding:0 0 10px; }
	.speciesList .item { border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:10px 10px; }

	.competition {}
	.competition ul { list-style:none; margin:0; padding:0; }
	.competition ul li { border:1px solid #e6e6e6; margin-bottom:10px; }
	.competition ul li .question { background:#e6e6e6; padding:5px; }
	.competition ul li .question h2 { font-size:14px !important; line-height:20px !important; }
	.competition ul li .question img { margin:5px 0 0; max-width:100%; }
	.competition ul li .question .error { display: block; font-family: "dinot-regular"; font-size:14px; line-height:20px; color:red; margin-top:5px; }
	.competition ul li span span { border-top:1px solid #e6e6e6; display:block; padding:5px; }
	.competition ul li span br { display: none; }
	.competition ul li label { padding-left:10px; font-family: "dinot-regular"; font-size:14px; line-height:20px; }

	.competition .answerTip { color:#00a013; }
	.competition .incorrect { background:#fcd2d3; }
	.competition .result { color:red; margin-bottom:15px; font-size:14px; font-family: 'dinot-regular'; }
	.competition .imagetext { display:block; }

	fieldset.button,
	fieldset.button { padding-top:16px; }
	fieldset.button a { -webkit-border-radius: 3px; border-radius: 3px; display:block; width:98px; background: #527138; text-align: center; color:#fff; font-size: 12px; font-family: 'dinot-bold'; height: 30px; line-height: 30px; text-decoration:none; }
	fieldset.button a:hover { background: #253517; text-decoration: underline; }

	#kurstider h1,
	#jaktvardskretsar h1 { font-family: 'dinot-bold'; text-transform:none; margin:0 0 20px; }

	.huntingCircles {}
	.huntingCircles h2 { background:#ededed; border: 1px solid #d9d6d0; padding:5px 10px; font-family: 'dinot-bold'; font-size: 16px; line-height: 28px; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }

	.huntingCircles .hover { background: #fcf9e7; }

	.huntingCircles .circle { padding:10px; border:1px solid #d9d6d0; border-top:0; }
	.huntingCircles .circle:last-child { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
	.huntingCircles .circle h3 { font-size:14px; font-family: 'dinot-bold'; margin:0 0 3px; position: relative; }
	.huntingCircles .circle p { font-size:12px; line-height: 14px; margin:0 0 15px; }
	.huntingCircles .circle p:last-child { margin:0; }
	.huntingCircles .circle p a { color:#000; font-family: 'dinot-bold'; }
	.huntingCircles .circle table { margin:0 0 15px; font-size: 12px; }
	.huntingCircles .circle strong { font-weight: normal; font-family: 'dinot-bold'; }
	.huntingCircles .circleHidden { cursor: pointer; }
	.huntingCircles .circleHidden h3 { font-size:12px; margin:0; }
	.huntingCircles .circleHidden .circleInnerContent {}

	.huntingCircles .circle h3 span.icon { width:11px; height:11px; background: url(../img/huntingCircles-minus.png) bottom left no-repeat; position: absolute; top:3px; right:0; }
	.huntingCircles .circle.hover h3 span.icon { background: url(../img/huntingCircles-minus.png) top left no-repeat; }

	.huntingCircles .circleHidden h3 span.icon { width:11px; height:11px; background: url(../img/huntingCircles-plus.png) bottom left no-repeat; position: absolute; top:3px; right:0; }
	.huntingCircles .circleHidden.hover h3 span.icon { background: url(../img/huntingCircles-plus.png) top left no-repeat; }


	.calendar { font-family: 'dinot-regular', Helvetica, Arial, sans-serif; font-size: 1.2em; width: 100%; margin: 10px auto; }
    .calendar .calendar-head { text-align: center; color: #1A171B; margin: 0 0 8px; position:relative; }
    .calendar .calendar-head .month { text-align: center; text-transform: uppercase; font-weight:bold; padding-top:2px; }
    .calendar .calendar-head .arrow-left { position:absolute; top:0; left:0; width: 21px; height: 21px; background: #f7f7f7 url(../img/prevArrowGreen.png) 7px 7px no-repeat; text-indent: -9999px; }
    .calendar .calendar-head .arrow-left:hover { width: 21px; height: 21px; background: #e0e0e0 url(../img/prevArrowGreen.png) 7px 7px no-repeat; }
    .calendar .calendar-head .arrow-right { position:absolute; top:0; right:0; width: 21px; height: 21px; background: #f7f7f7 url(../img/nextArrowGreen.png) 8px 7px no-repeat; text-indent: -9999px; }
    .calendar .calendar-head .arrow-right:hover { width: 21px; height: 21px; background: #e0e0e0 url(../img/nextArrowGreen.png) 8px 7px no-repeat; }
    .calendar .calendar-head .arrow-left a,
    .calendar .calendar-head .arrow-right a { display: block; width: 21px; height: 21px; }
    .calendar table { border-spacing: 2px; border-collapse: separate; width: 99%; }
    .calendar table td { text-align: center; padding: 3px 0 0 0; color: #666; vertical-align: middle; }
    .calendar table td a { display:block; color: #ed7d20; background-color:#f3f3f3; margin-top:-3px; padding-top:6px; height:22px; font-weight: bold; }
    .calendar table td.day { padding: 0 0 4px 0; color: #999; }
    .calendar table td.week { width: 14px; padding: 3px 8px 0 0; text-align: right; color: #ddd; font-weight:normal; }
    .calendar table td.date { width: 29px; height: 25px; background-color: #F7F7F7; }
    .calendar table td.today { width: 24px; height: 23px; border: 2px solid #00d92b; }
    .calendar table td.outofscope { background-color: #fff; color: #ccc; }
    .calendar table td.outofscope a { color: #ff995c; background-color:#fff; }
    .calendar .calendar-foot { text-align: right; margin: 10px 0 0 0; padding-right: 15px; }
    .calendar .calendar-foot a { color: #ef8c26; }
    .calendar .calendar-foot a:hover { text-decoration: underline; }

    .rightCol.rightColSmall.newsList .buySellAds ul { margin: 0; }
    .rightCol.rightColSmall.newsList .buySellAds ul li.first { border: none; }
    .rightCol.rightColSmall.newsList .buySellAds ul li { border: none; padding:0; overflow:auto; }
        .rightCol.rightColSmall.newsList .buySellAds ul.withborder { margin-top: -10px; }
        .rightCol.rightColSmall.newsList .buySellAds ul.withborder li { border: 1px solid #d9d6d0; padding: 10px; border-top:0; }

    .calendarItem { border-bottom: 1px solid #ccc; }

    table.lan { width:100%; border-spacing:0; }
    table.lan td { border:1px solid #d9d6d0; border-spacing:0; padding:5px; font-family: "dinot-regular"; font-size:12px; }
    table.lan td h3 { font-size:12px; }

    body.neutral-pf #reponsiveHeader .menu ul li a,
    body.neutral-pf #reponsiveHeader .navbar .trigger,
    body.neutral-pf #reponsiveHeader .navbar { background:#006076; }
    body.neutral-pf #reponsiveHeader .menu ul li a { color:#fff !important; }


    #kurstider .kursheading { background: #527138; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; }
	#kurstider .kursheading h2 { font-size: 14px; margin: 0 20px; line-height: 50px; color: #fff; }

	#kurstider .form { border:1px solid #ccc; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; margin-bottom:10px; padding-top:10px; }

    #kurstider .filter { background:#fff; padding:0 0 10px; margin:0 20px 20px; border-bottom:1px solid #ccc; }

	#kurstider .filter li a { display: block; color:#527138; padding:1px 7px 0; -webkit-border-radius: 3px; border-radius: 3px; }
	#kurstider .filter li a:hover { background:#527138; color:#fff; }
	#kurstider .filter li a.active { background:#ed7d20; color:#fff; text-decoration:none; }

	#kurstider .checkbox input[type=checkbox],
	#kurstider .checkbox-inline input[type=checkbox],
	#kurstider .radio input[type=radio],
	#kurstider .radio-inline input[type=radio] {
		position: static;
		margin:0;
	}

    .checkboxlisting {
    	margin:0 20px 10px;
    }

    .checkboxlisting .column { }
    .checkboxlisting .checkbox { width:100%; margin-bottom:5px; }
    .checkboxlisting .checkbox label { padding-left:5px; font-size:12px; }

    .checkboxlisting-all { border-bottom:1px solid #ccc; padding-bottom:10px; }
    .checkboxlisting-all .checkbox { margin-bottom:0; }

    .kurstabell { margin:0 0 10px; -webkit-border-radius: 5px; border-radius: 5px; overflow:hidden; border:1px solid #ccc; backgrond:#fff; }

    .kurs-container .header { background:#ededed; border-bottom:1px solid #ccc; }
    .kurs-container .header p { font-size:14px; font-family: 'dinot-bold'; }
    .kurs-container p { font-size:12px; }
    .kurs-container p.kurs,
    .kurs-container p.datum,
    .kurs-container p.platser,
    .kurs-container p.priset {  float: left; padding:10px; box-sizing:border-box; width:20%; border-left:1px solid #ccc; }
    .kurs-container p.kurs { width:40%; border:0; }

    .kurs-container .kursrow { border-bottom:1px solid #ccc; }

    .kurs-container .kursrow .intro { position:relative; }
    .kurs-container .kursrow .intro.hover { background:#fcf9e7;}
    .kurs-container .kursrow .intro p.priset { padding-right:40px; }
    .kurs-container .kursrow .intro span.indicator { position:absolute; top:13px; right:10px; width:11px; height:11px; background: url(../img/huntingCircles-plus.png) bottom left no-repeat; }
    .kurs-container .kursrow .intro.hover span.indicator { background-position: left top;}

    .kurs-container .kursrow .intro.active span.indicator { position:absolute; top:13px; right:10px; width:11px; height:11px; background: url(../img/huntingCircles-minus.png) bottom left no-repeat; }
    .kurs-container .kursrow .intro.active span.indicator { background-position: left top;}

    .kurs-container .kursrow .info { background:#f1f1f1; border-top:1px solid #ccc; padding:20px; }
    .kurs-container .kursrow .info h3 { font-size:18px; font-family: 'dinot-bold'; margin-bottom:10px; }
    .kurs-container .kursrow .info p { padding:0; }
    .kurs-container .kursrow .info .fakta { float: right; width:49%; }
    .kurs-container .kursrow .info .fakta .row { margin-bottom:10px;}
    .kurs-container .kursrow .info .fakta .row p { float:left; width:50%; }
    .kurs-container .kursrow .info .fakta .row span.pris { font-size:18px; font-family: 'dinot-bold'; }
    .kurs-container .kursrow .info .fakta .row p.link { width:100%; }
    .kurs-container .kursrow .info .fakta .row p.link a { -webkit-border-radius: 3px; border-radius: 3px; display:block; background: #527138; text-align: center; color:#fff; font-size: 12px; font-family: 'dinot-bold'; height: 30px; line-height: 30px; text-decoration:none; }
    .kurs-container .kursrow .info .fakta .row p.link a:hover { background: #253517; text-decoration: underline; }
    .kurs-container .kursrow .info .fakta .row a.button { -webkit-border-radius: 3px; border-radius: 3px; display:block; background: #ed7d20; text-align: center; color:#fff; font-size: 12px; font-family: 'dinot-bold'; height: 30px; line-height: 30px; text-decoration:none; }
    .kurs-container .kursrow .info .fakta .row a.button:hover { background: #e66620; text-decoration: underline; }
    .kurs-container .kursrow .info .beskrivning { float: left; width:49%; }
    .kurs-container .kursrow .info .beskrivning p { margin-bottom:10px; }

    .kurs-container .header,
	.kurs-container .kursrow .intro,
    .kurs-container .kursrow .info .beskrivning { display:none; }
    .kurs-container .kursrow .info { border-top:0; }
    .kurs-container .kursrow .info .fakta { float: none; width:100%; }

    .rightColSokUtbildning { display: none; }

    .kurstabell-detalj { padding:20px;  font-family: 'dinot-regular'; }
    .kurstabell-detalj .row { margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #ccc; }
    .kurstabell-detalj p { float:left; width:100%; margin-bottom:0; }
    .kurstabell-detalj strong { font-family: 'dinot-bold'; font-weight: normal; }
    .kurstabell-detalj div.buttons { padding-top:10px; border-bottom:0; margin-bottom: 0; padding-bottom:0; }
    .kurstabell-detalj a.button { -webkit-border-radius: 3px; border-radius: 3px; display:block; background: #ed7d20; text-align: center; color:#fff; font-size: 12px; font-family: 'dinot-bold'; height: 30px; line-height: 30px; text-decoration:none; }
    .kurstabell-detalj a.button:hover { background: #e66620; text-decoration: underline; }

    /* CLEAR */
    .checkboxlisting,
    .kurstabell .row,
    .clearfix {
	  *zoom: 1;
	}
	.checkboxlisting:before,
	.checkboxlisting:after,
	.kurstabell .row:before,
	.kurstabell .row:after,
	.clearfix:before,
	.clearfix:after {
	  display: table;
	  content: "";
	  line-height: 0;
	}
	.checkboxlisting:after,
	.kurstabell .row:after,
	.clearfix:after {
	  clear: both;
	}

	.adBlockInline {
		width:100%;
		overflow:hidden;
		margin-bottom:10px;
	}

	.adupright {
		overflow:hidden;
	}

	#jakttider h1 { font-size:48px; line-height:48px; font-family: 'dinot-bold'; text-transform:none; color: #222222; }
	#jakttider #desktopJakttiderContent,
	#weather-info { display: none; visibility: hidden; }

	#jakttider .linklist { background:none; padding:0; }
	#jakttider .linklist ul { margin:15px 0 20px; padding:0; list-style: none; }
	#jakttider .linklist ul li { padding:0; border:0; }
	#jakttider .linklist ul li a { color:#3c5329; display:block; line-height:44px; font-size:14px; border:1px solid #ccc; border-bottom:0; padding:0 10px; font-family: 'dinot-bold'; }
	#jakttider .linklist ul li a:hover,
	#jakttider .linklist ul li a:active { background:#fcf9e7; }
	#jakttider .linklist ul li img { float:left; margin-top:12px; margin-right:10px;  }

	#jakttider .linklist ul li:first-child a {
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

	#jakttider .linklist ul li:last-child a {
		border-bottom:1px solid #ccc;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}


	#jakttider #manfaser p { margin-bottom:10px; font-size:16px;  font-family: "dinot-regular"; }
	#jakttider #manfaser td { font-size:14px; }
	#jakttider #manfaser td strong { display: inline-block; margin-top:10px; font-size:16px; }

	#jakttider #solensuppnedgang .form select,
	#jakttider #solensuppnedgang .form .button { width:100%; }
	#jakttider #solensuppnedgang .form select { margin-bottom:8px; margin-top:10px; font-size:16px; padding:5px; -webkit-border-radius: 3px; border-radius: 3px;  border:2px solid #d9d6d0; background:#fff; width:100%; box-sizing:border-box; }
	#jakttider #solensuppnedgang .form .button input { width:100%; max-width:240px; border:0; -webkit-border-radius: 3px; border-radius: 3px; display:block; background: #3c5329; text-align: center; color:#fff; font-size: 16px; font-family: 'dinot-bold'; padding:5px; line-height: 30px; text-decoration:none; }
    #jakttider #solensuppnedgang .form .button input:hover { background: #ed7d20; }

    #jakttider #solensuppnedgang .result table { width:100%; }
	#jakttider #solensuppnedgang .result td.content { padding:10px 0 0; border-bottom:0; }
	#jakttider #solensuppnedgang .result { padding:20px 0 0;}
	#jakttider #solensuppnedgang .result h2 { font-size:14px; }
	#jakttider #solensuppnedgang .result strong { font-size: 16px; margin:0 0 3px; font-family: 'dinot-bold'; font-weight: normal; display: inline-block; margin-bottom: 20px; }
	#jakttider #solensuppnedgang .result th { font-size:18px; text-transform: uppercase; text-align:left; font-weight: normal;  font-family: 'dinot-bold'; padding-top:10px; padding-bottom:6px; padding-left:5px; border-bottom:1px solid #ccc; }
	#jakttider #solensuppnedgang .result td { font-size:14px; padding:5px;  border-bottom:1px solid #ccc; }
	#jakttider #solensuppnedgang .result tr:hover { background:#fcf9e7; }

	#jakttider #faglar .linklist ul li a { padding:10px; }
	#jakttider #faglar .linklist ul li img { float:left; margin-top:6px; margin-right:10px;  }

	#jakttider .newsImageMap { max-width:300px; margin:20px 0; }
	#jakttider .animalTable { margin:10px 0 20px; -webkit-border-radius: 5px; border-radius: 5px; overflow:hidden; border:1px solid #ccc; }
	#jakttider .animalTable table { width:100%; }
	#jakttider .animalTable th { font-family: 'dinot-bold'; text-align: center; padding:10px 10px 8px; background:#ededed; font-weight:normal; font-size:14px; border-bottom:1px solid #d9d6d0; text-align:left; }
    #jakttider .animalTable td { font-family: 'dinot-regular'; color:#1a171b; font-size: 14px; padding:9px 10px; text-align:left; border:0;border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
    #jakttider .animalTable tr:last-child td { border-bottom:0; }

	.filterAlert { background:#fcf9e7 url(../img/alertIcon.png) 15px center no-repeat; padding:8px 8px 8px 48px; margin:0 0 10px; -webkit-border-radius: 3px; border-radius: 3px; }
	.filterAlert h2 { font-size:16px; color:#1d1d1d; font-family: 'dinot-bold'; margin-bottom:5px; }
	.filterAlert h3 { font-size:13px; color:#1d1d1d; font-family: 'dinot-bold'; }
	.filterAlert p { font-size:11px; color:#1d1d1d; margin-bottom:7px; }
	.filterAlert ul,
	.filterAlert ol { margin:5px 0 10px; padding:0 0 0 15px; }
	.filterAlert li { font-size:11px; }


	table.boarmeter, table.boar { width: 100%; margin-top:0; }
	table.boarmeter td:last-child { text-align: right; }
	table.boar td { text-align: right; }

	.boarform {  }

	div.boarcounty { border:1px solid #ccc; padding:20px; margin:0 0 30px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
	div.boarcounty:hover { background: #f7f7f7; }
	div.boarcounty fieldset { margin:0 0 20px; }
	div.boarcounty fieldset select { font-size: 12px; padding:5px; }
	div.boarcounty p { font-size: 16px; margin:0 0 3px; font-family: 'dinot-bold'; }
	div.boarcounty td { background-color: white; }

	/* VILDSVINSBAROMETERN */
    #imgmap-container { width: 45%; margin-left:5%; height: 442px; max-width: 189px; max-height: 442px; position: relative; float: left; }
	#imgmap-container img { max-width: none; }
    #imgmap-container img.outline { position: absolute; z-index: 100; left: 0; top: 0; }
    #imgmap-container img.county { position: absolute; z-index: 90; left: 0; top: 0; }
    #imgmap-container img.county-hover { position: absolute; z-index: 95; left: 0; top: 0; opacity: 0; }
    #map-counties { float: right; width: 40%; padding: 0; float: left; }
    #map-counties a { display: block; text-decoration: none; font-family: 'dinot-regular', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height:20px; background:#fff; position: relative; z-index:1; }
    #map-counties a.blue, h3 a.blue { color: #184f8c; }
    #map-counties a.darkcyan, h3 a.darkcyan { color: #3c5329; }
    #map-counties a.green, h3 a.green { color: #7b9a4b; }
    #map-counties a.grey, h3 a.grey { color: #a69c94; }
    #map-counties a.lime, h3 a.lime { color: #00d92b; }
    #map-counties a.olive, h3 a.olive { color: #586019; }
    #map-counties a.orange, h3 a.orange { color: #df8230; }
    #map-counties a.orangered, h3 a.orangered { color: #ed7d20; }
    #map-counties a.pink, h3 a.pink { color: #f0009d; }
    #map-counties a.red, h3 a.red { color: #d7252e; }
    #map-counties a.silver, h3 a.silver { color: #d6d0cb; }
    #map-counties a.yellow, h3 a.yellow { color: #f2c300; }

    #map-counties a:hover, #map-counties a.active { padding: 3px 0px 3px 8px; margin: -3px 0px -3px -8px; color: white; border-radius: 4px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; z-index:2; }

    #map-counties a.blue:hover, #map-counties a.blue.active { background-color: #184f8c; }
    #map-counties a.darkcyan:hover, #map-counties a.darkcyan.active { background-color: #3c5329; }
    #map-counties a.green:hover, #map-counties a.green.active { background-color: #7b9a4b; }
    #map-counties a.grey:hover, #map-counties a.grey.active { background-color: #a69c94; }
    #map-counties a.lime:hover, #map-counties a.lime.active { background-color: #00d92b; }
    #map-counties a.olive:hover, #map-counties a.olive.active { background-color: #586019; }
    #map-counties a.orange:hover, #map-counties a.orange.active { background-color: #df8230; }
    #map-counties a.orangered:hover, #map-counties a.orangered.active { background-color: #ed7d20; }
    #map-counties a.pink:hover, #map-counties a.pink.active { background-color: #f0009d; }
    #map-counties a.red:hover, #map-counties a.red.active { background-color: #d7252e; }
    #map-counties a.silver:hover, #map-counties a.silver.active { background-color: #d6d0cb; }
    #map-counties a.yellow:hover, #map-counties a.yellow.active { background-color: #f2c300; }

    .boarstats { margin-bottom:10px; }
    .boarstats .group { border-bottom:1px solid #d9d6d0; padding:3px 0; }
    .boarstats .group .month { display:inline; font-size:14px; padding-right:5px; font-family:'dinot-bold';  }
    .boarstats .totalgroup { }
    .boarstats .amount { display:inline; font-size:14px; font-family: "dinot-regular"; }

    .formWhere fieldset { margin-bottom:10px; }
    .formWhere fieldset select { font-size:14px; margin:0; padding:5px; border:2px solid #d9d6d0; background:#fff; width:100%; box-sizing:border-box; }

    #topCarousel {}
    #topCarousel a { color:#fff; text-decoration:none; }
    #topCarousel a:hover { text-decoration:none; }
    #topCarousel .image {}
    #topCarousel .image img { width:100%; max-width:100%; vertical-align:bottom; }
    #topCarousel .info { background:#253517; color:#fff; padding:10px; }
    #topCarousel .info h2 { font-family: "dinot-bold"; font-size:18px; margin-bottom:5px; }
    #topCarousel .info p { font-family: "dinot-regular"; font-size:14px; }

    #topCarousel .carousel-control { opacity:1; font-size:24px; background:#253517; border:0; border-radius:0; -moz-border-radius:0; cursor:pointer; }
    #topCarousel .carousel-control.left { left:0; }
    #topCarousel .carousel-control.right { right:0; }
    #topCarousel .carousel-control span { display:block; line-height:40px; }
    #topCarousel .carousel-control:hover { background:#527138;}

    #topCarousel .carousel-indicators { bottom:auto; left:auto; right:10px; top:10px; }
    #topCarousel .carousel-indicators li { background:#527138; }
    #topCarousel .carousel-indicators .active { background:#e64f20; }

    #signUpForm .gridItem { position: relative; float:left; width:308px; border:1px solid #ccc; border-top:0; padding:20px; cursor:pointer; }
	#signUpForm .gridItem img { }
	#signUpForm .gridItem .logo { text-align:center; float:left; margin-right:20px; width:80px; }
	#signUpForm .gridItem .gridItemContent { padding: 0; background: none; width:200px; float: left; }
	#signUpForm .gridItem .gridItemContent p { font-size: 12px; line-height: 16px; }

	#signUpForm .gridItemLarge { position: relative; border-top:1px solid #ccc; padding:20px 0 10px; }
	#signUpForm .gridItemLarge p { font-size: 12px; line-height: 16px; margin-bottom:20px; }
	#signUpForm .gridItemLarge p img { margin-bottom:0; }
	#signUpForm .gridItemLarge h2 { font-size:16px !important; font-family: 'dinot-bold'; margin:0 0 6px; }
	#signUpForm .gridItemLarge h3 { font-size:14px; font-family: 'dinot-bold'; margin:0 0 6px; }
	#signUpForm .gridItemLarge img { margin:0 0 20px;}
	#signUpForm .gridItemLarge ul { list-style-position: inside; padding:0; margin:0 0 20px;}
	#signUpForm .gridItemLarge ul li { font-size: 12px; line-height: 18px; }

	#signUpForm .gridItemLarge .close { display:none; }

	.table-contactblock {
		margin-bottom:20px;
	}

	.table-contactblock tbody,
	.table-contactblock tr,
	.table-contactblock th,
	.table-contactblock td {
		display: block;
		padding: 0;
		text-align: left;
		white-space: normal;
		vertical-align: top;
	}

	.table-contactblock tr {
		padding-bottom:20px;
	}

	.table-contactblock img {
		max-width:100%;
	}

	.table-contactblock p {
		margin-bottom:0;
	}

}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {

	#pageWrap .content { padding:0px 10px; }

	.phone-visible { display:inline; visibility: visible; }

	#footer .content .col160 { width:50%; float:left; }

	#kurstider h1,
	#jaktvardskretsar h1,
	.pageContent h1 { font-size:32px; line-height:32px; }

	#reponsiveHeader .icon-fb,
	#reponsiveHeader .icon-twitter { display: none; }

}

@media only screen
and (min-width : 321px)
and (max-width : 1024px)  {
	#pageWrap .content { padding:0px 20px; }

	#footer .content,
	#footer .top { padding:0 20px; }

	#footer .content .col160 { width:49%; margin-right:1%; float:left; }

	.speciesList img { max-width:50px; max-height:50px; }
}

@media only screen
and (min-width : 481px)
and (max-width : 1024px)  {

	#reponsiveHeader .icon-fb,
	#reponsiveHeader .icon-twitter { display:block; position:absolute; background:#fff; text-indent:-9999px; }

	#reponsiveHeader .icon-fb { bottom:0px; right:10px; width:23px; height:23px; background:url(../img/link-fb.png) no-repeat; }
	#reponsiveHeader .icon-twitter { bottom:0px; right:40px; width:27px; height:21px; background:url(../img/link-twitter.png) no-repeat; }

	#reponsiveHeader .logo-social { position:relative; }

	#footer .content .col160 { width:100%; float:left; }
	#footer .content .col160 .list { width:32%; margin-right:1%; float:left; }

	.newsImageLeft { float: left; max-width:48%; margin:0 2% 0 0; }

	.newsList .slides,
	.newsList .newsItem220 { float: left; width:48.5%; }

	.newsList .slides { margin-right:3%; }
	.newsList .slides .newsItem220 { width:100%; max-width:100%; margin-right:0; }

	.speciesList { }
	.speciesList a { font-family: "dinot-regular"; font-size:14px; line-height:24px; }
	.speciesList img { margin-right:10px; margin-bottom:0; max-width:75px; max-height:75px; }
	.speciesList .speciesCol { width:50%; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom:0; }
	.speciesList .speciesCol.last { border-left:0; }
	.speciesList .heading { border-bottom:1px solid #ccc; padding:0 0 10px; }
	.speciesList .item { border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:10px 10px; }
	.speciesList .speciesCol.last .item { border-left:0; }

	#kurstider h1,
	#jaktvardskretsar h1,
	.pageContent h1 { font-size:30px; line-height:38px; }

	table.lan td { font-size:14px; }
    table.lan td h3 { font-size:14px; }

    .boarstats { margin-bottom:10px; text-align:center; }
    .boarstats .group { width:7.5%; float: left; box-sizing: border-box; border:1px solid #d9d6d0; border-right:0; padding:0; }
    .boarstats .group .month {  display:block; background:#ededed; border-bottom:1px solid #d9d6d0; font-size:12px;  font-family: 'dinot-bold'; padding:8px 0; }
    .boarstats .totalgroup { width:10%; border-right:1px solid #d9d6d0; }
    .boarstats .amount { display:block;  background:#fff; font-size:16px; padding:10px 0; font-family:"dinot-regular"; }

    #jakttider .form-block { width:150px; margin-right: 10px; margin-bottom:0; float: left; }
    #jakttider .form-block-btn { width:100px; margin:0; }
	#jakttider .form-block select { font-size:14px; margin:0; padding:5px; border:2px solid #d9d6d0; background:#fff; width:100%; box-sizing:border-box; }
	#jakttider .form-block fieldset.button { padding-top:27px; }

	.formWhere fieldset { margin-bottom:0; float:left; width:150px; margin-right:20px; }
    .formWhere fieldset select { font-size:14px; margin:0; padding:5px; border:2px solid #d9d6d0; background:#fff; width:100%; box-sizing:border-box; }

}

@media only screen
and (max-width : 768px) {
	#footer .right { margin-top:30px; }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

	.phone-visible { display:none; visibility: hidden; }

	#pageWrap { margin:20px 0; }

	#pageWrap .content { padding:0px 20px; }

	#largeCol .leftCol,
	#largeCol .rightCol { width:49%; float:left; margin-top:10px; }

	#largeCol .leftColLarge { width:100%; margin-right:0; }
	#largeCol .rightColSmall { }

	#largeCol .leftCol { margin-right:2%; }
	#largeCol .rightCol { margin-left:0px; }

	#largeCol .leftColTop { margin-top:0; }
	#largeCol .rightColTop { margin-top:0; }

	#largeCol .leftColLarge.newsList { width:70%; margin-right:0; }
	#largeCol .rightColSmall.newsList { width:27%; margin-left:3%; }

	#footer .content,
	#footer .top { padding:0 20px; }

	#footer .content .col160 { width:32%; float:left; }
	#footer .content .col160 .list { width:100%; float:left; }
	#footer .content .col200 { width:33%; float:left; }

	#footer .top img { float: left; margin-right:3%; width:30%; }
	#footer .top .right { float: left; }

	#kurstider .kursheading h2 { font-size:20px; }

	.checkboxlisting .column { float: left; width:33%;}

	.kurs-container .header,
	.kurs-container .kursrow .intro,
	.kurs-container .kursrow .info .beskrivning { display:block; }
	.kurs-container .kursrow .info { border-top:1px solid #ccc; display:none; }
    .kurs-container .kursrow .info .fakta { float: right; width:49%; }

    .kurstabell-detalj p { width:33%; }

    #jakttider .form-block { width:250px; margin-right: 10px; margin-bottom:0; float: left; }
    #jakttider .form-block-btn { width:100px; margin:0; }

    #jakttider .newsImageMap { float: left; width:30%; max-width:30%; background:#fff; margin-right:2%; }
    #jakttider .newsImageMap img { }

    #jakttider .information { float:left; width:68%; }

    #topCarousel .info { background:#253517; color:#fff; padding:15px; }
    #topCarousel .info h2 { font-family: "dinot-bold"; font-size:24px; margin-bottom:10px; }
    #topCarousel .info p { font-family: "dinot-regular"; font-size:16px; }

}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}
