.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-dots {
  width: 100%;
  height: 80px;
  position: absolute;
  top: -120px;
  left: 0; }

.owl-carousel .owl-controls {
  display: none; }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    height: 110px;
    min-width: 150px;
    display: inline-block; }
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    height: 110px;
    min-width: 150px;
    display: inline-block; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel .owl-refresh .owl-item {
  display: none; }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.ui-slider-tabs-list-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 -1px 0;
  z-index: 50; }
  .ui-slider-tabs-list-wrapper.bottom {
    margin: -1px 0 0 0; }

.ui-slider-tabs-list-container {
  overflow: hidden; }

.ui-slider-tabs-list {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none; }
  .ui-slider-tabs-list li {
    display: inline-block;
    height: 90px !important; }
    .ui-slider-tabs-list li a {
      display: block; }
      .ui-slider-tabs-list li a:hover {
        color: black; }
    .ui-slider-tabs-list li.selected a {
      cursor: default;
      color: black; }

.ui-slider-tabs-content-container {
  position: relative;
  z-index: 9999; }

.ui-slider-tab-content {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding: 10px; }

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover {
  display: block;
  position: absolute;
  border: 1px solid #cfcfcf;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, whitesmoke 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, whitesmoke));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, whitesmoke 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, whitesmoke 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, whitesmoke 100%);
  background: linear-gradient(top, #fcfcfc 0%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); }

.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  background: -o-linear-gradient(top, white 0%, white 100%);
  background: -ms-linear-gradient(top, white 0%, white 100%);
  background: linear-gradient(top, white 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

.ui-slider-left-arrow {
  left: 0;
  top: 0;
  box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.06);
  border-top-left-radius: 4px; }
  .ui-slider-left-arrow div {
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit; }
  .ui-slider-left-arrow.edge {
    box-shadow: none;
    cursor: default; }
    .ui-slider-left-arrow.edge div {
      opacity: 0.25; }

.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px; }

.ui-slider-right-arrow.edge {
  box-shadow: none;
  cursor: default; }
  .ui-slider-right-arrow.edge div {
    opacity: 0.25; }

.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px; }

.ui-slider-tabs-indicator-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.ui-slider-tabs-indicator {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 3px;
  cursor: pointer; }

.ui-slider-tabs-leftPanelArrow {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=5); }

.ui-slider-tabs-rightPanelArrow {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=5); }
  .ui-slider-tabs-rightPanelArrow.showOnHover {
    opacity: 0;
    display: none; }

.ui-slider-tabs-leftPanelArrow.showOnHover {
  opacity: 0;
  display: none; }

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover {
  opacity: 0.5;
  display: inline-block; }
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover, .ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover, .ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover, .ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover {
  opacity: 1; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: 0 !important; }
  *:active {
    box-shadow: none !important; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

html, body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #414141;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  position: relative; }

.sol {
  font-family: "Dancing Script", cursive;
  font-size: 28px; }

.capz {
  text-transform: capitalize; }

.resp {
  display: none !important; }

.hidden-resp {
  display: block !important; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

a {
  color: #006ab2; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif; }

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cke_dialog_ui_checkbox_input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

img {
  max-width: 100%; }

a.A {
  width: 15px;
  height: 15px;
  background: url("https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/media/34752_original_grn.png") no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-size: contain; }

a.B {
  width: 15px;
  height: 15px;
  background: url("https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/media/34751_original_gul.png") no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-size: contain; }

a.C {
  width: 15px;
  height: 15px;
  background: url("https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/media/34756_original_rod.png") no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-size: contain; }

body.start-page .wrapper {
  background-color: transparent !important; }

.main-body {
  height: 100%;
  min-height: 100%; }
  .main-body .body-background {
    background-image: url("https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/HT_08_utan_fargstick_1418x879px.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: white; }

.btn {
  border-radius: 0; }

.spacer-bottom-40 {
  margin-bottom: 40px; }

.no-results {
  display: none; }

.print-only {
  display: none; }

.cookie-container-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 84px; }
  .cookie-container-wrapper:after {
    clear: both;
    content: "";
    display: block; }
  .cookie-container-wrapper .cookie-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fef7d8;
    border-bottom: 1px solid #e7deb6;
    padding: 15px 0 10px; }
    .cookie-container-wrapper .cookie-container button {
      border: 0;
      background-color: #006ab2;
      color: white;
      float: right;
      padding: 8px 15px;
      margin-top: 5px; }
    .cookie-container-wrapper .cookie-container p {
      width: 80%;
      float: left; }

.main-body {
  position: relative;
  float: left;
  width: 100%;
  top: 84px; }
  .main-body .slideout-menu {
    top: 84px; }
  .main-body header {
    top: 84px; }
  .main-body .sub-banner {
    margin-top: 0; }
  .main-body .header-travelplanner {
    top: 0; }

.main-body.sub-page {
  top: 70px; }

body.scroll .cookie-container-wrapper, body.scroll .cookie-container {
  display: none; }
body.scroll .main-body {
  top: 0; }
  body.scroll .main-body header {
    top: 0; }
  body.scroll .main-body .slideout-menu {
    top: 0px; }
  body.scroll .main-body .sub-banner {
    margin-top: 70px; }
  body.scroll .main-body .header-travelplanner {
    top: 70px; }

body.cookie-added .cookie-container-wrapper {
  display: none;
  -webkit-transition: display 0.5s; }
body.cookie-added .main-body {
  top: 0;
  -webkit-transition: top 0.5s; }
  body.cookie-added .main-body header {
    top: 0;
    -webkit-transition: top 0.5s; }
  body.cookie-added .main-body .slideout-menu {
    top: 0px; }
  body.cookie-added .main-body .sub-banner {
    margin-top: 70px; }
  body.cookie-added .main-body .header-travelplanner {
    top: 70px; }

body.cookie-found .cookie-container-wrapper {
  display: none; }
body.cookie-found .main-body {
  top: 0; }
  body.cookie-found .main-body header {
    top: 0; }
  body.cookie-found .main-body .slideout-menu {
    top: 0px; }
  body.cookie-found .main-body .sub-banner {
    margin-top: 70px; }
  body.cookie-found .main-body .header-travelplanner {
    top: 70px; }

/*.icon-travelplanner
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: 0 0
 * width: 29px
 * height: 24px */
/*.icon-timetables
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -32px 0
 * width: 29px
 * height: 27px */
/*.icon-on-time
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -64px 0
 * width: 30px
 * height: 33px */
/*.icon-marker
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -141px 0
 * width: 15px
 * height: 21px
 * display: block */
/*.icon-time
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -418px 0
 * width: 20px
 * height: 20px
 * display: block */
/*.icon-date
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -184px 0
 * width: 20px
 * height: 19px
 * display: block */
/*.icon-train
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -121px 0
 * width: 16px
 * height: 22px */
/*.icon-bus
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -99px 0
 * width: 17px
 * height: 22px */
/*.icon-white-bus
 * background: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/sprites.png) no-repeat
 * background-position: -289px 0
 * width: 27px
 * height: 35px */
iframe header {
  position: relative; }

header.menu-color .navbar-main, header.default-menu .navbar-main {
  background-color: #006ab2;
  height: 70px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  transition: height 0.5s;
  -webkit-transition: height 0.5s; }
  header.menu-color .navbar-main .branding img, header.default-menu .navbar-main .branding img {
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .container-login {
    padding: 0; }
  header .navbar-login {
    background-color: white;
    padding: 10px 15px;
    width: 100%;
    display: none; }
    header .navbar-login #mina-sidor-login .form, header .navbar-login #mina-sidor-login .text {
      float: left; }
    header .navbar-login #mina-sidor-login h4 {
      margin-right: 20px; }
    header .navbar-login #mina-sidor-login h4, header .navbar-login #mina-sidor-login .links-wrapper {
      float: left; }
    header .navbar-login #mina-sidor-login .links-wrapper {
      width: 100%; }
      header .navbar-login #mina-sidor-login .links-wrapper a {
        width: 50%;
        float: left; }
    header .navbar-login #mina-sidor-login .form {
      text-align: right;
      padding-top: 40px; }
    header .navbar-login #mina-sidor-login input, header .navbar-login #mina-sidor-login button {
      width: 35%;
      margin-left: 2%;
      height: 38px;
      padding: 0 10px;
      display: inline-block;
      border: 0; }
    header .navbar-login #mina-sidor-login input {
      border: 1px solid #d6d5d5; }
    header .navbar-login #mina-sidor-login button {
      background-color: #006ab2;
      color: white;
      width: 20%;
      margin-top: -2px; }
    header .navbar-login .links-wrapper {
      border: 1px solid #d6d5d5;
      padding: 2px;
      float: left;
      text-align: center;
      font-weight: 400;
      height: 40px;
      font-size: 12px;
      background-color: #f4f4f4; }
      header .navbar-login .links-wrapper a {
        color: #3a5427;
        text-transform: uppercase;
        width: 100%;
        padding: 8px 12px 7px 12px;
        float: left; }
      header .navbar-login .links-wrapper a.active {
        background: #006ab2;
        border: 1px solid #cccccc;
        color: white; }
      header .navbar-login .links-wrapper a:hover {
        text-decoration: none; }
  header button {
    background-color: transparent; }
    header button span {
      color: white;
      font-size: 18px; }
  header .navbar-main {
    background-color: transparent;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    transition: height 0.5s;
    -webkit-transition: 0.5s;
    height: 90px; }
    header .navbar-main .navbar-menu p {
      -webkit-transition: font-size 0.5s;
      transition: font-size 0.5s; }
    header .navbar-main .navbar-tools {
      position: relative; }
      header .navbar-main .navbar-tools .search-form input {
        cursor: pointer;
        font-size: 15px;
        width: 55px;
        -webkit-transition: width, font-size 0.5s;
        transition: width, font-size 0.5s; }
      header .navbar-main .navbar-tools .search-form .glyphicon-search {
        font-size: 18px;
        -webkit-transition: font-size 0.5s;
        transition: font-size 0.5s; }
      header .navbar-main .navbar-tools .mina-sidor-login-btn {
        width: 130px;
        -webkit-transition: margin-top, width 0.5s;
        transition: margin-top, width 0.5s;
        margin-top: -2px;
        margin-right: 30px; }
        header .navbar-main .navbar-tools .mina-sidor-login-btn p {
          font-size: 15px;
          -webkit-transition: font-size 0.5s;
          transition: font-size 0.5s; }
        header .navbar-main .navbar-tools .mina-sidor-login-btn span {
          padding: 0;
          font-size: 18px;
          -webkit-transition: padding, font-size 0.5s;
          transition: padding, font-size 0.5s; }
      header .navbar-main .navbar-tools .switch-lang {
        position: absolute;
        top: -5px;
        right: 25px; }
  header .navbar-menu {
    position: relative;
    color: white;
    margin-top: 25px;
    font-family: "Lato", sans-serif;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    height: 30px; }
    header .navbar-menu p {
      display: block;
      float: left;
      color: white;
      margin: 0;
      line-height: 17px;
      padding-left: 15px;
      font-weight: 400;
      text-transform: uppercase; }
    header .navbar-menu span {
      width: 25px;
      margin-bottom: 4px;
      height: 3px;
      display: block;
      background-color: white;
      margin-right: 10px; }
  header .branding {
    text-align: center;
    display: block;
    margin-top: 15px; }
    header .branding img {
      max-height: 40px;
      max-width: initial !important;
      -webkit-transition: max-width 0.5s;
      transition: max-width 0.5s; }
  header .navbar-tools {
    text-align: right;
    margin-top: 25px; }
    header .navbar-tools .search-form {
      display: inline-block;
      position: relative;
      top: -10px;
      left: -10px;
      -moz-placeholder-text-transform: uppercase;
      -moz-placeholder-color: white;
      -moz-placeholder-font-weight: 400;
      -ms-input-placeholder-text-transform: uppercase;
      -ms-input-placeholder-color: white;
      -ms-input-placeholder-font-weight: 400; }
      header .navbar-tools .search-form .glyphicon-search {
        color: white;
        font-size: 18px; }
      header .navbar-tools .search-form label {
        color: white;
        font-weight: 300;
        float: left;
        width: 20px;
        padding: 9px 15px 13px 11px; }
      header .navbar-tools .search-form label.focused {
        background-color: #006ab2;
        padding: 9px 30px 13px 11px; }
        header .navbar-tools .search-form label.focused span {
          display: block; }
      header .navbar-tools .search-form input.search-en {
        width: 80px; }
      header .navbar-tools .search-form input {
        float: left;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
        width: 50px;
        height: 40px;
        background-color: transparent;
        border: 0;
        padding: 0 10px;
        color: white;
        font-size: 14px;
        font-family: "Lato", sans-serif; }
      header .navbar-tools .search-form ::-webkit-input-placeholder {
        text-transform: uppercase;
        color: white;
        font-weight: 400; }
      header .navbar-tools .search-form ::-moz-placeholder {
        text-transform: uppercase;
        color: white;
        font-weight: 400; }
      header .navbar-tools .search-form input:focus {
        width: 200px;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
        color: #006ab2; }
    header .navbar-tools input:focus::-webkit-input-placeholder {
      text-transform: uppercase;
      color: #006ab2;
      font-weight: 400;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    header .navbar-tools input:focus:-moz-placeholder {
      text-transform: uppercase;
      color: #006ab2;
      font-weight: 400;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    header .navbar-tools input:focus::-moz-placeholder {
      text-transform: uppercase;
      color: #006ab2;
      font-weight: 400;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    header .navbar-tools input:focus:-ms-input-placeholder {
      text-transform: uppercase;
      color: #006ab2;
      font-weight: 400;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    header .navbar-tools .mina-sidor-login-btn {
      display: block;
      padding: 0;
      float: right;
      color: white;
      width: 120px;
      cursor: pointer; }
      header .navbar-tools .mina-sidor-login-btn p {
        display: block;
        float: left;
        margin-left: 12px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Lato", sans-serif; }
      header .navbar-tools .mina-sidor-login-btn span {
        font-size: 17px;
        float: left;
        padding: 0 10px; }

.edit header {
  position: relative; }

.link-cloud, .top-content, .traffic-info, .news-feed, .footer {
  position: relative;
  z-index: 1; }

.traffic-info, .news-feed, .footer {
  background-color: white; }

.top-content {
  /*height: 823px */
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center; }
  .top-content .top-tabs {
    height: 300px;
    width: 100% !important; }
  .top-content .tabs {
    display: inline-block;
    padding: 0; }
    .top-content .tabs li {
      list-style-type: none;
      float: left;
      text-align: center;
      cursor: pointer;
      min-width: 150px; }
      .top-content .tabs li .tab-icon {
        display: inline-block;
        text-align: center;
        height: 60px;
        width: 60px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #006ab2;
        background-color: rgba(0, 106, 178, 0.45);
        padding-top: 8px; }
      .top-content .tabs li span {
        display: inline-block; }
      .top-content .tabs li a {
        color: white; }
      .top-content .tabs li p {
        text-transform: uppercase;
        margin-top: 8px;
        font-weight: 400; }
    .top-content .tabs li.selected .tab-icon {
      background-color: #006ab2; }
  .top-content .search-function, .top-content .link-cloud {
    max-width: 700px;
    margin: 0 auto; }

.planner form {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  -moz-placeholder-text-transform: uppercase;
  -moz-placeholder-color: #898888;
  -moz-placeholder-font-weight: 400;
  -ms-input-placeholder-text-transform: uppercase;
  -ms-input-placeholder-color: #898888;
  -ms-input-placeholder-font-weight: 400; }
  .planner form .selected-area-test {
    background-color: white;
    width: 100%;
    height: 50px; }
    .planner form .selected-area-test .select-area {
      text-align: center;
      line-height: 50px;
      float: left;
      width: 50%;
      font-size: 16px;
      cursor: pointer; }
      .planner form .selected-area-test .select-area:hover {
        background-color: #f3f3f3; }
    .planner form .selected-area-test .select-area.checked {
      background-color: white;
      font-weight: bold; }
    .planner form .selected-area-test .select-area {
      background-color: #f3f3f3; }
    .planner form .selected-area-test .area-first {
      border-right: 1px solid #cccccc; }
  .planner form .select-area .selected-area {
    background: white;
    height: 50px;
    padding: 14px 20px 14px 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .planner form .select-area .selected-area .glyphicon {
      position: absolute;
      z-index: 0;
      right: 20px;
      top: 20px; }
    .planner form .select-area .selected-area .list {
      border-top: 1px solid #c6c0c0;
      background: white;
      position: relative;
      top: 12px;
      margin: 0 -20px;
      z-index: 2; }
      .planner form .select-area .selected-area .list .select-area {
        height: 50px;
        padding: 14px 20px 14px 20px;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #c6c0c0; }
        .planner form .select-area .selected-area .list .select-area:hover {
          background: #f9f9f9; }
        .planner form .select-area .selected-area .list .select-area .check, .planner form .select-area .selected-area .list .select-area .checked {
          left: 15px; }
        .planner form .select-area .selected-area .list .select-area .check.checked {
          color: #1abc9c; }
    .planner form .select-area .selected-area .check, .planner form .select-area .selected-area .checked {
      display: block;
      width: 20px;
      height: 20px;
      font-size: 24px;
      line-height: 20px;
      color: #414141;
      text-align: center;
      cursor: pointer;
      position: absolute;
      top: 14px;
      left: 30px;
      display: inline-table;
      margin: 0;
      background-color: rgba(0, 0, 0, 0);
      filter: none;
      opacity: 1;
      -webkit-transition: color 0.25s linear;
      transition: color 0.25s linear;
      -webkit-filter: none; }
  .planner form .search-input {
    margin-bottom: 10px;
    position: relative; }
    .planner form .search-input input {
      background: white;
      border: 0;
      height: 50px;
      width: 100%;
      line-height: 50px;
      padding: 0 50px 0 20px;
      font-weight: 600; }
    .planner form .search-input .place {
      position: absolute;
      top: 0;
      right: 15px;
      background-color: transparent;
      height: 50px;
      width: 50px; }
    .planner form .search-input .icon-icon-map-marker {
      position: absolute;
      top: 0;
      right: 0px;
      height: 50px;
      width: 50px;
      padding-top: 10px;
      font-size: 23px;
      color: #414141; }
  .planner form .time input, .planner form .date input {
    text-align: center;
    padding-right: 10px; }
  .planner form .time .icon, .planner form .date .icon {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #414141;
    font-size: 22px; }
  .planner form .date input {
    padding-left: 20px !important; }
  .planner form .submit {
    background-color: #006ab2;
    height: 50px;
    color: white;
    font-size: 18px;
    border-radius: 0; }
  .planner form ::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #898888;
    font-weight: 400; }
  .planner form ::-moz-placeholder {
    text-transform: uppercase;
    color: #898888;
    font-weight: 400; }
  .planner form .checkbox-wrapper {
    margin-bottom: 10px; }
    .planner form .checkbox-wrapper .checkbox {
      background: white;
      margin: 0;
      height: 50px;
      padding-left: 0; }
    .planner form .checkbox-wrapper .checked {
      height: 50px;
      width: 20%;
      float: left;
      display: block; }
      .planner form .checkbox-wrapper .checked i {
        color: #006ab2;
        font-size: 26px;
        padding: 8px; }
    .planner form .checkbox-wrapper label {
      padding: 10px;
      width: 80%;
      font-size: 15px;
      float: left;
      display: block; }

.header-travelplanner {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.549);
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 1;
  width: 100%; }
  .header-travelplanner .planner form {
    width: 100%;
    margin: 0;
    max-width: inherit; }
    .header-travelplanner .planner form .place {
      height: 50px;
      right: 0; }
    .header-travelplanner .planner form .time .icon-icon-time {
      left: 15px; }
    .header-travelplanner .planner form .submit {
      width: 100%;
      height: 50px;
      font-size: 16px !important; }
    .header-travelplanner .planner form .search-input {
      margin: 0; }
      .header-travelplanner .planner form .search-input input {
        height: 50px;
        line-height: 50px;
        border: 1px solid #cccccc;
        color: #555555; }
  .header-travelplanner .planner .col-sm-4, .header-travelplanner .planner .col-sm-2, .header-travelplanner .planner .col-sm-3, .header-travelplanner .planner .col-sm-1 {
    padding: 0 10px; }

.link-cloud {
  margin: 0 auto; }
  .link-cloud h1 {
    color: white; }
  .link-cloud a {
    background-color: #006ab2;
    color: white;
    display: inline-block;
    padding: 10px 18px 9px;
    font-size: 18px;
    margin: 0 0 8px 5px; }
  .link-cloud a.external-link {
    background-color: #03548b; }

#timetables form .form-group {
  float: left;
  display: block;
  margin-right: 5px; }
#timetables form input, #timetables form select {
  background: white;
  border: 0px none;
  height: 51px;
  line-height: 50px;
  padding: 0px 50px 0px 10px;
  font-weight: 600;
  border-radius: 0;
  width: 195px; }
#timetables form .btn {
  background-color: #006ab2;
  height: 51px;
  color: white;
  border-radius: 0px;
  min-width: 100px; }
#timetables form p {
  width: 195px;
  background-color: white;
  height: 51px;
  margin: 0;
  padding-top: 13px;
  position: relative;
  text-align: left;
  padding-left: 15px; }
  #timetables form p .glyphicon {
    position: absolute;
    top: 18px;
    right: 15px; }

.stylish-select-container {
  position: absolute;
  width: 300px;
  padding-left: 0;
  left: 30px;
  top: 50px;
  list-style: none;
  margin-left: -15px;
  height: 12.909em;
  overflow: auto;
  background-color: white;
  text-align: left;
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  z-index: 1000;
  border: 1px solid #d6d5d5; }
  .stylish-select-container li {
    margin: 1px;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 1em;
    padding: 10px 5px;
    border-bottom: 1px solid #f1f1f1; }
    .stylish-select-container li:hover {
      background-color: #dbe7ef; }
  .stylish-select-container li.selected {
    background-color: #dbe7ef; }

.tid-input {
  margin-top: 20px;
  background-color: white;
  height: 51px;
  position: relative;
  -moz-placeholder-color: #898888;
  -moz-placeholder-font-weight: 400;
  -ms-input-placeholder-color: #898888;
  -ms-input-placeholder-font-weight: 400; }
  .tid-input .btn-search-tid, .tid-input #search-train-stations {
    position: absolute;
    top: 0;
    right: 0; }
  .tid-input .icons .select-icon {
    background-color: white;
    padding: 16px 17px 9px;
    border-right: 1px solid #d6d5d5;
    float: left; }
    .tid-input .icons .select-icon .icon {
      color: #414141;
      float: left;
      position: relative;
      top: -6px;
      height: 26px; }
    .tid-input .icons .select-icon span {
      display: inline-block;
      margin-bottom: -5px;
      color: #414141;
      float: left; }
  .tid-input .icons .selected {
    background-color: #dbe7ef; }
  .tid-input .icons .label {
    font-size: 14px; }
  .tid-input .train-input {
    display: none; }
  .tid-input .text-input, .tid-input .station {
    float: left;
    background: white;
    border: 0px none;
    height: 51px;
    width: 58%;
    line-height: 50px;
    padding: 0px 50px 0px 10px;
    font-weight: 600;
    color: black; }
  .tid-input ::-webkit-input-placeholder {
    color: #898888;
    font-weight: 400; }
  .tid-input ::-moz-placeholder {
    color: #898888;
    font-weight: 400; }
  .tid-input .btn {
    background-color: #006ab2;
    height: 51px;
    color: white;
    border-radius: 0px;
    min-width: 100px;
    float: right; }

.display-results, #train-results {
  max-height: 300px;
  overflow: auto;
  margin-top: 20px; }
  .display-results .error, #train-results .error {
    background-color: white;
    color: #e40000;
    padding: 10px;
    text-align: left;
    font-weight: bold; }
  .display-results .table tr td:first-child, .display-results .table tr th:first-child, #train-results .table tr td:first-child, #train-results .table tr th:first-child {
    padding-left: 15px; }
  .display-results .table tr th, #train-results .table tr th {
    padding: 13px 8px;
    border-bottom: 2px solid #bec4ca; }
  .display-results .table tr td, #train-results .table tr td {
    background-color: #dbe7ef;
    text-align: left;
    padding: 13px 8px; }
  .display-results .table tr:nth-child(odd) td, #train-results .table tr:nth-child(odd) td {
    background-color: white; }
  .display-results .table tr td.date, #train-results .table tr td.date {
    vertical-align: middle;
    width: 28%; }
  .display-results .table tr td.route, #train-results .table tr td.route {
    vertical-align: middle; }
    .display-results .table tr td.route a, #train-results .table tr td.route a {
      margin: 0;
      padding: 0;
      color: #006ab2;
      background-color: white;
      font-size: 14px;
      display: block; }

#train-results {
  margin-top: 0; }
  #train-results table, #train-results .table {
    display: none; }
    #train-results table .ny-tid, #train-results .table .ny-tid {
      color: #e40000;
      font-weight: bold; }
    #train-results table .to, #train-results .table .to {
      width: 35%; }
    #train-results table tr td, #train-results .table tr td {
      border: none; }

.timetable-results.display-results {
  margin-top: 20px; }
  .timetable-results.display-results table tr {
    height: 57px;
    border: 0; }
    .timetable-results.display-results table tr td {
      border-bottom: 0;
      background-color: white;
      font-size: 14px; }
  .timetable-results.display-results table tr:first-child td {
    border-top: 0; }
  .timetable-results.display-results table tr td.line {
    background-color: #0e6bb0;
    color: white;
    width: 14%;
    height: 50px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    border-color: #084d7f; }

.traffic-info-urgent.mobile_view .traffic-text .dots:before, .traffic-info-urgent.mobile_view .traffic-text .dots:after {
  top: -25px; }

.traffic-info-urgent {
  background-color: #fef7d8;
  padding: 16px 0 5px;
  border-bottom: 1px solid #e7deb6;
  width: 100%; }
  .traffic-info-urgent i.fa {
    color: #625d43;
    font-size: 30px;
    padding: 10px 30px;
    float: left; }
  .traffic-info-urgent .all-info-icon {
    width: 60px; }
  .traffic-info-urgent .all-info {
    width: 88%; }
  .traffic-info-urgent .traffic-text {
    margin-bottom: 10px; }
    .traffic-info-urgent .traffic-text .dots:before, .traffic-info-urgent .traffic-text .dots:after {
      background: #625d43 !important;
      box-shadow: 0 -8px #625d43, 0 8px #625d43 !important;
      top: 21px;
      position: absolute;
      left: 10px; }
    .traffic-info-urgent .traffic-text a {
      position: relative;
      display: block;
      padding-left: 30px; }
      .traffic-info-urgent .traffic-text a h4 {
        color: #414141; }
    .traffic-info-urgent .traffic-text .content {
      display: none;
      padding-left: 30px; }
  .traffic-info-urgent .date, .traffic-info-urgent h4, .traffic-info-urgent p {
    margin: 0;
    text-align: left;
    white-space: pre-wrap; }
  .traffic-info-urgent h4 {
    margin: 5px 0; }
  .traffic-info-urgent .date {
    font-size: 11px;
    color: #4d4a4a; }

.traffic-info {
  width: 100%; }
  .traffic-info .attachment img {
    max-height: 300px; }

.navbar-traffic {
  border-bottom: 1px solid #d6d5d5;
  height: 50px; }
  .navbar-traffic h4 {
    line-height: 30px; }
  .navbar-traffic .select-line {
    float: left; }
  .navbar-traffic .current-line {
    background-color: #f9f9f9;
    border-right: 1px solid #d6d5d5;
    border-left: 1px solid #d6d5d5;
    height: 49px;
    padding: 13px 20px 12px;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-bottom: 0; }
  .navbar-traffic .option-container {
    position: absolute;
    width: 300px;
    padding-left: 0;
    left: 30px;
    top: 50px;
    list-style: none;
    margin-left: -15px;
    height: 12.909em;
    overflow: auto;
    background-color: white;
    text-align: left;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    z-index: 1000;
    border: 1px solid #d6d5d5; }
    .navbar-traffic .option-container li {
      margin: 1px;
      padding: 3px 5px;
      cursor: pointer;
      font-size: 1em;
      padding: 10px 5px;
      border-bottom: 1px solid #f1f1f1; }
      .navbar-traffic .option-container li:hover {
        background-color: #dbe7ef; }
    .navbar-traffic .option-container li.selected {
      background-color: #dbe7ef; }
  .navbar-traffic .mobile-version select.rs_skip {
    height: 50px;
    padding: 5px;
    border-radius: 0;
    border: 0;
    background-color: #f9f9f9;
    border-right: 1px solid #d6d5d5;
    border-left: 1px solid #d6d5d5; }
  .navbar-traffic .select-cat {
    float: left; }
    .navbar-traffic .select-cat .filter-cat {
      padding: 13px 15px 8px;
      float: left;
      border-right: 1px solid #d6d5d5;
      height: 49px;
      position: relative; }
      .navbar-traffic .select-cat .filter-cat:hover {
        background-color: #dbe7ef;
        cursor: pointer; }
      .navbar-traffic .select-cat .filter-cat.selected {
        background: #dbe7ef; }
    .navbar-traffic .select-cat .icon {
      float: left;
      display: inline-block;
      position: relative;
      top: -2px; }
    .navbar-traffic .select-cat .status {
      position: absolute;
      top: 8px;
      left: 8px;
      height: 16px;
      width: 16px;
      background-color: #009036;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      color: white;
      text-align: center;
      line-height: 16px;
      font-size: 10px; }
    .navbar-traffic .select-cat .status.warning {
      background-color: #ffba00;
      font-weight: bold;
      font-size: 12px;
      font-family: "Lato", sans-serif; }
    .navbar-traffic .select-cat span.name {
      position: relative;
      top: 2px;
      left: 3px; }
  .navbar-traffic .link-all-events {
    text-align: right;
    line-height: 50px;
    font-weight: 400; }
    .navbar-traffic .link-all-events a {
      color: #414141; }

.traffic-feed.not-rolling {
  display: block;
  width: 100%;
  height: 87px;
  overflow-x: auto;
  overflow-y: hidden; }
  .traffic-feed.not-rolling .owl-stage-outer .traffic-event {
    width: 400px;
    float: left;
    border-right: 1px solid #c6c0c0;
    padding: 20px; }

.traffic-feed {
  border-bottom: 1px solid #c6c0c0;
  height: 91px; }
  .traffic-feed .owl-item {
    border-right: 1px solid #c6c0c0;
    padding: 20px; }
    .traffic-feed .owl-item:hover {
      background-color: #f9f9f9;
      cursor: pointer !important; }
  .traffic-feed .event-line-type {
    display: block;
    float: left;
    border: 1px solid #d6d5d5;
    padding: 5px 5px 0px 5px; }
    .traffic-feed .event-line-type span {
      display: block; }
    .traffic-feed .event-line-type p {
      margin: 0;
      display: block;
      float: left;
      padding: 7px 10px;
      white-space: pre-wrap; }
    .traffic-feed .event-line-type .event-tags {
      border-left: 1px solid #d6d5d5;
      color: #ce0202; }
      .traffic-feed .event-line-type .event-tags .tag {
        float: left; }
      .traffic-feed .event-line-type .event-tags .tag:before {
        content: ",";
        margin: 0 3px; }
      .traffic-feed .event-line-type .event-tags .tag:first-child:before {
        content: "" !important;
        margin: 0; }
  .traffic-feed .event-details {
    width: 85%;
    display: block;
    float: left;
    padding-left: 10px; }
    .traffic-feed .event-details .date {
      margin: 0;
      font-size: 11px;
      color: #4d4a4a; }

.traffic-details {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d6d5d5;
  padding: 30px 20px; }
  .traffic-details .date {
    margin: 0;
    font-size: 12px; }
  .traffic-details .close {
    position: relative;
    top: -10px; }

.no-cards {
  display: none; }

.price-banner {
  position: relative;
  height: 380px;
  overflow: hidden; }
  .price-banner .bg-prices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .price-banner .ticket-links {
    padding: 0; }
  .price-banner .calculate-price, .price-banner .ticket-links {
    margin-top: 40px;
    color: white;
    height: 284px;
    position: relative;
    -moz-placeholder-color: #07490e;
    -moz-placeholder-font-weight: 400;
    -moz-placeholder-font-size: 24px;
    -ms-input-placeholder-color: #07490e;
    -ms-input-placeholder-font-weight: 400;
    -ms-input-placeholder-font-size: 24px; }
    .price-banner .calculate-price h3, .price-banner .ticket-links h3 {
      font-weight: 300;
      border-bottom: 1px solid white;
      border-color: rgba(255, 255, 255, 0.42);
      padding: 5px 20px 15px;
      margin-top: 10px; }
    .price-banner .calculate-price input, .price-banner .calculate-price select, .price-banner .ticket-links input, .price-banner .ticket-links select {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.4);
      width: 100%;
      border: 0;
      border-bottom: 3px solid white;
      border-color: rgba(255, 255, 255, 0.42);
      font-size: 24px;
      padding-left: 15px;
      font-weight: 400;
      border-radius: 0;
      color: #07490e; }
    .price-banner .calculate-price ::-webkit-input-placeholder, .price-banner .ticket-links ::-webkit-input-placeholder {
      color: #07490e;
      font-weight: 400;
      font-size: 24px; }
    .price-banner .calculate-price ::-moz-placeholder, .price-banner .ticket-links ::-moz-placeholder {
      color: #07490e;
      font-weight: 400;
      font-size: 24px; }
    .price-banner .calculate-price .select-option, .price-banner .ticket-links .select-option {
      position: relative; }
      .price-banner .calculate-price .select-option .glyphicon, .price-banner .ticket-links .select-option .glyphicon {
        position: absolute;
        top: 15px;
        right: 25px; }
    .price-banner .calculate-price select, .price-banner .ticket-links select {
      font-size: 20px;
      border-radius: 0;
      text-align: center !important;
      line-height: 30px;
      height: 40px; }
    .price-banner .calculate-price select::-ms-expand, .price-banner .ticket-links select::-ms-expand {
      display: none; }
    .price-banner .calculate-price input.error, .price-banner .ticket-links input.error {
      border-bottom: 3px solid red; }
    .price-banner .calculate-price .error::-webkit-input-placeholder, .price-banner .ticket-links .error::-webkit-input-placeholder {
      color: white; }
    .price-banner .calculate-price .error:-moz-placeholder, .price-banner .ticket-links .error:-moz-placeholder {
      color: white; }
    .price-banner .calculate-price .error::-moz-placeholder, .price-banner .ticket-links .error::-moz-placeholder {
      color: white; }
    .price-banner .calculate-price .error:-ms-input-placeholder, .price-banner .ticket-links .error:-ms-input-placeholder {
      color: white; }
    .price-banner .calculate-price label, .price-banner .ticket-links label {
      text-align: left;
      padding-left: 3px;
      width: 100%;
      font-weight: 300;
      font-size: 16px;
      margin-top: 5px;
      text-transform: uppercase; }
    .price-banner .calculate-price .radio-btn, .price-banner .ticket-links .radio-btn {
      border-bottom: 3px solid rgba(255, 255, 255, 0.5);
      background-color: rgba(255, 255, 255, 0.4);
      height: 40px; }
      .price-banner .calculate-price .radio-btn div, .price-banner .ticket-links .radio-btn div {
        display: block;
        float: left;
        width: 50%;
        height: 34px;
        padding-top: 5px;
        color: rgba(7, 73, 14, 0.6);
        font-weight: 600; }
      .price-banner .calculate-price .radio-btn div.active, .price-banner .ticket-links .radio-btn div.active {
        border-bottom: 3px solid #006ab2;
        color: #006ab2; }
    .price-banner .calculate-price .btn, .price-banner .ticket-links .btn {
      width: 100%;
      color: #053517;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 15px 0;
      font-size: 17px;
      border: 0;
      border-radius: 0;
      position: absolute;
      bottom: -61px;
      left: 0; }
    .price-banner .calculate-price .front, .price-banner .calculate-price .back, .price-banner .ticket-links .front, .price-banner .ticket-links .back {
      background-color: #009036;
      background-color: rgba(0, 144, 54, 0.8);
      height: inherit;
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%;
      text-align: center;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      -moz-transform: rotateX(0deg) rotateY(0deg);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .price-banner .calculate-price .back, .price-banner .ticket-links .back {
      padding-bottom: 40px;
      z-index: 1000;
      transform: perspective(550px) rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
      .price-banner .calculate-price .back .btn, .price-banner .ticket-links .back .btn {
        bottom: 0; }
      .price-banner .calculate-price .back h3, .price-banner .ticket-links .back h3 {
        margin-bottom: 0; }
      .price-banner .calculate-price .back ul, .price-banner .ticket-links .back ul {
        padding: 0; }
        .price-banner .calculate-price .back ul li, .price-banner .ticket-links .back ul li {
          list-style-type: none;
          text-align: left;
          padding: 12px 10px;
          border-bottom: 1px solid white;
          border-color: rgba(255, 255, 255, 0.42);
          position: relative; }
          .price-banner .calculate-price .back ul li a, .price-banner .ticket-links .back ul li a {
            color: white; }
          .price-banner .calculate-price .back ul li h4, .price-banner .ticket-links .back ul li h4 {
            color: white;
            margin: 0;
            padding: 0;
            font-size: 20px; }
          .price-banner .calculate-price .back ul li p, .price-banner .ticket-links .back ul li p {
            margin: 0;
            padding-right: 60px; }
          .price-banner .calculate-price .back ul li .price, .price-banner .ticket-links .back ul li .price {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            padding: 21px 15px;
            font-size: 20px;
            background-color: rgba(255, 255, 255, 0.22);
            vertical-align: middle; }
  .price-banner .flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: perspective(550px) rotateY(180deg);
    backface-visibility: hidden; }
  .price-banner .flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg); }
  .price-banner .ticket-links {
    background-color: #009036;
    background-color: rgba(0, 144, 54, 0.8); }
    .price-banner .ticket-links .link {
      display: block;
      width: 50%;
      float: left;
      height: 142px !important;
      text-align: center; }
      .price-banner .ticket-links .link:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      .price-banner .ticket-links .link .link-wrapper {
        display: table;
        height: 142px !important;
        width: 100%;
        text-align: center; }
      .price-banner .ticket-links .link a {
        display: table-cell;
        vertical-align: middle;
        height: 142px !important;
        width: 100%;
        text-align: center !important;
        color: white; }
        .price-banner .ticket-links .link a img {
          max-height: 80px; }
    .price-banner .ticket-links .link:nth-child(odd) {
      border-right: 1px solid white; }
    .price-banner .ticket-links .link:first-child {
      border-bottom: 1px solid white; }
    .price-banner .ticket-links .link:nth-child(2) {
      border-bottom: 1px solid white; }
    .price-banner .ticket-links table {
      width: 100%;
      height: 285px !important; }
      .price-banner .ticket-links table td {
        width: 50% !important;
        height: 142px !important; }
        .price-banner .ticket-links table td:hover {
          background-color: rgba(255, 255, 255, 0.1);
          cursor: pointer; }
      .price-banner .ticket-links table a {
        display: block !important;
        background-color: transparent !important;
        height: 100%;
        width: 100%;
        color: white; }
      .price-banner .ticket-links table img {
        max-height: 100; }
      .price-banner .ticket-links table tr:first-child {
        border-bottom: 1px solid white;
        border-color: rgba(255, 255, 255, 0.42); }
      .price-banner .ticket-links table tr td:first-child {
        border-right: 1px solid white;
        border-color: rgba(255, 255, 255, 0.42); }

.icon-card {
  background-image: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/icon-card.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
  margin: 2px auto; }

#card-search {
  margin-bottom: 50px !important; }

#card-search .calculate-price {
  width: 100%;
  color: white;
  max-width: 700px;
  min-height: 364px;
  position: relative;
  margin: 30px auto 50px;
  margin-bottom: 50px; }
  #card-search .calculate-price h3 {
    margin-bottom: 30px; }
  #card-search .calculate-price input, #card-search .calculate-price select {
    background: white;
    border: 0px none;
    height: 51px;
    line-height: 50px;
    padding: 0px 50px 0px 10px;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    margin: 20px 0; }
  #card-search .calculate-price .select-option {
    position: relative; }
    #card-search .calculate-price .select-option .glyphicon {
      position: absolute;
      top: 40px;
      right: 35px;
      color: #414141; }
  #card-search .calculate-price select::-ms-expand {
    display: none; }
  #card-search .calculate-price input.error {
    border-bottom: 3px solid red; }
  #card-search .calculate-price .error::-webkit-input-placeholder {
    color: white; }
  #card-search .calculate-price .error:-moz-placeholder {
    color: white; }
  #card-search .calculate-price .error::-moz-placeholder {
    color: white; }
  #card-search .calculate-price .error:-ms-input-placeholder {
    color: white; }
  #card-search .calculate-price label {
    text-align: left;
    padding-left: 3px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
    position: absolute;
    top: -15px;
    left: 15px;
    font-weight: bold;
    color: #414141; }
  #card-search .calculate-price .radio-btn {
    background-color: white;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    height: 51px;
    margin-top: 20px; }
    #card-search .calculate-price .radio-btn div {
      display: block;
      float: left;
      width: 50%;
      height: 51px;
      padding-top: 12px;
      font-weight: 600;
      font-size: 16px;
      color: #414141; }
    #card-search .calculate-price .radio-btn div.active {
      border-bottom: 3px solid #006ab2;
      color: #006ab2; }
  #card-search .calculate-price .btn {
    width: 100%;
    color: white;
    background-color: #006ab2;
    padding: 15px 0;
    font-size: 17px;
    border: 0;
    border-radius: 0; }
  #card-search .calculate-price .front, #card-search .calculate-price .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  #card-search .calculate-price .back {
    padding-bottom: 40px;
    z-index: 1000;
    transform: perspective(550px) rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
    #card-search .calculate-price .back h3 {
      margin-bottom: 0;
      color: white; }
    #card-search .calculate-price .back a {
      color: #414141; }
    #card-search .calculate-price .back ul {
      padding: 0;
      margin-top: 20px; }
      #card-search .calculate-price .back ul li {
        list-style-type: none;
        text-align: left;
        padding: 12px 10px;
        border-color: rgba(255, 255, 255, 0.42);
        position: relative;
        border-bottom: 1px solid #cccccc;
        background-color: white; }
        #card-search .calculate-price .back ul li p {
          margin: 0;
          padding-right: 20%; }
        #card-search .calculate-price .back ul li .price {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          padding: 0 15px;
          width: 20%;
          font-size: 20px;
          background-color: #f3f3f3;
          text-align: center;
          color: #006ab2; }
          #card-search .calculate-price .back ul li .price .price-wrap {
            display: table;
            height: 100%; }
            #card-search .calculate-price .back ul li .price .price-wrap span {
              display: table-cell;
              vertical-align: middle;
              text-align: center; }

#card-search .calculate-price.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: perspective(550px) rotateY(180deg);
  backface-visibility: hidden; }

#card-search .calculate-price.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: perspective(550px) rotateY(0deg); }

.ticket-links {
  background-color: #009036;
  background-color: rgba(0, 144, 54, 0.8); }
  .ticket-links .link {
    display: block;
    width: 50%;
    float: left;
    height: 142px !important;
    text-align: center; }
    .ticket-links .link:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    .ticket-links .link .link-wrapper {
      display: table;
      height: 142px !important;
      width: 100%;
      text-align: center; }
    .ticket-links .link a {
      display: table-cell;
      vertical-align: middle;
      height: 142px !important;
      width: 100%;
      text-align: center !important;
      color: white; }
      .ticket-links .link a img {
        max-height: 80px; }

.article-feed {
  padding: 30px 0 40px; }
  .article-feed .img-wrap {
    height: 170px;
    width: 100%;
    overflow: hidden; }
  .article-feed .col-img {
    padding: 60px 0; }
  .article-feed a span {
    font-size: 12px; }

.article-feed-special {
  margin-top: 40px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.734);
  border: 1px solid white;
  height: 284px; }
  .article-feed-special h3 {
    margin-top: 0px; }

.stats {
  background-color: #006ab2;
  padding: 30px 0;
  color: white; }
  .stats .fb-stats h1::first-letter {
    margin-right: 10px; }
  .stats h1 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 2px; }
  .stats i {
    text-align: center;
    font-size: 35px;
    display: block;
    height: 40px; }
  .stats div {
    text-align: center !important; }
  .stats .icon {
    display: inline-block;
    text-align: center;
    margin: 0;
    color: white;
    font-size: 35px;
    position: relative;
    top: -8px; }
  .stats img {
    max-height: 40px !important; }

.sub-banner {
  margin-top: 70px;
  max-height: 350px;
  overflow: hidden;
  position: relative; }
  .sub-banner .editable {
    width: 100%;
    min-height: 260px; }
  .sub-banner img {
    min-width: 100%;
    min-height: 100%; }
  .sub-banner .banner {
    position: relative;
    z-index: 0;
    min-height: 260px; }
  .sub-banner .link-cloud {
    position: absolute;
    top: 100px;
    width: 100%; }
    .sub-banner .link-cloud h1 {
      font-weight: 400;
      color: #414141; }
    .sub-banner .link-cloud a {
      padding: 6px 13px 6px;
      font-size: 16px; }

.default-page {
  padding: 40px 0; }
  .default-page > .sub-menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
    .default-page > .sub-menu > li {
      list-style-type: none;
      position: relative; }
    .default-page > .sub-menu > li .content {
      display: none; }
    .default-page > .sub-menu > li > a {
      font-size: 24px;
      border-bottom: 5px solid #f2f1f1;
      display: block;
      padding: 10px 5px 10px 30px;
      position: relative; }
    .default-page > .sub-menu > li > a.open {
      border-bottom: 5px solid #006ab2; }
      .default-page > .sub-menu > li > a.open .dots:before, .default-page > .sub-menu > li > a.open .dots:after {
        background-color: #006ab2;
        box-shadow: 0 -8px #006ab2, 0 8px #006ab2; }
    .default-page > .sub-menu > li > a.hover .dots:before, .default-page > .sub-menu > li > a.hover .dots:after {
      background-color: #006ab2;
      box-shadow: 0 -8px #006ab2, 0 8px #006ab2; }
    .default-page > .sub-menu .dots {
      background-color: #d5d4d4; }
    .default-page > .sub-menu .dots:before, .default-page > .sub-menu .dots:after {
      background-color: #d5d4d4;
      box-shadow: 0 -8px #d5d4d4, 0 8px #d5d4d4;
      bottom: 24px;
      left: 10px; }
    .default-page > .sub-menu > li ul li a .dots:before, .default-page > .sub-menu > li ul li a .dots:after {
      bottom: 21px; }

.default-page.sub-page .share-box .share-list-wrapper .arrow-wrapper i {
  bottom: 1px; }

.sub-menu .default-page.sub-page .share-box .share-list-wrapper .arrow-wrapper i {
  bottom: -9px; }

.default-page.sub-page .sub-menu a {
  font-size: 19px;
  border: 0; }
.default-page.sub-page .sub-menu a.sub_menu_link {
  font-size: 15px; }

.at-share-tbx-element .at-share-btn {
  padding: 0 !important; }

.content, .preview {
  padding: 0 30px; }
  .content p, .preview p {
    line-height: 28px; }
  .content .container, .preview .container {
    width: 100%;
    padding: 0; }

.preview {
  padding-top: 10px; }

.inner-page-timetable#timetables {
  min-height: 380px; }
  .inner-page-timetable#timetables input, .inner-page-timetable#timetables select, .inner-page-timetable#timetables .current-line {
    box-shadow: none;
    border: none;
    border-bottom: 5px solid #f2f1f1; }

.banner-search-form {
  width: 100%;
  position: absolute;
  top: 150px;
  left: 0; }
  .banner-search-form form {
    position: relative; }
    .banner-search-form form input {
      width: 100%;
      padding: 6px 12px;
      border: none;
      height: 50px;
      line-height: 50px;
      border: 1px solid #cccccc; }
    .banner-search-form form label {
      position: absolute;
      right: 15px;
      top: 13px;
      z-index: 1; }
      .banner-search-form form label span {
        color: #006ab2;
        font-size: 22px; }

.footer {
  width: 100%;
  background-color: white; }
  .footer .social-media {
    float: right; }
    .footer .social-media a {
      height: 36px;
      width: 36px;
      background-color: #f2f4f6;
      display: inline-block;
      text-align: center;
      /*padding: 5px 0 */
      border-radius: 100%;
      border: 1px solid #e6e5e5;
      margin: 0 3px; }
  .footer .footer-row-1 {
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5; }
    .footer .footer-row-1 .contact-info {
      float: left; }
      .footer .footer-row-1 .contact-info h3, .footer .footer-row-1 .contact-info p {
        display: inline-block;
        margin: 0; }
      .footer .footer-row-1 .contact-info p {
        color: #8c8c8c; }
  .footer .footer-row-2 {
    margin: 0;
    padding: 50px 0 30px;
    background-color: #f3f4f6; }

.tlila {
  width: 100%;
  border-collapse: collapse; }
  .tlila td {
    padding: 7px;
    border: white 1px solid; }
  .tlila tr {
    background: #ecddec; }
    .tlila tr:nth-child(odd) {
      background: white; }
    .tlila tr:nth-child(even) {
      background: #ecddec; }

.tbla {
  width: 100%;
  border-collapse: collapse; }
  .tbla td {
    padding: 7px;
    border: white 1px solid; }
  .tbla tr {
    background: #cce2ff; }
    .tbla tr:nth-child(odd) {
      background: white; }
    .tbla tr:nth-child(even) {
      background: #cce2ff; }

.trod {
  width: 100%;
  border-collapse: collapse; }
  .trod td {
    padding: 7px;
    border: white 1px solid; }
  .trod tr {
    background: #f2e2db; }
    .trod tr:nth-child(odd) {
      background: white; }
    .trod tr:nth-child(even) {
      background: #f2e2db; }

.tgrn {
  width: 100%;
  border-collapse: collapse; }
  .tgrn td {
    padding: 7px;
    border: white 1px solid; }
  .tgrn tr {
    background: #e2f4e0; }
    .tgrn tr:nth-child(odd) {
      background: white; }
    .tgrn tr:nth-child(even) {
      background: #e2f4e0; }

span.ombud {
  color: #009036; }

span.aterfors {
  color: #006ab2; }

span.butik {
  color: red; }

.share-box {
  position: relative;
  cursor: pointer;
  float: right;
  padding-top: 15px; }
  .share-box:after {
    content: "";
    display: block;
    clear: both; }
  .share-box .share-list-wrapper {
    position: absolute;
    bottom: 30px;
    display: none; }
    .share-box .share-list-wrapper .share-list {
      list-style: none;
      padding-left: 0;
      background: white;
      width: 50px;
      border: 3px solid #f2f1f1;
      border-bottom: 3px solid #414141; }
      .share-box .share-list-wrapper .share-list li {
        position: relative;
        width: 100%;
        padding: 9px 7px 7px;
        text-align: center;
        border-bottom: 1px solid #f2f1f1; }
        .share-box .share-list-wrapper .share-list li:last-child {
          border: none; }
      .share-box .share-list-wrapper .share-list li a {
        color: #414141; }
      .share-box .share-list-wrapper .share-list li i {
        font-size: 18px; }
      .share-box .share-list-wrapper .share-list li.copy-to-clipboard .link-wrapper {
        display: none;
        bottom: -2px;
        position: absolute;
        width: 300px;
        height: 37px;
        left: -302px; }
        .share-box .share-list-wrapper .share-list li.copy-to-clipboard .link-wrapper input {
          border: 1px solid #f2f1f1;
          padding: 5px;
          height: 37px;
          width: 300px; }
      .share-box .share-list-wrapper .share-list li:hover a {
        color: #006ab2; }
      .share-box .share-list-wrapper .share-list li:hover i {
        color: #006ab2; }
    .share-box .share-list-wrapper .arrow-wrapper {
      position: relative; }
      .share-box .share-list-wrapper .arrow-wrapper i {
        position: absolute;
        left: 45%;
        bottom: -9px; }
  .share-box .share-icon i {
    font-size: 18px; }
  .share-box .share-icon .icon-text {
    margin-left: 5px; }

.breadcrumbs-wrapper {
  padding: 10px 0;
  background: #f2f1f1; }
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 0; }

.trafficinformation-page {
  padding-top: 20px; }
  .trafficinformation-page .traffic-info-wrapper {
    border: 3px solid #f2f1f1;
    display: inline-block;
    cursor: pointer; }
    .trafficinformation-page .traffic-info-wrapper .select-line {
      float: left;
      padding: 11px 45px;
      text-align: center;
      background: #f2f1f1;
      position: relative; }
      .trafficinformation-page .traffic-info-wrapper .select-line p {
        margin-bottom: 0;
        font-weight: 600; }
      .trafficinformation-page .traffic-info-wrapper .select-line .option-container {
        position: absolute;
        width: 300px;
        padding-left: 0;
        left: 30px;
        top: 50px;
        list-style: none;
        margin-left: -15px;
        height: 12.909em;
        overflow: auto;
        background-color: white;
        text-align: left;
        FONT-WEIGHT: normal;
        FONT-SIZE: 12px;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
        z-index: 1000;
        border: 1px solid #d6d5d5; }
        .trafficinformation-page .traffic-info-wrapper .select-line .option-container li {
          margin: 1px;
          padding: 3px 5px;
          cursor: pointer;
          font-size: 1em;
          padding: 10px 5px;
          border-bottom: 1px solid #f1f1f1; }
          .trafficinformation-page .traffic-info-wrapper .select-line .option-container li:hover {
            background-color: #dbe7ef; }
        .trafficinformation-page .traffic-info-wrapper .select-line .option-container li.selected {
          background-color: #dbe7ef; }
    .trafficinformation-page .traffic-info-wrapper .select-cat {
      float: left;
      overflow: hidden; }
      .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat.selected {
        background: #dbe7ef; }
      .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 10px 25px;
        position: relative; }
        .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat:first-child {
          border-right: 3px solid #f2f1f1; }
        .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat span.icon-bus, .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat span.icon-train {
          display: inline-block;
          float: left; }
        .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat span.status {
          position: absolute;
          top: 5px;
          right: 13px;
          height: 16px;
          width: 16px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          color: white;
          text-align: center;
          line-height: 16px;
          background-color: #009036;
          text-align: center;
          line-height: 16px;
          font-size: 10px; }
        .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat .status.warning {
          background-color: #ffba00;
          font-weight: bold;
          font-size: 12px;
          font-family: "Lato", sans-serif; }
        .trafficinformation-page .traffic-info-wrapper .select-cat .filter-cat span.status-train {
          right: 16px; }
  .trafficinformation-page .sub-menu > li > a {
    cursor: pointer; }
  .trafficinformation-page .sub-menu > li > .sub-page {
    display: none; }
  .trafficinformation-page .sub-menu li a .date {
    margin-left: 20px;
    font-size: 14px;
    color: #343434; }
  .trafficinformation-page .sub-menu li a.event-link {
    border: 0; }
  .trafficinformation-page .sub-menu li .event-tags .tag:before {
    content: ",";
    margin: 0 3px; }
  .trafficinformation-page .sub-menu li .event-tags .tag:first-child:before {
    content: "" !important;
    margin: 0; }

.archive-menu-wrapper {
  float: right;
  border: 3px solid #f2f1f1;
  display: inline-block;
  position: relative;
  top: -20px; }
  .archive-menu-wrapper:after {
    display: block;
    content: "";
    clear: both; }
  .archive-menu-wrapper .archive-menu-header {
    font-weight: 600;
    float: left;
    padding: 11px 25px 11px 15px;
    text-align: center;
    background: #f2f1f1;
    cursor: pointer;
    position: relative; }
    .archive-menu-wrapper .archive-menu-header i {
      font-size: 10px;
      position: absolute;
      right: 12px;
      top: 20px; }
  .archive-menu-wrapper .archive-menu-header.open .fa-chevron-right:before {
    content: "\f078"; }
  .archive-menu-wrapper ul.archive-menu {
    list-style: none;
    padding-left: 0;
    display: none;
    position: absolute;
    width: 250px;
    right: -3px;
    top: 43px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    background: white;
    border: 3px solid #f2f1f1; }
    .archive-menu-wrapper ul.archive-menu > li {
      border-bottom: 3px solid #f2f1f1;
      position: relative; }
      .archive-menu-wrapper ul.archive-menu > li a {
        color: #343434;
        width: 100%;
        display: block;
        padding: 12px 8px; }
        .archive-menu-wrapper ul.archive-menu > li a:hover {
          color: #006ab2; }
      .archive-menu-wrapper ul.archive-menu > li .fa {
        position: absolute;
        right: 8px;
        font-size: 10px;
        top: 20px; }

li.archive-event a .date {
  margin-left: 20px;
  font-size: 14px;
  color: #343434; }

.editable-preview {
  display: none; }

.editable-preview.edit-mode {
  display: block;
  border-top: 2px solid #dddcdc;
  border-bottom: 2px solid #dddcdc;
  padding: 20px 10px; }
  .editable-preview.edit-mode:before {
    content: "Ingresstext";
    text-transform: uppercase;
    color: #9e9e9e;
    font-weight: 400; }

.default-page form input[type="text"], .default-page form input[type="email"], .default-page form input[type="tel"], .default-page form input[type="url"], .default-page form input[type="password"] {
  border: none;
  border-bottom: 5px solid #f2f1f1;
  width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 20px;
  padding: 0 6px 7px;
  margin-bottom: 18px; }
.default-page form textarea {
  border: none;
  border-bottom: 5px solid #f2f1f1;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  padding: 0 6px 7px;
  margin-bottom: 18px; }
.default-page form input[type="text"].error, .default-page form input[type="email"].error {
  border-bottom: 5px solid red; }
.default-page form input[type="checkbox"] {
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 2px solid #f2f1f1;
  border-radius: 2px;
  margin-right: 10px;
  -webkit-appearance: checkbox; }
.default-page form input[type="submit"] {
  background-color: #006ab2;
  color: white;
  font-size: 15px;
  border-radius: 0;
  padding: 10px 12px 10px;
  border: 0; }
.default-page form .wm3-form-message {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.map-wrapper.start-page {
  top: 335px; }

.map-wrapper {
  width: 100%;
  border: none;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 140px;
  height: 488px;
  display: none;
  border-top: 15px solid #006ab2; }
  .map-wrapper button.close {
    background: white;
    position: absolute;
    top: 0px;
    right: 100px;
    z-index: 200;
    opacity: 1;
    font-family: "open sans", verdana, arial, sans-serif;
    font-size: 12px;
    padding: 4px;
    margin-top: 6px; }
  .map-wrapper #mapFrame {
    width: 100%;
    border: none;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 488px; }

#ajax_listOfOptions {
  position: absolute;
  width: 15.909em;
  height: 16.909em;
  overflow: auto;
  border: 1px solid black;
  background-color: white;
  text-align: left;
  FONT-WEIGHT: normal;
  FONT-SIZE: 1em;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  z-index: 100;
  width: 300px; }
  #ajax_listOfOptions div {
    margin: 1px;
    padding: 1px;
    line-height: 2em;
    cursor: pointer;
    FONT-SIZE: 1em;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    vertical-align: middle; }
  #ajax_listOfOptions .optionDivSelected {
    background-color: midnightblue;
    color: white; }

#ajax_listOfOptions_iframe {
  background-color: red;
  position: absolute;
  z-index: 5; }

#ajax_listOfOptions .ajaxIcon {
  vertical-align: middle;
  margin-bottom: 5px; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  width: 498px !important;
  max-height: 12.909em;
  overflow: auto;
  background-color: white;
  text-align: left;
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 2px; }
  .ui-autocomplete li {
    margin: 1px;
    padding: 3px 5px;
    cursor: pointer;
    FONT-SIZE: 1em;
    padding: 10px 5px;
    border-bottom: 1px solid #f1f1f1;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
    .ui-autocomplete li:hover {
      background-color: #dbe7ef; }

.ui-datepicker {
  border: 0;
  background: white;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  min-width: 280px; }
  .ui-datepicker .ui-datepicker-header {
    background: #32393c;
    border: 0;
    color: white;
    padding: 10px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      text-align: center;
      font-weight: 400;
      font-size: 18px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    font-size: 46px;
    line-height: 10px;
    color: white;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 12px;
    left: 8px; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 12px;
    right: 8px; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar thead {
      background-color: #f1f1f1;
      border-bottom: 1px solid #d6d5d5; }
      .ui-datepicker .ui-datepicker-calendar thead th {
        text-align: center;
        padding: 7px 5px;
        font-size: 12px; }
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      padding: 7px 5px;
      border-bottom: 1px solid #f1f1f1; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #444444;
        font-size: 14px; }
    .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day.ui-datepicker-today, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
      background-color: #dbe7ef; }

body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  padding-top: 65px;
  position: fixed;
  left: -256px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: block; }
  .slideout-menu.login-active {
    padding-top: 130px;
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s; }

#panel {
  position: absolute;
  width: 100%;
  min-height: 88%;
  height: 88%;
  z-index: 1; }

.slideout-open {
  overflow-x: hidden; }

.dots:before, .dots:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: white;
  box-shadow: 0 -8px white, 0 8px white;
  -webkit-transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateZ(0); }
.dots.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.dots.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.slideout-menu {
  background: #006ab2; }

.slideout-menu a {
  display: block;
  color: white;
  font-size: 1.1em;
  font-weight: 300; }

nav.slideout-menu a:hover {
  background: #258ecd; }

.slideout-menu a {
  border-bottom: 1px solid #258ecd;
  padding: 1em;
  width: 100%;
  display: block; }
  .slideout-menu a:active {
    background: #afdefa;
    color: #47a3da; }

@media (min-width: 601px) {
  #traffic-info {
    display: none !important; } }
@media (min-width: 1200px) {
  .container {
    width: 970px; }

  .start-content .container {
    width: 1200px; } }
@media (min-width: 1600px) {
  .start-bg {
    background-size: 100% 100%; } }
@media (max-width: 1300px) {
  .price-banner .bg-prices {
    min-height: 100%; } }
@media (max-width: 1200px) {
  .gray-editable {
    display: table;
    margin: 0;
    width: 100%;
    padding: 40px 0; }

  .full-img, .gray-content {
    display: table-cell; }
    .full-img h1, .gray-content h1 {
      margin-top: 0; }

  .full-img {
    padding-left: 50px; }

  .gray-content .col2 {
    padding: 0; } }
@media (max-width: 992px) {
  .container {
    width: 90% !important; }

  .sub-banner {
    max-height: inherit; }
    .sub-banner img {
      min-height: inherit; }
    .sub-banner .banner {
      min-height: auto; }
    .sub-banner .link-cloud {
      position: relative;
      top: 0; }
      .sub-banner .link-cloud .container {
        padding: 0; }

  .price-banner .col-sm-6 {
    width: 48%; } }
@media (max-width: 960px) {
  .footer .footer-row-1 .contact-info p {
    display: block;
    margin-top: 5px; } }
@media (max-width: 900px) {
  header .navbar-login #mina-sidor-login .form {
    width: 55%; }

  .cookie-container-wrapper {
    height: 108px; }

  .main-body {
    top: 108px; }
    .main-body header {
      top: 108px; }
    .main-body .slideout-menu {
      top: 108px; } }
@media (max-width: 872px) {
  .header-travelplanner {
    display: none; } }
@media (max-width: 800px) {
  header .navbar-tools input:focus {
    width: 140px; } }
@media (max-width: 768px) {
  .search-form {
    display: none !important; }

  .navbar-tools {
    float: right; }

  .top-content {
    padding: 100px 20px 0 20px; }
    .top-content .row {
      margin: 0; }
    .top-content .link-cloud a {
      font-size: 16px; }

  .brand-wrapper, .navbar-tools, .navbar-menu {
    width: 33.3333%; }

  .slideout-menu {
    overflow-y: scroll; }

  .sub-banner .banner {
    display: none; } }
@media (max-width: 767px) {
  .article-feed-special {
    height: auto; }

  #traffic-info {
    background-color: white; }
    #traffic-info .traffic-feed-top {
      padding: 0;
      padding-top: 15px; }
      #traffic-info .traffic-feed-top .event-heading {
        cursor: pointer; }
      #traffic-info .traffic-feed-top .event-content {
        padding: 0; }
      #traffic-info .traffic-feed-top li {
        list-style-type: none;
        text-align: left; }
      #traffic-info .traffic-feed-top > li {
        list-style-type: none;
        position: relative; }
        #traffic-info .traffic-feed-top > li .date {
          display: block;
          width: 100%;
          margin: 0; }
      #traffic-info .traffic-feed-top > li .content {
        display: none; }
      #traffic-info .traffic-feed-top > li > a {
        font-size: 16px;
        border-bottom: 2px solid #f2f1f1;
        display: block;
        padding: 10px 5px 10px 30px;
        position: relative; }
      #traffic-info .traffic-feed-top > li > a.open .dots:before, #traffic-info .traffic-feed-top > li > a.open .dots:after {
        background-color: #006ab2;
        box-shadow: 0 -8px #006ab2, 0 8px #006ab2; }
      #traffic-info .traffic-feed-top > li > a.hover .dots:before, #traffic-info .traffic-feed-top > li > a.hover .dots:after {
        background-color: #006ab2;
        box-shadow: 0 -8px #006ab2, 0 8px #006ab2; }
      #traffic-info .traffic-feed-top .dots {
        background-color: #d5d4d4; }
      #traffic-info .traffic-feed-top .dots:before, #traffic-info .traffic-feed-top .dots:after {
        background-color: #d5d4d4;
        box-shadow: 0 -8px #d5d4d4, 0 8px #d5d4d4;
        bottom: 30px;
        left: 10px; }
      #traffic-info .traffic-feed-top > li ul li a .dots:before, #traffic-info .traffic-feed-top > li ul li a .dots:after {
        bottom: 31px; }

  .white-editable {
    padding: 30px 20px; }
    .white-editable .col-xs-12:first-child {
      padding-bottom: 20px; }

  .row.gray-editable {
    padding: 30px 40px; }
    .row.gray-editable .full-img, .row.gray-editable .gray-content {
      width: 100%;
      display: block !important; }
    .row.gray-editable .full-img {
      display: none !important; }

  .price-banner .col-xs-12 {
    width: 100%; }

  .article-feed .col-text {
    padding-bottom: 40px !important; }

  .tid-input {
    height: 102px;
    margin-bottom: 80px; }
    .tid-input .station {
      margin-bottom: 10px; }
    .tid-input .icons {
      display: block;
      width: 100%;
      margin-bottom: 5px; }
      .tid-input .icons .select-icon {
        width: 50%;
        display: inline-block; }
    .tid-input input {
      width: 100% !important; }
    .tid-input .btn {
      float: none;
      display: block;
      margin: 10px 0 0 0 !important;
      width: 100%; }
    .tid-input .btn-search-tid, .tid-input #search-train-stations {
      position: relative;
      top: 0;
      right: 0; }

  .tid-results, #train-results {
    max-height: 190px; }

  .timetable-form .form-group {
    width: 100% !important; }
  .timetable-form .form-group.visible-xs {
    width: 48% !important;
    float: left !important;
    position: relative; }
    .timetable-form .form-group.visible-xs .glyphicon {
      position: absolute;
      top: 18px;
      right: 15px; }
  .timetable-form .form-group.visible-xs.pull-right {
    float: right !important;
    margin-right: 0 !important; }
  .timetable-form input, .timetable-form select {
    width: 100% !important; }
  .timetable-form .btn {
    width: 100%; }

  .timetable-results {
    max-height: 190px; }

  .ui-autocomplete {
    width: 90.9% !important; }

  .cookie-container-wrapper {
    height: 108px; }

  #ajax_listOfOptions {
    width: auto !important; } }
@media (max-width: 756px) {
  .cookie-container-wrapper {
    height: 129px; }
    .cookie-container-wrapper .cookie-container p {
      width: 100%; }

  .main-body {
    top: 129px; }
    .main-body header {
      top: 129px; }
    .main-body .slideout-menu {
      top: 129px; } }
@media (max-width: 737px) {
  header .navbar-login #mina-sidor-login {
    width: 100%; }
    header .navbar-login #mina-sidor-login .text, header .navbar-login #mina-sidor-login .form {
      width: 100%; }
    header .navbar-login #mina-sidor-login .form {
      margin-top: 20px;
      padding-top: 0; }
      header .navbar-login #mina-sidor-login .form input {
        margin-left: 5%;
        float: left; }
        header .navbar-login #mina-sidor-login .form input:first-child {
          margin-left: 0; }
      header .navbar-login #mina-sidor-login .form button {
        margin-left: 5%; }

  .slideout-menu.login-active {
    padding-top: 180px; }

  .footer .footer-row-1 .social-media {
    float: none;
    clear: both;
    padding-top: 10px; } }
@media (max-width: 727px) {
  .cookie-container-wrapper {
    height: 153px; }
    .cookie-container-wrapper .cookie-container p {
      width: 100%; }

  .main-body {
    top: 153px; }
    .main-body header {
      top: 153px; }
    .main-body .slideout-menu {
      top: 153px; } }
@media (max-width: 640px) {
  .traffic-feed .owl-item {
    padding: 20px 15px; } }
@media (max-width: 600px) {
  .main-body {
    top: 0; }

  .main-body.sub-page {
    top: 60px; }

  body.start-page {
    background-image: url("http://static.wm3.se/sites/189/media/29819_medium_bg-start.jpg?1427452365"); }

  body.cookie-added .main-body .sub-banner, body.cookie-found .main-body .sub-banner {
    margin-top: 60px; }

  .hidden-resp {
    display: none !important; }

  .resp {
    display: block !important; }

  header {
    background-color: #006ab2 !important;
    height: 60px; }
    header .navbar-main {
      height: 60px !important;
      background-color: #006ab2; }
    header .navbar-menu, header .navbar-tools {
      margin-top: 20px; }
    header .branding img {
      max-width: 100% !important; }

  header.menu-color {
    height: 60px !important; }
    header.menu-color .navbar-main {
      height: 60px !important; }

  .top-content {
    padding: 0;
    padding-top: 60px;
    height: auto;
    background-color: #006ab2;
    background-color: rgba(0, 106, 178, 0.8); }
    .top-content .row.button-row {
      margin: 0 -15px; }
    .top-content .ui-slider-tabs-list-container {
      height: 50px; }
    .top-content .tabs {
      background-color: white;
      width: 100% !important;
      border-bottom: 5px solid #e1e1e1;
      height: 50px; }
      .top-content .tabs a {
        display: block;
        height: 50px !important;
        text-align: center; }
      .top-content .tabs li {
        width: 16.6%;
        height: 50px !important;
        min-width: 10px;
        border-left: 1px solid #cccccc; }
        .top-content .tabs li .tab-icon {
          background-color: transparent !important;
          display: block;
          padding-top: 10px;
          width: 100%;
          text-align: center; }
          .top-content .tabs li .tab-icon .icon {
            color: black;
            font-size: 20px;
            position: relative;
            top: 2px; }
        .top-content .tabs li p {
          display: none; }
      .top-content .tabs li.selected {
        border-bottom: 5px solid #76c3f5;
        width: 50%; }
        .top-content .tabs li.selected .tab-icon {
          width: 30px;
          display: inline-block;
          padding-top: 4px;
          position: relative;
          top: 2px; }
        .top-content .tabs li.selected p {
          display: inline-block;
          text-transform: initial;
          margin-top: 10px;
          color: black; }

  .start-test .icon-card {
    background-image: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/icon-card-black.png);
    margin-top: -4px;
    width: 25px;
    height: 25px;
    background-size: cover;
    display: inline-block; }
  .start-test #card-search .calculate-price .btn {
    background-color: white;
    color: #006ab2; }
  .start-test #card-search .calculate-price label {
    color: white; }
  .start-test .top-content .tabs li {
    width: 12.5%; }
  .start-test .top-content .tabs li.selected {
    border-bottom: 5px solid #76c3f5;
    width: 50%; }

  #plannner {
    padding-bottom: 30px;
    font-size: 14px; }
    #plannner form .date {
      width: 100%; }
    #plannner form .submit {
      width: 100%;
      background-color: white;
      color: #006ab2;
      font-weight: 600;
      font-size: 16px;
      border: 3px solid white;
      height: 55px; }
    #plannner form input {
      background: transparent;
      color: white; }
    #plannner form .icon {
      color: white; }
    #plannner form .search-input-select {
      text-align: center;
      width: 100%;
      position: relative;
      z-index: 1; }
      #plannner form .search-input-select .glyphicon {
        color: white;
        position: absolute;
        z-index: 0;
        top: 20px;
        right: 20px; }
      #plannner form .search-input-select .check {
        position: absolute;
        left: 30px;
        top: 6px;
        color: white;
        font-size: 24px; }
      #plannner form .search-input-select select {
        background: transparent;
        text-align: center;
        border: none;
        height: 50px;
        color: white;
        width: 100%;
        padding-left: 30%;
        position: relative;
        z-index: 1; }
    #plannner form .search-input {
      background: transparent;
      border: 3px solid white;
      font-size: 19px;
      -moz-placeholder-text-transform: initial;
      -moz-placeholder-color: white;
      -moz-placeholder-font-weight: 600;
      -ms-input-placeholder-text-transform: initial;
      -ms-input-placeholder-color: white;
      -ms-input-placeholder-font-weight: 600; }
      #plannner form .search-input ::-webkit-input-placeholder {
        text-transform: initial;
        color: white;
        font-weight: 600; }
      #plannner form .search-input ::-moz-placeholder {
        text-transform: initial;
        color: white;
        font-weight: 600; }
      #plannner form .search-input .icon-marker {
        background-position: -268px 0; }
      #plannner form .search-input .icon-time {
        background-position: -243px 0; }
      #plannner form .search-input .place {
        right: 0; }
    #plannner form .search-input.select-area {
      margin-right: 2.8%;
      padding: 0; }
      #plannner form .search-input.select-area input {
        padding: 0;
        text-align: center; }
    #plannner form .search-input.select-area, #plannner form .search-input.time {
      width: 100%; }

  .top-content#timetables {
    padding-top: 30px; }
    .top-content#timetables form .glyphicon {
      color: white; }
    .top-content#timetables form .form-group {
      background: transparent;
      border: 3px solid white; }
      .top-content#timetables form .form-group input {
        background: transparent;
        color: white;
        font-size: 15px;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }
    .top-content#timetables form select {
      background: transparent;
      color: white; }

  .top-content .btn-search-timetable, .tid-input .btn {
    width: 100%;
    background-color: white !important;
    color: #006ab2 !important;
    font-weight: 600;
    font-size: 16px;
    border: 3px solid white;
    height: 55px; }

  .row.link-cloud {
    background-color: #f2f1f1;
    padding: 20px 20px 40px; }
    .row.link-cloud a {
      margin: 0 5px 8px 0; }
    .row.link-cloud h1 {
      color: #414141;
      text-align: left;
      font-size: 22px;
      font-weight: 400; }
    .row.link-cloud .search-resp input {
      width: 100%;
      border: 3px solid #cfcece;
      padding: 10px; }

  .sub-banner {
    margin-top: 60px; }

  .ui-autocomplete {
    width: 96.2% !important; }

  .traffic-info-urgent i.fa {
    padding: 10px 5px 0 10px; }
  .traffic-info-urgent .traffic-text {
    position: relative; }
    .traffic-info-urgent .traffic-text h4 {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 17px; }
    .traffic-info-urgent .traffic-text .dots {
      position: absolute;
      top: 45px;
      left: 0; } }
@media (max-width: 568px) {
  .boxes .beige .content img {
    height: 150px; } }
@media (max-width: 540px) {
  .default-page .sub-menu li .content {
    padding: 0; }
    .default-page .sub-menu li .content .container {
      width: 100% !important; }

  .sub-banner {
    max-height: inherit; }

  .stats div {
    width: 100%;
    padding: 10px 0; } }
@media (max-width: 533px) {
  .hidden-col-2 {
    display: none; }

  .footer .footer-row-2 .social-media, .footer .footer-row-2 .col-xs-4 {
    float: left;
    width: 50%; } }
@media (max-width: 532px) {
  .cookie-container-wrapper {
    height: 141px; }

  .main-body {
    top: 0; }
    .main-body header {
      top: 141px; }
    .main-body .slideout-menu {
      top: 141px; } }
@media (max-width: 496px) {
  #plannner form .search-input.select-area, #plannner form .search-input.time {
    width: 100%; }
  #plannner form .search-input.select-area {
    margin-right: 0; } }
@media (max-width: 481px) {
  form#mina-sidor-login .form {
    width: 100% !important; }

  .timetable-form .form-group.visible-xs {
    width: 100% !important; }

  #card-search .calculate-price .back ul li .price {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    top: initial; }

  #card-search .calculate-price .back ul li {
    padding-bottom: 50px; }

  #card-search {
    padding-bottom: 70px !important; } }
@media (max-width: 478px) {
  header .navbar-main .navbar-tools .mina-sidor-login-btn {
    width: 30px !important; }
    header .navbar-main .navbar-tools .mina-sidor-login-btn p {
      display: none; } }
@media (max-width: 453px) {
  .cookie-container-wrapper {
    height: 161px; }

  .main-body {
    top: 0; }
    .main-body header {
      top: 161px; }
    .main-body .slideout-menu {
      top: 161px; } }
@media (max-width: 414px) {
  header .col-xs-4 {
    width: 50%; }
  header .navbar-menu {
    width: 25%; }
  header .navbar-tools {
    width: 20%; }

  .top-content .tabs li .tab-icon {
    margin-left: 0; } }
@media (max-width: 400px) {
  header .navbar-menu p {
    display: none; }

  header .navbar-login #mina-sidor-login button {
    width: 100%;
    margin-top: 10;
    margin-left: 0 !important; }
  header .navbar-login #mina-sidor-login input {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 8px; }

  .top-content .link-cloud a {
    margin: 0 1px 8px 0;
    padding: 10px 16px 9px; }

  .price-banner {
    padding: 0 15px; }
    .price-banner form > div .radio-btn {
      margin-top: 10px; }
    .price-banner .calculate-price .btn {
      bottom: -54px; }

  #card-search .col-xs-4, #card-search .col-xs-8, #card-search .col-xs-5, #card-search .col-xs-7 {
    width: 100%; }

  #card-search .calculate-price {
    height: 450px; }

  .start-test #card-search .calculate-price .btn {
    margin-top: 10px; } }
@media (max-width: 375px) {
  .slideout-menu {
    padding-bottom: 120px; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  html, body, table {
    font-size: 13px; }

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

  h2, .h2 {
    font-size: 24px; }

  h3, .h3 {
    font-size: 20px; }

  h4, .h4 {
    font-size: 16px; }

  .default-page > .sub-menu > li > a {
    font-size: 20px; }

  .top-content .link-cloud a {
    margin: 0 1px 8px 0;
    padding: 8px 8px 7px; }

  .default-page {
    padding-top: 10px; }

  .cbp-spmenu-vertical {
    width: 100%; }

  .cbp-spmenu-left {
    left: -100%; }

  .price-banner {
    padding: 0 15px;
    height: 515px; }
    .price-banner .calculate-price {
      height: 449px; }
      .price-banner .calculate-price .col-xs-4, .price-banner .calculate-price .col-xs-5, .price-banner .calculate-price .col-xs-7, .price-banner .calculate-price .col-xs-8 {
        width: 100%; }
      .price-banner .calculate-price .btn {
        bottom: -53px; } }
@media (max-width: 374px) {
  .cookie-container-wrapper {
    height: 201px; }

  .main-body {
    top: 0; }
    .main-body header {
      top: 201px; }
    .main-body .slideout-menu {
      top: 201px; } }
@media (max-width: 360px) {
  .top-content .tabs li a {
    padding-right: 0; } }
@media (max-width: 360px) {
  .price-banner {
    height: 500px; }
    .price-banner .calculate-price {
      height: 437px; }
      .price-banner .calculate-price form .row > div {
        width: 100%; } }
@media (max-width: 328px) {
  .cookie-container-wrapper {
    height: 225px; }

  .main-body {
    top: 0; }
    .main-body header {
      top: 225px; }
    .main-body .slideout-menu {
      top: 225px; } }
@media (max-width: 320px) {
  .top-content .tabs li .tab-icon {
    margin-left: 3px; }

  .top-content .link-cloud a {
    margin: 0 0px 8px 0;
    padding: 8px 5px 7px;
    font-size: 14px; }

  .footer .footer-row-2 {
    padding-top: 30px; }
    .footer .footer-row-2 .social-media, .footer .footer-row-2 .col-xs-4 {
      float: none;
      width: 100%;
      padding: 0 10px; } }
@media print {
  body, html {
    font-size: 12px; }

  a[href]:after {
    content: ""; }

  h1 {
    font-size: 18px; }

  h2 {
    font-size: 16px; }

  h3 {
    font-size: 14px; }

  h4 {
    font-size: 12px; }

  h5 {
    font-size: 10px; }

  br {
    display: none; }

  header {
    position: relative; }
    header .navbar-main .navbar-menu, header .navbar-main .navbar-tools {
      display: none; }
    header .navbar-main .brand-wrapper {
      margin: 0 auto;
      text-align: center;
      width: 100%; }
      header .navbar-main .brand-wrapper img {
        display: none; }
      header .navbar-main .brand-wrapper img.print-only {
        display: block;
        max-width: 200px !important; }

  .start-bg, .top-content, .traffic-info, .price-banner, .sub-banner {
    display: none !important; }

  .default-page > .sub-menu > li > a {
    padding-top: 0; }

  .wrapper, .cbp-spmenu-push {
    overflow: visible;
    overflow-x: visible; }

  .footer {
    display: none; } }
@font-face {
  font-family: "HLT";
  src: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/hlt-font.eot);
  src: url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/hlt-font.eot?#iefix) format("embedded-opentype"), url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/hlt-font.woff) format("woff"), url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/hlt-font.ttf) format("truetype"), url(//s3-eu-west-1.amazonaws.com/static.wm3.se/sites/189/template_assets/hlt-font.svg#hlt-font) format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "HLT" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "HLT" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-planner:before {
  content: "a"; }

.icon-icon-timetable:before {
  content: "b"; }

.icon-icon-watch:before {
  content: "c"; }

.icon-icon-map-marker:before {
  content: "d"; }

.icon-icon-time:before {
  content: "e"; }

.icon-icon-cal:before {
  content: "f"; }

.icon-icon-train:before {
  content: "g"; }

.icon-icon-bus:before {
  content: "h"; }

.icon-icon-warning:before {
  content: "i"; }

.icon-icon-planner {
  color: white;
  font-size: 30px; }

.icon-icon-timetable {
  color: white;
  font-size: 30px; }

.icon-icon-watch {
  color: white;
  font-size: 35px; }

.icon-icon-map-marker {
  color: white;
  font-size: 30px; }

.icon-icon-time {
  color: white;
  font-size: 30px; }

.icon-icon-cal {
  color: white;
  font-size: 30px; }

.icon-icon-train {
  color: black;
  font-size: 23px; }

.icon-icon-bus {
  color: black;
  font-size: 23px; }

.icon-icon-warning {
  color: white;
  font-size: 30px; }
