/*
Open+Sans:400italic,400,800italic
*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  background: url(../images/bg.jpg) top center #393d48;
  margin: 0;
  padding: 0; }

body, td, th, select, input, option, textarea {
  font: 12px 'Open Sans', sans-serif;
  color: #181a20; }

/* Basic */
a {
  color: #56b14c; }

a img {
  border: 0; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h1 {
  font-weight: 600;
  font-style: italic;
  font-size: 21px; }

h2 {
  font-size: 18px; }

p {
  margin: 0; }

/* Struktur */
.site,
.top-content {
  width: 1100px;
  margin: 0 auto; }

.site-top {
  float: left;
  width: 100%;
  background-color: #1e2128; }

.site-foot {
  float: left;
  width: 100%; }

.header-ad {
  float: left;
  width: 100%;
  height: 140px;
  text-align: center;
  padding: 10px 0; }

.top {
  float: left;
  position: relative;
  width: 100%;
  height: 90px;
  background-color: #1e2128;
  position: relative; }

.main {
  float: left;
  width: 100%;
  overflow: hidden; }

.foot {
  float: left;
  width: 100%;
  overflow: hidden; }

/* Lista */
ul.list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.list li {
  float: left;
  width: 100%; }

ul.list li:nth-child(odd) {
  background-color: #24272e; }

ul.list li:nth-child(even) {
  background-color: #181a20; }

ul.list li .icon {
  float: left;
  margin-right: 15px; }

ul.list li span.empty-icon-28 {
  float: left;
  width: 28px;
  height: 10px;
  margin-right: 15px; }

ul.list li h3 {
  float: left;
  margin: 0;
  color: #c4c4c4; }

ul.list li .icon28 h3,
ul.list li .icon28 span {
  line-height: 28px; }

ul.list li a:hover h3 {
  color: #181a20; }

ul.list li h3.star {
  background: url(../images/yellow_star_small.png) left 2px no-repeat;
  padding-left: 20px; }

ul.list li a {
  float: left;
  width: 100%;
  padding: 8px 10px;
  color: #c4c4c4;
  text-decoration: none; }

ul.list li.navigation {
  background: none; }

ul.list li.navigation a {
  background: none; }

/*ul.list li.navigation a.btn { width: auto; margin-top: 10px; background: url(../images/arrow_down.png) 10px center no-repeat; padding-left: 30px; }*/
ul.list li.navigation a.btn {
  float: left;
  height: 43px;
  margin-top: 10px;
  width: auto;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  padding: 9px 10px 6px 32px;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/morebutton_bg.png) left center repeat-x;
  color: #FFF;
  border-top: 1px solid #41444a;
  font-weight: 700; }

ul.list li.navigation a.btn:hover {
  background-image: url(../images/morebuttonhover_bg.png);
  color: #181a20;
  border-color: #fff1bb; }

.list .main .result ul.list li.navigation a.btn:hover {
  color: #181a20; }

ul.list li a span {
  color: #5d5f65; }

ul.list li a span.icon-arrow {
  float: right;
  color: #56B14C;
  font-size: 21px;
  margin: 7px 0 0; }

ul.list li a:hover {
  background-color: #ffd325;
  color: #181a20; }

ul.list li a:hover span {
  color: #181a20; }

ul.list li table {
  border-collapse: collapse;
  width: 100%; }

ul.list li .address {
  padding-left: 5px; }

ul.list li img.logo {
  height: 38px;
  float: left;
  margin-right: 10px; }

ul.list li span.distance {
  float: right;
  margin: 0 7% 0 0;
  font-size: 15px; }

ul.list li .ingress {
  float: left;
  clear: left;
  width: 80%;
  font-style: italic;
  color: #c4c4c4; }

ul.list li .ingress span.open {
  color: #FFD325;
  font-weight: 600; }

ul.list li.list-logo .ingress {
  clear: none;
  margin-top: 5px;
  width: 72%; }

ul.list li .settings {
  float: left;
  width: 75%; }

ul.list li.page_plus .image {
  float: left;
  width: 20%;
  min-height: 10px; }

ul.list li.page_plus .image .img {
  width: 31%;
  margin-right: 2%; }

ul.list li.page_plus .image .img-1 {
  width: 100%; }

ul.list li.page_plus .info {
  float: left;
  width: 80%;
  padding-left: 10px; }

ul.list li.page_plus .info-no-image {
  width: 100%;
  padding-left: 0; }

ul.list li.page_plus .info h3,
ul.list li.page_plus .info .address {
  float: left;
  width: 100%;
  padding-left: 0;
  font-size: 13px; }

ul.list li.page_plus .info .address {
  padding-bottom: 5px; }

ul.list li.page_plus .info h3 {
  width: auto;
  font-size: 15px; }

.list .main .result ul.list li.page_plus a:hover h3 {
  color: #56b14c; }

.list .main .result ul.list li.page_plus a h3:hover {
  color: #ffd325; }

ul.list li.page_plus .info .ingress {
  font-size: 13px; }

ul.list li.page_plus .info .button {
  float: right;
  background: #56b14c;
  padding: 7px 12px;
  color: #FFF;
  font-weight: 600;
  border-radius: 3px; }

ul.list li.page_plus .info .button:hover {
  background: #ffd325;
  color: #181a20; }

ul.list li.page_plus .info .settings {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 15px 0 0; }

.list .main .result .activities .list li.page_plus .settings li {
  float: left;
  display: block;
  width: auto;
  padding: 0 20px 0 14px;
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  background: url(../images/green_check.png) no-repeat left center; }

/* Search */
.search table {
  border-collapse: collapse; }

.search th {
  color: #56b14c;
  font-style: italic;
  text-align: left; }

.search td {
  padding: 0 10px 0 0; }

.search input[type=text] {
  float: left;
  border: 0;
  background-color: #101115;
  padding: 7px 10px;
  width: 220px;
  color: #c4c4c4; }

.search input[type=text] {
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0px #000 inset;
  font-size: 11px; }

.search input[type=submit],
a.btn,
span.btn,
.edit-info .button {
  float: left;
  height: 43px;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  padding: 4px 10px 6px 32px;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/searchbutton_bg.png) left center repeat-x;
  color: #FFF;
  border-top: 1px solid #41444a;
  font-weight: 700; }

.search input[type=submit]:hover,
a.btn:hover,
span.btn:hover {
  background-image: url(../images/searchbuttonhover_bg.png);
  color: #181a20;
  border-color: #fff1bb; }

/**** TOP ****/
.top .logo {
  float: left;
  margin: 25px 25px 15px;
  text-decoration: none; }

.top .logo span.icon-activatedlogo {
  color: #FFF;
  font-size: 33px; }

.top ul.menu {
  float: left;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.top ul.menu li {
  float: left;
  height: 100%;
  border-left: 1px solid #181a20; }

.top ul.menu li a {
  float: left;
  height: 100%;
  padding: 35px 20px 0;
  color: #FFF;
  border-left: 1px solid #24272e;
  font-size: 15px;
  text-decoration: none;
  background: url(../images/menubtn_bg.png) bottom center repeat-x; }

.top ul.menu li a:hover {
  background-image: url(../images/menubtn_bg_hover.png); }

.top ul.menu li.last a {
  border-right: 1px solid #181a20; }

.top ul.menu li.last {
  border-right: 1px solid #24272e; }

.top .input_what {
  float: left;
  z-index: 1;
  cursor: pointer;
  background: url(../images/green_arrow_down.png) 190px center no-repeat #101115;
  padding: 7px 10px;
  width: 220px;
  color: #c4c4c4;
  box-shadow: 1px 1px 4px 0px #000 inset;
  border-radius: 3px; }

.top .input_what:hover {
  color: #ffd325;
  background-image: url(../images/yellow_arrow_down.png); }

.top .input_what span {
  float: left;
  padding: 6px 0 6px 5px; }

.top .input_what .icon {
  font-size: 32px;
  padding: 0; }

.top .search input[type=text] {
  padding: 13px 10px 13px;
  height: 43px; }

.select-activities {
  float: left;
  width: 100%;
  display: none;
  background: #181a20; }

.select-activities ul {
  float: left;
  margin: 20px 5% 10px;
  width: 90%;
  list-style: none;
  padding: 0; }

.select-activities li {
  float: left;
  width: 123px;
  height: 30px;
  margin: 0 0 25px 0; }

.select-activities li a {
  float: left;
  height: 100%;
  width: 100%;
  padding-left: 0;
  padding-top: 8px;
  text-decoration: none;
  color: #56B14C;
  font-size: 12px; }

.select-activities li a:hover {
  color: #ffd325; }

.select-activities li a span.icon {
  float: left;
  color: #FFF;
  font-size: 32px;
  margin-right: 5px; }

.select-activities li a span.title {
  float: left;
  line-height: 32px; }

.mobile-search {
  display: none; }

/*.top .search { float: left; position: absolute; right: -28%; top: 0; height: 100%; background-color: #181a20; text-align: center; }*/
.top .search {
  float: right;
  text-align: center; }

.top .search table {
  margin: 15px 0 0 20px; }

.top .search a.show-search,
.top .search a.close-search,
.top .search div.show-search {
  float: left;
  height: 100%;
  width: 90px;
  text-decoration: none;
  font-style: italic;
  padding-top: 20px;
  color: #56b14c; }

.top .search a.close-search {
  display: none;
  padding-top: 32px; }

.top a.show-search-mobile {
  width: 60px;
  height: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #25272e; }

.top a span.icon-search {
  color: #ffd325;
  margin-top: 12px;
  display: block; }

/**** FOOTER ****/
.foot .logo {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 45px; }

.foot .logo img {
  margin-bottom: 25px; }

.foot .logo span {
  color: #FFF;
  font-size: 90px;
  display: block;
  margin-bottom: 25px; }

.foot ul {
  width: 80%;
  margin: 15px 10%;
  list-style: none;
  padding: 0; }

.foot li {
  display: inline;
  padding: 5px 10px; }

.foot .arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 19px solid #181a20; }

.foot .categories {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #181a20; }

.foot .categories .msg {
  float: left;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -320px;
  width: 126px;
  height: 75px;
  background: url(../images/our_activities_bubble.png) no-repeat; }

.foot .categories li {
  display: inline-block;
  color: #C4C4C4; }

/*.foot .categories a { padding: 20px 0; }*/
.foot a:hover {
  color: #ffd325; }

.foot .article {
  float: left;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background-color: #1e2128;
  color: #c4c4c4;
  font-size: 11px;
  line-height: 16px; }

.foot .article .top-content {
  padding: 0 260px; }

.foot .article h3 {
  margin: 0 0 10px; }

.foot .article span.copy {
  color: #5d5f65; }

.foot .article li {
  padding: 0 4px;
  white-space: nowrap; }

/****** START STARTSIDAN *******/
.startpage .splash {
  float: left;
  width: 100%;
  height: 315px;
  position: relative; }

.startpage .splash h1 {
  float: left;
  margin: 90px 0 0 100px;
  width: 400px;
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  text-shadow: 1px 2px #000; }

.startpage .splash h1 span {
  color: #FFD325; }

.startpage .splash .search {
  position: absolute;
  top: 190px;
  left: 60px; }

.startpage .splash .map {
  position: absolute;
  top: 0px;
  left: 300px; }

.startpage .splash .bubble {
  position: absolute;
  top: 108px;
  left: 160px; }

.startpage .splash .news {
  float: left;
  width: 352px;
  position: absolute;
  right: 44px;
  bottom: 90px;
  background: #1e2128; }

.startpage .splash .news .flag {
  float: left;
  width: 128px;
  height: 84px;
  position: absolute;
  left: 62px;
  top: -70px;
  background: url(../images/flag_news.png) no-repeat; }

.startpage .splash .news .flag-open {
  background-image: url(../images/flag_open.png); }

.startpage .splash .news .flag-finally {
  background-image: url(../images/finally.png); }

.startpage .splash .news a {
  float: left;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #c4c4c4; }

.startpage .splash .news img {
  float: left; }

.startpage .splash .news h2 {
  float: left;
  margin: 12px 0 0 10px; }

.startpage .splash .news p {
  float: left;
  margin: 5px 0 0 10px;
  font-size: 11px; }

.startpage .splash .news .bg_arrow {
  float: right;
  text-align: center;
  background-color: #181a20;
  width: 44px;
  height: 90px; }

.startpage .splash .news .bg_arrow span {
  color: #56B14C;
  font-size: 21px;
  margin-top: 34px;
  display: block; }

.startpage .splash .news a:hover .bg_arrow {
  background-color: #ffd325; }

.startpage .main .image {
  float: left;
  width: 20%;
  height: 180px; }

.startpage .main h2 {
  float: left;
  margin: 0 0 10px;
  color: #FFF;
  font-weight: 600;
  font-style: italic; }

.startpage .main .welcome {
  float: left;
  width: 40%;
  height: 180px;
  background-color: #56b14c;
  color: #FFF;
  padding: 22px 20px 0; }

.startpage .main .welcome h2 {
  width: 100%;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 600;
  font-style: italic; }

.startpage .main .welcome .search {
  margin-top: 20px; }

.startpage .main .welcome input[type=text] {
  width: 220px;
  height: 43px;
  padding: 14px 10px; }

.startpage .main .top-cities {
  float: left;
  background-color: #1e2128;
  width: 20%;
  height: 360px;
  padding: 20px 10px; }

.startpage .main .top-cities span.icon {
  float: left;
  margin: 0 10px 0 10px;
  font-size: 25px;
  color: #FFD325; }

.startpage .main .top-cities li a span {
  display: block;
  font-size: 11px; }

.startpage .main .top-cities li a span.icon-arrow {
  font-size: 21px;
  margin-top: 5px; }

.startpage .main .categories {
  float: left;
  width: 40%;
  height: 180px;
  background-color: #101115; }

.startpage .main .categories h2 {
  color: #000; }

.startpage .main .categories .list {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.startpage .main .categories .list a.prev,
.startpage .main .categories .list a.next {
  position: absolute;
  top: 70px;
  background: url(../images/green_arrow_left.png) 4px center no-repeat #181a20;
  width: 45px;
  height: 45px;
  z-index: 10;
  padding-top: 11px;
  text-decoration: none;
  text-align: center;
  font-size: 21px;
  color: #56B14C; }

.startpage .main .categories .list a.prev {
  left: 5px; }

.startpage .main .categories .list a.next {
  right: 5px;
  background: #181a20; }

.startpage .main .categories .list a.prev:hover,
.startpage .main .categories .list a.next:hover {
  background-color: #ffd325;
  color: #181a20; }

.startpage .main .categories .list .page {
  float: left;
  position: absolute;
  top: 50px;
  left: -600px;
  width: 330px; }

.startpage .main .categories .list .page_1 {
  left: 54px; }

.startpage .main .categories .list .page a {
  float: left;
  margin: 0px 0px 0 15px;
  width: 66px;
  background: url(../images/bg_bubble_category.png) top left no-repeat; }

.startpage .main .categories .list .page a:hover {
  background-image: url(../images/bg_bubble_category_hover.png); }

.startpage .main .categories .list .page a img {
  margin: 15px 0 0 14px; }

.startpage .main .categories .list .page a span {
  float: left;
  color: #FFF;
  font-style: italic;
  width: 54px;
  text-align: center;
  margin-top: 30px; }

.startpage .main .category-list {
  display: none; }

.startpage .main .recent-updated {
  float: right;
  width: 40%;
  height: 360px;
  background-color: #1e2128;
  padding: 25px 10px; }

.startpage .main .recent-updated span.icon {
  float: left;
  margin: 0 10px 0 10px;
  font-size: 25px;
  color: #FFD325; }

.startpage .main .recent-updated span.category {
  font-size: 11px;
  font-style: italic; }

.startpage .main .recent-updated ul.list li a {
  padding: 7px 10px; }

.startpage .main .facebook {
  float: left;
  text-align: center;
  width: 20%;
  padding: 26px 10px;
  height: 180px;
  background-color: #385c96;
  color: #FFF; }

.startpage .main .facebook h2 {
  width: 100%;
  text-align: center; }

.startpage .main .facebook p {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-size: 11px;
  margin-bottom: 10px; }

.startpage .main .facebook a {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  color: #FFF; }

.startpage .main .facebook a:hover {
  color: #ffd325; }

.startpage .main .facebook-mobile {
  display: none; }

.startpage .ad,
.list .ad {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 10px; }

.result .ad {
  padding: 0 0 20px; }

.main .funniest, .list .main .boxes .box.funniest {
  float: left;
  position: relative;
  width: 40%;
  height: 180px;
  padding: 25px 20px;
  background: url(../images/medal_startpage.png) right -38px no-repeat #181a20;
  color: #c4c4c4; }

.main .funniest h2 {
  float: left;
  width: 100%; }

.main .funniest p {
  float: left;
  width: 230px;
  font-size: 11px; }

.main .funniest .latest {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #24272e;
  padding: 10px 20px;
  color: #5d5f65;
  font-style: italic; }

.main .funniest .latest a {
  text-decoration: none;
  color: #c4c4c4; }

.main .funniest .latest span {
  color: #c4c4c4; }

.main .funniest .latest a:hover, .main .funniest .latest a:hover span {
  color: #ffd325; }

/****** SLUT STARTSIDAN *******/
/****** START LIST SIDA *******/
.list .main .result {
  float: left;
  width: 60%;
  margin-top: 45px;
  position: relative; }

.list .main .result .area-categories-top {
  display: none; }
  @media only screen and (max-width: 700px) {
    .list .main .result .area-categories-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 32px; }
      .list .main .result .area-categories-top span.head {
        color: #FFF;
        font-weight: 600;
        font-style: italic;
        font-size: 24px;
        margin-bottom: 12px; }
      .list .main .result .area-categories-top ul.list {
        display: flex;
        flex-wrap: wrap; }
        .list .main .result .area-categories-top ul.list li {
          display: flex;
          margin: 4px;
          width: calc(33.3% - 8px); }
          .list .main .result .area-categories-top ul.list li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end; }
            .list .main .result .area-categories-top ul.list li a span {
              display: none; }
            .list .main .result .area-categories-top ul.list li a img {
              margin: 0 0 8px; }
            .list .main .result .area-categories-top ul.list li a h3 {
              margin: 0; }
          .list .main .result .area-categories-top ul.list li:nth-child(2n+1) {
            background: #181a20; } }

.list .main .result h1 {
  float: left;
  width: 100%;
  background: url(../images/bg_h1.png) left center repeat-x;
  color: #FFF;
  margin: 0;
  padding: 9px 20px;
  height: 45px; }

.list .main .result a.show-on-map {
  position: absolute;
  right: 20px;
  top: 13px;
  color: #FFF;
  font-size: 13px; }

.list .main .result .map-container {
  display: none;
  float: left;
  width: 100%;
  height: 400px;
  margin-bottom: 10px; }

.list .main .result .filter {
  float: left;
  width: 100%;
  background: #181a20;
  padding: 20px; }

.list .main .result .filter label {
  color: #FFF; }

.list .main .result .filter .options input[type=checkbox] {
  position: absolute;
  opacity: 0.001; }

.list .main .result .filter .options td {
  padding-right: 10px; }

.list .main .result .filter .options label {
  background: url(../images/checkbox_off.png) left center no-repeat;
  padding: 5px 0 5px 25px; }

.list .main .result .filter .options input[type=checkbox]:checked + label {
  background-image: url(../images/checkbox_on.png); }

.list .main .result .activities {
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #1e2128; }

.list .main .result .activities h2 {
  float: left;
  width: 100%;
  color: #FFF;
  margin: 20px 0 10px 10px; }

/* Annons */
.list .main .result .activities .ad {
  float: left;
  margin-top: 0px;
  width: 100%;
  background: #434854; }

.list .main .activity .activities .ad {
  margin-top: 0; }

.list .main .result .activities .ad a {
  float: left;
  padding: 8px 10px;
  width: 100%;
  text-decoration: none;
  color: #C4C4C4; }

.list .main .result .activities .ad h4 {
  float: right;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  color: #24272E;
  font-size: 11px; }

.list .main .result .activities .ad h3 {
  margin: 0;
  font-weight: bold;
  color: #FFF; }

.list .main .result .activities .ad .ingress {
  font-style: italic; }

.list .main .result .activities .ad span {
  text-decoration: underline;
  color: #56B14C;
  font-size: 13px; }

.list .main .result ul.list li h3 {
  color: #56b14c; }

.list .main .result ul.list a:hover {
  color: #C4C4C4; }

.list .main .result ul.list li:nth-child(odd) a:hover {
  background-color: #24272e; }

.list .main .result ul.list li:nth-child(even) a:hover {
  background-color: #181a20; }

.list .main .result ul.list li a:hover h3 {
  color: #ffd325; }

.list .main .result ul.list li a:hover span {
  color: #5D5F65; }

.list .main .result ul.list-ord li a:hover span.icon-arrow,
.list .main .result ul.list-comp li a:hover span.icon-arrow {
  color: #56B14C; }

.list .main .result ul.list li a:hover span.open {
  color: #FFD325; }

.list .main .result ul.list li td.distance {
  padding-right: 29px;
  text-align: right;
  font-size: 15px;
  color: #5D5F65;
  white-space: nowrap; }

.list .main .result .no-answer {
  float: left;
  width: 100%;
  color: #c4c4c4;
  padding: 10px; }

.list .main .result .no-answer a:hover {
  color: #ffd325; }

.list .main .result .activities .list li {
  display: none; }

.list .main .result .activities .list li.page_1 {
  display: block; }

.list .main .result .activities .list li.list-ad {
  padding: 10px 0;
  text-align: center; }

/* Karta */
.list .main .result #map {
  float: left;
  width: 100%;
  height: 400px; }

.list .main .facebook {
  float: left;
  width: 60%;
  padding: 10px;
  margin-top: 45px;
  background-color: #FFF; }

.list .main .facebook .fb-plugin {
  float: left;
  width: 100%; }

.list .main .boxes {
  float: right;
  width: 32%;
  margin-top: 48px; }

.list .main .boxes .box {
  float: left;
  width: 100%;
  background-color: #1e2128;
  padding: 20px 10px;
  margin-top: 42px; }

.list .main .boxes .box h2 {
  margin: 0;
  color: #FFF;
  background: url(../images/yellow_marker.png) no-repeat scroll 10px top transparent;
  padding: 0px 0 10px 40px;
  font-weight: 600;
  font-style: italic; }

.list .main .boxes .box-ad {
  background: none;
  padding: 0 10px; }

.list .main .area-categories a,
.list .main .only-category a {
  padding: 14px 10px; }

.list .main .popular-categories .logo {
  float: left;
  height: 34px;
  margin-right: 10px; }

.list .main .area-categories h3,
.list .main .popular-categories h3 {
  margin-right: 5px;
  font-size: 13px; }

.list .main .popular-categories .settings {
  font-style: italic; }

.list .main .area-categories a span.icon-arrow {
  margin: 0; }

.list .main .boxes .popular-categories h2 {
  background-image: url(../images/yellow_star.png); }

.list .main .boxes .popular-categories .address {
  padding-left: 0px; }

.list .main .boxes .area-category h3 {
  float: none;
  font-size: 12px; }

.list .main .boxes .area-category span.county {
  display: block; }

.list .main .boxes .area-category.small-area span.icon-arrow {
  font-size: 15px;
  margin: 0; }

.list .main .boxes .box.funniest {
  width: 100%; }

.list .main .boxes .box.funniest h2 {
  background: none;
  padding-left: 0px; }

.list .main .category {
  float: left;
  width: 60%;
  padding: 20px;
  margin-top: 45px;
  background-color: #56b14c;
  color: #FFF;
  font-size: 11px; }

.list .main .category h2 {
  margin: 0 0 10px;
  color: #FFF;
  font-style: italic; }

/****** SLUT LIST SIDA *******/
/****** START AKTIVITETS SIDA *******/
.activity, .activity-inactive {
  position: relative;
  font-size: 13px; }

.activity .help-us,
.activity-inactive .help-us {
  float: left;
  right: -70px;
  top: -24px;
  width: 220px;
  height: 60px;
  position: absolute;
  color: #FFF;
  padding-top: 40px; }

.activity .help-us img,
.activity-inactive .help-us img {
  position: absolute;
  right: 0;
  top: 0; }

.list .main .activity .activities {
  padding: 10px; }

.activity .description,
.activity-inactive .description {
  float: left;
  color: #FFF;
  padding: 10px; }

.activity .info,
.activity-inactive .info {
  float: left;
  color: #FFF; }

.activity-plus h1 .star {
  margin-left: 10px; }

.show-all-link {
  display: none; }

.activity .logo {
  float: right;
  padding: 10px;
  width: 170px;
  height: 170px;
  background: #FFF;
  margin: 0 0 10px 50px; }

.list .main .activity .activities h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: italic; }

.list .main .activity .activities .address a:hover,
.list .main .activity .activities .contact a:hover {
  color: #ffd325; }

.activity .settings {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.activity .settings li {
  float: left;
  background: url(../images/green_check.png) left center no-repeat;
  padding-left: 14px;
  color: #c4c4c4;
  font-style: italic;
  margin-right: 30px; }

.activity .settings li a {
  color: #c4c4c4;
  text-decoration: none; }

.list .main .activity .activities .description h2.activity-groups {
  margin-top: 30px; }

.list .main .activity .activities h2.activity-links {
  margin-top: 10px;
  font-size: 15px; }

.list .main .activity .activities .description h2.activity-links {
  margin: 30px 0 0; }

.list .main .activity .activities ul.activity-links {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.list .main .activity .activities ul.activity-links li {
  float: left;
  width: 100%;
  margin-top: 5px; }

.activity .images {
  float: left;
  width: 100%;
  height: 380px;
  text-align: center;
  overflow: hidden;
  position: relative; }

.activity .images .img {
  float: left;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.activity .images .img-1 {
  display: block; }

.activity .images .img img {
  max-width: 100%;
  max-height: 100%; }

.activity .images a.next-image,
.activity .images a.prev-image {
  position: absolute;
  z-index: 10px;
  top: 50%;
  margin-top: -22px;
  background: url(../images/slide_prev.png) no-repeat;
  width: 44px;
  height: 65px; }

.activity .images a.prev-image {
  left: 10px; }

.activity .images a.next-image {
  right: 10px;
  background: url(../images/slide_next.png) no-repeat; }

.activity .thumbnails {
  float: left;
  width: 100%; }

.activity .thumbnails a {
  float: left;
  margin: 4px 4px 0 0; }

.activity .thumbnails a img {
  float: left;
  height: 50px; }

.activity .description {
  float: left;
  width: 60%;
  padding: 20px 20px 20px 10px;
  color: #c4c4c4; }

.activity-plus .description .ingress {
  float: left;
  width: 100%;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 20px;
  color: #FFF; }

.list .main .activity .activities .description h2 {
  margin: 20px 0 5px;
  font-size: 15px; }

.activity .contact-data {
  float: left;
  width: 40%;
  padding: 20px 10px 20px 0;
  color: #FFF; }

.activity .contact-data .map {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #000; }

.activity .contact-data a {
  color: #FFF;
  text-decoration: none; }

.activity .contact-data span.map-link {
  float: left;
  width: 100%;
  color: #c4c4c4;
  text-decoration: underline; }

.activity .contact-data .contact-box {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.activity .contact-data h4 {
  font-weight: bold;
  color: #56b14c;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0; }

.activity .contact-data .email span {
  direction: rtl;
  unicode-bidi: bidi-override; }

.list .main .result .contact-data #map {
  height: 200px; }

.activity .border {
  float: left;
  width: 100%;
  margin: 20px 0;
  height: 2px;
  background-color: #24272e;
  border-top: 1px solid #181a20; }

.activity .address {
  float: left;
  height: 35px;
  background: url(../images/yellow_marker.png) 10px center no-repeat;
  padding-left: 40px;
  width: 300px;
  color: #c4c4c4; }

.activity .contact {
  float: left;
  height: 35px;
  background: url(../images/yellow_phone.png) 10px center no-repeat;
  padding-left: 40px;
  color: #c4c4c4; }

.activity .contact .email {
  direction: rtl;
  unicode-bidi: bidi-override; }

.activity .buttons {
  float: left;
  width: 100%;
  margin-top: 40px; }

.activity .btn-www,
.activity .btn-fbwww,
.activity .btn-mail,
.activity .btn-book,
.activity .btn-phone {
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  margin: 0 5px 5px 0;
  font-weight: bold;
  background: #56b14c;
  color: #FFF;
  border-radius: 3px; }

.activity .btn-fbwww {
  background: #3a5795; }

.activity .btn-book {
  background: #ffd325;
  color: #000; }

.activity .package-link {
  float: left;
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
  color: #FFF;
  text-decoration: none; }

.activity .package-link span {
  color: #C4C4C4; }

.activity .package-link span span {
  text-decoration: underline;
  color: #56B14C; }

.activity .activity-campaign {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 10px; }

.list .main .result .activities .activity-campaign h2 {
  color: #ffd325;
  margin-bottom: 10px; }

.activity .activity-campaign ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.activity .activity-campaign li {
  float: left;
  width: 100%;
  background: #24272e;
  margin-bottom: 5px; }

.activity .activity-campaign li a {
  float: left;
  width: 100%;
  text-decoration: none;
  padding: 5px; }

.activity .activity-campaign li h3 {
  float: left;
  color: #FFF;
  width: 40%;
  font-weight: bold;
  font-size: 15px;
  margin: 5px; }

.activity .activity-campaign li .button {
  float: right;
  background: #e23f3f;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px; }

.activity .activity-campaign li .button:hover {
  background: #c73636; }

.activity .activity-campaign li .value {
  float: left;
  color: #c4c4c4;
  width: 20%;
  font-size: 13px;
  padding-top: 5px; }

.activity .activity-campaign li .save {
  color: #e23f3f;
  font-size: 15px; }

.activity .activity-campaign li .value span {
  text-decoration: line-through;
  color: #c4c4c4;
  font-size: 13px;
  font-style: italic; }

.activity .msg-red {
  float: left;
  width: 100%;
  color: #FFF;
  background: #CC0000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
  font-style: italic; }

.activity-campaign h3 {
  color: #FFF;
  font-weight: bold;
  font-style: italic;
  font-size: 15px; }

.activity-campaign input[type=text] {
  float: left;
  width: 200px;
  padding: 10px 7px;
  border-radius: 3px;
  border: 1px solid #CCC; }

.activity-campaign input[type=submit] {
  float: left;
  cursor: pointer;
  margin-left: 5px;
  background: #e23f3f;
  border-radius: 3px;
  color: #fff;
  border: 0;
  font-weight: bold;
  padding: 10px 15px; }

/* Open hours */
.activity .open-hours {
  float: left;
  width: 100%;
  background: #181a20;
  margin-top: 20px; }

.activity .open-hours .head {
  float: left;
  width: 20%;
  padding: 0 10px;
  padding-top: 20px; }

.activity .open-hours .head span {
  float: left;
  width: 100%;
  color: #ffd325;
  font-size: 25px;
  margin-bottom: 5px;
  text-align: center; }

.list .main .activity .activities .open-hours .head h2 {
  font-size: 15px;
  text-align: center;
  font-weight: 700; }

.activity .open-hours .data {
  float: left;
  width: 80%;
  background: #24272e; }

.activity .open-hours .open-hours-content {
  float: left;
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  background: #FFF;
  border-radius: 5px; }

.activity .open-hours div.days {
  float: left;
  width: 100%;
  border-bottom: 1px solid #181a20;
  padding-top: 20px; }

.activity .open-hours .days .day {
  float: left;
  width: 22%;
  padding: 0 10px;
  border-right: 1px solid #181a20; }

.activity .open-hours .days .day-0 {
  width: 34%;
  padding: 0 20px; }

.activity .open-hours .days .day h3 {
  margin: 0;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.activity .open-hours .days .day h4 {
  margin: 7px 0 5px;
  font-size: 13px;
  font-weight: 900; }

.activity .open-hours .days .day .time {
  font-style: italic;
  font-size: 12px;
  color: #c4c4c4; }

.activity .open-hours .days .day-0 .time {
  color: #56b14c;
  font-size: 20px;
  font-weight: bold;
  font-style: italic; }

.activity .open-hours .days .closed .time {
  color: #b14c4c;
  font-style: italic; }

.activity .open-hours .days .day .comment {
  color: #5a5c60;
  font-size: 12px;
  padding: 5px 0 5px 0; }

.activity .open-hours .info {
  float: right;
  margin-top: 10px;
  width: 200px;
  font-size: 12px;
  font-style: italic; }

.activity .open-hours .info h4 {
  font-weight: bold;
  color: #ffd325;
  margin: 0;
  font-size: 12px;
  font-style: normal; }

.activity .open-hours .note {
  float: left;
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
  font-style: italic; }

.activity .open-hours .note span {
  font-style: normal;
  font-weight: bold;
  color: #b14c4c; }

.activity .open-hours .updated {
  float: left;
  width: 100%;
  padding: 15px 20px;
  color: #484b53;
  font-size: 12px; }

.activity .open-hours a.show-all-times {
  display: block;
  color: #FFF;
  margin-bottom: 5px; }

.activity .open-hours .all-open {
  display: none;
  float: left;
  width: 100%;
  padding: 20px;
  color: #FFF; }

.activity .open-hours .all-open .times {
  float: left;
  padding: 0 5% 5% 0; }

.activity .open-hours .all-open h3 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 10px; }

.activity .open-hours .all-open table {
  border-collapse: collapse; }

.activity .open-hours .all-open td {
  padding: 2px 15px 2px 0;
  vertical-align: top;
  color: #FFF; }

.activity .open-hours .all-open td.head,
.activity .open-hours .all-open td.time {
  white-space: nowrap; }

.activity .open-hours .all-open td.closed {
  font-style: italic;
  color: #b14c4c; }

.activity .open-hours .all-open td.comment {
  color: #5a5c60;
  font-size: 12px; }

.activity .snow-report {
  float: left;
  width: 100%;
  background: #181a20;
  margin-top: 20px; }

.activity .snow-report .head {
  float: left;
  width: 20%;
  padding: 20px 10px 0; }

.activity .snow-report .head span {
  float: left;
  width: 100%;
  color: #118bb8;
  font-size: 25px;
  margin-bottom: 5px;
  text-align: center; }

.list .main .activity .activities .snow-report .head h2 {
  font-size: 15px;
  text-align: center;
  font-weight: 700; }

.activity .snow-report .data {
  float: left;
  width: 80%;
  background: #24272e; }

.activity .snow-report .data .box-holder {
  float: left;
  width: 100%;
  border-bottom: 1px solid #181a20;
  padding-top: 20px; }

.activity .snow-report .data h3.status_3,
.activity .snow-report .data h3.status_4,
.activity .badplats .data h3.status_1 {
  padding: 0 20px 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #b14c4c; }

.activity .snow-report .data h3.status_3 {
  color: #c4c4c4; }

.activity .badplats .data h3.status_1 {
  color: #56b14c; }

.activity .snow-report .data .box {
  float: left;
  width: 18%;
  padding: 0 10px 10px;
  border-right: 1px solid #181a20;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: bold;
  font-style: italic; }

.activity .snow-report .data .box.active {
  color: #56b14c; }

.activity .snow-report .data .box.degree {
  padding-left: 20px; }

.activity .snow-report .data .box.tracks {
  width: 28%; }

.activity .snow-report .data h3 {
  margin: 0;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase; }

.activity .snow-report .data .box h4 {
  margin: 7px 0 5px;
  font-size: 13px;
  font-weight: 900; }

.activity .snow-report .data .box span {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  color: #c4c4c4; }

.activity .snow-report .data .settings {
  float: left;
  padding: 20px;
  width: 30%; }

.activity .snow-report .data .settings ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0; }

.activity .snow-report .data .settings ul li {
  clear: both;
  color: #c4c4c4;
  font-style: italic;
  font-size: 12px; }

.activity .snow-report .data .opens {
  float: left;
  padding: 20px;
  width: 30%;
  color: #c4c4c4;
  font-size: 12px; }

.activity .snow-report .data .opens h3 {
  margin-bottom: 10px; }

.activity .snow-report .data .presented-by {
  float: right;
  padding: 20px 20px 0 0;
  color: #484b53;
  font-style: italic; }

.activity .snow-report .data .presented-by img {
  display: block;
  padding-top: 5px; }

.activity .snow-report .data .updated {
  float: left;
  width: 100%;
  padding: 15px 20px;
  color: #484b53;
  font-size: 12px; }

.activity .weather {
  float: left;
  width: 100%;
  padding: 10px; }

.activity .weather table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0; }

.activity .weather th, .activity .weather td {
  text-align: center;
  color: #FFF; }

.activity .comment {
  float: left;
  width: 100%;
  color: #c4c4c4;
  font-style: italic; }

.list .main .activity .activities .comment h2 {
  margin-bottom: 2px;
  padding: 0 10px; }

.activity .comment span.desc {
  float: left;
  width: 100%;
  padding: 0 10px 5px;
  font-size: 12px; }

.activity .comment .fb-comment {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 20px;
  border-radius: 5px; }

.activity .fb-comment-holder {
  float: left;
  width: 100%; }

.activity .more-activities {
  float: left;
  width: 100%;
  color: #FFF;
  padding: 30px 10px 10px; }

.list .main .result .activities .more-activities .list {
  margin-top: 10px; }

.list .main .result .activities .more-activities .list li {
  display: inline; }

.list .main .result .activities .more-activities span.icon-arrow {
  margin: 0; }

.activity .map-header {
  padding: 20px 0 10px 10px; }

.activity #map {
  float: left;
  width: 100%;
  height: 200px; }

.list .main .activity #map {
  display: block; }

.list .main .activity .box-ad {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  text-align: center; }

.boxes-activity ul.list li .address {
  display: block;
  padding-left: 0; }

/* Fel */
.activity .error,
.activity-inactive .error {
  display: none;
  float: left;
  width: 100%;
  padding: 20px;
  background: #FFF; }

.activity .error a.close,
.activity-inactive .error a.close {
  float: right; }

.activity .error h3,
.activity-inactive .error h3 {
  margin: 0 0 10px;
  font-weight: 600;
  font-style: italic;
  font-size: 18px; }

.activity .error .desc,
.activity-inactive .error .desc {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 12px; }

.activity .error table,
.activity-inactive .error table {
  border-collapse: collapse; }

.activity .error th,
.activity-inactive .error th {
  text-align: left;
  font-weight: bold; }

.activity .error td,
.activity-inactive .error td {
  padding: 0 5px 0 0; }

.activity .error th span,
.activity-inactive .error th span {
  font-weight: normal; }

.activity .error input[type=text],
.activity .error textarea,
.activity-inactive .error input[type=text],
.activity-inactive .error textarea {
  float: left;
  width: 150px;
  padding: 2px;
  border: 1px solid #CCC;
  margin-bottom: 10px; }

.activity .error textarea,
.activity-inactive .error textarea {
  width: 305px; }

.activity .error input[type=submit],
.activity-inactive .error input[type=submit] {
  float: left;
  height: 43px;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  padding: 4px 10px 6px 10px;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/button_bg.png) left center repeat-x;
  color: #FFF;
  border-top: 1px solid #41444a;
  font-weight: 700; }

.activity .error input[type=submit]:hover,
.activity-inactive .error input[type=submit]:hover {
  background-image: url(../images/buttonhover_bg.png);
  color: #181A20;
  border-color: #fff1bb; }

/****** SLUT AKTIVITETS SIDA *******/
.package {
  float: left;
  width: 84%;
  margin: 8%;
  background: #FFF;
  position: relative; }

.package .phone {
  position: absolute;
  right: -20px;
  top: -22px; }

.package .screen {
  float: left;
  margin-top: 70px; }

.package .movie {
  float: left;
  width: 100%;
  padding: 5% 5% 0;
  text-align: center; }

.package .movie iframe {
  width: 830px;
  height: 466px; }

.package h1 {
  float: right;
  width: 350px;
  margin: 100px 150px 0 0;
  font-size: 24px;
  font-weight: 400; }

.package h1 span {
  color: #56B14C;
  font-weight: 800; }

.package h2 {
  float: right;
  clear: right;
  width: 280px;
  font-size: 20px;
  margin: 30px 170px 0 0;
  font-style: italic; }

.package .source {
  float: right;
  clear: right;
  width: 280px;
  margin: 20px 170px 0 0;
  font-style: italic; }

.package .img {
  float: left;
  margin: 146px 0 0 86px; }

.package .box {
  float: left;
  width: 90%;
  margin: 5%;
  background: url(../images/paket_bg.png) top center no-repeat;
  padding-top: 20px; }

.package .box-last {
  margin-bottom: 5%;
  padding-top: 5%; }

.package .box h3 {
  font-size: 20px;
  font-weight: 800;
  font-style: italic; }

.package .box h3 span {
  font-weight: 400;
  font-size: 17px; }

.package .box h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px; }

.package .box-package table {
  border-collapse: collapse;
  width: 100%; }

.package .box-package thead th {
  font-size: 16px;
  padding: 0 0px 0px 0px;
  font-weight: bold; }

.package .box-package thead th.package-name {
  width: 140px; }

.package .box-package thead th.functions {
  text-align: left; }

.package .box-package thead th.price {
  color: #56B14C;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 10px; }

.package .box-package tbody th,
.package .box-package tbody tr.first td,
.package .box-package tbody tr.first th {
  border-top: 1px solid #CCC; }

.package .box-package tbody td,
.package .box-package tbody th {
  font-size: 14px;
  border-bottom: 1px solid #CCC; }

.package .box-package tbody th {
  text-align: left;
  padding: 8px 100px 8px 10px; }

.package .box-package tbody td {
  text-align: center; }

.package .box-package tbody tr:nth-child(odd) th,
.package .box-package tbody tr:nth-child(odd) td {
  background: #FAFAFA; }

.package .box-package td .btn {
  margin: 10px 0 0 36px; }

.package .box-package tfoot th {
  font-size: 14px;
  padding: 10px 0px 5px 10px; }

.package .box-package tfoot th.price {
  text-align: right;
  font-weight: bold; }

.package .box-package .no-show-mobile {
  display: none; }

.package .box .base-image {
  float: right; }

.package .box .text {
  float: left;
  width: 310px;
  font-size: 14px; }

.package .box .text .price {
  float: left;
  font-size: 13px;
  font-weight: bold; }

.package .box .text .price span {
  color: #56B14C;
  font-size: 18px;
  font-style: italic;
  font-weight: normal; }

.package .box .text .price span.vat {
  font-size: 11px;
  color: #707480;
  font-style: italic; }

.package .box .btn {
  float: left;
  margin-left: 50px;
  background: url(../images/button_bg.png) top center repeat-x;
  padding: 10px 20px;
  text-decoration: none; }

.package .box .btn:hover {
  background: url(../images/buttonhover_bg.png) top center repeat-x; }

.package .box .data {
  float: left;
  clear: left; }

.package .box .data ul {
  float: left;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0; }

.package .box .data ul li {
  font-style: italic;
  font-size: 13px;
  padding: 5px 0; }

.package .box .data ul li span.part {
  float: left;
  background: #56B14C;
  margin-right: 10px;
  text-align: center;
  padding-top: 1px;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  border-radius: 10px;
  width: 20px;
  height: 20px; }

.package .box .data ul li h5 {
  font-size: 13px;
  margin: 0; }

.package .box .data ul li div {
  width: 300px;
  margin-left: 30px;
  font-size: 11px; }

.package .box .stats {
  float: right; }

.package .exponering .text {
  width: 400px; }

.package .exponering .text ul {
  margin: 10px;
  padding: 0 20px; }

.package .exponering .text ul li {
  margin-bottom: 10px; }

.package .box .screen-1, .package .box .screen-2 {
  float: left; }

.package .box .terms {
  float: left;
  margin-top: 30px;
  width: 100%;
  font-size: 11px; }

.package .box th .terms {
  margin-top: 0;
  white-space: normal; }

.package .box-interest {
  background: #56B14C;
  padding: 5%;
  margin: 5% 0 0;
  border: 0;
  width: 100%; }

.package .box .field {
  float: left;
  width: 60%;
  color: #FFF; }

.package .box .field .input-field {
  float: left;
  width: 45%;
  padding: 0 2% 3% 0; }

.package .box .field h3, .package .box .field-2 h3 {
  margin-top: 0;
  color: #FFF; }

.package .box .field-2 {
  float: right;
  width: 20%;
  color: #FFF; }

.package .box-interest .field a {
  color: #FFF; }

.package .box form table {
  clear: both; }

.package .box form label {
  float: left;
  clear: both;
  display: block;
  font-weight: bold;
  padding-left: 2px; }

.package .box form td label {
  font-weight: normal;
  color: #FFF; }

.package .box form select {
  float: left;
  clear: both;
  width: 200px;
  margin-bottom: 10px; }

.package .box form input[type=text] {
  float: left;
  border: 0;
  height: 43px;
  background-color: #101115;
  clear: both;
  width: 100%;
  padding: 13px 10px;
  color: #c4c4c4;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0px #000 inset;
  font-size: 11px; }

.package .box form textarea {
  float: left;
  clear: both;
  width: 88%;
  height: 80px;
  padding: 10px;
  border: 0;
  background-color: #101115;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0px #000 inset;
  color: #c4c4c4; }

.package .box form input[type=submit] {
  float: left;
  margin-top: 20px;
  height: 43px;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  padding: 4px 10px 6px 10px;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/button_bg.png) left center repeat-x;
  color: #FFF;
  border-top: 1px solid #41444a;
  font-weight: 700; }

.package .box form input[type=submit]:hover {
  background-image: url(../images/buttonhover_bg.png);
  color: #181A20;
  border-color: #fff1bb; }

/****** START PAKET ******/
.main .article {
  float: left; }

.main .article .activities {
  color: #FFFFFF; }

.main .article .activities a:hover {
  color: #ffd325; }

.main .article .activities .text {
  float: left;
  width: 100%;
  padding: 10px; }

.main .article .border {
  width: 100%;
  margin: 20px 0;
  height: 2px;
  background-color: #24272e;
  border-top: 1px solid #181a20; }

.main .article td label {
  color: #FFF; }

.main .article .box {
  float: left;
  width: 100%;
  margin: 0;
  border: 1px solid #fafafa; }

.main .article .box ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0; }

.main .article .box ul li {
  clear: both;
  float: left;
  padding: 5px 10px; }

.main .article .box ul li img {
  margin-right: 10px; }

.main .article input[type=submit] {
  float: left;
  clear: both;
  height: 43px;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  padding: 4px 10px 6px 10px;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/button_bg.png) left center repeat-x;
  color: #FFF;
  border-top: 1px solid #41444a;
  font-weight: 700; }

.main .article input[type=submit]:hover {
  background-image: url(../images/buttonhover_bg.png);
  color: #181A20;
  border-color: #fff1bb; }

.main .article input[type=text],
.main .article textarea {
  float: left;
  width: 150px;
  padding: 2px;
  border: 1px solid #CCC;
  margin-bottom: 10px; }

.main .article textarea {
  width: 305px; }

.main .article .terms {
  float: left;
  width: 100%;
  margin-top: 20px; }

.main .article .tips {
  float: left;
  width: 100%;
  margin-top: 0px; }

.list .main .result .activities .tips h2 {
  margin-left: 0;
  font-style: italic;
  font-weight: 600; }

.main .boxes-page {
  float: right;
  width: 32%; }

/****** END PAGE ******/
.fb-foot {
  float: left;
  position: fixed;
  left: 0;
  bottom: -60px;
  z-index: 10;
  width: 100%;
  height: 60px;
  background: rgba(65, 88, 149, 0.92);
  box-shadow: 0 8px 6px 4px #1c2640; }

.fb-foot .content {
  width: 1100px;
  margin: 0 auto; }

.fb-foot .content .fb-like {
  float: left;
  height: 60px;
  border-left: 1px solid #36497b;
  padding: 20px 0 0 30px; }

.fb-foot .content .header {
  float: left;
  margin: 0 0 0 30px;
  line-height: 60px;
  color: #FFF;
  font-style: italic;
  font-size: 18px;
  font-weight: 600; }

.fb-foot .content .header span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px; }

.fb-foot .content a {
  float: right;
  height: 60px;
  padding: 0px 30px;
  line-height: 60px;
  color: #FFF;
  border: 1px solid #36497b;
  border-width: 0 1px; }

/*** Open slopes ***/
body.ski-slope .splash {
  float: left;
  width: 100%;
  background: url(../images/skidbacke_open_full.jpg) no-repeat;
  padding: 4% 0 100px; }

body.ski-slope .splash .head-text {
  float: left;
  width: 26%;
  margin: 0 2% 0 8%; }

body.ski-slope .splash .map {
  float: left;
  width: 56%;
  height: 400px;
  background: #FFF;
  border: 2px solid #1E2128; }

body.ski-slope .splash .map #map {
  width: 100%;
  height: 100%; }

body.ski-slope h2 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding-left: 40px;
  background: url(../images/snow_flake.png) 10px center no-repeat;
  font-weight: 600;
  font-style: italic; }

body.ski-slope .box {
  float: left;
  width: 27%;
  margin: -50px 1% 0 0;
  padding: 25px 10px;
  background: #1E2128;
  color: #FFF; }

body.ski-slope .box-first {
  margin-left: 8%; }

body.ski-slope .open-slopes {
  width: 28%; }

body.ski-slope .open-slopes h2 {
  background-image: url(../images/skiier.png); }

body.ski-slope .popular-slopes h2 {
  background-image: url(../images/yellow_star.png); }

body.ski-slope .box .list {
  width: 100%; }

body.ski-slope .box .list .ingress {
  color: #5D5F65; }

body.ski-slope .snowdepth .list a,
body.ski-slope .open-slopes .list a {
  background-image: none; }

body.ski-slope .box .list a:hover .ingress,
body.ski-slope .box .list a:hover span {
  color: #121212; }

body.ski-slope .box .list span {
  float: right;
  font-size: 16px;
  color: #56B14C;
  font-style: italic; }

body.ski-slope .all-open {
  float: left;
  width: 84%;
  margin: 10px 8% 0;
  background: #1E2128;
  color: #FFF;
  padding: 0; }

body.ski-slope .all-open h2 {
  background: url(../images/bg_h1.png) left center repeat-x;
  padding: 9px 20px; }

body.ski-slope .all-open .content {
  float: left;
  width: 100%;
  padding: 10px; }

body.ski-slope .all-open table {
  width: 100%;
  border-collapse: collapse; }

body.ski-slope .all-open th,
body.ski-slope .all-open td {
  text-align: left;
  color: #FFF;
  padding: 10px 10px; }

body.ski-slope .all-open th {
  font-weight: bold;
  color: #999; }

body.ski-slope .all-open td {
  font-style: italic; }

body.ski-slope .all-open tr:nth-child(odd) td {
  background-color: #24272E; }

body.ski-slope .all-open tr:nth-child(even) td {
  background-color: #181A20; }

body.ski-slope .all-open td a {
  color: #FFF;
  text-decoration: none; }

body.ski-slope .all-open td.name a {
  color: #56B14C;
  font-style: normal; }

body.ski-slope .all-open td a:hover {
  color: #ffd325; }

body.ski-slope .all-open .no-snowrapport td.slopes,
body.ski-slope .all-open .no-snowrapport td.lifts,
body.ski-slope .all-open .no-snowrapport td.snowdepth {
  color: #999999; }

body.ski-slope .all-open .star-info {
  float: left;
  width: 100%;
  padding: 10px 20px;
  color: #999999; }

body.ski-slope .powered-by {
  float: left;
  margin: 20px 0 0 8%;
  color: #FFF; }

body.ski-slope .show-all {
  float: right;
  margin: 20px 8% 0 0;
  padding: 9px 14px;
  text-decoration: none;
  background: url(../images/button_bg.png) left center repeat-x; }

body.ski-slope .show-all:hover {
  background-image: url(../images/buttonhover_bg.png); }

body.ski-slope .information {
  float: left;
  width: 84%;
  margin: 10px 8% 0;
  color: #FFF;
  background: #1E2128;
  padding: 20px; }

body.ski-slope-open {
  background: url(../images/skidbacke_bg.jpg) top center no-repeat #FFF;
  background-size: 100% auto; }

body.ski-slope-open .splash {
  background: none;
  padding: 0; }

body.ski-slope-open .splash .head-text {
  margin: 0 15% 100px;
  width: 70%;
  text-align: center;
  color: #FFF;
  font-size: 18px; }

body.ski-slope-open .splash .head-text h1 {
  font-size: 60px;
  position: relative;
  padding-top: 70px; }

body.ski-slope-open .splash .head-text h1 .fa-koll {
  position: absolute;
  width: 128px;
  height: 84px;
  background: url(../images/fa_koll.png) no-repeat;
  right: 171px;
  top: 6px; }

body.ski-slope-open .box {
  margin-top: 0; }

body.ski-slope-open .ad {
  float: left;
  width: 100%;
  margin: 20px 0; }

body.ski-slope-open .box {
  width: 32%;
  margin-right: 2%; }

body.ski-slope-open .open-slopes {
  margin-left: 0; }

body.ski-slope-open .popular-slopes {
  margin-right: 0; }

body.ski-slope-open th.r,
body.ski-slope-open td.r {
  text-align: right; }

body.ski-slope-open .all-open {
  width: 100%;
  margin: 30px 0 0; }

body.ski-slope-open .ads {
  float: right;
  width: 30%; }

body.ski-slope-open .show-all {
  clear: left;
  float: left; }

body.ski-slope-open .information {
  width: 100%;
  margin: 0;
  padding: 10px;
  color: #999999; }

body.ski-slope-open .powered-by {
  margin: 20px 10px;
  color: #999999; }

/* Banner i hogerkolumn */
.boxes .banner-skidbacke {
  float: left;
  width: 100%;
  height: 180px;
  margin-top: 42px;
  background: url(../images/banner_skidbacke.jpg) left top no-repeat; }

.boxes .banner-skidbacke h3 {
  float: right;
  color: #121212;
  margin: 70px 30px 0 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  font-style: italic; }

.boxes .banner-skidbacke span.btn {
  float: right;
  clear: right;
  margin: 10px 23px 0 0;
  background-image: url(../images/button_bg.png);
  padding: 6px 10px;
  height: auto;
  font-size: 12px;
  font-weight: normal; }

.boxes .banner-skidbacke span.btn:hover {
  background-image: url(../images/buttonhover_bg.png); }

/* Kampanj "presentkort" */
body.show-campaign {
  background: #181a20; }

body.show-campaign .body {
  float: left;
  width: 100%;
  background: #1e2128;
  text-align: center;
  padding: 60px 0 30px; }

body.show-campaign .body h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  font-style: normal; }

body.show-campaign .body h1 span {
  color: #ffd325;
  font-style: italic;
  font-weight: bold;
  font-size: 50px;
  display: block; }

body.show-campaign .body .desc,
body.show-campaign .body .terms {
  float: left;
  width: 100%;
  padding: 0 20% 30px;
  color: #FFF;
  font-size: 18px;
  font-style: italic; }

body.show-campaign .body .terms {
  font-size: 13px;
  color: #c4c4c4;
  font-style: normal; }

body.show-campaign .body .link {
  color: #56b14c;
  font-size: 15px; }

body.show-campaign .footer {
  float: left;
  width: 100%;
  padding: 50px 0;
  font-size: 32px;
  text-align: center;
  color: #FFF; }

body.show-campaign .footer a {
  color: #fff; }

/* Redirect */
body.redirect {
  background: #1e2128; }

body.redirect .bar {
  float: left;
  width: 100%;
  background: #56b14c;
  padding: 15px; }

body.redirect .bar .timer {
  float: left;
  color: #ffd325;
  font-style: italic;
  font-weight: bold;
  font-size: 15px; }

body.redirect .bar .skip {
  float: right;
  background: url(../images/arrow_right.png) right center no-repeat;
  padding-right: 20px;
  max-width: 80%; }

body.redirect .bar .skip a {
  color: #FFF;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px; }

body.redirect .ad {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  text-align: center; }

/** Svensexa, mohippa mm **/
body.group-activity {
  background: url(../images/bg.jpg) top center #393d48; }

body.group-activity .splash .head-text h1 {
  padding-top: 10px;
  margin-bottom: 10px; }

body.group-activity .splash .head-text {
  margin-bottom: 40px; }

body.group-activity .group-list {
  float: left;
  width: 100%; }

body.group-activity .group-list .box {
  margin-bottom: 20px; }

body.group-activity .group-list .box:nth-child(3n) {
  margin-right: 0; }

body.group-activity h2 {
  padding-left: 0px;
  background: none; }

body.group-activity h2 img {
  float: left;
  margin: 0 10px 0 10px; }

body.group-activity h2 span {
  float: left;
  padding-top: 2px; }

/** RESPONSIVE **/
.show-mobile {
  display: none; }

.show-ipad {
  display: none; }

/* if smaller then our big-width */
/*@media only screen and (max-width: 1100px) {
	.site { width: 100%; }
}*/
/* if smaller then our big-width */
/*@media only screen and (max-width: 1100px) {
	.site { width: 100%; }
}*/
/* Special for skidbacke */
@media only screen and (min-width: 1921px) {
  body.ski-slope-open {
    background-position: center -300px; } }
@media only screen and (max-width: 1920px) and (min-width: 1681px) {
  body.ski-slope-open {
    background-position: center -300px; } }
@media only screen and (max-width: 1680px) and (min-width: 1601px) {
  body.ski-slope-open {
    background-position: center -203px; } }
@media only screen and (max-width: 1600px) and (min-width: 1537px) {
  body.ski-slope-open {
    background-position: center -169px; } }
@media only screen and (max-width: 1536px) and (min-width: 1441px) {
  body.ski-slope-open {
    background-position: center -146px; } }
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  body.ski-slope-open {
    background-position: center -100px; } }
@media only screen and (max-width: 1366px) and (min-width: 1281px) {
  body.ski-slope-open {
    background-position: center -82px; } }
@media only screen and (max-width: 1280px) and (min-width: 1280px) {
  body.ski-slope-open {
    background-position: center -56px; } }
/*
Ipad staende, 768x1024
Samsung Galaxy, 720x1280
*/
@media only screen and (max-width: 1100px) {
  .site,
  .top-content {
    width: 100%; }

  .show-ipad {
    display: block; }

  .no-show-ipad {
    display: none; }

  .header-ad {
    height: 110px; }

  .top .logo {
    margin-right: 0; }

  .top .search input[type="text"] {
    width: 160px; }

  .select-activities {
    height: auto; }

  .foot .article .top-content {
    padding: 25px 110px; }

  .foot li {
    padding: 10px 10px; }

  /* Startsidan */
  .startpage .splash h1 {
    margin: 68px 0 0 30px;
    width: 290px;
    font-size: 28px; }

  .startpage .splash .news {
    right: 10px; }

  .startpage .splash .map {
    left: 216px; }

  .startpage .splash .search {
    left: 10px;
    top: 220px; }

  .startpage .splash .bubble {
    left: 76px;
    top: 135px; }

  .startpage .main .welcome {
    width: 72%; }

  .startpage .main .image {
    width: 28%; }

  .startpage .main .recent-updated {
    float: right;
    width: 60%;
    padding-top: 20px; }

  .startpage .main .top-cities {
    width: 40%; }

  .startpage .main .categories {
    width: 58%;
    height: 200px; }

  .startpage .main .categories .list .page {
    top: 60px; }

  .startpage .image_2 {
    display: none; }

  .startpage .funniest {
    display: none; }

  .startpage .main .facebook {
    display: none; }

  .startpage .main .facebook-mobile {
    display: block;
    height: 200px;
    width: 42%;
    margin-top: 0px;
    padding: 20px; }

  .startpage .main .facebook-mobile a.btn {
    text-decoration: none;
    padding: 9px 0 0 0;
    background: url(../images/button_bg.png) left center repeat-x; }

  .startpage .main .facebook-mobile a.btn:hover {
    color: #FFF;
    border: 1px solid transparent; }

  /* Lista */
  .list .main .facebook {
    width: 100%; }

  .list .main .result {
    width: 65%; }

  .list .main .category {
    width: 100%; }

  .list .main .funniest {
    display: none; }

  .popular-categories .settings {
    display: none; }

  .popular-categories ul.list li .address {
    display: block;
    padding-left: 0; }

  /* Plus-lista */
  ul.list li.page_plus .info .button {
    display: none; }

  ul.list li.page_plus .ingress {
    width: 100%; }

  .box ul.list li .address {
    padding-left: 0; }

  /* Aktivitet */
  .list .main .activity h1 {
    height: auto; }

  .activity .contact {
    height: auto; }

  .activity .help-us,
  .activity-inactive .help-us {
    right: 10px; }

  .list .main .activity,
  .list .main .activity-inactive {
    width: 100%; }

  .list .main .activity-category {
    width: 100%; }

  .list .main .boxes-activity {
    width: 100%;
    margin-top: 0; }

  .list .main .activity .box-ad {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px; }

  /* Paket */
  .package {
    margin: 8% 0 0 0;
    width: 100%; }

  .package .phone {
    right: 40px; }

  .package .screen-1, .package .screen-2 {
    width: 100%; }

  .package .screen-1 img,
  .package .screen-2 img {
    width: 100%; }

  /*** Oppna skidbackar ***/
  body.ski-slope .splash .head-text {
    width: 30%;
    margin-left: 2%; }

  body.ski-slope .splash .map {
    width: 64%; }

  body.ski-slope .box {
    width: 47%;
    margin-right: 0;
    margin-left: 2%; }

  body.ski-slope .popular-slopes {
    display: none; }

  body.ski-slope .all-open {
    width: 96%;
    margin-left: 2%; }

  body.ski-slope .powered-by {
    margin-left: 2%;
    width: 60%; }

  body.ski-slope .show-all {
    margin-right: 2%; }

  .boxes .banner-skidbacke {
    background-position: 55% top; }

  .boxes .banner-skidbacke h3 {
    margin-right: 20px; }

  .boxes .banner-skidbacke span.btn {
    margin-right: 14px; }

  .boxes-activity .banner-skidbacke {
    background: url(../images/banner_skidbacke_ipad.jpg) left bottom no-repeat; }

  .boxes-activity .banner-skidbacke h3 {
    margin-right: 30px; }

  .boxes-activity .banner-skidbacke span.btn {
    margin-right: 24px; }

  body.ski-slope-open {
    background-size: auto auto; }

  body.ski-slope-open {
    background-position: center -200px; }

  body.ski-slope-open .splash .head-text {
    width: 80%;
    margin: 0 10% 50px; }

  body.ski-slope-open .ad {
    padding: 0 2%; } }
@media only screen and (max-width: 850px) {
  .package .img {
    margin-left: 40px; }

  .package h1 {
    margin-right: 52px; }

  .package h2, .package .source {
    margin-right: 72px; }

  .package .box {
    margin: 5% 0;
    padding: 20px 5% 0;
    width: 100%; }

  .package .box-interest {
    padding-bottom: 5%;
    padding-top: 5%;
    margin-bottom: 0; }

  .package .box .field-2 {
    width: 25%; }

  .package .movie iframe {
    width: 621px;
    height: 350px; } }
/*
Mobil, staende
Iphone, 320x480
Iphone 5, 320x568
Samsung, 320x500
*/
@media only screen and (max-width: 700px) {
  .header-ad {
    display: none; }

  .show-ipad {
    display: none; }

  .site {
    width: 100%; }

  .show-mobile {
    display: block; }

  .no-show-mobile {
    display: none; }

  .top {
    height: 45px;
    background: #56b14c; }

  .top .search {
    display: none; }

  .top .logo {
    margin: 0;
    padding: 12px 0 12px 12px;
    min-width: 110px; }

  .top a.show-search-mobile {
    float: right;
    height: 45px;
    padding: 5px 5px 0 0;
    width: auto;
    border: 0; }

  .top .show-search .field {
    float: left;
    width: 160px;
    background: #FFF;
    height: 35px;
    padding: 0 8px;
    line-height: 35px;
    color: #262626;
    font-size: 12px;
    text-align: left; }

  .top .show-search .field-inactive {
    color: #666; }

  .top .show-search span.icon-search {
    float: left;
    width: 40px;
    height: 35px;
    background: #1e2128;
    color: #FFF;
    padding: 8px 0 0 0;
    text-align: center;
    margin: 0; }

  .top .logo span.icon-activatedlogo {
    font-size: 18px; }

  .mobile-search {
    float: left;
    width: 100%;
    padding: 20px;
    background: #393D48; }

  .mobile-search select {
    width: 100%;
    margin-bottom: 15px; }

  .mobile-search select, .mobile-search option {
    font-size: 16px; }

  .mobile-search label {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    color: #56B14C;
    font-size: 14px;
    font-style: italic;
    font-weight: 600; }

  .mobile-search .search input[type="text"] {
    width: 100%;
    font-size: 16px; }

  .mobile-search .search input[type="submit"] {
    margin-top: 15px; }

  /* Startsidan */
  .startpage .splash {
    height: auto; }

  .startpage .splash h1 {
    margin: 30px 20px;
    font-size: 28px;
    width: auto; }

  .startpage .splash .news {
    display: none; }

  .startpage .main .welcome {
    width: 100%;
    height: 200px; }

  .startpage .main .welcome input[type="text"] {
    width: 200px; }

  .startpage .main .image {
    display: none; }

  .startpage .main .recent-updated {
    display: none; }

  .startpage .main .top-cities {
    display: none; }

  .startpage .main .categories {
    display: none; }

  .startpage .main .funniest {
    display: none; }

  .startpage .main .facebook {
    display: none; }

  .startpage .main .facebook-mobile {
    display: block;
    width: 100%; }

  .startpage .main .category-list {
    display: block;
    float: left;
    width: 100%; }

  .startpage .main .category-list .categories {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 10px 20px; }

  .startpage .main .category-list h2 {
    margin: 20px 0 0 0px;
    color: #FFF;
    background: url(../images/yellow_marker.png) no-repeat scroll 10px top transparent;
    padding: 0px 0 10px 40px;
    font-weight: 600;
    font-style: italic; }

  .startpage .main .category-list ul.list li a {
    padding: 12px 10px; }

  /* Lista */
  .list .main .result {
    width: 100%;
    margin-top: 20px; }

  .list .main .activity-plus,
  .list .main .activity-click {
    margin-top: 45px; }

  .list .main .result ul.list li .ingress {
    width: 92%; }

  .list .main .result ul.list li.list-logo .ingress {
    width: 68%; }

  .list .main .result ul.list-comp li .ingress {
    width: 68%; }

  .list .main .result .list-comp li h3 {
    width: 68%; }

  .list .main .result .list-comp li h3 .address {
    display: block;
    padding-left: 0; }

  .list .main .result ul.list li .address {
    display: block;
    padding-left: 0; }

  .list .main .category {
    width: 100%; }

  .list .main .boxes {
    width: 100%;
    margin-top: 10px; }

  .list .main .facebook {
    width: 100%; }

  .list .main .funniest {
    display: none; }

  .list .main .result ul.list li.page_plus .image {
    display: none; }

  .list .main .result ul.list li.page_plus .info {
    width: 100%;
    padding-left: 0; }

  .list .main .result ul.list li.page_plus .mobile-image {
    float: left;
    width: 25%;
    padding-right: 10px; }

  .list .main .result ul.list li.page_plus .mobile-image img {
    width: 100%; }

  .list .main .result ul.list li.page_plus .address {
    width: 75%; }

  .list .main .result ul.list li.page_plus .ingress {
    width: 100%;
    padding-top: 5px; }

  .startpage .ad,
  .list .ad {
    padding: 10px 0; }

  .list .main .activity {
    margin-top: 10px; }

  /* Aktivitet */
  .activity .contact {
    margin-top: 10px; }

  .boxes-activity h3 {
    width: 65%; }

  /*.activity .comment { display: none; }*/
  .activity .map {
    display: none; }

  .list .main .activity .activities {
    padding: 0 20px 20px; }

  .activity .help-us,
  .activity-inactive .help-us {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    padding-top: 0;
    width: 100%;
    text-align: right;
    color: #56b14c;
    font-style: italic; }

  .activity .error, .activity-inactive .error {
    margin-top: 10px; }

  .activity .help-us img,
  .activity-inactive .help-us img {
    display: none; }

  .activity .error input[type=text],
  .activity-inactive .error input[type=text] {
    width: 130px; }

  .activity .error textarea,
  .activity-inactive .error textarea {
    width: 280px; }

  .list .main .activity-first {
    margin-top: 75px; }

  .activity-first .show-all-link {
    position: absolute;
    display: block;
    padding: 10px 12px;
    color: #FFF;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    background: #56b14c;
    /*#181a20*/
    top: -54px;
    left: 20px; }

  .list .main .result h1,
  .list .main .result h2 {
    background: #181a20;
    padding: 12px 10px; }

  .list .main .activity h1 {
    padding: 20px 20px 10px;
    background: #1e2128; }

  .activity .logo {
    width: 25%;
    height: auto;
    margin-left: 20px;
    padding: 5px; }

  .activity .logo img {
    width: 100%; }

  .activity .images .img {
    float: left;
    width: 100%; }

  .activity .thumbnails a {
    margin: 0;
    width: 25%;
    padding: 4px 4px; }

  .activity .thumbnails a img {
    height: auto;
    width: 100%; }

  .activity .description {
    width: 100%;
    padding: 0 0 20px 0; }

  .activity .btn-www, .activity .btn-fbwww, .activity .btn-mail, .activity .btn-phone, .activity .btn-book {
    padding: 10px 12px; }

  .activity .package-link {
    margin-left: 0;
    padding: 0; }

  .activity .buttons {
    margin: 10px 0 20px; }

  .activity .contact-data {
    width: 100%;
    padding: 10px 0 10px; }

  .activity .contact-data .contact-box {
    float: left;
    position: relative;
    width: 100%;
    background: #24272e;
    padding: 10px;
    margin-bottom: 3px; }

  .activity .contact-data .contact-box h4 {
    margin: 0; }

  .activity .contact-data .contact-box span.icon {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 16px;
    color: #56b14c; }

  .activity .contact-data .contact-box span.icon-arrow {
    top: 27px; }

  .activity .more-activities {
    padding: 20px 0 0; }

  /* Oppettider */
  .activity .open-hours .head {
    width: 100%;
    padding: 20px 10px; }

  .activity .open-hours .head span {
    width: auto;
    margin-bottom: 0; }

  .list .main .activity .activities .open-hours .head h2 {
    width: auto;
    padding-left: 10px; }

  .activity .open-hours .data {
    width: 100%; }

  .activity .open-hours .days .day {
    width: 50%;
    padding: 0 10px; }

  .activity .open-hours .days .day-2,
  .activity .open-hours .days .day-3 {
    display: none; }

  .activity .open-hours .updated {
    padding: 15px 10px; }

  .activity .open-hours .all-open {
    padding: 20px 10px; }

  .activity .open-hours .all-open td {
    vertical-align: top; }

  /* Snorapporten */
  .activity .snow-report .head {
    width: 100%;
    padding: 20px 10px; }

  .activity .snow-report .head span {
    width: auto;
    margin-bottom: 0; }

  .list .main .activity .activities .snow-report .head h2 {
    width: auto;
    padding-left: 10px; }

  .activity .snow-report .data {
    width: 100%; }

  .activity .snow-report .data .box-holder {
    padding-top: 0;
    border: 0; }

  .activity .snow-report .data .box.degree,
  .activity .snow-report .data .box {
    width: 50%;
    padding: 10px 10px;
    border-bottom: 1px solid #181a20; }

  .activity .snow-report .data .box.slopes,
  .activity .snow-report .data .box.lifts,
  .activity .snow-report .data .box.tracks {
    width: 33.3%; }

  .activity .snow-report .data .settings,
  .activity .snow-report .data .opens {
    width: 50%;
    padding: 20px 10px; }

  .activity .snow-report .data .presented-by {
    float: left;
    padding: 10px 10px; }

  .activity .snow-report .data .updated {
    padding: 10px; }

  .activity .snow-report .data h3.status_3, .activity .snow-report .data h3.status_4 {
    padding: 10px; }

  .activity .activity-campaign {
    padding: 0; }

  .activity .activity-campaign li .value {
    display: none; }

  .activity .box-ad {
    float: left;
    margin: 20px 0;
    width: 100%; }

  .activity-campaign .contact-data {
    display: none; }

  .activity-campaign input[type="submit"] {
    margin: 5px 0 0 0; }

  .list .main .activity-campaign h1 {
    padding: 12px 10px; }

  .foot .categories .msg {
    display: none; }

  .foot .article .top-content {
    padding: 25px 20px; }

  /* Paket */
  .package .img {
    width: 80%;
    margin: 70px 10% 0; }

  .package .img img {
    width: 100%; }

  .package h1 {
    float: left;
    margin: 20px 5% 0;
    width: 90%;
    font-size: 22px; }

  .package h2 {
    float: left;
    margin: 20px 5% 0;
    width: 90%; }

  .package .source {
    float: left;
    margin: 20px 5% 0;
    width: 90%; }

  .package .box-package {
    padding: 20px 0 0; }

  .package .box-package h3 {
    width: 90%;
    margin: 0 5% 20px; }

  .package .box-package thead th.package-name {
    width: auto; }

  .package .box-package thead th {
    font-size: 14px;
    padding-bottom: 1%; }

  .package .box-package thead th.price {
    display: none; }

  .package .box-package thead th.functions {
    display: none; }

  .package .box-package tbody td,
  .package .box-package tbody th {
    font-size: 12px; }

  .package .box-package tbody th {
    padding: 1% 0 1% 2%; }

  .package .box-package tfoot th {
    font-size: 12px; }

  .package .box-package tfoot {
    white-space: nowrap; }

  .package .box-package tfoot th {
    padding-right: 1%; }

  .package .select-package {
    width: 100%;
    margin: 20px 0 0; }

  .package .select-package .btn {
    width: 36%;
    margin: 0 7%;
    padding: 10px 0;
    text-align: center; }

  .package .box .terms {
    width: 96%;
    margin: 30px 2% 0; }

  .package .box .field {
    width: 100%; }

  .package .box .field-2 {
    width: 100%;
    margin-top: 20px; }

  .package .box .field .input-field {
    width: 50%; }

  .package .box form textarea {
    width: 98%; }

  .package .movie {
    padding-top: 70px; }

  .package .movie iframe {
    width: 266px;
    height: 150px; }

  /*** Oppna skidbackar ***/
  body.ski-slope .splash {
    padding-bottom: 40px;
    background: none; }

  body.ski-slope .splash .head-text {
    width: 92%;
    margin-left: 4%;
    color: #FFF; }

  body.ski-slope .splash .map {
    display: none; }

  body.ski-slope .box {
    width: 100%;
    margin: 0 0 20px; }

  body.ski-slope .popular-slopes {
    display: block; }

  body.ski-slope .all-open {
    width: 100%;
    margin: 0; }

  body.ski-slope .powered-by {
    margin-left: 2%;
    width: 96%; }

  body.ski-slope .show-all {
    margin-right: 2%; }

  body.ski-slope .all-open th span {
    display: none; }

  body.ski-slope .all-open th.area,
  body.ski-slope .all-open td.area,
  body.ski-slope .all-open th.snowdepth,
  body.ski-slope .all-open td.snowdepth {
    display: none; }

  body.ski-slope-open {
    background-position: center -200px; }

  body.ski-slope-open .splash .head-text {
    font-size: 14px; }

  body.ski-slope-open .splash .head-text h1 {
    font-size: 26px; }

  body.ski-slope-open .splash .head-text h1 .fa-koll {
    background-size: 100% auto;
    width: 100px;
    height: 70px;
    right: 21px; }

  body.ski-slope-open .ad {
    padding: 0;
    text-align: center; }

  .boxes .banner-skidbacke {
    background: url(../images/banner_skidbacke_mobile.jpg) 47% top no-repeat; }

  .boxes .banner-skidbacke h3 {
    margin-right: 20px;
    width: auto; }

  .boxes .banner-skidbacke span.btn {
    margin-right: 14px; }

  .boxes-activity .banner-skidbacke {
    background: url(../images/banner_skidbacke_ipad.jpg) left bottom no-repeat; }

  /* Rabatt */
  body.show-campaign .body {
    padding-top: 30px; }

  body.show-campaign .body .desc,
  body.show-campaign .body .terms {
    padding: 0 5% 30px; } }

/*# sourceMappingURL=style.css.map */
