/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
@import "../components/node_modules/@yarn/fancybox/dist/jquery.fancybox.css";
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../components/node_modules/@yarn/swipebox/src/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../components/node_modules/@yarn/swipebox/src/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
body {
  font-size: 16px;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Ubuntu', sans-serif;
}
table {
  margin: auto;
}
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  a[href]:after {
    content: none !important;
  }
  html,
  body {
    width: 100%;
  }
  html .container,
  body .container {
    width: 1200px;
  }
  .col-print-full,
  .col-print-half,
  .col-print-third {
    display: block;
    float: left;
  }
  .col-print-full {
    width: 100% !important;
  }
  .col-print-half {
    width: 50% !important;
  }
  .col-print-third {
    width: 33.33333333% !important;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xs-ten,
.col-sm-ten,
.col-md-ten,
.col-lg-ten {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .xs-pull-left {
    float: left !important;
  }
  .xs-pull-right {
    float: right !important;
  }
  .col-xs-five {
    width: 20% !important;
  }
  .col-xs-ten {
    width: 10% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .col-sm-five {
    width: 20% !important;
  }
  .col-sm-ten {
    width: 10% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-pull-left {
    float: left !important;
  }
  .md-pull-right {
    float: right !important;
  }
  .col-md-five {
    width: 20% !important;
  }
  .col-md-ten {
    width: 10% !important;
  }
}
@media (min-width: 1200px) {
  .lg-pull-left {
    float: left !important;
  }
  .lg-pull-right {
    float: right !important;
  }
  .col-lg-five {
    width: 20% !important;
  }
  .col-lg-ten {
    width: 10% !important;
  }
}
html.js .jshidden {
  display: none;
}
#tracy-debug {
  z-index: 9999;
}
#ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url("../artcms/images/spinner.gif") no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none;
}
@media print {
  #ajax-spinner {
    display: none;
  }
}
a[href^="error:"] {
  background: red;
  color: white;
}
form .error {
  color: #D00;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flexible {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flexible > * {
  width: 100%;
  height: 100%;
}
.dragme {
  cursor: move !important;
}
.image-left {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-left {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
.image-right {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-right {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
@media (min-width: 768px) {
  .image-right {
    float: right;
    margin: 25px 0 25px 25px;
  }
}
.max-width,
.max-width * {
  max-width: 100%;
}
.hide {
  display: none;
}
.disabled {
  color: #999;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.has-error {
  border: 1px solid red !important;
}
.no-error {
  border: 1px solid green !important;
  background: url("../project/images/ok.png") 99% 50% no-repeat !important;
  background-size: 23px !important;
  padding-right: 52px !important;
}
/*

http://cssload.net

<div class="ajaxloader">
	<div class="ajaxloader_1"></div>
	<div class="ajaxloader_2"></div>
	<div class="ajaxloader_3"></div>
	<div class="ajaxloader_4"></div>
	<div class="ajaxloader_5"></div>
	<div class="ajaxloader_6"></div>
	<div class="ajaxloader_7"></div>
	<div class="ajaxloader_8"></div>
</div>
*/
.ajaxloading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ajaxloader {
  position: absolute;
  z-index: 450;
  width: 24px;
  height: 24px;
}
.ajaxloader > div {
  position: absolute;
  background-color: #80010b;
  width: 5px;
  height: 5px;
  -moz-border-radius: 4px;
  -moz-animation-name: bounce_circularG;
  -moz-animation-duration: 0.88s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 4px;
  -webkit-animation-name: bounce_circularG;
  -webkit-animation-duration: 0.88s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 4px;
  -ms-animation-name: bounce_circularG;
  -ms-animation-duration: 0.88s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 4px;
  -o-animation-name: bounce_circularG;
  -o-animation-duration: 0.88s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 4px;
  animation-name: bounce_circularG;
  animation-duration: 0.88s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
.ajaxloader .ajaxloader_1 {
  left: 0;
  top: 9px;
  -moz-animation-delay: 0.33s;
  -webkit-animation-delay: 0.33s;
  -ms-animation-delay: 0.33s;
  -o-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.ajaxloader .ajaxloader_2 {
  left: 3px;
  top: 3px;
  -moz-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.ajaxloader .ajaxloader_3 {
  top: 0;
  left: 9px;
  -moz-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.ajaxloader .ajaxloader_4 {
  right: 3px;
  top: 3px;
  -moz-animation-delay: 0.66s;
  -webkit-animation-delay: 0.66s;
  -ms-animation-delay: 0.66s;
  -o-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.ajaxloader .ajaxloader_5 {
  right: 0;
  top: 9px;
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}
.ajaxloader .ajaxloader_6 {
  right: 3px;
  bottom: 3px;
  -moz-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.ajaxloader .ajaxloader_7 {
  left: 9px;
  bottom: 0;
  -moz-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  -ms-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  animation-delay: 0.99s;
}
.ajaxloader .ajaxloader_8 {
  left: 3px;
  bottom: 3px;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/node_modules/@yarn/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.datetimepicker .icon-arrow-left {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datetimepicker .icon-arrow-left:before {
  content: "\e091";
}
.datetimepicker .icon-arrow-right {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datetimepicker .icon-arrow-right:before {
  content: "\e092";
}
ul.popupmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.popupmenu li {
  display: block;
  position: relative;
  white-space: nowrap;
}
ul.popupmenu li a {
  display: block;
}
ul.popupmenu li .popupinner,
ul.popupmenu li > ul,
ul.popupmenu li:hover > ul,
ul.popupmenu li.active > ul {
  display: none;
  text-align: left;
  z-index: 500;
  padding: 20px 15px 15px;
}
ul.popupmenu li .popupinner li,
ul.popupmenu li > ul li,
ul.popupmenu li:hover > ul li,
ul.popupmenu li.active > ul li {
  display: block;
}
ul.popupmenu li .popupinner li a,
ul.popupmenu li > ul li a,
ul.popupmenu li:hover > ul li a,
ul.popupmenu li.active > ul li a {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  ul.popupmenu li .popupinner,
  ul.popupmenu li > ul,
  ul.popupmenu li:hover > ul,
  ul.popupmenu li.active > ul {
    position: absolute;
  }
}
ul.popupmenu li.active .popupinner,
ul.popupmenu li.active > ul {
  display: block;
}
@media (min-width: 768px) {
  ul.popupmenu li.active .popupinner,
  ul.popupmenu li.active > ul {
    display: none;
  }
}
@media (min-width: 768px) {
  ul.popupmenu li {
    display: inline-block;
  }
  ul.popupmenu li a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  ul.popupmenu.collapse {
    display: block;
    visibility: visible;
    height: auto !important;
  }
}
/* Less file is created by GRID system DO NOT CHANGE */
.grid-row {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.grid-row > .grid {
  flex-grow: 1;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 10%;
}
.grid.html,
.grid.text,
.grid.bullets {
  display: block;
}
.grid.b-col,
.grid.b-form,
.grid.b-image {
  flex-direction: column;
}
.grid.b-col.reverse,
.grid.b-form.reverse,
.grid.b-image.reverse {
  flex-direction: column-reverse;
}
.grid.b-col.b-center,
.grid.b-form.b-center,
.grid.b-image.b-center {
  align-items: center;
}
.grid.b-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.grid.b-row.reverse {
  flex-direction: row-reverse;
}
.grid.b-row.left {
  justify-content: left;
}
.grid.b-row.left > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.right {
  justify-content: right;
}
.grid.b-row.right > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.center {
  justify-content: center;
}
.grid.b-row.center > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-between {
  justify-content: space-between;
}
.grid.b-row.space-between > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-around {
  justify-content: space-around;
}
.grid.b-row.space-around > .grid-box {
  justify-content: flex-start;
}
.grid.b-row.space-evenly {
  justify-content: space-evenly;
}
.grid.b-row.space-evenly > .grid-box {
  justify-content: flex-start;
}
.grid.b-link.b-center {
  justify-content: center;
  align-items: center;
}
.grid.b-image {
  position: relative;
  overflow: hidden;
}
.grid.b-image > img {
  position: relative;
  width: 100%;
  height: auto;
}
.grid.b-image .bg-inner {
  position: absolute;
  top: 0;
}
.grid.b-image.type-content > img {
  position: absolute;
  width: 100%;
  height: auto;
}
.grid.b-image.type-content .bg-inner {
  position: relative;
  top: 0;
}
.grid.b-image.type-auto {
  display: grid;
}
.grid.b-image.type-auto > img {
  position: relative;
  grid-area: 1/1;
}
.grid.b-image.type-auto .bg-inner {
  position: relative;
  grid-area: 1/1;
}
.grid .b-row-1,
.grid .b-link-1,
.grid.b-image-1 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-1 > .grid,
.grid .b-link-1 > .grid,
.grid.b-image-1 > .grid,
.grid .b-row-1 > .grid-row,
.grid .b-link-1 > .grid-row,
.grid.b-image-1 > .grid-row {
  box-sizing: border-box;
  flex-basis: 100%;
}
.grid .b-row-1.column-count,
.grid .b-link-1.column-count,
.grid.b-image-1.column-count {
  display: block;
  column-count: 1;
}
.grid .b-row-1.column-count > .grid,
.grid .b-link-1.column-count > .grid,
.grid.b-image-1.column-count > .grid,
.grid .b-row-1.column-count > .grid-row,
.grid .b-link-1.column-count > .grid-row,
.grid.b-image-1.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-2,
.grid .b-link-2,
.grid.b-image-2 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-2 > .grid,
.grid .b-link-2 > .grid,
.grid.b-image-2 > .grid,
.grid .b-row-2 > .grid-row,
.grid .b-link-2 > .grid-row,
.grid.b-image-2 > .grid-row {
  box-sizing: border-box;
  flex-basis: 50%;
  min-width: calc(50% - 10px);
}
.grid .b-row-2.column-count,
.grid .b-link-2.column-count,
.grid.b-image-2.column-count {
  display: block;
  column-count: 2;
}
.grid .b-row-2.column-count > .grid,
.grid .b-link-2.column-count > .grid,
.grid.b-image-2.column-count > .grid,
.grid .b-row-2.column-count > .grid-row,
.grid .b-link-2.column-count > .grid-row,
.grid.b-image-2.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-3,
.grid .b-link-3,
.grid.b-image-3 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-3 > .grid,
.grid .b-link-3 > .grid,
.grid.b-image-3 > .grid,
.grid .b-row-3 > .grid-row,
.grid .b-link-3 > .grid-row,
.grid.b-image-3 > .grid-row {
  box-sizing: border-box;
  flex-basis: 33.33%;
  min-width: calc(33% - 10px);
}
.grid .b-row-3.column-count,
.grid .b-link-3.column-count,
.grid.b-image-3.column-count {
  display: block;
  column-count: 3;
}
.grid .b-row-3.column-count > .grid,
.grid .b-link-3.column-count > .grid,
.grid.b-image-3.column-count > .grid,
.grid .b-row-3.column-count > .grid-row,
.grid .b-link-3.column-count > .grid-row,
.grid.b-image-3.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-4,
.grid .b-link-4,
.grid.b-image-4 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-4 > .grid,
.grid .b-link-4 > .grid,
.grid.b-image-4 > .grid,
.grid .b-row-4 > .grid-row,
.grid .b-link-4 > .grid-row,
.grid.b-image-4 > .grid-row {
  box-sizing: border-box;
  flex-basis: 25%;
  min-width: calc(25% - 10px);
}
.grid .b-row-4.column-count,
.grid .b-link-4.column-count,
.grid.b-image-4.column-count {
  display: block;
  column-count: 4;
}
.grid .b-row-4.column-count > .grid,
.grid .b-link-4.column-count > .grid,
.grid.b-image-4.column-count > .grid,
.grid .b-row-4.column-count > .grid-row,
.grid .b-link-4.column-count > .grid-row,
.grid.b-image-4.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-5,
.grid .b-link-5,
.grid.b-image-5 {
  flex-grow: 0;
  flex-wrap: wrap;
  row-gap: 40px;
}
.grid .b-row-5 > .grid,
.grid .b-link-5 > .grid,
.grid.b-image-5 > .grid,
.grid .b-row-5 > .grid-row,
.grid .b-link-5 > .grid-row,
.grid.b-image-5 > .grid-row {
  box-sizing: border-box;
  flex-basis: 20%;
  min-width: calc(20% - 10px);
}
.grid .b-row-5.column-count,
.grid .b-link-5.column-count,
.grid.b-image-5.column-count {
  display: block;
  column-count: 5;
}
.grid .b-row-5.column-count > .grid,
.grid .b-link-5.column-count > .grid,
.grid.b-image-5.column-count > .grid,
.grid .b-row-5.column-count > .grid-row,
.grid .b-link-5.column-count > .grid-row,
.grid.b-image-5.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .b-row-6,
.grid .b-link-6,
.grid.b-image-6 {
  flex-grow: 0;
  flex-wrap: wrap;
}
.grid .b-row-6 > .grid,
.grid .b-link-6 > .grid,
.grid.b-image-6 > .grid,
.grid .b-row-6 > .grid-row,
.grid .b-link-6 > .grid-row,
.grid.b-image-6 > .grid-row {
  box-sizing: border-box;
  flex-basis: 16.66%;
  min-width: calc(16% - 10px);
}
.grid .b-row-6.column-count,
.grid .b-link-6.column-count,
.grid.b-image-6.column-count {
  display: block;
  column-count: 6;
}
.grid .b-row-6.column-count > .grid,
.grid .b-link-6.column-count > .grid,
.grid.b-image-6.column-count > .grid,
.grid .b-row-6.column-count > .grid-row,
.grid .b-link-6.column-count > .grid-row,
.grid.b-image-6.column-count > .grid-row {
  break-inside: avoid;
  flex: 0 0 100%;
}
.grid .grow-0 {
  flex-grow: 0;
}
.grid .grow-1 {
  flex-grow: 1;
}
.grid .grow-2 {
  flex-grow: 2;
}
.grid .grow-3 {
  flex-grow: 3;
}
.grid .grow-4 {
  flex-grow: 4;
}
.grid .grow-5 {
  flex-grow: 5;
}
.grid .grow-6 {
  flex-grow: 6;
}
.grid .shrink-1 {
  flex-shrink: 1;
}
.grid .shrink-2 {
  flex-shrink: 2;
}
.grid .shrink-3 {
  flex-shrink: 3;
}
.grid .shrink-4 {
  flex-shrink: 4;
}
.grid .shrink-5 {
  flex-shrink: 5;
}
.grid .shrink-6 {
  flex-shrink: 6;
}
.grid .g-visible {
  display: flex;
}
.grid .g-hidden {
  display: none;
}
.grid .html.gnum-1,
.grid .text.gnum-1,
.grid .bullets.gnum-1 {
  /*display: block;*/
  column-count: 1;
}
.grid .html.gnum-2,
.grid .text.gnum-2,
.grid .bullets.gnum-2 {
  /*display: block;*/
  column-count: 2;
}
.grid .html.gnum-3,
.grid .text.gnum-3,
.grid .bullets.gnum-3 {
  /*display: block;*/
  column-count: 3;
}
.grid .html.gnum-4,
.grid .text.gnum-4,
.grid .bullets.gnum-4 {
  /*display: block;*/
  column-count: 4;
}
.grid .html.gnum-5,
.grid .text.gnum-5,
.grid .bullets.gnum-5 {
  /*display: block;*/
  column-count: 5;
}
.grid .html.gnum-6,
.grid .text.gnum-6,
.grid .bullets.gnum-6 {
  /*display: block;*/
  column-count: 6;
}
.grid .space.gnum-1 {
  height: 10px;
}
.grid .space.gnum-2 {
  height: 20px;
}
.grid .space.gnum-3 {
  height: 40px;
}
.grid .space.gnum-4 {
  height: 60px;
}
.grid .space.gnum-5 {
  height: 80px;
}
.grid .space.gnum-6 {
  height: 100px;
}
@media (max-width: 1400px) {
  .grid.gxl-dir-row {
    flex-direction: row !important;
  }
  .grid.gxl-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gxl-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gxl-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gxl-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-1 > .grid,
  .grid .gxl-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gxl-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gxl-num-1.column-count > .grid,
  .grid .gxl-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-2 > .grid,
  .grid .gxl-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gxl-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gxl-num-2.column-count > .grid,
  .grid .gxl-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-3 > .grid,
  .grid .gxl-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gxl-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gxl-num-3.column-count > .grid,
  .grid .gxl-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-4 > .grid,
  .grid .gxl-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gxl-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gxl-num-4.column-count > .grid,
  .grid .gxl-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxl-num-5 > .grid,
  .grid .gxl-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gxl-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gxl-num-5.column-count > .grid,
  .grid .gxl-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gxl-num-6 > .grid,
  .grid .gxl-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gxl-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gxl-num-6.column-count > .grid,
  .grid .gxl-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxl-grow-0 {
    flex-grow: 0;
  }
  .grid .gxl-grow-1 {
    flex-grow: 1;
  }
  .grid .gxl-grow-2 {
    flex-grow: 2;
  }
  .grid .gxl-grow-3 {
    flex-grow: 3;
  }
  .grid .gxl-grow-4 {
    flex-grow: 4;
  }
  .grid .gxl-grow-5 {
    flex-grow: 5;
  }
  .grid .gxl-grow-6 {
    flex-grow: 6;
  }
  .grid .gxl-visible {
    display: flex;
  }
  .grid .gxl-hidden {
    display: none;
  }
  .grid .html.gxl-num-1,
  .grid .text.gxl-num-1,
  .grid .bullets.gxl-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gxl-num-2,
  .grid .text.gxl-num-2,
  .grid .bullets.gxl-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gxl-num-3,
  .grid .text.gxl-num-3,
  .grid .bullets.gxl-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gxl-num-4,
  .grid .text.gxl-num-4,
  .grid .bullets.gxl-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gxl-num-5,
  .grid .text.gxl-num-5,
  .grid .bullets.gxl-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gxl-num-6,
  .grid .text.gxl-num-6,
  .grid .bullets.gxl-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gxl-num-1 {
    height: 10px;
  }
  .grid .space.gxl-num-2 {
    height: 20px;
  }
  .grid .space.gxl-num-3 {
    height: 40px;
  }
  .grid .space.gxl-num-4 {
    height: 60px;
  }
  .grid .space.gxl-num-5 {
    height: 80px;
  }
  .grid .space.gxl-num-6 {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .grid.glg-dir-row {
    flex-direction: row !important;
  }
  .grid.glg-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.glg-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.glg-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .glg-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-1 > .grid,
  .grid .glg-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .glg-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .glg-num-1.column-count > .grid,
  .grid .glg-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-2 > .grid,
  .grid .glg-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .glg-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .glg-num-2.column-count > .grid,
  .grid .glg-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-3 > .grid,
  .grid .glg-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .glg-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .glg-num-3.column-count > .grid,
  .grid .glg-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-4 > .grid,
  .grid .glg-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .glg-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .glg-num-4.column-count > .grid,
  .grid .glg-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .glg-num-5 > .grid,
  .grid .glg-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .glg-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .glg-num-5.column-count > .grid,
  .grid .glg-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .glg-num-6 > .grid,
  .grid .glg-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .glg-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .glg-num-6.column-count > .grid,
  .grid .glg-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .glg-grow-0 {
    flex-grow: 0;
  }
  .grid .glg-grow-1 {
    flex-grow: 1;
  }
  .grid .glg-grow-2 {
    flex-grow: 2;
  }
  .grid .glg-grow-3 {
    flex-grow: 3;
  }
  .grid .glg-grow-4 {
    flex-grow: 4;
  }
  .grid .glg-grow-5 {
    flex-grow: 5;
  }
  .grid .glg-grow-6 {
    flex-grow: 6;
  }
  .grid .glg-visible {
    display: flex;
  }
  .grid .glg-hidden {
    display: none;
  }
  .grid .html.glg-num-1,
  .grid .text.glg-num-1,
  .grid .bullets.glg-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.glg-num-2,
  .grid .text.glg-num-2,
  .grid .bullets.glg-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.glg-num-3,
  .grid .text.glg-num-3,
  .grid .bullets.glg-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.glg-num-4,
  .grid .text.glg-num-4,
  .grid .bullets.glg-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.glg-num-5,
  .grid .text.glg-num-5,
  .grid .bullets.glg-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.glg-num-6,
  .grid .text.glg-num-6,
  .grid .bullets.glg-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.glg-num-1 {
    height: 10px;
  }
  .grid .space.glg-num-2 {
    height: 20px;
  }
  .grid .space.glg-num-3 {
    height: 40px;
  }
  .grid .space.glg-num-4 {
    height: 60px;
  }
  .grid .space.glg-num-5 {
    height: 80px;
  }
  .grid .space.glg-num-6 {
    height: 100px;
  }
}
@media (max-width: 992px) {
  .grid.gmd-dir-row {
    flex-direction: row !important;
  }
  .grid.gmd-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gmd-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gmd-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gmd-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-1 > .grid,
  .grid .gmd-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gmd-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gmd-num-1.column-count > .grid,
  .grid .gmd-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-2 > .grid,
  .grid .gmd-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gmd-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gmd-num-2.column-count > .grid,
  .grid .gmd-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-3 > .grid,
  .grid .gmd-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gmd-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gmd-num-3.column-count > .grid,
  .grid .gmd-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-4 > .grid,
  .grid .gmd-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gmd-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gmd-num-4.column-count > .grid,
  .grid .gmd-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gmd-num-5 > .grid,
  .grid .gmd-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gmd-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gmd-num-5.column-count > .grid,
  .grid .gmd-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gmd-num-6 > .grid,
  .grid .gmd-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gmd-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gmd-num-6.column-count > .grid,
  .grid .gmd-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gmd-grow-0 {
    flex-grow: 0;
  }
  .grid .gmd-grow-1 {
    flex-grow: 1;
  }
  .grid .gmd-grow-2 {
    flex-grow: 2;
  }
  .grid .gmd-grow-3 {
    flex-grow: 3;
  }
  .grid .gmd-grow-4 {
    flex-grow: 4;
  }
  .grid .gmd-grow-5 {
    flex-grow: 5;
  }
  .grid .gmd-grow-6 {
    flex-grow: 6;
  }
  .grid .gmd-visible {
    display: flex;
  }
  .grid .gmd-hidden {
    display: none;
  }
  .grid .html.gmd-num-1,
  .grid .text.gmd-num-1,
  .grid .bullets.gmd-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gmd-num-2,
  .grid .text.gmd-num-2,
  .grid .bullets.gmd-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gmd-num-3,
  .grid .text.gmd-num-3,
  .grid .bullets.gmd-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gmd-num-4,
  .grid .text.gmd-num-4,
  .grid .bullets.gmd-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gmd-num-5,
  .grid .text.gmd-num-5,
  .grid .bullets.gmd-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gmd-num-6,
  .grid .text.gmd-num-6,
  .grid .bullets.gmd-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gmd-num-1 {
    height: 10px;
  }
  .grid .space.gmd-num-2 {
    height: 20px;
  }
  .grid .space.gmd-num-3 {
    height: 40px;
  }
  .grid .space.gmd-num-4 {
    height: 60px;
  }
  .grid .space.gmd-num-5 {
    height: 80px;
  }
  .grid .space.gmd-num-6 {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .grid.gsm-dir-row {
    flex-direction: row !important;
  }
  .grid.gsm-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gsm-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gsm-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gsm-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-1 > .grid,
  .grid .gsm-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gsm-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gsm-num-1.column-count > .grid,
  .grid .gsm-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-2 > .grid,
  .grid .gsm-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gsm-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gsm-num-2.column-count > .grid,
  .grid .gsm-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-3 > .grid,
  .grid .gsm-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gsm-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gsm-num-3.column-count > .grid,
  .grid .gsm-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-4 > .grid,
  .grid .gsm-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gsm-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gsm-num-4.column-count > .grid,
  .grid .gsm-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gsm-num-5 > .grid,
  .grid .gsm-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gsm-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gsm-num-5.column-count > .grid,
  .grid .gsm-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gsm-num-6 > .grid,
  .grid .gsm-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gsm-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gsm-num-6.column-count > .grid,
  .grid .gsm-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gsm-grow-0 {
    flex-grow: 0;
  }
  .grid .gsm-grow-1 {
    flex-grow: 1;
  }
  .grid .gsm-grow-2 {
    flex-grow: 2;
  }
  .grid .gsm-grow-3 {
    flex-grow: 3;
  }
  .grid .gsm-grow-4 {
    flex-grow: 4;
  }
  .grid .gsm-grow-5 {
    flex-grow: 5;
  }
  .grid .gsm-grow-6 {
    flex-grow: 6;
  }
  .grid .gsm-visible {
    display: flex;
  }
  .grid .gsm-hidden {
    display: none;
  }
  .grid .html.gsm-num-1,
  .grid .text.gsm-num-1,
  .grid .bullets.gsm-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gsm-num-2,
  .grid .text.gsm-num-2,
  .grid .bullets.gsm-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gsm-num-3,
  .grid .text.gsm-num-3,
  .grid .bullets.gsm-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gsm-num-4,
  .grid .text.gsm-num-4,
  .grid .bullets.gsm-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gsm-num-5,
  .grid .text.gsm-num-5,
  .grid .bullets.gsm-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gsm-num-6,
  .grid .text.gsm-num-6,
  .grid .bullets.gsm-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gsm-num-1 {
    height: 10px;
  }
  .grid .space.gsm-num-2 {
    height: 20px;
  }
  .grid .space.gsm-num-3 {
    height: 40px;
  }
  .grid .space.gsm-num-4 {
    height: 60px;
  }
  .grid .space.gsm-num-5 {
    height: 80px;
  }
  .grid .space.gsm-num-6 {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .grid.gxs-dir-row {
    flex-direction: row !important;
  }
  .grid.gxs-dir-rrow {
    flex-direction: row-reverse !important;
  }
  .grid.gxs-dir-col {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
  .grid.gxs-dir-rcol {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
  }
  .grid .gxs-num-1 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-1 > .grid,
  .grid .gxs-num-1 > .grid-row {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .grid .gxs-num-1.column-count {
    display: block;
    column-count: 1;
  }
  .grid .gxs-num-1.column-count > .grid,
  .grid .gxs-num-1.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-2 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-2 > .grid,
  .grid .gxs-num-2 > .grid-row {
    box-sizing: border-box;
    flex-basis: 50%;
    min-width: calc(50% - 10px);
  }
  .grid .gxs-num-2.column-count {
    display: block;
    column-count: 2;
  }
  .grid .gxs-num-2.column-count > .grid,
  .grid .gxs-num-2.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-3 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-3 > .grid,
  .grid .gxs-num-3 > .grid-row {
    box-sizing: border-box;
    flex-basis: 33.33%;
    min-width: calc(33% - 10px);
  }
  .grid .gxs-num-3.column-count {
    display: block;
    column-count: 3;
  }
  .grid .gxs-num-3.column-count > .grid,
  .grid .gxs-num-3.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-4 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-4 > .grid,
  .grid .gxs-num-4 > .grid-row {
    box-sizing: border-box;
    flex-basis: 25%;
    min-width: calc(25% - 10px);
  }
  .grid .gxs-num-4.column-count {
    display: block;
    column-count: 4;
  }
  .grid .gxs-num-4.column-count > .grid,
  .grid .gxs-num-4.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-5 {
    flex-grow: 0;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .grid .gxs-num-5 > .grid,
  .grid .gxs-num-5 > .grid-row {
    box-sizing: border-box;
    flex-basis: 20%;
    min-width: calc(20% - 10px);
  }
  .grid .gxs-num-5.column-count {
    display: block;
    column-count: 5;
  }
  .grid .gxs-num-5.column-count > .grid,
  .grid .gxs-num-5.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-num-6 {
    flex-grow: 0;
    flex-wrap: wrap;
  }
  .grid .gxs-num-6 > .grid,
  .grid .gxs-num-6 > .grid-row {
    box-sizing: border-box;
    flex-basis: 16.66%;
    min-width: calc(16% - 10px);
  }
  .grid .gxs-num-6.column-count {
    display: block;
    column-count: 6;
  }
  .grid .gxs-num-6.column-count > .grid,
  .grid .gxs-num-6.column-count > .grid-row {
    break-inside: avoid;
    flex: 0 0 100%;
  }
  .grid .gxs-grow-0 {
    flex-grow: 0;
  }
  .grid .gxs-grow-1 {
    flex-grow: 1;
  }
  .grid .gxs-grow-2 {
    flex-grow: 2;
  }
  .grid .gxs-grow-3 {
    flex-grow: 3;
  }
  .grid .gxs-grow-4 {
    flex-grow: 4;
  }
  .grid .gxs-grow-5 {
    flex-grow: 5;
  }
  .grid .gxs-grow-6 {
    flex-grow: 6;
  }
  .grid .gxs-visible {
    display: flex;
  }
  .grid .gxs-hidden {
    display: none;
  }
  .grid .html.gxs-num-1,
  .grid .text.gxs-num-1,
  .grid .bullets.gxs-num-1 {
    /*display: block;*/
    column-count: 1;
  }
  .grid .html.gxs-num-2,
  .grid .text.gxs-num-2,
  .grid .bullets.gxs-num-2 {
    /*display: block;*/
    column-count: 2;
  }
  .grid .html.gxs-num-3,
  .grid .text.gxs-num-3,
  .grid .bullets.gxs-num-3 {
    /*display: block;*/
    column-count: 3;
  }
  .grid .html.gxs-num-4,
  .grid .text.gxs-num-4,
  .grid .bullets.gxs-num-4 {
    /*display: block;*/
    column-count: 4;
  }
  .grid .html.gxs-num-5,
  .grid .text.gxs-num-5,
  .grid .bullets.gxs-num-5 {
    /*display: block;*/
    column-count: 5;
  }
  .grid .html.gxs-num-6,
  .grid .text.gxs-num-6,
  .grid .bullets.gxs-num-6 {
    /*display: block;*/
    column-count: 6;
  }
  .grid .space.gxs-num-1 {
    height: 10px;
  }
  .grid .space.gxs-num-2 {
    height: 20px;
  }
  .grid .space.gxs-num-3 {
    height: 40px;
  }
  .grid .space.gxs-num-4 {
    height: 60px;
  }
  .grid .space.gxs-num-5 {
    height: 80px;
  }
  .grid .space.gxs-num-6 {
    height: 100px;
  }
}
.no-scroll {
  overflow: hidden;
}
.cookie-consent .reopen-cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  min-width: 250px;
  max-width: 450px;
}
@media (max-width: 991px) {
  .cookie-consent .reopen-cookie-consent {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cookie-consent .reopen-cookie-consent {
    height: 50px;
  }
}
.cookie-consent table {
  margin: 0;
}
.cookie-consent table tr th {
  border-top: 1px solid grey;
}
.cookie-consent table tr td,
.cookie-consent table tr th {
  padding: 6px;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.cookie-consent table tr td:first-child,
.cookie-consent table tr th:first-child {
  border-left: 1px solid grey;
}
.cookie-law-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5123456789;
}
.cookie-law-wrapper .cookie-law {
  background: #f0f0f0;
  padding: 5px 15px 20px;
  border-top: 1px solid #013461;
  font-size: 13px;
  line-height: 150%;
  display: flex;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: row;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info .close-cookie-modal {
  float: right;
  font-size: 28px;
  text-decoration: none;
  color: red;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 80%;
    padding: 0 45px;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info label {
  line-height: 150%;
}
.cookie-law-wrapper .cookie-law div.consent-info label p {
  font-weight: normal;
}
.cookie-law-wrapper .cookie-law div.consent-info label strong {
  color: black;
}
.cookie-law-wrapper .cookie-law div.consent-buttons {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons .close {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
    flex-direction: row;
    justify-content: space-around;
    gap: 14px;
    width: 515px;
  }
}
.cookie-law-wrapper .cookie-law p {
  color: black;
  font-size: 14px;
}
.cookie-law-wrapper .cookie-law p strong {
  font-size: 30px;
  color: black;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 250%;
  }
}
.cookie-law-wrapper .cookie-law .more,
.cookie-law-wrapper .cookie-law .close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.cookie-law-wrapper .cookie-law .more.green,
.cookie-law-wrapper .cookie-law .close.green {
  background: #176d34;
}
.cookie-law-wrapper .cookie-law .more.red,
.cookie-law-wrapper .cookie-law .close.red {
  background: #ff2828;
}
@media (max-width: 630px) {
  .cookie-law-wrapper .cookie-law .more.red span,
  .cookie-law-wrapper .cookie-law .close.red span {
    line-height: 110%;
  }
}
.cookie-law-wrapper .cookie-law .more {
  background: transparent;
  color: #013461;
  text-decoration: underline;
}
.cookie-law-wrapper.floating {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.77);
}
.cookie-law-wrapper.floating .cookie-law {
  position: fixed;
  border: 1px solid;
  border-radius: 15px;
  padding: 5px 30px 20px 30px;
  flex-direction: column;
  overflow-y: scroll;
}
@media (max-width: 520px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 5%;
    left: 10%;
    right: 10%;
    bottom: 5%;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 15%;
    left: 20%;
    right: 20%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .cookie-law-wrapper.floating .cookie-law {
    position: revert;
    width: 900px;
    max-height: calc(100vh - 160px);
    margin: 90px auto 0 auto;
  }
}
.cookie-law-wrapper.floating .cookie-law div.consent-info {
  width: 100%;
  margin-top: 28px;
  padding: 0;
}
.cookie-law-wrapper.floating .cookie-law div.consent-info .close.submit {
  max-width: 250px;
}
.cookie-law-wrapper.floating .cookie-law div.consent-buttons {
  align-items: center;
}
@media (max-width: 470px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 15px;
  }
  .cookie-law-wrapper.floating .cookie-law p strong {
    font-size: 22px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 5% 0 5%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.green,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 7px;
  }
}
@media (min-width: 471px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 10% 0 10%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.green,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 12px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 17px;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}
.visible-ms {
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .form-horizontal .form-group .control-label {
    text-align: right;
  }
  .visible-ms {
    display: block !important;
  }
}
@font-face {
  font-family: 'Flaticon';
  src: url("/project/css/flaticon/flaticon.eot");
  src: url("/project/css/flaticon/flaticon.eot#iefix") format("embedded-opentype"), url("/project/css/flaticon/flaticon.woff") format("woff"), url("/project/css/flaticon/flaticon.woff2") format("woff2"), url("/project/css/flaticon/flaticon.ttf") format("truetype"), url("/project/css/flaticon/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: 'Flaticon';
}
[class^="flaticon-"].gray {
  color: silver;
}
[class^="flaticon-"].black {
  color: '#333333';
}
[class^="flaticon-"].orange {
  color: #c6ab53;
}
.flaticon-down-arrow:before {
  content: "\f101";
}
.flaticon-right-arrow:before {
  content: "\f102";
}
.flaticon-menu:before {
  content: "\f103";
}
.flaticon-search:before {
  content: "\f104";
}
.flaticon-user:before {
  content: "\f105";
}
.flaticon-right-arrow-1:before {
  content: "\f106";
}
.flaticon-shopping-cart:before {
  content: "\f107";
}
.flaticon-fast-delivery:before {
  content: "\f108";
}
.flaticon-express-delivery:before {
  content: "\f109";
}
.flaticon-warehouse:before {
  content: "\f10a";
}
.flaticon-star:before,
.flaticon-star-empty:before,
.flaticon-star-half:before {
  content: "\f10b";
}
.flaticon-facebook:before {
  content: "\f10c";
}
.flaticon-instagram:before {
  content: "\f10d";
}
.flaticon-youtube-logotype:before {
  content: "\f10e";
}
.flaticon-youtube:before {
  content: "\f10e";
}
.flaticon-linkedin-logo:before {
  content: "\f10f";
}
.flaticon-linkedin:before {
  content: "\f10f";
}
.flaticon-twitter:before {
  content: "\f110";
}
.flaticon-printer:before {
  content: "\f111";
}
.flaticon-share:before {
  content: "\f112";
}
.flaticon-left-arrow:before {
  content: "\f113";
}
.flaticon-close:before {
  content: "\f114";
}
.flaticon-chat:before {
  content: "\f115";
}
.flaticon-right-chevron:before {
  content: "\f116";
}
.flaticon-left-chevron:before {
  content: "\f117";
}
.rating-stars:hover {
  text-decoration: none;
}
.rating-stars a {
  text-decoration: none;
}
.rating-stars a:hover {
  text-decoration: none;
}
.rating-stars a:hover span {
  color: #c6ab53;
  text-decoration: none;
}
.rating-stars span {
  font-size: 24px;
}
.rating-stars span:hover {
  text-decoration: none;
}
.rating-stars span.flaticon-star {
  color: #c6ab53;
}
.rating-stars span.flaticon-star-empty {
  color: silver;
}
.rating-stars span.flaticon-star-half {
  color: #f5dc8b;
}
.detail-rating {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  align-items: stretch;
  margin-bottom: 10px;
}
.detail-rating a,
.detail-rating span {
  display: flex;
  align-items: center;
}
.detail-rating .stars-title {
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
  color: #333333;
}
.detail-rating .stars-title:hover {
  text-decoration: none;
}
.detail-rating .rating-stars {
  display: flex;
  align-items: center;
  justify-content: stretch;
  column-gap: 5px;
}
#review form .tiny textarea {
  height: 100px;
}
#review .form-rating {
  display: flex;
  column-gap: 15px;
  margin-top: 20px;
}
#review .send {
  display: flex;
  justify-content: flex-end;
}
#review .send .send-button {
  background: #c6ab53;
  min-height: 48px;
  font-weight: bolder;
  font-size: 18px;
  display: block;
  line-height: 48px;
  color: black;
  border: none;
  padding: 0 15px;
}
#review .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #c6ab53;
  padding: 15px 0;
}
#review .box:last-of-type {
  border-bottom: none;
}
#review .box .rating-stars,
#review .box .name,
#review .box .cons,
#review .box .pros {
  display: flex;
  flex: 0 1 48%;
  padding: 5px 0;
}
#review .box .name {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 5px;
  align-items: center;
}
#review .box .name .date {
  font-size: 80%;
}
#review .box .cons,
#review .box .pros,
#review .box .summary {
  padding: 10px 20px;
  flex-direction: column;
}
#review .box .cons h5,
#review .box .pros h5,
#review .box .summary h5 {
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#review .box .pros {
  background-color: #e1ffe1;
}
#review .box .pros h5 {
  color: #417941;
  border-bottom: solid 1px #417941;
}
#review .box .cons {
  background-color: #fde5e5;
}
#review .box .cons h5 {
  color: #993c3c;
  border-bottom: solid 1px #993c3c;
}
#review .box .rating-stars {
  column-gap: 5px;
}
#review .box .stars-title {
  display: none;
}
#review .box .summary {
  display: flex;
  flex: 0 1 100%;
}
#review .multi-reviews {
  display: flex;
  flex-direction: column;
}
#review .multi-reviews .review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#review .multi-reviews .review .review-product {
  flex: 0 1 25%;
  padding-top: 20px;
}
#review .multi-reviews .review .review-product img {
  max-width: 100%;
  height: auto;
}
#review .multi-reviews .review .review-form {
  flex: 0 1 70%;
}
#review .multi-reviews .review .review-form h3 a {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-weight: normal;
  font-size: 24px;
}
#review .multi-reviews .review .review-form h3 a.button {
  display: flex;
  flex-direction: row;
  background: #c6ab53;
  min-height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: black;
  border: none;
  padding: 0 15px;
  margin-top: 10px;
}
#review .multi-reviews .review .review-form h3 a.button:hover {
  text-decoration: none;
}
#review .multi-reviews .review .review-form h3 a.button span.open {
  display: none;
}
#review .multi-reviews .review .review-form h3 a.button span.closed {
  display: block;
}
#review .multi-reviews .review .review-form h3 a.button i {
  font-style: normal;
}
#review .multi-reviews .review .review-form h3 a.button i:before {
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.5s ease-in-out;
  transform: rotate(90deg);
}
#review .multi-reviews .review .review-form .hideable {
  max-height: 0;
  transition: max-height 0.5s linear;
  overflow: hidden;
  padding: 0;
}
#review .multi-reviews .review.active h3 a.button span.open {
  display: block;
}
#review .multi-reviews .review.active h3 a.button span.closed {
  display: none;
}
#review .multi-reviews .review.active h3 a.button i:before {
  transition: transform 0.5s ease-in-out;
  transform: rotate(270deg);
}
#review .multi-reviews .review.active .review-form .hideable {
  max-height: 1000px;
  transition: max-height 0.5s linear;
}
@media (max-width: 767px) {
  #review .multi-reviews .review .review-product {
    display: none;
  }
  #review .multi-reviews .review .review-form {
    flex: 0 1 100%;
  }
}
#slider-showroom p,
#slider-reviews p {
  font-size: 14px;
  padding-right: 15px;
}
#slider-showroom button,
#slider-reviews button {
  font-style: italic;
  font-weight: bold;
  color: #c6ab53;
}
@media (max-width: 767px) {
  #slider-showroom button,
  #slider-reviews button {
    font-size: 12px;
  }
}
#slider-showroom .splide__arrows,
#slider-reviews .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 123px;
  width: 100%;
  height: 0;
}
#slider-showroom .splide__arrows .splide__arrow--prev,
#slider-reviews .splide__arrows .splide__arrow--prev {
  background: none;
  margin-left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #c6ab53 transparent transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slider-showroom .splide__arrows .splide__arrow--prev,
  #slider-reviews .splide__arrows .splide__arrow--prev {
    margin-left: -35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider-showroom .splide__arrows .splide__arrow--prev,
  #slider-reviews .splide__arrows .splide__arrow--prev {
    border-width: 10px 15px 10px 0;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  #slider-showroom .splide__arrows .splide__arrow--prev,
  #slider-reviews .splide__arrows .splide__arrow--prev {
    border-width: 7px 10px 7px 0;
    margin-left: -20px;
  }
}
#slider-showroom .splide__arrows .splide__arrow--next,
#slider-reviews .splide__arrows .splide__arrow--next {
  background: none;
  margin-right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #c6ab53;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slider-showroom .splide__arrows .splide__arrow--next,
  #slider-reviews .splide__arrows .splide__arrow--next {
    margin-right: -35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider-showroom .splide__arrows .splide__arrow--next,
  #slider-reviews .splide__arrows .splide__arrow--next {
    border-width: 10px 0 10px 15px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  #slider-showroom .splide__arrows .splide__arrow--next,
  #slider-reviews .splide__arrows .splide__arrow--next {
    border-width: 7px 0 7px 10px;
    margin-right: -20px;
  }
}
#slider-showroom .splide__track,
#slider-reviews .splide__track {
  margin-top: 0;
}
#slider-reviews .splide__arrows {
  top: calc(50% - 15px);
}
@media (min-width: 1200px) {
  #slider-reviews .splide__arrows .splide__arrow--next {
    margin-right: -35px;
  }
}
#slider-reviews ul li {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#slider-reviews ul li div {
  margin: 0;
  padding: 0;
}
#slider-reviews ul li .product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#slider-reviews ul li .product .title {
  flex: 0 1 100%;
  color: #c6ab53;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#slider-reviews ul li .product .image {
  flex: 0 1 25%;
}
#slider-reviews ul li .product .description {
  flex: 0 1 70%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#slider-reviews ul li .product .description .name {
  font-size: 16px;
  font-style: italic;
}
#slider-reviews ul li .product .description .name span {
  font-size: 80%;
}
#slider-reviews ul li .review {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.modal .close {
  cursor: pointer;
  padding: 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal-under-construction h1 {
  text-align: center;
  font-size: 32px;
  margin: 50px 0;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
.alerts .alert {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #252525;
}
.alerts .alert-info {
  background: #69bdf2;
}
.alerts .alert-danger {
  background: #f26976;
}
.alerts .alert-success {
  background: #86f297;
}
body {
  font-size: 16px;
}
table {
  margin: 0;
}
.table {
  overflow-x: auto;
  display: block;
}
.header-line {
  background: #dcdcdc;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .header-line {
    margin-bottom: 5px;
  }
}
.header-line a {
  color: #000;
}
.header-line .mail {
  padding-left: 35px;
  position: relative;
}
.header-line .mail:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  background: url("./images/envelope-icon.png") no-repeat;
}
.header-line .favorites {
  padding-left: 35px;
  position: relative;
}
.header-line .favorites:hover {
  color: #ff3242;
  text-decoration: none;
}
.header-line .favorites:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  background: url("./images/favorite-icon.png") no-repeat;
}
.header-line .cart {
  padding-left: 35px;
  position: relative;
  margin-left: 15px;
}
.header-line .cart:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  left: 0;
  top: -2px;
  background: url("./images/cart-icon.png") no-repeat;
}
.header-line .cart:hover {
  color: #ff3242;
  text-decoration: none;
}
.header-line .shipping-to a:hover,
.header-line .shipping-to a:focus {
  text-decoration: none;
}
.header-line .shipping-to .flag {
  margin: -3px 10px 0;
}
.logo {
  display: inline-block;
  margin: 5px auto;
}
.header-line {
  background: #dcdcdc;
  padding: 10px 0;
}
.header-line a {
  color: #000;
}
.header-line .mail {
  padding-left: 35px;
  position: relative;
}
.header-line .mail:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  background: url("./images/envelope-icon.png") no-repeat;
}
.header-line .favorites {
  padding-left: 35px;
  position: relative;
}
.header-line .favorites:hover {
  color: #ff3242;
  text-decoration: none;
}
.header-line .favorites:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  background: url("./images/favorite-icon.png") no-repeat;
}
.header-line .cart {
  padding-left: 35px;
  position: relative;
  margin-left: 15px;
}
.header-line .cart:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  left: 0;
  top: -2px;
  background: url("./images/cart-icon.png") no-repeat;
}
.header-line .cart:hover {
  text-decoration: none;
}
.header-line .shipping-to a:hover,
.header-line .shipping-to a:focus {
  text-decoration: none;
}
.header-line .shipping-to .flag {
  margin: -3px 10px 0;
}
.logo {
  display: inline-block;
  margin: 5px auto;
}
nav {
  background: #f1ead4;
}
nav .container {
  position: relative;
}
nav #popupmenu {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  nav #popupmenu {
    float: left;
  }
}
nav #popupmenu > li {
  position: inherit;
  white-space: inherit;
}
nav #popupmenu > li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding: 15px 5px 0 5px;
  margin: 0 8px;
  font-size: 19px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav #popupmenu > li > a {
    font-size: 17px;
    margin: 0 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav #popupmenu > li > a {
    font-size: 15px;
    margin: 0 3px;
    margin-left: 3px;
  }
}
nav #popupmenu > li.active > a,
nav #popupmenu > li > a:hover,
nav #popupmenu > li > a:focus {
  text-decoration: none;
  border-bottom: 3px solid #c6ab53;
  margin-bottom: -3px;
}
nav #popupmenu > li .block-2 li a {
  margin: 0;
  padding-left: 0;
}
nav .toggle-button {
  cursor: pointer;
  display: inline-block;
  background: #161841;
  padding: 10px;
  width: 100px;
}
nav .toggle-button a {
  color: #fff;
  float: right;
  padding-top: 1px;
  padding-bottom: 0;
  font-size: 18px;
}
nav .toggle-button a:hover {
  color: #fff;
  text-decoration: none;
}
nav .toggle-button .toggle-icon {
  display: inline-block;
  width: 28px;
  height: 20px;
  position: relative;
  float: left;
  margin-top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .toggle-button .toggle-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav .toggle-button .toggle-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav .toggle-button .toggle-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav .toggle-button .toggle-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav .toggle-button.open .toggle-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}
nav .toggle-button.open .toggle-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
nav .toggle-button.open .toggle-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
nav .toggle-search {
  cursor: pointer;
  display: inline-block;
  background: url("./images/search-icon.png") no-repeat center center #c6ab53;
  width: 46px;
  margin-left: 5px;
  height: 46px;
}
nav .toggle-search a {
  color: #fff;
  float: right;
}
nav .search-btn {
  display: inline-block;
  background: url("./images/search-icon.png") no-repeat center center #c6ab53;
  width: 58px;
  margin-left: 15px;
  height: 58px;
  position: relative;
}
nav .search-btn:hover:after {
  content: "";
  background: url("./images/rainbow.jpg") no-repeat;
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-size: 100% 3px;
}
nav .popup-toggle {
  width: 100%;
  padding: 7px 0px 7px 0px;
  color: #ffffff;
  text-align: right;
}
nav .popup-toggle .top {
  margin-top: 8px;
  padding-left: 0px;
}
nav .popup-toggle .top a {
  border: none;
}
nav .popup-toggle .shipping-to {
  color: black;
}
nav .popup-toggle .shipping-to a:hover,
nav .popup-toggle .shipping-to a:focus {
  text-decoration: none;
}
nav .popup-toggle .shipping-to .flag {
  margin: -3px 4px 0;
}
nav .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.gold {
  display: inline-block;
  padding-left: 10px;
  font-weight: bolder;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gold {
    padding-left: 2px;
  }
}
.gold .label {
  font-weight: bolder;
  font-size: 16px;
  padding-left: 0;
}
.antik {
  float: right;
  display: inline-block;
  padding-right: 21px;
  font-weight: bolder;
  margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .antik {
    padding-right: 17px;
  }
}
@media (min-width: 1200px) {
  .antik {
    padding-right: 23px;
  }
}
.antik .label {
  font-weight: bolder;
  font-size: 16px;
  padding-left: 0;
}
.silver {
  font-weight: bolder;
  margin-top: 5px;
  text-align: center;
}
.silver .label {
  font-weight: bolder;
  font-size: 16px;
  padding-left: 0;
}
.container-drop-menu {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .container-drop-menu {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container-drop-menu {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-drop-menu {
    width: 1140px;
  }
}
.dropdown-menu {
  padding: 0 !important;
  left: 0;
  position: relative;
  margin-left: 15px;
}
.dropdown-menu .white-bg {
  background: #fff;
  padding: 0;
  border: 1px solid #c6ab53;
}
.dropdown-menu .odkaz {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #c6ab53;
}
.dropdown-menu .block-1 {
  background: #c6ab53;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu .block-1 {
    min-height: 350px;
  }
}
.dropdown-menu .block-1 li a {
  color: white;
  font-size: 17px;
}
.dropdown-menu .block-1 li.active a,
.dropdown-menu .block-1 li a:hover {
  text-decoration: underline;
  color: #000;
  font-style: italic;
}
.dropdown-menu .block-1 .sipka {
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -11px;
}
.dropdown-menu .block-2 {
  padding-left: 0;
  margin-top: 10px;
}
.dropdown-menu .block-2 img {
  display: inline-block;
}
.dropdown-menu .block-2 li a {
  color: #000;
  font-size: 15px;
  margin-left: 0;
  padding-left: 0;
}
.dropdown-menu .block-2 li a img {
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.dropdown-menu .block-2 li.active a,
.dropdown-menu .block-2 li a:hover {
  text-decoration: underline;
  font-style: italic;
}
.dropdown-menu h4 {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bolder;
  padding-left: 10px;
  color: #c6ab53;
}
.dropdown-menu p {
  text-transform: none;
}
.dropdown-menu p .ship,
.dropdown-menu p .custom {
  padding-right: 10px;
}
.dropdown-menu .block-3 {
  margin-top: 10px;
  padding-left: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .dropdown-menu .block-3 {
    padding: 10px;
  }
}
#search {
  padding: 7px 10px;
  padding-top: 0px;
}
#search-bar input[type="text"] {
  width: 60%;
  margin-top: 10px;
  margin-left: 10px;
}
#search-bar .search-btn2 {
  display: inline-block;
  background: url("./images/search-icon.png") no-repeat center center #c6ab53;
  width: 40px;
  margin-left: 15px;
  margin-top: 10px;
  height: 40px;
  position: relative;
  border: none;
}
#search-bar .search-btn2:hover:after {
  content: "";
  background: url("./images/rainbow.jpg") no-repeat;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-size: 100% 3px;
}
#search-bar .gold-btn {
  margin-top: 10px;
  padding: 6px 20px;
  margin-left: 10px;
}
#search-bar .leave {
  display: block;
  width: 12px;
  height: 22px;
  background: url("./images/triangle-left.png") no-repeat center center;
  margin-top: 17px;
  cursor: pointer;
}
#search-bar2 input[type="text"] {
  width: 60%;
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #search-bar2 input[type="text"] {
    width: 54%;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 14px;
  }
}
#search-bar2 .search-btn2 {
  display: inline-block;
  background: url("./images/search-icon.png") no-repeat center center #c6ab53;
  width: 40px;
  margin-left: 15px;
  margin-top: 10px;
  height: 40px;
  position: relative;
  border: none;
}
#search-bar2 .search-btn2:hover:after {
  content: "";
  background: url("./images/rainbow.jpg") no-repeat;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-size: 100% 3px;
}
#search-bar2 .gold-btn {
  margin-top: 10px;
  padding: 6px 20px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #search-bar2 .gold-btn {
    padding: 6px 12px;
    margin-top: 0px;
  }
}
#search-bar2 .leave {
  display: block;
  width: 12px;
  height: 22px;
  background: url("./images/triangle-left.png") no-repeat center center;
  margin-top: 17px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #search-bar2 .leave {
    margin-top: 11px;
  }
}
.arrow {
  margin: auto;
  margin-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .arrow {
    margin-top: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrow {
    margin-top: 75px;
  }
}
main.homepage .homepage-header {
  margin-bottom: 10px;
}
main.homepage .homepage-header h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  main.homepage .homepage-header h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  main.homepage .homepage-header {
    margin-bottom: 25px;
  }
}
main.homepage .breadcrumb {
  background: #ededed;
  font-size: 12px;
}
main.homepage .breadcrumb li {
  padding: 4px;
  display: inline-block;
}
main.homepage .breadcrumb li a:first-child {
  font-weight: 600;
}
main.homepage .breadcrumb li a {
  color: black !important;
}
main.homepage .breadcrumb li a:hover {
  color: #555555;
}
main.homepage .breadcrumb li:before {
  content: ">>";
  margin-right: 8px;
  font-weight: bold;
}
main.homepage .breadcrumb li:first-child:before {
  content: "";
}
main.homepage h3,
main.homepage h3 a {
  color: #c6ab53;
  font-weight: bold;
  font-size: 32px;
}
main.homepage h1 {
  font-size: 60px;
  color: #c6ab53;
  font-weight: bold;
}
@media (max-width: 767px) {
  main.homepage h1 {
    font-size: 45px;
  }
}
main.homepage .row > h4 {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  main.homepage .row > h4 {
    font-size: 20px;
  }
}
main.homepage ul {
  list-style: none;
}
hr {
  border-top: 1px solid #c6ab53;
  margin-top: 30px;
  margin-bottom: 30px;
}
.zakazka a {
  color: #000000;
  font-weight: 600;
}
.zakazka a h4 {
  padding: 10px;
  background: #F4F4F4;
  color: #c6ab53;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.zakazka a:hover {
  text-decoration: none;
}
.zakazka a:hover:after {
  content: url('./images/triangle.png');
  position: relative;
  margin: 0 auto;
  display: block;
  width: 20px;
  top: 63px;
}
.zakazka a:hover > h4 {
  color: black !important;
  background: #c6ab53;
  margin-top: 0px;
  margin-bottom: -35px;
  overflow: hidden;
}
.zakazka a:hover > h4:after {
  content: url('./images/rainbow.jpg');
  display: block;
  width: 75%;
  margin: 0 auto;
  position: relative;
  bottom: -3px;
  padding-right: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .zakazka .prvek {
    min-height: 385px;
    padding-bottom: 5px;
  }
}
#order .row {
  margin-bottom: 7px;
}
#order .row .input-lg {
  width: 100%;
  height: 40px;
}
#order .row .input-lg:focus {
  outline-color: #c6ab53;
}
#order .odeslat {
  padding: 10px 70px;
  margin-top: 35px;
}
#order textarea {
  width: 100%;
}
.btn-group-gold .btn {
  background: #F4F4F4;
}
.btn-group-gold .btn:last-child:before {
  content: url('./images/info.png');
  vertical-align: middle;
  padding-right: 5px;
}
.uprava > .container > h4:nth-child(3) {
  color: #c6ab53;
  padding: 10px;
  font-weight: 600;
}
.uprava h2 {
  color: #c6ab53;
  font-weight: 600;
}
@media (max-width: 767px) {
  .uprava h2 {
    font-size: 21px;
  }
}
.uprava h2 span {
  font-style: italic;
  font-weight: bolder;
}
.uprava h4 {
  margin: 25px 0 10px 0;
  font-weight: 600;
}
.typ {
  padding-bottom: 25px;
  padding-top: 20px;
  background: #F4F4F4;
  margin-top: 20px;
}
.typ h4 {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
#customize h3 {
  color: black;
  font-weight: 600;
}
#customize h4 {
  color: #c6ab53;
  font-weight: 600;
}
#customize .table tbody {
  display: inline-table;
  width: 100%;
}
#customize .table tbody tr {
  padding: 15px;
  border-top: 1px solid black;
}
#customize .table tbody tr:nth-child(1),
#customize .table tbody tr:nth-child(3),
#customize .table tbody tr:nth-child(5) {
  background: #F4F4F4;
}
#customize .table td {
  padding-right: 45px;
  float: right;
  line-height: 20px;
}
#customize td,
#customize th {
  padding: 10px;
}
.errors {
  color: #d4566e;
  background: #fbeef0;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
}
.errors li {
  list-style: none;
}
.alert-success,
.alert-danger {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-weight: 600;
}
.alert-danger {
  color: #8A0001;
  background: #FDD8D8;
}
.alert-success {
  color: #0A5501;
  background: #D8F2DC;
}
#order form {
  margin-top: 35px;
}
#order label {
  font-weight: 600;
}
.banner {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 20px;
  min-height: 280px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .banner {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .banner {
    font-size: 28px;
  }
}
.banner .banner-text {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 2%;
}
.banner .banner-text p {
  display: flex;
  text-shadow: 2px 2px 5px #000, 0 0 5px #000;
}
.banner .banner-text h1 {
  display: flex;
  text-transform: uppercase;
  color: #c6ab53;
  font-weight: bold;
  text-shadow: 4px 4px 10px #000, 0 0 10px #000;
  font-size: 34px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .banner .banner-text h1 {
    font-size: 82px;
  }
}
.banner .banner-text h2 {
  display: flex;
  flex-grow: 1;
  font-size: 20px;
  text-shadow: 2px 2px 5px #000, 0 0 5px #000;
}
@media (min-width: 992px) {
  .banner .banner-text h2 {
    font-size: 28px;
  }
}
.banner .banner-text .rainbow-btn {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  background: url("./images/rainbow.jpg") bottom no-repeat;
  background-size: contain;
  margin: 0 0 15px 0 !important;
}
.banner .banner-text .rainbow-btn:hover,
.banner .banner-text .rainbow-btn:focus {
  background: url("./images/rainbow.jpg") #c6ab53 bottom no-repeat;
  background-size: contain;
  text-decoration: none;
}
@media (min-width: 992px) {
  .banner .banner-text .rainbow-btn {
    font-size: 26px;
    padding: 20px 40px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-text .rainbow-btn {
    margin: 0 0 30px 0 !important;
  }
}
.by-room,
.by-style {
  background: #f5f5f5;
  margin-top: 30px;
}
.by-room ul,
.by-style ul {
  padding: 15px 5px 0 5px;
}
.by-room ul li,
.by-style ul li {
  padding: 6px 0;
}
.by-room ul li a,
.by-style ul li a {
  color: #000000;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
}
.by-room ul li.active a,
.by-style ul li.active a,
.by-room ul li a:hover,
.by-style ul li a:hover,
.by-room ul li a:focus,
.by-style ul li a:focus {
  color: #c6ab53;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
.by-room ul li.active a:before,
.by-style ul li.active a:before,
.by-room ul li a:hover:before,
.by-style ul li a:hover:before,
.by-room ul li a:focus:before,
.by-style ul li a:focus:before {
  content: "►";
  position: absolute;
  left: 0;
}
.by-room .gold-btn,
.by-style .gold-btn {
  width: 100%;
  color: white;
}
.by-style .gold-btn {
  position: absolute;
  bottom: 0;
}
.by-style .picture {
  position: relative;
}
.by-style .rainbow-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 8px 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  background: url("./images/rainbow.jpg") bottom no-repeat;
  background-size: 100% 3px;
}
@media (min-width: 992px) {
  .by-style .rainbow-btn {
    width: 60%;
    margin-left: 20%;
  }
}
.by-style .rainbow-btn:hover,
.by-style .rainbow-btn:focus {
  text-decoration: none;
  background: url("./images/rainbow.jpg") #c6ab53 bottom no-repeat;
  background-size: 100% 3px;
}
.vertical-line {
  width: 1px;
  min-height: 335px;
  background: #c6ab53;
  margin: 20px auto;
}
.gold-benefits-box {
  background: #c6ab53;
  padding: 20px;
  margin: 10px 0;
  color: #fff;
}
.gold-benefits-box h4 {
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.gold-benefits-box p {
  font-size: 18px;
}
.gold-benefits-box a {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.gray-bg {
  background: #f5f5f5;
  padding: 20px 0;
  margin-top: 20px;
}
.row-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row-sm > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gold-btn {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 20px;
  display: inline-block;
  background: #c6ab53;
  text-align: center;
  font-size: 19px;
  border: 0;
}
.gold-btn:hover,
.gold-btn:focus {
  color: #000;
  text-decoration: none;
  background: url("./images/rainbow.jpg") #c6ab53 bottom no-repeat;
  background-size: 100% 3px;
  cursor: pointer;
}
.article {
  margin: 0 auto 10px auto;
  max-width: 400px;
}
.article h4,
.article h4 a {
  color: #c6ab53;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
.article .description {
  font-size: 15px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
}
.article .description p {
  margin-bottom: 0;
}
.hp-news {
  position: relative;
  margin: auto;
  max-width: 400px;
}
.hp-news .image {
  position: relative;
  background: #000;
  display: block;
}
.hp-news .image .hp-news-title {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #c6ab53;
  text-transform: uppercase;
  padding: 5px 15px;
}
.hp-news .gold-btn {
  width: 100%;
  color: white;
}
.hp-news h4 a {
  color: #c6ab53;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  main.homepage .hp-news-row {
    margin-top: -20px;
  }
  main.homepage .hp-news-row h3 {
    font-size: 28px;
  }
  main.homepage .hp-news-row h3 a {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  main.homepage .hp-news-row h3 {
    text-align: center;
  }
}
.instagram-icon {
  margin-right: 15px;
}
.lustre-typ-1 {
  min-height: 390px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .lustre-typ-1 {
    min-height: 355px;
  }
}
.lustre-typ-2 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .lustre-typ-2 {
    padding-top: 25px;
    margin-bottom: 0px;
  }
}
.lustre-typ {
  margin-bottom: 15px;
}
.lustre-typ .heart {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
  left: 12px;
}
.lustre-typ .heart:hover .text {
  visibility: visible;
}
.lustre-typ .heart .text {
  visibility: hidden;
  position: absolute;
  left: 28px;
  width: 120px;
  color: red;
  height: 22px;
  line-height: 22px;
}
.lustre-typ .heart2 {
  position: absolute;
  width: 32px;
  height: 32px;
}
.lustre-typ .remove {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
}
.lustre-typ .remove:hover .text {
  visibility: visible;
}
.lustre-typ .remove .text {
  color: #ff3242;
  height: 32px;
  font-size: 14px;
  font-weight: bolder;
  visibility: hidden;
  text-transform: uppercase;
  position: absolute;
  right: 26px;
  background: white;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 3px;
}
.lustre-typ .remove .visible {
  visibility: visible;
}
.lustre-typ .bg-heart {
  background: url('./images/favorite-icon-3.png') no-repeat;
}
.lustre-typ .bg-new {
  background: url('./images/new.png') no-repeat;
}
.lustre-typ .bg-remove {
  background: url('./images/remove-icon-4.png') no-repeat;
}
.lustre-typ .bg {
  background: url('./images/favorite-icon.png') no-repeat;
}
.lustre-typ .bg3 {
  background: url('./images/remove-icon.png') no-repeat center;
}
.lustre-typ .bg4 {
  background: url('./images/remove-icon-2.png') no-repeat center #e9b8c2;
}
.lustre-typ .bg6 {
  background: url('./images/remove-icon-3.png') no-repeat center #b6b7b9;
}
@media (max-width: 767px) {
  .lustre-typ {
    margin-bottom: 0px;
  }
}
.lustre-typ:hover .bg-h {
  background: url('./images/favorite-icon-3.png') no-repeat;
}
.lustre-typ:hover .bg-n {
  background: url('./images/new.png') no-repeat;
}
.lustre-typ:hover .bg-r {
  background: url('./images/remove-icon-4.png') no-repeat;
}
.lustre-typ:hover .bg1 {
  background: url('./images/favorite-icon-2.png') no-repeat;
}
.lustre-typ:hover .bg2 {
  background: url('./images/favorite-icon.png') no-repeat;
}
.lustre-typ:hover .bg3 {
  background: url('./images/remove-icon.png') no-repeat center;
}
.lustre-typ:hover .bg4 {
  background: url('./images/remove-icon-2.png') no-repeat center;
}
.lustre-typ:hover .bg5 {
  background: url('./images/remove-icon-3.png') no-repeat center #b6b7b9;
}
.lustre-typ:hover .shipping {
  visibility: visible;
}
.lustre-typ a > div:first-child {
  width: 100%;
  position: relative;
}
.lustre-typ .shipping {
  visibility: hidden;
  position: absolute;
  color: white;
  bottom: 5px;
  margin-left: 5px;
}
.lustre-typ .hover-bg {
  padding: 0 10px 0 10px;
  margin-bottom: 22px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lustre-typ .hover-bg {
    margin-bottom: 0px;
  }
}
.lustre-typ .hover-bg p {
  margin-bottom: 0;
}
.lustre-typ .hover-bg a:hover {
  text-decoration: none;
}
.lustre-typ .hover-bg:hover {
  margin-bottom: 0;
  background: #c6ab53;
}
.lustre-typ .hover-bg:hover:after {
  content: url('./images/rainbow2.jpg');
  margin-left: -10px;
  position: relative;
  bottom: -5px;
}
.lustre-typ .hover-bg h4 {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
.lustre-typ .hover-bg p {
  color: black;
  font-size: 14px;
  line-height: 15px;
}
.lustre-typ .hover-bg p span {
  font-size: 20px;
  font-weight: 600;
  float: right;
  text-align: right;
}
.lustre-typ .hover-bg p span em {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.lustre-typ .new {
  position: absolute;
  bottom: 3px;
  right: -5px;
  color: #000;
  width: 73px;
  height: 43px;
}
@media (max-width: 767px) {
  .lustre-typ .new {
    left: 202px;
  }
}
@media (max-width: 767px) {
  .img-xs {
    margin-bottom: 10px;
  }
}
.custom-chandeliers-2 .typ p {
  margin-top: 15px;
  font-size: 15px;
}
.custom-chandeliers-2 .typ .gold-btn {
  text-transform: none;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .custom-chandeliers-2 #showroom .gold-benefits-box {
    padding: 15px;
  }
}
.custom-chandeliers-2 #showroom .a {
  color: black;
}
.custom-chandeliers-2 #showroom .a .h4 {
  color: black;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.custom-chandeliers-2 #showroom .h3 {
  margin-bottom: 50px;
  color: black;
}
.custom-chandeliers-2 #showroom .h3 a {
  color: #c6ab53;
}
.custom-chandeliers-2 #showroom .change {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .custom-chandeliers-2 #showroom .change {
    min-height: 262px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-chandeliers-2 #showroom .change {
    padding: 10px;
  }
}
.custom-chandeliers-2 #showroom .change h4,
.custom-chandeliers-2 #showroom .change h4 a {
  color: white;
}
.custom-chandeliers-2 #showroom .change p {
  margin-top: 14px;
  color: black;
  font-weight: bold;
}
.custom-chandeliers-2 #showroom .change p a {
  color: black;
  text-decoration: underline;
}
.custom-chandeliers-2 .title {
  color: black;
}
.custom-chandeliers-2 .desc {
  font-weight: 300;
}
.custom-chandeliers-2 .move {
  margin-left: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-chandeliers-2 .move {
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-chandeliers-2 .move {
    margin-left: 0px;
  }
}
.custom-chandeliers-2 .move2 {
  margin-top: 85px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-chandeliers-2 .move2 {
    margin-top: 0px;
  }
}
.custom-chandeliers-2 .label {
  line-height: 20px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .custom-chandeliers-2 .label {
    line-height: 40px;
  }
}
.custom-chandeliers-2 .textarea {
  height: 203px;
}
.blog-post {
  background: #ffffff;
  padding: 17px;
  padding-left: 32px;
  padding-bottom: 77px;
  min-height: 270px;
  border-bottom: 1px solid #c6ab53;
  margin-bottom: 30px;
}
.blog-post p {
  margin-bottom: 15px;
}
.blog-post h5 {
  margin-top: 6px;
  margin-bottom: 21px;
}
.blog-post .gold-btn {
  text-transform: none;
}
.blog-post h4,
.blog-post h4 a {
  color: #c6ab53;
  font-weight: bold;
  font-size: 24px;
}
.side-menu {
  border-top: 3px solid #c6ab53;
  background: #ffffff;
  padding: 14px;
  margin-bottom: 30px;
}
.side-menu .gold-btn {
  width: 100%;
}
.side-menu h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.side-menu .menu-h4,
.side-menu .menu-h4 a {
  font-size: 18px;
  font-weight: normal;
  color: #c6ab53;
  text-transform: none;
}
.side-menu ul {
  padding-left: 2px;
}
.side-menu .cara {
  border: 1px solid #c6ab53;
  margin-top: 5px;
  margin-bottom: 19px;
}
.side-menu ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4a4949;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}
.side-menu :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4a4949;
  opacity: 1;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}
.side-menu ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4a4949;
  opacity: 1;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}
.side-menu :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a4949;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}
.side-menu input[type="text"] {
  height: 40px;
  padding: 5px 10px;
  width: 80%;
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
.side-menu input[type="text"]:focus {
  outline-color: #c6ab53;
}
.side-menu input[type="email"] {
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
.side-menu input[type="email"]:focus {
  outline-color: #c6ab53;
}
.side-menu input[type="submit"] {
  background: url("./images/search-icon.png") no-repeat center center #c6ab53;
  border: none;
  width: 20%;
  height: 40px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
.side-menu input[type="submit"]:hover,
.side-menu input[type="submit"]:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-image: url("./images/rainbow.jpg"), url("./images/search-icon.png");
  background-repeat: no-repeat, no-repeat;
  background-color: #c6ab53, #c6ab53;
  background-position: bottom, center center;
  background-size: 100% 3px, 30px 30px;
}
.cart {
  margin-bottom: 52px;
}
.cart .cart-menu {
  display: table-row;
}
@media (max-width: 767px) {
  .cart .cart-menu {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.cart .cart-menu li {
  display: table-cell;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .cart .cart-menu li {
    display: block;
    padding-top: 3px;
  }
}
.cart .cart-menu li a {
  background: #dcdcdc;
  display: inline-block;
  width: 270px;
  height: 55px;
  font-size: 14px;
  color: black;
  text-align: left;
  line-height: 55px;
  margin-right: 19px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu li a {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu li a {
    width: 170px;
  }
  .cart .cart-menu li a .col-xs-10 {
    padding: 0 2px;
    width: 82%;
  }
}
@media (max-width: 767px) {
  .cart .cart-menu li a {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cart .cart-menu li a .cislo {
  font-size: 36px;
  color: black;
  font-weight: bolder;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu li a .cislo {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu li a .cislo {
    font-size: 23px;
  }
}
.cart .cart-menu li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cart .cart-menu li:first-child {
    padding-top: 15px;
  }
}
.cart .cart-menu .active {
  background: url("./images/cart-first.png") no-repeat center center;
  display: inline-table;
  width: 270px;
  height: 69px;
  font-size: 14px;
  color: black;
  text-align: left;
  line-height: 55px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .cart .cart-menu .active {
    background: #c6ab53;
    height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu .active {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .active {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .cart .cart-menu .active {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cart .cart-menu .active .cislo {
  font-size: 36px;
  color: white;
  font-weight: bolder;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu .active .cislo {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .active .cislo {
    font-size: 23px;
  }
}
.cart .cart-menu .completed {
  background: #c6ab53;
}
.cart .cart-menu .completed .cislo {
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .item {
    width: 172px;
    margin-right: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu .item .col-xs-1 {
    padding-left: 5px;
  }
  .cart .cart-menu .item .col-xs-10 {
    padding-left: 6px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .item .col-xs-1 {
    padding-left: 5px;
  }
  .cart .cart-menu .item .col-xs-10 {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .item-largest {
    width: 213px;
    margin-right: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .item-largest .col-xs-1 {
    padding-left: 5px;
  }
  .cart .cart-menu .item-largest .col-xs-10 {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu .item-largest .col-xs-1 {
    padding-left: 5px;
  }
  .cart .cart-menu .item-largest .col-xs-10 {
    padding-left: 6px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .item-last {
    width: 155px;
    margin-right: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .cart-menu .item-last .col-xs-1 {
    padding-left: 5px;
  }
  .cart .cart-menu .item-last .col-xs-10 {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .cart-menu .item-last .col-xs-1 {
    padding-left: 5px;
  }
  .cart .cart-menu .item-last .col-xs-10 {
    padding-left: 6px;
    padding-right: 0;
  }
}
.cart h1 {
  font-size: 30px;
  font-weight: bold;
  color: #c6ab53;
  margin-top: 33px;
  margin-bottom: 20px;
}
.cart h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  margin-top: 29px;
  margin-right: 22px;
  display: inline-block;
  margin-left: 89px;
}
@media (max-width: 767px) {
  .cart h2 {
    display: block;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}
.cart h3 {
  font-size: 24px;
  font-weight: bolder;
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
}
.cart h4 {
  font-size: 20px;
  font-weight: bolder;
  color: black;
  margin-top: 26px;
  margin-bottom: 0px;
}
.cart p {
  font-size: 18px;
  color: white;
}
.cart .kosik {
  width: 100%;
}
.cart .kosik th {
  padding-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 1px solid #c6ab53;
  font-weight: bolder;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cart .kosik th {
    font-size: 13px;
  }
}
.cart .kosik th:first-child {
  width: 180px;
}
.cart .kosik th:nth-child(2) {
  width: 216px;
}
.cart .kosik th:nth-child(3) {
  width: 179px;
}
.cart .kosik th:nth-child(4) {
  width: 181px;
}
.cart .kosik th:nth-child(5) {
  width: 155px;
}
.cart .kosik td {
  padding-top: 18px;
  padding-bottom: 11px;
  padding-left: 2px;
  padding-right: 10px;
  border-top: 1px solid #c6ab53;
  width: 150px;
  vertical-align: top;
  font-size: 14px;
}
.cart .kosik td:nth-child(2) {
  width: 255px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  .cart .kosik td:nth-child(2) {
    padding-left: 11px;
  }
}
.cart .kosik td:first-child {
  padding-top: 11px;
}
@media (max-width: 767px) {
  .cart .kosik td:first-child {
    padding-left: 15px;
  }
}
.cart .kosik input[type="number"] {
  height: 28px;
  width: 67px;
  box-sizing: border-box;
  font-weight: normal;
  padding-left: 10px;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  text-align: center;
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .kosik input[type="number"] {
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .cart .kosik input[type="number"] {
    margin-top: 10px;
    margin-left: 0px;
  }
}
.cart .kosik .plus {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin-right: 5px;
  background: url("./images/plus.png") no-repeat center center #a6a6a6;
}
.cart .kosik .minus {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background: url("./images/minus.png") no-repeat center center #a6a6a6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .kosik .minus {
    margin-left: 10px;
  }
}
.cart .kosik .krizek {
  text-align: right;
  padding-right: 0;
}
.cart .tax {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 27px;
  color: black;
}
.cart .delivery {
  background: #f5f5f5;
  min-height: 155px;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cart .delivery {
    padding-bottom: 10px;
  }
}
.cart .delivery .back {
  font-size: 18px;
  color: black;
  padding-top: 94px;
  padding-left: 34px;
  display: block;
}
@media (max-width: 767px) {
  .cart .delivery .back {
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
}
.cart .delivery .back:hover {
  color: black;
  text-decoration: none;
}
.cart .delivery .doprava {
  display: inline-block;
  font-size: 18px;
  color: black;
  margin-top: 36px;
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .delivery .doprava {
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  .cart .delivery .doprava {
    text-align: center;
    display: block;
  }
}
.cart .delivery .gold-btn {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .cart .delivery .gold-btn {
    margin-right: 0px;
    margin: 5px;
  }
}
.cart .gold-benefits-box {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px;
}
.cart .gold-benefits-box img {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .cart .gold-benefits-box img {
    margin-top: 0px;
  }
}
.cart .vyzvednuti {
  background: #f1ead4;
  padding: 15px;
  margin-bottom: 10px;
}
.cart .vyzvednuti h3 {
  margin-top: 0;
  color: black;
  font-size: 22px;
}
.cart .vyzvednuti p {
  color: black;
}
.cart .vyzvednuti h4,
.cart .vyzvednuti h4 a {
  font-size: 18px;
  color: #c6ab53;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  .cart .pad-r {
    padding-right: 10px;
  }
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  .cart .pad-l {
    padding-left: 5px;
  }
}
.cart .shipping-cost {
  background: #fcfaf5;
  min-height: 1px;
  padding: 15px;
  line-height: 44px;
  border: 1px solid #c6ab53;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cart .shipping-cost {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cart .shipping-cost p {
  color: black;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .shipping-cost p {
    font-size: 16px;
  }
}
.cart .shipping-cost .select {
  margin-left: 25px;
  height: 32px;
  border: 1px solid #a6a6a6;
  width: auto;
}
@media (max-width: 767px) {
  .cart .shipping-cost .select {
    margin-left: 0px;
  }
}
.cart .payment-aktivni {
  background: #f1ead4;
  padding: 10px;
  line-height: 31px;
  min-height: 62px;
  border: 1px solid #c6ab53;
}
.cart .payment-aktivni p {
  display: inline-block;
  color: black;
  margin: 0;
  line-height: 17px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .cart .payment-aktivni p {
    font-size: 17px;
  }
}
.cart .payment-aktivni span {
  font-size: 18px;
  font-weight: normal;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .cart .payment-aktivni span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cart .payment-aktivni span {
    float: none;
  }
}
.cart .payment-aktivni input[type="radio"] {
  top: 1px;
  position: relative;
}
.cart .payment-aktivni .payment-desc {
  padding: 16px 16px 16px 35px;
}
.cart .payment-aktivni .payment-desc p {
  font-size: 14px;
  margin-bottom: 10px;
}
.cart .payment {
  background: white;
  padding: 10px;
  line-height: 31px;
  min-height: 62px;
  border: 1px solid #c6ab53;
}
.cart .payment p {
  display: inline-block;
  color: black;
  margin: 0;
  line-height: 17px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .cart .payment p {
    font-size: 17px;
  }
}
.cart .payment span {
  font-size: 18px;
  font-weight: normal;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .cart .payment span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cart .payment span {
    float: none;
  }
}
.cart .payment input[type="radio"] {
  top: 1px;
  position: relative;
}
.cart .payment .payment-desc {
  padding: 16px 16px 16px 35px;
}
.cart .payment .payment-desc p {
  font-size: 14px;
  margin-bottom: 10px;
}
.cart .help {
  background: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .cart .help {
    padding: 15px;
  }
}
.cart .help h1 {
  margin-top: 41px;
  margin-bottom: 5px;
  color: black;
}
.cart .help h4 {
  font-size: 18px;
  margin-top: 4px;
}
.cart .help a {
  font-size: 15px;
  color: black;
  display: block;
  margin-bottom: 18px;
}
.cart .help .span {
  padding-right: 12px;
}
.cart .dph {
  background: #ffffff;
  padding: 17px;
}
.cart .dph h1 {
  margin-top: 0;
  color: black;
  margin-bottom: 21px;
}
.cart .dph h4 {
  color: black;
  margin-top: 21px;
  margin-bottom: 26px;
  font-size: 18px;
}
.cart .dph p {
  color: black;
}
.cart .order {
  width: 100%;
  margin: 0;
  font-size: 14px;
  margin-bottom: 26px;
}
.cart .order th {
  padding-bottom: 10px;
  border-bottom: 1px solid #c6ab53;
}
.cart .order th:first-child {
  width: 329px;
}
.cart .order th:nth-child(2) {
  width: 171px;
}
.cart .order td {
  padding: 11px;
}
.cart .order td:first-child {
  width: 329px;
}
.cart .order td:nth-child(2) {
  width: 171px;
}
.cart .order .aktivni {
  background: #f1ead4;
}
.cart .order .celkem {
  font-size: 20px;
  font-weight: bolder;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cart .order .celkem {
    font-size: 18px;
  }
}
.cart .back {
  line-height: 43px;
  display: inline-block;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .cart .back {
    margin-bottom: 0;
  }
}
.cart .terms {
  background: #f1ead4;
  padding: 15px;
  border-top: 1px solid #c6ab53;
  border-bottom: 1px solid #c6ab53;
  margin-bottom: 39px;
}
.cart .terms textarea {
  width: 100%;
  font-size: 15px;
  height: 160px;
  line-height: 16px;
  border: 1px solid #acacac;
}
.cart .terms input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 9px;
}
.cart .terms h1 {
  margin-bottom: 15px;
}
.cart .checkout {
  font-size: 17px;
  color: black;
  display: inline-block;
  line-height: 43px;
  margin-left: 6px;
  margin-right: 29px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .checkout {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .cart .checkout {
    margin-right: 0px;
  }
}
.cart .lock {
  position: relative;
  top: -3px;
}
.cart label {
  font-weight: bolder;
  line-height: 40px;
  font-size: 16px;
  padding-left: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart label {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart label {
    font-size: 14px;
  }
}
.cart label h1 {
  display: inline-block;
  margin-left: 14px;
}
.cart input[type="text"],
.cart input[type="email"],
.cart input[type="tel"],
.cart input[type="number"] {
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  margin-bottom: 8px;
}
.cart input[type="text"]:focus,
.cart input[type="email"]:focus,
.cart input[type="tel"]:focus,
.cart input[type="number"]:focus {
  outline-color: #c6ab53;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart input[type="text"],
  .cart input[type="email"],
  .cart input[type="tel"],
  .cart input[type="number"] {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart input[type="text"],
  .cart input[type="email"],
  .cart input[type="tel"],
  .cart input[type="number"] {
    font-size: 13px;
  }
}
.cart .select {
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  margin-bottom: 8px;
}
.cart .select:focus {
  outline-color: #c6ab53;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart .select {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .select {
    font-size: 14px;
  }
}
.cart .ship-checkbox {
  position: relative;
  top: -3px;
  padding-left: 2px;
}
.cart .company {
  background: #f1ead4;
  margin-bottom: 10px;
  padding-left: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #c6ab53;
  border-bottom: 1px solid #c6ab53;
}
.cart .company .padd {
  padding-left: 13px;
}
.cart .vyplnit {
  font-size: 16px;
  color: black;
  margin-left: 32px;
}
.cart .oznacene {
  font-style: italic;
  font-size: 14px;
  color: black;
  margin-top: 39px;
}
.cart .gold-btn {
  padding: 10px 22px;
}
@media (max-width: 767px) {
  .cart .gold-btn {
    font-size: 14px;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"] {
    font-size: 15px;
  }
}
textarea {
  height: 160px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  textarea {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  textarea {
    font-size: 13px;
  }
}
input[type="radio"] {
  position: relative;
  top: 3px;
}
.select {
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .select {
    font-size: 15px;
  }
}
label {
  font-weight: bolder;
  line-height: 40px;
  font-size: 16px;
  padding-left: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  label {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  label {
    font-size: 14px;
  }
}
.oznacene {
  font-size: 14px;
  font-style: italic;
  display: inline-block;
}
.contact {
  margin-bottom: 30px;
}
.contact a {
  color: #c6ab53;
}
.contact a:hover,
.contact a:focus {
  color: #c6ab53;
}
.contact h1 {
  margin-top: 0px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .contact .img-pad {
    padding-left: 0;
  }
}
.contact .contact-background {
  background: #ffffff;
  margin-top: 28px;
  padding-bottom: 40px;
}
.contact .contact-background .margin {
  margin-bottom: 0px;
}
.contact .contact-background h1 {
  font-size: 30px;
  color: black;
  font-weight: bolder;
  margin-top: 33px;
}
.contact .contact-background h2 {
  font-size: 22px;
  font-weight: bolder;
  color: #c6ab53;
}
.contact .contact-background p {
  color: black;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact .contact-background .gold-btn {
  color: black;
  width: 270px;
}
.contact .contact-background .gold-btn:hover,
.contact .contact-background .gold-btn:focus {
  color: black;
}
.contact .contact-background .oznacene {
  font-size: 14px;
}
.line {
  border: 1px solid #c6ab53;
  margin-top: 0px;
  margin-bottom: 19px;
}
.back {
  font-size: 18px;
  color: #000;
}
.back:hover {
  color: black;
}
.last {
  padding-bottom: 75px;
}
.top {
  margin-top: 0;
  padding: 7px;
  text-align: center;
}
.top h4 {
  font-size: 26px;
  color: white;
}
.top p {
  font-size: 16px;
  color: white;
  font-weight: normal;
}
.top .delivery {
  color: black;
  font-weight: bolder;
}
.top a {
  border-bottom: 1px solid #94803e;
}
.top a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .top {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .zmena {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .zmena2 {
    margin-top: 0px;
  }
}
.side-menu-top {
  border-top: 0;
  margin-bottom: 18px;
}
.side-menu-top .h3 {
  font-size: 22px;
  text-transform: none;
  color: black;
}
.side-menu-top .h4 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-menu-top .h4 {
    font-size: 13px;
  }
}
.side-menu-top .h4 span {
  text-transform: none;
}
.side-menu-top .menu-h4,
.side-menu-top .menu-h4 a {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-menu-top .menu-h4,
  .side-menu-top .menu-h4 a {
    font-size: 13px;
  }
}
.side-menu-top .krizek {
  float: right;
  position: relative;
  top: 12px;
}
.side-menu-top hr {
  margin-bottom: 17px;
  margin-top: 17px;
}
.side-menu-top .color {
  height: 55px;
  width: 55px;
  display: table;
  margin-right: 8px;
  margin-top: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-menu-top .color {
    height: 37px;
    width: 37px;
  }
}
.side-menu-top .color div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.side-menu-top .color-gold {
  background: #c6ab53;
}
.side-menu-top .color-silver {
  background: #a2a2a2;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .side-menu-top .color-silver {
    margin: 0 auto;
    margin-top: 8px;
  }
}
.side-menu-top .color-antik {
  background: #8a5723;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .side-menu-top .color-antik {
    margin-right: 0px;
    float: right;
  }
}
.side-menu-top .glass {
  width: 25px;
  height: 25px;
  margin-bottom: 18px;
  margin-top: 8px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid transparent 1px;
}
.side-menu-top .glass:hover,
.side-menu-top .glass:focus {
  box-shadow: 0 0 1px 1px #e3d9b8;
}
.side-menu-top .glass-blue {
  background: #3697db;
}
.side-menu-top .glass-yellow {
  background: #ffd14d;
}
.side-menu-top .glass-l-green {
  background: #bdf474;
}
.side-menu-top .glass-l-blue {
  background: #e3e6f9;
}
.side-menu-top .glass-ruzova {
  background: #faa098;
}
.side-menu-top .glass-green {
  background: #1c5b22;
}
.side-menu-top .glass-red {
  background: #f1070a;
}
.side-menu-top .glass-dark {
  background: #2f2933;
}
.side-menu-top .glass-brown {
  background: #b74928;
}
.side-menu-top .glass-white {
  background: #ffffff;
  border: 1px solid black;
}
.side-menu-top .glass-fialova {
  background: #875cbc;
}
.side-menu-top .glass-gray {
  background: #959597;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* Standard syntax */
}
@media (min-width: 1200px) {
  .side-menu-top .p-r {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .side-menu-top .p-l {
    padding-left: 7px;
  }
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px) {
  .side-menu-top .p-l {
    margin-left: 2px;
  }
}
.side-menu-top label {
  font-weight: normal;
  font-size: 11px;
  line-height: 25px;
  padding-left: 7px;
}
@media (max-width: 1199px) {
  .side-menu-top label {
    font-size: 14px;
  }
}
.side-menu-top input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-menu-top input[type=checkbox] {
    top: 3px;
  }
}
.detail-lustru .photo-big {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .detail-lustru .photo-small {
    margin-bottom: 11px;
  }
}
.detail-lustru .h1 {
  font-size: 36px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .detail-lustru .h1 {
    font-size: 27px;
  }
}
.detail-lustru h4 {
  font-size: 24px;
  margin-top: 0px;
}
.detail-lustru p {
  display: inline-block;
  margin: 0 0 5px;
}
.detail-lustru .first {
  padding-left: 4px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .detail-lustru .first {
    margin-bottom: 10px;
    padding-left: 0px;
  }
}
.detail-lustru .favorite-odkaz:hover,
.detail-lustru .favorite-odkaz:focus {
  text-decoration: none;
}
.detail-lustru .favorite-odkaz .posledni {
  margin-left: 5px;
  color: black;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .favorite-odkaz .posledni {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.detail-lustru .shipping-cost {
  background: #fcfaf5;
  min-height: 1px;
  padding: 15px;
}
.detail-lustru .shipping-cost p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .shipping-cost p {
    line-height: 22px;
  }
}
.detail-lustru .shipping-cost .select {
  width: 240px;
  height: 32px;
  margin-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-lustru .shipping-cost .select {
    width: 200px;
    margin-left: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .shipping-cost .select {
    margin-left: 4px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .detail-lustru .shipping-cost .select {
    margin-left: 0px;
  }
}
.detail-lustru .shipping-cost .small {
  font-size: 14px;
}
.detail-lustru .shipping-cost .small a {
  color: #c6ab53;
  border-bottom: 1px solid #d2bf86;
}
.detail-lustru .shipping-cost .small a:hover,
.detail-lustru .shipping-cost .small a:focus {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .shipping-cost .small {
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .shipping-cost {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.detail-lustru .add-to-cart {
  margin-bottom: 5px;
  padding: 17px;
  background: #f1ead4;
  line-height: 0px;
}
.detail-lustru .add-to-cart .top {
  margin-top: 10px;
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-lustru .add-to-cart .top {
    margin-top: 7px;
  }
}
.detail-lustru .add-to-cart h2 {
  font-size: 32px;
  margin: 12px 0;
  margin-bottom: 0px;
  padding-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .detail-lustru .add-to-cart h2 {
    font-size: 27px;
    margin: 15px 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .detail-lustru .add-to-cart h2 {
    font-size: 19px;
  }
}
.detail-lustru .add-to-cart .plus {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  background: url("./images/plus.png") no-repeat center center #a6a6a6;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-lustru .add-to-cart .plus {
    margin-right: 5px;
  }
}
.detail-lustru .add-to-cart .minus {
  width: 27px;
  height: 26px;
  display: inline-block;
  margin-left: 10px;
  background: url("./images/minus.png") no-repeat center center #a6a6a6;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-lustru .add-to-cart .minus {
    margin-left: 5px;
  }
}
.detail-lustru .add-to-cart .cislo {
  width: 68px;
  text-align: center;
  padding-left: 5px;
  padding-right: 0;
  margin-bottom: 0;
}
.detail-lustru .add-to-cart .add-button {
  background: #c6ab53;
  min-height: 52px;
  font-weight: bolder;
  font-size: 22px;
  display: block;
  width: 100%;
  line-height: 52px;
  color: black;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .detail-lustru .add-to-cart .add-button {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-lustru .add-to-cart .add-button {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .detail-lustru .add-to-cart .add-button {
    font-size: 14px;
  }
}
.detail-lustru .add-to-cart .add-button .img-cart {
  padding-left: 15px;
  padding-right: 5px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .detail-lustru .add-to-cart .add-button .img-cart {
    padding-left: 3px;
    padding-right: 1px;
  }
}
.detail-lustru .add-to-cart .add-button:hover,
.detail-lustru .add-to-cart .add-button:focus {
  color: #000;
  text-decoration: none;
  background: url("./images/rainbow.jpg") #c6ab53 bottom no-repeat;
  background-size: 100% 3px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-lustru .add-to-cart {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .detail-lustru .add-to-cart {
    margin-bottom: 15px;
  }
}
.detail-lustru .gold-benefits-box {
  padding: 12px;
  margin: 0px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .gold-benefits-box {
    margin-top: 15px;
  }
}
.detail-lustru .gold-benefits-box h5 {
  margin-top: 0;
  font-size: 22px;
  color: white;
}
.detail-lustru .gold-benefits-box p {
  font-size: 16px;
  color: black;
}
.detail-lustru .gold-benefits-box .customize-btn {
  margin-top: 50px;
  min-height: 50px;
  background: #e9e2cc;
  display: block;
  line-height: 50px;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .detail-lustru .gold-benefits-box .customize-btn {
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .detail-lustru .gold-benefits-box .customize-btn {
    font-size: 14px;
  }
}
.detail-lustru .gold-benefits-box .customize-btn img {
  padding-left: 15px;
  padding-right: 5px;
}
.detail-lustru .info-table,
.detail-lustru .info-table-xs {
  width: 100%;
}
.detail-lustru .info-table tbody tr,
.detail-lustru .info-table-xs tbody tr {
  padding: 15px;
  border-top: 1px solid #8e8e8e;
}
.detail-lustru .info-table tbody tr:nth-child(1),
.detail-lustru .info-table-xs tbody tr:nth-child(1),
.detail-lustru .info-table tbody tr:nth-child(3),
.detail-lustru .info-table-xs tbody tr:nth-child(3),
.detail-lustru .info-table tbody tr:nth-child(5),
.detail-lustru .info-table-xs tbody tr:nth-child(5),
.detail-lustru .info-table tbody tr:nth-child(7),
.detail-lustru .info-table-xs tbody tr:nth-child(7),
.detail-lustru .info-table tbody tr:nth-child(9),
.detail-lustru .info-table-xs tbody tr:nth-child(9) {
  background: #F4F4F4;
}
.detail-lustru .info-table tbody tr:nth-child(7),
.detail-lustru .info-table-xs tbody tr:nth-child(7) {
  border-bottom: 1px solid #8e8e8e;
}
.detail-lustru .info-table tbody tr:nth-child(9),
.detail-lustru .info-table-xs tbody tr:nth-child(9) {
  border-bottom: 1px solid #8e8e8e;
}
.detail-lustru .info-table td,
.detail-lustru .info-table-xs td {
  line-height: 20px;
}
.detail-lustru .info-table td .table-btn,
.detail-lustru .info-table-xs td .table-btn {
  background: #f1ebd6;
  border: 1px solid #c6ab53;
  color: black;
  padding: 5px;
  display: block;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .detail-lustru .info-table td .table-btn,
  .detail-lustru .info-table-xs td .table-btn {
    font-size: 14px;
  }
}
.detail-lustru .info-table th,
.detail-lustru .info-table-xs th {
  text-align: left;
  font-weight: normal;
}
.detail-lustru .info-table td,
.detail-lustru .info-table-xs td,
.detail-lustru .info-table th,
.detail-lustru .info-table-xs th {
  padding: 10px;
}
.veste-chandeliers .gray-bg {
  padding: 37px 0;
}
@media (max-width: 767px) {
  .veste-chandeliers .gray-bg img {
    margin-bottom: 10px;
  }
}
.veste-chandeliers .gold-btn {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .veste-chandeliers .gold-btn {
    font-size: 15px;
  }
}
.veste-chandeliers .h3 {
  color: black;
  font-weight: 300;
  font-size: 24px;
}
.veste-chandeliers .breadcrumb {
  margin-bottom: 0;
}
.veste-chandeliers .banner {
  min-height: 1px;
  background: black url("/project/images/banner-2.jpg") no-repeat top left;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .veste-chandeliers .banner {
    min-height: 216px;
  }
}
.veste-chandeliers .banner .banner-text {
  position: relative;
  bottom: auto;
  margin: 0;
  padding: 40px 50px;
}
@media (max-width: 767px) {
  .veste-chandeliers .banner .banner-text {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .veste-chandeliers .banner .banner-text h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .veste-chandeliers .banner .banner-text h2 {
    font-size: 30px;
  }
}
.veste-chandeliers .banner .banner-text img {
  position: absolute;
  top: 0;
  left: 0;
}
.shop-by-room .h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
.shop-by-room .hr {
  margin: 0;
}
.shop-by-room .post {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shop-by-room .post h2,
.shop-by-room .post h2 a {
  font-size: 24px;
  color: #c6ab53;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shop-by-room .post h2,
  .shop-by-room .post h2 a {
    margin-top: 10px;
  }
}
.shop-by-room .post .gold-btn {
  margin-right: 17px;
  padding: 3px 9px;
}
.shop-by-room .post .odstavec {
  line-height: 18px;
  margin-bottom: 3px;
}
.showroom-category a:hover,
.showroom-category a:focus {
  text-decoration: none;
}
.showroom-category .showroom-menu {
  background: #f1ead4;
  margin-bottom: 15px;
}
.showroom-category .showroom-menu ul {
  padding: 0;
}
.showroom-category .showroom-menu ul li {
  padding-bottom: 5px;
}
.showroom-category .showroom-menu ul li a {
  color: #000;
  font-size: 18px;
  position: relative;
  padding: 11px 10px;
  padding-left: 16px;
  display: inline-block;
  width: 100%;
}
.showroom-category .showroom-menu ul li.active a,
.showroom-category .showroom-menu ul li a:hover,
.showroom-category .showroom-menu ul li a:focus {
  background: #c6ab53;
  text-decoration: none;
  font-weight: normal;
}
.showroom-category .showroom-menu ul li.active a:after,
.showroom-category .showroom-menu ul li a:hover:after,
.showroom-category .showroom-menu ul li a:focus:after {
  content: "►";
  position: absolute;
  right: 15px;
}
.showroom-category .gold-benefits-box img {
  margin: auto;
}
.showroom-detail a {
  color: black;
}
.showroom-detail:hover,
.showroom-detail:focus {
  color: black;
}
.showroom-detail .gray-bg {
  padding: 37px 0;
  margin-bottom: 26px;
}
.showroom-detail .small-photo {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .showroom-detail .main-photo {
    margin-bottom: 20px;
  }
}
.showroom-detail .predchozi {
  width: 20%;
  background: #d5c180;
  height: 45px;
  display: inline-block;
  background: url("./images/prev.png") center no-repeat #d5c180;
}
@media (max-width: 767px) {
  .showroom-detail .predchozi {
    margin-bottom: 10px;
  }
}
.showroom-detail .nasledujici {
  width: 20%;
  background: #d5c180;
  height: 45px;
  display: inline-block;
  background: url("./images/next.png") center no-repeat #d5c180;
}
.showroom-detail .text-sipky {
  height: 45px;
  display: inline-block;
  width: 80%;
  font-size: 18px;
  line-height: 45px;
  background: #f1ead4;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .showroom-detail .text-sipky {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .showroom-detail .text-sipky {
    margin-bottom: 10px;
  }
}
.showroom-detail .favorite {
  line-height: 45px;
  font-size: 18px;
}
.showroom-detail .favorite .favorite-img {
  padding-right: 14px;
}
.showroom-detail .gold-btn {
  width: 100%;
}
.showroom-detail .odstavec {
  font-size: 16px;
}
.showroom h3 {
  margin-bottom: 23px;
  margin-top: 0;
}
.showroom a:hover,
.showroom a:focus {
  text-decoration: none;
}
.showroom .gold-benefits-box {
  margin-top: 0;
  padding: 7px;
  max-width: 212px;
  min-height: 212px;
}
.showroom .gold-benefits-box img {
  max-width: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .showroom .gold-benefits-box {
    max-width: 272px;
  }
}
@media (min-width: 1200px) {
  .showroom .gold-benefits-box {
    padding: 25px 35px;
    max-width: 272px;
  }
  .showroom .gold-benefits-box img {
    max-width: 120px;
  }
}
.showroom .gold-benefits-box h4,
.showroom .gold-benefits-box h4 a {
  margin-bottom: 5px;
  color: white;
}
@media (max-width: 767px) {
  .showroom .gold-benefits-box h4,
  .showroom .gold-benefits-box h4 a {
    font-size: 19px;
  }
}
.showroom .gold-benefits-box img {
  margin: auto;
}
.showroom .gold-btn {
  text-transform: none;
  margin-top: 15px;
  font-size: 22px;
  padding: 9px 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .showroom .gold-btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .showroom .gold-btn {
    font-size: 15px;
  }
}
.text-page a {
  color: #a68e37;
}
.text-page a:hover,
.text-page a:focus {
  text-decoration: underline;
}
.text-page .small-photo {
  margin-bottom: 20px;
  margin-left: 10px;
}
.text-page h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
}
.text-page .h3 {
  font-size: 20px;
  color: #c6ab53;
  margin: 30px 0;
}
.text-page h4 {
  font-size: 18px;
  font-weight: bolder;
  margin: 30px 0;
}
.text-page .ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 15px;
}
.text-page ol {
  padding-left: 30px;
  margin-bottom: 15px;
}
.text-page .table {
  width: 80%;
  display: table;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .text-page .table {
    overflow-x: auto;
    display: block;
  }
}
.text-page .table th,
.text-page .table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
@media (max-width: 767px) {
  .text-page .table th,
  .text-page .table td {
    padding: 5px;
  }
}
.text-page .table th {
  color: white;
  background: #c6ab53;
}
.text-page .table td {
  color: black;
}
.text-page .table tr:nth-child(2),
.text-page .table tr:nth-child(4) {
  background: #ededed;
}
.text-page .table tr:first-child {
  border-top: 1px solid #ededed;
}
.text-page .table tr:last-child {
  border-bottom: 1px solid #ededed;
}
.h5 {
  font-weight: bolder;
  padding-left: 17px;
}
.navigace {
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 46px;
  color: black;
}
.navigace ul {
  list-style: none;
  padding: 0;
}
.navigace ul li {
  display: inline-block;
}
.navigace ul li a {
  color: black;
  padding: 10px;
  background: white;
  border: 1px solid #c6ab53;
}
.navigace ul li a:hover {
  background: #c6ab53;
  text-decoration: none;
}
.navigace ul li.active a {
  background: #c6ab53;
  text-transform: uppercase;
}
.filter-block {
  background: #f5f5f5;
  padding: 8px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filter-block {
    padding: 12px;
  }
}
.filter-block hr {
  border-color: #e2e2e2;
  margin: 20px 0 5px;
}
.filter-block .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.filter-block .price-range {
  background: #c6ab53;
  position: relative;
  height: 4px;
  width: 100%;
  display: inline-block;
  margin: 20px 0 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.filter-block .price-range .left-edge {
  left: 30px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  background: #c6ab53;
  border-radius: 50%;
  top: -8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.filter-block .price-range .right-edge {
  right: 15px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  background: #c6ab53;
  border-radius: 50%;
  top: -8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.filter-block .price-range-text {
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
}
.filter-block .price-range-text .right-text {
  position: absolute;
  right: 0;
}
.filter-block label {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: #c6ab53;
}
.filter-block input[type="checkbox"] {
  margin: 7px 0;
}
.filter-block .color-box {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}
.filter-block .color {
  height: 55px;
  width: 55px;
  display: table;
}
.filter-block .color div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.filter-block .color-gold {
  background: #c6ab53;
}
.filter-block .color-silver {
  background: #a2a2a2;
}
.filter-block .color-antik {
  background: #8a5723;
}
.filter-block .glass {
  width: 25px;
  height: 25px;
  margin-bottom: 18px;
  margin-top: 8px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid transparent 1px;
}
.filter-block .glass:hover,
.filter-block .glass:focus {
  box-shadow: 0 0 1px 1px #e3d9b8;
}
.filter-block .glass-blue {
  background: #3697db;
}
.filter-block .glass-yellow {
  background: #ffd14d;
}
.filter-block .glass-l-green {
  background: #bdf474;
}
.filter-block .glass-l-blue {
  background: #e3e6f9;
}
.filter-block .glass-ruzova {
  background: #faa098;
}
.filter-block .glass-green {
  background: #1c5b22;
}
.filter-block .glass-red {
  background: #f1070a;
}
.filter-block .glass-dark {
  background: #2f2933;
}
.filter-block .glass-brown {
  background: #b74928;
}
.filter-block .glass-white {
  background: #ffffff;
  border: 1px solid black;
}
.filter-block .glass-fialova {
  background: #875cbc;
}
.filter-block .glass-gray {
  background: #959597;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #959597 0%, #abaaac 49%, #c2c1c2 52%, #d5d3d4 100%);
  /* Standard syntax */
}
.aside-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.aside-menu ul a {
  position: relative;
  color: #000000;
  display: inline-block;
  width: 100%;
}
.aside-menu ul a:hover {
  color: #ad9239;
  text-decoration: none;
}
.aside-menu ul .caret {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  margin-left: -10px;
  transform: rotate(-90deg);
}
.aside-menu .first-level > li {
  margin-bottom: 5px;
}
.aside-menu .first-level > li > a {
  text-transform: uppercase;
  background: #c6ab53;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
}
.aside-menu .first-level > li > a:hover {
  background: #ba9d3e;
}
.aside-menu .second-level {
  background: #f5f5f5;
}
.aside-menu .second-level > li > a {
  padding: 6px 10px 6px 20px;
  border-top: 1px solid #fff;
}
.aside-menu .third-level > li > a {
  padding: 2px 10px 2px 45px;
}
.aside-menu .fourth-level > li > a {
  padding: 2px 10px 2px 65px;
}
.aside-menu .fourth-level > li.active > a {
  color: #ad9239;
}
.xs-submenu {
  margin-bottom: 10px;
}
.xs-submenu .first-level {
  background: #c6ab53;
  padding: 15px;
}
.xs-submenu .first-level a {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.xs-submenu .first-level a:first-child {
  background: url("./images/prev.png") no-repeat left center;
  padding-left: 15px;
}
.xs-submenu .first-level a:last-child {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.xs-submenu .second-level {
  padding: 5px 15px;
  background: #f1ead4;
  list-style: none;
  font-size: 18px;
}
.xs-submenu .second-level li {
  margin: 7px 0;
}
.xs-submenu .second-level li a {
  color: #000;
  text-transform: uppercase;
  padding: 6px 0;
  display: block;
}
footer {
  background: #f5f5f5;
  margin-top: 15px;
  font-size: 15px;
  padding-bottom: 15px;
}
footer ::selection {
  background: #fff;
  color: #5c5c5c;
}
footer ::-moz-selection {
  background: #fff;
  color: #5c5c5c;
}
footer .footer-instagram img {
  height: 28px;
  margin-right: 15px;
}
footer h5 {
  color: #c6ab53;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}
footer a,
footer a:focus,
footer a:hover {
  color: #000;
}
footer .footer-mail {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
footer .footer-mail:before {
  position: absolute;
  left: 0;
  content: "";
  background: url("./images/footer-envelope-icon.png") no-repeat;
  width: 21px;
  height: 20px;
}
footer .footer-phone {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
footer .footer-phone:before {
  position: absolute;
  left: 0;
  content: "";
  background: url("./images/footer-phone-icon.png") no-repeat;
  width: 21px;
  height: 20px;
}
footer .footer-logo {
  margin-top: 60px;
}
footer .shipping-policy {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}
footer .shipping-policy:before {
  content: url('./images/footer-zem.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
@media (min-width: 992px) {
  footer .copyright {
    text-align: right;
  }
}
footer .footer {
  color: #f5f5f5;
  padding: 20px 0;
  background: #000;
  margin-bottom: 15px;
  font-size: 16px;
}
footer .footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
footer .footer a {
  color: #f5f5f5;
}
.row.row-flex {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.row.row-flex div {
  display: flex;
  flex-direction: column;
}
.row.row-flex div a {
  display: flex;
  flex-direction: column;
}
.row.row-flex div a div {
  display: block;
}
.row.row-flex div a div.product-box {
  text-align: center;
}
.row.row-flex div a div.product-box .image-box {
  display: inline-block;
}
#crazy-menu-test #popupmenu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#crazy-menu-test #popupmenu li {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
#crazy-menu-test #popupmenu li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#crazy-menu-test #popupmenu li.space {
  flex-grow: 1;
}
#crazy-menu-test #popupmenu li.more {
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  padding: 0 10px;
}
#crazy-menu-test #popupmenu li .dropdown-menu {
  margin-top: 0;
}
#crazy-menu-test li.ghost {
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#crazy-menu-test .other {
  display: none;
  background-color: #f1ead4;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2000;
  padding: 0 20px 10px;
}
#crazy-menu-test .other ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#crazy-menu-test .other ul li a {
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  margin: 5px 0;
}
#crazy-menu-test .other ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #c6ab53;
  margin-bottom: -3px;
}
header nav .container .menu {
  display: block;
}
@media only screen and (max-width: 768px) {
  #crazy-menu-test #popupmenu {
    flex-direction: column;
    align-items: flex-start;
  }
  header nav .container .menu {
    display: block;
  }
}
.detail-lustru .shipping-cost .shipping-title {
  margin: 5px 0;
  color: black;
}
.detail-lustru .shipping-cost .shipping-title strong {
  font-weight: 800;
}
.detail-lustru .shipping-cost .shipping-select {
  margin: -15px 0 0 0;
  background-color: #f1ead4;
  padding: 15px 5px;
  /* 15px 0 */
}
.detail-lustru .shipping-cost .shipping-select form {
  width: 70%;
  margin: 5px 0 5px 0;
  padding: 1px;
  background: linear-gradient(to left, #c6ab53 33px, #a6a6a6 33px 100%);
}
.detail-lustru .shipping-cost .shipping-select select {
  width: 100%;
  margin: 0;
  position: relative;
  appearance: none;
  background-color: white;
  background-image: url("/project/images/carret-down.svg");
  background-repeat: repeat-y;
  background-position: right center;
  border: none;
  height: auto;
}
.detail-lustru .shipping-cost .shipping-select label {
  width: 25%;
  font-weight: 800;
  color: black;
}
.detail-lustru .shipping-cost .shipping-price {
  padding: 10px 0;
  margin: 0 30px;
  /* 0 15px */
  border-top: solid thin #f1ead4;
  line-height: 16px;
}
.detail-lustru .shipping-cost .shipping-price:first-child {
  border-top: none;
  margin-top: 5px;
}
.detail-lustru .shipping-cost .shipping-price:first-child {
  bottom: 5px;
}
.detail-lustru .shipping-cost .shipping-price .prices {
  font-weight: 800;
  color: black;
}
.detail-lustru .shipping-cost #shipping {
  background-color: #fcfaf5;
  transition: background-color 0.5s;
}
.detail-lustru .shipping-cost #shipping.highlight {
  background-color: lightgreen;
  transition: background-color 1s;
  transition-delay: 0.5s;
}
#shippingModal .modal-header {
  color: #ffffff;
  padding: 45px 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
}
#shippingModal .modal-header h4 {
  font-weight: bold;
}
#shippingModal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url("/project/images/krizek.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
  opacity: 0.75;
}
#shippingModal .modal-header .close:hover {
  opacity: 1;
}
#shippingModal .modal-body {
  padding: 20px 50px 40px 50px;
}
#shippingModal .modal-body .shipping-title {
  padding: 5px 0;
  color: black;
}
#shippingModal .modal-body .form-select select {
  height: auto;
  border-radius: 5px;
  background-color: white;
  margin: 0;
}
#shippingModal .modal-body .browser-select {
  margin: 15px 0;
  font-size: 14px;
  text-align: center;
}
#shippingModal .modal-body .browser-select div {
  text-transform: uppercase;
}
#shippingModal .modal-body .browser-select button {
  margin-top: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px;
  line-height: 18px;
}
#shippingModal .modal-body .note {
  font-size: 14px;
  margin-top: 25px;
  background-color: #f1ead4;
  padding: 10px;
}
#shippingModal .modal-body .note h6 {
  font-size: 14px;
  margin: 5px 0;
}
#shippingModal .modal-body.banned .browser-select {
  display: none;
}
#shipping-modal-button {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: fixed;
  top: 30%;
  right: 0;
  transform: rotate(270deg);
  transform-origin: right bottom;
  z-index: 1000;
  border: solid thin white;
}
#shipping-modal-button.latent {
  transform: rotate(270deg) translateY(50px);
  transition: transform 0.5s;
}
#shipping-modal-button .shipping-btn {
  text-transform: none;
  padding: 10px 10px 10px 45px;
  color: black;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #c6ab53;
  background-image: url("/project/images/icon-shipment_90.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 50%;
}
#shipping-modal-button .shipping-btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #shipping-modal-button .shipping-btn {
    font-size: 12px;
  }
}
#shipping-modal-button .close-btn {
  background-color: #c6ab53;
  width: 40px;
  background-image: url("/project/images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 25%;
  border-left: solid 1px black;
}
.shipping-menu .geo-select {
  margin: 15px 0;
  font-size: 14px;
  text-align: center;
}
.shipping-menu .geo-select div {
  text-transform: uppercase;
}
.shipping-menu .geo-select button {
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 40px;
  line-height: 18px;
}
.shipping-menu .shipping-selects.banned .geo-select {
  display: none;
}
.modal .close {
  cursor: pointer;
  padding: 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.lb {
  display: block;
  position: relative;
}
.lb .video-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/www/project/images/youtube_watermark.svg') center center no-repeat;
  background-size: 50% 50%;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.lb:hover .video-mark {
  transition: opacity 0.5s;
  opacity: 0.8;
}
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.85);
}
.service-special select {
  color: black;
}
.filter-block {
  margin: 0;
}
hr.filter-bottom {
  margin-top: 10px;
}
.filter-block .filter-label {
  display: inline-block;
  color: black;
  padding: 5px 25px 5px 10px;
  background: url('/project/images/krizek-filter.png') right center no-repeat #c6ab53;
  margin: 2px;
}
.filter-block .filter-label:hover {
  text-decoration: none;
  background-color: #c6ab53;
}
.filter-block .property-filter .row {
  align-items: flex-start;
}
.filter-block .property-filter .box {
  background-color: transparent;
  padding: 25px;
}
.filter-block .property-filter .box.value-topaz {
  background-color: #fbb245;
}
.filter-block .property-filter .box.value-sun {
  background-color: #fbe100;
}
.filter-block .property-filter .box.value-smokyquartz {
  background-color: #886e4d;
}
.filter-block .property-filter .box.value-seashell {
  background-color: #dee2d9;
  background: linear-gradient(to bottom right, #ffdfae, #baf7ff);
}
.filter-block .property-filter .box.value-sapphire {
  background-color: #6daad7;
}
.filter-block .property-filter .box.value-pink {
  background-color: #fbd2e3;
}
.filter-block .property-filter .box.value-peridot {
  background-color: #a6d29a;
}
.filter-block .property-filter .box.value-peach {
  background-color: #ffdfca;
}
.filter-block .property-filter .box.value-fuchsia {
  background-color: #f396c2;
}
.filter-block .property-filter .box.value-emerald {
  background-color: #45be86;
}
.filter-block .property-filter .box.value-crystal {
  background-color: #e3ebef;
}
.filter-block .property-filter .box.value-white {
  background-color: #ffffff;
  border: solid thin silver;
}
.filter-block .property-filter .box.value-black {
  background-color: #4d554d;
}
.filter-block .property-filter .box.value-aquamarine {
  background-color: #92d2db;
}
.filter-block .property-filter .box.value-amethyst {
  background-color: #9e7196;
}
.filter-block .property-filter .box.value-siam {
  background-color: #ca5549;
}
.filter-block .property-filter .box.value-gold {
  background-color: gold;
}
.filter-block .property-filter .box.value-silver {
  background-color: silver;
}
.filter-block .property-filter .box.value-antic {
  background-color: antiquewhite;
}
.filter-block .property-filter label {
  display: inline-block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 25%;
}
.filter-block .property-filter label.color-metal {
  width: auto;
  text-align: center;
  margin-right: 10px;
  color: black;
  padding: 0;
}
.filter-block .property-filter label.color-metal input[type="checkbox"] {
  margin: 0;
  display: block;
  float: left;
}
.filter-block .property-filter label.color-glass {
  width: 65px;
  text-align: center;
  margin-right: 10px;
  color: black;
  padding: 0;
}
.filter-block .property-filter label.color-glass .box {
  width: 43px;
  padding: 15px;
  margin: auto;
}
.filter-block .property-filter label.color-glass input[type="checkbox"] {
  margin: 0;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-block .property-filter label {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .filter-block .property-filter label {
    width: 25%;
  }
}
.filter-block .property-filter label input[type="checkbox"] {
  margin-right: 10px;
}
.filter-block .property-filter br {
  display: none;
}
.slider-wrapper {
  text-align: center;
}
.slider-wrapper .ui-slider .ui-slider-handle,
.property-filter .ui-slider .ui-slider-handle {
  margin-left: -10px;
}
.no-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-slider {
  background: #c6ab53;
  position: relative;
  height: 4px;
  width: 100%;
  display: inline-block;
  margin: 20px 0 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  background: #c6ab53;
  border-radius: 50%;
  top: -8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-slider .left-edge {
  left: 30px;
  /*.edge();*/
}
.ui-slider .right-edge {
  right: 15px;
  /*.edge();*/
}
.price-range-text {
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
}
.price-range-text .right-text {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .category-text br {
    display: none;
  }
}
.products-counter {
  position: relative;
  top: -15px;
  font-size: 16px;
}
.dropdown-toggle,
.pointer {
  cursor: pointer;
}
.shipping-menu {
  min-width: 300px;
}
.shipping-menu .shipping-box {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #c6ab53;
}
.shipping-menu .shipping-box .shipping-title {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 10px 15px 15px 15px;
  font-size: 16px;
  background: #c6ab53;
  color: white;
}
.shipping-menu .shipping-box .shipping-selects {
  display: flex;
  flex-direction: column;
}
.shipping-menu .shipping-box .shipping-selects h5 {
  font-size: 16px;
  font-weight: bold;
}
.shipping-menu .shipping-box select {
  width: 100%;
}
.box {
  padding: 15px;
  vertical-align: top;
}
.box.languages {
  border-top: solid thin #c6ab53;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 10px;
  align-items: center;
}
.box.languages a {
  display: flex;
  padding: 5px 10px;
  background-color: white;
  border: solid thin silver;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.box.languages a.active {
  border-color: #c6ab53;
  background-color: #c6ab53;
  color: white;
}
.box.languages a:hover {
  border-color: #c6ab53;
}
.box.languages h5 {
  flex-grow: 1;
}
.box select {
  padding: 5px;
  border: solid thin silver;
  border-radius: 5px;
  font-size: 16px;
}
.lang-box .box,
#lang-xs .box {
  padding: 5px 0 0 0;
  border-top: none;
}
.lang-box .box.languages,
#lang-xs .box.languages {
  border-top: none;
  justify-content: flex-start;
}
.lang-box .box.languages h5,
#lang-xs .box.languages h5 {
  font-size: 16px;
}
#lang-xs .box.languages {
  justify-content: flex-start;
}
#lang-xs .box.languages h5 {
  display: none;
}
@media (max-width: 767px) {
  #lang-box {
    display: none;
  }
}
#popupmenu li a {
  margin: 0 8px;
}
#popupmenu .dropdown-menu {
  border: none;
  background: transparent;
  box-shadow: none;
  top: 40px;
}
#popupmenu .dropdown-menu .row {
  display: flex;
}
#popupmenu .dropdown-menu .row .block-1 {
  height: 100%;
}
#popupmenu .dropdown-menu .row .block-2 a:hover {
  color: #c6ab53;
  text-decoration: none;
}
#popupmenu .dropdown-menu .icons {
  font-size: 20px;
}
#popupmenu .dropdown-menu .icons a {
  padding-left: 30px;
  background-position: 1px 0;
  background-repeat: no-repeat;
}
#popupmenu .dropdown-menu .icons a:hover {
  background-position: 1px -35px;
}
#popupmenu .dropdown-menu .icons a.classical {
  background-image: url("/project/images/ico-classical.png");
}
#popupmenu .dropdown-menu .icons a.basket {
  background-image: url("/project/images/ico-basket.png");
}
#popupmenu .dropdown-menu .icons a.linear {
  background-image: url("/project/images/ico-linear.png");
}
#popupmenu .dropdown-menu .icons a.drum {
  background-image: url("/project/images/ico-drum.png");
}
#popupmenu .dropdown-menu .icons a.rectangular {
  background-image: url("/project/images/ico-rectangular.png");
}
.remove-favorite,
.add-favorite {
  cursor: pointer;
}
.lustre-typ .hover-bg p span .dph-title {
  color: #555555;
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal;
}
.detail-lustru .add-to-cart h4 {
  padding: 0;
}
.detail-lustru .add-to-cart .dph-title {
  margin: 0;
  font-size: 16px;
  color: #555555;
  text-align: right;
}
.detail-lustru .add-to-cart h2 em {
  font-size: 22px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .detail-lustru .add-to-cart h2 em {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .detail-lustru .add-to-cart h2 em {
    font-size: 15px;
  }
}
.btn-customize {
  padding: 20px;
  background-color: #c6ab53;
}
.gold-btn.active {
  color: #000;
  text-decoration: none;
  background: url("./images/rainbow.jpg") #c6ab53 bottom no-repeat;
  background-size: 100% 3px;
}
.zakazka a {
  color: #000000;
  font-weight: 600;
}
.zakazka a h4 {
  padding: 10px;
  background: #F4F4F4;
  color: #c6ab53;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.zakazka a:hover,
.zakazka a.active {
  text-decoration: none;
}
.zakazka a:hover:after,
.zakazka a.active:after {
  content: none;
}
.zakazka a:hover > h4,
.zakazka a.active > h4 {
  color: black !important;
  background: #c6ab53;
  margin-top: 0px;
  margin-bottom: -35px;
  overflow: hidden;
}
.zakazka a:hover > h4:after,
.zakazka a.active > h4:after {
  content: none;
}
@media (max-width: 767px) {
  .zakazka .prvek {
    min-height: 385px;
    padding-bottom: 5px;
  }
}
.lustre-typ .box-newie {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #c6ab53;
  padding: 5px 10px;
  border-radius: 5px;
  color: black;
  font-size: 18px;
  line-height: 18px;
}
.lustre-typ:hover .hover-bg {
  margin-bottom: 0;
  background: #c6ab53;
}
.lustre-typ:hover .hover-bg:after {
  content: url('./images/rainbow2.jpg');
  margin-left: -10px;
  position: relative;
  bottom: -5px;
}
.lustre-typ .heart.add-favorite:hover .text {
  visibility: visible;
}
.lustre-typ .heart.add-favorite:hover .text.favorite {
  visibility: hidden;
}
.lustre-typ .heart.remove-favorite:hover .text {
  visibility: hidden;
}
.lustre-typ .heart.remove-favorite:hover .text.favorite {
  visibility: visible;
}
.lustre-typ .link {
  display: flex;
  width: 100%;
  height: 100%;
}
.lustre-typ .link .gold-benefits-box {
  display: flex;
  margin: 0;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lustre-typ .link .gold-benefits-box img {
  margin: 0;
}
.detail-lustru .heart,
.showroom-detail .heart {
  padding-left: 30px;
  background: url('./images/favorite-icon-2.png') left center no-repeat;
  display: block;
}
.detail-lustru .heart .text,
.showroom-detail .heart .text {
  display: inline;
}
.detail-lustru .heart .text.favorite,
.showroom-detail .heart .text.favorite {
  display: none;
}
.detail-lustru .heart.remove-favorite,
.showroom-detail .heart.remove-favorite {
  background: url('./images/favorite-icon.png') left center no-repeat;
}
.detail-lustru .heart.remove-favorite .text,
.showroom-detail .heart.remove-favorite .text {
  display: none;
}
.detail-lustru .heart.remove-favorite .text.favorite,
.showroom-detail .heart.remove-favorite .text.favorite {
  font-weight: bold;
  display: inline;
}
.detail-lustru .remove,
.showroom-detail .remove {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
}
.detail-lustru .remove .visible,
.showroom-detail .remove .visible {
  visibility: visible;
}
.detail-lustru .gold-btn.pull-right,
.showroom-detail .gold-btn.pull-right {
  width: auto;
}
.contact-form .is-company br {
  display: none;
}
.contact-form .is-company label {
  display: inline-block;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form .is-company label input {
  margin-right: 5px;
}
.contact-form select {
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  margin-bottom: 8px;
  padding: 5px 10px;
  width: 100%;
}
.side-menu.last input[type="submit"] {
  background-image: none;
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
}
.side-menu.last input[type="submit"]:hover,
.side-menu.last input[type="submit"]:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-image: url("./images/rainbow.jpg");
  background-repeat: no-repeat, no-repeat;
  background-color: #c6ab53, #c6ab53;
  background-position: bottom, center center;
  background-size: 100% 3px, 30px 30px;
}
.side-menu .aside-menu .second-level li.active > a {
  color: #c6ab53;
}
.products-content a,
.showrooms-content a {
  color: black;
}
#cart-updated .modal-header,
#infoModal .modal-header,
#shippingModal .modal-header {
  background-color: #c6ab53;
}
#cart-updated .modal-footer,
#infoModal .modal-footer,
#shippingModal .modal-footer {
  background-color: white;
}
#cart-updated .btn,
#infoModal .btn,
#shippingModal .btn {
  padding: 5px 10px;
}
#cart-updated .btn-primary,
#infoModal .btn-primary,
#shippingModal .btn-primary {
  background-color: #c6ab53;
}
#cart-updated .btn-default,
#infoModal .btn-default,
#shippingModal .btn-default {
  border: solid thin #c6ab53;
}
#cart-updated h2 em,
#infoModal h2 em,
#shippingModal h2 em {
  font-size: smaller;
}
.cart select {
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  margin-bottom: 8px;
  padding: 5px 10px;
  width: 100%;
}
.cart p.text {
  color: black;
}
.cart .payment h1,
.cart .payment h2,
.cart .payment h3,
.cart .payment h4,
.cart .payment p {
  color: black;
}
.cart .payment h2 {
  margin: 10px;
  font-size: 30px;
}
.cart .payment .order-price {
  margin: 10px;
  font-size: 24px;
}
.cart .payment .order-price span {
  font-size: 28px;
  color: #c6ab53;
  margin-left: 20px;
  font-weight: bold;
}
.cart .payment .countdown-text {
  background: #dcdcdc;
  display: block;
  padding: 0 20px;
  font-size: 18px;
  margin: auto;
}
.cart .payment #cart-pay-countdown {
  font-size: 48px;
}
.cart .payment #cart-pay-button {
  margin-top: 20px;
  float: right;
}
.cart .payment .counter {
  background: #dcdcdc;
  max-width: 240px;
  margin: 25px auto;
  text-align: center;
}
#requestModal h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}
#cart-updated .back-btn {
  background: #dcdcdc;
  display: inline-block;
  padding: 8px 20px;
  font-size: 19px;
  font-weight: bold;
}
.banner .banner-text {
  max-width: 900px;
}
@media (max-width: 1800px) {
  .banner .banner-text {
    max-width: 800px;
  }
  .banner .banner-text h1 {
    font-size: 45px;
  }
  .banner .banner-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .banner .banner-text h2 {
    display: none;
  }
}
@media (max-width: 450px) {
  .banner .banner-text h1 {
    font-size: 32px;
  }
}
.banner .background {
  position: relative;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  margin: auto;
}
.banner .background .bg-image {
  width: 100%;
}
.banner .background .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .background .slider #bgslider ul li img {
  width: 100%;
}
.banner.hp-banner .banner-text {
  max-width: 700px;
}
.banner.hp-banner .banner-text h1 {
  font-size: 1.84em;
  text-transform: none;
}
.banner.hp-banner .banner-text hr {
  border: 2px solid white;
  background-color: white;
  opacity: 0.8;
  width: 35%;
  margin: 50px 0;
}
.banner.hp-banner .banner-text a {
  font-weight: normal;
  font-size: 1.1em;
  margin: 50px 0 0 0;
  padding: 10px 0;
}
@media (max-width: 1800px) {
  .banner.hp-banner .banner-text {
    max-width: 700px;
  }
  .banner.hp-banner .banner-text hr {
    margin: 40px 0;
  }
  .banner.hp-banner .banner-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 1400px) {
  .banner.hp-banner .banner-text {
    max-width: 600px;
  }
  .banner.hp-banner .banner-text h1 {
    font-size: 1.5em;
  }
  .banner.hp-banner .banner-text hr {
    border: 1.5px solid white;
    height: 0;
    margin: 30px 0;
  }
  .banner.hp-banner .banner-text h2 {
    font-size: 0.7em;
  }
  .banner.hp-banner .banner-text a {
    font-size: 0.9em;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 900px) {
  .banner.hp-banner .banner-text {
    max-width: 100%;
  }
  .banner.hp-banner .banner-text h1 {
    font-size: 1.4em;
  }
  .banner.hp-banner .banner-text hr {
    border: 1px solid white;
    height: 0;
    margin: 10px 0;
  }
  .banner.hp-banner .banner-text h2 {
    display: block;
  }
  .banner.hp-banner .banner-text a {
    font-size: 0.8em;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 450px) {
  .banner.hp-banner .banner-text h1 {
    font-size: 1.2em;
  }
  .banner.hp-banner .banner-text h2 {
    margin-bottom: 0;
  }
}
.banner.hp-banner .background .slider {
  opacity: 0.75;
}
.hp-news {
  position: relative;
}
.hp-news .news-title {
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 20%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 84px;
  text-shadow: black 3px 3px;
}
@media (max-width: 450px) {
  .hp-news .news-title {
    font-size: 50px;
    top: 30%;
  }
}
.kosik h5 {
  font-size: 18px;
}
.kosik h5 span {
  font-size: small;
}
.kosik h5 em {
  font-size: smaller;
}
.kosik h5 a {
  color: #555555;
  text-decoration: none;
}
.kosik h6 {
  color: #c6ab53;
  font-size: 20px;
}
.kosik h6 em {
  font-size: smaller;
}
@media (max-width: 768px) {
  #shipping-price {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  #shipping-price {
    margin-left: 0;
  }
}
#shipping-price.double em,
#shipping-price.double span {
  float: left;
  line-height: 22px;
}
#shipping-price.double em.currency-after,
#shipping-price.double span.currency-after {
  min-height: 22px;
  margin-right: 10px;
}
.footer .facebook-link {
  color: #c6ab53;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}
.footer .facebook-link:hover {
  text-decoration: none;
}
.footer .facebook-link img {
  margin-left: 10px;
  width: auto;
  height: 30px;
}
