/* line 22, source/jobb_horizontal_one.sass */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, source/jobb_horizontal_one.sass */
html, body {
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* line 30, source/jobb_horizontal_one.sass */
body {
  width: 100%;
  background-color: #fff;
  position: absolute;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
}

/* line 37, source/jobb_horizontal_one.sass */
a {
  text-decoration: none;
}

/* line 40, source/jobb_horizontal_one.sass */
#lokusjobb {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  min-width: 270px;
  height: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 48, source/jobb_horizontal_one.sass */
#lokusjobb a {
  color: #555;
  font-size: 13px;
}
/* line 52, source/jobb_horizontal_one.sass */
#lokusjobb .link_container {
  background-color: #f4f4f4;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 57, source/jobb_horizontal_one.sass */
#lokusjobb a img {
  border: 0;
}
/* line 60, source/jobb_horizontal_one.sass */
#lokusjobb .lokusjobb_clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
/* line 65, source/jobb_horizontal_one.sass */
#lokusjobb #arrow_left {
  display: inline-block;
  position: absolute;
  top: 146px;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 10px;
}
/* line 75, source/jobb_horizontal_one.sass */
#lokusjobb #arrow_left .left {
  width: 20px;
  height: 20px;
  background-image: url("../images/left.png");
}
/* line 80, source/jobb_horizontal_one.sass */
#lokusjobb #arrow_right {
  display: inline-block;
  position: absolute;
  top: 146px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 10px;
}
/* line 90, source/jobb_horizontal_one.sass */
#lokusjobb #arrow_right .right {
  width: 20px;
  height: 20px;
  background-image: url("../images/right.png");
}
/* line 95, source/jobb_horizontal_one.sass */
#lokusjobb a {
  color: #ff0000;
  font-size: 13px;
}
/* line 99, source/jobb_horizontal_one.sass */
#lokusjobb .link_container {
  background-color: #f4f4f4;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 104, source/jobb_horizontal_one.sass */
#lokusjobb #job_wrapper {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin: 0 40px;
  height: 240px;
  display: block;
}
/* line 114, source/jobb_horizontal_one.sass */
#lokusjobb #job_content {
  display: inline-block;
  min-width: 2400px;
  height: 100%;
}
/* line 118, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job_group {
  padding: 20px 0;
  height: 100%;
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  margin-right: 10px;
}
/* line 127, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job {
  height: 100%;
}
/* line 129, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job_top {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  display: block;
}
/* line 134, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job_bottom {
  height: 50%;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
/* line 139, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job_bottom > div {
  padding: 0 10px;
}
/* line 141, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  position: relative;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  clear: both;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
}
/* line 156, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item:hover h3 {
  color: black;
  text-decoration: underline;
}
/* line 159, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #444;
  font-weight: bold;
  width: 100%;
  display: block;
  word-wrap: break-word;
}
/* line 169, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item .job_description {
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-weight: bold;
}
/* line 178, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item .job_location {
  margin-top: 2px;
  font-size: 12px;
  color: #666666;
}
/* line 182, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item .area {
  display: block;
  padding: 4px 0;
}
/* line 186, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item a {
  color: #333;
  width: 100%;
  height: 100%;
  display: inline-block;
}
/* line 191, source/jobb_horizontal_one.sass */
#lokusjobb #job_content .job-item .job_item_img {
  border: 0;
  display: inline-block;
  height: 70%;
  width: 85%;
  margin: 5%;
  box-sizing: border-box;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-image-width: 0;
}
/* line 204, source/jobb_horizontal_one.sass */
#lokusjobb .tj_footer {
  background-color: #f4f4f4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#f4f4f4, #ffffff);
  background-image: -webkit-linear-gradient(#f4f4f4, #ffffff);
  background-image: linear-gradient(#f4f4f4, #ffffff);
  margin-top: 0px;
  position: relative;
  height: 24px;
  text-align: center;
  border-top: 1px solid #d2d2d2;
}
/* line 214, source/jobb_horizontal_one.sass */
#lokusjobb .tj_footer #circles {
  padding: auto 0;
  display: inline-block;
  max-width: 192px;
  width: auto;
  height: 100%;
  padding: 7px 0;
}
/* line 221, source/jobb_horizontal_one.sass */
#lokusjobb .tj_footer #circles .circle {
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  float: left;
}
/* line 227, source/jobb_horizontal_one.sass */
#lokusjobb .tj_footer #circles .circle:not(:last-child) {
  margin-right: 4px;
}
/* line 229, source/jobb_horizontal_one.sass */
#lokusjobb .tj_footer #circles .circle.active {
  background-color: #143755;
}
/* line 232, source/jobb_horizontal_one.sass */
#lokusjobb .tj_header {
  background-color: #00717e;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin-top: 0px;
  position: relative;
  height: 36px;
}
/* line 239, source/jobb_horizontal_one.sass */
#lokusjobb .tj_header .header_logo {
  height: 36px;
  background-image: url("../images/lokus_toppjobb_solid.png");
  background-repeat: no-repeat;
}
/* line 243, source/jobb_horizontal_one.sass */
#lokusjobb .tj_header .header_logo .header_link {
  color: white;
  float: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
  margin-top: 8px;
  margin-right: 10px;
}
/* line 253, source/jobb_horizontal_one.sass */
#lokusjobb .tj_header .header_logo .lokusjobb_button {
  background-color: white;
  color: #00717e;
  text-align: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  width: 158px;
  display: block;
  margin: 5px;
  padding: 4px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c3c;
}
