@charset "UTF-8";
/*!
Theme Name: novisplet
Theme URI: http://underscores.me/
Author: novisplet
Author URI: http://novisplet.com
Description: Novisplet starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ns-template
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

novisplet is based on Underscores https://underscores.me/, (sC) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links	
	## Menus  
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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
	 ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Custom VC blocks
--------------------------------------------------------------*/
.ns-slider {
  overflow: visible;
  position: relative;
  opacity: 0;
  height: 550px;
  margin: 0 auto;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  max-width: 2560px;
}
.ns-slider.slick-initialized {
  opacity: 1;
}
.ns-slider .slick-list .slick-track {
  background-color: transparent;
}
.ns-slider .slick-list .slick-track .slide {
  background-position: center !important;
  height: 550px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.ns-slider .slick-list .slick-track .slide > div {
  padding: 0;
  position: relative;
  height: 100%;
}
.ns-slider .slick-list .slick-track .slide > div > div {
  display: flex;
  align-items: center;
  height: 100%;
}
.ns-slider .slick-list .slick-track .slide > div > div > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text h1,
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 30px;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text h3 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #ffffff;
  animation-duration: 1.6s;
  animation-delay: 0.4s;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text p {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: #ffffff;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text .btn {
  display: flex;
  align-items: center;
  align-self: flex-start;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text .btn svg {
  margin-left: 10px;
}
.ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text .btn:hover {
  border-color: #282882;
}
.ns-slider .ns-slider-controls {
  position: absolute;
  z-index: 1;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  bottom: 35px;
}
.ns-slider ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: 0;
  padding: 0;
  display: flex;
}
.ns-slider ul.slick-dots li {
  display: block;
  margin-right: 10px;
}
.ns-slider ul.slick-dots li:last-child {
  margin-right: 0;
}
.ns-slider ul.slick-dots li.slick-active button {
  background: #ffffff;
  border-color: #ffffff;
}
.ns-slider ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #c0c0c0;
  cursor: pointer;
}
.ns-slider ul.slick-dots li button:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.ns-slider ul.slick-dots li button:focus {
  outline: none;
}
.ns-slider .slick-arrow {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  font-size: 0;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: #ffffff;
  transition: background-color 0.2s;
}
.ns-slider .slick-arrow > svg {
  width: 14px;
  stroke: #000000;
  transition: stroke 0.2s;
}
.ns-slider .slick-arrow:hover {
  background: #ffffff;
}
.ns-slider .slick-arrow:hover > svg {
  stroke: #ffffff;
}
.ns-slider .slick-arrow:focus {
  outline: none;
}
.ns-slider .slick-arrow.slick-prev {
  left: calc(50% - 770px);
  background-image: url("img/arrow-back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
.ns-slider .slick-arrow.slick-next {
  right: calc(50% - 770px);
  background-image: url("img/arrow-forward.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
@media screen and (max-width: 1560px) {
  .ns-slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 1379px) {
  .ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text h1,
  .ns-slider .slick-list .slick-track .slide > div > div .ns-slider-text-col .ns-slider-text h2 {
    font-size: 35px;
    line-height: 41px;
  }
}
@media screen and (max-width: 991px) {
  .ns-slider {
    height: auto;
  }
  .ns-slider .slick-list .slick-track .slide {
    height: auto;
    background-size: cover !important;
    padding-bottom: 50px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div {
    flex-direction: column-reverse;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div {
    flex: auto;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col:after {
    display: none;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div img {
    margin: 30px auto;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text {
    padding: 0 15px;
    margin: 0 auto;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h1,
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h2 {
    margin-bottom: 15px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text p {
    max-height: 120px;
    overflow: hidden;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text .btn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text {
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h1,
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h2 {
    font-size: 28px;
    line-height: 26px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h3 {
    font-size: 16px;
    line-height: 34px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text p {
    font-size: 14px;
    line-height: 26px;
    max-height: 110px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text .btn {
    align-self: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 25px !important;
  }
}
@media screen and (max-width: 575px) {
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text .btn {
    margin-bottom: 0;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div img {
    padding: 0 30px;
  }
  .ns-slider ul.slick-dots {
    bottom: -10px;
  }
}
@media screen and (max-width: 370px) {
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col {
    height: 390px !important;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text {
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
  }
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h1,
  .ns-slider .slick-list .slick-track .slide > div > div > div.ns-slider-text-col .ns-slider-text h2 {
    font-size: 14px;
    line-height: 26px;
  }
}

.ns-slider-arrowdown {
  position: absolute;
  display: block;
  width: 26px;
  height: 55px;
  z-index: 5;
  left: calc(50% - 13px);
  bottom: 100px;
  animation: bouncy 1200ms ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}

@keyframes bouncy {
  0% {
    bottom: -15px;
  }
  50% {
    bottom: 15px;
  }
  100% {
    bottom: -15px;
  }
}
.ns-mainmenu-switch {
  display: none;
  position: absolute;
  right: 15px;
  top: -55px;
  width: 30px;
  height: 24px;
  z-index: 20;
  cursor: pointer;
}

.ns-mainmenu-switch div {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #de2121;
  border-radius: 0;
}

.ns-mainmenu-switch div:first-child {
  transition: all 0.3s;
}

.ns-mainmenu-switch div:nth-child(2) {
  margin-top: 8px;
  transition: all 0.3s;
}

.ns-mainmenu-switch div:nth-child(3) {
  margin-top: 8px;
  transition: all 0.3s;
}

.ns-mainmenu-switch div:nth-child(4) {
  margin-top: 16px;
  transition: all 0.3s;
}

.ns-mainmenu-switch.x-btn div:nth-child(2) {
  transform: rotate(45deg);
}

.ns-mainmenu-switch.x-btn div:nth-child(3) {
  transform: rotate(-45deg);
}

.ns-mainmenu-switch.x-btn div:nth-child(1), .ns-mainmenu-switch.x-btn div:nth-child(4) {
  opacity: 0;
}

.ns-cmen-topcontainer {
  position: relative;
  text-align: right;
  margin-top: -59px;
}

.ns-cmen-cont {
  position: static;
  display: inline-block;
  text-align: left;
}

.ns-cmen-cont > div > a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
}

.ns-cmen-cont > div > .fa {
  margin-left: 10px;
}

.ns-cmen-cont:hover > div > a, .ns-cmen-cont:hover > div > .fa {
  color: #de2121;
  text-decoration: none;
}

.ns-cmen-cont > div > .fa {
  transition: transform 0.4s;
}

.ns-cmen-cont:hover > div > .fa {
  transform: rotateX(180deg);
}

.ns-cmen-cont > div:first-child {
  margin-left: 50px;
}

.ns-cmen-submenucont {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 120;
  padding: 60px 90px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.ns-cmen-cont:hover .ns-cmen-submenucont {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.ns-cmen-submenucont h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #de2121;
}

.ns-cmen-submenucont ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.ns-cmen-submenucont ul {
  margin: 0;
  padding: 0;
}

.ns-cmen-submenucont ul li {
  list-style: none;
}

.ns-cmen-submenucont > div > div {
  margin-bottom: 30px;
}

a.ns-cmen-link {
  transition: color 0.2s;
}

.ns-cmen-submenucont ul li a.cmen-current, .ns-cmen-submenucont ul li a.cmen-current-parent, .ns_active_cat > a.ns-cmen-link {
  color: #de2121;
}

.ns_active_cat > .fa {
  transform: rotateX(180deg);
  color: #de2121;
}

.ns-cmen-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1200px) {
  .ns-cmen-topcontainer {
    margin-top: -51px;
  }
  .ns-cmen-submenucont {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 1380px) {
  .ns-mainmenu-switch {
    display: block;
  }
  .ns-cmen-topcontainer {
    margin-top: 35px;
    display: none;
    position: relative;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 66vh;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 0;
  }
  .ns-cmen-topcontainer.show-cmen {
    display: block;
  }
  .ns-cmen-cont {
    display: block;
  }
  .ns-cmen-cont > div:first-child {
    margin-left: 0;
  }
  .ns-cmen-cont:hover .ns-cmen-submenucont {
    visibility: unset;
    opacity: 0;
  }
  .ns-cmen-submenucont {
    padding: 0;
    box-shadow: none;
    position: relative;
    visibility: visible;
    opacity: 0;
    height: 0;
    z-index: 0;
  }
  .ns-cmen-cont.show-submenu .ns-cmen-submenucont {
    height: auto;
    max-height: 10000px;
    opacity: 1;
  }
  .ns-cmen-cont > div > .fa {
    position: absolute;
    right: 0;
  }
  .ns-cmen-cont > div > a {
    font-size: 18px;
  }
  .ns-cmen-cont:hover > div > .fa, .ns_active_cat > .fa {
    transform: unset;
  }
  .ns-cmen-cont:hover > div > a, .ns-cmen-cont:hover > div > .fa {
    color: #000000;
  }
  .ns-cmen-cont:hover > div > .fa.turn-me-round {
    transform: rotateX(180deg);
    color: #de2121;
  }
}
@media screen and (max-width: 767px) {
  .ns-mainmenu-switch {
    top: -40px;
  }
}
.ns-frontbox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  background: #f1f1f1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.ns-frontbox > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.ns-frontbox .frontbox-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
}
.ns-frontbox .frontbox-content .frontbox-text {
  flex: 1;
  padding-right: 20px;
}
.ns-frontbox .frontbox-content h3 {
  color: #282882;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px; /* 140.909% */
  margin-bottom: 0;
}
.ns-frontbox .frontbox-content p {
  color: #282882;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
  margin-bottom: 0;
}
.ns-frontbox .frontbox-content .btn {
  position: absolute;
  margin-top: auto;
  top: 50%;
  z-index: 1;
  align-self: center;
  opacity: 0;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.ns-frontbox .frontbox-content .btn svg {
  margin-left: 10px;
}
.ns-frontbox .frontbox-content .btn svg path {
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .ns-frontbox .frontbox-content h3 {
    font-size: 24px;
  }
}
.ns-frontbox:hover {
  background-color: #4645df;
}
.ns-frontbox:hover h3 {
  color: #ffffff;
}
.ns-frontbox:hover p {
  color: #ffffff;
}
.ns-frontbox:hover svg path {
  stroke: #ffffff;
}
@media screen and (max-width: 1379px) {
  .ns-frontbox .frontbox-content h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .ns-frontbox {
    margin-bottom: 20px;
  }
}

.ns-frontbox > a:hover {
  text-decoration: none;
}

/*
.ns-frontbox > a:hover {
  .frontbox-content {
    &:after {
      background-color: rgba(212, 46, 18, 0.7);
      transition: background-color 0.2s;
    }
    h3 {
      top: calc(50% - 20px);
      transition: all 0.2s;
    }
    .btn {
      top: calc(50% + 20px);
      opacity: 1;
      transition: all 0.2s;
      &:hover {
        svg path {
          fill: #ffffff;
          transition: all 0.2s;
        }
      }
    }
  }
}
*/
.ns-frontbox .ns-frontbox-img-container {
  width: 100%;
}

.ns-frontbox .ns-frontbox-txt {
  width: 100%;
  text-align: center;
  border-top-left-radius: 0;
}

.ns-frontbox .ns-frontbox-txt p.readmore {
  color: #282882;
  text-decoration: underline;
  margin-bottom: 0;
  transition: color 0.2s;
}

.ns-front-resitve-frontbox-row > div:first-child .ns-frontbox {
  margin-left: auto;
  margin-right: 15px;
}

.ns-front-resitve-frontbox-row > div:last-child .ns-frontbox {
  margin-right: auto;
  margin-left: 15px;
}

.ns-frontbox .ns-frontbox-txt {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.ns-frontbox .ns-frontbox-txt > a {
  margin-top: auto;
}

.ns-frontbox-img-container {
  text-align: center;
  height: auto;
  align-self: flex-start;
}

.ns-frontbox-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ns-elements-slider {
  margin: 0 -15px;
}

.ns-elements-slider .slick-slide {
  position: relative;
  padding: 0 15px;
}

.ns-elements-static .gal-item {
  position: relative;
  display: block;
  float: left;
  min-height: 0;
  height: 100%;
}

.ns-elements-static .gal-item > img {
  display: block;
  margin: 0;
}

.ns-elements-static .gal-item img:first-child {
  margin-left: 0;
}

.ns-elements-static .gal-item img:last-child {
  margin-right: 0;
}

.ns-elements-static .gal-item:nth-child(2) {
  margin: 0 30px;
}

.ns-elements-slider .slick-next, .ns-elements-slider .slick-prev {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.ns-elements-slider .slick-prev:before, .ns-elements-slider .slick-next:before {
  top: 0;
  left: 0;
  font-size: 21px;
  color: #000000;
  line-height: 33px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
}

.ns-elements-slider .slick-prev:hover:before, .ns-elements-slider .slick-next:hover:before {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.elements-slider-overlay {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  max-width: 468px;
  background: rgba(53, 107, 0, 0.5);
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.2s;
}

.elements-slider-overlay p {
  font-family: serif;
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.elements-slider-overlay img {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  margin-top: 20px;
  opacity: 0;
  transition: 0.3s;
}

.ns-elements-slider .slick-slide:hover .elements-slider-overlay, .ns-elements-static .gal-item:hover .elements-slider-overlay {
  opacity: 1;
}

.ns-elements-slider .slick-slide:hover .elements-slider-overlay img, .ns-elements-static .gal-item:hover .elements-slider-overlay img {
  opacity: 1;
}

.ns-elements-static .elements-slider-overlay {
  width: 100%;
}

.ns-elements-slider .slick-dots {
  width: auto;
  position: absolute;
  left: calc(50% + 6px);
  transform: translateX(-50%);
  bottom: -45px;
  margin: 0;
  padding: 0;
  display: flex !important;
}

.ns-elements-slider .slick-dots li {
  display: block;
  margin-right: 10px;
}

.ns-elements-slider .slick-dots li:focus, .ns-elements-slider .slick-dots li button {
  outline: none !important;
}

.ns-elements-slider li button {
  cursor: pointer;
  width: 30px;
  height: 5px;
  font-size: 0;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.ns-elements-slider li.slick-active button {
  opacity: 1;
}

.ns-elements-slider li button:hover {
  opacity: 1;
}

@media screen and (max-width: 1520px) {
  /*
    .ns-elements-slider .slick-prev, .ns-elements-slider .slick-next {
      bottom:-50px;
      top:auto;
    }
    .ns-elements-slider .slick-prev {
      left:48%;
    }
    .ns-elements-slider .slick-next {
      right: 48%;
    }*/
}
@media screen and (max-width: 767px) {
  .elements-slider-overlay p {
    font-size: 14px;
  }
  /* .ns-elements-slider .slick-slide:hover .elements-slider-overlay {
     padding-top:20px;
     height: 0;
   }*/
  .ns-elements-slider .slick-slide:hover .elements-slider-overlay img {
    opacity: 1;
  }
}
@media screen and (max-width: 550px) {
  .ns-elements-slider .slick-slide:hover .elements-slider-overlay {
    height: 0%;
    padding-top: 0%;
  }
  .ns-elements-slider .slick-slide:hover .elements-slider-overlay img {
    opacity: 0;
  }
  .ns-elements-slider .slick-prev {
    left: 44%;
  }
  .ns-elements-slider .slick-next {
    right: 45%;
  }
}
.language-selector-container {
  width: auto;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  padding-left: 30px;
}

.lang-icon-container {
  display: none;
  line-height: 0;
  margin-right: 10px;
}

.language-selector-container span {
  padding: 0;
  line-height: 21px;
  color: #000000;
  font-size: 14px;
  /*cursor: pointer;*/
  text-transform: uppercase;
  transition: color 0.2s;
}

.language-selector-container > span {
  margin-right: 5px;
}

.language-selector-container i {
  float: right;
  color: #000000;
  /*cursor: pointer;*/
  font-size: 12px;
  transition: color 0.2s;
  margin-right: 5px;
  margin-top: 0;
}

.language-selector-container i:hover {
  color: #282882;
}

.language-selector-2 {
  position: absolute;
  background: #ffffff;
  z-index: 100000000;
  top: 30px;
  float: right;
  width: auto;
  display: none;
  left: 25px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.language-selector-2.open {
  display: block;
}

.language-selector-2 {
  display: none;
}

.language-selector-2 .language {
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  color: #ffffff;
  transition: all 0.3s;
}
@media screen and (max-width: 1379px) {
  .language-selector-2 .language {
    padding: 10px;
  }
}

.language-selector-2 .language:hover {
  background: #ffffff;
  text-decoration: none;
}

.language-selector-2 .language:hover span {
  color: #282882;
}

.language-selector-container .language {
  display: block;
}

@media screen and (max-width: 1379px) {
  .language-selector-container {
    position: absolute;
    top: 50%;
    right: 240px;
    transform: translateY(-50%);
  }
  .language-selector-container span {
    font-size: 25px;
    font-weight: 350;
  }
  .language-selector-container svg {
    width: 32px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  .language-selector-container {
    padding: 0;
  }
  .language-selector-2 {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .language-selector-container {
    right: 185px;
  }
  .language-selector-container span {
    font-size: 18px;
  }
  .language-selector-container svg {
    width: 26px;
    height: 8px;
  }
}
@media screen and (max-width: 393px) {
  .language-selector-container {
    right: 174px;
  }
}
.title-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: auto;
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.title-banner.no-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.title-banner .container {
  padding: 0;
}
.title-banner .title-banner-image-container img {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
.title-banner h1,
.title-banner h2 {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #cfc9c4;
}
.title-banner .breadcrumbs-container {
  position: relative;
  padding: 30px 0;
  width: 100%;
  color: #3f3f3f;
}
.title-banner .breadcrumbs-container a {
  font-size: 16px;
  color: #3f3f3f;
  text-decoration: none;
}
.title-banner .breadcrumbs-container a:visited {
  color: #3f3f3f;
}
.title-banner .breadcrumbs-container a:hover {
  color: #3f3f3f;
  text-decoration: underline;
}
.title-banner .breadcrumbs-container p#breadcrumbs {
  margin-bottom: 0;
}
.title-banner .breadcrumbs-container p#breadcrumbs .breadcrumb_last {
  color: #c0c0c0;
}
.title-banner .breadcrumbs-container p#breadcrumbs i.fa {
  margin: 0 10px;
}
.title-banner .breadcrumbs-container p#breadcrumbs .ns-bread-separator {
  padding: 0 10px;
}
.title-banner .breadcrumbs-container ul.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #a4a4a4;
}
.title-banner .breadcrumbs-container ul.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.title-banner .breadcrumbs-container ul.ns-breadcrumbs li:last-child {
  margin-right: 0;
}
.title-banner .breadcrumbs-container ul.ns-breadcrumbs li:last-child:after {
  display: none;
}
.title-banner .breadcrumbs-container ul.ns-breadcrumbs li:after {
  content: "/";
  font-family: "fontAwesome";
  margin-left: 9px;
}
@media screen and (max-width: 1379px) {
  .title-banner .breadcrumbs-container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  .title-banner {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .title-banner h1,
  .title-banner h2 {
    font-size: 32px;
  }
  .title-banner .breadcrumbs-container {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .title-banner .breadcrumbs-container a {
    font-size: 14px;
    line-height: 24px;
  }
  .title-banner .breadcrumbs-container p#breadcrumbs {
    font-size: 14px;
    line-height: 24px;
  }
  .title-banner .breadcrumbs-container p#breadcrumbs .ns-bread-separator {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .title-banner {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .title-banner h1,
  .title-banner h2 {
    font-size: 24px;
  }
  .title-banner .breadcrumbs-container p#breadcrumbs i.fa {
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .title-banner h1,
  .title-banner h2 {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .title-banner .breadcrumbs-container {
    padding-bottom: 10px;
  }
  .title-banner .breadcrumbs-container p#breadcrumbs > span > span {
    display: none;
  }
  .title-banner .breadcrumbs-container p#breadcrumbs > span > span:nth-last-child(3) {
    display: inline;
  }
  .title-banner .breadcrumbs-container ul.ns-breadcrumbs li {
    display: none;
  }
  .title-banner .breadcrumbs-container ul.ns-breadcrumbs li:after {
    display: none;
  }
  .title-banner .breadcrumbs-container ul.ns-breadcrumbs li:nth-child(2) {
    display: block;
  }
  .title-banner .breadcrumbs-container ul.ns-breadcrumbs li:nth-last-child(2):before,
  .title-banner .breadcrumbs-container p#breadcrumbs > span > span:nth-last-child(3):before {
    content: "";
    position: relative;
    display: inline-block;
    top: 1px;
    width: 17px;
    height: 11px;
    background-image: url("img/arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

body.single-product .title-banner,
body.tax-product_cat .title-banner {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ns-cwi-container {
  display: flex;
  align-items: center;
}

.ns-cwi-icon {
  margin-right: 10px;
  line-height: 0;
}

.ns-mainmenu-switch {
  display: none;
  position: absolute;
  right: 15px;
  top: -55px;
  width: 30px;
  height: 24px;
  z-index: 20;
  cursor: pointer;
}

.ns-mainmenu-switch div {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #de2121;
  border-radius: 0;
}

.ns-mainmenu-switch div:first-child {
  transition: all 0.3s;
}

.ns-mainmenu-switch div:nth-child(2) {
  margin-top: 8px;
  transition: all 0.3s;
}

.ns-mainmenu-switch div:nth-child(3) {
  margin-top: 8px;
  transition: all 0.3s;
}

.ns-mainmenu-switch div:nth-child(4) {
  margin-top: 16px;
  transition: all 0.3s;
}

.ns-mainmenu-switch.x-btn div:nth-child(2) {
  transform: rotate(45deg);
}

.ns-mainmenu-switch.x-btn div:nth-child(3) {
  transform: rotate(-45deg);
}

.ns-mainmenu-switch.x-btn div:nth-child(1), .ns-mainmenu-switch.x-btn div:nth-child(4) {
  opacity: 0;
}

.ns-cmen-topcontainer {
  position: relative;
  text-align: right;
  margin-top: -59px;
}

.ns-cmen-cont {
  position: static;
  display: inline-block;
  text-align: left;
}

.ns-cmen-cont > div > a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
}

.ns-cmen-cont > div > .fa {
  margin-left: 10px;
}

.ns-cmen-cont:hover > div > a, .ns-cmen-cont:hover > div > .fa {
  color: #de2121;
  text-decoration: none;
}

.ns-cmen-cont > div > .fa {
  transition: transform 0.4s;
}

.ns-cmen-cont:hover > div > .fa {
  transform: rotateX(180deg);
}

.ns-cmen-cont > div:first-child {
  margin-left: 50px;
}

.ns-cmen-submenucont {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 120;
  padding: 60px 90px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.ns-cmen-cont:hover .ns-cmen-submenucont {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.ns-cmen-submenucont h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #de2121;
}

.ns-cmen-submenucont ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.ns-cmen-submenucont ul {
  margin: 0;
  padding: 0;
}

.ns-cmen-submenucont ul li {
  list-style: none;
}

.ns-cmen-submenucont > div > div {
  margin-bottom: 30px;
}

a.ns-cmen-link {
  transition: color 0.2s;
}

.ns-cmen-submenucont ul li a.cmen-current, .ns-cmen-submenucont ul li a.cmen-current-parent, .ns_active_cat > a.ns-cmen-link {
  color: #de2121;
}

.ns_active_cat > .fa {
  transform: rotateX(180deg);
  color: #de2121;
}

.ns-cmen-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1200px) {
  .ns-cmen-topcontainer {
    margin-top: -51px;
  }
  .ns-cmen-submenucont {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 1380px) {
  .ns-mainmenu-switch {
    display: block;
  }
  .ns-cmen-topcontainer {
    margin-top: 35px;
    display: none;
    position: relative;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 66vh;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 0;
  }
  .ns-cmen-topcontainer.show-cmen {
    display: block;
  }
  .ns-cmen-cont {
    display: block;
  }
  .ns-cmen-cont > div:first-child {
    margin-left: 0;
  }
  .ns-cmen-cont:hover .ns-cmen-submenucont {
    visibility: unset;
    opacity: 0;
  }
  .ns-cmen-submenucont {
    padding: 0;
    box-shadow: none;
    position: relative;
    visibility: visible;
    opacity: 0;
    height: 0;
    z-index: 0;
  }
  .ns-cmen-cont.show-submenu .ns-cmen-submenucont {
    height: auto;
    max-height: 10000px;
    opacity: 1;
  }
  .ns-cmen-cont > div > .fa {
    position: absolute;
    right: 0;
  }
  .ns-cmen-cont > div > a {
    font-size: 18px;
  }
  .ns-cmen-cont:hover > div > .fa, .ns_active_cat > .fa {
    transform: unset;
  }
  .ns-cmen-cont:hover > div > a, .ns-cmen-cont:hover > div > .fa {
    color: #000000;
  }
  .ns-cmen-cont:hover > div > .fa.turn-me-round {
    transform: rotateX(180deg);
    color: #de2121;
  }
}
@media screen and (max-width: 767px) {
  .ns-mainmenu-switch {
    top: -40px;
  }
}
.file-wrap {
  display: block;
  padding: 10px 0;
}

.file-wrap > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 12px 75px 12px 20px;
  background-color: #f8f8f8;
  transition: background-color 0.2s;
  font-size: 18px;
}

.file-wrap > a > svg {
  min-width: 39px;
}

.file-wrap > a:hover {
  text-decoration: none;
  background-color: rgb(240.35, 240.35, 240.35);
  transition: background-color 0.2s;
}

.file-wrap .file-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 18px;
  display: flex;
  align-items: center;
  background-color: #282882;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.file-wrap .file-icon-wrapper svg path {
  fill: #000000;
}

@media screen and (max-width: 1379px) {
  .file-wrap > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .file-wrap > a {
    font-size: 14px;
  }
}
.mega-menu-wrapper {
  position: absolute;
  top: 20px;
  display: none;
}
.mega-menu-wrapper.mega-open {
  display: flex;
}
.mega-menu-wrapper.open-right-mega-menu {
  display: flex;
  width: 100%;
  background: #F8FDFF;
  border-radius: 20px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.mega-menu-wrapper h4 a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.parent-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #EBF8FD;
  min-width: 280px;
  border-radius: 20px;
  box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.15);
}
.parent-categories li:first-child a:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.parent-categories li:last-child a {
  border-bottom: none;
}
.parent-categories li:last-child a:hover {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.parent-categories li a {
  display: inline-block;
  padding: 12px 35px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F8FDFF;
  transition: color 0.2s;
}
.parent-categories li a:hover {
  text-decoration: none;
  color: #282882;
}

.mega-menu-right {
  padding: 30px 40px;
  width: 100%;
}
.mega-menu-right .mega-menu-children {
  width: 100%;
  padding: 0;
  margin: 0px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.mega-menu-right .mega-menu-children > li {
  display: flex;
  flex-direction: column;
}
.mega-menu-right .mega-menu-children > li .children-parent {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid #D8EAF1;
  padding: 8px 0;
}
.mega-menu-right .mega-menu-children .mega-menu-children-level3 {
  padding: 0;
  margin: 0px;
  list-style-type: none;
  margin-top: 10px;
}
.mega-menu-right .mega-menu-children .mega-menu-children-level3 .children-child {
  color: #000000;
  font-size: 14px;
}

/*.mega-element-wrapper {
  padding: 40px 15px 40px 15px;
  background-color: $grey-color1;
}

.mega-menu-wrapper {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.mega-menu-wrapper h4 a {
  color: $black-color; 
  font-size: 20px;
  font-weight: 400;
}

.mega-menu-wrapper a {
  color: $black-color;
  font-weight: 300;
  line-height: 2;
}

.mega-menu-row {
  display: none;
}
.mega-menu-row.mega-open {
  display: block;
}

.mega-menu-wrapper ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.mega-menu-wrapper ul li {
  position: relative;
  list-style: none;
}
.mega-menu-wrapper ul li:before,
.mega-menu-wrapper .fake-list-item:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  margin-right: 10px;
  left: 0;
  transition: left 0.2s;
}
.mega-menu-wrapper ul li:hover:before {
  left: 5px;
}
.mega-menu-wrapper .fake-list-item:before {
  left: 15px;
}
.mega-menu-wrapper .fake-list-item:hover:before {
  left: 20px;
}

.mega-menu-wrapper h4 > a.mega-current,
.mega-menu-wrapper h5 > a.mega-current {
  text-decoration: underline;
}
.mega-menu-wrapper ul li.mega-current:before {
  left: 5px;
}
.mega-menu-wrapper .fake-list-item.mega-current:before {
  left: 20px;
}
.mega-menu-wrapper ul li.mega-current > a,
.fake-list-item.mega-current > a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .mega-menu-wrapper ul li.mega-current:before {
    left: unset;
  }
  .mega-menu-wrapper .fake-list-item.mega-current:before {
    left: unset;
  }
}
*/
.ns-yt-youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}

.ns-yt-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.ns-yt-video.shorts .ns-yt-youtube {
  padding-top: 0;
  width: auto;
  height: 534px;
}
@media screen and (max-width: 1379px) {
  .ns-yt-video.shorts .ns-yt-youtube {
    height: 393px;
  }
}
@media screen and (max-width: 991px) {
  .ns-yt-video.shorts .ns-yt-youtube {
    height: 293px;
  }
}
@media screen and (max-width: 767px) {
  .ns-yt-video.shorts .ns-yt-youtube {
    height: 433px;
  }
}
@media screen and (max-width: 575px) {
  .ns-yt-video.shorts .ns-yt-youtube {
    height: 543px;
  }
}

.ns-yt-video.shorts .ns-yt-youtube img {
  width: auto;
  top: 0;
  left: 0;
  opacity: 0.7;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ns-yt-youtube .ns-yt-play-button {
  width: 90px;
  height: 60px;
  background-color: rgba(40, 40, 130, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 1;
  border-radius: 6px;
}

.ns-yt-youtube .ns-yt-play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.ns-yt-youtube img,
.ns-yt-youtube .ns-yt-play-button {
  cursor: pointer;
}

.ns-yt-youtube img,
.ns-yt-youtube iframe,
.ns-yt-youtube .ns-yt-play-button,
.ns-yt-youtube .ns-yt-play-button:before {
  position: absolute;
}

.ns-yt-youtube .ns-yt-play-button,
.ns-yt-youtube .ns-yt-play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.ns-yt-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.video-slider {
  position: relative;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

.ns-yt-video.shorts.video-slider {
  max-width: 340px;
  margin-bottom: 100px;
}

.ns-yt-video.shorts.video-slider,
.ns-yt-video.shorts.video-slider .slick-list,
.ns-yt-video.shorts.video-slider .slick-list .ns-yt-wrapper,
.ns-yt-video.shorts.video-slider .slick-list .ns-yt-wrapper > div,
.ns-yt-video.shorts.video-slider .slick-list .ns-yt-wrapper > div > img {
  border-radius: 10px;
}

.video-slider .ns-yt-youtube {
  margin: 0;
}

.video-slider .video-slider-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.ns-yt-video.shorts.video-slider .video-slider-controls {
  right: 50%;
  bottom: -80px;
  transform: translateX(50%);
}

.video-slider .video-slider-controls button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  font-size: 0;
  border-radius: 0;
  background-color: #282882;
  opacity: 1;
  transition: opacity 0.2s;
  border: none;
}

.video-slider .video-slider-controls button:hover {
  opacity: 0.8;
}

.video-slider .video-slider-controls button:focus {
  outline: none;
  border: none;
}

.video-slider .video-slider-controls .slick-prev {
  background: url("img/arrow-prev.svg"), #282882;
  background-repeat: no-repeat;
  background-position: center;
}

.video-slider .video-slider-controls .slick-next {
  background: url("img/arrow-next.svg"), #282882;
  background-repeat: no-repeat;
  background-position: center;
}

.products-element-wrapper {
  position: relative;
  display: flex;
}
.products-element-wrapper > div.row {
  min-width: 100%;
  width: auto;
}
.products-element-wrapper .loop-item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.products-element-wrapper .loop-item > a {
  position: relative;
  display: block;
  height: 100%;
}
.products-element-wrapper .loop-item .prod-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper img {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper .prod-percent,
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper .new-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #282882;
  color: #ffffff;
  padding: 5px;
  z-index: 51;
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper .prod-img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
  transition: all 0.2s linear;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper .prod-img-overlay.hotspot_active {
  border: 1px solid #a4a4a4;
  opacity: 1;
}
.products-element-wrapper .loop-item .prod-inner .img-link-wrapper a .prod-img-wrapper:hover .prod-img-overlay {
  opacity: 1;
  transition: all 0.2s linear;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
  justify-content: flex-start;
  padding: 15px 20px;
  height: 100%;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt h3 {
  display: -webkit-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt h3 a {
  color: #000000;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt h3 a:hover {
  text-decoration: underline;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .stara-cena-txt {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  color: #7c7c7c;
  text-decoration: line-through;
  margin-right: 28px;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .stara-cena-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 15px;
  background-color: #c0c0c0;
}
@media screen and (max-width: 420px) {
  .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .stara-cena-txt {
    margin-right: 0;
  }
  .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .stara-cena-txt:after {
    display: none;
  }
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .cena-txt {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .cena-txt .amount {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: #000000;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .cena-txt .brez-ddv,
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .cena-txt .brez-ddv .amount {
  font-size: 18px;
  font-weight: 400;
  color: #282882;
}
@media screen and (max-width: 420px) {
  .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container {
    flex-direction: column;
  }
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt p.product-slider-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #606060;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt p.product-slider-category a {
  color: #606060;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt p.product-slider-category a:hover {
  text-decoration: underline;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt p.product-slider-category .product-slider-category-separator {
  vertical-align: unset;
  margin: 0 5px;
  font-size: 8px;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt p.product-slider-category .product-slider-category-separator:last-child {
  display: none;
}
.products-element-wrapper .loop-item .prod-inner .izdelek-txt .product-tag-name {
  display: none;
  font-size: 12px;
  line-height: 1;
  color: #797979;
  text-align: center;
  margin-bottom: 5px;
}
.products-element-wrapper .loop-item .prod-inner .btn-container {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding: 0 15px 20px 15px;
}
.products-element-wrapper .loop-item .prod-inner .btn-container .btn {
  margin-top: auto;
  align-self: flex-start;
  line-height: 2;
  font-size: 16px !important;
  font-weight: 600 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.products-element-wrapper .loop-item .prod-inner .btn-container .btn svg {
  margin-left: 8px;
  margin-bottom: 2px;
}
.products-element-wrapper .loop-item .prod-inner .btn-container .btn:hover {
  text-decoration: none;
}
.products-element-wrapper .loop-item .hotspot_title {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #eae9e9;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  padding: 9px 0;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
}
.products-element-wrapper.slick-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-element-wrapper.slick-slider .loop-item {
  flex: 1 0 auto;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
.products-element-wrapper.slick-slider.slick-initialized {
  padding-bottom: 90px;
}
.products-element-wrapper.slick-slider.slick-initialized .slick-track {
  display: flex;
  left: 0;
}
.products-element-wrapper.slick-slider.slick-initialized .slick-list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.products-element-wrapper ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.products-element-wrapper ul.slick-dots li {
  display: block;
  margin-right: 10px;
}
.products-element-wrapper ul.slick-dots li:last-child {
  margin-right: 0;
}
.products-element-wrapper ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  cursor: pointer;
}
.products-element-wrapper ul.slick-dots li button:hover {
  background: #000000;
  border-color: #000000;
}
.products-element-wrapper ul.slick-dots li button:focus {
  outline: none;
}
.products-element-wrapper ul.slick-dots li.slick-active button {
  background: #000000;
  border-color: #000000;
}
.products-element-wrapper button.slick-arrow {
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #d3d3d3;
  z-index: 10;
  top: -50px;
  font-size: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  transition: border-color 0.2s, color 0.2s;
}
.products-element-wrapper button.slick-arrow.slick-prev:before {
  content: "\f104";
}
.products-element-wrapper button.slick-arrow.slick-next:before {
  content: "\f105";
}
.products-element-wrapper button.slick-arrow:before {
  font-family: "FontAwesome";
  display: block;
  font-size: 20px;
  line-height: 1;
}
.products-element-wrapper button.slick-arrow.slick-disabled {
  background-color: #e3e3e3;
  cursor: default;
}
.products-element-wrapper button.slick-arrow:hover {
  border-color: #282882;
}
.products-element-wrapper button.slick-arrow:hover:before {
  color: #fff;
}
.products-element-wrapper button.slick-arrow:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .products-element-wrapper button.slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
  }
  .products-element-wrapper button.slick-arrow.slick-prev {
    left: -25px;
  }
  .products-element-wrapper button.slick-arrow.slick-prev:before {
    content: "\f104";
  }
  .products-element-wrapper button.slick-arrow.slick-next {
    right: -25px;
  }
  .products-element-wrapper button.slick-arrow.slick-next:before {
    content: "\f105";
  }
}
@media screen and (max-width: 1379px) {
  .products-element-wrapper .loop-item .prod-inner .btn-container .btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 991px) {
  .products-element-wrapper .loop-item.col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .products-element-wrapper .loop-item .hotspot_title {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 16px;
  }
  .products-element-wrapper .loop-item .prod-inner .btn-container .btn {
    width: auto;
    margin: 0px 15px;
    padding: 5px 15px !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .products-element-wrapper .loop-item .prod-inner {
    width: auto;
  }
  .products-element-wrapper .loop-item .prod-inner .prod-img-wrapper .prod-img-overlay {
    width: 100%;
  }
  .products-element-wrapper ul.slick-dots {
    margin: 0 auto;
  }
  .products-element-wrapper button.slick-arrow {
    top: unset;
    bottom: 20px;
  }
  .products-element-wrapper button.slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .products-element-wrapper button.slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
}
@media screen and (max-width: 575px) {
  .products-element-wrapper .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container .cena-txt .amount {
    font-size: 16px;
  }
  .products-element-wrapper .loop-item .prod-inner .izdelek-txt p.product-slider-category {
    font-size: 10px;
    line-height: 18px;
  }
  .products-element-wrapper .loop-item .prod-inner .btn-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .products-element-wrapper .loop-item .prod-inner .btn-container .btn {
    display: block;
    width: 100%;
  }
  .products-element-wrapper .loop-item .prod-inner .btn-container .btn svg {
    display: none;
  }
}
.ns-konfigurator {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  padding: 30px 0;
  min-height: 755px;
}

.ns-konfigurator .korak-1, .ns-konfigurator .korak-2 {
  position: absolute;
  top: 71px;
}

.ns-konfigurator .korak_1_field, .ns-konfigurator .korak_2_field {
  display: flex;
  flex-direction: column;
}

.ns-konfigurator img {
  height: 100%;
  width: auto;
}

.ns-konfigurator .korak_1_row {
  padding: 15px 225px;
}

.ns-konfigurator .btn-container {
  margin: 55px auto 0 auto;
}

.ns-konfigurator .korak_2_row {
  padding: 15px 250px;
}

.ns-konfigurator .konfigurator-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.ns-konfigurator .konfigurator-nav ul li {
  list-style: none;
  font-size: 30px;
  line-height: 41px;
}

.ns-konfigurator .konfigurator-nav ul li:not(:last-child):after {
  content: "|";
  padding: 0 10px;
  color: #ffffff !important;
}

.ns-konfigurator .konfigurator-nav ul li.korak-nav-active {
  color: #282882;
}

.ns-konfigurator .korak-top-txt {
  text-align: center;
}

.ns-konfigurator .korak-top-txt h3 {
  color: #282882;
  font-size: 30px;
  line-height: 41px;
}

.ns-konfigurator .korak-1, .ns-konfigurator .korak-2 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}

.ns-konfigurator .korak-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s;
}

.btn-konfigurator {
  border: 2px solid #ffffff !important;
  border-radius: 4px !important;
  background-color: transparent;
  transition: border-color 0.2s;
}

.btn-konfigurator:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 12px;
  margin-top: -1px;
  color: #282882;
}

.btn-konfigurator.btn-korak_nazaj:after {
  display: none;
}

.btn-konfigurator.btn-korak_nazaj:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 12px;
  margin-top: -1px;
  color: #282882;
}

.btn-konfigurator:hover:enabled {
  border-color: #282882 !important;
}

@media screen and (max-width: 1380px) {
  .ns-konfigurator .korak_1_row, .ns-konfigurator .korak_2_row {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .ns-konfigurator {
    min-height: 900px;
  }
  .ns-konfigurator .btn-container {
    margin: 15px auto 0 auto;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .ns-konfigurator img {
    max-height: 100px;
  }
  .ns-konfigurator.k2-active img {
    max-height: 210px;
  }
  .ns-konfigurator .korak_1_field, .ns-konfigurator .korak_2_field {
    display: inline-block;
    text-align: center;
  }
  .ns-konfigurator.k1-active {
    min-height: 1520px;
  }
  .ns-konfigurator.k2-active {
    min-height: 1010px;
  }
}
@media screen and (max-width: 480px) {
  .ns-konfigurator.k2-active {
    min-height: 1050px;
  }
}
@media screen and (max-width: 350px) {
  .ns-konfigurator img {
    max-height: 90px;
  }
}
.primerjalnik_container.primerjalnik_desktop {
  display: block;
}

.primerjalnik_container.primerjalnik_mobile {
  display: none;
}

.primerjalnik_container {
  max-width: unset;
  padding: 60px 15px 60px 15px;
  margin-bottom: 80px;
  border-radius: 15px;
  box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.primerjalnik_container h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: auto;
}

.primerjalnik_container img {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
}

.primerjalnik_container h4 a {
  color: #282882;
}

/*
.primerjalnik_container div.row:nth-child(2n) {
  background-color: $grey-color1;
}
.primerjalnik_container > div > div.row:first-child,
.primerjalnik_container > div > div.row:last-child {
  background-color: unset !important;
}*/
.primerjalnik_container > div > div.row {
  border-top: 1px solid #e3e3e3;
  padding: 10px 0;
}

.primerjalnik_container > div > div.row:first-child {
  border-top: none;
}

.primerjalnik_container > div > div.row > div.col-2 {
  padding-left: 0;
}

.primerjalnik_container .btn-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 15px;
}

.primerjalnik_container .btn-odstrani {
  margin-top: 15px;
  line-height: 1.5;
  padding: 10px 15px !important;
}

.primerjalnik_container > div > div.row:first-child > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.primerjalnik_container .prim-img-container {
  margin-top: auto;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 22px;
  height: 26px;
}

.lds-spinner div {
  transform-origin: 11px 13px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 8px;
  height: 2px;
  border-radius: 10%;
  background: #282882;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* primerjava shortcode*/
.ns-woo-primerjava .ns-primerjava-container .ns-primerjava-txt {
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.ns-woo-primerjava .ns-primerjava-container .ns-primerjava-txt > span {
  font-weight: 400;
}

.ns-woo-primerjava .ns-primerjava-txt a {
  color: #000000;
}

.ns-woo-primerjava .ns-primerjava-container {
  display: flex;
  align-items: center;
}

@keyframes svg_fill_animate {
  0% {
    fill: #081A35;
  }
  25% {
    fill: #32C36C;
  }
  50% {
    fill: #081A35;
  }
  75% {
    fill: #32C36C;
  }
  100% {
    fill: #081A35;
  }
}
/* The element to apply the animation to */
.prim_animate svg path {
  animation-iteration-count: infinite;
  animation-name: svg_fill_animate;
  animation-duration: 2s;
}

@media screen and (max-width: 1380px) {
  .ns-woo-primerjava .ns-primerjava-container .ns-primerjava-txt {
    font-size: 12px;
  }
  .primerjalnik_container .btn-container > .btn {
    padding: 8px !important;
  }
  .primerjalnik_container .btn-container > .add_to_cart_button {
    font-size: 12px !important;
    padding: 8px 15px !important;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .ns-woo-primerjava .ns-primerjava-container .ns-primerjava-txt > a {
    display: none;
  }
  .primerjalnik_container .btn-container {
    flex-direction: column;
  }
  .primerjalnik_container .btn-container > .add_to_cart_button,
  .primerjalnik_container .btn-container > .btn-na-izd {
    font-size: 15px !important;
    text-align: center;
    justify-content: center;
    order: 1;
    margin-bottom: 10px;
  }
  .primerjalnik_container .btn-container > .btn-odstrani {
    order: 2;
    margin-top: 7px;
  }
  .primerjalnik_container .btn-container > .btn-odstrani svg {
    height: 22px;
  }
  .primerjalnik_container .btn-container > .btn {
    font-size: 12px !important;
    padding: 5px 0 !important;
    border-radius: 8px !important;
  }
  .primerjalnik_container img {
    padding: 10px 0;
  }
  .primerjalnik_container h4 {
    font-size: 14px;
  }
  .primerjalnik_container > div > div.row {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .primerjalnik_container .btn-container > .btn {
    padding: 7px 3px !important;
    border-radius: 8px !important;
    font-size: 10px !important;
  }
  .primerjalnik_container .btn-container > .btn-odstrani svg {
    height: 18px;
  }
  .primerjalnik_container h4 {
    font-size: 12px;
  }
  .primerjalnik_container.primerjalnik_desktop {
    display: none;
  }
  .primerjalnik_container.primerjalnik_mobile {
    display: block;
    padding: 15px 0;
  }
  .primerjalnik_container .btn-container > .btn-odstrani {
    margin-top: 0;
    line-height: 0;
  }
  .primerjalnik_container .btn-container > .btn {
    padding: 7px 3px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }
  .primerjalnik_container img {
    max-height: 80px;
    margin-left: 0;
  }
  .btn-prim-mob {
    width: 100%;
  }
  .prim_top_mob_row {
    margin-bottom: 15px;
  }
  .prim_top_mob_row > div {
    align-items: center;
  }
  .prim_mob_row {
    margin-bottom: 15px;
  }
  .prim_mob_content {
    margin: 10px 0;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .prim_mob_content.open-it {
    margin: 10px 0;
    max-height: 999px;
    transition: max-height 0.2s ease-in;
  }
  .prim_mob_content > .row {
    padding: 10px 15px;
  }
  .prim_mob_content > .row:nth-child(even) {
    background-color: #f7f7f7;
  }
  .prim_bot_mob_row {
    font-size: 12px;
  }
  .prim_bot_mob_row > div.row {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
  }
  .primerjalnik_container .btn-container {
    margin-top: 0;
  }
}
.ns-timeline {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #ffffff;
}

.ns-timeline h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 95px;
}

.timeline-element-content {
  max-width: 518px;
  font-size: 16px;
  font-weight: 400;
}

.timeline-element-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  max-width: 518px;
}

.timeline-element-content ul {
  margin: 1rem 0;
  padding: 0 0 0 1rem;
  max-width: 405px;
}

.timeline-imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.timeline-imgs img {
  margin-top: 30px;
}

.timeline-element > div.row {
  align-items: stretch;
}

.timeline-element > div.row > div {
  padding: 35px 15px;
}

.timeline-element > div.row > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.timeline-elements > .timeline-element:nth-child(odd) > div.row > div:first-child {
  border-right: 1px solid #282882;
}

.timeline-elements > .timeline-element:nth-child(even) > div.row > div:first-child {
  border-left: 1px solid #282882;
  margin-right: 1px;
  margin-left: -1px;
}

.timeline-elements > .timeline-element:first-child > div.row > div:first-child {
  border-right: none;
}

.timeline-elements > .timeline-element:first-child > div.row > div:first-child:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 85px);
  background-color: #282882;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-element-content {
  margin-left: auto;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-element-heading h3 {
  margin-left: 30px;
  margin-right: auto;
}

.timeline-elements .timeline-element-heading h5 {
  font-size: 16px;
  line-height: 21px;
  margin: 0 10px;
}

.timeline-elements > .timeline-element:nth-child(odd) .timeline-element-heading h5 {
  text-align: right;
}

.timeline-inner-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-inner-header {
  justify-content: flex-start;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-element-heading {
  flex-direction: row-reverse;
}

.timeline-elements > .timeline-element:nth-child(even) > div.row {
  flex-direction: row-reverse;
}

.timeline-elements > .timeline-element .timeline-element-heading .timeline-year {
  position: relative;
  display: flex;
  align-items: center;
  color: #2e3f64;
  font-size: 35px;
  font-weight: 700;
  width: 100%;
}

.timeline-elements > .timeline-element:nth-child(odd) .timeline-element-heading .timeline-year:before {
  content: "";
  display: block;
  flex: 1 0 auto;
  width: 100%;
  max-width: 518px;
  height: 1px;
  background-color: #2e3f64;
  margin-right: 20px;
}

.timeline-elements > .timeline-element:nth-child(odd) .timeline-element-heading .timeline-year:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #282882;
  margin-left: 20px;
  margin-right: -22px;
  flex: 1 0 auto;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-element-heading .timeline-year:after {
  content: "";
  display: block;
  flex: 1 0 auto;
  width: 100%;
  max-width: 518px;
  height: 1px;
  background-color: #2e3f64;
  margin-left: 20px;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-element-heading .timeline-year:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #282882;
  margin-right: 20px;
  margin-left: -22px;
  flex: 1 0 auto;
}

.timeline-citat {
  max-width: 518px;
  font-style: italic;
  color: #a4a4a4;
}

.timeline-elements > .timeline-element:nth-child(odd) .timeline-citat {
  margin-left: auto;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-citat {
  margin-right: auto;
}

.timeline-elements > .timeline-element:nth-child(even) .timeline-element-content {
  margin-left: auto;
}

@media screen and (max-width: 1380px) {
  /*
    .timeline-element-content {
      max-width: unset;
    }
  */
  .timeline-element-heading {
    display: inline-block;
    width: calc(100% - 112px);
  }
  .timeline-element-heading h5 {
    width: calc(100% + 91px);
  }
  .ns-timeline h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .timeline-elements > .timeline-element:nth-child(odd) > div.row > div:first-child {
    border-left: 1px solid #282882;
    border-right: none;
  }
  .timeline-elements > .timeline-element:nth-child(even) > div.row > div:first-child {
    border-left: 1px solid #282882;
    margin-right: 0;
    margin-left: 0;
  }
  .timeline-element > div.row > div:last-child {
    border-left: 1px solid #282882;
  }
  .timeline-elements > .timeline-element:first-child > div.row > div:first-child {
    border-left: none;
  }
  .timeline-elements > .timeline-element:first-child > div.row > div:first-child:after {
    display: none;
  }
  .timeline-elements > .timeline-element:first-child > div.row > div:first-child .timeline-element-heading .timeline-year:before {
    margin-left: -21px;
  }
  .timeline-elements > .timeline-element:first-child > div.row > div:first-child:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 85px);
    background-color: #282882;
  }
  .timeline-elements > .timeline-element:nth-child(odd) .timeline-element-heading .timeline-year:after {
    content: "";
    display: block;
    flex: 1 0 auto;
    width: 100%;
    max-width: 518px;
    height: 1px;
    background-color: #2e3f64;
    margin-right: 20px;
  }
  .timeline-elements > .timeline-element:nth-child(odd) .timeline-element-heading .timeline-year:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #282882;
    margin-left: -22px;
    margin-right: 20px;
    flex: 1 0 auto;
  }
  .timeline-elements > .timeline-element:nth-child(even) .timeline-element-heading .timeline-year:after {
    content: "";
    display: block;
    flex: 1 0 auto;
    width: 100%;
    max-width: 518px;
    height: 1px;
    background-color: #2e3f64;
    margin-left: 20px;
  }
  .timeline-elements > .timeline-element:nth-child(even) .timeline-element-heading .timeline-year:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #282882;
    margin-right: 20px;
    margin-left: -22px;
    flex: 1 0 auto;
  }
  .timeline-element-content {
    max-width: unset;
    margin-left: 112px;
  }
  .timeline-elements > .timeline-element:nth-child(even) .timeline-element-content {
    margin-left: 112px;
  }
  .timeline-elements > .timeline-element:nth-child(odd) .timeline-element-heading h5 {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .timeline-elements > .timeline-element > div.row > div {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding: 5px 15px;
  }
  .timeline-element-content,
  .timeline-elements > .timeline-element:nth-child(even) .timeline-element-content {
    margin-left: 15px;
  }
}
.product_finder_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url("img/iskalnik.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 29px 45px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.35);
}

.product_finder_container .text-block {
  margin-right: 110px;
}

.product_finder_container .text-block h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  color: #ffffff;
  text-transform: uppercase;
}

.product_finder_container .text-block h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #ffffff;
}

.product_finder_container .inputs-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product_finder_container .inputs-block select {
  padding: 11px 20px;
  margin-right: 30px;
  min-width: 300px;
}

body.lang-de .product_finder_container .inputs-block select {
  min-width: 292px;
}

body.lang-it .product_finder_container .inputs-block select {
  min-width: 284px;
}

.product_finder_container .inputs-block .product_find_btn {
  width: 150px;
  padding: 9px 35px !important;
  border: none !important;
  font-weight: 400 !important;
  line-height: 1.65;
  display: flex;
  align-items: center;
}

.product_finder_container .inputs-block .product_find_btn svg {
  line-height: 0;
  margin-right: 10px;
}

.product_finder_container .inputs-block .product_find_btn svg path {
  transition: fill 0.2s;
}

.product_finder_container .inputs-block .product_find_btn:hover svg path {
  fill: #282882;
  transition: fill 0.2s;
}

@media screen and (max-width: 1379px) {
  .product_finder_container {
    padding: 20px 30px 30px 30px;
  }
  .product_finder_container .text-block {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .product_finder_container .text-block h2 {
    margin-bottom: 0;
  }
  .product_finder_container .text-block h4 {
    margin-bottom: 15px;
  }
  .product_finder_container .inputs-block select {
    min-width: 330px;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 991px) {
  .product_finder_container {
    padding: 20px 30px;
  }
  .product_finder_container .inputs-block {
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
  }
  .product_finder_container .inputs-block > * {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .product_finder_container .inputs-block > select {
    width: calc(50% - 15px);
    min-width: unset;
  }
  /*
  .product_finder_container .inputs-block > select {
    width:calc(50% - 30px);
  }
  .product_finder_container .inputs-block > select:nth-child(1) {
    margin-right: 15px;
  }
  .product_finder_container .inputs-block > select:nth-child(2) {
    margin-left: 15px;
  }*/
  .product_finder_container .inputs-block .product_find_btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .product_finder_container {
    padding: 15px;
  }
  .product_finder_container .inputs-block {
    width: 100%;
  }
  .product_finder_container .inputs-block select {
    min-width: unset;
    width: 100%;
  }
}
.ns-hotspots-left-half,
.ns-hotspots-right-half {
  float: left;
  width: 50%;
  height: auto;
}

.ns-hotspots-left-half {
  text-align: center;
}

.ns-hotspots-right-half {
  padding-right: 35px;
}

.ns-hotspots-container {
  max-width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 50px;
}

.ns-hotspots-background {
  max-width: 100%;
  height: auto;
}

.ns-hotspots-item {
  position: absolute;
  margin-top: -22px;
  margin-left: -22px;
  background: #EAE9E9;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  padding: 9px 0;
}

/*
.ns-hotspots-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(234, 234, 234);
  background: linear-gradient(
    180deg,
    rgba(234, 234, 234, 1) 0%,
    rgba(201, 201, 201, 1) 50%,
    rgba(226, 226, 226, 1) 100%
  );
  border: 1px solid $white-color;
  border-radius: 50%;
}
*/
.ns-hotspots-item.active:before {
  opacity: 1;
}

.ns-hotspots-item:hover {
  cursor: pointer;
}

.ns-hotspots-item.active,
.ns-hotspots-item:hover {
  background: #516cab;
}

.ns-hotspots-item.active .ns-hotspot-title,
.ns-hotspots-item:hover .ns-hotspot-title {
  color: #ffffff;
}

.ns-hotspots-bubble {
  background: #fff;
  border: 1px solid #282882;
  border-radius: 30px;
  padding: 0 22px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}

.ns-hotspots-bubble-number {
  background: rgb(53, 132, 220);
  background: linear-gradient(to bottom, rgb(53, 132, 220) 0%, rgb(53, 132, 220) 20%, rgb(22, 82, 150) 60%, rgb(22, 82, 150) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3584dc", endColorstr="#165296",GradientType=0 );
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 9px 0;
  position: relative;
  margin: 0 auto;
  margin-top: -22px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), inset 0 -3px 2px rgba(0, 0, 0, 0.35), inset 0 3px 2px rgba(255, 255, 255, 0.5);
}

.ns-hotspots-bubble-number:before {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #282882;
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
}

.ns-hotspots-bubble-title {
  margin-bottom: 15px;
  margin-top: 25px;
}

.ns-hotspots-bubble-desc {
  font-size: 16px;
  margin-bottom: 40px;
}

.hotspots-list-item {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.hotspots-list-item-num-wrap {
  padding-right: 30px;
  display: table-cell;
  width: 75px;
}

.hotspots-list-item-num {
  font-size: 20px;
  color: #282882;
  width: 45px;
  height: 45px;
  border: 2px solid #282882;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
}

.hotspots-list-item-title {
  color: #282882;
  font-size: 16px;
  line-height: 1.6;
  display: table-cell;
}

.ns-hotspot-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
}

.ns-hotspots-item.item-id-8 .ns-hotspot-title {
  margin-top: 36px;
  margin-left: -80px;
}

.hotspot_item_container {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  top: 60px;
  left: -175px;
}

.ns-hotspots-item.active .hotspot_item_container {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 5;
}

.hotspot_item_inner {
  border-radius: 16px;
  width: 403px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  text-align: left;
  padding: 28px 26px 18px 26px;
  cursor: default;
}

.hotspot_item_inner .hotspot_item_header {
  margin-bottom: 12px;
}

.hotspot_item_inner .hotspot_item_footer {
  margin-top: 14px;
}

.hotspot_item_inner .hotspot_item_header,
.hotspot_item_inner .hotspot_item_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotspot_item_inner h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.hotspot_item_inner p {
  font-size: 14px;
  padding: 12px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 0;
}

.hotspot_item_inner a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hotspot_item_inner a:visited,
.hotspot_item_inner a:hover {
  color: #ffffff;
}

a.hotspot_x_btn:hover {
  transform: scale(0.7);
  transition: transform 0.2s;
}

.hotspot_item_footer svg:hover path {
  fill: #2e3f64;
  transition: fill 0.2s;
}

.hotspot_item_footer a:hover {
  text-decoration: none;
  color: #2e3f64;
  transform: color 0.2s;
}

.hotspots_products_slider {
  margin-bottom: 30px;
}

.hotspots_products_wrapper {
  position: relative;
  padding: 50px 0;
}

.hotspots_products_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f6f6f6;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hotspots-list-item-title {
    font-size: 14px;
  }
}
/*
@media screen and (max-width: 1379px) {
  .ns-hotspots-item {
    margin-top: -18px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
  .ns-hotspots-item:before {
    width: 6px;
    height: 6px;
  }
  .ns-hotspot-title {
    margin-left: 40px;
    line-height: 1;
    font-size: 12px;
    margin-top: -2px;
  }
}*/
@media screen and (max-width: 991px) {
  .ns-hotspots-item:before {
    display: none;
  }
  .ns-hotspots-item {
    margin-top: 0;
    margin-left: 0;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .ns-hotspot-title {
    font-size: 16px;
    line-height: 30px;
  }
  .hotspots_products_wrapper {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .ns-hotspots-bubble {
    margin-bottom: 45px;
  }
  .ns-hotspots-left-half,
  .ns-hotspots-right-half {
    width: 100%;
  }
  .ns-hotspots-right-half {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  /*
  .ns-hotspots-item:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 17px;
    left: 17px;
    background: $black-color;
    border: 1px solid #979797;
    border-radius: 50%;
  }
  .ns-hotspots-item {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    margin-left: -17px;
    background: none !important;
    border: none !important;
  }*/
  .ns-hotspots-item.active:before {
    background-color: #dc3c2d;
  }
  .ns-hotspots-item.active {
    background: none !important;
    border: none !important;
  } /*
.ns-hotspot-title {
  display: none;
}*/
  .hotspot_item_container {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 40%;
    width: calc(100% - 30px);
  }
  .hotspot_item_container p {
    font-size: 11px;
  }
  .hotspot_item_container .hotspot_item_inner {
    width: auto;
    padding: 14px 13px 9px 13px;
    border-radius: 8px;
  }
}
.ns-content-slider {
  margin: 0 -15px;
}

.ns-content-slider .slick-list {
  padding: 20px 0;
}

.ns-content-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.ns-content-slider .content-slide {
  height: auto;
  padding: 0 15px;
}

.ns-content-slider .inner-content-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.ns-content-slider .inner-content-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ns-content-slider h3 {
  color: #2e3f64;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px; /* 164% */
  margin-bottom: 15px;
}

.ns-content-slider h3 a {
  display: inline-block;
  color: #000000;
}

.ns-content-slider p {
  color: #000000;
  text-align: center;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.ns-content-slider .text-content-slider {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 25px 40px 25px;
}

.ns-content-slider .text-content-slider .btn {
  margin-top: auto;
  align-self: center;
}

/*slider dots*/
.ns-content-slider ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.ns-content-slider ul.slick-dots li {
  display: block;
  margin-right: 10px;
}

.ns-content-slider ul.slick-dots li:last-child {
  margin-right: 0;
}

.ns-content-slider ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #2e3f64;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.ns-content-slider ul.slick-dots li button:hover,
.ns-content-slider ul.slick-dots li.slick-active button {
  background: #2e3f64;
}

.ns-content-slider ul.slick-dots li button:focus {
  outline: none;
}

/*end slider dots*/
/*slider arrows*/
.ns-content-slider button.slick-arrow {
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  border: 2px solid #282882;
  border-radius: 4px;
  transition: border-color 0.2s, color 0.2s;
}

.ns-content-slider button.slick-arrow.slick-disabled {
  background-color: #ffebed;
  cursor: default;
}

.ns-content-slider button.slick-arrow:hover {
  border-color: #282882;
  background-color: #ffebed;
}

.ns-content-slider button.slick-arrow:hover:before {
  color: #282882;
}

.ns-content-slider button.slick-arrow:focus {
  outline: none;
}

.ns-content-slider button.slick-arrow:before {
  font-family: "FontAwesome";
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #282882;
}

.ns-content-slider button.slick-prev:before {
  content: "\f104";
}

.ns-content-slider button.slick-next:before {
  content: "\f105";
}

.ns-content-slider button.slick-prev {
  left: -85px;
}

.ns-content-slider button.slick-next {
  right: -85px;
}

/*end slider arrows*/
@media screen and (max-width: 1379px) {
  .ns-content-slider h3 a {
    font-size: 22px;
    line-height: 31px;
  }
}
@media screen and (max-width: 991px) {
  .ns-content-slider h3 {
    font-size: 22px;
    line-height: 31px;
  }
}
@media screen and (max-width: 575px) {
  .ns-content-slider button.slick-arrow {
    top: calc(100% + 20px);
  }
  .ns-content-slider button.slick-prev {
    left: calc(50% - 60px);
  }
  .ns-content-slider button.slick-next {
    right: calc(50% - 60px);
  }
  .ns-content-slider p {
    font-size: 16px;
  }
}
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.galerija-row {
  display: grid;
  margin-top: 30px;
}

.galerija-row img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.galerija-row > div {
  position: relative;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
  padding: 0 !important;
}

.galerija-row > div a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("img/magnify.svg"), rgba(11, 81, 161, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.2s;
  opacity: 0;
}

.galerija-row > div a:hover:before {
  transition: opacity 0.2s;
  opacity: 1;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*
.woocommerce-product-details__short-description ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
}

body:not(.woocommerce-checkout)
  article
  .wpb_text_column.wpb_content_element
  .wpb_wrapper
  ul,
body:not(.woocommerce-checkout)
  article
  .wpb_text_column.wpb_content_element
  .wpb_wrapper
  ol {
  margin: 20px 0;
  padding: 0;
}
body:not(.woocommerce-checkout)
  article
  .wpb_text_column.wpb_content_element
  .wpb_wrapper
  ul
  li {
  position: relative;
  list-style: none;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
body:not(.woocommerce-checkout)
  article
  .wpb_text_column.wpb_content_element
  .wpb_wrapper
  ol
  li {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
body:not(.woocommerce-checkout)
  article
  .wpb_text_column.wpb_content_element
  .wpb_wrapper
  ul
  li:before {
  content: "";
  background-color: $primary-color;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 12px;
}

.single-product .summary.entry-summary .wpb-content-wrapper ul,
.single-product .summary.entry-summary .wpb-content-wrapper ol {
  margin: 20px 0;
  padding: 0;
}
.single-product
  .summary.entry-summary
  .wpb-content-wrapper
  ul:not(.slick-dots)
  li {
  position: relative;
  list-style: none;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.single-product .summary.entry-summary .wpb-content-wrapper ol li {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.single-product
  .summary.entry-summary
  .wpb-content-wrapper
  ul:not(.slick-dots)
  li:before {
  content: "";
  background-color: $primary-color;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 12px;
}

.vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul,
.vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ol {
  margin: 20px 0;
  padding: 0;
}
.vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li {
  position: relative;
  list-style: none;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ol li {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li:before {
  content: "";
  background-color: $primary-color;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 12px;
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
}
ul.page-numbers > li {
  list-style: none;
}
ul.page-numbers > li > span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
  border-radius: 0;
  margin-right: 10px;
}
ul.page-numbers > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #a4a4a4;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ececec;
  margin-right: 10px;
  transition: all 0.2s;
}
ul.page-numbers > li > a:hover {
  text-decoration: none;
  border: 1px solid #f8f8f8;
  color: $primary-text;
  background-color: #f8f8f8;
  transition: all 0.2s;
}

@media screen and (max-width: 1379px) {
  article .wpb_text_column.wpb_content_element .wpb_wrapper ul li,
  article .wpb_text_column.wpb_content_element .wpb_wrapper ol li,
  .single-product
    .summary.entry-summary
    .wpb_text_column.wpb_content_element
    .wpb_wrapper
    ul
    li,
  .single-product
    .summary.entry-summary
    .wpb_text_column.wpb_content_element
    .wpb_wrapper
    ol
    li,
  .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li,
  .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ol li {
    font-size: 16px;
  }
  article .wpb_text_column.wpb_content_element .wpb_wrapper ul li:before,
  .single-product
    .summary.entry-summary
    .wpb_text_column.wpb_content_element
    .wpb_wrapper
    ul
    li:before,
  .vc_tta-panel .wpb_text_column.wpb_content_element .wpb_wrapper ul li:before {
    top: 11px;
  }
}*/
.main_txt .vc_tta.vc_general {
  font-size: 18px;
}

.main_txt ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.main_txt ul li {
  font-size: 18px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.main_txt table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: #f8f8f8;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0 0 2rem 0;
}
.main_txt table thead td {
  border: 1px solid #d1d3d4 !important;
  line-height: 1.42857143;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: 0 !important;
  font-weight: normal;
}
.main_txt table td {
  border: 1px solid #d1d3d4;
  padding: 15px 20px;
  line-height: 1.42857143;
  vertical-align: middle;
  font-size: 16px;
}
.main_txt table td a {
  text-decoration: underline;
}
.main_txt table td a:hover {
  text-decoration: none;
}
.main_txt table tr:last-child td {
  border-bottom: 1px solid #d1d3d4 !important;
}
.main_txt table ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.main_txt table ul li::marker {
  color: #282882;
}

/*bootstrap overrride*/
/******** odstrani prazne p tage ki jih VC doda z js-jem ****************/
p:empty {
  display: none;
}

/******** odstrani margin v headerju ki ga VC doda vsakemu dodanemu elementu ****************/
header .wpb_button,
header .wpb_content_element,
header ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

/****** admin bar margin on fixed header *******/
/****** end admin bar margin on fixed header *******/
/** odstrani margin, ki ga doda bootstrap na dnu site-a ***/
body.page,
body.post {
  margin-bottom: 0 !important;
}

/** potisne zgornji del strani (ponavadi slider) do menija **/
.home #main .entry-content {
  margin-top: 0;
}

/**error page content bolj v sredino**/
.error-404 {
  margin-top: 20vh;
  margin-bottom: 30vh;
}

.wpb_content_element.no-bot-margin {
  margin-bottom: 0;
}

.gdpr_lightbox {
  background: rgba(0, 0, 0, 0.7) !important;
}

/*search form*/
.search-icon-holder {
  line-height: 0;
  padding: 0 20px 0 20px;
  border-right: 1px solid #e8e8e8;
}

.search-icon-holder a.search-trigger {
  display: inline-block;
}

.search-overlay {
  position: fixed;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000;
}

.search-overlay.show-it {
  display: block;
}

.search-overlay form.search-form {
  display: flex;
  align-items: center;
  width: 500px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #606060;
}

.search-overlay label,
.search-overlay input.search-field {
  width: 100%;
}

.search-overlay label {
  margin-bottom: 0;
}

.search-overlay input.search-field {
  border: none;
  background-color: transparent;
  font-size: 25px;
}

.search-overlay input.search-submit {
  width: 55px;
  margin-left: 10px;
  padding: 20px;
  background: url("img/search_1.svg"), #282882 !important;
  background-repeat: no-repeat !important;
  background-size: 27px 27px !important;
  background-position: center !important;
  border: none !important;
}

.search-overlay input.search-submit:hover {
  background-color: #4645df !important;
}

.ns-searchform {
  width: auto;
  flex: 0;
  margin-right: 0;
  margin-left: 20px;
}
.ns-searchform form {
  position: relative;
  display: flex;
  height: 45px;
  align-items: center;
  border-radius: 0;
  transition: all 0.4s;
}
.ns-searchform form > label {
  display: none;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  transition: all 0.4s;
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
}
.ns-searchform form > label > input {
  background-color: transparent;
  opacity: 1;
  width: 100%;
  transition: all 0.4s;
  width: calc(100% - 44px);
  padding: 0;
  border: none;
  color: #000000;
}
.ns-searchform form > label > input:focus {
  outline: none;
  color: #000000;
}
.ns-searchform form > label > input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Prompt", sans-serif;
}
.ns-searchform form > label > input::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Prompt", sans-serif;
}
.ns-searchform form > input[type=submit] {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  font-size: 0;
  background: none;
  border: none;
  background: url("img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  width: 50px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: background 0.2s;
}
.ns-searchform.showform form {
  background-color: transparent;
  transition: all 0.4s;
}
.ns-searchform.showform form > label {
  opacity: 1;
  width: 220px;
  transition: all 0.4s;
}
.ns-searchform.showform form > label > input {
  opacity: 1;
  width: 207px;
  background-color: transparent;
  margin-left: -25px;
  transition: all 0.4s;
}
@media screen and (max-width: 1379px) {
  .ns-searchform {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .ns-searchform {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

.ns-searchform form > label > input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.ns-searchform form > label > input::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 0 !important;
}

.pagination > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 45px;
}

.pagination > ul > li {
  list-style: none;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
  border-radius: 0;
  border: 1px solid #ececec;
  background-color: transparent;
  color: #a4a4a4;
  transition: color 0.2s, background-color 0.2s;
}

.pagination a:hover,
.pagination li.active > a {
  color: #ffffff;
  background-color: #4645df;
  border-color: #4645df;
  text-decoration: none;
}

.pagination a:focus,
.pagination a:active {
  text-decoration: none;
}

nav.pagination i.pagination-prev:before {
  transform: rotate(180deg);
}

.search-header {
  margin-top: 2rem;
}

.search-header h1 {
  font-size: 24px;
}

.search-header .page-title {
  margin-bottom: 2rem;
}

body.search-results .products-element-wrapper .loop-item {
  margin-bottom: 35px;
}

body.search-results .products-element-wrapper {
  margin: 1rem 0;
}

/*vc TABS*/
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
  border-radius: 4px 4px 0 0 !important;
  border: 1px solid #d1d3d4 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-title-text {
  color: #000000 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading:hover {
  background-color: #282882 !important;
  border-color: #282882 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading:hover a span {
  color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading:hover a .vc_tta-controls-icon::before {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading:hover a .vc_tta-controls-icon::after {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-heading:hover a .vc_tta-icon.fa {
  color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_tta-panel-title {
  border-radius: 4px 4px 0 0 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_active {
  margin-bottom: 10px;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_active .vc_tta-panel-title {
  background-color: #282882 !important;
  border-color: #282882 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_active .vc_tta-panel-title a {
  background-color: #282882 !important;
  border-color: #282882 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_active .vc_tta-panel-title a span {
  color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion.vc_tta-color-grey .vc_active .vc_tta-panel-title a .vc_tta-controls-icon::before {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 1rem;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #282882 !important;
  border-color: #282882 !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a span {
  color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon::before {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon::after {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-icon.fa {
  color: #ffffff !important;
}
.wpb-js-composer .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-body {
  border-radius: 4px !important;
  border-color: #d1d3d4 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top: none !important;
}
/*

.vc_general.vc_tta.vc_tta-tabs {
  //width: 100vw;
  //position: relative;
  //left: 50%;
  //right: 50%;
  //margin-left: -50vw;
  //margin-right: -50vw;
}

.summary.entry-summary .vc_tta-container {
  margin: 0 -10px 30px -10px;
}

.vc_general.vc_tta.vc_tta-tabs p {
  //font-size: 16px;
}
.vc_general.vc_tta.vc_tta-tabs ul,
.vc_general.vc_tta.vc_tta-tabs ol {
  margin: 1rem 0;
  padding: 0 0 0 1rem;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul {
  padding: 0 10px;
}
.vc_general.vc_tta.vc_tta-tabs ul li,
.vc_general.vc_tta.vc_tta-tabs ol li {
  font-size: 16px;
}

.wpb-js-composer
  .vc_tta-tabs.vc_tta-tabs-position-top
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-tabs.vc_tta-tabs-position-bottom
  .vc_tta-panel
  .vc_tta-panel-body {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -sand-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul {
  padding: 0;
  margin: 0 10px;
  border-bottom: 1px solid #f9f6f1;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container ul li a {
  padding: 20px 0;
  margin: 0 30px 0 0;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
  height: 0;
  opacity: 0;
  transition: opacity 0.4s;
}

.wpb-js-composer .vc_tta.vc_general .vc_active.vc_tta-panel {
  height: auto;
  opacity: 1;
  transition: opacity 0.4s;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-body {
  display: block !important;
  height: auto !important;
  overflow: hidden !important;
}

.wpb-js-composer
  .vc_tta-color-white.vc_tta-style-flat.vc_general.vc_tta.vc_tta-tabs
  .vc_tta-panel
  .vc_tta-panel-body {
  padding: 40px 10px 50px 10px;
  background-color: $white-color;
  border-radius: 0;
}
.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  margin-bottom: -1px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
  margin-top: 10px;
  z-index: 3;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-body h3:after {
  margin: 15px auto 40px auto;
}

.vc_general.vc_tta.vc_tta-tabs .inner-tab-container {
  max-width: 1320px;
  margin: 0 auto;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tab img {
  max-height: 45px;
}
.vc_general.vc_tta.vc_tta-tabs ul.vc_tta-tabs-list {
  display: flex;
  justify-content: flex-start;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tab {
  min-width: unset;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tab a {
  font-size: 18px;
  font-weight: 700;
  max-width: unset;
  display: flex !important;
  align-items: center;
  text-align: left;
  height: 100%;
  margin-right: 0;
  color: $accent-color;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tab a:hover {
  //background-color: $accent-color !important;
  color: #a4a4a4 !important;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tab.vc_active a:hover {
  //background-color: $accent-color !important;
  color: $black-color !important;
}

.wpb-js-composer
  .vc_general.vc_tta.vc_tta-tabs.vc_tta-color-white.vc_tta-style-flat
  .vc_tta-tab
  > a {
  background-color: $white-color;
  color: #a4a4a4;
  //border: 2px solid $accent-color;
  margin-right: 30px;
}
.wpb-js-composer
  .vc_general.vc_tta.vc_tta-tabs.vc_tta-color-white.vc_tta-style-flat
  .vc_tta-tab.vc_active
  > a {
  //background-color: $accent-color;
  color: $black-color;
}

/*slider in tabs*/
.vc_general.vc_tta.vc_tta-tabs .slick-slider {
  margin: 0 auto;
}

.vc_general.vc_tta.vc_tta-tabs .slick-list {
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
}

.vc_general.vc_tta.vc_tta-tabs .slick-slider .slick-track {
  display: flex;
}

.vc_general.vc_tta.vc_tta-tabs .slick-slider .loop-item {
  flex: 1 0 auto;
  align-self: stretch;
  display: flex;
  justify-content: center;
}

.vc_general.vc_tta.vc_tta-tabs .slick-slider .loop-item > div {
  width: 100%;
}

.vc_general.vc_tta.vc_tta-tabs .slick-slider .loop-item > div > div,
.vc_general.vc_tta.vc_tta-tabs .slick-slider .loop-item > div > div > div,
.vc_general.vc_tta.vc_tta-tabs .slick-slider .loop-item > div > div > div > div {
  height: 100%;
}

.vc_tta-tabs .slick-dots li {
  display: block;
  margin-right: 10px;
}

.vc_tta-tabs .slick-dots li:last-child {
  margin-right: 0;
}

.vc_tta-tabs .slick-dots li button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.vc_tta-tabs .slick-dots li.slick-active button,
.vc_tta-tabs .slick-dots li button:hover {
  background-color: #ffffff;
}

.vc_tta-tabs .slick-dots li:focus,
.vc_tta-tabs .slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.vc_tta-tabs .ns-yt-wrapper {
  margin-bottom: 30px;
}

/*g reviews slider*/
#google-business-reviews-rating h2.heading,
#google-business-reviews-rating p.vicinity,
#google-business-reviews-rating p.rating {
  display: none;
}

#google-business-reviews-rating .slick-track {
  margin: 0;
  padding: 30px 0;
}

#google-business-reviews-rating.gmbrr .listing .review-meta + .text,
#google-business-reviews-rating.gmbrr .listing .text + .review-meta {
  padding-inline-start: unset;
}

#google-business-reviews-rating ul.listing li:before {
  display: none;
}

#google-business-reviews-rating ul.listing li.slick-slide {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}

#google-business-reviews-rating li.slick-slide .author-avatar > a {
  width: 60px;
  height: 60px;
}

#google-business-reviews-rating li.slick-slide .review-meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

#google-business-reviews-rating li.slick-slide .text {
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
}

#google-business-reviews-rating li.slick-slide .author-name {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
}

#google-business-reviews-rating li.slick-slide .relative-time-description {
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
}

#google-business-reviews-rating p.attribution {
  text-align: center;
  margin-top: 50px;
}

/*slider dots*/
#google-business-reviews-rating ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

#google-business-reviews-rating ul.slick-dots li {
  display: block;
  margin: 0 5px !important;
  flex: 0 0 auto;
}

#google-business-reviews-rating ul.slick-dots li:last-child {
  margin-right: 0;
}

#google-business-reviews-rating ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 5px;
  width: 50px;
  border-radius: 0;
  background-color: #c0c0c0;
  cursor: pointer;
}

#google-business-reviews-rating ul.slick-dots li button:hover,
#google-business-reviews-rating ul.slick-dots li.slick-active button {
  background: #282882;
  border-color: #282882;
}

#google-business-reviews-rating ul.slick-dots li button:focus {
  outline: none;
}

/*end slider dots*/
/*slider arrows*/
#google-business-reviews-rating button.slick-arrow {
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  border: 2px solid #c0c0c0;
  border-radius: 15px;
  transition: border-color 0.2s, color 0.2s;
}

#google-business-reviews-rating button.slick-arrow.slick-disabled {
  background-color: #f1f1f1;
  cursor: default;
}

#google-business-reviews-rating button.slick-arrow:hover {
  border-color: #282882;
}

#google-business-reviews-rating button.slick-arrow:hover:before {
  color: #282882;
}

#google-business-reviews-rating button.slick-arrow:focus {
  outline: none;
}

#google-business-reviews-rating button.slick-arrow:before {
  font-family: "FontAwesome";
  display: block;
  font-size: 20px;
  line-height: 1;
}

#google-business-reviews-rating button.slick-prev:before {
  content: "\f104";
}

#google-business-reviews-rating button.slick-next:before {
  content: "\f105";
}

#google-business-reviews-rating button.slick-prev {
  left: -25px;
}

#google-business-reviews-rating button.slick-next {
  right: -25px;
}

/*end slider arrows*/
.breadcrumbs {
  padding: 20px 0 30px 0;
  color: #a4a4a4;
  font-size: 14px;
}
.breadcrumbs a {
  font-size: 14px;
  color: #a4a4a4;
}
.breadcrumbs a:hover {
  color: #a4a4a4;
}

.sidebar-slider-wrapper {
  position: relative;
  margin-top: 2rem;
}
.sidebar-slider-wrapper .img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .slick-slider {
  background: #f8f8f8;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #e3e3ff;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .img {
  display: block;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .img img {
  display: none;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .img .date {
  background-color: #282882;
  color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 15px;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .img .date .day {
  font-size: 30px;
  font-weight: 700;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .img .date br {
  display: none;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .article-content {
  padding: 20px 20px 30px 20px;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .article-content h3 a {
  color: #000000;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .article-content p {
  display: none;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .article-content a.more {
  display: none;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .article-content .event-location a {
  color: #000000;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .slick-arrow {
  bottom: -72px;
}
.sidebar-slider-wrapper.napovednik-sidebar-slider .btn-category-link {
  bottom: -80px;
}
.sidebar-slider-wrapper.knjiznicne-novosti-sidebar-slider .img {
  display: block;
}
.sidebar-slider-wrapper.knjiznicne-novosti-sidebar-slider .img img {
  width: 100%;
  height: auto;
}
.sidebar-slider-wrapper.knjiznicne-novosti-sidebar-slider .article-content p {
  display: none;
}
.sidebar-slider-wrapper.knjiznicne-novosti-sidebar-slider .slick-arrow {
  bottom: -48px;
}
.sidebar-slider-wrapper.knjiznicne-novosti-sidebar-slider .btn-category-link {
  bottom: -56px;
}
.sidebar-slider-wrapper.zborniki-sidebar-slider .slick-arrow {
  bottom: -35px;
}
.sidebar-slider-wrapper.zborniki-sidebar-slider .btn-category-link {
  bottom: -43px;
}
.sidebar-slider-wrapper .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background-position: center !important;
}
.sidebar-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}
.sidebar-slider-wrapper .slick-arrow.slick-next {
  left: 30px;
}
.sidebar-slider-wrapper .slick-slide {
  display: flex;
  flex-direction: column;
}
.sidebar-slider-wrapper .btn-category-link {
  position: absolute;
  right: 0;
}

.sidebar-slider .slick-arrow.slick-prev {
  background: url("assets/images/left.png") no-repeat;
}

.sidebar-slider .slick-arrow.slick-prev:hover {
  background: url("assets/images/left-h.png") no-repeat;
}

.sidebar-slider .slick-arrow.slick-next {
  background: url("assets/images/right.png") no-repeat;
}

.sidebar-slider .slick-arrow.slick-next:hover {
  background: url("assets/images/right-h.png") no-repeat;
}

/*kontakt*/
.kontobrazec {
  border-radius: 0;
  margin-bottom: 60px;
}

.kontobrazec p {
  margin-bottom: 10px;
  font-size: 16px;
}

.kontobrazec h2 {
  margin-bottom: 20px;
}

.kontobrazec textarea {
  min-height: 140px;
}

.kontobrazec input,
.kontobrazec textarea {
  width: 100%;
  border: 1px solid #cfc9c4 !important;
  background-color: #f2f2f2;
  border-radius: 6px !important;
  padding: 15px 30px !important;
  margin-bottom: 10px;
  color: #323232 !important;
  font-family: "Rajdhani", sans-serif;
}

.kontobrazec input:hover,
.kontobrazec input:focus,
.kontobrazec textarea:hover,
.kontobrazec textarea:focus {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.kontobrazec input[type=checkbox],
.kontobrazec input[type=submit] {
  width: auto;
}

.kontobrazec input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

.your-massage .wpcf7-not-valid-tip {
  padding-top: 10px;
  margin-bottom: 7px;
}

.kontobrazec .wpcf7-list-item-label {
  line-height: 25px;
  display: inline-block;
  width: 95%;
  margin-bottom: 10px;
}

.kontobrazec .your-consent span.wpcf7-list-item {
  margin: 0;
  font-size: 0.875rem;
}

.kontobrazec .btn {
  font-family: "Rajdhani", sans-serif;
}

.kontobrazec .product_inq_field {
  background: transparent;
  border: none !important;
  padding: 0 !important;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}

.kontobrazec input.cat_povpr {
  background-color: transparent;
  border: none !important;
  font-weight: 600;
  padding: 15px 0 0 0 !important;
  margin-bottom: 0;
  color: #000000;
}

.kontobrazec input.prod_name {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.kontobrazec.kont-resitve {
  padding: 30px;
}
.kontobrazec.kont-resitve input {
  margin-bottom: 15px;
}
.kontobrazec.kont-resitve .wpcf7-radio {
  margin-top: 7px;
  display: block;
}
.kontobrazec.kont-resitve .wpcf7-radio > span {
  display: inline-flex;
}
.kontobrazec.kont-resitve .wpcf7-radio > span.first {
  margin-left: 0;
}
.kontobrazec.kont-resitve p {
  line-height: 0.83;
}

.ns-line-separator {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #f1f1f1;
  margin: 35px 0;
}

.ns-empty-separator-35 {
  display: block;
  height: 35px;
  width: 100%;
}

.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0;
}

.wpb_gmaps_widget.wpb_content_element > div {
  padding: 0;
}

/*login switcher*/
.login-switcher-container {
  padding: 0 20px 0 20px;
  border-right: 1px solid #e8e8e8;
  line-height: 0;
}

.login-switcher-container a {
  font-size: 14px;
}

.login-switcher-container .icon-container {
  line-height: 0;
}

.login-switcher-container > a {
  margin-left: 10px;
}

/*form login*/
.modal-backdrop.show {
  opacity: 0.7 !important;
}

.modal .modal-dialog {
  max-width: 430px;
}

.login-container {
  margin: 100px auto auto auto;
}

.login-container > div {
  max-width: 430px;
}

.login-container .login-header {
  margin: 0 auto;
}

.login-container .login-header h3 {
  display: none;
}

.ns-form-login {
  width: 100%;
  max-width: 420px;
  padding: 15px 0;
  margin: auto;
}

.ns-form-login .form-label-group input,
.ns-form-login .form-label-group label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group input:focus {
  outline: none;
  box-shadow: none;
}

.form-label-group button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:-moz-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-moz-placeholder) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.wpcf7-form-control.wpcf7-file {
  width: auto;
  border: none !important;
  padding: 0 !important;
}

/*login tabs*/
.login-container .tabbed {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 32px auto;
  padding-bottom: 16px;
}

.login-container .tabbed [type=radio] {
  /* hiding the inputs */
  display: none;
}

.login-container h4.tab-heading {
  font-size: 1.3em;
  margin: 1em 0;
  color: #1d2327;
}

.login-container .tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 420px;
  border-bottom: 1px solid #ccc;
}

.login-container .tabs > li {
  margin-bottom: 0;
  margin-right: -1px;
  width: 50%;
}

.login-container .tabs > li:last-child {
  width: calc(50% + 1px);
}

.login-container .tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}

.login-container .tab:hover label {
  border-top-color: #333;
  color: #333;
}

.login-container .tab-content {
  display: none;
  color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.login-container .tabbed [type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.login-container .tabbed [type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.login-container .tabbed [type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.login-container .tabbed [type=radio]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.login-container .tabbed [type=radio]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
  border-bottom-color: #fff;
  border-top-color: #282882;
  background: #fff;
  color: #222;
}

.login-container .tabbed [type=radio]:nth-of-type(1) ~ .tabs .tab:nth-of-type(1) label:hover,
.login-container .tabbed [type=radio]:nth-of-type(2) ~ .tabs .tab:nth-of-type(2) label:hover,
.login-container .tabbed [type=radio]:nth-of-type(3) ~ .tabs .tab:nth-of-type(3) label:hover,
.login-container .tabbed [type=radio]:nth-of-type(4) ~ .tabs .tab:nth-of-type(4) label:hover,
.login-container .tabbed [type=radio]:nth-of-type(5) ~ .tabs .tab:nth-of-type(5) label:hover {
  border-bottom-color: #fff;
  border-top-color: #282882;
  background: #fff;
  color: #222;
}

.login-container .tabbed [type=radio]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.login-container .tabbed [type=radio]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.login-container .tabbed [type=radio]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.login-container .tabbed [type=radio]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-label-group label {
    position: static;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
#scrollToTopBtn {
  position: fixed;
  bottom: 22px;
  right: 150px;
  z-index: 99;
  background-color: #ffffff;
  color: black;
  border: none;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: none;
  box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}
#scrollToTopBtn:before {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#scrollToTopBtn:hover {
  background-color: #555;
  color: #fff;
}

/*COOKIES*/
#jquery-cookie-law-script {
  width: auto;
  max-width: 250px;
}

#jquery-cookie-law-script a.cookie-law-button {
  border: none;
  margin: 0;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited {
  font-weight: 400;
  background-color: #282882;
  transition: background-color 0.2s;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover {
  color: #ffffff;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover {
  box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-transform: initial;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #ffffff;
  text-decoration: none;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover {
  box-shadow: none;
  outline: none;
}

#cookie-law-action {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

#jquery-cookie-law-script,
#jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3b89c7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited {
  color: #ffffff;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #282882;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #ffffff;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
#jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #282882;
  border-color: #282882;
}

#jquery-cookie-law-script.light #cookie-law-container-box svg path {
  fill: #282882;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}

@media screen and (max-width: 1379px) {
  .ns-searchform {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
  }
  /*
  .ns-searchform form {
    margin-right: 0;
  }
  .ns-searchform form {
    height: 35px;
  }
  .ns-searchform form > input[type="submit"] {
    background-size: 35%;
  }
  .ns-searchform form > label {
    padding: 4px 0 4px 20px;
  }
  .ns-searchform form > label > input {
    font-size: 12px;
  }
  .ns-searchform form > label > input::placeholder {
    font-size: 12px;
  }
  .ns-searchform form > input[type="submit"] {
    top: -1px;
  }*/
  /*
  .ns-searchform {
    width: 50px;
  }
  .ns-searchform form {
    position: relative;
    display: flex;
    align-items: center;
  }

  .ns-searchform form > label,
  .ns-searchform form > label > input {
    visibility: hidden;
    background-color: transparent;
    opacity: 0;
    width: 0;
    transition: all 0.4s;
  }
  .ns-searchform.showform form > label {
    visibility: visible;
    opacity: 1;
    width: 50px;
    transition: all 0.2s;
  }
  .ns-searchform form > label > input {
    position: absolute;
    top: 50%;
    left: -630px;
    width: 90%;
    border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    padding: 7px 15px;
    border: none;
    transform: translateY(-50%);
  }
  .ns-searchform.showform form > label > input {
    visibility: visible;
    opacity: 1;
    width: 630px;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    transition: all 0.2s;
  }

  .ns-searchform form > label {
    margin-bottom: 0;
  }

  .ns-searchform form > label > input:focus {
    outline: none;
  }
  .ns-searchform form > input[type="submit"] {
    cursor: pointer;
    position: absolute;
    right: 12px;
    font-size: 0;
    background: none;
    border: none;
    background: url("img/search.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
  }
  .ns-searchform form > label > input {
    background-color: $white-color;
  }
  .ns-searchform form > label > input::placeholder {
    color: $primary-text;
  }
  .ns-searchform.showform form {
    background-color: transparent;
  }*/
}
@media screen and (max-width: 1379px) and (max-width: 480px) {
  .ns-searchform {
    right: 60px;
  }
}
@media screen and (max-width: 1379px) and (max-width: 393px) {
  .ns-searchform {
    right: 55px;
  }
}
@media screen and (max-width: 1379px) {
  .ns-searchform form {
    height: 36px;
  }
  .ns-searchform form > label {
    padding: 10px 0 10px 10px;
  }
  .ns-searchform {
    margin-right: 0;
  }
  .ns-searchform label {
    display: none;
  }
  .ns-searchform form {
    border: none;
  }
  .ns-searchform form > input[type=submit] {
    background-size: 26px 26px;
  }
}
@media screen and (max-width: 1379px) and (max-width: 480px) {
  .ns-searchform form > input[type=submit] {
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 1379px) {
  .wpb-js-composer .vc_general.vc_tta.vc_tta-tabs.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  /*
  .ns-searchform {
    background-color: $white-color;
    width: 100%;
    margin-bottom: 5px;
  }
  .ns-searchform form > label > input {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    background-color: transparent;
    opacity: 1;
    width: 100%;
    transform: unset;
  }
  .ns-searchform form > label {
    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 4px;
    //border: 1px solid #f3f3f3;
  }*/
  .login-switcher-container {
    margin-right: 0;
    padding: 0 15px;
    border: none;
  }
  .login-switcher-container .login_user_txt {
    display: none;
  }
  .login-switcher-container .icon-container {
    margin-right: 0;
  }
  .search-icon-holder {
    border: none;
    padding: 0 15px;
  }
  body.search-results .loop-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ns-searchform form > label > input {
    width: 84%;
    padding: 0;
    border: none;
    color: #000000;
  }
  .ns-searchform form > label > input::-moz-placeholder {
    outline: none;
    color: #000000;
  }
  .ns-searchform form > label > input:focus,
  .ns-searchform form > label > input::placeholder {
    outline: none;
    color: #000000;
  }
  .kontobrazec {
    padding: 30px 0;
  }
  .vc_general.vc_tta.vc_tta-tabs .slick-list {
    max-width: 720px;
  }
  .vc_general.vc_tta.vc_tta-tabs .loop-container > div {
    max-width: 720px;
  }
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab {
    min-width: unset;
  }
  .wpb-js-composer .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab img {
    max-height: 30px;
  }
  .wpb-js-composer .vc_general.vc_tta.vc_tta-spacing-15 .vc_tta-tab {
    margin-left: 4px;
    margin-right: 4px;
  }
  .vc_general.vc_tta.vc_tta-tabs .inner-tab-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 870px) {
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-tab img {
    display: none;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child),
  .wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
  #jquery-cookie-law-script #cookie-law-message {
    width: 97%;
  }
  .summary.entry-summary .vc_tta-container {
    margin: 0 0 30px 0;
  }
  .vc_general.vc_tta.vc_tta-tabs .slick-list {
    max-width: 510px;
  }
  .vc_general.vc_tta.vc_tta-tabs .loop-container > div {
    max-width: 510px;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    height: auto;
    opacity: 1;
  }
  .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-body {
    padding: 0;
    min-height: unset;
    border: none;
  }
  .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.vc_general.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 30px 0;
    min-height: 10px;
    scroll-margin-top: 50px;
  }
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-body h3 {
    display: none;
  }
  .wpb-js-composer .vc_tta.vc_general h4.vc_tta-panel-title {
    text-align: center;
    font-size: 20px;
  }
  .vc_general.vc_tta.vc_tta-tabs .inner-tab-container {
    max-width: 540px;
  }
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-body .vc_row.wpb_row.vc_inner {
    margin-bottom: 0;
  }
  .search-overlay form.search-form {
    padding: 5px;
  }
  .search-overlay input.search-field {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 575px) {
  body.search-results .loop-item .prod-inner .izdelek-txt > p.search-res-desc {
    display: none;
  }
  body.search-results .products-element-wrapper > div.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  body.search-results .products-element-wrapper .loop-item {
    margin-bottom: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }
  body.search-results .products-element-wrapper .loop-item .izdelek-txt h3,
  body.search-results .products-element-wrapper .loop-item .izdelek-txt h3 a {
    font-size: 12px;
  }
  body.search-results .izdelek-txtlink .cena-txt .amount {
    font-size: 14px;
  }
  body.search-results .cena-container .cena-txt {
    margin-top: 5px;
  }
  body.search-results .products-element-wrapper .loop-item .prod-inner .izdelek-txt .cena-container > .btn-container {
    margin-top: 5px;
  }
  .ns-searchform form > label,
  .ns-searchform form > label > input {
    width: 81%;
  }
  .kontobrazec {
    padding: 20px 10px;
  }
  .kontobrazec .wpcf7-list-item-label {
    width: calc(100% - 30px);
  }
  .kontobrazec input[type=checkbox] {
    padding: 0 !important;
  }
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
  }
  .vc_general.vc_tta.vc_tta-tabs .slick-list {
    max-width: 300px;
  }
  .vc_general.vc_tta.vc_tta-tabs .loop-container > div {
    max-width: 300px;
  }
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel .slick-arrow {
    top: calc(100% + 37px);
  }
  .vc_general.vc_tta.vc_tta-tabs .inner-tab-container {
    max-width: 300px;
  }
  .search-overlay form.search-form {
    width: calc(100vw - 60px);
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  border-radius: 0 !important;
  font-weight: 600 !important;
  white-space: normal !important;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px !important;
  padding: 10px 25px !important;
}

.btn-md,
.btn-group-md > .btn {
  font-size: 14px !important;
  padding: 7px 23px !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-info {
  border-radius: 0 !important;
  font-size: 16px !important;
  padding: 11px 28px !important;
  background: #282882 !important;
  border-color: #282882 !important;
  color: #000000 !important;
  transition: all 0.2s !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-color-info:hover {
  background: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-modern.vc_btn3-color-primary {
  border-radius: 0 !important;
  font-size: 16px !important;
  padding: 11px 28px !important;
  background: #282882 !important;
  border-color: #282882 !important;
  color: #000000 !important;
  transition: all 0.2s !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-modern.vc_btn3-color-primary:hover {
  background: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.btn-primary {
  background: #282882 !important;
  border-color: #282882 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.btn-primary:hover {
  background: #4645df !important;
  border-color: #4645df !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.btn-primary:disabled:hover {
  background: #282882 !important;
  border-color: #282882 !important;
  color: #000000 !important;
  transition: all 0.2s !important;
}

.btn-default {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  transition: all 0.2s !important;
}

.btn-default:hover {
  background: #4645df !important;
  border-color: #4645df !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.btn-default:disabled:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  transition: all 0.2s !important;
  cursor: default;
}

.btn-accent {
  background: #2e3f64 !important;
  border-color: #2e3f64 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  transition: all 0.2s !important;
}

.btn-accent:hover {
  background: #282882 !important;
  border-color: #282882 !important;
  color: #ffffff !important;
  transition: all 0.2s !important;
}

.btn-accent:disabled:hover {
  background: #2e3f64 !important;
  border-color: #2e3f64 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  transition: all 0.2s !important;
}

.btn-trans-footer {
  background: transparent !important;
  border-color: #033045 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14 !important;
  font-weight: 400 !important;
  transition: border-color 0.2s, color 0.2s !important;
}

.btn-trans-footer:hover {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  color: rgb(255, 255, 255) !important;
}

.btn-trans:disabled:hover {
  background: transparent !important;
  border-color: #033045 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14 !important;
  font-weight: 400 !important;
  transition: border-color 0.2s, color 0.2s !important;
}

.btn-trans {
  border-color: #282882 !important;
  background: transparent;
  color: #282882;
  transition: all 0.2s !important;
  border-width: 2px !important;
}

.btn-trans:hover {
  background: #4645df !important;
  color: #ffffff !important;
  border-color: #4645df !important;
}

.btn-trans:disabled:hover {
  border-color: #282882 !important;
  background: transparent;
  color: #282882;
  transition: all 0.2s !important;
  border-width: 2px !important;
}

.btn-trans-white {
  border-color: #ffffff !important;
  background: transparent;
  color: #ffffff !important;
}
.btn-trans-white svg path {
  transition: all 0.2s !important;
}

.btn-trans-white:hover {
  background: #ffffff !important;
  color: #4645df !important;
}
.btn-trans-white:hover svg path {
  fill: #4645df;
  transition: all 0.2s !important;
}

.btn-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*bootstrap overrides
$btn-border-radius: 5px;
$btn-border-width:  2px;
*/
/* SOME CUSTOM BTNS BELOW
.btn {
	font-family: $font__heading;
}
a.btn-primary:visited {
	color:$white-color;
}



.btn-right {
	float: right;
}
.btn:focus, button:focus {
	outline: none !important;
	box-shadow: none !important;
}

@media screen and (max-width:1200px) {
	.btn-lg, .btn-group-lg > .btn {
		font-size: 1rem !important;
	}
}
@media screen and (max-width:500px) {
	.btn-lg, .btn-group-lg > .btn {
		padding:0.3rem 1rem !important;
	}
}*/
@media screen and (max-width: 1379px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 16px !important;
    padding: 7px 14px !important;
  }
}
@media screen and (max-width: 991px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 27px !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    white-space: normal !important;
  }
  .btn-md,
  .btn-group-md > .btn {
    padding: 4px 15px !important;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 6px 23px !important;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4645df;
}
a:hover, a:focus, a:active {
  color: #4645df;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*TOP MENU*/
.navbar.ns-top-menu {
  padding: 0;
}
.navbar.ns-top-menu ul.navbar-nav {
  margin: 0;
  flex-direction: row;
  padding: 0;
  margin-right: -18px;
}
.navbar.ns-top-menu ul.navbar-nav:before {
  left: 0;
  display: none;
}
.navbar.ns-top-menu ul.navbar-nav:after {
  right: 0;
}
.navbar.ns-top-menu ul.navbar-nav li {
  padding: 0 15px;
}
.navbar.ns-top-menu ul.navbar-nav li a {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  color: #000000;
  padding: 0 3px;
}
.navbar.ns-top-menu ul.navbar-nav li a:hover {
  text-decoration: underline;
}
.navbar.ns-top-menu ul.navbar-nav li.current-menu-item a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .navbar.ns-top-menu {
    display: none;
  }
}

/*END TOP MENU*/
/*woocommerce acount naviagation*/
nav.woocommerce-MyAccount-navigation {
  margin: 60px 0 35px 0;
}
nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
nav.woocommerce-MyAccount-navigation ul li {
  position: relative;
  list-style: none;
  padding: 0 15px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #606060;
  transition: color 0.2s;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #282882;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #282882;
}
nav.woocommerce-MyAccount-navigation ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 8px;
  background-color: #d3d3d3;
}
nav.woocommerce-MyAccount-navigation ul li:last-child:after {
  display: none;
}

.ns-black-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 150;
  transition: opacity 0.4s;
}

.ns-black-overlay.overlay-active {
  visibility: visible;
  opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

/*SIDE MENU*/
.sidemenu {
  padding: 30px 0;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.sidemenu li {
  position: relative;
  list-style: none;
  padding: 5px 15px;
  line-height: 2;
  width: 100%;
}
.sidemenu li a {
  display: block;
  width: calc(100% - 15px);
}
.sidemenu li .toggle {
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.sidemenu li > ul {
  display: none;
}
.sidemenu li.open > ul {
  display: block;
}
.sidemenu li.open > .toggle svg {
  transform: rotate(90deg);
}
.sidemenu li.active {
  background-color: #f2f2ff;
}
.sidemenu li.active > .toggle svg {
  transform: rotate(90deg);
}
.sidemenu li.active > ul {
  display: block;
}
.sidemenu li.active > a {
  color: #4645df;
}
.sidemenu li > a {
  cursor: pointer;
}
.sidemenu > ul {
  padding: 0;
  margin: 0;
}
.sidemenu > ul > li {
  width: 100%;
  list-style: none;
}
.sidemenu > ul > li > .toggle {
  right: 15px;
}
.sidemenu > ul > li > a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.sidemenu > ul > li > ul {
  padding: 0;
  margin: 0;
}
.sidemenu > ul > li > ul > li {
  list-style: none;
  width: 100%;
  padding-left: 0;
  border-top: 1px solid #d1d3d4;
}
.sidemenu > ul > li > ul > li > .toggle {
  right: 0;
}
.sidemenu > ul > li > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.sidemenu > ul > li > ul > li > ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.sidemenu > ul > li > ul > li > ul li {
  list-style: square;
  width: 100%;
  padding-left: 0;
}
.sidemenu > ul > li > ul > li > ul li > .toggle {
  right: -15px;
}
.sidemenu > ul > li > ul > li > ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}
.sidemenu > ul > li > ul > li > ul li > ul {
  margin: 0 0 0 18px;
  padding: 0;
}
@media screen and (max-width: 1379px) {
  .sidemenu {
    /*
    ul {
      li {
        line-height: 1.7;
        a {
          font-size: 14px;
        }
        .toggle {
          top: 3px;
        }
        ul {
          li {
            a {
              font-size: 13px;
            }
          }
        }
      }
    }
    */
  }
}

/*END SIDE MENU*/
/*MAIN MENU*/
.ns-mainmenu-row {
  background-color: #282882;
  overflow: visible !important;
}

nav.ns-main-menu {
  padding: 0;
}
nav.ns-main-menu ul.navbar-nav {
  margin: 0;
  width: 100%;
  justify-content: flex-end;
}
nav.ns-main-menu ul.navbar-nav > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  transition: background-color 0.2s;
  margin: 0 20px;
  padding: 10px 0;
}
nav.ns-main-menu ul.navbar-nav > li:first-child {
  margin-left: 0;
}
nav.ns-main-menu ul.navbar-nav > li:last-child {
  margin-right: 0;
}
nav.ns-main-menu ul.navbar-nav > li:after {
  content: "";
  opacity: 0;
  height: 10px;
  width: 100%;
  background-color: #4645df;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
nav.ns-main-menu ul.navbar-nav > li.menu-item-has-children:after {
  width: calc(100% + 25px);
}
nav.ns-main-menu ul.navbar-nav > li:not(.menu-item-has-children) {
  margin-right: 0;
}
nav.ns-main-menu ul.navbar-nav > li > a {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 17px 0 !important;
  background-color: transparent;
  transition: background-color 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li i {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -30px;
  font-size: 24px;
  color: #000000;
  transform: rotate3d(1, 0, 0, 0deg) translateY(-50%);
  transition: all 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li i:before {
  font-size: 20px;
}
@media screen and (max-width: 1379px) {
  nav.ns-main-menu ul.navbar-nav > li i {
    right: 5px;
  }
  nav.ns-main-menu ul.navbar-nav > li i:before {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  nav.ns-main-menu ul.navbar-nav > li i {
    top: 23px;
  }
}
@media screen and (max-width: 767px) {
  nav.ns-main-menu ul.navbar-nav > li i {
    right: 23px;
  }
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg {
  padding: 0;
  margin-left: 15px;
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg:after {
  display: none;
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > a {
  color: #ffffff !important;
  background-color: #282882;
  padding: 15px 55px 15px 25px !important;
  transition: background-color 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > i {
  color: #ffffff;
  right: 15px;
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg:hover > a {
  background-color: #4645df;
  text-decoration: none;
  transition: background-color 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg:hover > a > i {
  color: #ffffff;
}
nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > ul.dropdown-menu {
  top: 62px !important;
}
@media screen and (max-width: 1379px) {
  nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg {
    margin-left: 0;
  }
  nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg:hover {
    background-color: #282882 !important;
    border-color: #282882 !important;
  }
  nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > a {
    width: 100%;
  }
  nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > i {
    right: 5px;
    z-index: 100;
  }
  nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > ul.dropdown-menu {
    top: 0 !important;
    padding: 10px 0 !important;
    background-color: #282882 !important;
  }
  nav.ns-main-menu ul.navbar-nav > li.expo-btn-menu-bg > ul.dropdown-menu li a {
    color: #ffffff !important;
    padding: 5px 25px !important;
  }
}
nav.ns-main-menu ul.navbar-nav > li:hover:after {
  opacity: 1;
  transition: opacity 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li:hover > a {
  color: #4645df;
  transition: color 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li:hover > a > i {
  color: #4645df;
  transition: color 0.2s;
}
nav.ns-main-menu ul.navbar-nav > li.current-menu-item > a, nav.ns-main-menu ul.navbar-nav > li.current-page-ancestor > a, nav.ns-main-menu ul.navbar-nav > li.current-product_cat-ancestor > a, nav.ns-main-menu ul.navbar-nav > li.current-product-ancestor > a {
  color: #4645df;
}
nav.ns-main-menu ul.navbar-nav > li.current-menu-item > a:after, nav.ns-main-menu ul.navbar-nav > li.current-page-ancestor > a:after, nav.ns-main-menu ul.navbar-nav > li.current-product_cat-ancestor > a:after, nav.ns-main-menu ul.navbar-nav > li.current-product-ancestor > a:after {
  opacity: 1;
}
nav.ns-main-menu .items-holder .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-bottom: 1rem;
  padding: 1.5rem !important;
}
nav.ns-main-menu .items-holder .btn svg {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  nav.ns-main-menu .items-holder .btn {
    margin: 0 1.5rem 1rem 1.5rem;
    padding: 1.5rem !important;
  }
}

nav.ns-main-menu > div {
  justify-content: flex-end;
  padding: 0;
}

nav.ns-main-menu ul.navbar-nav > li > a:focus {
  outline: none;
}

nav.ns-main-menu ul.navbar-nav > li.bold-menu-item a {
  font-weight: 700;
}

nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu {
  top: 74px;
  left: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #f8f8f8;
  min-width: 330px;
  padding: 20px 25px;
  z-index: -1;
  color: #000000;
  text-align: left;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1370px) {
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu {
    top: 44px;
  }
}

nav.ns-main-menu ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  z-index: 100;
}

nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
  padding: 0.8rem 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  transition: color 0.2s;
}
nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item .menu-item-description {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1379px) {
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
    font-size: 16px;
  }
}

nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li:last-child > a.dropdown-item {
  border-bottom: none;
}

nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li.current-menu-item > a.dropdown-item {
  color: #4645df;
}

nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item:hover {
  color: #4645df;
  background: transparent;
  transition: color 0.2s;
}

nav.ns-main-menu ul.navbar-nav > li:last-child > ul.dropdown-menu {
  right: 0;
  left: unset;
}
nav.ns-main-menu ul.navbar-nav > li:last-child > ul.dropdown-menu li > ul.dropdown-menu {
  right: unset;
  left: calc(-100% - 2px);
  box-shadow: -6px 4px 12px -3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1900px) {
  nav.ns-main-menu ul.navbar-nav > li:nth-last-child(2) > ul.dropdown-menu {
    right: -25px;
    left: unset;
  }
  nav.ns-main-menu ul.navbar-nav > li:nth-last-child(2) > ul.dropdown-menu li > ul.dropdown-menu {
    right: unset;
    left: calc(-100% - 2px);
    box-shadow: -6px 4px 12px -3px rgba(0, 0, 0, 0.1);
  }
  nav.ns-main-menu ul.navbar-nav > li:nth-last-child(3) > ul.dropdown-menu {
    right: -25px;
    left: unset;
  }
  nav.ns-main-menu ul.navbar-nav > li:nth-last-child(3) > ul.dropdown-menu li > ul.dropdown-menu {
    right: unset;
    left: calc(-100% - 2px);
    box-shadow: -6px 4px 12px -3px rgba(0, 0, 0, 0.1);
  }
}
nav.ns-main-menu ul.navbar-nav ul.dropdown-menu > li > i:before {
  transform: rotate(-90deg) rotateX(0deg) rotateY(0deg);
}

nav.ns-main-menu ul.navbar-nav ul.dropdown-menu > li > ul.dropdown-menu {
  top: -1px;
  left: 100%;
  border-top: 1px solid #e8e8e8;
  box-shadow: 4px 4px 12px -3px rgba(0, 0, 0, 0.1);
}

/*mega menu styles*/
.ns-mega-menu-row,
.ns-mega-menu-row.ns-fixed {
  background-color: #ffffff;
}

div.ns-subcats-list {
  padding: 20px 0;
}

div.ns-subcats-list:last-child {
  border-bottom: none;
}

ul.wc-cat-list {
  margin: 0;
  padding: 0;
}

ul.wc-cat-list li {
  list-style: none;
  line-height: 2;
}

ul.wc-cat-list li.mega-parent-cat a {
  color: #000000;
  font-weight: 700;
}

ul.wc-cat-list > li > a {
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
}

ul.wc-cat-list li i.icon-angle-right:before {
  font-size: 14px;
  font-weight: 400 !important;
  color: #505050;
  transition: color 0.2s;
}

ul.wc-cat-list li:not(.mega-parent-cat) > a:hover {
  text-decoration: underline;
}

ul.wc-cat-list li:not(.mega-parent-cat):hover i.icon-angle-right:before {
  color: #000000;
}

ul.wc-cat-list li.mega-parent-cat > a:hover,
ul.wc-cat-list li.mega-parent-cat.mega-current > a,
ul.wc-cat-list li.mega-current > a {
  text-decoration: underline;
}

ul.wc-cat-list li.mega-current > a,
ul.wc-cat-list li.mega-current i.icon-angle-right:before {
  color: #1e396d;
}

ul.navbar-nav > li.ns-mega-trigger {
  cursor: pointer;
}

nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a {
  margin-left: 20px;
}

nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
  transform: rotateX(0deg);
  transition: transform 0.2s;
}

nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a.mega-clicked:after {
  transform: rotateX(180deg);
  transition: transform 0.2s;
}

.mega-btn-container {
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 27px;
  height: 19px;
}

.mega-btn-container span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #282882;
  border-radius: 0;
}

.mega-btn-container span:first-child {
  transition: all 0.3s;
}

.mega-btn-container span:nth-child(2) {
  margin-top: 8px;
  transition: all 0.3s;
}

.mega-btn-container span:nth-child(3) {
  margin-top: 8px;
  transition: all 0.3s;
}

.mega-btn-container span:nth-child(4) {
  margin-top: 16px;
  transition: all 0.3s;
}

.mega-btn-container.x-btn span:nth-child(2) {
  transform: rotate(45deg);
}

.mega-btn-container.x-btn span:nth-child(3) {
  transform: rotate(-45deg);
}

.mega-btn-container.x-btn span:nth-child(1),
.mega-btn-container.x-btn span:nth-child(4) {
  opacity: 0;
}

nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger a.mega-clicked {
  background-color: #516cab;
  color: #1e396d;
}

nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger a.on_wc_page {
  background-color: #516cab;
  color: #1e396d;
}

.ns-mega-menu-row {
  display: flex;
  padding: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.ns-mega-menu-row.mega-open {
  padding: 20px 0;
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  margin-top: 0 !important;
  overflow: visible;
}

.ns-mega-menu-row.mega-open > div {
  overflow: visible;
}

/*
.ns-mega-menu-row.mega-open:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: -100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  width: calc(100vw - 17px);
}*/
.ns-mega-menu-row.mega-open > div:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  width: calc(100vw + 17px);
  transform: translateX(-50%);
}

.ns-mega-menu-row > div > div {
  padding: 0 !important;
}

.ns-mega-menu-row .btn {
  padding: 0;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
}

.mega-menu-container {
  padding-bottom: 30px;
}

.mega-menu-container > div > div > div {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 17px;
}

.mega-menu-container .mega-menu-cat-holder {
  margin-bottom: 0;
}

.ns-mega-menu-row .menu-ducati-column ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

ul.wc-cat-list > li.mega-parent-cat {
  display: none;
}

ul.wc-cat-list > li > a,
ul.wc-cat-list > li.mega-parent-cat > a {
  color: #1e396d;
}

ul.wc-cat-list > li {
  position: relative;
}

ul.wc-cat-list > li > .loader-container {
  position: absolute;
  top: 0;
  right: 0;
}

.lds-loading {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-loading div {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 4px;
  background: #606060;
  animation: lds-loading 0.5s cubic-bezier(0, 0.25, 0.25, 0.5) infinite;
}

.lds-loading div:nth-child(1) {
  left: 2px;
  animation-delay: -0.12s;
}

.lds-loading div:nth-child(2) {
  left: 8px;
  animation-delay: -0.06s;
}

.lds-loading div:nth-child(3) {
  left: 14px;
  animation-delay: 0;
}

@keyframes lds-loading {
  0% {
    top: 2px;
    height: 16px;
  }
  50%, 100% {
    top: 6px;
    height: 8px;
  }
}
.ns-category-preview-container .featured-prods-image-cont {
  background-size: cover;
}

.ns-category-preview-container .featured-prods-image-cont > p {
  font-size: 1.2rem;
  font-weight: 700;
}

.ns-category-preview-container a {
  font-size: 1rem;
  font-weight: 400;
  color: #505050;
}

.ns-category-preview-container .menu-featured-prods-row > div:nth-child(2) > .featured-prods-image-cont {
  animation-delay: 0.2s;
}

.ns-category-preview-container .menu-featured-prods-row > div:nth-child(3) > .featured-prods-image-cont {
  animation-delay: 0.4s;
}

.ns-category-preview-container .menu-featured-prods-row > div:nth-child(4) > .featured-prods-image-cont {
  animation-delay: 0.6s;
}

.mega-menu-cat-holder {
  padding: 15px 20px;
  margin-bottom: 17px;
  background-color: #f6f6f6;
}

.mega-menu-cat-holder > div {
  align-items: center;
}

.mega-menu-cat-holder h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.mega-menu-cat-holder h4 > a {
  display: block;
  font-size: 14px;
}

.mega-menu-cat-holder a {
  font-size: 12px;
  line-height: 18px;
}

.mega-menu-cat-holder span {
  line-height: 14px;
}

.mega-menu-cat-holder .cat-links {
  line-height: 14px;
}

.navbar-toggler {
  display: none;
}

@media screen and (max-width: 1379px) {
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a {
    margin-left: 0;
  }
  button.navbar-toggler:hover {
    border: none;
  }
  button.navbar-toggler:focus {
    border: none;
    outline: none;
  }
  .navbar-toggler {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 40px;
    height: 24px;
    padding: 0 !important;
    z-index: 10;
    align-self: center;
    border: none !important;
    border-radius: 0 !important;
  }
  .navbar-toggler > span {
    position: absolute;
    display: block;
    height: 2.5px;
    width: 40px;
    margin: 0;
    background: #000000;
  }
  .navbar-toggler[aria-expanded=true] > span:nth-child(1) {
    top: 0;
    opacity: 0;
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=true] > span:nth-child(2) {
    top: 10px;
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=true] > span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    opacity: 1;
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=true] > span:nth-child(4) {
    top: 20px;
    opacity: 0;
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=false] > span:nth-child(1) {
    top: 0;
    opacity: 1;
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=false] > span:nth-child(2) {
    top: 10px;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=false] > span:nth-child(3) {
    top: 10px;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.2s;
  }
  .navbar-toggler[aria-expanded=false] > span:nth-child(4) {
    top: 20px;
    opacity: 1;
    transition: all 0.2s;
  }
  nav.ns-main-menu > div.navbar-collapse.collapse {
    display: none;
  }
  nav.ns-main-menu > div.navbar-collapse {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  nav.ns-main-menu ul.navbar-nav > li > a {
    font-size: 18px;
    color: #000000;
    width: calc(100% - 50px);
    padding: 6px 0 !important;
  }
  nav.ns-main-menu ul.navbar-nav li i {
    position: absolute;
    top: 11px;
    right: 5px;
    color: #000000;
    cursor: pointer;
    transform: rotate3d(0, 0, 0, 180deg);
    transition: all 0.2s;
  }
  nav.ns-main-menu ul.navbar-nav li i.i-clicked {
    transform: rotate3d(1, 0, 0, 180deg);
    transition: all 0.2s;
  }
  nav.ns-main-menu ul.navbar-nav li i:before {
    font-size: 32px;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
    padding: 5px 0;
    font-size: 16px;
  }
  nav.ns-main-menu ul.navbar-nav a.dropdown-item {
    margin: 0 5px;
    width: auto;
  }
  nav.ns-main-menu ul.navbar-nav li {
    justify-content: space-between;
  }
  nav.ns-main-menu ul.navbar-nav ul.dropdown-menu ul.dropdown-menu {
    margin-left: 15px;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu {
    position: relative;
    width: 100%;
    background: none;
    margin: 0;
    border-top: none;
    padding: 0 0 0 15px;
    z-index: 0;
    top: 0;
    box-shadow: none;
    border: none;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
    border-bottom: none;
  }
  nav.ns-main-menu ul.navbar-nav li a {
    padding: 0;
    text-align: left;
  }
  nav.ns-main-menu ul.navbar-nav > li::after {
    display: none;
  }
  nav.ns-main-menu ul.navbar-nav > li {
    flex-wrap: wrap;
    margin: 0;
  }
  nav.ns-main-menu ul.navbar-nav > li:hover > a,
  nav.ns-main-menu ul.navbar-nav > li.current-menu-item > a {
    background: none;
  }
  nav.ns-main-menu ul.navbar-nav > li.current-menu-item > a {
    text-decoration: underline;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li.current-menu-item > a.dropdown-item {
    background: none;
    text-decoration: underline;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item:hover {
    background: none;
  }
  nav.ns-main-menu ul.navbar-nav ul.dropdown-menu > li > ul.dropdown-menu {
    top: 0;
    left: 0;
    box-shadow: none;
    border-top: none;
    display: none;
  }
  nav.ns-main-menu ul.navbar-nav ul.dropdown-menu > li > i {
    top: 18px;
    right: -20px;
  }
  nav.ns-main-menu ul.navbar-nav ul.dropdown-menu > li > i:before {
    transform: rotate(0deg);
  }
  nav.ns-main-menu .menu-item-object-product_cat {
    background-color: unset;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger a.mega-clicked {
    background-color: unset;
    color: unset;
  }
  nav.ns-main-menu .menu-item-object-product_cat:first-of-type {
    border-top: none;
  }
  nav.ns-main-menu ul.navbar-nav > li.current-page-ancestor > a {
    background: none;
    text-decoration: underline;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a.on_wc_page {
    background: none;
    text-decoration: underline;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger li.mega-current > a {
    text-decoration: underline;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    border: none;
  }
  .navbar-nav .dropdown-menu.open-it {
    display: block !important;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
    margin: 0;
    width: 100%;
  }
  ul.navbar-nav > li.ns-mega-trigger {
    margin-right: 0;
  }
  nav.ns-main-menu ul.navbar-nav li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  ul.navbar-nav > li.ns-mega-trigger {
    text-transform: none;
  }
  .ns-mega-menu-row {
    width: 100%;
  }
  .ns-mega-menu-row > div > div > div > div {
    max-width: unset;
    margin: 0 -15px;
  }
  .ns-mega-menu-row.mega-open {
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a {
    width: 100%;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger > a:after {
    position: absolute;
    right: 0;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger.mega-clicked > a {
    background-color: transparent;
    color: #000000;
  }
  nav.ns-main-menu ul.navbar-nav > li.ns-mega-trigger.on_wc_page > a {
    background-color: transparent;
    color: #000000;
  }
  .ns-mega-menu-row .mega-menu-container .mega-menu-cat-holder {
    height: 0;
    padding: 0;
  }
  .ns-mega-menu-row.mega-open .mega-menu-container .mega-menu-cat-holder {
    height: auto;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  nav.ns-main-menu ul.navbar-nav ul.dropdown-menu > li > i {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
    line-height: 24px;
  }
  .mega-menu-container > div > div > div {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 350px) {
  nav.navbar.ns-main-menu {
    display: block;
  }
  nav.ns-main-menu ul.navbar-nav li.dropdown ul.dropdown-menu > li > a.dropdown-item {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1379), screen and (max-height: 800px) {
  ul.wc-cat-list li {
    line-height: 1.6;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*bootstrap override*/
html,
body {
  overflow-x: hidden;
}

body {
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

html.no-scroll {
  overflow-y: scroll;
}

body.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

html.no-side-scroll,
body.no-side-scroll {
  overflow: hidden;
}

body.admin-bar header.site-header.mob-men-magic {
  top: 32px;
}

header.site-header.mob-men-magic {
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: auto;
  min-height: 100vh;
  visibility: visible;
  opacity: 1;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 900;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 0 100px 0;
  margin-top: 0;
  margin-bottom: 0;
}

header.site-header.mob-men-magic > div {
  position: static;
}

.otgs-development-site-front-end {
  display: none !important;
}

/*VC safari pseuod classes fix*/
.vc_row:before,
.vc_row:after {
  width: 0;
}

.top-menu-col nav.navbar ul.navbar-nav {
  display: flex;
  flex-direction: row;
}

.top-menu-col > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.ns-header-main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: visible !important;
  z-index: 90;
  padding: 5px 0;
  border-bottom: 1px solid #d1d3d4;
}
.ns-header-main-row .ns-cwi-container {
  display: none;
}
@media screen and (max-width: 1379px) {
  .ns-header-main-row {
    padding: 15px 0 9px 0;
  }
  .ns-header-main-row > div {
    flex: 1 0 100%;
  }
  .ns-header-main-row .ns-cwi-container {
    display: block;
  }
  .ns-header-main-row .top-mail-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 130px;
  }
  .ns-header-main-row .top-tel-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 190px;
  }
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

#content.site-content .content-area {
  position: relative;
}

#content.site-content.blurry {
  position: relative;
}

#content.site-content.blurry:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 60;
}

.main-logo-wrapper {
  display: flex;
  align-items: center;
}
.main-logo-wrapper a {
  display: inline-block;
  line-height: 0;
}
.main-logo-wrapper svg {
  width: 100%;
}
@media screen and (max-width: 375px) {
  .main-logo-wrapper svg {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main-logo-wrapper {
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  .main-logo-wrapper {
    max-width: 140px;
  }
}

.mct_text_with_bckg {
  margin-bottom: 40px;
}
.mct_text_with_bckg.zaobljen {
  border-radius: 6px;
}
.mct_text_with_bckg.zaobljen.modra {
  background-color: #282882;
  color: #ffffff;
  padding: 20px;
  font-family: "Roboto Serif", serif;
  text-align: center;
}
.mct_text_with_bckg.zaobljen.modra h1,
.mct_text_with_bckg.zaobljen.modra h2,
.mct_text_with_bckg.zaobljen.modra h3,
.mct_text_with_bckg.zaobljen.modra h4,
.mct_text_with_bckg.zaobljen.modra h5,
.mct_text_with_bckg.zaobljen.modra a,
.mct_text_with_bckg.zaobljen.modra p,
.mct_text_with_bckg.zaobljen.modra span {
  font-family: "Roboto Serif", serif;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}
.mct_text_with_bckg.zaobljen.modra p:empty {
  display: none;
}

.mct_vc_button {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: all 0.2s;
}
.mct_vc_button:hover {
  transition: all 0.2s;
}
.mct_vc_button.modra {
  background-color: #282882;
  color: #ffffff;
}
.mct_vc_button.modra:hover {
  background-color: #4645df;
}
.mct_vc_button.siva {
  background-color: #f1f1f1;
  color: #282882;
}
.mct_vc_button.siva:hover {
  background-color: #4645df;
  color: #ffffff;
}

.front-hero-row {
  margin-bottom: 40px;
}

.home-3col-row {
  margin-top: -208px;
}
@media screen and (max-width: 1379px) {
  .home-3col-row {
    margin-top: -102px;
  }
}
@media screen and (max-width: 1200px) {
  .home-3col-row > div > div > div > div > div {
    width: 33%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .home-3col-row > div > div > div > div > div {
    width: 100%;
  }
}
.home-3col-row > div > div > div > div > div:nth-child(1) > div {
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .home-3col-row > div > div > div > div > div:nth-child(1) > div {
    background-color: #282882;
    padding: 30px 20px 10px 20px;
  }
}
.home-3col-row > div > div > div > div > div:nth-child(2) > div {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .home-3col-row > div > div > div > div > div:nth-child(2) > div {
    background-color: #282882;
    padding: 30px 20px 0 20px;
    margin-top: 30px;
  }
}
.home-3col-row > div > div > div > div > div:nth-child(3) > div {
  margin-top: 62px;
}
@media screen and (max-width: 1379px) {
  .home-3col-row > div > div > div > div > div:nth-child(3) > div {
    margin-top: 53px;
  }
}
@media screen and (max-width: 1200px) {
  .home-3col-row > div > div > div > div > div:nth-child(3) > div {
    margin-top: 91px;
  }
}
@media screen and (max-width: 991px) {
  .home-3col-row > div > div > div > div > div:nth-child(3) > div {
    margin-top: 0;
    padding: 0 20px 10px 20px;
    background-color: #282882;
  }
}
.home-3col-row > div > div > div:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  top: 30px;
  left: calc(33% + 15px);
  background-color: #e3e3ff;
}
@media screen and (max-width: 1200px) {
  .home-3col-row > div > div > div:after {
    left: calc(33% + 10px);
  }
}
@media screen and (max-width: 991px) {
  .home-3col-row > div > div > div:after {
    display: none;
  }
}
.home-3col-row .home-3col-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.home-3col-row .home-3col-heading h2 {
  color: #f1f1f1;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px; /* 143.75% */
}
.home-3col-row .home-3col-heading p {
  color: #e3e3ff;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 46px; /* 143.75% */
}
@media screen and (max-width: 1379px) {
  .home-3col-row .home-3col-heading h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .home-3col-row .home-3col-heading p {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .home-3col-row .home-3col-heading h2 {
    margin-bottom: 0;
  }
}
.home-3col-row > div > div > div {
  padding: 30px 30px 15px 30px;
  background-color: #282882;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .home-3col-row > div > div > div {
    padding: 0;
    background-color: unset;
    color: unset;
  }
}

.front-txt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0;
}
.front-txt-row h1 {
  font-size: 32px;
  color: #282882;
  margin-bottom: 0;
}
.front-txt-row p {
  margin-bottom: 0;
}
.front-txt-row > div:nth-child(2) > div > div {
  border-left: 1px solid #e3e3ff;
  padding-left: 60px;
}
.front-txt-row .wpb_content_element {
  margin-bottom: 0;
}
.front-txt-row svg {
  width: 100%;
}
@media screen and (max-width: 1379px) {
  .front-txt-row h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .front-txt-row {
    text-align: center;
    justify-content: center;
  }
  .front-txt-row h1 {
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3ff;
  }
  .front-txt-row p {
    margin-bottom: 2rem !important;
  }
  .front-txt-row > div:nth-child(2) > div > div {
    padding: 0;
    border-left: none;
  }
}

.front-map-row {
  display: flex;
  flex-wrap: wrap;
}
.front-map-row > div:nth-child(2) {
  background-color: #f1f1f1;
}
@media screen and (max-width: 575px) {
  .front-map-row > div:nth-child(2) {
    padding: 0 30px;
  }
}
.front-map-row img {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .front-map-row img {
    position: relative;
    scale: 1.4;
    left: -54px;
  }
}
.front-map-row .wpb_content_element {
  margin-bottom: 0;
}
.front-map-row > div:nth-child(2) > div > div {
  padding: 60px 0 60px 45px;
  max-width: 645px;
}
@media screen and (max-width: 1379px) {
  .front-map-row > div:nth-child(2) > div > div {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 940px;
  }
}
@media screen and (max-width: 991px) {
  .front-map-row > div:nth-child(2) > div > div {
    max-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .front-map-row > div:nth-child(2) > div > div {
    max-width: 510px;
  }
}
.front-map-row h2 {
  font-size: 35px;
  font-weight: 600;
  color: #282882;
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .front-map-row h2 {
    font-size: 25px;
  }
}
.front-map-row h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 46px;
}
@media screen and (max-width: 575px) {
  .front-map-row h3 {
    font-size: 18px;
  }
}
.front-map-row ul {
  margin: 0 0 70px 0 !important;
  padding: 0;
}
.front-map-row ul li {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  list-style: none;
  padding-left: 60px;
  margin-bottom: 1.675rem;
}
.front-map-row ul li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.front-map-row ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: url("img/check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 575px) {
  .front-map-row ul li {
    font-size: 18px;
  }
}
.front-map-row .map-btns-container > div > div > div {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
}
@media screen and (max-width: 1850px) {
  .front-map-row > div:first-child * {
    height: 100% !important;
  }
  .front-map-row > div:first-child * img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .front-map-row .vc_align_right {
    text-align: left !important;
  }
}
@media screen and (max-width: 1379px) {
  .front-map-row > div {
    width: 100%;
  }
  .front-map-row > div .vc_align_right {
    text-align: center !important;
  }
}

.front-section-heading > div > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d3d4;
}
.front-section-heading h2 {
  font-size: 35px;
  font-weight: 600;
  color: #282882;
}
@media screen and (max-width: 575px) {
  .front-section-heading h2 {
    font-size: 22px;
  }
}

.front-novice-row {
  padding: 80px 0 70px 0;
}
.front-novice-row .wpb_content_element {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .front-novice-row .loop-item {
    max-width: 480px;
    margin: 0 auto;
  }
}

.post-loop-container .loop-item a.image_link img {
  width: 100%;
  aspect-ratio: 300/225;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #d1d3d4;
  margin-bottom: 10px;
}
.post-loop-container .loop-item .post-date {
  text-transform: capitalize;
  color: #a4a4a4;
  font-size: 14px;
  margin-bottom: 10px;
}
.post-loop-container .loop-item .ns_post_title {
  font-size: 20px;
  font-weight: 500;
}
.post-loop-container .loop-item .ns_post_title a {
  color: #000000;
}
@media screen and (max-width: 575px) {
  .post-loop-container .loop-item .ns_post_title {
    font-size: 18px;
  }
}

.newsletter-row > div > div > div {
  padding: 40px 80px;
  background-color: #f2f2ff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1379px) {
  .newsletter-row > div > div > div {
    padding: 40px;
    align-items: unset;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-row > div > div > div {
    padding: 30px 30px 15px 30px;
  }
}
.newsletter-row .wpb_content_element {
  margin-bottom: 0;
}

.enews .newsletter_form_elements_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 15px;
}
.enews .newsletter_form_elements_container input {
  flex: 1 0 auto;
  border: 1px solid #282882;
  border-radius: 0;
  padding: 7px 15px;
}
.enews label {
  font-size: 14px;
  font-weight: 400;
  color: #364545;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.enews label input {
  margin-right: 10px;
}
.enews label .gdpr-conditions {
  flex: 1;
}
.enews label .gdpr-conditions a {
  color: #364545;
  text-decoration: underline;
}
.enews label .gdpr-conditions a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .enews input {
    margin: 0;
  }
  .enews .newsletter_form_elements_container {
    margin: 2rem 0;
  }
  .enews #newsletter_form > div {
    padding: 0;
  }
}

.front-dogodki-row {
  padding: 80px 0;
  margin-top: 77px;
  background-color: #e3e3ff;
}
.front-dogodki-row .wpb_content_element {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .front-dogodki-row {
    padding: 50px 0 20px 0;
  }
}

.dogodek-container > div > div > div {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.dogodek-container .event-date {
  background-color: #282882;
  color: #ffffff;
  padding: 40px 20px;
}
.dogodek-container .event-date .event-day {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}
.dogodek-container .event-date .event-month {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}
.dogodek-container .event-title-location {
  flex: 1;
  padding: 10px 30px;
}
@media screen and (max-width: 991px) {
  .dogodek-container {
    margin-bottom: 30px;
  }
}

.event-location,
.event-location a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000000;
}
.event-location:hover,
.event-location a:hover {
  color: #000000;
}

.event-location svg {
  margin-right: 10px;
}

.post-loop-container.napovednik .dogodek-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 1px solid #f0f2f3;
  height: 100%;
}
.post-loop-container.napovednik .dogodek-container.upcoming {
  background-color: #f2f2ff;
  box-shadow: none;
  border: none;
}
.post-loop-container.napovednik .dogodek-container .event-date {
  padding: 30px 24px;
}
.post-loop-container.napovednik .dogodek-container .event-date .event-day {
  font-size: 24px;
}
.post-loop-container.napovednik .dogodek-container .event-date .event-month {
  font-size: 18px;
}
.post-loop-container.napovednik .dogodek-title {
  flex: 1;
  padding: 15px 20px;
}
.post-loop-container.napovednik .dogodek-title h3 {
  font-size: 18px;
}
.post-loop-container.napovednik .year-heading {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.front-video-row {
  background-color: #282882;
  color: #ffffff;
  padding: 80px 0;
}
.front-video-row h2 {
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.front-video-row .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .front-video-row > div > div > div > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .front-video-row > div > div > div > div:nth-child(2) > div {
    flex: 1 0 50%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .front-video-row > div > div > div > div:nth-child(2) > div {
    max-width: 330px;
    margin: 30px auto 0 auto;
  }
}
.front-video-row .front-video-col .slick-arrow {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  z-index: 20;
  font-size: 0;
  border: none;
  border-radius: 11px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  transition: background-color 0.2s;
}
.front-video-row .front-video-col .slick-arrow > svg {
  width: 14px;
  stroke: #000000;
  transition: stroke 0.2s;
}
.front-video-row .front-video-col .slick-arrow:hover {
  background: #ffffff;
}
.front-video-row .front-video-col .slick-arrow:hover > svg {
  stroke: #ffffff;
}
.front-video-row .front-video-col .slick-arrow:focus {
  outline: none;
}
.front-video-row .front-video-col .slick-arrow.slick-prev {
  left: 15px;
  background-image: url("img/arrow-back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}
.front-video-row .front-video-col .slick-arrow.slick-next {
  right: 15px;
  background-image: url("img/arrow-forward.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50px;
}

.ns-yt-wrapper {
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .ns-yt-wrapper {
    box-shadow: none;
  }
}
.ns-yt-wrapper .ns-yt-youtube {
  border-radius: 10px;
}

.front-h1-row {
  padding-top: 60px;
}

.pod-uporabe-links a {
  font-size: 20px;
  font-weight: 700;
  color: #282882;
}
.pod-uporabe-links a:hover {
  color: #282882;
  text-decoration: underline !important;
}

.vc_tta.vc_general .vc_tta-panel.accordion-categories-view .vc_tta-panel-body {
  display: grid;
  padding: 0;
  height: 0;
  opacity: 0;
  transition: all 0s;
  min-height: unset;
}
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  background-color: #ffffff;
  height: auto;
  padding: 1rem;
  opacity: 1;
  transition: all 0s;
}
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body > div > div,
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body > div > div > div {
  height: 100%;
}
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body .wpb_wrapper {
  display: flex;
  flex-direction: column;
}
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body .wpb_content_element {
  margin-bottom: 0;
}
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body .wpb_content_element a {
  font-size: 20px;
  font-weight: 700;
}
.vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body .wpb_single_image {
  padding: 20px;
  border: 1px solid #cfc9c4;
}
@media screen and (max-width: 991px) {
  .vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body {
    grid-gap: 15px;
  }
  .vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body .wpb_single_image {
    padding: 10px;
  }
  .vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  .vc_tta.vc_general .vc_tta-panel.vc_active.accordion-categories-view .vc_tta-panel-body {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

footer {
  position: relative;
}

body:not(.home) footer {
  margin-top: 60px;
}

.blue-text {
  margin-top: 3rem;
  width: 100%;
  background: #282882;
  color: #fff;
  text-align: center;
  font-size: 24px;
  /*/text-transform: uppercase;*/
  padding: 2rem 0;
}
.blue-text .btn {
  margin-top: 1rem;
}

.main-video-row > div > div > div > div > div {
  width: 100%;
  height: 720px; /* Or any height you want */
  margin: 0 auto;
  position: relative;
  background: #000; /* Fallback background */
}
@media screen and (max-width: 991px) {
  .main-video-row > div > div > div > div > div {
    max-width: 1600px;
    height: 66vh;
  }
}
.main-video-row video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#aside-popup {
  display: block;
}
@media screen and (max-width: 991px) {
  #aside-popup {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: auto;
    visibility: visible;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 10;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2rem 16vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #aside-popup {
    padding: 2rem 4vw;
  }
}
#aside-popup.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#toggle-aside {
  position: fixed;
  z-index: 10;
  top: 80vh;
  left: 15px;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  border: none;
  display: none;
}
#toggle-aside svg {
  position: absolute;
  top: 0;
  left: 0;
}
.info-dan-container {
  padding: 40px 20px 20px 20px;
  background-color: #f2f2ff;
}

.front-featured-categories-row {
  padding: 25px 0 320px 0;
}

.front-featured-categories-container > div > div > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.front-cta-row {
  position: relative;
  margin: -215px 0 0 0 !important;
  box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.15);
}

.front-cta-row > div > div > div {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.front-cta-row > div > div {
  padding: 0 !important;
}

.front-cta-row .wpb_content_element {
  margin-bottom: 0 !important;
}

.front-cta-row > div:last-child > div > div {
  padding: 30px 110px 30px 30px;
}

.front-cta-row > div:last-child > div > div .btn {
  margin-top: 30px;
}

.front-partnerstva-row {
  margin-top: 50px;
  padding-bottom: 25px;
}

.novica-loop-container .loop-item > div {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}

.novica-loop-container .loop-item > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.novica-loop-container .novica-text-col > div > div > div {
  padding: 20px;
}

.novica-loop-container .novica-text-col .post-date {
  color: #a4a4a4;
}

.front-dobavitelji-row {
  padding: 60px 0 80px 0;
}

.front-dobavitelji-container > div > div > div {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  justify-content: center;
}

.front-dobavitelji-container .wpb_content_element {
  margin-bottom: 0;
}

.front-icons-row {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 25px 0;
  background-color: #f3f3f3;
}

.front-icons-row > div {
  text-align: center;
}

.front-icons-row p {
  /*font-size: 14px;
  line-height: 21px;*/
}

.front-icons-row .wpb_raw_code.wpb_content_element.wpb_raw_html {
  margin-bottom: 20px;
}

.front-icons-row h5 {
  font-size: 22px;
  font-weight: 700;
}

.front-products-row {
  padding: 60px 0 25px 0;
  background-color: #f0f2f3;
}
@media screen and (max-width: 991px) {
  .front-products-row {
    padding: 40px 0 0 0;
  }
}

.front-categories-container {
  padding: 70px 0 90px 0;
  background-color: #f6f6f6;
}

.front-categories-heading-row {
  margin-top: 30px;
}

.front-categories-row > div > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px;
  margin-bottom: 80px;
}

.front-categories-row > div > div > div > div {
  flex: 0 0 18.1%;
}

.front-about-row {
  margin-bottom: 60px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}

.front-about-row > div > div {
  height: 100%;
}

.front-about-txt-col > div.vc_column-inner {
  padding: 30px 60px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 45px 45px rgba(0, 0, 0, 0.5);
  z-index: 2 !important;
}

.front-about-row .wpb_text_column.wpb_content_element {
  color: #ffffff;
}

.front-about-row .wpb_text_column.wpb_content_element h2 {
  margin-bottom: 20px;
}

.front-about-row .wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}

.front-about-img-col > div.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.front-about-row .wpb_single_image.wpb_content_element .vc_figure,
.front-about-row .wpb_single_image.wpb_content_element .vc_figure > div,
.front-about-row .wpb_single_image.wpb_content_element .vc_figure > div > img {
  width: 100%;
}

.front-about-img-col img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.front-products-slider-row.products-slider-row {
  padding: 60px 0 25px 0;
  background-color: #f3f3f3;
}

.front-products-slider-row.products-slider-row .products-elements-wrapper {
  margin-bottom: 60px;
}

.front-products-slider-row .products-element-wrapper {
  margin-bottom: 50px;
}

.front-products-slider-row .products-element-wrapper .slick-list {
  padding: 10px 0 20px 0;
}

.front-products-slider-row .wpb_text_column.wpb_content_element a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.front-products-slider-row .wpb_text_column.wpb_content_element a:hover {
  text-decoration: none;
  color: #282882;
}

.products-slider-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
}

.products-slider-row h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
}

.products-slider-row .front-products-left {
  position: relative;
  padding: 30px 0;
  color: #ffffff;
}

.products-slider-row .front-products-left h3 {
  margin-bottom: 20px;
}

.products-slider-row .front-products-left h5 {
  font-size: 18px;
  font-weight: 400;
}

.products-slider-row .front-products-left p {
  font-size: 16px;
  line-height: 26px;
}

.products-slider-row .front-products-left .wpb_text_column.wpb_content_element {
  padding-right: 15px;
}

.products-slider-row .front-products-left:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -100vw;
  width: calc(100vw + 100% - 15px);
  height: calc(100% + 60px);
  background-color: #282882;
  z-index: -1;
}

.zastopstvo-row {
  margin-bottom: 20px;
}

.zastopstvo-row > div > div > div {
  padding: 1px;
  background-color: #f8f8f8;
}

.zastopstvo-inner,
.zastopstvo-text-container > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.zastopstvo-text-container > div > div {
  padding: 20px 20px 20px 0;
}

.zastopstvo-text-container h4 {
  margin-bottom: 5px;
}

.zastopstvo-row .wpb_content_element {
  flex: 1;
  margin-bottom: 0;
  padding-right: 20px;
}

.zastopstvo-row .wpb_content_element p {
  font-size: 16px;
  line-height: 1.3;
}

.katalogi-row > div > div > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.katalogi-row .file-wrap {
  display: block;
  padding: 0;
  margin-bottom: 0;
}

.katalogi-row .file-wrap img {
  border: 1px solid #d8eaf1;
}

.katalogi-row .file-wrap span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.katalogi-row .file-wrap > a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: unset;
  color: #000000 !important;
}

.katalogi-row .file-wrap > a:hover {
  text-decoration: underline;
}

.katalogi-row .file-wrap > a > svg {
  min-width: 39px;
}

.katalogi-row .file-wrap .file-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 18px;
  display: flex;
  align-items: center;
  background-color: #282882;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.posts_slider_container ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.posts_slider_container ul.slick-dots li {
  display: block;
  margin-right: 10px;
}

.posts_slider_container ul.slick-dots li:last-child {
  margin-right: 0;
}

.posts_slider_container ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #282882;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.posts_slider_container ul.slick-dots li button:hover,
.posts_slider_container ul.slick-dots li.slick-active button {
  background: #282882;
}

.posts_slider_container ul.slick-dots li button:focus {
  outline: none;
}

.front-features-row > div > div > div {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(calc(25% - 20px), 1fr));
  grid-gap: 20px;
}

.front-features-row .ns-cwi-content {
  font-size: 18px;
}

.categories-preview-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.categories-preview-container > .cat-item {
  position: relative;
  flex: 0 0 25%;
  border-radius: 50%;
}

.categories-preview-container > .cat-item:nth-child(-n+3) {
  flex: 0 0 25.33%;
}

.categories-preview-container > .cat-item img {
  border-radius: 50%;
}

.categories-preview-container > .cat-item > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
}

.categories-preview-container > .cat-item .cat-title {
  position: absolute;
  padding: 0 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 41px;
  bottom: 55px;
  text-align: center;
}

.categories-preview-container > .cat-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

.categories-preview-container > .cat-item:hover a:before {
  opacity: 1;
  transition: opacity 0.2s;
}

.front-zavsakogar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 70px;
}

.front-icons-col > div > div {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(calc(33% - 40px), 1fr));
  grid-gap: 40px;
}

.front-icons-col .ns-cwi-container {
  flex-direction: column;
}

.front-icons-col .ns-cwi-container .ns-cwi-icon {
  flex: 0 0 62%;
  margin-right: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}

.front-icons-col .ns-cwi-container > div {
  flex: 0 0 auto;
  text-align: center;
}

.front-icons-col .ns-cwi-content {
  margin-top: 0;
  font-size: 18px;
}

.testemonials-wrapper {
  margin-bottom: 120px;
}

.testemonials-wrapper .slick-track {
  display: flex;
}

.testemonials-wrapper .slick-track > div {
  height: auto;
}

.testemonials-wrapper .slick-track > div > a,
.testemonials-wrapper .slick-track > div > a > div {
  height: 100%;
}

.testemonials-wrapper ul.slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.testemonials-wrapper ul.slick-dots li {
  display: block;
  margin-right: 10px;
}

.testemonials-wrapper ul.slick-dots li:last-child {
  margin-right: 0;
}

.testemonials-wrapper ul.slick-dots li button {
  outline: none !important;
  font-size: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #2e3f64;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.testemonials-wrapper ul.slick-dots li button:hover,
.testemonials-wrapper ul.slick-dots li.slick-active button {
  background: #2e3f64;
}

.testemonials-wrapper ul.slick-dots li button {
  opacity: 1;
  border-color: #2e3f64;
}

.testemonials-wrapper ul.slick-dots li button:hover,
.testemonials-wrapper ul.slick-dots li.slick-active button {
  background-color: #2e3f64;
}

.testemonials-wrapper ul.slick-dots li button:focus {
  outline: none;
}

.testemonials-wrapper h3.testemonial-title {
  text-align: center;
  margin-bottom: 45px;
}

.testemonials-wrapper .elements-slide {
  padding: 15px;
}

.testemonials-wrapper .elements-slide .elements-slide-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.testemonials-wrapper .elements-slide .elements-slide-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
}

.testemonials-wrapper .elements-slide h5 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.testemonials-wrapper .elements-slide p {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
}

.testemonials-wrapper .elements-slide > a {
  display: block;
  color: #000000;
}

.testemonials-wrapper .elements-slide > a:hover {
  color: #000000;
  text-decoration: none;
}

.testemonials-wrapper .elements-slide .elements-slide-inner {
  padding: 20px;
  border-radius: 6px;
}

.testemonials-wrapper .elements-slide > a:hover > .elements-slide-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.kontakt-info-section {
  margin-top: -60px;
  padding: 60px 0 25px 0;
  background-color: #f0f0f0;
}

.kontakt-page .kontakt-info-col .wpb_text_column.wpb_content_element {
  margin: 20px 0;
}

.kontakt-page .kontakt-info-col .ns-cwi-container {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.eksponati-list-col h4 a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  margin-top: 10px;
}

.grey-row {
  background-color: #f0f2f3;
  padding: 60px 0;
}
@media screen and (max-width: 1379px) {
  .grey-row {
    padding: 30px 0;
  }
}

.subpage-row {
  padding: 80px 0 55px 0;
}
@media screen and (max-width: 991px) {
  .subpage-row {
    padding: 40px 0 20px 0;
  }
}

.kontakt-page-bot-row {
  display: flex;
  flex-wrap: wrap;
}

.kontakt-page-bot-row > div > div,
.kontakt-page-bot-row > div > div > div {
  height: 100%;
}

.kontakt-page-bot-container .vc_figure,
.kontakt-page-bot-container .vc_single_image-wrapper {
  display: block !important;
}

.kontakt-page-bot-row > div:nth-child(1) > div > div {
  margin: 0 20px 0 0;
}

.kontakt-page-bot-row > div:nth-child(2) > div > div {
  margin: 0 0 0 20px;
}

.kontakt-page-bot-container img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
}

.kontakt-page-bot-container > div > div {
  background-color: #f9f6f1;
  border-radius: 25px;
}

.kontakt-page-bot-container .kontakt-bot-txt-col > div > div {
  padding: 0 30px;
}

.kontakt-page-info-col .ns-cwi-container {
  margin-bottom: 10px;
}

.stroji-najem-row {
  background-color: #f0f2f3;
  margin-top: 30px;
  padding: 60px 0 80px 0;
}

.checkout_inquiry {
  display: none;
}

.subpages-list {
  margin: 30px 0;
}

.subpages-list .subpage-item {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 20px 10px 20px 10px;
}

.subpages-list .subpage-item h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0;
}

.single-novica .products-element-wrapper.slider-off > div.row,
.single-pricevanje .products-element-wrapper.slider-off > div.row {
  margin: 0;
}

.single-novica .products-element-wrapper.slider-off > div.row .loop-item,
.single-pricevanje .products-element-wrapper.slider-off > div.row .loop-item {
  padding: 0;
}

.single-novica .products-element-wrapper.slider-off a {
  text-decoration: none;
}

.home .big-footer,
.single-product .big-footer,
.kontakt-page .big-footer,
.o-nas-page .big-footer,
.blagovne-znamke-page .big-footer,
.najem-stroja-page .big-footer {
  margin-top: 0;
}

.big-footer {
  margin-top: 45px;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #000000;
  background-color: #f1f1f1;
}
.big-footer .navbar {
  justify-content: unset;
}
.big-footer .navbar li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  text-decoration: none;
}
.big-footer .navbar li .menu-item-description {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.big-footer .navbar li:hover a {
  color: #4645df;
  text-decoration: none;
}
.big-footer .navbar li:hover a .link-text {
  text-decoration: underline;
}
.big-footer .navbar li:hover a .menu-item-description {
  text-decoration: none;
}
.big-footer svg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .big-footer svg {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .big-footer {
    padding-bottom: 0;
  }
}

.big-footer .footer-main-row {
  padding-bottom: 20px;
}

.big-footer > div:first-child > div > div > div > div > div {
  margin-bottom: 20px;
}

.big-footer h4 {
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px; /* 140.909% */
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .big-footer h4 {
    margin-top: 15px;
  }
}

.big-footer p {
  font-size: 16px;
}

.big-footer a {
  color: #ffffff;
  font-size: 16px;
}

.big-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.big-footer .ns-cwi-container {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5px !important;
  margin-bottom: 0 !important;
  padding: 0;
}

.big-footer .ns-cwi-container .ns-cwi-icon {
  top: 4px;
  line-height: 0;
}

.big-footer .ns-cwi-container .ns-cwi-content a {
  color: #ffffff;
}

.big-footer .footer-kat-menu > ul.navbar-nav {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
}

.big-footer .btn:hover {
  text-decoration: none !important;
}

.big-footer nav.navbar {
  padding: 0;
}

.big-footer nav.navbar ul.navbar-nav {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .big-footer nav.navbar ul.navbar-nav {
    margin-bottom: 0;
  }
}

.big-footer nav.navbar ul.navbar-nav > li > a {
  position: relative;
  display: inline;
  padding: 0;
  padding-left: 0;
  line-height: 31px;
}
@media screen and (max-width: 991px) {
  .big-footer nav.navbar ul.navbar-nav > li > a {
    line-height: 22px;
  }
}

.big-footer .footer-social-container > div > div > div {
  display: flex;
  flex-wrap: wrap;
}
.big-footer .footer-social-container > div > div > div .ns-cwi-container a {
  display: block;
  line-height: 0;
}
.big-footer .footer-social-container > div > div > div .ns-cwi-container a svg rect {
  transition: all 0.2s;
}
.big-footer .footer-social-container > div > div > div .ns-cwi-container a:hover svg rect {
  fill: #4645df;
  transition: all 0.2s;
}

.foot-border {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #d1d3d4;
  margin-bottom: 30px;
}

.small-footer {
  background-color: #f1f1f1;
  color: #606060;
  font-size: 14px;
  padding: 0 0 30px 0;
}

.small-footer a {
  color: #606060;
}

.small-footer a:hover {
  color: #606060;
  text-decoration: underline;
}

.small-footer .ns-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.small-footer svg {
  height: 14px;
  width: auto;
  margin-left: 5px;
}

.small-footer svg path,
.small-footer svg rect {
  fill: #606060;
}

@media screen and (max-width: 1379px) {
  .ns-header-top-row {
    padding: 5px 0;
  }
  .ns-header-top-row a {
    font-size: 14px;
  }
  .ns-header-top-row .ns-cwi-container {
    margin-right: 20px;
  }
  .ns-header-top-row .ns-cwi-container .ns-cwi-content {
    font-size: 12px;
  }
  .header-najem-btn {
    height: 36px;
  }
  .ns-header-mid-row .main-logo-wrapper {
    width: 50px;
  }
  .ns-header-main-row .ns-logo a {
    max-width: 75%;
  }
  .front-h1-row {
    padding-top: 40px;
  }
  .front-featured-categories-container > div > div > div {
    grid-template-columns: repeat(3, 1fr);
  }
  .front-categories-row > div > div > div {
    grid-gap: 15px;
  }
  .front-about-txt-col > div.vc_column-inner {
    padding: 30px 40px;
  }
  .zastopstvo-row .wpb_single_image.wpb_content_element {
    padding-right: 0;
  }
  .zastopstvo-row > div > div > div {
    background: transparent;
    border: 1px solid #ececec;
  }
  .big-footer p {
    font-size: 14px;
  }
  .big-footer a {
    font-size: 14px;
  }
  .big-footer .ns-cwi-container .ns-cwi-icon {
    margin-right: 7px;
  }
  .big-footer .ns-cwi-container {
    padding-top: 5px !important;
  }
  .fat-row {
    padding: 60px 0 20px 0;
  }
  .big-footer,
  .big-footer a {
    font-size: 14px;
    line-height: 22px;
  }
  .big-footer h4 {
    font-size: 15px;
  }
  .big-footer > div:first-child > div > div > div > div > div {
    margin-bottom: 10px;
  }
  .big-footer .ns-cwi-container {
    align-items: baseline;
  }
  .big-footer .ns-cwi-container .ns-cwi-icon {
    position: relative;
    top: 2px;
  }
  .ns-header-main-row > div.main-logo-col > div > div {
    position: relative;
    display: grid;
    align-items: center;
  }
  .ns-header-main-row {
    align-items: unset;
  }
  .ns-header-main-row > div.main-logo-col > div > div .ns-cwi-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .ns-header-main-row .main-logo-col .ns-cwi-container.header-tel {
    right: 60px;
  }
  .ns-header-main-row .main-logo-col .ns-cwi-container.header-mail {
    right: 120px;
  }
  .ns-header-main-row > div.main-logo-col > div > div .ns-searchform {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .ns-header-main-row .ns-cwi-container .ns-cwi-icon,
  .ns-header-main-row .ns-cwi-container {
    margin-right: 0;
  }
  .ns-header-main-row .ns-cwi-container .ns-cwi-icon svg {
    height: 26px;
    width: 100%;
  }
}
@media screen and (max-width: 1379px) and (max-width: 480px) {
  .ns-header-main-row .ns-cwi-container .ns-cwi-icon svg {
    height: 20px;
  }
}
@media screen and (max-width: 1379px) {
  .ns-header-main-row .ns-cwi-container.top-tel-icon {
    right: 190px;
  }
}
@media screen and (max-width: 1379px) and (max-width: 480px) {
  .ns-header-main-row .ns-cwi-container.top-tel-icon {
    right: 150px;
  }
}
@media screen and (max-width: 1379px) and (max-width: 393px) {
  .ns-header-main-row .ns-cwi-container.top-tel-icon {
    right: 142px;
  }
}
@media screen and (max-width: 1379px) {
  .ns-header-main-row .ns-cwi-container.top-mail-icon {
    right: 130px;
  }
}
@media screen and (max-width: 1379px) and (max-width: 480px) {
  .ns-header-main-row .ns-cwi-container.top-mail-icon {
    right: 110px;
  }
}
@media screen and (max-width: 1379px) and (max-width: 393px) {
  .ns-header-main-row .ns-cwi-container.top-mail-icon {
    right: 105px;
  }
}
@media screen and (max-width: 1200px) {
  .front-testemonials-row:before {
    clip-path: none;
    opacity: 0.85;
  }
}
@media screen and (max-width: 991px) {
  .big-footer > div > div {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer > div:first-child > div > div > div > div > div {
    margin-top: 0;
  }
  .big-footer > div:first-child > div > div > div > div {
    margin-bottom: 1rem;
  }
  #moove_gdpr_save_popup_settings_button {
    display: none !important;
  }
  .big-footer nav.navbar ul.navbar-nav > li {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ns-header-top-row .header-contact-col > div > div > div:first-child {
    display: none;
  }
  .ns-header-top-row .ns-cwi-container {
    margin-right: 0;
  }
  .ns-header-top-row .ns-cwi-container .ns-cwi-content {
    display: none;
  }
  .ns-header-top-row .main-logo-col .ns-cwi-container.header-tel {
    right: 57px;
  }
  .ns-header-top-row .main-logo-col .ns-cwi-container.header-mail {
    right: 107px;
  }
  .big-slideshow-row {
    overflow: visible !important;
  }
  .front-partnerstva-row .wpb_single_image.wpb_content_element {
    text-align: center;
  }
  .front-cta-row > div:last-child > div > div {
    padding: 30px;
  }
  .zastopstvo-text-container > div > div {
    padding: 0 0 30px 0;
  }
  .zastopstvo-row > div > div > div {
    border: none;
    border-bottom: 1px solid #ececec;
    text-align: center;
  }
  .zastopstvo-row .wpb_single_image.wpb_content_element {
    text-align: center;
  }
  .zastopstvo-row .btn {
    margin: 0 auto;
  }
  .katalogi-row > div > div > div {
    grid-template-columns: repeat(3, 1fr);
  }
  .front-categories-row > div > div > div > div {
    flex: 0 0 25%;
  }
  .front-featured-categories-container > div > div > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .small-footer .ns-link {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .big-footer .footer-main-row > div:nth-child(2) {
    grid-row: 2;
  }
  .big-footer .footer-main-row > div:nth-child(3) {
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .big-footer .footer-main-row > div:nth-child(4) {
    grid-row: 3;
  }
  .big-footer .footer-main-row > div:nth-child(5) {
    grid-row: 4;
  }
  .kontakt-page-info-col > div > div > div {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 490px) {
  .front-features-row > div > div > div {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% - 20px), 1fr));
    grid-gap: 20px;
  }
}
article.novica a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.galerija-row {
  display: grid;
}

.galerija-row img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.galerija-row > div {
  aspect-ratio: 4/3;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #282882;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1380px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000 !important;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4645df;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #4645df;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1380px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(194.8, 194.8, 220);
}

.table-hover .table-primary:hover {
  background-color: rgb(178.675, 178.675, 210.625);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(178.675, 178.675, 210.625);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1379.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(92.5, 92.5, 205);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #282882;
  border-color: #282882;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(31, 31, 100.75);
  border-color: #1c1c5b;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #282882;
  border-color: #282882;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c1c5b;
  border-color: rgb(25, 25, 81.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #282882;
  background-color: transparent;
  background-image: none;
  border-color: #282882;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #282882;
  border-color: #282882;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #282882;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #282882;
  border-color: #282882;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #4645df;
  background-color: transparent;
}
.btn-link:hover {
  color: #4645df;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000 !important;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #282882;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -2px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -2px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #282882;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 40, 130, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(131.5, 131.5, 217);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282882;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #282882;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 40, 130, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(40, 40, 130, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #282882;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 40, 130, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(92.5, 92.5, 205);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(92.5, 92.5, 205, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: rgb(92.5, 92.5, 205);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: rgb(92.5, 92.5, 205);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0 0 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #282882;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1379.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1380px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4645df;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #4645df;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 130, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #282882;
  border-color: #282882;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #282882;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1c1c5b;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(20.8, 20.8, 67.6);
  background-color: #d4d4e6;
  border-color: rgb(194.8, 194.8, 220);
}
.alert-primary hr {
  border-top-color: rgb(178.675, 178.675, 210.625);
}
.alert-primary .alert-link {
  color: rgb(8.8, 8.8, 28.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #282882;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000000 !important;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #282882;
  border-color: #282882;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(20.8, 20.8, 67.6);
  background-color: rgb(194.8, 194.8, 220);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(20.8, 20.8, 67.6);
  background-color: rgb(178.675, 178.675, 210.625);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 20.8, 67.6);
  border-color: rgb(20.8, 20.8, 67.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000 !important;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #282882 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1c1c5b !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #282882 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1380px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1380px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1380px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1380px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1380px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #282882 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1c1c5b !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4645df;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  clear: both;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.main-page-title h1 {
  color: #282882;
}

/*
@media screen and (max-width: 1379px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}
p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.wpb_text_column.wpb_content_element a {
  color: #4645df;
}

.single-product .summary.entry-summary {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width: 1379px) {
  p {
    font-size: 16px;
    line-height: 1.625;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
  body .wpb_button,
  body .wpb_content_element,
  body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */