@charset "UTF-8";
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6); }

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6); }

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6); }

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6); }

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6); }

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6); }

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c; }

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39; }

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357; }

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c; }

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73; }

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "RTLGraphikTT-Regular", "Arial", "Helvetica", Arial, Helvetica, sans-serif; }

.marker-cluster span {
  line-height: 30px; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #152b81;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #01ad01;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #00ff00;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }

body div.gigya-screen {
  max-width: 500px; }
  body div.gigya-screen-dialog {
    border: none;
    background: transparent; }
    body div.gigya-screen-dialog-inner {
      border: 0; }
    body div.gigya-screen-dialog-top {
      background: white;
      z-index: 1000;
      position: relative;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    body div.gigya-screen-dialog-content {
      padding: 0; }
    body div.gigya-screen-dialog-caption {
      display: none; }

body div.gigya-footer {
  font-size: 14px;
  color: #7e7e7e; }

body div.gigya-white-panel {
  background: white;
  border-radius: 10px;
  z-index: 1000;
  border: none;
  position: relative;
  padding: 20px 30px;
  color: #777; }
  body div.gigya-white-panel input[type="text"], body div.gigya-white-panel input[type="password"], body div.gigya-white-panel div.gigya-captcha {
    margin-top: 10px;
    width: 100%; }
  body div.gigya-white-panel button {
    margin: 20px 0; }
  body div.gigya-white-panel h2 {
    color: #152b81; }
  body div.gigya-white-panel.top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 50px; }

.logos {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff; }
  .logos a {
    margin-right: 30px;
    text-decoration: none; }
    .logos a img {
      opacity: .4; }
  .logos img {
    vertical-align: middle; }
    .logos img#xl {
      width: 40px;
      height: 15px; }
    .logos img#rtlnieuws {
      width: 63px;
      height: 10px; }
    .logos img#videoland {
      width: 67px;
      height: 10px; }
    .logos img#rtlz {
      width: 31px;
      height: 11px; }

div#gigya-screen-dialog-page-overlay {
  z-index: 35;
  display: block !important;
  opacity: 0.7; }

.social {
  font-weight: bold; }
  .social .facebook.btn {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    background: #3B5998;
    height: 30px;
    line-height: 30px;
    width: 300px;
    border-radius: 3px;
    cursor: pointer; }
  .social .google {
    color: #EF6C00;
    cursor: pointer; }
  .social .linkedin {
    color: #0077B5;
    cursor: pointer; }

.slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px; }

.slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none; }

.slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px; }

a.slider_prev, a.slider_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer; }

a.slider_prev:hover, a.slider_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease; }

a.slider_prev {
  border-radius: 0 2px 2px 0; }

a.slider_next {
  right: 0;
  border-radius: 2px 0 0 2px; }

.divTerms {
  height: 150px;
  overflow-y: auto; }

/* surrounding tag container */
.tag-editor {
  list-style-type: none;
  padding: 0 5px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: text;
  font: normal 14px sans-serif;
  color: #555;
  background: #fff;
  line-height: 28px;
  width: 100%; }

/* core styles usually need no change */
.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 3px 0; }

.tag-editor div {
  float: left;
  padding: 0 4px; }

.tag-editor .placeholder {
  padding: 0 8px;
  color: #bbb; }

.tag-editor .tag-editor-spacer {
  padding: 0;
  width: 8px;
  overflow: hidden;
  color: transparent;
  background: none; }

.tag-editor input {
  vertical-align: inherit;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: none;
  color: #444;
  border: none; }

/* hide original input field or textarea visually to allow tab navigation */
.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px; }

/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear {
  display: none; }

/* tag style */
.tag-editor .tag-editor-tag {
  padding-left: 5px;
  color: #46799b;
  background: #e0eaf1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px 0 0 2px; }

/* delete icon */
.tag-editor .tag-editor-delete {
  background: #e0eaf1;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  padding-left: 3px;
  padding-right: 4px; }

.tag-editor .tag-editor-delete i {
  line-height: 18px;
  display: inline-block; }

.tag-editor .tag-editor-delete i:before {
  font-size: 16px;
  color: #8ba7ba;
  content: "×";
  font-style: normal; }

.tag-editor .tag-editor-delete:hover i:before {
  color: #d65454; }

.tag-editor .tag-editor-tag.active + .tag-editor-delete, .tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  visibility: hidden;
  cursor: text; }

.tag-editor input {
  border: none !important;
  height: 28px;
  background: transparent !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important; }

.tag-editor .tag-editor-tag.active {
  background: none !important;
  border: none !important; }

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  font-size: 14px; }

.ui-front {
  z-index: 9999; }

.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 10px;
  line-height: 1.4;
  min-height: 0;
  /* support: IE7 */
  border: 1px solid yellow; }

.ui-widget-content {
  border: 1px solid #bbb;
  background: #fff;
  color: #555; }

.ui-widget-content a {
  color: #46799b; }

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #e0eaf1; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-menu-item-wrapper {
  padding: 5px 10px 5px 10px; }

.ui-menu-item-wrapper:hover {
  background: #e0eaf1;
  cursor: pointer; }

.container:after,
.menu:after,
.weather-info-wrap:after,
.radar-block .map-content-info .map-content-t:after,
.weather-info-btm:after,
.gallery-block .heading:after,
.weather-map-holder:after,
.weather-map .three-columns .holder:after,
.bezocht-block ul:after,
.footer-t .four-columns:after,
.app-buttons:after,
#content .heading:after,
.block-wrapper:after,
.overview-block .overview-block-list:after,
.info-block:after,
.weather-detail-holder .holder:after,
.forecast-table td:after {
  content: " ";
  display: block;
  clear: both; }

.header-r ul,
.data ul,
#nav .container > ul,
#nav .container > ul .dropdown ul,
.search-form .autocomplete .topic ul,
.weather-info-wrap,
.more-info ul,
.aside .aside-list ul,
.weather-map .open-close ul,
.bezocht-block ul,
.footer-t .four-columns ul,
.app-buttons,
.overview-block .overview-block-list,
.overview-list,
.more-link ul,
.location-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
   ---------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

*, *:before, *:after {
  box-sizing: inherit; }

body.noscroll {
  overflow: hidden; }

.center {
  text-align: center; }

.adholder {
  display: inline-block;
  margin: 0px auto; }

@font-face {
  font-family: "RTLGraphikTT-Regular";
  src: url("../../../fonts/rtl-graphik-web-regular.eot");
  src: url("../../../fonts/rtl-graphik-web-regular.woff") format("woff"), url("../../../fonts/rtl-graphik-web-regular.ttf") format("truetype"), url("../../../fonts/rtl-graphik-web-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RTLGraphikTT-Semibold";
  src: url("../../../fonts/rtl-graphik-web-semibold.eot");
  src: url("../../../fonts/rtl-graphik-web-semibold.woff") format("woff"), url("../../../fonts/rtl-graphik-web-semibold.ttf") format("truetype"), url("../../../fonts/rtl-graphik-web-semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RTLGraphikTT-bold";
  src: url("../../../fonts/rtl-graphik-web-bold.eot");
  src: url("../../../fonts/rtl-graphik-web-bold.woff") format("woff"), url("../../../fonts/rtl-graphik-web-bold.ttf") format("truetype"), url("../../../fonts/rtl-graphik-web-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "icomoon";
  src: url("../../../fonts/icomoon.eot?fd8q8g");
  src: url("../../../fonts/icomoon.eot?#iefixfd8q8g") format("embedded-opentype"), url("../../../fonts/icomoon.ttf?fd8q8g") format("truetype"), url("../../../fonts/icomoon.woff?fd8q8g") format("woff"), url("../../../fonts/icomoon.svg?fd8q8g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "cicomoon";
  src: url("../../../fonts/custom/icomoon.eot?fd8q8g");
  src: url("../../../fonts/custom/icomoon.eot?#iefixfd8q8g") format("embedded-opentype"), url("../../../fonts/custom/icomoon.ttf?fd8q8g") format("truetype"), url("../../../fonts/custom/icomoon.woff?fd8q8g") format("woff"), url("../../../fonts/custom/icomoon.svg?fd8q8g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="c-icon-"],
[class*=" c-icon-"] {
  font-family: "cicomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star:before {
  content: "\e607"; }

.icon-indicator:before {
  content: "\e608"; }

.icon-google-plus:before {
  content: "\e609"; }

.icon-twitter:before {
  content: "\e60a"; }

.icon-facebook:before {
  content: "\e60b"; }

.icon-home:before {
  content: "\e606"; }

.icon-anroid:before {
  content: "\e600"; }

.icon-windows:before {
  content: "\e601"; }

.icon-call:before {
  content: "\e602"; }

.icon-search:before {
  content: "\e603"; }

.icon-apple:before {
  content: "\e604"; }

.icon-arrow:before {
  content: "\e605"; }

.c-icon-cross:before {
  content: "\e70f"; }

.c-icon-plus:before {
  content: "\e70a"; }

.c-icon-minus:before {
  content: "\e70b"; }

/* Generated with http://www.retinaspritegenerator.com/ */
.icon-button {
  background-image: url("/resources/images/icon-buttons-v1.png");
  display: block;
  cursor: pointer; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .icon-button {
    background-image: url("/resources/images/icon-buttons-v1@2x.png");
    background-size: 1230px 1230px; } }

/* White border buttons */
.icon-button-play {
  width: 50px;
  height: 50px;
  background-position: -55px -55px; }

.icon-button-play-small {
  width: 40px;
  height: 40px;
  background-position: -105px -105px; }

.icon-button-pause {
  width: 50px;
  height: 50px;
  background-position: -685px -685px; }

.icon-button-pause-small {
  width: 40px;
  height: 40px;
  background-position: -735px -735px; }

.icon-button-zoomin {
  width: 50px;
  height: 50px;
  background-position: -235px -235px; }

.icon-button-zoomin-small {
  width: 40px;
  height: 40px;
  background-position: -285px -285px; }

.icon-button-zoomout {
  width: 50px;
  height: 50px;
  background-position: -415px -415px; }

.icon-button-zoomout-small {
  width: 40px;
  height: 40px;
  background-position: -465px -465px; }

/* Blue border buttons */
.weathermapnl .icon-button-zoomin,
.high-contrast .icon-button-zoomin {
  width: 50px;
  height: 50px;
  background-position: -145px -145px; }

.weathermapnl .icon-button-zoomin-small,
.high-contrast .icon-button-zoomin-small {
  width: 40px;
  height: 40px;
  background-position: -195px -195px; }

.weathermapnl .icon-button-zoomout-blue,
.high-contrast .icon-button-zoomout-blue {
  width: 50px;
  height: 50px;
  background-position: -325px -325px; }

.weathermapnl .icon-button-zoomout-small,
.high-contrast .icon-button-zoomout-small {
  width: 40px;
  height: 40px;
  background-position: -375px -375px; }

.weathermapnl .icon-button-pause,
.high-contrast .icon-button-pause {
  width: 50px;
  height: 50px;
  background-position: -505px -505px; }

.weathermapnl .icon-button-pause-small,
.high-contrast .icon-button-pause-small {
  width: 40px;
  height: 40px;
  background-position: -645px -645px; }

.weathermapnl .icon-button-play,
.high-contrast .icon-button-play {
  width: 50px;
  height: 50px;
  background-position: -775px -775px; }

.weathermapnl .icon-button-play-small,
.high-contrast .icon-button-play-small {
  width: 40px;
  height: 40px;
  background-position: -915px -915px; }

/* Buttons blue background fill */
.icon-button-play-bluefill {
  width: 51px;
  height: 51px;
  background-position: -825px -825px; }

.icon-button-play-bluefill-small {
  width: 40px;
  height: 40px;
  background-position: -875px -875px; }

.icon-button-pause-bluefill {
  width: 51px;
  height: 51px;
  background-position: -555px -555px; }

.icon-button-pause-bluefill-small {
  width: 40px;
  height: 40px;
  background-position: -605px -605px; }

/* Video buttons */
.icon-button-play-video {
  width: 110px;
  height: 110px;
  background-position: -955px -955px; }

.video-wrap:hover .icon-button-play-video,
.video-holder:hover .icon-button-play-video,
.icon-button-play-video:hover {
  width: 110px;
  height: 110px;
  background-position: -1065px -1065px; }

.icon-button-play-video-small {
  width: 55px;
  height: 55px;
  background-position: -1175px -1175px; }

.video-wrap:hover .icon-button-play-video-small,
.video-holder:hover .icon-button-play-video-small,
.icon-button-play-video-small:hover {
  width: 55px;
  height: 55px;
  background-position: 0 0; }

body {
  margin: 0;
  color: #152b81;
  background: #fff;
  font: 14px/1.5 "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%; }

* {
  max-height: 1000000px; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

img {
  border-style: none;
  max-width: 100%;
  /*height: auto;*/
  vertical-align: top; }

.leaflet-container img {
  max-width: none; }

a {
  text-decoration: none;
  color: #01ad01; }

a:hover {
  text-decoration: underline; }

input,
textarea,
select {
  font: 100% "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  color: #000;
  vertical-align: middle; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4d4d4d; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.gm-style img {
  max-width: none; }

::-webkit-input-placeholder {
  color: #9b9b9b; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b; }

:-ms-input-placeholder {
  color: #9b9b9b; }

.search-form {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 20px; }

.search-form .search-title {
  display: inline-block;
  vertical-align: middle;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-right: 8px; }

.search-form .form-wrap {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  background: #fff;
  position: relative;
  width: 440px;
  padding-right: 40px; }

.search-form .form-wrap.child-input-focused .autocomplete {
  display: block; }

.search-form input[type="search"] {
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 8px;
  color: #152b81; }

.search-form .submit-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #152b81; }

.search-form .submit-wrap:before {
  content: "\e603";
  color: #fff;
  position: absolute;
  right: 9px;
  top: 11px;
  font-size: 21px;
  font-family: icomoon;
  width: 23px;
  height: 23px; }

.search-form .submit-wrap:hover {
  background: #112264;
  cursor: pointer; }

.search-form input[type="submit"] {
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
  outline: none; }

.autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  text-align: left;
  border: 1px solid #9b9b9b;
  font-size: 18px; }
  .autocomplete .topic .title {
    display: block;
    padding: 10px 16px;
    background: #152b81;
    color: #fff;
    font-weight: bold; }
  .autocomplete .topic ul {
    padding: 0;
    margin: 0; }
    .autocomplete .topic ul li {
      padding: 5px 16px;
      color: #01ad01;
      list-style: none; }
      .autocomplete .topic ul li.selected {
        background-color: #e2eff8; }
      .autocomplete .topic ul li sub {
        bottom: 0;
        color: #9b9b9b; }
      .autocomplete .topic ul li a {
        cursor: pointer;
        text-decoration: none;
        color: #01ad01; }

.country-allplaces .autocomplete {
  position: relative; }

/* Inputs formulieren */
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
  color: #000; }

form.styled input {
  margin-bottom: 15px;
  width: 100%; }

form.styled input[type=radio] {
  display: none;
  line-height: 20px; }
  form.styled input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 20px;
    padding-left: 25px;
    margin-right: 15px; }
    form.styled input[type=radio] + label:before {
      content: "";
      top: 0;
      left: 0;
      border: 1px solid #9b9b9b;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: absolute;
      border-radius: 50%;
      box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }
  form.styled input[type=radio]:checked + label:before {
    content: "\2022";
    color: #01ad01;
    font-size: 40px;
    text-align: center;
    line-height: 14px; }

form.styled input[type=checkbox] {
  display: none;
  line-height: 20px; }
  form.styled input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    line-height: 20px;
    padding-left: 25px;
    margin-right: 15px;
    margin-bottom: 20px; }
    form.styled input[type=checkbox] + label:before {
      content: "";
      top: 0;
      left: 0;
      border: 1px solid #9b9b9b;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: absolute;
      border-radius: 3px; }
  form.styled input[type=checkbox]:checked + label:before {
    content: "\2714";
    color: #01ad01;
    font-size: 25px;
    text-align: center;
    line-height: 12px; }

form.styled textarea {
  margin-bottom: 15px;
  width: 100%;
  height: 200px; }

form.styled .styled-select {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #c4c4c4; }

form.styled select {
  width: 100%; }

form.styled .invalid {
  border: 1px solid #c40000;
  background-color: #ffeeee; }

textarea,
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="datetime-local"] {
  border: 1px solid #c4c4c4;
  color: #152b81;
  padding: 10px; }

.styled-select {
  position: relative;
  display: inline-block; }
  .styled-select select::-ms-expand {
    display: none; }
  .styled-select select {
    display: inline-block;
    border: none;
    background: #fff;
    margin: 0;
    outline: none;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
    width: 246px;
    position: relative;
    margin: 0;
    padding: 7px 20px 7px 11px;
    color: #152b81;
    cursor: pointer; }
  .styled-select:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #152b81;
    margin: 8px;
    box-sizing: content-box;
    border: 8px solid #fff; }
  .styled-select:after {
    content: "";
    background: url(../../../images/sprite.png) no-repeat -154px -76px;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 2;
    pointer-events: none; }

table.styled {
  width: 100%;
  border: none; }
  table.styled .label {
    font-weight: bold; }
  table.styled .icon {
    background: white;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    padding: 5px;
    display: inline-block;
    border: 2px solid #e2eff9; }
  table.styled thead {
    text-align: left;
    background-color: #e2eff9;
    font-size: 13px/1.5; }
    table.styled thead th {
      padding: 8px 8px 8px 10px; }
  table.styled tbody td {
    padding: 8px 8px 8px 10px; }
  table.styled tbody tr:nth-child(even) {
    background-color: #e2eff9; }
  table.styled tbody tr:hover {
    background-color: #01ad01;
    color: #fff; }

table.styled-nocolor {
  width: 100%;
  border: none; }
  table.styled-nocolor .label {
    font-weight: bold; }
  table.styled-nocolor thead {
    text-align: left;
    background-color: #e2eff9;
    font-size: 13px/1.5; }
    table.styled-nocolor thead th {
      padding: 8px 8px 8px 10px; }
  table.styled-nocolor tbody td {
    padding: 8px 8px 8px 10px;
    vertical-align: top; }

h3.table-header {
  font: 20px/22px RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #01ad01;
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  text-transform: capitalize; }

.vscroll {
  padding: 0 50px;
  position: relative;
  overflow: hidden; }
  .vscroll.hide-buttons {
    padding: 0 0; }
    .vscroll.hide-buttons .left, .vscroll.hide-buttons .right {
      display: none; }
  .vscroll .left, .vscroll .right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
    cursor: pointer;
    font-size: 30px;
    background-color: #152b81;
    color: white;
    transition: background 0.4s; }
    .vscroll .left.inactive, .vscroll .right.inactive {
      background-color: #ddd;
      cursor: default; }
  .vscroll .left {
    left: 0; }
    .vscroll .left:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "<"; }
  .vscroll .right {
    right: 0; }
    .vscroll .right:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: ">"; }
  .vscroll .content {
    transition: margin-left 0.6s; }

.form-spinner {
  padding: 20px;
  text-align: center; }

/* contaienr styles */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }

/* link styles */
.link {
  font-size: 14px;
  line-height: 16px;
  color: #15a205;
  position: relative;
  padding: 7px 13px;
  display: block; }

.link:before {
  content: "\e605";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: icomoon;
  font-size: 10px;
  line-height: 1;
  color: #15a205; }

.link:hover {
  background-color: #e2eff8;
  color: #152b81;
  text-decoration: none;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif !important; }

.link:hover:before {
  content: none; }

ul.links {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

/* ---------------------------------------------------------
   3. Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  height: 100%;
  position: relative; }

.hold {
  display: table;
  width: 100%;
  height: 100%; }

/* header styles */
.nav-opener {
  display: none; }

.header-t {
  padding: 12px 0 3px;
  text-align: center;
  border-bottom: 1px solid #c4c4c4; }

/* NewMenuLayout, not home for now */
@media screen and (min-width: 1280px) {
  body.home .search-bar {
    height: 65px; }
  body.alerts-active.home .search-bar {
    height: auto; }
  body.not-home .header-b, body.alerts-active .header-b {
    background-color: #01ad01; }
    body.not-home .header-b .menu, body.alerts-active .header-b .menu {
      max-width: 1280px;
      margin: 0 auto; }
      body.not-home .header-b .menu .drop #nav, body.alerts-active .header-b .menu .drop #nav {
        width: 800px;
        float: left; }
  body.not-home .search-bar, body.alerts-active .search-bar {
    float: right;
    background: none;
    padding: 7px 0; }
    body.not-home .search-bar .container, body.alerts-active .search-bar .container {
      padding: 0 20px 0 0; }
  body.not-home .search-form .search-title, body.alerts-active .search-form .search-title {
    display: none; }
  body.not-home .search-form .form-wrap, body.alerts-active .search-form .form-wrap {
    width: 335px;
    padding-right: 35px; }
  body.not-home .search-form input[type="search"], body.alerts-active .search-form input[type="search"] {
    height: 35px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 23px; }
  body.not-home .search-form .submit-wrap, body.alerts-active .search-form .submit-wrap {
    height: 35px;
    width: 35px; }
    body.not-home .search-form .submit-wrap:before, body.alerts-active .search-form .submit-wrap:before {
      font-size: 18px;
      right: 8px;
      top: 8px;
      width: 22px;
      height: 24px; }
  body.not-home .search-form input[type="submit"], body.alerts-active .search-form input[type="submit"] {
    height: 35px; }
  body.not-home .search-form .autocomplete, body.alerts-active .search-form .autocomplete {
    font-size: 15px;
    line-height: 17px; } }

#wrapper.active.nav-active .spec-block.tablet {
  border-color: transparent !important; }

#wrapper.active.nav-active .search-bar {
  position: relative; }

#wrapper.active.nav-active .search-bar:before {
  content: "";
  background: #01ad01;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px; }

/* page logo styles */
.logo {
  float: left;
  width: 182px;
  height: 25px;
  margin-bottom: 8px; }

.logo img {
  width: 100%;
  height: auto; }

.date-holder {
  display: inline-block;
  color: #9b9b9b;
  max-width: 30%;
  font-size: 14px;
  line-height: 16px;
  color: #9b9b9b;
  padding-left: 55px; }

.date-holder span {
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.data {
  display: none;
  background: #fff;
  margin: 5px;
  padding: 15px 10px; }

.data .title {
  display: block;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  margin-bottom: 10px; }

.data .title em {
  font-style: normal; }

.data ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 12px; }

.data ul li:first-child {
  margin-left: 0; }

.data ul a {
  color: #152b81;
  display: block; }

.data ul em {
  display: inline-block;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  background: #e2eff8;
  min-width: 22px;
  text-align: center;
  vertical-align: top;
  border-radius: 100px;
  margin: 0 0 0 5px;
  padding: 1px 5px;
  position: relative; }

/*.data ul em:before {
    content: "";
}*/
.date-wrap {
  font-size: 13px;
  line-height: 15px;
  display: block;
  padding: 5px;
  display: none; }

adv block .spec-block {
  padding: 20px 0;
  text-align: center; }

.spec-block.tablet {
  display: none;
  padding: 3px 0 5px;
  text-align: center; }

.spec-block.tablet img {
  width: 100%; }

.menu {
  background: #01ad01; }

/* main navigation of the page */
#nav .container > ul {
  font-size: 19px;
  line-height: 21px; }

#nav .container > ul > li {
  float: left;
  position: relative; }

#nav .container > ul.right > li {
  float: right;
  position: relative; }

#nav .container > ul > li:hover > a {
  background: #009100; }

#nav .container > ul > li.active > a {
  background: #009100; }

#nav .container > ul > li.home {
  position: relative; }

#nav .container > ul > li.home span {
  font-size: 32px;
  line-height: 1; }

#nav .container > ul > li.home em {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  vertical-align: top;
  margin: 10px 0 0 12px;
  display: none;
  color: #152b81; }

#nav .container > ul > li.home a {
  padding: 7px 14px; }

#nav .container > ul > li.home a:before {
  content: none; }

#nav .container > ul > li > a {
  display: block;
  color: #fff;
  padding: 13px 19px 14px;
  position: relative; }

#nav .container > ul > li > a:hover {
  text-decoration: none;
  background: #009100; }

#nav .container > ul .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 204px;
  background: #009100;
  z-index: 9999;
  box-shadow: 0 19px 19px rgba(0, 0, 0, 0.25);
  padding: 15px 0; }

#nav .container > ul .dropdown ul {
  font-size: 16px;
  line-height: 18px; }

#nav .container > ul .dropdown ul.sep {
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 13px; }

#nav .container > ul .dropdown ul li {
  margin-top: 20px; }

#nav .container > ul .dropdown ul li:first-child {
  margin-top: 0; }

#nav .container > ul .dropdown ul a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 17px; }

/*.search-slide {
    display: none;
}*/
.search-slide.js-slide-hidden {
  position: static !important; }

/* header-b styles */
.search-opener {
  display: none; }

.search-opener:hover {
  text-decoration: none;
  background: #1d4191;
  color: #fff; }

.open-search.active .search-opener {
  background: #1d4191;
  color: #fff; }

/* search bar */
.search-bar {
  background: #e2eff8;
  padding: 12px 0 13px;
  text-align: center;
  letter-spacing: -4px;
  position: relative; }

/* search form styles */
/* main informative part styles */
#main {
  width: 100%;
  padding-top: 12px; }

#main.wide #content {
  width: 100%; }

#main.wide #content .overview-block {
  width: 70%; }

#main.wide.medium #content .overview-block {
  padding-right: 140px; }

#main.wide #content .side-content {
  width: 27%; }

#main.wide .aside {
  width: 14.36%; }

/* top-block styles */
.top-block {
  margin-bottom: 39px; }

/* content-l styles */
.content-l {
  width: 73.7%;
  float: left; }

/* weather-info-wrap styles */
.radar-block-holder {
  float: right;
  width: 60.19%;
  padding: 0 0 20px;
  /*border-bottom: 1px solid #c4c4c4;*/ }

/* radar block styles */
.radar-block {
  width: 100%; }

.radar-block.wide {
  margin-bottom: 28px; }

.radar-block .radar-selector {
  background: #e2eff8;
  padding: 6px 12px 6px 18px;
  margin-top: 30px;
  position: relative;
  z-index: 1; }

.radar-block .radar-selector:after {
  content: "";
  position: absolute;
  left: 38%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #e2eff8 transparent transparent transparent; }

.radar-block .radar-selector .title {
  float: left;
  margin: 7px 12px 0 0;
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.radar-block .radar-selector select.sel02 {
  width: 215px; }

.advertise-block {
  display: none;
  margin-bottom: 21px; }

.weather-info-wrap > a {
  font-size: 14px;
  line-height: 16px;
  color: #15a205;
  position: relative;
  padding-left: 13px; }

.weather-info-wrap > a:before {
  content: "\e605";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: icomoon;
  font-size: 10px;
  line-height: 1;
  color: #15a205;
  margin-top: -5px; }

/* more info styles */
.more-info {
  font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.more-info .adv-wrap.show-on-tablet {
  display: none; }

.more-info .map {
  display: block;
  color: #162c82; }

.more-info h2 {
  color: #162c82;
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 16px; }

.more-info ul {
  margin-bottom: 23px; }

.more-info ul li {
  margin-bottom: 5px; }

.more-info ul li > a {
  font-size: 14px;
  line-height: 16px;
  color: #15a205;
  position: relative;
  padding-left: 13px;
  display: block;
  padding: 7px 13px;
  font-weight: normal;
  font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif; }

.more-info ul li > a:before {
  content: "\e605";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: icomoon;
  font-size: 10px;
  line-height: 1;
  color: #15a205;
  margin-top: -5px; }

.more-info ul li > a:hover {
  background: #e2eff8;
  color: #152b81;
  text-decoration: none;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.more-info ul li > a:hover:before {
  content: none; }

/* weather info btm styles */
.weather-info-btm .adv-wrap {
  width: 36.81%;
  float: left; }

.adholder {
  padding: 10px; }

#adholder_header .ad, #adholder_headerSmall .ad, #adholder_sidebarSmall .ad {
  margin: 0px auto; }

/* aside block styles */
.aside {
  float: right;
  /*width: 24.19%;*/
  padding-bottom: 20px;
  margin-top: 15px; }

.aside.wide {
  padding-top: 4px; }

.aside .adv-wrap.inner {
  text-align: center;
  margin-top: 6px; }

.aside .aside-list {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4; }

.aside .aside-list h2 {
  margin: 0 0 10px;
  font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81; }

.aside .aside-list ul li {
  margin-bottom: 6px; }

.aside .aside-list ul li > a {
  font-size: 14px;
  line-height: 16px;
  color: #15a205;
  position: relative;
  padding: 7px 13px;
  display: block; }

.aside .aside-list ul li > a:before {
  content: "\e605";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: icomoon;
  font-size: 10px;
  line-height: 1;
  color: #15a205;
  margin-top: -5px; }

.aside .aside-list ul li > a:hover {
  background: #e2eff8;
  color: #152b81;
  text-decoration: none;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.aside .aside-list ul li > a:hover:before {
  content: none; }

.aside .advertisement {
  display: none; }

.aside .advertisement.desktop {
  display: none; }

/* nederland block styles */
/*.nederland-block {
    background: #f1f7fc;
	*/
.traffic-block .left .routeradar-block {
  margin-top: 1.2em; }

.traffic-block .left h3 {
  font-weight: normal; }

.traffic-block .summary-block {
  font: 16px/20px RTLGraphikTT-Regular, Arial, Helvetica, sans-serif;
  /*font: 18px/22px "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;*/ }

.traffic-block .header-r {
  max-width: unset;
  /*margin-top: 15px;
            border-top: 1px solid #c4c4c4;
            padding: 15px 0 15px 0;*/ }
  .traffic-block .header-r .title {
    display: none; }

.traffic-block .sign-block {
  float: left;
  width: 36.91%;
  text-align: center; }
  .traffic-block .sign-block .period {
    text-align: left;
    padding-bottom: 10px; }
  .traffic-block .sign-block .holder {
    padding-bottom: 11px; }
  .traffic-block .sign-block .jam-sign {
    padding-top: 10px; }

.traffic-block .routeradar-block .title-nl {
  float: left;
  position: relative;
  font-weight: bold;
  padding-right: 15px;
  /*padding-bottom: 10px;*/ }

.traffic-block .routeradar-block .header-r .routeradar {
  float: left; }

.traffic-block .routeradar-block .header-r ul {
  float: left; }

.traffic-block .summary-block q {
  font-size: 18px; }

.traffic-block .jam-sign {
  max-width: 110px; }

/*}*/
.video-block {
  width: 100%; }

.video-block h1 {
  margin-bottom: 11px; }

.video-block .video-wrap {
  position: relative;
  margin-bottom: 10px; }

.video-block .video-wrap .btn-play {
  overflow: hidden;
  text-indent: -9999px;
  background: url(../../../images/sprite.png) no-repeat -4px 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px; }

.video-block .video-wrap .btn-play:hover {
  opacity: .9; }

.video-block .video-title {
  font: 15px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  color: #152b81;
  margin-bottom: 7px; }

.video-block time {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #999; }

.content-l .video-block {
  float: left;
  width: 36.91%; }
  .content-l .video-block .video-wrap {
    max-width: 336px; }

/* block holder styles */
.block-holder {
  padding: 36px 20px 31px; }

.block-holder .advertisement-block {
  float: left;
  width: 36.91%;
  margin-top: 3px; }

.block-holder .advertisement-block h2 {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #01ad01;
  margin-bottom: 13px; }

.block-holder .advertisement-block .image-holder {
  display: block;
  margin-bottom: 12px; }

.block-holder .new {
  display: block;
  font: 16px/21px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 5px; }

.block-holder .new a {
  color: #152b81; }

/* gallery block styles */
/*.gallery-block {
    float: right;
    width: 60.29%;
    max-width: 551px;
}

.gallery-block .heading {
    margin-bottom: 6px;
}

.gallery-block .heading h3 {
    float: left;
    font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    margin: 0;
}

.gallery-block .heading .link {
    float: right;
    padding-right: 1px;
}

.gallery-block p {
    margin-bottom: 5px;
}

.gallery-block .jcf-scrollable-wrapper {
    margin-bottom: 10px;
}

.gallery-block .jcf-scrollbar-horizontal {
    width: 100% !important;
}

.gallery-block .jcf-scrollable {
    width: 551px !important;
    white-space: nowrap;
    height: 190px !important;
}

.gallery-block .jcf-scrollbar-vertical,
.gallery-block .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.gallery-block .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.gallery-block .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    width: 0 !important;
    background: none;
}

.gallery-block .jcf-scrollbar-horizontal,
.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    height: 0 !important;
}

.gallery-block .gallery-img-holder {
    margin: 0 -7px;
    letter-spacing: -4px;
    font-size: 0;
    line-height: 0;
}

.gallery-block .img-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    letter-spacing: 0;
}

.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    width: 40px;
    height: 190px;
    position: absolute;
    left: 0;
    top: -190px;
    cursor: pointer;
    background: #152b81;
    z-index: 10;
}

.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec:hover,
.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc:hover {
    background: #152b81 !important;
}

.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before,
.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
    content: "\e605";
    font-family: icomoon;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -8px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec.jcf-inactive,
.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc.jcf-inactive {
    background: #c4c4c4;
}

.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: -5px;
}*/
/* weather map holder */
/*.weather-map-holder {
	position: relative;
}

.weather-map-holder:before {
	content: none;
}*/
/* weather map styles */
/*.weather-map.continental {
	background: #f1f7fc;
	padding-top:25px;
    padding-bottom: 18px;
}*/
.weather-map.continental .three-columns .holder {
  margin-bottom: 23px; }

.weather-map .three-columns {
  width: 73.7%;
  float: left; }

.weather-map .three-columns h1 {
  font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin: 0 0 24px;
  color: #152b81; }

.weather-map .three-columns .holder {
  margin: 0 -16px 10px; }

.weather-map .three-columns .column {
  width: 33.33%;
  padding: 0 16px;
  float: left; }

.open-close .opener-holder {
  padding-top: 8px;
  text-align: right;
  display: block;
  position: relative; }

.open-close .opener-holder:before {
  content: "";
  background: #c4c4c4;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 2px 30px 0 0; }

.open-close .opener-holder.fill:before {
  margin: 2px 0 0 0; }

.open-close .opener:hover {
  text-decoration: none;
  opacity: .8; }

.open-close .opener.title {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  display: inline-block;
  margin-bottom: 13px;
  position: relative; }

.weather-map .open-close .opener.title:hover {
  text-decoration: none;
  color: #15a205; }

.open-close .opener.title:before {
  content: none;
  background: url(../../../images/sprite.png) no-repeat -154px -76px;
  width: 11px;
  height: 7px;
  position: absolute;
  left: 8px;
  top: 9px;
  z-index: 2; }

.open-close .opener.more {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #15a105;
  position: relative;
  border-radius: 50%;
  margin: 2px 2px 0 0; }

.open-close .opener.more:before {
  content: "";
  background: url(../../../images/sprite.png) no-repeat -154px -76px;
  width: 11px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -5px; }

.weather-map .open-close ul li {
  margin-bottom: 5px; }

.weather-map .open-close ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #15a205;
  position: relative;
  padding: 7px 13px;
  display: block; }

.weather-map .open-close ul li a:before {
  content: "\e605";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: icomoon;
  font-size: 10px;
  line-height: 1;
  color: #15a205;
  margin-top: -4px; }

.weather-map .open-close ul li a:hover {
  background: #e2eff8;
  color: #152b81;
  text-decoration: none;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.weather-map .open-close ul li a:hover:before {
  content: none; }

/* bezocht block styles */
.bezocht-block {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 18px;
  padding: 0 0 5px; }

.bezocht-block h1 {
  font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 7px; }

.bezocht-block ul {
  margin: 0 -10px; }

.bezocht-block ul li {
  width: 100%;
  float: left;
  padding: 0 10px 10px; }

/*.bezocht-block ul li:first-child {
	width: 38.93%;
}*/
#adholder_footersmall {
  padding-bottom: 20px; }

/* footer styles */
#footer {
  width: 100%;
  overflow: hidden;
  display: table-footer-group;
  display: block;
  /*height: 1%;*/ }

/* footer-t styles */
.footer-t {
  background: #152b81;
  padding: 34px 0 18px; }

.footer-t .four-columns {
  margin: 0 -12px;
  padding-bottom: 15px;
  position: relative; }

.footer-t .four-columns:before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  background: #7380b3;
  height: 1px; }

.footer-t .four-columns .column {
  padding: 0 12px;
  float: left;
  width: 25%; }

.footer-t .four-columns .title {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  display: block;
  color: #fff;
  margin-bottom: 23px; }

.footer-t .four-columns ul li {
  margin-bottom: 13px; }

.footer-t .four-columns ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: relative;
  padding-left: 13px; }

.footer-t .four-columns ul li a:hover {
  text-decoration: none;
  color: #5a9cd7; }

.footer-t .four-columns ul li a:before {
  content: "\e605";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: icomoon;
  font-size: 10px;
  line-height: 1;
  color: #15a205; }

/* app buttons holder styles */
/* app buttons styles */
.app-buttons {
  padding-top: 25px;
  text-align: center; }

.app-buttons li {
  display: inline;
  width: 22.68%;
  margin: 0 25px 10px 0;
  font: 15px/17px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.app-buttons li a {
  display: inline-block;
  background: #5a9cd7;
  border-radius: 3px;
  color: #fff;
  padding: 16px 10px 17px 52px;
  position: relative; }

.app-buttons li a:hover {
  text-decoration: none;
  background: #217ed2; }

.app-buttons li a:before {
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff; }

.app-buttons li a.apple:before {
  content: "\e604";
  font-size: 24px;
  line-height: 1;
  left: 20px;
  top: 12px; }

.app-buttons li a.android:before {
  content: "\e600";
  font-size: 26px;
  left: 18px;
  top: 11px;
  width: 28px;
  height: 28px; }

.app-buttons li a.windows:before {
  content: "\e601";
  font-size: 28px;
  left: 19px;
  top: 11px;
  width: 30px;
  height: 34px; }

.app-buttons li a.whatsapp:before {
  content: "\e602";
  font-size: 27px;
  left: 15px;
  top: 10px;
  width: 32px;
  height: 40px;
  padding-top: 2px; }

/* footer-b styles */
.footer-b {
  text-align: center;
  font: 15px/17px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  padding-top: 12px;
  padding-bottom: 60px; }

.footer-b .copyright em {
  font-style: normal; }

#wrapper.side-push.nav-active:after {
  content: none; }

#wrapper.side-push.nav-active .spec-block.tablet {
  border-top: 5px solid #01ad01; }

#wrapper.side-push.nav-active .spec-block.tablet .container {
  padding-top: 5px; }

/* custom scrollbars styles */
/*.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}*/
/* content styles */
#content {
  width: 73.7%;
  float: left;
  padding-bottom: 22px; }

#content .heading {
  border-bottom: 1px solid #e1e1e1;
  padding: 2px 0 7px;
  margin-bottom: 14px;
  min-height: 43px; }

#content .heading h1 {
  float: left;
  font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  margin: 0;
  max-width: 65%; }

#content .heading .btn-favorite {
  display: none;
  float: right;
  background: #01ad01;
  font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fff;
  padding: 7px 15px 7px 33px;
  border-radius: 3px;
  position: relative;
  margin-top: 4px;
  max-width: 35%; }

#content .heading .btn-favorite:before {
  content: "\e607";
  position: absolute;
  left: 16px;
  top: 8px;
  font-family: icomoon;
  font-size: 13px;
  line-height: 1;
  color: #fff; }

#content .heading .btn-favorite:hover {
  background: #028d02;
  text-decoration: none; }

.block-wrapper {
  margin-bottom: 21px; }

.overview-block {
  position: relative;
  float: right;
  width: 60.19%;
  /*margin: 10px 0 -3px;*/ }

.overview-block h2 {
  font: 25px/27px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 22px; }

.overview-block .overview-block-list {
  margin: 0 -10px -21px;
  letter-spacing: -4px;
  font-size: 0;
  line-height: 0;
  padding-top: 9px; }

.overview-block .overview-block-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 0;
  line-height: 0;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 26px; }

.overview-block .overview-block-list .title {
  display: block;
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 18px; }

.overview-block .overview-block-list .image-holder {
  margin-bottom: 5px; }

.overview-block .overview-block-list .image-holder img {
  width: 100%; }

/* overview list styles */
.overview-list li {
  margin-bottom: 1px; }

.overview-list li .link:before {
  top: 12px;
  margin: 0; }

.overview-list li.active a {
  background: #e2eff9;
  color: #152b81;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.overview-list li.active a:before {
  content: none; }

.overview-list a {
  padding: 9px 13px; }

/* side content styels */
.side-content {
  float: left;
  width: 36.81%; }

.side-content .adv-wrap {
  border-top: 1px solid #e1e1e1;
  padding-top: 31px; }

.side-content .adv-wrap.wide {
  margin-top: 19px; }

.side-content .advertisement {
  display: none; }

.side-content .advertisement.desktop {
  display: none; }

/* video wrapper styles  */
.video-wrapper {
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4; }

.video-wrapper h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #152b81;
  margin-bottom: 31px; }

.video-wrapper .video {
  position: relative;
  margin-bottom: 9px;
  max-width: 550px; }

.video-wrapper .title {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  color: #152b81;
  margin-bottom: 7px;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.video-wrapper time {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #999; }

/* more link styles */
.more-link .title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #152b81;
  margin-bottom: 12px; }

.more-link ul li {
  margin-bottom: 5px; }

/* location block styles */
.location-block {
  border-top: 1px solid #e1e1e1;
  padding: 25px 0;
  margin: 19px 0 0; }

.location-block .title {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  display: block;
  color: #152b81;
  margin-bottom: 12px; }

/* weather detail holder styles */
.weather-detail-holder {
  margin-bottom: 37px; }

.weather-detail-holder h3 {
  margin-bottom: 6px; }

.weather-detail-holder .holder {
  margin: 0 -10px; }

.weather-detail-holder table {
  width: 100%;
  vertical-align: middle; }

.weather-detail-holder table tr {
  border-bottom: 1px solid #e1e1e1; }

.weather-detail-holder table tr td {
  height: 36px;
  padding: 9px 15px 10px 0; }

.weather-detail-holder table td:last-child {
  width: 40%;
  text-align: right;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

/* weather detail styles */
.weather-detail {
  float: left;
  width: 50%;
  padding: 0 10px; }

/* winter detail styles */
.winter-detail-holder {
  margin-bottom: 10px; }

.winter-detail .title {
  font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #162c82;
  display: block;
  margin-bottom: 11px; }

.winter-detail .winter-detail-info {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 7px 0px;
  margin-bottom: 5px; }

.winter-detail .info-block {
  position: relative;
  display: block;
  float: left;
  height: 85px;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-top: 60px;
  text-align: center; }

.winter-detail .info-block-mountain {
  width: calc(50% - 1px);
  background-image: url(/resources/images/icons/winter/icon_berg.png);
  background-position: left 5px; }
  .winter-detail .info-block-mountain .info-snow-top {
    position: absolute;
    top: 6px;
    left: 100px; }
  .winter-detail .info-block-mountain .info-snow-bottom {
    position: absolute;
    top: 47px;
    left: 100px; }

.winter-detail .info-block-slope {
  width: 25%;
  background-image: url(/resources/images/icons/winter/icon_skiierv2.png);
  background-position: center 10px;
  border-right: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1; }

.winter-detail .info-block-lift {
  width: 25%;
  background-image: url(/resources/images/icons/winter/icon_liftv2.png);
  background-position: center 10px; }

.winter-detail table tr td {
  padding: 8px 15px 10px 0; }

.winter-detail table td:first-child {
  text-align: left;
  width: 150px; }

.winter-detail table td:last-child {
  width: auto; }

/* sort term block styles */
.sort-term-block {
  margin-bottom: 46px; }

.sort-term-block h1 {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  margin-bottom: 22px; }

/* pricipitation block styles */
.pricipitation-block {
  margin-bottom: 52px; }

.pricipitation-block h1 {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  margin-bottom: 19px; }

.pricipitation-block span {
  display: block;
  margin-bottom: 14px;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

/* forecast block styles */
.forecast-block {
  margin-bottom: 4px; }

.forecast-block h1 {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  margin-bottom: 21px; }

.forecast-block span {
  display: block; }

.table-wrap {
  margin-bottom: 11px;
  border: 1px solid #c4c4c4; }

.table-wrap .jcf-scrollable {
  width: 100% !important;
  white-space: nowrap;
  height: 470px !important; }

.table-wrap .jcf-scrollbar-vertical,
.table-wrap .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.table-wrap .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.table-wrap .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 0 !important;
  background: none; }

.table-wrap .jcf-scrollbar-horizontal,
.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  height: 0 !important; }

.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  width: 34px;
  height: 470px;
  position: absolute;
  left: 0;
  top: -470px;
  cursor: pointer;
  background: #152b81;
  z-index: 10; }

.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-dec:hover,
.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc:hover {
  background: #152b81 !important; }

.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before,
.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
  content: "\e605";
  font-family: icomoon;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -4px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-dec.jcf-inactive,
.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc.jcf-inactive {
  background: #c4c4c4;
  display: none; }

.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-left: -6px; }

/* forecast table styles */
.forecast-table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  color: #262626;
  overflow: hidden; }

.forecast-table thead {
  background: #e2eff8; }

.forecast-table th {
  font: 12px/14px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  text-align: left; }

.forecast-table th {
  padding: 9px 5px 10px 15px; }

.forecast-table td {
  padding: 3px 5px 3px 15px;
  height: 37px;
  position: relative; }

.forecast-table td.wind {
  padding-right: 42px; }

.forecast-table td.wind em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal; }

.forecast-table td.wind .icon-indicator {
  font-size: 17px;
  line-height: 1;
  position: absolute;
  right: 23px;
  top: 11px;
  color: #152b81; }

.forecast-table td.wind .icon-indicator.style-1 {
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
  top: 8px; }

.forecast-table td.wind .icon-indicator.style-2 {
  -webkit-transform: rotate(167deg);
  -ms-transform: rotate(167deg);
  transform: rotate(167deg);
  top: 8px; }

.forecast-table td.wind .icon-indicator.style-3 {
  -webkit-transform: rotate(114deg);
  -ms-transform: rotate(114deg);
  transform: rotate(114deg);
  top: 8px; }

.forecast-table td.wind .icon-indicator.style-4 {
  -webkit-transform: rotate(97deg);
  -ms-transform: rotate(97deg);
  transform: rotate(97deg);
  top: 8px; }

.forecast-table td.wind .icon-indicator.style-5 {
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
  top: 7px; }

.forecast-table .col1 {
  width: 25.4545454545%; }

.forecast-table .col2 {
  width: 13.8181818182%; }

.forecast-table .col3 {
  width: 14.5454545455%; }

.forecast-table .col4 {
  width: 19.8181818182%; }

.forecast-table .col5 {
  width: 15.8181818182%; }

.forecast-table .col6 {
  width: 10.5454545455%; }

.forecast-table tbody tr {
  position: relative; }

.forecast-table tbody tr:last-child:after {
  content: none; }

.forecast-table time {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.forecast-table .weather-image {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: center;
  padding-top: 4px;
  margin-bottom: -5px; }

.forecast-table .weather-image.wide {
  padding: 0;
  margin: 0; }

.forecast-table .highlight {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 5px 8px;
  margin: 5px 0 0 -7px;
  background: #e85207;
  color: #fff;
  min-width: 40px;
  text-align: center; }

.forecast-table .highlight.blue {
  background: #599cda; }

/* forecast date styles */
.forecast-date {
  margin-bottom: 37px; }

.forecast-date h1 {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.forecast-date .graph-wrap {
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

.forecast-date .graph-wrap img {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  position: relative;
  z-index: -1; }

.forecast-date .jcf-scrollable-wrapper {
  margin-bottom: 10px; }

.forecast-date .jcf-scrollbar-horizontal {
  width: 100% !important; }

.forecast-date .jcf-scrollable {
  width: 551px !important;
  white-space: nowrap;
  height: 275px !important; }

.forecast-date .jcf-scrollbar-vertical,
.forecast-date .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.forecast-date .jcf-scrollbar-vertical .jcf-scrollbar-inc,
.forecast-date .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  width: 0 !important;
  background: none; }

.forecast-date .jcf-scrollbar-horizontal,
.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-handle,
.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  height: 0 !important; }

.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  width: 40px;
  height: 275px;
  position: absolute;
  left: 0;
  top: -275px;
  cursor: pointer;
  background: #152b81;
  z-index: 10; }

.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec:hover,
.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc:hover {
  background: #152b81 !important; }

.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before,
.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
  content: "\e605";
  font-family: icomoon;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -4px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec.jcf-inactive,
.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc.jcf-inactive {
  background: #c4c4c4;
  display: none; }

.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-left: -6px; }

/* rainfall info styles */
.rainfall-info {
  margin-bottom: 46px; }

.rainfall-info h3 {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 19px; }

.rainfall-info .info {
  font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  display: block;
  margin-bottom: 19px; }

.rainfall-info .graph-holder {
  margin-bottom: 20px; }

/*Location forecast*/
.locationforecast {
  margin-bottom: 25px; }

.my-weather-wrap .locationlinklist .menu-title {
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  width: 100%; }

.linklist {
  margin-bottom: 20px; }

@media only screen and (min-width: 1024px) {
  .open-close .opener.title {
    pointer-events: none; }
  .open-close .slide {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    height: 105px !important;
    overflow: hidden;
    padding-bottom: 5px; }
  .open-close.active .slide {
    height: auto !important; }
  .open-close.active .opener.more:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -4px 0 0 -5px; }
  .weather-map.continental .open-close .slide {
    height: 70px !important; }
  .weather-map.continental .open-close.active .slide {
    height: auto !important; }
  .country-winterareas .open-close .slide.toggle-list {
    height: 300px !important; }
  .country-winterareas .open-close .slide {
    height: auto !important; }
  .country-winterareas .open-close.active .slide {
    height: auto !important; }
  #nav .container > ul li:hover .dropdown {
    display: block !important; }
  #nav .container > ul .dropdown {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 204px !important; } }

@media screen and (max-width: 1279px) {
  .app-buttons li {
    float: left; }
  .app-buttons li a {
    display: block; }
  #nav {
    float: left;
    width: 63.3%; }
  #nav .container {
    padding-right: 0; }
  #nav .container > ul > li > a {
    padding: 13px 17px 14px; }
  .search-bar {
    float: right;
    background: none;
    padding: 7px 0; }
  .search-bar .container {
    padding: 0 20px 0 0; }
  .search-form .search-title {
    display: none; }
  .search-form .form-wrap {
    width: 335px;
    padding-right: 35px; }
  .search-form input[type="search"] {
    height: 35px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 23px; }
  .search-form .submit-wrap {
    height: 35px;
    width: 35px; }
  .search-form .submit-wrap:before {
    font-size: 18px;
    right: 8px;
    top: 8px;
    width: 22px;
    height: 24px; }
  .search-form input[type="submit"] {
    height: 35px; }
  .search-form .autocomplete {
    font-size: 15px;
    line-height: 17px; }
  #main {
    padding-top: 35px; }
  #main.wide #content {
    width: 92.8%; }
  #main.wide #content .overview-block {
    width: 60.22%;
    padding-bottom: 17px; }
  #main.wide.medium #content .overview-block {
    padding-right: 0; }
  #main.wide #content .side-content {
    width: 36.93%; }
  .top-block {
    margin-bottom: 7px; }
  .content-l {
    width: 85.78%; }
  .radar-block-holder {
    width: 61.99%; }
  .radar-block.wide {
    margin-bottom: 36px; }
  .radar-block .radar-selector:after {
    left: 50%;
    margin-left: -4px; }
  /*.radar-block .radar-selector .fake-select {
		margin-right: 6px;
	}*/
  .radar-block .radar-selector select {
    width: 201px; }
  .radar-block .radar-selector select.sel02 {
    width: 201px; }
  /*.weather-info-left {
		padding-bottom: 29px;
	}*/
  .weather-info-wrap {
    margin-bottom: 30px; }
  .more-info ul li {
    margin-bottom: 1px; }
  .weather-info-btm .adv-wrap {
    width: 35.81%; }
  .weather-info-btm .relevant-block {
    width: 61.99%; }
  .weather-info-btm .relevant-block h3 {
    margin-bottom: 18px; }
  .weather-info-btm .relevant-block .holder .block-wrap .image-holder {
    margin-bottom: 7px; }
  .aside {
    width: 12.18%; }
  .aside .adv-wrap {
    display: none; }
  .aside .aside-list {
    display: none; }
  .aside .advertisement.desktop {
    display: block; }
  /*.video-block {
        width: 35.61%;
    }*/
  .block-holder {
    padding-top: 20px; }
  .block-holder .advertisement-block {
    width: 35.61%; }
  .gallery-block {
    width: 61.89%; }
  .gallery-block .jcf-scrollable {
    width: 524px !important;
    height: 170px !important; }
  .gallery-block .img-wrap img {
    height: 170px; }
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    height: 170px;
    top: -170px; }
  /*.weather-map.continental {
        padding-bottom: 27px;
    }*/
  .weather-map .three-columns {
    float: none;
    width: 93%; }
  .bezocht-block {
    display: block; }
  .footer-t {
    padding-top: 36px; }
  .app-buttons-holder {
    max-width: 588px;
    margin: 0 auto; }
  .app-buttons {
    padding-top: 30px;
    margin: 0 -14px; }
  .app-buttons li {
    width: 50%;
    padding: 0 14px;
    margin: 0 0 16px; }
  .footer-b {
    padding-top: 19px;
    padding-bottom: 65px; }
  #content {
    width: 92.8%;
    width: 80.62%; }
  #content.wide {
    width: 85.7%; }
  .block-wrapper {
    margin-bottom: 0; }
  .side-content .advertisement.desktop {
    display: block; }
  #adholder_sidebarSmall {
    margin-left: -50px; } }

@media screen and (max-width: 1023px) {
  .bottom-link {
    height: auto !important; }
  .nederland-block.traffic-block .sign-block {
    width: 48%;
    padding-left: 15px; }
  .content-l .video-block {
    /*width: 50%;*/ }
    .content-l .video-block .video-wrap {
      max-width: none; }
  .page-title {
    display: none; }
  #main.wide #content .side-content {
    width: 100%; }
  #wrapper {
    height: auto !important;
    overflow: hidden !important; }
  .hold {
    display: block;
    width: auto;
    height: auto; }
  #header {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed; }
  .header-t {
    float: left;
    border: none;
    width: 50%;
    padding: 0; }
  .logo {
    margin: -40px 0 0 51px;
    width: 170px;
    height: 23px; }
  .date-holder {
    display: none; }
  .traffic-block .routeradar-block .header-r {
    display: block;
    float: left; }
  .header-r {
    display: none; }
  .data {
    display: block; }
  .date-wrap {
    display: block;
    color: #fff; }
  .spec-block {
    border-top: 5px solid #00af00;
    padding: 15px 0 12px; }
  .spec-block {
    padding: 15px 0 10px; }
  .menu {
    background: none;
    min-height: 55px; }
  .menu .drop {
    background: #fff;
    text-align: left;
    border-right: 1px solid #9b9b9b;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: auto;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    background: #e2eff8; }
  #nav {
    float: none;
    width: 100%; }
    #nav .container {
      padding: 0; }
      #nav .container > ul > li {
        float: none;
        border-top: 1px solid #ccc; }
        #nav .container > ul > li :first-child {
          border-top: none; }
        #nav .container > ul > li > a {
          padding: 16px 20px;
          background: #fff;
          color: #152b81; }
        #nav .container > ul > li:hover > a {
          color: #fff;
          background: #03196f; }
        #nav .container > ul > li.home:hover > a {
          color: #03196f;
          background: #fff; }
        #nav .container > ul > li.home {
          color: #009100; }
          #nav .container > ul > li.home :after {
            content: "";
            background: #152b81;
            position: absolute;
            height: 1px;
            left: 0;
            right: 0;
            bottom: -1px;
            z-index: 2; }
          #nav .container > ul > li.home a {
            padding: 10px 14px; }
          #nav .container > ul > li.home.active > a {
            background: #fff; }
        #nav .container > ul > li.active > a {
          background: #03196f; }
        #nav .container > ul > li.current > a {
          font-weight: bold; }
      #nav .container > ul .dropdown {
        margin: 0;
        padding: 0;
        position: static;
        width: 100%;
        box-shadow: none;
        border-top: 1px solid #fff;
        background: none; }
        #nav .container > ul .dropdown ul {
          background: #e2eff8; }
          #nav .container > ul .dropdown ul.sep {
            padding: 0;
            margin: 0; }
          #nav .container > ul .dropdown ul li {
            margin-top: 0;
            border-top: 1px solid #fff; }
            #nav .container > ul .dropdown ul li :first-child {
              border-top: none; }
            #nav .container > ul .dropdown ul li a {
              padding-left: 40px;
              display: block;
              padding: 16px 22px;
              color: #152b81; }
              #nav .container > ul .dropdown ul li a:hover {
                text-decoration: none;
                background: url(../../../images/pattern.png) !important; }
  .header-b {
    display: table-header-group; }
  .search-bar {
    padding: 10px 0; }
  .search-form input[type="search"] {
    border: solid #c4c4c4;
    border-width: 1px 0 1px 1px; }
  #main {
    padding-top: 1px; }
  #main.wide #content {
    width: 100%; }
  #main.wide #content .overview-block {
    width: 100%; }
  #main.wide.medium #content .overview-block {
    padding-right: 0; }
  .top-block {
    padding: 0 70px;
    margin-bottom: 20px; }
  .content-l {
    width: 100%; }
  .radar-block-holder {
    float: none;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 26px;
    height: auto !important; }
  .radar-block .map-content-info {
    padding: 20px; }
  .weather-info-wrap {
    margin-bottom: 28px; }
  .map-info-holder {
    margin-bottom: 0; }
  .more-info {
    float: left;
    width: 50%;
    padding: 0 14px;
    margin-top: 3px; }
  .more-info .adv-wrap.show-on-tablet {
    display: block;
    margin-bottom: 19px; }
  .more-info ul {
    margin-bottom: 20px; }
  .more-info ul li {
    margin-bottom: 5px; }
  .weather-info-btm .adv-wrap.hide-on-tablet {
    display: none; }
  .aside {
    display: none; }
  .aside .advertisement.desktop {
    display: none; }
  /*.nederland-block h1 {
        padding: 0 14px;
    }*/
  .video-block {
    /*width: 50%;*/
    padding: 0 14px;
    margin-bottom: 15px; }
  .block-holder {
    padding: 16px 20px 21px; }
  .block-holder .advertisement-block {
    float: left;
    width: 50%;
    padding: 0 14px; }
  .gallery-block {
    float: left;
    width: 50%;
    padding: 0 14px; }
  .gallery-block .heading h3 {
    font-size: 18px; }
  .gallery-block .jcf-scrollable {
    width: 100% !important;
    height: 190px !important; }
  .gallery-block .img-wrap img {
    height: 190px; }
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    height: 190px;
    top: -190px; }
  .weather-map-holder {
    padding: 18px 34px 23px;
    margin: 0 -14px; }
  .weather-map-holder .weather-map {
    float: left;
    width: 50%;
    padding: 10px 14px; }
  .weather-map-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    right: 0;
    background: #cfcfcf;
    height: 1px; }
  .weather-map {
    background: none; }
  .weather-map .container {
    padding: 0; }
  .weather-map.continental {
    /*background-color:#fff;*/
    padding-bottom: 0; }
  .weather-map.continental .three-columns .holder {
    margin-bottom: 0; }
  .weather-map .three-columns {
    width: 100%; }
  .weather-map .three-columns h1 {
    font-size: 18px;
    margin-bottom: 22px; }
  .weather-map .three-columns .holder {
    margin: 0; }
  .weather-map .three-columns .column {
    float: none;
    width: 100%;
    padding: 0; }
  .weather-map .open-close {
    padding-bottom: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #c4c4c4; }
  .country-winterareas .open-close {
    padding-bottom: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd; }
  .open-close .opener-holder {
    display: none; }
  .open-close.active .opener.title:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px; }
  .open-close .opener.title {
    padding-left: 35px;
    margin-bottom: 12px; }
  .open-close .opener.title:before {
    content: ""; }
  .open-close .opener.title:after {
    content: "";
    width: 22px;
    height: 22px;
    background: #15a105;
    position: relative;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 1px; }
  .open-close .opener.more {
    display: none; }
  .bezocht-block {
    display: none; }
  #footer {
    display: block; }
  .footer-t {
    padding-bottom: 13px; }
  .footer-t .container {
    padding: 0 34px; }
  .footer-t .four-columns .column {
    width: 33.33%; }
  .footer-t .four-columns .column.hide-on-tablet {
    display: none; }
  .app-buttons {
    padding-top: 27px; }
  .footer-b {
    padding-bottom: 26px; }
  .side-push.nav-active .nav-opener {
    background: #152b81; }
  .side-push.nav-active .nav-opener:before,
  .side-push.nav-active .nav-opener:after {
    background: #fff; }
  .side-push.nav-active .nav-opener span:after {
    background: #fff; }
  .nav-opener {
    display: block;
    float: left;
    margin: -55px 0 0 -4px;
    height: 55px;
    position: relative;
    width: 68px;
    padding: 18px 22px; }
  .nav-opener:hover {
    background: #152b81; }
  .nav-opener:hover:before,
  .nav-opener:hover:after {
    background: #fff; }
  .nav-opener:hover span:after {
    background: #fff; }
  .nav-opener:before,
  .nav-opener:after {
    content: "";
    background: #152b81;
    position: absolute;
    height: 4px;
    left: 22px;
    right: 22px;
    top: 26px; }
  .nav-opener:before {
    top: 34px; }
  .nav-opener span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: relative; }
  .nav-opener span:after {
    content: "";
    background: #152b81;
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    top: 0; }
  .wrap.push .drop {
    position: static; }
  .wrap.push .menu {
    width: 100%; }
  #wrapper.side-push .header {
    position: static; }
  #wrapper.side-push .drop ul {
    border: 0; }
  /* left push animation */
  #wrapper.side-push {
    overflow: hidden;
    position: relative; }
  #wrapper.side-push .hold {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    min-width: 768px; }
  #wrapper.side-push .drop {
    position: absolute;
    /* change to fixed */
    top: 0;
    left: -250px;
    width: 250px;
    bottom: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  #wrapper.side-push.nav-active .hold {
    margin: 0 -250px 0 250px; }
  #wrapper.side-push.nav-active .drop {
    left: 0; }
  #wrapper.side-push .drop .nav-opener {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999; }
  /* hardcode btn */
  .side-push.nav-active .menu > .nav-opener:before,
  .side-push.nav-active .menu > .nav-opener:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 0;
    top: 8px; }
  .side-push.nav-active .menu > .nav-opener:after {
    top: 20px; }
  .side-push.nav-active .menu > .nav-opener span {
    opacity: 1; }
  /* disable animation while browser is resizing */
  .resize-nav-active .hold,
  .resize-nav-active .drop,
  .resize-nav-active .drop > ul {
    -webkit-transition: none !important;
    transition: none !important; }
  #content {
    width: 100%; }
  #content.wide {
    width: 100%; }
  #content .heading {
    padding: 16px 15px 7px 12px;
    margin-bottom: 23px; }
  #content .heading .btn-favorite:before {
    font-size: 13px; }
  .block-wrapper {
    padding: 0 13px;
    display: flex;
    flex-direction: column; }
    .block-wrapper .overview-block {
      order: 2;
      width: 100%; }
    .block-wrapper .side-content {
      order: 1;
      width: 100%;
      /*margin-bottom: 20px;*/ }
  .overview-block {
    float: none;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 8px; }
  .overview-block h2 {
    margin-bottom: 27px; }
  .overview-block .overview-block-list {
    margin-bottom: 0; }
  .side-content .advertisement.desktop {
    display: none; }
  .article-block {
    float: none;
    width: 100%;
    padding-top: 0; }
  .article-block .article-image {
    max-width: 550px;
    margin: 0 auto; }
  .weather-detail-holder table tr td {
    padding-right: 6px; }
  .sort-term-block {
    margin-bottom: 31px; }
  .forecast-block {
    margin-bottom: 0; }
  .forecast-table th {
    padding-top: 11px; }
  .forecast-table td.wind .icon-indicator {
    right: 47px; }
  .forecast-table .col1 {
    width: 22.755%; }
  .forecast-table .col2 {
    width: 13.118%; }
  .forecast-table .col3 {
    width: 13.046%; }
  .forecast-table .col4 {
    width: 17.818%; }
  .forecast-table .col5 {
    width: 15.818%; }
  .forecast-table .col6 {
    width: 12.546%; }
  .forecast-table time {
    width: 42%; }
  .forecast-date .jcf-scrollable {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px; }
  #wrapper:after {
    content: "";
    background: #01ad01;
    position: absolute;
    right: 0;
    left: 0;
    top: 43px;
    height: 5px; }
  #header {
    display: block; }
  .logo {
    width: 140px;
    height: 19px;
    margin: 12px 0 0 0; }
  .spec-block {
    display: none;
    border: none; }
  .spec-block .container {
    padding: 10px 10px 5px; }
  .spec-block.tablet {
    display: block; }
  .menu {
    min-height: 1px;
    text-align: right; }
  #nav .container > ul > li.home span {
    font-size: 25px; }
  #nav .container > ul > li.home em {
    font-size: 15px;
    margin: 6px 0 0 10px; }
  #nav .container > ul > li.home a {
    padding: 8px 14px; }
  #nav .container > ul > li > a {
    padding: 12px 30px; }
  /*#nav .container > ul .dropdown ul a {
        padding: 12px 22px;
    }*/
  .search-slide.js-slide-hidden {
    position: absolute !important;
    top: 100% !important; }
  .header-b {
    display: block; }
  .search-opener {
    display: inline-block;
    padding: 7px 12px 4px;
    width: 41px;
    color: #1d4191;
    font-size: 21px;
    z-index: 2;
    height: 43px; }
  .search-bar {
    text-align: right; }
  .search-bar {
    padding: 0;
    width: 100%; }
  .search-bar .container {
    padding: 0; }
  .search-form {
    width: 100%;
    background: #fff;
    padding: 17px 10px 0;
    display: block; }
  .search-form .search-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px; }
  .search-form .autocomplete {
    position: static;
    margin-right: -35px; }
  .top-block {
    padding: 0 10px; }
  .radar-block-holder {
    border: none;
    margin: 0 -10px 15px;
    padding: 0;
    width: auto; }
  .radar-block {
    margin-bottom: 0; }
  .radar-block .map-content-info {
    padding: 10px 9px; }
  .radar-block .map-content-info time {
    font-size: 21px;
    line-height: 18px; }
  .radar-block .map-content-info .controller .controller-holder {
    margin-bottom: 1px; }
  .radar-block .map-content-info .btn-wrap {
    padding: 9px; }
  .advertise-block {
    display: block;
    text-align: center;
    padding: 0 10px; }
  .weather-info-left {
    padding-bottom: 27px; }
  .weather-info-left h1 {
    font-size: 18px;
    line-height: 20px; }
  .weather-info-left .menu-wrap > a {
    font-size: 17px; }
  .more-info .adv-wrap.show-on-tablet {
    display: none; }
  .more-info ul {
    margin-bottom: 23px; }
  .more-info ul li {
    margin-bottom: 6px; }
  .nederland-block .container {
    padding: 0 10px; }
  .nederland-block h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 0; }
  .video-block .video-wrap {
    margin: 0 auto 11px; }
  .block-holder {
    padding: 22px 10px; }
  .block-holder .advertisement-block {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 23px; }
  .block-holder .advertisement-block .image-holder {
    text-align: center; }
  .gallery-block {
    float: none;
    width: 100%;
    padding: 0;
    max-width: none; }
  .gallery-block .heading {
    margin-bottom: 9px; }
  .gallery-block .heading .link {
    display: none; }
  .gallery-block .jcf-scrollable-wrapper {
    width: 500px;
    margin: 0 auto 10px; }
  .gallery-block .jcf-scrollable {
    height: 250px !important;
    width: 500px !important;
    margin: 0 auto; }
  .gallery-block .img-wrap {
    width: 100%; }
  .gallery-block .img-wrap img {
    height: 250px;
    width: 100%; }
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    top: -250px;
    height: 250px;
    width: 34px; }
  .weather-map-holder {
    padding: 0 10px; }
  .weather-map-holder:before {
    left: 20px;
    right: 20px; }
  .weather-map .three-columns h1 {
    margin-bottom: 23px; }
  .bezocht-block {
    display: block; }
  .bezocht-block h1 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px; }
  .footer-t {
    margin-top: 12px;
    padding-top: 25px;
    padding-bottom: 22px; }
  .footer-t .container {
    margin: 0 10px;
    padding: 0; }
  .footer-b {
    padding-top: 25px;
    padding-bottom: 27px;
    font-weight: normal; }
  .footer-b .copyright em {
    display: block; }
  #wrapper.side-push .hold {
    min-width: 320px; }
  .nav-opener {
    height: 48px;
    margin: -5px 0 0 0;
    padding: 17px 11px;
    width: 45px; }
  .nav-opener::before,
  .nav-opener::after {
    right: 11px;
    left: 11px; }
  #content .heading {
    padding: 10px 0 0 0;
    margin-bottom: 0px;
    border-bottom: none; }
  #content .heading h1 {
    max-width: 100%; }
  #content .heading .btn-favorite {
    max-width: 100%; }
  .block-wrapper {
    padding: 0; }
  .overview-block {
    border: none;
    margin: 0;
    padding: 0;
    width: auto; }
  .overview-block h2 {
    margin-bottom: 10px; }
  .table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before,
  .table-wrap .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
    margin-left: -7px; }
  .forecast-table td.wind {
    padding-right: 17px; }
  .forecast-table td.wind .icon-indicator {
    right: 20px; }
  .forecast-table .col1 {
    width: 134px; }
  .forecast-table .col2 {
    width: 81px; }
  .forecast-table .col3 {
    width: 73px; }
  .forecast-table .col4 {
    width: 100px; }
  .forecast-table .col5 {
    width: 89px; }
  .forecast-table .col6 {
    width: 70px; }
  .forecast-date .graph-wrap img {
    height: 300px; }
  .forecast-date .jcf-scrollable-wrapper {
    width: 100% !important;
    margin: 0 auto 10px; }
  .forecast-date .jcf-scrollable {
    height: 300px !important;
    width: 100% !important;
    margin: 0 auto; }
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    top: -300px;
    height: 300px;
    width: 34px; }
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before,
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
    margin-left: -4px; } }

@media screen and (min-width: 1024px) and (max-width: 1140px) {
  .content-l .video-block {
    padding-right: 2%; } }

@media screen and (max-width: 581px) {
  .scroll-x-small {
    overflow-x: scroll; }
  .nederland-block.traffic-block .sign-block {
    float: unset;
    width: 100%; }
  .side-content {
    margin-bottom: 15px; }
  .content-l .video-block {
    float: none;
    width: 100%; }
  .radar-block .radar-selector {
    padding: 6px 18px;
    margin-top: 0; }
  .radar-block .radar-selector .fake-select {
    display: block;
    margin-right: 0; }
  .radar-block .radar-selector select {
    width: 100% !important;
    margin: 0 0 5px; }
  .weather-info-left .menu-wrap > a {
    display: block;
    font-size: 18px; }
  .more-info {
    float: none;
    width: 100%; }
  .video-block {
    float: none;
    width: 100%;
    padding: 0; }
  .gallery-block .jcf-scrollable {
    height: 230px !important;
    width: 400px !important;
    margin: 0 auto; }
  .gallery-block .img-wrap img {
    height: 230px;
    width: 100%; }
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    top: -230px;
    height: 230px;
    width: 34px; }
  .weather-map-holder .weather-map {
    float: none;
    width: 100%;
    padding-bottom: 23px;
    padding-top: 25px;
    margin-bottom: 10px; }
  .weather-map-holder:before {
    content: none; }
  .weather-map {
    /*background: #f1f7fc;*/
    padding-bottom: 27px;
    padding-top: 24px; }
  .weather-map.continental {
    padding-top: 14px;
    padding-bottom: 0; }
  .bezocht-block ul li {
    float: none;
    width: auto;
    padding-bottom: 6px; }
  .bezocht-block ul li:first-child {
    width: 100%; }
  .footer-t .four-columns {
    margin: 0;
    padding-bottom: 0; }
  .footer-t .four-columns:before {
    content: none; }
  .footer-t .four-columns .column {
    width: 100%;
    border-bottom: 1px solid #7380b3;
    padding: 0 10px 15px;
    margin-bottom: 26px; }
  .app-buttons {
    padding-top: 5px; }
  .app-buttons li {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 9px; }
  #content .heading h1 {
    float: none;
    display: block;
    margin-bottom: 10px; }
  #content .heading .btn-favorite {
    float: none;
    text-align: center; }
  .overview-block h2 {
    font-size: 20px; }
  .info-block .image-holder {
    float: none;
    text-align: center;
    margin: 0 0 15px; }
  .weather-detail {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .forecast-table time {
    width: auto;
    padding-right: 10px; }
  .forecast-table .weather-image {
    width: auto;
    padding: 0;
    margin: 0; }
  .forecast-date .graph-wrap img {
    height: 230px; }
  .forecast-date .jcf-scrollable {
    height: 230px !important;
    width: 100% !important;
    margin: 0 auto; }
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    top: -230px;
    height: 230px;
    width: 34px; }
  #adholder_footersmall {
    margin-bottom: 10px; } }

@media screen and (max-width: 499px) {
  .search-form .search-title {
    display: none; }
  .search-form .form-wrap {
    width: 100%;
    display: block; }
  .weather-info-left .menu-wrap {
    display: block; }
  .bezocht-block {
    padding: 7px 0 15px;
    margin-top: 0;
    border: solid #c4c4c4;
    border-width: 0 0 1px;
    margin-bottom: 10px; }
  .overview-block .overview-block-list li {
    width: 100%;
    display: block; } }

@media only screen and (max-width: 419px) {
  .gallery-block .jcf-scrollable {
    height: 170px !important;
    width: 300px !important;
    margin: 0 auto; }
  .gallery-block .img-wrap img {
    height: 170px;
    width: 100%; }
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .gallery-block .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    top: -170px;
    height: 170px;
    width: 34px; }
  .forecast-date .graph-wrap img {
    height: 150px; }
  .forecast-date .jcf-scrollable {
    height: 150px !important;
    width: 300px !important;
    margin: 0 auto; }
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .forecast-date .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    top: -150px;
    height: 150px;
    width: 34px; } }

.buienradar-control .map-content-info .location {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%; }

.clearfix {
  clear: both; }

.hidden {
  display: none; }

.toggle {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 40px;
  box-sizing: border-box;
  line-height: 20px;
  border-top: 1px solid #C4C4C4;
  text-decoration: none;
  color: #152b81;
  position: relative; }
  .toggle:before {
    content: "\25BA";
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 10px;
    pointer-events: none;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #01ad01;
    box-sizing: content-box;
    border-radius: 50%;
    margin-top: 14px;
    border: 6px solid transparent;
    transform: rotate(90deg);
    transition: transform 0.5s; }
  .toggle.active:before {
    transform: rotate(-90deg); }
  .toggle + *:not(.toggle) {
    display: none;
    margin-bottom: 20px; }

button.toggle {
  text-align: left;
  color: #fff;
  border: 1px solid #C4C4C4;
  background: #01ad01;
  border-radius: 3px; }
  button.toggle:before {
    background: #FFF;
    color: #01ad01;
    margin-left: 7px; }

.faq p {
  margin: 0; }

.faq .uitleg p {
  margin: 0 0 1.2em; }

.uitleg {
  background-color: #E7F2F9;
  padding: 20px;
  display: none; }

.teammember {
  display: inline-block;
  margin: 10px;
  text-align: center;
  color: #01ad01; }
  .teammember img {
    margin-bottom: 10px; }

.aspectratio {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .aspectratio .respect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.alert {
  padding: 15px;
  margin: 10px auto;
  border: 1px solid transparent;
  border-radius: 4px;
  max-width: 1260px; }
  .alert.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }

.bblocked {
  display: none; }

@media screen and (min-width: 768px) {
  #autoNativeContainerMobile {
    display: none; } }

@media screen and (max-width: 1300px) {
  .alert {
    margin: 10px; } }

@media screen and (max-width: 1023px) {
  .bblocked {
    float: left; }
  #adholderContainerSidebar {
    display: none; }
  .submenu {
    display: none; } }

.article h2 {
  font: 24px/26px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin-bottom: 13px;
  color: #15a205; }

.article .meta {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 29px; }

.article .hightlight {
  font-weight: 700; }

.biography {
  border: solid #c4c4c4;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 30px; }
  .biography .image-holder {
    float: left;
    margin-right: 27px;
    border-radius: 50%; }
  .biography .description {
    overflow: hidden;
    padding-right: 20px; }
  .biography .name {
    display: block;
    font-weight: 700;
    color: #15a205; }

a .biography .description,
a .biography .name {
  color: #152b81; }

a:hover {
  text-decoration: none; }

.control-not-found {
  color: #999;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ddd; }
  .control-not-found .error {
    display: block;
    padding-top: 10px;
    color: #bbb;
    font-size: 11px;
    line-height: 13px; }

.creator {
  padding: 10px; }
  .creator.small {
    background: #e9f4fa; }
    .creator.small .meta {
      display: inline-block;
      margin: 4px;
      margin-left: 10px; }
    .creator.small .image {
      height: 50px; }
    .creator.small .name {
      font-weight: bold; }
    .creator.small .sub {
      color: #5f666c; }

hr {
  background-color: #D0D0D0;
  color: #D0D0D0;
  border: none;
  height: 1px;
  margin: 30px 0;
  line-height: 0; }

@media screen and (max-width: 767px) {
  hr {
    display: none; } }

.topic li:hover {
  background-color: #e2eff8;
  cursor: pointer; }

.control-spacer {
  position: relative;
  margin-top: 15px; }

.content-pager-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px; }

ul.content-pager {
  display: block;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 10px 0 0 0; }
  ul.content-pager li {
    float: left;
    display: block;
    margin-right: 5px; }
    ul.content-pager li a:hover {
      text-decoration: underline; }
    ul.content-pager li.active a {
      color: #152b81;
      text-decoration: underline;
      font-weight: bold; }

.blog .blog-intro {
  padding-bottom: 10px; }
  .blog .blog-intro a {
    color: #152b81; }
  .blog .blog-intro h4 {
    margin-bottom: 2px; }
  .blog .blog-intro .img-holder {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 160px; }
  .blog .blog-intro .summary {
    font-size: 95%; }
  .blog .blog-intro .author {
    font-size: 90%;
    color: #9b9b9b; }
    .blog .blog-intro .author a {
      color: #9b9b9b; }

.blog-paragraph img {
  height: auto; }

.cim-logo {
  float: right;
  padding-bottom: 15px;
  padding-left: 10px; }

/* event-create-form */
.event-create-form .autocompletecontainer {
  position: relative;
  z-index: 500;
  margin-top: -15px; }

.event-create-form .marginspacer {
  height: 15px; }

.content-banner {
  margin-bottom: 20px; }

.promo h3 {
  color: #15a205; }

.promo img {
  height: auto; }

.blog-parapgraph img {
  height: auto; }

img.size-full {
  height: auto; }

.knmi-climatemodel {
  margin-top: 30px;
  padding-bottom: 20px; }

.rss-feed-loader figure {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0; }
  .rss-feed-loader figure figcaption {
    font-style: italic; }

.rss-feed-loader img {
  width: 100%; }

.blog-detail iframe {
  width: 100%; }

.visible-high-contrast {
  display: none; }

.high-contrast-mode .visible-high-contrast {
  display: block;
  background-color: #000000;
  color: #ffffff; }

.heavy-quakes-list {
  padding-bottom: 20px; }

.pika-single {
  z-index: 12000; }

.weather-detail .info-box-holder .info-box {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  display: none;
  padding: 0 0 40px 0;
  right: 0;
  top: -80px; }
  .weather-detail .info-box-holder .info-box .panel {
    height: 80px;
    padding: 10px;
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    /*font: 13px/1.5 "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;*/
    cursor: auto; }

.weather-detail .info-box-holder.small .info-box {
  height: 100px;
  top: -60px; }
  .weather-detail .info-box-holder.small .info-box .panel {
    height: 60px; }

.weather-detail .info-box-holder.wide .info-box {
  width: 160px; }

.weather-detail td {
  position: relative; }

.weather-detail .info-box-holder {
  cursor: pointer; }
  .weather-detail .info-box-holder:hover .info-box {
    display: block; }

.weather-detail .info-button {
  display: inline-block;
  font-family: "Times New Roman", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  background: #e2eff8;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  border-radius: 100px;
  margin: 0;
  padding: 0 2px 0 2px;
  position: relative; }

a[rel="nofollow"]:not(.rsbtn_play) {
  display: none; }

.cluster-icon-white {
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  line-height: 30px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  font-weight: bold;
  font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  font-size: 12px; }

#adholderContainerHeader {
  min-height: 74px; }

@media screen and (min-width: 1024px) {
  #adholderContainerHeader {
    min-height: 114px; }
  a.button.linkOverzicht {
    margin-top: 38px;
    /*width: 100%;*/ } }

@media screen and (min-width: 1280px) {
  #br-ad-advertorial {
    width: 336px; } }

.br-overlay {
  /*height: 0px;*/
  overflow: visible;
  pointer-events: none;
  background: none !important; }

.raw-html {
  margin-bottom: 20px; }

.example {
  background-image: url("/images/my_image.png"); }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .example {
      background-image: url("/images/my_image@2x.png");
      background-size: 200px 100px; } }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .open-close .opener.title:before {
    background-image: url(../../../images/sprite@2x.png);
    background-size: 250px 250px; }
  .open-close .opener.more:before {
    background-image: url(../../../images/sprite@2x.png);
    background-size: 250px 250px; } }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /*
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {*/
  img[src^="/resources/images/icons/weather/30x30"] {
    width: 30px;
    height: 30px; }
  img[src="/resources/images/icons/weather/30x30/a.png"] {
    content: url(/resources/images/icons/weather/30x30/a.png); }
  img[src="/resources/images/icons/weather/30x30/aa.png"] {
    content: url(/resources/images/icons/weather/30x30/aa.png); }
  img[src="/resources/images/icons/weather/30x30/b.png"] {
    content: url(/resources/images/icons/weather/30x30/b.png); }
  img[src="/resources/images/icons/weather/30x30/bb.png"] {
    content: url(/resources/images/icons/weather/30x30/bb.png); }
  img[src="/resources/images/icons/weather/30x30/c.png"] {
    content: url(/resources/images/icons/weather/30x30/c.png); }
  img[src="/resources/images/icons/weather/30x30/cc.png"] {
    content: url(/resources/images/icons/weather/30x30/cc.png); }
  img[src="/resources/images/icons/weather/30x30/d.png"] {
    content: url(/resources/images/icons/weather/30x30/d.png); }
  img[src="/resources/images/icons/weather/30x30/dd.png"] {
    content: url(/resources/images/icons/weather/30x30/dd.png); }
  img[src="/resources/images/icons/weather/30x30/f.png"] {
    content: url(/resources/images/icons/weather/30x30/f.png); }
  img[src="/resources/images/icons/weather/30x30/ff.png"] {
    content: url(/resources/images/icons/weather/30x30/ff.png); }
  img[src="/resources/images/icons/weather/30x30/g.png"] {
    content: url(/resources/images/icons/weather/30x30/g.png); }
  img[src="/resources/images/icons/weather/30x30/gg.png"] {
    content: url(/resources/images/icons/weather/30x30/gg.png); }
  img[src="/resources/images/icons/weather/30x30/h.png"] {
    content: url(/resources/images/icons/weather/30x30/h.png); }
  img[src="/resources/images/icons/weather/30x30/hh.png"] {
    content: url(/resources/images/icons/weather/30x30/hh.png); }
  img[src="/resources/images/icons/weather/30x30/i.png"] {
    content: url(/resources/images/icons/weather/30x30/i.png); }
  img[src="/resources/images/icons/weather/30x30/ii.png"] {
    content: url(/resources/images/icons/weather/30x30/ii.png); }
  img[src="/resources/images/icons/weather/30x30/j.png"] {
    content: url(/resources/images/icons/weather/30x30/j.png); }
  img[src="/resources/images/icons/weather/30x30/jj.png"] {
    content: url(/resources/images/icons/weather/30x30/jj.png); }
  img[src="/resources/images/icons/weather/30x30/m.png"] {
    content: url(/resources/images/icons/weather/30x30/m.png); }
  img[src="/resources/images/icons/weather/30x30/mm.png"] {
    content: url(/resources/images/icons/weather/30x30/mm.png); }
  img[src="/resources/images/icons/weather/30x30/n.png"] {
    content: url(/resources/images/icons/weather/30x30/n.png); }
  img[src="/resources/images/icons/weather/30x30/nn.png"] {
    content: url(/resources/images/icons/weather/30x30/nn.png); }
  img[src="/resources/images/icons/weather/30x30/o.png"] {
    content: url(/resources/images/icons/weather/30x30/o.png); }
  img[src="/resources/images/icons/weather/30x30/oo.png"] {
    content: url(/resources/images/icons/weather/30x30/oo.png); }
  img[src="/resources/images/icons/weather/30x30/q.png"] {
    content: url(/resources/images/icons/weather/30x30/q.png); }
  img[src="/resources/images/icons/weather/30x30/qq.png"] {
    content: url(/resources/images/icons/weather/30x30/qq.png); }
  img[src="/resources/images/icons/weather/30x30/r.png"] {
    content: url(/resources/images/icons/weather/30x30/r.png); }
  img[src="/resources/images/icons/weather/30x30/rr.png"] {
    content: url(/resources/images/icons/weather/30x30/rr.png); }
  img[src="/resources/images/icons/weather/30x30/s.png"] {
    content: url(/resources/images/icons/weather/30x30/s.png); }
  img[src="/resources/images/icons/weather/30x30/ss.png"] {
    content: url(/resources/images/icons/weather/30x30/ss.png); }
  img[src="/resources/images/icons/weather/30x30/t.png"] {
    content: url(/resources/images/icons/weather/30x30/t.png); }
  img[src="/resources/images/icons/weather/30x30/tt.png"] {
    content: url(/resources/images/icons/weather/30x30/tt.png); }
  img[src="/resources/images/icons/weather/30x30/u.png"] {
    content: url(/resources/images/icons/weather/30x30/u.png); }
  img[src="/resources/images/icons/weather/30x30/uu.png"] {
    content: url(/resources/images/icons/weather/30x30/uu.png); }
  img[src="/resources/images/icons/weather/30x30/v.png"] {
    content: url(/resources/images/icons/weather/30x30/v.png); }
  img[src="/resources/images/icons/weather/30x30/vv.png"] {
    content: url(/resources/images/icons/weather/30x30/vv.png); }
  img[src="/resources/images/icons/weather/30x30/w.png"] {
    content: url(/resources/images/icons/weather/30x30/w.png); }
  img[src="/resources/images/icons/weather/30x30/ww.png"] {
    content: url(/resources/images/icons/weather/30x30/ww.png); }
  a[style*="/resources/images/countries/ad.png"] {
    background-image: url(/resources/images/countries/ad@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ae.png"] {
    background-image: url(/resources/images/countries/ae@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/af.png"] {
    background-image: url(/resources/images/countries/af@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ag.png"] {
    background-image: url(/resources/images/countries/ag@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ai.png"] {
    background-image: url(/resources/images/countries/ai@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/al.png"] {
    background-image: url(/resources/images/countries/al@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/am.png"] {
    background-image: url(/resources/images/countries/am@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ao.png"] {
    background-image: url(/resources/images/countries/ao@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/aq.png"] {
    background-image: url(/resources/images/countries/aq@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ar.png"] {
    background-image: url(/resources/images/countries/ar@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/as.png"] {
    background-image: url(/resources/images/countries/as@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/at.png"] {
    background-image: url(/resources/images/countries/at@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/au.png"] {
    background-image: url(/resources/images/countries/au@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/aw.png"] {
    background-image: url(/resources/images/countries/aw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ax.png"] {
    background-image: url(/resources/images/countries/ax@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/az.png"] {
    background-image: url(/resources/images/countries/az@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ba.png"] {
    background-image: url(/resources/images/countries/ba@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bb.png"] {
    background-image: url(/resources/images/countries/bb@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bd.png"] {
    background-image: url(/resources/images/countries/bd@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/be.png"] {
    background-image: url(/resources/images/countries/be@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bf.png"] {
    background-image: url(/resources/images/countries/bf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bg.png"] {
    background-image: url(/resources/images/countries/bg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bh.png"] {
    background-image: url(/resources/images/countries/bh@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bi.png"] {
    background-image: url(/resources/images/countries/bi@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bj.png"] {
    background-image: url(/resources/images/countries/bj@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bl.png"] {
    background-image: url(/resources/images/countries/bl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bm.png"] {
    background-image: url(/resources/images/countries/bm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bn.png"] {
    background-image: url(/resources/images/countries/bn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bo.png"] {
    background-image: url(/resources/images/countries/bo@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bq.png"] {
    background-image: url(/resources/images/countries/bq@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/br.png"] {
    background-image: url(/resources/images/countries/br@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bs.png"] {
    background-image: url(/resources/images/countries/bs@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bt.png"] {
    background-image: url(/resources/images/countries/bt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bv.png"] {
    background-image: url(/resources/images/countries/bv@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bw.png"] {
    background-image: url(/resources/images/countries/bw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/by.png"] {
    background-image: url(/resources/images/countries/by@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/bz.png"] {
    background-image: url(/resources/images/countries/bz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ca.png"] {
    background-image: url(/resources/images/countries/ca@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cc.png"] {
    background-image: url(/resources/images/countries/cc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cd.png"] {
    background-image: url(/resources/images/countries/cd@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cf.png"] {
    background-image: url(/resources/images/countries/cf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cg.png"] {
    background-image: url(/resources/images/countries/cg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ch.png"] {
    background-image: url(/resources/images/countries/ch@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ci.png"] {
    background-image: url(/resources/images/countries/ci@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ck.png"] {
    background-image: url(/resources/images/countries/ck@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cl.png"] {
    background-image: url(/resources/images/countries/cl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cm.png"] {
    background-image: url(/resources/images/countries/cm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cn.png"] {
    background-image: url(/resources/images/countries/cn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/co.png"] {
    background-image: url(/resources/images/countries/co@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cr.png"] {
    background-image: url(/resources/images/countries/cr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cu.png"] {
    background-image: url(/resources/images/countries/cu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cv.png"] {
    background-image: url(/resources/images/countries/cv@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cw.png"] {
    background-image: url(/resources/images/countries/cw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cx.png"] {
    background-image: url(/resources/images/countries/cx@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cy.png"] {
    background-image: url(/resources/images/countries/cy@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/cz.png"] {
    background-image: url(/resources/images/countries/cz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/de.png"] {
    background-image: url(/resources/images/countries/de@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/dj.png"] {
    background-image: url(/resources/images/countries/dj@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/dk.png"] {
    background-image: url(/resources/images/countries/dk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/dm.png"] {
    background-image: url(/resources/images/countries/dm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/do.png"] {
    background-image: url(/resources/images/countries/do@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/dz.png"] {
    background-image: url(/resources/images/countries/dz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ec.png"] {
    background-image: url(/resources/images/countries/ec@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ee.png"] {
    background-image: url(/resources/images/countries/ee@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/eg.png"] {
    background-image: url(/resources/images/countries/eg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/eh.png"] {
    background-image: url(/resources/images/countries/eh@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/er.png"] {
    background-image: url(/resources/images/countries/er@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/es.png"] {
    background-image: url(/resources/images/countries/es@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/et.png"] {
    background-image: url(/resources/images/countries/et@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/fi.png"] {
    background-image: url(/resources/images/countries/fi@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/fj.png"] {
    background-image: url(/resources/images/countries/fj@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/fk.png"] {
    background-image: url(/resources/images/countries/fk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/fm.png"] {
    background-image: url(/resources/images/countries/fm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/fo.png"] {
    background-image: url(/resources/images/countries/fo@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/fr.png"] {
    background-image: url(/resources/images/countries/fr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ga.png"] {
    background-image: url(/resources/images/countries/ga@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gb.png"] {
    background-image: url(/resources/images/countries/gb@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gd.png"] {
    background-image: url(/resources/images/countries/gd@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ge.png"] {
    background-image: url(/resources/images/countries/ge@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gf.png"] {
    background-image: url(/resources/images/countries/gf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gg.png"] {
    background-image: url(/resources/images/countries/gg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gh.png"] {
    background-image: url(/resources/images/countries/gh@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gi.png"] {
    background-image: url(/resources/images/countries/gi@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gl.png"] {
    background-image: url(/resources/images/countries/gl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gm.png"] {
    background-image: url(/resources/images/countries/gm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gn.png"] {
    background-image: url(/resources/images/countries/gn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gp.png"] {
    background-image: url(/resources/images/countries/gp@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gq.png"] {
    background-image: url(/resources/images/countries/gq@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gr.png"] {
    background-image: url(/resources/images/countries/gr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gs.png"] {
    background-image: url(/resources/images/countries/gs@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gt.png"] {
    background-image: url(/resources/images/countries/gt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gu.png"] {
    background-image: url(/resources/images/countries/gu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gw.png"] {
    background-image: url(/resources/images/countries/gw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/gy.png"] {
    background-image: url(/resources/images/countries/gy@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/hk.png"] {
    background-image: url(/resources/images/countries/hk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/hm.png"] {
    background-image: url(/resources/images/countries/hm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/hn.png"] {
    background-image: url(/resources/images/countries/hn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/hr.png"] {
    background-image: url(/resources/images/countries/hr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ht.png"] {
    background-image: url(/resources/images/countries/ht@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/hu.png"] {
    background-image: url(/resources/images/countries/hu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/id.png"] {
    background-image: url(/resources/images/countries/id@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ie.png"] {
    background-image: url(/resources/images/countries/ie@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/il.png"] {
    background-image: url(/resources/images/countries/il@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/im.png"] {
    background-image: url(/resources/images/countries/im@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/in.png"] {
    background-image: url(/resources/images/countries/in@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/io.png"] {
    background-image: url(/resources/images/countries/io@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/iq.png"] {
    background-image: url(/resources/images/countries/iq@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ir.png"] {
    background-image: url(/resources/images/countries/ir@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/is.png"] {
    background-image: url(/resources/images/countries/is@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/it.png"] {
    background-image: url(/resources/images/countries/it@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/je.png"] {
    background-image: url(/resources/images/countries/je@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/jm.png"] {
    background-image: url(/resources/images/countries/jm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/jo.png"] {
    background-image: url(/resources/images/countries/jo@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/jp.png"] {
    background-image: url(/resources/images/countries/jp@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ke.png"] {
    background-image: url(/resources/images/countries/ke@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kg.png"] {
    background-image: url(/resources/images/countries/kg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kh.png"] {
    background-image: url(/resources/images/countries/kh@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ki.png"] {
    background-image: url(/resources/images/countries/ki@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/km.png"] {
    background-image: url(/resources/images/countries/km@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kn.png"] {
    background-image: url(/resources/images/countries/kn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kp.png"] {
    background-image: url(/resources/images/countries/kp@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kr.png"] {
    background-image: url(/resources/images/countries/kr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kw.png"] {
    background-image: url(/resources/images/countries/kw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ky.png"] {
    background-image: url(/resources/images/countries/ky@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/kz.png"] {
    background-image: url(/resources/images/countries/kz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/la.png"] {
    background-image: url(/resources/images/countries/la@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lb.png"] {
    background-image: url(/resources/images/countries/lb@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lc.png"] {
    background-image: url(/resources/images/countries/lc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/li.png"] {
    background-image: url(/resources/images/countries/li@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lk.png"] {
    background-image: url(/resources/images/countries/lk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lr.png"] {
    background-image: url(/resources/images/countries/lr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ls.png"] {
    background-image: url(/resources/images/countries/ls@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lt.png"] {
    background-image: url(/resources/images/countries/lt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lu.png"] {
    background-image: url(/resources/images/countries/lu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/lv.png"] {
    background-image: url(/resources/images/countries/lv@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ly.png"] {
    background-image: url(/resources/images/countries/ly@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ma.png"] {
    background-image: url(/resources/images/countries/ma@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mc.png"] {
    background-image: url(/resources/images/countries/mc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/md.png"] {
    background-image: url(/resources/images/countries/md@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/me.png"] {
    background-image: url(/resources/images/countries/me@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mf.png"] {
    background-image: url(/resources/images/countries/mf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mg.png"] {
    background-image: url(/resources/images/countries/mg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mh.png"] {
    background-image: url(/resources/images/countries/mh@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mk.png"] {
    background-image: url(/resources/images/countries/mk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ml.png"] {
    background-image: url(/resources/images/countries/ml@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mm.png"] {
    background-image: url(/resources/images/countries/mm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mn.png"] {
    background-image: url(/resources/images/countries/mn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mo.png"] {
    background-image: url(/resources/images/countries/mo@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mp.png"] {
    background-image: url(/resources/images/countries/mp@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mq.png"] {
    background-image: url(/resources/images/countries/mq@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mr.png"] {
    background-image: url(/resources/images/countries/mr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ms.png"] {
    background-image: url(/resources/images/countries/ms@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mt.png"] {
    background-image: url(/resources/images/countries/mt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mu.png"] {
    background-image: url(/resources/images/countries/mu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mv.png"] {
    background-image: url(/resources/images/countries/mv@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mw.png"] {
    background-image: url(/resources/images/countries/mw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mx.png"] {
    background-image: url(/resources/images/countries/mx@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/my.png"] {
    background-image: url(/resources/images/countries/my@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/mz.png"] {
    background-image: url(/resources/images/countries/mz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/na.png"] {
    background-image: url(/resources/images/countries/na@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/nc.png"] {
    background-image: url(/resources/images/countries/nc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ne.png"] {
    background-image: url(/resources/images/countries/ne@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/nf.png"] {
    background-image: url(/resources/images/countries/nf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ng.png"] {
    background-image: url(/resources/images/countries/ng@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ni.png"] {
    background-image: url(/resources/images/countries/ni@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/nl.png"] {
    background-image: url(/resources/images/countries/nl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/no.png"] {
    background-image: url(/resources/images/countries/no@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/np.png"] {
    background-image: url(/resources/images/countries/np@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/nr.png"] {
    background-image: url(/resources/images/countries/nr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/nu.png"] {
    background-image: url(/resources/images/countries/nu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/nz.png"] {
    background-image: url(/resources/images/countries/nz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/om.png"] {
    background-image: url(/resources/images/countries/om@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pa.png"] {
    background-image: url(/resources/images/countries/pa@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pe.png"] {
    background-image: url(/resources/images/countries/pe@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pf.png"] {
    background-image: url(/resources/images/countries/pf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pg.png"] {
    background-image: url(/resources/images/countries/pg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ph.png"] {
    background-image: url(/resources/images/countries/ph@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pk.png"] {
    background-image: url(/resources/images/countries/pk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pl.png"] {
    background-image: url(/resources/images/countries/pl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pm.png"] {
    background-image: url(/resources/images/countries/pm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pn.png"] {
    background-image: url(/resources/images/countries/pn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pr.png"] {
    background-image: url(/resources/images/countries/pr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ps.png"] {
    background-image: url(/resources/images/countries/ps@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pt.png"] {
    background-image: url(/resources/images/countries/pt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/pw.png"] {
    background-image: url(/resources/images/countries/pw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/py.png"] {
    background-image: url(/resources/images/countries/py@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/qa.png"] {
    background-image: url(/resources/images/countries/qa@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/re.png"] {
    background-image: url(/resources/images/countries/re@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ro.png"] {
    background-image: url(/resources/images/countries/ro@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/rs.png"] {
    background-image: url(/resources/images/countries/rs@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ru.png"] {
    background-image: url(/resources/images/countries/ru@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/rw.png"] {
    background-image: url(/resources/images/countries/rw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sa.png"] {
    background-image: url(/resources/images/countries/sa@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sb.png"] {
    background-image: url(/resources/images/countries/sb@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sc.png"] {
    background-image: url(/resources/images/countries/sc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sd.png"] {
    background-image: url(/resources/images/countries/sd@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/se.png"] {
    background-image: url(/resources/images/countries/se@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sg.png"] {
    background-image: url(/resources/images/countries/sg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sh.png"] {
    background-image: url(/resources/images/countries/sh@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/si.png"] {
    background-image: url(/resources/images/countries/si@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sj.png"] {
    background-image: url(/resources/images/countries/sj@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sk.png"] {
    background-image: url(/resources/images/countries/sk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sl.png"] {
    background-image: url(/resources/images/countries/sl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sm.png"] {
    background-image: url(/resources/images/countries/sm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sn.png"] {
    background-image: url(/resources/images/countries/sn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/so.png"] {
    background-image: url(/resources/images/countries/so@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sr.png"] {
    background-image: url(/resources/images/countries/sr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ss.png"] {
    background-image: url(/resources/images/countries/ss@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/st.png"] {
    background-image: url(/resources/images/countries/st@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sv.png"] {
    background-image: url(/resources/images/countries/sv@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sx.png"] {
    background-image: url(/resources/images/countries/sx@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sy.png"] {
    background-image: url(/resources/images/countries/sy@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/sz.png"] {
    background-image: url(/resources/images/countries/sz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tc.png"] {
    background-image: url(/resources/images/countries/tc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/td.png"] {
    background-image: url(/resources/images/countries/td@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tf.png"] {
    background-image: url(/resources/images/countries/tf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tg.png"] {
    background-image: url(/resources/images/countries/tg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/th.png"] {
    background-image: url(/resources/images/countries/th@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tj.png"] {
    background-image: url(/resources/images/countries/tj@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tk.png"] {
    background-image: url(/resources/images/countries/tk@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tl.png"] {
    background-image: url(/resources/images/countries/tl@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tm.png"] {
    background-image: url(/resources/images/countries/tm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tn.png"] {
    background-image: url(/resources/images/countries/tn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/to.png"] {
    background-image: url(/resources/images/countries/to@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tr.png"] {
    background-image: url(/resources/images/countries/tr@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tt.png"] {
    background-image: url(/resources/images/countries/tt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tv.png"] {
    background-image: url(/resources/images/countries/tv@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tw.png"] {
    background-image: url(/resources/images/countries/tw@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/tz.png"] {
    background-image: url(/resources/images/countries/tz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ua.png"] {
    background-image: url(/resources/images/countries/ua@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ug.png"] {
    background-image: url(/resources/images/countries/ug@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/um.png"] {
    background-image: url(/resources/images/countries/um@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/us.png"] {
    background-image: url(/resources/images/countries/us@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/uy.png"] {
    background-image: url(/resources/images/countries/uy@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/uz.png"] {
    background-image: url(/resources/images/countries/uz@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/va.png"] {
    background-image: url(/resources/images/countries/va@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/vc.png"] {
    background-image: url(/resources/images/countries/vc@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ve.png"] {
    background-image: url(/resources/images/countries/ve@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/vg.png"] {
    background-image: url(/resources/images/countries/vg@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/vi.png"] {
    background-image: url(/resources/images/countries/vi@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/vn.png"] {
    background-image: url(/resources/images/countries/vn@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/vu.png"] {
    background-image: url(/resources/images/countries/vu@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/wf.png"] {
    background-image: url(/resources/images/countries/wf@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ws.png"] {
    background-image: url(/resources/images/countries/ws@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/ye.png"] {
    background-image: url(/resources/images/countries/ye@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/yt.png"] {
    background-image: url(/resources/images/countries/yt@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/za.png"] {
    background-image: url(/resources/images/countries/za@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/zm.png"] {
    background-image: url(/resources/images/countries/zm@2x.png) !important;
    background-size: 35px 23px; }
  a[style*="/resources/images/countries/zw.png"] {
    background-image: url(/resources/images/countries/zw@2x.png) !important;
    background-size: 35px 23px; } }

.row, .row.main {
  max-width: 1280px;
  /*Define the max width of the document*/
  display: block;
  margin: 0 auto;
  /*Center the row in the document*/
  position: relative;
  padding: 0 20px;
  /*background:orange;*/ }
  .row section, .row.main section, .row aside, .row.main aside {
    min-height: 1px; }
  .row section.full {
    /*background: green;*/
    width: 100%;
    float: left; }
  .row section.left {
    /*background: #556B2F;*/
    float: left;
    width: 336px; }
  .row section.middle {
    /*background: #6B8E23;*/
    float: right;
    width: 550px;
    margin-right: 25px; }
  .row aside, .row.main aside {
    /*background-color: darkgreen;*/
    float: right;
    width: 300px; }
  @media screen and (max-width: 1279px) {
    .row section.left {
      width: 30.71%; }
    .row section.middle {
      width: 53.18%;
      margin-right: 2%; }
    .row aside, .row.main aside {
      width: 12.18%; } }
  @media screen and (max-width: 1023px) {
    .row, .row.main {
      padding: 0 70px; }
      .row section.left {
        width: 100%;
        margin: 0 10px 0 0; }
      .row section.middle {
        width: 100%;
        margin: 0; }
      .row aside, .row.main aside {
        display: none; } }
  @media screen and (max-width: 767px) {
    .row, .row.main {
      padding: 0 10px; }
      .row section.left, .row section.middle {
        width: 100%;
        margin: 0; } }
  .row:after, .row.main:after {
    content: '';
    display: block;
    clear: both; }

.main.row section.left {
  margin-top: 10px; }

@media screen and (max-width: 1023px) {
  .main.row section {
    float: none; }
  .main.row section.middle {
    width: 100%; }
  .main.row section.left {
    width: 100%; }
    .main.row section.left .my-weather {
      margin-top: 15px;
      padding-bottom: 30px;
      width: 50%; }
      .main.row section.left .my-weather.left {
        float: left;
        padding-right: 10px; }
      .main.row section.left .my-weather.right {
        float: right;
        padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .main.row .map-container {
    margin: 0 -10px; } }

@media screen and (max-width: 581px) {
  .main.row section.left .my-weather.left, .main.row section.left .my-weather.right {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px; } }

@media screen and (max-width: 1023px) {
  .adv-wrap.hide-on-tablet {
    display: none; }
    .adv-wrap.hide-on-tablet + .middle {
      margin: 0; } }

.home #adholder_sidebar {
  position: absolute; }

.block {
  padding: 25px 0;
  position: relative; }
  .block:first-child {
    padding-top: 5px; }
  .block:nth-child(even) {
    background-color: #f1f7fc; }

.control-header {
  margin-bottom: 18px;
  font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

/*.weatherforecast-home-nl {*/
.bottom-link {
  margin-top: 5px;
  height: 30px; }
  @media screen and (min-width: 1024px) {
    .bottom-link .link, .bottom-link .header-r {
      position: absolute;
      bottom: 0; }
    .bottom-link .header-r {
      bottom: 2px; } }

/*}*/
.weatherforecast-home-be .weather-forecast {
  position: relative; }
  .weatherforecast-home-be .weather-forecast blockquote {
    margin: 0 0 5px;
    border: solid #c4c4c4;
    border-width: 1px 0;
    padding: 20px 0; }

.nederland-video .home-block {
  width: 48%;
  display: inline-block; }
  .nederland-video .home-block:first-child {
    float: left; }
  .nederland-video .home-block:last-child {
    float: right; }
  .nederland-video .home-block .home-wrap {
    margin-bottom: 10px;
    position: relative; }
    .nederland-video .home-block .home-wrap > a .image-holder {
      max-width: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 56.25%; }
    .nederland-video .home-block .home-wrap > a .icon-button {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .nederland-video .home-block .home-title .title {
    font: 15px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    color: #152b81;
    display: block; }
  .nederland-video .home-block:after {
    content: '';
    display: block;
    clear: both; }

body.full .hold {
  display: flex;
  flex-flow: column;
  height: 100%; }

body.full header#header {
  flex: 0 1 auto; }

body.full #main {
  flex: 1 1 auto;
  padding-top: 0;
  position: relative; }
  body.full #main .map-wrap {
    position: absolute;
    width: 100%;
    height: 100%; }
    body.full #main .map-wrap .mapcontainer.leaflet-container {
      height: 100%;
      padding-top: 0; }

body.fullscreen {
  overflow: hidden; }

@media screen and (max-width: 1023px) {
  body.full #wrapper {
    height: 100% !important; }
  body.full header#header {
    height: auto; } }

@media screen and (min-width: 1280px) {
  body.content aside.aside {
    width: 300px; }
  body.content section#content {
    width: 905px; }
  body.content .block-wrapper aside.side-content {
    width: 336px; }
  body.content .block-wrapper .overview-block {
    width: 550px; } }

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: none;
  transition: background 0.5s, visibility 0s linear 0.5s,opacity 0.5s linear;
  overflow-y: scroll; }
  .popup textarea {
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    border: 1px solid #c4c4c4;
    color: #152b81;
    padding: 10px; }
  .popup .button {
    margin-right: 10px; }
    .popup .button.accept-button {
      float: right;
      margin-right: 0px; }
  .popup.visible {
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6); }
  .popup .content {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0); }
    .popup .content .head {
      background: #01ad01;
      min-height: 50px;
      position: relative; }
      .popup .content .head h2 {
        box-sizing: border-box;
        font-size: 18px;
        padding: 15px 19px;
        color: #fff;
        line-height: 20px;
        margin: 0 50px 0 0; }
      .popup .content .head .close {
        cursor: pointer;
        background: #009100;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        color: #fff;
        font-size: 20px;
        padding: 15px; }
    .popup .content .main {
      background: #fff;
      min-height: 100px;
      padding: 35px 50px;
      /*@media screen and (-webkit-min-device-pixel-ratio:0) {
                select:focus,
                textarea:focus,
                input:focus {
                    font-size: 16px;
                    background: #fff;
                }
            }*/ }
    .popup .content .foot {
      background: #e2eff8;
      padding: 10px 50px; }
  .popup .autocomplete {
    margin-bottom: 60px;
    max-height: 200px;
    overflow-y: scroll; }

@media screen and (max-width: 767px) {
  .popup {
    transition: background 0.8s; }
    .popup.visible .content {
      top: 0; }
    .popup .content {
      transition: top 0.8s;
      top: 100%;
      right: 0;
      bottom: 0;
      left: 0;
      transform: none;
      width: auto;
      padding-bottom: 85px;
      padding-bottom: 40px; }
      .popup .content .head {
        min-height: 40px; }
        .popup .content .head h2 {
          font-size: 16px;
          line-height: 16px;
          padding: 10px 0 0 10px;
          margin-right: 40px; }
        .popup .content .head .close {
          width: 40px;
          padding: 11px;
          font-size: 18px; }
      .popup .content .main {
        padding: 10px 10px;
        padding-bottom: 60px;
        height: 100%;
        overflow-y: scroll; }
        .popup .content .main h3.title {
          display: none; }
        .popup .content .main p.text {
          font-size: 13px;
          line-height: 16px; }
      .popup .content .foot {
        display: block;
        padding: 10px 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101; } }

@media screen and (max-width: 1023px) {
  .wide .adholder-subcontent {
    display: none; } }

#adholder_headerSmall {
  max-height: 80px;
  overflow: hidden; }

.extra-banner-big {
  position: absolute;
  top: 0px; }

#br-ad-grotekaart1 {
  width: 160px;
  height: 600px;
  right: -28px;
  display: none; }

#br-ad-grotekaart2 {
  width: 300px;
  height: 600px;
  right: -180px;
  display: none; }

@media screen and (min-width: 1306px) and (max-width: 1599px) {
  #br-ad-grotekaart1 {
    display: block; } }

@media screen and (min-width: 1600px) {
  #br-ad-grotekaart2 {
    display: block; } }

.sidebar-story {
  /*float: left;*/
  width: 100%; }
  .sidebar-story .description {
    margin-top: 10px;
    padding-bottom: 10px;
    font: 15px/18px RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif;
    max-width: 336px; }
  .sidebar-story h1 {
    font: 22px/24px RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif; }

@media screen and (max-width: 1023px) {
  .sidebar-story {
    display: none; } }

.amber-alert {
  max-height: 48px;
  max-width: 400px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-family: Arial;
  line-height: 16px; }
  .amber-alert .amber-image {
    height: 48px;
    flex: 0 0 auto;
    margin-right: 10px; }
  .amber-alert .amber-item {
    flex: 1 1 auto;
    max-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #ed6e23;
    border-bottom: 1px solid #ed6e23;
    border-left: 1px solid #ed6e23;
    box-sizing: border-box; }
    .amber-alert .amber-item .missing-image {
      height: 46px; }
    .amber-alert .amber-item .missing-name {
      color: #000;
      margin: 0 10px;
      font-weight: bold;
      flex: 1 1 auto; }
    .amber-alert .amber-item .police-image {
      height: 20px; }
  .amber-alert .amber-police {
    min-height: 48px;
    min-width: 60px;
    padding: 3px 5px;
    flex: 1 0 auto;
    color: white;
    font-size: 14px;
    background-color: #ed6e23;
    text-align: center;
    box-sizing: border-box; }
  .amber-alert.local-alerts .amber-item {
    border-color: #004682; }
  .amber-alert.local-alerts p.missing {
    color: #004682;
    padding-left: 5px;
    margin-right: 10px;
    margin-top: 16px;
    font-weight: bold; }
  .amber-alert.local-alerts .amber-police {
    background-color: #004682; }

@media screen and (max-width: 767px) {
  .amber-alert {
    margin-top: 20px; } }

@media screen and (max-width: 581px) {
  .amber-alert {
    margin-top: 0; } }

.map-wrap {
  position: relative; }
  .map-wrap.gif-fallback {
    margin-bottom: 15px; }
    .map-wrap.gif-fallback .background {
      position: relative; }
    .map-wrap.gif-fallback .mapcontainer {
      padding-top: 0; }
    .map-wrap.gif-fallback .map-content-info {
      position: relative;
      padding: 0; }
    .map-wrap.gif-fallback .map-content-t {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      padding: 10px; }
  .map-wrap .leaflet-container img.leaflet-image-layer {
    max-width: 750000px !important; }
  .map-wrap .loading {
    background-image: url(/resources/images/loading.gif);
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    display: none; }
  .map-wrap img {
    width: 100%;
    height: auto; }
    .map-wrap img.location-marker {
      width: 10px;
      margin-left: -5px;
      margin-top: -5px;
      position: absolute;
      z-index: 10; }
  .map-wrap .map-content-info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px; }
    .map-wrap .map-content-info .location {
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      margin-left: -4px;
      margin-top: -4px;
      border-radius: 50%; }
  .map-wrap .map-content-info .controller, .map-wrap .map-content-info time {
    position: relative;
    z-index: 400; }
  .map-wrap .map-content-info time {
    font: 24px/26px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    color: #fff;
    float: left;
    text-shadow: 1px 1px 0 #152b81;
    display: block; }
  .map-wrap.bbqradarnl .map-content-info time, .map-wrap.pollenradarnl .map-content-info time, .map-wrap.pollenradarhourlynl .map-content-info time, .map-wrap.pollenradarbe .map-content-info time, .map-wrap.pollenradarhourlybe .map-content-info time, .map-wrap.mosquitoradarnl .map-content-info time, .map-wrap.mosquitoradarbe .map-content-info time, .map-wrap.airqualitymapnl .map-content-info time, .map-wrap.uvindexmapnl .map-content-info time, .map-wrap.uvindexmapbe .map-content-info time, .map-wrap.weathermapnl .map-content-info time {
    color: #152b81;
    text-shadow: 1px 1px 0 #fff; }
  .map-wrap .map-content-info .controller {
    float: right;
    max-width: 50%;
    text-align: right; }
    .map-wrap .map-content-info .controller .icon-button {
      margin-bottom: 8px;
      display: none; }
    .map-wrap .map-content-info .controller .icon-button-small {
      margin-bottom: 4px; }
  .map-wrap .map-content-info .controller .controller-holder {
    display: none;
    margin-bottom: 8px; }
  .map-wrap .map-content-info .controller a:hover {
    opacity: .8; }
  .map-wrap .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 15px; }
  .map-wrap .btn-wrap .btn-legenda:after {
    content: "\e605";
    position: absolute;
    font-family: icomoon;
    right: 14px;
    top: 7px;
    font-size: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .map-wrap .map-content-info .btn-wrap .btn-legenda.active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .map-wrap .map-content-info .btn-wrap .btn-legenda.active,
  .map-wrap .map-content-info .btn-wrap .btn-legenda:hover {
    text-decoration: none;
    background: #152b81;
    color: #fff; }
  .map-wrap .mapcontainer {
    width: 100%;
    padding-top: calc(100% / 275 * 256);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
    overflow: hidden; }
    .map-wrap .mapcontainer.leaflet-container {
      padding-top: 70%; }
  .map-wrap .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden; }
    .map-wrap .background .image-holder {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
      .map-wrap .background .image-holder img {
        height: 100%;
        /*display: block;
                position: absolute;
                left: 0;
                top: 10px;*/ }

.btn-legenda {
  display: none;
  border-radius: 2px;
  font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #152b81;
  background: #fff;
  padding: 7px 35px 7px 14px;
  position: relative;
  z-index: 400; }
  .btn-legenda.link-button, .btn-legenda.toggle-fullscreen {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #333; }
    .btn-legenda.link-button.visible, .btn-legenda.toggle-fullscreen.visible {
      display: block; }
    .btn-legenda.link-button .on, .btn-legenda.toggle-fullscreen .on {
      display: none; }
    .btn-legenda.link-button:hover, .btn-legenda.toggle-fullscreen:hover {
      background-color: #666; }
  .btn-legenda.visible {
    display: inline-block; }
  .btn-legenda.active {
    display: inline-block; }

.map-message {
  font: 24px/26px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #152b81;
  display: block;
  position: absolute;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  z-index: 10000;
  width: 100%;
  text-align: center; }

.leaflet-block-interaction {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0; }

.leaflet-wrapper {
  position: relative; }

.map-wrap.weathermapnl .map-content-info time {
  text-shadow: 1px 1px 0 #fff;
  color: #152b81; }

img.lightning-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.city-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .city-overlay .location {
    display: block;
    position: absolute; }
    .city-overlay .location span.dot {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 6px;
      margin-left: -3px;
      margin-top: -3px;
      border: 3px solid #ff0000;
      border-radius: 3px;
      cursor: pointer;
      z-index: 300; }
      .city-overlay .location span.dot:hover .label {
        display: block; }
      .city-overlay .location span.dot .label {
        position: absolute;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        width: 300px;
        font-size: 12px;
        line-height: 20px;
        margin-left: -150px;
        top: -20px;
        display: none; }

.overlay-weatherstations .weatherstation-marker {
  display: block;
  position: absolute;
  width: 50px;
  height: 56px;
  margin-left: -25px;
  margin-top: -28px;
  z-index: 10;
  text-align: center; }
  .overlay-weatherstations .weatherstation-marker:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .overlay-weatherstations .weatherstation-marker .weather-icon {
    width: 30px; }
  .overlay-weatherstations .weatherstation-marker .weather-data {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    text-shadow: 1px 1px #333;
    margin-top: -2px;
    font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
    .overlay-weatherstations .weatherstation-marker .weather-data .wind-direction {
      font-size: 11px;
      font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif; }

.map-popup {
  position: absolute;
  display: block;
  right: 15px;
  bottom: 50px;
  z-index: 400; }
  .map-popup .pane {
    background-color: #ffffff;
    padding: 10px 20px 20px 20px;
    color: #000000;
    font-weight: bold;
    display: none;
    border-radius: 2px; }
  .map-popup.settings ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none; }

.leaflet-popup-pane .leaflet-popup-close-button {
  display: none; }

.leaflet-popup-pane .leaflet-popup-content-wrapper {
  padding: 10px;
  max-height: 408px;
  overflow-y: auto;
  border-radius: unset;
  font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  font-size: 13px;
  color: #152b81; }
  .leaflet-popup-pane .leaflet-popup-content-wrapper p.info {
    margin-bottom: 0; }
  .leaflet-popup-pane .leaflet-popup-content-wrapper a {
    color: #15a205; }
  .leaflet-popup-pane .leaflet-popup-content-wrapper h3 {
    color: #152b81; }
  .leaflet-popup-pane .leaflet-popup-content-wrapper .description {
    max-height: 70px;
    overflow: hidden; }

.leaflet-animator.map-wrap .map-content-info time {
  margin-left: 35px; }

@media screen and (max-width: 581px) {
  .map-wrap .map-content-info time {
    font: 16px/26px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
  .map-wrap .map-content-info .btn-wrap .btn-legenda {
    text-decoration: none;
    width: 76px;
    padding-left: 10px;
    font: 13px/15px RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif; }
  .map-wrap .map-content-info .btn-wrap .btn-legenda:hover {
    width: 76px; }
  .map-wrap .map-content-info .btn-wrap .btn-legenda:after {
    display: none; }
  .map-message {
    font: 16px/26px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
  .map-slider .icon-buttons,
  .map-content-info .controller .icon-buttons {
    display: none; }
  .map-slider .icon-buttons-small,
  .map-content-info .controller .icon-buttons-small {
    display: block; }
  .overlay-weatherstations .weatherstation-marker {
    display: none; }
  .overlay-weatherstations .weatherstation-marker.mobile {
    display: block; } }

@media screen and (min-width: 582px) {
  .map-slider .icon-buttons,
  .map-content-info .controller .icon-buttons {
    display: block; }
  .map-slider .icon-buttons-small,
  .map-content-info .controller .icon-buttons-small {
    display: none; } }

.weathermap-overview .map-container {
  max-width: 550px; }

.button-holder {
  position: relative;
  padding: 0; }

/*@media screen and (max-width: 767px) {
    .button-holder {
        min-height: 51px;
    }
}*/
.map-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3px;
  font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  position: relative;
  z-index: 401; }
  .map-buttons:after {
    content: " ";
    display: block;
    clear: both; }
  .map-buttons li {
    float: left;
    background: #fff; }
    .map-buttons li.active a {
      background: #e2eff8; }
      .map-buttons li.active a:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #e2eff8 transparent transparent transparent; }
  .map-buttons a {
    display: block;
    padding: 14px 20px;
    color: #152b81;
    position: relative; }
    .map-buttons a span.shortname {
      display: none; }
    .map-buttons a:hover {
      text-decoration: none;
      background: #e2eff8; }
      .map-buttons a:hover:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #e2eff8 transparent transparent transparent; }
  @media only screen and (min-width: 1024px) {
    .map-buttons a {
      padding: 14px 19px; } }
  @media screen and (max-width: 767px) {
    .map-buttons a span.shortname {
      display: block; }
    .map-buttons a span.name {
      display: none; } }
  @media screen and (max-width: 582px) {
    .map-buttons li:nth-child(n+4) {
      display: none; }
    .map-buttons a {
      padding: 14px 12px; } }

.button-holder .mapregion-select {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0; }
  .button-holder .mapregion-select .title {
    font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    display: block;
    padding-right: 10px;
    float: left;
    margin-top: 14px; }
  .button-holder .mapregion-select .dropdown-select {
    border: 1px solid #152b81;
    display: block;
    float: left;
    margin-top: 6px; }
    .button-holder .mapregion-select .dropdown-select select {
      font: 15px/17px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

@media screen and (max-width: 1279px) {
  .button-holder .mapregion-select {
    margin-bottom: 10px;
    position: relative;
    right: unset;
    top: unset; }
    .button-holder .mapregion-select .title {
      display: inline;
      padding-right: 10px;
      float: none;
      margin-top: 0px; }
    .button-holder .mapregion-select .dropdown-select {
      display: inline-block;
      float: none; } }

.map-slider {
  background: #e2eff8;
  padding: 27px 13px 11px 73px;
  position: relative;
  margin-bottom: 22px;
  overflow: hidden;
  height: 80px;
  /*.map-slider-scale li.reset {visibility: hidden;}*/ }
  .map-slider.no-animation {
    padding-left: 13px; }
  .map-slider .buttons {
    position: absolute;
    left: 12px;
    top: 15px; }
    .map-slider .buttons .icon-button {
      display: none; }
  .map-slider input[type=range] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0; }
  .map-slider time.short {
    display: none; }
  .map-slider:after {
    content: " ";
    display: block;
    clear: both; }
  .map-slider .scale-holder {
    position: relative; }
  .map-slider ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .map-slider ul li {
    float: left;
    text-align: center;
    padding-top: 22px;
    position: relative; }
    .map-slider ul li:before {
      content: "";
      background: #162c82;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 50%;
      margin: -2px 0 0 -5px;
      border-radius: 50%; }
    .map-slider ul li:first-child {
      text-align: left; }
      .map-slider ul li:first-child:before {
        left: 0;
        margin: -2px 0 0; }
      .map-slider ul li:first-child time {
        left: 0;
        margin-left: 0; }
    .map-slider ul li:last-child {
      text-align: right; }
      .map-slider ul li:last-child:before {
        left: auto;
        right: 0;
        margin: -2px 0 0 0; }
      .map-slider ul li:last-child time {
        left: unset;
        right: 0;
        margin-left: 0; }
    .map-slider ul li time {
      position: absolute;
      left: 50%;
      margin-left: -22px;
      width: 44px;
      display: inline-block; }
  @media screen and (max-width: 1279px) {
    .map-slider {
      margin-bottom: 16px; } }
  @media screen and (max-width: 1023px) {
    .map-slider {
      padding-top: 25px;
      margin-bottom: 22px; } }
  @media screen and (max-width: 767px) {
    .map-slider {
      padding: 23px 11px 11px 73px;
      margin-bottom: 13px; } }
  @media screen and (max-width: 581px) {
    .map-slider {
      padding: 23px 11px 11px 61px; }
      .map-slider time.full {
        display: none; }
      .map-slider time.short {
        display: block; }
      .map-slider .scale-holder.add ul li {
        padding-top: 18px; }
      .map-slider .scale-holder.add ul li:first-child {
        padding-top: 18px; }
      .map-slider .scale-holder.add ul li:last-child {
        padding-top: 18px; }
      .map-slider ul li {
        padding-top: 18px; } }
  .map-slider .smallerdots:before {
    width: 8px;
    height: 8px;
    top: 1px; }
  .map-slider .map-slider-scale li.size {
    visibility: visible; }
  .map-slider .map-slider-scale li.reset {
    visibility: visible; }
    .map-slider .map-slider-scale li.reset.days {
      visibility: hidden; }
    .map-slider .map-slider-scale li.reset time {
      display: none; }
  @media screen and (min-width: 1024px) {
    .map-slider .map-slider-scale li.size1279 time {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .map-slider .map-slider-scale li.size1023 time {
      display: block; } }
  @media screen and (min-width: 582px) and (max-width: 767px) {
    .map-slider .smallerdots767:before {
      width: 8px;
      height: 8px;
      top: 1px; }
    .map-slider .map-slider-scale li.size767 time {
      display: block; } }
  @media screen and (max-width: 581px) {
    .map-slider .smallerdots581:before {
      width: 8px;
      height: 8px;
      top: 1px; }
    .map-slider .map-slider-scale li.size581 time {
      display: block; } }

ul.map-slider-scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #162c82;
  border-radius: 3px;
  height: 6px; }

/* RangeSlider Overrides */
.rangeslider--horizontal {
  height: 50px; }

.rangeslider__fill {
  background: none;
  border: none;
  box-shadow: none; }

.rangeslider {
  background: none;
  z-index: 100;
  border: none;
  border-radius: unset;
  box-shadow: none;
  cursor: pointer;
  /*border-top: 6px solid #162c82;
    border-left: 1px solid #ff0000;*/ }

.rangeslider--horizontal .rangeslider__handle {
  background: none;
  border: none;
  box-shadow: none;
  background-color: #01ad01;
  width: 30px;
  height: 30px;
  opacity: 1;
  top: -12px; }
  .rangeslider--horizontal .rangeslider__handle:after {
    content: none; }

.rangeslider--disabled.rangeslider--horizontal {
  opacity: 1; }
  .rangeslider--disabled.rangeslider--horizontal .rangeslider__handle {
    opacity: 0; }

.map-archive {
  padding-bottom: 20px; }
  .map-archive .map-wrap .mapcontainer {
    padding-top: 0;
    position: relative; }
  .map-archive .selector-holder {
    padding: 15px;
    background-color: #e2eff9; }
    .map-archive .selector-holder .title {
      font-weight: bold;
      margin-bottom: 5px; }
    .map-archive .selector-holder .date-select {
      float: left;
      margin-right: 15px; }
      .map-archive .selector-holder .date-select input {
        height: 38px;
        width: 150px;
        border: 1px solid #152b81;
        padding: 7px 20px 7px 11px;
        color: #152b81; }
    .map-archive .selector-holder .minute-select-holder,
    .map-archive .selector-holder .hour-select-holder {
      float: left; }
      .map-archive .selector-holder .minute-select-holder .dropdown,
      .map-archive .selector-holder .hour-select-holder .dropdown {
        padding-bottom: 10px; }
        .map-archive .selector-holder .minute-select-holder .dropdown .dropdown-select,
        .map-archive .selector-holder .hour-select-holder .dropdown .dropdown-select {
          border: 1px solid #152b81; }
          .map-archive .selector-holder .minute-select-holder .dropdown .dropdown-select select,
          .map-archive .selector-holder .hour-select-holder .dropdown .dropdown-select select {
            width: 80px; }
    .map-archive .selector-holder .hour-select-holder {
      margin-right: 15px; }
  .map-archive .map {
    background-repeat: no-repeat;
    background-size: contain; }
  .map-archive .message {
    display: none;
    padding-top: 15px; }

.map-popup .weather-types .legend {
  /* Pressure */
  /* Weerkaarten*/ }
  .map-popup .weather-types .legend .rule {
    position: relative;
    display: block;
    padding-top: 10px;
    font-size: 13px;
    line-height: 16px;
    height: 16px; }
    .map-popup .weather-types .legend .rule .color {
      position: relative;
      display: block;
      float: left;
      margin-right: 10px;
      width: 15px;
      height: 15px;
      background-color: #eee;
      border: 1px solid #999; }
    .map-popup .weather-types .legend .rule .quake {
      float: left; }
    .map-popup .weather-types .legend .rule.quake-rule {
      margin-top: 5px;
      height: 32px; }
      .map-popup .weather-types .legend .rule.quake-rule .label {
        line-height: 32px;
        padding-left: 40px;
        display: inline-block; }
  .map-popup .weather-types .legend.weathermap .rule {
    line-height: 15px;
    height: 15px; }
  .map-popup .weather-types .legend .rule-column {
    float: left; }
  .map-popup .weather-types .legend .rule-column.first {
    padding-right: 10px; }
  .map-popup .weather-types .legend .info,
  .map-popup .weather-types .legend .pressure-info {
    font-size: 13px;
    line-height: 16px; }
  .map-popup .weather-types .legend .pressure-info {
    margin-top: 15px; }
  .map-popup .weather-types .legend .pressure-info .low {
    color: #ff0000; }
  .map-popup .weather-types .legend .pressure-info .high {
    color: #0000ff; }
  .map-popup .weather-types .legend .rule {
    /* Precipitation */
    /* Lightning */
    /* Temperature */
    /* Wind */
    /* Sneeuwhoogte*/
    /* Muggen */
    /* UV-Index */
    /* BBQ */
    /* Pollen */
    /* Cloudheight */ }
    .map-popup .weather-types .legend .rule.snow .color {
      background-color: #f28601; }
    .map-popup .weather-types .legend .rule.wet-snow .color {
      background-color: #f2fb00; }
    .map-popup .weather-types .legend .rule.drizzle .color {
      background-color: #858585; }
    .map-popup .weather-types .legend .rule.lightning .color {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKUlEQVQYV2P8z8DwnwEZvIJyxFBEGRgHUuErNDeiOg3OY/xPtMLB72sAdYody7++u1cAAAAASUVORK5CYII=);
      background-repeat: no-repeat;
      background-position: center center;
      border: none; }
    .map-popup .weather-types .legend .rule.hail .color {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAMUlEQVQYV2NsbW39z4AEqlKrwby22a3IwgyMA6jw/ysGFDeiOAyJw0i0wgH0DLFWAwDwQjJLsDqfEgAAAABJRU5ErkJggg==);
      background-repeat: no-repeat;
      background-position: center center;
      border: none; }
    .map-popup .weather-types .legend .rule.precipitation-extreme .color {
      background-color: #c01cc4; }
    .map-popup .weather-types .legend .rule.precipitation-severe .color {
      background-color: #fe1600; }
    .map-popup .weather-types .legend .rule.precipitation-moderate .color {
      background-color: #000770; }
    .map-popup .weather-types .legend .rule.precipitation-light .color {
      background-color: #4d5dff; }
    .map-popup .weather-types .legend .rule.precipitation-very-light .color {
      background-color: #e4e5ff; }
    .map-popup .weather-types .legend .rule.lightning9 .color {
      background-color: #e11900; }
    .map-popup .weather-types .legend .rule.lightning8 .color {
      background-color: #d94b00; }
    .map-popup .weather-types .legend .rule.lightning7 .color {
      background-color: #d96400; }
    .map-popup .weather-types .legend .rule.lightning6 .color {
      background-color: #d98a00; }
    .map-popup .weather-types .legend .rule.lightning5 .color {
      background-color: #d9a100; }
    .map-popup .weather-types .legend .rule.lightning4 .color {
      background-color: #d9b600; }
    .map-popup .weather-types .legend .rule.lightning3 .color {
      background-color: #e6d700; }
    .map-popup .weather-types .legend .rule.lightning2 .color {
      background-color: #faff2f; }
    .map-popup .weather-types .legend .rule.lightning1 .color {
      background-color: #ffffbc; }
    .map-popup .weather-types .legend .rule.c38 .color {
      background-color: #970033; }
    .map-popup .weather-types .legend .rule.c35 .color {
      background-color: #c80026; }
    .map-popup .weather-types .legend .rule.c30 .color {
      background-color: #e00004; }
    .map-popup .weather-types .legend .rule.c25 .color {
      background-color: #fd6007; }
    .map-popup .weather-types .legend .rule.c20 .color {
      background-color: #fed809; }
    .map-popup .weather-types .legend .rule.c15 .color {
      background-color: #b8e609; }
    .map-popup .weather-types .legend .rule.c10 .color {
      background-color: #209404; }
    .map-popup .weather-types .legend .rule.c5 .color {
      background-color: #29eb07; }
    .map-popup .weather-types .legend .rule.c0 .color {
      background-color: #3AB4DE; }
    .map-popup .weather-types .legend .rule.cm5 .color {
      background-color: #26c8ff; }
    .map-popup .weather-types .legend .rule.cm10 .color {
      background-color: #1996d1; }
    .map-popup .weather-types .legend .rule.cm15 .color {
      background-color: #054fa3; }
    .map-popup .weather-types .legend .rule.cm20 .color {
      background-color: #a66cbd; }
    .map-popup .weather-types .legend .rule.cm25 .color {
      background-color: #7d0bc7; }
    .map-popup .weather-types .legend .rule.wind1 .color {
      background-color: #95f085; }
    .map-popup .weather-types .legend .rule.wind2 .color {
      background-color: #7ce964; }
    .map-popup .weather-types .legend .rule.wind3 .color {
      background-color: #63e143; }
    .map-popup .weather-types .legend .rule.wind4 .color {
      background-color: #49da21; }
    .map-popup .weather-types .legend .rule.wind5 .color {
      background-color: #30d200; }
    .map-popup .weather-types .legend .rule.wind6 .color {
      background-color: #ffff8c; }
    .map-popup .weather-types .legend .rule.wind7 .color {
      background-color: #ffd65d; }
    .map-popup .weather-types .legend .rule.wind8 .color {
      background-color: #ffae2f; }
    .map-popup .weather-types .legend .rule.wind9 .color {
      background-color: #ff8500; }
    .map-popup .weather-types .legend .rule.wind10 .color {
      background-color: #ff5900; }
    .map-popup .weather-types .legend .rule.wind11 .color {
      background-color: #ff2c00; }
    .map-popup .weather-types .legend .rule.wind12 .color {
      background-color: #ff0000; }
    .map-popup .weather-types .legend .rule.wind-label-l {
      background-color: #ff0000; }
    .map-popup .weather-types .legend .rule.wind-label-h {
      background-color: #0000ff; }
    .map-popup .weather-types .legend .rule.snowdepth400 .color {
      background-color: #D02231; }
    .map-popup .weather-types .legend .rule.snowdepth200 .color {
      background-color: #31608A; }
    .map-popup .weather-types .legend .rule.snowdepth150 .color {
      background-color: #1B9CD1; }
    .map-popup .weather-types .legend .rule.snowdepth100 .color {
      background-color: #52C0DD; }
    .map-popup .weather-types .legend .rule.snowdepth50 .color {
      background-color: #A0DFE5; }
    .map-popup .weather-types .legend .rule.snowdepth25 .color {
      background-color: #8CD1B5; }
    .map-popup .weather-types .legend .rule.snowdepth0 .color {
      background-color: #31A02A; }
    .map-popup .weather-types .legend .rule.mosquitoradar1 .color {
      background-color: #7DEA64; }
    .map-popup .weather-types .legend .rule.mosquitoradar2 .color {
      background-color: #63E143; }
    .map-popup .weather-types .legend .rule.mosquitoradar3 .color {
      background-color: #49DA21; }
    .map-popup .weather-types .legend .rule.mosquitoradar4 .color {
      background-color: #30D200; }
    .map-popup .weather-types .legend .rule.mosquitoradar5 .color {
      background-color: #FFFF8C; }
    .map-popup .weather-types .legend .rule.mosquitoradar6 .color {
      background-color: #FFD65D; }
    .map-popup .weather-types .legend .rule.mosquitoradar7 .color {
      background-color: #FFAE2F; }
    .map-popup .weather-types .legend .rule.mosquitoradar8 .color {
      background-color: #FF8500; }
    .map-popup .weather-types .legend .rule.mosquitoradar9 .color {
      background-color: #FF5900; }
    .map-popup .weather-types .legend .rule.mosquitoradar10 .color {
      background-color: #FF0000; }
    .map-popup .weather-types .legend .rule.uvindex0 .color {
      background-color: #49da21; }
    .map-popup .weather-types .legend .rule.uvindex1 .color {
      background-color: #49da21; }
    .map-popup .weather-types .legend .rule.uvindex2 .color {
      background-color: #30d200; }
    .map-popup .weather-types .legend .rule.uvindex3 .color {
      background-color: #FFF88B; }
    .map-popup .weather-types .legend .rule.uvindex4 .color {
      background-color: #FFF642; }
    .map-popup .weather-types .legend .rule.uvindex5 .color {
      background-color: #FDBB31; }
    .map-popup .weather-types .legend .rule.uvindex6 .color {
      background-color: #FD8E24; }
    .map-popup .weather-types .legend .rule.uvindex7 .color {
      background-color: #FC103E; }
    .map-popup .weather-types .legend .rule.uvindex8 .color {
      background-color: #960A33; }
    .map-popup .weather-types .legend .rule.uvindex9 .color {
      background-color: #A66DBC; }
    .map-popup .weather-types .legend .rule.uvindex10 .color,
    .map-popup .weather-types .legend .rule.uvindex11 .color,
    .map-popup .weather-types .legend .rule.uvindex12 .color,
    .map-popup .weather-types .legend .rule.uvindex13 .color,
    .map-popup .weather-types .legend .rule.uvindex14 .color,
    .map-popup .weather-types .legend .rule.uvindex15 .color {
      background-color: #B330A1; }
    .map-popup .weather-types .legend .rule.bbqradar1 .color {
      background-color: #A0D4D1; }
    .map-popup .weather-types .legend .rule.bbqradar2 .color {
      background-color: #9DCEA5; }
    .map-popup .weather-types .legend .rule.bbqradar3 .color {
      background-color: #E3D255; }
    .map-popup .weather-types .legend .rule.bbqradar4 .color {
      background-color: #F18C33; }
    .map-popup .weather-types .legend .rule.bbqradar5 .color {
      background-color: #EA5932; }
    .map-popup .weather-types .legend .rule.bbqradar6 .color {
      background-color: #D63332; }
    .map-popup .weather-types .legend .rule.bbqradar7 .color {
      background-color: #C8282F; }
    .map-popup .weather-types .legend .rule.bbqradar8 .color {
      background-color: #AE2229; }
    .map-popup .weather-types .legend .rule.bbqradar9 .color {
      background-color: #921921; }
    .map-popup .weather-types .legend .rule.bbqradar10 .color {
      background-color: #5C0D13; }
    .map-popup .weather-types .legend .rule.pollen0 .color {
      background-color: #49da21; }
    .map-popup .weather-types .legend .rule.pollen1 .color {
      background-color: #49da21; }
    .map-popup .weather-types .legend .rule.pollen2 .color {
      background-color: #30d200; }
    .map-popup .weather-types .legend .rule.pollen3 .color {
      background-color: #FFF88B; }
    .map-popup .weather-types .legend .rule.pollen4 .color {
      background-color: #FFF642; }
    .map-popup .weather-types .legend .rule.pollen5 .color {
      background-color: #FDBB31; }
    .map-popup .weather-types .legend .rule.pollen6 .color {
      background-color: #FD8E24; }
    .map-popup .weather-types .legend .rule.pollen7 .color {
      background-color: #FC103E; }
    .map-popup .weather-types .legend .rule.pollen8 .color {
      background-color: #960A33; }
    .map-popup .weather-types .legend .rule.pollen9 .color {
      background-color: #A66DBC; }
    .map-popup .weather-types .legend .rule.pollen10 .color {
      background-color: #B330A1; }
    .map-popup .weather-types .legend .rule.cloudheight0 .color {
      background-color: #fefefe; }
    .map-popup .weather-types .legend .rule.cloudheight1 .color {
      background-color: #aeaeae; }
    .map-popup .weather-types .legend .rule.cloudheight2 .color {
      background-color: #6e6e70; }
    .map-popup .weather-types .legend .rule.cloudheight3 .color {
      background-color: #745477; }
    .map-popup .weather-types .legend .rule.cloudheight4 .color {
      background-color: #6e93bd; }
    .map-popup .weather-types .legend .rule.cloudheight5 .color {
      background-color: #0081ff; }
    .map-popup .weather-types .legend .rule.cloudheight6 .color {
      background-color: #00fffc; }
    .map-popup .weather-types .legend .rule.cloudheight7 .color {
      background-color: #018f5d; }
    .map-popup .weather-types .legend .rule.cloudheight8 .color {
      background-color: #21b14f; }
    .map-popup .weather-types .legend .rule.cloudheight9 .color {
      background-color: #7afd01; }
    .map-popup .weather-types .legend .rule.cloudheight10 .color {
      background-color: #fdff00; }
    .map-popup .weather-types .legend .rule.cloudheight11 .color {
      background-color: #f5ac07; }
    .map-popup .weather-types .legend .rule.cloudheight12 .color {
      background-color: #ff5102; }
    .map-popup .weather-types .legend .rule.cloudheight13 .color {
      background-color: #ef0500; }
    .map-popup .weather-types .legend .rule.cloudheight14 .color {
      background-color: #910101; }
    .map-popup .weather-types .legend .rule.cloudheight15 .color {
      background-color: #000000; }
    .map-popup .weather-types .legend .rule.cloudheight16 .color {
      background-color: #000000; }
  .map-popup .weather-types .legend.weathermap .rule .color {
    border: none; }
  .map-popup .weather-types .legend.weathermap .rule-column {
    margin-right: 10px; }
  .map-popup .weather-types .legend.weathermap .rule {
    /* Weerkaarten - Airquality maps */
    /* Weerkaarten - Wind */
    /* Weerkaarten - Neerslag */
    /* Weerkaarten - Luchtvochtigheid */
    /* Weerkaarten - Zonneschijn */ }
    .map-popup .weather-types .legend.weathermap .rule.c38 .color {
      background-color: #970033; }
    .map-popup .weather-types .legend.weathermap .rule.c37 .color {
      background-color: #B10022; }
    .map-popup .weather-types .legend.weathermap .rule.c36 .color {
      background-color: #B90025; }
    .map-popup .weather-types .legend.weathermap .rule.c35 .color {
      background-color: #C80026; }
    .map-popup .weather-types .legend.weathermap .rule.c34 .color {
      background-color: #D8002A; }
    .map-popup .weather-types .legend.weathermap .rule.c33 .color {
      background-color: #ED002F; }
    .map-popup .weather-types .legend.weathermap .rule.c32 .color {
      background-color: #FC003E; }
    .map-popup .weather-types .legend.weathermap .rule.c31 .color {
      background-color: #DD0004; }
    .map-popup .weather-types .legend.weathermap .rule.c30 .color {
      background-color: #E00004; }
    .map-popup .weather-types .legend.weathermap .rule.c29 .color {
      background-color: #E90916; }
    .map-popup .weather-types .legend.weathermap .rule.c28 .color {
      background-color: #ED1E31; }
    .map-popup .weather-types .legend.weathermap .rule.c27 .color {
      background-color: #EE4831; }
    .map-popup .weather-types .legend.weathermap .rule.c26 .color {
      background-color: #FC4A06; }
    .map-popup .weather-types .legend.weathermap .rule.c25 .color {
      background-color: #FD6007; }
    .map-popup .weather-types .legend.weathermap .rule.c24 .color {
      background-color: #FD7707; }
    .map-popup .weather-types .legend.weathermap .rule.c23 .color {
      background-color: #FD8E07; }
    .map-popup .weather-types .legend.weathermap .rule.c22 .color {
      background-color: #FDA207; }
    .map-popup .weather-types .legend.weathermap .rule.c21 .color {
      background-color: #FEB908; }
    .map-popup .weather-types .legend.weathermap .rule.c20 .color {
      background-color: #FED809; }
    .map-popup .weather-types .legend.weathermap .rule.c19 .color {
      background-color: #FFEE0A; }
    .map-popup .weather-types .legend.weathermap .rule.c18 .color {
      background-color: #FFFF0C; }
    .map-popup .weather-types .legend.weathermap .rule.c17 .color {
      background-color: #E8F909; }
    .map-popup .weather-types .legend.weathermap .rule.c16 .color {
      background-color: #CFEF08; }
    .map-popup .weather-types .legend.weathermap .rule.c15 .color {
      background-color: #B8E609; }
    .map-popup .weather-types .legend.weathermap .rule.c14 .color {
      background-color: #A0DA08; }
    .map-popup .weather-types .legend.weathermap .rule.c13 .color {
      background-color: #89D007; }
    .map-popup .weather-types .legend.weathermap .rule.c12 .color {
      background-color: #76C809; }
    .map-popup .weather-types .legend.weathermap .rule.c11 .color {
      background-color: #50BF06; }
    .map-popup .weather-types .legend.weathermap .rule.c10 .color {
      background-color: #209404; }
    .map-popup .weather-types .legend.weathermap .rule.c9 .color {
      background-color: #1C9F05; }
    .map-popup .weather-types .legend.weathermap .rule.c8 .color {
      background-color: #1CAE05; }
    .map-popup .weather-types .legend.weathermap .rule.c7 .color {
      background-color: #21C306; }
    .map-popup .weather-types .legend.weathermap .rule.c6 .color {
      background-color: #26DC06; }
    .map-popup .weather-types .legend.weathermap .rule.c5 .color {
      background-color: #29EB07; }
    .map-popup .weather-types .legend.weathermap .rule.c4 .color {
      background-color: #35FF1B; }
    .map-popup .weather-types .legend.weathermap .rule.c3 .color {
      background-color: #44FF33; }
    .map-popup .weather-types .legend.weathermap .rule.c2 .color {
      background-color: #6CFF64; }
    .map-popup .weather-types .legend.weathermap .rule.c1 .color {
      background-color: #9AFF96; }
    .map-popup .weather-types .legend.weathermap .rule.c0 .color {
      background-color: #CDFFFF; }
    .map-popup .weather-types .legend.weathermap .rule.cm1 .color {
      background-color: #98F7FF; }
    .map-popup .weather-types .legend.weathermap .rule.cm2 .color {
      background-color: #6EFFFF; }
    .map-popup .weather-types .legend.weathermap .rule.cm3 .color {
      background-color: #41F2F0; }
    .map-popup .weather-types .legend.weathermap .rule.cm4 .color {
      background-color: #32DDF8; }
    .map-popup .weather-types .legend.weathermap .rule.cm5 .color {
      background-color: #26C8FF; }
    .map-popup .weather-types .legend.weathermap .rule.cm6 .color {
      background-color: #1AACFE; }
    .map-popup .weather-types .legend.weathermap .rule.cm7 .color {
      background-color: #1493FE; }
    .map-popup .weather-types .legend.weathermap .rule.cm8 .color {
      background-color: #0E79FE; }
    .map-popup .weather-types .legend.weathermap .rule.cm9 .color {
      background-color: #1169E0; }
    .map-popup .weather-types .legend.weathermap .rule.cm10 .color {
      background-color: #1996D1; }
    .map-popup .weather-types .legend.weathermap .rule.cm11 .color {
      background-color: #1084CD; }
    .map-popup .weather-types .legend.weathermap .rule.cm12 .color {
      background-color: #0C72C5; }
    .map-popup .weather-types .legend.weathermap .rule.cm13 .color {
      background-color: #0963B8; }
    .map-popup .weather-types .legend.weathermap .rule.cm14 .color {
      background-color: #075AAB; }
    .map-popup .weather-types .legend.weathermap .rule.cm15 .color {
      background-color: #054FA3; }
    .map-popup .weather-types .legend.weathermap .rule.cm16 .color {
      background-color: #6242FF; }
    .map-popup .weather-types .legend.weathermap .rule.cm17 .color {
      background-color: #6263FF; }
    .map-popup .weather-types .legend.weathermap .rule.cm18 .color {
      background-color: #747AFF; }
    .map-popup .weather-types .legend.weathermap .rule.cm19 .color {
      background-color: #8F97FF; }
    .map-popup .weather-types .legend.weathermap .rule.cm20 .color {
      background-color: #A4ABFA; }
    .map-popup .weather-types .legend.weathermap .rule.cm21 .color {
      background-color: #A66CBD; }
    .map-popup .weather-types .legend.weathermap .rule.cm22 .color {
      background-color: #B400A1; }
    .map-popup .weather-types .legend.weathermap .rule.cm23 .color {
      background-color: #A500AD; }
    .map-popup .weather-types .legend.weathermap .rule.cm24 .color {
      background-color: #7900AD; }
    .map-popup .weather-types .legend.weathermap .rule.cm25 .color {
      background-color: #7D0BC7; }
    .map-popup .weather-types .legend.weathermap .rule.airquality10 .color {
      background-color: #ff0000; }
    .map-popup .weather-types .legend.weathermap .rule.airquality9 .color {
      background-color: #ff8500; }
    .map-popup .weather-types .legend.weathermap .rule.airquality8 .color {
      background-color: #ffae2f; }
    .map-popup .weather-types .legend.weathermap .rule.airquality7 .color {
      background-color: #ffd65d; }
    .map-popup .weather-types .legend.weathermap .rule.airquality6 .color {
      background-color: #ffff8c; }
    .map-popup .weather-types .legend.weathermap .rule.airquality5 .color {
      background-color: #1f9405; }
    .map-popup .weather-types .legend.weathermap .rule.airquality4 .color {
      background-color: #21e000; }
    .map-popup .weather-types .legend.weathermap .rule.airquality3 .color {
      background-color: #46fc38; }
    .map-popup .weather-types .legend.weathermap .rule.airquality2 .color {
      background-color: #9cff93; }
    .map-popup .weather-types .legend.weathermap .rule.airquality1 .color {
      background-color: #d0fefc; }
    .map-popup .weather-types .legend.weathermap .rule.bft12 .color {
      background-color: #ff0000; }
    .map-popup .weather-types .legend.weathermap .rule.bft11 .color {
      background-color: #ff2c00; }
    .map-popup .weather-types .legend.weathermap .rule.bft10 .color {
      background-color: #ff5900; }
    .map-popup .weather-types .legend.weathermap .rule.bft9 .color {
      background-color: #ff8500; }
    .map-popup .weather-types .legend.weathermap .rule.bft8 .color {
      background-color: #ffae2f; }
    .map-popup .weather-types .legend.weathermap .rule.bft7 .color {
      background-color: #ffd65d; }
    .map-popup .weather-types .legend.weathermap .rule.bft6 .color {
      background-color: #ffff8c; }
    .map-popup .weather-types .legend.weathermap .rule.bft5 .color {
      background-color: #30d200; }
    .map-popup .weather-types .legend.weathermap .rule.bft4 .color {
      background-color: #49da21; }
    .map-popup .weather-types .legend.weathermap .rule.bft3 .color {
      background-color: #63e143; }
    .map-popup .weather-types .legend.weathermap .rule.bft2 .color {
      background-color: #7dea64; }
    .map-popup .weather-types .legend.weathermap .rule.bft1 .color {
      background-color: #95f085; }
    .map-popup .weather-types .legend.weathermap .rule.mm100 .color {
      background-color: #d2002b; }
    .map-popup .weather-types .legend.weathermap .rule.mm90 .color {
      background-color: #ba1f39; }
    .map-popup .weather-types .legend.weathermap .rule.mm80 .color {
      background-color: #992454; }
    .map-popup .weather-types .legend.weathermap .rule.mm70 .color {
      background-color: #812764; }
    .map-popup .weather-types .legend.weathermap .rule.mm60 .color {
      background-color: #592d66; }
    .map-popup .weather-types .legend.weathermap .rule.mm50 .color {
      background-color: #4c4677; }
    .map-popup .weather-types .legend.weathermap .rule.mm40 .color {
      background-color: #2f5f8c; }
    .map-popup .weather-types .legend.weathermap .rule.mm35 .color {
      background-color: #0085bc; }
    .map-popup .weather-types .legend.weathermap .rule.mm30 .color {
      background-color: #0090c9; }
    .map-popup .weather-types .legend.weathermap .rule.mm25 .color {
      background-color: #009bd3; }
    .map-popup .weather-types .legend.weathermap .rule.mm20 .color {
      background-color: #00acd9; }
    .map-popup .weather-types .legend.weathermap .rule.mm15 .color {
      background-color: #49c0df; }
    .map-popup .weather-types .legend.weathermap .rule.mm10 .color {
      background-color: #77d2e5; }
    .map-popup .weather-types .legend.weathermap .rule.mm5 .color {
      background-color: #9edfe6; }
    .map-popup .weather-types .legend.weathermap .rule.mm01 .color {
      background-color: #8ad2b4; }
    .map-popup .weather-types .legend.weathermap .rule.mm0 .color {
      background-color: #81c770; }
    .map-popup .weather-types .legend.weathermap .rule.h100 .color {
      background-color: #304678; }
    .map-popup .weather-types .legend.weathermap .rule.h90 .color {
      background-color: #1a4d67; }
    .map-popup .weather-types .legend.weathermap .rule.h80 .color {
      background-color: #005655; }
    .map-popup .weather-types .legend.weathermap .rule.h70 .color {
      background-color: #005f47; }
    .map-popup .weather-types .legend.weathermap .rule.h60 .color {
      background-color: #00663a; }
    .map-popup .weather-types .legend.weathermap .rule.h50 .color {
      background-color: #008336; }
    .map-popup .weather-types .legend.weathermap .rule.h40 .color {
      background-color: #48a334; }
    .map-popup .weather-types .legend.weathermap .rule.h30 .color {
      background-color: #88c331; }
    .map-popup .weather-types .legend.weathermap .rule.h20 .color {
      background-color: #ffd84a; }
    .map-popup .weather-types .legend.weathermap .rule.sun14 .color {
      background-color: #ffb132; }
    .map-popup .weather-types .legend.weathermap .rule.sun13 .color {
      background-color: #ffb636; }
    .map-popup .weather-types .legend.weathermap .rule.sun12 .color {
      background-color: #ffbc3c; }
    .map-popup .weather-types .legend.weathermap .rule.sun11 .color {
      background-color: #ffc341; }
    .map-popup .weather-types .legend.weathermap .rule.sun10 .color {
      background-color: #fbc944; }
    .map-popup .weather-types .legend.weathermap .rule.sun9 .color {
      background-color: #f8ce46; }
    .map-popup .weather-types .legend.weathermap .rule.sun8 .color {
      background-color: #f5d449; }
    .map-popup .weather-types .legend.weathermap .rule.sun7 .color {
      background-color: #f2d94c; }
    .map-popup .weather-types .legend.weathermap .rule.sun6 .color {
      background-color: #e6d748; }
    .map-popup .weather-types .legend.weathermap .rule.sun5 .color {
      background-color: #d7d345; }
    .map-popup .weather-types .legend.weathermap .rule.sun4 .color {
      background-color: #c9d042; }
    .map-popup .weather-types .legend.weathermap .rule.sun3 .color {
      background-color: #bbcc3e; }
    .map-popup .weather-types .legend.weathermap .rule.sun2 .color {
      background-color: #aac939; }
    .map-popup .weather-types .legend.weathermap .rule.sun1 .color {
      background-color: #99c635; }
    .map-popup .weather-types .legend.weathermap .rule.sun0 .color {
      background-color: #88c331; }

.quake-circle {
  border-radius: 50%;
  display: block;
  position: absolute;
  border: 1px solid #fed809;
  left: 50%;
  top: 50%; }
  .quake-circle.moderate {
    border-color: #f2b306; }
    .quake-circle.moderate .inner {
      background-color: #f2b306; }
    .quake-circle.moderate .quake-circle {
      border-color: #f2b306; }
  .quake-circle.strong {
    border-color: #e00004; }
    .quake-circle.strong .inner {
      background-color: #e00004; }
    .quake-circle.strong .quake-circle {
      border-color: #e00004; }
  .quake-circle.great {
    border-color: #000; }
    .quake-circle.great .inner {
      background-color: #000; }
    .quake-circle.great .quake-circle {
      border-color: #000; }
  .quake-circle.outer {
    left: unset;
    top: unset;
    display: inline-block;
    width: 32px;
    height: 32px; }
  .quake-circle.inner {
    background-color: #fed809;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px; }
  .quake-circle.inner2 {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px; }
  .quake-circle.inner3 {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px; }

.button {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font: 16px/18px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fff;
  background: #01ad01;
  padding: 10px 9px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  border: 0; }
  .button:hover {
    text-decoration: none;
    background: #028d02; }
  .button.active {
    background: #5a9cd7; }

.buttonbar-wrap {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .buttonbar-wrap .button .shortname {
    display: none; }
  .buttonbar-wrap .button:nth-child(1), .buttonbar-wrap .button:nth-child(3) {
    margin: 0;
    width: 30%; }
  .buttonbar-wrap .button:nth-child(2) {
    width: 30%;
    margin-left: 5%;
    margin-right: 5%; }

@media screen and (max-width: 1279px) {
  .buttonbar-wrap .button {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  .buttonbar-wrap {
    margin-left: 10px;
    margin-right: 10px; }
    .buttonbar-wrap .button .shortname {
      display: block; }
    .buttonbar-wrap .button .name {
      display: none; } }

@media screen and (max-width: 581px) {
  .buttonbar-wrap .button:nth-child(1), .buttonbar-wrap .button:nth-child(3) {
    width: 32%; }
  .buttonbar-wrap .button:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%; } }

/*@media screen and (max-width: 1279px) {
    .buttonbar-wrap {
        margin-right: -15px;

        .button {
            padding: 11px 2.4%;
        }
    }
}
@media screen and (max-width: 1023px) {

    .buttonbar-wrap {
        text-align: center;

        .button {
            padding: 11px 2.69%;
        }
    }
}
@media screen and (max-width: 581px) {
    .buttonbar-wrap {
        .button {
            width: 27.42%;

            em {
                display: none;
            }

            span {
                display: inline-block;
            }
        }
    }
}*/
/* map info holder styles */
.graph-holder {
  position: relative;
  margin-bottom: 18px;
  font: 13px/15px "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  /*.ct-series-a .ct-point, .ct-series-b .ct-point {
        display: none;
    }*/ }
  .graph-holder .categoryLabel {
    font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    color: #162c82;
    display: block;
    margin-bottom: 17px; }
  .graph-holder.sun-graph .categoryLabel {
    color: #01ad01; }
  .graph-holder .time-marker {
    display: none;
    height: 100%;
    position: absolute;
    border-left: 1px solid #01ad01;
    border-right: 1px solid #01ad01;
    left: 50px;
    top: 0;
    z-index: 100; }
  .graph-holder .graph {
    height: 100px;
    width: 100%;
    /*background:url(/resources/images/graph.png) repeat;*/
    position: relative;
    overflow: hidden; }
    .graph-holder .graph .animation {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      right: 0;
      background: white;
      z-index: 2; }
    .graph-holder .graph .grid {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden; }
      .graph-holder .graph .grid .line {
        position: absolute;
        z-index: 1; }
        .graph-holder .graph .grid .line.horizontal {
          left: 0;
          right: 0;
          width: 100%;
          box-sizing: border-box;
          border-top: 1px solid #e7e7e7; }
          .graph-holder .graph .grid .line.horizontal.outer {
            border-top: 1px solid #c4c4c4; }
        .graph-holder .graph .grid .line.vertical {
          top: 0;
          bottom: 0;
          height: 100%;
          box-sizing: border-box;
          border-left: 1px solid #e7e7e7; }
          .graph-holder .graph .grid .line.vertical.first, .graph-holder .graph .grid .line.vertical.last {
            border-left: 1px solid #c4c4c4; }
        .graph-holder .graph .grid .line.vertical.highlight {
          border-left: 1px solid #c4c4c4; }
        .graph-holder .graph .grid .line.bold, .graph-holder .graph .grid .line.hour {
          border-width: 1px; }
    .graph-holder .graph svg {
      position: absolute; }
    .graph-holder .graph .vertical-labels {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      z-index: 100;
      font: 12px/12px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
      color: #5f666c;
      text-shadow: 1px 1px #fff; }
      .graph-holder .graph .vertical-labels .top {
        position: absolute;
        top: 5px;
        right: 5px; }
      .graph-holder .graph .vertical-labels .bottom {
        position: absolute;
        bottom: 5px;
        right: 5px; }
  .graph-holder .labels {
    height: 30px;
    position: relative;
    clear: both;
    overflow: hidden; }
    .graph-holder .labels .label {
      float: left;
      position: absolute;
      line-height: 30px;
      width: 40px;
      margin-left: -20px;
      text-align: center; }
      .graph-holder .labels .label.first {
        margin-left: 0;
        text-align: left; }
      .graph-holder .labels .label.last {
        margin-left: -40px;
        text-align: right; }
  .graph-holder .ct-square:after {
    content: "";
    clear: both; }
  .graph-holder .ct-square:after, .graph-holder .ct-square:before {
    content: ""; }
  .graph-holder .ct-chart-bar .ct-label, .graph-holder .ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .graph-holder .ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px; }
  .graph-holder .ct-point {
    stroke-width: 10px;
    stroke-linecap: butt;
    opacity: 0; }
  .graph-holder .ct-line {
    fill: none;
    stroke-width: 4px; }
  .graph-holder .ct-area {
    stroke: none;
    fill-opacity: 1; }
  .graph-holder .ct-bar {
    fill: none;
    stroke-width: 10px; }
  .graph-holder .ct-series-a .ct-bar, .graph-holder .ct-series-a .ct-line, .graph-holder .ct-series-b .ct-bar, .graph-holder .ct-series-b .ct-line {
    stroke: none; }
  .graph-holder .ct-series-a .ct-area, .graph-holder .ct-series-b .ct-area {
    fill: #ffffff;
    fill: #5A9BD3; }
  .graph-holder.sun-graph .ct-series-a .ct-area, .graph-holder.sun-graph .ct-series-b .ct-area {
    fill: #fdc200; }
  .graph-holder .ct-square {
    display: block;
    position: relative;
    width: 100%; }
  .graph-holder .ct-square:before {
    display: block;
    float: left;
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .graph-holder .ct-square:after {
    display: table; }
  .graph-holder .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .graph-holder .tooltip {
    color: white;
    padding: 4px;
    height: 30px;
    width: 60px;
    background-color: #e85300;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
    z-index: 2;
    border-radius: 2px; }
    .graph-holder .tooltip .time {
      display: block;
      font-size: 12px;
      line-height: 12px; }
    .graph-holder .tooltip .rain {
      display: block;
      font-size: 10px;
      line-height: 10px; }
    .graph-holder .tooltip.reverse {
      margin-left: -60px; }
      .graph-holder .tooltip.reverse:after {
        left: 58px; }
    .graph-holder .tooltip:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      background-color: #e85300;
      height: 80px; }

.plume-graph-control {
  display: none; }
  .plume-graph-control .region {
    float: left; }
  .plume-graph-control .model-datetime {
    float: right;
    padding-right: 15px;
    color: #15a205;
    font-size: 12px; }

.plume-type-holder {
  display: none; }

.not-supported {
  margin: 15px 0; }

@media screen and (max-width: 581px) {
  .graph-holder.period-days .labels .label:nth-child(even) {
    display: none; } }

.weather-graph .ct-grid {
  stroke: #eee;
  stroke-width: 1px;
  stroke-dasharray: none; }
  .weather-graph .ct-grid.day {
    stroke: #c4c4c4; }

.weather-graph .ct-series-b .ct-line,
.weather-graph .ct-series-a .ct-line {
  stroke: #152b81;
  /*stroke: #5A9BD3;*/
  stroke-width: 1px; }

.weather-graph .ct-labels .ct-label {
  color: #152b81; }
  .weather-graph .ct-labels .ct-label.ct-horizontal {
    text-align: center;
    display: inline-block; }
  .weather-graph .ct-labels .ct-label span.label-major {
    font-weight: bold; }
  .weather-graph .ct-labels .ct-label span.label-minor {
    font-size: 80%; }

.weather-graph.plume-graph .label-datatype {
  padding: 0 0 3px 0;
  margin: 0; }

.weather-graph.plume-graph .ct-series-lowest .ct-line {
  stroke-width: 1px;
  stroke: #aaa; }

.weather-graph.plume-graph .ct-series-lowest .ct-area {
  fill: none; }

.weather-graph.plume-graph .ct-area.combined {
  fill: #000;
  fill-opacity: .1; }

.weather-graph.plume-graph .ct-series-highest .ct-line {
  stroke-width: 1px;
  stroke: #aaa; }

.weather-graph.plume-graph .ct-series-highest .ct-area {
  fill: none; }

.weather-graph.plume-graph .ct-series-control-run .ct-line {
  stroke-width: 2px;
  stroke: #152b81;
  stroke-dasharray: 5,3; }

.weather-graph.plume-graph .ct-series-control-run .ct-area {
  fill: none; }

.weather-graph.plume-graph .ct-series-operational-run .ct-line {
  stroke-width: 2px;
  stroke: #ff0000; }

.weather-graph.plume-graph .ct-series-operational-run .ct-area {
  fill: none; }

.weather-graph.plume-graph .ct-series-run .ct-line {
  stroke-width: 1px;
  stroke: #9EC760; }

.weather-graph.plume-graph .ct-series-run .ct-area {
  fill: none; }

.weather-graph.plume-graph .ct-series-average .ct-line {
  stroke-width: 2px;
  stroke: #425c1b;
  stroke-dasharray: 3,3; }

.weather-graph.plume-graph .ct-series-average .ct-area {
  fill: none; }

.weather-graph.plume-graph .legend {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px; }
  .weather-graph.plume-graph .legend .item {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 12px; }
    .weather-graph.plume-graph .legend .item .color {
      position: relative;
      display: block;
      float: left;
      margin-right: 5px;
      width: 15px;
      height: 15px;
      background-color: #eee;
      border: 1px solid #999; }
    .weather-graph.plume-graph .legend .item .label {
      position: relative;
      display: block;
      float: left; }
    .weather-graph.plume-graph .legend .item.operational .color {
      background-color: #ff0000; }
    .weather-graph.plume-graph .legend .item.control .color {
      background-color: #152b81; }
    .weather-graph.plume-graph .legend .item.average .color {
      background-color: #425c1b; }
    .weather-graph.plume-graph .legend .item.runs .color {
      background-color: #9EC760; }
    .weather-graph.plume-graph .legend .item.runs-combined {
      display: none; }
      .weather-graph.plume-graph .legend .item.runs-combined .color {
        background-color: #bbb; }

.weather-graph.plume-graph.basic-graph .legend .item.runs {
  display: none; }

.weather-graph.plume-graph.basic-graph .legend .item.runs-combined {
  display: block; }

.graph-selector {
  background-color: #e2eff8;
  padding: 15px;
  margin-bottom: 20px; }
  .graph-selector .infobox {
    display: none; }
  .graph-selector .title {
    padding-bottom: 5px;
    font-weight: bold; }
  .graph-selector .date-select input {
    height: 38px;
    width: 186px;
    border: 1px solid #152b81;
    padding: 7px 20px 7px 11px;
    color: #152b81; }
  .graph-selector .date-select.error input {
    border: 1px solid #ff0000; }
  .graph-selector .dropdown {
    padding-bottom: 10px; }
    .graph-selector .dropdown .dropdown-select {
      border: 1px solid #152b81; }
  .graph-selector .selector-holder {
    float: left;
    margin-right: 20px; }

.weather-graph-control {
  position: relative; }
  .weather-graph-control .graph-type {
    margin: 10px 0 0 0; }
    .weather-graph-control .graph-type h4 {
      padding: 0 0 3px 0;
      margin: 0; }
  .weather-graph-control .graphinfo {
    font-size: 12px; }
    .weather-graph-control .graphinfo .station {
      float: left; }
    .weather-graph-control .graphinfo .actual {
      float: right;
      color: #15a205;
      padding-right: 5px;
      display: none; }
      .weather-graph-control .graphinfo .actual .actual-value {
        font-weight: bold; }
    .weather-graph-control .graphinfo .bounds {
      float: right;
      color: #15a205;
      padding-right: 15px;
      display: none; }
      .weather-graph-control .graphinfo .bounds .bounds-min, .weather-graph-control .graphinfo .bounds .bounds-max {
        font-weight: bold; }

#adholder_homeMyWeatherSmall {
  margin-bottom: 20px; }

.my-locations-edit .location {
  position: relative; }
  .my-locations-edit .location input[type=radio] {
    display: none; }
    .my-locations-edit .location input[type=radio]:checked + label .alterlocation:before {
      content: "\2022";
      color: #01ad01;
      font-size: 42px;
      text-align: center;
      line-height: 19px;
      font-family: Arial, Helvetica, sans-serif; }
  .my-locations-edit .location .alterlocation {
    margin: 10px 0;
    position: relative;
    cursor: pointer; }
    .my-locations-edit .location .alterlocation:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      margin-right: 10px;
      position: absolute;
      margin: 10px;
      border: 1px solid #ccc;
      background-color: #fff; }
    .my-locations-edit .location .alterlocation .remove {
      background: #fe0000;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 40px;
      color: white;
      font-size: 40px;
      padding: 10px;
      font-size: 20px; }
  .my-locations-edit .location .center {
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-right: none;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    margin-right: 40px;
    overflow: hidden; }
  .my-locations-edit .location .addlocation .center {
    padding-left: 0; }
    .my-locations-edit .location .addlocation .center input[type=text] {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      border: 1px solid #ccc; }
  .my-locations-edit .location .add-icon {
    background: #182a80;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    color: white;
    font-size: 40px;
    padding: 10px;
    font-size: 20px; }
  .my-locations-edit .location.add-geo {
    display: none;
    cursor: pointer;
    margin-bottom: 10px; }
    .my-locations-edit .location.add-geo .add-icon {
      background: #01ad01; }
    .my-locations-edit .location.add-geo .center {
      padding-left: 10px; }

.my-locations-edit .autocompletecontainer {
  position: relative;
  z-index: 500; }

.my-locations-edit .buttonbar-wrap {
  margin-top: 10px; }

@media screen and (max-width: 1023px) {
  .my-locations-edit .buttonbar-wrap .button {
    float: left;
    width: auto; } }

.my-weather-forecast {
  margin-top: 5px;
  margin-bottom: 20px;
  /* weather table styles */ }
  .my-weather-forecast .weather-wrap {
    margin-bottom: 5px; }
  .my-weather-forecast.long-forecast .weather-data {
    padding-top: 17px;
    padding-bottom: 18px; }
  .my-weather-forecast .weather-data {
    min-height: 190px;
    padding: 10px 0 10px 0; }
  .my-weather-forecast .weather-table {
    border-top: 2px solid #e1e1e1;
    width: 100%;
    font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
    .my-weather-forecast .weather-table .col-day {
      width: 36%; }
    .my-weather-forecast .weather-table .col-icon {
      width: 25%; }
    .my-weather-forecast .weather-table .col-temperature {
      width: 24%; }
    .my-weather-forecast .weather-table .col-wind {
      width: 15%; }
    .my-weather-forecast .weather-table tr {
      border-bottom: 2px solid #e1e1e1; }
    .my-weather-forecast .weather-table tr:hover {
      cursor: pointer; }
      .my-weather-forecast .weather-table tr:hover td.link-animate:hover {
        text-decoration: underline; }
    .my-weather-forecast .weather-table td {
      height: 56px;
      padding: 5px 5px 5px 0; }
      .my-weather-forecast .weather-table td:first-child {
        font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
      .my-weather-forecast .weather-table td:last-child {
        text-align: right;
        padding-right: 0; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .my-weather-forecast .weather-table td {
      height: 51px; } }
  @media screen and (max-width: 1279px) {
    .my-weather-forecast .weather-data {
      min-height: 181px; } }
  @media screen and (max-width: 1023px) {
    .my-weather-forecast .weather-data {
      padding-bottom: 28px; } }
  @media screen and (max-width: 767px) {
    .my-weather-forecast .weather-data {
      padding-top: 23px; }
    .my-weather-forecast .weather-table td:last-child {
      padding-right: 11px; } }

/* weather info left styles */
.my-weather-dropdown .info-block.no-location.winter {
  background-color: #e2eff8;
  padding: 20px;
  display: none;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.my-weather-dropdown h1 {
  font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  margin: 0 0 17px; }

.my-weather-dropdown .menu-wrap {
  position: relative;
  display: none;
  height: 22px;
  width: 100%; }
  .my-weather-dropdown .menu-wrap.popup-active > a {
    text-decoration: underline; }
  .my-weather-dropdown .menu-wrap .selected-link {
    display: inline-block;
    vertical-align: top;
    font: 19px/22px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    color: #01ad01;
    width: 70%;
    position: relative;
    padding-right: 5px; }
    .my-weather-dropdown .menu-wrap .selected-link span.selected {
      width: 100% !important;
      text-overflow: ellipsis !important;
      white-space: nowrap;
      display: inline-block;
      overflow: hidden; }

.my-weather-dropdown.enableDropdown .dropdown-hover {
  display: inline-block;
  width: 20px;
  height: 30px;
  cursor: pointer;
  margin-right: 4px;
  margin-top: 1px; }
  .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #152b81 url(../../../images/sprite.png) no-repeat -149px -69px;
    border-radius: 50%;
    cursor: pointer; }
  .my-weather-dropdown.enableDropdown .dropdown-hover:hover .dropdown {
    display: block; }
  .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 100%;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
    .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown ul {
      padding: 15px;
      list-style: none; }
      .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown ul li {
        margin-bottom: 10px; }
        .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown ul li:last-child {
          margin-bottom: 0; }
        .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown ul li a {
          color: #152b81; }
        .my-weather-dropdown.enableDropdown .dropdown-hover .dropdown ul li.default {
          display: none; }

.my-weather-dropdown .button {
  display: inline-block;
  vertical-align: top;
  font: 16px/18px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fff;
  background: #01ad01;
  padding: 11px 20px;
  border-radius: 3px; }

.my-weather-dropdown .wd-link {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #15a205;
  position: absolute;
  padding: 5px 0 0 12px;
  right: 0; }
  .my-weather-dropdown .wd-link:before {
    content: "\e605";
    position: absolute;
    left: 0;
    top: 8px;
    font-family: icomoon;
    font-size: 10px;
    line-height: 1;
    color: #15a205; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .weather-info-left .menu-wrap > a:after {
    background-image: url(../../../images/sprite@2x.png);
    background-size: 250px 250px; } }

@media only screen and (min-width: 1023px) {
  /*.weather-info-left .menu-wrap:hover .dropdown {
		display: block;
	}*/
  .weather-info-left .menu-wrap:hover a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }

@media screen and (max-width: 1023px) {
  /*.weather-info-left .menu-wrap.popup-active .dropdown {
		display: block;
	}*/
  .weather-info-left .menu-wrap.popup-active > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }

@media screen and (max-width: 767px) {
  .my-weather-dropdown .menu-wrap .selected-link {
    width: 65%; } }

.my-weather-more .title {
  font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #162c82;
  display: block;
  margin-bottom: 12px; }

.my-weather-more ul {
  list-style: none;
  margin: 0px;
  padding: 0 0 10px 0; }
  .my-weather-more ul li {
    width: 100%;
    padding: 0 0 6px; }

@media screen and (max-width: 1279px) {
  .my-weather-more ul {
    padding: 0 0 12px 0; } }

.country-control {
  padding-bottom: 22px;
  /*.btn-wrap {
        position:absolute;
        bottom:0px;
        left:0px;
        width:100%;
        padding:10px;
    }*/ }
  .country-control .country-map {
    height: 510px; }
    .country-control .country-map .marker {
      display: block; }
  .country-control .map-slider {
    margin-bottom: 0; }
  .country-control .map-content-info time {
    margin-left: 35px; }

.radar-block.country-selector .radar-selector select {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
  width: 365px; }

.country-forecast .marker {
  font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  animation: fadein 1s; }

.country-winterareas.no-opener .places-holder {
  margin-bottom: 20px; }

.country-winterareas.no-opener .place:last-child {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 10px 10px; }

.country-winterareas .open-close .opener-holder:before {
  background-color: #ddd !important; }

.country-winterareas .open-close .opener-holder {
  background-color: white;
  margin-top: 5px;
  padding-top: 0px;
  top: -8px;
  height: 15px;
  z-index: 4; }

.country-winterareas .open-close.active .opener-holder {
  background-color: transparent;
  top: -10px; }

.country-winterareas .place {
  font-weight: bold;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #ddd;
  line-height: 30px;
  z-index: 4; }
  .country-winterareas .place .country {
    background-repeat: no-repeat;
    background-size: contain; }
  .country-winterareas .place .name {
    padding-left: 45px; }
  .country-winterareas .place .temperature, .country-winterareas .place .snow-height {
    padding-left: 10px;
    min-width: 60px;
    display: inline-block; }
  .country-winterareas .place .snow-info {
    padding-left: 40px;
    padding-right: 10px; }
  .country-winterareas .place .temp-info {
    padding-left: 10px;
    padding-right: 20px; }
  .country-winterareas .place .left {
    float: left;
    max-width: 260px; }
  .country-winterareas .place .right {
    float: right; }
  .country-winterareas .place a {
    color: #152b81; }

.country-winterareas .place:last-child {
  padding-bottom: 0px; }

@media screen and (max-width: 581px) {
  .country-winterareas .place .left {
    width: 100%;
    display: block;
    float: none; } }

.country-popularplaces .place {
  font-weight: bold;
  width: 48%;
  display: block;
  position: relative;
  float: left;
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #ddd;
  margin-right: 2%;
  line-height: 30px; }
  .country-popularplaces .place .temperature {
    padding-left: 20px;
    padding-right: 10px; }
  .country-popularplaces .place .left {
    float: left; }
  .country-popularplaces .place .right {
    float: right; }
  .country-popularplaces .place a {
    color: #152b81; }

.country-search {
  margin-top: 20px; }
  .country-search .find-country {
    width: 100%;
    background-color: #e2eff8;
    padding: 10px 50px 10px 10px;
    position: relative; }
    .country-search .find-country input {
      width: 100%;
      border: none;
      height: 40px;
      font-size: 16px;
      line-height: 22px;
      font-weight: bold; }
    .country-search .find-country .country-search-icon {
      width: 40px;
      height: 40px;
      background-color: #152b81;
      position: absolute;
      right: 10px;
      top: 10px; }
      .country-search .find-country .country-search-icon::before {
        content: "\e603";
        color: #fff;
        position: absolute;
        right: 9px;
        top: 5px;
        font-size: 21px;
        font-family: icomoon;
        width: 23px;
        height: 23px; }

.popular-countries a.country {
  background-repeat: no-repeat;
  display: block;
  position: relative;
  float: left;
  width: 50%;
  padding-left: 40px;
  line-height: 23px;
  margin-bottom: 15px; }

.winter-marker {
  width: 46px;
  height: 56px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-family: Arial;
  font-size: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.8); }

.winter-marker .value {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  background-color: #fff; }

.winter-marker .background {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: 3px;
  top: 3px;
  background-position: 5px 2px; }

/* Snow */
.winter-marker .value.open {
  background-color: #56a543; }

.winter-marker .value.closed {
  background-color: #860b0d;
  color: #fff; }

.leaflet-main-container .action-button.active-show {
  background-color: #6aade1;
  display: block; }

.map-type-buttons {
  margin-top: 15px;
  display: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media screen and (max-width: 581px) {
  .country-control .country-map {
    height: 300px; }
    .country-control .country-map .marker {
      display: none; }
      .country-control .country-map .marker.on-minimap {
        display: block; }
  .country-popularplaces .place {
    width: 100%;
    float: none; }
  .popular-countries a.country {
    width: 100%;
    float: none; } }

.radar-block .radar-selector select {
  width: 300px;
  font: 15px/17px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

.radar-block .mapselect {
  min-width: 200px; }

.radar-block .radar-selector.double-dropdown select {
  width: 200px; }

.radar-block .radar-selector.double-dropdown .groups {
  display: inline-block; }
  .radar-block .radar-selector.double-dropdown .groups .dropdown-select {
    margin-left: 10px;
    display: none; }
    .radar-block .radar-selector.double-dropdown .groups .dropdown-select.active {
      display: block; }

.place-forecast5days-simple.no-user-locations .no-locations,
.my-locations-overview.no-user-locations .no-locations {
  display: block; }

.place-forecast5days-simple.no-user-locations .location .forecast .corner,
.place-forecast5days-simple.no-user-locations .location .forecast .remove,
.my-locations-overview.no-user-locations .location .forecast .corner,
.my-locations-overview.no-user-locations .location .forecast .remove {
  display: none; }

.place-forecast5days-simple .no-locations,
.my-locations-overview .no-locations {
  display: none;
  font-weight: bold; }

.place-forecast5days-simple .location,
.my-locations-overview .location {
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5%; }
  .place-forecast5days-simple .location .remove,
  .my-locations-overview .location .remove {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../../../images/icons/close.png);
    background-size: 15px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    cursor: pointer; }
  .place-forecast5days-simple .location .forecast,
  .my-locations-overview .location .forecast {
    position: relative;
    float: left;
    width: 18%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #E7F2F9;
    margin-left: 1.25%;
    margin-right: 1.25%; }
    .place-forecast5days-simple .location .forecast:first-child,
    .my-locations-overview .location .forecast:first-child {
      margin-left: 0; }
    .place-forecast5days-simple .location .forecast:last-child,
    .my-locations-overview .location .forecast:last-child {
      margin-right: 0; }
    .place-forecast5days-simple .location .forecast .location-day-row,
    .my-locations-overview .location .forecast .location-day-row {
      position: relative;
      color: #152b81; }
    .place-forecast5days-simple .location .forecast .icon,
    .my-locations-overview .location .forecast .icon {
      background-size: contain;
      height: 70px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 10px;
      padding-bottom: 10px; }

#mobilePlaceholderBottom .my-locations-list, .side-content .my-locations-list {
  padding-top: 20px;
  margin-bottom: 20px; }
  #mobilePlaceholderBottom .my-locations-list h3, .side-content .my-locations-list h3 {
    margin-bottom: 10px; }

@media screen and (max-width: 1023px) {
  .side-content .dropdown.active .submenu li {
    display: block; }
    .side-content .dropdown.active .submenu li.active a:after {
      transform: rotate(-90deg); }
  .side-content .dropdown .submenu {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #D0D0D0;
    margin-bottom: 10px; }
    .side-content .dropdown .submenu li {
      display: none; }
      .side-content .dropdown .submenu li.active {
        display: block; }
        .side-content .dropdown .submenu li.active a {
          background-color: #fff;
          border: 0;
          outline: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          font: 18px/20px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
          .side-content .dropdown .submenu li.active a:after {
            content: '>';
            display: inline-block;
            float: right;
            position: relative;
            background: #152b81;
            color: white;
            width: 39px;
            height: 39px;
            top: -9px;
            right: -13px;
            z-index: 2;
            padding-top: 8px;
            font-size: 30px;
            padding-left: 11px;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            font-weight: normal; } }

.location-overview-title {
  display: block;
  position: relative;
  padding-bottom: 20px; }
  .location-overview-title h2 {
    float: left; }
  .location-overview-title .btn-add-location {
    display: block;
    position: relative;
    float: right; }

@media screen and (max-width: 581px) {
  .my-locations-overview .location .forecast {
    width: 32%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%; }
    .my-locations-overview .location .forecast:nth-child(n+3) {
      margin-right: 0; }
    .my-locations-overview .location .forecast:nth-child(n+4) {
      display: none; }
  .side-content .dropdown .submenu li.active a {
    font-size: 15px; } }

.place-control .group {
  display: none; }

.place-control .loading-weather {
  padding-bottom: 20px;
  display: none; }

.place-forecast14days.pending {
  /*display: none;*/ }

.place-forecast14days .forecast-wrapper {
  position: relative;
  width: 100%; }
  .place-forecast14days .forecast-wrapper .forecast {
    position: relative;
    display: block; }
    .place-forecast14days .forecast-wrapper .forecast .fc-column {
      padding-bottom: 10px;
      width: 7.142%;
      float: left;
      /*width: 35px;*/
      background-color: #fff;
      text-align: center;
      background-color: #fff; }
      .place-forecast14days .forecast-wrapper .forecast .fc-column .fc-row {
        /*padding-top: 25px;*/
        padding-bottom: 25px; }
        .place-forecast14days .forecast-wrapper .forecast .fc-column .fc-row:first-child {
          padding-top: 10px; }
        .place-forecast14days .forecast-wrapper .forecast .fc-column .fc-row:last-child {
          padding-bottom: 10px; }
        .place-forecast14days .forecast-wrapper .forecast .fc-column .fc-row.temp {
          padding-top: 0;
          height: 235px; }
      .place-forecast14days .forecast-wrapper .forecast .fc-column .day {
        font-weight: bold;
        font-size: 15px; }
      .place-forecast14days .forecast-wrapper .forecast .fc-column .date {
        color: #999999;
        font-size: 12px;
        /*font-weight: bold;*/ }
      .place-forecast14days .forecast-wrapper .forecast .fc-column .wind {
        font-size: 12px; }
      .place-forecast14days .forecast-wrapper .forecast .fc-column .precipitation {
        line-height: 16px;
        padding-bottom: 35px; }
      .place-forecast14days .forecast-wrapper .forecast .fc-column.weekend {
        background-color: #e2eff9; }
        .place-forecast14days .forecast-wrapper .forecast .fc-column.weekend .day {
          color: #ec5509; }
  .place-forecast14days .forecast-wrapper .graph-container {
    height: 80px; }
  .place-forecast14days .forecast-wrapper .bar-container {
    height: 40px; }
  .place-forecast14days .forecast-wrapper .bar-bottom {
    height: 2px;
    position: relative;
    margin-bottom: 5px; }
    .place-forecast14days .forecast-wrapper .bar-bottom .bar-line {
      width: 50%;
      height: 2px;
      position: absolute;
      background: #cfcfcf;
      z-index: 1;
      bottom: 0;
      left: 25%; }
      .place-forecast14days .forecast-wrapper .bar-bottom .bar-line.iszero {
        height: 2px;
        background: #cfcfcf; }
  .place-forecast14days .forecast-wrapper .graph, .place-forecast14days .forecast-wrapper .bar {
    position: absolute;
    width: 100%;
    overflow: visible; }
    .place-forecast14days .forecast-wrapper .graph svg, .place-forecast14days .forecast-wrapper .graph g, .place-forecast14days .forecast-wrapper .bar svg, .place-forecast14days .forecast-wrapper .bar g {
      overflow: visible; }
    .place-forecast14days .forecast-wrapper .graph .ct-series-a .ct-bar, .place-forecast14days .forecast-wrapper .bar .ct-series-a .ct-bar {
      stroke: #569cd7; }
    .place-forecast14days .forecast-wrapper .graph .ct-series-a .ct-point, .place-forecast14days .forecast-wrapper .bar .ct-series-a .ct-point {
      stroke: #569cd7;
      stroke-width: 7px; }
    .place-forecast14days .forecast-wrapper .graph .ct-series-a .ct-line, .place-forecast14days .forecast-wrapper .bar .ct-series-a .ct-line {
      stroke: #569cd7;
      stroke-width: 2px; }
    .place-forecast14days .forecast-wrapper .graph .ct-series-b .ct-point, .place-forecast14days .forecast-wrapper .bar .ct-series-b .ct-point {
      stroke: #e85300;
      stroke-width: 7px; }
    .place-forecast14days .forecast-wrapper .graph .ct-series-b .ct-line, .place-forecast14days .forecast-wrapper .bar .ct-series-b .ct-line {
      stroke: #e85300;
      stroke-width: 2px; }
    .place-forecast14days .forecast-wrapper .graph .ct-series-a .ct-area, .place-forecast14days .forecast-wrapper .graph .ct-series-b .ct-area, .place-forecast14days .forecast-wrapper .bar .ct-series-a .ct-area, .place-forecast14days .forecast-wrapper .bar .ct-series-b .ct-area {
      fill: none; }
    .place-forecast14days .forecast-wrapper .graph .ct-label, .place-forecast14days .forecast-wrapper .bar .ct-label {
      fill: #152b81;
      font-weight: bold;
      font-size: 13px; }

.place-forecast14daystable {
  margin-top: 20px; }
  .place-forecast14daystable table {
    border: 1px solid #c0c5c9; }
    .place-forecast14daystable table thead {
      text-align: left;
      background-color: #e2eff9;
      font-size: 13px/1.5; }
      .place-forecast14daystable table thead th {
        padding: 5px 5px 5px 0; }
        .place-forecast14daystable table thead th.day {
          padding-left: 10px; }
  .place-forecast14daystable .forecast-wrapper {
    position: relative;
    width: 100%; }
    .place-forecast14daystable .forecast-wrapper .forecast {
      width: 100%;
      position: relative;
      background-color: #fff; }
      .place-forecast14daystable .forecast-wrapper .forecast .weekend {
        background-color: #e2eff9; }
        .place-forecast14daystable .forecast-wrapper .forecast .weekend .day {
          color: #ec5509; }
    .place-forecast14daystable .forecast-wrapper .fc-column.day {
      font-weight: 700;
      font-size: 15px;
      padding-left: 10px; }
    .place-forecast14daystable .forecast-wrapper .fc-column.date {
      /*color: #999;
				font-size: 11px;*/ }
    .place-forecast14daystable .forecast-wrapper .fc-column.temp {
      color: #152b81;
      font-weight: 700;
      font-size: 13px; }

.overview .place-forecast5days .forecast {
  padding-bottom: 15px; }
  .overview .place-forecast5days .forecast h3 {
    font-size: 15px; }

.place-suntimes .suntime {
  padding-left: 45px;
  background-repeat: no-repeat;
  min-height: 30px;
  display: block;
  line-height: 30px;
  background-position: left top;
  background-size: 40px; }

.place-suntimes .sunrise {
  background-image: url("/resources/images/icons/sunrise.png"); }

.place-suntimes .sunset {
  background-image: url("/resources/images/icons/sunset.png"); }

.place-forecast5days .suntimes {
  position: relative;
  float: right;
  font-weight: bold; }
  .place-forecast5days .suntimes .suntime {
    padding-right: 45px;
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background-position: right top;
    background-size: 40px; }
  .place-forecast5days .suntimes .sunrise {
    background-image: url("/resources/images/icons/sunrise.png"); }
  .place-forecast5days .suntimes .sunset {
    background-image: url("/resources/images/icons/sunset.png");
    margin-left: 10px; }

.place-forecast5days .forecast {
  padding-bottom: 30px; }
  .place-forecast5days .forecast .title-block {
    position: relative;
    margin-bottom: 0px; }
    .place-forecast5days .forecast .title-block h3.day {
      display: block;
      position: relative;
      float: left;
      margin: 0;
      padding: 0; }
  .place-forecast5days .forecast table {
    width: 100%;
    border: 1px solid #c0c5c9; }
    .place-forecast5days .forecast table thead {
      text-align: left;
      background-color: #e2eff9;
      font-size: 13px/1.5; }
      .place-forecast5days .forecast table thead th {
        padding: 5px 5px 5px 10px; }
    .place-forecast5days .forecast table tbody {
      color: #000; }
      .place-forecast5days .forecast table tbody tr td {
        padding: 5px 5px 5px 10px; }
      .place-forecast5days .forecast table tbody tr.lowest span.temperature {
        display: inline-block;
        padding: 5px;
        margin-top: -5px;
        margin-left: -5px;
        background-color: #6aade2;
        color: #fff; }
      .place-forecast5days .forecast table tbody tr.highest span.temperature {
        display: inline-block;
        padding: 5px;
        margin-top: -5px;
        margin-left: -5px;
        background-color: #f06900;
        color: #fff; }
  .place-forecast5days .forecast img {
    max-width: none; }

.place-forecast5days.oneday table {
  border: 0;
  border-top: 1px solid #e1e1e1; }
  .place-forecast5days.oneday table thead {
    display: none; }
  .place-forecast5days.oneday table tbody {
    color: #152b81; }
    .place-forecast5days.oneday table tbody tr {
      border-bottom: 1px solid #e1e1e1; }
      .place-forecast5days.oneday table tbody tr.highest td, .place-forecast5days.oneday table tbody tr.lowest td {
        line-height: 12px; }
        .place-forecast5days.oneday table tbody tr.highest td span.temperature, .place-forecast5days.oneday table tbody tr.lowest td span.temperature {
          margin-top: 0; }

.place-forecast14days.pending,
.place-forecast14daystable.pending,
.place-forecast5days.pending {
  height: 1px;
  width: 100%;
  overflow: hidden;
  opacity: 0; }

.place-locationtitle-control .place-locationtitle {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.place-locationtitle-control.pending .button {
  display: none; }

@media screen and (max-width: 581px) {
  .place-locationtitle .btn-favorite {
    margin-bottom: 20px; }
  .place-forecast5days .forecast .title-block .suntimes {
    float: left;
    margin-right: 20px;
    margin-top: 10px; } }

h3.menu-title {
  margin-bottom: 10px; }

.country-areas li a {
  padding-left: 45px; }

.country-areas li {
  padding-left: 0; }
  .country-areas li a {
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px; }
  .country-areas li.country-at a {
    background-image: url("/resources/images/countries/at@2x.png"); }
  .country-areas li.country-de a {
    background-image: url("/resources/images/countries/de@2x.png"); }
  .country-areas li.country-it a {
    background-image: url("/resources/images/countries/it@2x.png"); }
  .country-areas li.country-ch a {
    background-image: url("/resources/images/countries/ch@2x.png"); }
  .country-areas li.country-fr a {
    background-image: url("/resources/images/countries/fr@2x.png"); }
  .country-areas li.country-pl a {
    background-image: url("/resources/images/countries/pl@2x.png"); }
  .country-areas li.country-cz a {
    background-image: url("/resources/images/countries/cz@2x.png"); }
  .country-areas li.country-si a {
    background-image: url("/resources/images/countries/si@2x.png"); }
  .country-areas li.country-sk a {
    background-image: url("/resources/images/countries/sk@2x.png"); }
  .country-areas li.country-ro a {
    background-image: url("/resources/images/countries/ro@2x.png"); }
  .country-areas li.country-es a {
    background-image: url("/resources/images/countries/es@2x.png"); }
  .country-areas li.country-ad a {
    background-image: url("/resources/images/countries/ad@2x.png"); }
  .country-areas li.country-no a {
    background-image: url("/resources/images/countries/no@2x.png"); }
  .country-areas li.country-se a {
    background-image: url("/resources/images/countries/se@2x.png"); }
  .country-areas li.country-fi a {
    background-image: url("/resources/images/countries/fi@2x.png"); }
  .country-areas li.country-ca a {
    background-image: url("/resources/images/countries/ca@2x.png"); }
  .country-areas li.country-us a {
    background-image: url("/resources/images/countries/us@2x.png"); }

.forecast-textbot {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }
  .forecast-textbot p.forecast-text {
    font-style: italic;
    margin: 0;
    padding: 0; }

.place-forecast5days-simple .location a.forecast-holder {
  color: #152b81; }
  .place-forecast5days-simple .location a.forecast-holder .forecast {
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    margin-right: 0;
    width: 19%; }

#mobilePlaceholder {
  overflow: hidden; }

.mobile-icons-now {
  margin-top: 10px;
  padding: 10px 10px 30px 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  text-align: center; }
  .mobile-icons-now .weather-icons-mobile {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 40px; }
    .mobile-icons-now .weather-icons-mobile .mobile-icons {
      margin-top: 20px;
      display: inline-block; }
    .mobile-icons-now .weather-icons-mobile .icons-label {
      position: absolute;
      top: 80px;
      width: 80px;
      text-align: center;
      left: 0;
      font-family: "RTLGraphikTT-SemiBold", "Arial", "Helvetica", sans-serif;
      font-size: 15px; }

.nowtitle-mobile {
  margin-top: 15px;
  margin-bottom: 0; }

#forecast14DaysHolder .forecast {
  width: 32%; }
  #forecast14DaysHolder .forecast:nth-child(3) {
    border: none; }

@media screen and (max-width: 1023px) {
  .weather-detail.weather-detail-1 {
    margin-bottom: 0; }
  .place-desktop {
    display: none !important; }
  .small .place-desktop-optional {
    display: none !important; }
  .place-title-border {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px; } }

@media screen and (min-width: 1024px) {
  #forecast5DaysHolder {
    padding-top: 20px; }
  .place-mobile {
    display: none !important; } }

.weather-alerts .alert-day-list .day, .weather-alerts-coast .alert-day-list .day {
  padding-bottom: 20px; }
  .weather-alerts .alert-day-list .day h3, .weather-alerts-coast .alert-day-list .day h3 {
    font-size: 1.30em; }
  .weather-alerts .alert-day-list .day .day-header, .weather-alerts-coast .alert-day-list .day .day-header {
    margin-bottom: 20px;
    position: relative;
    background-color: #f6fafd; }
    .weather-alerts .alert-day-list .day .day-header .day-image, .weather-alerts-coast .alert-day-list .day .day-header .day-image {
      position: relative;
      float: left;
      width: 50%; }
    .weather-alerts .alert-day-list .day .day-header .info-text, .weather-alerts-coast .alert-day-list .day .day-header .info-text {
      position: relative;
      float: left;
      width: 50%;
      padding: 15px; }
      .weather-alerts .alert-day-list .day .day-header .info-text .title, .weather-alerts-coast .alert-day-list .day .day-header .info-text .title {
        font-weight: bold;
        padding-bottom: 10px; }
  .weather-alerts .alert-day-list .day .alert-location:last-child, .weather-alerts-coast .alert-day-list .day .alert-location:last-child {
    border-bottom: 1px solid #C4C4C4; }
  .weather-alerts .alert-day-list .day .alert-location .location-header-bar, .weather-alerts-coast .alert-day-list .day .alert-location .location-header-bar {
    height: 48px;
    position: relative;
    cursor: pointer; }
    .weather-alerts .alert-day-list .day .alert-location .location-header-bar .title, .weather-alerts-coast .alert-day-list .day .alert-location .location-header-bar .title {
      float: left; }
      .weather-alerts .alert-day-list .day .alert-location .location-header-bar .title h3, .weather-alerts-coast .alert-day-list .day .alert-location .location-header-bar .title h3 {
        font-size: 1.30em;
        margin: 0;
        padding: 0; }
    .weather-alerts .alert-day-list .day .alert-location .location-header-bar .icons, .weather-alerts-coast .alert-day-list .day .alert-location .location-header-bar .icons {
      float: right; }
      .weather-alerts .alert-day-list .day .alert-location .location-header-bar .icons img, .weather-alerts-coast .alert-day-list .day .alert-location .location-header-bar .icons img {
        margin-top: -5px;
        width: 30px; }
  .weather-alerts .alert-day-list .day .alert-location .alert-list .knmi-alert, .weather-alerts-coast .alert-day-list .day .alert-location .alert-list .knmi-alert {
    padding-bottom: 15px; }
    .weather-alerts .alert-day-list .day .alert-location .alert-list .knmi-alert .alert-image, .weather-alerts-coast .alert-day-list .day .alert-location .alert-list .knmi-alert .alert-image {
      float: left;
      height: 60px;
      height: 60px;
      margin-right: 10px;
      margin-bottom: 20px;
      margin-top: 10px; }
    .weather-alerts .alert-day-list .day .alert-location .alert-list .knmi-alert .code, .weather-alerts-coast .alert-day-list .day .alert-location .alert-list .knmi-alert .code {
      font-weight: bold; }
    .weather-alerts .alert-day-list .day .alert-location .alert-list .knmi-alert .date, .weather-alerts-coast .alert-day-list .day .alert-location .alert-list .knmi-alert .date {
      color: #999; }

.custom-alert-teaser,
.knmi-alert-teaser {
  background: #e2eff8; }
  .custom-alert-teaser .container.alert-teaser a.link-block,
  .knmi-alert-teaser .container.alert-teaser a.link-block {
    background-color: #f58e23;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    font-size: 18px; }
  .custom-alert-teaser.red .container.alert-teaser a.link-block,
  .knmi-alert-teaser.red .container.alert-teaser a.link-block {
    background-color: #d0021b; }
  .custom-alert-teaser.custom .container.alert-teaser a.link-block,
  .knmi-alert-teaser.custom .container.alert-teaser a.link-block {
    background-color: #FEF9C8;
    color: #152b81;
    font-weight: bold;
    font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif; }
  .custom-alert-teaser .alert-icon,
  .knmi-alert-teaser .alert-icon {
    margin-right: 10px;
    height: 24px; }

.custom-alert-teaser {
  background: #FEF9C8; }
  .custom-alert-teaser .cta {
    text-decoration: underline; }

/*@media screen and (min-width: 1280px) {
    body.alerts-active {

        .header-b {
            background-color:#01ad01;
            .menu {
                max-width: 1280px;
                margin: 0 auto;
                .drop {
                    #nav {
                        width: 800px;
                        float: left;
                    }
                }
            }
        }

        .search-bar {
            //display: none;
            float: right;
            background: none;
            padding: 7px 0;
        }

        .search-bar .container {
            padding: 0 20px 0 0;
        }

        .search-form .search-title {
            display: none;
        }

        .search-form .form-wrap {
            width: 335px;
            padding-right: 35px;
        }

        .search-form input[type="search"] {
            height: 35px;
            padding: 6px 10px;
            font-size: 15px;
            line-height: 23px;
        }

        .search-form .submit-wrap {
            height: 35px;
            width: 35px;
        }

        .search-form .submit-wrap:before {
            font-size: 18px;
            right: 8px;
            top: 8px;
            width: 22px;
            height: 24px;
        }

        .search-form input[type="submit"] {
            height: 35px;
        }

        .search-form .autocomplete {
            font-size: 15px;
            line-height: 17px;
        }
    }
}*/
@media screen and (max-width: 1279px) {
  .knmi-alert-teaser .container.alert-teaser {
    padding: 0; } }

@media screen and (max-width: 581px) {
  .weather-alerts .alert-day-list .day .day-header .day-image, .weather-alerts-coast .alert-day-list .day .day-header .day-image {
    float: none;
    width: 100%; }
  .weather-alerts .alert-day-list .day .day-header .info-text, .weather-alerts-coast .alert-day-list .day .day-header .info-text {
    float: none;
    width: 100%; } }

.weather-forecast .more-link {
  display: none; }

.weather-forecast a.blue {
  color: #152b81; }

.weather-forecast .multilineEllips {
  height: auto;
  overflow: hidden; }

.weather-forecast blockquote {
  margin: 0; }
  .weather-forecast blockquote a {
    color: #152b81;
    display: block; }
    .weather-forecast blockquote a:hover {
      text-decoration: none; }
  .weather-forecast blockquote:after {
    content: " ";
    display: block;
    clear: both; }
  .weather-forecast blockquote cite {
    float: right;
    text-align: center;
    margin: 3px 0 0 18px; }
    .weather-forecast blockquote cite .img-wrap {
      display: block;
      border-radius: 50%;
      margin-bottom: 4px; }
      .weather-forecast blockquote cite .img-wrap span {
        display: block; }
    .weather-forecast blockquote cite .name {
      font: 15px/17px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
      display: block;
      color: #152b81; }
  .weather-forecast blockquote q {
    overflow: hidden;
    font-size: 1.17em;
    line-height: 22px;
    /*font-style: italic;*/ }
    .weather-forecast blockquote q p {
      margin: 0;
      padding: 0;
      display: inline; }
      .weather-forecast blockquote q p:after {
        content: "\00000a\00000a";
        white-space: pre; }
      .weather-forecast blockquote q p:last-child:after {
        content: ""; }

.content-l .weather-forecast {
  float: right;
  width: 60.39%; }

.forecast-be .content-l .weather-forecast {
  width: 100%; }

@media screen and (max-width: 1279px) {
  .forecast-be .content-l .weather-forecast {
    width: 100%; }
  .content-l .weather-forecast {
    width: 61.99%; }
  .content-l .weather-forecast blockquote {
    padding-right: 0; } }

@media screen and (max-width: 1023px) {
  .forecast-be .content-l .weather-forecast {
    width: 100%;
    padding: 0 14px; }
  .content-l .weather-forecast {
    width: 50%;
    padding: 0 14px; }
  .content-l .weather-forecast blockquote {
    padding: 0 36px 0 0;
    border: none;
    display: table;
    width: 100%;
    height: 100%;
    margin-top: -4px; }
  .content-l .weather-forecast blockquote cite {
    float: none;
    text-align: left;
    display: table-footer-group;
    height: 1%; }
  .content-l .weather-forecast blockquote cite .cite-wrap {
    padding: 26px 0 8px;
    display: block; }
  .content-l .weather-forecast blockquote cite .img-wrap {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle; }
  .content-l .weather-forecast blockquote cite .name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
  .content-l .weather-forecast blockquote q {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 767px) {
  .forecast-be .content-l .weather-forecast {
    padding: 0;
    margin-top: 0; }
  .content-l .weather-forecast blockquote {
    padding: 12px 0 0; }
  .content-l .weather-forecast blockquote cite .cite-wrap {
    padding: 10px 0 0; }
  .weather-forecast {
    margin-top: 15px; } }

@media screen and (max-width: 581px) {
  .content-l .weather-forecast {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 22px; } }

.weather-video {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/resources/images/loading.gif);
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .weather-video {
      margin-bottom: 10px; } }

.weather-video-date-label {
  position: relative;
  padding: 10px;
  background: #e2eff9;
  font-weight: 700;
  font-size: 120%; }

.video-holder .icon-button-play-video-small,
.video-block .icon-button-play-video-small {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26.5px;
  margin-top: -26.5px; }

.weather-video-history .video-holder {
  width: calc(50% - 10px);
  margin-bottom: 20px; }
  .weather-video-history .video-holder:nth-child(even) {
    float: right; }
  .weather-video-history .video-holder:nth-child(odd) {
    float: left; }
  .weather-video-history .video-holder .video {
    cursor: pointer;
    position: relative;
    background-size: cover;
    height: 240px;
    background-repeat: no-repeat; }
    .weather-video-history .video-holder .video .overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .weather-video-history .video-holder .date-label {
    position: relative;
    font-weight: 700;
    padding: 10px;
    background: #e2eff9; }

@media screen and (max-width: 1279px) {
  .weather-video-history .video-holder .video {
    height: 160px; } }

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  .weather-video-history .video-holder .date-label {
    min-height: 62px; } }

@media screen and (min-width: 800px) and (max-width: 1023px) {
  .weather-video-history .video-holder .video {
    height: 240px; } }

@media screen and (max-width: 767px) {
  .weather-video-history .video-holder {
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    .weather-video-history .video-holder .video {
      height: 160px; }
    .weather-video-history .video-holder .date-label {
      min-height: 62px; } }

@media screen and (max-width: 581px) {
  .weather-video-history .video-holder .video {
    height: 120px; } }

.weather-stations {
  padding-bottom: 20px; }
  .weather-stations table tr {
    cursor: pointer; }

.home .thumbnails .block-wrap:nth-child(even) {
  margin-top: 24px; }

.thumbnails {
  position: relative; }
  .thumbnails h3 {
    font: 22px/24px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    margin: 0 0 16px; }
  .thumbnails .holder {
    position: relative;
    width: 100%; }
    .thumbnails .holder .block-wrap {
      position: relative;
      float: left;
      width: 48%;
      margin-bottom: 15px; }
      .thumbnails .holder .block-wrap:last-child {
        padding-bottom: 130px; }
      .thumbnails .holder .block-wrap.no-title {
        padding-top: 16px; }
      .thumbnails .holder .block-wrap img {
        width: 100%; }
    .thumbnails .holder .block-wrap:nth-child(even) {
      margin-left: 4%; }
  .thumbnails a.thumbnail-image {
    display: block;
    position: relative;
    height: 250px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .thumbnails a.thumbnail-image.landscape {
      background-size: cover; }
      .thumbnails a.thumbnail-image.landscape.low {
        height: 200px; }
  .thumbnails .thumbnail-ad {
    padding-bottom: 20px;
    display: none; }

.maincontent-bottom .thumbnails .holder {
  margin-left: 0;
  padding-left: 24px;
  width: 63%;
  float: left; }

@media screen and (min-width: 1280px) {
  .weathermap-overview .thumbnails .holder .block-wrap {
    width: 32%;
    margin-left: 0; }
  .weathermap-overview .thumbnails .holder .block-wrap:nth-child(3n-1),
  .weathermap-overview .thumbnails .holder .block-wrap:nth-child(3n) {
    margin-left: 0.5%; } }

@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .maincontent-bottom .thumbnails .holder {
    padding-left: 54px; } }

@media screen and (max-width: 1023px) {
  .maincontent-bottom .thumbnails .holder {
    margin-left: 0;
    padding-left: 0;
    float: none;
    width: 100%; }
  .thumbnails a.thumbnail-image {
    height: 250px;
    background-size: cover; } }

@media screen and (max-width: 499px) {
  .thumbnails .thumbnail-ad {
    display: block; } }

@media screen and (max-width: 499px) {
  .thumbnails a.thumbnail-image {
    height: 200px;
    background-size: cover; }
  .thumbnails .holder .block-wrap {
    width: 100%;
    float: none; }
  .thumbnails .holder .block-wrap:nth-child(even) {
    margin-left: 0;
    margin-top: 0; } }

.weather-photos {
  clear: both;
  padding-top: 12px;
  display: block;
  position: relative; }
  .weather-photos .thumbnail {
    width: 10%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%; }
  .weather-photos .thumbnail:last-child {
    margin-right: 0; }

@media screen and (max-width: 767px) {
  .weather-photos .thumbnail {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%; }
  .weather-photos .thumbnail:last-child {
    margin-right: 0; } }

@media screen and (max-width: 581px) {
  .weather-photos .thumbnail {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%; }
  .weather-photos .thumbnail:last-child {
    margin-right: 0; } }

/* social networks styles */
.share-block {
  letter-spacing: -4px;
  margin-bottom: 27px; }
  .share-block .title {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin: 0 10px 3px 0;
    max-width: 38%; }
  .share-block .social-networks {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -4px;
    width: 60%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .share-block .social-networks li {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 0;
      font-size: 32px;
      line-height: 1;
      margin: 3px 5px; }
      .share-block .social-networks li.icon-twitter {
        font-size: 32px; }
      .share-block .social-networks li a {
        color: #1ba510; }
        .share-block .social-networks li a:hover {
          text-decoration: none;
          color: #32b327; }
        .share-block .social-networks li a span.text {
          display: none; }

@media screen and (max-width: 581px) {
  .share-block .title {
    max-width: none;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .share-block .social-networks {
    display: block;
    width: 100%; } }

.linklist h3 {
  margin: 0;
  margin-bottom: 10px; }

.aside h3 {
  font: 22px/24px RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif;
  margin-bottom: 7px; }

.aside .link:last-child {
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .linklist {
    margin-top: 15px; } }

/* header-r */
.header-r {
  /*float: right;
    max-width: 40%;*/
  text-align: right;
  line-height: 16px;
  padding-top: 3px;
  float: right;
  max-width: 40%;
  text-align: right;
  line-height: 16px;
  padding-top: 3px; }
  .header-r a {
    color: #152b81; }
  .header-r ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    max-width: 300px;
    /*em:before {
            content: "";
        }*/ }
    .header-r ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 2px; }
    .header-r ul li:first-child {
      margin-left: 0; }
    .header-r ul a {
      color: #152b81; }
    .header-r ul em {
      display: inline-block;
      font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
      font-style: normal;
      background: #e2eff8;
      min-width: 25px;
      height: 25px;
      text-align: center;
      vertical-align: top;
      border-radius: 100px;
      margin: -3px 0 0 5px;
      padding: 4px 5px;
      position: relative; }
  .header-r .title {
    float: left;
    margin-right: 5px; }
    .header-r .title em {
      font-style: normal;
      font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }

/* map info holder styles */
.lightning-map .selector-holder {
  padding: 15px;
  background-color: #e2eff9; }
  .lightning-map .selector-holder .title {
    font-weight: bold;
    margin-bottom: 5px; }
  .lightning-map .selector-holder .date-select {
    float: left;
    margin-right: 15px; }
    .lightning-map .selector-holder .date-select input {
      height: 38px;
      width: 150px;
      border: 1px solid #152b81;
      padding: 7px 20px 7px 11px;
      color: #152b81; }
  .lightning-map .selector-holder .hour-select-holder {
    float: left; }
    .lightning-map .selector-holder .hour-select-holder .dropdown {
      padding-bottom: 10px; }
      .lightning-map .selector-holder .hour-select-holder .dropdown .dropdown-select {
        border: 1px solid #152b81; }
        .lightning-map .selector-holder .hour-select-holder .dropdown .dropdown-select select {
          width: 140px; }

.lightning-map .map {
  height: 512px; }

.cookie-consent {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #152b81;
  color: #fff;
  z-index: 99000;
  display: none; }
  .cookie-consent .holder {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 20px 20px 10px 20px; }
    .cookie-consent .holder a.button {
      float: right;
      text-decoration: none;
      margin-left: 20px;
      margin-bottom: 20px; }
    .cookie-consent .holder a {
      color: #fff;
      text-decoration: underline; }

@media screen and (max-width: 1279px) {
  .cookie-consent .holder {
    width: 1024px; } }

@media screen and (max-width: 1023px) {
  .cookie-consent .holder {
    width: 100%;
    padding: 20px 35px 10px 35px; } }

@media screen and (max-width: 767px) {
  .cookie-consent .holder {
    width: 100%;
    padding: 20px 10px 10px 10px; } }

/*@media screen and (max-width: 581px) {
}*/
.social-pictures {
  /*padding-bottom: 10px;*/ }
  .social-pictures .social-thumbnail {
    position: relative;
    width: 31%;
    height: 113px;
    float: left;
    margin-bottom: 20px;
    background-size: cover; }
    .social-pictures .social-thumbnail:nth-child(2), .social-pictures .social-thumbnail:nth-child(5) {
      margin: 0 3.5%; }
    .social-pictures .social-thumbnail:nth-child(4), .social-pictures .social-thumbnail:nth-child(6) {
      margin-bottom: 0px; }

/*.social-pictures h1 {
    font: 22px/24px RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif
}*/
.social-pictures .picture-list {
  position: relative; }

.hide-advertorial .story {
  display: none; }

.hide-advertorial .social-pictures {
  width: 100%; }
  .hide-advertorial .social-pictures .social-thumbnail {
    position: relative;
    width: 16%;
    margin-right: 0.8%; }
    .hide-advertorial .social-pictures .social-thumbnail:nth-child(3) {
      margin-right: 0.8%; }
    .hide-advertorial .social-pictures .social-thumbnail:nth-child(6) {
      margin-right: 0; }

.story .description {
  margin-top: 10px;
  padding-bottom: 10px;
  font: 16px/20px RTLGraphikTT-Regular, Arial, Helvetica, sans-serif;
  max-width: 336px; }

.social-pictures-row {
  padding-top: 20px;
  padding-bottom: 10px; }

@media screen and (max-width: 1023px) {
  .hide-story .container {
    padding: 0; }
  .hide-story .social-pictures {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .social-pictures-row {
    display: none; } }

.rsbtn .rsbtn_powered .rsbtn_btnlabel {
  display: none !important; }

.rsbtn .rsbtn_status {
  white-space: nowrap; }

.event-close {
  margin-top: 20px; }

.overview-block .event-close {
  width: 100%; }
  .overview-block .event-close table {
    width: 100%; }
  .overview-block .event-close a {
    margin-top: 15px; }
  .overview-block .event-close tr {
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid #e1e1e1; }
    .overview-block .event-close tr:first-child {
      border-top: 1px solid #e1e1e1; }
    .overview-block .event-close tr img {
      height: 30px; }
    .overview-block .event-close tr span {
      line-height: 30px; }
  .overview-block .event-close td.date {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    font-weight: bold;
    color: #aeaeae; }
  .overview-block .event-close td.theme {
    width: 40px;
    min-width: 40px;
    max-width: 40px; }
  .overview-block .event-close td.name {
    font-weight: bold; }
  .overview-block .event-close td.icon {
    width: 40px;
    min-width: 40px;
    max-width: 40px; }
  .overview-block .event-close td.temperature {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    text-align: right; }

.event-holder .date-column {
  min-width: 130px; }

@media screen and (max-width: 560px) {
  .event-holder .date-column {
    min-width: 90px; } }

.pv-icon {
  display: block;
  width: 40px;
  padding-top: 45px;
  color: #fff;
  text-align: center;
  float: left;
  line-height: 15px;
  font-size: 15px;
  background-size: 40px;
  background-repeat: no-repeat;
  margin-left: 5px;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  cursor: pointer; }
  .pv-icon.pv-delete {
    text-align: center;
    background-color: #fe0000;
    background-color: #D0021B;
    padding-top: 0;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-family: "cicomoon"; }
  .pv-icon.green {
    color: #15a205; }
  .pv-icon.pv-likes {
    background-image: url(/resources/images/icons/photovideo/Like_Desktop_B@2x.png); }
    .pv-icon.pv-likes.pv-alt {
      background-image: url(/resources/images/icons/photovideo/Like_Desktop_Alt_B@2x.png); }
    .pv-icon.pv-likes.pv-active {
      background-image: url(/resources/images/icons/photovideo/Like_Desktop_Pressed_B@2x.png); }
  .pv-icon.pv-shares {
    background-image: url(/resources/images/icons/photovideo/Share_Desktop_B@2x.png); }
    .pv-icon.pv-shares.pv-alt {
      background-image: url(/resources/images/icons/photovideo/Share_Desktop_Alt_B@2x.png); }
    .pv-icon.pv-shares.pv-active {
      background-image: url(/resources/images/icons/photovideo/Share_Desktop_Active_B@2x.png); }
  .pv-icon.pv-flags {
    background-image: url(/resources/images/icons/photovideo/Flagging_Desktop@2x.png); }
    .pv-icon.pv-flags.pv-alt {
      background-image: url(/resources/images/icons/photovideo/Flagging_Desktop_Alt@2x.png); }
    .pv-icon.pv-flags.pv-active {
      background-image: url(/resources/images/icons/photovideo/Flagging_Desktop_Active@2x.png); }
  .pv-icon.pv-video {
    background-image: url(/resources/images/icons/photovideo/Video_Desktop@2x.png);
    /*&.pv-active {
            background-image: url(/resources/images/icons/photovideo/Video_Desktop_@2x.png);
        }*/
    z-index: 15; }
    .pv-icon.pv-video.pv-alt {
      background-image: url(/resources/images/icons/photovideo/Video_Desktop_Alt@2x.png); }
  .pv-icon.pv-edit {
    height: 20px;
    width: 20px;
    float: right;
    line-height: 20px;
    padding: 0;
    margin: 0 0 0 5px;
    background-size: 20px;
    float: left;
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #15a205;
    font-weight: normal;
    font-family: RTLGraphikTT-Regular, Arial, Helvetica, sans-serif;
    background-image: url(/resources/images/icons/photovideo/Edit_Desktop@2x.png);
    background-position: right;
    padding-right: 82px;
    margin-left: 10px;
    text-decoration: underline; }
  .pv-icon.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.pv-link {
  line-height: 20px;
  font-size: 14px;
  color: #15a205;
  text-decoration: underline;
  font-family: RTLGraphikTT-Regular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block; }

.pv-edit-error {
  line-height: 20px;
  font-size: 14px;
  font-family: RTLGraphikTT-SemiBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #C40000;
  margin-left: 10px; }

textarea.pv-edit-input,
input.pv-edit-input {
  line-height: 20px;
  font-size: 14px;
  font-family: RTLGraphikTT-Regular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%; }

textarea.pv-edit-input {
  height: 80px; }

.pv-error {
  border: 1px solid red !important; }

.pv-button-tag {
  display: block;
  float: left;
  background-color: #fff;
  border: 1px #152b81 solid;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #152b81; }

.exif-label {
  font-weight: bold; }

.pv-tags {
  margin-top: 10px; }

.pv-userinfo .pv-avatar {
  background-color: #eee;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.pv-userinfo .pv-nickname {
  float: left;
  margin-right: 10px;
  color: #15a205;
  line-height: 50px; }

.pv-userinfo .pv-message {
  float: left;
  line-height: 50px; }
  .pv-userinfo .pv-message .pv-icon {
    height: 20px;
    width: 20px;
    float: right;
    line-height: 50px;
    display: block;
    padding: 0;
    margin: 15px 0 0 10px;
    background-size: 20px; }

.pv-user-list hr {
  margin-top: 10px; }

.pv-user-list .pv-user-item .pv-user-header {
  display: flex;
  padding-bottom: 20px; }
  .pv-user-list .pv-user-item .pv-user-header .pv-user-avatar {
    background-color: #eee;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    min-height: 50px;
    height: 50px;
    max-height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .pv-user-list .pv-user-item .pv-user-header .pv-user-info {
    width: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: flex-end;
    flex-direction: column; }
    .pv-user-list .pv-user-item .pv-user-header .pv-user-info .pv-user-name {
      font: 20px/25px "RTLGraphikTT-semi", "Arial", "Helvetica", sans-serif; }
    .pv-user-list .pv-user-item .pv-user-header .pv-user-info .pv-user-bio {
      font: 12px/20px "RTLGraphikTT-semi", "Arial", "Helvetica", sans-serif; }
  .pv-user-list .pv-user-item .pv-user-header .pv-user-photocount {
    text-align: right;
    color: #9b9b9b;
    font-size: 13px;
    margin-left: 20px;
    white-space: nowrap; }

.pv-user-list .pv-user-item .pv-user-photos {
  position: relative; }
  .pv-user-list .pv-user-item .pv-user-photos .form-spinner {
    position: absolute;
    width: 100%;
    top: calc(50% - 85px); }
  .pv-user-list .pv-user-item .pv-user-photos .pv-overview {
    min-height: 235px; }

.pv-hidden {
  display: none; }

.pv-comments .pv-icon {
  height: 20px;
  width: 20px;
  float: right;
  line-height: 20px;
  padding: 0;
  margin: 0 0 0 5px;
  background-size: 20px;
  float: left;
  display: inline-block;
  float: none;
  font-size: 14px;
  color: #15a205;
  font-weight: normal;
  font-family: RTLGraphikTT-Regular, Arial, Helvetica, sans-serif; }
  .pv-comments .pv-icon.pv-flags {
    background-image: url(/resources/images/icons/photovideo/Flagging_Desktop_small@2x.png); }
  .pv-comments .pv-icon.pv-edit {
    padding-right: 82px;
    margin-left: 10px; }

.pv-comments .pv-result {
  margin-top: 20px; }

.pv-comments .pv-comment-holder {
  padding-bottom: 10px; }

.pv-comments #placeCommentButton {
  margin-bottom: 20px; }

.pv-comments .pv-userinfo .pv-message .pv-icon,
.pv-comments .pv-nickname, .pv-comments .pv-message {
  line-height: 18px; }

.pv-comments .pv-userinfo .pv-message .pv-icon {
  margin: 0 0 0 10px; }

.pv-comments .pv-quote {
  margin-top: 2px;
  margin-bottom: 5px;
  /*font-style: italic;*/ }

.pv-comments .pv-message, .pv-comments a.pv-nickname {
  color: #ababab; }

.pv-comments .pv-comment-form {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
  .pv-comments .pv-comment-form textarea {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px; }
  .pv-comments .pv-comment-form .button {
    float: right; }
  .pv-comments .pv-comment-form .pv-cancel-comment {
    margin-right: 10px; }
  .pv-comments .pv-comment-form.preview .pv-cancel-comment {
    display: none; }
  .pv-comments .pv-comment-form.preview textarea {
    height: 50px;
    padding-top: 15px; }
  .pv-comments .pv-comment-form.preview .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px 10px 20px;
    position: absolute;
    top: 0;
    right: 0; }

.pv-comments .pv-more-comments {
  float: none;
  margin-top: 10px;
  width: auto;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 15px; }

.pv-quote-editcontainer {
  padding-bottom: 5px; }

.pv-quote-editcontainer a {
  padding-right: 10px; }

.social-block {
  display: block;
  float: right; }

.overview-block .pv-overview-control.user-detail h2 {
  font-size: 1.17em;
  margin: 0 0 1.2em;
  font-family: "RTLGraphikTT-Regular", "Arial", "Helvetica", sans-serif;
  font-weight: bold; }

.pv-user-detail {
  padding-bottom: 20px; }
  .pv-user-detail label {
    font-weight: bold; }
  .pv-user-detail input, .pv-user-detail textarea {
    margin-bottom: 10px; }
  .pv-user-detail h1 {
    color: #15a205;
    font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif; }
  .pv-user-detail .edit-link {
    color: #15a205;
    cursor: pointer;
    text-decoration: underline; }
  .pv-user-detail .pv-userinfo {
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px; }
    .pv-user-detail .pv-userinfo .pv-avatar {
      width: 150px;
      height: 150px;
      margin-right: 0px;
      float: none; }
  .pv-user-detail .bio-edit textarea {
    width: 100%;
    min-height: 300px; }

.pv-detail h3 {
  margin-top: 10px; }

.pv-detail .pv-comments {
  float: left;
  width: 63%;
  margin-right: 2%; }

.pv-detail .pv-location-map {
  padding-bottom: 15px;
  float: left;
  width: 35%; }
  .pv-detail .pv-location-map h4 {
    color: #01ad01; }
  .pv-detail .pv-location-map .pv-map-container {
    height: 180px;
    width: 100%;
    max-width: 300px; }

.pv-detail .pv-camera-info {
  margin-top: 10px; }

.pv-detail .pv-sub-block {
  position: relative;
  padding-bottom: 20px; }

.pv-loadmore {
  height: 10px;
  background-color: none; }
  .pv-loadmore .pv-loading {
    display: none; }

.pv-grid-item {
  cursor: pointer;
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-color: #eee;
  margin-bottom: 15px; }
  .pv-grid-item.active {
    display: block; }
  .pv-grid-item:hover {
    -webkit-box-shadow: 0px 0px 44px 12px #b8b8b8;
    -moz-box-shadow: 0px 0px 44px 12px #b8b8b8;
    box-shadow: 0px 0px 44px 12px #b8b8b8;
    -webkit-box-shadow: 0px 10px 28px 0px #666666;
    -moz-box-shadow: 0px 10px 28px 0px #666666;
    box-shadow: 0px 10px 28px 0px #666666; }
    .pv-grid-item:hover .pv-overlay {
      display: block; }
  .pv-grid-item .pv-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: #000;
        background-color: rgba(255, 255,255, 0.2);
        background-color: rgba(0, 0, 0, 0.3);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); 
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );*/
    background-color: transparent;
    transition: background-color 0.5s ease;
    z-index: 10;
    color: #fff; }
    .pv-grid-item .pv-overlay:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .pv-grid-item .pv-overlay .pv-description {
      position: absolute;
      padding: 10px;
      left: 0;
      bottom: 0;
      /*height:50%;
            background-color:#000;
            background-color: rgba(0, 0, 0, 0.3);
            width:100%;*/ }
    .pv-grid-item .pv-overlay .pv-social {
      position: absolute;
      right: 10px;
      top: 10px; }
  .pv-grid-item.pv-grid-half {
    width: 48.5000%;
    height: 150px;
    margin-right: 3.0000%; }
  .pv-grid-item.pv-grid-half-b {
    margin-right: 0; }
  .pv-grid-item.pv-grid-medium {
    width: 65.0000%;
    height: 219px;
    margin-right: 3.0000%; }
    .pv-grid-item.pv-grid-medium.pv-grid-right {
      margin-right: 0;
      margin-left: 3.0000%;
      float: right; }
  .pv-grid-item.pv-grid-small {
    width: 32.0000%;
    height: 102px; }
    .pv-grid-item.pv-grid-small .pv-overlay .pv-description {
      display: none; }
    .pv-grid-item.pv-grid-small.pv-grid-right {
      float: right; }

.pv-category {
  padding-bottom: 10px; }
  .pv-category a.pv-category-item {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31.5%;
    margin-right: 1.5%;
    float: left;
    height: 100px; }

.pv-uploadinstructions {
  color: #15a205; }

.pv-handmatigetag {
  color: #15a205;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px; }

.pv-uploadbutton {
  display: inline-block;
  letter-spacing: 0;
  font: 16px/18px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fff;
  background: #152b81;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px; }

.pv-uploadbutton-invalid {
  display: inline-block;
  letter-spacing: 0;
  font: 16px/18px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
  color: #fff;
  background: #C40000;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer; }

.pv-uploadinfo {
  padding: 10px; }

.pv-remove {
  color: red;
  text-align: right;
  float: right; }

.pv-uploadfileinfo {
  background-color: #e2eff8;
  color: #152b81;
  text-decoration: none;
  font-family: "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif !important;
  padding: 15px 10px; }

.pv-info-button {
  display: inline-block;
  font-family: "Times New Roman", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  color: #fff;
  background: #15a205;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  margin: 0;
  position: relative;
  cursor: pointer; }

.pv-upload-input {
  display: flex;
  line-height: 35px; }
  .pv-upload-input.hide {
    display: none; }
  .pv-upload-input label {
    min-width: 125px;
    font-family: RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif; }
  .pv-upload-input input {
    flex-grow: 1; }
  .pv-upload-input a {
    padding-left: 10px;
    min-width: 26px; }

.pv-catcontainer-title {
  margin: 10px 0px;
  font-family: RTLGraphikTT-Semibold,Arial,Helvetica,sans-serif; }

.pv-catcontainer {
  border: 1px solid silver;
  padding: 20px 20px 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%; }

.pv-containeritem {
  display: inline-block;
  width: 25%;
  float: left; }

.pv-clear {
  clear: left;
  display: block; }

#dvExtraTagInfo {
  margin-bottom: 20px; }

.pv-detail-infobox {
  margin-top: 15px;
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  display: block;
  position: relative;
  text-align: left; }

#editTags {
  margin-top: 10px; }

#editTagsButton {
  margin-top: 8px; }

.pv-linelink {
  display: block;
  position: relative;
  border-top: 1px solid #152b81;
  margin-top: 10px;
  text-align: center;
  height: 15px; }
  .pv-linelink .pv-linelink-label {
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    padding: 5px 30px;
    top: -20px;
    position: relative;
    line-height: 30px; }

.overview-block h2 {
  margin-bottom: 10px; }

.pv-search-control h1, .pv-search-control h3 {
  font-family: "RTLGraphikTT-semi", "Arial", "Helvetica", sans-serif; }

.pv-search-control .user-grid-title {
  margin-bottom: 10px; }

.pv-search-control .user-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -10px;
  padding: 10px 0;
  border-top: 1px dotted #e1e1e1;
  border-bottom: 1px dotted #e1e1e1; }
  .pv-search-control .user-grid .user-item {
    width: 50%;
    padding: 10px; }
    .pv-search-control .user-grid .user-item .pv-userinfo {
      display: inline-block;
      width: 100%; }
      .pv-search-control .user-grid .user-item .pv-userinfo .pv-avatar {
        display: inline-block; }
      .pv-search-control .user-grid .user-item .pv-userinfo .pv-name {
        display: inline-block;
        padding: 12px;
        line-height: 26px; }

@media screen and (min-width: 1280px) {
  .contentwide .pv-grid-item.pv-grid-main {
    height: 500px; }
  .contentwide .pv-grid-item.pv-grid-half {
    height: 240px;
    width: 49.000%;
    margin-right: 2.000%; }
  .contentwide .pv-grid-item.pv-grid-half-b {
    margin-right: 0%; }
  .wide .pv-grid-item.pv-grid-medium {
    width: 66.0000%;
    height: 339px;
    margin-right: 2.0000%; }
    .wide .pv-grid-item.pv-grid-medium.pv-grid-right {
      margin-right: 0;
      margin-left: 2.0000%; }
  .wide .pv-grid-item.pv-grid-small {
    height: 162px; } }

.pv-slideshow-button {
  float: none;
  display: inline-block;
  margin-bottom: 10px; }

/*h2 {
    .pv-slideshow-button {
        float: right;
        margin-bottom: 10px;
        display: block;
    }
}*/
.pv-delete-button {
  float: right;
  background: #fa3b3b !important;
  margin-bottom: 15px;
  margin-top: 5px; }

.pv-left-button {
  margin-right: 10px; }

.pv-slidehow {
  min-height: 200px;
  background-color: #171617; }
  .pv-slidehow .pv-linelink {
    border-color: #fff; }
    .pv-slidehow .pv-linelink .pv-linelink-label {
      background-color: #171617; }
  .pv-slidehow .social-block {
    margin-bottom: 4px; }
  .pv-slidehow .pv-button-tag {
    background-color: #171617;
    border-color: #fff;
    color: #fff; }
  .pv-slidehow h2 {
    padding: 0;
    margin: 10px 0 0 0; }
  .pv-slidehow .pv-userinfo {
    margin-top: 10px; }
  .pv-slidehow .vscroll .left,
  .pv-slidehow .vscroll .right,
  .pv-slidehow .vscroll .left.inactive,
  .pv-slidehow .vscroll .right.inactive {
    background-color: #171617; }
  .pv-slidehow .vscroll .left.inactive,
  .pv-slidehow .vscroll .right.inactive {
    display: none; }
  .pv-slidehow .vscroll.hide-buttons .content {
    padding-left: 50px; }
  .pv-slidehow .pv-slideshow-container {
    position: relative;
    padding: 20px 100px;
    color: #fff; }
  .pv-slidehow .pv-slideshow-header {
    padding: 0px 50px 10px 50px;
    height: 60px; }
  .pv-slidehow .pv-slide-counter {
    float: left;
    line-height: 38px; }
  .pv-slidehow .pv-close-slideshow-button {
    float: right;
    background-color: #C40000; }
  .pv-slidehow .pv-slide-button {
    position: absolute;
    top: 0px;
    width: 50px;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    height: 100%; }
    .pv-slidehow .pv-slide-button.left {
      left: -50px; }
    .pv-slidehow .pv-slide-button.right {
      right: -50px; }
    .pv-slidehow .pv-slide-button .pv-button-content {
      position: absolute;
      top: 50%;
      height: 50%;
      width: 50px;
      margin-top: -50%;
      text-align: center; }
  .pv-slidehow .pv-slide-holder {
    position: relative;
    padding: 0 50px 0px 50px; }
    .pv-slidehow .pv-slide-holder .pv-slide {
      text-align: center;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      min-height: 500px; }
      .pv-slidehow .pv-slide-holder .pv-slide img {
        width: 100%; }
      .pv-slidehow .pv-slide-holder .pv-slide video {
        width: 100%;
        height: 500px; }
  .pv-slidehow .pv-overview-slider {
    display: block;
    height: 100px;
    margin-top: 10px; }
  .pv-slidehow .pv-thumb {
    cursor: pointer;
    position: relative;
    float: left;
    height: 100px;
    width: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #eee;
    margin-right: 15px; }
    .pv-slidehow .pv-thumb.pv-active {
      border: 1px solid #15a205; }

.pv-overview .hidden {
  display: none; }

@media screen and (max-width: 1279px) {
  .pv-slidehow .container {
    max-width: 1024px;
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .pv-slidehow .pv-slideshow-container {
    padding-left: 10px;
    padding-right: 10px; }
  .pv-slidehow .pv-slide-holder .pv-slide {
    min-height: 50px; }
    .pv-slidehow .pv-slide-holder .pv-slide video {
      height: 250px; }
  .pv-detail .pv-comments, .pv-detail .pv-location-map {
    width: 100%;
    margin: 0;
    float: none; }
  .pv-grid-item.pv-grid-mobile-small {
    float: left !important;
    width: 48.5000%;
    height: 250px;
    margin: 0;
    margin-bottom: 3%;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .pv-grid-item.pv-grid-mobile-small:nth-child(odd) {
      margin-left: 0 !important;
      margin-right: 3.0000% !important; } }

@media screen and (max-width: 767px) {
  .pv-icon.pv-edit,
  .pv-comments .pv-icon.pv-edit {
    padding-right: 0; }
  .pv-edit span {
    display: none; }
  .pv-slidehow .pv-slideshow-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px; }
  .pv-slidehow .pv-slideshow-header {
    padding: 0 10px 10px 10px;
    height: 50px; }
  .pv-slidehow .pv-slide-holder {
    padding: 0 10px 10px 10px; }
  .pv-slidehow .pv-slide-button .pv-button-content {
    margin-top: 0;
    position: relative; }
  .pv-slidehow .pv-slide-button.right {
    position: relative;
    float: right;
    right: 0px; }
  .pv-slidehow .pv-slide-button.left {
    position: relative;
    float: left;
    left: 0px; }
  .pv-slidehow .social-block {
    float: left; }
  .pv-slidehow .pv-thumb {
    width: 100px; }
  .pv-slidehow .pv-slide {
    padding-bottom: 40px; }
  .pv-grid-item.pv-grid-mobile-small {
    height: 150px; }
  .pv-grid-item:hover .pv-overlay {
    display: none; }
  #dvFileSelect {
    margin-bottom: 15px; }
  .pv-containeritem {
    width: 33%; }
  .pv-uploadfileinfo {
    margin-bottom: 25px; }
  .pv-slideshow-button {
    float: none;
    display: inline-block;
    margin-bottom: 10px; }
  h2 .pv-slideshow-button {
    display: none; } }

@media screen and (max-width: 551px) {
  .pv-containeritem {
    width: 50%; }
  .pv-upload-input {
    display: block;
    line-height: inherit; }
    .pv-upload-input input {
      display: inline-block;
      width: calc(100% - 35px) !important; }
    .pv-upload-input a {
      display: inline-block;
      position: relative;
      top: -6px; } }

.pv-detail-image-holder {
  position: relative; }

.pv-image-download-blocker {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000; }

.blog-overview-control.halve {
  width: 63%; }

.blog-overview {
  color: #152b81; }
  .blog-overview .pv-icon {
    padding-top: 40px; }
  .blog-overview .blog-item {
    margin-bottom: 40px; }
    .blog-overview .blog-item .blog-item-backdrop {
      -webkit-box-shadow: 0px 3px 20px -6px #858385;
      -moz-box-shadow: 0px 3px 20px -6px #858385;
      box-shadow: 0px 3px 20px -6px #858385; }
    .blog-overview .blog-item .blog-item-image {
      width: 100%;
      height: 350px;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      .blog-overview .blog-item .blog-item-image .pv-overlay {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        transition: background-color 0.5s ease;
        z-index: 10;
        color: #fff; }
        .blog-overview .blog-item .blog-item-image .pv-overlay .pv-social {
          position: absolute;
          right: 10px;
          top: 10px; }
        .blog-overview .blog-item .blog-item-image .pv-overlay .pv-description {
          position: absolute;
          padding: 20px;
          right: 0;
          bottom: 0; }
        .blog-overview .blog-item .blog-item-image .pv-overlay .pv-source-name {
          background-color: #003885;
          padding: 2px 5px;
          display: inline-block; }
        .blog-overview .blog-item .blog-item-image .pv-overlay .pv-source-location {
          background-color: #569DD2;
          margin-bottom: 5px;
          padding: 2px 5px;
          display: inline-block; }
        .blog-overview .blog-item .blog-item-image .pv-overlay .pv-source {
          position: absolute;
          top: 20px;
          left: 20px;
          font: 14px RTLGraphikTT-semibold,Arial,Helvetica,sans-serif; }
    .blog-overview .blog-item .blog-item-content {
      padding: 10px 15px; }
      .blog-overview .blog-item .blog-item-content .blog-item-publishDate {
        color: #ABAAAB;
        padding: 5px 0;
        font-size: 0.9em; }
      .blog-overview .blog-item .blog-item-content .blog-item-header {
        padding: 10px 0;
        margin: 0; }
      .blog-overview .blog-item .blog-item-content .blog-item-summary {
        padding: 5px 0; }
      .blog-overview .blog-item .blog-item-content .blog-item-link {
        margin-top: 5px;
        margin-bottom: 10px; }

.blog-detail {
  color: #152b81; }
  .blog-detail .pv-icon {
    padding-top: 40px; }
  .blog-detail .blog-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    position: relative; }
    .blog-detail .blog-image .pv-overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: transparent;
      transition: background-color 0.5s ease;
      z-index: 10;
      color: #fff; }
      .blog-detail .blog-image .pv-overlay .pv-source-name {
        background-color: #003885;
        padding: 2px 5px;
        display: inline-block; }
      .blog-detail .blog-image .pv-overlay .pv-source-location {
        background-color: #569DD2;
        margin-bottom: 5px;
        padding: 2px 5px;
        display: inline-block; }
      .blog-detail .blog-image .pv-overlay .pv-source {
        position: absolute;
        top: 20px;
        left: 20px;
        font: 16px RTLGraphikTT-semibold,Arial,Helvetica,sans-serif; }
  .blog-detail .blog-columnLeft {
    float: left;
    width: 62%;
    margin-right: 3%;
    margin-bottom: 25px; }
    .blog-detail .blog-columnLeft .blog-content h1, .blog-detail .blog-columnLeft .blog-content h2, .blog-detail .blog-columnLeft .blog-content h3 {
      line-height: 1.6em; }
    .blog-detail .blog-columnLeft .blog-content .blog-paragraph {
      margin-top: 25px;
      /*p {
                    color: black;
                }*/ }
      .blog-detail .blog-columnLeft .blog-content .blog-paragraph:first-child {
        margin-top: 0; }
    .blog-detail .blog-columnLeft .blog-content .biography {
      margin-top: 30px; }
    .blog-detail .blog-columnLeft .endOfDetail {
      margin: 50px 0;
      height: 1px; }
  .blog-detail .blog-columnRight {
    float: left;
    width: 35%; }
    .blog-detail .blog-columnRight .blog-info .blog-publishInfo {
      font-size: 0.9em;
      color: #ABAAAB; }
    .blog-detail .blog-columnRight .blog-info hr {
      margin: 15px 0;
      height: 1px;
      display: block; }
    .blog-detail .blog-columnRight .blog-info .blog-social.share-block {
      margin: 0; }
    .blog-detail .blog-columnRight .blog-info .blog-tags {
      padding-top: 5px; }

@media screen and (max-width: 1023px) {
  .blog-overview .blog-item {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 650px; }
  .blog-overview-control.halve {
    width: 100%; }
  .blog-detail {
    margin-top: 20px;
    display: flex;
    flex-direction: column; }
    .blog-detail .blog-columnRight {
      width: 100%;
      order: 1; }
    .blog-detail .blog-columnLeft {
      width: 100%;
      margin-right: 0px;
      order: 2; } }

.parentpagetitle-search {
  float: right;
  position: relative; }
  .parentpagetitle-search .search-text {
    display: inline-block;
    font: 14px/16px "RTLGraphikTT-Semibold", "Arial", "Helvetica", sans-serif;
    padding-right: 10px; }
  .parentpagetitle-search .search-box {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    background: #fff;
    position: relative;
    width: 300px;
    padding-right: 36px;
    border: 1px solid #e1e1e1; }
    .parentpagetitle-search .search-box input[type="search"] {
      height: 35px;
      padding: 6px 10px;
      font: 14px/16px "RTLGraphikTT", "Arial", "Helvetica", sans-serif;
      line-height: 23px;
      width: 100%;
      display: inline-block;
      background: none;
      border: none;
      outline: none;
      color: #152b81; }
    .parentpagetitle-search .search-box .submit-wrap {
      height: 35px;
      width: 35px;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff; }
      .parentpagetitle-search .search-box .submit-wrap:before {
        font-size: 18px;
        right: 5px;
        top: 5px;
        width: 22px;
        height: 24px;
        content: "\e603";
        color: #152b81;
        position: absolute;
        font-family: icomoon; }
    .parentpagetitle-search .search-box input[type="submit"] {
      height: 35px;
      overflow: hidden;
      text-indent: -9999px;
      background: none;
      border: none;
      width: 40px;
      position: relative;
      z-index: 2;
      outline: none; }

@media screen and (min-width: 1024px) {
  .search {
    padding-bottom: 0px !important; }
    .search .search-container {
      bottom: -4px; } }

@media screen and (max-width: 1023px) {
  .parentpagetitle-search {
    width: 100%; }
    .parentpagetitle-search .search-text {
      display: none; }
    .parentpagetitle-search .search-box {
      width: 100%;
      padding: 7px;
      padding-right: 50px;
      margin-bottom: 25px;
      border: 1px solid #D0D0D0; }
      .parentpagetitle-search .search-box input[type="search"] {
        padding: 0px 10px;
        font: 16px/18px "RTLGraphikTT", "Arial", "Helvetica", sans-serif; }
      .parentpagetitle-search .search-box .submit-wrap {
        height: 40px;
        width: 40px;
        right: 5px;
        top: 4px;
        background: #152c81; }
        .parentpagetitle-search .search-box .submit-wrap:before {
          color: #fff; } }

.webcams .flex-master {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.webcams .flex-follower {
  flex: 0 1 auto;
  width: 50%;
  display: block;
  padding: 10px;
  position: relative;
  box-sizing: border-box; }

.webcams .flex-follower.flex-full {
  width: 100%; }

.webcams .flex-follower.flex-full .flex-follower-inner {
  padding-top: 30%;
  height: auto; }

.webcams .flex-follower-inner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 56.25%;
  display: block;
  background-size: cover;
  position: relative; }

.webcams .flex-master .info {
  color: white;
  /*font-weight:bold;*/
  /*background:rgba(255,255,255,0.5);*/
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px; }

.webcams .autocomplete {
  z-index: 1001; }

.webcams .webcameiframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -44px;
  bottom: 0;
  border: 0; }

.webcams .webcameiframecontainer {
  width: 100%;
  padding-top: 86%;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 519px) {
  .webcams .webcameiframe {
    top: 0px; }
  .webcams .webcameiframecontainer {
    padding-top: 65%; } }

@media screen and (min-width: 834px) and (max-width: 1023px) {
  .webcams .webcameiframecontainer {
    padding-top: 70%; } }

@media screen and (min-width: 1024px) and (max-width: 1069px) {
  .webcams .webcameiframe {
    top: 0px; }
  .webcams .webcameiframecontainer {
    padding-top: 60%; } }