/* CSS-reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header,
hgroup, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

nav ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}

a
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

b {font-weight: bold;}
th {font-weight: bold;}
i {font-style: italic;}

ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title],
dfn[title]
{
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding:0;
}

input, select
{
	vertical-align: middle;
}

/*================================================================================
 Readyonet
================================================================================*/

div, span, a, label, input, select, textarea, fieldset, legend, p, img, hr, ul, li, ol
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	background: #fff;
}



input, textarea, select
{
	font-family: Verdana;
	font-size: 11px;
}

table
{
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

td
{
	text-align: left;
	vertical-align: top;
}

th
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

a
{
	font-weight: normal;
	color: #7fbd00;
	text-decoration: none;
}

a:hover
{
	color: #7fbd00;
	text-decoration: underline;
}

fieldset
{
	border: solid 1px #ccc;
}

legend
{
	font-weight: bold;
}

img
{
	font-size: 0px;
}

img.inline 
{
	max-width:100%;
}

hr, div.hr
{
	width: 100%;
	height: 1px;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	border: 0;
	border-top: 1px solid #ccc;
	font-size: 0px;
}

object
{
	vertical-align: top;
}div.hidden
{
	display: none;
}

div.con
{
	padding-top: 5px;
}

/* Links */

a.page_link
{
	white-space: nowrap;
	padding-right: 12px;
	background: url(images/page_link.gif) 100% 50% no-repeat;
}

div.returnLinkContainer
{
	padding-top: 10px !important;
}

div.returnLinkButtonContainer
{
	padding-top: 10px;
}

a.returnLink
{
	display: inline-block;
	padding: 1px 6px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #eee;
	border: 1px solid #fff;
	color: #DF0029;
}

a.returnLink:hover
{
	color: #000;
}

/* SelectionList */

div.selectionListComp
{
	line-height: normal;
}

div.selectionList
{
	overflow: auto;
	line-height: normal;
	border: solid 1px #888;
	background: #fff;
	z-index: 100;
}

div.selectionListDisabled
{
	border: solid 1px #888;
	background: #eee;
}

div.selectionListFilter
{
	overflow: hidden;
	border: solid 1px #888;
	border-top: none;
	z-index: 100;
}

div.selectionListFilter table td
{
	height: 20px;
	background: #fff;
}

div.selectionListFilter table td.c1
{
	width: 50px;
	text-align: right;
	vertical-align: middle;
	border-right: solid 1px #888;
	background: #eee;
}

div.selectionListFilter table td input.selectionListFilter
{
	width: 100%;
	border: none;
	padding: 2px 2px 2px 4px;
	_margin: -1px 0px;
}

div.selTextList
{
	width: 100%;
	padding: 2px 3px;
	overflow: hidden;
	vertical-align: top;
	font-size: 12px;
}

/* Tables */

tr.odd
{
}

tr.even
{
	background: #eee;
}

tr.selected
{
	background: #cce;
}

tr.hover
{
	background: #ddd;
}

table.row td
{
	vertical-align: middle;
}

table.row th
{
	vertical-align: middle;
}

/* Text alignment classes */

body .article .l {text-align: left;}
body .article .c {text-align: center;}
body .article .r {text-align: right;}
body .article .t {vertical-align: top;}
body .article .m {vertical-align: middle;}
body .article .b {vertical-align: bottom;}

/* Image Maps */

.imgSettings
{
	position: relative;
	cursor: crosshair;
	z-index: 0;
}

div.imgNodeSettings
{
	display: inline;
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	cursor: pointer;
	top: 0;
	left: 0;
	padding: 0px 3px 1px 3px;
	border: solid 1px #000;
	z-index: 10;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/* Search */

div.searchBox
{
	float: right;
	background: url(images/search-bg.html) top left no-repeat;
	/*width:220px;*/
	height: 24px;
}

input.SearchBox
{
	border: 0;
	padding: 4px 0 0 8px;
	font-style:italic;
}

#searchTable td
{
	vertical-align: top;
}

#searchButtonTD #searchNBSP
{
	display: none;
}

#searchButtonTD
{
	padding-left: 8px;
}

.tdButton 
{
	/* display:none;*/
}
.tdLink
{

}
.tdLink a
{
	display: block;
	width: 30px;
	height: 24px;
	background: url(images/search-bg.html) top right no-repeat;
}

div#SearchBox_Div
{
	display:none;
}
/* vdcCarouSlide */

.vdcCarouSlide .s-active {position: relative; top: 0; left: 0;}
.vdcCarouSlide .slider-nav .active {font-weight: bold;}
.vdcCarouSlide {position: relative;}
.vdcCarouSlide .slider-wrapper {border: 1px solid #ccc; overflow: hidden; position: relative;}
.vdcCarouSlide .slider-holder {display: block; margin: 0; padding: 0;}
.vdcCarouSlide .slider-holder li.slide {padding: 0; background-color:#fff;}
.vdcCarouSlide .slider-nav {position: absolute; top: 3px; z-index: 100; margin: 0; padding-left: 5px;}
.vdcCarouSlide .slider-nav li {list-style: none; padding: 0; margin: 0;}
.vdcCarouSlide .slider-nav a:link,
.vdcCarouSlide .slider-nav a:visited {border: none; text-align: center; overflow: hidden; display: block; margin: 1px 0; padding: 3px; background: none;}
.vdcCarouSlide .slider-nav .active a:link,
.vdcCarouSlide .slider-nav .active a:visited,
.vdcCarouSlide .slider-nav a:hover,
.vdcCarouSlide .slider-nav a:focus,
.vdcCarouSlide .slider-nav a:active {background: #ff0;}

.vdcCarouSlide .textWin
{
	position: absolute;
	bottom: 0;
	height: 63px;
	padding: 4px 10px;
	background: #000;
	color: #fff;
}
.ie .vdcCarouSlide .textWin
{
	display: none;
}
.vdcCarouSlide .text
{
	position: absolute;
	bottom: 0;
	height: 63px;
	padding: 6px 8px 2px 8px;
	color: #fff;
	overflow: hidden;
}
.ie .vdcCarouSlide .text
{
	background: #000;
}
.vdcCarouSlide .text h1
{
	color: #fff;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}
.vdcCarouSlide .text a
{
	display: block;
	color: #fff;
	text-decoration: none;
}


/* Anything Slider */

div.anythingSlider
{
	display: block;
	overflow: hidden;
}
div.anythingSlider .start-stop
{
	display: none;
}

div.anythingSlider .anythingWindow
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
div.anythingSlider
{
	position: relative;
}

ul.anythingBase
{
	background: none;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel
{
	background: none;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
div.anythingSlider .anythingControls
{
	position: absolute;
	width: 80%;
	bottom: 0;
	right: 0;
	margin-bottom: 8px;
	margin-right: 6px;
	z-index: 100;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
div.anythingSlider .thumbNav
{
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	margin: 0;
	z-index: 100;
}
div.anythingSlider .thumbNav li
{
	display: block;
	float: left;
}
div.anythingSlider .thumbNav a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	margin: 1px 4px 1px 1px;
	padding: 1px 4px 2px 5px;
	background: #ddd;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: solid 1px #888;
	color: #888;
}
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a:hover
{
	margin: 0px 3px 0px 0px;
	padding: 2px 5px 3px 6px;
	background: #fff;
	color: #444;
	border-color: #666;
}

/* Nivo Slider */

.nivoSlider
{
	position:relative;
}
.nivoSlider img
{
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:6;
	display:none;
}

.nivo-slice
{
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box
{
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption
{
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:8;
}
.nivo-caption p
{
	padding:5px;
	margin:0;
}
.nivo-caption a
{
	display:inline !important;
}
.nivo-html-caption
{
    display:none;
}

.imgCenter,
.imgCenter div.imgText
{
	text-align: center;
}

.clickableBlock
{
	cursor: pointer;
}
.ArticleHover .ArtDecContent
{
	background: #ffc;
}

div.pageBreak,
.onlyPrint
{
	display: none;
}

@media print
{
	.hidePrint
	{
		display: none;
	}

	div.pageBreak,
	.onlyPrint
	{
		display: block;
	}

	div.pageBreak
	{
		display: block;
		border: 1px solid transparent;
		font-size: 0;
		page-break-after: always;
	}
}

div#OuterDiv
{
	background: #7fbd00 url(images/gronstablad2.png) top left no-repeat;
}
div.main
{
	position: relative;
}
div.section_main
{
	min-width: 320px;
	/* max-width: 1000px; */
	margin: 0 auto;
	padding:0 0px;
}

.ie8 div.section_main,
.ie7 div.section_main,
.ie6 div.section_main
{
	width: 1020px;
}

.articleMode div.content
{
	padding: 10px 10px;
}

#SectionMain.section_main
{
	/* -webkit-box-shadow: 0px 0px 10px #666666;
box-shadow: 0px 0px 10px #666666; */
}

.content
{
	margin: 0 0;

}

.normalContent
{
	background: rgba(255,255,255,1);
	padding:10px 10px;
	max-width: 1000px;
	/*
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	*/
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}

.headerContent
{
	background:#fff;
	max-width: 1000px;
	padding: 0 20px;
	/*
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	*/
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);

}

.footerContent
{
	max-width: 1000px;
	padding: 0 10px;
}
div.menubar
{
	min-height: 38px;
	padding: 0 10px;
	margin: 0 0 0 0;
	position: relative;
	background: #7fbd00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.menubarRight,
.menubarRight .dateDisplay
{
	display:none;
}

div.menubar a
{
	display: block;
	font-size: 20px;
	font-weight:bold;
	font-family: Merriweather;
	color: #fff;
	line-height: 38px;
	text-decoration:none;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
div.menubar a:hover
{
	text-deocration: none;
}
div.menubar .menubarItemSelected
{
	background: rgba(255,255,255,0.30);
}
div.menubar .menubarItemHover, div.menubar .menubarItemSelectedHover
{
	background: rgba(255,255,255,0.30);
}
div.menubar .menubarItemHover a, div.menubar .menubarItemSelectedHover a
{
	text-decoration: none;
}
div.menubar .menubarItemSelected a
{
	text-decoration: none;
}
div.menubarShadow
{
	display: none;
	font-size: 0px;
}


/* ------- Responsive menubar ------- */

ul.menubar
{
	list-style-type: none;
	margin-right: 0px;
}
ul.menubar li
{
	display: inline-block;
	padding: 0 8px;
}
ul.menubar li.menubarItemSelected
{
}

/* --------------- Big Menus ------------ */

div.BM_popup
{
	position: absolute;
	top: 0;
	z-index: 101;
}
div.BM_outerContainer
{
	background: #EA0C07;
	border: 0;
	-webkit-box-shadow: 0px 2px 10px #ccc;
box-shadow: 0px 2px 10px #ccc;
	
}
div.BM_innerContainer
{
	padding: 8px 8px;
}
div.BM_subMenu
{
	padding-left: 10px;
}
div.BM_column
{
	float: left;
	min-width: 150px;
}
div.BM_menuColumn
{
	margin-right: 10px;
}
div.BM_column a
{
	display: block;
	margin-bottom: 1px;
	padding: 1px 4px;
	text-decoration: none;
	color: #FFF;
	/*background: #fff;*/
	font-weight:normal;
	font-size:14px;
	line-height: 18px;
}
div.BM_column a:hover
{
	text-decoration: underline;
	/*background: #ddd;*/
	color: #FFF;
}
div.BM_articleColumn
{
	float: left;
	padding: 2px 4px;
}

div.BM_articleColumn table.article td 
{
}


/* ----- Menu-icon + dropdownmenu ----- */

body div.mobileMenubar
{
	margin-top: 10px;
	margin-bottom: 8px;
	background: #fff;
	/* border-style: solid none solid none; */
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
div#iconMenu
{
	left: 0;
	margin: 0;
	padding: 8px;
	width: 100%;
	min-height: 46px;
	height: 100%;
	background: #7fbd00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#iconMenuIcon
{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/menu-icon.gif);
	cursor: pointer;
}

div#iconMenuTree
{
	position: absolute;
	/*width: 100%;*/
	left: 0;
	background: #fff;
	margin: 37px 20px 0 20px;
	padding: 5px;
	z-index: 1000;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

div#iconMenuTree a
{
	display: block;
	padding: 2px 5px 2px 10px;
	font-family: Merriweather;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

div#iconMenu a:hover,
div#iconMenu a.menuSelected
{
	color: #7fbd00;
}

div#iconMenuTree a.lev2
{
	font-size:  14px;
	line-height: 22px;
	font-weight: normal;
}
div#iconMenuTree a.lev3
{
	font-size:  12px;
	line-height: 22px;
	font-weight: normal;
}
/* --- Sub sections --- */

div.menu_sub_section_1
{
	padding: 4px 0px 0px 15px;
}
div.menu_sub_section_2
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_3
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_4
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_5
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_6
{
	padding: 0px 0px 0px 15px;
}


/* --- Div.menu link --- */

div.menu_link
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #1a344f;
}
div.menu_link_hover
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #1a344f;
	background: url(images/menu_item_selected.html) no-repeat;
	background: #eeeeee;
	background: -moz-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(40%,#eeeeee),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -o-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -ms-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: linear-gradient(to right,#eeeeee 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1);
}
div.menu_link_selected, div.menu_link_selected_hover
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	background: #afdce0;
	border-bottom:1px solid #1a344f;
	background: url(images/menu_item_selected.html) no-repeat;
	background: #eeeeee;
	background: -moz-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(40%,#eeeeee),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -o-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -ms-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: linear-gradient(to right,#eeeeee 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1);
}
div.submenu_link
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
}
div.submenu_link_hover
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	background: #afdce0;
	background: url(images/menu_item_selected.html) no-repeat;
	background: #eeeeee;
	background: -moz-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(40%,#eeeeee),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -o-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -ms-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: linear-gradient(to right,#eeeeee 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1);
}
div.submenu_link_selected, div.submenu_link_selected_hover
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	background: #afdce0;
	background: url(images/menu_item_selected.html) no-repeat;
	background: #eeeeee;
	background: -moz-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(40%,#eeeeee),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -o-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -ms-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: linear-gradient(to right,#eeeeee 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1);
}
a.menu_link
{
	font-family: Merriweather;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 16px;
}
a.menu_link_selected
{
	font-family: Merriweather;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 16px;
}
div.menu_link_hover a
{
	color: #333;
}
a.submenu_link
{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
a.submenu_link_selected
{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
div.submenu_link_hover a, div.submenu_link_selected_hover a
{
	color: #333;
}

.menu_sub_section_2 a.submenu_link,
.menu_sub_section_2 a.submenu_link_selected
{
	font-size: 12px;
	line-height: 10px;
}

.menu_sub_section_2 div.submenu_link_selected, 
.menu_sub_section_2 div.submenu_link_selected_hover 
{
	padding: 0px 0px 0px 10px;
}

img.menu_marker,
img.submenu_marker,
img.menu_sublevel_marker
{
	display:none;
}

div.shopCart
{
	margin: 10px 5px 5px 5px;
	border: solid 1px #7f7f7f;
}
div.shopCart .title
{
	padding: 3px 10px;
	height: 20px;
	color: #ffffff;
	background: url(images/shop_cart_top.html) top left repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
table.shopCart
{
	width: 167px;
	margin: 10px 0px 0px 5px;
	font-family: Arial;
}
div.shopCart .links
{
	margin: 10px 0px 5px 5px;
}
div.shopCart .links a
{
	font-family: Verdana;
}

table.pageContent td.pcTop
{
	height: 20px;
	font-size: 0px;
	background: #ffff00;
	display: none;
}
table.pageContent td.pcTop_full
{
	height: 20px;
	font-size: 0px;
	background: #ffff00;
	display: none;
}
table.pageContent td.pcTop table,
table.pageContent td.pcTop_full table
{
	width: 100%;
	height: 20px;
	color: #ffff00;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
table.pageContent td.pcTop table td.title,
table.pageContent td.pcTop_full table td.title
{
	padding: 3px 10px 0px 10px;
}
table.pageContent td.pcTop table td.date,
table.pageContent td.pcTop_full table td.date
{
	padding: 4px 10px 0px 10px;
	font-size: 10px;
	text-align: right;
}
table.pageContent td.pcContent
{
	padding: 10px;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
table.pageContent td.pcContent_full
{
	width: 100%;
	height: 100%;
	background: #ffffff;
}
table.pageContent td.pcBottomLinks
{
	height: 12px;
	padding-left: 20px;
	background: #ffffff;
}
table.pageContent td.pcBottomLinks_full
{
	height: 12px;
	padding-left: 20px;
	background: #ffffff;
}
table.pageContent td.pcBottom
{
	height: 7px;
	background: #ffffff;
}
table.pageContent td.pcBottom_full
{
	height: 7px;
	background: #ffffff;
}

.footerBackground
{
}

div.footer-content div.article
{
	background:none;
	color:#fff;
}
div.footer-content div.article a
{
	color:#fff;
}

/* ----- Footer align ----- */

.footerAlignRight
{
	text-align:right;
}

.footerAlignCenter
{

}

@media screen and (max-width: 720px)
{
	.footerAlignCenter
	{
	text-align:center;
	}

}


/*------------------ ArtDec 1 Grön inramad ----------------*/

.ArtDecContent
{
	width: 100%;
	padding: 10px;
	border: 1px solid #adadad;
	background: #daeac0;
	background: -moz-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#daeac0),color-stop(100%,#f2f9e6));
	background: -webkit-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: -o-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: -ms-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: linear-gradient(to bottom,#daeac0 0%,#f2f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daeac0', endColorstr='#f2f9e6',GradientType=0);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*------------------ ArtDec 2 Grön inramad med liten text ----------------*/

.ArtDecContent_2
{
	width: 100%;
	padding: 10px;
	border: 1px solid #adadad;
	background: #daeac0;
	background: -moz-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#daeac0),color-stop(100%,#f2f9e6));
	background: -webkit-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: -o-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: -ms-linear-gradient(top,#daeac0 0%,#f2f9e6 100%);
	background: linear-gradient(to bottom,#daeac0 0%,#f2f9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daeac0', endColorstr='#f2f9e6',GradientType=0);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size:10px;
	line-height:14px;
}

	


.article
{
	width: 100%;
	background: #fff;
	line-height: 1.4em;
}

/* Headings */

.article h1, h1
{
	font-family: Merriweather;
	font-size: 2.6em;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 .4em 0;
	vertical-align: top;
}
.article h2, h2
{
	font-family: Merriweather;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0 0 .4em 0;
	vertical-align: top;
}
.article h3, h3
{
	font-family: Merriweather;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0 0 .3em 0;
	vertical-align: top;
}
.article h4, h4
{
	font-weight: bold;
}
.article h5, h5
{
	font-weight: bold;
}
.article h6, h6
{
	font-weight: bold;
}

/* Legacy headings */

.article span.h1
{
	font-size: 18px;
	font-weight: bold;
}

.article span.h2
{
	font-size: 14px;
	font-weight: bold;
}

.article span.h
{
	font-weight: bold;
}

/* Article elements */

.article .section
{
	margin: .5em 0 0 0;
	vertical-align: top;
}

.article div.section span ul.ulist
{
	padding: 0px 0px 0px 16px;
}
.article div.section span ul.ulist li
{
	padding: 0px 0px 8px 0px;
}

.article .summary
{
	margin: .5em 0 0 0;
	font-weight: 700;
	margin: 10px 0;
}

.article div.author
{
	margin: .3em 0 0 0;
	font-weight: bold;
}

.article div.references
{
	margin: .5em 0 0 0;
}

/* Article images */

.article img
{
	vertical-align: top;
	max-width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px
}

.article .imgText
{
	font-size: 10px;
	font-weight: normal;
	padding: 0px 4px;
	margin: 4px 0;
	vertical-align: top;
	color: #888;
}

.article div.slideshow img.thumb
{
	margin: 4px 2px 0px 2px;
	background: #ffffef;
	border: 1px solid #bbb;
}

/* Form elements */

.article input.text
{
	border: 1px solid #bbb;
}

.article input.date
{
	width: 80px;
	margin-right: 2px;
	text-align: center;
}

.article input.checkbox
{
}

.article input.radio
{
}

.article input.file
{
	border: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.article textarea
{
	border: 1px solid #bbb;
	padding: 1px 2px;
}

.article label.label
{
	font-weight: normal;
} 

/* Tables */

.article table.facttable th, .article table.facttable td
{
	padding: 2px 4px;
	border: 1px solid #ccc;
}

.article table.form th, .article table.form td
{
	padding: 2px 5px 2px 0px;
	vertical-align: middle;
}

.article table.row th, .article table.row td
{
	vertical-align: middle;
}

.article table.list
{
	width: 100%;
	border: 1px solid #bbb;
}

.article table.list th
{
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
	padding: 1px 2px 1px 2px;
	background: #cfcfcf;
	color: #000;
}

.article table.list td
{
	vertical-align: middle;
	padding: 1px 2px 1px 2px;
}

/* Tables - Page navigation */

.article table.listPageNav
{
	width: 100%;
	vertical-align: middle;
}

.article table.listPageNav td.nav
{
	width: 150px;
	padding: 4px 2px 3px 5px;
}

.article table.listPageNav td.right
{
	display: none;
}

.article table.pageNav
{
	height: 20px;
}

.article table.pageNav td
{
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
}
div.full
{
	width: 100%;
	overflow: hidden;
}
.formColumn
{
}
.formColumn .row
{
	width: 100%;
	clear: both;
	line-height: 18px;
	padding: 2px 0;
	overflow: hidden;
}

.formColumn div.row label.compact
{
	width: auto;
}
.formColumn div.row div.compact
{
	width: auto;
}
.formColumn .row label.L
{
	float: left; 
	display: block; 
	padding-right: 5px;
}
.formColumn .row div
{
	float: left;
}
div.alignRightLeft
{
	padding: 5px;
}
div.alignRightLeft .row label.L
{
	text-align: right;
}
div.alignRightLeft .row div
{
	text-align: left;
}
div.newRow
{
	clear: left;
}
.formColumn .row div input
{
	vertical-align: middle;
}
.formColumn .row div input.text
{
	width: 100%; 
	margin: 0; 
	_margin: -1px 0; 
}
.formColumn .row div input.date
{
	width: 80px;
	margin-right: 2px;
	text-align: center;
}
.formColumn .row div textarea
{
	width: 100%;
	height: 100%;
}
input.markInvalid, textarea.markInvalid, div.markInvalid div.selectionList
{
	background: #ffefdf;
}
div.markInvalid
{
	color: #ff0000;
}
/*
input:focus, textarea:focus
{
	background-color: #FFC;
	border-color: #FC6;
}
*/

div.news
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	height: 100%;
	background: #E3EECC;
}
div.news table.pageNav
{
	background: #73A900;
	color: #ffffff;
	width: 100%;
}
div.news div.title
{
	background: #ffffff;
	padding-bottom: 8px;
}
div.news h2
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	color: #000000;
}
div.news h1
{
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
}
div.news p
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.newsEntry
{
	padding: 4px 10px 4px 10px;
}
div.newsEntry a
{
	color: #000000;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
div.newsEntry a:visited
{
	color: #000000;
}
div.newsEntry a:hover
{
	color: #000000;
}
div.newsEntry span.date
{
	font-family: Arial;
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
}

div.indexEntry a
{
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}
div.indexEntry a:visited
{
	color: #009999;
}
div.indexEntry a:hover
{
	color: #999999;
}
div.indexEntry span.date
{
	font-family: Verdana;
	font-weight: bold;
	line-height: 14px;
}



.cpYearNavigation,.cpMonthNavigation
{
	background-color: #7f7f7f;/*#C0C0C0;*/
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText
{
	font-family: arial;
	font-size: 8pt;
}
td.cpDayColumnHeader
{
	text-align: right;
	border: solid thin #c0c0c0;/*#C0C0C0;*/
	border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate 
{
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDate:hover, .cpOtherMonthDate:hover, .cpCurrentDate:hover 
{
	color: #cf0000;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate
{
	color: #000000;
}
.cpOtherMonthDate
{
	color: #808080;
}
td.cpCurrentDate
{
	color: white;
	background-color:  #C0C0C0;
	border-width: 1px;
	border: solid thin #800000;
}
td.cpCurrentDateDisabled
{
	border-width: 1px;
	border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled
{
	text-align: center;
	border: solid thin #C0C0C0;
	border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled
{
	text-align: center;
	height: 20px;
	text-decoration: none;
}
a.cpTodayText
{
	color: #000000;
	text-decoration: none;
}
a.cpTodayText:hover
{
	color: #cf0000;
}
a.cpText
{
	color: #000000;
	text-decoration: none;
}
a.cpText:hover
{
	color: #ffbc2b;
	text-decoration: none;
}
.cpTodayTextDisabled
{
	color: #D0D0D0;
}
.cpBorder
{
	border: solid 1px #000000;
	/*background: url(skin/content.png) top left repeat;*/
}
/*
	widget.css
*/

.wButton
{
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background: #8AA65F;
	color: #ffffff;
}
.wButton:hover
{
	color: #000000;
}
.wButtonDown
{
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background: #8AA65F;
	color: #000000;
}
.wButtonDown:hover
{
	color: #000000;
}

table.article .calendar
{
	
}
table.article .calendar th.calendar
{
	vertical-align: middle;
	text-align: center;
	height: 24px;
	padding: 0px 0px;
	border: solid 1px #afafaf;
	background: #f7f7f7;
}
table.article .calendar td.calendarName
{
	padding: 3px 0px;
	border: solid 1px #afafaf;
	font-size: 10px;
	font-family: Arial;
	background: #f7f7f7;
}
table.article .calendar td.calendarEmpty
{
	padding: 3px 0px;
	border: solid 1px #afafaf;
	font-size: 10px;
	font-family: Arial;
	background: #dfdfdf;
}
table.article .calendar td.calendar
{
	padding: 3px 0px;
	border: solid 1px #afafaf;
	font-size: 10px;
	font-family: Arial;
	background: #ffffff;
	cursor: pointer;
}
table.article .calendar table.calendarCell
{
	/*background: #ff0000;*/
}

table.article table.eventView td,
table.article table.eventView th
{
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
table.article table.eventView td div.text
{
	/*font-family: Verdana;
	font-size: 11px;*/
}
table.article table.eventView td img,
table.article table.eventView th img
{
	vertical-align: middle;
}
table.article table.timeRuler
{
	font-family: Arial;
	font-size: 11px;
}
table.article table.timeRuler td, table.article table.timeRuler th
{
	width: 60px;
}

table.article table.dayEvent
{
	height: 13px;
	/*background: #ff0000;*/
}
table.article div.dayEvent
{
	font-family: Arial;
	font-size: 10px;
	height: 13px;
}

div.userInfo
{
	position: absolute;
	height: 70px;
	top: 10px;
	right: 10px;
	padding: 10px;
	text-align: right;
	/*background: #ffefef;
	border: solid 1px #7f7f7f;*/
}
div.userInfo table th
{
	text-align: right;
	padding-bottom: 2px;
}
div.userInfo table td
{
	padding-left: 5px;
	padding-bottom: 2px;
}

/*--------------------------------------------------*/

div.fileBrowserDlg
{
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: #dfdfdf;
	font-family: Arial;
	font-size: 11px;
}
div.fileBrowserDlg table.fileBrowserDlg
{
	width: 100%;
}
div.fileBrowserDlg table
{
	font-family: Arial;
	font-size: 11px;
}

div.fileBrowserDlgTitle
{
	border-bottom: solid 1px #000000;
	background: #afafaf;
}

div.fileBrowserDlg td.fileBrowserDlg
{
	padding: 2px 4px;
}

div.fileBrowserDlgPath
{
	margin-top: 2px;
	padding: 2px 4px;
	height: 20px;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	font-weight: bold;
	color: #7f7f7f;
}
div.fileBrowserDlgContent
{
	padding: 1px;
	height: 20px;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	color: #7f7f7f;
	overflow: auto;
}
div.fileBrowserDlgContentHeader
{
	height: 20px;
	width: 100%;
}
div.fileBrowserDlgContentList
{
	width: 100%;
	overflow: auto;
}
div.fileBrowserDlgSelected
{
	padding: 2px 4px;
	height: 20px;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	font-weight: bold;
	color: #7f7f7f;
}
input.fileBrowserDlgSelected
{
	padding: 0px;
	
	line-height: normal;
	width: 100%;
	vertical-align: top;
	border: none;
	background: transparent;
	font-weight: bold;
	color: #7f7f7f;
}

div.fileBrowserDlg table.fbDetailList
{
	width: 100%;
}
div.fileBrowserDlg table.fbDetailList tr.normal
{
	cursor: pointer;
}
div.fileBrowserDlg table.fbDetailList tr.normalFolderMode
{
	cursor: default;
	color: #afafaf;
}
div.fileBrowserDlg table.fbDetailList tr.hover
{
	cursor: pointer;
	background: #d8effc;
}
div.fileBrowserDlg table.fbDetailList th
{
	padding: 2px 4px 2px 2px;
	background: #dfdfdf;
	border-bottom: solid 1px #7f7f7f;
	text-align: center;
	vertical-align: middle;
}
div.fileBrowserDlg table.fbDetailList td
{
	padding: 1px 4px 1px 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	height: 14px;
}
div.fileBrowserDlg table.fbDetailList td img
{
	margin-right: 3px;
	vertical-align: top;
}

div.fileBrowserDlg table.fbThumbView
{
}
div.fileBrowserDlg table.fbThumbView td.normal
{
	cursor: pointer;
}
div.fileBrowserDlg table.fbThumbView td.normalFolderMode
{
	cursor: default;
	color: #afafaf;
}
div.fileBrowserDlg table.fbThumbView td.hover
{
	cursor: pointer;
	background: #d8effc;
}

table.imageChooser
{
	width: 375px;
	border: solid 1px #7f7f7f;
	cursor: pointer;
}
table.imageChooser td
{
	padding: 1px;
}
table.imageChooser td img
{
	border: solid 1px #7f7f7f;
}

table.filearea
{
	width: 100%;
	border: solid 1px #0071BF;
}
table.filearea th
{
	height: 20px;
	vertical-align: middle;
	padding: 0px 5px;
	border-bottom: solid 1px #0071BF;
	/*background: url(images/list_header_bg.gif) top left repeat-x;*/
	background: #cfcfff;
	color: #000000;
}
table.filearea td
{
	height: 20px;
	vertical-align: middle;
	padding: 0px 5px;
}
table.filearea td a
{
	color: #0071BF;
}
table.filearea td a:hover
{
	color: #000000;
	text-decoration: underline;
}

tr.odd
{
}
tr.even
{
	background: #efefff;
}

input.file
{
	border: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}







/* Responsiva inställningar för Youtube */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; 
height: 0; 
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*---------------------*/
.ModalBox div {
	visibility: hidden;
	position: fixed;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	z-index: 175;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ModalBox div:before {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 174;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s ease-out;
}

.ModalBox div img {
	position: relative;
	z-index: 177;
	max-width: 100%;
	max-height: 100%;
	margin-left: -9999px;
	opacity: 0;
	transition-property: all, opacity;
	transition-duration: 0.5s, 0.2s;
	transition-timing-function: ease-in-out, ease-out;
}

div.active .ModalBox div,
.ModalBox div:target { visibility: visible; }

div.active .ModalBox div:before,
.ModalBox div:target:before
{
	background-color: rgba(0, 0, 0, 0.7);
}

div.active .ModalBox div img,
.ModalBox div:target img
{
	margin-left: 0px;
	opacity: 1;
	border: 3px solid #fff;
	-webkit-box-shadow: 3px 3px 10px #000000;
box-shadow: 3px 3px 10px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*---------------------*/
div.content.menuPWContent
{
	text-align: center;
	width:100%;
}
div.content.menuPWContent form.menuPasswordForm
{
	display: inline-block;
	border: 1px solid #ccc;
	background: #f7f2e2;
	padding: 20px 10px;
	margin: 20px 0;
	text-align: center;
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
box-shadow: 0px 0px 16px rgba(0,0,0,0.25);
}
div.content.menuPWContent form.menuPasswordForm div.article
{
	background: transparent;
}

img#topLogoImg, img#topMobileLogoImg
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#popup
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* galleryBox */

.galleryBox
{
	margin-top: 5px;
}
.galleryBox div.frame
{
	width: 20%;
	height: 88px;
	height: 96px;
	float: left;
	padding: 6px 4px;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.galleryBox div.frame span
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.galleryBox div.frame img
{
	max-width: 100%;
	max-height: 100%;
	/*margin: auto auto;*/
	text-align: center;
	vertical-align: middle;
}

/* Responsiva inställningar för Youtube */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 

/* ----- Contact form ----- */

.Readyonet_ContactForm input.text,
.Readyonet_ContactForm textarea
{
	width: 100% !important;
}


/* Responsiva inställningar */

div.rspBlock
{
	margin: 0 auto;
}

div.rspArticle
{
	/*background: #fff;*/
}

div.floatFix
{
	height: auto;
}

div.Content
{
	max-width: 960px;
	background: #fff;
}



/* dataGrid */

table.article .dataGrid
{
	width: 100%;
}
table.article .dataGrid td.header
{
	padding: 2 4px;
	background: #eee;
	border: solid 1px #aaa;
	font-weight: bold;
}
table.article .dataGrid td
{
	padding: 2 4px;
	border: solid 1px #aaa;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider img {vertical-align: top; width:100%;border-radius:0;}

/* FlexSlider Default Theme
*********************************/
.flexslider {width: 100%; height:300px; overflow:hidden; margin: 0px; padding: 0; position: relative;}
.flex-viewport {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

.slides li
{
	display: none;
}
.slides li.first
{
	display: block;
}

/* Direction Nav */
.flex-direction-nav {position: absolute; width: 100%; top: 50%; margin-top: -15px; font-size: 0; z-index: 100;}
.flex-direction-nav a {display: block; width: 30px; height: 30px; padding: 0; margin: 0; background: url(images/bg_direction_nav.html) no-repeat 0 0; z-index: 1000; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-next {float: right; background-position: right top;}
.flex-direction-nav .flex-prev {float: left;}

.flexslider .flex-next {opacity: 0.8;}
.flexslider .flex-prev {opacity: 0.8;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {display:none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flexslider .slides li {position: relative;}

@media screen and (max-width: 860px)
{
	.flex-direction-nav .flex-prev {opacity: 1;}
	.flex-direction-nav .flex-next {opacity: 1;}
}

div.slideImgText
{
	position: absolute;
	padding: 0 30% 0 0;
	font-family: "cooper-black-std", sans-serif;
	font-weight: 400;
	font-size: 2.4em;
}

div.slideImgText span
{
	display: block;
	margin-top: 50%;
	padding-left:20px;
	line-height: 1.3em;
	background:url(images/white-transparent.html) repeat;
}

.attribution
{
	font-size: 0.8em;
}
