@charset "UTF-8";
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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, .dropdown-menu button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
  .dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.728571429;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    text-align: left; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > button:hover, .dropdown-menu > li > button: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: #428bca; }

.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.428571429;
  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 solid;
  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 {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

.clearfix: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;
  visibility: hidden !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; }
  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; }
  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; }
  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; }
  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; }
  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; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
    line-height: 1.5 \0; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
    line-height: 1.33 \0; }

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.428571429; }
  _:-ms-fullscreen.input-sm, :root input[type="date"].input-sm,
  _:-ms-fullscreen.input-sm, :root input[type="time"].input-sm,
  _:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm,
  _:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
    line-height: 1.5; }
  _:-ms-fullscreen.input-lg, :root input[type="date"].input-lg,
  _:-ms-fullscreen.input-lg, :root input[type="time"].input-lg,
  _:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg,
  _:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
    line-height: 1.33; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
  height: auto; }

.input-lg, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

#responsive-header {
  display: none; }

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

body {
  font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif; }
  @media (max-width: 767px) {
    body {
      font-family: -apple-system, "Lexend Deca", "Lexend Deca-fallback", sans-serif; } }
html.bg body {
  font-family: Tahoma, sans-serif; }

strong, b {
  font-weight: 600; }

body {
  color: #34363a;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat; }
  body.only-text #report-error-form {
    display: none !important; }
  body.only-text #head, body.only-text #menu, body.only-text #editable-icons-services, body.only-text #foo, body.only-text .foo-bottom-cover, body.only-text #footer-outside, body.only-text .slimbanner, body.only-text #navigace {
    display: none; }
  body.only-text #main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0; }
  body.only-text #obsah {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px; }
  body.only-text .help h1.help {
    margin-top: 20px; }

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

picture {
  display: contents;
  /* "Odstraní" box kolem <picture> */ }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.cl-left {
  clear: left; }

.cl-right {
  clear: right; }

.cl-both {
  clear: both; }

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

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

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

.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.va-top {
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.va-bottom {
  vertical-align: bottom; }

.clickable {
  cursor: pointer; }

.width-auto {
  width: auto !important; }

.full-width {
  width: 100%; }

@media (max-width: 767px) {
  .full-width-xs {
    width: 100%; } }

.block-center {
  display: block !important;
  margin: 0 auto; }

.cTextLight {
  color: #7C828F; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.sticky {
  position: sticky;
  top: 3em; }

.sticky0 {
  position: sticky;
  top: 0; }

@media (min-width: 992px) {
  .sticky3-md {
    position: sticky;
    top: 3em; } }

/** Prekryti defaultniho padding **/
.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 {
  padding-left: 8px;
  padding-right: 8px; }

.col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  min-height: 1px; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

@media (max-width: 767px) {
  .xs-padding-horizontal {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  .xs-padding-horizontal-15 {
    padding-left: 15px;
    padding-right: 15px; } }

/** point burst **/
.icon-star-burst {
  position: relative;
  display: inline-block !important; }
  .icon-star-burst span:first-child {
    display: box;
    box-align: center;
    box-pack: center;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #FF6F61;
    position: absolute;
    height: 17px;
    width: 17px; }
    .icon-star-burst span:first-child:before, .icon-star-burst span:first-child:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      height: 17px;
      width: 17px;
      background: #FF6F61; }
    .icon-star-burst span:first-child:before {
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg); }
    .icon-star-burst span:first-child:after {
      -webkit-transform: rotate(-30deg);
      -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      -o-transform: rotate(-30deg);
      transform: rotate(-30deg); }
    .icon-star-burst span:first-child + span {
      position: absolute;
      height: 17px;
      width: 17px;
      z-index: 10;
      font-size: 17px;
      line-height: 17px;
      text-align: center; }
  .icon-star-burst.icon-star-burst-left span {
    left: 0; }
  .icon-star-burst.icon-star-burst-right span {
    right: 0; }

.color-white {
  color: #ffffff; }

/** typography **/
h1 {
  font-size: 2.4em;
  margin-top: 1em; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.8em; } }
h1.index-h1 {
  font-size: 2.4em;
  margin-top: 2em;
  margin-bottom: 1.3em;
  text-align: left; }
  h1.index-h1 a {
    color: #34363a; }
  @media (max-width: 991px) {
    h1.index-h1 {
      font-size: 1.8em;
      margin-top: 1em; } }
h2 {
  font-size: 2.3em;
  margin-top: 2em;
  margin-bottom: 1.3em; }
  @media (max-width: 991px) {
    h2 {
      font-size: 1.7em;
      margin-bottom: 0.5em;
      margin-top: 1em; } }
h3 {
  font-size: 2em; }
  @media (max-width: 991px) {
    h3 {
      font-size: 1.7em;
      margin-bottom: 0.5em;
      margin-top: 1em; } }
h1, h2, h3, h4, h5 {
  font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

/** u azbuky nepouzivame lexend + ztucneni je videt az od 400 **/
.bg h1, .bg h2, .bg h3, .bg h4, .bg h5 {
  font-weight: 600;
  font-family: Tahoma, sans-serif; }

button {
  background: transparent;
  font-size: 100%;
  cursor: pointer;
  font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif;
  color: #34363a; }
  @media (max-width: 767px) {
    button {
      font-family: -apple-system, "Lexend Deca", "Lexend Deca-fallback", sans-serif; } }
html.bg button {
  font-family: Tahoma, sans-serif; }

/** /typography **/
@media (max-width: 891px) {
  .hidden-under-tablet {
    display: none !important; } }

.bg-light-gray {
  background-color: #f3f5f6; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.row-horizontal-offset {
  padding-right: 4rem;
  padding-left: 4rem; }
  @media (max-width: 991px) {
    .row-horizontal-offset {
      padding: 0; } }
.hidden-login {
  display: none; }

.layout-without-menu #login-page {
  width: 840px;
  margin-left: 120px;
  float: left; }

.layout-without-menu #in-login-page {
  padding: 0; }

.layout-without-menu #list-of-orders table {
  width: 100%;
  margin: 0;
  margin-top: 1em; }

.layout-without-menu #obsah.global-search-cover {
  width: 1050px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .layout-without-menu #obsah.global-search-cover .global-search-results.products .thumb {
    margin-left: 10px; }
  .layout-without-menu #obsah.global-search-cover #no-search-results, .layout-without-menu #obsah.global-search-cover #no-search-results #new-search {
    width: 100%;
    margin-left: 0; }
  .layout-without-menu #obsah.global-search-cover #no-search-results form {
    max-width: 500px; }

.va-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.button {
  display: inline-block;
  padding: 8px 12px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  margin: 10px 0px;
  position: relative;
  position: relative;
  z-index: 1; }
  .button:hover, .button.hover {
    color: #fff; }
    .button:hover span, .button.hover span {
      text-decoration: none; }
  .button.white {
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, #d9d9d9);
    background-image: linear-gradient(#fff, #d9d9d9);
    color: #222; }
    .button.white:hover, .button.white.hover {
      background-color: #e6e6e6;
      background-image: -webkit-linear-gradient(#e6e6e6, #bfbfbf);
      background-image: linear-gradient(#e6e6e6, #bfbfbf); }
  .button.orange {
    background-color: #f47f39;
    background-image: -webkit-linear-gradient(#f47f39, #df5a0c);
    background-image: linear-gradient(#f47f39, #df5a0c); }
    .button.orange:hover, .button.orange.hover {
      background-color: #d5570c;
      background-image: -webkit-linear-gradient(#d5570c, #8d3908);
      background-image: linear-gradient(#d5570c, #8d3908); }
  .button.yellow {
    background-color: #8c0095;
    background-image: -webkit-linear-gradient(#8c0095, #440049);
    background-image: linear-gradient(#8c0095, #440049); }
    .button.yellow:hover, .button.yellow.hover {
      background-color: #5c0062;
      background-image: -webkit-linear-gradient(#5c0062, #140016);
      background-image: linear-gradient(#5c0062, #140016); }
  .button.red {
    background-color: #d62b2b;
    background-image: -webkit-linear-gradient(#d62b2b, #971d1d);
    background-image: linear-gradient(#d62b2b, #971d1d); }
    .button.red:hover, .button.red.hover {
      background-color: #ad2121;
      background-image: -webkit-linear-gradient(#ad2121, #6d1515);
      background-image: linear-gradient(#ad2121, #6d1515); }
  .button.dark-grey {
    background-color: #4d4d4d;
    background-image: -webkit-linear-gradient(#4d4d4d, #262626);
    background-image: linear-gradient(#4d4d4d, #262626); }
    .button.dark-grey:hover, .button.dark-grey.hover {
      background-color: #333333;
      background-image: -webkit-linear-gradient(#333333, #0d0d0d);
      background-image: linear-gradient(#333333, #0d0d0d); }
  .button.sharp-edges {
    border-radius: 0px; }
  .button.no-shadow {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  .button span {
    text-decoration: underline; }
  .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .button.big {
    font-size: 1.7em;
    padding: 15px 50px; }
  .button.square {
    font-size: 1.1em;
    padding: 0; }
  .button.small {
    font-size: 1.15em;
    padding: 8px 12px; }
  .button.left {
    float: left; }
  .button.right {
    float: right; }
  .button.center {
    margin: 10px auto; }
  .button.no-text-shadow {
    text-shadow: 0 0 0 #000; }

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

/**
 * OBECNY STYL URCENY PRO RESPONSIVE REDESIGN STRANKY
 * ====> START
 */
*[class*="col-"], .form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0; }

.cl-l {
  clear: left; }

.cl-r {
  clear: right; }

.cl-b {
  clear: both; }

.text-red {
  color: #ff0000; }

.text-orange {
  color: #FF6F61; }

.text-green {
  color: #33AF5D; }

.border-top {
  border-top: 1px solid #EBEBEB; }

.border-right {
  border-right: 1px solid #EBEBEB; }

.border-bottom {
  border-bottom: 1px solid #EBEBEB; }

.border-left {
  border-left: 1px solid #EBEBEB; }

.offset-top, .alert.offset-top {
  margin-top: 25px; }
  .offset-top.offset-double {
    margin-top: 62.5px; }

.offset-bottom, .alert.offset-bottom {
  margin-bottom: 25px; }
  .offset-bottom.offset-double {
    margin-bottom: 62.5px; }

.offset-vertical {
  margin-top: 25px;
  margin-bottom: 25px; }
  .offset-vertical.offset-double {
    margin-top: 50px;
    margin-bottom: 50px; }

.padding-top {
  padding-top: 25px; }
  .padding-top.padding-double {
    padding-top: 50px; }

.padding-bottom {
  padding-bottom: 25px; }
  .padding-bottom.padding-double {
    padding-bottom: 50px; }

.padding-right {
  padding-right: 25px; }
  .padding-right.padding-double {
    padding-right: 50px; }

.padding-left {
  padding-left: 25px; }
  .padding-left.padding-double {
    padding-left: 50px; }

.padding-vertical {
  padding-top: 25px;
  padding-bottom: 25px; }
  .padding-vertical.padding-double {
    padding-top: 50px;
    padding-bottom: 50px; }

.line-height170 {
  line-height: 170%; }

@media (max-width: 767px) {
  .offset-top, .alert.offset-top {
    margin-top: 15px; }
    .offset-top.offset-double {
      margin-top: 37.5px; }
  .offset-bottom, .alert.offset-bottom {
    margin-bottom: 15px; }
    .offset-bottom.offset-double {
      margin-bottom: 37.5px; }
  .offset-vertical {
    margin-top: 15px;
    margin-bottom: 15px; }
    .offset-vertical.offset-double {
      margin-top: 30px;
      margin-bottom: 30px; }
  .padding-top {
    padding-top: 15px; }
    .padding-top.padding-double {
      padding-top: 30px; }
  .padding-bottom {
    padding-bottom: 15px; }
    .padding-bottom.padding-double {
      padding-bottom: 30px; }
  .padding-right {
    padding-right: 15px; }
    .padding-right.padding-double {
      padding-right: 30px; }
  .padding-left {
    padding-left: 15px; }
    .padding-left.padding-double {
      padding-left: 30px; }
  .padding-vertical {
    padding-top: 15px;
    padding-bottom: 15px; }
    .padding-vertical.padding-double {
      padding-top: 30px;
      padding-bottom: 30px; } }

.col-inline-block {
  display: inline-block !important;
  position: relative;
  max-width: 100%; }

.btn-sharp {
  font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  padding: 14px 18px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  box-sizing: border-box; }
  .btn-sharp:active, .btn-sharp:focus {
    top: 1px; }
  .btn-sharp.padding-horizontal {
    padding-right: 54px;
    padding-left: 54px; }
  .btn-sharp i {
    display: inline-block;
    font-style: normal;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: -17px;
    margin-bottom: -17px; }
  .btn-sharp .ico-cart {
    padding-left: 38px;
    background: url("https://cdn.europosters.eu/img/icons/icons/shopping-bag_white.svg") 0 50% no-repeat;
    line-height: 22px; }
  .btn-sharp .ico-frame {
    padding-left: 30px;
    background: url("https://cdn.europosters.eu/img/icons/ico-frame.png") 0 50% no-repeat;
    line-height: 22px; }
  .btn-sharp .ico-frame-white {
    padding-left: 30px;
    background: url("https://cdn.europosters.eu/img/icons/ico-frame-white.png") 0 50% no-repeat;
    line-height: 22px; }

.btn-sharp-primary {
  border-color: #FF6F61;
  color: #ffffff !important;
  background-color: #FF6F61;
  border-radius: 0; }
  @media (min-width: 768px) {
    .btn-sharp-primary:hover {
      background-color: #ff9d94;
      color: #ffffff;
      border-color: #ff9d94; } }
  .btn-sharp-primary:disabled {
    background-color: #ff9d94;
    color: #ffffff;
    border-color: #ff9d94; }

.btn-sharp-secondary {
  color: #FF6F61 !important;
  border-color: #FF6F61;
  position: relative;
  /* &:before { content: " "; position: absolute; right: 0px; bottom: 0px; height: 2px; width: 96%; background: $cTextBtnSecondary; } */ }
  .btn-sharp-secondary:hover {
    background: #FF6F61;
    color: white !important;
    /*	&:before { background: lighten($cTextBtnSecondary, 10%) } */ }

@media (max-width: 767px) {
  .btn-xs-large {
    min-width: 220px; } }

.btn-sq {
  width: 47px;
  height: 47px;
  padding: 0;
  /* &:before { width: 85%; background: $cTextBtnSecondary; } */ }
  .btn-sq img {
    width: 13px; }
  .btn-sq:hover {
    color: #ff9d94 !important;
    border-color: #ff9d94;
    background: none; }
    .btn-sq:hover:before {
      background: #ff9d94; }
  @media (max-width: 1250px) {
    .btn-sq {
      display: none; } }
.btn-large {
  min-width: 150px;
  padding: 1.5em 4em; }

.btn-xl {
  min-width: 300px;
  font-size: 110%;
  padding: 20px 20px; }

/* objednavka */
.btn-instagram {
  padding: 1em 2em 1em 4em;
  display: block;
  float: left;
  width: 45%;
  margin-left: 10px;
  box-sizing: border-box;
  background: url("https://cdn.europosters.eu/img//icons/foo-icons/instagram.svg") no-repeat 18px 14px; }
  .btn-instagram:hover {
    background: #FF6F61;
    color: white !important; }
  @media (max-width: 1190px) {
    .btn-instagram {
      background-image: none;
      padding-left: 1em; } }
.btn-sharp-black {
  padding: 1em 2em;
  border-color: black;
  color: black !important;
  border-bottom: 0;
  position: relative; }
  .btn-sharp-black:before {
    content: " ";
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 96%;
    background: black; }
  .btn-sharp-black:hover {
    color: #666666 !important;
    border-color: #666666; }
    .btn-sharp-black:hover:before {
      background: #666666; }

.btn-sharp-green {
  border-color: #33AF5D !important;
  color: #ffffff !important;
  background-color: #33AF5D !important; }
  .btn-sharp-green:hover {
    background-color: #43c870 !important;
    border-color: #43c870 !important;
    color: #ffffff !important; }

.btn-sharp-white {
  border-color: white;
  color: #34363a !important;
  background-color: white;
  /* &:hover { background-color: darken(white, 2%); border-color: darken(white, 2%); } */ }

.btn.btn-close-modal {
  background: transparent;
  line-height: 1em;
  font-size: 3.5em;
  padding: 0;
  margin: -5px 0 -10px 0; }

.btn-facebook {
  cursor: pointer;
  text-transform: none;
  color: #fff;
  padding: 14px 20px 15px 50px;
  border: 0px none;
  background: #4064b0 url("https://cdn.europosters.eu/img/facebook-icon.jpg") 15px center no-repeat;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 14px; }
  .btn-facebook:hover {
    background-color: #324f8b;
    color: #fff; }

.btn-sso {
  font-size: 1.2em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 0;
  color: #000;
  text-decoration: none;
  touch-action: manipulation;
  display: block; }
  .btn-sso img {
    margin-right: 8px; }

.btn-sso-facebook {
  background-color: #3b5998;
  color: #fff;
  font-weight: 500;
  text-align: center; }
  .btn-sso-facebook img {
    height: 18px;
    vertical-align: middle; }

.btn-sso-apple {
  background-color: black;
  color: white;
  font-weight: 500;
  text-align: center; }
  .btn-sso-apple img {
    height: 18px; }

.btn-sso-cover {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
  padding-left: 30px; }

.tick-list li a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }

.tick-list li::marker {
  color: #FF6F61; }

.tag {
  display: inline-block;
  padding: 7px 22px 7px 10px;
  white-space: nowrap;
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
  border: 1px solid #34363a;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold; }
  .tag:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 8px;
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #34363a;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.21); }
  .tag:hover, .tag.active {
    background-color: #34363a;
    color: #fff; }

.products-headline {
  font-size: 1.8em;
  margin-bottom: 25px;
  font-weight: 400; }
  .products-headline a {
    text-decoration: none; }

/**
 * ====> END
 * styl urceny pro responsive redesign stranky
 */
.relative {
  position: relative; }

.middle-line {
  display: block;
  background: transparent;
  border: 0px none;
  border-bottom: 1px solid #cccccc;
  width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .middle-line {
      width: 80%; } }
.no-js .row-thumb img.lazy {
  display: none; }

i.text-icon {
  border-radius: 10px;
  position: relative;
  font-style: normal;
  padding: 2px 5px;
  display: inline-block;
  text-align: center;
  background: #EBEBEB;
  color: #000;
  margin-top: -2px; }
  i.text-icon.right {
    float: right;
    margin-left: 10px; }
  i.text-icon.left {
    float: left;
    margin-right: 10px; }

#main {
  text-align: left;
  height: auto;
  position: relative; }

.container {
  width: 100% !important;
  max-width: 1540px; }
  body.wide-container .container {
    max-width: 1400px; }

.container-full {
  width: auto;
  max-width: 1610px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto; }
  @media (max-width: 767px) {
    .container-full {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (max-width: 767px) {
    .container-full.no-padding-xs {
      padding: 0; } }
.container-medium {
  width: auto;
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto; }
  @media (max-width: 767px) {
    .container-medium {
      padding-left: 8px;
      padding-right: 8px; } }
.container-small {
  width: auto;
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto; }

body.wide-container .why-posters-style-sidebar {
  display: none; }

.container, .centered-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.centered-content {
  max-width: 1080px;
  margin: 0px auto;
  padding: 0 10px; }
  .centered-content.row {
    margin-left: -10px; }
  @media (max-width: 767px) {
    .centered-content {
      width: 100%;
      padding: 0; } }
.min-responsive .centered-content, .min-responsive .container, .min-responsive .min-responsive-container {
  min-width: 767px; }

label {
  font-weight: normal; }

input {
  border: 1px solid #CECECE;
  color: #575757;
  padding: 2px;
  size: 14px;
  font-size: 14px; }
  input.button, input[type="image"] {
    border: 0px none; }

html.bg input {
  font-family: Tahoma, sans-serif; }

a {
  text-decoration: underline;
  color: #34363a; }
  a:hover {
    text-decoration: none; }
  a:active, a:focus {
    outline: 0px none; }
  a.hover-underline {
    text-decoration: none; }
    a.hover-underline:hover {
      text-decoration: underline !important; }
  a.decoration-none {
    text-decoration: none; }

p a {
  color: #FF6F61; }

.with-arrow {
  background: url("https://cdn.europosters.eu/img/icons/right-arrow.svg") no-repeat;
  padding-right: 20px;
  background-position: right 5px;
  background-size: 12px; }

.hide {
  display: none; }

.js-hide {
  display: none; }

.margintop15 {
  margin-top: 15px; }

.fix-inline-block {
  margin-right: -4px; }

/**
 *	NOVA HLAVICKA
 **/
#head {
  position: relative;
  background: white; }
  #head::after {
    clear: both;
    content: "";
    display: table; }
  .slim-order #head > .hidden-xs {
    display: block !important; }
  .mobile-nav-active #head {
    position: fixed;
    z-index: 1000;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    left: 0; }

#head-top {
  position: relative; }
  #head-top .fl-l {
    float: left; }
  #head-top .fl-r {
    float: right; }
  #head-top .arrow {
    display: inline-block;
    height: 0;
    width: 0; }
    #head-top .arrow.down {
      border-top: 6px solid #b1acac;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
  #head-top a:hover .arrow.down {
    border-top-color: #655f5f; }
  #head-top .js-dropdown-toggler {
    position: relative; }
  #head-top .js-dropdown-content {
    position: absolute;
    right: 0;
    z-index: 99; }

.scss-very-top-menu-links, #header-control-panel #user.not-logged a, #header-control-panel #very-top-menu a {
  padding: 5px 7px 7px 7px;
  -webkit-transition: color 0.1s ease-in 0s;
  -moz-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s; }
  .scss-very-top-menu-links:hover, #header-control-panel #user.not-logged a:hover, #header-control-panel #very-top-menu a:hover {
    color: #7C828F;
    text-decoration: none; }

.head-editor #header-content {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .head-editor #header-content {
      margin-top: 8px;
      margin-bottom: 5px; } }
@media (max-width: 767px) {
  .head-editor #logo {
    height: 35px !important; } }

@media (max-width: 767px) {
  .head-editor .close-btn {
    height: 38px;
    width: 38px;
    top: -3px;
    right: 0; }
  .head-editor .close-x {
    width: 35px;
    height: 35px; } }

#header-control-panel {
  min-height: 34px;
  margin: 0;
  background: whitesmoke;
  font-size: 0.9em; }
  #header-control-panel > .centered-content, #header-control-panel > .container {
    position: relative; }
  #header-control-panel.centered-content {
    position: relative; }
  #header-control-panel .header-control-panel-dropdown, #header-control-panel #user div, #header-control-panel #currency div, #header-control-panel #lang div {
    display: none;
    position: absolute;
    background: whitesmoke; }
  #header-control-panel a {
    text-decoration: none; }
    #header-control-panel a:hover {
      color: #7C828F; }
  #header-control-panel #very-top-menu {
    color: #e0e0e0;
    height: 34px;
    line-height: 34px; }
  #header-control-panel #lang {
    min-height: 34px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    width: 75px; }
    #header-control-panel #lang div {
      top: 34px;
      right: 0px;
      text-align: left;
      width: 84px; }
      #header-control-panel #lang div a {
        display: block;
        padding: 10px 5px 10px 12px; }
    #header-control-panel #lang .flag {
      position: static; }
    #header-control-panel #lang div a span,
    #header-control-panel #lang a#active-language .flag {
      box-sizing: border-box;
      display: inline-block;
      width: 18px;
      height: 12px;
      background-image: url("https://cdn.europosters.eu/img/flags_iso/flags_sprite_16x10.png");
      background-repeat: no-repeat;
      border: 1px solid #000000;
      position: relative;
      top: 2px;
      margin-right: 10px; }
    #header-control-panel #lang a {
      color: #9A9B9D;
      padding: 0px 2px;
      text-decoration: none;
      text-transform: uppercase; }
      #header-control-panel #lang a#active-language {
        line-height: 34px; }
        #header-control-panel #lang a#active-language .flag {
          margin-right: 0; }
      #header-control-panel #lang a.active {
        color: #FF6F61; }
      #header-control-panel #lang a span.at {
        background-position: 0px 0px; }
      #header-control-panel #lang a span.be {
        background-position: 0px -10px; }
      #header-control-panel #lang a span.cz {
        background-position: 0px -20px; }
      #header-control-panel #lang a span.de {
        background-position: 0px -30px; }
      #header-control-panel #lang a span.dk {
        background-position: 0px -40px; }
      #header-control-panel #lang a span.es {
        background-position: 0px -50px; }
      #header-control-panel #lang a span.eu {
        background-position: 0px -60px; }
      #header-control-panel #lang a span.fi {
        background-position: 0px -70px; }
      #header-control-panel #lang a span.fr {
        background-position: 0px -80px; }
      #header-control-panel #lang a span.gb {
        background-position: 0px -90px; }
      #header-control-panel #lang a span.hu {
        background-position: 0px -100px; }
      #header-control-panel #lang a span.it {
        background-position: 0px -110px; }
      #header-control-panel #lang a span.nl {
        background-position: 0px -120px; }
      #header-control-panel #lang a span.pl {
        background-position: 0px -130px; }
      #header-control-panel #lang a span.pt {
        background-position: 0px -140px; }
      #header-control-panel #lang a span.se {
        background-position: 0px -150px; }
      #header-control-panel #lang a span.sk {
        background-position: 0px -160px; }
      #header-control-panel #lang a span.usa {
        background-position: 0px -170px; }
      #header-control-panel #lang a span.lv {
        background-position: 0px -180px; }
      #header-control-panel #lang a span.bg {
        background-position: 0px -190px; }
      #header-control-panel #lang a span.ro {
        background-position: 0px -200px; }
      #header-control-panel #lang a span.ie {
        background-position: 0px -210px; }
      #header-control-panel #lang a span.si {
        background-position: 0px -220px; }
      #header-control-panel #lang a span.hr {
        background-position: 0px -230px; }
      #header-control-panel #lang a span.ch {
        background-position: 0px -240px; }
      #header-control-panel #lang a span.no {
        background-position: 0px -250px; }
      #header-control-panel #lang a span.ua {
        background-position: 0px -260px; }
      #header-control-panel #lang a span.gr {
        background-position: 0px -270px; }
    #header-control-panel #lang .arrow {
      margin: 0 0 0 7px; }
  #header-control-panel #currency {
    min-height: 34px;
    text-align: right;
    padding: 0px 20px 0px 0px;
    width: 70px; }
    #header-control-panel #currency div {
      top: 34px;
      right: 100px;
      text-align: left;
      width: 79px; }
      #header-control-panel #currency div a {
        display: block;
        padding: 10px 5px 10px 12px; }
        #header-control-panel #currency div a:hover {
          background: #f2f2f2;
          border-left-color: #236aaa; }
    #header-control-panel #currency .flag {
      position: static; }
    #header-control-panel #currency div a span,
    #header-control-panel #currency a#active-language .flag {
      box-sizing: border-box;
      display: inline-block;
      width: 18px;
      height: 12px;
      background-image: url("https://cdn.europosters.eu/img/flags_iso/flags_sprite_16x10.png");
      background-repeat: no-repeat;
      border: 1px solid #000000;
      position: relative;
      top: 2px;
      margin-right: 10px; }
    #header-control-panel #currency a {
      color: #9A9B9D;
      padding: 0px 2px;
      text-decoration: none;
      text-transform: uppercase; }
      #header-control-panel #currency a#active-language {
        line-height: 34px; }
        #header-control-panel #currency a#active-language .flag {
          margin-right: 0; }
      #header-control-panel #currency a.active {
        color: #FF6F61; }
      #header-control-panel #currency a span.at {
        background-position: 0px 0px; }
      #header-control-panel #currency a span.be {
        background-position: 0px -10px; }
      #header-control-panel #currency a span.cz {
        background-position: 0px -20px; }
      #header-control-panel #currency a span.de {
        background-position: 0px -30px; }
      #header-control-panel #currency a span.dk {
        background-position: 0px -40px; }
      #header-control-panel #currency a span.es {
        background-position: 0px -50px; }
      #header-control-panel #currency a span.eu {
        background-position: 0px -60px; }
      #header-control-panel #currency a span.fi {
        background-position: 0px -70px; }
      #header-control-panel #currency a span.fr {
        background-position: 0px -80px; }
      #header-control-panel #currency a span.gb {
        background-position: 0px -90px; }
      #header-control-panel #currency a span.hu {
        background-position: 0px -100px; }
      #header-control-panel #currency a span.it {
        background-position: 0px -110px; }
      #header-control-panel #currency a span.nl {
        background-position: 0px -120px; }
      #header-control-panel #currency a span.pl {
        background-position: 0px -130px; }
      #header-control-panel #currency a span.pt {
        background-position: 0px -140px; }
      #header-control-panel #currency a span.se {
        background-position: 0px -150px; }
      #header-control-panel #currency a span.sk {
        background-position: 0px -160px; }
      #header-control-panel #currency a span.usa {
        background-position: 0px -170px; }
      #header-control-panel #currency a span.lv {
        background-position: 0px -180px; }
      #header-control-panel #currency a span.bg {
        background-position: 0px -190px; }
      #header-control-panel #currency a span.ro {
        background-position: 0px -200px; }
      #header-control-panel #currency a span.ie {
        background-position: 0px -210px; }
      #header-control-panel #currency a span.si {
        background-position: 0px -220px; }
      #header-control-panel #currency a span.hr {
        background-position: 0px -230px; }
      #header-control-panel #currency a span.ch {
        background-position: 0px -240px; }
      #header-control-panel #currency a span.no {
        background-position: 0px -250px; }
      #header-control-panel #currency a span.ua {
        background-position: 0px -260px; }
      #header-control-panel #currency a span.gr {
        background-position: 0px -270px; }
    #header-control-panel #currency .arrow {
      margin: 0 0 0 7px; }
  #header-control-panel #user {
    display: block;
    min-height: 34px;
    line-height: 34px;
    position: relative; }
    #header-control-panel #user > a {
      background: url("https://cdn.europosters.eu/img/icons/icons/ico-user.svg") no-repeat 4px center;
      background-size: 14px;
      padding: 0 26px !important;
      margin-left: 25px; }
    #header-control-panel #user.logged {
      min-width: 150px; }
      #header-control-panel #user.logged > a {
        font-weight: bold;
        text-decoration: none; }
        #header-control-panel #user.logged > a em {
          font-style: normal;
          font-weight: normal;
          margin-right: 5px; }
    #header-control-panel #user div {
      top: 34px;
      left: -1px;
      min-width: 250px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 0;
      z-index: 100;
      line-height: 2em; }
      #header-control-panel #user div a {
        display: block;
        word-spacing: nowrap;
        padding: 0px 20px; }
      #header-control-panel #user div strong a {
        text-decoration: none; }
      #header-control-panel #user div hr {
        display: block;
        border: 0px none;
        border-bottom: 1px solid #e0e0e0;
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
        margin-bottom: 10px; }
  #header-control-panel .user-print-your-own {
    background: #FF6F61;
    color: white;
    padding: 3px;
    margin-left: 2em; }

#header-content {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between; }
  #header-content #logo {
    height: 50px;
    overflow: hidden;
    width: 270px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain; }
  #header-content #header-content-logo {
    margin: -15px 0px 0px 7px; }
  #header-content #contact-phone {
    margin: 8px 15px 0 0;
    text-align: right; }
    #header-content #contact-phone a {
      color: #34363a;
      text-decoration: none; }
  #header-content #shopping-cart {
    position: relative;
    margin-bottom: 0px;
    height: 25px; }
    #header-content #shopping-cart.no-contact {
      margin-top: 15px;
      margin-bottom: 10px; }
    #header-content #shopping-cart a {
      color: #FF6F61; }
      #header-content #shopping-cart a:hover {
        text-decoration: none;
        color: #FF6F61; }
    #header-content #shopping-cart .discount-flag {
      position: relative;
      float: right;
      height: 50px;
      padding: 0px 10px 0px 12px;
      font-size: 1.2em;
      color: #fff;
      background-color: #33AF5D;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      margin-right: 2px;
      cursor: default;
      line-height: 50px; }
      #header-content #shopping-cart .discount-flag:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 22px;
        border-right: 5px solid #33AF5D;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent; }
    #header-content #shopping-cart #cart-header {
      border-radius: 25px;
      min-width: 50px;
      height: 50px; }
      #header-content #shopping-cart #cart-header.with-discount {
        float: right;
        border-right: 0;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px; }
      #header-content #shopping-cart #cart-header:hover {
        border-color: black;
        background: black; }
      #header-content #shopping-cart #cart-header.has-content:hover {
        border-bottom-right-radius: 0px; }
      #header-content #shopping-cart #cart-header #cart-header-inner {
        background: url("https://cdn.europosters.eu/img/icons/icons/shopping-bag_black.svg") no-repeat 13px 12px;
        height: 40px;
        display: block; }
        #header-content #shopping-cart #cart-header #cart-header-inner.has-content {
          padding-left: 45px;
          padding-right: 13px;
          line-height: 48px; }
        #header-content #shopping-cart #cart-header #cart-header-inner:hover {
          background-image: url("https://cdn.europosters.eu/img/icons/icons/shopping-bag_white.svg"); }
    #header-content #shopping-cart .badge {
      position: absolute;
      left: 25px; }
    #header-content #shopping-cart .shopping-cart-row {
      padding: 0.5em 1em 0.5em 1em;
      clear: both;
      border-bottom: 1px solid #e0e0e0; }
      #header-content #shopping-cart .shopping-cart-row .thumb-cover {
        width: 60px;
        height: 60px;
        margin-right: 1em; }
    #header-content #shopping-cart img {
      max-height: 60px; }
    #header-content #shopping-cart #shopping-cart-dropDown {
      position: absolute;
      top: 45px;
      right: 0;
      width: 370px;
      background: whitesmoke;
      border: 1px solid #e0e0e0;
      z-index: 22;
      display: none;
      line-height: 1.5; }
      #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row em {
        display: block;
        font-size: 0.85em;
        font-style: normal;
        color: #7C828F; }
        #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row em span {
          font-weight: bold;
          color: #34363a; }
      #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row-item {
        min-height: 60px; }
      #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row-item a {
        display: block; }
      #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row-without-image {
        padding: 0.5em 1em 0.5em 85px; }
      #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row-discount {
        font-size: 0.85em; }
        #header-content #shopping-cart #shopping-cart-dropDown .shopping-cart-row-discount strong {
          color: #FF6F61;
          display: block;
          font-size: 14px; }
      #header-content #shopping-cart #shopping-cart-dropDown .odd {
        background: #fff; }
      #header-content #shopping-cart #shopping-cart-dropDown .summ-cover {
        background: whitesmoke; }
      #header-content #shopping-cart #shopping-cart-dropDown .summ {
        color: #34363a;
        text-align: center;
        font-size: 0.85em;
        padding: 20px 15px; }
      #header-content #shopping-cart #shopping-cart-dropDown .summ strong {
        color: #33AF5D;
        display: block; }
      #header-content #shopping-cart #shopping-cart-dropDown .btn-sharp {
        padding: 8px 18px;
        display: block;
        margin: 0 15px; }
  #header-content #favorites {
    position: relative;
    border-radius: 25px;
    width: 50px;
    height: 50px; }
    #header-content #favorites:hover {
      border-color: black;
      background: black; }
    #header-content #favorites #favorites-inner {
      background: url("https://cdn.europosters.eu/img/icons/icons/heart_black.svg") no-repeat center;
      width: 50px;
      height: 50px; }
      #header-content #favorites #favorites-inner:hover {
        background-image: url("https://cdn.europosters.eu/img/icons/icons/heart_white.svg"); }
    #header-content #favorites a {
      display: block;
      width: 100%;
      height: 100%; }
  #header-content #camera {
    position: relative;
    border-radius: 25px;
    width: 50px;
    height: 50px; }
    #header-content #camera:hover {
      border-color: black;
      background: black; }
    #header-content #camera #camera-inner {
      background: url("https://static.posters.cz/img/icons/icons/camera_black.svg") no-repeat center;
      width: 50px;
      height: 50px;
      background-size: 30px; }
      #header-content #camera #camera-inner:hover {
        background-image: url("https://static.posters.cz/img/icons/icons/camera_white.svg"); }
    #header-content #camera a {
      display: block;
      width: 100%;
      height: 100%; }
  #header-content #shopping-cart .badge, #header-content #favorites .badge, #header-content #camera .badge {
    position: absolute;
    right: 2px;
    top: 0px;
    border-radius: 50%;
    background-color: #FF6F61;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    z-index: 1; }
    #header-content #shopping-cart .badge.flag-shown, #header-content #favorites .badge.flag-shown, #header-content #camera .badge.flag-shown {
      right: 63px; }

form.header-search-form {
  width: 45%; }
  form.header-search-form input {
    -webkit-appearance: none;
    border-radius: 0; }
    form.header-search-form input[type="text"] {
      border: 1px solid #EBEBEB;
      border-right: 0px none;
      max-width: 270px;
      width: 50%;
      float: left;
      height: 48px;
      line-height: 50px;
      padding: 0 3%;
      font-weight: 400;
      color: #7C828F;
      font-size: 14px; }
    form.header-search-form input[type="submit"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 40px;
      padding-left: 50px;
      height: 50px;
      background: url("https://cdn.europosters.eu/img/icons/magnifying-glass.png") no-repeat 25px center #FF6F61;
      border: 1px solid #FF6F61;
      color: #fff;
      cursor: pointer;
      font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif;
      font-size: 14px; }
      form.header-search-form input[type="submit"]:hover {
        background: url("https://cdn.europosters.eu/img/icons/magnifying-glass.png") no-repeat 25px center #ff9d94;
        border-color: #ff9d94; }

/* short class has 4 stars only */
.modal-body.simple-text {
  line-height: 1.5em;
  text-align: left; }
  .modal-body.simple-text a {
    display: inline !important; }
  .modal-body.simple-text p {
    padding: 10px 0 0 0; }
  .modal-body.simple-text ul {
    margin-left: 17px;
    margin-top: 10px; }

/** Why Posters **/
.why-posters a {
  text-decoration: none;
  display: block; }

.why-posters img {
  max-height: 35px;
  display: block;
  margin: 0 auto; }

.why-posters .framing h3 {
  font-size: 150%;
  margin-top: 30px; }

.why-posters .framing img {
  max-height: 200px;
  display: block;
  margin: 20px 0 20px 0; }

.why-posters .framing .col-sm-6 {
  padding-left: 10%; }

.why-posters span {
  display: block !important;
  font-size: 1.3em;
  margin: 20px 0 10px 0;
  font-weight: 500;
  color: #34363a; }

.why-posters em {
  font-style: normal;
  color: #7C828F; }

.why-posters-style-sidebar {
  box-sizing: border-box;
  width: 140px;
  position: absolute;
  top: 264px;
  text-align: center;
  display: none; }
  .why-posters-style-sidebar.why-posters-style-sidebar-position-right {
    right: 50%;
    margin-right: -1080px;
    padding-left: 10px; }
  @media (min-width: 1820px) {
    .why-posters-style-sidebar {
      display: block; } }
  .why-posters-style-sidebar.index-page {
    top: 750px; }
    .why-posters-style-sidebar.index-page.flash-shown {
      top: 815px; }
    .why-posters-style-sidebar.index-page.why-posters-fixed {
      position: fixed;
      top: 1px; }
  .why-posters-style-sidebar > div {
    margin-bottom: 20px; }

.why-posters-style-content .visible-sidebar-only {
  display: none; }

.why-posters-style-content.ta-center {
  text-align: center !important; }

/* #why-leave is child of .fancy-cover */
#why-leave, #why-leave-uk, #reg-popup {
  overflow: hidden; }
  #why-leave .modal-dialog, #why-leave-uk .modal-dialog, #reg-popup .modal-dialog {
    max-width: 820px;
    width: 90vw; }
  #why-leave .modal-body, #why-leave-uk .modal-body, #reg-popup .modal-body {
    padding-bottom: 60px;
    margin: 30px; }
    @media (max-width: 767px) {
      #why-leave .modal-body, #why-leave-uk .modal-body, #reg-popup .modal-body {
        margin: 10px;
        padding-bottom: 20px;
        padding-top: 20px; } }
  #why-leave .modal-content, #why-leave-uk .modal-content, #reg-popup .modal-content {
    position: relative;
    text-align: center; }
    #why-leave .modal-content form, #why-leave-uk .modal-content form, #reg-popup .modal-content form {
      display: block;
      width: 100%;
      font-size: 1.3em; }
      @media (max-width: 767px) {
        #why-leave .modal-content form, #why-leave-uk .modal-content form, #reg-popup .modal-content form {
          font-size: 1.1em; } }
      #why-leave .modal-content form fieldset, #why-leave-uk .modal-content form fieldset, #reg-popup .modal-content form fieldset {
        border: none; }
      #why-leave .modal-content form legend, #why-leave-uk .modal-content form legend, #reg-popup .modal-content form legend {
        padding: 80px 0 40px 0;
        display: block;
        font-size: 2.5em;
        color: #ff9d94;
        font-weight: bold; }
      #why-leave .modal-content form big, #why-leave-uk .modal-content form big, #reg-popup .modal-content form big {
        display: block;
        font-size: 2em;
        color: #000;
        margin-top: 15px;
        font-weight: bold;
        line-height: 1.3em; }
        @media (max-width: 767px) {
          #why-leave .modal-content form big, #why-leave-uk .modal-content form big, #reg-popup .modal-content form big {
            line-height: 1.1em; } }
      #why-leave .modal-content form label, #why-leave-uk .modal-content form label, #reg-popup .modal-content form label {
        color: #000;
        display: block;
        line-height: 1.5em;
        margin: 25px 0 40px 0; }
        @media (max-width: 767px) {
          #why-leave .modal-content form label, #why-leave-uk .modal-content form label, #reg-popup .modal-content form label {
            margin: 15px 0; } }
        #why-leave .modal-content form label strong, #why-leave-uk .modal-content form label strong, #reg-popup .modal-content form label strong {
          display: block;
          font-size: 3em;
          line-height: 1.1em; }
      #why-leave .modal-content form span, #why-leave .modal-content form small, #why-leave-uk .modal-content form span, #why-leave-uk .modal-content form small, #reg-popup .modal-content form span, #reg-popup .modal-content form small {
        color: #9a9a9a; }
      #why-leave .modal-content form input[type="text"], #why-leave .modal-content form input[type="email"], #why-leave-uk .modal-content form input[type="text"], #why-leave-uk .modal-content form input[type="email"], #reg-popup .modal-content form input[type="text"], #reg-popup .modal-content form input[type="email"] {
        padding: 15px 15px 15px 55px;
        border: 1px solid #ddd;
        text-align: left;
        background: #fff url("https://cdn.europosters.eu/img/envelope-icon.jpg") 15px center no-repeat; }
      #why-leave .modal-content form input[type="submit"], #why-leave-uk .modal-content form input[type="submit"], #reg-popup .modal-content form input[type="submit"] {
        color: #fff;
        padding: 16px 0;
        border: 0px none; }
      #why-leave .modal-content form input.btn-use-facebook, #why-leave-uk .modal-content form input.btn-use-facebook, #reg-popup .modal-content form input.btn-use-facebook {
        background: #4064b0 url("https://cdn.europosters.eu/img/facebook-icon.jpg") 15px center no-repeat;
        padding-left: 50px;
        padding-right: 20px;
        text-align: center;
        width: 100%; }
        #why-leave .modal-content form input.btn-use-facebook:hover, #why-leave-uk .modal-content form input.btn-use-facebook:hover, #reg-popup .modal-content form input.btn-use-facebook:hover {
          background-color: #5e7fc5; }
      #why-leave .modal-content form .note, #why-leave-uk .modal-content form .note, #reg-popup .modal-content form .note {
        margin-top: 40px; }
      #why-leave .modal-content form .privacy-policy, #why-leave-uk .modal-content form .privacy-policy, #reg-popup .modal-content form .privacy-policy {
        font-size: 0.7em; }
        #why-leave .modal-content form .privacy-policy a, #why-leave-uk .modal-content form .privacy-policy a, #reg-popup .modal-content form .privacy-policy a {
          color: #9a9a9a; }
  #why-leave ul, #why-leave-uk ul, #reg-popup ul {
    list-style-type: none; }
    #why-leave ul li, #why-leave-uk ul li, #reg-popup ul li {
      padding-left: 30px;
      background: url(/eshop_style/img/order/cart-product-on-store.png) no-repeat; }

@media (max-width: 767px) {
  #why-leave-uk big {
    font-size: 1.5em !important; }
  #why-leave-uk #ukposters-logo {
    height: 55px; } }

.splitter-text {
  position: relative;
  margin: 20px 0;
  text-align: center; }
  .splitter-text:after {
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: 7px;
    left: 10%;
    right: 10%;
    border-bottom: 1px solid #EBEBEB; }
  .splitter-text span {
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    z-index: 10;
    position: relative;
    font-size: 0.75em;
    color: #7C828F; }

.blurred {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.ui-autocomplete {
  z-index: 30 !important;
  min-width: 450px; }
  .ui-autocomplete .ui-autocomplete-category {
    clear: left;
    float: left;
    width: 100%;
    height: 0;
    color: transparent;
    border-bottom: 1px solid white;
    margin: 4px 0 3px 0; }
    .ui-autocomplete .ui-autocomplete-category:first-child {
      display: none; }
  .ui-autocomplete .ui-menu-item > a {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center; }
    .ui-autocomplete .ui-menu-item > a span {
      padding-left: 5px; }
      .ui-autocomplete .ui-menu-item > a span.autocomplete-img-desc {
        line-height: 150%; }
  .ui-autocomplete .ui-state-hover {
    background: whitesmoke;
    color: #34363a; }
  .ui-autocomplete .ui-corner-all {
    border-radius: 0;
    --webkit-border-radius: 0; }
  .ui-autocomplete img {
    max-height: 70px;
    height: 70px;
    margin-right: 5px; }

#order-detail-inner .fb_dialog {
  left: 280px !important; }

@media (max-width: 767px) {
  #catalog-filter-inner {
    display: none; } }

.full-line-title {
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  color: #afafaf;
  margin-bottom: 2em;
  margin-top: 2em;
  position: relative;
  font-weight: 300; }
  .full-line-title span {
    background: #fff;
    display: inline-block;
    padding: 0 1.5em;
    height: 20px;
    margin-bottom: -10px; }

.catalog-filter-dropdown {
  position: relative;
  padding-bottom: 8px;
  padding-top: 5px; }
  .catalog-filter-dropdown .btn {
    padding: 0px;
    text-align: left;
    line-height: 2; }
    .catalog-filter-dropdown .btn > span {
      display: inline-block;
      padding: 6px 15px; }
      .catalog-filter-dropdown .btn > span + span {
        margin-left: -3px; }
    .catalog-filter-dropdown .btn .selector {
      float: right;
      border-left: 1px solid #c8c8c8;
      padding-left: 6px;
      padding-right: 6px; }
  .catalog-filter-dropdown .dropdown-menu {
    left: 15px;
    min-width: calc(100% - 30px); }
    .catalog-filter-dropdown .dropdown-menu a {
      text-decoration: none;
      padding-top: 5px;
      padding-bottom: 5px; }
    .catalog-filter-dropdown .dropdown-menu .checkbox span {
      background: url("https://cdn.europosters.eu/img/icons/filter-checkbox.png") right no-repeat;
      background-size: 32px 16px;
      width: 16px;
      height: 16px;
      margin-right: 0.4em;
      display: inline-block;
      vertical-align: middle; }
    .catalog-filter-dropdown .dropdown-menu .checkbox.disabled span {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .catalog-filter-dropdown .dropdown-menu .checkbox.checked span {
      background-position: left; }
    .catalog-filter-dropdown .dropdown-menu small {
      font-size: 0.75em;
      color: #4c4f55; }

@media (max-width: 767px) {
  .catalog-xs-categories ul {
    columns: 2;
    list-style-type: none; }
    .catalog-xs-categories ul li {
      display: block;
      text-align: left;
      margin-bottom: 10px;
      background: whitesmoke;
      border-color: whitesmoke; }
      .catalog-xs-categories ul li a {
        display: inline-block;
        color: #34363a;
        width: initial;
        font-weight: normal;
        text-decoration: none;
        padding: 0.5em 0.7em;
        line-height: 1.6em; } }

.catalog-xs-categories li {
  margin-bottom: 5px; }
  .catalog-xs-categories li + li {
    margin-left: 2px; }

.catalog-filter-items ul {
  list-style-type: none; }

.catalog-filter-items li {
  margin-bottom: 5px;
  border: 1px solid #FF6F61;
  background: #f0f0f0; }
  .catalog-filter-items li + li {
    margin-left: 2px; }

.catalog-filter-items li, .catalog-filter-items span, .catalog-filter-items a {
  line-height: 38px;
  display: inline-block; }

.catalog-filter-items a {
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  background-color: #FF6F61;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px; }
  .catalog-filter-items a:hover {
    background-color: #ff9d94; }

.catalog-filter-items li.not-active {
  background: #f0f0f0;
  color: #4C4C4C;
  border: 0; }
  .catalog-filter-items li.not-active a {
    color: #34363a;
    width: initial;
    font-weight: normal;
    background: whitesmoke;
    border-color: whitesmoke; }
    .catalog-filter-items li.not-active a:hover {
      background: #cfcfcf; }

.catalog-filter-items span {
  padding: 0px 1em; }

.catalog-filter-toggler {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 1em;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0px;
  height: 44px;
  line-height: 40px;
  background: url("https://cdn.europosters.eu/img/icons/filter.svg") no-repeat right 55px center;
  background-size: 25px;
  padding-left: 40px;
  text-align: right;
  padding-top: 3px;
  font-size: 1em;
  padding-right: 20px; }
  .catalog-filter-toggler .caret {
    float: right;
    margin-top: 20px; }

.catalog-filter-materialy {
  background: whitesmoke;
  padding: 13px 0 0 0;
  margin-right: 0; }
  .catalog-filter-materialy img {
    vertical-align: middle;
    max-height: 70px; }
  .catalog-filter-materialy a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding-bottom: 8px;
    margin-right: 27px; }
    .catalog-filter-materialy a:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #FF6F61;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .catalog-filter-materialy a:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left; }
  .catalog-filter-materialy a.active:after {
    transform: scaleX(1);
    transform-origin: bottom left; }

#catalog-filter-znacky {
  display: flex;
  overflow-x: scroll; }
  #catalog-filter-znacky img {
    max-width: 180px; }
  #catalog-filter-znacky::-webkit-scrollbar {
    background-color: transparent;
    height: 7px; }
  #catalog-filter-znacky:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey; }

.short-desc {
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  padding: 3em 5em 3em 5em;
  font-size: 1.3em;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .short-desc {
      padding: 2em 1em;
      font-size: 90%; } }
.catalog-blog {
  line-height: 150%;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  padding: 3em 3em 3em 5em;
  background: whitesmoke; }
  .catalog-blog h3 > a {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1; }
  .catalog-blog small {
    text-align: left;
    position: absolute;
    left: -8px;
    top: 30px;
    color: #34363a;
    background: #FF6F61;
    padding: 10px 20px;
    line-height: 1;
    font-size: 1.1em; }
  .catalog-blog p {
    text-align: left; }

/**
 *  -> end
 */
#hp {
  margin: 0px -5px; }
  #hp div {
    float: left;
    margin-right: 6px;
    width: 188px; }
    #hp div.last {
      margin-right: 0px; }
    #hp div a {
      display: block;
      width: 100%;
      text-decoration: none; }
      #hp div a strong {
        display: block;
        text-align: center;
        background: url("https://cdn.europosters.eu/img/hp-shade.jpg") repeat-x;
        font-size: 12px;
        color: #1b65ba;
        padding: 13px 0px 5px 0px;
        text-transform: none; }
      #hp div a img {
        border: 0px none;
        display: block; }

#category-banners.cycle {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 388px;
  margin-bottom: 10px; }

.categorybanner {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  clear: left; }
  .categorybanner img {
    width: 100%;
    max-width: 100%; }

#error-404 {
  text-align: left; }
  #error-404 h1, #error-404 h3 {
    color: #fa1600;
    font-size: 1.8em;
    padding: 5px 10px 5px 0px;
    display: block;
    font-weight: normal; }
    @media (max-width: 767px) {
      #error-404 h1, #error-404 h3 {
        font-size: 1.5em; } }
.slimbanner h1, .slimbanner h3 {
  font-size: 1.8em;
  padding: 5px 10px 5px 0px;
  display: block;
  font-weight: normal; }
  @media (max-width: 767px) {
    .slimbanner h1, .slimbanner h3 {
      font-size: 1.5em; } }
.slimbanner-bez-loga h1, .slimbanner-bez-loga h3 {
  margin: 0 50px 0 14px;
  color: #666;
  font-size: 1.6em;
  text-align: left;
  display: inline; }

#navigace, .navigace {
  margin-bottom: 2em;
  margin-top: 1em;
  font-size: 0.95em; }
  #navigace a, .navigace a {
    white-space: nowrap;
    color: #7C828F; }
  @media (max-width: 767px) {
    #navigace, .navigace {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: scroll;
      justify-content: flex-start;
      column-gap: 0.4em;
      margin-top: 0.5em;
      margin-bottom: 1em; } }
.nok-obsah .slimbanner {
  margin-left: 0;
  width: 773px; }

.flag {
  position: absolute;
  right: 10px;
  top: 10px; }

/* results from ultra gr8 searcher */
div.vysledky {
  margin: 0px 0px 5px 27px; }
  div.vysledky em {
    font-style: normal;
    font-size: 90%; }

h1.vysledky {
  display: block;
  padding: 15px 0 15px 20px;
  clear: both; }

h3.vysledky {
  font-size: 150%;
  color: #47A5AE;
  display: block;
  padding: 5px 0 15px 25px; }

a.vysledky {
  clear: left;
  display: block;
  white-space: nowrap;
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px; }

#kosik-navigace {
  clear: both;
  margin: 2em;
  margin-top: 3em; }
  #kosik-navigace.gap {
    margin-top: 20px;
    float: left;
    width: 95%; }

.basket-right {
  float: right;
  clear: left; }

/* top-menu */
#top-menu {
  font-size: 14px;
  height: 44px;
  border-bottom: 1px solid #EBEBEB;
  position: relative; }
  #top-menu::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 767px) {
    #top-menu {
      border: 0; } }
  #top-menu, #top-menu.container {
    padding-left: 0px;
    padding-right: 0px; }
  #top-menu > ul {
    list-style: none;
    display: flex;
    position: relative;
    padding: 0; }
    #top-menu > ul > li {
      text-align: center;
      flex: 1 0 auto;
      line-height: 120%; }
      @media (max-width: 992px) {
        #top-menu > ul > li {
          text-align: left; } }
      #top-menu > ul > li > a {
        display: block;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        color: #34363a;
        position: relative;
        z-index: 20; }
        #top-menu > ul > li > a span {
          display: none;
          width: 0px;
          height: 0px;
          position: absolute;
          bottom: 0px;
          left: 50%;
          border-bottom: 7px solid #fff;
          margin-left: -4px;
          z-index: 20; }
        #top-menu > ul > li > a.active {
          border-bottom: 1px solid #FF6F61; }
      #top-menu > ul > li:hover, #top-menu > ul > li.hover {
        border-bottom: 1px solid #FF6F61;
        animation-duration: 1s; }
      #top-menu > ul > li.active {
        border-bottom: 1px solid #FF6F61; }
      #top-menu > ul > li.hlavni-itema {
        margin-right: 12px;
        margin-left: 4px; }
        @media (max-width: 992px) {
          #top-menu > ul > li.hlavni-itema {
            margin: 0; } }
        #top-menu > ul > li.hlavni-itema > a {
          font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif;
          font-size: 1.20em; }
      #top-menu > ul > li.last-hlavni-itema {
        border-right: 1px solid #EBEBEB; }
      #top-menu > ul > li:first-child > a {
        padding-left: 0;
        margin-left: 0; }
    @media (max-width: 767px) {
      #top-menu > ul {
        flex-wrap: wrap; } }
  #top-menu .dropDown {
    display: none;
    position: absolute;
    z-index: 22;
    top: 45px;
    background: #fff;
    left: 0;
    width: 100%;
    padding-bottom: 20px; }
    #top-menu .dropDown .dropDown-content {
      padding: 10px 15px 10px 15px;
      font-size: 0.9em;
      position: relative; }
      #top-menu .dropDown .dropDown-content.align-right {
        right: 0px;
        left: auto; }
      #top-menu .dropDown .dropDown-content li {
        display: block;
        padding: 0px 11px;
        text-align: left;
        box-sizing: border-box;
        width: 100%; }
        #top-menu .dropDown .dropDown-content li a {
          display: block;
          padding: 5px 10px;
          width: 100%;
          text-decoration: none; }
          #top-menu .dropDown .dropDown-content li a:hover {
            background: #eaeaea;
            color: #000; }
          #top-menu .dropDown .dropDown-content li a img {
            max-height: 145px; }
        #top-menu .dropDown .dropDown-content li.title {
          color: #34363a;
          font-size: 1.15em;
          margin-bottom: 5px;
          font-weight: 600; }
          #top-menu .dropDown .dropDown-content li.title a {
            color: #34363a;
            background: none;
            padding: 5px 10px 5px 4px; }
            #top-menu .dropDown .dropDown-content li.title a:hover {
              background: #eaeaea; }
          #top-menu .dropDown .dropDown-content li.title.title-orange {
            color: #ffffff;
            background: #FF6F61;
            border-bottom-color: #ff1b05; }
            #top-menu .dropDown .dropDown-content li.title.title-orange.title-orange-flame-icon {
              background: url("https://cdn.europosters.eu/img/icons/menu-orange-flame.jpg") no-repeat center right #FF6F61;
              width: 215px; }
        #top-menu .dropDown .dropDown-content li.zobraz-vice {
          color: #34363a;
          font-size: 0.95em;
          margin-bottom: 5px;
          margin-top: 13px; }
          #top-menu .dropDown .dropDown-content li.zobraz-vice a {
            color: #FF6F61;
            background: none;
            padding: 5px 11px;
            text-decoration: underline; }
            #top-menu .dropDown .dropDown-content li.zobraz-vice a:hover {
              background: #eaeaea;
              color: #000; }
        #top-menu .dropDown .dropDown-content li.sale a {
          color: #FF6F61;
          font-weight: bold;
          font-size: 1.1em;
          max-width: none; }
          #top-menu .dropDown .dropDown-content li.sale a span {
            right: 5px; }
        #top-menu .dropDown .dropDown-content li.novinky a {
          color: #33AF5D;
          font-weight: bold;
          font-size: 1.1em;
          max-width: none; }
        #top-menu .dropDown .dropDown-content li.top a {
          color: #34363a;
          font-weight: bold;
          font-size: 1.1em;
          max-width: none; }
        #top-menu .dropDown .dropDown-content li.image a {
          padding: 2px;
          margin-bottom: 5px; }
        #top-menu .dropDown .dropDown-content li.image span {
          display: block;
          padding: 7px 5px; }
      #top-menu .dropDown .dropDown-content.one-column {
        min-width: 180px; }
        #top-menu .dropDown .dropDown-content.one-column ul.left {
          border-right: 0px none; }
      #top-menu .dropDown .dropDown-content ul {
        padding-right: 5px; }
        #top-menu .dropDown .dropDown-content ul.left {
          border-left: 0px none;
          border-right: 0px solid #cdcdcd;
          margin-left: 0px; }
        #top-menu .dropDown .dropDown-content ul.right {
          margin-left: -1px; }
        #top-menu .dropDown .dropDown-content ul:last-child {
          border-right: 0px none; }
      #top-menu .dropDown .dropDown-content .vouchers-menu-ad {
        position: absolute;
        right: 0;
        top: 200px;
        width: 185px;
        height: 165px;
        background: url("https://cdn.europosters.eu/img/poukazy_menu_v3.png") no-repeat; }
        #top-menu .dropDown .dropDown-content .vouchers-menu-ad a {
          display: block;
          width: 100%;
          height: 165px;
          text-decoration: none; }
        #top-menu .dropDown .dropDown-content .vouchers-menu-ad span {
          position: absolute;
          right: 15px;
          bottom: 42px;
          color: white; }
      #top-menu .dropDown .dropDown-content.dropDown-content-full {
        position: relative;
        left: 0;
        top: 0;
        background: white; }
        @media (max-width: 1450px) {
          #top-menu .dropDown .dropDown-content.dropDown-content-full {
            width: 100%; } }
        @media (max-width: 1350px) {
          #top-menu .dropDown .dropDown-content.dropDown-content-full {
            width: 1280px; } }
        @media (max-width: 1150px) {
          #top-menu .dropDown .dropDown-content.dropDown-content-full {
            width: 1180px; } }
        @media (max-width: 950px) {
          #top-menu .dropDown .dropDown-content.dropDown-content-full {
            width: 880px; } }
        @media (max-width: 992px) {
          #top-menu .dropDown .dropDown-content.dropDown-content-full {
            width: 942px; } }
        @media (max-width: 768px) {
          #top-menu .dropDown .dropDown-content.dropDown-content-full {
            width: 768px; } }
    #top-menu .dropDown.dropDown-full {
      position: absolute;
      left: -1000px;
      padding-left: 1000px;
      padding-bottom: 20px; }
  #top-menu .mobileDown {
    display: none; }
  #top-menu .mobile-show {
    display: none; }

html.bg #top-menu li.hlavni-itema > a {
  font-family: Tahoma, sans-serif; }

#menu-overlay {
  width: 100%;
  height: 1400px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(243, 243, 243, 0.9);
  z-index: 21;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }
  #menu-overlay.active {
    visibility: visible;
    opacity: 1; }

.mobile-nav-active .mobile-nav-active-hidden {
  display: none; }

#cover {
  clear: both;
  position: relative;
  background: #fff;
  padding-top: 10px;
  z-index: 20;
  /** one lower to topmenu dropdown **/ }
  .modal-open #cover {
    position: static; }
  #cover a:hover {
    text-decoration: none; }
  #cover.shadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    #cover {
      padding-top: 0; } }
/* ----------------------- menu --------------------- */
#left-pane .left-pane {
  clear: left; }

.left-pane.custom-part {
  margin: 15px 0px;
  text-align: center; }
  .left-pane.custom-part img {
    max-width: 100%; }

#menu {
  clear: left;
  margin: 0px 0px 30px 0px;
  background: #fafafa;
  color: #747474;
  overflow: hidden;
  padding: 5px 1em; }
  #menu .menu-heading {
    display: block;
    color: #FF6F61;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 0px 4px 0px;
    text-transform: uppercase; }
    #menu .menu-heading a {
      display: block;
      color: inherit;
      text-decoration: none; }

#menu-content {
  padding-top: 0.3em;
  padding-bottom: 35px; }
  #menu-content ul {
    list-style: none; }
    #menu-content ul a {
      font-size: 0.95em;
      color: #444;
      text-decoration: none;
      padding: 4px 8px 4px 13px;
      display: block; }
      #menu-content ul a:hover {
        color: #000;
        background: #e0e0e0; }
    #menu-content ul + .menu-heading {
      margin-top: 15px;
      border-top: 1px solid #EBEBEB;
      padding-top: 10px; }
    #menu-content ul li.has-children > a > span {
      display: inline-block;
      width: 0px;
      height: 0px;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid black;
      margin: 0px 0px 1px -7px; }
    #menu-content ul li.opened > a {
      font-weight: bold; }
      #menu-content ul li.opened > a > span {
        display: inline-block;
        width: 0px;
        height: 0px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid black;
        margin: 0px 0px 0px -10px; }
    #menu-content ul li.active > a {
      color: #000;
      font-weight: bold; }
    #menu-content ul li.active.opened > a {
      background: transparent; }
    #menu-content ul.level-2 a {
      margin-left: 1em;
      padding-left: 1.3em;
      color: #000;
      border-left: 1px solid #000; }
    #menu-content ul.level-2 li:last-child a {
      padding-bottom: 10px; }
    #menu-content ul.level-2 li.active a {
      color: #000; }
    #menu-content ul.level-3 a {
      padding-left: 3.5em; }
    #menu-content ul.level-3 li.active a {
      color: #000; }
    #menu-content ul.level-4 a {
      padding-left: 4.5em;
      color: #000; }
    #menu-content ul.level-4 li.active a {
      color: #000; }

.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden; }

#registration fieldset {
  padding: 10px 40px; }
  @media (max-width: 767px) {
    #registration fieldset {
      padding: 0; } }
.no-left-pane #obsah {
  width: 100%; }

#cover .inner {
  width: 98%;
  margin: 0px auto; }

#cardform fieldset {
  border: 1px solid #CECECE;
  padding: 0px 0px 10px 20px;
  margin-bottom: 10px;
  position: relative; }
  #cardform fieldset legend {
    border: 1px solid #CECECE;
    padding: 3px 10px;
    margin-bottom: 5px; }
  #cardform fieldset select {
    margin: 5px 0px 0px 0px; }

#order-detail-content strong {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
  text-align: right; }

.paging {
  width: 100%; }

.listovani {
  width: 100%;
  margin: 20px 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  border: 0;
  border-collapse: collapse;
  min-height: 80px; }
  .listovani td {
    vertical-align: middle;
    text-align: center; }
    .listovani td.active {
      border-bottom: 2px solid #FF6F61; }
      .listovani td.active a {
        font-weight: bold; }
  .listovani .previous {
    float: left; }
    .listovani .previous a {
      padding: 0px 10px 0px 0px;
      font-size: 1.2em;
      width: 80%;
      border: 2px solid #FF6F61;
      background: url("https://cdn.europosters.eu/img/icons/left-arrow.svg") no-repeat;
      background-position: center; }
      .listovani .previous a:hover {
        border-color: #ff9d94; }
  .listovani .next a {
    float: right;
    font-size: 1.2em;
    width: 80%;
    border: 2px solid #FF6F61;
    background: url("https://cdn.europosters.eu/img/icons/right-arrow.svg") no-repeat;
    background-position: center; }
    .listovani .next a:hover {
      border-color: #ff9d94; }
  .listovani a {
    display: block;
    min-width: 25px;
    height: 40px;
    line-height: 40px;
    padding: 0px 7px;
    text-decoration: none;
    color: #4C4C4C; }
    .listovani a:hover {
      color: #000;
      border-bottom: 2px solid #FF6F61; }
  .listovani table {
    margin-left: auto;
    margin-right: auto; }

#editable-icons-services {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  #editable-icons-services img {
    display: inline-block;
    margin: 20px auto;
    max-height: 70px; }

.favorite-brands > div {
  margin-bottom: 15px;
  min-height: 55px; }
  .favorite-brands > div > div {
    border: 1px solid #EBEBEB;
    padding: 8% 15%;
    min-height: 80px;
    height: 80px; }

.favorite-brands img {
  max-height: 60px;
  vertical-align: middle; }

#recently-visited {
  margin-top: 100px;
  min-height: 200px; }

.recently-visited-cover {
  height: 160px;
  padding: 0px 20px;
  text-align: center;
  overflow: hidden; }
  .recently-visited-cover a {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 0px;
    text-decoration: none;
    margin: 20px 5px;
    position: relative; }
    .recently-visited-cover a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .recently-visited-cover source, .recently-visited-cover img {
    height: 120px;
    display: inline-block; }
  .recently-visited-cover .fashion {
    position: absolute;
    top: 20px;
    left: 33%;
    width: 35%;
    height: auto; }

#foo-socials {
  clear: left;
  float: left;
  width: 100%;
  padding-top: 25px; }
  #foo-socials .icons {
    text-align: left; }
    #foo-socials .icons a {
      margin-right: 8px;
      text-align: center;
      display: inline-block;
      box-sizing: border-box;
      width: 50px;
      height: 50px;
      overflow: hidden;
      opacity: 0.75;
      -webkit-transition: opacity 0.1s ease-in 0s;
      -moz-transition: opacity 0.1s ease-in 0s;
      transition: opacity 0.1s ease-in 0s; }
      #foo-socials .icons a:hover {
        opacity: 1; }
    #foo-socials .icons .btn-sq > img {
      width: auto; }
    #foo-socials .icons img {
      vertical-align: middle; }

#foo {
  clear: both;
  line-height: 270%;
  font-weight: 500;
  padding-top: 75px;
  padding-bottom: 100px;
  overflow: hidden;
  background: whitesmoke;
  color: #7C828F; }
  #foo::after {
    clear: both;
    content: "";
    display: table; }
  #foo h5 {
    color: #34363a;
    font-size: 1.5em;
    padding-bottom: 5px;
    font-weight: 500; }
  #foo #facebookHolder {
    position: relative;
    overflow: hidden;
    margin: 0px auto; }
    #foo #facebookHolder iframe {
      left: 0px;
      top: 0px;
      position: absolute;
      width: 100% !important;
      height: 150px !important; }
    #foo #facebookHolder .fb_iframe_widget, #foo #facebookHolder .fb_iframe_widget span {
      position: static; }
    #foo #facebookHolder .fb_iframe_widget span {
      width: auto !important; }
  #foo a {
    color: #7C828F;
    text-decoration: underline; }
    #foo a:hover {
      text-decoration: none; }
  #foo .foo-links-headline {
    color: #34363a;
    font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif;
    font-size: 1.5em;
    display: block;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    #foo {
      padding-top: 0;
      padding-bottom: 20px;
      margin-top: 30px; }
      #foo div {
        margin-top: 10px; } }
html.bg .foo-links-headline {
  font-family: Tahoma, sans-serif; }

.foo-bottom-cover {
  padding: 70px 0 40px 0;
  background: #34363a; }
  .foo-bottom-cover::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 767px) {
    .foo-bottom-cover {
      padding: 25px 0px 70px 0px; } }
  .foo-bottom-cover h5 {
    font-size: 1.7em;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500; }
    @media (max-width: 767px) {
      .foo-bottom-cover h5 {
        font-size: 1.8em;
        line-height: 1.2; } }
  .foo-bottom-cover #newsletter label {
    display: block;
    margin-bottom: 20px;
    line-height: 1.8em;
    color: #7C828F;
    font-weight: normal; }
  .foo-bottom-cover #newsletter input[type="text"] {
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1em;
    color: #868686;
    border: 0px none; }
    .foo-bottom-cover #newsletter input[type="text"]:focus {
      font-style: normal;
      color: #6d6d6d; }
  .foo-bottom-cover #newsletter button {
    border: 0px none;
    height: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    background: #FF6F61;
    cursor: pointer; }
    .foo-bottom-cover #newsletter button:hover {
      background: #ff9d94;
      border-color: #ff9d94; }
  .foo-bottom-cover #newsletter p.privacy-text {
    font-size: 0.8em;
    margin-top: 0.7em;
    color: #7C828F; }
    .foo-bottom-cover #newsletter p.privacy-text a {
      color: #7C828F; }
  .foo-bottom-cover #foo-text {
    padding-bottom: 0;
    font-weight: normal;
    color: #7C828F;
    font-size: 1em;
    line-height: 1.8em; }
    .foo-bottom-cover #foo-text .foo-text-inner {
      max-width: 630px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .foo-bottom-cover #foo-text .foo-text-inner .cRed {
          display: block; }
        .foo-bottom-cover #foo-text .foo-text-inner p {
          font-size: 0.9em;
          line-height: 1.7; } }
    .foo-bottom-cover #foo-text.foo-bg-ico-posters {
      padding-left: 70px;
      background: url("https://cdn.europosters.eu/img/icons/foo-icons/footer-ico-posters.png") no-repeat 0px 0px; }
      @media (max-width: 767px) {
        .foo-bottom-cover #foo-text.foo-bg-ico-posters {
          padding: 0 1em 0 1em;
          background: none; } }
    .foo-bottom-cover #foo-text a {
      color: #fff; }
    .foo-bottom-cover #foo-text hr {
      border-top: 1px solid #7C828F; }

#footer-outside {
  color: #555;
  font-size: 0.9em; }
  #footer-outside p {
    line-height: 2em; }
  #footer-outside a {
    color: #555;
    text-decoration: none; }
    #footer-outside a:hover {
      text-decoration: underline; }

div.categoryText {
  clear: both;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.55em;
  font-size: 0.95em; }

.category-banner {
  margin: 30px 0;
  position: relative; }
  .category-banner img {
    /* padding-bottom: 8px; */ }

.laminace-tooltip {
  padding-right: 2em;
  border-bottom: 1px dashed #999;
  background: url("https://cdn.europosters.eu/img/icons/help.png") no-repeat right -3px;
  background-size: 22px; }

h4 {
  font-size: 100%; }

.help {
  line-height: 180%;
  margin-bottom: 40px; }
  .help p {
    padding-top: 15px; }
    .help p img {
      margin-top: 10px; }
  .help p.wa {
    position: relative; }
    .help p.wa img {
      position: absolute;
      top: -25px; }
  .help ul, .help ol {
    margin: 5px 0px 10px 20px; }
  .help ul li, .help ol li {
    padding: 0px 0px 1px 0px; }
  .help h2 {
    font-size: 2.1em;
    margin-top: 60px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .help h2 {
        font-size: 1.6em;
        margin-top: 30px; } }
  .help h3 {
    font-size: 1.7em;
    margin-top: 40px;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .help h1, .help h2, .help h3, .help h4, .help h5 {
      line-height: 1.3; } }
  .help .postersvcislech {
    font-weight: bold;
    color: #FF6F61;
    font-size: 2.5em;
    padding: 20% 0;
    margin-right: 40px;
    margin-left: 40px; }
    @media (max-width: 767px) {
      .help .postersvcislech {
        padding-bottom: 2%; } }
  .help .ramovani p {
    text-align: left;
    color: #7C828F; }
  .help .ramovani h2 {
    font-size: 1.9em;
    line-height: 1.1em; }
    @media (min-width: 991px) {
      .help .ramovani h2 {
        margin-top: 2.5rem; } }
  .help .ramovani .old-products .product-thumb h2 {
    font-size: 1em; }
    .help .ramovani .old-products .product-thumb h2 a {
      color: #34363a;
      text-decoration: none; }
  .help .big-number {
    font-size: 7em;
    color: #e0e0e0;
    font-weight: 400; }
    .help .big-number.big-number-outside {
      /* parent positioned relative needed! */
      position: absolute; }
    .help .big-number.big-number-left-box {
      left: -4.5rem;
      top: 5rem; }
    .help .big-number.big-number-right-box {
      left: -5rem; }
  .help .verified {
    display: none; }
  .help .review-item {
    text-align: center;
    font-size: 1.2em !important;
    min-height: 250px; }
    .help .review-item .review-item-header {
      margin-bottom: 1em !important;
      font-size: 0.9em !important;
      margin-top: 1em !important; }
    .help .review-item img.rating {
      width: 150px !important; }

img.visa {
  margin: 0px 10px 0px 0px; }

a.submit.left {
  float: left; }

a.submit.right {
  float: right;
  font-weight: bold;
  text-align: center; }

input.submit {
  font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif; }
  input.submit.right {
    float: right;
    font-weight: bold;
    text-align: center; }
  input.submit.ok-button {
    width: 61px;
    height: 23px;
    padding: 0;
    background-image: none; }

html.bg input.submit {
  font-family: Tahoma, sans-serif; }

.news-cover {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px; }

.news-item-banner {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 360px; }
  .news-item-banner:hover picture img, .news-item-banner:hover picture source {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08); }
  .news-item-banner picture img, .news-item-banner picture source {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.news-item-cover {
  margin-left: 15px;
  position: relative; }
  .news-item-cover picture img, .news-item-cover picture source {
    width: 100%; }
  .news-item-cover a {
    max-height: 330px; }
  .news-item-cover .news-item-banner {
    margin: 0;
    width: auto; }
  .news-item-cover h3 {
    font-size: 1.3em;
    margin-bottom: 15px; }
  .news-item-cover .content {
    margin: 30px;
    line-height: 1.8;
    color: #7C828F; }
    @media (max-width: 767px) {
      .news-item-cover .content {
        margin: 20px 15px 15px 10px; } }
  .news-item-cover .datum {
    text-align: left;
    position: absolute;
    left: -8px;
    top: 30px;
    color: #34363a;
    background: #FF6F61;
    padding: 10px 20px;
    line-height: 1; }

.blog-intro-hp {
  line-height: 1.8; }
  .blog-intro-hp h2 {
    line-height: 1.3; }

.novinka {
  font-size: 1.2em;
  margin-bottom: 2em;
  padding-left: 40px;
  padding-right: 40px; }
  .novinka img {
    float: left;
    margin: 0px 20px 10px 0px; }
  .novinka h3 {
    display: block;
    font-size: 130%;
    padding: 0px 0px 10px 0px; }
  .novinka p {
    line-height: 150%;
    padding-bottom: 20px; }

.news-detail {
  border: 1px solid #EBEBEB;
  padding: 4em;
  max-width: 950px;
  margin: 2em auto;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  line-height: 2; }
  .news-detail h1, .news-detail h2, .news-detail h3 {
    margin-bottom: 1em;
    margin-top: 2em;
    display: block;
    padding: 0px;
    line-height: 1.4; }
  .news-detail h1:first-child {
    margin-top: 0; }
  .news-detail h1 + .news-date-cover {
    margin-top: -1.5em;
    margin-bottom: 2em; }
  .news-detail .news-date-cover {
    color: #aaa; }
    .news-detail .news-date-cover .dash {
      border-top: 1px solid #aaa;
      width: 2em;
      height: 0px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em; }
  .news-detail a {
    color: #FF6F61;
    text-decoration: none; }
    .news-detail a:hover {
      text-decoration: underline !important; }
    .news-detail a.btn-sharp:hover {
      text-decoration: none !important; }
  .news-detail ul, .news-detail ol {
    margin: 1.5em 0 1.5em 2em; }
    .news-detail ul li + li, .news-detail ol li + li {
      margin-top: 0.5em; }
  .news-detail .wp-caption {
    max-width: 100%; }
  @media (max-width: 767px) {
    .news-detail {
      max-width: 100%;
      border: 0;
      padding: 0; } }
  .news-detail img {
    margin-top: 30px;
    margin-bottom: 30px; }
  .news-detail p {
    margin-bottom: 2em; }

.news-detail img[style*="float: left;"], .news-detail img[style*="float:left"] {
  margin: 5px 15px 10px 0px; }

.news-detail img[style*="float: right;"], .news-detail img[style*="float:right"] {
  margin: 5px 0px 10px 15px; }

h1.news-category-heading {
  font-size: 2.5em;
  font-weight: 300;
  padding-bottom: 0;
  margin-top: 1em;
  margin-bottom: 1em; }

.news-box {
  padding: 1.5em 1.5em 1.7em 1.5em;
  margin-bottom: 25px; }
  .news-box a {
    color: #FF6F61; }

.news-box-full {
  padding: 0; }

.news-box-highlighted {
  background: whitesmoke; }

.news-box-title {
  display: block;
  margin-bottom: 16.6666666667px;
  font-weight: 300; }

.news-box-title-link {
  text-decoration: none;
  text-transform: none; }

h3.news-box-title {
  font-size: 1.3em; }

.news-box-image {
  margin-bottom: 25px; }

.news-box-link {
  display: block;
  line-height: 1.5em;
  text-decoration: none;
  padding: 0.2em 0; }
  .news-box-link.active {
    font-weight: bold; }
  .news-box-link:hover {
    color: #000; }

.news-box-list {
  margin-left: 1.3em; }

.news-box-about {
  line-height: 1.5em; }

.news-search-cover {
  border: 1px solid #EBEBEB;
  background: #fff;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  overflow: hidden;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .news-search-cover input {
    border: 0px none;
    font-size: 1.1em; }
  .news-search-cover input[type=search] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 5em;
    -moz-flex: 1 0 5em;
    -ms-flex: 1 0 5em;
    flex: 1 0 5em;
    padding: 0.7em 0.4em; }
  .news-search-cover button[type=submit] {
    background: #fff;
    font-weight: bold;
    font-size: 1.2em;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0.7em;
    cursor: pointer;
    color: #FF6F61; }
    .news-search-cover button[type=submit]:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

.news-rounded-icon {
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  width: 2em;
  height: 1.5em;
  padding-top: 0.5em;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em; }
  .news-rounded-icon i {
    vertical-align: middle; }
  .news-rounded-icon:hover {
    color: #333; }

.news-tag {
  border: 0px none;
  background: #fff;
  margin: 0 1em 0.6em 0; }
  .news-tag:before {
    border: 0px none;
    background: #fff;
    top: 6px; }
  .news-tag:after {
    border: 0px none;
    background: #EBEBEB;
    top: 10px; }
  .news-tag:hover {
    border-color: #aaa; }
  .news-tag.active {
    font-weight: bold;
    border-color: #aaa; }

.news-detail-author {
  border: 1px solid #EBEBEB;
  background: whitesmoke;
  padding: 2em;
  margin-top: 50px; }
  .news-detail-author::after {
    clear: both;
    content: "";
    display: table; }
  .news-detail-author h3 {
    margin-top: 0;
    padding-top: 0; }
  .news-detail-author img {
    margin: 0; }

.news-detail-author-avatar {
  float: left;
  margin-right: 2em; }

.lightwidget-widget {
  width: 100%;
  border: 0;
  overflow: hidden; }

.vernostni-program-ico {
  float: right;
  width: 130px;
  height: 130px;
  background: url("https://cdn.europosters.eu/img/icons/vernostni.png") no-repeat; }

.vernostni-program-ico-small {
  float: right;
  width: 80px;
  height: 80px;
  margin: 0 0 2em 2em;
  background: url("https://cdn.europosters.eu/img/vernostni_small.png") no-repeat; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 80px;
  position: fixed;
  z-index: 30;
  bottom: 23px;
  left: 50%;
  margin-left: -40px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.29);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #FF6F61 url("https://cdn.europosters.eu/img/icons/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 30px;
  -webkit-transition: opacity .4s 0s, visibility 0s .4s;
  -moz-transition: opacity .4s 0s, visibility 0s .4s;
  transition: opacity .4s 0s, visibility 0s .4s;
  pointer-events: none;
  /* aby na něj nešlo kliknout když je skrytý */ }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    /* opacity: .5; */ }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px;
      margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .cd-top {
      height: 60px;
      width: 100px;
      right: 30px;
      bottom: 20px;
      margin: 0; } }
/* flags shipping */
.shipping-country {
  overflow: hidden;
  margin-bottom: 10px; }
  .shipping-country .label {
    float: left;
    width: 21%;
    padding-right: 4%;
    border-right: 1px solid #EBEBEB;
    text-align: right;
    padding-top: 6px; }
  .shipping-country .flags {
    float: left;
    width: 60%;
    border-left: 1px solid #EBEBEB;
    margin-left: -1px;
    padding-left: 4%; }

.two-columns-cover {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .two-columns-cover {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1; } }
  .two-columns-cover .label {
    padding-right: 29px;
    width: 152px; }
  .two-columns-cover .flags {
    width: 141px;
    padding-left: 29px; }

/* frame detail */
.frame-detail {
  width: 400px;
  overflow: hidden;
  font-size: 1.2em; }
  .frame-detail .photos {
    clear: both;
    padding-top: 30px; }
  .frame-detail h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
    font-weight: normal; }
  .frame-detail .desc {
    line-height: 1.7em; }
    .frame-detail .desc .label, .frame-detail .desc strong {
      display: inline-block;
      width: 180px; }
    .frame-detail .desc .label {
      margin-right: 10px;
      text-align: right; }
    .frame-detail .desc strong {
      text-align: left; }

/* GLOBAL ERROR 404 PAGE */
#error-404 {
  float: none;
  width: 100%;
  margin-left: 0px; }
  #error-404 p {
    text-align: center;
    font-size: 1.3em;
    margin: 1em 0 3em 0; }

#error-404 table p, #new-search p {
  font-weight: bold;
  margin: 10px 0;
  text-align: left; }

.global-search-cover > h1, .global-search-cover > h2 {
  margin-left: 0px; }

#no-search-results #new-search {
  width: 100%; }

.newsletter form {
  margin: 0px;
  max-width: 100%; }

/* Attention popup at the left bottom */
/*
.attention-popup { position: fixed; left: 2vw; bottom: 6vw; background: #F7F7F7; border: 1px solid #059b04; color: #1F1F1F; box-shadow: 1px 1px 3px #8E8E8E; padding: $sPaddingAttention $sPaddingAttention+$sPaddingAttentionClose $sPaddingAttention $sPaddingAttention; max-width: $maxWAttention; z-index: 20; display: none;
	p { display: block; position: relative; text-align: left; line-height: 1.4em; }
	a { color: lighten($cLinkDefault,20%); }
	.attention-close { position: absolute; top: -1/2*$sContentPadding; right: -1/2*$sContentPadding; color: lighten($cLinkDefault,30%); padding: $sPaddingAttentionClose; font-weight: bold; font-size: 1.4em; cursor: pointer; @include transition(color 0.2s linear 0s);
		&:hover { color: $cLinkDefault; }
	}
}*/
.attention-popup {
  position: fixed;
  left: 2vw;
  opacity: 0;
  bottom: 2vw;
  min-width: 280px;
  min-height: 50px;
  max-width: 350px;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
  z-index: 20;
  margin-bottom: -50px;
  transition: all 2s;
  vertical-align: top;
  width: 400px;
  padding: 20px 32px 16px 64px; }
  .attention-popup:before {
    content: "";
    height: 100%;
    width: 48px;
    background-color: #7a8b98;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .attention-popup .artdeco-toast-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    z-index: 3; }
  .attention-popup p {
    line-height: 150%;
    margin-right: 15px;
    text-align: left; }
  .attention-popup .free {
    color: #f57e20;
    text-transform: uppercase;
    font-weight: bold; }
  .attention-popup .attention-close {
    position: absolute;
    top: 0px;
    right: 7px;
    font-weight: normal;
    color: #8E8E8E;
    font-size: 1.5em;
    cursor: pointer;
    background: #fff; }

.attention-popup2 {
  bottom: 9vw; }

/* Flashes */
.alert {
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0;
  border: 0;
  font-size: 0.95em;
  color: #000000;
  padding-left: 55px; }
  .alert ul {
    padding-left: 2em;
    margin-top: 1em; }

.alert-success {
  background: url("https://cdn.europosters.eu/img/icons/alert/ok.svg") no-repeat left 20px center;
  border-left: 4px solid #33AF5D;
  background-color: #33AF5D26; }

.alert-info {
  background: url("https://cdn.europosters.eu/img/icons/alert/info.svg") no-repeat left 20px center;
  border-left: 4px solid #2393B8;
  background-color: #35add426; }

.alert-danger {
  border-left: 4px solid red;
  background-color: #ffd8d1;
  padding-left: 15px; }

.christmas {
  background-image: url("https://cdn.europosters.eu/img/icons/Christmas-Tree-icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 45px;
  padding-left: 4em; }

.product-detail-christmas {
  min-height: 40px;
  line-height: 1.4; }

/* Over Bootstrap */
.radio, .checkbox {
  margin-top: 3px;
  margin-bottom: 3px; }

.form-horizontal .checkbox {
  min-height: 10px; }

.form-group::after {
  clear: both;
  content: "";
  display: table; }

button.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  color: #FF6F61;
  height: 40px;
  background: none;
  cursor: pointer;
  line-height: 1;
  z-index: 1103;
  font-size: 35px;
  transition-duration: .15s;
  font-weight: 600;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  button.close:hover {
    color: #34363a; }
  @media (max-width: 767px) {
    button.close {
      color: black; } }
  button.close:before {
    content: "✕"; }

/* Input element having a valid value */
select.valid, input.valid {
  border-color: #468847;
  background-image: url("/img/icons/ok_20x20.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

select.validating-server-side, input.validating-server-side {
  background-image: url("/img/icons/loading.gif");
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

select.error, input.error {
  border-color: #b94a48;
  background-image: url("/img/icons/error.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

select.warning, input.warning {
  border-color: #ffcc00 !important;
  background-image: url("/img/icons/warning.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* Top bar */
#top-bar {
  background: #34363a;
  color: white;
  padding: 15px 0px;
  font-size: 1.1em; }
  #top-bar strong {
    font-weight: 300; }
  #top-bar a {
    color: white; }
    #top-bar a:hover {
      text-decoration: none; }
  #top-bar .first-block {
    text-align: left; }
  #top-bar .close {
    position: absolute;
    right: 10px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 2.5em;
    cursor: pointer;
    transition: 0.15s ease-in-out !important; }
    #top-bar .close:hover {
      color: #FF6F61; }
  #top-bar big {
    font-weight: 300;
    font-size: 20px;
    color: #FF6F61; }
  @media (max-width: 991px) {
    #top-bar {
      font-size: 0.8em;
      padding: 5px;
      text-align: center; }
      #top-bar .first-block {
        text-align: center; }
      #top-bar big {
        font-size: 1.3em; } }
/* Horni listy */
.main-promotion {
  text-align: center;
  background: #34363a;
  color: white;
  line-height: 2.5;
  font-size: 1.2em; }
  .main-promotion a.info {
    text-decoration: none; }
  .main-promotion span.promotion-name {
    color: #FF6F61;
    margin-left: 10px; }
    .main-promotion span.promotion-name:hover {
      color: #ff9d94; }
    .main-promotion span.promotion-name a {
      color: #FF6F61 !important; }
      .main-promotion span.promotion-name a:hover {
        color: #ff9d94 !important; }
    @media (max-width: 767px) {
      .main-promotion span.promotion-name {
        margin-left: 7px;
        display: block; } }
  .main-promotion a {
    color: white; }
    .main-promotion a small {
      text-decoration: underline;
      margin-left: 0.5em; }
  .main-promotion.main-promotion-sticky {
    position: sticky;
    top: 0;
    z-index: 100; }
  .main-promotion button.close {
    color: white;
    line-height: 0.8;
    height: 40px;
    width: 40px;
    right: 2px;
    z-index: 20;
    font-size: 25px;
    font-weight: 700; }
    .main-promotion button.close:hover {
      border-radius: 40px;
      color: #FF6F61; }
    @media (max-width: 767px) {
      .main-promotion button.close {
        height: 33px;
        width: 30px;
        font-size: 22px; } }
.promotion3plus1 {
  display: block;
  background: #FF6F61;
  color: black;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
  line-height: 250%;
  transition: 0.30s ease-in-out !important; }
  .promotion3plus1 a {
    text-decoration: none; }
  .promotion3plus1 span.close {
    position: absolute;
    right: 15px;
    font-size: 180%;
    padding: 0;
    transition: 0.15s ease-in-out !important;
    cursor: pointer;
    line-height: 130%; }
    .promotion3plus1 span.close:hover {
      font-size: 190%;
      line-height: 120%; }
    @media (max-width: 767px) {
      .promotion3plus1 span.close {
        right: 5px; } }
  @media (max-width: 767px) {
    .promotion3plus1 {
      font-size: 1em; } }
html.bg .promotion3plus1 {
  font-family: Tahoma, sans-serif; }

@media (max-width: 767px) {
  .main-promotion {
    font-size: 1em;
    line-height: 1.5;
    background: #34363a;
    padding: 0.2em 0; }
    .main-promotion span.close {
      color: white;
      line-height: 0.8; } }

.website-redirect {
  line-height: 200%;
  color: white;
  background: #34363a;
  font-size: 1em; }
  .website-redirect a {
    color: white; }
  @media (max-width: 767px) {
    .website-redirect {
      font-size: 0.8em; } }
/** interaktivni ramovani **/
.interactive-framing {
  border: 1px solid #EBEBEB;
  padding: 3em;
  margin: 6em 0 2em 0; }
  .interactive-framing::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 767px) {
    .interactive-framing {
      padding: 3em 10px 1em 10px; } }
  .interactive-framing .cycle-slideshow {
    margin-top: -30%;
    padding: 2px 7px 7px 0; }
  .interactive-framing .cycle-pager {
    margin-top: 2em;
    text-align: center; }
    .interactive-framing .cycle-pager::after {
      clear: both;
      content: "";
      display: table; }
    .interactive-framing .cycle-pager a {
      margin: 0px 0.3em; }
      .interactive-framing .cycle-pager a img {
        -webkit-transition: border-color 0.6s ease-in 0s;
        -moz-transition: border-color 0.6s ease-in 0s;
        transition: border-color 0.6s ease-in 0s;
        padding-bottom: 5px;
        border-bottom: 5px solid #ffffff; }
      .interactive-framing .cycle-pager a.cycle-pager-active img {
        border-bottom-color: #FF6F61; }

.interactive-framing-image {
  margin: 0 7px 0 0; }
  .interactive-framing-image.cycle-slide-active[src*="framed"], .interactive-framing-image.cycle-slide-active[src*="fotoobrazy"] {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6); }

.interactive-framing-thumb2 {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  margin: 0.5em;
  border: 3px solid #EBEBEB;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .interactive-framing-thumb2 img {
    width: 110px;
    max-width: 110px;
    margin-left: -50%; }

.interactive-framing-thumb {
  height: 40px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.shadow-hover {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  padding: 1em;
  display: block; }
  .shadow-hover:hover {
    box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.2); }

.de-zdarma {
  line-height: 2.3em;
  height: 2.3em;
  color: #7C828F;
  display: flex;
  justify-content: space-between; }
  .de-zdarma a {
    color: #7C828F; }
    .de-zdarma a:hover {
      color: #7C828F; }
  .de-zdarma .nike {
    padding-left: 26px;
    background: url("https://cdn.europosters.eu/img/nike_black.svg") 0 50% no-repeat;
    text-wrap: nowrap; }
  @media (max-width: 767px) {
    .de-zdarma {
      justify-content: space-around;
      overflow-x: scroll;
      column-gap: 15px; } }
.newsletter h1 {
  border-bottom: 1px solid #e5e5e5 !important;
  margin: 1em 0 2em 0 !important; }

.newsletter form fieldset {
  margin-bottom: 20px;
  max-width: 750px;
  padding: 2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EBEBEB; }

.newsletter form input.text {
  width: 65%;
  font-size: 1.3em;
  border: 1px solid #e0e0e0;
  height: 40px;
  line-height: 40px;
  padding: 0.1em; }

.newsletter form input.submit {
  float: right;
  width: 30%;
  max-width: 160px;
  min-width: 84px;
  height: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.text-danger {
  color: #ff6356 !important; }

a[href$=".pdf"] {
  background-image: url("https://cdn.europosters.eu/img/icons/pdf.gif") !important;
  background-repeat: no-repeat !important; }

.art-photo-main-banner-cover {
  position: relative;
  margin: 30px auto 0 auto; }
  .art-photo-main-banner-cover .art-photo-main-banner-box {
    position: absolute;
    height: 50%;
    bottom: 0px;
    width: 100%;
    background-image: linear-gradient(to top, #0000005e, #ffffff00); }
    .art-photo-main-banner-cover .art-photo-main-banner-box > div {
      width: 35%;
      padding: 4%;
      margin: 0 auto; }
  .art-photo-main-banner-cover h1, .art-photo-main-banner-cover h3 {
    color: white;
    font-size: 3.5em; }
  .art-photo-main-banner-cover img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .art-photo-main-banner-cover a:hover img {
    filter: brightness(70%); }
  .art-photo-main-banner-cover .text-for-mobile {
    display: none; }
  @media (max-width: 767px) {
    .art-photo-main-banner-cover {
      width: auto; }
      .art-photo-main-banner-cover .art-photo-main-banner-box {
        position: static;
        background: #34363a;
        color: white;
        padding: 10px 3% 15px 3%;
        height: auto;
        width: auto; }
        .art-photo-main-banner-cover .art-photo-main-banner-box > div {
          width: 100%;
          padding: 0;
          text-align: left; }
        .art-photo-main-banner-cover .art-photo-main-banner-box h1, .art-photo-main-banner-cover .art-photo-main-banner-box h3 {
          text-decoration: none;
          font-size: 1.5em;
          color: white;
          margin: 0;
          line-height: 180%; }
      .art-photo-main-banner-cover .btn-sharp {
        display: none; }
      .art-photo-main-banner-cover .text-for-mobile {
        display: block;
        color: #7C828F; } }
.inspirace-banner {
  padding: 0 10px 10px 10px;
  max-height: 420px;
  height: 420px;
  margin-bottom: 10px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .inspirace-banner {
      height: 200px; } }
  .inspirace-banner img {
    height: 372px;
    height: -webkit-fill-available;
    width: 100%;
    width: fit-content;
    object-fit: cover; }
    @media (max-width: 767px) {
      .inspirace-banner img {
        max-height: 200px; } }
.inspirace-banner-cover {
  background: whitesmoke; }

.shadow-hover {
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
  .shadow-hover:hover {
    box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.2); }

.cGreen {
  color: #33AF5D; }

.cRed {
  color: #FF6F61; }

.modal-content {
  border: 0; }
  .modal-content.with-orange-close {
    padding: 30px; }
    .modal-content.with-orange-close ul {
      list-style-type: none; }
      .modal-content.with-orange-close ul li {
        padding-left: 30px;
        background: url("https://cdn.europosters.eu/img/nike_orange.svg") left 10px no-repeat;
        background-size: 16px;
        line-height: 2.3; }
        .modal-content.with-orange-close ul li.with-image {
          padding-left: 0;
          background: none; }
        .modal-content.with-orange-close ul li.no-background {
          background: none;
          padding-left: 5px; }
    @media (max-width: 767px) {
      .modal-content.with-orange-close .modal-body {
        padding: 0; } }
    @media (max-width: 767px) {
      .modal-content.with-orange-close {
        padding: 25px 20px 10px 20px; } }
  .modal-content h1, .modal-content h2, .modal-content h3 {
    font-weight: bold;
    line-height: 1.2; }
  .modal-content.no-padding {
    padding: 0; }
    @media (max-width: 767px) {
      .modal-content.no-padding .modal-header {
        margin: 0;
        padding: 10px; } }
  .modal-content h2 {
    margin-top: 0.5em; }

.kolekce-popup {
  max-width: 1200px;
  width: 80%; }
  .kolekce-popup .button-cover {
    height: 70%;
    position: absolute;
    bottom: 0;
    padding-left: 30px; }
  .kolekce-popup .product-thumb {
    font-size: 90%;
    padding: 30px; }
  @media (max-width: 767px) {
    .kolekce-popup {
      width: 90%; }
      .kolekce-popup .button-cover {
        position: relative;
        bottom: 0;
        padding: 0; }
      .kolekce-popup .product-thumb {
        padding: 5px; }
      .kolekce-popup .with-orange-close {
        padding: 10px; } }
.form-horizontal .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.onas-text {
  position: relative;
  top: -5em;
  margin: 0 10%;
  padding: 1em 3em 1em 3em;
  background: white;
  border: 1px solid lightgrey; }
  @media (max-width: 767px) {
    .onas-text {
      top: 1em;
      padding: 1em;
      border: none; } }
.onas-jak-funguje {
  width: 16%;
  float: left;
  font-size: 1.2em;
  font-weight: 200;
  margin: 0 20px; }
  @media (max-width: 767px) {
    .onas-jak-funguje {
      width: 100%; }
      .onas-jak-funguje img {
        float: left; }
      .onas-jak-funguje div {
        text-align: left;
        padding-top: 1em; } }
#new-search fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px 15px; }
  #new-search fieldset input#phrase {
    width: 70%;
    font-size: 1.5em;
    border: 0px none;
    height: 45px;
    line-height: 40px;
    background: transparent;
    margin-bottom: 0; }
  #new-search fieldset input.search-submit {
    float: right;
    width: 25%;
    max-width: 160px;
    min-width: 84px;
    font-size: 1.2em; }

#no-search-results > h2, #search-cloud h2 {
  font-size: 2.2em;
  margin: 40px 0 25px 0; }

.slider-products {
  padding-top: 5px;
  max-height: 370px;
  overflow-y: hidden; }
  .slider-products.showBuyButton {
    max-height: 450px; }
  @media (max-width: 767px) {
    .slider-products .col-xs-6 {
      width: 43%; } }
  @media (min-width: 1200px) {
    .slider-products .col-lg-2 {
      width: 15.4%; } }
  .slider-products .product-light {
    min-height: 340px; }

.modal-dialog-followus {
  max-width: 900px;
  width: 80%; }
  .modal-dialog-followus h2 {
    margin-top: 1em; }
  .modal-dialog-followus .modal-dialog-followus-content {
    margin: 5%;
    background: white; }

.col-main-banner-right {
  background: #34363a;
  color: #f9fbfc;
  padding: 8% 5% 5% 5%;
  vertical-align: middle;
  width: 34%;
  border-left: 15px solid white;
  text-align: left;
  line-height: normal; }
  .col-main-banner-right.small-padding {
    padding-top: 3%; }
  @media (max-width: 1199px) {
    .col-main-banner-right {
      padding: 2% 5% 2% 5%; } }
  @media (max-width: 991px) {
    .col-main-banner-right {
      text-align: center; } }
  .col-main-banner-right .text-discount {
    font-size: 75px;
    display: block; }
    .col-main-banner-right .text-discount.text-discount-small {
      font-size: 71px; }
    @media (max-width: 991px) {
      .col-main-banner-right .text-discount {
        font-size: 35px;
        display: inline;
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .col-main-banner-right .text-discount {
        font-size: 20px;
        display: inline; } }
  .col-main-banner-right .text-promo {
    font-size: 35px;
    line-height: 150%;
    display: block; }
    @media (max-width: 991px) {
      .col-main-banner-right .text-promo {
        font-size: 35px;
        display: inline; } }
    @media (max-width: 767px) {
      .col-main-banner-right .text-promo {
        font-size: 20px;
        display: inline; } }
  .col-main-banner-right .btn-sharp-primary {
    text-decoration: none;
    padding: 10px 45px !important; }
    @media (max-width: 991px) {
      .col-main-banner-right .btn-sharp-primary {
        display: block;
        max-width: 200px;
        margin: 10px auto; } }
.col-main-banner {
  display: table-cell; }
  @media (max-width: 991px) {
    .col-main-banner {
      display: block;
      width: 100%;
      border: 0; } }
.banner-discount-code {
  position: absolute;
  top: 40%;
  left: 15%;
  color: white;
  background-color: #FF6F61;
  padding: 0.3em 0.7em;
  font-size: 300%; }
  .banner-discount-code.long {
    left: 5%; }
  @media (max-width: 991px) {
    .banner-discount-code {
      display: block;
      font-size: 20px;
      position: unset; } }
#loading-cover {
  opacity: 0;
  transition: opacity .5s ease;
  display: none; }

#loading-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  z-index: 100; }
  #loading-cover .lds-ring {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%; }
  #loading-cover .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent; }
  #loading-cover .lds-ring div:nth-child(1) {
    animation-delay: -0.45s; }
  #loading-cover .lds-ring div:nth-child(2) {
    animation-delay: -0.3s; }
  #loading-cover .lds-ring div:nth-child(3) {
    animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #loading-cover.is-visible {
    display: block !important;
    opacity: 1; }

@media (min-width: 360px) and (max-width: 767px) {
  .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
    float: left; }
  .col-xsm-1 {
    width: 8.3333333333%; }
  .col-xsm-2 {
    width: 16.6666666667%; }
  .col-xsm-3 {
    width: 25%; }
  .col-xsm-4 {
    width: 33.3333333333%; }
  .col-xsm-5 {
    width: 41.6666666667%; }
  .col-xsm-6 {
    width: 50%; }
  .col-xsm-7 {
    width: 58.3333333333%; }
  .col-xsm-8 {
    width: 66.6666666667%; }
  .col-xsm-9 {
    width: 75%; }
  .col-xsm-10 {
    width: 83.3333333333%; }
  .col-xsm-11 {
    width: 91.6666666667%; }
  .col-xsm-12 {
    width: 100%; }
  .col-xsm-pull-0 {
    right: auto; }
  .col-xsm-pull-1 {
    right: 8.3333333333%; }
  .col-xsm-pull-2 {
    right: 16.6666666667%; }
  .col-xsm-pull-3 {
    right: 25%; }
  .col-xsm-pull-4 {
    right: 33.3333333333%; }
  .col-xsm-pull-5 {
    right: 41.6666666667%; }
  .col-xsm-pull-6 {
    right: 50%; }
  .col-xsm-pull-7 {
    right: 58.3333333333%; }
  .col-xsm-pull-8 {
    right: 66.6666666667%; }
  .col-xsm-pull-9 {
    right: 75%; }
  .col-xsm-pull-10 {
    right: 83.3333333333%; }
  .col-xsm-pull-11 {
    right: 91.6666666667%; }
  .col-xsm-pull-12 {
    right: 100%; }
  .col-xsm-push-0 {
    left: auto; }
  .col-xsm-push-1 {
    left: 8.3333333333%; }
  .col-xsm-push-2 {
    left: 16.6666666667%; }
  .col-xsm-push-3 {
    left: 25%; }
  .col-xsm-push-4 {
    left: 33.3333333333%; }
  .col-xsm-push-5 {
    left: 41.6666666667%; }
  .col-xsm-push-6 {
    left: 50%; }
  .col-xsm-push-7 {
    left: 58.3333333333%; }
  .col-xsm-push-8 {
    left: 66.6666666667%; }
  .col-xsm-push-9 {
    left: 75%; }
  .col-xsm-push-10 {
    left: 83.3333333333%; }
  .col-xsm-push-11 {
    left: 91.6666666667%; }
  .col-xsm-push-12 {
    left: 100%; }
  .col-xsm-offset-0 {
    margin-left: 0%; }
  .col-xsm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xsm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xsm-offset-3 {
    margin-left: 25%; }
  .col-xsm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xsm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xsm-offset-6 {
    margin-left: 50%; }
  .col-xsm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xsm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xsm-offset-9 {
    margin-left: 75%; }
  .col-xsm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xsm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xsm-offset-12 {
    margin-left: 100%; } }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  box-sizing: border-box; }

.vbottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  box-sizing: border-box; }

.offset-top-none {
  margin-top: 0 !important; }

.mobile-tabs {
  padding-bottom: 12%;
  font-size: 1.3em;
  text-align: center;
  line-height: 200%;
  display: flex; }
  .mobile-tabs a {
    text-decoration: none;
    border-bottom: 2px solid #FF6F61; }
    .mobile-tabs a.tab, .mobile-tabs a:hover {
      background-color: #FF6F61;
      color: #fff; }

.foo-review {
  border-top: 1px solid #EBEBEB;
  padding-top: 3em;
  line-height: 160%;
  margin: 0; }
  .foo-review a {
    text-decoration: none; }
  .foo-review #rating-logo {
    width: 150px;
    margin-bottom: 10px; }
  .foo-review big {
    line-height: 180%; }
  .foo-review #trustedweb-logo {
    max-width: 160px;
    margin-top: 15px; }
  .foo-review .slider-review {
    padding-right: 20px;
    padding-left: 20px; }
  .foo-review .review-item {
    vertical-align: text-top;
    margin-right: 7px;
    min-height: 230px;
    border: 1px solid whitesmoke;
    padding: 1em 1em 0.5em 1em;
    font-size: 0.95em; }
    @media (max-width: 767px) {
      .foo-review .review-item {
        margin-top: 1em;
        min-height: auto; } }
    .foo-review .review-item img.verified {
      width: 20px;
      float: right; }
    .foo-review .review-item img.rating {
      width: 110px; }
    .foo-review .review-item .review-item-header {
      display: flex;
      clear: both;
      margin-top: 7px;
      margin-bottom: 14px; }
      .foo-review .review-item .review-item-header .name {
        flex: 4; }
      .foo-review .review-item .review-item-header .datum {
        flex: 3; }

.rating-small {
  width: 150px;
  margin-bottom: 10px; }

.trusted-box {
  border: 1px solid lightgrey;
  padding: 2em;
  line-height: 150%; }
  @media (max-width: 767px) {
    .trusted-box {
      padding: 1em; } }
.review-box-total {
  line-height: 180%; }
  .review-box-total big {
    line-height: 200%; }

.instagram-widget {
  background: white;
  padding: 14px 7px 7px 7px;
  color: #34363a; }
  .instagram-widget a {
    text-decoration: none !important;
    color: #34363a !important; }
  .instagram-widget .profile-name {
    font-size: 1.4em;
    line-height: 100%;
    padding-left: 8%; }
  .instagram-widget .widget-body {
    display: flex;
    line-height: 150%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.1em; }
    .instagram-widget .widget-body > div {
      flex: 1 1 0px; }
    .instagram-widget .widget-body .with-padding {
      padding-top: 10px; }
  .instagram-widget .logo-circle {
    max-width: 48px;
    border: 2px solid black;
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto; }
    .instagram-widget .logo-circle img {
      max-width: 95%; }

.foo-instafoto .flex-cover {
  display: inline-flex; }

.foo-instafoto a:hover img {
  max-width: none;
  width: auto;
  height: 180px; }

.foo-instafoto .instafoto-cover {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-right: 5px;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.13s ease-in-out;
  -moz-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out; }
  .foo-instafoto .instafoto-cover img {
    height: 100px;
    max-width: none;
    -webkit-transition: all 0.13s ease-in-out;
    -moz-transition: all 0.13s ease-in-out;
    transition: all 0.13s ease-in-out;
    margin-top: 0; }

*[class^="col-"] table {
  table-layout: fixed; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-sm-inline {
    display: inline;
    float: none !important;
    width: auto !important; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-md-inline {
    display: inline;
    float: none !important;
    width: auto !important; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-lg-inline {
    display: inline;
    float: none !important;
    width: auto !important; } }

.icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #888;
  transform: rotate(0deg);
  position: relative;
  transition: 0.15s ease-in-out !important; }

.icon-bar + .icon-bar {
  margin-top: 5px; }

.mobile-nav-active #first-bar {
  transform: rotate(135deg);
  top: 7px;
  background: #FF6F61; }

.mobile-nav-active #second-bar {
  opacity: 0;
  background: #FF6F61; }

.mobile-nav-active #third-bar {
  transform: rotate(-135deg);
  top: -9px;
  background: #FF6F61; }

#responsive-header {
  background: #fff; }
  #responsive-header.row {
    margin-left: -10px;
    margin-right: -10px; }
  @media (max-width: 767px) {
    .responsive #responsive-header {
      display: block;
      margin-bottom: 3px; } }
  #responsive-header .navbar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }

.responsive-logo {
  text-align: center;
  flex-grow: 2; }
  .responsive-logo img {
    max-height: 34px;
    width: auto; }

.navbar-button {
  background: #fff;
  padding: 16px 0px 16px 10px;
  position: relative;
  flex-grow: 1; }
  .navbar-button.icon {
    padding: 14px 0;
    text-align: center; }
  .navbar-button img {
    height: 20px; }
  .navbar-button .badge {
    position: absolute;
    left: 50%;
    top: 4px;
    border-radius: 50%;
    background-color: #FF6F61;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    z-index: 1; }
  .navbar-button:first-child {
    border-left: 0 none; }

.navbar-button-blue .icon-bar {
  background-color: #000; }

.navbar-collapse {
  display: none; }

.centered-content.row {
  margin-left: auto !important;
  margin-right: auto !important; }

.nav {
  width: 100%;
  clear: both; }
  .nav li, .nav a, .nav button {
    display: block; }
  .nav li {
    border-bottom: none; }
    .nav li:last-child {
      border-bottom-width: 0px; }

.nav > li > button {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34363a;
  font-family: "Lexend Deca", "Lexend Deca-fallback", sans-serif;
  background-color: whitesmoke;
  border: 0;
  border-bottom-color: transparent;
  cursor: pointer;
  margin-right: 2px;
  line-height: 1.42857143; }
  @media (max-width: 767px) {
    .nav > li > button {
      font-size: 0.95em;
      width: 60%;
      text-align: left; } }
.nav-tabs a, .nav-tabs button {
  text-decoration: none;
  background-color: whitesmoke;
  border: 1px solid #a8a8a8;
  cursor: pointer; }

.nav-tabs li a:hover {
  border-top: 2px solid #FF6F61 !important; }

.nav-tabs li button:hover {
  border-top: 2px solid #FF6F61 !important; }

.nav-tabs li.active a, .nav-tabs li.active button {
  border-top: 2px solid #FF6F61 !important;
  border-bottom: 1px solid white !important;
  background: none; }

form.header-search-form#responsive-search {
  height: 50px;
  display: none;
  margin-top: 10px;
  width: auto;
  text-align: left; }
  form.header-search-form#responsive-search input[type="text"] {
    width: 85%;
    font-size: 16px; }
  form.header-search-form#responsive-search input[type="submit"] {
    width: 15%;
    padding: 0px;
    background-position: center center; }

/** main nav **/
@media (max-width: 991px) {
  #top-menu > ul > li {
    border-bottom: 0 !important; } }

@media (max-width: 991px) {
  .responsive #top-menu > ul > li > a {
    padding-left: 3px !important;
    padding-right: 3px !important; } }

@media (min-width: 768px) {
  #top-menu.mobile-xs {
    display: block !important; } }

@media (max-width: 767px) {
  .responsive #top-menu.mobile-xs {
    height: 100%;
    width: 100vw;
    z-index: 999;
    display: none;
    transition: 1s; }
    .responsive #top-menu.mobile-xs ul.container, .responsive #top-menu.mobile-xs ul.container-full {
      padding: 0px; }
    .responsive #top-menu.mobile-xs li {
      max-width: none; }
      .responsive #top-menu.mobile-xs li.mobile-title {
        border-bottom: 3px solid #c71200; }
      .responsive #top-menu.mobile-xs li:last-child, .responsive #top-menu.mobile-xs li:last-child a {
        border-bottom: 0px none; }
    .responsive #top-menu.mobile-xs > ul > li {
      float: none;
      width: 100%;
      display: block; }
      .responsive #top-menu.mobile-xs > ul > li > a {
        padding-left: 7% !important;
        width: 70%;
        height: 56px;
        line-height: 56px;
        text-align: left; }
        .responsive #top-menu.mobile-xs > ul > li > a:hover {
          border: 0; }
        .responsive #top-menu.mobile-xs > ul > li > a.active {
          font-weight: bold;
          border: 0; }
      .responsive #top-menu.mobile-xs > ul > li button {
        padding: 28px 25px;
        display: block;
        height: 56px;
        float: right;
        box-sizing: border-box;
        color: #fff;
        width: 20%; }
        .responsive #top-menu.mobile-xs > ul > li button .icon-bar {
          width: 18px;
          background: #FF6F61; }
        .responsive #top-menu.mobile-xs > ul > li button .second-bar {
          transform: rotate(90deg);
          top: -7px;
          background: #FF6F61; }
        .responsive #top-menu.mobile-xs > ul > li button.active {
          background: whitesmoke; }
          .responsive #top-menu.mobile-xs > ul > li button.active .second-bar {
            transform: rotate(180deg);
            top: -7px; }
        .responsive #top-menu.mobile-xs > ul > li button.second-level {
          padding: 0 25px;
          height: 46px; }
    .responsive #top-menu.mobile-xs .mobileDown {
      background-color: whitesmoke; }
      .responsive #top-menu.mobile-xs .mobileDown a {
        display: block;
        text-decoration: none;
        padding: 15px 5% 15px 12%;
        text-align: left; }
        .responsive #top-menu.mobile-xs .mobileDown a.first {
          margin-top: 10px; }
        .responsive #top-menu.mobile-xs .mobileDown a.second-level {
          line-height: 80%; }
      .responsive #top-menu.mobile-xs .mobileDown .menu-show-all {
        background-image: url("https://static.posters.cz/img/icons/menu_all.svg");
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 45px center;
        padding-left: 70px; }
      .responsive #top-menu.mobile-xs .mobileDown li.image {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: row;
        gap: 15px 10px;
        padding: 15px 0 25px 15px; }
        .responsive #top-menu.mobile-xs .mobileDown li.image a {
          width: 47%;
          box-sizing: border-box;
          padding: 0; }
        .responsive #top-menu.mobile-xs .mobileDown li.image img {
          padding-bottom: 5px; }
    .responsive #top-menu.mobile-xs .mobile-text-nav {
      background-color: white;
      padding-bottom: 70px; }
      .responsive #top-menu.mobile-xs .mobile-text-nav li {
        border-bottom: 1px solid #777; }
        .responsive #top-menu.mobile-xs .mobile-text-nav li a {
          color: black; } }

.garance-promotion {
  display: flex;
  justify-content: center;
  font-size: 1em; }
  .garance-promotion .led-box {
    display: flex;
    height: 30px;
    margin-left: 10px;
    padding-right: 30px; }
  .garance-promotion .led-garance {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="white" d="M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z"/></svg>');
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 23px; }
  .garance-promotion .blink_me_green {
    margin: 8px 12px;
    animation: blinker 1.5s linear infinite;
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid green;
    background-color: #26dd64;
    border-radius: 50%; }

@keyframes blinker {
  50% {
    opacity: 0.5; } }
  .garance-promotion .blink_me_red {
    margin: 0px 4px;
    color: red;
    opacity: 0.7;
    font-size: 45px;
    line-height: 33px; }
  .garance-promotion .blink_me_red:before {
    content: "×"; }

p.akce {
  font-size: 1.1em;
  margin: 1em 0 4em 0; }
  @media (max-width: 767px) {
    p.akce {
      margin: 0 0 2em 0; } }
@media (max-width: 767px) {
  .xs-new-line {
    display: block; } }

.slider {
  padding-top: 5px;
  overflow-y: hidden;
  overflow-x: hidden; }
  .slider:after {
    content: 'flickity';
    display: none;
    /* hide :after */ }
  @media (max-width: 767px) {
    .slider {
      overflow-x: scroll;
      display: flex; }
      .slider:after {
        content: ''; }
      .slider::-webkit-scrollbar {
        -webkit-appearance: none;
        border-radius: 0px;
        height: 3px; }
      .slider::-webkit-scrollbar-thumb {
        background: #9a9a9a;
        width: 3px;
        border-radius: 0px; } }
  .slider > div {
    flex-shrink: 0; }
  @media (max-width: 767px) {
    .slider .col-xs-6 {
      width: 45%; } }
.slider-inspirace {
  padding-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  align-items: center;
  flex-direction: row; }
  .slider-inspirace > div {
    flex-shrink: 0;
    max-width: 38%; }
  .slider-inspirace::-webkit-scrollbar {
    background-color: transparent;
    height: 7px; }
  .slider-inspirace::-webkit-scrollbar-thumb {
    background-color: #cacaca; }
  .slider-inspirace:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey; }

@media (min-width: 767px) {
  .remove-flex {
    display: block !important; } }

.flex {
  display: flex; }
  .flex > *[class*=col-] {
    float: none;
    flex-shrink: 0; }
  .flex .no-shrink {
    flex-shrink: 0; }

.small-scroll-x {
  overflow-x: scroll;
  overflow-y: hidden; }
  .small-scroll-x::-webkit-scrollbar {
    background-color: transparent;
    height: 7px; }
  .small-scroll-x::-webkit-scrollbar-thumb {
    background-color: #cacaca; }
  .small-scroll-x:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey; }

@media (max-width: 767px) {
  .xs-flex {
    display: flex; }
    .xs-flex > *[class*=col-] {
      float: none;
      flex-shrink: 0; } }

.scroll-x {
  overflow-x: scroll; }

@media (max-width: 767px) {
  .xs-scroll-x {
    overflow-x: scroll; } }

.border-left-orange {
  padding-left: 1.5em;
  border-left: 2px solid #FF6F61; }

.hover-border-bottom-orange {
  transition: 0.1s linear !important; }
  .hover-border-bottom-orange:hover {
    border-bottom: 2px solid #FF6F61; }

.product-light-last-slider {
  justify-content: flex-start !important; }
  .product-light-last-slider div {
    padding: 15px;
    background: #FF6F61;
    max-width: 115px; }
    .product-light-last-slider div.next-logo {
      padding: 50px 15px 10px 15px; }
  .product-light-last-slider a {
    color: white; }

#upload-history {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px; }
  #upload-history a {
    text-decoration: none;
    max-width: 250px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative; }
  #upload-history img {
    max-height: 130px; }
    @media (max-width: 767px) {
      #upload-history img {
        max-height: 70px;
        max-width: 150px; } }
  #upload-history .name {
    overflow: hidden;
    min-height: 20px;
    margin-top: 4px;
    font-size: 0.8em;
    line-height: 90%;
    text-wrap-mode: wrap; }
    @media (max-width: 767px) {
      #upload-history .name {
        font-size: 0.8em; } }
  #upload-history .ok-icon {
    background: url("/img/icons/ok.png") center 0px no-repeat;
    background-size: 40px;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 30px;
    position: absolute; }
    @media (max-width: 767px) {
      #upload-history .ok-icon {
        background-size: 25px;
        bottom: 25px; } }
.upload-history-cover h3 {
  font-size: 1.6em; }
  @media (max-width: 767px) {
    .upload-history-cover h3 {
      font-size: 1.2em; } }
.dropzone-form {
  width: 90%;
  text-align: center;
  margin: 20px auto 20px;
  background-color: rgba(246, 247, 248, 0.5);
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: 2px dashed #ccd3d7; }
  .dropzone-form .btn-sharp-primary {
    max-width: 60%;
    margin: 25px auto !important; }
    @media (max-width: 767px) {
      .dropzone-form .btn-sharp-primary {
        max-width: 80%; } }
input:disabled, button:disabled, submit:disabled {
  cursor: not-allowed; }

.google-review {
  height: 54px;
  width: 165px;
  position: fixed;
  left: 10px;
  bottom: 40px;
  z-index: 20;
  background: #f5f5f5;
  padding: 2px;
  border-left: 3px solid #FF6F61; }
  .google-review .close {
    height: 15px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer; }

.wp-block-video video {
  width: 100%; }

.slim-order-review {
  display: flex;
  align-content: space-around;
  align-items: center;
  line-height: 150%;
  gap: 20px;
  font-weight: 300;
  justify-content: center;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .slim-order-review {
      margin: 0; } }
.scroller-cover {
  position: relative; }
  .scroller-cover .scroller {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable; }
  .scroller-cover .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
  .scroller-cover .nav.prev {
    left: -6px;
    cursor: pointer; }
  .scroller-cover .nav.next {
    right: -6px;
    cursor: pointer; }
  .scroller-cover .nav.is-hidden {
    opacity: 0;
    pointer-events: none; }

.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; }
