.dr-breaking-news {
  padding-bottom: 0 !important;
  background-color: #e5e5e5;
  border-bottom: 10px solid #ffd800;
}
.dr-breaking-news h2 {
  background-color: #ffd800;
}
.dr-breaking-news .combine-layout {
  padding-bottom: 20px;
}
.dr-breaking-news.soft-breaking {
  border-bottom: 10px solid #00aede;
}
.dr-breaking-news.soft-breaking h2 {
  background-color: #00aede;
  color: white;
}
.dr-breaking-news.small-breaking {
  background-color: #ffd800;
  padding-bottom: 10px;
}
.dr-breaking-news.small-breaking article {
  margin-top: 10px;
}
.dr-breaking-news.small-breaking time {
  display: none;
}
.dr-breaking-news.small-breaking.soft-breaking {
  background-color: #ef3f23;
}
.dr-breaking-news.small-breaking.soft-breaking h3 a {
  color: white;
}
/* Components - Scripple box */
.scripple-box {
  margin: 0;
}
.scripple-box header {
  padding: 0;
}
.scripple-box footer {
  width: 100%;
  diaplay: block;
}
.scripple-box .controlls {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.scripple-box .controlls ul {
  width: 100%;
  overflow: hidden;
}
.scripple-box .controlls ul p {
  padding: 0;
  margin: 0;
}
.scripple-box .controlls ul li {
  width: 50%;
  background-color: #818181;
  float: left;
  padding: 6px 0;
  text-align: center;
}
.scripple-box .controlls ul li:before {
  color: #b3b3b3;
}
.scripple-box .controlls ul li:first-child {
  border-right: 1px solid #fff;
  margin-left: -1px;
}
.scripple-box .controlls ul li.active {
  background-color: #000000;
}
.scripple-box .input {
  color: #ffffff;
  border: none;
  background-color: transparent;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.scripple-box .navigation {
  background-color: #818181;
  text-align: center;
  /*padding:4px 0 ;*/

  position: relative;
}
.scripple-box .navigation.scroll-top {
  display: none;
}
.scripple-box .navigation [class*="scribble-icon-arrow"] {
  position: absolute;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 32px;
  font-family: "dr-icons";
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.scripple-box .navigation .input {
  width: 100%;
  margin: 0 auto;
  color: #000;
  text-indent: -1000px;
  height: 32px;
}
.scripple-box .navigation:hover {
  background-color: #4D4D4D;
}
.scripple-box .scroll-top.navigation {
  margin-bottom: 0px;
}
.scripple-box .sticker {
  margin: 10px 0 10px 0;
  position: relative;
}
.scripple-box .sticker article {
  border: 1px solid #b3b3b3;
  padding: 10px 10px 10px 18px;
}
.scripple-box .sticker article p {
  display: inline;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.scripple-box .sticker article:before {
  vertical-align: top;
  background-color: #00aede;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.scripple-box .user-input {
  background-color: #000;
  padding: 0 20px ;
}
.scripple-box .user-input * {
  color: #fff;
  font-size: 12px;
}
.scripple-box .user-input fieldset {
  border: 0;
  padding: 10px 0 20px 0;
}
.scripple-box .user-input fieldset input[type=text] {
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #464646;
  box-shadow: inset 1px 3px 10px 0 #999;
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scripple-box .user-input fieldset input[type=checkbox] {
  vertical-align: top;
  margin: 0 10px 10px 0;
}
.scripple-box .user-input fieldset textarea {
  border: 1px solid #464646;
  height: 50px;
  color: #000;
  box-shadow: inset 1px 3px 10px 0 #999;
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scripple-box .user-input fieldset legend {
  text-indent: -1000px;
}
.scripple-box .user-input fieldset label {
  margin-right: 10px;
  font-family: 'gibsonSemiBold', 'Arial Black', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.scripple-box .user-input .controle {
  overflow: auto;
  width: 100%;
  margin: 20px 0 0 0 ;
}
.scripple-box .user-input .controle input {
  width: 20%;
  float: left;
  font-family: 'gibsonSemiBold', 'Arial Black', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #ccc;
  color: #000;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 24px;
}
.scripple-box .user-input .controle input[name=close] {
  float: right;
}
.scripple-box .user-input .controle input:hover {
  background-color: #fff;
}
.scripple-box .scroll-area {
  position: relative;
}
.scripple-box .scroll-area .noComments .comment {
  display: none;
}
.scripple-box .scroll-area .scroll-area-content {
  background-color: #e6e6e6;
  margin: 0;
  padding: 0;
}
.scripple-box .scroll-area .scroll-area-content article {
  /*padding:10px;*/

  padding: 10px 0;
  background: none;
  border-bottom: 1px solid white;
  width: 100%;
}
.scripple-box .scroll-area .scroll-area-content article span img {
  margin-left: 10px;
}
.scripple-box .scroll-area .scroll-area-content article:first-child {
  margin-top: 0;
  padding-top: 10px;
}
.scripple-box .scroll-area .scroll-area-content article h3 {
  width: 76.66%;
  font-size: 16px;
  boerder: none;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.scripple-box .scroll-area .scroll-area-content article h3 .date {
  color: #676767;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.scripple-box .scroll-area .scroll-area-content article p {
  width: 76.66%;
  /*padding:0 10px 0 10px;*/

  font-family: 'gibsonRegular', 'Arial', sans-serif;
  color: #000;
}
.scripple-box .scroll-area .scroll-area-content article img {
  width: 76.66%;
  /*margin:0 10px;*/

}
.scripple-box .scroll-area .scroll-area-content article.comment {
  /*
				h3 {padding-left: 10px;}
				p {padding-left: 10px;font-style:italic;}
				*/

  background-color: #D3D3D3;
}
.scripple-box .scroll-area .scroll-area-content article.comment p:before {
  content: '\201C';
}
.scripple-box .scroll-area .scroll-area-content article.comment p:after {
  content: '\201D';
}
.theme-live-page {
  /* Scribble feed styling */

}
.theme-live-page [class*="dr-site-share"] {
  display: none;
}
.theme-live-page [class*="dr-site-share"] [class*="dr-icon"]:before {
  color: #ef3f23;
}
.theme-live-page [class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before {
  color: #FFF;
  background-color: #ef3f23;
}
.theme-live-page .load-more {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.theme-live-page .dr-site-share-horizontal [class*="dr-icon"]:before {
  color: ;
}
.theme-live-page .live-about {
  background: #e6e6e6;
}
.theme-live-page .live-about p {
  font-family: GibsonRegular, Arial, sans-serif;
}
.theme-live-page .live-about h2 {
  font-family: GibsonSemiBold, Arial, sans-serif;
}
.theme-live-page .live-tip {
  background: #ef3f23;
}
.theme-live-page .live-tip p,
.theme-live-page .live-tip h2,
.theme-live-page .live-tip span,
.theme-live-page .live-tip a {
  color: #FFF;
  font-family: GibsonRegular, Arial, sans-serif;
}
.theme-live-page .live-tip .factbox-contact {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  padding: 10px 10px 0;
  float: left;
  width: 45%;
}
.theme-live-page .live-tip .factbox-contact span:first-child {
  font-weight: bold;
}
.theme-live-page .live-tip .factbox-contact a.accent {
  text-decoration: underline;
}
.theme-live-page .live-tip .factbox-contact a.accent.mobile {
  display: none;
}
.theme-live-page .live-tip .factbox-contact .accent {
  font-weight: bold;
}
.theme-live-page .section.live-stream {
  border: 0;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs {
  float: none;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a {
  background-color: #808080;
  text-align: center;
  margin-bottom: 1px;
  width: 33.333333%;
  padding: 0;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a.active {
  background-color: #000;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a + a {
  margin: 0;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a span {
  border-left: 1px solid #FFF;
  display: inline-block;
  width: 100%;
  font-family: GibsonRegular, Arial, sans-serif;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a:first-child span {
  border: 0;
}
.theme-live-page .section.live-stream .dr-site-live-media-player {
  background: url("/assets/img/border.png") repeat-x -2px 100% rgba(0, 0, 0, 0);
}
.theme-live-page .section.live-stream .dr-site-live-media-player .audioPreview {
  margin-bottom: -3px;
  width: 100%;
}
.theme-live-page .section.live-stream .dr-site-live-media-player .live-video-player-description {
  padding: 10px 0;
  margin-bottom: 20px;
}
.theme-live-page .section.live-stream .dr-site-live-media-player .live-video-player-description p {
  font-family: GibsonRegular, Arial, sans-serif;
  margin-top: 5px;
  padding: 0;
}
.theme-live-page .linkbox * {
  font-size: 18px;
}
.theme-live-page .item [class*="xsmall"] .metainfo,
.theme-live-page .item [class*="heading-"] ~ .metainfo {
  margin-top: 0;
}
.theme-live-page .dr-page-social-media {
  position: relative;
}
.theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap {
  width: 25%;
}
.theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap ~ * {
  margin-left: 25%;
}
.theme-live-page .dr-page-social-media .span-4 .image-1 .image-wrap {
  width: 18%;
}
.theme-live-page .dr-page-social-media .span-4 .image-1 .image-wrap ~ * {
  margin-left: 18%;
}
.theme-live-page .dr-page-social-media .span-6 .image-1 .image-wrap {
  width: 12%;
}
.theme-live-page .dr-page-social-media .span-6 .image-1 .image-wrap ~ * {
  margin-left: 12%;
}
.theme-live-page .dr-page-social-media .span-12 .image-1 .image-wrap {
  width: 7%;
}
.theme-live-page .dr-page-social-media .span-12 .image-1 .image-wrap ~ * {
  margin-left: 7%;
}
.theme-live-page .dr-page-social-media .section {
  margin-top: 0;
}
.theme-live-page .dr-page-social-media > h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.theme-live-page .dr-page-social-media ol li,
.theme-live-page .dr-page-social-media ul li {
  padding-bottom: 10px;
}
.theme-live-page .dr-page-social-media ol li:first-child,
.theme-live-page .dr-page-social-media ul li:first-child {
  background: none;
  padding-top: 12px;
}
.theme-live-page .dr-page-social-media ol li .social-image p,
.theme-live-page .dr-page-social-media ul li .social-image p {
  font: 14px/16px "gibsonRegular", "Arial", sans-serif;
}
.theme-live-page .dr-page-social-media ol li .social-image p a,
.theme-live-page .dr-page-social-media ul li .social-image p a {
  color: #4D4D4D;
}
.theme-live-page .dr-page-social-media ol li .social-image .image-wrap img,
.theme-live-page .dr-page-social-media ul li .social-image .image-wrap img {
  width: 50px;
}
.theme-live-page .dr-page-social-media .dr-social-media-count {
  position: absolute;
  top: 18px;
  right: 1px;
  font: 11px/16px "gibsonRegular", "Arial", sans-serif;
  text-transform: uppercase;
  color: #666;
}
.theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button {
  margin-left: 10px;
  background-color: #00aede;
}
.theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button input.autoUpdate {
  margin: 0 10px 3px -7px;
  vertical-align: middle;
}
.theme-live-page .span-6 h2 span.updated {
  color: #666;
  font: 11px/16px "gibsonRegular", "Arial", sans-serif;
  text-transform: uppercase;
  display: block;
}
.theme-live-page .span-6 .dr-social-media-count {
  top: 7px;
}
.theme-live-page .span-6 .dr-social-media-count .dr-ui-button {
  position: absolute;
  top: 9px;
  right: 0;
  width: 113px;
}
.theme-live-page .span-6 .social-band.single-true li:first-child {
  padding-top: 0;
}
.theme-live-page .span-6 .social-band.single-true li:first-child .item {
  padding: 0;
  background: none;
}
.theme-live-page .dr-widget-audio-player .progressbar.live {
  display: none;
}
.theme-live-page span.serverTime {
  display: none;
}
.theme-live-page .scribblesection {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 850px;
}
.dr-widget-audio-player [class*="dr-infobox"],
.dr-widget-media-playlist .player.audio [class*="dr-infobox"] {
  z-index: 2;
  top: -11px;
  position: absolute;
}
.dr-widget-audio-player [class*="dr-infobox"] h1,
.dr-widget-media-playlist .player.audio [class*="dr-infobox"] h1 {
  line-height: normal;
  margin: 5px 5px 0;
}
@media only screen and (max-width: 960px) {
  .site-content .current-topics {
    display: none;
  }
  .site-content .theme-headline h2 {
    border-top: 6px solid #000;
    padding-right: 0;
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 0;
  }
  .site-content .theme-headline menu.dr-site-share-horizontal {
    display: none;
  }
  .site-content [class*="dr-site-share"] {
    display: block;
  }
  .site-content .dr-page-social-media ol li {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .scribblesection {
    height: 349px !important;
    overflow: auto;
  }
  .scribblesection iframe {
    height: 11000px;
  }
  .touch .scribblesection.android-scroll iframe {
    height: 11000px;
    /* Test height - assure that iframe pages fit..*/
  
  }
}
@media only screen and (max-width: 568px) {
  .theme-live-page .dr-page-social-media {
    border-bottom: 0;
  }
  .theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button {
    margin-left: 0;
  }
  .theme-live-page .dr-page-social-media .section {
    margin-top: 20px;
  }
  .theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap {
    width: 13%;
  }
  .theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap ~ * {
    margin-left: 13%;
  }
  .theme-live-page .dr-site-share-horizontal {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .theme-live-page .live-tip .factbox-contact {
    width: 43.5%;
  }
  .theme-live-page .live-tip .factbox-contact a.accent.mobile {
    display: block;
  }
  .theme-live-page .live-tip .factbox-contact span.accent.desktop {
    display: none;
  }
  .theme-live-page .dr-page-social-media > h2 {
    height: 128px;
  }
  .theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap {
    width: 17%;
  }
  .theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap ~ * {
    margin-left: 17%;
  }
  .theme-live-page .dr-page-social-media .social-band:first-child {
    margin-top: 0;
  }
  .theme-live-page .dr-page-social-media .dr-social-media-count {
    right: auto;
    top: 57px;
  }
  .theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button {
    display: block;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 350px) {
  .theme-live-page .live-tip .factbox-contact {
    width: 41.5%;
  }
}
@media only screen and (max-width: 275px) {
  .theme-live-page .live-tip .factbox-contact {
    width: 40.5%;
  }
}
body {
  background-color: #FFF;
}
.kv13-header-zone-spot,
kv13-content-zone-spot {
  border: 0;
}
.kv13-header-zone-spot.hidden,
kv13-content-zone-spot.hidden {
  display: none;
}
.site-wrapper {
  background: url("../images/nyhederbackdrop.jpg") no-repeat fixed center 0 transparent;
}
.site-content {
  padding-bottom: 50px;
}
.site-content .current-topics {
  margin-top: 20px;
}
.site-content .site-id {
  margin-bottom: -20px;
}
.site-content .prioritized-carousel + .current-topics {
  margin-top: 0;
}
.dr-site-navigation > ul {
  height: 0;
}
.boxed,
.boxed-band,
.boxed-band:before,
.boxed-band:after,
.boxed-image {
  background-color: #e5e5e5;
}
.boxed .boxed,
.boxed-band .boxed,
.boxed-image .boxed,
.boxed .boxed-image,
.boxed-band .boxed-image,
.boxed-image .boxed-image {
  background-color: #FFF;
  /*.metainfo {
			position: absolute;
			left: -9999px; 
		}*/

}
.top-story p {
  font-size: 18px;
  line-height: 22px;
}
.section .linkbox {
  margin-top: 20px;
  margin-right: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}
.top-band {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000 !important;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
.top-band .item {
  padding-bottom: 0;
  background-image: none;
}
[class*="dr-icon"][class*="-link"]:before,
.dr-site-navigation li.active a,
.dr-site-factbox,
.dr-site-factbox-article,
.current-topics h2 {
  background-color: #ef3f23;
}
[class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before,
.dr-site-footer-help .site-footer-contact a {
  background-color: #00aede;
}
[class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before,
.dr-page-article .dr-site-factbox-article figcaption {
  color: #FFF;
}
[class*="dr-site-share"] a,
.dr-link-readmore:link,
.dr-link-readmore:visited,
.heading-xxsmall q:before {
  color: #ef3f23;
}
.prioritized-news-read-more .dr-link-readmore {
  margin-top: 10px;
  /*background: transparent url("/assets/img/border.png") repeat-x -2px -2px;
        border-bottom:1px solid rgba(0,0,0,.2)*/

}
[class*="dr-site-share"] [class*="dr-icon"]:before,
.linkbox span,
.current-topics li a {
  color: #00aede;
}
.section.boxed.facebook-box {
  padding: 10px !important;
}
.section.boxed.facebook-box > h2 {
  margin: -10px -10px 0;
}
[class*="dr-widget-swipe-carousel"] {
  border-top: 6px solid black;
}
.skin-1 {
  background-color: #000;
}
.skin-1 > h2 {
  color: #FFF;
  background-color: #1A1A1A;
  border-bottom: 0 solid transparent;
}
.skin-1 [class*="dr-icon-"][class*="-boxed"]:before,
.skin-1 [class*="heading-"] {
  color: #FFF;
}
.skin-1 .metainfo {
  color: #CCC;
}
.skin-1 .section-footer {
  border-top: 0 solid transparent;
  background-color: #343434;
  color: #FFF;
}
.skin-1 .section-footer > span {
  text-transform: uppercase;
  font: 18px/30px "gibsonRegular", "Arial", sans-serif;
}
.skin-2 {
  background-color: #7FD6EE;
}
.skin-2 > h2 {
  background-color: #00AEDE;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0 solid transparent;
}
.skin-2 .carousel-button {
  background-color: #3EBEE1;
}
.skin-2 .carousel-button.disabled:before {
  color: #7FD6EE;
}
.skin-2 .dr-widget-swipe-carousel {
  border-top: 0;
}
.skin-2 .swipe {
  background-color: #7FD6EE;
  margin: 0;
  padding: 0 40px;
}
.skin-theme {
  background-color: #65cdea;
  background-color: rgba(0, 174, 222, 0.6);
}
.skin-theme > h2 {
  color: #ffffff;
}
.skin-theme-2 .boxed,
.skin-theme-2 .boxed-band,
.skin-theme-2 .boxed-band:before,
.skin-theme-2 .boxed-band:after,
.skin-theme-2 .boxed-image {
  background-color: #65cdea;
  background-color: rgba(0, 174, 222, 0.3);
}
.theme-gallery {
  /* Global style start */

  /* Global style end */

}
.theme-gallery * {
  color: #fff;
}
.theme-gallery a,
.theme-gallery a:before {
  color: #fff;
}
.theme-gallery [class*="dr-widget-swipe-carousel"] {
  border-top: none;
  background-color: transparent;
  margin: 0 -10px;
}
.theme-gallery [class*="dr-widget-swipe-carousel"] img {
  width: 100%;
}
.theme-gallery .carousel-navigation a {
  background-color: #007095;
}
.theme-gallery .carousel-navigation.buttom-right * {
  font-family: "gibsonRegular", "Arial", sans-serif;
  display: inline-block;
}
.theme-gallery .carousel-navigation.buttom-right span {
  padding: 0 10px 0 10px;
}
.theme-gallery .carousel-navigation.buttom-right a {
  margin: 0px;
}
.theme-gallery .carousel-navigation.buttom-right [class*="dr-icon"]:before {
  margin: 0px;
  font-size: 24px;
  line-height: 24px;
}
.theme-headline {
  border-bottom: none;
  background: transparent url("/assets/img/border.png") repeat-x -2px 100%;
}
.theme-headline h2 {
  padding-top: 0;
  border: none;
  text-transform: none;
  font-size: 42px;
  line-height: 44px;
  padding-right: 260px;
}
.theme-headline [class*="dr-site-share"][class*="-horizontal"] {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  margin-top: 12px;
  background-image: none;
}
.theme-headline [class*="dr-site-share"][class*="-horizontal"] > span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.theme-headline [class*="dr-site-share"][class*="-horizontal"]:before {
  background-image: none;
}
.theme-headline [class*="dr-icon"]:before {
  color: #ef3f23;
}
.theme-headline [class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #ef3f23;
}
.dr-site-comment + .dr-site-share-horizontal {
  margin-top: 20px;
}
[class*="dr-site-share"] a,
[class*="dr-site-share"] a:hover {
  color: #ef3f23;
}
.linkbox span {
  font-family: GibsonSemiBold;
  line-height: 20px;
  color: #EF3F23;
}
.linkbox span + a {
  font-family: "GibsonSemiBold";
  color: #000;
}
.linkbox span + a:hover {
  text-decoration: underline;
}
/*article*/
.wcms-article-content .linkbox span {
  font-family: "Georgia", serif;
  font-weight: bold;
  color: #ef3f23;
  font-size: 16px;
}
.wcms-article-content .linkbox span + a,
.wcms-article-content .linkbox span + a:hover {
  font-size: 16px;
  color: #ef3f23;
  font-family: "Georgia", serif;
  text-decoration: underline;
}
[class*="dr-site-share"] > span {
  font-size: 14px;
}
.dr-site-share-horizontal {
  margin-top: 20px;
}
/** TESTING ORDERED LIST **/
.wcms-article-content ol {
  background: #00aede;
  list-style: disc outside;
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 25px 0 10px 35px;
}
.wcms-article-content ol > li:before {
  content: '\2022';
  /* For a round bullet */

  font-size: 24px;
  /* change the size of the dot, ajust top  */

  position: relative;
  top: -3px;
  margin-left: -34px;
  display: block;
  max-width: 0px;
  max-height: 0px;
  color: #D86F08;
}
.wcms-article-content ol > li {
  font: 18px/1 GibsonRegular;
  color: #000;
  padding: 0 20px 0 19px;
  margin-bottom: 26px;
}
.wcms-article-content ol > li a {
  text-decoration: underline;
}
/** END TESTING ORDERED LIST **/
.hidden {
  position: absolute;
  left: -9999px;
}
#news-regions {
  position: relative;
}
#news-regions > .section > h2 {
  min-height: 70px;
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 15px;
  /*
		font-family: "gibsonRegular", "Arial", sans-serif;
		
		span {
			font-family: "gibsonSemiBold", "Arial", sans-serif;
			font-size: 36px;
			display: block;
		}
		*/

}
#news-regions .dr-icon-audio {
  background-color: #00AEDE;
  position: absolute;
  bottom: 20px;
  left: 200px;
}
#news-regions .dr-link-readmore {
  border-top: 1px solid #FFF;
  border-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  margin: 20px -20px -20px;
}
#news-regions > .section > .dr-link-readmore {
  line-height: 30px;
  padding: 20px;
}
#news-regions form {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 20px;
  z-index: 1;
}
#news-regions form label span {
  display: none;
}
#news-regions form select {
  width: 200px;
}
#news-regions form > * {
  display: inline-block;
  margin-left: 20px;
}
.weather {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e4290), to(#3dbded));
  background-image: -moz-linear-gradient(top, #2e4290, #3dbded);
  background-image: -o-linear-gradient(top, #2e4290, #3dbded);
  background-image: linear-gradient(to bottom, #2e4290, #3dbded);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#2e4290", EndColorStr="#3dbded");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#2e4290, EndColorStr=#3dbded)";
}
.weather *,
.weather a:link,
.weather a:visited,
.weather a:hover,
.weather a:active {
  color: #FFF;
}
.weather h3 {
  font-size: 18px;
  /*
		font-family: "gibsonRegular", "Arial", sans-serif;
		
		span {
			font-family: "gibsonSemiBold", "Arial", sans-serif;
			display: block;
		}
		*/

}
.weather h4 {
  text-transform: uppercase;
}
.weather .item {
  background-image: url(/assets/img/border-white.png);
}
.weather .dr-link-readmore {
  padding-right: 10px;
}
.weather p {
  font-family: "gibsonRegular", "Arial", sans-serif;
  text-align: center;
  padding-bottom: 0;
}
.weather .icons {
  font-size: 30px;
}
.weather .icons * {
  vertical-align: middle;
}
.weather .icons img {
  margin-right: 15px;
}
.weather .icons img ~ img {
  margin-left: 15px;
}
.weather .item:last-child {
  padding-bottom: 0;
}
.weather .item + .item .icons {
  font-size: 18px;
}
.gallery-article {
  margin: 20px 10px 0 10px;
}
.gallery-article .image-label-container {
  position: relative;
}
.gallery-article .image-label-container .image-label {
  background-color: #fff;
  padding: 4px 10px 6px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 2;
  color: #999999;
  font: italic 14px/12px Georgia, serif;
  text-transform: none;
}
.gallery-article [class*="dr-widget-swipe-carousel"] {
  border: none;
  background-color: transparent;
}
.gallery-article [class*="dr-widget-swipe-carousel"] .carousel-content-wrapper {
  margin-bottom: 10px;
}
.gallery-article .carousel-item {
  padding: 0;
}
.gallery-article .carousel-item .item {
  padding: 0;
}
.gallery-article .carousel-item .item p {
  font-family: "gibsonRegular", "Arial", sans-serif;
  margin: 10px 0 0 0;
}
.gallery-article .carousel-navigation {
  margin-bottom: 20px;
  vertical-align: text-top;
}
.gallery-article .carousel-navigation * {
  font-family: "gibsonRegular", "Arial", sans-serif;
  text-transform: uppercase;
}
.gallery-article .carousel-navigation .pageIndex {
  line-height: 16px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0px 10px;
  white-space: nowrap;
  min-width: 50px;
  text-align: center;
}
.gallery-article .carousel-navigation .carousel-button {
  display: inline-block;
  text-decoration: none;
}
.gallery-article .carousel-navigation .carousel-button.disabled:before {
  background-color: #7fd6ee;
}
.gallery-article .carousel-navigation .carousel-button:before {
  font-size: 24px;
  line-height: 20px;
  background-color: #00aede;
  color: #fff;
  margin-right: 0;
  margin-top: -10px;
}
.gallery-article .dr-page-article {
  border-top: 1px solid #b2b2b2;
  margin-bottom: 10px;
  min-height: 180px;
}
.gallery-article .dr-page-article .wcms-article-content {
  margin-left: 0;
  margin-right: 240px;
}
.gallery-article .dr-page-article .wcms-article-content .metainfo {
  margin: 10px 0 10px 0;
}
.gallery-article .dr-page-article .wcms-article-content .dr-site-share {
  right: -240px;
  left: auto;
}
.gallery-article .dr-page-article .wcms-article-content .dr-site-share a:before {
  color: #ef3f23;
}
.gallery-article .dr-page-article .wcms-article-content .dr-site-share [class*="boxed"]:before {
  background-color: #ef3f23;
  color: #fff;
}
.gallery-article .moreImageSeries a {
  background-color: #808080;
  color: #676767;
  display: block;
}
.gallery-article .item p {
  font-size: 14px;
}
.gallery-article .dr-link-readmore {
  background: transparent url("/assets/img/border.png") repeat-x -2px -2px;
}
.infoBox {
  display: none;
  border: 4px solid #000;
  margin: 0;
  max-width: 95%;
  padding: 20px 20px 10px 20px;
  position: relative;
  background-color: #fff;
}
.infoBox h2 {
  border: none;
}
.infoBox p {
  color: #000000;
  font: 16px/20px "gibsonRegular", "Arial", sans-serif;
  position: relative;
}
.infoBox a {
  position: absolute;
  right: 0;
  top: 0;
}
.section > .fb-like-box {
  margin-left: -10px;
  margin-bottom: 8px;
}
.combine-layout .span-6 .section {
  /*border-bottom:0; background:url("/assets/img/border.gif") repeat-x 0 bottom;*/

}
.combine-layout .span-6 .section > .fb-like-box {
  margin-left: -10px;
  margin-bottom: 10px;
}
.other-media-infoBox {
  position: relative;
}
.other-media-infoBox [class*="infobox"] a {
  font-family: gibsonRegular;
  font-size: 12px;
  text-transform: uppercase;
  color: #ef3f23;
}
.other-media-infoBox [class*="infobox"] a:before {
  background-color: #ef3f23;
}
.other-media-infoBox .infobox-open {
  position: absolute;
  top: 24px;
  right: 0px;
  z-index: 2;
}
.other-media-infoBox .infobox-close {
  display: none;
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 2;
  width: 200px;
  background-color: #fff;
  border: 3px solid #cccccc;
}
.other-media-infoBox .infobox-close a {
  position: absolute;
  top: 10px;
  right: 10px;
}
.other-media-infoBox .infobox-close h3 {
  padding: 10px ;
  font-size: 14px;
}
.other-media-infoBox .infobox-close p {
  padding: 0 10px 10px;
  font: 12px/15px "gibsonRegular", "Arial", sans-serif;
}
.other-media-infoBox .other-media .is-paid {
  background: transparent url("../images/bg-is-paid.png") right 0 no-repeat;
}
.other-media-infoBox .other-media h3 {
  text-indent: -2000px;
  background: transparent url("../images/logo-other-media.png") no-repeat;
}
.other-media-infoBox .other-media .kristeligt-dagblad h3 {
  background-position: 0 0;
}
.other-media-infoBox .other-media .metro-xpress h3 {
  background-position: 0 -40px;
}
.other-media-infoBox .other-media .boersen h3 {
  background-position: 0 -80px;
}
.other-media-infoBox .other-media .avisen-dk h3 {
  background-position: 0 -120px;
}
.other-media-infoBox .other-media .tv2-nyheder h3 {
  background-position: 0 -160px;
}
.other-media-infoBox .other-media .information h3 {
  background-position: 0 -200px;
}
.emergency-communication {
  /*border:3px solid #f83d14;*/

  border: 3px solid #808080;
  background-color: #fff;
  position: relative;
  padding: 10px 0 ;
}
.emergency-communication .dr-icon-emergency:before {
  content: "";
  background-image: url(../images/icon-emergency.gif);
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.emergency-communication p {
  margin: 0 0 0 60px;
}
.emergency-communication h4 {
  margin: 0 0 0 60px;
  border: none;
  padding-bottom: 0px;
  text-transform: none;
  font-size: 18px;
  padding-top: 4px;
}
.emergency-communication ul {
  list-style-type: none;
  margin: 0 0 0 60px;
}
.emergency-communication li h4 {
  margin-top: 4px;
  margin-left: 0px;
}
.emergency-communication.article {
  height: 32px;
  margin-bottom: 20px;
}
.emergency-communication.article p {
  font-size: 14px;
  margin: 0 0 0 60px;
  padding-top: 10px;
}
[class*="dr-site-follow"] ul.article-view > li:first-child + li {
  width: 100%;
  text-align: left;
  float: left;
  border-top: 1px solid #CDCDCD;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
[class*="dr-site-follow"] ul.article-view > li:first-child + li li {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
}
.dr-site-newsletter-follow.socialNewsletter {
  background-color: #daf1f8;
  background-color: rgba(0, 174, 222, 0.3);
}
.dr-site-newsletter-follow.socialNewsletter .dr-form label span.input-text {
  padding-top: 8px;
}
.dr-site-newsletter-follow.socialNewsletter .dr-form label span.input-text + input.email {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.dr-site-newsletter-follow.socialNewsletter .dr-form button {
  background-color: #00aede;
}
.dr-site-newsletter-follow.socialNewsletter .dr-form button:hover {
  background-color: #000;
}
.dr-site-newsletter-follow.socialNewsletter .messageBox div {
  border: 3px solid #00aede;
}
