@charset "UTF-8";
/*----------------------------------*	#reset
\*----------------------------------*/
/**
 *	Basic reset
 */
@import "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i";
html, body {
  margin: 0;
  text-rendering: optimizeLegibility;
  font-family: sans-serif; }

fieldset, input, button, textarea, blockquote, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 100%; }

a:active,
a:hover,
input,
textarea {
  outline: 0; }

img, fieldset, input, button, textarea {
  border: 0; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

input, textarea {
  box-sizing: border-box;
  margin-right: -4px; }

button {
  background: none; }

iframe {
  max-width: 100%; }

/**
 *  Error messages shown on form validation
 */
.error {
  font-size: 90%;
  color: #DA1F3D;
  margin-top: 4px;
}


/**
 *	Define base colours
 */
/**
 *	Setup base values
 *	$font_base is defined in _base.scss however you may
 *	override this value by redefining it here if required
 */
/**
 *	Define max row width
 */
/**
 *	breakpoints
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666; }

.text-black {
  color: #000000; }

.fill-black {
  background: #000000; }

.text-white {
  color: #ffffff; }

.fill-white {
  background: #ffffff; }

.text-bordeaux {
  color: #61091B; }

.fill-bordeaux {
  background: #61091B; }

.text-rolling-stone {
  color: #7A8184; }

.fill-rolling-stone {
  background: #7A8184; }

.text-hit-gray {
  color: #A3AAAD; }

.fill-hit-gray {
  background: #A3AAAD; }

.text-licorice {
  color: #35384B; }

.fill-licorice {
  background: #35384B; }

.text-concrete {
  color: #F4F4F4; }

.fill-concrete {
  background: #F4F4F4; }

.text-desert-storm {
  color: #F9F9F9; }

.fill-desert-storm {
  background: #F9F9F9; }

.text-dark-tangerine {
  color: #FFA618; }

.fill-dark-tangerine {
  background: #FFA618; }

.text-yellow {
  color: #FEEB34; }

.fill-yellow {
  background: #FEEB34; }

/*----------------------------------*	#grid
\*----------------------------------*/
/**
 *	Setup the row
 */
.container {
  float: left;
  width: 100%; }

/**
 *	Setup the row
 */
.row {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.row-small {
  width: 100%;
  max-width: 760px;
  margin: 0 auto; }
  .row-small:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.content-row {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 1px; }
  .content-row:after, .content-row:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/**
 *	Ensure boxes placed in a row sit next
 *	to each other and don't flow to next row
 */
* {
  box-sizing: border-box; }

*:before, *:after, * {
  box-sizing: border-box; }

/**
 *	Setup the columns
 */
.sw-12, .sw-11, .sw-10, .sw-9, .sw-8, .sw-7, .sw-6, .sw-5, .sw-4, .sw-3, .sw-2, .sw-1,
.mw-12, .mw-11, .mw-10, .mw-9, .mw-8, .mw-7, .mw-6, .mw-5, .mw-4, .mw-3, .mw-2, .mw-1,
.lw-12, .lw-11, .lw-10, .lw-9, .lw-8, .lw-7, .lw-6, .lw-5, .lw-4, .lw-3, .lw-2, .lw-1,
.xlw-12, .xlw-11, .xlw-10, .xlw-9, .xlw-8, .xlw-7, .xlw-6, .xlw-5, .xlw-4, .xlw-3, .xlw-2, .xlw-1 {
  position: relative;
  float: left;
  display: inline;
  min-height: 1px; }

.left {
  float: left; }

.right {
  float: right; }

.sw-centered {
  margin: 0 auto;
  float: none;
  display: block; }
  .sw-centered:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.sw-1 {
  width: 8.3333333333%; }

.sw-2 {
  width: 16.6666666667%; }

.sw-3 {
  width: 25%; }

.sw-4 {
  width: 33.3333333333%; }

.sw-5 {
  width: 41.6666666667%; }

.sw-6 {
  width: 50%; }

.sw-7 {
  width: 58.3333333333%; }

.sw-8 {
  width: 66.6666666667%; }

.sw-9 {
  width: 75%; }

.sw-10 {
  width: 83.3333333333%; }

.sw-11 {
  width: 91.6666666667%; }

.sw-12 {
  width: 100%; }


/*.row.beklager {display:none;}
.page-id-6 .row.beklager, .page-id-11 .row.beklager, .archive .row.beklager {display:block;}
.row.beklager {background:gold; height:65px;}
.row.beklager p {padding:10px 20px; font-weight:500; font-size:95%; line-height:1.5;}*/



@media only screen and (min-width: 640px) {
  .mw-centered {
    margin: 0 auto;
    float: none;
    display: block; }
    .mw-centered:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  .mw-1 {
    width: 8.3333333333%; }
  .mw-2 {
    width: 16.6666666667%; }
  .mw-3 {
    width: 25%; }
  .mw-4 {
    width: 33.3333333333%; }
  .mw-5 {
    width: 41.6666666667%; }
  .mw-6 {
    width: 50%; }
  .mw-7 {
    width: 58.3333333333%; }
  .mw-8 {
    width: 66.6666666667%; }
  .mw-9 {
    width: 75%; }
  .mw-10 {
    width: 83.3333333333%; }
  .mw-11 {
    width: 91.6666666667%; }
  .mw-12 {
    width: 100%; } }

@media only screen and (min-width: 769px) {
  .lw-centered {
    margin: 0 auto;
    float: none;
    display: block; }
    .lw-centered:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  .lw-1 {
    width: 8.3333333333%; }
  .lw-2 {
    width: 16.6666666667%; }
  .lw-3 {
    width: 25%; }
  .lw-4 {
    width: 33.3333333333%; }
  .lw-5 {
    width: 41.6666666667%; }
  .lw-6 {
    width: 50%; }
  .lw-7 {
    width: 58.3333333333%; }
  .lw-8 {
    width: 66.6666666667%; }
  .lw-9 {
    width: 75%; }
  .lw-10 {
    width: 83.3333333333%; }
  .lw-11 {
    width: 91.6666666667%; }
  .lw-12 {
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .xlw-centered {
    margin: 0 auto;
    float: none;
    display: block; }
    .xlw-centered:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  .xlw-1 {
    width: 8.3333333333%; }
  .xlw-2 {
    width: 16.6666666667%; }
  .xlw-3 {
    width: 25%; }
  .xlw-4 {
    width: 33.3333333333%; }
  .xlw-5 {
    width: 41.6666666667%; }
  .xlw-6 {
    width: 50%; }
  .xlw-7 {
    width: 58.3333333333%; }
  .xlw-8 {
    width: 66.6666666667%; }
  .xlw-9 {
    width: 75%; }
  .xlw-10 {
    width: 83.3333333333%; }
  .xlw-11 {
    width: 91.6666666667%; }
  .xlw-12 {
    width: 100%; } }

/**
 *	block
 */
.block {
  display: block; }

/**
 *	inline-block module
 */
.inline-element-wrap {
  font-size: 0;
  overflow: hidden; }
  .inline-element-wrap .inline-element {
    display: inline-block;
    font-size: 17px;
    float: none !important; }

/*----------------------------------*	#font-size
\*----------------------------------*/
/**
 *	Setup selector
 */
/**
 *	Setup font sizes
 */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong, .bold, .h-bold {
  font-weight: bold; }

h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0; }

h1 {
  font-size: 45px;
  line-height: 1.35;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 24px; }

h2 {
  font-size: 30px;
  line-height: 1.35;
  margin-bottom: 22px; }

h3 {
  font-size: 25px;
  line-height: 1.35;
  margin-bottom: 19px; }

h4 {
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 17px; }

h5 {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 17px; }

.content-row h1 {
  margin-top: 0.83em; }

.content-row h2 {
  margin-top: 0.83em; }

.content-row h3 {
  margin-top: 1em; }

.content-row h4 {
  margin-top: 1em; }

.content-row h5 {
  margin-top: 1em; }

.h-base {
  font-size: 17px; }

.h-helper {
  font-size: 19px;
  margin-bottom: 17px;
  display: block; }

.h-small {
  font-size: 25px; }

.uppercase {
  text-transform: uppercase; }

.h-normal {
  font-size: 19px;
  margin-bottom: 17px; }

.h-variable {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold; }

p {
  font-size: 17px;
  line-height: 1.35; }

.content-row p {
  margin-bottom: 35px; }

p.lead, .lead p {
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 17px; }

p a {
  color: inherit; }

.content-row .lead {
  margin-bottom: 60px; }

.open-slider {
  display: block;
  text-decoration: underline; }

label {
  font-weight: normal; }

input {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }

@font-face {
  font-family: 'icon';
  src: url("../../icons/icon/fonts/icon.eot?iw8f9a");
  src: url("../../icons/icon/fonts/icon.eot?iw8f9a#iefix") format("embedded-opentype"), url("../../icons/icon/fonts/icon.ttf?iw8f9a") format("truetype"), url("../../icons/icon/fonts/icon.woff?iw8f9a") format("woff"), url("../../icons/icon/fonts/icon.svg?iw8f9a#icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  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-delete:before {
  content: ""; }

.icon-dropdown:before {
  content: ""; }

.icon-onesize:before {
  content: ""; }

.icon-x_large:before {
  content: ""; }

.icon-large:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

.icon-small:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-arrow-circle-left:before {
  content: ""; }

.icon-arrow-circle-right:before {
  content: ""; }

.icon-arrow-circle-up:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-search:before {
  content: ""; }

/*----------------------------------*    #button
\*----------------------------------*/
button, .btn, input[type="button"] {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000000;
  font-size: 16px;
  padding: 5px 15px;
  outline: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  text-align: center; }

.btn-small {
  padding: 8px 24px; }

.btn-medium {
  padding: 10px 25px; }

.btn-large {
  padding: 16px 30px; }

.btn.left {
  margin-bottom: 20px; }

/*@media (max-width: 640px) {
.row.beklager p {
        font-size:85%;
    }
}*/

@media (max-width: 767px) {

    /*.row.beklager br {
        display:none;

    }
    .row.beklager {
        height:110px;
    }*/


  .btn.left, .btn.right {
    display: block;
    width: 100%; } }

.btn-block {
  padding: 13px 45px;
  display: block;
  width: 100%; }

.btn-transparant {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent; }

.btn-default {
  background: transparent;
  border-color: #E0E0E0;
  color: #000; }

.btn-default:hover,
.btn-default.btn-filled {
  color: #000;
  border-color: #E0E0E0;
  background-color: #F4F4F4; }

.btn-white {
  background: transparent;
  border-color: #FFFFFF;
  color: #1D3E4C; }

.btn-white:hover,
.btn-white.btn-filled {
  color: #1D3E4C;
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.btn-red {
  border-color: #D82C3A;
  color: #D82C3A;
  background: transparent; }

.btn-red:hover,
.btn-red.btn-filled {
  background-color: #D82C3A;
  color: #FFFFFF; }

.btn-blue {
  background: transparent;
  border-color: #419BF9;
  color: #419BF9; }

.btn-blue:hover,
.btn-blue.btn-filled {
  color: #FFFFFF;
  background-color: #419BF9; }

.btn-green {
  background: transparent;
  border-color: #2D9A2C;
  color: #2D9A2C; }

.btn-green:hover,
.btn-green.btn-filled {
  color: #FFFFFF;
  background-color: #2D9A2C; }

.btn-yellow {
  background: transparent;
  border-color: #FEEB34;
  color: #FEEB34; }

.btn-yellow:hover,
.btn-yellow.btn-filled {
  color: #000;
  background-color: #FEEB34; }

.btn[disabled] {
  opacity: 0.7;
  cursor: default; }

.btn.loading {
  color: transparent !important;
  position: relative; }
  .btn.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px; }

@-webkit-keyframes ld {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes ld {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

/*----------------------------------*    #input
\*----------------------------------*/
/**
 *  Input
 *
 *  Input fields
 */
input {
  background: #F9F9F9;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 100%;
  display: block; }
  input[type="number"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus {
    outline: 2px solid #419BF9; }
  input[type="date"] {
    width: 100%;
    display: block; }

.touchevents input[type="date"] {
  -webkit-appearance: none; }

textarea {
  background: #F9F9F9;
  border: 1px solid #E0E0E0;
  border-radius: 4px; }
  textarea:focus {
    outline: 2px solid #419BF9; }

.input-block-wrap {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }

.input-block {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 30px; }
  .input-block .input-group {
    width: 100%;
    position: relative;
    margin-top: 20px; }

form span.error {
  width: 100%;
  background: #ff5e5e;
  display: block;
  position: relative;
  z-index: 0;
  margin-top: -10px;
  padding: 15px 10px 5px 10px;
  border-radius: 3px;
  font-size: 13px; }

.form-input {
  margin-top: 35px;
  position: relative; }
  .form-input [class^="icon-"], .form-input [class*=" icon-"] {
    position: absolute;
    bottom: 0;
    line-height: 55px;
    z-index: 2;
    right: 23px;
    font-size: 20px; }

textarea {
  width: 100%;
  display: block;
  padding: 15px;
  max-width: 100%; }

label {
  width: 100%;
  display: block;
  font-size: 17px;
  margin-bottom: 5px; }

input {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
  z-index: 1; }

#scrollable-dropdown-menu {
  display: block;
  width: 100%;
  height: 55px; }

input[type="text"], input[type="date"], input[type="email"] {
  height: 55px; }

.input-desc {
  padding: 5px 0;
  display: block;
  font-size: 14px; }

.form-input .date-icon {
  position: absolute;
  right: 15px;
  top: 51px;
  height: 55px;
  width: 35px;
  z-index: 2;
  background: url(https://cdn3.iconfinder.com/data/icons/linecons-free-vector-icons-pack/32/calendar-128.png) no-repeat;
  background-position: center;
  background-size: 20px; }

::-webkit-calendar-picker-indicator {
  content: '';
  display: block;
  background: url(https://cdn3.iconfinder.com/data/icons/linecons-free-vector-icons-pack/32/calendar-128.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  opacity: 1;
  color: transparent;
  cursor: pointer; }

::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  max-width: 100%;
  overflow-y: auto; }

.twitter-typeahead {
  width: 100%; }

.input-radio {
  display: block; }
  .input-radio input {
    display: inline;
    width: auto; }
  .input-radio label {
    display: inline;
    width: auto;
    padding-left: 10px; }

.radio-group .input-radio {
  display: inline-block;
  margin: 10px 40px 0 0; }

.quantity {
  display: block;
  position: relative;
  width: 96px;
  font-size: 0; }

.js-custom-select input {
  height: 42px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ECECEC;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  cursor: pointer; }

.js-custom-select .custom-select-trigger {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  width: 40px;
  height: 42px;
  border: 1px solid #ECECEC;
  background-color: #F1F1F1;
  font-size: 14px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  transition: .1s opacity linear;
  position: relative;
  text-align: center; }
  .js-custom-select .custom-select-trigger:after {
    font-family: 'icon';
    content: "";
    width: 100%;
    line-height: 42px; }

.js-custom-select .custom-select-dropdown {
  font-size: 17px;
  list-style: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  top: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 2px solid #ECECEC;
  display: none; }

.js-custom-select .custom-select-dropdown li {
  padding: 4px 2px 4px 2px;
  text-align: center;
  cursor: pointer; }

.js-custom-select.active .custom-select-dropdown {
  display: block; }

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none; }

.typeahead {
  background-color: #fff; }

.typeahead:focus {
  border: 2px solid #0097cf; }

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

/*----------------------------------*	#list
\*----------------------------------*/
/**
 *	Removes the list-style and padding
 */
.list-ui {
  list-style: none;
  padding: 0;
  margin: 0; }

/**
 *	Styles the list items to display in a row
 */
.list-inline li {
  display: inline-block; }

.variable-list-wrap {
  margin-bottom: 10px; }

.variable-list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  font-size: 0; }
  .variable-list li {
    font-size: 14px;
    margin: 5px 0;
    position: relative; }
  .variable-list .size-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 25px; }
  .variable-list .color-element .color-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .variable-list .color-element .color-icon img {
      width: 100%;
      height: 100%; }
  .variable-list .color-element .color-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; }

.single-product .variable-list .color-element {
  cursor: pointer; }

.single-product .variable-list .color-element:hover .color-name, .single-product .variable-list .color-element.active .color-name {
  text-decoration: underline; }

/*
Color picker
*/
.color-picker {
  position: absolute;
  width: 100%;
  float: left;
  z-index: 12;
  display: none; }
  .color-picker ul {
    width: 265px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #5F5F5F;
    border: 1px solid #e0e0e0;
    border-radius: 3px; }
    .color-picker ul li {
      display: block;
      padding: 7px 5px;
      cursor: pointer;
      border-bottom: 1px solid #e0e0e0;
      font-size: 13px; }
      .color-picker ul li:hover {
        color: #404040; }
      .color-picker ul li:last-child {
        border-bottom: 0; }

.add-variation-wrap.active .color-picker {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table, .module-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.module-content table > thead > tr > th,
.module-content table > tbody > tr > th,
.module-content table > tfoot > tr > th,
.module-content table > thead > tr > td,
.module-content table > tbody > tr > td,
.module-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.module-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.module-content table > caption + thead > tr:first-child > th,
.module-content table > colgroup + thead > tr:first-child > th,
.module-content table > thead:first-child > tr:first-child > th,
.module-content table > caption + thead > tr:first-child > td,
.module-content table > colgroup + thead > tr:first-child > td,
.module-content table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.module-content table > tbody + tbody {
  border-top: 2px solid #ddd; }

.module-content table {
  background-color: #fff; }

.module-content table {
  border: 1px solid #ddd; }

.module-content table > thead > tr > th,
.module-content table > tbody > tr > th,
.module-content table > tfoot > tr > th,
.module-content table > thead > tr > td,
.module-content table > tbody > tr > td,
.module-content table > tfoot > tr > td {
  border: 1px solid #ddd; }

.module-content table > thead > tr > th,
.module-content table > thead > tr > td {
  border-bottom-width: 2px; }

.module-content table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */ }
  .wp-caption p {
    margin-bottom: 0; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@-webkit-keyframes simpledialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes simpledialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes simpledialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes simpledialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.simpledialog {
  box-sizing: border-box; }

.simpledialog *, .simpledialog *:before, .simpledialog *:after {
  box-sizing: inherit; }

.simpledialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.simpledialog.simpledialog-disabled-animation, .simpledialog.simpledialog-disabled-animation .simpledialog-overlay, .simpledialog.simpledialog-disabled-animation .simpledialog-content {
  -webkit-animation: none !important;
  animation: none !important; }

.simpledialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: simpledialog-fadein 0.5s;
  animation: simpledialog-fadein 0.5s; }

.simpledialog-no-overlay {
  pointer-events: none; }

.simpledialog.simpledialog-closing .simpledialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: simpledialog-fadeout 0.5s;
  animation: simpledialog-fadeout 0.5s; }

.simpledialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: simpledialog-fadein 0.5s;
  animation: simpledialog-fadein 0.5s;
  pointer-events: all;
  position: relative; }

.simpledialog.simpledialog-closing .simpledialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: simpledialog-fadeout 0.5s;
  animation: simpledialog-fadeout 0.5s; }

.simpledialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }

html.simpledialog-open, body.simpledialog-open {
  overflow: hidden; }

@-webkit-keyframes simpledialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes simpledialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes simpledialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes simpledialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

/*
* Theme Full
*/
.simpledialog.simpledialog-theme-full .simpledialog-overlay {
  background-color: #000; }

.simpledialog.simpledialog-theme-full .simpledialog-content {
  -webkit-animation: simpledialog-flyin .5s;
  animation: simpledialog-flyin .5s;
  position: relative;
  z-index: 2;
  background-color: #000;
  padding: 120px 15px;
  display: table;
  height: 100vh;
  width: 100%; }
  .simpledialog.simpledialog-theme-full .simpledialog-content .dialog-centered {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .simpledialog.simpledialog-theme-full .simpledialog-content .content p {
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 22px; }
  .simpledialog.simpledialog-theme-full .simpledialog-content .lead p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 32px; }

.simpledialog.simpledialog-theme-full .simpledialog-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  width: 40px;
  height: 44px;
  line-height: 1;
  text-align: center; }

.simpledialog.simpledialog-theme-full.simpledialog-closing .simpledialog-content {
  -webkit-animation: simpledialog-flyout .5s;
  animation: simpledialog-flyout .5s; }

@media only screen and (min-width: 1024px) {
  .simpledialog.simpledialog-theme-full .simpledialog-content .content p {
    font-size: 20px;
    line-height: 43px;
    margin-bottom: 32px; } }

/*
* Video dialog
*/
.simpledialog.simpledialog-video {
  height: 100%; }
  .simpledialog.simpledialog-video .simpledialog-content {
    -webkit-animation: simpledialog-flyin .5s;
    animation: simpledialog-flyin .5s;
    position: relative;
    z-index: 2;
    background: none;
    height: 100%;
    width: 80%;
    display: table;
    margin: 0 auto; }
    .simpledialog.simpledialog-video .simpledialog-content .video-wrap {
      display: table-cell;
      vertical-align: middle; }
  .simpledialog.simpledialog-video .simpledialog-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    width: 40px;
    height: 44px;
    line-height: 1;
    text-align: center; }

.simpledialog.simpledialog-video.simpledialog-closing .simpledialog-content {
  -webkit-animation: simpledialog-flyout .5s;
  animation: simpledialog-flyout .5s; }

@media only screen and (min-width: 1024px) {
  .simpledialog.simpledialog-video .simpledialog-content .content p {
    font-size: 20px;
    line-height: 43px;
    margin-bottom: 32px; } }

/*
* Theme default
*/
.simpledialog.simpledialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px; }

.simpledialog.simpledialog-theme-default.simpledialog-closing .simpledialog-content {
  -webkit-animation: simpledialog-flyout .5s;
  animation: simpledialog-flyout .5s; }

.simpledialog.simpledialog-theme-default .simpledialog-content {
  -webkit-animation: simpledialog-flyin .5s;
  animation: simpledialog-flyin .5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: 'Helvetica', sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px; }

.simpledialog.simpledialog-theme-default .simpledialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.simpledialog.simpledialog-theme-default .simpledialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px; }

.simpledialog.simpledialog-theme-default .simpledialog-close:hover:before, .simpledialog.simpledialog-theme-default .simpledialog-close:active:before {
  color: #777; }

.simpledialog.simpledialog-theme-default .simpledialog-message {
  margin-bottom: .5em; }

.simpledialog.simpledialog-theme-default .simpledialog-input {
  margin-bottom: 1em; }

.simpledialog.simpledialog-theme-default .simpledialog-input textarea, .simpledialog.simpledialog-theme-default .simpledialog-input input[type="text"], .simpledialog.simpledialog-theme-default .simpledialog-input input[type="password"], .simpledialog.simpledialog-theme-default .simpledialog-input input[type="email"], .simpledialog.simpledialog-theme-default .simpledialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%; }

.simpledialog.simpledialog-theme-default .simpledialog-input textarea:focus, .simpledialog.simpledialog-theme-default .simpledialog-input input[type="text"]:focus, .simpledialog.simpledialog-theme-default .simpledialog-input input[type="password"]:focus, .simpledialog.simpledialog-theme-default .simpledialog-input input[type="email"]:focus, .simpledialog.simpledialog-theme-default .simpledialog-input input[type="url"]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none; }

.simpledialog.simpledialog-theme-default .simpledialog-buttons {
  *zoom: 1; }

.simpledialog.simpledialog-theme-default .simpledialog-buttons:after {
  content: '';
  display: table;
  clear: both; }

.simpledialog.simpledialog-theme-default .simpledialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase; }

.simpledialog.simpledialog-theme-default .simpledialog-button:focus {
  -webkit-animation: simpledialog-pulse 1.1s infinite;
  animation: simpledialog-pulse 1.1s infinite;
  outline: none; }

@media (max-width: 568px) {
  .simpledialog.simpledialog-theme-default .simpledialog-button:focus {
    -webkit-animation: none;
    animation: none; } }

.simpledialog.simpledialog-theme-default .simpledialog-button.simpledialog-button-primary {
  background: #3288e6;
  color: #fff; }

.simpledialog.simpledialog-theme-default .simpledialog-button.simpledialog-button-secondary {
  background: #e0e0e0;
  color: #777; }

/*
* Theme slider
*/
.simpledialog-theme-slider .simpledialog-content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 80%;
  top: 10%;
  padding: 40px; }

.simpledialog-theme-slider .simpledialog-slider {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 10px; }

.simpledialog-theme-slider .simpledialog-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff; }

.simpledialog-theme-slider .dialog-slider {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  background-color: #fff; }

.simpledialog-theme-slider .carousel-wrap {
  height: 100%;
  position: relative;
  background-image: url("../../images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px; }

.simpledialog-theme-slider .owl-carousel, .simpledialog-theme-slider .owl-stage-outer, .simpledialog-theme-slider .owl-stage, .simpledialog-theme-slider .owl-item, .simpledialog-theme-slider .item-wrap, .simpledialog-theme-slider .product-slide-image {
  height: 100%;
  position: relative; }

.simpledialog-theme-slider .caption {
  margin: 0;
  background-color: #fff;
  padding: 20px 10px;
  height: 60px; }

.simpledialog-theme-slider .product-slide-image:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.simpledialog-theme-slider .owl-carousel .owl-item img {
  display: inline-block;
  vertical-align: middle;
  max-height: calc(100% - 60px); }

.simpledialog-theme-slider .owl-dots {
  bottom: 10px; }

.simpledialog-theme-slider .owl-carousel .owl-prev, .simpledialog-theme-slider .owl-carousel .owl-next {
  margin-top: -25px; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
} */
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  opacity: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  opacity: 1;
  transition: opacity 450ms ease; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel {
  text-align: center; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item .slide {
  display: inline-block;
  text-align: left; }

.owl-carousel .owl-item .item {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

.owl-carousel .product-slide-image {
  width: 100%;
  background-color: #fff; }

.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 550px; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  z-index: 2;
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 49px;
  color: #404040;
  cursor: pointer; }

.owl-carousel .owl-prev {
  left: -20px; }
  .owl-carousel .owl-prev:before {
    color: #FFA618;
    content: "";
    cursor: pointer; }

.owl-carousel .owl-next {
  right: -20px; }
  .owl-carousel .owl-next:before {
    color: #FFA618;
    content: "";
    cursor: pointer; }

.caption {
  display: block;
  margin: 10px 0;
  display: block;
  margin: 10px 0;
  position: relative;
  width: 100%;
  text-align: center; }

.owl-dots {
  width: 100%;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 10px; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #FFA618;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer; }
    .owl-dots .owl-dot.active {
      background-color: #FFA618; }
    .owl-dots .owl-dot:hover {
      background-color: #FFA618; }

.owl-nav.disabled {
  display: none; }

body {
  background-color: #FAF9F7;
  background-image: url("../../images/snow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto; }

.page_logo {
  background-image: url("../../images/europris_logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95% 95%;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle; }

.compat-object-fit.compat-object-fit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .compat-object-fit.compat-object-fit img {
    display: none; }

.product-image {
  position: relative; }

.not-found-wrap {
  width: 100%;
  height: 50vh;
  text-align: center; }
  .not-found-wrap .not-found-inner {
    display: inline-block;
    vertical-align: middle;
    color: #FFA618;
    font-weight: bold; }
  .not-found-wrap:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }

.new_item {
  background-image: url("../../images/new_item.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 11; }

.product-detail-slider .new_item {
  top: -20px;
  right: -10px;
  width: 90px;
  height: 90px; }

.loading.page-loader {
  background-image: url("../../images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: calc(100vh - 110px);
  left: 0;
  top: 110px;
  z-index: 98; }

@media (min-width: 1180px) {
  .loading.page-loader {
    height: calc(100vh - 140px);
    top: 140px; } }

.content-wrapper {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 0 10px; }
  @media (min-width: 920px) {
    .content-wrapper {
      margin: 60px 0; } }

.block-margin {
  margin: 20px 0; }

.product-detail-slider {
  width: 100%;
  float: left;
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.product-details-info {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.product-detail-slider .owl-prev {
  display: none !important; }

.page-view {
  width: 100%;
  float: left;
  position: relative;
  min-height: 450px; }

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  margin-bottom: 17px; }

.page-content p {
  font-size: 19px; }

footer.footer-site {
  background-color: #fff;
  width: 100%;
  float: left;
  position: relative;
  text-align: center; }
  footer.footer-site .logo-wrap {
    padding: 45px 0 30px; }
  footer.footer-site .page_logo {
    width: 140px;
    height: 60px; }
    @media (min-width: 1180px) {
      footer.footer-site .page_logo {
        width: 220px;
        height: 90px; } }
  footer.footer-site .site-info {
    margin-top: 20px;
    background-color: #006A40;
    padding: 15px; }
    footer.footer-site .site-info p {
      margin: 0;
      font-size: 14px;
      font-weight: normal;
      color: #fff; }
  footer.footer-site:after {
    content: '';
    display: table;
    clear: both; }

.module {
  padding-top: 5px;
  padding-bottom: 5px; }
  .module:first-child {
    padding-top: 0; }
  .module:last-child {
    padding-bottom: 0; }

.product-list-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  .product-list-wrap:after {
    content: '';
    display: table;
    clear: both; }

.product-teases {
  margin-bottom: 30px; }
  .product-teases:after {
    content: '';
    display: table;
    clear: both; }

.total-price-block {
  float: left;
  position: relative;
  width: 100%;
  display: none; }
  .total-price-block.display {
    display: block;
    margin-top: 20px; }
  .total-price-block .total-price-list-wrap {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    text-align: left; }
  .total-price-block .total-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left; }
    .total-price-block .total-price-list .total {
      font-weight: bold; }

.products-page-wrapper {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 0 10px; }
  @media (min-width: 920px) {
    .products-page-wrapper {
      margin: 60px 0; } }
  .products-page-wrapper .cat-filter {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-right: 15px; }
    @media (min-width: 920px) {
      .products-page-wrapper .cat-filter {
        width: 250px;
        margin-top: 57px; } }
  .products-page-wrapper .cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0; }
    .products-page-wrapper .cat-list li {
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: -1px; }
      .products-page-wrapper .cat-list li a {
        display: block;
        padding: 15px;
        color: #000000;
        text-decoration: none; }
        .products-page-wrapper .cat-list li a:hover {
          background-color: #f1f1f1; }
      .products-page-wrapper .cat-list li .count {
        float: right; }
      .products-page-wrapper .cat-list li.active a {
        background-color: #f1f1f1; }
      .products-page-wrapper .cat-list li.subcat a {
          padding-left: 25px;
          font-size: 85%;
          color: #333;}
  @media (min-width: 920px) {
    .products-page-wrapper .product-list_order {
      width: calc(100% - 265px); } }

.product-list_order {
  width: 100%;
  float: left;
  position: relative; }
  .product-list_order button[type="submit"] {
    margin-top: 30px; }
  .product-list_order .list-title {
    font-weight: bold;
    font-size: 25px;
    float: left;
    width: 100%;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .product-list_order .list-title {
        width: 66%; } }
  .product-list_order .list-desc {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px; }
  .product-list_order .list-variable {
    display: none; }
    @media (min-width: 768px) {
      .product-list_order .list-variable {
        width: 17%;
        display: block;
        float: left;
        text-align: center;
        padding-left: 15px;
        padding-right: 40px; } }
  .product-list_order .product-item {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 2px;
    font-size: 0; }
    @media (max-width: 480px) {
      .product-list_order .product-item {
        padding: 15px 5px; } }
    @media (max-width: 767px) {
      .product-list_order .product-item {
        margin-bottom: 15px; } }
  .product-list_order .product_details {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 767px) {
      .product-list_order .product_details {
        margin-bottom: 30px;
        padding-left: 5px;
        padding-right: 5px; } }
    .product-list_order .product_details .product-info {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      width: calc(100% - 170px);
      font-size: 17px; }
      @media (max-width: 767px) {
        .product-list_order .product_details .product-info {
          width: 100%;
          margin-left: 0;
          margin-top: 30px;
          text-align: center; } }
      @media (min-width: 920px) {
        .product-list_order .product_details .product-info {
          width: calc(100% - 140px); } }
      @media (min-width: 1024px) {
        .product-list_order .product_details .product-info {
          width: calc(100% - 180px); } }
      @media (min-width: 1280px) {
        .product-list_order .product_details .product-info {
          width: calc(100% - 220px); } }
    .product-list_order .product_details .h-normal {
      margin-top: 0;
      margin-bottom: 5px; }
    .product-list_order .product_details .product-title {
      margin-bottom: 17px; }
    .product-list_order .product_details .description {
      font-size: 15px; }
      .product-list_order .product_details .description p {
        margin: 0;
        font-size: 15px; }
    .product-list_order .product_details .product_thumb {
      width: 200px;
      height: 100px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0;
      cursor: zoom-in; }
      .product-list_order .product_details .product_thumb img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
      @media (max-width: 767px) {
        .product-list_order .product_details .product_thumb {
          width: 100%; } }
      @media (min-width: 768px) {
        .product-list_order .product_details .product_thumb {
          width: 150px;
          height: 90px; } }
      @media (min-width: 920px) {
        .product-list_order .product_details .product_thumb {
          width: 120px;
          height: 90px; } }
      @media (min-width: 1024px) {
        .product-list_order .product_details .product_thumb {
          width: 160px;
          height: 100px; } }
      @media (min-width: 1280px) {
        .product-list_order .product_details .product_thumb {
          width: 200px;
          height: 100px; } }
      .product-list_order .product_details .product_thumb.active {
        cursor: default; }
        .product-list_order .product_details .product_thumb.active .zoom-image {
          position: fixed;
          top: -1px;
          right: -1px;
          bottom: -1px;
          left: -1px;
          width: auto;
          height: auto;
          background-color: rgba(0, 0, 0, 0.6);
          display: block;
          z-index: 9999; }
          .product-list_order .product_details .product_thumb.active .zoom-image .close {
            display: block; }
          .product-list_order .product_details .product_thumb.active .zoom-image img {
            padding: 70px 20px; }
    .product-list_order .product_details .zoom-image {
      position: absolute;
      z-index: 10;
      width: 460px;
      height: 330px;
      background-color: #fff;
      display: none;
      top: 100%;
      left: -20px;
      margin-top: 0;
      border: 1px solid #e0e0e0; }
      .product-list_order .product_details .zoom-image .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
        display: none;
        font-size: 55px;
        color: #fff;
        font-weight: bold;
        font-family: monospace;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        z-index: 99; }
      .product-list_order .product_details .zoom-image img {
        padding: 20px; }
      @media (min-width: 768px) {
        .product-list_order .product_details .zoom-image {
          left: -25px; } }
    @media (min-width: 768px) {
      .product-list_order .product_details {
        width: 66%; } }
  .product-list_order .product_quantity, .product-list_order .product_total {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
    text-align: center; }
    @media (min-width: 768px) {
      .product-list_order .product_quantity, .product-list_order .product_total {
        width: 17%; } }
    .product-list_order .product_quantity .quantity, .product-list_order .product_total .quantity {
      display: inline-block;
      vertical-align: middle; }
  .product-list_order .product-variables span {
    font-size: 14px;
    margin-right: 15px; }
    @media (max-width: 545px) {
      .product-list_order .product-variables span {
        display: block; } }
  .product-list_order .product_price_total {
    font-size: 19px;
    font-weight: bold; }
    .product-list_order .product_price_total small {
      font-size: 12px;
      font-weight: normal; }

@media (min-width: 520px) {
  .no-touchevents .product-list_order .product_thumb:hover .zoom-image {
    display: block; } }

.section-category {
  width: 100%;
  float: left;
  position: relative; }
  .section-category .category-title {
    margin: 0 10px; }

.section-category-wrap:last-child .section-category {
  margin-bottom: 0; }

.section-category-wrap:last-child .product-list_order {
  margin-bottom: 0; }

.product-list_order .product-variations {
  width: 100%;
  float: left;
  position: relative; }

.product-list_order.empty {
  margin-bottom: 0;
  display: none; }

.products-list {
  width: 100%;
  font-size: 0;
  margin-bottom: 70px; }
  .products-list .product-item {
    font-size: 17px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px; }
  .products-list .product-image img {
    max-height: 350px;
    width: auto;
    margin: 0 auto; }
  .products-list .item-wrap {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all .4s ease; }
    .products-list .item-wrap:hover {
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2); }
    .products-list .item-wrap .product-image {
      height: 300px;
      display: block;
      position: relative;
      font-size: 0; }
      .products-list .item-wrap .product-image:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0px; }
      .products-list .item-wrap .product-image img {
        height: auto;
        width: auto;
        margin: 0 auto;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle; }
  .products-list a {
    text-decoration: none;
    color: #000; }

/*
product-table-variations
*/
.table-variations {
  width: 100%;
  position: relative;
  font-size: 14px;
  border-collapse: collapse;
  display: table; }

.table {
  border-collapse: collapse;
  display: table;
  width: 100%; }

.t-head {
  font-weight: bold; }
  .t-head .t-cell {
    padding: 0 10px 10px 10px; }
  @media (max-width: 720px) {
    .t-head.t-row {
      display: none; } }

@media (max-width: 720px) {
  .block-products {
    padding: 5px !important; } }

.t-row-group {
  display: table-row-group; }

.t-row {
  display: table-row;
  border-bottom: 1px solid #e0e0e0; }
  .t-row:last-child {
    border-bottom: none; }
  @media (max-width: 720px) {
    .t-row {
      display: block; } }

.t-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px 10px 10px; }
  @media (max-width: 720px) {
    .t-cell.product-name {
      display: block; } }

.t-cell.delete-head {
  text-align: center; }

.t-cell.delete {
  text-align: center; }

.t-cell.delete span {
  display: inline-block;
  cursor: pointer; }
  .t-cell.delete span:after {
    font-family: 'icon';
    content: "";
    font-size: 28px;
    color: #35384A; }

.t-row.summary .t-cell {
  padding: 20px 10px; }
  @media (max-width: 720px) {
    .t-row.summary .t-cell:empty {
      display: none; } }

.t-cell .price-summary {
  width: 100%; }
  .t-cell .price-summary span {
    display: block;
    margin-bottom: 5px; }
  .t-cell .price-summary span.rabatt {
    font-weight:500;
    margin-bottom:0px;
    color:#00724a;
    padding:10px 0 15px;
    display: inline-block;
    
  }
  .t-cell .price-summary span.rabatt.btm {
    margin:0;
    margin-bottom: 10px;
    background:white;
    color:#00724a;
    padding:0;
  }
  .t-cell .price-summary span.total {
    font-weight: bold; }

.order_product-list .category-body .t-cell {
  padding: 8px 10px;
  vertical-align: middle; }

.order_product-list .category-body .category-section-title.t-cell {
  padding: 25px 10px 15px 10px;
  font-weight: bold; }

.table-variations .table-variations-head {
  font-weight: bold; }

.table-variations .t-row {
  border-bottom: 1px solid #e0e0e0; }

.table-variations .t-cell {
  vertical-align: middle;
  padding: 20px 5px; }
  .table-variations .t-cell input[readonly] {
    background: none;
    border: none;
    display: inline-block;
    width: auto;
    float: left; }
  .table-variations .t-cell input[name="color"] {
    width: 130px; }
  .table-variations .t-cell input[name="totalprice"] {
    width: 90px; }
  .table-variations .t-cell input[name="size"] {
    width: 100px; }

.content-block-wrap {
  width: 100%;
  position: relative;
  margin: 40px 0; }
  .content-block-wrap .content-block-heading {
    margin-bottom: 17px;
    font-weight: bold; }
  .content-block-wrap .content-block {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    padding: 15px 15px; }
    @media (min-width: 768px) {
      .content-block-wrap .content-block {
        padding: 20px 30px; } }

.column-list {
  width: 100%;
  margin: 20px 0 40px 0;
  position: relative; }
  .column-list .column-heading {
    font-size: 19px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 19px; }

.column {
  display: block;
  width: 100%;
  margin: 20px 0;
  font-size: 17px; }
  .column .column-item {
    display: block;
    vertical-align: top;
    padding: 0 10px; }
    .column .column-item h5 {
      margin: 0; }
    .column .column-item .column-heading {
      font-weight: bold;
      font-size: 17px; }
    .column .column-item .delivery-date {
      display: block;
      margin-bottom: 5px;
      font-size: 14px; }
  .column .column-desc {
    width: 250px;
    font-size: 17px; }

@media (min-width: 768px) {
  .column {
    display: table; }
    .column .column-item {
      display: table-cell; } }

.order-complete-page {
  min-height: calc(100vh - 556px);
  width: 100%;
  float: left;
  text-align: center;
  display: table; }

.order-complete-block {
  display: table-cell;
  vertical-align: middle; }

.order-complete-block-inner {
  max-width: 940px;
  margin: 0 auto;
  display: block;
  padding: 100px 15px; }
  .order-complete-block-inner h1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px; }
  .order-complete-block-inner .order-complete-content p {
    font-size: 25px;
    line-height: 40px; }

.order-complete-content {
  margin-bottom: 40px; }

@media (min-width: 1024px) {
  .order-complete-page {
    min-height: calc(100vh - 526px); } }

@media (min-width: 1024px) {
  .order-complete-page {
    min-height: calc(100vh - 526px); } }

.delivery-date {
  width: 100%;
  position: relative;
  font-size: 0; }

.delivery-date-list {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 17px; }

.delivery-date-list h4 {
  margin-bottom: 10px; }

.delivery-date-list label {
  margin: 10px 0; }
  .delivery-date-list label span {
    display: inline-block; }
  .delivery-date-list label input {
    display: inline-block !important;
    width: auto !important;
    margin-right: 10px; }

@media (min-width: 768px) {
  .delivery-date-list {
    width: 50%; } }

.info-block {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 10px;
  margin-bottom: 30px; }
  .info-block .info-block-inner {
    background: #FFFFFF;
    padding: 35px;
    border: 3px solid #6A0C21;
    border-radius: 3px; }
    .info-block .info-block-inner h1, .info-block .info-block-inner h2, .info-block .info-block-inner h3, .info-block .info-block-inner h4, .info-block .info-block-inner h5 {
      font-size: 19px;
      color: #6A0C21;
      line-height: 1.45;
      margin-bottom: 10px; }
    .info-block .info-block-inner p {
      font-size: 17px;
      color: #000000;
      line-height: 1.65; }

.info-block.info-block_summary {
  padding: 0;
  margin-top: 30px; }

.navigation ul li a {
  font-weight: normal; }

@media (max-width: 767px) {
  .header-navigation {
    background: #FFFFFF;
    height: 70px;
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    z-index: 9999;
    padding: 0 20px; }
    .header-navigation .page_logo {
      display: inline-block;
      vertical-align: middle;
      width: 100px;
      height: 70px;
      position: relative;
      z-index: 1;
      cursor: pointer; }
    .header-navigation .navigation {
      position: absolute;
      left: 0;
      right: 0;
      background-color: #fff;
      overflow: hidden;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      transition: all 500ms ease; }
      .header-navigation .navigation ul {
        list-style: none;
        margin: 30px 0;
        padding: 0; }
        .header-navigation .navigation ul li {
          text-align: center;
          padding: 10px 0; }
      .header-navigation .navigation a {
        color: #000;
        text-decoration: none; }
    .header-navigation:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #fff; }
    .header-navigation .menu-trigger {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 20px;
      display: block;
      z-index: 1;
      cursor: pointer; }
      .header-navigation .menu-trigger:before {
        content: 'Meny';
        line-height: 70px;
        font-weight: bold; }
    .header-navigation.active .navigation {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      border-bottom: 1px solid #e0e0e0;
      box-shadow: 0px 10px 80px #616161; }
    .header-navigation.active .menu-trigger:before {
      content: 'Lukk'; }
  .page-view {
    margin-top: 70px; } }

.tax-product-category .navigation ul li.menu-item-19 a {
  font-weight: bold;
  border-color: #2D9A2C;
  padding-bottom: 5px; }

@media (min-width: 768px) {
  .header-navigation {
    background: #FFFFFF;
    height: 110px;
    line-height: 110px;
    width: 100%;
    display: block;
    float: left;
    position: absolute;
    z-index: 9999;
    padding: 0 20px; }
    .header-navigation .page_logo {
      width: 180px;
      height: 100%; }
  .page-view {
    margin-top: 110px; }
  .navigation {
    display: inline-block;
    vertical-align: middle;
    float: right;
    height: 110px; }
  .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 110px;
    width: 100%;
    float: left; }
  .navigation ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 17px; }
  .navigation ul li:last-child {
    margin-right: 0; }
  .navigation ul li a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    transition: all 350ms ease; }
  .navigation ul li.current-menu-item a, .navigation ul li.current-page-ancestor a {
    font-weight: bold;
    border-color: #2D9A2C;
    padding-bottom: 5px; }
  .navigation ul li a:hover {
    border-color: #2D9A2C;
    padding-bottom: 5px; } }

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .navigation ul li {
    padding: 0 14px; }
  .navigation ul li a {
    font-size: 15px; } }

@media only screen and (min-width: 768px) and (min-width: 1180px) {
  .logo {
    width: 140px; }
  .page-view {
    margin-top: 130px; }
  .header-navigation {
    height: 130px;
    line-height: 130px; }
  .navigation {
    height: 130px; }
  .navigation ul li {
    padding: 0 20px; }
  .navigation ul li a {
    font-size: 17px; } }

@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .navigation ul li {
    padding: 0 30px; }
  .navigation ul li a {
    font-size: 17px; } }

.article {
  padding: 15px 10px; }
  @media (min-width: 768px) {
    .article {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .article .content-row h2, .article .content-row h3, .article .content-row h4, .article .content-row h5 {
    text-transform: uppercase; }

.article-bestillingsbekreftelse {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 70px); }
  @media (min-width: 768px) {
    .article-bestillingsbekreftelse {
      height: calc(100vh - 110px); } }
  @media (min-width: 1180px) {
    .article-bestillingsbekreftelse {
      height: calc(100vh - 130px); } }
  .article-bestillingsbekreftelse .content-row {
    position: relative;
    z-index: 2; }

.module-poster figure {
  margin: 0;
  padding: 0; }
  .module-poster figure img {
    display: block; }

.module-poster .btn {
  margin-top: 20px; }

.module-poster p {
  margin-bottom: 17px; }

.module-columns {
  padding-top: 0;
  padding-bottom: 0; }

.billboard {
  position: relative;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  overflow: hidden; }
  .billboard h1 {
    font-weight: bold; }
  .billboard .btn {
    margin-top: 0; }
  .billboard__image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .billboard__image img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .billboard a.image_url .billboard__image {
    position: relative;
    width: auto;
    height: auto; }
  .billboard__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 400px;
    padding: 90px 20px; }
    .billboard__content .content-wrap {
      width: 100%;
      max-width: 620px; }
    .billboard__content h1 {
      font-size: 32px; }
    @media (min-width: 400px) {
      .billboard__content h1 {
        font-size: 38px; } }
    @media (min-width: 545px) {
      .billboard__content .content-wrap {
        padding-right: 70px; } }
    @media (min-width: 580px) {
      .billboard__content h1 {
        font-size: 42px; } }
    @media (min-width: 680px) {
      .billboard__content {
        padding: 140px 20px; }
        .billboard__content .content-wrap {
          margin-left: 30px;
          padding-right: 100px; } }
    @media (min-width: 768px) {
      .billboard__content h1 {
        font-size: 48px; } }
    @media (min-width: 980px) {
      .billboard__content {
        padding: 120px 20px; }
        .billboard__content .content-wrap {
          margin-left: 100px; } }

.entry_content {
  position: relative;
  background-color: #fff;
  font-size: 0;
  border: 1px solid #E0E0E0; }
  .entry_content__image {
    position: relative;
    font-size: 17px; }
    .entry_content__image img {
      width: 100%; }
  .entry_content__content {
    font-size: 17px; }
  .entry_content.entry-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media (min-width: 680px) {
    .entry_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .entry_content__image, .entry_content__content {
        width: 50%;
        display: inline-block;
        vertical-align: middle; }
      .entry_content__image {
        min-height: 350px; }
        .entry_content__image img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .entry_content__content {
        padding: 20px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (max-width: 679px) {
    .entry_content__content {
      padding: 20px; }
      .entry_content__content h1 {
        font-size: 28px; }
      .entry_content__content span {
        color: #000 !important; }
    .entry_content__image img {
      display: block !important; } }

.poster_columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .poster_columns .poster_column {
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px; }
    .poster_columns .poster_column__bg {
      border: 1px solid #E0E0E0;
      background-color: #fff;
      position: relative;
      margin: 0 auto; }
      .poster_columns .poster_column__bg img {
        margin: auto;
        max-width: 500px;
        width: 100%; }
    .poster_columns .poster_column__wrap {
      padding: 20px;
      border: 1px solid #E0E0E0;
      background-color: #fff;
      width: 100%; }
    .poster_columns .poster_column__content {
      max-width: 500px;
      margin: 0 auto; }
    .poster_columns .poster_column__image {
      height: 200px;
      width: 100%;
      position: relative; }
      .poster_columns .poster_column__image img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-height: 180px;
        max-width: 100%; }
    @media (min-width: 680px) {
      .poster_columns .poster_column {
        width: 50%; }
        .poster_columns .poster_column:first-child {
          width: 100%; } }
    @media (min-width: 980px) {
      .poster_columns .poster_column {
        width: 33.333333%; }
        .poster_columns .poster_column:first-child {
          width: 33.333333%; } }

.module-content {
  background-color: #fff; }
  @media (min-width: 768px) {
    .module-content {
      padding-top: 20px;
      padding-bottom: 20px; } }

.c-background-banner {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden; }
  .c-background-banner .row {
    position: relative;
    height: 100%; }
  .c-background-banner__skyscraper {
    width: 200px;
    top: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-background-banner__skyscraper:nth-child(1) {
      left: -230px; }
    .c-background-banner__skyscraper:nth-child(2) {
      right: -230px; }
    .c-background-banner__skyscraper img {
      margin-bottom: 30px; 
      width: inherit;}
  .c-background-banner + .row {
    position: relative;
    z-index: 1; }

.c-checkout-navigation {
  position: fixed;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FAF9F7;
  z-index: 2;
  box-shadow: 0px -4px 33px -13px rgba(0, 0, 0, 0.75);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-checkout-navigation__inner {
    float: right; }
    @media (min-width: 920px) {
      .c-checkout-navigation__inner {
        width: calc(100% - 265px); } }
  .c-checkout-navigation__text {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .c-checkout-navigation__text {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 200px); } }
    .c-checkout-navigation__text p {
      font-size: inherit;
      margin: 0; }
  @media (min-width: 768px) {
    .c-checkout-navigation__next-button {
      display: inline-block;
      vertical-align: middle; } }
/*# sourceMappingURL=styles.css.map */