/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #958462; }
a:visited { color: #958462; }
a:hover { color: #444; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

img,
embed,
object,
video {
	max-width: 100%;
}

a.btn,
.form-submit {
	text-transform: uppercase;
	background: #275E39 url(../img/bg-button.png) 0 0 repeat-x;
	padding: .6em 1em;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: .875em;
	text-shadow: 0px -1px 0px #333;
}

input.form-submit {
	border: none;
}

input.form-text {
	border: none;
	padding: .5em;
	border: 1px solid #999;;
}

.form-item-mail {
	margin-bottom: .5em;
}
.form-item-mail label {
	display: block;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
   
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2f658d");

  
@font-face {font-family: 'GillSansMTStd-Medium';src: url('../webfonts/2F658D_0_0.eot');src: url('../webfonts/2F658D_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2F658D_0_0.woff2') format('woff2'),url('../webfonts/2F658D_0_0.woff') format('woff'),url('../webfonts/2F658D_0_0.ttf') format('truetype');}
   
html {
	background: #fff url(../img/bg.jpg) 0 -30px repeat-x;
	height: 100%;
}
body {
	margin: 0 auto;
/* 	background: url(../img/background-center.png) 0 0 no-repeat; */
	height: 100%;
	font-size: 100%;
	line-height: 1.35;
	font-family: GillSansMTStd-Medium, "Gill Sans", Arial, sans-serif;
}

#page {
	margin: 0 auto;
	width: 90%;
}

ul.tabs {
	margin: 0;
	padding: 0;
}
ul.tabs li {
	display: inline;
	margin-right: 1em;
}



table, thead, tbody, th, td, tr {
    display: block;
}

/* jQuery UI-kaleder fix */

.ui-datepicker-calendar table {
	display: table;
}

.ui-datepicker-calendar thead {
	display: table-header-group;
}

.ui-datepicker-calendar tr {
	display: table-row;
}

.ui-datepicker-calendar td{
	display:table-cell;
}


header[role="banner"],
section[role="billboard"] .frontbox,
section[role="puff"],
section[role="frontinfo"] .fi-wrapper,
footer section[role="siteinfo"],
div[role="main"] {
	margin: 0 auto;
	max-width: 940px;
}



footer section[role="siteinfo"],
section[role="frontinfo"] .fi-wrapper {
	width: 90%;
}


h1 {
	margin-top: 0;
	font-size: 2.375em;
	font-weight: normal;
	margin-bottom: .5em;
	line-height: 1;
}

h2 {
	font-weight: normal;
}

h3 {
	font-size: 1.375em;
	margin-bottom: .5em;
	margin-top: 0;
	margin-bottom: .2em;
	font-weight: normal;
}
h6 {
	font-size: 1.1875em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: normal;
}

p {
	margin-top: 0;
}
p:last-child {
 margin-bottom: 2em;
}

.node p:first-child {
font-size: 1.125em;
line-height: 1.4;
}

.page-node-1 table p:first-child, .page-node-1 table p {
		font-size: 1em;
		line-height: 1.4;
}

.oldie .page-node-1 table p {
	font-size:0.875em;
}

/* IMAGES
--------------------------------------------------------*/

section[role="content"] img {
	border: 1px solid #BFB8AF;
	padding: 5px;
	background: white;
	width: 96%;
}

.page-node-469 section[role="content"] img {
	width: auto;
}

/* HEADER
--------------------------------------------------------*/

section[role="header"] #header {
	position: relative;
	margin-bottom: 1em;
}
#header .logo-m {
	text-align: center;
	padding-top: 50px;
	width: 50%;
	/* height: 74px; */
	float: none;
	margin: 0 auto;
}
#header .logo {
	display: none;
}

/* NAVIGATIONS
--------------------------------------------------------*/

.top-nav {
	position: relative;
}
.top-nav a {
	color: #666;
	font-size: .875em;
	text-decoration: none;
}
.top-nav a:hover {
	text-decoration: underline;
}

.l-language, .navigation-primary {
	position: absolute;
}
.l-language {
 padding: 0;
 margin: 0;
 top: 0;
}
.language-switcher-locale-url {
	height: 30px;
	padding: 0;
	margin: 0;
}
.language-switcher-locale-url li {
	float: left;
	list-style: none;
	line-height: 30px;
}
.language-switcher-locale-url a {
	margin-right: .5em;
}
.locale-untranslated {
	display: none;
}
.navigation-primary {
	text-align: right;
	top: 0;
	right: 0;
	line-height: 32px;
}
.navigation-primary ul {
	float: right;
	margin: 0;
	padding: 0;
}
.navigation-primary li {
	float: left;
	list-style: none;
}
.navigation-primary li.last {
	border: none;
}
.navigation-primary li a {
	padding: 0 .5em;
	display: block;
}
.navigation-primary li.last a {
	padding-right: 0;
}
.navigation-primary li a.active {
	text-decoration: underline;
}


/* MAIN */

#block-menu-block-1 ul.menu {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.125em;
	text-transform: uppercase;
	line-height: 2;
	text-align: center;
	overflow: auto;
}
#block-menu-block-1 ul.menu li {
	display: inline;
}
#block-menu-block-1 ul.menu li a {
	color: #7a6d67;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	margin: 0 auto;
	padding: 0 .5em;
	-webkit-transition: all 0.2s ease-in;
}
#block-menu-block-1 ul.menu li a.active,
#block-menu-block-1 ul.menu li a.active-trail {
	text-shadow: none;
}
#block-menu-block-1 ul.menu li a:hover {
	text-shadow: none;
}

/* undermeny */

#block-menu-block-2 {
	margin-bottom: 1em;
}
#block-menu-block-2 ul.menu {
	margin: 0;
	text-align: center;
	overflow: auto;
}
#block-menu-block-2 ul.menu li {
	display: inline;
	margin: 0 1.5em 0 0;
	padding: 0;
}

#block-menu-block-2 ul.menu li a {
	color: #7F725F;
	text-transform: uppercase;
	font-size: .875em;
	text-shadow: 0px 1px 1px white;
	text-decoration: none;
}
#block-menu-block-2 ul.menu li a:hover,
#block-menu-block-2 ul.menu li a.active {
	text-decoration: underline;
}

/* FRONT BOX
--------------------------------------------------------*/
.frontbox .slider {
	width: 100%;
	float: left;
	position: relative;
}

.frontbox .slider ul {
	overflow: hidden;
}

.frontbox .slider img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.frontbox .flexslider {
	background: transparent;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.frontbox .slider h2 {
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin: 0;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	display: block;
	background: url(../img/bg-black-transp35.png) 0 0;
	z-index: 999em;
}
body.i18n-en .frontbox .slider h2 {
	padding-bottom: 2%;
}

.frontbox .slider p {
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding-left: 5%;
	padding-bottom: 0.5%;
	margin: 0;
	color: #fff;
	display: block;
	z-index: 1em;
}
.frontbox .flexslider a {
	color: #f8f8f8;
}
.frontbox .flexslider a:hover {
	text-decoration: none;
	color: #eee;
}

.frontbox .frontbox-list {
	float: left;
	width: 100%;
	font-size: 1.4375em;
	background: url(../img/bg-m-frontbox-list.png) 0 0 repeat;
}

.frontbox-list ul {
	margin: 0;
	padding: 0;
}
.frontbox-list ul li {
	list-style: none;
	background: url(../img/divider-frontbox.png) bottom left repeat-x;
}
.frontbox-list ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	padding: .5em 21.739130434783% .5em 5%;
	display: block;
	background: url(../img/arrow.png) 92% 50% no-repeat;
}

.flex-direction-nav {
	display: none;
}


/* PUFFAR
--------------------------------------------------------*/

section[role="puff"] {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #e5e4d0;
}
section[role="puff"] .col {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

section[role="puff"] img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

section[role="puff"] h2,
section[role="frontinfo"] h2 {
	font-size: 1.625em;
	font-weight: normal;
	margin-bottom: 0;
}
section[role="puff"] > section {
	border-bottom: 1px solid #e5e4d0;
}

section[role="puff"] h2 {
	margin-top: .3em;
}


section[role="boka"] .formcol {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2em;
}
section[role="boka"] p {
	margin-top: 1em;
}
section[role="boka"] .formcol2 {
	margin-right: 0;
}
section[role="boka"] label {
	display: block;
	margin: .5em 0;
}
section[role="boka"] input {
	width: 75%;
	float: left;
	height: 15px;
	font-size: .875em;
	margin-top: 2px;
}



section[role="boka"] .input-wrapper {
	width: 100%;
}
a.btn_boka {
	width: 26px;
	height: 20px;
	background: url(../img/cal-icon.png) right 50% no-repeat;
	text-indent: -999em;
	display: block;
	float: left;
	margin-left: 2%;
}
section[role="boka"] a.btn {
	margin-right: 2em;
}

section[role="boka"] a.ptext {
	color: #958462;
	text-decoration: none;
}

.ui-datepicker {
width:14em;
}

/* FRONTINFO
--------------------------------------------------------*/
section[role="frontinfo"] {
	background: #d9d2c1 url(../img/bg-footer.jpg) 50% 0 no-repeat;
}
section[role="frontinfo"] .fi-wrapper {
	padding-top: 1em;
}
section[role="frontinfo"] .fi-wrapper .col {
	margin-bottom: 1em;
}
section[role="frontinfo"] h2 {
	margin-top: 0;
}

#block-block-160 .content {
	padding: 1em 0;
	margin-bottom: 1em;
	border-top: 1px solid #E5E4D0;
	border-bottom: 1px solid #E5E4D0;
}
#block-block-160 .content p {
	margin-bottom: 0;
}
#block-block-160 .content p iframe {
	width: 100%;
	height: 70px;
}

#block-views-twitter-block img {
	float: left; 
	padding-right: .5em;
}
#block-views-twitter-block p {
	margin-bottom: 0;
}

/* CONTENT (page)
--------------------------------------------------------*/
.pre-content {
	margin: 0 0 2em;
}
.pre-content p {
	margin-bottom: 0;
}
.pre-content img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

section[role="content"] {
	width: auto;
	float: left;
}
section[role="content"] p:last-child {
 margin-bottom: 2em;
}


/* ASIDE
--------------------------------------------------------*/

.sidebar {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
.sidebar img {
	border: 1px solid #BFB8AF;
	padding: 5px;
	background: white;
	display: block;
	width: 96%;
}

/* FOOTER
--------------------------------------------------------*/
section[role="siteinfo"] {
	font-size: .875em;
	height: 100px;
}
section[role="siteinfo"] p {
	margin: 1em 0;
}
section[role="siteinfo"] a {
	color: #000;
}


/* BLOCKS
--------------------------------------------------------*/
.views-field-title {
	font-weight: bold;
}


.white_frame,
.white-frame,
#block-views-timed-block-block-1 .white-frame .views-row {
	border: 1px solid #999;
	padding: 5%;
	margin-top: 1em;
}
.white_frame h3 {
	margin-top: 0;
}

.block-simplenews {
	border: 1px solid #999;
	padding: 5%;
	background: #efefef;
}

#block-views-timed-block-block-1 .white-frame {
	border: none;
	padding: 0;
	margin-top: ;
}

/* Webform, catering
--------------------------------------------------------*/
.page-node-469 fieldset {
	padding: 2%;
	border: 1px solid #ccc;
}

.page-node-469 fieldset legend {
	padding: 10px;	
}

.page-node-469 .webform-component-markup,
.page-node-469 .webform-component-webform_number {
	width: 70%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.page-node-469 .webform-component-webform_number, .page-node-469 .webform-component-number {
	width: 30%;
	padding-top: 20px;
	float: right;
	clear: right;
}

.page-node-469 .webform-component-markup p img {
	float: left;	
	display: inline;
	margin-right: 10px;
}

.page-node-469 label {
	display: block;
	color: #333;
}
.page-node-469 label.option {
	display: inline;	
}

.page-node-469 .webform-component-markup h4 {
	margin: 0;	
	margin-top: -1em;
}

.page-node-469 .webform-component-webform_number {

}

.page-node-469 .webform-component-textfield,
.page-node-469 .webform-component-webform_email {
	display: block;	
}

.page-node-469 .webform-component-textfield .form-text,
.page-node-469 .webform-component-webform_email .form-text {
	width: 80%;	
}

#webform-component-bestallare .form-item {
	margin-bottom: 10px;	
}

#webform-component-bestallare .form-item.form-type-radio {
	margin-bottom: 0;	
}

.page-node-469 .webform-component-webform_number:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.page-node-469 .form-number {
	width: 50px;
}

.page-node-469 .description {
	float: right;
}

.page-node-469 #edit-submit {
	margin: 20px 0;	
	float: right;
}

/*
.page-node-469 section[role="content"] p:last-child {
	margin-bottom: 0;
}
#webform-component-bestallare input.form-text {
	width: 95%;
}
.webform-component-fieldset {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	//border-bottom: 1px solid #999;
}
.webform-component-fieldset legend {
	padding-bottom: 10px;
}
	.webform-component-fieldset legend a {
		font-weight: bold;
	}
.webform-component-markup {
	margin: 0 2.347417840376% 10px 0;
	float: left;
}
.webform-component-webform_number {
	margin: 0 0 20px 0;
	width: 78.182156133829%;
	overflow: hidden;
	float: right;
	min-height: 100px;
}
.webform-component-webform_number label {
	margin: 0 2.347417840376% 0 0;
	width: 68.422535211268%;
	float: left;
} 
.webform-component-webform_number input {
	float: left;
	width: 12.910798122066%;
	margin-right: 10px;
}
.webform-component-webform_number .description {
	float: left;
	width: 5.952380952381%;
}
#webform-component-bestallare--bestallning-senast, #webform-component-bestallare--jag-onskar-leveransen-pa-plats {
	float: none;
	width: 100%;
}
#webform-component-bestallare--datum {
	margin: 10px 0 0 0;
}
#webform-component-bestallare--mellan-tider {
	margin: 10px 0 20px 0;
}
	#webform-component-bestallare--mellan-tider label {
		display: block;
	}
.fieldset-wrapper .form-wrapper {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

*/



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear: both;}


/* ==|== media queries ====================================================== */

@media only screen and (max-width: 480px) {
	.page-node-469 .webform-component-markup,
	.page-node-469 .webform-component-webform_number {
		width: 100%;
		float: none;
		display: block;	
		margin-bottom: 0;
	}
	
	.page-node-469 .webform-component-markup {
		margin-top: 30px;	
	}
	
	.page-node-469 .webform-component-webform_number {
		padding-top: 5px;
		padding-bottom: 10px;	
		border-bottom: 1px solid #ccc;
	}
	
	.page-node-469 .webform-component-markup:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		zoom: 1;
	}
}

@media only screen and (min-width: 480px) {
	
	/* Buggfix, tabellen på kontaktsidan */

	.page-node-1 table td:first-child {
		width: 51%;
		padding-right: 1.930501930502%;
	}

		.oldie .page-node-1 table td {
			width: 50%;
			/*padding:1%;*/
		}

	table {
		display:table;
		width:100%;
	}

	tr {
		display:table-row;
	}

	td {
		display:table-cell;
	}
	

}/*/mediaquery*/




@media only screen and (min-width: 768px) {

html {
	background: #fff url(../img/bg.jpg) 0 0 repeat-x;
	height: 100%;
}
body {
	background: url(../img/bg-top.jpg) 50% 0 no-repeat;
}


#page {
	max-width: 960px;
	margin: 0 auto;
}

header[role="banner"] {
	width: 100%;
}

#header .logo {
	padding-top: 15px;
	display: block;
	float: left;
	text-align: center;
	width: 22.916666666666%;
	height: 74px;
}

#header .logo-m {
	display: none;
}


/* NAVIGATIONS
--------------------------------------------------------*/
.top-nav a {
	color: #666;
	font-size: .875em;
	text-decoration: none;
}
.top-nav a:hover {
	text-decoration: underline;
}

.l-language, .navigation-primary {
	float: left;
	width: 38.541666666667%;
	margin-top: 37px;
	position: relative;
}
.l-language {
	margin-top: 30px;
	line-height: 1.2;
}
.language-switcher-locale-url li {
	float: left;
}
.language-switcher-locale-url li a {
	margin-right: 1em;
}

.navigation-primary {
	text-align: right;
	line-height: 1.2;
}
.navigation-primary ul {
	float: right;
	margin: 0;
	padding: 0;
}
.navigation-primary li {
	float: left;
	list-style: none;
	border-right: 1px solid #7F725F;
}
.navigation-primary li.last {
	border: none;
}
.navigation-primary li a {
	padding: 0 1em;
	display: block;
}
.navigation-primary li.last a {
	padding-right: 0;
}


/* MAIN */

/* MAINNAV
--------------------------------------------------------*/
#block-menu-block-1 ul.menu {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 1.125em;
	text-align: left;
	overflow: auto;
}

#block-menu-block-1 ul.menu li {
	float: left;	
	display: inline;
}

#block-menu-block-1 ul.menu li.first a {
	padding-left: 0;
}

/* undermeny */
#block-menu-block-2 ul.menu {
	text-align: left;
}
#block-menu-block-2 ul.menu li {
	float: left;
}

/* PUFFAR */
section[role="puff"] .col {
	width: 33.333333333333%;
	margin-top: 1em;
}
section[role="puff"] .col .inner {
	padding: 4%;
	padding-top: 0;
}
section[role="puff"] .col1 .inner {
/*
	padding-left: 0;
	padding-right: 4.5%;
*/
	border-right: 1px solid #e5e4d0;
}
/*
section[role="puff"] .col2 .inner {
	padding-left: 4.5%;
	padding-right: 4.5%;
}
*/

section[role="puff"] .col3 .inner {
/*
	padding-right: 0;
	padding-left: 4.5%;
*/
	border-left: 1px solid #e5e4d0;
}

section[role="puff"] > section {
	border-bottom: none;
}


/* slider */

.flex-direction-nav {
	display: inline;
}


/* FRONTINFO
--------------------------------------------------------*/
section[role="frontinfo"] {
	height: 433px;
	background: #d9d2c1 url(../img/bg-footer.jpg) 50% 0 no-repeat;
	width: 100%;
}
section[role="frontinfo"] .fi-wrapper {
	padding-top: 4em;
}
section[role="frontinfo"] section.col {
	width: 48.958333333333%;
	float: left;
}
section[role="frontinfo"] section.col1 {
	margin-right: 2.083333333333%;
}


.ui-datepicker {
width: 15.5em;
}
.ui-datepicker-calendar th {
	display: inline;
}

/* CONTENT (page)
--------------------------------------------------------*/

section[role="content"] {
	width: 57.291666666667%;
	float: left;
	margin-right: 5.208333333333%;
}
section[role="content"] p:last-child {
 margin-bottom: 2em;
}


/* ASIDE
--------------------------------------------------------*/

.sidebar {
	width: 37.5%;
	float: left;
}
.sidebar img {
	width: 97.4%;
}

}/*/mediaquery*/



@media only screen and (min-width: 790px) {

	/* FRONT BOX
--------------------------------------------------------*/
.frontbox .slider {
	width: 73.958333333333%;
	float: left;
	margin-right: 2.083333333333%;
}
body.i18n-en .frontbox .slider {
	width: 100%;
	overflow: hidden;
}
body.i18n-en .frontbox .slider h2 {
	padding-bottom: 2%;
}
body.i18n-en .frontbox .slider .content p {
	margin-bottom: 0;
}
.frontbox .slider img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.frontbox .slider h2 {
	bottom: 15px;
	font-size: 2.1875em;
}

.frontbox .slider p {
	position: absolute;
	bottom: 20px;
}

.frontbox .frontbox-list {
	float: left;
	width: 23.958333333333%;
	font-size: 1.25em;
	background: url(../img/bg-brown.jpg) 0 0 no-repeat;
	height: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-height: 322px;
}
.frontbox-list ul li a {
	padding: 1em 21.739130434783% 1em 10%;
}

.flex-direction-nav li a {
width: 52px;
height: 52px;
margin: -13px 0 0;
display: block;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
}

.flex-direction-nav li .prev {
	left: -16px;
}
.flex-direction-nav li .next {
	right: -16px;
}

section[role="puff"] {
	padding-top: 0;
}

/* */

}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
