@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700);

/* Body */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', Helvetica, 'Lucida Grande', sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wrapper {
	margin: 0 auto;
	padding: 1px 0;
	max-width: 960px;
}

/* Animate whole page, menu and header in x-axis when menu is opened on mobile */
#header, #banner, #content, #menu, #menu:after, #footer {
	position: relative;
	-webkit-transition: left ease-in 0.2s;
	transition: left ease-in 0.2s;
}

#cookie_approve_banner {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1px 0;
	background: #444;
	background: rgba(68, 68, 68, 0.95);
	font-size: 14px;
	color: #fff;
}

#cookie_approve_banner p {
	margin-left: 20px;
	padding-right: 160px;
}

#cookie_approve_banner a {
	color: #ff8c37;
}

#cookie_approve_banner .button-cookie {
	float: right;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 160px;
	margin: -10px 10px 0;
	padding: 10px 20px;
	background: #ff8c37;
	border-radius: 6px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

#cookie_approve_banner .button-cookie:hover, #cookie_approve_banner .button-cookie:focus {
	color: #fff;
}

/*
 * Header
 */

#header {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url('../images/site/bg_header.png') repeat-x #f18f3d;
	border-bottom: 3px solid #fff;
}

#header_logo {
	float: left;
	margin-top: 18px;
}

/* Button for opening menu is hidden on desktop */
#menu_open {
	display: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#menu li a {
	position: relative;
	display: block;
	padding: 32px 11px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition: color ease 0.4s;
	transition: color ease 0.4s;
}

#menu > ul > li:last-child > a {
	padding-right: 0;
}

#menu li a:hover, #menu li a:focus {
	color: #222;
}

#menu .current {
	color: #222;
}

#menu ul > li > ul {
	display: none;
	/*position: absolute;
	background: #f18f3d;*/
}

/*#menu ul > li:hover > ul {
	display: block;
}

#menu ul > li > ul > li {
	display: block;
}

#menu ul > li > ul a {
	padding-top: 10px;
	padding-bottom: 10px;
}*/

/*
 * Banner
 */

.is-startpage #banner {
	z-index: 1;
	height: 65%;
}

#banner_puffs {
	float: left;
	margin-top: -120px;
	width: 100%;
}

#banner_header {
	position: absolute;
	z-index: 6;
	top: 46%;
	margin-top: -71px;
	width: 100%;
	font-weight: 300;
	font-size: 70px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#banner_header span {
	display: block;
	font-weight: 700;
	font-size: 72px;
}

.banner-puff {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0 1%;
	padding: 0 30px;
	width: 32%;
	height: 107px;
	background: #fff;
	border-top: 3px solid #f98c2e;
	font-weight: 600;
	font-size: 14px;
	line-height: 101px;
}

.banner-puff:nth-child(2n) {
	background: #f98c2e;
	border-top-color: #fff;
}

.banner-puff:first-child {
	margin-left: 0;
}

.banner-puff:last-child {
	margin-right: 0;
}

.banner-puff div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.banner-puff h3 {
	margin: 0 0 5px;
	font-size: 17px;
}

.banner-puff p {
	margin: 5px 0 0 0;
}

.banner-puff p a {
	color: #333;
}

.banner-puff:nth-child(2n) h3 {
	color: #fff;
}

/*
 * Content
 */

#content {
	z-index: 1;
	margin-top: 83px;
	min-height: 400px;
	background: #fff;
	font-size: 14px;
}

.is-startpage #content {
	margin-top: 0;
}

#content.wrapper, #content .wrapper, #footer .wrapper {
	max-width: 940px;
}

#inner_content {
	float: right;
	width: 68%;
}

/* Sub menu */

#submenu {
	float: left;
	margin-top: 23px;
	width: 30%;
	background: #323232;
}

#submenu h2 {
	margin: 15px;
}

#submenu h2 a {
	font-weight: 400;
	font-size: 26px;
	color: #f98c2e;
}

#submenu ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#submenu li a {
	display: block;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

#submenu a:hover, #submenu a:focus, #submenu .current a {
	color: #f98c2e;
}

/* Text */

h1, .h1, h2, h3 {
	color: #f98c2e;
}

h1, .h1 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 400;
}

h2 {
	margin: 20px 0;
	font-size: 24px;
	font-weight: 600;
}

h3 {
	margin: 25px 0px 5px 0px;
	font-size: 18px;
	font-weight: 600;
}

h2 + p, h2 + ul, h2 + ol {
	margin-top: 0;
}

h3 + p, h3 + ul, h3 + ol {
	margin-top: 0;
}

p {
	margin: 20px 0;
	line-height: 1.3;
}

strong {
	font-weight: 600;
}

ul, ol {
	margin: 0;
	padding-left: 10px;
	line-height: 1.7;
	list-style-position: inside;
}

dl {
	margin: 20px 0;
}

dt, dd {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	line-height: 1.7;
}

dt {
	font-weight: 600;
}

a {
	color: #f98c2e;
	text-decoration: none;
}

a:hover, a:focus {
	color: #606060;
	text-decoration: none;
}

a p {
	color: #333;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

table {
	margin: 20px;
}

/* Dot trail "menues" */

.dottrail {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}

.dottrail li {
	margin-top: 15px;
	height: 20px;
	border-bottom: 1px dotted #000;
}

.dottrail .plain {
	margin-top: 0;
	height: auto;
	border: 0;
	font-size: 13px;
	font-style: italic;
	color: #858585;
}

.dottrail-name, .dottrail-price {
	clear: both;
	height: 22px;
	background: #fff;
}

.dottrail-name {
	padding-right: 5px;
	padding-bottom: 2px;
}

.dottrail-price {
	float: right;
	padding-left: 5px;
	font-weight: 700;
	color: #f98c2e;
}

/* Grids */

.spread-grid {
	display: table;
	table-layout: fixed;
	width: 940px;
	height: 100%;
}

.spread-row {
	display: table-row;
	height: 100%;
}

.spread-img {
	width: 100%;
}

.spread-1-2, .spread-1-3, .spread-1-4, .spread-2-3, .spread-3-4, .spread-a {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}

.inline, .inline-1-2, .inline-1-3, .inline-1-4, .inline-2-3, .inline-3-4 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.inline-1-2, .spread-1-2 {
	width: 50%;
}

.inline-1-3, .spread-1-3 {
	width: 33.33%;
}

.inline-1-4, .spread-1-4 {
	width: 25%;
}

.inline-2-3, .spread-2-3 {
	width: 66.66%;
}

.inline-3-4, .spread-3-4 {
	width: 75%;
}

.inline-left > * {
	margin-right: 10px;
}

.inline-right > * {
	margin-left: 10px;
}

.spread-content {
	height: 100%;
}

.spread-content h2, .spread-content h3 {
	margin: 15px 10px;
}

.spread-content p, .spread-content dl, .spread-content ul {
	margin: 15px 10px;
}

.inline-1-2 h3:first-of-type {
	margin-top: 0;
}

/*
 * Start page specific
 */

#startpage_puffs {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #dedede;
}

.startpage-puff {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	width: 460px;
	overflow: hidden;
}

.startpage-puff:nth-child(2n - 1) {
	margin-left: 0;
}

.startpage-puff:nth-child(2n) {
	margin-right: 0;
}

.startpage-puff img {
	position: relative;
	display: block;
	z-index: 2;
}

.startpage-puff h3 {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 33px;
	left: 0;
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 1;
	-webkit-transition: bottom ease-in 0.2s;
	transition: bottom ease-in 0.2s;
}

.startpage-puff:hover h3 {
	bottom: 135px;
}

.startpage-puff:before {
	content: '';
	position: absolute;
	z-index: 3;
	box-sizing: border-box;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	height: 70px;
	background: rgba(249, 140, 46, 0.9);
	-webkit-transition: height ease-in 0.2s;
	transition: height ease-in 0.2s;
}

.startpage-puff:hover:before {
	height: 100%;
}

.startpage-puff p {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 40px;
	right: 40px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity ease-in 0.2s;
	transition: opacity ease-in 0.2s;
	font-size: 14px;
	text-align: center;
}

.startpage-puff:hover p {
	z-index: 4;
	opacity: 1;
}

.startpage-puff .read-more-text {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: 10px;
	margin-left: -29px;
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

#startpage_news_list h2 {
	color: #444;
}

#startpage_news_list .spread-grid {
	margin-top: 40px;
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}

#startpage_news_list .news-item {
	padding-bottom: 45px;
	border-right: 1px solid #b0b0b0;
	text-align: center;
}

#startpage_news_list .news-item:last-child {
	border: 0;
}

#startpage_news_list .news-item a {
	display: inline-block; /* Fix for Chrome, display: block doesn't work */
	position: relative;
	width: 190px;
	height: 100%;
	text-align: left;
}

#startpage_news_list h3 {
	margin-bottom: 5px;
}

#startpage_news_list a p {
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

#startpage_news_list .read-more {
	position: absolute;
	right: 0;
	bottom: -47px;
	left: 0;
}

#startpage_quote {
	margin: 40px 0;
	height: 380px;
	line-height: 380px;
	background: url('../images/site/bg_quote.jpg') #424242 fixed;
	text-align: center;
}

#startpage_quote div {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: #fff;
	line-height: 1.3;
}

#startpage_quote span {
	display: block;
	opacity: 0;
	-webkit-transition: opacity ease-in 0.4s;
	transition: opacity ease-in 0.4s;
}

#startpage_quote span:nth-child(2) {
	transition-delay: 0.4s;
}

#startpage_quote span:nth-child(3) {
	transition-delay: 0.8s;
}

#startpage_quote.visible span {
	opacity: 1;
}

#startpage_quote strong {
	color: #f98c2e;
}

.startpage-section {
	text-align: center;
}

/*
 * Gallery module
 */

/*.gallery-item {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	margin: 0 5px 10px;
	padding: 20px 0;
	width: 220px;
	height: 264px;
	border-bottom: 1px solid #dadada;
}

.gallery-item:nth-of-type(4n+1) {
	margin-left: 0;
}

.gallery-item:nth-of-type(4n) {
	margin-right: 0;
}

.gallery-item img {
	display: block;
	width: 100%;
	max-height: 150px;
}

.gallery-item h2 {
	margin: 25px 0 10px;
	font-size: 17px;
	color: #333;
	text-align: center;
}

.gallery-item a p {
	color: #333;
}

.gallery-readmore {
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 13px 0;
	border: 2px solid #fff;
	background: #0c1b81;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.gallery-readmore:hover, .gallery-readmore:focus {
	border: 2px solid #0c1b81;
	background: #fff;
	color: #0c1b81;
}*/

.gallery-image-item {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 145px;
	height: 96px;
}

.gallery-image-item img {
	margin: 0;
	width: 100%;
	max-width: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gallery-image-item:hover img {
	margin-top: -10px;
	margin-left: -10px;
	width: 110%;
}

/*
 * E-mail form
 */

/* #emailform {
	float: left;
	margin-bottom: 50px;
	width: 66.66%;
} */

#emailform_captcha {
	position: relative;
	overflow: hidden;
	padding-left: 110px;
	border: 1px solid #bebebe;
	border-radius: 6px;
}

#emailform_captcha img {
	position: absolute;
	top: -1px;
	left: -1px;
}

#emailform_captcha input {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 180px;
	height: 40px;
	border: 0;
}

#contact_map {
	float: left;
	margin-bottom: 40px;
	width: 70%;
	height: 380px;
}

.contact-staff {
	margin-bottom: 20px;
}

.contact-staff h2 {
	margin-bottom: 5px;
}

.contact-staff h2 + p {
	margin-top: 5px;
}

.contact-staff a {
	font-size: 13px;
	color: #9a9a9a;
}

#contact_info_address {
	float: right;
	margin: 0 auto;
	padding: 1px 0;
	width: 270px;
	height: auto;
	background: #2e3337 url('../images/site/contact_info-bg.png') no-repeat;
	color: #fff;
	text-align: center;
}

#contact_info_address p {
	line-height: 1.6;
}

#contact_info_address h3 {
	margin-bottom: 5px;
}

#contact_info_address h3:nth-of-type(1) {
	margin-top: 20px;
}

#contact_info_address h3:nth-of-type(2) {
	margin-top: 10px;
}

/* Forms */

.form-group {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
}

.form-inline .form-group {
	display: inline-block;
	vertical-align: top;
}

.form-aligned .form-group label, .form-aligned .form-control-group .label {
	display: inline-block;
	vertical-align: top;
	padding-top: 13px;
	width: 30%;
}

.form-aligned .form-group input, .form-aligned .form-group textarea {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.form-aligned .form-control-group label {
	display: block;
}

.form-stacked .form-group label, .form-stacked .form-control-group .label {
	display: block;
	padding-bottom: 5px;
	font-weight: 600;
}

.form-stacked .form-control-group label {
	padding-bottom: 0;
	font-weight: 400;
	white-space: nowrap;
}

.form-control-group input {
	display: inline-block;
}

.form-control-group label {
	display: inline-block;
	padding-right: 25px;
	cursor: pointer;
}

.form-stacked .form-group input, .form-stacked .form-group select, .form-stacked .form-group textarea {
	display: block;
	width: 100%;
}

.form-stacked .form-group span {
	display: block;
}

.form-stacked .form-group.inline-1-1 input, .form-stacked .form-group.inline-1-1 select, .form-stacked .form-group.inline-1-1 textarea {
	width: 100%;
}

.form-no-labels label {
	position: absolute;
	left: -9999px;
	top: 0;
}

.form-buttons {
	text-align: right;
}

input, textarea, select {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	background: #fff;
	border: 1px solid #bebebe;
	border-radius: 6px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

textarea {
	max-width: 100%;
}

input, select, textarea, button {
	font-family: 'Open Sans', Helvetica, 'Lucida Grande', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* Styles för placeholders måste vara enskilda för varje renderingsmotor! */
::-webkit-input-placeholder {
	opacity: 1;
	font-style: italic;
	color: #b3b3b3;
}

:-moz-placeholder {
	opacity: 1;
	font-style: italic;
	color: #b3b3b3;
}

::-moz-placeholder {
	opacity: 1;
	font-style: italic;
	color: #b3b3b3;
}

:-ms-input-placeholder {
	opacity: 1;
	font-style: italic;
	color: #b3b3b3;
}

input[type=file], input[type=checkbox], input[type=radio] {
	border: 0;
}

button, .button, .read-more {
	display: inline-block;
	padding: 15px 0;
	width: 190px;
	background: url('../images/site/bg_btn.png') repeat-x #f98c2e;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

/*button:hover, button:focus, .button:hover, .button:focus, .read-more:hover, .read-more:focus {
	background: #333;
	color: #fff;
}*/

.read-more {
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

/* Fix for Firefox rendering buttons wrong */
button::-moz-focus-inner {
	margin-top: 0;
	margin-bottom: 0;
    padding: 0;
    border: 0
}

/**
 * CSS för iCheck jQuery-plugin
 * @version 1.0
 * @date 2014-06-19
 */

.iradio, .icheckbox {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('../images/site/check_btn.png') no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
}

.icheckbox {
	background-position: 0 0;
}

.icheckbox.checked {
	background-position: -22px 0;
}

.icheckbox.disabled {
	background-position: -44px 0;
}

.icheckbox.checked.disabled {
	background-position: -66px 0;
}

.iradio {
	background-position: -88px 0;
}

.iradio.checked {
	background-position: -110px 0;
}

.iradio.disabled {
	background-position: -132px 0;
	cursor: default;
}

.iradio.checked.disabled {
	background-position: -154px 0;
}

.iradio.focus, .icheckbox.focus {
	border: 1px dotted #222;
}

/*
 * Footer
 */

#footer {
	margin-top: 40px;
	background: #333;
	font-size: 14px;
	color: #fff;
}

#footer:before {
	content: '';
	display: block;
	height: 90px;
	background: url('../images/site/bg_footer.png') no-repeat top center #fff;
}

#footer .wrapper {
	overflow: hidden;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	text-align: right;
	line-height: 130px;
}

#footer_right a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

#footer_mobile {
	display: none;
}

.footer-item {
	display: inline-block;
	vertical-align: top;
	width: 280px;
}

#footer h3 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 15px;
}

#footer a {
	color: #fff;
}

#footer p {
	line-height: 1.5;
}

#trinax_link {
	clear: both;
	display: block !important;
	margin: 10px auto;
	text-align: right;
}

/* Misc classes */

.rightimg, .rightImg {float:right;margin:0 0 10px 10px;}
.leftimg, .leftImg {float:left;margin:0 20px 10px 0;}
.startlogos {float: left;margin: 15px 7px 0 0;}
.flat {margin:0;padding:0;}
.clear {clear:both;}
.floatleft {float:left;}
.floatright {float:right;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.italic {font-style:italic;}
.bold {font-weight: bold;}
.odd {background:#c4d3db;}
.even {background:#e8eef1;}
.smalltext {font-size:.8em;}
.topform fieldset {background:#efefef;border:1px solid #999999;padding:20px;}
.topform legend {font-size:1.2em;color:#075b20;}
.hidden {display: none;}

.ok {
	padding: 20px;
	background: #9bb046;
	font-size: 20px;
}

.error {
	color: #d7353b;
	font-size: 1.1em;
}

/* Media queries */

@media screen and (max-width: 960px) {
	.spread-grid {
		width: auto;
	}

	#content {
		padding: 0 10px;
	}

	.is-startpage .content.wrapper {
		padding: 10px;
	}
}

@media screen and (max-width: 920px) {
	#menu li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 820px) {
	#menu li a {
		padding: 23px 8px;
		font-size: 14px;
	}

	.spread-grid {
		height: auto;
	}
}

@media screen and (max-width: 700px) {

	#cookie_approve_banner p {
		margin-right: 20px;
		padding-right: 0;
	}

	#cookie_approve_banner .button-cookie {
		float: none;
		position: static;
		left: auto;
		margin-top: 0;
	}

	/* Wrapper */

	#content, #banner, #footer {
		position: relative;
		left: 0;
	}

	.active #content, .active #banner, .active #footer {
		left: 245px;
	}

	/* Header */

	#header {
		position: fixed;
		z-index: 101;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 0;
		width: 100%;
		height: 62px;
		border: 0;
		-webkit-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
	}

	#header, .is-startpage #header.compact {
		background: url('../images/site/bg_header.png') repeat-x #f18f3d;
	}

	.is-startpage #header {
		background: none;
	}

	.active #header {
		left: 245px;
	}

	#header_logo {
		display: block;
		float: none;
		margin-top: 10px;
		text-align: center;
	}

	#header_logo img {
		height: 33px;
	}

	/* Menu */

	#menu_open {
		display: block;
		position: absolute;
		z-index: 102;
		top: 0;
		left: 0;
		width: 32px;
		height: 22px;
		padding: 16px 15px;
	}

	.open-menu .omnu-line {
		position: relative;
		display: block;
		margin: 0 0 5px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		border-radius: 3px;
		height: 4px;
		-webkit-perspective: 200px;
		perspective: 200px;
		-webkit-transform: none;
		-webkit-transform-origin: center center 0;
		-webkit-transform-style: preserve-3d;
		transform: none;
		transform-origin: center center 0;
		transform-style: preserve-3d;
		-webkit-transition: all 277ms ease-in-out 0s;
		transition: all 277ms ease-in-out 0s;
	}

	.open-menu .omnu-line, .is-startpage .compact .open-menu .omnu-line {
		background: #fff;
	}

	.is-startpage .open-menu .omnu-line {
		background: #f98c2e;
	}

	/*.active .open-menu #omnu_line2 {
		opacity: 0;
	}

	.active .open-menu #omnu_line1 {
		margin: 0;
		top: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.active .open-menu #omnu_line3 {
		margin: 0;
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/

	#menu {
		display: block;
		position: fixed;
		z-index: 50;
		top: 0;
		left: -245px;
		bottom: 0;
		margin: 0;
		width: 245px;
		overflow: auto;
		background: #f98c2e;
		text-align: left;
	}

	.active #menu {
		left: 0;
	}

	#menu:after {
		content: '';
		position: fixed;
		top: 0;
		left: -5px;
		bottom: 0;
		width: 5px;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(165, 165, 165, 0)), color-stop(100%,rgba(165, 165, 165, 0.8)));
		background: -webkit-linear-gradient(left, rgba(165, 165, 165, 0) 0%,rgba(165, 165, 165, 0.8) 100%);
		background: linear-gradient(to right, rgba(223, 130, 55, 0.66) 0%,rgba(104, 61, 25, 0.66) 100%);
	}

	.active #menu:after {
		left: 240px;
	}

	#menu ul {
		display: block;
	}

	#menu > ul > li {
		display: block;
		padding: 0;
		border-bottom: 1px solid #ea571f;
		border-top: 1px solid #f6b751;
	}

	#menu li:first-child {
		border-top: 0;
	}

	#menu li:last-child {
		border-bottom: 0;
	}

	#menu .has-subs {
		background: url('../images/site/icon_expand.png') no-repeat 219px 16px / 17px;
	}

	#menu li a, .is-startpage #menu li a {
		display: block;
		padding: 17px 30px;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		text-align: left;
	}

	#menu .has-subs > a {
		width: 150px;
	}

	#menu li a:hover {
		color: #222;
	}

	#menu ul > li > ul {
		position: static;
		margin-left: 10px;
	}

	#menu ul > li:hover > ul {
		display: none;
	}

	/* Banner */

	#banner_header {
		display: none;
	}

	.is-startpage #banner {
		height: 180px;
	}

	#banner_puffs {
		display: none;
	}

	/* Content */

	#inner_content {
		float: none;
		width: auto;
	}

	#submenu {
		display: none;
	}

	h1, .h1 {
		font-size: 30px;
	}

	.leftimg, .rightimg, .leftImg, .rightImg, .resp-nofloat.floatleft, .resp-nofloat.floatright {
		display: block;
		float: none;
	}

	.resp-nofloat.floatleft, .resp-nofloat.floatright {
		margin-right: auto;
		margin-left: auto;
	}

	.spread-grid {
		display: block;
	}

	.inline-1-2, .inline-1-4, .inline-1-3, .inline-1-4, .inline-2-3, .spread-1-2, .spread-1-3, .spread-1-4, .spread-2-3, .spread-3-4 {
		display: block;
		width: auto;
	}

	.spread-a, .spread-1-2, .spread-1-3, .spread-1-4, .spread-2-3, .spread-3-4 {
		display: block;
		width: auto;
	}

	.inline-left > *, .inline-right > * {
		margin-left: 0;
		margin-right: 0;
	}

	/* Start page */

	.is-startpage #content {
		padding: 0;
	}

	.startpage-section {
		padding: 1px 10px;
	}

	#startpage_puffs {
		margin: 20px -10px;
		padding: 0;
		border: 0;
	}

	.startpage-puff {
		margin: 5px 0;
		width: 100%;
	}

	.startpage-puff h3 {
		font-size: 16px;
	}

	#startpage_news_list h2 {
		margin-bottom: 0;
		font-size: 30px;
	}

	#startpage_news_list .spread-grid {
		margin: 0;
	}

	#startpage_news_list .news-item {
		padding: 0;
		border: 0;
	}

	#startpage_news_list .news-item a {
		display: block;
		width: auto;
		padding-bottom: 0;
	}

	#startpage_news_list .read-more {
		position: static;
		margin: 0 auto;
	}

	#startpage_quote {
		margin: 10px 0;
		height: 205px;
		line-height: 205px;
	}

	/* Gallery module */

	.gallery-item, .gallery-image-item {
		display: block;
		margin-left: 0;
		margin-right: 0;
		width: auto;
		height: auto;
	}

	.gallery-item img {
		max-height: none;
	}

	.gallery-image-item {
		height: 200px;
	}

	/* E-mail form */

	#contact_map, #contact_info_address {
		float: none;
		margin: 20px auto;
	}

	#contact_map {
		width: auto;
	}

	/*#emailform {
		float: none;
		width: auto;
	}

	#emailform_captcha input {
		width: 170px;
	}*/

	.contact-staff {
		text-align: center;
	}

	.contact-staff img {
		margin: 10px auto;
	}

	/* Forms */

	.form-buttons {
		text-align: center;
	}

	/* Footer */

	#footer {
		padding: 10px;
	}

	#footer:before {
		display: none;
	}

	#footer_left, #footer_right, #footer_mobile {
		float: none;
		text-align: center;
		line-height: 1;
	}

	#footer_mobile {
		display: block;
	}

	.footer-item {
		display: block;
		width: auto;
	}
}