@media screen,projection {

body #main .js-accordion {
	position: relative;
	background: #000;
	overflow: hidden;
	height: 367px;
	margin-bottom: 8px;
}

/* Standardvisning av forsidepluggene */

body #main .accordion .intro-element {
	position: relative;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	width: 650px;
	z-index: 1;
}
body #main .accordion .intro-element img {
	position: relative;
}
body #main .accordion .intro-element .slug {
	padding: 4px 4px 0;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
body #main .accordion .intro-element a {
	display: block;
}
body #main .accordion .intro-element h2 {
	line-height: 32px;
	font-size: 36px;
	padding;
}
body #main .accordion .intro-element a.more {
	font-family: Arial, sans-serif;
	border-top: 1px dotted #d2d2d2;
	text-transform: uppercase;
	background: #f4f6e4;
	font-weight: bold;
	padding: 4px 3px;
	font-size: 11px;
	color: #900;
	margin: 1px;
}
body #main .accordion.intro-element a:hover.more {
	background: #efead6;
}

/* jQuery JS-Accordion */

body #main .js-accordion .intro-element {
	position: relative;
	overflow: hidden;
	background: #000;
	min-height: 367px;
	height: 367px;
	width: 110px;
	border: none;
	float: left;
	padding: 0;
	border-left: 1px solid #fff;
}
body #main .js-accordion .intro-element:first-element {
	border: none;
}
body #main .js-accordion .intro-element .intro {
	background: #000;
	filter: alpha(opacity='75');
	opacity: 0.75; 
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	padding: 10px 10px;
	width: 630px;
	height: 40px;
	bottom: 0;
}
body #main .js-accordion .intro-element * {
	color: #fff;
	padding: 0;
}
body #main .js-accordion .intro-element .slug {
	font-weight: normal;
	font-size: 11px;
}
body #main .js-accordion .intro-element h2 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
	font-size: 18px;
}
body #main .js-accordion .intro-element .intro p {
	width: 520px;
	float: left;
}

body #main .js-accordion .intro-element a.more {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: none;
	position: absolute;
	font-weight: bold;
	padding: 5px 10px;
	background: #fff;
	font-size: 12px;
	display: block;
	bottom: 15px;
	right: 15px;
	color: #000;
	border: 0;
}
body #main .js-accordion .intro-element a:hover.more {
	background: #ccc;
}
}