@charset "UTF-8";
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* almost black color */
/* red color */
/* dark gray color */
/* lighter gray */
/* gray color */
/* almost same as alfa color */
/* light gray  */
/* blue link color */
/* dark red color */
/* green color */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

@font-face {
  font-family: 'BreuerCondensed-Regular';
  src: url("../fonts/breuercondensed-regular-webfont.eot");
  src: url("../fonts/breuercondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/breuercondensed-regular-webfont.woff2") format("woff2"), url("../fonts/breuercondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Apud-Roman';
  src: url("../fonts/apud-roman-webfont.eot");
  src: url("../fonts/apud-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apud-roman-webfont.woff2") format("woff2"), url("../fonts/apud-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Apud-Bold';
  src: url("../fonts/apud-bold-webfont.eot");
  src: url("../fonts/apud-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apud-bold-webfont.woff2") format("woff2"), url("../fonts/apud-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BreuerCondensed-Bold';
  src: url("../fonts/breuercondensed-bold-webfont.eot");
  src: url("../fonts/breuercondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/breuercondensed-bold-webfont.woff2") format("woff2"), url("../fonts/breuercondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Light';
  src: url("../fonts/merriweather-light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff"), url("../fonts/Merriweather-Light.ttf") format("truetype"), url("../fonts/merriweather-light-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Bold';
  src: url("../fonts/merriweather-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/Merriweather-Bold.ttf") format("truetype"), url("../fonts/merriweather-bold-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Light-Italic';
  src: url("../fonts/merriweather-lightitalic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/merriweather-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-lightitalic-webfont.woff2") format("woff2"), url("../fonts/merriweather-lightitalic-webfont.woff") format("woff"), url("../fonts/Merriweather-LightItalic.ttf") format("truetype"), url("../fonts/merriweather-lightitalic-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: italic; }

.comments-large {
  background: url("../images/icon-comment-large.png") no-repeat 0 0px;
  font-family: 'Apud-Roman';
  font-size: 20px;
  color: #ffffff;
  padding-left: 20px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.comments-normal {
  background: url("../images/icon-comment-normal.png") no-repeat 0 0px;
  font-family: 'Apud-Roman';
  font-size: 16px;
  color: #ffffff;
  padding-left: 18px;
  letter-spacing: 0;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.comments-normal-mobile {
  background: url("../images/comments-small-mobile.png") no-repeat 0 0px;
  font-family: 'Apud-Roman';
  font-size: 14px;
  color: #7f7f7f;
  padding-left: 14px;
  letter-spacing: 0;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.icon-gallery {
  width: 36px;
  height: 36px;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  background: url("../images/icon-gallery.png") no-repeat 50% 50%;
  background-color: #7f7f7f;
  margin-left: 2px; }

.icon-gallery a {
  display: block;
  padding: 10px; }

.enter-icon {
  background: url("../images/icon-in.png") no-repeat 0px 50%; }

.search-icon {
  background: url("../images/icon-search.png") no-repeat 0px 50%; }

.view-profile-icon {
  background: url("../images/profile-icon.png") no-repeat 0px 50%; }

#right-menu li a.view-profile-icon {
  padding-left: 35px !important; }

.color-white {
  color: #ffffff; }

.color-zeta {
  color: #7f7f7f; }

.color-alfa {
  color: #2a2a2a; }

.background-dark {
  background-color: #3b3b3b;
  clear: both; }

.background-theta {
  background-color: #f4f4f4; }

.background-delta {
  background-color: #3b3b3b; }

.background-zeta {
  background-color: #7f7f7f; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&mobile=30em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "BreuerCondensed-Regular";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 30em) {
  .mobile-1 {
    width: 8.33333%; }
  .mobile-push-1 {
    position: relative;
    left: 8.33333%; }
  .mobile-pull-1 {
    position: relative;
    left: -8.33333%; }
  .mobile-offset-0 {
    margin-left: 0%; }
  .mobile-2 {
    width: 16.66667%; }
  .mobile-push-2 {
    position: relative;
    left: 16.66667%; }
  .mobile-pull-2 {
    position: relative;
    left: -16.66667%; }
  .mobile-offset-1 {
    margin-left: 8.33333%; }
  .mobile-3 {
    width: 25%; }
  .mobile-push-3 {
    position: relative;
    left: 25%; }
  .mobile-pull-3 {
    position: relative;
    left: -25%; }
  .mobile-offset-2 {
    margin-left: 16.66667%; }
  .mobile-4 {
    width: 33.33333%; }
  .mobile-push-4 {
    position: relative;
    left: 33.33333%; }
  .mobile-pull-4 {
    position: relative;
    left: -33.33333%; }
  .mobile-offset-3 {
    margin-left: 25%; }
  .mobile-5 {
    width: 41.66667%; }
  .mobile-push-5 {
    position: relative;
    left: 41.66667%; }
  .mobile-pull-5 {
    position: relative;
    left: -41.66667%; }
  .mobile-offset-4 {
    margin-left: 33.33333%; }
  .mobile-6 {
    width: 50%; }
  .mobile-push-6 {
    position: relative;
    left: 50%; }
  .mobile-pull-6 {
    position: relative;
    left: -50%; }
  .mobile-offset-5 {
    margin-left: 41.66667%; }
  .mobile-7 {
    width: 58.33333%; }
  .mobile-push-7 {
    position: relative;
    left: 58.33333%; }
  .mobile-pull-7 {
    position: relative;
    left: -58.33333%; }
  .mobile-offset-6 {
    margin-left: 50%; }
  .mobile-8 {
    width: 66.66667%; }
  .mobile-push-8 {
    position: relative;
    left: 66.66667%; }
  .mobile-pull-8 {
    position: relative;
    left: -66.66667%; }
  .mobile-offset-7 {
    margin-left: 58.33333%; }
  .mobile-9 {
    width: 75%; }
  .mobile-push-9 {
    position: relative;
    left: 75%; }
  .mobile-pull-9 {
    position: relative;
    left: -75%; }
  .mobile-offset-8 {
    margin-left: 66.66667%; }
  .mobile-10 {
    width: 83.33333%; }
  .mobile-push-10 {
    position: relative;
    left: 83.33333%; }
  .mobile-pull-10 {
    position: relative;
    left: -83.33333%; }
  .mobile-offset-9 {
    margin-left: 75%; }
  .mobile-11 {
    width: 91.66667%; }
  .mobile-push-11 {
    position: relative;
    left: 91.66667%; }
  .mobile-pull-11 {
    position: relative;
    left: -91.66667%; }
  .mobile-offset-10 {
    margin-left: 83.33333%; }
  .mobile-12 {
    width: 100%; }
  .mobile-offset-11 {
    margin-left: 91.66667%; }
  .mobile-up-1 > .column, .mobile-up-1 > .columns {
    float: left;
    width: 100%; }
    .mobile-up-1 > .column:nth-of-type(1n), .mobile-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-1 > .column:nth-of-type(1n+1), .mobile-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .mobile-up-1 > .column:last-child, .mobile-up-1 > .columns:last-child {
      float: left; }
  .mobile-up-2 > .column, .mobile-up-2 > .columns {
    float: left;
    width: 50%; }
    .mobile-up-2 > .column:nth-of-type(1n), .mobile-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-2 > .column:nth-of-type(2n+1), .mobile-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .mobile-up-2 > .column:last-child, .mobile-up-2 > .columns:last-child {
      float: left; }
  .mobile-up-3 > .column, .mobile-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .mobile-up-3 > .column:nth-of-type(1n), .mobile-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-3 > .column:nth-of-type(3n+1), .mobile-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .mobile-up-3 > .column:last-child, .mobile-up-3 > .columns:last-child {
      float: left; }
  .mobile-up-4 > .column, .mobile-up-4 > .columns {
    float: left;
    width: 25%; }
    .mobile-up-4 > .column:nth-of-type(1n), .mobile-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-4 > .column:nth-of-type(4n+1), .mobile-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .mobile-up-4 > .column:last-child, .mobile-up-4 > .columns:last-child {
      float: left; }
  .mobile-up-5 > .column, .mobile-up-5 > .columns {
    float: left;
    width: 20%; }
    .mobile-up-5 > .column:nth-of-type(1n), .mobile-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-5 > .column:nth-of-type(5n+1), .mobile-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .mobile-up-5 > .column:last-child, .mobile-up-5 > .columns:last-child {
      float: left; }
  .mobile-up-6 > .column, .mobile-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .mobile-up-6 > .column:nth-of-type(1n), .mobile-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-6 > .column:nth-of-type(6n+1), .mobile-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .mobile-up-6 > .column:last-child, .mobile-up-6 > .columns:last-child {
      float: left; }
  .mobile-up-7 > .column, .mobile-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .mobile-up-7 > .column:nth-of-type(1n), .mobile-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-7 > .column:nth-of-type(7n+1), .mobile-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .mobile-up-7 > .column:last-child, .mobile-up-7 > .columns:last-child {
      float: left; }
  .mobile-up-8 > .column, .mobile-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .mobile-up-8 > .column:nth-of-type(1n), .mobile-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .mobile-up-8 > .column:nth-of-type(8n+1), .mobile-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .mobile-up-8 > .column:last-child, .mobile-up-8 > .columns:last-child {
      float: left; }
  .mobile-collapse > .column, .mobile-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .mobile-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .mobile-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .mobile-uncollapse > .column, .mobile-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .mobile-centered {
    margin-right: auto;
    margin-left: auto; }
    .mobile-centered, .mobile-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .mobile-uncentered,
  .mobile-push-0,
  .mobile-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BreuerCondensed-Regular";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 73.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 30em) {
  .mobile-text-left {
    text-align: left; }
  .mobile-text-right {
    text-align: right; }
  .mobile-text-center {
    text-align: center; }
  .mobile-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #ffffff; }
  .button.secondary {
    background-color: #767676;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #ffffff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #ffffff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #ffffff; }
  .badge.primary {
    background: #1779ba;
    color: #ffffff; }
  .badge.secondary {
    background: #767676;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #ffffff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 29.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 30em) {
    .menu.mobile-horizontal > li {
      display: table-cell; }
    .menu.mobile-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.mobile-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.mobile-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #ffffff; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 30em) {
  .dropdown.menu.mobile-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.mobile-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.mobile-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.mobile-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.mobile-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mobile-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.mobile-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.mobile-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.mobile-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.mobile-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #ffffff; }
  .label.primary {
    background: #1779ba;
    color: #ffffff; }
  .label.secondary {
    background: #767676;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #ffffff; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 29.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 30em) {
  .position-left.reveal-for-mobile {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-mobile ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-mobile {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-mobile ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-mobile {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-mobile ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-mobile {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-mobile ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #ffffff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 73.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 73.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 73.125rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 73.125rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 29.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #ffffff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #0a0a0a; }
  tfoot {
    background: #f2f2f2;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #ffffff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #ffffff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar.stacked-for-mobile .top-bar-left,
    .top-bar.stacked-for-mobile .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 30em) {
  .hide-for-mobile {
    display: none !important; } }

@media screen and (max-width: 29.9375em) {
  .show-for-mobile {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .hide-for-mobile-only {
    display: none !important; } }

@media screen and (max-width: 29.9375em), screen and (min-width: 40em) {
  .show-for-mobile-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
.button {
  position: relative;
  display: inline-block;
  /*overflow:hidden;*/
  cursor: pointer;
  font-family: "BreuerCondensed-Regular";
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 14px;
  padding: 0.875rem;
  min-width: 150px;
  min-width: 9.375rem;
  max-width: 100%;
  margin: 10px;
  margin: 0.625rem;
  border-radius: 3px;
  -webkit-appearance: none;
  outline: none;
  transition: all .2s; }
  .button:focus {
    text-decoration: none; }
  .button.auto-width {
    width: auto; }
  .button.wide {
    width: 100%;
    max-width: 470px;
    max-width: 29.375rem; }
  .button.full-width {
    width: 100%; }
  .button.small {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem; }
  .button.primary-color {
    border: 1px solid #d8232a;
    background: #d8232a;
    color: #f5f5f5; }
    .button.primary-color:hover {
      background: #b91e24;
      color: #f5f5f5;
      text-decoration: none;
      border-color: #b91e24; }
    .button.primary-color:active {
      background: #8d171b;
      color: #f5f5f5;
      text-decoration: none; }
    .button.primary-color:disabled {
      background: #d8232a;
      color: grey;
      text-decoration: none;
      border-color: #000; }
  .button.secondary-color {
    border: 1px solid #f5f5f5;
    background: #3b3b3b;
    color: #f5f5f5; }
    .button.secondary-color:hover {
      background: #292929;
      color: #e3e3e3;
      text-decoration: none;
      border-color: #e3e3e3; }
    .button.secondary-color:active {
      background: #101010;
      color: #f5f5f5;
      text-decoration: none; }
    .button.secondary-color:disabled {
      background: #3b3b3b;
      color: grey;
      text-decoration: none;
      border-color: #000; }
  .button.secondary-color-same-border {
    border: 1px solid #3b3b3b;
    background: #3b3b3b;
    color: #f5f5f5; }
    .button.secondary-color-same-border:hover {
      background: #292929;
      color: #e3e3e3;
      text-decoration: none;
      border-color: #292929; }
    .button.secondary-color-same-border:active {
      background: #101010;
      color: #f5f5f5;
      text-decoration: none; }
    .button.secondary-color-same-border:disabled {
      background: #3b3b3b;
      color: grey;
      text-decoration: none;
      border-color: #000; }
  .button.blue {
    border: 1px solid #4990e2;
    background: #4990e2;
    color: #fff; }
    .button.blue:hover {
      background: #2a7ddd;
      color: #fff;
      text-decoration: none;
      border-color: #2a7ddd; }
    .button.blue:active {
      background: #1d65b7;
      color: #fff;
      text-decoration: none; }
    .button.blue:disabled {
      background: #4990e2;
      color: grey;
      text-decoration: none;
      border-color: #000; }
  .button.white {
    border: 1px solid #DFDFDF;
    background: #fff;
    color: #d8232a; }
    .button.white:hover {
      background: #fafafa;
      color: #d8232a;
      text-decoration: none;
      border-color: #DFDFDF; }
    .button.white:active {
      background: #f0f0f0;
      color: #d8232a;
      text-decoration: none; }
    .button.white:disabled {
      background: #fff;
      color: grey;
      text-decoration: none;
      border-color: #000; }
  .button.button-large {
    font-size: 16px;
    font-size: 1rem; }
  .button.button-large-padding {
    padding: 27px 10px;
    padding: 1.6875rem 0.625rem; }

.button-margin-bottom {
  margin-bottom: 4.2rem; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.footer {
  background-color: #3b3b3b; }

.inner__wrapper {
  -ms-flex: 1;
  flex: 1; }

.footer__container {
  height: auto;
  background-color: #3b3b3b;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 130px 52px 130px; }

.footer__navigation {
  max-width: 630px;
  display: inline-block;
  vertical-align: top; }

.footer__navigation a {
  font-family: 'Merriweather-Light';
  text-decoration: none;
  font-size: 14px;
  color: #f5f5f5;
  letter-spacing: -0.0075em;
  margin-right: 7px;
  margin-left: 7px; }

.footer__about {
  display: inline-block;
  font-family: 'Merriweather-Light';
  max-width: 360px;
  font-size: 14px;
  color: #f5f5f5;
  letter-spacing: -0.0075em;
  line-height: 26px;
  float: right; }

.button.footer__subscribe-link {
  margin: 0px;
  float: left; }

.footer__social-icons {
  margin-right: 155px;
  vertical-align: bottom;
  float: right; }
  .footer__social-icons a {
    margin-left: 10px;
    margin-right: 10px; }

.social_icon__container {
  margin-top: 30px; }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer__container {
    padding: 52px 20px 52px 20px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer__container {
    padding: 52px 0px 52px 0px;
    height: auto; }
  .izstradataji {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 220px;
    padding-left: 30px; }
    .izstradataji .formup {
      margin-left: 25px !important; }
  .footer__navigation {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 693px; }
  .button.footer__subscribe-link {
    float: none;
    margin: 0px;
    margin-top: 45px; }
  .footer__about {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 25px; }
  .footer__social-icons {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
    margin-top: 25px; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .footer__container {
    padding: 52px 0px 52px 0px;
    height: auto; }
  .izstradataji {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 220px;
    padding-left: 30px; }
    .izstradataji .formup {
      margin-left: 25px !important; }
  .footer__navigation {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 150px; }
  .footer__navigation a {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .button.footer__subscribe-link {
    float: none;
    margin: 0px;
    margin-top: 35px; }
  .footer__about {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 25px; }
  .footer__social-icons {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
    margin-top: 25px; } }

@media screen and (max-width: 29.9375em) {
  .footer__container {
    padding: 52px 0px 52px 0px;
    height: auto; }
  .footer__navigation {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 150px; }
  .izstradataji {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 220px;
    padding-left: 30px; }
    .izstradataji .formup {
      margin-left: 25px !important; }
  .footer__navigation a {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .button.footer__subscribe-link {
    float: none;
    margin: 0px;
    margin-top: 35px; }
  .footer__about {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 25px; }
  .footer__social-icons {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 220px;
    margin-top: 25px; } }

.subscription-background-conteiner {
  background: #f5f5f5;
  margin-top: 0px; }

.subscription-background-conteiner__content {
  text-align: center;
  background: #f5f5f5;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 69px 0px 68px 0px;
  padding: 4.3125rem 0rem 4.25rem 0rem; }

.subscription-background-conteiner__content__title {
  font-family: 'Merriweather-Light';
  font-size: 28px;
  font-size: 1.75rem;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 28px;
  line-height: 1.75rem; }

@media screen and (max-width: 29.9375em) {
  .subscription-background-conteiner {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .subscription-background-conteiner {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subscription-background-conteiner {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .subscription-background-conteiner {
    padding-left: 30px;
    padding-right: 30px; } }

h2 {
  font-family: 'BreuerCondensed-Bold';
  color: #3b3b3b;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: .25em;
  margin-top: 1rem;
  margin-bottom: .5em;
  font-size: 24px;
  font-size: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    h2 {
      font-size: 36px;
      font-size: 2.25rem; } }

h6 {
  font-family: Apud-Bold;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0; }

.title-container {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

h1.title {
  font-family: 'BreuerCondensed-Bold';
  color: #2a2a2a;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px; }
  @media print, screen and (min-width: 40em) {
    h1.title {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 65px; } }

h1.title-content {
  font-family: 'BreuerCondensed-Regular';
  font-size: 42px;
  font-size: 2.625rem;
  color: #2a2a2a;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 48px; }

h2.content-heading {
  font-family: 'BreuerCondensed-Bold';
  font-size: 36px;
  font-size: 2.25rem;
  color: #3b3b3b;
  border-bottom: none;
  padding-bottom: .25em;
  margin-top: 1rem;
  margin-bottom: 0px; }

@media screen and (max-width: 29.9375em) {
  h2.content-heading {
    font-size: 24px;
    font-size: 1.5rem; } }

.connected-posts {
  border-bottom: none; }

.main-list {
  padding: 0px;
  margin: 0px; }

.main-list li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding: 1.05rem; }

.main-list li:last-child {
  border-bottom: none; }

.list-zeta-border li {
  border-bottom: 1px solid #7f7f7f; }

.list-white-border li {
  border-bottom: 1px solid #ffffff; }

.list-white-links li a {
  color: #ffffff;
  font-size: 1.25rem; }

.list-white-border li {
  border-bottom: 1px solid #ffffff; }

.homepage-popular-posts-container .main-list li {
  padding: 0.8em !important; }

.homepage-popular-posts-container .main-list a {
  padding: 0 !important; }

.rounded {
  border-radius: 50%; }

.padding-bottom {
  padding-bottom: 0.5rem; }

.margin-left {
  margin-left: 1rem; }

.link-alfa a {
  color: #2a2a2a; }

.margin-bottom-remove {
  margin-bottom: 0px; }

.y-center {
  position: relative; }

.display-table {
  display: table; }

.cell-bottom {
  display: table-cell;
  vertical-align: bottom; }

.padder {
  padding: 1rem; }

.large-padder {
  padding: 2rem; }

.cover-background-js {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 40em) {
  .featured img {
    display: none; } }

.remove-background {
  background: none; }

.position-relative {
  position: relative; }

.section {
  margin-bottom: 2rem; }

.section-large {
  margin-bottom: 4rem; }

.remove-left-padding {
  padding-left: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .remove-left-padding {
      padding-left: 1.875rem; } }

.remove-right-padding {
  padding-right: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .remove-right-padding {
      padding-right: 1.875rem; } }

.large-seperator {
  height: 6rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none; }

.vote-icon {
  font-family: BreuerCondensed-Regular;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  vertical-align: middle;
  font-weight: bold;
  padding: 3px;
  padding: 0.1875rem;
  font-style: normal; }
  .vote-icon.up {
    color: #417505; }
  .vote-icon.down {
    color: #d8232a; }

a.commentator-close-reply-form {
  z-index: 10;
  position: static;
  float: right; }

.commentator-form .commentator-proceed {
  position: static;
  height: auto; }

.commentator-alert-container {
  text-align: center;
  font-size: 24px; }

ul.children {
  padding-left: 50px; }
  ul.children .comments__block-item:last-of-type {
    border: 0; }

.commentator-not-logged-in .commentator-form .commentator-proceed {
  height: auto; }

.cardfile__sticky-menu .sticky.is-stuck.is-at-top {
  width: 100%; }

.cardfile__inline-menu {
  padding: 0.3em 0.7em;
  font-size: 30px; }
  .cardfile__inline-menu li {
    position: relative;
    background-color: #f4f4f4; }
    .cardfile__inline-menu li .cardfile__inline-expand-icon:after {
      content: '\25be';
      position: absolute;
      color: #d8d8d8;
      right: 10px;
      top: -4px;
      font-size: 40px;
      font-style: normal;
      z-index: 1000; }
    .cardfile__inline-menu li a {
      width: 70%;
      color: #0a0a0a; }
      .cardfile__inline-menu li a.active {
        color: red; }
  .cardfile__inline-menu.expanded .cardfile__inline-expand-icon:after {
    transform: rotate(180deg); }

.columns.nomargin {
  padding: 0;
  margin: 0; }

.pagination {
  text-align: center; }
  .pagination a, .pagination span {
    display: inline-block; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

.list-block {
  display: inline-block;
  vertical-align: middle; }

.inline-block-bottom {
  display: inline-block;
  vertical-align: bottom; }

.large-content-block-wbackground {
  background: #f4f4f4;
  border-radius: 2px;
  margin-bottom: 1px;
  font-family: 'Merriweather-Light';
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.0075em;
  line-height: 28px; }

.search-result-conteiner {
  max-width: 1140px !important;
  min-height: 130px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
  margin-bottom: 2px;
  padding-right: 33px; }
  .search-result-conteiner .search-result-conteiner__image {
    height: 130px;
    width: 130px;
    display: inline-block; }

.search-result-conteiner .search-result-conteiner__tag {
  height: 26px;
  background-color: #7f7f7f;
  margin-top: -130px;
  position: absolute;
  text-align: center;
  font-family: 'Apud-Bold';
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 3px 10px 4px 10px; }

.search-result-conteiner .search-result-conteiner__title {
  font-size: 24px;
  vertical-align: bottom;
  max-width: 800px;
  margin-left: 163px;
  margin-top: -65px;
  line-height: 24px;
  margin-bottom: 10px; }

.search-result-conteiner__date {
  font-size: 18px;
  color: #91919D;
  font-family: 'Apud-Bold';
  display: inline-block;
  vertical-align: top;
  margin-top: 32px;
  margin-left: 33px; }

@media screen and (max-width: 29.9375em) {
  .search-result-conteiner {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 25px; }
    .search-result-conteiner .search-result-conteiner__title {
      font-size: 20px;
      margin-left: 148px;
      margin-top: -82px; }
  .profile-visitor-post-conteiner__heading {
    margin-left: 10px; }
  .search-result-conteiner__date {
    font-size: 14px;
    margin-left: 18px;
    margin-top: 15px; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .search-result-conteiner {
    margin-right: 10px;
    margin-left: 10px; }
  .profile-visitor-post-conteiner__heading {
    margin-left: 10px;
    margin-right: 10px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search-result-conteiner {
    margin-right: 30px;
    margin-left: 30px; }
  .profile-visitor-post-conteiner__heading {
    margin-left: 30px;
    margin-right: 30px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .search-result-conteiner {
    margin-right: 30px;
    margin-left: 30px; }
  .profile-visitor-post-conteiner__heading {
    margin-left: 30px;
    margin-right: 30px; } }

.inner-container {
  max-width: 1440px; }

.comments__block {
  margin-top: 60px;
  margin-top: 3.75rem; }

.comments__title p {
  font-family: 'BreuerCondensed-Bold';
  font-size: 36px;
  font-size: 2.25rem;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 32px;
  line-height: 2rem; }

.comments__title span {
  color: #8a8a8a; }

.comments__block-item {
  vertical-align: top;
  border: 1px solid #d8d8d8;
  border-left: 0;
  border-right: 0;
  padding: 18px 0px;
  padding: 1.125rem 0rem; }
  .comments__block-item:not(:last-of-type) {
    border-bottom: 0; }

.image-circle {
  border-radius: 50%;
  width: 67px;
  width: 4.1875rem;
  height: 67px;
  height: 4.1875rem;
  background: url("../images/author.png") no-repeat center;
  background-size: cover; }

.block-item__author p {
  font-family: 'Merriweather-Bold';
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  letter-spacing: -0.0075em;
  line-height: 24px;
  line-height: 1.5rem; }

.block-item__author span {
  font-family: 'Merriweather-Light';
  color: #7f7f7f;
  letter-spacing: -0.0075em; }

.content-block__content p {
  font-family: 'Merriweather-Light';
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.0075em; }

.content-block__content a {
  word-wrap: break-word; }

.content-block__comment-buttons {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -ms-flexbox;
  display: flex; }
  .content-block__comment-buttons .rate-comment {
    cursor: pointer;
    border-radius: 50%;
    height: 37px;
    height: 2.3125rem;
    min-width: 36px;
    min-width: 2.25rem;
    padding: 3px;
    padding: 0.1875rem;
    background: #f4f4f4;
    text-align: center;
    margin-right: 20px;
    margin-right: 1.25rem; }
    .content-block__comment-buttons .rate-comment span {
      font-family: BreuerCondensed-Regular;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 0;
      vertical-align: middle;
      font-weight: bold;
      padding: 3px;
      padding: 0.1875rem; }
  .content-block__comment-buttons .up-vote span {
    color: #417505; }
  .content-block__comment-buttons .down-vote span {
    color: #d8232a; }
  .content-block__comment-buttons .vote {
    border: 1px solid #cccccc;
    padding: 9px;
    padding: 0.5625rem;
    background: #ffffff; }
  .content-block__comment-buttons .answer {
    border-radius: 40px;
    border-radius: 2.5rem; }
    .content-block__comment-buttons .answer span {
      font-weight: normal;
      padding: 10px;
      padding: 0.625rem; }

.answer--count p {
  display: inline-block;
  color: #7f7f7f; }

@media screen and (min-width: 64em) {
  .comments__block-item {
    position: relative; }
  .block-item__image {
    position: absolute; }
  .block-item__author {
    margin-left: 103px;
    margin-left: 6.4375rem; }
  .block-item__content-block {
    margin-left: 103px;
    margin-left: 6.4375rem; } }

@media screen and (max-width: 63.9375em) {
  .block-item__image {
    display: inline-block;
    float: left;
    margin-right: 13px;
    margin-right: 0.8125rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .block-item__author {
    display: inline-block;
    float: left;
    transform: translateY(50%); }
    .block-item__author p {
      font-size: 14px;
      font-size: 0.875rem; }
  .block-item__content-block {
    display: inline-block; }
  /* 	.answer {
	&--count {
		&:before {
			content: "";
			vertical-align: middle;
			@include rems(height, 22);
			@include rems(width, 15);
			display: inline-block;
			background: url('../images/comment-icon.png') no-repeat 0 0px;
			@include rems(padding, 10);
		}
		span {
			display: none;
		}
	}
} */ }

@media screen and (max-width: 29.9375em) {
  .block-item__author p, .content-block__content p {
    font-size: 14px;
    font-size: 0.875rem; }
  .content-block__comment-buttons .rate-comment span {
    font-size: 16px;
    font-size: 1rem; } }

textarea.post-comments-input.commentator-textarea {
  font-size: 20px;
  font-family: Apud-Roman;
  color: #222222;
  letter-spacing: 0; }

.comments-block-container {
  margin-top: 50px; }

div.top-bar div.logo {
  margin-left: -10px;
  margin-right: 30px; }

#example-menu {
  margin-top: 5px; }

.menu-container {
  margin-top: 20px;
  padding-bottom: 0px;
  margin-left: 100px;
  border-bottom: 1px solid #cbcbcb; }

#main-menu li {
  padding: 0.5rem; }

#main-menu li a {
  font-family: 'BreuerCondensed-Regular';
  font-size: 22px;
  color: #2a2a2a;
  letter-spacing: 0;
  line-height: 22px;
  padding: 0.2rem 0rem;
  text-transform: uppercase;
  text-align: center; }

#main-menu li:first-child a {
  padding-left: 0px; }

#main-menu li.active a {
  color: #d8232a;
  background: none; }

#main-menu li:hover a {
  text-decoration: underline;
  -webkit-text-decoration-color: #d8232a;
  text-decoration-color: #d8232a;
  background: none;
  color: #d8232a; }

#main-menu li a.selected {
  border-bottom: 2px solid #d9222a; }

#right-menu li a {
  font-family: 'Merriweather-Light';
  font-size: 14px;
  color: #3b3b3b;
  letter-spacing: -0.0075em;
  padding-left: 25px; }

.top-bar,
.top-bar ul {
  background-color: #ffffff !important; }

.mobile-submenu-container {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.5em;
  position: relative; }

.mobile-submenu-chosen-item {
  text-align: center;
  font-size: 20px; }

.mobile-submenu-container:after {
  content: '\25be';
  position: absolute;
  color: #d8d8d8;
  top: -5px;
  right: 10px;
  font-size: 40px; }

.inside-submenu {
  display: none; }

.mobile-submenu-item {
  padding: 1em;
  font-size: 20px; }
  .mobile-submenu-item a {
    color: #2a2a2a; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu:after {
  content: '\25be';
  position: absolute;
  color: #d8d8d8;
  top: 5px;
  right: 10px;
  font-size: 40px; }

.dropdown-submenu-chosen-item {
  background-color: #f4f4f4;
  font-size: 30px;
  cursor: pointer; }

.dropdown-submenu-item {
  border-top: 1px solid #ffffff;
  padding: 0.3em 0.7em; }
  .dropdown-submenu-item a {
    color: #2a2a2a; }

.dropdown-submenu-label-item {
  padding: 0.3em 0.7em; }

header {
  margin-bottom: 40px;
  margin-top: 5px; }
  header .title-bar {
    background-color: #fff;
    color: #7f7f7f;
    font-family: Apud-Roman;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #cccccc; }
  header button.menu-icon {
    margin-top: 5px; }
  header .logo {
    margin-left: 15px;
    margin-top: 0px; }
  header .top-bar-left {
    border-bottom: 1px solid #cccccc;
    margin-left: 25px;
    width: 89% !important;
    margin-right: -10%;
    padding-bottom: 25px;
    margin-top: 5px; }

#right-menu {
  margin-top: -45px; }

.logo-mazais svg {
  height: 30px;
  width: 30px; }

.menu-icon:after {
  background: #7f7f7f;
  box-shadow: 0 7px 0 #7f7f7f, 0 14px 0 #7f7f7f; }

.title-bar-title.float-right {
  margin-left: 6px;
  padding-top: 5px; }

@media screen and (max-width: 63.9375em) {
  header {
    margin-bottom: 25px; }
    header .logo {
      display: none; } }

@media screen and (max-width: 1023px) {
  .mobile-menu-search-and-exit-inside-items-container {
    display: none; }
  #main-menu li {
    display: block;
    text-align: left;
    background-color: #F4F4F4; }
  header .top-bar-left {
    border: none;
    width: 100% !important;
    margin-left: 0px;
    padding-bottom: 0px; }
  .top-bar {
    padding: 1rem; }
  .search-conteiner {
    margin-bottom: 0px !important;
    margin-top: 20px;
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .search-icon-mobile {
    float: right;
    height: 21px;
    width: 20px;
    background: url("../images/icon-search.png") no-repeat 0px 50%;
    margin-right: 12px;
    margin-top: 1px; }
  #header-search-linkkkk {
    display: block;
    height: 21px;
    width: 21px; }
  .title-bar-title span {
    display: none; }
  .main-menu-login-and-exit-button-container a {
    display: block !important;
    width: 21px !important;
    height: 20px !important;
    float: right !important;
    margin-right: 12px;
    margin-top: 2px; }
  .main-menu-login-and-exit-button-container a.view-profile-icon {
    width: 29px !important;
    height: 20px !important; } }

@media screen and (max-width: 1140px) and (min-width: 1024px) {
  #right-menu {
    margin-right: 15px; } }

#cookie-notice {
  background-color: rgba(0, 0, 0, 0.75) !important;
  min-width: 0% !important;
  left: 50% !important;
  max-width: 1144px !important;
  margin-left: -572px !important;
  width: 100%; }

.cookie-notice-container {
  padding: 12px !important; }

#cn-notice-text {
  width: 75% !important;
  float: left !important;
  font-size: 18px !important;
  line-height: 20px !important;
  padding-bottom: 30px !important;
  margin-top: 10px !important; }

#cn-accept-cookie {
  float: right !important;
  margin-bottom: 12px !important;
  margin-top: 0px !important;
  font-size: 18px !important; }

.cokie-notice-read-more-text {
  color: #ffffff !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff !important;
  text-decoration-color: #ffffff !important; }

@media screen and (max-width: 1130px) {
  #cookie-notice {
    margin-left: 0px !important;
    left: 0% !important; } }

@media screen and (max-width: 825px) {
  #cn-notice-text {
    width: 100% !important; }
  #cn-accept-cookie {
    float: none !important;
    margin-right: 0% !important; } }

#cn-refuse-cookie {
  position: absolute;
  min-width: 0px;
  background-image: url(exit-icon.png);
  background-color: transparent;
  width: 24px;
  height: 24px;
  color: transparent;
  margin: 0px;
  padding: 0px;
  top: 0px;
  right: 0px; }

#content-not-found .entry-content-for-404-page .search-conteiner {
  display: block !important; }

.paginator li {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  font-family: BreuerCondensed-Regular;
  font-size: 20px;
  margin: 5px;
  list-style-type: none;
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 52px; }

.paginator li a {
  display: block;
  color: #2a2a2a; }

.paginator li.active {
  background-color: #7f7f7f; }

.paginator li.active a {
  color: #ffffff; }

.span-bold {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Apud-Bold;
  color: #2a2a2a; }

.tag-cloud {
  position: absolute;
  transform: translateY(-50%);
  position: static;
  transform: none; }
  .tag-cloud a {
    color: #fff !important; }
    .tag-cloud a:hover {
      text-decoration: underline; }
  @media print, screen and (min-width: 64em) {
    .tag-cloud {
      position: absolute !important; } }
  @media print, screen and (min-width: 40em) {
    .tag-cloud {
      position: static;
      transform: none; } }

@media screen and (max-width: 1023px) {
  .userpro_profile_menu {
    margin-top: 0px !important; } }

.userpro_profile_view_for_menu {
  display: none; }
  .userpro_profile_view_for_menu .userpro_profile_menu {
    margin-right: 0px;
    margin-left: 0px; }

.userpro_profile_menu {
  background: #F4F4F4;
  border-radius: 2px;
  height: 50px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: -20px;
  padding-top: 13px;
  margin-right: 15px;
  margin-left: 15px; }
  .userpro_profile_menu .userpro_profile_menu-item_container {
    font-family: BreuerCondensed-Regular;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    height: 24px; }
    .userpro_profile_menu .userpro_profile_menu-item_container a {
      color: #222222;
      display: inline-block;
      margin-right: 10px;
      margin-left: 10px; }
    .userpro_profile_menu .userpro_profile_menu-item_container a:hover {
      border-bottom: 2px solid #222222; }

.payment_history .userpro_profile_menu .userpro_profile_menu-item_container #payment_history, .active_subscription .userpro_profile_menu .userpro_profile_menu-item_container #active_subscription, .userpro_profile_view_for_menu .userpro_profile_menu .userpro_profile_menu-item_container #userpro_profile_view_for_menu {
  border-bottom: 2px solid #222222; }

.login-body__container {
  margin-top: 50px;
  margin-bottom: 100px; }

.login-header__container {
  display: none; }

.userpro-body form[data-action="reset"] .userpro-button.secondary {
  display: none !important; }

.login-body__login-with-social {
  max-width: 556px;
  height: auto;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px; }

.login-body__login-with-social__title {
  font-family: 'Apud-Roman';
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  padding-top: 37px;
  padding-bottom: 33px;
  max-width: 81px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top; }

.login-body__login-with-social__icon {
  display: inline-block;
  padding-bottom: 15px;
  vertical-align: bottom;
  margin-right: 15px; }

.login-body__enter-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 556px;
  background: #f4f4f4;
  border-radius: 2px;
  height: auto;
  padding-top: 45px;
  padding-left: 10%;
  padding-right: 8%; }
  .login-body__enter-form .login-body__enter-form__title {
    font-family: 'BreuerCondensed-Regular';
    font-size: 42px;
    color: #2a2a2a;
    letter-spacing: 0;
    max-width: 145px;
    display: inline-block;
    margin-bottom: 42px; }
  .login-body__enter-form .login-body__enter-form__register {
    font-family: 'Merriweather-Light';
    font-size: 14px;
    color: #4990e2;
    display: inline-block;
    max-width: 140px;
    float: right;
    margin-top: 48px;
    letter-spacing: -0.0075em; }
  .login-body__enter-form form .login-body__enter-form__form-titles {
    margin-bottom: 4px;
    font-family: 'Apud-Roman';
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    max-width: 70px;
    display: inline-block; }
  .login-body__enter-form form input {
    margin: 0 0 17px; }
  .login-body__enter-form form input.form-submit {
    margin-bottom: 49px;
    margin-top: 35px; }
  .login-body__enter-form a.lost-pass {
    display: inline-block;
    font-family: 'Apud-Roman';
    font-size: 18px;
    color: #4990e2;
    letter-spacing: 0;
    float: right; }
  .login-body__enter-form input.form-submit {
    width: 164px;
    margin-left: 25%;
    margin-right: 25%; }

.login-header__iconbox {
  max-width: 1027px;
  height: 108px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #cccccc; }
  .login-header__iconbox .ir_logo svg {
    margin-top: 20px;
    margin-left: -9%; }
  .login-header__iconbox .login-header__back {
    font-family: Cambria;
    font-size: 18px;
    color: #4990e2;
    letter-spacing: 0;
    float: right;
    margin-top: 56px;
    margin-right: 10px; }

@media screen and (max-width: 29.9375em) {
  .userpro-body .forget-password-link {
    margin-top: 85px !important; }
  .login-body__login-with-social div {
    margin-left: 2%; }
  .login-body__login-with-social {
    padding-left: 0px; }
  .login-body__login-with-social__icon {
    margin-right: 0px; }
  .login-body__container {
    margin-left: 10px;
    margin-right: 10px; }
  .login-body__enter-form .login-body__enter-form__register {
    margin-left: 15%; }
  .login-body__enter-form a.lost-pass {
    margin-left: 27%; }
  .login-header__iconbox {
    max-width: 350px; }
    .login-header__iconbox .ir_logo svg {
      margin-left: 0%; }
  .userpro-social-connect {
    width: 140px; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .login-body__container {
    margin-left: 10px;
    margin-right: 10px; }
  .login-header__iconbox {
    max-width: 350px; }
    .login-header__iconbox .ir_logo svg {
      margin-left: -23%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .login-header__iconbox {
    max-width: 400px; }
    .login-header__iconbox .ir_logo svg {
      margin-left: -20%; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .login-header__iconbox {
    max-width: 850px; } }

a svg:hover #Oval-18-Copy-2 {
  fill: #1a2d56; }

a svg:hover #Oval-18-Copy {
  fill: #3e79a0; }

a svg:hover #Oval-18 {
  fill: #bc4818; }

a svg:hover #Group-2 #Oval-18-Copy-2 {
  fill: #a51017; }

a svg:hover #Group-2 #Oval-18-Copy {
  fill: #a51017; }

a svg:hover #Group-2 #Oval-18 {
  fill: #a51017; }

.userpro-head {
  padding: 0px !important;
  border-bottom: none !important;
  margin-bottom: 30px !important; }

.userpro-body {
  padding: 0px !important;
  padding-bottom: 50px !important; }

.userpro-field.userpro-field-compact .userpro-input .userpro-checkbox.hide-field {
  display: block !important; }

.userpro-field.userpro-submit {
  border-top: none !important; }

.userpro-field div.userpro-label label {
  font-size: 20px !important;
  color: #222222 !important;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: normal !important; }

.forget-password-link {
  font-family: 'Merriweather-Light';
  position: absolute;
  margin-top: 85px !important;
  font-size: 14px;
  color: #4990e2 !important;
  letter-spacing: -0.0075em !important;
  margin-left: 305px !important;
  z-index: 99999999; }

.login-body__enter-form.extra-width {
  padding-left: 8%;
  padding-right: 6%; }

.userpro-social-connect {
  position: static !important; }

.login-with-social-plugin-function-container {
  display: inline-block; }

.userpro-social-facebook {
  background-image: url(facebook-icon.png) !important; }

.userpro-social-twitter {
  background-image: url(twitter-icon.png) !important; }

.userpro-social-connect a {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 49px !important;
  height: 50px !important;
  margin-top: 20px; }

.userpro-field.userpro-submit.userpro-column .userpro-loading {
  margin-left: 48% !important; }

.userpro-field.userpro-submit.userpro-column {
  padding-top: 0px !important;
  margin-top: 35px !important; }

.userpro-button.fullwidth-block {
  background: #d9222a !important;
  border-radius: 3px !important;
  height: 50px !important;
  border-color: #d9222a !important; }

div.userpro-submit.userpro-field input.userpro-button.fullwidth-block {
  width: 164px !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.userpro-field.userpro-field-passwordstrength {
  display: none !important; }

.userpro-input .userpro-checkbox.hide-field {
  display: none !important; }

.login-body__enter-form__register.already-registered {
  max-width: 147px; }

.login-body__enter-form__title.back-to-login {
  max-width: 206px; }

.login-body__enter-form__title.change-password-section-title {
  max-width: 169px; }

.login-body__enter-form__register.request-new-password {
  max-width: 158px; }

#header-search-link {
  padding-right: 0px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .forget-password-link {
    margin-left: 260px !important; } }

@media screen and (max-width: 800px) {
  .forget-password-link {
    margin-left: 300px !important; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .forget-password-link {
    margin-left: 330px !important; } }

@media screen and (max-width: 560px) {
  .forget-password-link {
    margin-left: 59% !important; } }

@media screen and (max-width: 29.9375em) {
  .forget-password-link {
    margin-left: 55% !important; } }

@media screen and (max-width: 400px) {
  .forget-password-link {
    margin-left: 42% !important; } }

@media screen and (max-width: 385px) {
  .login-body__enter-form__register.already-registered {
    margin: 0px;
    margin-right: 97px; } }

@media screen and (max-width: 451px) {
  .login-body__enter-form__register.request-new-password {
    margin: 0px;
    margin-right: 88px; } }

.draugiem-social-login-icon-container {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }

.draugiem_passport_link {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 999999; }

.draugiem-social-login-icon-container svg {
  margin-top: -50px;
  position: absolute; }

.userpro-centered {
  border-bottom: none !important;
  padding: 20px 0 0 0 !important; }

.userpro-profile-img {
  width: 165px !important;
  height: 165px !important;
  padding: 0px !important; }

.userpro-profile-img a img {
  height: 165px; }

.userpro-profile-icons.top {
  display: none; }

.userpro-section.userpro-column.userpro-collapsible-1.userpro-collapsed-0 {
  display: none; }

.profile-view-and-edit-pages-body-container {
  margin-top: -145px !important;
  background-color: #f4f4f4;
  padding-top: 160px !important;
  border-radius: 8px; }

.userpro-field.userpro-field-first_name.userpro-field-view {
  display: none !important; }

.userpro-field.userpro-field-last_name.userpro-field-view {
  display: none !important; }

.userpro-body.profile-view-and-edit-pages-body-container.profile-view-container form .userpro-field.userpro-submit.userpro-column {
  margin-top: 40px !important;
  text-align: center; }

.userpro-button.red.delete-profile-button-container {
  margin-right: 15px !important;
  background: #d9222a !important;
  border-radius: 3px !important;
  width: 165px !important;
  height: 51px !important;
  font-family: BreuerCondensed-Regular !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  letter-spacing: 0 !important;
  padding: 0px !important; }

.userpro-profile-img-btn.edit-profile-button-container {
  display: inline-block !important;
  vertical-align: top;
  margin-top: 0px !important;
  border-radius: 3px !important;
  border: none !important;
  margin-left: 15px !important; }

.userpro-profile-img-btn.edit-profile-button-container a {
  display: block !important;
  width: 165px !important;
  height: 51px !important;
  font-family: BreuerCondensed-Regular !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  letter-spacing: 0 !important;
  background: #3b3b3b !important;
  padding-top: 10px !important; }

.userpro-field.userpro-submit.userpro-column .loading-in-view-profile-page img.userpro-loading {
  margin-left: 0px !important;
  margin-top: 20px !important; }

.userpro-centered .userpro-profile-img-after .userpro-profile-name a,
.Delete-profile-heading {
  font-family: BreuerCondensed-Regular;
  font-size: 36px;
  color: #2a2a2a !important;
  letter-spacing: 0 !important;
  line-height: 38px !important; }

.Delete-profile-heading-container {
  text-align: center; }

.delete-profile-page-content-container {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 450px; }

.userpro .userpro-body form .delete-profile-page-content-container .userpro-label {
  width: auto !important;
  margin-top: 3px !important;
  margin-left: 20px !important; }

.userpro .userpro-body form .delete-profile-page-content-container .userpro-label label.delete-profile-quisten-container {
  font-size: 24px !important; }

.delete-profile-page-content-container .userpro-input {
  width: auto !important;
  margin-right: 50px !important; }

@media screen and (max-width: 400px) {
  .userpro-profile-img-btn.edit-profile-button-container {
    display: block !important;
    margin-left: 0px !important;
    margin-top: 0px !important; }
  .userpro-field.userpro-submit.userpro-column .userpro-profile-img-btn.edit-profile-button-container a {
    margin-right: auto !important;
    margin-left: auto !important; }
  .userpro-button.red.delete-profile-button-container {
    margin-right: 0px !important; } }

.delete-profile-header-container {
  margin-bottom: 20px !important; }

.delete-profile-body-container {
  background: #f4f4f4 !important;
  border-radius: 8px;
  padding-top: 20px !important; }

.userpro-field.delete-profile-page-content-container .delete-profile-page-radio-container label.userpro-radio {
  font-size: 18px !important;
  color: #2a2a2a !important; }

.delete-profile-page-radio-container label.userpro-radio span {
  margin-top: 6px !important; }

.delete-profile-page-radio-container .userpro-help {
  font-size: 14px !important;
  color: #FF0000 !important; }

.delete-profile-button-container {
  text-align: center; }

.delete-profile-body-container form .delete-profile-button-container .accept-to-delete-profile-button {
  background: #3b3b3b !important;
  border-radius: 3px !important;
  width: 165px !important;
  height: 51px !important;
  font-family: BreuerCondensed-Regular !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  letter-spacing: 0 !important; }

.delete-profile-body-container form .delete-profile-button-container .accept-to-delete-profile-button:hover {
  background: #ffffff !important;
  color: #2a2a2a !important; }

@media screen and (max-width: 435px) {
  .delete-profile-page-content-container {
    width: auto !important; }
  .userpro .userpro-body form .delete-profile-page-content-container .userpro-label {
    margin-left: 30% !important; }
  .delete-profile-page-content-container .userpro-input {
    margin-left: 30% !important;
    float: left !important; } }

@media screen and (max-width: 382px) {
  .userpro-field.userpro-submit.userpro-column.delete-profile-button-container .userpro-button.accept-to-delete-profile-button {
    margin-top: 20px !important; }
  .userpro-field.userpro-submit.userpro-column {
    margin-top: 20px !important; } }

.userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container {
  margin-top: -148px !important;
  padding-top: 148px !important;
  padding-left: 20% !important;
  padding-right: 20% !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-input input[type="text"] {
    height: 49px !important;
    font-size: 18px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-input input[type="password"] {
    height: 49px !important;
    font-size: 18px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container span.userpro-field-icon {
    margin-top: 6px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .edit-profile-page-form-container {
    margin-top: 30px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container div.icon-ok {
    margin-top: 9px; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container div.userpro-input textarea {
    font-size: 18px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-pic-upload.ajax-file-upload {
    font-size: 14px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .save-changes-button-container input {
    height: 51px !important;
    width: 165px !important;
    font-family: BreuerCondensed-Regular !important;
    font-size: 20px !important;
    color: #f5f5f5 !important;
    letter-spacing: 0 !important;
    background: #3b3b3b !important;
    border-radius: 3px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .save-changes-button-container input:hover {
    background: #ffffff !important;
    color: #2a2a2a !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-field.userpro-field-user_pass_confirm .userpro-label.iconed {
    padding-left: 0px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .save-changes-button-container {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-profile-img-btn.edit-profile-button-container {
    float: right; }

@media screen and (max-width: 944px) {
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container {
    padding-left: 10% !important;
    padding-right: 10% !important; } }

@media screen and (max-width: 719px) {
  .userpro-field.userpro-submit.userpro-column {
    text-align: center; }
  div.userpro-submit input.userpro-button[type="submit"] {
    margin-right: 0px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-profile-img-btn.edit-profile-button-container {
    float: none !important; }
  .userpro-profile-img-btn.edit-profile-button-container {
    margin-left: 0px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .save-changes-button-container {
    width: 165px; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container span.userpro-field-icon {
    display: none; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container div.userpro-label.iconed {
    padding-left: 0px !important; }
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-field.userpro-field-profilepicture .userpro-input .userpro-button.red {
    margin-top: 10px; } }

@media screen and (max-width: 668px) {
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container .userpro-button.red.delete-profile-button-container {
    margin-top: 10px !important;
    margin-right: auto !important;
    margin-left: auto !important; } }

@media screen and (max-width: 469px) {
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container form .userpro-label.iconed,
  .userpro-body.profile-view-and-edit-pages-body-container.profile-edit-acc-container form .userpro-input {
    width: 100% !important; } }

div.userpro-warning {
  font-size: 18px !important; }

.profile-view-container .userpro-message.userpro-message-ajax {
  text-align: center; }

.userpro-message.userpro-message-ajax {
  font-size: 16px !important; }

.userpro-field-antispam .userpro-input {
  font-size: 18px !important; }

.login-body__container.row .login-header__container {
  display: none; }

.login-body__container.row .login-body__container.row .login-body__login-with-social {
  display: none; }

.profile-visitor {
  max-width: 1440px; }

.profile {
  background: #f4f4f4;
  border-radius: 2px;
  border-radius: 0.125rem;
  text-align: center;
  position: relative;
  margin: 80px 0px 40px;
  margin: 5rem 0rem 2.5rem; }
  .profile::before {
    top: 0;
    left: 8px;
    right: 8px;
    bottom: 0;
    box-shadow: 0 2px 3px 2px #e0dce0; }

.profile__person-info {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }
  .profile__person-info p {
    font-family: Apud-Roman;
    font-size: 20px;
    font-size: 1.25rem;
    color: #zeta-color;
    letter-spacing: 0; }

.profile-subscribe-status p {
  font-family: Apud-Roman;
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 30px;
  line-height: 1.875rem; }

.profile-abonents__person-data {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }
  .profile-abonents__person-data h4 {
    font-family: Apud-Bold !important; }
  .profile-abonents__person-data p, .profile-abonents__person-data h4 {
    font-family: Apud-Roman;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0px;
    margin-bottom: 0rem; }

.profile-button-conteiner {
  display: inline-block; }
  .profile-button-conteiner .profile-button-conteiner__edit-profile {
    width: 165px;
    width: 10.3125rem; }

.profile-delete-button {
  margin: 33px 45px;
  margin: 2.0625rem 2.8125rem; }
  .profile-delete-button a {
    font-family: Apud-Roman;
    font-size: 18px;
    font-size: 1.125rem;
    color: #4990e2;
    text-decoration: underline; }

.profile__person-info .profile__person-info__name-lstname {
  font-family: BreuerCondensed-Regular;
  font-size: 36px;
  color: #2a2a2a;
  letter-spacing: 0; }

.profile__person-info .profile__person-info_date-or-mail {
  font-family: Apud-Roman;
  font-size: 20px;
  color: #7f7f7f;
  letter-spacing: 0; }

@media screen and (max-width: 29.9375em) {
  .profile-subscribe-status p {
    margin-right: 30px;
    margin-left: 30px; }
  div.abonents-content div.abonents__person-info h2 {
    font-size: 2.5rem; }
  .profile-button-conteiner .button {
    width: 100%; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  div.abonents-content div.abonents__person-info h2 {
    font-size: 2.5rem; }
  .profile-subscribe-status p {
    margin-right: 30px;
    margin-left: 30px; }
  .profile-button-conteiner .button {
    margin: 10px;
    margin: 0.625rem; } }

.userpro-profile-img a img {
  width: 165px; }

.userpro-profile-name .userpro-badges {
  display: none !important; }

.userpro_view_profile_name_lastname, .userpro_view_profile_user_email, .userpro_view_profile_user_billing_phone, .userpro_view_adress_field_for_all_types {
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: center;
  line-height: 26px; }

.userpro_view_twitter_profile_link {
  background: url("../images/twitter.png") no-repeat; }

.userpro_view_facebook_profile_link {
  background: url("../images/facebook-logo.png") no-repeat; }

.userpro_view_home_page_profile_link {
  background: url("../images/home-button.png") no-repeat; }

.userpro_view_home_page_profile_link, .userpro_view_facebook_profile_link, .userpro_view_twitter_profile_link {
  margin-right: 5px !important;
  margin-left: 5px !important;
  display: inline-block;
  width: 24px;
  height: 24px; }

.userpro_view_profile_link_container {
  text-align: center;
  margin-top: 15px !important; }

.userpro_view_adress_field_titles {
  margin-top: 35px !important;
  font-family: Merriweather-Bold;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: center;
  line-height: 26px; }

.userpro_view_adress_field_for_all_types {
  max-width: 200px !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.userpro .edit-profile-page-form-container h3 {
  margin-top: 35px;
  font-family: BreuerCondensed-Bold;
  font-size: 26px;
  color: #2B2B2B;
  letter-spacing: 0;
  text-align: left;
  line-height: 28px; }

.userpro .edit-profile-page-form-container #edit_address, .userpro .edit-profile-page-form-container #edit_jur_address {
  width: 100%;
  background-color: #F4F4F4 !important;
  margin-top: 12px; }
  .userpro .edit-profile-page-form-container #edit_address #addr_type_home, .userpro .edit-profile-page-form-container #edit_address #addr_type_box, .userpro .edit-profile-page-form-container #edit_address #addr_id, .userpro .edit-profile-page-form-container #edit_address #addr_text, .userpro .edit-profile-page-form-container #edit_jur_address #addr_type_home, .userpro .edit-profile-page-form-container #edit_jur_address #addr_type_box, .userpro .edit-profile-page-form-container #edit_jur_address #addr_id, .userpro .edit-profile-page-form-container #edit_jur_address #addr_text {
    display: none; }
  .userpro .edit-profile-page-form-container #edit_address .lpaisais-div, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div {
    position: relative; }
    .userpro .edit-profile-page-form-container #edit_address .lpaisais-div label, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div label {
      font-family: BreuerCondensed-Regular;
      font-size: 20px;
      color: #222222;
      letter-spacing: 0;
      text-align: left;
      line-height: 24px;
      width: 36%;
      margin-top: 13px; }
    .userpro .edit-profile-page-form-container #edit_address .lpaisais-div select, .userpro .edit-profile-page-form-container #edit_address .lpaisais-div input, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div select, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div input {
      width: 64%;
      height: 50px;
      margin-bottom: 20px;
      background: #FFFFFF;
      border: 1px solid #D8D8D8;
      border-radius: 2px;
      font-family: Merriweather-Light;
      font-size: 16px !important;
      color: #222222;
      letter-spacing: -0.08px;
      text-align: left;
      line-height: 26px;
      padding: 12px 15px 12px 15px; }

@media screen and (max-width: 400px) {
  .userpro .edit-profile-page-form-container #edit_address .lpaisais-div select, .userpro .edit-profile-page-form-container #edit_address .lpaisais-div input, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div select, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div input {
    width: 100%;
    margin-bottom: 20px; }
  .userpro .edit-profile-page-form-container #edit_address .lpaisais-div label, .userpro .edit-profile-page-form-container #edit_jur_address .lpaisais-div label {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 12px; } }

.userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-pic-upload.ajax-file-upload {
  background: #FFFFFF !important;
  border: 1px solid #D8D8D8 !important;
  border-radius: 2px !important;
  width: 165px;
  height: 50px !important;
  font-family: BreuerCondensed-Regular;
  font-size: 20px !important;
  color: #7F7F7F !important;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px !important;
  vertical-align: top; }

.userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red {
  height: 50px !important;
  width: 100px !important;
  margin-right: 0px !important;
  float: right; }

@media screen and (max-width: 1138px) and (min-width: 945px) {
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red {
    float: left;
    margin-top: 15px; } }

@media screen and (max-width: 865px) and (min-width: 640px) {
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red {
    float: left;
    margin-top: 15px; } }

@media screen and (max-width: 639px) and (min-width: 567px) {
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red {
    margin-top: 0px !important; } }

@media screen and (max-width: 566px) and (min-width: 470px) {
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red {
    float: left;
    margin-top: 15px; } }

@media screen and (max-width: 469px) and (min-width: 370px) {
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red {
    margin-top: 0px !important; } }

@media screen and (max-width: 369px) {
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-button.red, .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-pic-upload.ajax-file-upload {
    width: 100% !important; }
  .userpro .edit-profile-page-form-container .userpro-field-profilepicture .userpro-input .userpro-pic-upload.ajax-file-upload {
    padding-top: 10px !important; } }

#userpro_profile_menu_for_small {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  max-width: 290px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 45px;
  font-family: BreuerCondensed-Regular;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  text-align: center;
  display: none; }

@media screen and (max-width: 669px) {
  #userpro_profile_menu_for_small {
    display: block !important; }
  #userpro_profile_menu_for_large {
    display: none !important; } }

.edit-profile-page-form-container .userpro-field .delete-profile-button-container {
  width: 165px !important;
  height: 51px !important;
  margin-right: 0px !important;
  float: right;
  font-family: BreuerCondensed-Regular !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  letter-spacing: 0 !important;
  background: #3b3b3b !important; }

.edit-profile-page-form-container .userpro-field .delete-profile-button-container:hover {
  background: #ffffff !important;
  color: #2a2a2a !important; }

.edit-profile-page-form-container .userpro-field .userpro-profile-img-btn.edit-profile-button-container a:hover {
  background: #ffffff !important;
  color: #2a2a2a !important;
  border: solid 1px #3b3b3b !important; }

.edit-profile-page-form-container .userpro-field .userpro-profile-img-btn.edit-profile-button-container {
  float: right !important; }

.edit-profile-page-form-container .userpro-field .userpro-profile-img-btn.edit-profile-button-container a {
  border: solid 1px #3b3b3b !important; }

.edit-profile-page-form-container .userpro-field .save-changes-button-container.red input {
  border: 1px solid #d8232a !important;
  background: #d8232a !important;
  color: #f5f5f5 !important; }

.edit-profile-page-form-container .userpro-field .save-changes-button-container.red input:hover {
  background: #b91e24 !important;
  color: #f5f5f5 !important;
  text-decoration: none !important;
  border-color: #b91e24 !important; }

@media screen and (max-width: 719px) and (min-width: 669px) {
  .edit-profile-page-form-container .userpro-field .delete-profile-button-container {
    float: none;
    margin-left: auto  !important;
    margin-right: auto !important; } }

@media screen and (max-width: 668px) and (min-width: 1px) {
  .edit-profile-page-form-container .userpro-field .userpro-profile-img-btn.edit-profile-button-container {
    display: block !important; }
    .edit-profile-page-form-container .userpro-field .userpro-profile-img-btn.edit-profile-button-container a {
      margin-right: auto !important;
      margin-left: auto !important; }
  .edit-profile-page-form-container .userpro-field .delete-profile-button-container {
    float: none;
    margin-top: 10px !important; } }

.userpro-field.userpro-submit.userpro-column .userpro-button.login__button {
  width: 164px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
  margin-bottom: 5px !important;
  background: #d9222a !important;
  border-radius: 3px !important;
  height: 50px !important;
  border-color: #d9222a !important; }

.userpro-field.userpro-submit.userpro-column .userpro-button.login__button:hover {
  color: #fff !important;
  border: 1px solid #333 !important;
  background: #555 !important; }

div.userpro-input {
  float: left !important;
  width: 100% !important; }
  div.userpro-input label.userpro-radio {
    display: block !important; }

.userpro-label {
  float: left !important;
  margin: 0 0 4px 0 !important;
  width: 100% !important;
  position: relative;
  z-index: 5; }

.edit-profile-page-form-container #edit_address select[disabled="disabled"], .edit-profile-page-form-container #edit_address input[disabled="disabled"] {
  background: #f4f4f4 !important; }

.edit-profile-page-form-container #edit_jur_address select[disabled="disabled"], .edit-profile-page-form-container #edit_jur_address input[disabled="disabled"] {
  background: #f4f4f4 !important; }

.search-conteiner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background: #f4f4f4;
  border-radius: 1px;
  height: 90px;
  margin-bottom: 50px;
  padding-top: 27px;
  padding-bottom: 20px;
  padding-right: 5%;
  padding-left: 293px;
  display: none; }
  .search-conteiner .search-conteiner__input-field {
    width: 460px;
    display: inline-block;
    height: 39px; }
    .search-conteiner .search-conteiner__input-field .search-conteiner__input-field_submit {
      margin-bottom: 0px;
      font-size: 20px;
      color: #222222;
      letter-spacing: 0;
      font-family: 'Apud-Roman'; }
  .search-conteiner .search-conteiner__search-event {
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/search-icon.png");
    margin-top: 3.5px;
    margin-left: 30px; }
    .search-conteiner .search-conteiner__search-event .search-conteiner__search-event__sumbit {
      opacity: 0;
      width: 32px;
      height: 32px; }
  .search-conteiner form {
    height: 39px; }

@media screen and (max-width: 29.9375em) {
  .search-conteiner {
    padding-right: 20%;
    padding-left: 20%;
    margin-left: 10px;
    margin-right: 10px; }
    .search-conteiner .search-conteiner__input-field {
      width: 60%; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .search-conteiner {
    padding-right: 20%;
    padding-left: 20%;
    margin-left: 10px;
    margin-right: 10px; }
    .search-conteiner .search-conteiner__input-field {
      width: 60%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search-conteiner {
    padding-right: 5%;
    padding-left: 100px;
    margin-left: 30px;
    margin-right: 30px; }
    .search-conteiner .search-conteiner__input-field {
      width: 300px;
      display: inline-block;
      height: 39px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .search-conteiner {
    padding-right: 20%;
    padding-left: 20%;
    margin-left: 30px;
    margin-right: 30px; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .search-conteiner {
    padding-right: 5%;
    padding-left: 293px; }
    .search-conteiner .search-conteiner__input-field {
      width: 400px; } }

.search-submit.search-conteiner__search-event__sumbit:hover {
  cursor: pointer !important; }

.profile-pages__edit-profil-form {
  margin-top: 30px;
  margin-left: 26%;
  margin-right: 26%;
  margin-bottom: 50px; }

.profile-pages__edit-profil-form__title {
  font-family: 'Apud-Roman';
  font-size: 18px;
  color: #2a2a2a;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 4px; }

.profile-pages__edit-profil-form .profile-pages__edit-profil-form__bold-title {
  font-family: 'BreuerCondensed-Bold';
  font-size: 26px;
  color: #2a2a2a;
  letter-spacing: 0;
  text-align: left;
  margin-top: 45px;
  margin-bottom: 30px; }

.profile-pages__edit-profil-form input.form-submit {
  margin-top: 30px;
  margin-bottom: 50px; }

.profile-edit-form__big-container {
  margin-bottom: 60px; }

.profile-pages__grey-container {
  max-width: 750px;
  text-align: center;
  background-color: #f4f4f4;
  margin-bottom: 100px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto; }
  .profile-pages__grey-container .profile-tag-container__tag {
    display: inline-block;
    font-family: Apud-Bold;
    font-size: 14px;
    color: #ffffff;
    background-color: #7f7f7f;
    padding: 3px 10px 3px 10px; }

.profile-visitor-redakcija-margin .profile-pages__grey-container {
  margin-bottom: 45px; }

.profile-pages__profile-content {
  position: relative;
  padding: 100px 20px 25px;
  padding: 6.25rem 1.25rem 1.5625rem; }

.profile-pages__profile-content__profile-image-c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%); }
  .profile-pages__profile-content__profile-image-c .profile-pages__profile-content__profile-image-c__profile-image {
    margin: auto;
    display: block;
    border-radius: 50%;
    width: 165px;
    width: 10.3125rem;
    height: 165px;
    height: 10.3125rem;
    background: url("../images/logo.png") no-repeat center;
    background-size: cover; }

@media screen and (max-width: 29.9375em) {
  .profile-pages__edit-profil-form {
    margin-left: 15%;
    margin-right: 15%; }
  .profile-pages__grey-container {
    margin-left: 10px;
    margin-right: 10px; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .profile-pages__edit-profil-form {
    margin-left: 15%;
    margin-right: 15%; }
  .profile-pages__grey-container {
    margin-left: 10px;
    margin-right: 10px; } }

.userpro-body.profile-view-and-edit-pages-body-container #edit_address .lpaisais-div a {
  font-size: 13px; }

#marketinga_informacija {
  position: relative;
  margin-top: 15px; }
  #marketinga_informacija input {
    position: absolute;
    top: 10px; }
  #marketinga_informacija label {
    font-size: 20px !important;
    color: #222222 !important;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: normal !important;
    padding-left: 28px; }

.profile-visitor-post-conteiner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .profile-visitor-post-conteiner .profile-visitor-post-conteiner__load-more-button a {
    font-family: 'BreuerCondensed-Regular';
    font-size: 20px;
    color: #f5f5f5; }
  .profile-visitor-post-conteiner .profile-visitor-post-conteiner__load-more-button {
    margin-top: 48px;
    margin-bottom: 100px; }

.profile-visitor-post-conteiner__load-more-button {
  background: #3b3b3b;
  border-radius: 3px;
  width: 165px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: auto;
  margin-right: auto; }

.profile-visitor-post-conteiner .profile-visitor-post-conteiner__heading {
  font-family: 'BreuerCondensed-Bold';
  font-size: 36px;
  color: #3b3b3b;
  letter-spacing: 0;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px; }

.hot-news-popup-container {
  height: auto;
  background-color: #3b3b3b;
  padding: 40px 150px 40px 150px;
  position: fixed;
  width: 100%;
  bottom: 0; }

.hot-news-popup-container__tag {
  width: 95px;
  padding: 3px 7px 3px 8px;
  font-family: 'Apud-Bold';
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  background-color: #d9222a;
  text-align: center; }

#hot-news-close-popup {
  float: right;
  background-image: url("../images/x-mark-16.png");
  height: 16px;
  width: 16px;
  display: block; }

.hot-news-popup-container__title {
  margin-top: 15px;
  font-family: 'BreuerCondensed-Regular';
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 38px; }

@media screen and (max-width: 29.9375em) {
  .hot-news-popup-container {
    padding: 40px 20px 40px 20px; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .hot-news-popup-container {
    padding: 40px 70px 40px 70px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hot-news-popup-container {
    padding: 40px 70px 40px 70px; } }

.single-post-comments-block .children {
  display: none; }

.news-item,
.news-item-split,
.news-item-large-grid,
.news-item-without-margin {
  border: 1px solid #cccccc;
  position: relative;
  overflow: hidden; }

.news-item a,
.news-item-large-grid a,
.news-item-without-margin a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap; }

.section-tag,
.section-tag-delta {
  float: left;
  font-family: 'Merriweather-Bold';
  font-size: 12px;
  color: #ffffff;
  letter-spacing: -0.0075em;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #7f7f7f;
  display: inline-block;
  padding: 0.5em; }

.section-tag-delta {
  background-color: #3b3b3b; }

.tag-top {
  position: absolute;
  top: 0px;
  left: 0px; }

.top-tag-container {
  position: absolute;
  text-indent: 0;
  width: 100%;
  height: 30px; }
  .top-tag-container a {
    text-indent: 0;
    position: relative;
    height: 30px;
    z-index: 1000000; }

.item-title-large {
  font-family: 'BreuerCondensed-Regular';
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  font-size: 26px; }
  @media print, screen and (min-width: 40em) {
    .item-title-large {
      font-size: 42px; } }

.item-title-medium {
  font-family: 'BreuerCondensed-Regular';
  color: #ffffff;
  letter-spacing: 0;
  line-height: 32px;
  font-size: 28px !important; }

.title-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2em;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black); }

.title-bottom-without-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2em;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .title-bottom-without-background {
      position: absolute; } }

.item-author {
  display: block;
  font-family: 'Merriweather-Light';
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.0075em; }

.opinions .item-author {
  color: #7f7f7f; }

.item-author-emphasized {
  font-family: 'Apud-Bold';
  text-transform: uppercase;
  font-size: 18px; }
  @media print, screen and (min-width: 40em) {
    .item-author-emphasized {
      font-size: 18px; } }

.item-title-text {
  font-family: 'Merriweather-Light';
  font-size: 16px;
  letter-spacing: -0.0075em;
  color: #ffffff; }

.tag-level-1 {
  font-size: 14px; }

.tag-level-2 {
  font-size: 16px; }

.tag-level-3 {
  font-size: 20px; }

.tag-level-4 {
  font-size: 24px; }

.tag-level-5 {
  font-size: 26px; }

.tag-level-6 {
  font-size: 36px; }

.tag-level-7 {
  font-size: 42px; }

.bottom-text {
  font-family: 'Apud-Roman';
  font-size: 32px;
  color: #3b3b3b;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center; }

.item-title-normal {
  font-family: 'BreuerCondensed-Regular';
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px; }

.news-item {
  margin-bottom: 2rem; }

.news-item-large-grid {
  margin-bottom: 1.8rem; }

.post-image-description {
  font-family: 'BreuerCondensed-Regular';
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  padding: 0.8125rem 1.25rem 1.1875rem 1.25rem;
  background-color: #f4f4f4; }

.post-image-author {
  padding: 1.1875rem 0rem 1rem 0rem;
  font-family: 'Apud-Bold';
  font-size: 20px;
  color: #2a2a2a;
  letter-spacing: 0;
  border-bottom: 1px solid #d8d8d8; }

.post-image-author-name {
  font-family: 'Merriweather-Bold';
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: -0.0075em; }

.post-image-author-date {
  font-family: 'Merriweather-Bold';
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: -0.0075em; }

.post-comments-large {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20width%3D%2240px%22%20height%3D%2260px%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22translate%28%2D1058%2E000000%2C%20%2D849%2E000000%29%22%20fill%3D%22%237f7f7f%22%3E%3Cg%20transform%3D%22translate%281058%2E000000%2C%20844%2E000000%29%22%3E%3Cpath%20d%3D%22M2%2E69039735%2C5%20C1%2E21067881%2C5%200%2C6%2E28571429%200%2C7%2E85714286%20L0%2C17%2E8571429%20C0%2C19%2E4285714%201%2E21067881%2C20%2E7142857%202%2E69039735%2C20%2E7142857%20L7%2E30960265%2C20%2E7142857%20L12%2E6903974%2C25%20L12%2E6903974%2C20%2E7142857%20L17%2E3096026%2C20%2E7142857%20C18%2E7893212%2C20%2E7142857%2020%2C19%2E4285714%2020%2C17%2E8571429%20L20%2C7%2E85714286%20C20%2C6%2E28571429%2018%2E7893212%2C5%2017%2E3096026%2C5%20L2%2E69039735%2C5%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0px 50%;
  display: inline-block;
  font-size: 24px;
  font-family: 'Apud-Regular';
  color: #ffffff;
  text-align: center;
  min-width: 40px;
  min-width: 2.5rem;
  transform: translateY(-5%);
  vertical-align: top;
  margin-top: 7px;
  height: 44px;
  position: relative;
  top: 10px;
  letter-spacing: -2px;
  padding-right: 3px; }

.post-comments-large a {
  letter-spacing: -2px; }

.post-content,
.post-events-content {
  font-family: Apud-Roman;
  color: #222222;
  letter-spacing: 0;
  line-height: 30px;
  margin: 1.875rem 0px 3.75rem 0px;
  font-size: 14px; }
  @media print, screen and (min-width: 40em) {
    .post-content,
    .post-events-content {
      font-size: 20px; } }

.post-content blockquote p {
  font-family: 'BreuerCondensed-Regular' !important; }

.post-content em {
  font-family: 'Merriweather-Light-Italic' !important; }

.post-content [class*='raksti-vidus'] {
  margin-bottom: 1.5rem; }

.post-content blockquote {
  border: none;
  border-top: 3px solid #e6200f;
  border-bottom: 3px solid #e6200f;
  margin: 2.0625rem 0px 4.125rem 0px;
  font-family: 'BreuerCondensed';
  color: #222222;
  font-family: BreuerCondensed-Regular;
  font-size: 18px;
  line-height: 20px;
  padding: 1.0625rem 1.4375rem; }
  @media print, screen and (min-width: 40em) {
    .post-content blockquote {
      font-size: 32px;
      line-height: 2.3rem;
      padding: 2.0625rem 4.125rem; } }

.post-social-container {
  margin: 1.875rem 0px 1.875rem 0px; }

.post-tag {
  font-family: BreuerCondensed-Regular;
  font-size: 18px;
  color: #222222;
  background: #d8d8d8;
  border-radius: 40px;
  padding: 0.375rem 0.875rem;
  display: inline-block;
  margin-bottom: 0.625rem;
  margin-right: 11px; }

.post-social-icon {
  margin-left: 10px;
  margin-right: 10px; }

.post-social-icon:last-child {
  margin-right: 0px; }

.post-row-container {
  border-top: 1px solid #cccccc;
  padding: 1em 0px 1em 0px; }
  .post-row-container:last-child {
    border-bottom: 1px solid #cccccc; }
  @media print, screen and (min-width: 40em) {
    .post-row-container {
      background-color: #f4f4f4;
      border-top: none;
      padding: 0px;
      border-bottom: 2px solid #ffffff; }
      .post-row-container:last-child {
        border-bottom: none; } }

.post-row-title {
  font-family: BreuerCondensed-Regular;
  color: #2a2a2a;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 20px; }
  @media print, screen and (min-width: 40em) {
    .post-row-title {
      font-size: 26px; } }

.post-row-subtitle {
  font-family: Apud-Roman;
  font-size: 20px;
  color: #222222;
  line-height: 30px; }

.post-row-title-tag {
  font-family: 'Merriweather-Bold';
  font-size: 12px;
  color: #7f7f7f;
  letter-spacing: -0.0075em;
  line-height: 18px;
  text-align: left;
  margin: 0.3125rem 0px 0.3125rem 0px;
  text-transform: uppercase; }

.post-row-title-tag-smaller {
  font-family: Apud-Roman; }

.post-row-title-tag-smaller-nt {
  font-family: Apud-Roman;
  text-transform: none; }

.post-row-top-padding {
  padding-top: 1em; }

.post-row-image-container {
  float: left;
  margin-right: 30px;
  width: 118px; }

.top-submenu-container {
  background: #f4f4f4;
  border-radius: 2px;
  font-size: 24px;
  padding: 0.8125rem 0px 0.5rem 0px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: -35px; }

.page-template-tpl-journals .row .large-12.columns h2 {
  border-bottom: none !important; }

.top-submenu-container-link {
  font-size: 24px;
  color: #222222;
  font-family: BreuerCondensed-Regular;
  margin: 0px 0.625rem 0px 0.625rem; }
  .top-submenu-container-link--active {
    text-decoration: underline;
    color: #222222; }
    .top-submenu-container-link--active:hover {
      color: #222222; }
  .top-submenu-container-link:hover {
    color: #222222; }

@media print, screen and (min-width: 40em) {
  .post-gutterfree-background-dark-image {
    background-color: #3b3b3b;
    padding-right: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .post-gutterfree-background-dark-image {
      padding-right: 0.9375rem; } }

.post-gutterfree-background-dark-image {
  background-color: #3b3b3b; }

.post-gutterfree-background-dark {
  background-color: #3b3b3b;
  position: relative; }

@media print, screen and (min-width: 40em) {
  .post-gutterfree-background-dark-image-right {
    background-color: #3b3b3b;
    padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .post-gutterfree-background-dark-image-right {
      padding-left: 0.9375rem; } }

.post-gutterfree-background-dark-image-right {
  background-color: #3b3b3b; }

@media print, screen and (min-width: 40em) {
  .post-gutterfree-bottom {
    padding-left: 0px;
    padding-right: 2em; } }

.post-gutterfree-bottom {
  padding-left: 0px; }

.post-info-block {
  background: #f5f5f5;
  padding: 1em;
  font-family: Apud-Roman;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-top: 1px; }

.post-info-block-image-description {
  font-family: BreuerCondensed-Regular;
  font-size: 24px;
  color: #2a2a2a;
  padding: 1em 1em 0.5em 1em; }

.post-info-block-image {
  padding-top: 0.5em; }

.post-bottom-info {
  border: 1px solid #d8d8d8;
  display: block;
  padding: 0.65em;
  text-align: center;
  color: #222222;
  font-size: 20px; }

.post-comment-buttons-view-add-container {
  margin-top: 1em; }

@media print, screen and (min-width: 40em) {
  .post-comment-buttons-view-add {
    width: auto; } }

.post-header__back {
  font-family: Apud-Roman;
  font-size: 18px;
  border-bottom: 1px solid #4990e2;
  color: #4990e2; }

.post-comments-container {
  padding: 1em; }

.post-pay-container {
  padding: 1.5em 2em 2em 2em; }

.post-comments-text a {
  border-bottom: 1px solid #4990e2; }

.post-comments__register-links {
  text-align: center;
  padding: 1.5em 1em 1em 1em; }

.post-comments-input {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  resize: none;
  height: 200px;
  box-shadow: none; }

.post-row-content-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0px; }
  @media print, screen and (min-width: 40em) {
    .post-row-content-wrapper {
      padding-top: 1.4em; } }

.post-social-icon-container {
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .post-social-icon-container {
      text-align: right; } }

blockquote, blockquote p {
  line-height: 1.3 !important;
  color: #000000 !important;
  font-size: 32px !important; }

.post-content p {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Merriweather-Light';
  letter-spacing: -0.0075em; }

.content-block__content p {
  font-size: 14px;
  line-height: 24px; }

.related-articles-containerrr {
  margin-bottom: 7rem; }

.post-featured-img-container img {
  width: 100%; }

.pf-toolbar {
  border-radius: 0 !important;
  background: #adadad !important; }

.post-content .wp-caption {
  width: auto !important; }

.banner-area-in-single-post-after-content div {
  margin-bottom: 0px; }

.post-content .pf-content p:nth-child(3) {
  margin-bottom: 0px; }

.comments-large-black {
  background: url("../images/icon-comment-large-black.png") no-repeat 0 0px;
  font-family: 'Apud-Roman';
  font-size: 20px;
  color: #ffffff;
  padding-left: 20px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px; }

.foogallery-container .fiv-inner .fiv-ctrls .fiv-count {
  display: inline !important;
  color: #ffffff !important; }

.post-content ul {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Merriweather-Light';
  letter-spacing: -0.0075em; }

.events-title {
  line-height: 3.2rem; }

.events__subscribe-line {
  margin-top: 2rem; }

.main-event-picture-container {
  padding-right: 0px; }

.main-event-intro-content-container {
  margin-left: -0.9375rem; }

.main-event-right-side-banner-container {
  margin-left: -0.9375rem; }

.ir-important-events-container .important__news-container div[id^="attachment_"] {
  width: auto !important; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .single-ir-notikums .post-info-block.event-place.text-center {
    font-size: 14px !important; }
  .single-ir-notikums .post-info-block.text-center .post-info-block-image {
    margin-left: 18% !important; }
  .single-ir-notikums .news-item-without-margin.event-image-thats-dont-show-on-mobile.hide-for-mobile-only .title-bottom .item-title-normal.hide-for-large {
    font-size: 18px !important; }
  .related-events-at-events-page-content-container .post-row-content-wrapper {
    padding-top: 0px !important; }
  .page-template-tpl-actual .main-interview-content-container .news-item {
    background-image: none !important; }
  .page-template-tpl-actual .main-interview-content-container img {
    height: 100%; }
  .banner-area-4 {
    margin-top: 2rem; }
  .page-template-tpl-actual .medium-view-post-at-events-page-for-responsivity img {
    margin-left: -0.9375rem; }
  .page-template-tpl-actual .main-interview-content-container .title-bottom .item-title-large {
    line-height: 40px;
    font-size: 26px; }
  .page-template-tpl-actual .subscription-background-conteiner {
    margin-top: 0px !important; }
  .secondary-events-container .news-item-large-grid {
    background-image: none !important;
    height: 291px !important; }
  .secondary-events-container .news-item-large-grid img {
    width: 100% !important; }
  .secondary-events-container .news-item {
    background-image: none !important;
    height: 291px !important; }
  .secondary-events-container .news-item img {
    width: 100% !important; }
  .no-background-class {
    background-image: none !important; }
  .height-full-container-height img {
    height: 100% !important; }
  .journal-archive-list-container .journal-archive-list_cover a img {
    width: 100%;
    height: auto; }
  .oponions-post-with-image-container img {
    height: 100%; }
  .main-event-intro-content-container .title-bottom-without-background.post-gutterfree-bottom .item-title-medium {
    line-height: 28px !important;
    font-size: 18px !important; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .single-ir-notikums .notikums-atverts-galvenais-attels-uz-mobile {
    background-image: none !important; }
    .single-ir-notikums .notikums-atverts-galvenais-attels-uz-mobile img {
      width: 100%; }
  .post-type-archive-ir-notikums .events-main-event-banner-container {
    margin-top: 2em; }
    .post-type-archive-ir-notikums .events-main-event-banner-container img {
      border: 1px solid #cccccc; }
  .tax-kategorija .events-main-event-banner-container {
    margin-top: 2em; }
    .tax-kategorija .events-main-event-banner-container img {
      border: 1px solid #cccccc; }
  .large-9.columns.section.magazines-large-image-container .post-gutterfree-background-dark-image img {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .page-template-tpl-actual .mobile-view-event-list-at-aktualitates-page .news-item {
    height: 448px !important; }
  .page-template-tpl-actual .mobile-view-event-list-at-aktualitates-page .news-item {
    background-image: none !important; }
  .page-template-tpl-actual .mobile-view-event-list-at-aktualitates-page img {
    height: 100%; }
  .banner-area-4 {
    padding-top: 2rem;
    border-top: 1px solid #cccccc; }
  .page-template-tpl-actual .subscription-background-conteiner {
    margin-top: 0px !important; }
  .simular-posts-single-journal-container h2 {
    border-bottom: none !important; }
  .past-events-container h2 {
    border-bottom: none !important; }
  .secondary-events-container .news-item-large-grid {
    background-image: none !important;
    height: 291px !important; }
  .secondary-events-container .news-item-large-grid img {
    width: 100% !important; }
  .secondary-events-container .news-item {
    background-image: none !important;
    height: 291px !important; }
  .secondary-events-container .news-item img {
    width: 100% !important; }
  .journal-magazine-content-container a {
    display: block;
    text-align: center; }
  .events-main-event-banner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    margin-bottom: 2em; }
  .events-main-event-banner-container img {
    width: 100%; }
  .no-background-class {
    background-image: none !important; }
  .height-full-container-height img {
    height: 100% !important; }
  .single-kartoteka h3 {
    font-size: 1.9375rem !important; }
  .single-irsvarigakais .important__bottom-list-link {
    float: left !important;
    margin-left: 10px !important; }
  .journal-magazine-content-container a img {
    width: 288px !important;
    height: 379px !important; }
  .journal-archive-list-container .journal-archive-list_cover a img {
    width: 100%; }
  .single-ir-notikums .banner-container .news-item {
    height: auto !important; }
  .past-event-list-container-heading {
    border-bottom: none !important; } }

@media screen and (max-width: 29.9375em) {
  .post-type-archive-ir-notikums .events-main-event-banner-container {
    margin-top: 2em; }
    .post-type-archive-ir-notikums .events-main-event-banner-container img {
      border: 1px solid #cccccc; }
  .tax-kategorija .events-main-event-banner-container {
    margin-top: 2em; }
    .tax-kategorija .events-main-event-banner-container img {
      border: 1px solid #cccccc; }
  .banner-area-4 {
    margin-top: 2rem; }
  .page-template-tpl-actual .subscription-background-conteiner {
    margin-top: 0px !important; }
  .past-event-list-container-heading {
    border-bottom: none !important; }
  .cardfile__inline-menu {
    font-size: 20px !important; }
  .mobile-submenu-chosen-item .mobile-submenu-items.inside-submenu .mobile-submenu-item {
    padding: 0px; }
  .simular-posts-single-journal-container h2 {
    border-bottom: none !important; }
  #actual-small-menu-active a {
    color: #0a0a0a !important; }
  .related-events-at-events-page-content-container .post-row-content-wrapper .post-row-title-tag {
    line-height: 16px !important; }
  .related-events-at-events-page-content-container .post-row-content-wrapper a {
    font-size: 20px !important;
    line-height: 18px !important; }
  .main-interview-content-container span.item-title-large {
    line-height: 28px !important; }
  .journal-magazine-content-container a {
    display: block;
    text-align: center; }
  .events-main-event-banner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    margin-bottom: 2em; }
  .events-main-event-banner-container img {
    width: 100%; }
  .ir-important-events-container .important__news-container p {
    font-size: 18px !important;
    line-height: 20px !important; }
  .single-kartoteka h3 {
    font-size: 1.9375rem !important; }
  .single-irsvarigakais .important__bottom-list-link {
    float: left !important;
    margin-left: 20px !important; }
  .journal-magazine-content-container a img {
    width: 288px !important;
    height: 379px !important; }
  .past-events-container h2 {
    border-bottom: none !important; }
  .journal-archive-list-container .journal-archive-list_cover a img {
    width: 100%; }
  .single-ir-notikums .banner-container .news-item {
    height: auto !important; }
  .newest-post-list-in-mobile-view-at-events-page {
    margin-right: 0.625rem;
    margin-left: 0.625rem; } }

.margin-bottom-zero-container {
  margin-bottom: 0px !important; }

.ir-important-events-container img.img-responsive.subheader-banner-image {
  width: 100% !important; }

.post-row-container .post-row-container a img {
  border: 1px solid #cccccc; }

.homepage-main-post-image-for-large-down {
  height: 100% !important; }

@media screen and (min-width: 64em) {
  #main-menu li:nth-child(1) {
    display: none; } }

@media screen and (max-width: 63.9375em) {
  .journal-post-list-single-item .post-row-subtitle {
    display: none !important; }
  .journal-post-list-single-item .y-center {
    top: 35px !important; }
  .journal-post-list-single-item {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.simular-posts-single-journal-container {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.tag-cloud-container-for-responsivity {
  min-height: 150px; }

.main-event-picture-container img {
  border: 1px solid #cccccc; }

.main-event-right-side-banner-container img {
  border: 1px solid #cccccc; }

.journal-archive-list_cover a span {
  margin-top: 1px; }

.journal-archive-list_cover a img {
  border: 1px solid #cccccc; }

.journal-post-list-single-item {
  margin-bottom: 2px; }

.link-to-next-and-prev-post-container {
  float: left;
  width: 100%;
  height: 100%; }

.posts-of-journal-container-in-archive .post-row-container {
  background-color: #ffffff !important; }

.posts-of-journal-container-in-archive .journal-post-list-single-item {
  background-color: #f4f4f4; }

.posts-of-journal-container-in-archive .journal-post-list-single-item .journal-post-list-single-item_image-container {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.if-user-not-logged-in-journal-post .commentator-dropdown.commentator-out a.commentator-dropdown-toggle {
  border-bottom: none !important; }

.if-user-not-logged-in-journal-post .draugiem-social-login-icon-container {
  vertical-align: top !important; }
  .if-user-not-logged-in-journal-post .draugiem-social-login-icon-container a {
    border-bottom: none !important; }

.if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-facebook {
  height: 50px;
  width: 50px;
  font-size: 1px;
  letter-spacing: -1px;
  color: transparent !important;
  background: url(facebook-icon.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  border-bottom: none;
  background-color: #ffffff;
  border-radius: 50% !important;
  margin-top: 0px !important; }
  .if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-facebook i {
    display: none; }

.if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-facebook:hover {
  opacity: 1 !important; }

.if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-twitter {
  height: 50px;
  width: 50px;
  vertical-align: top;
  font-size: 1px;
  letter-spacing: -1px;
  color: transparent !important;
  background: url(twitter-icon.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  border-bottom: none;
  background-color: #ffffff;
  border-radius: 50% !important;
  margin-top: 0px !important; }
  .if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-twitter svg {
    display: none; }

.if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-twitter:hover {
  opacity: 1 !important; }

.if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-facebook:before,
.if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-twitter:before {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  /* Maintain relative font-size in browsers that support it */
  letter-spacing: normal;
  color: #000; }

.if-user-not-logged-in-journal-post .userpro-social-big {
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 63.9375em) {
  .large-content-block-wbackground.post-pay-container .post-comments-text .if-user-not-logged-in-journal-post .text-right {
    text-align: center;
    margin-bottom: 0px !important; }
  .large-content-block-wbackground.post-pay-container .post-comments-text .if-user-not-logged-in-journal-post .text-left {
    text-align: center; }
  .button-margin-bottom {
    margin-bottom: 0.625rem !important; } }

@media screen and (max-width: 29.9375em) {
  .if-user-not-logged-in-journal-post .userpro-social-big {
    width: 120px !important; }
  .if-user-not-logged-in-journal-post .userpro-social-big .userpro-social-twitter {
    float: right; }
  .journal-post-list-single-item .y-center {
    top: 0 !important; } }

.no-admin #wpadminbar {
  display: none !important; }

.userpro-body form .userpro-field .userpro-input input {
  font-size: 20px !important; }

.post-row-container img {
  border: 1px solid #F4F4F4; }

.single-ir-notikums .event-image-thats-dont-show-on-mobile img {
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 18px !important; }

@media screen and (min-width: 64em) {
  .posts-of-journal-container-in-archive .journal-post-list-single-item .journal-post-list-single-item_image-container a img {
    width: 165px !important; } }

.important__top-container {
  border: 1px solid #d8d8d8; }
  .important__top-container .important__top-link_container {
    padding: 0.5em 1em; }

.important__red-link,
.important__red-link-height {
  color: #d8232a;
  text-transform: uppercase;
  font-family: 'BreuerCondensed-Regular';
  font-size: 30px; }
  .important__red-link:hover,
  .important__red-link-height:hover {
    color: #d8232a;
    text-decoration: none; }

.important__red-link-height {
  line-height: 35px; }

.important__news-heading {
  font-family: BreuerCondensed-Bold;
  font-size: 36px;
  color: #3b3b3b;
  letter-spacing: 0;
  border-bottom: none;
  margin-bottom: .25em;
  line-height: 32px; }

.important__news-container {
  font-family: Apud-Roman;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 2.5rem; }
  .important__news-container a {
    text-decoration: none;
    border-bottom: 1px solid #4990e2;
    color: #4990e2; }

.important__bottom-list-container .important__bottom-list-container-item {
  border-top: 1px solid #d8d8d8;
  padding-top: 1em;
  padding-bottom: 1em; }

.important__bottom-list-container .important__bottom-list-container-item:last-child {
  border-bottom: 1px solid #d8d8d8; }

.important__bottom-list-link {
  font-family: BreuerCondensed-Regular;
  font-size: 26px;
  color: #2a2a2a;
  letter-spacing: 0;
  line-height: 32px; }
  .important__bottom-list-link:hover {
    color: #2a2a2a; }

.important__share {
  padding: 1em;
  margin-top: 3.75rem;
  text-align: center; }
  .important__share .important__share-text {
    display: inline-block;
    vertical-align: middle; }
  .important__share .important__share-links {
    display: inline-block;
    vertical-align: middle; }

.important__reviews {
  padding: 1.7em;
  text-align: center; }
  .important__reviews a {
    color: #d8232a;
    text-decoration: underline; }
    .important__reviews a:hover {
      color: #d8232a; }

.magazines-large-image-container {
  margin-top: 10px; }

.commentator-dropdown .commentator-dropdown-menu {
  border-radius: 5px;
  background: #D8D8D8;
  padding: 20px; }

.page-template-tpl-home-php .opinions .left, .page-template-tpl-home-php .opinions .right {
  max-height: 85px; }

.interviews-featured-widget-picture-container,
.events-featured-widget-picture-container {
  background-image: none;
  padding: 1em; }

.interviews-featured-widget-picture-container-new-background,
.events-featured-widget-picture-container-new-background,
.news-item {
  background-image: none; }

@media screen and (max-width: 1023px) {
  .homepage-main-post-container img {
    width: 100%; }
  .homepage-main-post-second-post-container img {
    width: 100%; }
  .homepage-other-post-container img {
    width: 100%; }
  .news-item img {
    width: 100%; }
  .news-item {
    height: 291px !important; } }

@media screen and (max-width: 29.9375em) {
  .homepage-main-post-container img {
    height: 291px !important; }
  .search-conteiner {
    margin-right: 10px !important;
    margin-left: 10px !important; }
  .list-white-links li a {
    font-size: 16px !important; }
  .comments-large {
    font-size: 14px !important; }
  .item-author {
    font-size: 14px !important; }
  .y-center .item-title-normal.link-alfa {
    font-size: 20px !important;
    line-height: 18px !important; }
  .today-magazine-container-for-small .medium-12.post-gutterfree-background-dark-image img {
    width: 100% !important; }
  .tax-zurnaals .wrapper .post-gutterfree-background-dark-image img {
    width: 100% !important; }
  .today-magazine-container-for-small .title-bottom-without-background.post-gutterfree-bottom .item-title-medium {
    line-height: 28px !important;
    font-size: 26px !important; }
  .today-magazine-container-for-small .title-bottom-without-background.post-gutterfree-bottom .item-title-text {
    font-size: 14px !important; }
  .single-post-container h1.title {
    line-height: 24px !important;
    margin-bottom: 32px !important; }
  .single-post-container .post-image-description {
    padding: 8px 11px 9px 11px;
    font-size: 12px;
    line-height: 12px; }
  .post-image-author {
    padding: 11px 0rem 9px 0rem !important;
    font-size: 12px !important; }
    .post-image-author .post-image-author-name,
    .post-image-author .post-image-author-date {
      font-size: 14px !important; }
  .single-post-container .post-content p {
    font-size: 16px !important;
    line-height: 24px !important; }
  .post-row-content-wrapper {
    white-space: normal !important; }
    .post-row-content-wrapper .post-row-title {
      line-height: 18px !important; } }

@media screen and (min-width: 64em) {
  .homepage-main-post-container,
  .homepage-main-post-second-post-container,
  .homepage-other-post-container {
    left: 0 !important; }
  .homepage-main-post-container img {
    width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .interviews-and-events__desktop .item-title-medium {
    line-height: 17px;
    font-size: 17px !important; }
  .post-row-content-wrapper {
    white-space: normal !important; } }

@media screen and (min-width: 30em) and (max-width: 39.9375em) {
  .post-row-content-wrapper {
    white-space: normal !important; } }

.page-template-tpl-opinions .subscription-background-conteiner {
  margin-top: 0px; }

.page-template-tpl-home.page-template-tpl-home-php .subscription-background-conteiner,
.page-template-tpl-journals.page-template-tpl-journals-php .subscription-background-conteiner {
  margin-top: 60px !important; }

.woocommerce .woocomerce_shop_page {
  padding-left: 15px;
  padding-right: 12px; }
  .woocommerce .woocomerce_shop_page .woocommerce_product_picture_gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    height: 183px;
    width: 100%;
    position: absolute;
    margin-top: -183px; }
  .woocommerce .woocomerce_shop_page ul {
    margin-left: 0px;
    list-style-type: none; }
    @media screen and (max-width: 640px) {
      .woocommerce .woocomerce_shop_page ul li:not(:first-child) .abonesana {
        line-height: 27px; } }
    .woocommerce .woocomerce_shop_page ul li {
      display: inline-block;
      width: 262px;
      margin-right: 28px;
      vertical-align: top;
      position: relative;
      height: 368px;
      border: 1px solid #D8D8D8;
      margin-bottom: 30px; }
      .woocommerce .woocomerce_shop_page ul li .woocommerce-loop-product__title {
        display: none; }
      .woocommerce .woocomerce_shop_page ul li .product_date {
        position: absolute;
        left: 20px;
        right: 20px;
        font-family: Merriweather-Bold;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        bottom: 130px;
        z-index: 1; }
      .woocommerce .woocomerce_shop_page ul li .product_info_text {
        position: absolute;
        left: 20px;
        right: 20px;
        font-family: BreuerCondensed-Regular;
        font-size: 26px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        bottom: 95px;
        z-index: 1; }
      .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button.bundle .amount::before {
        content: ""; }
      .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button.no_prefix .amount::before {
        content: ""; }
      .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button {
        position: absolute;
        width: 221px;
        height: 50px;
        background: #D8232A;
        border-radius: 3px;
        text-align: center;
        bottom: 25px;
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 5px; }
        .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button .button_text {
          font-family: BreuerCondensed-Regular;
          font-size: 24px;
          color: #fff;
          letter-spacing: 0; }
        .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button .subscription-details {
          display: none; }
        .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button .from {
          display: none; }
        .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button .amount::before {
          content: "Sākot no ";
          text-transform: uppercase; }
        .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button .amount {
          font-family: BreuerCondensed-Regular;
          font-size: 24px;
          color: #FFFFFF;
          letter-spacing: 0; }
      .woocommerce .woocomerce_shop_page ul li .product_arhive_page_button:hover {
        background: #b91e24; }
      .woocommerce .woocomerce_shop_page ul li img {
        height: 366px; }
    @media screen and (min-width: 1170px) {
      .woocommerce .woocomerce_shop_page ul li:nth-child(4n) {
        margin-right: 0px; } }
    @media screen and (max-width: 1169px) and (min-width: 940px) {
      .woocommerce .woocomerce_shop_page ul li:nth-child(3n) {
        margin-right: 0px; }
      .woocommerce .woocomerce_shop_page ul li {
        margin-right: 53.5px; } }
    @media screen and (max-width: 939px) and (min-width: 640px) {
      .woocommerce .woocomerce_shop_page ul li:nth-child(2n) {
        margin-right: 0px; } }
    @media screen and (max-width: 639px) {
      .woocommerce .woocomerce_shop_page ul li {
        margin-right: 0px; } }
  @media screen and (max-width: 1169px) and (min-width: 940px) {
    .woocommerce .woocomerce_shop_page .product_container_woocommerce {
      width: 900px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 939px) and (min-width: 640px) {
    .woocommerce .woocomerce_shop_page .product_container_woocommerce {
      width: 555.1px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 639px) {
    .woocommerce .woocomerce_shop_page .product_container_woocommerce {
      width: 290px;
      margin-left: auto;
      margin-right: auto; } }
  .woocommerce .woocomerce_shop_page .button {
    display: none; }
  .woocommerce .woocomerce_shop_page .past-event-list-container-heading {
    margin-bottom: 30px;
    margin-top: 0px; }
  .woocommerce .woocomerce_shop_page .onsale_circle_woocommerce {
    position: absolute;
    padding-top: 26px;
    right: 15px;
    top: 15px;
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #D8232A;
    font-family: BreuerCondensed-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center; }
  .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes {
    height: 260px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li img, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas img, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes img {
      height: 260px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li .product_arhive_page_button, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas .product_arhive_page_button, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes .product_arhive_page_button {
      bottom: 10px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li .product_info_text, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas .product_info_text, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes .product_info_text {
      bottom: 95px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li .product_date, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas .product_date, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes .product_date {
      bottom: 70px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li .woocommerce_product_picture_gradient, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas .woocommerce_product_picture_gradient, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes .woocommerce_product_picture_gradient {
      height: 213px;
      margin-top: -213px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%); }
  @media screen and (max-width: 639px) {
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li:first-child, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul .product_cat-darbnicas:first-child, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes:first-child {
      height: 290px !important; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li:first-child img, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul .product_cat-darbnicas:first-child img, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes:first-child img {
        height: 290px !important;
        vertical-align: top;
        margin-top: 0px; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li:first-child .product_arhive_page_button, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul .product_cat-darbnicas:first-child .product_arhive_page_button, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes:first-child .product_arhive_page_button {
        bottom: 10px !important; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li:first-child .product_info_text, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul .product_cat-darbnicas:first-child .product_info_text, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes:first-child .product_info_text {
        bottom: 95px !important; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li:first-child .product_date, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul .product_cat-darbnicas:first-child .product_date, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes:first-child .product_date {
        display: block !important; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li:first-child .section-tag.tag-top, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul .product_cat-darbnicas:first-child .section-tag.tag-top, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes:first-child .section-tag.tag-top {
        font-size: 12px;
        padding: 0.5em; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes {
      height: auto; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li img, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas img, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes img {
        height: 75px;
        vertical-align: top;
        margin-top: 20px; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li .product_date, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas .product_date, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes .product_date {
        display: none; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce.events ul li .section-tag.tag-top, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-darbnicas .section-tag.tag-top, .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li.product_cat-nometnes .section-tag.tag-top {
        font-size: 9px;
        padding: 0.2em; } }

.woocommerce.woocommerce-page .subscription-background-conteiner {
  margin-top: 50px; }

@media screen and (max-width: 639px) {
  .woocommerce .woocomerce_shop_page .past-event-list-container-heading {
    margin-bottom: 15px; }
  .woocommerce .woocomerce_shop_page .product_container_woocommerce ul {
    margin-bottom: 50px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child {
      height: 410px;
      padding-bottom: 15px;
      border: none;
      margin-bottom: 0px;
      border-bottom: 1px solid #CBCBCB;
      margin-top: 0px; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child img {
        height: 395px;
        width: 100%;
        border: 1px solid #D8D8D8; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .product_info_text {
        left: 25px;
        right: 25px;
        bottom: 110px;
        position: absolute !important;
        font-family: BreuerCondensed-Regular !important;
        font-size: 26px !important;
        color: #FFFFFF !important;
        letter-spacing: 0 !important;
        text-align: left !important;
        line-height: 28px !important;
        margin-bottom: 0px !important; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .product_arhive_page_button {
        width: 240px;
        margin-left: 25px;
        margin-right: 25px;
        height: 55px;
        padding-top: 8px !important;
        position: absolute;
        bottom: 40px; }
        .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .product_arhive_page_button .amount {
          font-family: BreuerCondensed-Regular !important;
          font-size: 24px !important;
          color: #FFFFFF !important;
          letter-spacing: 0 !important; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .woocommerce_product_picture_gradient {
        display: block; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .woocommerce-loop-product__title {
        display: none; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .onsale_circle_woocommerce {
        display: block;
        width: 80px;
        height: 80px;
        right: 15px;
        top: 15px;
        font-size: 26px;
        padding-top: 26px;
        left: auto; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li:first-child .product_right_side_for_mobile {
        display: block;
        width: auto;
        margin-left: 0px; }
    .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li {
      border: none;
      width: 100%;
      margin-top: 15px;
      padding-bottom: 15px;
      height: auto;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 0px; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li img {
        height: 105px;
        width: 75px;
        border: 1px solid #D8D8D8;
        vertical-align: top; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .woocommerce_product_picture_gradient {
        display: none; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .woocommerce-loop-product__title {
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        font-family: Merriweather-Bold;
        font-size: 12px;
        color: #7F7F7F;
        letter-spacing: 0;
        text-align: left;
        max-width: 193px; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .product_arhive_page_button {
        width: 195px;
        height: 35px;
        position: static;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 3px; }
        .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .product_arhive_page_button .amount {
          font-family: BreuerCondensed-Regular;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 0; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .onsale_circle_woocommerce {
        width: 30px;
        height: 30px;
        font-size: 12px;
        padding-top: 2px;
        top: 5px;
        left: 40px; }
      .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .product_right_side_for_mobile {
        display: inline-block;
        width: 193px;
        margin-left: 18px; }
        .woocommerce .woocomerce_shop_page .product_container_woocommerce ul li .product_right_side_for_mobile .product_info_text {
          position: static;
          font-family: BreuerCondensed-Regular;
          font-size: 20px;
          color: #222222;
          letter-spacing: 0;
          text-align: left;
          line-height: 18px;
          margin-bottom: 15px; } }

body.safari .single_wocoommerce_product_page .btnMargin, body.gecko .single_wocoommerce_product_page .btnMargin {
  margin-top: 20px !important; }
  @media screen and (max-width: 1040px) {
    body.safari .single_wocoommerce_product_page .btnMargin, body.gecko .single_wocoommerce_product_page .btnMargin {
      margin-top: -60px !important; } }

.single_wocoommerce_product_page .btnMargin {
  margin-top: 90px !important; }
  @media screen and (max-width: 1040px) {
    .single_wocoommerce_product_page .btnMargin {
      margin-top: 20px !important; } }

.single_wocoommerce_product_page .button {
  transition: margin-top 0s; }

.single_wocoommerce_product_page .woocommerce .single-product .woocommerce-notices-wrapper ul {
  list-style: none;
  margin: 0px;
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #D8232A;
  letter-spacing: 0;
  text-transform: uppercase; }

.single_wocoommerce_product_page .select_time_period_container {
  opacity: 0; }

.single_wocoommerce_product_page .select_time_period_container.all-loaded {
  opacity: 1; }

@media screen and (min-width: 1100px) {
  .single_wocoommerce_product_page .woocommerce_single_product_left_side_container {
    width: 25%;
    display: inline-block; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container {
    width: 75%;
    float: right;
    padding-left: 5px;
    display: inline-block; } }

@media screen and (max-width: 1099px) and (min-width: 955px) {
  .single_wocoommerce_product_page .woocommerce_single_product_left_side_container {
    width: 30%;
    display: inline-block; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container {
    width: 70%;
    float: right;
    display: inline-block; } }

@media screen and (max-width: 954px) and (min-width: 820px) {
  .single_wocoommerce_product_page .woocommerce_single_product_left_side_container {
    width: 35%;
    display: inline-block; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container {
    width: 65%;
    float: right;
    display: inline-block; } }

@media screen and (max-width: 819px) and (min-width: 740px) {
  .single_wocoommerce_product_page .woocommerce_single_product_left_side_container {
    width: 40%;
    display: inline-block; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container {
    width: 60%;
    float: right;
    display: inline-block; } }

@media screen and (max-width: 739px) and (min-width: 527px) {
  .single_wocoommerce_product_page .woocommerce_single_product_left_side_container {
    margin-bottom: 20px; }
    .single_wocoommerce_product_page .woocommerce_single_product_left_side_container .woocommerce_single_image {
      margin-right: auto;
      margin-left: auto; } }

@media screen and (max-width: 526px) and (min-width: 1px) {
  .single_wocoommerce_product_page .woocommerce_single_product_left_side_container {
    margin-bottom: 30px; }
    .single_wocoommerce_product_page .woocommerce_single_product_left_side_container .woocommerce_single_image {
      margin-right: auto;
      margin-left: auto; } }

.single_wocoommerce_product_page .woocommerce_single_product_right_side_container h1 {
  font-family: BreuerCondensed-Regular;
  font-size: 42px;
  color: #3B3B3B;
  letter-spacing: 0;
  text-align: left;
  line-height: 40px;
  margin-bottom: 30px; }

.single_wocoommerce_product_page .woocommerce_single_product_right_side_container .woocommerce-tabs.wc-tabs-wrapper ul {
  display: none; }

.single_wocoommerce_product_page .woocommerce_single_product_right_side_container #tab-description {
  margin-bottom: 55px; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container #tab-description h2 {
    display: none; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container #tab-description p {
    font-family: Merriweather-Light;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.08px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 0px; }

.single_wocoommerce_product_page .woocommerce_single_image:hover .onsale_circle_woocommerce {
  display: none; }

.single_wocoommerce_product_page .woocommerce_single_image {
  position: relative;
  width: 261px;
  border: 1px solid #D8D8D8; }
  .single_wocoommerce_product_page .woocommerce_single_image figure .woocommerce-product-gallery__image .zoomImg {
    height: 756px !important;
    width: 525px !important; }
  .single_wocoommerce_product_page .woocommerce_single_image .woocommerce-product-gallery__trigger {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 15px;
    height: 18px;
    width: 22px;
    z-index: 1; }
  .single_wocoommerce_product_page .woocommerce_single_image .onsale_circle_woocommerce {
    position: absolute;
    padding-top: 26px;
    right: 15px;
    top: 15px;
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #D8232A;
    font-family: BreuerCondensed-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    z-index: 1; }

.single_wocoommerce_product_page .related.products ul {
  margin-left: 0px;
  list-style-type: none; }
  .single_wocoommerce_product_page .related.products ul li {
    display: inline-block;
    width: 262px;
    margin-right: 27px;
    vertical-align: top;
    position: relative;
    height: 368px;
    border: 1px solid #D8D8D8;
    margin-bottom: 30px; }
    .single_wocoommerce_product_page .related.products ul li .woocommerce-loop-product__title {
      display: none; }
    .single_wocoommerce_product_page .related.products ul li .product_date {
      position: absolute;
      left: 24px;
      right: 24px;
      font-family: Merriweather-Bold;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: left;
      line-height: 28px;
      bottom: 130px;
      z-index: 1; }
    .single_wocoommerce_product_page .related.products ul li .product_info_text {
      position: absolute;
      left: 24px;
      right: 24px;
      font-family: BreuerCondensed-Regular;
      font-size: 26px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: left;
      line-height: 28px;
      bottom: 95px;
      z-index: 1; }
    .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button.bundle .amount::before {
      content: ""; }
    .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button.no_prefix .amount::before {
      content: ""; }
    .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button {
      position: absolute;
      width: 213px;
      height: 50px;
      background: #D8232A;
      border-radius: 3px;
      text-align: center;
      bottom: 25px;
      margin-right: 24px;
      margin-left: 24px;
      padding-top: 5px; }
      .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button .subscription-details {
        display: none; }
      .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button .button_text {
        font-family: BreuerCondensed-Regular;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0; }
      @media screen and (max-width: 640px) {
        .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button .abonesana {
          line-height: 25px; } }
      .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button .from {
        display: none; }
      .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button .amount::before {
        content: "Sākot no ";
        text-transform: uppercase; }
      .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button .amount {
        font-family: BreuerCondensed-Regular;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0; }
    .single_wocoommerce_product_page .related.products ul li .product_arhive_page_button:hover {
      background: #b91e24; }
    .single_wocoommerce_product_page .related.products ul li img {
      height: 366px; }

.single_wocoommerce_product_page .related.products .onsale_circle_woocommerce {
  position: absolute;
  padding-top: 26px;
  right: 15px;
  top: 15px;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #D8232A;
  font-family: BreuerCondensed-Bold;
  font-size: 26px;
  line-height: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  z-index: 1; }

.single_wocoommerce_product_page .related.products .button {
  display: none; }

.woocommerce_single_product_related_product_container {
  padding: 0px; }
  .woocommerce_single_product_related_product_container h2 {
    margin-top: 0;
    margin-bottom: 15px; }
  @media screen and (min-width: 1170px) {
    .woocommerce_single_product_related_product_container ul {
      width: 1143px; }
    .woocommerce_single_product_related_product_container li:nth-child(4n) {
      margin-right: 0px !important; } }
  @media screen and (max-width: 1169px) and (min-width: 940px) {
    .woocommerce_single_product_related_product_container li:nth-child(3n) {
      margin-right: 0px !important; }
    .woocommerce_single_product_related_product_container li {
      margin-right: 53.5px !important; }
    .woocommerce_single_product_related_product_container ul {
      width: 900px !important;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media screen and (max-width: 939px) and (min-width: 640px) {
    .woocommerce_single_product_related_product_container li:nth-child(2n) {
      margin-right: 0px !important; }
    .woocommerce_single_product_related_product_container ul {
      width: 555.1px !important;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media screen and (max-width: 639px) and (min-width: 527px) {
    .woocommerce_single_product_related_product_container ul {
      width: 262px !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .woocommerce_single_product_related_product_container li {
      margin-right: 0px !important; } }
  .woocommerce_single_product_related_product_container .woocommerce_product_picture_gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    height: 183px;
    width: 100%;
    position: absolute;
    margin-top: -183px; }

.single-product .subscription-background-conteiner {
  margin-top: 50px; }

@media screen and (max-width: 526px) {
  .woocommerce_single_product_related_product_container .related.products ul {
    margin-bottom: 50px; }
    .woocommerce_single_product_related_product_container .related.products ul li {
      border: none;
      width: 100%;
      margin-top: 15px;
      padding-bottom: 15px;
      height: auto;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 0px; }
      .woocommerce_single_product_related_product_container .related.products ul li img {
        height: 105px;
        width: 75px;
        border: 1px solid #D8D8D8;
        vertical-align: top; }
      .woocommerce_single_product_related_product_container .related.products ul li .woocommerce_product_picture_gradient {
        display: none; }
      .woocommerce_single_product_related_product_container .related.products ul li .woocommerce-loop-product__title {
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
        font-family: Merriweather-Bold;
        font-size: 12px;
        color: #7F7F7F;
        letter-spacing: 0;
        text-align: left;
        max-width: 193px; }
      .woocommerce_single_product_related_product_container .related.products ul li .product_arhive_page_button {
        width: 195px;
        height: 35px;
        position: static;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 3px; }
        .woocommerce_single_product_related_product_container .related.products ul li .product_arhive_page_button .amount {
          font-family: BreuerCondensed-Regular;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 0; }
      .woocommerce_single_product_related_product_container .related.products ul li .onsale_circle_woocommerce {
        display: none; }
      .woocommerce_single_product_related_product_container .related.products ul li .product_right_side_for_mobile {
        display: inline-block;
        width: 193px;
        margin-left: 18px; }
        .woocommerce_single_product_related_product_container .related.products ul li .product_right_side_for_mobile .product_info_text {
          position: static;
          font-family: BreuerCondensed-Regular;
          font-size: 20px;
          color: #222222;
          letter-spacing: 0;
          text-align: left;
          line-height: 18px;
          margin-bottom: 15px; }
  .single_wocoommerce_product_page .woocommerce_single_image {
    width: 210px; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container h1 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 10px; }
  .single_wocoommerce_product_page .woocommerce_single_image .onsale_circle_woocommerce {
    padding-top: 13px;
    right: 7px;
    top: 7px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 13px; }
  .single_wocoommerce_product_page .woocommerce_single_image .woocommerce-product-gallery__trigger {
    bottom: 7px;
    right: 7px; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container #tab-description p {
    font-size: 14px;
    line-height: 23px; }
  .single_wocoommerce_product_page .woocommerce_single_product_right_side_container #tab-description {
    margin-bottom: 30px; }
  .woocommerce_single_product_related_product_container h2 {
    margin-top: 55px;
    font-size: 30px; } }

@media screen and (max-width: 639px) {
  .single_wocoommerce_product_page {
    padding-left: 5px;
    padding-right: 5px; } }

.woocommerce_single_product_right_side_container .summary.entry-summary {
  position: relative; }
  .woocommerce_single_product_right_side_container .summary.entry-summary .select_time_period_container {
    min-height: 220px; }
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations tbody tr td:first-child {
    display: none; }
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa {
    display: block;
    margin-bottom: 35px; }
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods {
    display: inline-block;
    vertical-align: top;
    width: 270px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .reset_variations, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .reset_variations {
      font-family: Merriweather-Light;
      font-size: 16px;
      letter-spacing: -0.08px;
      text-align: left; }
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids {
    margin-right: 25px; }
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value {
    padding: 0px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div {
      width: 186px;
      height: 45px;
      position: relative;
      border-radius: 3px;
      display: inline-block;
      border: 1px solid #3B3B3B;
      margin-right: 35px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div input {
        position: absolute;
        width: 100%;
        margin: 0px;
        height: 100%;
        visibility: hidden; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div input:checked + label {
        background: #3B3B3B;
        color: #FFFFFF; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div label {
        width: 100%;
        height: 100%;
        margin: 0px;
        text-align: center;
        font-family: BreuerCondensed-Regular;
        font-size: 18px;
        line-height: 18px;
        color: #3B3B3B;
        letter-spacing: 0;
        padding-top: 12px; }
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods {
    background-color: #FFFFFF; }
    .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value {
      padding: 0px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value label {
        margin: 0px;
        margin-bottom: 16px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value input[disabled="disabled"] + label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value input[disabled="disabled"] + label {
        display: none !important; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value input[disabled="disabled"] + label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value input:disabled + label {
        display: none !important; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:checked,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:not(:checked), .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:checked,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:checked + label,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:not(:checked) + label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:checked + label,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        font-family: Merriweather-Light;
        font-size: 16px;
        color: #222222;
        letter-spacing: 0; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:checked + label:before,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:not(:checked) + label:before, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:checked + label:before,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #9B9B9B;
        border-radius: 100%;
        background: #fff; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:checked + label:after,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:not(:checked) + label:after, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:checked + label:after,
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #4A90E2;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        transition: all 0.2s ease; }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:not(:checked) + label:after, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0); }
      .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:checked + label:after, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:checked + label:after {
        opacity: 1;
        transform: scale(1); }
  .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date {
    width: 265px;
    display: none;
    position: absolute;
    right: 0px;
    top: -205px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date #subscription_start_date_field {
      margin-bottom: 0px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date #subscription_start_date_field label {
        font-family: Merriweather-Light;
        font-size: 16px;
        color: #222222;
        letter-spacing: -0.08px;
        text-align: left;
        line-height: 26px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date #subscription_start_date {
      top: 40px;
      height: 45px;
      font-family: Merriweather-Light;
      font-size: 16px;
      color: #222222;
      letter-spacing: -0.08px;
      border: 1px solid #CBCBCB;
      border-radius: 4px; }
  .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
    margin-top: -110px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price .price {
      font-family: Merriweather-Light;
      font-size: 16px;
      color: #222222;
      letter-spacing: -0.08px;
      text-align: left;
      line-height: 26px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price .price ins {
        text-decoration: none;
        border-bottom: 0.5px solid black; }
  .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
    width: 265px;
    position: absolute;
    right: 0px;
    top: 202px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .extra-options.thwepo_variable-subscription {
      height: 70px !important;
      position: inherit; }
      @media screen and (max-width: 1039px) {
        .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .extra-options.thwepo_variable-subscription {
          position: inherit; } }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
      margin: 0px;
      background-color: #D8232A;
      border-radius: 3px;
      width: 100%;
      margin-top: 20px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap table.extra-options {
      margin-top: -81px;
      position: absolute; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap #cal_start_date_field .label.leftside {
      display: none !important; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap #cal_start_date_field .value.leftside {
      display: block !important;
      padding: 0px !important; }
      @supports (-ms-ime-align: auto) {
        .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap #cal_start_date_field .value.leftside {
          display: table-cell !important;
          margin-top: -100px; } }
      .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap #cal_start_date_field .value.leftside input {
        background-color: #FFFFFF !important;
        border-radius: 4px !important; }
      .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap #cal_start_date_field .value.leftside input[readonly] {
        background-color: #FFFFFF !important;
        border-radius: 4px !important; }
  .woocommerce_single_product_right_side_container .summary.entry-summary .product_meta {
    display: none; }
  @media screen and (max-width: 1039px) {
    .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date {
      position: static !important;
      width: 290px !important; }
      .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date #subscription_start_date {
        margin-top: 15px; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
      position: static !important; }
    .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
      position: static !important;
      width: 290px !important;
      margin-top: 120px; }
      .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .extra-options.thwepo_variable-subscription {
        margin-top: 0px !important;
        height: 45px !important; }
      .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap table.extra-options {
        margin-top: 0px;
        position: relative; }
    .woocommerce_single_product_right_side_container .summary.entry-summary #cal_start_date {
      margin-top: 20px !important;
      margin-bottom: 0px !important;
      height: 45px !important;
      cursor: pointer !important; } }

@media screen and (max-width: 1039px) and (min-width: 651px) {
  .woocommerce_single_product_right_side_container {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 770px) and (min-width: 740px) {
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div:nth-child(2n) {
    margin-right: 0px; } }

@media screen and (max-width: 471px) {
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div:nth-child(2) {
    margin-top: 20px; } }

@media screen and (max-width: 650px) {
  .woocommerce_single_product_right_side_container {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 526px) {
  .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:not(:checked) + label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:not(:checked) + label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonamenta-veids .value [type="radio"]:checked + label, .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_abonesanas-periods .value [type="radio"]:checked + label, .woocommerce_single_product_right_side_container .summary.entry-summary #subscription_start_date #subscription_start_date_field label {
    font-size: 14px; } }

.pswp__ui--fit .pswp__caption {
  display: none; }

#subscription_start_date_field .required {
  display: none; }

.single_variation_wrap .woocommerce-variation-add-to-cart #subscription_start_date {
  display: block !important; }

#cal_start_date {
  height: 45px !important;
  cursor: pointer !important;
  box-shadow: none;
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  padding-left: 12px;
  letter-spacing: -0.08px; }

.single_wocoommerce_product_page .woocommerce_single_product_right_side_container.bundle-right .woocommerce-variation-price {
  top: -15px; }

@media screen and (min-width: 780px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table.bundle_table .table_body .cart_item .product-name .product-nameee {
    width: 325px; } }

@media screen and (max-width: 1169px) and (min-width: 1070px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table.bundle_table .table_body .cart_item .product-name .product-nameee {
    width: 305px !important; } }

@media screen and (max-width: 1069px) and (min-width: 990px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table.bundle_table .table_body .cart_item .product-name .product-nameee {
    width: 285px !important; } }

@media screen and (max-width: 989px) and (min-width: 890px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table.bundle_table .table_body .cart_item .product-name .product-nameee {
    width: 255px !important; } }

@media screen and (max-width: 889px) and (min-width: 780px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table.bundle_table .table_body .cart_item .product-name .product-nameee {
    width: 185px !important; } }

@media screen and (max-width: 400px) {
  .mobile_width {
    width: 230px !important; } }

.userpro-overlay-inner {
  margin-top: -350px !important;
  top: 400px !important; }
  .userpro-overlay-inner div.userpro-submit input.userpro-button.fullwidth-block[data-template="change"] {
    display: none !important; }
  .userpro-overlay-inner .login__button {
    font-size: 24px;
    text-transform: uppercase; }
  .userpro-overlay-inner .login-body__container {
    margin-top: 0; }
  .userpro-overlay-inner .login-header__iconbox, .userpro-overlay-inner div.userpro {
    display: none; }
  .userpro-overlay-inner .login-body__enter-form__register.already-registered {
    display: none; }
  .userpro-overlay-inner .login-body__enter-form__title {
    font-family: 'BreuerCondensed-Regular';
    font-size: 42px;
    color: #2a2a2a;
    letter-spacing: 0;
    max-width: 145px;
    display: inline-block;
    margin-bottom: 42px; }
  .userpro-overlay-inner .login-body__enter-form {
    display: block;
    margin-top: 0;
    padding-top: 0; }
    .userpro-overlay-inner .login-body__enter-form .login-body__login-with-social {
      display: none; }
    @media screen and (max-width: 550px) {
      .userpro-overlay-inner .login-body__enter-form div.userpro[data-template="register"] {
        padding-left: 0;
        padding-right: 0; } }
    .userpro-overlay-inner .login-body__enter-form .already-registered {
      display: none; }
    .userpro-overlay-inner .login-body__enter-form div.userpro {
      display: block;
      background-color: transparent;
      border: none; }
  .userpro-overlay-inner div.userpro[data-template="reset"] .login-body__enter-form__title {
    max-width: 200px; }
  .userpro-overlay-inner div.userpro[data-template="change"] .login-body__enter-form__title {
    max-width: 200px; }
  .userpro-overlay-inner div.userpro[data-template="login"] .forget-password-link {
    margin-left: 275px !important;
    margin-top: 85px !important; }
    @media screen and (max-width: 500px) {
      .userpro-overlay-inner div.userpro[data-template="login"] .forget-password-link {
        margin-left: 100px !important; } }
  .userpro-overlay-inner div.userpro[data-template="login"] .userpro-body .userpro-field-user_pass {
    margin-top: 15px !important; }
  .userpro-overlay-inner .login-body__enter-form.extra-width-checkout {
    padding-left: 7%;
    padding-right: 5%; }
  .userpro-overlay-inner div.userpro[data-template="register"] {
    display: block;
    background: #f4f4f4;
    height: auto;
    border: none; }
    @media screen and (max-width: 550px) {
      .userpro-overlay-inner div.userpro[data-template="register"] {
        max-height: 400px !important;
        padding-left: 10%;
        padding-right: 8%; } }
    .userpro-overlay-inner div.userpro[data-template="register"] .userpro-head {
      margin-bottom: 20px !important; }
      .userpro-overlay-inner div.userpro[data-template="register"] .userpro-head .login-body__enter-form__title {
        margin-bottom: 0;
        margin-top: 0; }
    .userpro-overlay-inner div.userpro[data-template="register"] .userpro-button {
      font-size: 24px;
      text-transform: uppercase; }
    .userpro-overlay-inner div.userpro[data-template="register"] .userpro-head, .userpro-overlay-inner div.userpro[data-template="register"] .userpro-body {
      max-width: 350px;
      margin: 0 auto; }
    .userpro-overlay-inner div.userpro[data-template="register"] .userpro-body {
      padding-bottom: 0 !important; }
      .userpro-overlay-inner div.userpro[data-template="register"] .userpro-body .userpro-field-user_pass {
        margin-top: 15px !important; }
      .userpro-overlay-inner div.userpro[data-template="register"] .userpro-body .userpro-field.userpro-submit.userpro-column {
        margin-top: 35px !important; }
        .userpro-overlay-inner div.userpro[data-template="register"] .userpro-body .userpro-field.userpro-submit.userpro-column input {
          width: 164px !important;
          margin-right: auto !important;
          margin-left: auto !important;
          display: block !important;
          background: #d9222a !important;
          border-radius: 3px !important;
          height: 50px !important;
          border-color: #d9222a !important;
          margin-bottom: 0 !important; }

.woocommerce_checkout_page {
  padding-right: 15px;
  padding-left: 15px;
  position: relative; }
  .woocommerce_checkout_page #user_type_field label {
    font-family: BreuerCondensed-Regular;
    font-size: 20px; }
  .woocommerce_checkout_page .gifting-container input:hover, .woocommerce_checkout_page .gifting-container span {
    cursor: pointer; }
  .woocommerce_checkout_page .auth_container {
    background-color: #F2F3F3;
    overflow: hidden; }
    .woocommerce_checkout_page .auth_container .login_button, .woocommerce_checkout_page .auth_container .register_button {
      width: 50%;
      float: left; }
      .woocommerce_checkout_page .auth_container .login_button .left_side, .woocommerce_checkout_page .auth_container .register_button .left_side {
        width: 50%;
        float: left;
        padding-left: 45px;
        padding-top: 17px; }
        .woocommerce_checkout_page .auth_container .login_button .left_side .big_title, .woocommerce_checkout_page .auth_container .register_button .left_side .big_title {
          font-family: BreuerCondensed-Bold;
          font-size: 26px;
          line-height: 28px;
          margin-bottom: 0px; }
        .woocommerce_checkout_page .auth_container .login_button .left_side .small_text, .woocommerce_checkout_page .auth_container .register_button .left_side .small_text {
          font-size: 14px; }
      .woocommerce_checkout_page .auth_container .login_button .right_side, .woocommerce_checkout_page .auth_container .register_button .right_side {
        width: 50%;
        float: left;
        padding-top: 5px; }
        .woocommerce_checkout_page .auth_container .login_button .right_side a, .woocommerce_checkout_page .auth_container .register_button .right_side a {
          width: 90%; }
    .woocommerce_checkout_page .auth_container .login_button a {
      background-color: #D8232A; }
    .woocommerce_checkout_page .auth_container .register_button a {
      background-color: #808285; }
  @media screen and (max-width: 649px) {
    .woocommerce_checkout_page .auth_container .login_button, .woocommerce_checkout_page .auth_container .register_button {
      width: 100%; }
      .woocommerce_checkout_page .auth_container .login_button .left_side, .woocommerce_checkout_page .auth_container .register_button .left_side {
        float: none;
        width: 225px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto; }
      .woocommerce_checkout_page .auth_container .login_button .right_side, .woocommerce_checkout_page .auth_container .register_button .right_side {
        float: none;
        width: 100%; }
        .woocommerce_checkout_page .auth_container .login_button .right_side a, .woocommerce_checkout_page .auth_container .register_button .right_side a {
          margin-left: 5%; } }
  .woocommerce_checkout_page #newsletter_field + p + .optional {
    display: none; }
  .woocommerce_checkout_page .woocommerce-form-coupon-toggle {
    margin-top: 20px; }
  .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon {
    width: 550px; }
    .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
      width: 263px;
      display: inline-block; }
      .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first input {
        height: 54px; }
    .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
      width: 263px;
      display: inline-block;
      margin-left: 20px;
      margin-top: 0px;
      vertical-align: top; }
  @media screen and (max-width: 584px) {
    .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon {
      width: 280px; }
      .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
        width: 280px;
        display: block; }
      .woocommerce_checkout_page .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
        width: 280px;
        display: block;
        margin-left: 0px;
        margin-top: 0px; } }
  @media screen and (min-width: 920px) {
    .woocommerce_checkout_page #Information_about_seller_large {
      font-family: Merriweather-Light;
      font-size: 14px;
      color: #3B3B3B;
      line-height: 24px;
      display: block; }
    .woocommerce_checkout_page #Information_about_seller_small {
      display: none !important; } }
  @media screen and (max-width: 919px) {
    .woocommerce_checkout_page #Information_about_seller_small {
      font-family: Merriweather-Light;
      font-size: 14px;
      color: #3B3B3B;
      line-height: 24px;
      margin-top: 20px;
      display: block; }
    .woocommerce_checkout_page #Information_about_seller_large {
      display: none !important; } }
  @media screen and (min-width: 780px) {
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table {
      margin-bottom: 0px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head {
        background: #F4F4F4;
        font-family: BreuerCondensed-Regular;
        font-size: 20px;
        color: #3B3B3B;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        height: 42px;
        border-bottom: 1px solid #D8D8D8; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head div {
          display: inline-block;
          padding-top: 6px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-name {
          padding-left: 96px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-version {
          padding-left: 120px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-period {
          padding-left: 249px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-abonament {
          padding-left: 146px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-total {
          padding-left: 112px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
        padding-top: 17px;
        padding-bottom: 15px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item div {
          display: inline-block;
          vertical-align: top;
          font-family: Merriweather-Light;
          font-size: 14px;
          color: #222222;
          letter-spacing: 0;
          text-align: left;
          line-height: 23px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-total {
          font-family: Merriweather-Bold; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name img {
          width: 67px;
          height: 93px;
          border: 1px solid #D8D8D8; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
          width: 195px;
          margin-left: 27px;
          padding-right: 20px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-version {
          padding-right: 20px;
          width: 294px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-period {
          padding-right: 20px;
          width: 195px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-abonament {
          padding-right: 20px;
          width: 193px; }
        .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-total {
          padding-right: 20px;
          width: 150px; } }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment #advance_payment_field #advance_payment {
    vertical-align: bottom;
    margin-bottom: 4px !important;
    margin-right: 10px !important;
    height: 18px;
    width: 18px;
    margin: 0; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment #advance_payment_field .woocommerce-form__label-for-text {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
    font-family: Merriweather-Light; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment #advance_payment_field .optional {
    display: none; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment #full_payment_field #full_payment {
    vertical-align: bottom;
    margin-bottom: 4px !important;
    margin-right: 10px !important;
    height: 18px;
    width: 18px;
    margin: 0; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment #full_payment_field .woocommerce-form__label-for-text {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
    font-family: Merriweather-Light; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment #full_payment_field .optional {
    display: none; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment .advance_amount {
    width: 290px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .advance_payment .advance_amount input {
      margin-bottom: 0px;
      border: 1px solid #D8D8D8;
      border-radius: 3px;
      box-shadow: none;
      height: 45px;
      font-size: 20px; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-top: 20px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
      list-style: none;
      margin: 0px;
      font-family: Merriweather-Light;
      font-size: 16px;
      color: #D8232A;
      letter-spacing: 0;
      text-transform: uppercase; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-top: 22px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_first_name_field .optional, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_last_name_field .optional {
      display: none; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_registration_nr, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_jur_address {
      display: inline-block; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name_field {
      margin-bottom: 20px !important; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_registration_nr_field, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name_field, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_jur_add_field {
      width: 263px;
      display: inline-block;
      margin-bottom: 0px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_registration_nr_field label, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name_field label, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_jur_add_field label {
        font-family: BreuerCondensed-Regular;
        font-size: 20px;
        color: #2B2B2B;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        margin-bottom: 10px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_registration_nr_field label .required, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name_field label .required, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_jur_add_field label .required {
          display: none; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_registration_nr_field input, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name_field input, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_jur_add_field input {
        margin-bottom: 0px;
        border: 1px solid #D8D8D8;
        border-radius: 3px;
        box-shadow: none;
        height: 45px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_jur_add_field {
      width: 555px;
      margin-left: 30px; }
      @media screen and (max-width: 1169px) {
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_jur_add_field {
          margin-left: 0;
          margin-bottom: 10px; } }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_registration_nr_field {
      margin-right: 0px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_company_name_field {
      margin-right: 29px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio {
      margin-bottom: 30px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio #product_recipient_radio_field {
        margin-bottom: 0px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio #product_recipient_radio_field label {
          font-family: BreuerCondensed-Bold;
          font-size: 26px;
          color: #2B2B2B;
          letter-spacing: 0;
          text-align: left;
          line-height: 28px;
          margin-bottom: 13px; }
          .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio #product_recipient_radio_field label .required {
            display: none; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio #product_recipient_radio_field .radio {
          font-family: Merriweather-Light;
          font-size: 16px;
          color: #3B3B3B;
          letter-spacing: 0;
          text-align: center;
          line-height: 16px;
          vertical-align: top;
          padding-top: 2px;
          margin-bottom: 0px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio #product_recipient_radio_field input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          border: 1px solid #9B9B9B;
          transition: 0.2s all linear;
          outline: none;
          position: relative;
          margin: 0px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #product_recipient_radio #product_recipient_radio_field input:checked {
          border: 7px solid #4A90E2;
          margin: 0; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .Contact_info_title, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .Address_info_title, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
      font-family: BreuerCondensed-Bold;
      font-size: 26px;
      color: #2B2B2B;
      letter-spacing: 0;
      text-align: left;
      line-height: 28px;
      margin-top: 30px;
      margin-bottom: 12px; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
      margin-bottom: 42px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field {
        width: 263px;
        display: inline-block;
        margin-right: 29px;
        margin-bottom: 20px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label[for=product_company_registration_nr], .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field label, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field label[for=product_company_registration_nr] {
          font-family: BreuerCondensed-Regular;
          font-size: 20px;
          color: #2B2B2B;
          letter-spacing: 0;
          text-align: left;
          line-height: 28px;
          margin-bottom: 10px; }
          .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label .required, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label[for=product_company_registration_nr] .required, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field label .required, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field label[for=product_company_registration_nr] .required {
            display: none; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p #product_company_registration_nr, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field input, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #product_company_registration_nr_field #product_company_registration_nr {
          margin-bottom: 0px;
          border: 1px solid #D8D8D8;
          border-radius: 3px;
          box-shadow: none;
          height: 45px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_field, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #reciever_email_field {
        margin-right: 0px !important; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese {
      width: 100%;
      padding: 0px;
      background-color: #FFFFFF; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div {
        margin: 0px;
        display: inline-block;
        width: 263px;
        margin-right: 29px;
        margin-bottom: 20px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div label, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div label {
          font-family: BreuerCondensed-Regular;
          font-size: 20px;
          color: #2B2B2B;
          letter-spacing: 0;
          text-align: left;
          line-height: 28px;
          margin-bottom: 10px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div select, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div select {
          width: 100%;
          height: 45px;
          margin-bottom: 0px;
          border: 1px solid #D8D8D8;
          border-radius: 3px;
          box-shadow: none; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div input, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div input {
          margin-bottom: 0px;
          border: 1px solid #D8D8D8;
          border-radius: 3px;
          box-shadow: none;
          height: 45px;
          width: 100%; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div #addr_elem_postcode, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div #addr_elem_postcode {
          font-family: inherit;
          padding-left: 0.75rem; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div:nth-child(5), .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div:nth-child(9), .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div:nth-child(5), .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div:nth-child(9) {
        margin-right: 0px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div:first-child, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div:first-child {
        display: none; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div:last-child, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div:last-child {
        display: none; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese #addr_id, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #piegades-adrese #addr_text, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese #addr_id, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese #addr_text {
        display: none; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce_payment_options_title {
    font-family: BreuerCondensed-Bold;
    font-size: 26px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-bottom: 15px; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .col-1 {
    margin-bottom: 22px; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment {
    position: relative; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul .wc_payment_method.payment_method_cheque label:after {
      content: url("../images/visa-mastercard-logo.png"); }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul .wc_payment_method.payment_method_cod label:after {
      content: url("../images/swedbank_logo.png"); }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul .wc_payment_method.payment_method_cod label {
      content: ""; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul {
      margin: 0px;
      list-style: none; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li {
        margin-bottom: 10px; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          border: 1px solid #9B9B9B;
          transition: 0.2s all linear;
          outline: none;
          position: relative;
          margin: 0px;
          vertical-align: middle; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li input:checked {
          border: 7px solid #4A90E2;
          margin: 0; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li label {
          font-family: Merriweather-Light;
          font-size: 16px;
          line-height: 18px;
          vertical-align: middle;
          color: #3B3B3B;
          letter-spacing: 0; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li label[for=payment_method_paypal] a, .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li label[for=payment_method_paypal] img {
          display: none; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li label[for=payment_method_paysera] img {
          display: none; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera {
          width: 50%;
          float: right;
          margin-top: -72px; }
          .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments {
            padding-left: 16px; }
            .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-title {
              margin-bottom: 20px;
              font-size: 20px;
              line-height: 20px;
              width: 100% !important;
              border: none !important; }
            .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper:nth-child(2n) {
              margin-right: 0px; }
            .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper {
              width: 263px;
              display: inline-block;
              vertical-align: top;
              margin-right: 28px; }
              .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper div {
                display: inline-block;
                width: 263px;
                border: 1px solid #D8D8D8;
                border-radius: 3px; }
                .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper div .paysera-image {
                  border: none !important;
                  text-align: center;
                  width: 100% !important;
                  margin-top: 10px; }
              .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper label {
                text-align: left;
                padding: 10px; }
                .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper label input {
                  vertical-align: top; }
              .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li .payment_box.payment_method_paysera .payment-countries.paysera-payments .payment-group-wrapper .payment {
                position: relative;
                vertical-align: top; }
        .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment ul li #paysera_country {
          width: 263px;
          height: 45px;
          margin-bottom: 0px;
          border: 1px solid #D8D8D8;
          border-radius: 3px;
          box-shadow: none; }
    .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order {
      margin-top: 30px;
      padding-top: 22px;
      border-top: 1px solid #D8D8D8;
      position: relative; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order p {
        font-family: Merriweather-Light;
        font-size: 14px;
        color: #3B3B3B;
        letter-spacing: 0;
        line-height: 24px;
        position: relative;
        margin-left: 30px;
        margin-bottom: 20px;
        max-width: 450px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order input {
        height: 18px;
        width: 18px;
        margin: 0px;
        position: absolute;
        top: 3px;
        left: -30px; }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order #place_order {
        margin: 0px;
        margin-bottom: 35px;
        margin-top: 56px;
        width: 203px;
        height: 50px;
        font-family: BreuerCondensed-Regular;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        background: #D8232A;
        border-radius: 3px;
        margin-right: auto;
        margin-left: auto;
        display: block; }
        @media screen and (max-width: 640px) {
          .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order #place_order {
            margin-top: 0; } }
      .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order #place_order:hover {
        background: #b91e24; }

@media screen and (max-width: 1169px) and (min-width: 1070px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-name {
      padding-left: 76px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-version {
      padding-left: 100px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-period {
      padding-left: 229px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-abonament {
      padding-left: 126px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-total {
      padding-left: 92px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-name .product-nameee {
      width: 175px !important;
      margin-left: 7px !important;
      padding-right: 20px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version {
      padding-right: 20px !important;
      width: 274px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period {
      padding-right: 20px !important;
      width: 175px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament {
      padding-right: 20px !important;
      width: 173px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total {
      padding-right: 20px !important;
      width: 130px !important; } }

@media screen and (max-width: 1069px) and (min-width: 990px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-name {
      padding-left: 76px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-version {
      padding-left: 80px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-period {
      padding-left: 209px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-abonament {
      padding-left: 106px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-total {
      padding-left: 102px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-name .product-nameee {
      width: 155px !important;
      margin-left: 7px !important;
      padding-right: 20px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version {
      padding-right: 20px !important;
      width: 254px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period {
      padding-right: 20px !important;
      width: 155px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament {
      padding-right: 20px !important;
      width: 183px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total {
      padding-right: 20px !important;
      width: 120px !important; } }

@media screen and (max-width: 989px) and (min-width: 890px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table {
    width: 860px;
    margin-left: auto;
    margin-right: auto; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-name {
      padding-left: 76px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-version {
      padding-left: 50px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-period {
      padding-left: 179px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-abonament {
      padding-left: 56px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-total {
      padding-left: 102px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-name .product-nameee {
      width: 125px !important;
      margin-left: 7px !important;
      padding-right: 10px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version {
      padding-right: 10px !important;
      width: 224px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period {
      padding-right: 10px !important;
      width: 105px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament {
      padding-right: 10px !important;
      width: 183px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total {
      padding-right: 20px !important;
      width: 120px !important; } }

@media screen and (max-width: 889px) and (min-width: 780px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table {
    width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-name {
      padding-left: 76px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-version {
      padding-left: 50px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-period {
      padding-left: 109px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-abonament {
      padding-left: 36px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-total {
      padding-left: 82px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-name .product-nameee {
      width: 125px !important;
      margin-left: 7px !important;
      padding-right: 10px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version {
      padding-right: 10px !important;
      width: 154px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period {
      padding-right: 10px !important;
      width: 85px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament {
      padding-right: 10px !important;
      width: 163px !important; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total {
      padding-right: 20px !important;
      width: 90px !important; } }

@media screen and (max-width: 1168px) and (min-width: 877px) {
  .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(5), .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(9), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(5), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(9) {
    margin-right: 29px !important; }
  .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(4), .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(7), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(4), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(7) {
    margin-right: 0px !important; } }

@media screen and (max-width: 876px) and (min-width: 40px) {
  .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(5), .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(9), .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(3), .woocommerce_checkout_page .woocommerce #piegades-adrese .lpaisais-div:nth-child(7), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(5), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(9), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(3), .woocommerce_checkout_page .woocommerce #juridiska-adrese .lpaisais-div:nth-child(7) {
    margin-right: 0px !important; }
  .woocommerce_checkout_page .woocommerce .wc_payment_method.payment_method_swedbank_card_lv label {
    width: 240px !important; } }

@media screen and (max-width: 876px) {
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order p {
    max-width: 100% !important; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order .woocommerce-info {
    position: static; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #payment .form-row.place-order .checkout_coupon {
    position: static;
    margin-top: 15px; } }

@media screen and (max-width: 779px) {
  .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table {
    position: relative;
    padding-top: 110px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
      font-family: Merriweather-Bold; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .product-name img {
      height: 93px;
      width: 67px;
      position: absolute;
      left: 0px;
      top: 0px; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head_container {
      display: none; }
    .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body {
      font-size: 14px;
      line-height: 23px;
      font-family: Merriweather-Light;
      color: #3B3B3B;
      letter-spacing: 0;
      text-align: left;
      vertical-align: top; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total {
        padding-left: 100px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version::before, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period::before, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament::before, .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total::before {
        font-family: BreuerCondensed-Regular;
        font-size: 20px;
        color: #3B3B3B;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        margin-left: -100px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before {
        content: "Nosaukums";
        margin-right: 26px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-version::before {
        content: "Versija";
        margin-right: 55px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-period::before {
        content: "Periods";
        margin-right: 53px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-abonament::before {
        content: "Abonements";
        margin-right: 21.5px; }
      .woocommerce_checkout_page .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-total::before {
        content: "Summa";
        margin-right: 52px; } }

@media screen and (max-width: 584px) {
  .woocommerce_checkout_page .woocommerce #product_company_name_field {
    margin-right: 0px !important;
    width: 290px !important; }
  .woocommerce_checkout_page .woocommerce #product_company_registration_nr_field {
    width: 290px !important; }
  .woocommerce_checkout_page .woocommerce #product_company_jur_add_field {
    width: 290px !important; }
  .woocommerce_checkout_page .woocommerce #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    margin-right: 0px !important;
    width: 290px !important; }
  .woocommerce_checkout_page .woocommerce #customer_details .woocommerce-billing-fields #piegades-adrese .lpaisais-div {
    margin-right: 0px !important;
    width: 290px !important; }
  .woocommerce_checkout_page .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #juridiska-adrese .lpaisais-div {
    margin-right: 0px !important;
    width: 290px !important; } }

@media screen and (max-width: 373px) {
  .woocommerce_checkout_page .woocommerce #payment ul .wc_payment_method.payment_method_bacs input {
    position: absolute !important; }
  .woocommerce_checkout_page .woocommerce #payment ul .wc_payment_method.payment_method_bacs label {
    padding-left: 28px !important;
    margin: 0px !important;
    vertical-align: top !important; } }

@media screen and (max-width: 614px) and (min-width: 40px) {
  .woocommerce_checkout_page .woocommerce #billing_last_name_field {
    margin-right: 0px !important; } }

.woocommerce_checkout_page .woocommerce-info {
  font-family: Merriweather-Light;
  font-size: 14px;
  color: #3B3B3B;
  letter-spacing: 0; }

.woocommerce_checkout_page .woocommerce-error {
  font-family: Merriweather-Light;
  font-size: 14px;
  list-style-type: none;
  margin: 0px; }

.woocommerce_checkout_page .checkout_coupon {
  width: 263px;
  margin-top: 10px; }
  .woocommerce_checkout_page .checkout_coupon .form-row.form-row-first {
    margin: 0px; }
    .woocommerce_checkout_page .checkout_coupon .form-row.form-row-first input {
      position: static;
      width: 100%;
      border: 1px solid #D8D8D8;
      border-radius: 3px;
      box-shadow: none;
      height: 45px; }
  .woocommerce_checkout_page .checkout_coupon .form-row.form-row-last {
    margin: 0px;
    position: static;
    margin-top: 17px; }
    .woocommerce_checkout_page .checkout_coupon .form-row.form-row-last button {
      margin: 0px;
      width: 100%;
      border: 1px solid #D8232A;
      border-radius: 3px;
      font-family: BreuerCondensed-Regular;
      font-size: 24px;
      color: #D8232A;
      letter-spacing: 0;
      text-align: center;
      background-color: #FFFFFF; }
    .woocommerce_checkout_page .checkout_coupon .form-row.form-row-last button:hover {
      color: #FFFFFF;
      background-color: #D8232A; }

@media screen and (max-width: 900px) {
  .woocommerce_checkout_page .checkout_coupon {
    display: block;
    margin-top: 10px !important; } }

@media screen and (max-width: 510px) {
  .woocommerce_checkout_page .checkout_coupon {
    margin-right: auto !important;
    margin-left: auto !important; } }

.woocommerce_checkout_page .woocommerce .form-row.place-order .required {
  text-decoration: none !important;
  cursor: context-menu !important; }

.product_order_information_container {
  margin-top: 20px;
  position: relative; }
  .product_order_information_container .delivery_info_title, .product_order_information_container .payment_info_title {
    font-family: BreuerCondensed-Bold;
    font-size: 26px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-bottom: 10px; }
  .product_order_information_container .delivery_info_container, .product_order_information_container .payment_info_container {
    display: inline-block;
    vertical-align: top;
    font-family: Merriweather-Light;
    font-size: 16px;
    color: #222222;
    letter-spacing: -0.08px;
    text-align: left;
    line-height: 26px; }
  .product_order_information_container .delivery_info_container {
    width: 261px; }
  .product_order_information_container .payment_info_container {
    width: 218px;
    margin-left: 30px; }
  .product_order_information_container .continue_shopping_button {
    background: #D8232A;
    border-radius: 3px;
    display: block;
    height: 50px;
    width: 262px;
    font-family: BreuerCondensed-Regular;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding-top: 6px;
    position: absolute;
    top: 0px;
    right: 0px; }
    .product_order_information_container .continue_shopping_button.grey {
      color: #7F7F7F;
      background: #FFFFFF;
      border: 1px solid #D8D8D8; }
  .product_order_information_container .continue_shopping_button.read {
    top: 70px;
    color: #7F7F7F;
    border: 1px solid #D8D8D8;
    background: #FFFFFF; }
    .product_order_information_container .continue_shopping_button.read.red {
      background: #D8232A;
      color: #FFFFFF;
      border: none; }
  .product_order_information_container .continue_shopping_button.return {
    top: 70px; }
  .product_order_information_container .continue_shopping_button:hover {
    background: #b91e24; }
  .product_order_information_container .continue_shopping_button.read:hover {
    color: #D8232A;
    background: #FFFFFF; }

.woocommerce-checkout.woocommerce-page .subscription-background-conteiner {
  margin-top: 100px; }

@media screen and (max-width: 820px) and (min-width: 1px) {
  .product_order_information_container {
    padding-bottom: 0px; }
    .product_order_information_container .continue_shopping_button {
      position: static !important;
      margin-right: auto;
      margin-left: auto;
      margin-top: 30px; } }

@media screen and (max-width: 542px) and (min-width: 1px) {
  .product_order_information_container .payment_info_container {
    margin-left: 0px !important;
    margin-top: 20px !important;
    display: block !important; } }

@media screen and (max-width: 779px) and (min-width: 1px) {
  .woocommerce-order.thankyou .shop_table.woocommerce-checkout-review-order-table {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px; } }

.woocommerce-order.thankyou.workshop .table_body .product-name img {
  height: 67px !important; }

.payment_history main {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 50px; }

@media screen and (min-width: 780px) {
  .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head {
    background: #F4F4F4;
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    height: 42px;
    border-bottom: 1px solid #D8D8D8; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head div {
      display: inline-block;
      padding-top: 6px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 67px;
      text-align: center; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Kategorija {
      width: 66px;
      margin-left: 29px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Apraksts {
      width: 57px;
      margin-left: 130px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Statuss {
      width: 50px;
      margin-left: 236px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Datums {
      width: 128px;
      margin-left: 145px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Summa {
      width: 49px;
      margin-left: 65px; }
  .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
    padding-top: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item div {
      display: inline-block;
      vertical-align: top;
      font-family: Merriweather-Light;
      font-size: 14px;
      color: #222222;
      letter-spacing: 0;
      text-align: left;
      line-height: 23px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 67px;
      text-align: center; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Kategorija {
      width: 165px;
      margin-left: 30px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Apraksts {
      width: 261px;
      margin-left: 32px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Statuss {
      width: 103px;
      margin-left: 33px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Datums {
      width: 165px;
      margin-left: 92px; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Summa {
      width: 110px;
      margin-left: 30px;
      font-family: Merriweather-Bold; } }

@media screen and (max-width: 1169px) and (min-width: 1070px) {
  .payment_history .shop_table.woocommerce-checkout-review-order-table {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Kategorija {
      margin-left: 19px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 47px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Apraksts {
      margin-left: 120px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Statuss {
      margin-left: 196px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 47px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Kategorija {
      width: 155px !important;
      margin-left: 20px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Apraksts {
      width: 221px !important; } }

@media screen and (max-width: 1069px) and (min-width: 990px) {
  .payment_history .shop_table.woocommerce-checkout-review-order-table {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Apraksts {
      margin-left: 80px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Datums {
      margin-left: 115px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Summa {
      margin-left: 25px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Kategorija {
      width: 115px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Datums {
      width: 155px !important;
      margin-left: 62px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Summa {
      width: 79px !important;
      margin-left: 0px !important; } }

@media screen and (max-width: 989px) and (min-width: 890px) {
  .payment_history .shop_table.woocommerce-checkout-review-order-table {
    width: 860px;
    margin-left: auto;
    margin-right: auto; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 37px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Kategorija {
      margin-left: 19px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Apraksts {
      margin-left: 80px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Statuss {
      margin-left: 196px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Datums {
      margin-left: 75px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Summa {
      margin-left: 55px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 37px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Apraksts {
      width: 221px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Kategorija {
      width: 115px !important;
      margin-left: 20px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Datums {
      width: 155px !important;
      margin-left: 22px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Summa {
      width: 69px !important; } }

@media screen and (max-width: 889px) and (min-width: 780px) {
  .payment_history .shop_table.woocommerce-checkout-review-order-table {
    width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 37px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Kategorija {
      margin-left: 19px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Apraksts {
      margin-left: 70px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Statuss {
      margin-left: 116px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Datums {
      margin-left: 75px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head .Summa {
      margin-left: 28px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 37px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Apraksts {
      width: 141px !important;
      margin-left: 22px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Kategorija {
      width: 115px !important;
      margin-left: 20px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Datums {
      width: 128px !important;
      margin-left: 22px !important; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Summa {
      width: 79px !important; } }

@media screen and (max-width: 779px) {
  .payment_history main {
    margin-top: 25px !important; }
  .payment_history .shop_table.woocommerce-checkout-review-order-table {
    position: relative; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body {
      border-top: 1px solid #D8D8D8; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
        padding-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #D8D8D8; }
        .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Summa {
          font-family: Merriweather-Bold; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_head_container {
      display: none; }
    .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body {
      font-size: 14px;
      line-height: 23px;
      font-family: Merriweather-Light;
      color: #3B3B3B;
      letter-spacing: 0;
      text-align: left;
      vertical-align: top; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Nummurs, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Kategorija, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Apraksts, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Statuss, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Datums, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Summa {
        padding-left: 100px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Nummurs::before, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Kategorija::before, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Apraksts::before, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Statuss::before, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Datums::before, .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Summa::before {
        font-family: BreuerCondensed-Regular;
        font-size: 20px;
        color: #3B3B3B;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        margin-left: -100px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Nummurs::before {
        content: "Nr.";
        margin-right: 77px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Kategorija::before {
        content: "Kategorija";
        margin-right: 25px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Apraksts::before {
        content: "Apraksts";
        margin-right: 35px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Statuss::before {
        content: "Statuss";
        margin-right: 42px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Datums::before {
        content: "Maksājums";
        margin-right: 17px; }
      .payment_history .shop_table.woocommerce-checkout-review-order-table .table_body .Summa::before {
        content: "Summa";
        margin-right: 43px; } }

.active_subscription main {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 50px; }

@media screen and (min-width: 780px) {
  .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head {
    background: #F4F4F4;
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    height: 42px;
    border-bottom: 1px solid #D8D8D8; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head div {
      display: inline-block;
      padding-top: 6px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 64px;
      text-align: center; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Zurnals {
      width: 49px;
      margin-left: 32px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Versija {
      width: 44px;
      margin-left: 147px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Abonets_lidz {
      width: 80px;
      margin-left: 151px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Sanemejs {
      width: 64px;
      margin-left: 115px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Adrese {
      width: 45px;
      margin-left: 131px; }
  .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
    padding-top: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item div {
      display: inline-block;
      vertical-align: top;
      font-family: Merriweather-Light;
      font-size: 14px;
      color: #222222;
      letter-spacing: 0;
      text-align: left;
      line-height: 23px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 64px;
      text-align: center; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Zurnals {
      width: 165px;
      margin-left: 33px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Versija {
      width: 165px;
      margin-left: 32px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Abonets_lidz {
      width: 165px;
      margin-left: 30px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Sanemejs {
      width: 165px;
      margin-left: 31px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Adrese {
      width: 241px;
      margin-left: 31px; } }

@media screen and (max-width: 1169px) and (min-width: 1070px) {
  .active_subscription .shop_table.woocommerce-checkout-review-order-table {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Versija {
      margin-left: 127px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Sanemejs {
      margin-left: 95px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Zurnals {
      width: 145px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Abonets_lidz {
      width: 145px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Adrese {
      width: 211px !important; } }

@media screen and (max-width: 1069px) and (min-width: 990px) {
  .active_subscription .shop_table.woocommerce-checkout-review-order-table {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Zurnals {
      margin-left: 12px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Versija {
      margin-left: 107px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Sanemejs {
      margin-left: 75px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Zurnals {
      width: 125px !important;
      margin-left: 13px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Abonets_lidz {
      width: 125px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Adrese {
      width: 191px !important; } }

@media screen and (max-width: 989px) and (min-width: 890px) {
  .active_subscription .shop_table.woocommerce-checkout-review-order-table {
    width: 860px;
    margin-left: auto;
    margin-right: auto; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Zurnals {
      margin-left: 12px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Versija {
      margin-left: 92px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Abonets_lidz {
      margin-left: 121px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Sanemejs {
      margin-left: 30px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Adrese {
      margin-left: 101px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Zurnals {
      width: 125px !important;
      margin-left: 13px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Versija {
      width: 135px !important;
      margin-left: 17px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Abonets_lidz {
      width: 80px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Sanemejs {
      width: 135px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Adrese {
      width: 191px !important; } }

@media screen and (max-width: 889px) and (min-width: 780px) {
  .active_subscription .shop_table.woocommerce-checkout-review-order-table {
    width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Zurnals {
      margin-left: 12px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Versija {
      margin-left: 67px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Abonets_lidz {
      margin-left: 86px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Sanemejs {
      margin-left: 30px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head .Adrese {
      margin-left: 101px; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Nummurs {
      width: 34px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Zurnals {
      width: 100px !important;
      margin-left: 13px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Versija {
      width: 115px !important;
      margin-left: 17px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Abonets_lidz {
      width: 80px !important;
      margin-left: 15px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Sanemejs {
      width: 135px !important; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .Adrese {
      width: 141px !important; } }

@media screen and (max-width: 779px) {
  .active_subscription main {
    margin-top: 25px !important; }
  .active_subscription .shop_table.woocommerce-checkout-review-order-table {
    position: relative; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body {
      border-top: 1px solid #D8D8D8; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
        padding-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #D8D8D8; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_head_container {
      display: none; }
    .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body {
      font-size: 14px;
      line-height: 23px;
      font-family: Merriweather-Light;
      color: #3B3B3B;
      letter-spacing: 0;
      text-align: left;
      vertical-align: top; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Nummurs, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Zurnals, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Versija, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Abonets_lidz, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Sanemejs, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Adrese {
        padding-left: 100px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Nummurs::before, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Zurnals::before, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Versija::before, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Abonets_lidz::before, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Sanemejs::before, .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Adrese::before {
        font-family: BreuerCondensed-Regular;
        font-size: 20px;
        color: #3B3B3B;
        letter-spacing: 0;
        text-align: left;
        line-height: 28px;
        margin-left: -100px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Nummurs::before {
        content: "Nr.";
        margin-right: 77px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Zurnals::before {
        content: "Žurnāls";
        margin-right: 47px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Versija::before {
        content: "Versija";
        margin-right: 52px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Abonets_lidz::before {
        content: "Abonēts līdz";
        margin-right: 17px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Sanemejs::before {
        content: "Saņēmējs";
        margin-right: 29px; }
      .active_subscription .shop_table.woocommerce-checkout-review-order-table .table_body .Adrese::before {
        content: "Adrese";
        margin-right: 47px; } }

.product_cat-darbnicas .post-info-block {
  width: 261px;
  margin-top: 1px; }
  .product_cat-darbnicas .post-info-block .post-info-block-image .rounded {
    width: 94.5px;
    height: 94.5px; }

.product_cat-darbnicas .post-info-block.event-place {
  width: 261px;
  margin-top: 1px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
  width: 100%;
  position: relative;
  top: 0px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
  position: absolute;
  width: 265px;
  left: auto;
  right: 0px; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop .checkbox {
    font-size: 16px; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop .optional {
    display: none; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity {
  width: 184px; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity label {
    display: inline-block;
    font-size: 14px;
    font-family: Merriweather-Light; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity input {
    display: inline-block;
    width: 55px;
    float: right; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
  width: 265px;
  float: right;
  margin-top: 100px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
  position: absolute;
  right: 100px;
  top: 100px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .notikums_excerpt {
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: left;
  line-height: 26px; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .notikums_excerpt .load_more {
    display: block;
    width: 265px;
    text-align: center;
    background-color: #D8232A;
    border-radius: 3px;
    color: #ffffff;
    font-family: "BreuerCondensed-Regular";
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    height: 30px;
    padding-top: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .notikums_content .load_less {
  display: block;
  width: 265px;
  text-align: center;
  background-color: #D8232A;
  color: #ffffff;
  font-family: "BreuerCondensed-Regular";
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  height: 30px;
  padding-top: 3px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  border-radius: 3px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .notikums_content {
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: left;
  line-height: 26px; }

.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .reset_variations {
  display: none !important; }

@media only screen and (max-width: 1023px) {
  .product_cat-darbnicas .woocommerce_single_product_left_side_container .post-info-block-image {
    margin-left: 15%; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    float: left; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
    position: absolute !important;
    top: 200px;
    left: 0px; } }

@media only screen and (max-width: 739px) {
  .product_cat-darbnicas .woocommerce_single_product_left_side_container .post-info-block {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 639px) {
  .product_cat-darbnicas .woocommerce_single_product_left_side_container .post-info-block-image {
    margin-left: 25%; } }

@media only screen and (max-width: 471px) {
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value {
    display: block; }
    .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
    margin-right: auto;
    margin-left: auto;
    position: relative !important;
    margin-top: 0; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
    width: 100%;
    left: 0px;
    top: 60px; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    margin-top: 140px; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
    top: 160px; } }

@media only screen and (max-width: 1039px) {
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    float: left; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
    left: 0px;
    right: auto;
    bottom: 70px; } }

.single_wocoommerce_product_page .woocommerce_single_product_right_side_container p.price {
  display: none; }

.cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container p.price, .product_cat-darbnicas .woocommerce_single_product_right_side_container p.price, .product_cat-nometnes .woocommerce_single_product_right_side_container p.price {
  display: block;
  position: absolute;
  right: 0px;
  top: 150px;
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: left;
  line-height: 26px;
  width: 265px; }

@media only screen and (max-width: 1039px) {
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container p.price {
    right: auto;
    left: 0px;
    bottom: -75px;
    top: auto; }
  .product_cat-darbnicas .woocommerce_single_product_right_side_container p.price {
    right: auto;
    left: 0px;
    bottom: 45px;
    top: auto; }
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container p.price {
    right: auto;
    left: 0px;
    bottom: -75px;
    top: auto; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container p.price {
    right: auto;
    left: 0px;
    bottom: 45px;
    top: auto; } }

@media only screen and (max-width: 471px) {
  .product_cat-darbnicas .woocommerce_single_product_right_side_container p.price {
    bottom: -35px;
    left: 40%; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container p.price {
    bottom: -35px;
    left: 40%; } }

@media screen and (max-width: 1039px) {
  .single_wocoommerce_product_page .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container {
    margin-bottom: 140px !important; }
  .single_wocoommerce_product_page .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container {
    margin-bottom: 140px !important; } }

.cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity {
  display: none !important; }

.cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle {
  max-width: 410px; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .cycle_product {
    height: auto; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .title {
    font-size: 18px;
    margin-bottom: 20px; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p {
    display: inline-block;
    vertical-align: top; }
    .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p a {
      display: block;
      width: 75px; }
    .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p input {
      margin-bottom: 0px; }
    .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p label {
      font-size: 13px;
      font-family: Merriweather-Light; }
      .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p label .optional {
        display: none; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p:first-child {
    max-width: 300px; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .workshop_cycle .workshop_cycle_products .cycle_product p:nth-child(2) {
    width: 60px;
    float: right; }

.cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
  width: 265px;
  left: auto;
  right: 0px; }

@media only screen and (max-width: 1039px) {
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    position: absolute;
    bottom: -130px;
    margin-top: 0px; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
    left: 0px;
    right: auto;
    bottom: -40px; } }

@media only screen and (max-width: 650px) {
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 471px) {
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
    position: static !important; }
  .cycle_product.product_cat-darbnicas .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
    top: auto;
    bottom: -30px;
    height: 36px; } }

.woocommerce_checkout_page.workshop_checkout .product-name img, .woocommerce-order.thankyou.camp .product-name img {
  height: 67px !important; }

.woocommerce_checkout_page.workshop_checkout .woocommerce-billing-fields__field-wrapper p input, .woocommerce_checkout_page.workshop_checkout .visitor_container__info p input, .woocommerce_checkout_page.workshop_checkout #product_company_name, .woocommerce_checkout_page.workshop_checkout #pvn_payer_nr, .woocommerce_checkout_page.workshop_checkout #jur_address, .woocommerce-order.thankyou.camp .woocommerce-billing-fields__field-wrapper p input, .woocommerce-order.thankyou.camp .visitor_container__info p input, .woocommerce-order.thankyou.camp #product_company_name, .woocommerce-order.thankyou.camp #pvn_payer_nr, .woocommerce-order.thankyou.camp #jur_address {
  font-size: 20px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-order.thankyou.camp .woocommerce-form-login-toggle .woocommerce-info {
  display: none; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
  width: 300px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity {
  margin-left: 225px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity {
  width: 60px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-date, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-date {
  margin-left: 70px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date {
  margin-left: 120px;
  width: 120px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-time {
  margin-left: 250px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
  width: 150px;
  margin-left: 180px; }

@media only screen and (max-width: 1169px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
    width: 200px !important; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity {
    margin-left: 125px; } }

@media only screen and (max-width: 989px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-time {
    margin-left: 150px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
    margin-left: 80px; } }

@media only screen and (max-width: 889px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-date, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-date {
    margin-left: 50px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date {
    margin-left: 100px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_head .product-time {
    margin-left: 80px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
    margin-left: 10px; } }

@media only screen and (max-width: 900px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-top: 0px; } }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before {
    margin-right: 60px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity:before, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity:before {
    content: "Dalībnieku skaits";
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-left: -120px;
    margin-right: 20px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date:before, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date:before {
    content: "Datums";
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-right: 80px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time:before, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time:before {
    content: "Laiks";
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-right: 97px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity {
    width: 300px;
    padding-left: 120px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity input, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity input {
      display: inline-block;
      width: 60px;
      margin-bottom: 0px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
    width: 300px !important; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date {
    margin-left: 0;
    width: 300px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
    margin-left: 0px;
    width: 300px; } }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p {
  width: 263px;
  display: inline-block;
  margin-right: 29px;
  margin-bottom: 20px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p label, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p label {
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-bottom: 10px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p label .required, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p label .required {
      display: none; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p span input, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p span input {
    margin-bottom: 0px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    box-shadow: none;
    height: 45px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address {
  display: inline-block; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p {
    margin-right: 29px;
    margin-bottom: 20px;
    width: 263px;
    display: inline-block; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p label, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p label, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p label, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p label {
      font-family: BreuerCondensed-Regular;
      font-size: 20px;
      color: #2B2B2B;
      letter-spacing: 0;
      text-align: left;
      line-height: 28px;
      margin-bottom: 10px; }
      .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p label .required, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p label .required, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p label .required, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p label .required {
        display: none; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p span input, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p span input, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p span input, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p span input {
      margin-bottom: 0px;
      border: 1px solid #D8D8D8;
      border-radius: 3px;
      box-shadow: none;
      height: 45px; }

@media only screen and (max-width: 584px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #pvn_payer_nr p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p {
    width: 290px; } }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #jur_address p {
  margin-right: 0px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p:nth-child(4), .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p:nth-child(4) {
  margin-right: 0px; }

@media only screen and (max-width: 584px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info p {
    width: 290px !important; } }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
  border-bottom: 1px solid #D8D8D8; }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
    padding-bottom: 10px;
    padding-top: 10px; } }

.woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row {
  position: relative;
  height: 132px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container {
    width: 600px;
    position: absolute;
    right: 0px;
    font-family: Merriweather-Light;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    line-height: 23px;
    font-weight: 700;
    bottom: 0px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price_title, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount_title, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price_title, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price_currency, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price_title, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount_title, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price_title, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price_currency {
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 10px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount {
      padding-left: 5px;
      padding-right: 5px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price {
      color: #ffffff;
      background: #D9222A; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price_currency, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container .Normal_price_currency {
      float: right; }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container, .woocommerce-order.thankyou.camp .woocommerce .shop_table.woocommerce-checkout-review-order-table .Product_price_container_row .Product_price_container {
    position: static;
    width: 300px;
    border-top: none; } }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info .attending_workshops p:nth-child(4), .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info .attending_workshops p:nth-child(4) {
  margin-right: 29px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container {
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .camp_notice, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .camp_notice {
    font-family: Merriweather-Light;
    font-size: 16px;
    color: #D9222A;
    letter-spacing: 0;
    text-align: right;
    line-height: 28px;
    margin-top: -90px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice span, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .camp_notice span, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice span, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .camp_notice span {
      font-weight: 700; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice p, .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .camp_notice p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice p, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .camp_notice p {
      display: inline-block;
      margin-bottom: 0px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor {
    width: 240px;
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    letter-spacing: 0;
    text-align: left;
    background: #D8232A;
    border-radius: 2em;
    text-transform: uppercase; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor a, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor a {
      color: #FFFFFF;
      display: block; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor a:before, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor a:before {
      color: #FFFFFF;
      content: "";
      height: 30px;
      width: 30px;
      display: inline-block;
      background-image: url(https://ir.lv/wp-content/themes/ir.lv/assets/images/plus_icon.png);
      background-size: 30px 30px;
      vertical-align: bottom;
      margin-left: 15px;
      margin-right: 15px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor:hover, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .add_visitor:hover {
    background: #b91e24; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor {
  width: 240px;
  font-family: BreuerCondensed-Regular;
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  background: #D8232A;
  border-radius: 2em;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor a, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor a {
    color: #FFFFFF;
    display: block; }
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor a:before, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor a:before {
    color: #FFFFFF;
    content: "";
    height: 30px;
    width: 30px;
    display: inline-block;
    background-image: url(https://ir.lv/wp-content/themes/ir.lv-nometnes/assets/images/minus_icon.png);
    background-size: 30px 30px;
    vertical-align: bottom;
    margin-left: 15px;
    margin-right: 15px; }

.woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor:hover, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .remove_visitor:hover {
  background: #b91e24; }

@media screen and (max-width: 915px) and (min-width: 877px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info .attending_workshops p:nth-child(4), .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #visitor_container .visitor_container__info .attending_workshops p:nth-child(4) {
    margin-right: 0px; } }

@media only screen and (max-width: 680px) {
  .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container {
    margin-bottom: 20px; }
    .woocommerce_checkout_page.workshop_checkout .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice, .woocommerce-order.thankyou.camp .woocommerce .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .workshop_option_container .cycle_notice {
      margin-top: 20px;
      text-align: left; } }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container {
  top: 0px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row {
  margin-bottom: 80px !important; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .advance_payment, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .advance_amount {
    display: inline-block;
    margin-top: 10px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .advance_amount {
    float: right; }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
    padding-left: 134px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee:before {
    margin-left: -135px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before {
    margin-right: 56px; } }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row {
  position: relative;
  height: 132px;
  margin-bottom: 50px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container {
    width: 600px;
    position: absolute;
    right: 0px;
    font-family: Merriweather-Light;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    line-height: 23px;
    font-weight: 700;
    bottom: 0px; }
    .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Normal_price_title, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Discount_amount_title, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Final_price_title, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Normal_price_currency, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Normal_price_title, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Discount_amount_title, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Final_price_title, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Normal_price_currency {
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 10px; }
    .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Final_price, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Normal_price, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Discount_amount, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Final_price, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Normal_price, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Discount_amount {
      padding-left: 5px;
      padding-right: 5px; }
    .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Final_price, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Final_price {
      color: #ffffff;
      background: #D9222A; }
    .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container .Normal_price_currency, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Final_price_currency, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Discount_amount_percentage, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container .Normal_price_currency {
      float: right; }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .Product_price_container_row .Product_price_container, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .Product_price_container_row .Product_price_container {
    position: static;
    width: 300px;
    border-top: none; } }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
  width: 300px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity {
  margin-left: 225px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity {
  width: 60px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-date, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-date {
  margin-left: 70px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date {
  margin-left: 120px;
  width: 120px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-time {
  margin-left: 250px; }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
  width: 150px;
  margin-left: 180px; }

@media only screen and (max-width: 1169px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
    width: 200px !important; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-quantity {
    margin-left: 125px; } }

@media only screen and (max-width: 989px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-time {
    margin-left: 150px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
    margin-left: 80px; } }

@media only screen and (max-width: 889px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-date, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-date {
    margin-left: 50px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date {
    margin-left: 100px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_head .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_head .product-time {
    margin-left: 80px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
    margin-left: 10px; } }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .product-nameee::before {
    margin-right: 60px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity:before, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity:before {
    content: "Dalībnieku skaits";
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-left: -120px;
    margin-right: 20px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date:before, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date:before {
    content: "Datums";
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-right: 80px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time:before, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time:before {
    content: "Laiks";
    font-family: BreuerCondensed-Regular;
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    margin-right: 97px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity {
    width: 300px;
    padding-left: 120px; }
    .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity input, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-quantity input {
      display: inline-block;
      width: 60px;
      margin-bottom: 0px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-name .product-nameee {
    width: 300px !important; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-date {
    margin-left: 0;
    width: 300px; }
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item .product-time {
    margin-left: 0px;
    width: 300px; } }

.woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
  border-bottom: 1px solid #D8D8D8; }

@media only screen and (max-width: 779px) {
  .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.workshop .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item, .woocommerce_checkout_page .woocommerce .woocommerce-order.thankyou.camp .shop_table.woocommerce-checkout-review-order-table .table_body .cart_item {
    padding-bottom: 10px;
    padding-top: 10px; } }

.single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li {
  height: 260px; }
  .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li img {
    height: 260px; }
  .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li .product_arhive_page_button {
    bottom: 10px; }
  .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li .product_info_text {
    bottom: 95px; }
  .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li .product_date {
    bottom: 70px; }
  .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li .woocommerce_product_picture_gradient {
    height: 213px;
    margin-top: -213px; }

@media screen and (max-width: 526px) {
  .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li {
    height: auto; }
    .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li img {
      height: 75px;
      vertical-align: top;
      margin-top: 20px; }
    .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li .product_date {
      display: none; }
    .single_wocoommerce_product_page .woocommerce_single_product_related_product_container.workshop ul li .section-tag.tag-top {
      font-size: 9px;
      padding: 0.2em; } }

.woocommerce_checkout_page.workshop_checkout #visitor_container .attending_workshops input {
  height: auto !important; }

@media screen and (max-width: 779px) {
  .woocommerce_checkout_page.workshop_checkout .shop_table .table_body .cart_item .product-name img {
    display: none; }
  .woocommerce_checkout_page.workshop_checkout .shop_table {
    padding-top: 0px !important; }
  .woocommerce_checkout_page.workshop_checkout .shop_table .table_body .cart_item .product-name .product-nameee {
    padding-left: 135px !important; }
  .woocommerce_checkout_page.workshop_checkout .shop_table .table_body .cart_item .product-name .product-nameee:before {
    margin: 0px !important;
    margin-left: -135px !important;
    margin-right: 60px !important; } }

@media screen and (max-width: 779px) {
  .woocommerce_checkout_page .thankyou.workshop .shop_table {
    padding-top: 0px !important; }
  .woocommerce_checkout_page .thankyou.workshop .shop_table .table_body .cart_item .product-name img {
    display: none; }
  .woocommerce_checkout_page .thankyou.workshop .shop_table .table_body .cart_item .product-name .product-nameee {
    padding-left: 135px !important; }
  .woocommerce_checkout_page .thankyou.workshop .shop_table .table_body .cart_item .product-name .product-nameee:before {
    margin: 0px !important;
    margin-left: -135px !important;
    margin-right: 60px !important; } }

@media screen and (max-width: 526px) {
  .single_wocoommerce_product_page .product_cat-darbnicas .woocommerce_single_product_left_side_container .woocommerce_single_image {
    width: 261px !important; } }

.product_cat-nometnes .post-info-block.event-place {
  width: 261px;
  margin-top: 1px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
  width: 100%;
  position: relative;
  top: 0px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity {
  width: 184px; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity label {
    display: inline-block;
    font-size: 14px;
    font-family: Merriweather-Light; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity input {
    display: inline-block;
    width: 55px;
    float: right; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
  width: 265px;
  float: right;
  margin-top: 100px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
  position: absolute;
  right: 100px;
  top: 100px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .notikums_excerpt {
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: left;
  line-height: 26px; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .notikums_excerpt .load_more {
    display: block;
    width: 265px;
    text-align: center;
    background-color: #D8232A;
    border-radius: 3px;
    color: #ffffff;
    font-family: "BreuerCondensed-Regular";
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    height: 30px;
    padding-top: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .notikums_content .load_less {
  display: block;
  width: 265px;
  text-align: center;
  background-color: #D8232A;
  color: #ffffff;
  font-family: "BreuerCondensed-Regular";
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  height: 30px;
  padding-top: 3px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  border-radius: 3px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .notikums_content {
  font-family: Merriweather-Light;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.08px;
  text-align: left;
  line-height: 26px; }

.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .reset_variations {
  display: none !important; }

@media only screen and (max-width: 1023px) {
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    float: left; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
    position: absolute !important;
    top: 200px;
    left: 0px; } }

@media only screen and (max-width: 739px) {
  .product_cat-nometnes .woocommerce_single_product_left_side_container .post-info-block {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 471px) {
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value {
    display: block; }
    .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary form .variations .attribute-pa_grupa .value div {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
    margin-right: auto;
    margin-left: auto;
    position: relative !important;
    margin-top: 0; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .select_time_period_container {
    min-height: 240px; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .subscription_check_workshop {
    width: 100%;
    left: 0px;
    top: 60px; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    margin-top: 85px; }
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
    top: 160px; } }

@media only screen and (max-width: 1039px) {
  .product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    float: left; } }

.camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .quantity {
  display: none !important; }

.camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle {
  max-width: 410px; }
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_product {
    height: 90px; }
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .title {
    font-size: 18px;
    margin-bottom: 20px; }
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p {
    display: inline-block;
    vertical-align: top; }
    .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p a {
      display: block;
      width: 75px; }
    .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p input {
      margin-bottom: 0px; }
    .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p label {
      font-size: 13px;
      font-family: Merriweather-Light; }
      .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p label .optional {
        display: none; }
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p:first-child {
    max-width: 300px; }
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .camp_bundle .camp_bundle_products .camp_bundle_product p:nth-child(2) {
    width: 60px;
    float: right; }

@media only screen and (max-width: 1039px) {
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
    position: absolute;
    bottom: -130px;
    margin-top: 0px; } }

@media only screen and (max-width: 650px) {
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container {
    margin-bottom: 100px !important; } }

@media only screen and (max-width: 471px) {
  .camp_bundle_product.product_cat-nometnes .woocommerce_single_product_right_side_container .summary.entry-summary .single_variation_wrap {
    position: static !important; } }

.bottom_sticky_ad {
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: transparent;
  z-index: 9999999; }
  .bottom_sticky_ad .bottom_sticky_ad--inner_content {
    height: 100%;
    margin: 0 auto;
    text-align: center; }
    .bottom_sticky_ad .bottom_sticky_ad--inner_content .banner_button {
      position: absolute;
      max-width: 210px;
      top: 0;
      right: 50px;
      top: 50%;
      transform: translateY(-50%); }
      .bottom_sticky_ad .bottom_sticky_ad--inner_content .banner_button .button {
        border: solid 1px black;
        height: 50%;
        line-height: 0; }
    .bottom_sticky_ad .bottom_sticky_ad--inner_content .close_banner {
      max-width: 20px;
      width: 100%;
      margin-right: 10px;
      text-align: center;
      font-size: 35px;
      position: absolute;
      top: 0;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  .bottom_sticky_ad .close-button {
    top: 50%;
    transform: translateY(-50%); }