h1 {
  margin-top: 10px;
}
.progress-bar {
  background-color: #f56f26;
}
.progress {
  height: 3px;
  margin-bottom: 0px;
  background-color: #e8e7e7;
}
.col-sm-3half,
.col-sm-8half {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
#tlogga {
  top: 25px;
  left: 322px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.navbar .form-control,
.navbar #searchBarBtn {
  height: 32px;
}
.navbar-form {
  display: none;
}
@media (min-width: 768px) {
  #live_button {
    position: absolute;
  }
  .playing_wrap {
    width: 290px;
  }
  #erstavik {
    width: 720px;
  }
  .navbar .form-control,
  .navbar #searchBarBtn {
    height: 28px;
  }
  .navbar-form {
    display: block;
  }
  .navbar-mobile-form,
  #search-results-mobile {
    display: none;
  }
  #footer .container {
    justify-content: space-evenly;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .navbar .input-group {
    width: 159px;
  }
  .navbar .input-group-btn {
    display: none;
  }
  .navbar #searchBar {
    border-radius: 3px;
  }
  .navbar .navbar-form {
    padding-left: 0px;
  }
  .playing_wrap {
    width: 384px;
  }
}
.navbar-nav > li > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.navbar {
  min-height: 44px !important;
}
.navbar .btn {
  padding: 3px 13px;
  color: #6d6f8f;
}
.navbar-inverse {
  background-color: red;
  background-image: none;
  background: #2f516a;
  background: -moz-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2f516a),
    color-stop(100%, #20425b)
  );
  background: -webkit-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: -o-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: -ms-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: linear-gradient(to bottom, #2f516a 0%, #20425b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f516a', endColorstr='#20425b',GradientType=0 );
}
.navbar-inverse .navbar-nav > li > a {
  color: #e2dcdc;
  font-weight: bold;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: rgb(7, 41, 73);
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background-color: rgb(7, 41, 73);
}
.navbar .nav > li > a {
  text-transform: uppercase;
}
#rightColumn .navbar-search {
  margin-top: 0px;
  float: none;
  margin-bottom: 30px;
}
.container {
  max-width: 1030px;
  position: relative;
}
html,
body {
  height: 100%;
}
body {
  background: rgb(247, 247, 247);
}
#footer .container {
  display: flex;
  color: rgb(202, 202, 202);
  flex-wrap: wrap;
}
#footer .container a {
  color: rgb(206 204 204);
}
#footer .container ul {
  list-style-type: none;
}
#footer .footer-title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
}
#footer {
  background: #2f516a;
  margin-top: 100px;
  border-radius: 5px 5px 0px 0px;
  padding: 20px;
  padding-bottom: 10px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#footerImage {
  background-image: url(../images/layout/smal-logo-vector.png);
  background-repeat: no-repeat;
  background-position-x: right;
  width: 17px;
  height: 28px;
  background-size: 17px 30px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
.extraMarginBottom {
  margin-bottom: 100px;
}
#erstavik {
  margin-bottom: 41px;
  border-radius: 4px;
}
#leftColumn {
  margin-bottom: 20px;
}
.pagination > li > a,
.pagination > li > span {
  color: #284a63;
  background-color: #fbfbfb;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #db5e0b;
  border-color: #f3f3f3;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: #fbfbfb;
  border-color: #ddd;
}
.event p {
  margin-bottom: 0px;
}
#rightColumn .event img {
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}
#rightColumn article {
  margin-bottom: 44px;
}
#rightColumn .event {
  margin-bottom: 20px;
  margin-top: 20px;
}
#rightColumn .event span {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1px;
  display: block;
}
#rightColumn .event .daysLeft {
  color: gray;
}
#rightColumn h4 {
  border-bottom: thin #969696 solid;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
#klogga {
  margin-top: 6px;
  position: absolute;
  right: 0px;
  display: none;
}
#rightColumn #kLink {
  width: 17px;
  margin-left: 3px;
  margin-bottom: 3px;
}
#live_button {
  margin-bottom: 22px;
  /*width: 200px;*/
  cursor: pointer;
  font-size: 18px;
  color: #db5f0c;
  font-weight: 600;
  padding: 12px 16px;
  border: 1px rgb(232, 232, 232) solid;
  background-color: rgba(39, 73, 98, 0.04);
  border-radius: 2px;
  top: 20px;
  right: 17px;
  text-align: center;
}
#live_button span {
  color: #1d5c86;
}
#live_button:hover {
  background-color: #ececec;
  border: 1px #9e9e9e solid;
}
.playing_wrap {
  margin-bottom: 22px;
  margin-top: 20px;
}
.playing_wrap a {
  color: #294b64;
}
.playing_wrap h4 {
  color: #254760;
  font-size: 17px;
}
.playing_logo {
  max-height: 50px;
  border: thin #294b64 solid;
}
.ui-autocomplete-category {
  margin: 0.8em 0 0.2em;
  line-height: 1.4;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  background-color: #f1f1f3;
  color: #545454;
  border: thin #e6e3e3 solid;
}
.ui-autocomplete-category span {
  color: rgb(111, 111, 128);
  padding-left: 3px;
  font-style: italic;
  font-size: 14px;
}
.ui-autocomplete-category a {
  color: #337ab7;
  font-size: 14px;
  margin-left: 8px;
}
#search-results-mobile {
  margin-bottom: 40px;
}
#search-results-mobile ul {
  list-style-type: none;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}
.navbar-mobile-form input {
  font-size: 16px;
}
#search-results-mobile .ui-autocomplete-item {
  padding: 10px;
  cursor: pointer;
}
#search-results-mobile .ui-autocomplete-item:hover {
  background-color: lightgray;
}
#search-results-mobile button {
  width: 100%;
  padding: 10px;
  background-color: white;
  border: thin #d0cdcd solid;
  margin-top: 15px;
  margin-bottom: 5px;
}
.as-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 12px;
  color: #bec0d8;
  margin-right: 6px;
}
.as-icon svg {
  fill: currentColor;
}
.as-program img {
  max-height: 50px;
  border: thin #afc5d8 solid;
  border-radius: 5px;
  overflow: hidden;
}
.as-program .as-container {
  display: flex;
  min-width: 0;
}
.as-program .as-body {
  min-width: 0;
  line-height: 24px;
  padding-left: 5px;
}
.as-left {
  min-width: 0;
  flex: none;
}
.as-program h4 {
  border: thin black solid;
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 14px;
}

.as-program .as-program-wrapper {
  width: 100%;
  position: relative;
  color: #656565;
}
.as-program .ui-state-active .as-program-wrapper {
  color: rgb(221, 219, 219);
}
.as-program .as-program-wrapper div:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 80px;
}
.as-program .as-program-wrapper .as-program-date {
  position: absolute;
  right: 0;
  top: 0;
}
.v_listing {
  margin-bottom: 90px;
}
.v_list .accordTitle {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  color: rgb(219, 94, 11);
}
@media (min-width: 979px) {
  .flexible-centered-items {
    display: flex;
    align-items: center;
    margin-right: -20px;
  }
  .flexible-centered-items > div {
    padding-right: 20px;
  }
  .col-sm-3half,
  .col-sm-8half {
    float: left;
  }
  .col-sm-3half {
    width: 37.5%;
  }
  .col-sm-8half {
    width: 62.5%;
  }
  .gradientBak {
    background-image: url(../images/layout/gradient-sidebar2.png);
    background-position: right top;
    background-repeat: repeat-y;
  }
  #leftColumn {
    padding-right: 10px;
  }
  #rightColumn {
    padding-left: 29px;
  }
  .v_list {
    width: 577px;
    margin-bottom: 50px;
  }
  .v_listing {
    margin-bottom: 120px;
  }
  #content .accordionBigWidth {
    width: 700px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1030px;
  }
  #tlogga {
    margin-top: 52px;
  }
  #live_button {
    top: 70px;
  }
  .playing_wrap {
    position: absolute;
    right: 182px;
    top: 71px;
    margin-top: 0px;
  }
  #erstavik {
    width: 1000px;
  }
  .navbar #searchBar {
    width: 180px;
  }
}
@media (min-width: 1095px) {
  .gradientBak {
    background-position-x: 652px;
  }
  .col-sm-3half {
    width: 37%;
  }
  .col-sm-8half {
    width: 63%;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1095px;
  }
  .container {
    max-width: 1095px;
  }
  #erstavik {
    width: 1066px;
    height: 56px;
  }
  #leftColumn .playerNav {
    width: 652px;
  }
  .detail-description {
    margin-right: 10px;
  }
  .playing_wrap {
    right: 184px;
    width: 307px;
  }
  #rightColumn {
    padding-left: 24px;
  }
  .v_list {
    width: 613px;
  }
  .v_list .accordTitle {
    font-size: 25px;
  }
  .extra-panel {
    margin-right: 6.5px;
  }
}
#wrapBox {
  background-color: rgb(240, 240, 240);
  padding: 30px;
  padding-top: 10px;
}
#wrapBox h3 {
  color: #294b65;
  border-bottom: thin solid #294b65;
  padding-bottom: 5px;
}
.extra-margin {
  margin: 10px 0;
}
.heading1 {
  color: #294b65;
  border-bottom: thin solid #294b65;
  font-size: 24.5px;
}
.ui-dialog-content {
  background: #fcfcfc !important;
}
#firstpage_link_wrapper {
  margin: 40px 0px 40px 0px;
}
#moreEvent {
  display: none;
}
#showMoreEvent {
  padding-bottom: 10px;
  padding-top: 5px;
  color: #08c;
  margin-bottom: 25px;
  cursor: pointer;
}
.ui-menu-item .ui-state-active {
  background: #294b65;
  border-color: #294b65;
}
.ui-menu-item {
  font-size: 14px;
  line-height: 29px;
}
.ui-menu .ui-menu-item-wrapper {
  padding-left: 8px;
}
.ui-menu {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Accordion style*/

.v_list {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.v_list .accordContent {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.v_list .accordDate {
  margin: 0px;
  margin-bottom: 12px;
  font-size: 15px;
  color: rgb(112, 108, 108);
}
.v_list img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  margin-top: 1px;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
.v_list .header-background1 {
  border: 1px solid #d3d3d3;
  padding: 1.2em 0.6em 1.2em 0.8em;
  background: #eeeef0;
  border-radius: 4px;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  color: black;
  color: inherit;
  text-decoration: none;
  text-decoration: inherit;
  position: relative;
  overflow: hidden;
}
.v_list .header-background1:hover {
  border: 1px solid #b2b5ba;
}
.v_list .header-background2 {
  background: #c8cfdd;
  background: -moz-linear-gradient(top, #c8cfdd 0%, #c0c6d3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #c8cfdd),
    color-stop(100%, #c0c6d3)
  );
  background: -webkit-linear-gradient(top, #c8cfdd 0%, #c0c6d3 100%);
  background: -o-linear-gradient(top, #c8cfdd 0%, #c0c6d3 100%);
  background: -ms-linear-gradient(top, #c8cfdd 0%, #c0c6d3 100%);
  background: linear-gradient(to bottom, #c8cfdd 0%, #c0c6d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cfdd', endColorstr='#c0c6d3',GradientType=0 );
}
.v_list .header-background3 {
  background: #dbd6d7;
  background: -moz-linear-gradient(top, #dbd6d7 0%, #cecacb 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dbd6d7),
    color-stop(100%, #cecacb)
  );
  background: -webkit-linear-gradient(top, #dbd6d7 0%, #cecacb 100%);
  background: -o-linear-gradient(top, #dbd6d7 0%, #cecacb 100%);
  background: -ms-linear-gradient(top, #dbd6d7 0%, #cecacb 100%);
  background: linear-gradient(to bottom, #dbd6d7 0%, #cecacb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd6d7', endColorstr='#cecacb',GradientType=0 );
}
.v_list .ui-state-default {
  color: black;
}
.v_list .ui-accordion-header {
  min-height: 143px;
}
.v_list .ui-accordion-content {
  background: #eee;
  padding-right: 0px;
  padding-left: 0px;
}
.clear {
  clear: both;
}
.v_list .accordTitleRibbon {
  margin-right: 26px;
}
.v_list .accordTitle span {
  color: rgb(112, 108, 108);
  font-size: 15px;
  font-weight: normal;
}
.v_list .moreDetails {
  padding: 9px;
  border-radius: 3px;
  margin-right: 10px;
  color: #666;
  font-size: 13px;
  background-color: rgb(224, 223, 223);
}
.v_list .moreDetails span {
  color: #db5e0b;
  font-size: 11px;
  font-weight: 700;
}
.v_list .accordListen {
  font-size: 17.5px;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: rgb(109, 111, 143);
}
.v_list strong {
  color: #1d3b52;
}
@media (max-width: 450px) {
  .v_list img {
    width: 100%;
    height: 170px;
    float: none;
    margin-bottom: 5px;
  }
  .v_list .accordContent {
    -webkit-line-clamp: 3;
  }
  .v_list .accordTitle span {
	display: none;
  }
  .container .radio_subpage {
    display: none;
  }
  #leftColumn #progTitle {
    font-size: 24px;
  }
}
.accord-ribbon {
  position: absolute;
  background-color: rgb(73, 145, 200);
  width: 85px;
  height: 20px;
  top: -20px;
  right: -24.895923599143px;
  transform: rotate(30deg);
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  transform-origin: 0 100%;
  line-height: 20px;
  text-align: center;
  color: #f7f7f7;
}
.accord-ribbon-replay {
  background-color: rgb(200, 121, 73);
  line-height: 21px;
  height: 21px;
  width: 120px;
  padding-left: 21px;
  padding-right: 21px;
  top: -23px;
  transform: rotate(26deg);
  right: -35.147186257614px;
  font-size: 13px;
}
.ui-menu .cat-victim {
  background-image: url(../images/layout/contacts-user3.png);
  background-position: 3px 10px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.playing_wrap .playing_url span {
  color: #f48040;
}
#live_button .live-button-arrow {
  margin-right: 3px;
  color: rgb(109, 111, 143);
}
#filterBtn {
  margin-bottom: 30px;
}
.svg-arrow {
  width: 7px;
  height: 7px;
  margin: 7px 2px 0 0;
  vertical-align: top;
  color: #477ab7;
  fill: currentColor;
}
.autocompelte-show-all {
  color: #4c4c4c;
}
.ui-menu .autocompelte-show-all {
  font-weight: bold;
  border-top: thin #e8e7e7 solid;
  margin-top: 10px;
}
.ui-menu .svg-arrow {
  margin: 11px 5px 0 0;
  color: #4c4c4c;
}
.podcast-badge-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -15px;
}
.podcast-badge-group > p {
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.active-vma-banner {
  background-color: #fdfbfb;
  border: thick #db5e0b dotted;
  padding: 11px;
  border-radius: 11px;
  margin-top: 5px;
  margin-bottom: 50px;
}
