/**
 * Custom Publish CSS 2014. Author HH/EE - Reviewed for 2015
 *
 * CONTENTS
 *
 * Resets........................... Basic and global layout settings
 * Typography....................... Settings for fonts and typography
 * Structure........................ Grid system
 * General Rules.................... OOCSS classes so you don't repeat yourself
 * General Wraps.................... Wrapper classes - page wrapper
 * General Elements................. For elements on all pages
 * Header........................... This is for your header classes
 * Menus & Search................... Styling for menu and search field
 * Forms............................ Styling for forms. Do not alter defautlt sizing
 * Listing.......................... For listing elements
 * View............................. For view elements
 * Sidebar.......................... Sidebar related classes and general box-styling
 * Footer........................... This is for you footer classes
 * Misc............................. Misc CustomPublish elements styles
 * For administrators............... For elements visible when logged into admin
 * Media Queries.................... Stying for mobiles and tablets
 *
 * To quickly jump to section: cmd/ctrl+f and search for #<section title>
 *
 */

/*------------------------------------*\
	#RESETS
\*------------------------------------*/

html, body, div, span, object, iframe, img {
	margin: 0;
	padding: 0;
}

html {
	font-size: 1em;
	font-family: sans-serif;
		-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #f4f2ea;
	font-family: 'Open Sans', Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	font-weight: 300;
	line-height: 1.45;
	color: #333;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-x: hidden;
	overflow-y: scroll;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cf {
	display: inline-block;
}

html[xmlns] .cf {
	display: block;
}

* html .cf {
	height: 1%;
}

.clearfix,
.cpsoptionsclear,
.cpsclear {
	clear: both;
	font-size: 1px;
	height: 0;
}

img:not([class="cboxPhoto"]) {
	max-width: 100%;
	width: auto;
	height: auto !important;
	border: none;
}

#map_canvas img {
	max-width: inherit;
	height: auto;
}

a img,
map {
	border: none;
}

.body img[align="left"] {
	margin-right: 0.5em;
}

.body img[align="right"] {
	margin-left: 0.5em;
}

img[style*="float: left"] {
	padding: 0 .5em .5em 0;
}

img[style*="float: right"] {
	padding: 0 0 .5em .5em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	width: 100%;
	max-width: 100%;
}





/*------------------------------------*\
	#TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 2.074em;
}

h2 {font-size: 1.728em;}

h3 {font-size: 1.44em;}

h4 {font-size: 1.2em;}

h5 { font-size: 1.1em; }

h6 { font-size: 1.1em; }

p {
	margin: 0 0 1em;
	line-height: 1.7em;
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
  font-size: 0.75em;
}

blockquote {
	position: relative;
	padding: 2em;
	font-family: Georgia, serif;
	font-style: italic;
	color: #979797;
}

blockquote:before {
	position: absolute;
	display: inline-block;
	margin-left: -10px;
	z-index: -1;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.1;
	color: #e2e2e2;
}

blockquote:after {
	position: absolute;
	left: 0;
	display: inline-block;
	z-index: -1;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.3;
	color: #e2e2e2;
}

a			{ background: transparent; }
a:link		{ text-decoration: none; }
a:visited	{}
a:hover		{ text-decoration: underline; }

/**
 * Linked headlines (normally inside LIST-sections)
 */

.headlinelink			{ background: transparent; }
.headlinelink:visited	{}
.headlinelink:hover		{ text-decoration: underline; }

/**
 * Linked headlines on listing pages
 */

.headline .headlinelink			{ text-decoration: none; font-family: 'Calligraffitti', cursive; }
.headline .headlinelink:visited	{}
.headline .headlinelink:hover	{ text-decoration: underline; }


.headline {
	font-family: 'Calligraffitti', cursive;
}



/*------------------------------------*\
	#STRUCTURE
\*------------------------------------*/

.row {
	width:100%;
	display: block;
}

/**
 * Padding = gutter size
 */

.column, .columns {
	float: left;
	padding: 0 0.5em;
}

.large-1	{ width: 8.333333333%; }
.large-2	{ width: 16.666666666%; }
.large-3	{ width: 24.999999999%; }
.large-4	{ width: 33.333333332%; }
.large-5	{ width: 41.666666665%; }
.large-6	{ width: 50%; }
.large-7	{ width: 58.333333331%; }
.large-8	{ width: 66.666666664%; }
.large-9	{ width: 74.999999997%; }
.large-10	{ width: 83.333333333%; }
.large-11	{ width: 91.666666663%; }
.large-12	{ width: 100%; }

.column, .columns { margin-bottom: 0.5em; }

.row .column:last-child, .row .columns:last-child, .column.last, .columns.last		{ padding-right: 0 !important; }
.row .column:first-child, .row .columns:first-child, .column.first, .columns.first	{ padding-left: 0 !important; }





/*------------------------------------*\
	#GENERAL RULES
\*------------------------------------*/

.fl			{ float: left; }
.fr			{ float: right; }
.db			{ display: block; }
.dib		{ display: inline-block; }
.di			{ display: inline; }
.pr			{ position: relative; }
.pa			{ position: absolute; }
.formobile	{ display: none; }
.fortablet	{ display: none; }
.fordesktop	{ /*display: block;*/ }
.tal		{ text-align: left; }
.tac		{ text-align: center; }
.tar		{ text-align: right; }
.donotshow	{ display: none; visibility: hidden; }
.show		{ display: block; visibility: visible; }

/**
 * opacity white styling
 */

.op1	{ background: url("/images/opacity/white/opacity10.png") repeat; }
.op2	{ background: url("/images/opacity/white/opacity20.png") repeat; }
.op3	{ background: url("/images/opacity/white/opacity30.png") repeat; }
.op5	{ background: url("/images/opacity/white/opacity50.png") repeat; }
.op6	{ background: url("/images/opacity/white/opacity60.png") repeat; }
.op7	{ background: url("/images/opacity/white/opacity70.png") repeat; }
.op8	{ background: url("/images/opacity/white/opacity80.png") repeat; }
.op9	{ background: url("/images/opacity/white/opacity90.png") repeat; }
.op10	{ background: #fff; }

/**
 * opacity black styling
 */

.blackop1	{ background: url("/images/opacity/black/opacity10.png") repeat; }
.blackop2	{ background: url("/images/opacity/black/opacity20.png") repeat; }
.blackop3	{ background: url("/images/opacity/black/opacity30.png") repeat; }
.blackop5	{ background: url("/images/opacity/black/opacity50.png") repeat; }
.blackop6	{ background: url("/images/opacity/black/opacity60.png") repeat; }
.blackop7	{ background: url("/images/opacity/black/opacity70.png") repeat; }
.blackop8	{ background: url("/images/opacity/black/opacity80.png") repeat; }
.blackop9	{ background: url("/images/opacity/black/opacity90.png") repeat; }
.blackop10	{ background: #000; }





/*------------------------------------*\
	#GENERAL WRAPS
\*------------------------------------*/

/**
 * max-width = page width - margin 0 auto = centered page
 */

.wrap {
	display: block;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}





/*------------------------------------*\
	#GENERAL ELEMENTS
\*------------------------------------*/

.skiplink a {
	position: absolute;
	top: -190px;
}

.skiplink a:focus, .skiplink a:hover {
	position: static;
	left: 0;
	width: auto;
}

#content {
	padding-bottom: 2em;
	background: url(https://img4.custompublish.com/getfile.php/3195230.1314.ufqdavxqrt/bottom_plants2.jpg) 99% -625% no-repeat;
}

#main {
	min-height: 500px;
	padding-left: 0;
}

.pagedescription {}

.pagetitle {}

#path {
	margin: 0.5em auto;
	padding: 0.5em 0;
}





/*------------------------------------*\
	#HEADER
\*------------------------------------*/

#header {}

.headerbilde {
	background: url(https://img4.custompublish.com/getfile.php/3219551.1314.swtesxaxvt/web_home_graphics.png) no-repeat top center;
  background-size: cover;
}

.logo {}

img#logo {
    max-width: 55%;
}

.logo-container {
	padding-top: 3em;
}

.goto-content-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(http://img5.custompublish.com/getfile.php/3219282.2355.yuwcrrtewf/arrow_down4.png) no-repeat;
  background-size: 100%;
  text-decoration: none !important;
  display: inline-block;
  z-index: 999999;
  left: 50%;
  margin-left: -25px;
  bottom: 0em;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}


.hero a.scroll{
	color: #34495e;
	padding: .3em .5em;
	/*border: 1px solid #34495e;*/
	border-radius: 50px;
	margin-top: 300%;
	background: #fff;
}
.hero span.pacentered{
	width: 55px;
	height: 163px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.hero a.scroll:hover{
	background: #eee;
}
.notfrontpage .hero .btn-wrap{
	display: none;
}

.social img {
	padding-top: .4em;
	padding-right: .5em;
}

/*------------------------------------*\
	#MENUS AND SEARCH
\*------------------------------------*/

#navigation {
	background: #000;
	bottom: 0;
	width: 100%;
  z-index: 99999;
  padding-left: 1em;
}

.is-sticky #navigation {
	bottom: auto !important;
}

#navigation a {
	color: #F5F2EB;
	font-weight: 300;
	text-transform: uppercase;
}

.menu, .menu ul,
.submenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li, .submenu li {
	margin: 0;
	padding: 0;
}

.mainmenu {
	display: block;
	padding: 0.5em 0;
}

.mainmenu > li {
	display: inline;
	margin-right: 1em;
}

.menubtn {
	display: none;
}

.burger {
	padding: 0.5em;
	list-style: none;
	cursor: pointer;
	margin: 0;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #7d7d7d;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**
 * Standard navigation links
 */

.menu a:link	{ text-decoration: none; }
.menu a:visited	{}
.menu a:hover	{}

.menu .menuselected:link	{}
.menu .menuselected:visited	{}
.menu .menuselected:hover	{}

/**
 * Searchform
 */

#searchform {

}

.searchinput {
	vertical-align: middle;
	min-width: 230px;
}

.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}





/*------------------------------------*\
	#FORMS
\*------------------------------------*/

form.cpsimpleform {
	margin: 20px auto;
	max-width: 85%;
	padding: 1em;
	background-color: #fafafa;
}

input:invalid {
	box-shadow: 0 0 5px red;
}

input, textarea {
	max-width: 98%;
}

.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	max-width: 20em;
	width: 98%;
}

.cpsimpleform input[type="tel"]:not([size]), .cpsimpleform input.sfx-phone:not([size]) {
	width: 10em;
}

input.sfx-phone[type="tel"]:not([size]), input.sfx-telefon[type="tel"]:not([size]) {
	width: 8em;
}

input.sfx-postal-code[type="text"]:not([size]), input.sfx-zip-code[type="text"]:not([size]), input.sfx-postnr[type="text"]:not([size]) {
	width: 8em;
}

label,
.cpstextheading {
	font-weight: bold;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

.cpsinput {
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
	border-color: #ccc;
}

.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}

.cpselementcontainer {
	margin-bottom: 5px;
	padding: 2px 0 5px;
}

.cpsoptionsclear {
	clear: both;
	font-size: 1px;
	height: 0;
}

.cpsoptionlabel {
	font-weight: normal !important;
}

.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}

.cpselementcontainer.horizontal .cpsoptions,
.cpselementcontainer.horizontal .cpsstatictext {
	float: left;
	text-align: left;
	width: 66%;
}

.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px;
	padding-top: 2px;
}

.optionshorizontal .cpsradiooption,
.optionshorizontal .cpscheckboxoption {
	float: left;
	margin-right: 5px;
	white-space: nowrap;
}

span.mandatory {
	color: #aa0000;
}





/*------------------------------------*\
	#LISTING
\*------------------------------------*/

.listingarea {}

.spaceblock {
	margin: 5em 0;
	padding: 20em 0;
}

.articlelist .articleblock {
	margin: 0;
	position: relative;
}

.articlelist .articleblock .imgwrap {}

.articlelist .articleblock .textwrap {
	text-rendering: optimizeLegibility;
	padding: 4em 0;
}

.articlelist .ingress {}

.listingarea hr, .hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

.articlelink {}

.articlelist .headline {
	text-rendering: optimizeLegibility;
}

.articlelist .subheadline {
	margin-top: 0;
}

div.pagebar {
	text-align: center;
}

.button {
	padding-top: 5em;
}

.button a {
  background: #000;
  color: #F4F2EA;
  padding: .5em 1em;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.43);
  margin-right: 3em;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.button a:hover {
	background: #fff;
	color: #CCBB7C;
	text-decoration: none;
}

.eller {
	padding-top: 3em;
}

.gallerywrap {
	margin-bottom: 5em;
}


/*------------------------------------*\
	#VIEW
\*------------------------------------*/

.viewarea {}

.viewareacontent {}

.body {
	text-rendering: optimizeLegibility;
}

.innerbody {}

.innerbody p {}

.headlineview {
	text-rendering: optimizeLegibility;
}

.ingressview {
	font-weight: 700;
	margin: 1em 0 0;
	font-size: 1.2em;
	text-rendering: optimizeLegibility;
}

.byline {
	padding: 0.5em 0;
}

.viewarea .listingpic {  }

.viewarea .articleparagraph {  }

.paragraphpictable {
	width: 35%;
	height: auto;
	float: right;
	padding: 0 0 1em 0;
}

.body.paragraphpictext {
	padding: 0 0 0.5em 0;
}

.viewarea img[align="left"] {
	margin: 0 10px 10px 0;
}

.viewarea img[align="right"] {
	margin: 0 0 10px 10px;
}

.viewarea img[align="middle"] {
	margin: 0 0 10px 0px;
}

.viewarea .articlemedia .articleimage {
	margin: 0 0 10px 0px;
	background-color: #fff;
	display: inline-block;
}

.viewarea .articlemedia .articleimagedesc {
	text-align: center;
	font-style: italic;
}



/*------------------------------------*\
	#FOOTER
\*------------------------------------*/

#footer {
	background: #000;
	color: #8c8c8c;
	padding: .5em 0;
}

.cpcredits,
.cp:link {
	font-size: 0.8em;
	text-decoration: none;
	color: #8c8c8c;
}

a.cp {
	color: #8c8c8c;
}

.cpcredits {
	margin-bottom: 2em;
}

.copyright {}





/*------------------------------------*\
	#MISC
\*------------------------------------*/



.tkbody {
	background: #eee;
	padding: 7px 50px 7px 0;
}

.tkbody ul {
	list-style: none;
}

.tkbody ul li b {
	font-size: 23px;
	color: #222;
}

.tkbody ul li ul > li:nth-child(even) {
	background: #FFF;
}

.tkbody ul li ul li {
	padding: 4px 0;
}

.tkheaderalpha a {
	background: #004990;
	color: #FFF;
	padding: 3px 5px;
}

.tkheader {
	display: block;
	clear: both;
	padding: 0.7em 0;
}

.article-tk-tabs {
	margin-top: 2.5em;
}

.article-tk-tabs ul.tabs-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-tk-tabs ul.tabs-list li{
  float: left;
  width: 25%;
  padding-right: .5em;
  margin-bottom: 1em;
}
.article-tk-tabs ul.tabs-list a{
  float: left;
  display: block;
  padding: .5em;
  background: #000000;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-transform: uppercase;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}
.article-tk-tabs ul.tabs-list .current a,
.article-tk-tabs ul.tabs-list a:hover{
	background: #FFFFFF;
  color: #CCBB7C;
  text-decoration: none;
}
.article-tk-tabs .current-info,
.article-tk-tabs .accessibletabsanchor,
.article-tk-tabs .tabhead{
    position: absolute;
    left: -999em;
}
.article-tk-tabs .content{
    clear: both;
    padding: 0;
}
.tk-tabs-headline{
	padding: 2em 0 0 0;
	margin: 2em 0 0 0;
	border-top: 1px solid #404040;
	font-weight: 500;
}

.article-tk-tabs .loslink a{
	color: #404040;
	text-decoration: none;
}
.article-tk-tabs .loslink a:hover,
.article-tk-tabs .tabbody a:hover {
	color: #000;
	text-decoration: underline;
}
.article-tk-tabs .tabbody ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabbody .articleimage {
	max-width: 25%;
	float: left;
	padding-right: .5em;
	padding-bottom: .5em;
}



.errmsg {
	padding: 0.5em;
	border: 1px solid #AA0000;
	font-weight: bold;
	color: #AA0000;
	background: #FFD9D9;
}

/**
 * weather forecast
 */

.weathertablefivedays {}

.weathertablefivedays td {
	padding: 5px;
}

.weathertablefivedays .weatherlocname {
	font-weight: bold;
}

/**
 * Calendar
 */

.icalendardayhead { background-color: #f0f0f0; }

.monthlycalendartable { width: 100%; }

.calendardate { color:#333; }

.caltime {
	margin-right: 15px;
}

.vevent {
	padding: 0.5em 0 0.5em 2em;
	border: 1px solid #666666;
	background-color: #EEEEEE;
}

.eventdate { background: url("https://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent; }

.calevent {
	margin: 0 0 0.5em;
	padding: 0.5em;
}

.calevent .eventwhen {
	margin-right: 10px;
}

/**
 * Effects of wide page classes
 */

.widemain #main {}

.widemain #mainsidebar,
.widefull #mainsidebar {
	display: none;
}

.widefull #main { width: 100%; float: none; }

.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scaletext .small  { font-size: 0.8em; }
.scaletext .medium { font-size: 1em; }
.scaletext .large  { font-size: 1.3em; }

#colorbox:focus {
	outline: 0;
}

#cboxOverlay {
	background: #000 !important;
}

/**
 * Slideshow
 */



/**
 * Searchpage
 */

/*.searchpage .tabberlive .block {
	margin-bottom:	1em;
	padding-bottom:	1em;
	border-bottom: 1px solid #eee;
}

.searchpage .tabberlive .headline {
	font-size: 1.3em;
	margin-bottom: 0.65em;
}

.searchpage .tabberlive .date {
	color: #c0c0c0;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0.5em;
	line-height: 1.6;
}

.searchpage .tabberlive > div > div {
	font-size: 1.1em;
}*/

/**
 * Calendar v3
 */

h5.caldayheader {
	margin: 0.5em 0;
	padding: 0.5em;
	font-weight: 200;
	border-top: 1px solid #ccc;
	background: #fafafa;
}

.calevent {
	padding: 0 0 0.5em 1em;
}





/*------------------------------------*\
	#FOR ADMINISTRATORS
\*------------------------------------*/

.empty-page-message	{
	padding: 1.5em;
	margin: 0 0 0.5em 0;
	width: 45%;
	border-radius: 3px;
	background-color: #E4F1FE;
	color: #446CB3;
	font-size: 1.1em;
}

.empty-page-message .new-article-btn {
	padding: 0.5em 1em;
	border: 0;
	border-bottom: 3px solid #3A539B;
	border-radius: 2px;
	background-color: #4183D7;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.empty-page-message .new-article-btn:hover {
	border-bottom: 2px solid #3A539B;
	border-top: 1px solid #E4F1FE;
}

.empty-page-message .new-article-btn:active {
	border-bottom: 0;
	border-top: 3px solid #E4F1FE;
}

.empty-page-menu {
	margin: 2em 0;
}
.empty-page-menu span {
	display: block;
	margin-bottom: 0.5em;
}

.empty-page-menu ul li a {
	display: block;
	max-width: 45%;
	padding: 0.4em;
	margin-bottom: 0.5em;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 3px;
}

.empty-page-menu li a:hover {
	background-color: #eaeaea;
}

/* how to scale text msg */

.howtoscaletext {
	background-color: #FFFFDD;
	border: 1px solid #999999;
	box-shadow: 0 0 10px #999999;
	color: #333333;
	display: none;
	font-size: 1.4em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 50px 10px 10px;
	position: absolute;
	top: 10px;
	min-width: 30em;
	max-width: 100%;
	z-index: 10000;
}
.howtoscaletext .close {
	background-color: #FFF;
	background-image: none;
	border: 2px solid #333;
	border-radius: 5px;
	box-shadow: 0 0 3px #999999;
	color: #333;
	display: inline-block;
	font-weight: bold;
	line-height: 1.0em;
	margin: 0;
	padding: 3px;
	position: absolute;
	right: 5px;
	text-shadow: none;
	top: 7px;
}
.howtoscaletext .close:hover, .howtoscaletext .close:focus {
	background-color: #DDDDDD;
	border-color: #000000;
	color: #000;
	cursor: pointer;
	margin: 0;
}





/*------------------------------------*\
	#MEDIA QUERIES
\*------------------------------------*/

@media all and (max-width: 768px) {

	#main { min-height: 0; }

	.fortablet	{ display: block; }
	.fordesktop	{ display: none; }

	.medium-1	{ width: 8.333333333%; }
	.medium-2	{ width: 16.666666666%; }
	.medium-3	{ width: 24.999999999%; }
	.medium-4	{ width: 33.333333332%; }
	.medium-5	{ width: 41.666666665%; }
	.medium-6	{ width: 50%; }
	.medium-7	{ width: 58.333333331%; }
	.medium-8	{ width: 66.666666664%; }
	.medium-9	{ width: 74.999999997%; }
	.medium-10	{ width: 83.333333333%; }
	.medium-11	{ width: 91.666666663%; }
	.medium-12	{ width: 100%; }

}

@media all and (max-width: 480px) {

	.fl,
	.fr {
		float: none;
	}

	.row .column, .row .columns,
	.row .columns:first-child, .row .columns:last-child {
		width: 100% !important;
		float: none;
		padding-left: .5em !important;
		padding-right: .5em !important;
	}

	.small-1	{ width: 8.333333333%; }
	.small-2	{ width: 16.666666666%; }
	.small-3	{ width: 24.999999999%; }
	.small-4	{ width: 33.333333332%; }
	.small-5	{ width: 41.666666665%; }
	.small-6	{ width: 50%; }
	.small-7	{ width: 58.333333331%; }
	.small-8	{ width: 66.666666664%; }
	.small-9	{ width: 74.999999997%; }
	.small-10	{ width: 83.333333333%; }
	.small-11	{ width: 91.666666663%; }
	.small-12	{ width: 100%; }

	.menubtn {
		display: block;
	}

	.mainmenu > li {
		display: block;
		margin-right: 0;
	}

}

@media print {

	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}

	#header, #topnav, #navigation, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}

	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}

	.side {
		padding: 0;
	}

	.box, .articleblock {
		page-break-inside: avoid;
	}

	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}

	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
	    widows: 3;
	}

}