.SparxpresDisplayControl {
	text-align: left;
	font-weight: normal;
}
.SparxpresDisplayControl p {
	margin: 0;
}
.Sparxpres__select-css {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.Sparxpres__select-css::-ms-expand {
	display: none;
}
.Sparxpres__select-css:hover {
	cursor: pointer;
}
.Sparxpres__select-css:focus {
	outline: none;
}
.Sparxpres__select-css option {
	font-weight: normal;
}


.Sparxpres input:focus,
.Sparxpres select:focus,
.Sparxpres textarea:focus,
.Sparxpres button:focus,
.Sparxpres .noUi-handle:focus {
	outline: none;
}

.Sparxpres__attention {
	color: #be2b31;
	font-weight: 700;
	font-style: italic;
	font-size: larger;
}

.Sparxpres__modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.Sparxpres__modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #b4b4b4;
	width: 60%;
	border-radius: 7px;
	max-width: 600px;
	position: relative;
}

.Sparxpres__modal .Sparxpres__container {
	margin-right: -20px;
	margin-left: -20px;
	margin-top: -20px;
}

.Sparxpres__modal .Sparxpres__container-left {
	width: 100%;
	float: none;
	text-align: center;
}

.Sparxpres__modal .Sparxpres__container-left .Sparxpres__paragraph {
	display: none;
}

.Sparxpres__modal .Sparxpres__container-left .Sparxpres__headline {
	height: 50px;
	line-height: 50px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: #f0f0f0;
	margin: 0;
}

.Sparxpres__modal .Sparxpres__duration-container, .Sparxpres.SparxpresDropdown .Sparxpres__duration-container {
	margin: 0 0 15px;
}

.Sparxpres__modal .Sparxpres__container-right .Sparxpres__paragraph,
.Sparxpres__modal .Sparxpres__container-right .Sparxpres__headline  {
	margin-top: 0;
}

.Sparxpres__modal .Sparxpres__container-right {
	width: 100%;
	margin-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.Sparxpres__modal .Sparxpres__container-right .Sparxpres__headline {
	float: left;
}

.Sparxpres__modal.SparxpresSlider .Sparxpres__duration-container {
	margin: 15px 0 45px;
}

@media screen and (max-width: 960px) {
	.Sparxpres__modal-content {
		width: 90%;
	}
}

.Sparxpres__modal-open {
	border-radius: 4px;
	background-color: #d52e45;
	color: white;
	padding: 12px 40px;
	width: 100%;
	cursor: pointer;
	display: block;
	text-align: center;
}

.Sparxpres__modal-close {
	color: #aaa;
	font-size: 25px;
	font-family: Arial;
	position: absolute;
	right: 16px;
	top: 9px;
}

.Sparxpres__modal-close:hover,
.Sparxpres__modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.Sparxpres .Sparxpres__read-more:hover,
.Sparxpres .Sparxpres__read-more:active,
.Sparxpres .Sparxpres__read-more:focus {
    text-decoration: none;
}

/**
 * Sparxpres styling
 */
.Sparxpres__main-color {
  color: #be2b31;
}
.Sparxpres__bold {
  font-weight: 700;
}
.Sparxpres__uppercase {
	text-transform: uppercase;
}
.Sparxpres__container:before,
.Sparxpres__container:after {
  content: " ";
  display: table;
}
.Sparxpres__headline {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
}
.Sparxpres__description {
  font-size: 0.9em;
  line-height: 1.2em;
}
.Sparxpres__container:after {
  clear: both;
}
.Sparxpres__container-left {
  width: 50%;
  float: left;
}
.Sparxpres__container-right {
  width: 50%;
  float: right;
}
.Sparxpres__container-right .Sparxpres__headline,
.Sparxpres__container-right .Sparxpres__paragraph,
.Sparxpres__container-right p.Sparxpres__main-color {
  text-align: right;
}
.Sparxpres__container-right .Sparxpres__paragraph {
  font-weight: bold;
  color: #be2b31;
}
.Sparxpres__paragraph {
  margin-top: 5px;
}
.Sparxpres__duration-container {
  margin: 15px 0 45px;
}

/**
* Slider styling
*/
.SparxpresSlider .noUi-value-large:nth-of-type(1),
.SparxpresSlider .noUi-value-large:nth-of-type(2) {
  transform: translate3d(0%, 25%, 0);
}
.SparxpresSlider .noUi-value-large:last-child {
  transform: translate3d(-85%, 25%, 0);
}
.SparxpresSlider .noUi-target,
.SparxpresSlider .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.SparxpresSlider .noUi-target {
  position: relative;
  direction: ltr;
}
.SparxpresSlider .noUi-base,
.SparxpresSlider .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.SparxpresSlider .noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.SparxpresSlider .noUi-connect,
.SparxpresSlider .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
html:not([dir="rtl"]) .SparxpresSlider .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.SparxpresSlider .noUi-horizontal .noUi-origin {
  height: 0;
}
.SparxpresSlider .noUi-handle {
  position: absolute;
}
.SparxpresSlider .noUi-state-tap .noUi-connect,
.SparxpresSlider .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.SparxpresSlider .noUi-state-drag * {
  cursor: inherit !important;
}
.SparxpresSlider .noUi-horizontal {
  height: 12px;
}
.SparxpresSlider .noUi-horizontal .noUi-handle {
  width: 26px;
  height: 26px;
  left: -11px;
  top: -8px;
}
html:not([dir="rtl"]) .SparxpresSlider .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto;
}
.SparxpresSlider .noUi-target {
  background: #FAFAFA;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.SparxpresSlider .noUi-connect {
  background: #be2b31;
  border-radius: 10px;
}
.SparxpresSlider .noUi-draggable {
  cursor: ew-resize;
}
.SparxpresSlider .noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
}
.SparxpresSlider .noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.SparxpresSlider .noUi-handle .noUi-handle-inner {
  display: block;
  position: relative;
  height: 18px;
  width: 18px;
  background: #be2b31;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}
.SparxpresSlider .noUi-handle .noUi-handle-inner:before,
.SparxpresSlider .noUi-handle .noUi-handle-inner:after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 1px;
  background: #FFF;
  left: 7px;
  top: 6px;
}
.SparxpresSlider .noUi-handle .noUi-handle-inner:after {
  left: 10px;
}
.SparxpresSlider .noUi-pips,
.SparxpresSlider .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.SparxpresSlider .noUi-pips {
  position: absolute;
  color: #999;
}
.SparxpresSlider .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.SparxpresSlider .noUi-marker {
  position: absolute;
  background: #ded3cb;
}
.SparxpresSlider .noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
}
.SparxpresSlider .noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 25%, 0);
  transform: translate3d(-50%, 25%, 0);
  font-size: 12px;
  color: #373536;
  font-weight: 600;
}
.SparxpresSlider .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 4px;
}
.SparxpresSlider .noUi-marker-horizontal.noUi-marker-sub,
.SparxpresSlider .noUi-marker-horizontal.noUi-marker-large {
  display: none;
}
.SparxpresSlider .noUi-marker-horizontal.noUi-marker-normal {
  height: 22px;
}
.SparxpresSlider .noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.SparxpresSlider .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

/**
 * Dropdown styling
 */
#Sparxpres__dropdown {
  position: relative;
}
#Sparxpres__dropdown-button {
  background-color: #f8f7f5;
  color: #000;
  padding: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcd5ce;
}
#Sparxpres__dropdown-button:hover,
#Sparxpres__dropdown-button:focus {
  background-color: #e8e8e8;
}
#Sparxpres__dropdown-options {
  display: none;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
}
#Sparxpres__dropdown-options span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #dcd5ce;
}
#Sparxpres__dropdown-options span:hover {
  background-color: #e8e8e8;
}
#Sparxpres__dropdown-options.show {
  display: block;
}
.SparxpresDropdown .arrow-down {
  border: solid #be2b31;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 3px;
  margin-top: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  float: right;
}
