body {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body {
  background-color: #fff;
  font: 16px/1.5 Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #2f2f2f;
}
.container {
  width: 980px;
  margin: 0 auto;
}
h1 {
  font: 40px/1 "Georgia";
  color: #2f2f2f;
}
h2 {
  font: 14px/1.5 'Arvo', serif;
  color: #ffffff;
  font-weight: 600;
  background-color: #2f2f2f;
  display: inline;
  padding: 2px 8px;
  border: 5px solid #ffffff;
}
h3 {
  font: 26px/1 "Georgia";
  color: #2f2f2f;
  font-weight: 400;
}
a {
  color: #32801d;
}
p {
  margin: 10px 0;
}
blockquote {
  font: 14px/1.5 'Arvo', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 5px;
  margin: 0 5px 0 0;
  display: block;
  line-height: 0.3;
  float: left;
  color: #ffffff;
  background-color: #2f2f2f;
}
.page_nav .page-numbers {
  padding: 4px 8px;
  margin: 0px 4px;
  border: 1px solid gray;
  color: #FFB134;
}
.page_nav .current {
  border: 1px solid #FFB134;
  background-color: #FBEFDB;
}
.page_nav .prev,
.page_nav .next {
  border: none;
  color: blue;
}
#header {
  *zoom: 1;
  *zoom: 1;
  background-color: #efefef;
  border-bottom: 1px solid #cbcbcb;
  padding: 15px 0 10px 0;
}
#header:before,
#header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header #header-box {
  *zoom: 1;
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
}
#header #header-box:before,
#header #header-box:after {
  content: "";
  display: table;
}
#header #header-box:after {
  clear: both;
}
#header #header-box:before,
#header #header-box:after {
  content: "";
  display: table;
}
#header #header-box:after {
  clear: both;
}
#header #header-box .logo {
  display: inline;
  float: left;
  width: 97.916666666667%;
  margin: 0 1.0416666666667%;
  text-align: right;
  line-height: 20px;
}
#header #header-box .logo a {
  color: #efefef;
  text-decoration: none;
  font-size: 25px;
}
#header #header-box .logo .date {
  padding: 0;
  display: block;
  color: #2f2f2f;
  font: 12px/0.5 'Arvo', serif;
  text-transform: uppercase;
  font-weight: 600;
}
#header #header-box .navigation {
  display: inline;
  float: left;
  width: 64.583333333333%;
  margin: 0 1.0416666666667%;
  font: 13px/2 'Arvo', serif;
  font-weight: bold;
  color: #2f2f2f;
}
#header #header-box .navigation ul {
  *zoom: 1;
  *zoom: 1;
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}
#header #header-box .navigation ul:before,
#header #header-box .navigation ul:after {
  content: "";
  display: table;
}
#header #header-box .navigation ul:after {
  clear: both;
}
#header #header-box .navigation ul:before,
#header #header-box .navigation ul:after {
  content: "";
  display: table;
}
#header #header-box .navigation ul:after {
  clear: both;
}
#header #header-box .navigation ul li {
  float: left;
}
#header #header-box .navigation ul li ul {
  display: none;
}
#header #header-box .navigation ul li a {
  padding: 0 10px;
  margin-right: 7px;
  color: #222;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#header #header-box .navigation ul li a:hover {
  color: #fff;
  background-color: #32801d;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header #header-box .navigation ul li.current-menu-item a {
  color: #fff;
  background-color: #32801d;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header #header-box .search {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666667%;
  float: right;
  text-align: right;
}
#header #header-box .search #searchform {
  margin: 10px 0 5px 0;
  padding: 0;
  height: 30px;
  width: 224px;
  float: right;
}
#header #header-box .search #searchform div {
  width: 314px;
  height: 30px;
  float: right;
}
#header #header-box .search #searchform div label {
  display: none;
}
#header #header-box .search #searchform div #s {
  background-color: #fefefe;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#f1f1f1),to(#fefefe));
  background-image: -moz-linear-gradient(#f1f1f1,#fefefe);
  background-image: -ms-linear-gradient(#f1f1f1,#fefefe);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(100%,#fefefe));
  background-image: -webkit-linear-gradient(#f1f1f1,#fefefe);
  background-image: -o-linear-gradient(#f1f1f1,#fefefe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fefefe', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fefefe', GradientType=0)";
  background-image: linear-gradient(#f1f1f1,#fefefe);
  -webkit-box-shadow: 0 1px 1px #ffffff;
  -moz-box-shadow: 0 1px 1px #ffffff;
  box-shadow: 0 1px 1px #ffffff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 248px;
  height: 28px;
  border: 1px solid #74bd60;
  padding: 0 5px;
  font-size: 13px;
  font-style: italic;
}
#header #header-box .search #searchform div #searchsubmit {
  font: 13px/2 'Arvo', serif;
  background-color: #2f2f2f;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  width: 50px;
  height: 30px;
  border: 0px solid transparent;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#main-content {
  *zoom: 1;
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#main-content:before,
#main-content:after {
  content: "";
  display: table;
}
#main-content:after {
  clear: both;
}
#main-content:before,
#main-content:after {
  content: "";
  display: table;
}
#main-content:after {
  clear: both;
}
#main-content .content-column {
  display: inline;
  float: left;
  width: 64.583333333333%;
  margin: 0 1.0416666666667%;
}
#main-content .content-column .flexslider {
  overflow: hidden;
  background: transparent;
  border: none;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  zoom: 1;
  margin-bottom: 25px;
  height: 350px;
}
#main-content .content-column .flexslider ul li {
  list-style: none;
}
#main-content .content-column .flex-image-description {
  background-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: .8;
  bottom: 35px;
  position: absolute;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
}
#main-content .content-column .flex-direction-nav {
  height: 0;
  display: none;
}
#main-content .content-column .flex-direction-nav li a {
  width: 32px;
  height: 32px;
  margin: -3px 0 0;
  display: block;
  background: ;
  position: absolute;
  top: 30%;
  cursor: pointer;
  text-indent: 0em;
  color: #ffffff;
  font-size: 50px;
  line-height: 32px;
  text-decoration: none;
}
#main-content .content-column .flex-direction-nav li .next {
  background-position: -50px 0;
  right: -1px;
  padding: 3px;
  background-color: #9e0e1e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#c45561),to(#9e0e1e));
  background-image: -moz-linear-gradient(#c45561,#9e0e1e);
  background-image: -ms-linear-gradient(#c45561,#9e0e1e);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c45561),color-stop(100%,#9e0e1e));
  background-image: -webkit-linear-gradient(#c45561,#9e0e1e);
  background-image: -o-linear-gradient(#c45561,#9e0e1e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45561', endColorstr='#9e0e1e', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45561', endColorstr='#9e0e1e', GradientType=0)";
  background-image: linear-gradient(#c45561,#9e0e1e);
  color: #fff;
}
#main-content .content-column .flex-direction-nav li .prev {
  left: 0px;
  padding: 3px;
  background-color: #9e0e1e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(#c45561),to(#9e0e1e));
  background-image: -moz-linear-gradient(#c45561,#9e0e1e);
  background-image: -ms-linear-gradient(#c45561,#9e0e1e);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c45561),color-stop(100%,#9e0e1e));
  background-image: -webkit-linear-gradient(#c45561,#9e0e1e);
  background-image: -o-linear-gradient(#c45561,#9e0e1e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45561', endColorstr='#9e0e1e', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c45561', endColorstr='#9e0e1e', GradientType=0)";
  background-image: linear-gradient(#c45561,#9e0e1e);
  color: #fff;
}
#main-content .content-column .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
#main-content .content-column .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -5px;
  text-align: center;
  background: #ffffff;
}
#main-content .content-column .flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#main-content .content-column .flex-control-nav li:first-child {
  margin: 0;
}
#main-content .content-column .flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: #c6c6c6;
  cursor: pointer;
  line-height: 48px;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#main-content .content-column .flex-control-nav li a:hover {
  background-position: 0 -13px;
}
#main-content .content-column .flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default;
  background-color: #32801d;
}
#main-content .content-column .flex-control-nav li 

		.flex-image-description {
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 1;
  background-color: #222;
  background-color: rgba(22,22,22,0.8);
  width: 100%;
  line-height: 30px;
  padding: 0 10px;
}
#main-content .content-column .image-list {
  float: right;
  margin-top: 5px;
}
#main-content .content-column ul.standard-image {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 15px;
}
#main-content .content-column ul.standard-image li {
  list-style: none;
  max-width: 300px;
}
#main-content .content-column p.image-text {
  font-style: italic;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}
#main-content .content-column ul.personal-image {
  list-style: none;
  margin: 0px;
  padding: 0;
}
#main-content .content-column ul.personal-image li {
  list-style: none;
  float: left;
  width: 300px;
  margin-right: 10px;
}
#main-content .content-column .image-title {
  font: 14px/1.5 'Arvo', serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  display: block;
  line-height: 1;
  float: left;
  color: #ffffff;
  background-color: #2f2f2f;
}
#main-content .content-column p.personal-text {
  clear: both;
}
#main-content .content-column .image img {
  width: 100%;
  height: auto;
}
#main-content .content-column .gform_title {
  display: none;
}
#main-content .content-column .gform_body ul.gform_fields {
  padding: 5px 0 0 0;
  margin: 0 0 3px 0;
}
#main-content .content-column .gform_body ul.gform_fields li {
  border: none;
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
}
#main-content .content-column .gform_body ul.gform_fields li label {
  display: none;
}
#main-content .content-column .gform_body ul.gform_fields li input {
  width: 215px;
  height: 25px;
  padding: 1px 5px;
  margin: 4px 0;
  border: 1px solid #e4e4e4;
  color: #b0b0b0;
  font-size: 13px;
  font-style: italic;
}
#main-content .content-column .gform_body ul.gform_fields li select {
  width: 150px;
  margin: 15px 0 0 0;
}
#main-content .content-column .gform_footer {
  margin: 0;
  padding: 0;
}
#main-content .content-column .gform_footer .button {
  color: #ffffff;
  margin: 15px 0 0 12px;
  padding: 0px 10px;
  font: 13px/2 'Arvo', serif;
  font-weight: bold;
  background-color: #32801d;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  bottom: 15px;
}
#main-content .content-column #gforms_confirmation_message {
  padding: 2px 15px;
  font: 14px/1.5 'Arvo', serif;
}
#main-content .sidebar {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.0416666666667%;
}
#main-content .sidebar ul.widgets {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 250px;
  float: right;
}
#main-content .sidebar ul.widgets li {
  text-align: center;
  margin: 35px 0;
  width: 250px;
  padding: 15px 0 5px 0;
  border: 1px solid #74bd60;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#main-content .sidebar ul.widgets h2 {
  position: absolute;
  top: -25px;
  left: 17px;
  width: 190px;
}
#main-content .sidebar ul.widgets form {
  position: relative;
}
#main-content .sidebar ul.widgets .gform_body ul.gform_fields {
  padding: 5px 0 0 0;
  margin: 0 0 3px 0;
}
#main-content .sidebar ul.widgets .gform_body ul.gform_fields li {
  border: none;
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
}
#main-content .sidebar ul.widgets .gform_body ul.gform_fields li label {
  font-size: 13px;
  margin: 0;
}
#main-content .sidebar ul.widgets .gform_body ul.gform_fields li input {
  width: 215px;
  height: 25px;
  padding: 1px 5px;
  margin: 4px 0;
  border: 1px solid #e4e4e4;
  color: #b0b0b0;
  font-size: 13px;
  font-style: italic;
}
#main-content .sidebar ul.widgets .gform_body ul.gform_fields li select {
  width: 150px;
  margin: 5px 0 0 0;
}
#main-content .sidebar ul.widgets .gform_footer {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0px;
  right: 7px;
}
#main-content .sidebar ul.widgets .gform_footer .button {
  color: #ffffff;
  padding: 0px 10px;
  font: 13px/2 'Arvo', serif;
  font-weight: bold;
  background-color: #32801d;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  bottom: 15px;
}
#main-content .sidebar ul.widgets #gforms_confirmation_message {
  padding: 2px 15px;
  font: 14px/1.5 'Arvo', serif;
}
#main-content .sidebar .sidebar-banner {
  float: right;
  margin: 0 0 10px 0;
}
#footer {
  *zoom: 1;
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer ul.footer-widgets {
  *zoom: 1;
  *zoom: 1;
  background-color: #32801d;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
#footer ul.footer-widgets:before,
#footer ul.footer-widgets:after {
  content: "";
  display: table;
}
#footer ul.footer-widgets:after {
  clear: both;
}
#footer ul.footer-widgets:before,
#footer ul.footer-widgets:after {
  content: "";
  display: table;
}
#footer ul.footer-widgets:after {
  clear: both;
}
#footer ul.footer-widgets li.widget {
  display: inline;
  float: left;
  width: 97.916666666667%;
  margin: 0 1.0416666666667%;
  font: 13px/2 'Arvo', serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
#footer ul.footer-widgets li.widget_tag_cloud {
  display: inline;
  float: left;
  width: 97.916666666667%;
  margin: 0 1.0416666666667%;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer ul.footer-widgets li.widget_tag_cloud h2 {
  display: none;
}
#footer #unsupported {
  display: inline;
  float: left;
  width: 97.916666666667%;
  margin: 0 1.0416666666667%;
  text-align: center;
  color: #999;
}
#footer #cookies-author {
  text-align: center;
  background-color: #2f2f2f;
  padding: 0 10px;
  font-size: 12px;
}
#footer #cookies-author a {
  line-height: 28px;
  color: #ddd;
  text-decoration: none;
}
#cookies {
  display: none;
}
#cookies .modal-header {
  background-image: url("http://www.klt.nu/wp-content/themes/klt.nu/less/../img/cookies_bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  padding: 20px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.jqmOverlay {
  background-color: #000;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.modal-text {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.jqmClose {
  font-family: Arial, Helvetica, sans-serif;
}
#main-content.front-page .post {
  *zoom: 1;
  *zoom: 1;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}
#main-content.front-page .post:before,
#main-content.front-page .post:after {
  content: "";
  display: table;
}
#main-content.front-page .post:after {
  clear: both;
}
#main-content.front-page .post:before,
#main-content.front-page .post:after {
  content: "";
  display: table;
}
#main-content.front-page .post:after {
  clear: both;
}
#main-content.front-page .post .thumbnail {
  width: 100%;
  border: 1px solid #ccc;
}
#main-content.front-page .post .thumbnail img {
  margin: 2%;
  width: 96%;
  display: block;
  height: auto !important;
}
#main-content.front-page .post .image-list {
  float: right;
}
#main-content.front-page .post ul.teaser-image-big {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#main-content.front-page .post ul.teaser-image-big li {
  list-style: none;
  margin: 0 0 10px 10px;
  padding: 0;
}
#main-content.front-page .post ul.teaser-image {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#main-content.front-page .post ul.teaser-image li {
  list-style: none;
  margin: 0;
  margin: 0 0 10px 10px;
  overflow: hidden;
  padding: 0;
}
#main-content.front-page .post a {
  color: #ffffff;
  margin: 10px 0;
  padding: 5px 10px;
  font: 13px/2 'Arvo', serif;
  font-weight: bold;
  background-color: #32801d;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.paging {
  font: 18px/2 'Arvo', serif;
  font-weight: bold;
}
.paging a {
  text-decoration: none;
  padding-right: 2px;
  color: #2f2f2f;
}
.paging span.current {
  color: #32801d;
  text-decoration: underline;
  padding-right: 2px;
}
#main-content.search .content-column {
  display: inline;
  float: left;
  width: 64.583333333333%;
  margin: 0 1.0416666666667%;
}
#main-content.search .content-column .search-item {
  height: auto;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}
#main-content.search .content-column .search-item h3 {
  margin-bottom: 0;
  color: #2f2f2f;
}
#main-content.search .content-column .search-item p {
  margin: 0;
  padding-bottom: 10px;
}
#main-content.search .content-column .search-item a {
  color: #2f2f2f;
  text-decoration: none;
}
#main-content.search .content-column .search-item a.readmore-button {
  color: #ffffff;
  padding: 5px 10px;
  font: 13px/2 'Arvo', serif;
  font-weight: bold;
  background-color: #32801d;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#main-content.search .content-column .search-item .search-term {
  background: #e4e4e4;
}
#main-content.search .content-column .search-item .search-term.excerpt {
  font-size: 14px;
}
