/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: rgba(35, 39, 64, .9);
 }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
  display: none; 
}

.mfp-content {
  /*position: relative;*/
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; 
}

.mfp-content input {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #f3ede1;
  white-space: nowrap;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress; 
}

.mfp-zoom-out-cur {
  cursor: auto; 
}

.mfp-zoom {
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; 
}

.mfp-close, 
.mfp-arrow, 
.mfp-preloader, 
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; 
}

.mfp-figure figure {
  position: relative;
}

.mfp-hide {
  display: none !important; 
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; 
}
  
.mfp-preloader a {
  color: #CCC; 
}

.mfp-preloader a:hover {
  color: #FFF; 
}

.mfp-s-ready .mfp-preloader {
  display: none; 
}

.mfp-s-error .mfp-content {
  display: none; 
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}

.mfp-close {
    width: 34px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 50px;
    top: 11px;
    text-decoration: none;
    text-align: left;
    text-indent: -9999em;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer; 
    background: transparent url('/static/images/close-modal.png?d09ce42460c6') no-repeat scroll 0 0;
    overflow: visible;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; 
    opacity: .65;  
    filter: alpha(opacity=65);
}

.mfp-close:hover {
    border-color: none;
    background-color: transparent; 
    opacity: 1;  
    filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  color: #333; 
}

.mfp-image-holder .mfp-close {
  color: #fff;
  text-align: left;
  padding: 0;
}

#lightGallery_info {
  position: absolute;
  right: -85px;
  top: 50%;
  margin-top: -106px;
}

.mfp-counter {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap; 
  position: absolute;
  left: 30px;
  top: 12px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.85;
  filter: alpha(opacity=85);
  margin: 0;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  width: 23px;
  height: 40px;
  cursor: pointer;
}
  
.mfp-arrow:hover, 
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); 
}

.mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 30px;
  background: transparent url('/static/images/sprite.png?d09ce42460c6') no-repeat scroll -190px -26px;
}

.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 30px; 
  background: transparent url('/static/images/sprite.png?d09ce42460c6') no-repeat scroll -190px -66px;
}

.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }


.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  /*width: auto;
  max-width: 800px;*/
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 0 50px;
  margin: 0 auto; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
}

.light-mfp-title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #f3ede1;
  white-space: nowrap;
  position: absolute;
  right: -100%;
  left: -100%;
  bottom: 8px;
}

#lightGallery_info > div {
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .mfp-title {
    font-size: 14px;
    line-height: 20px; 
  }
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* Landscape phones and smaller */
/* Landscape phones and portrait tablets */
/* Portrait tablets and small desktops */
/* Portrait tablets and medium desktops */
/* Large desktops and laptops */
/* hd */
.clearfix,
.cols-b-s-b,
.cols-2,
.cols-3,
.cols-4,
.cols-s-b {
  *zoom: 1;
}
.clearfix:before,
.cols-b-s-b:before,
.cols-2:before,
.cols-3:before,
.cols-4:before,
.cols-s-b:before,
.clearfix:after,
.cols-b-s-b:after,
.cols-2:after,
.cols-3:after,
.cols-4:after,
.cols-s-b:after {
  content: "";
  display: table;
}
.clearfix:after,
.cols-b-s-b:after,
.cols-2:after,
.cols-3:after,
.cols-4:after,
.cols-s-b:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .break {
    *zoom: 1;
  }
  .break:before,
  .break:after {
    content: "" !important;
    display: table !important;
  }
  .break:after {
    clear: both !important;
  }
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10 and IE11 CSS styles go here */
  .break:before,
  .break:after {
    display: block !important;
  }
}
.btn,
a.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 60px;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  background: transparent;
  color: #fff;
  border-color: #fff;
  height: 60px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  border: 1px solid #fff;
  margin: 0;
  font-weight: bold;
  /* */
  /* */
  /* */
}
.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus {
  border-color: #fff;
  background-color: #fff;
  color: #232741;
}
.btn.no-hover:hover,
a.btn.no-hover:hover,
.btn.no-hover:focus,
a.btn.no-hover:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.averz,
a.btn.averz {
  border: 1px solid #db6e45;
  color: #db6e45;
}
.btn.averz:hover,
a.btn.averz:hover,
.btn.averz:focus,
a.btn.averz:focus {
  border-color: #db6e45;
  background-color: #db6e45;
  color: #fff;
}
.btn.inverz,
a.btn.inverz {
  border: 1px solid #232741;
  color: #232741;
}
.btn.inverz:hover,
a.btn.inverz:hover,
.btn.inverz:focus,
a.btn.inverz:focus {
  border-color: #232741;
  background-color: #232741;
  color: #f3ede1;
}
.btn.golden,
a.btn.golden {
  color: #f3ede1;
  border: 1px solid #f3ede1;
}
.btn.golden:hover,
a.btn.golden:hover,
.btn.golden:focus,
a.btn.golden:focus {
  border-color: #f3ede1;
  background-color: #f3ede1;
  color: #232741;
}
.btn.full,
a.btn.full {
  border: 1px solid #db6e45;
  background: #db6e45;
}
.btn.big,
a.btn.big {
  font-size: 18px;
  line-height: 80px;
  height: 80px;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .btn.big,
  a.btn.big {
    height: 60px;
    line-height: 60px;
  }
}
.btn.small,
a.btn.small {
  line-height: 40px;
  height: 40px;
}
.btn.small.square,
a.btn.small.square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.btn.wide,
a.btn.wide {
  padding-left: 60px;
  padding-right: 60px;
}
.btn.special-double,
a.btn.special-double {
  padding: 0 2.5em;
  color: #232741;
  text-decoration: none;
  border: 1px solid #232741;
  position: relative;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.btn.special-double:before,
a.btn.special-double:before {
  content: '';
  width: 200px;
  height: 80px;
  background: transparent url('/static/images/vyvolejto-btn.png?d09ce42460c6') no-repeat 0 0;
  position: absolute;
  top: -10px;
  right: -10px;
}
.btn.special-double:hover,
a.btn.special-double:hover,
.btn.special-double:focus,
a.btn.special-double:focus {
  margin: -2px -3px 2px 2px;
  background: transparent;
}
.btn.special-double:hover:before,
a.btn.special-double:hover:before,
.btn.special-double:focus:before,
a.btn.special-double:focus:before {
  top: -8px;
  right: -8px;
  background-image: url('/static/images/vyvolejto-btn-hover.png?d09ce42460c6');
}
.image-btn {
  display: inline-block;
  width: 200px;
  height: 69px;
  background: transparent url('/static/images/smilebox-vyvolejto-button-normal.png?d09ce42460c6') scroll 0 0;
}
.image-btn span {
  display: inline-block;
  position: relative;
  text-indent: -9999em;
}
.image-btn:hover {
  background-image: url('/static/images/smilebox-vyvolejto-button-hover.png?d09ce42460c6');
}
.stripe {
  padding-top: 78px;
  padding-bottom: 78px;
  position: relative;
}
.center-box {
  width: 33.33333333%;
  margin-left: auto;
  margin-right: auto;
}
.center-box.big {
  width: 50%;
}
.with-img {
  position: relative;
  z-index: 2;
}
.error-text {
  font-size: 330px;
  line-height: 300px;
  color: #23adb9;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center !important;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
}
.error-500 .error-text {
  color: #13162c;
}
.btn-list a.btn {
  margin-left: 15px;
  display: inline-block;
}
.btn-list a.btn:nth-of-type(n+2) {
  margin-right: -4px;
}
.btn-list a.btn:first-child {
  margin-left: 0;
}
/* cols */
.col {
  padding: 0;
  margin: 0;
  float: left;
}
.cols-2 {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cols-2 .col {
  width: 50%;
  padding: 0 2.5%;
}
.cols-2 .col:nth-child(2n+1) {
  padding-left: 12.5%;
}
.cols-2 .col:nth-child(2n) {
  padding-right: 12.5%;
}
.cols-2 .col:nth-child(2n+1) {
  clear: left;
}
.cols-2.same-col .col {
  padding: 0 6.25%;
}
.cols-2.same-col .col:nth-child(2n+1) {
  padding-left: 6.25%;
}
.cols-2.same-col .col:nth-child(2n) {
  padding-right: 6.25%;
}
.cols-3 {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cols-3 .col {
  width: 33.33333333%;
  padding: 0 2.08333333%;
}
.cols-3 .col:first-child {
  padding-left: 4.16666667%;
}
.cols-3 .col:last-child {
  padding-right: 4.16666667%;
}
.cols-3 .col:nth-child(3n+1) {
  clear: left;
}
.cols-3.same-col .col:first-child {
  padding-left: 2.08333333%;
}
.cols-3.same-col .col:last-child {
  padding-right: 2.08333333%;
}
.cols-4 {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cols-4 .col {
  width: 25%;
  padding: 0 2.19512195%;
  position: relative;
}
.cols-4 .col:nth-child(4n+1) {
  clear: left;
}
.cols-4.bordered .col:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  border-left: 1px solid #db6e45;
}
.cols-4.bordered .col:first-child:before {
  border-left: none;
}
.cols-s-b {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cols-s-b .col-b {
  width: 68.33333333%;
}
.question .cols-s-b .col-b {
  margin-bottom: 75px;
}
.cols-s-b .col-s {
  width: 31.66666667%;
  padding-right: 6.25%;
}
.question .cols-s-b h3 {
  text-align: right;
  line-height: 30px;
}
.cols-b-s-b {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cols-b-s-b .col-b {
  width: 35%;
}
.cols-b-s-b .col-b:first-child {
  padding-left: 10%;
}
.cols-b-s-b .col-b:last-child {
  padding-right: 7.5%;
}
.cols-b-s-b .col-s {
  width: 30%;
  padding-left: 7.91666667%;
}
html,
body {
  position: relative;
  min-width: 320px;
}
body {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 30px;
  color: #232741;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
body * {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.error-404 {
  background: #232741;
}
a {
  cursor: pointer;
  text-decoration: underline;
  color: #db6e45;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 28px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 18px;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 24px;
}
h3,
.h3 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: normal;
  }
}
blockquote {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}
blockquote:before {
  content: '\201E';
}
blockquote:after {
  content: '\201C';
}
ul li,
ol li {
  list-style: none;
}
.ninja {
  display: none;
}
.perex {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
#header .perex {
  margin-bottom: 0;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.rel {
  position: relative;
}
.t-left {
  text-align: left !important;
}
.t-center {
  text-align: center !important;
}
.t-right {
  text-align: right !important;
}
.inline {
  display: inline-block;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.note {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.dark {
  color: #232741;
  font-weight: bold;
}
.light {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
}
.bright {
  color: #f3ede1;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
}
.less {
  color: #666;
}
.bless {
  color: #999;
}
.gold {
  color: #f3ede1;
}
.more-margin {
  margin-bottom: 55px;
}
.half-margin {
  margin-bottom: 25px;
}
.fixed {
  position: fixed !important;
  z-index: 1000 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.w-50 {
  width: 50%;
  margin: 0 auto;
}
.info-bar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1500;
  background: #db6e45;
  color: #262640;
  text-align: center;
}
.info-bar .message-container {
  margin: 0 auto;
  width: 1200px;
  padding-top: 4px;
}
@media only screen and (max-width: 991px) {
  .info-bar .message-container {
    width: 100%;
    padding: 5px;
  }
}
.info-bar .message-container p {
  margin-bottom: 6px;
}
.info-bar .message-container a {
  color: #262640;
  font-weight: 500;
}
.d-flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-pagination-mobile {
  display: none;
}
.new-pagination-desktop {
  display: block;
}
@media only screen and (max-width: 991px) {
  .new-pagination-mobile {
    display: block;
  }
  .new-pagination-desktop {
    display: none;
  }
}
ul.new-pagination {
  list-style: none;
  font-size: 18px;
}
ul.new-pagination li {
  width: 33px;
  height: 33px;
  display: inline-block;
  line-height: 25px;
  margin-right: 3px;
  text-align: center;
  color: #fff;
}
ul.new-pagination li.active {
  border: 2px solid #fff;
}
ul.new-pagination a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.gallery-detail--black-font ul.new-pagination li {
  color: #232741;
}
.gallery-detail--black-font ul.new-pagination li.active {
  border: 2px solid #232741;
}
.gallery-detail--black-font ul.new-pagination a {
  color: #232741;
}
#smartsupp-widget-container div[data-testid='widgetPopupFrame'] {
  z-index: 1499 !important;
}
#smartsupp-widget-container div[data-testid='widgetButtonFrame'] {
  z-index: 1499 !important;
}
#hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#hamburger-menu .hm-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  height: 2px;
  width: 12px;
  top: 12px;
  background-color: #fff;
  left: 0px;
}
#hamburger-menu .hm-left:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
  left: 0;
}
#hamburger-menu .hm-left:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 8px;
  left: 0;
}
#hamburger-menu .hm-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  height: 2px;
  width: 12px;
  top: 12px;
  background-color: #fff;
}
#hamburger-menu .hm-right:before {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
  left: 0;
}
#hamburger-menu .hm-right:after {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 8px;
  left: 0;
}
#hamburger-menu.open .hm-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
#hamburger-menu.open .hm-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(4px, 2px);
  -ms-transform: rotate(45deg) scaleX(1) translate(4px, 2px);
  transform: rotateZ(45deg) scaleX(1) translate(4px, 2px);
}
#hamburger-menu.open .hm-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(4px, -2px);
  -ms-transform: rotate(-45deg) scaleX(1) translate(4px, -2px);
  transform: rotateZ(-45deg) scaleX(1) translate(4px, -2px);
}
#hamburger-menu.open .hm-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
#hamburger-menu.open .hm-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(-4px, 2px);
  -ms-transform: rotate(-45deg) scaleX(1) translate(-4px, 2px);
  transform: rotateZ(-45deg) scaleX(1) translate(-4px, 2px);
}
#hamburger-menu.open .hm-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(-4px, -2px);
  -ms-transform: rotate(45deg) scaleX(1) translate(-4px, -2px);
  transform: rotateZ(45deg) scaleX(1) translate(-4px, -2px);
}
#menu-label {
  padding-top: 2px;
  width: 50px;
  text-align: left;
}
#header.black-font-variant #hamburger-menu .hm-left {
  background-color: #232741;
}
#header.black-font-variant #hamburger-menu .hm-left:before {
  background-color: #232741;
}
#header.black-font-variant #hamburger-menu .hm-left:after {
  background-color: #232741;
}
#header.black-font-variant #hamburger-menu .hm-right {
  background-color: #232741;
}
#header.black-font-variant #hamburger-menu .hm-right:before {
  background-color: #232741;
}
#header.black-font-variant #hamburger-menu .hm-right:after {
  background-color: #232741;
}
#header.black-font-variant #hamburger-menu.open .hm-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
#header.black-font-variant #hamburger-menu.open.open .hm-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
#header.black-font-variant .headroom--not-top #hamburger-menu .hm-left {
  background-color: #fff;
}
#header.black-font-variant .headroom--not-top #hamburger-menu .hm-left:before {
  background-color: #fff;
}
#header.black-font-variant .headroom--not-top #hamburger-menu .hm-left:after {
  background-color: #fff;
}
#header.black-font-variant .headroom--not-top #hamburger-menu .hm-right {
  background-color: #fff;
}
#header.black-font-variant .headroom--not-top #hamburger-menu .hm-right:before {
  background-color: #fff;
}
#header.black-font-variant .headroom--not-top #hamburger-menu .hm-right:after {
  background-color: #fff;
}
#header.black-font-variant .headroom--not-top #hamburger-menu.open .hm-left {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
#header.black-font-variant .headroom--not-top #hamburger-menu.open.open .hm-right {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
/* klientska paleta */
.style-twelve.client-01 {
  background-color: #c22f3f;
}
.style-twelve.client-02 {
  background-color: #db6e45;
}
.style-twelve.client-03 {
  background-color: #27bcc9;
}
.style-twelve.client-04 {
  background-color: #2c63bd;
}
.style-twelve.client-05 {
  background-color: #4c1b76;
}
.style-twelve.client-06 {
  background-color: #232740;
}
.style-twelve.client-07 {
  background-color: #211233;
}
.style-twelve.client-08 {
  background-color: #171717;
}
/* done */
/* 01 */
.style-one {
  background: #232741 url('/static/images/backgrounds/background-style-1.jpg?d09ce42460c6') repeat scroll top center;
  color: #f3ede1;
}
/* 02 */
.style-two {
  background: #db6e45 url('/static/images/backgrounds/background-style-3.jpg?d09ce42460c6') no-repeat scroll top center;
  color: #f3ede1;
  background-size: cover;
}
/* 04 */
.style-four {
  background: #f3ede1;
  color: #232741;
}
/* 05 */
.style-five-after {
  background: transparent;
  height: 110px;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.style-five-after:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/five-after.png?d09ce42460c6') no-repeat scroll top center;
  background-size: contain;
}
.style-five {
  background: #f3ede1;
  padding-bottom: 45px;
}
/* 06 */
.style-six {
  background: #232741 url('/static/images/backgrounds/background-style-6.jpg?d09ce42460c6') no-repeat scroll top center;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 110px;
}
/* 07 */
.style-seven-before {
  background: transparent;
  height: 110px;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.style-seven-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/seven-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-seven {
  background: #f3ede1;
  color: #232741;
  padding-top: 45px;
}
/* 08 */
.style-eight {
  background: #38c6d2;
  color: #232741;
}
/* 09 */
.style-nine {
  background: #f3ede1;
  color: #232741;
}
.style-nine .col {
  margin-top: 50px;
}
/* 10 */
.style-ten {
  background: #e0f0e6 url('/static/images/backgrounds/background-style-10-christmas.jpg?d09ce42460c6') repeat scroll center center;
  color: #666;
}
.style-ten h2 {
  color: #232741;
}
.style-ten p a {
  text-decoration: underline;
  color: #232741;
}
.style-ten p a:hover {
  text-decoration: none;
  color: #232741;
}
/* 11 */
.style-eleven {
  background: #38c6d2 url('/static/images/backgrounds/background-style-11.jpg?d09ce42460c6') repeat scroll top center;
  color: #fff;
}
/* 14 */
.style-fourteen {
  background: transparent url('/static/images/background-photos/photo-fourteen.jpg?63b4a1bbf93e') no-repeat scroll center center;
  color: #fff;
}
/* 15 */
.style-fifteen {
  background: transparent url('/static/images/background-photos/photo-fifteen.jpg?63b4a1bbf93e') no-repeat scroll center center;
  color: #fff;
}
.style-xmas-party-overview {
  background: transparent url('/static/images/background-photos/xmas-overview.jpg?d09ce42460c6') no-repeat scroll center center;
  color: #fff;
}
.style-company-party-overview {
  background: transparent url('/static/images/background-photos/company-party.jpg?63b4a1bbf93e') no-repeat scroll center center;
  color: #fff;
}
.style-christmas {
  background: transparent url('/static/images/background-photos/xmas-hero.jpg?63b4a1bbf93e');
  color: #fff;
  padding-bottom: 200px !important;
  background-position: center center;
  background-size: cover;
}
.style-company-party {
  background: #9e79a4 url('/static/images/backgrounds/company-party-detail.jpg?d09ce42460c6') scroll top center;
  color: #fff;
  padding-bottom: 200px !important;
  background-position: center center;
  background-size: cover;
}
/* 16 */
.style-sixteen {
  background: transparent url('/static/images/background-photos/photo-sixteen.jpg?63b4a1bbf93e') no-repeat scroll center center;
  color: #fff;
}
/* 17 */
.style-seventeen {
  background: transparent url('/static/images/background-photos/photo-seventeen.jpg?d09ce42460c6') no-repeat scroll center center;
  color: #fff;
}
/* 18 */
.style-eighteen {
  background: transparent url('/static/images/background-photos/photo-eighteen.jpg?d09ce42460c6') no-repeat scroll center center;
  color: #fff;
}
/* 19 */
.style-nineteen {
  background: #c22f3f url('/static/images/background-photos/photo-twenty.jpg?63b4a1bbf93e') no-repeat scroll center center;
  color: #fff;
  background-size: cover;
}
/* 20 */
.style-twenty-before {
  background: transparent;
  height: 300px;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.style-twenty-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/twenty-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-twenty {
  background: #000;
  color: #f3ede1;
  padding-top: 0;
}
/* 21 */
.style-twentyone {
  background: #c22f3f;
  color: #f3ede1;
}
/* 22 */
.style-twentytwo {
  background: #c22f3f;
  color: #f3ede1;
}
/* 24 */
.style-twentyfour {
  background: #ceeff1;
}
.style-twentyfour:before {
  /* svgecko s lomem */
}
.style-twentyfour:after {
  /* svgecko s lomem */
}
.style-twentyfour .abs-img {
  position: absolute;
  bottom: 0;
  left: 55%;
}
/* 25 */
.style-twentyfive-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-twentyfive-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/twentyfive-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-twentyfive-after {
  background: transparent;
  height: 170px;
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}
.style-twentyfive-after:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/twentyfive-after.png?d09ce42460c6') no-repeat scroll top center;
  background-size: contain;
}
.style-twentyfive {
  background: white;
  padding-top: 0;
}
/* 26 */
.style-twentysix-before {
  background: transparent;
  height: 170px;
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
.style-twentysix-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/twentysix-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-twentysix-after {
  background: transparent;
  height: 170px;
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}
.style-twentysix-after:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/twentysix-after.png?d09ce42460c6') no-repeat scroll top center;
  background-size: contain;
}
.style-twentysix {
  background: #232741;
  color: #fff;
  padding-top: 38px;
}
.style-twentysix .col p {
  color: #999;
}
/* 27 */
.style-twentyseven {
  background: #38c6d2 url('/static/images/backgrounds/background-style-27.jpg?d09ce42460c6') repeat scroll top center;
  color: #fff;
}
/* 28 */
.style-twentyeight-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-twentyeight-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/thirtyfour-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-twentyeight {
  background: #f3ede1;
  padding-top: 25px;
}
/* 29 */
.style-twentynine {
  background: #f3ede1;
  color: #232741;
}
/* 30 */
.style-thirty {
  background: #232741 url('/static/images/backgrounds/background-style-30.jpg?d09ce42460c6') no-repeat scroll top center;
  background-size: cover;
  color: white;
}
/* 31 */
.style-thirtyone-after {
  background: transparent;
  height: 300px;
  margin-bottom: -300px;
  position: relative;
  z-index: 1;
}
.style-thirtyone-after:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/thirtyone-after-new.png?d09ce42460c6') no-repeat scroll top center;
  background-size: contain;
}
.style-thirtyone {
  background: #232741;
  color: #fff;
}
/* 32 */
.style-thirtytwo-before {
  background: transparent;
  height: 110px;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.style-thirtytwo-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/thirtytwo-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-thirtytwo-after {
  background: transparent;
  height: 110px;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.style-thirtytwo-after:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/thirtytwo-after.png?d09ce42460c6') no-repeat scroll top center;
  background-size: contain;
}
.style-thirtytwo {
  background: #232741 url('/static/images/backgrounds/background-style-32.jpg?d09ce42460c6') repeat scroll top center;
  color: #fff;
}
/* 33 */
.style-thirtythree {
  background: #38c6d2 url('/static/images/backgrounds/background-style-11.jpg?d09ce42460c6') repeat scroll top center;
  color: #232741;
}
/* 34 */
.style-thirtyfour-before {
  background: transparent;
  height: 280px;
  margin-top: -280px;
  position: relative;
  z-index: 1;
}
.style-thirtyfour-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/thirtyfour-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-thirtyfour {
  background: #232741 url('/static/images/backgrounds/background-style-34.jpg?d09ce42460c6') scroll top center;
  color: #fff;
}
/* 35 */
.style-thirtyfive {
  background: #232741 url('/static/images/backgrounds/background-style-35.jpg?d09ce42460c6') scroll top left;
  color: #fff;
}
/* 37 */
.style-thirtyseven {
  background: #f3ede1;
  color: #232741;
}
/* 38 */
.style-thirtyeight {
  background: #9e79a4 url('/static/images/backgrounds/background-style-38.jpg?d09ce42460c6') scroll top center;
  color: #fff;
}
.style-company-party-simple {
  background-color: #745939;
  color: #fff;
}
.style-xmas-simple {
  background-color: #0a3826;
  color: #fff;
}
/* 39 */
.style-thirtynine-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-thirtynine-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/thirtynine-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-xmas-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-xmas-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/xmas-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-thirtynine {
  background: #ffcc8b;
  color: #000;
  padding-top: 0;
  padding-bottom: 110px;
}
.style-company-party-points {
  background: #745939;
  color: #fff !important;
}
.style-xmas-points {
  background: #0a3826;
  color: #fff !important;
}
.svadba .style-company-party-points table.styled td {
  color: #fff;
  border-color: #c39054;
}
.svadba .style-xmas-points table.styled td {
  color: #fff;
  border-color: #366653;
}
/* 40 */
.style-forty {
  background: #9e79a4;
  color: #fff;
}
/* 41 */
.style-fortyone {
  background: #9e79a4;
  color: #f3ede1;
}
/* 42 */
.style-fortytwo {
  background: #00acec url('/static/images/backgrounds/background-style-42.jpg?d09ce42460c6') scroll top center;
  color: #fff;
}
/* 43 */
.style-fortythree-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-fortythree-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/fortythree-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-fortythree {
  background: #be4396;
  padding-top: 38px;
  padding-bottom: 158px;
}
/* 44 + 45 */
.style-fortyfour,
.style-fortyfive {
  background: #00acec;
  color: #fff;
}
/* 46 */
.style-fortysix {
  background: #1b7c1e url('/static/images/backgrounds/background-style-46.jpg?d09ce42460c6') scroll top center;
  color: #fff;
}
/* 47 */
.style-fortyseven-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-fortyseven-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/fortyseven-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-fortyseven {
  background: #1c3b88;
  padding-top: 0;
  padding-bottom: 128px;
}
/* 48 + 49 */
.style-fortyeight,
.style-fortynine {
  background: #26324b;
  color: #fff;
}
/* 50 */
.style-fifty {
  background: #eaa67e;
  /* pridat neopakujuce sa pozadie */
  color: #fff;
}
/* 51 */
.style-fiftyone-before {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.style-fiftyone-before:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/fiftyone-before.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.style-fiftyone {
  background: #251412;
  padding-top: 0;
  padding-bottom: 128px;
}
/* 52 */
.style-fiftytwo {
  background: #39221f;
  color: #ebcdb3;
}
.style-fiftytwo .promo-box {
  border-color: #ebcdb3;
  color: #ebcdb3;
}
/* 53 */
.style-fiftythree {
  background: #39221f;
  color: #fff;
  padding-bottom: 330px;
}
/* 54 */
.style-fiftyfour {
  background: #2cc6d4;
  color: #fff;
}
/* 55 */
.style-fiftyfive {
  background: #232741;
}
.style-fiftyfive img {
  margin-top: -100px;
}
/* 56 */
.style-fiftysix-after {
  background: transparent;
  height: 300px;
  margin-bottom: -300px;
  position: relative;
  z-index: 1;
}
.style-fiftysix-after:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/before-after-backgrounds/fiftysix-after.png?d09ce42460c6') no-repeat scroll top center;
  background-size: contain;
}
.style-fiftysix {
  background: #232741;
  color: #fff;
}
/* 57 */
.style-fiftyseven {
  position: relative;
  background: #2cc6d4;
  padding-bottom: 0;
  height: 710px;
}
.style-fiftyseven img {
  position: absolute;
  left: 50%;
  margin-left: -97px;
  bottom: 0;
  z-index: 5;
}
/* 58 */
.style-fiftyeight {
  background: #232741 url('/static/images/background-photos/photo-fiftyeight.jpg?d09ce42460c6') no-repeat scroll top center;
  color: #fff;
}
/* 59 */
.style-fiftynine {
  background: white url('/static/images/backgrounds/background-style-59.png?d09ce42460c6') no-repeat scroll top center;
  background-size: cover;
  color: #232741;
}
.style-fiftynine + .style-fiftynine {
  background: #ceeff1;
}
@media screen and (min-width: 1601px) {
  .style-fiftynine {
    background-size: cover;
  }
}
#header.style-nineteen,
#header.style-thirtyeight,
#header.style-fortytwo,
#header.style-fifty {
  padding-bottom: 250px;
}
#header.style-thirtyone {
  padding-bottom: 45px;
}
#header.style-fortysix {
  padding-bottom: 220px;
}
#header.style-twentyseven {
  padding-bottom: 265px;
}
#header.style-thirtyfour {
  padding-bottom: 150px;
}
#header.style-fiftyfour,
#header.style-fiftysix {
  padding-bottom: 100px;
}
/* side images */
.base-background-style,
.background-style-20,
.background-style-30,
.background-style-40,
.background-style-50,
.background-style-60,
.background-style-70,
.background-style-80,
.background-style-90,
.background-style-100,
.background-style-110,
.background-style-120,
.background-style-130,
.background-style-140,
.background-style-150,
.background-style-160,
.background-style-170,
.background-style-180,
.background-style-190,
.background-style-200,
.background-style-210,
.background-style-220,
.background-style-230,
.background-style-240,
.background-style-250,
.background-style-260,
.background-style-270,
.background-style-280,
.background-style-290,
.background-style-300,
.background-style-310,
.background-style-320,
.background-style-330,
.background-style-340,
.background-style-350,
.background-style-360,
.background-style-370,
.background-style-380,
.background-style-390,
.background-style-400,
.background-style-410,
.background-style-420,
.background-style-430,
.background-style-440,
.background-style-450,
.background-style-460,
.background-style-470,
.background-style-480,
.background-style-490,
.background-style-500,
.decoration-base,
.reference-detail .decoration-1,
.reference-detail .decoration-2,
.reference-detail .decoration-3,
.reference-detail .decoration-4,
.reference-ccpr-detail .decoration-1,
.reference-ccpr-detail .decoration-2,
.reference-ccpr-detail .decoration-3,
.reference-ccpr-detail .decoration-4,
.reference-karavan-detail .decoration-1,
.reference-karavan-detail .decoration-2,
.reference-karavan-detail .decoration-3,
.reference-karavan-detail .decoration-4,
.reference-reebok-detail .decoration-1,
.reference-reebok-detail .decoration-2,
.reference-reebok-detail .decoration-3,
.reference-reebok-detail .decoration-4,
.reference-tedx-detail .decoration-1,
.reference-tedx-detail .decoration-2,
.reference-tedx-detail .decoration-3,
.reference-tedx-detail .decoration-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.background-style-0 {
  background-image: url("/static/images/backgrounds/background-style-0.png");
  background-position: bottom center;
}
.background-style-30 {
  background-image: url("/static/images/backgrounds/background-style-30.png?d09ce42460c6");
  background-position: bottom center;
}
.background-style-0 {
  background-image: url("/static/images/backgrounds/background-style-0.png");
  background-position: 100% 56%;
}
.background-style-130 {
  background-image: url("/static/images/backgrounds/background-style-130.png?d09ce42460c6");
  background-position: 100% 56%;
}
.background-style-0 {
  background-image: url("/static/images/backgrounds/background-style-0.png");
  background-position: top center;
}
.background-style-50 {
  background-image: url("/static/images/backgrounds/background-style-50.png?d09ce42460c6");
  background-position: top center;
}
.background-style-40 {
  background-image: url("/static/images/backgrounds/background-style-40.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-60 {
  background-image: url("/static/images/backgrounds/background-style-60.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-120 {
  background-image: url("/static/images/backgrounds/background-style-120.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-180 {
  background-image: url("/static/images/backgrounds/background-style-180.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-200 {
  background-image: url("/static/images/backgrounds/background-style-200.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-240 {
  background-image: url("/static/images/backgrounds/background-style-240.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-260 {
  background-image: url("/static/images/backgrounds/background-style-260.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-280 {
  background-image: url("/static/images/backgrounds/background-style-280.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-80 {
  background-image: url("/static/images/backgrounds/background-style-80.jpg?d09ce42460c6");
  background-position: bottom left;
}
.background-style-300 {
  background-image: url("/static/images/backgrounds/background-style-300.jpg?d09ce42460c6");
  background-position: bottom left;
}
.background-style-70 {
  background-image: url("/static/images/backgrounds/background-style-70.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-190 {
  background-image: url("/static/images/backgrounds/background-style-190.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-210 {
  background-image: url("/static/images/backgrounds/background-style-210.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-250 {
  background-image: url("/static/images/backgrounds/background-style-250.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-270 {
  background-image: url("/static/images/backgrounds/background-style-270.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-290 {
  background-image: url("/static/images/backgrounds/background-style-290.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-310 {
  background-image: url("/static/images/backgrounds/background-style-310.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-380 {
  background-image: url("/static/images/backgrounds/background-style-380.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-420 {
  background-image: url("/static/images/backgrounds/background-style-420.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-460 {
  background-image: url("/static/images/backgrounds/background-style-460.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-500 {
  background-image: url("/static/images/backgrounds/background-style-500.png?d09ce42460c6");
  background-position: bottom right;
}
.background-style-90 {
  background-image: url("/static/images/backgrounds/background-style-90.jpg?d09ce42460c6");
  background-position: bottom right;
}
.background-style-320 {
  background-image: url("/static/images/backgrounds/background-style-320.jpg?d09ce42460c6");
  background-position: bottom right;
}
.background-style-0 {
  background-image: url("/static/images/backgrounds/background-style-0.jpg");
  background-position: center left;
}
.background-style-100 {
  background-image: url("/static/images/backgrounds/background-style-100.jpg?d09ce42460c6");
  background-position: center left;
}
.background-style-20 {
  background-image: url("/static/images/backgrounds/background-style-20.png?d09ce42460c6");
  background-position: center left;
}
.background-style-140 {
  background-image: url("/static/images/backgrounds/background-style-140.png?d09ce42460c6");
  background-position: center left;
}
.background-style-160 {
  background-image: url("/static/images/backgrounds/background-style-160.png?d09ce42460c6");
  background-position: center left;
}
.background-style-220 {
  background-image: url("/static/images/backgrounds/background-style-220.png?d09ce42460c6");
  background-position: center left;
}
.background-style-330 {
  background-image: url("/static/images/backgrounds/background-style-330.png?d09ce42460c6");
  background-position: center left;
}
.background-style-360 {
  background-image: url("/static/images/backgrounds/background-style-360.png?d09ce42460c6");
  background-position: center left;
}
.background-style-400 {
  background-image: url("/static/images/backgrounds/background-style-400.png?d09ce42460c6");
  background-position: center left;
}
.background-style-440 {
  background-image: url("/static/images/backgrounds/background-style-440.png?d09ce42460c6");
  background-position: center left;
}
.background-style-480 {
  background-image: url("/static/images/backgrounds/background-style-480.png?d09ce42460c6");
  background-position: center left;
}
.background-style-110 {
  background-image: url("/static/images/backgrounds/background-style-110.jpg?d09ce42460c6");
  background-position: center right;
}
.background-style-340 {
  background-image: url("/static/images/backgrounds/background-style-340.jpg?d09ce42460c6");
  background-position: center right;
}
.background-style-150 {
  background-image: url("/static/images/backgrounds/background-style-150.png?d09ce42460c6");
  background-position: center right;
}
.background-style-170 {
  background-image: url("/static/images/backgrounds/background-style-170.png?d09ce42460c6");
  background-position: center right;
}
.background-style-230 {
  background-image: url("/static/images/backgrounds/background-style-230.png?d09ce42460c6");
  background-position: center right;
}
.background-style-350 {
  background-image: url("/static/images/backgrounds/background-style-350.png?d09ce42460c6");
  background-position: center right;
}
/* un-done */
.style-twelve {
  background: #232741;
  color: #fff;
}
.style-twelve .rel a {
  color: #fff;
  text-decoration: none;
}
.style-thirteen {
  background: darksalmon;
  color: #fff;
}
.style-twentythree {
  background: #e8c9d0;
}
.style-dark #navigation * {
  color: #232741 !important;
}
.style-dark .gallery-icons * {
  color: #232741 !important;
}
.style-dark .gallery-icons .icon-social:before {
  background-position: -70px -41px;
}
.style-dark .gallery-icons .icon-vyvolejto:before {
  background-position: -38px -41px;
}
.style-dark .gallery-icons .icon-edit:before {
  background-position: -1px -41px;
}
.style-dark .pagination * {
  color: #232741 !important;
}
.style-dark .pagination a:hover,
.style-dark .pagination a.active {
  background: #232741;
  color: #fff !important;
}
.style-dark .btn {
  border: 1px solid #232741;
  color: #232741 !important;
}
.style-dark #navigation #logo {
  background-image: url('/static/images/logo_dark_blue.svg?d09ce42460c6');
}
.style-dark #navigation #logo-smybox {
  background-image: url('/static/images/logo_dark_blue_smybox.svg?d09ce42460c6');
}
/* photo */
/* done */
.style-photo-one {
  height: 594px;
  background-image: url('/static/images/background-photos/photo-one.jpg?63b4a1bbf93e');
}
.style-photo-two {
  height: 770px;
  background-image: url('/static/images/background-photos/photo-two.jpg?d09ce42460c6');
}
.style-photo-three {
  height: 672px;
  background-image: url('/static/images/background-photos/photo-three.jpg?63b4a1bbf93e');
}
.style-photo-four {
  height: 809px;
  background-image: url('/static/images/background-photos/photo-four.jpg?d09ce42460c6');
}
.style-photo-five {
  height: 833px;
  background-image: url('/static/images/background-photos/photo-five.jpg?63b4a1bbf93e');
}
/* ok */
.style-photo-six {
  height: 594px;
  background-image: url('/static/images/background-photos/photo-six.jpg?63b4a1bbf93e');
}
/* ok */
.style-photo-seven {
  height: 728px;
  background-image: url('/static/images/background-photos/photo-seven.jpg?d09ce42460c6');
}
/* ok */
.style-photo-eight {
  height: 594px;
  background-image: url('/static/images/background-photos/photo-eight.jpg?63b4a1bbf93e');
}
.style-photo-nine {
  height: 728px;
  background-image: url('/static/images/background-photos/photo-nine.jpg?63b4a1bbf93e');
}
.style-photo-ten {
  height: 586px;
  background-image: url('/static/images/background-photos/photo-ten.jpg?d09ce42460c6');
}
.style-photo-company-party-top {
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-image: url('/static/images/background-photos/company_party.jpg?63b4a1bbf93e');
}
.style-photo-xmas-party-top {
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-image: url('/static/images/background-photos/xmas-top.jpg?d09ce42460c6');
}
.style-photo-company-party-bottom {
  height: 900px;
  background-position: center center;
  background-size: cover;
  background-image: url('/static/images/background-photos/kolaz.jpg?63b4a1bbf93e');
}
.style-photo-xmas-party-bottom {
  height: 900px;
  background-position: center center;
  background-size: cover;
  background-image: url('/static/images/background-photos/xmas-bottom.jpg?d09ce42460c6');
}
.style-photo-eleven {
  height: 893px;
  background-image: url('/static/images/background-photos/photo-eleven.jpg?d09ce42460c6');
}
/* ok */
.style-photo-twelve {
  height: 594px;
  background-image: url('/static/images/background-photos/photo-twelve.jpg?d09ce42460c6');
}
/* ok */
.style-photo-thirteen {
  height: 647px;
  background-image: url('/static/images/background-photos/photo-thirteen.jpg?d09ce42460c6');
}
/* ok */
.style-photo-nineteen {
  height: 660px;
  background-image: url('/static/images/background-photos/photo-nineteen.jpg?d09ce42460c6');
}
/* undone */
.style-photo-one,
.style-photo-two,
.style-photo-three,
.style-photo-four,
.style-photo-five,
.style-photo-six,
.style-photo-seven,
.style-photo-eight,
.style-photo-nine,
.style-photo-ten,
.style-photo-eleven,
.style-photo-twelve,
.style-photo-thirteen,
.style-photo-nineteen,
.style-photo-company-party-top,
.style-photo-company-party-bottom,
.style-photo-xmas-party-bottom,
.style-photo-xmas-party-top {
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .style-photo-one,
  .style-photo-two,
  .style-photo-three,
  .style-photo-four,
  .style-photo-five,
  .style-photo-six,
  .style-photo-seven,
  .style-photo-eight,
  .style-photo-nine,
  .style-photo-ten,
  .style-photo-eleven,
  .style-photo-twelve,
  .style-photo-thirteen,
  .style-photo-nineteen,
  .style-photo-company-party-top,
  .style-photo-company-party-bottom,
  .style-photo-xmas-party-bottom,
  .style-photo-xmas-party-top {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1300px) {
  .style-photo-one,
  .style-photo-two,
  .style-photo-three,
  .style-photo-four,
  .style-photo-five,
  .style-photo-six,
  .style-photo-seven,
  .style-photo-eight,
  .style-photo-nine,
  .style-photo-ten,
  .style-photo-eleven,
  .style-photo-twelve,
  .style-photo-thirteen,
  .style-photo-nineteen,
  .style-photo-company-party-top,
  .style-photo-company-party-bottom,
  .style-photo-xmas-party-bottom,
  .style-photo-xmas-party-top {
    background-size: auto;
  }
}
.tooltip {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: ;
  color: #fff;
  border-radius: 2px;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin-left: 3px;
}
.tooltip:before {
  content: 'i';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-family: "myriad-pro", Verdana, Geneva, sans-serif;
}
@media only screen and (max-width: 640px) {
  .tooltip:before {
    font-size: 12px;
    line-height: 17px;
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip {
    top: 0;
    width: 17px;
    height: 17px;
  }
}
#tooltip {
  text-align: left;
  color: ;
  background: #fff;
  position: absolute;
  z-index: 4000;
  padding: 17px;
  border: 1px solid #d4dbe9;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0 16px 2px rgba(38, 75, 146, 0.2);
  box-shadow: 0px 0 16px 2px rgba(38, 75, 146, 0.2);
}
#tooltip:after {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
}
#tooltip:before {
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d4dbe9;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 7px solid #fff;
  top: -14px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.left:before {
  left: 9px;
  margin: 0;
}
#tooltip.right:after {
  right: 16px;
  left: auto;
  margin: 0;
}
#tooltip.right:before {
  right: 15px;
  left: auto;
  margin: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: transparent url('/static/images/sprite.png?d09ce42460c6') no-repeat top left;
}
.non-active {
  opacity: .3;
  cursor: default !important;
}
.icon-mail:before {
  background-position: -83px 0;
  margin-right: 25px;
  margin-left: 2px;
  width: 28px;
  height: 26px;
}
.icon-mail.dark:before {
  background-position: -112px -26px;
}
.icon-phone:before {
  background-position: -112px 0;
  margin-right: 25px;
  width: 30px;
  height: 26px;
}
.icon-phone.dark:before {
  background-position: -141px -26px;
}
.icon-lock:before {
  background-position: -144px 0;
  width: 17px;
  height: 26px;
}
.icon-editable:before {
  margin-left: 7px;
  vertical-align: top;
  background-position: -192px -233px;
  width: 19px;
  height: 19px;
}
.icon-editable.dark:before {
  background-position: -3px -214px;
}
.icon-left:before {
  background-position: -174px 0;
  margin-right: 12px;
  width: 11px;
  height: 26px;
}
.icon-left.dark:before {
  background-position: -161px 0;
}
.icon-right:before {
  background-position: -200px 0;
  width: 11px;
  height: 26px;
}
.icon-right.dark:before {
  background-position: -187px 0;
}
.icon-down:before {
  background-position: -89px -30px;
  width: 12px;
  height: 7px;
}
.icon-arrow-left:before {
  background-position: -190px -26px;
  width: 23px;
  height: 40px;
}
.icon-arrow-right:before {
  background-position: -190px -66px;
  width: 23px;
  height: 40px;
}
.icon-social:before {
  background-position: -70px -82px;
  width: 35px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-social.dark:before {
  background-position: -70px -41px;
}
.icon-edited:before {
  background-position: -41px -231px;
  width: 36px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-edited.dark:before {
  background-position: -41px -190px;
}
.icon-locked:before {
  background-position: -80px -231px;
  width: 29px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-locked.dark:before {
  background-position: -80px -190px;
}
.icon-unlocked:before {
  background-position: -208px -272px;
  width: 29px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-unlocked.dark:before {
  background-position: -175px -272px;
}
.icon-hide:before {
  background-position: -151px -231px;
  width: 37px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-hide.dark:before {
  background-position: -112px -231px;
}
.icon-vyvolejto:before {
  background-position: -38px -82px;
  width: 31px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-vyvolejto.dark:before {
  background-position: -38px -41px;
}
.icon-edit:before {
  width: 48px;
  height: 40px;
  display: block;
  background: url('/static/images/moje_galerie.png?d09ce42460c6') no-repeat;
  background-size: 48px 40px;
  margin: 0 auto;
}
.icon-edit.dark:before {
  background-image: url('/static/images/moje_galerie-dark.png?d09ce42460c6');
}
.icon-logout:before {
  background-position: -2px -231px;
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
.icon-logout.dark:before {
  background-position: -2px -190px;
}
.icon-delete:before {
  background-position: 0px -272px;
  width: 30px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-delete.dark:before {
  background-position: -41px -272px;
}
.icon-download:before {
  background-position: -147px -53px;
  width: 44px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.icon-cross:before {
  background-position: -111px -53px;
  width: 34px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.icon-search:before {
  background-position: -215px -233px;
  width: 24px;
  height: 24px;
}
.icon-msg-warn:before {
  background-position: -65px -274px;
  width: 20px;
  height: 19px;
  margin-right: 25px;
}
.icon-msg-error:before {
  background-position: -87px -274px;
  width: 16px;
  height: 19px;
  margin-right: 25px;
}
.icon-msg-done:before {
  background-position: -105px -274px;
  width: 25px;
  height: 19px;
  margin-right: 25px;
}
.icon-msg-close:before {
  background-position: -131px -274px;
  width: 40px;
  height: 40px;
}
.global-error {
  background: #c22f3f;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
input:not([type="radio"]):not([type="checkbox"]),
select:not([type="radio"]):not([type="checkbox"]) {
  display: block;
  margin: 0;
  padding: 0 24px;
  color: #232741;
  font-size: 18px;
  outline: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  input:not([type="radio"]):not([type="checkbox"]),
  select:not([type="radio"]):not([type="checkbox"]) {
    min-width: 400px;
  }
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 1px 24px !important;
  border: 1px solid #CCC !important;
  border-radius: 0 !important;
}
@-moz-document url-prefix() {
  select {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
textarea {
  display: block;
  margin: 0;
  padding: 24px 24px;
  color: #232741;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  vertical-align: middle;
  min-width: 400px;
  min-height: 200px;
  text-align: left;
}
input,
select,
textarea {
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #232741;
  -webkit-box-shadow: inset 0 0 0 1px #232741;
  box-shadow: inset 0 0 0 1px #232741;
}
fieldset.error input,
fieldset.error select,
fieldset.error textarea {
  border-color: #c22f3f;
  -webkit-box-shadow: inset 0 0 0 1px #c22f3f;
  box-shadow: inset 0 0 0 1px #c22f3f;
}
button {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
fieldset {
  position: relative;
  margin-top: 24px;
}
fieldset:first-child {
  margin-top: 0;
}
textarea + label,
select + label,
select + label,
input:not([type='checkbox']) + label {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
fieldset.error textarea + label.error,
fieldset.error select + label.error,
fieldset.error select + label.error,
fieldset.error input:not([type='checkbox']) + label.error {
  left: 0;
  right: 0;
  background: #c22f3f;
  visibility: visible;
}
textarea:focus + label.show-label,
select:focus + label.show-label,
select:focus + label.show-label,
input:not([type='checkbox']):focus + label.show-label,
textarea:hover + label.show-label,
select:hover + label.show-label,
select:hover + label.show-label,
input:not([type='checkbox']):hover + label.show-label {
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input.editable-text-input,
textarea.editable-text-input {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
  min-width: 1em;
  border-bottom: 1px dotted #fff;
}
h1 + input.editable-text-input,
h1 + textarea.editable-text-input {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 42px !important;
  line-height: 54px !important;
  margin-bottom: 18px;
  font-weight: bold;
  color: white;
  border: 1px solid white;
}
.black-font-variant h1 + input.editable-text-input,
.black-font-variant h1 + textarea.editable-text-input {
  color: #fff;
  border: 1px solid #fff;
}
.headline + input.editable-text-input,
.headline + textarea.editable-text-input {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  color: white;
  border: 1px solid white;
}
.black-font-variant .headline + input.editable-text-input,
.black-font-variant .headline + textarea.editable-text-input {
  color: #fff;
  border: 1px solid #fff;
}
h1 + input.editable-text-input,
h1 + textarea.editable-text-input,
.headline + input.editable-text-input,
.headline + textarea.editable-text-input {
  position: relative;
}
.f-search {
  width: 480px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 44px;
}
.f-search:after {
  content: '';
  position: absolute;
  right: 28px;
  bottom: -20px;
  background: transparent url('/static/images/search-triangle.png?d09ce42460c6') no-repeat 0 0;
  width: 23px;
  height: 21px;
}
.black-font-variant .f-search:after {
  background-image: url('/static/images/search-triangle-dark.png?d09ce42460c6');
}
.f-search input {
  border-radius: 2px;
  width: 100%;
  margin: 0;
  padding-left: 63px;
  text-align: left;
  border: none;
  background-color: white;
  color: #232741 !important;
}
.f-search input::-webkit-input-placeholder {
  color: rgba(36, 40, 66, 0.3) !important;
}
.f-search input:-ms-input-placeholder {
  color: rgba(36, 40, 66, 0.3) !important;
}
.f-search input::-ms-input-placeholder {
  color: rgba(36, 40, 66, 0.3) !important;
}
.f-search input::placeholder {
  color: rgba(36, 40, 66, 0.3) !important;
}
.f-search input:focus {
  border: none;
}
.black-font-variant .f-search input {
  background-color: #232741;
  color: white !important;
}
.black-font-variant .f-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.black-font-variant .f-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.black-font-variant .f-search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.black-font-variant .f-search input::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.f-search .typeahead.tt-hint {
  color: white !important;
}
.black-font-variant .f-search .typeahead.tt-hint {
  color: #232741 !important;
}
.f-search button {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: white;
  background: none;
  background-size: 36px 36px;
}
.f-search button .icon-search {
  display: block;
}
.black-font-variant .f-search button {
  border-color: #232741;
  background: transparent url('/static/images/icons/baseline-search-36px.svg?d09ce42460c6') center center no-repeat;
}
.black-font-variant .f-search button .icon-search {
  display: none;
}
.f-search button:hover {
  background: transparent;
}
.f-search button span {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.f-order {
  margin: 0 auto;
  width: 400px;
  position: relative;
  z-index: 50;
}
.f-pass {
  margin: 0 auto;
  margin-top: 70px;
  width: 400px;
  text-align: center !important;
}
.f-pass-gallery {
  width: 100%;
  padding: 3.16666667%;
  text-align: center !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.f-pass-gallery fieldset {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.f-pass-gallery input:not([type="radio"]),
.f-pass-gallery input:not([type="checkbox"]) {
  margin-right: 15px;
}
.horizontal-field-layout input {
  max-width: 126.66666667px;
  min-width: 100px;
  margin-right: 10px;
  float: left;
}
.horizontal-field-layout input:last-of-type {
  margin-right: 0;
}
.horizontal-field-layout.error .error {
  /* Tři formulářová pole jsou floatovaná doleva. Při erroru se label vykresluje nad nimi namísto pod nimi.
         OK normálně bychom mezi label a input dali div.clearfix, ale originální CSS targetují label.error pomocí
         plus selektoru. Než abychom rozbili kvůli jednomu poli ostatní formuláře, posuneme si label.error pod pole
         ručně.
       */
  clear: both;
  bottom: -20px;
}
.horizontal-field-layout.error {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .horizontal-field-layout input {
    max-width: 100%;
    min-width: 282px !important;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
#wedding-form label:not(.error) {
  color: #000;
}
#wedding-form.form-light label:not(.error) {
  color: #fff;
}
#sticky-element {
  /*position: fixed;
  width: 100%;
  transition: all .4s ease;
  z-index: 9999;*/
  float: right;
  margin-top: 15px;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
}
.wrapper.wrapper--above {
  position: relative;
  z-index: 2;
}
#header {
  padding-bottom: 75px;
  position: relative;
  padding-top: 142px;
}
#header.simple {
  padding-bottom: 0;
}
#header.simple #navigation {
  margin-bottom: 0;
}
/** headroom.js animated styles **/
.slide {
  background: transparent;
}
.slide.headroom--not-top {
  background-color: #232741;
}
.slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide--reset.headroom--not-top {
  background-color: #232741;
}
.headroom--not-top {
  position: fixed !important;
  z-index: 1000 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
#navigation.slide--up {
  top: 0 !important;
}
.slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#navigation {
  position: fixed !important;
  z-index: 1000 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0;
  height: 142px;
}
#navigation,
#navigation #navigation-sticky,
#navigation .btn.inverz,
#navigation #nav li a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#navigation.headroom--top,
#navigation.headroom--top #navigation-sticky,
#navigation.headroom--top .btn.inverz,
#navigation.headroom--top #nav li a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#navigation #navigation-sticky {
  padding: 35px 0 29px;
  margin: 0 auto;
  width: 1200px;
}
#navigation #navigation-sticky.wrapper--above {
  position: relative;
  z-index: 2;
}
#navigation #nav,
#navigation #logo {
  display: inline-block;
  vertical-align: middle;
}
#navigation #logo-smybox {
  display: inline-block;
  vertical-align: middle;
}
#navigation #logo {
  width: 138px;
  height: 78px;
  background: transparent url('/static/images/logo_white.svg?d09ce42460c6') no-repeat 0 0;
  position: relative;
  background-size: contain !important;
}
#navigation #logo span {
  display: block;
  text-indent: -9999em;
}
#navigation #logo-smybox {
  width: 138px;
  height: 78px;
  background: transparent url('/static/images/logo_white_smybox.svg?d09ce42460c6') no-repeat 0 0;
  position: relative;
  background-size: contain !important;
}
#navigation #logo-smybox span {
  display: block;
  text-indent: -9999em;
}
#navigation #nav {
  margin-left: 48px;
}
#navigation #nav li {
  display: inline-block;
  margin-right: 25px;
}
#navigation #nav li.mobile-link {
  display: none;
}
#navigation #nav li a {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  line-height: normal;
  color: #232741;
  text-decoration: none;
  text-transform: none;
  position: relative;
}
#navigation #nav li a:hover,
#navigation #nav li a:focus,
#navigation #nav li a.active {
  text-decoration: none;
}
#navigation #nav li a:hover:after,
#navigation #nav li a:focus:after,
#navigation #nav li a.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #232741;
}
#navigation .btn.inverz {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#navigation .btn.inverz:hover,
#navigation .btn.inverz:focus {
  border-color: #fff;
  background-color: #fff;
  color: #232741;
}
#navigation #nav li a {
  color: white;
}
#navigation #nav li a:hover:after,
#navigation #nav li a:focus:after,
#navigation #nav li a.active:after {
  border-bottom: 1px solid white;
}
#navigation #logo {
  background-image: url('/static/images/logo_white.svg?d09ce42460c6');
}
#navigation #logo-smybox {
  background-image: url('/static/images/logo_white_smybox.svg?d09ce42460c6');
}
.black-font-variant #navigation .btn.inverz {
  border: 1px solid #232741;
  color: #232741;
}
.black-font-variant #navigation .btn.inverz:hover,
.black-font-variant #navigation .btn.inverz:focus {
  border-color: #232741;
  background-color: #232741;
  color: #f3ede1;
}
.black-font-variant #navigation #nav li a {
  color: #232741;
}
.black-font-variant #navigation #nav li a:hover:after,
.black-font-variant #navigation #nav li a:focus:after,
.black-font-variant #navigation #nav li a.active:after {
  border-bottom: 1px solid #232741;
}
.black-font-variant #navigation #logo {
  background-image: url('/static/images/logo_dark_blue.svg?d09ce42460c6');
}
.black-font-variant #navigation #logo-smybox {
  background-image: url('/static/images/logo_dark_blue_smybox.svg?d09ce42460c6');
}
#navigation.headroom--not-top .btn.inverz,
.black-font-variant #navigation.headroom--not-top .btn.inverz {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#navigation.headroom--not-top .btn.inverz:hover,
.black-font-variant #navigation.headroom--not-top .btn.inverz:hover,
#navigation.headroom--not-top .btn.inverz:focus,
.black-font-variant #navigation.headroom--not-top .btn.inverz:focus {
  border-color: #fff;
  background-color: #fff;
  color: #232741;
}
#navigation.headroom--not-top #nav li a,
.black-font-variant #navigation.headroom--not-top #nav li a {
  color: white;
}
#navigation.headroom--not-top #nav li a:hover:after,
.black-font-variant #navigation.headroom--not-top #nav li a:hover:after,
#navigation.headroom--not-top #nav li a:focus:after,
.black-font-variant #navigation.headroom--not-top #nav li a:focus:after,
#navigation.headroom--not-top #nav li a.active:after,
.black-font-variant #navigation.headroom--not-top #nav li a.active:after {
  border-bottom: 1px solid white;
}
#navigation.headroom--not-top #logo,
.black-font-variant #navigation.headroom--not-top #logo {
  background-image: url('/static/images/logo_white.svg?d09ce42460c6');
}
#navigation.headroom--not-top #logo-smybox,
.black-font-variant #navigation.headroom--not-top #logo-smybox {
  background-image: url('/static/images/logo_white_smybox.svg?d09ce42460c6');
}
#navigation.headroom--not-top .btn.inverz,
.responsive-black-font-variant #navigation.headroom--not-top .btn.inverz {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#navigation.headroom--not-top .btn.inverz:hover,
.responsive-black-font-variant #navigation.headroom--not-top .btn.inverz:hover,
#navigation.headroom--not-top .btn.inverz:focus,
.responsive-black-font-variant #navigation.headroom--not-top .btn.inverz:focus {
  border-color: #fff;
  background-color: #fff;
  color: #232741;
}
#navigation.headroom--not-top #nav li a,
.responsive-black-font-variant #navigation.headroom--not-top #nav li a {
  color: white;
}
#navigation.headroom--not-top #nav li a:hover:after,
.responsive-black-font-variant #navigation.headroom--not-top #nav li a:hover:after,
#navigation.headroom--not-top #nav li a:focus:after,
.responsive-black-font-variant #navigation.headroom--not-top #nav li a:focus:after,
#navigation.headroom--not-top #nav li a.active:after,
.responsive-black-font-variant #navigation.headroom--not-top #nav li a.active:after {
  border-bottom: 1px solid white;
}
#navigation.headroom--not-top #logo,
.responsive-black-font-variant #navigation.headroom--not-top #logo {
  background-image: url('/static/images/logo_white.svg?d09ce42460c6');
}
#navigation.headroom--not-top #logo-smybox,
.responsive-black-font-variant #navigation.headroom--not-top #logo-smybox {
  background-image: url('/static/images/logo_white_smybox.svg?d09ce42460c6');
}
.responsive-black-font-variant #navigation .btn.inverz {
  border: 1px solid #232741;
  color: #232741;
}
.responsive-black-font-variant #navigation .btn.inverz:hover,
.responsive-black-font-variant #navigation .btn.inverz:focus {
  border-color: #232741;
  background-color: #232741;
  color: #f3ede1;
}
.responsive-black-font-variant #navigation #nav li a {
  color: #232741;
}
.responsive-black-font-variant #navigation #nav li a:hover:after,
.responsive-black-font-variant #navigation #nav li a:focus:after,
.responsive-black-font-variant #navigation #nav li a.active:after {
  border-bottom: 1px solid #232741;
}
.responsive-black-font-variant #navigation #logo {
  background-image: url('/static/images/logo_dark_blue.svg?d09ce42460c6');
}
.responsive-black-font-variant #navigation #logo-smybox {
  background-image: url('/static/images/logo_dark_blue_smybox.svg?d09ce42460c6');
}
@media screen and (max-width: 995px) {
  .responsive-black-font-variant #navigation .btn.inverz {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  .responsive-black-font-variant #navigation .btn.inverz:hover,
  .responsive-black-font-variant #navigation .btn.inverz:focus {
    border-color: #fff;
    background-color: #fff;
    color: #232741;
  }
  .responsive-black-font-variant #navigation #nav li a {
    color: white;
  }
  .responsive-black-font-variant #navigation #nav li a:hover:after,
  .responsive-black-font-variant #navigation #nav li a:focus:after,
  .responsive-black-font-variant #navigation #nav li a.active:after {
    border-bottom: 1px solid white;
  }
  .responsive-black-font-variant #navigation #logo {
    background-image: url('/static/images/logo_white.svg?d09ce42460c6');
  }
  .responsive-black-font-variant #navigation #logo-smybox {
    background-image: url('/static/images/logo_white_smybox.svg?d09ce42460c6');
  }
}
#navigation.headroom--not-top {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#navigation.headroom--not-top #navigation-sticky {
  padding-top: 0;
  padding-bottom: 0;
}
#navigation.headroom--not-top #logo {
  width: 100px;
  height: 57px;
  background-size: contain;
}
#navigation.headroom--not-top #logo-smybox {
  width: 100px;
  height: 57px;
  background-size: contain;
}
.change-lng {
  float: right;
}
.styled {
  margin: 0 auto;
}
.styled th,
.styled td {
  width: 220px;
}
.styled th {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 60px;
  font-weight: normal;
  border-bottom: 1px solid #db6e45;
  padding-left: 20px;
}
.styled td {
  text-align: right;
  color: #999;
  border-bottom: 1px solid #db6e45;
  padding-right: 20px;
}
.order .styled {
  margin-bottom: 25px;
}
.styled .special {
  color: #f3ede1;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
}
.person {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 30px;
}
.about-us img {
  margin-bottom: 0;
}
.about-us .person {
  margin-bottom: 10px;
}
.about-us blockquote {
  font-size: 18px;
  line-height: 30px;
}
.about-us .col {
  margin-bottom: 60px;
}
.promo-box {
  display: block;
  width: 730px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 4%;
  padding-top: 76px;
}
.promo-box blockquote {
  color: #232741;
}
.promo-box .image {
  width: 140px;
  position: absolute;
  top: -98px;
  left: 50%;
  margin-left: -70px;
  z-index: 6;
}
.promo-box .text {
  text-align: center;
  position: relative;
  z-index: 6;
}
.promo-box .text blockquote {
  margin-bottom: 20px;
}
.promo-box .text .who {
  color: #db6e45;
  font-style: italic;
}
.promo-box .text a.btn {
  margin-top: 30px;
}
.promo-box:before {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  z-index: 2;
  border: 1px solid #fff;
}
.accordion .title {
  text-decoration: underline;
  margin-top: 15px;
  cursor: pointer;
}
.accordion .title:first-child {
  margin-top: 0;
}
.accordion .title.current {
  margin-bottom: 5px;
  color: #db6e45;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  cursor: default;
}
.accordion .title.current .icon-down:before {
  display: block;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -3px;
}
.accordion .title .icon-down:before {
  display: none;
}
.accordion .answer {
  margin-bottom: 25px;
}
#gallery-list-detail {
  padding: 0;
  margin: 0;
  margin-bottom: 3%;
  width: 100%;
}
#gallery-list-detail .gallery-box-wrapper {
  position: relative;
  float: left;
  margin-right: 0.75%;
  margin-bottom: 0.75%;
  width: 11.83333333%;
}
#gallery-list-detail .gallery-box-wrapper:nth-child(8n) {
  margin-right: 0;
}
#gallery-list-detail .gallery-box {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
#gallery-list-detail .gallery-box .gallery-wrapper {
  display: none;
}
#gallery-list-detail .gallery-box img {
  display: block;
}
#gallery-list-detail .gallery-box img.imp {
  position: absolute;
  top: 0;
}
#gallery-list-detail .gallery-box.photo-selected {
  outline: 3px solid #232741;
}
#gallery-list-detail .gallery-box.photo-selected:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 30px;
  background: transparent url('/static/images/photo-selected.png?d09ce42460c6') no-repeat top right;
}
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow .slideshow-nav {
  background: #232741;
  display: block;
  width: 20%;
  height: 3px;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.edit-line {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35, 39, 64, 0.95);
  height: 80px;
  text-align: center;
  padding: 9px 0 10px;
  color: #fff;
  line-height: 60px;
}
.edit-line .edited-link {
  position: absolute;
  right: 37px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.edit-line .edited-link span:before {
  display: inline-block;
  margin-left: 10px;
}
.download a {
  display: inline-block;
}
.download a:first-child {
  margin-right: 10px;
}
.back-link {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.gallery-icons > *,
.gallery-back-link {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.gallery-back-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-header {
  margin-bottom: 30px;
}
.gallery-header__live-icon {
  display: inline-block;
  margin: -9px 5px -9px 0;
}
.btn .gallery-header__live-icon {
  margin-right: 15px;
}
.gallery-icons {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.gallery-icons > * {
  width: 80px;
  display: inline-block;
  margin-right: -4px;
  margin-left: 12.5%;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.gallery-icons > *:first-child {
  margin-left: 0;
}
.gallery-icons > *.dark {
  color: #232741;
}
.gallery-icons.gallery-icons--editing > * {
  width: auto;
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .gallery-icons.gallery-icons--editing ~ .gallery-back-link {
    margin: 0px 0 30px;
  }
  .gallery-icons.gallery-icons--editing ~ .gallery-back-link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-icons.gallery-icons--editing ~ .gallery-back-link {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-icons.gallery-icons--editing + .gallery-icons.pos-right {
    position: static !important;
    margin: -20px 0 30px;
  }
}
.gallery-icons span[class*="icon-"] {
  display: block;
  margin-bottom: 5px;
}
.gallery-icons .social {
  width: 50px;
}
.gallery-icons .edit {
  width: 65px;
}
.gallery-icons .gallery {
  width: 95px;
}
.gallery-icons .edited {
  width: 55px;
}
.gallery-icons .locked {
  width: 70px;
}
.gallery-icons .hide {
  width: 50px;
}
.gallery-icons .logout {
  width: 55px;
}
@media screen and (min-width: 992px) {
  .social-wrapper {
    position: relative;
    width: 50px;
    height: 71px;
  }
  .social-wrapper:hover .social-hover {
    background: #232741;
    position: absolute;
    width: 190px;
    left: -70px;
    top: -10px;
    border-top: 20px solid #232741;
    border-bottom: 20px solid #232741;
    cursor: default;
  }
  .social-wrapper:hover .social-hover .social {
    cursor: default;
  }
  .social-wrapper:hover .social-hover > .social-options {
    display: block;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: left;
    padding: 0 18px 24px;
    z-index: 2000;
    background: #232741;
  }
  .social-wrapper:hover .social-hover > .social-options li {
    line-height: 30px;
  }
}
.social-options {
  display: none;
}
#lightGallery_set {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#lightGallery_set > * {
  width: 80px;
  display: inline-block;
  margin-right: -4px;
  margin-left: 5.2919708%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#lightGallery_set > *:first-child {
  margin-left: 0;
}
#lightGallery_set a {
  color: #fff;
  text-decoration: none;
}
#lightGallery_set #lightGallery_social {
  width: 50px;
}
#lightGallery_set #lightGallery_vyvolej {
  width: 70px;
}
#lightGallery_set #lightGallery_vyvolej a {
  display: inline-block;
}
#lightGallery_set #lightGallery_down a {
  display: inline-block;
}
.bordered-box {
  width: 71.08333333%;
  border: 3px solid #38c6d2;
  padding: 8.33333333%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 426px;
}
.bordered-box:after {
  content: '';
  position: absolute;
  bottom: -376px;
  left: 50%;
  margin-left: -534px;
  background: transparent url('/static/images/content/best-work.png?d09ce42460c6') scroll 0 0 no-repeat;
  width: 1068px;
  height: 438px;
}
.pagination {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  line-height: 3.333em;
  /* 80px */
  height: 3.333em;
}
.pagination li {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  margin-right: 7px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.black-font-variant .pagination li a {
  color: #232741;
}
.pagination li a:hover {
  background: #fff;
  color: #232741;
}
.black-font-variant .pagination li a:hover {
  background: #232741;
  color: #fff;
}
.pagination li.active a {
  background: #fff;
  color: #232741;
}
.black-font-variant .pagination li.active a {
  background: #232741;
  color: #fff;
}
.gallery .pagination,
.gallery-detail .pagination {
  position: absolute;
  top: 0;
  right: 0;
}
.gallery-detail #header {
  background-size: cover;
  background-repeat: no-repeat;
}
/* custom style lightbox */
.smybox#lightGallery-outer {
  background-color: rgba(35, 39, 64, 0.9);
}
.smybox #lightGallery-action {
  position: static;
}
.smybox #lightGallery-action a {
  margin-top: -14px !important;
  position: absolute;
  top: 50%;
  z-index: 9999999;
  background-color: transparent;
  font-size: 28px;
}
.smybox #lightGallery-action a:hover,
.smybox #lightGallery-action a:focus {
  background-color: transparent;
}
.smybox #lightGallery-action a#lightGallery-prev {
  left: 16.5%;
}
.smybox #lightGallery-action a#lightGallery-next {
  right: 17%;
}
.smybox #lightGallery-slider {
  top: 120px;
  bottom: 180px;
  height: auto;
}
.smybox #lightGallery-slider .lightGallery-slide img {
  vertical-align: middle;
}
.smybox .lightbox-text {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.55);
}
.smybox #lightGallery_info {
  color: rgba(255, 255, 255, 0.55);
  margin: 2.1875% 0;
  height: 65px;
}
.smybox #lightGallery_info > * {
  display: inline-block;
  width: 33.33333333%;
  height: 100%;
}
.smybox #lightGallery_info #lightGallery_counter {
  text-align: right;
  vertical-align: bottom;
  padding-right: 3.875%;
}
.smybox #lightGallery_set {
  text-align: center;
}
.smybox #lightGallery-close {
  background-color: transparent;
}
.smybox #lightGallery-close:hover,
.smybox #lightGallery-close:focus {
  background-color: transparent;
}
.flash-msg,
.flash-msg-error,
.flash-msg-warn,
.flash-msg-done {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  font-size: 24px;
  line-height: 40px;
  padding: 20px;
  color: #fff;
  position: relative;
}
.flash-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
}
.flash-wrapper .icon-msg-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.flash-msg-error {
  background-color: #c22f3f;
}
.flash-msg-warn {
  background-color: #38c6d2;
}
.flash-msg-done {
  background-color: #78b22d;
}
/* faq */
.question h1 {
  margin-bottom: 60px;
}
/* galerie */
.search-result {
  text-align: center !important;
  font-size: 16px;
  color: #f3ede1;
}
.black-font-variant .search-result {
  color: #232741;
}
.gallery .gallery-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  min-width: 272px;
}
.gallery-detail .headline {
  font-size: 24px;
  margin-bottom: 16px;
}
.gallery-detail .gallery-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  min-width: 272px;
}
.gallery-detail .back-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery-detail .date {
  margin-bottom: 39px;
}
.gallery-detail.gallery-edit .gallery-icons {
  position: static;
  margin: 0 auto;
  text-align: center;
}
.gallery-detail.gallery-edit .gallery-icons > * {
  margin-left: 20px;
}
.gallery-detail.gallery-edit .gallery-icons.pos-right {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 150px;
}
.gallery-detail.gallery-edit .back-link {
  bottom: 51px;
  top: 0;
}
.gallery-detail.gallery-edit .icon-arrow-left:before {
  width: 19px;
  height: 41px;
  display: block;
  margin: 0 auto;
}
.gallery .style-ten .cols-2 .col:nth-child(2n+1),
.gallery-detail .style-ten .cols-2 .col:nth-child(2n+1) {
  padding-left: 5.08333333%;
}
.gallery .style-ten h2,
.gallery-detail .style-ten h2 {
  text-align: left !important;
}
.gallery .download,
.gallery-detail .download {
  margin-bottom: 51px;
}
/* co je smilebox */
.smilebox .video-btn {
  position: relative;
}
.smilebox .video-btn span {
  display: block;
}
.smilebox .video-btn:before {
  content: '';
  display: inline-block;
  width: 112px;
  height: 113px;
  margin: 0 auto;
  background: transparent url('/static/images/sprite.png?d09ce42460c6') no-repeat -128px -106px;
}
.smilebox .style-five .col,
.smilebox .style-seven .col {
  margin-bottom: 56px;
}
.smilebox .needs {
  margin-bottom: 45px;
}
.smilebox .style-six .cols-3 {
  margin-bottom: 52px;
}
.smilebox .style-eight .cols-2 {
  margin-bottom: 52px;
}
.smilebox .take-care img {
  margin-bottom: 8px;
}
.smilebox .style-nine .col p {
  margin-bottom: 0;
}
/* reference mff */
.radiozurnal table.styled td,
.radiozurnal table.styled th {
  border-color: #c22f3f;
}
.radiozurnal table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #f3ede1;
}
.radiozurnal table.styled tr:first-child td {
  padding-top: 0;
}
/* reference svadba */
.svadba table.styled td,
.svadba table.styled th {
  border-color: #9e79a4;
}
.svadba table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #000;
}
.svadba table.styled tr:first-child td {
  padding-top: 0;
}
/* reference zuno */
.zuno table.styled td,
.zuno table.styled th {
  border-color: #7d2b8b;
}
.zuno table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
}
.zuno table.styled tr:first-child td {
  padding-top: 0;
}
/* reference becherovka */
.becherovka table.styled td,
.becherovka table.styled th {
  border-color: #1b7c1e;
}
.becherovka table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
}
.becherovka table.styled tr:first-child td {
  padding-top: 0;
}
/* reference opera */
.opera table.styled td,
.opera table.styled th {
  border-color: #eaa67e;
}
.opera table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
}
.opera table.styled tr:first-child td {
  padding-top: 0;
}
/* hp */
.hp .style-twentyfive p {
  margin-bottom: 75px;
}
.hp .style-twentyfive .cols-4 {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 64px;
  text-align: center !important;
}
.hp .style-twentyfive .cols-4 strong {
  display: block;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}
.hp .style-twentysix .cols-3 img {
  margin-bottom: 15px;
}
/* lightbox sdileni */
#mobile-share {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 41px;
  top: 5px;
  right: 20px;
  background: #db6e45 url('/static/images/mobile-share.png?d09ce42460c6') no-repeat 50% 50%;
  display: none;
  z-index: 2001;
}
/* kontakt */
#gMap,
#mapCanvas {
  width: 100%;
  height: 560px;
}
/* odsadenie adres */
.address-list-box .cols-b-s-b .col-b:first-child {
  padding-left: 15%;
}
i.icon-editable {
  cursor: pointer;
}
.js-gallery-slide {
  position: relative;
}
.js-gallery-slide img {
  display: block;
}
.js-paginator {
  margin: 30px 0 0;
}
.black-font-variant .wrapper {
  color: #232741;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -o-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #3FB8AF;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
html.remodal-is-locked {
  overflow: hidden;
}
.remodal,
[data-remodal-id] {
  visibility: hidden;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal {
  position: relative;
  display: inline-block;
  font-family: Georgia, Times, 'Times New Roman', serif;
}
.remodal select,
.remodal textarea,
.remodal input {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 60px;
  color: #232741;
}
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 60px;
}
.remodal,
.remodal * {
  color: #f3ede1;
}
.remodal a {
  color: #db6e45;
}
.remodal .btn,
.remodal a.btn,
.remodal button {
  border-color: #f3ede1;
  color: #f3ede1;
}
.remodal .btn:focus,
.remodal a.btn:focus,
.remodal button:focus,
.remodal .btn:hover,
.remodal a.btn:hover,
.remodal button:hover {
  border-color: #db6e45;
  background: #db6e45;
  color: #fff;
}
.remodal .global-error {
  color: #fff;
}
.remodal-bg {
  -webkit-transition: filter 0.2s ease-out;
  -o-transition: filter 0.2s ease-out;
  -webkit-transition: -webkit-filter 0.2s ease-out;
  transition: -webkit-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
}
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(35, 39, 64, 0.9);
}
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}
.remodal {
  font-size: 18px;
  line-height: 30px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: #f3ede1;
}
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close-style {
  position: absolute;
  top: 41px;
  right: 0;
  width: 110px;
  height: 60px;
  text-decoration: none;
  color: #f3ede1;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
  z-index: 11111;
}
/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.twitter-typeahead {
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
  float: left;
}
.twitter-typeahead .tt-hint {
  color: #999999;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}
.tt-dropdown-menu {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0px !important;
  right: 0px !important;
  z-index: 1000;
  min-width: 160px;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 19px;
  text-transform: none;
  background-color: #232741;
  border: none;
  -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;
  color: white;
}
.tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: white;
  white-space: nowrap;
  border-bottom: 1px solid #d9dade;
}
.tt-dropdown-menu .tt-suggestion:last-child {
  border-bottom: none;
}
.tt-dropdown-menu .tt-suggestion .tt-suggestion-date {
  min-width: 95px;
  display: inline-block;
  margin-right: 1ch;
}
.tt-dropdown-menu .tt-suggestion strong {
  color: #db6e45;
  font-weight: normal;
}
.tt-dropdown-menu .tt-suggestion span {
  margin-right: 15px;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: white;
  color: #232741;
  cursor: pointer;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #232741;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
}
.tt-dropdown-menu .empty-message {
  font-size: 16px;
  line-height: 30px;
  color: white;
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding-bottom: 10px;
}
.hidden {
  display: none;
}
@media screen and (max-width: 992px) {
  .decoration-base,
  .reference-detail .decoration-1,
  .reference-detail .decoration-2,
  .reference-detail .decoration-3,
  .reference-detail .decoration-4,
  .reference-ccpr-detail .decoration-1,
  .reference-ccpr-detail .decoration-2,
  .reference-ccpr-detail .decoration-3,
  .reference-ccpr-detail .decoration-4,
  .reference-karavan-detail .decoration-1,
  .reference-karavan-detail .decoration-2,
  .reference-karavan-detail .decoration-3,
  .reference-karavan-detail .decoration-4,
  .reference-reebok-detail .decoration-1,
  .reference-reebok-detail .decoration-2,
  .reference-reebok-detail .decoration-3,
  .reference-reebok-detail .decoration-4,
  .reference-tedx-detail .decoration-1,
  .reference-tedx-detail .decoration-2,
  .reference-tedx-detail .decoration-3,
  .reference-tedx-detail .decoration-4 {
    display: none;
  }
}
.we .btn.more-members {
  color: #232741;
  border-color: #232741;
  cursor: pointer;
  margin-bottom: 30px;
}
.reference-detail .wrapper.with-img {
  margin-bottom: 100px;
}
.reference-detail .header {
  background: #690a71 url('/static/images/reference_socialbakers/fotka_uvodni_detail_reference.jpg?d09ce42460c6') scroll top center;
  color: #ffffff;
  padding-bottom: 220px;
}
@media only screen and (min-width: 1601px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-detail .header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-detail .header {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-detail .header {
    padding-bottom: 85px;
  }
}
.reference-detail .beak {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.reference-detail .beak:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/reference_socialbakers/fotka_uvodni_detail_vyrez_reference.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.reference-detail .list-background {
  background: #690a71;
  padding-top: 0;
  padding-bottom: 1px !important;
}
.reference-detail .main-photo {
  height: 594px;
  background-image: url('/static/images/reference_socialbakers/hlavni-fotka.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-detail .main-photo {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-detail .main-photo {
    height: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-detail .main-photo {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-detail .main-photo {
    height: 110px;
  }
}
.reference-detail .mixture {
  height: 728px;
  background-image: url('/static/images/reference_socialbakers/kolaz.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-detail .mixture {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-detail .mixture {
    height: 1228px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-detail .mixture {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-detail .mixture {
    height: 260px;
  }
}
.reference-detail table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #ffffff;
}
.reference-detail .stripe-citation,
.reference-detail .stripe-gallery {
  background-color: #690a71;
}
.reference-detail .stripe-citation h2,
.reference-detail .stripe-gallery h2 {
  color: white;
}
.reference-detail .decoration-1 {
  background-image: url('/static/images/reference_socialbakers/socialbakers_strana_01.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-detail .decoration-2 {
  background-image: url('/static/images/reference_socialbakers/socialbakers_strana_02.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-detail .decoration-3 {
  background-image: url('/static/images/reference_socialbakers/socialbakers_strana_03.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-detail .decoration-4 {
  background-image: url('/static/images/reference_socialbakers/socialbakers_strana_04.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-list-socialbakers {
  color: white;
  background: #210029 url('/static/images/reference_socialbakers/fotka_nahled_reference_1920x785.jpg?d09ce42460c6') no-repeat scroll center center;
}
.reference-list-socialbakers img {
  margin-top: 110px;
}
@media only screen and (min-width: 1601px) {
  .reference-list-socialbakers {
    background-image: url("/static/images/reference_socialbakers/fotka_nahled_reference_vinetace_1920x785.jpg?d09ce42460c6");
  }
}
body.smilebox {
  background-color: #f3ede1;
}
body.smilebox .js-video {
  background-color: #232742;
  color: white;
}
body.smilebox .js-video:hover {
  background-color: white;
  color: #232742;
}
@media only screen and (max-width: 1215px) and (min-width: 992px) {
  #rebranding .center-box {
    width: 70%;
  }
}
@media (max-width: 1215px) {
  .change-lng {
    margin-top: 5px;
  }
}
.reference-list-ccpr {
  color: white;
  background: #997A28 url('/static/images/reference_ccpr/fotka_nahled_reference_vinetace.jpg?d09ce42460c6') no-repeat scroll center center;
}
.reference-list-ccpr img {
  margin-top: 110px;
}
@media only screen and (min-width: 1601px) {
  .reference-list-ccpr {
    background-image: url("/static/images/reference_ccpr/fotka_nahled_reference_vinetace_1920x785.jpg?d09ce42460c6");
  }
}
.reference-ccpr-detail .wrapper.with-img {
  margin-bottom: 100px;
}
.reference-ccpr-detail #header.header {
  padding-bottom: 220px;
}
.reference-ccpr-detail .header {
  background: #E6B83E url('/static/images/reference_ccpr/fotka_uvodni_detail_reference.jpg?d09ce42460c6') scroll top center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-ccpr-detail .header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-ccpr-detail .header {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-ccpr-detail .header {
    padding-bottom: 85px;
  }
}
.reference-ccpr-detail .beak {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.reference-ccpr-detail .beak:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/reference_ccpr/fotka_uvodni_detail_vyrez_reference.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.reference-ccpr-detail .list-background {
  background: #E6B83E;
  padding-top: 0;
  padding-bottom: 1px !important;
}
.reference-ccpr-detail .main-photo {
  height: 594px;
  background-image: url('/static/images/reference_ccpr/hlavni_fotka.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-ccpr-detail .main-photo {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-ccpr-detail .main-photo {
    height: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-ccpr-detail .main-photo {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-ccpr-detail .main-photo {
    height: 110px;
  }
}
.reference-ccpr-detail .mixture {
  height: 728px;
  background-image: url('/static/images/reference_ccpr/kolaz.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-ccpr-detail .mixture {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-ccpr-detail .mixture {
    height: 1228px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-ccpr-detail .mixture {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-ccpr-detail .mixture {
    height: 260px;
  }
}
.reference-ccpr-detail table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #ffffff;
}
.reference-ccpr-detail .stripe-citation,
.reference-ccpr-detail .stripe-gallery {
  background-color: #E6B83E;
}
.reference-ccpr-detail .stripe-citation h2,
.reference-ccpr-detail .stripe-gallery h2 {
  color: white;
}
.reference-ccpr-detail .decoration-1 {
  background-image: url('/static/images/reference_ccpr/ilustrace_01.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-ccpr-detail .decoration-2 {
  background-image: url('/static/images/reference_ccpr/ilustrace_02.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-ccpr-detail .decoration-3 {
  background-image: url('/static/images/reference_ccpr/ilustrace_03.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-ccpr-detail .decoration-4 {
  background-image: url('/static/images/reference_ccpr/ilustrace_04.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-list-karavan {
  color: white;
  background: #738748 url('/static/images/reference_karavan/fotka_nahled_reference_vinetace.jpg?63b4a1bbf93e') no-repeat scroll center center;
}
.reference-list-karavan img {
  margin-top: 110px;
}
@media only screen and (min-width: 1601px) {
  .reference-list-karavan {
    background-image: url("/static/images/reference_karavan/fotka_nahled_reference_vinetace_1920x785.jpg?63b4a1bbf93e");
  }
}
.reference-karavan-detail .wrapper.with-img {
  margin-bottom: 100px;
}
.reference-karavan-detail #header.header {
  padding-bottom: 220px;
}
.reference-karavan-detail .header {
  background: #738748 url('/static/images/reference_karavan/fotka_uvodni_detail_reference.jpg?63b4a1bbf93e') scroll top center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-karavan-detail .header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-karavan-detail .header {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-karavan-detail .header {
    padding-bottom: 85px;
  }
}
.reference-karavan-detail .beak {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.reference-karavan-detail .beak:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/reference_karavan/fotka_uvodni_detail_vyrez_reference.png?63b4a1bbf93e') no-repeat scroll bottom center;
  background-size: contain;
}
.reference-karavan-detail .list-background {
  background: #738748;
  padding-top: 0;
  padding-bottom: 1px !important;
}
.reference-karavan-detail .main-photo {
  height: 594px;
  background-image: url('/static/images/reference_karavan/hlavni_fotka.jpg?63b4a1bbf93e');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-karavan-detail .main-photo {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-karavan-detail .main-photo {
    height: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-karavan-detail .main-photo {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-karavan-detail .main-photo {
    height: 110px;
  }
}
.reference-karavan-detail .mixture {
  height: 728px;
  background-image: url('/static/images/reference_karavan/kolaz.jpg?63b4a1bbf93e');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-karavan-detail .mixture {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-karavan-detail .mixture {
    height: 1228px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-karavan-detail .mixture {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-karavan-detail .mixture {
    height: 260px;
  }
}
.reference-karavan-detail table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #ffffff;
}
.reference-karavan-detail .stripe-citation,
.reference-karavan-detail .stripe-gallery {
  background-color: #738748;
}
.reference-karavan-detail .stripe-citation h2,
.reference-karavan-detail .stripe-gallery h2 {
  color: white;
}
.reference-karavan-detail .decoration-1 {
  background-image: url('/static/images/reference_karavan/ilustrace_01.png?63b4a1bbf93e');
  background-position: bottom left;
}
.reference-karavan-detail .decoration-2 {
  background-image: url('/static/images/reference_karavan/ilustrace_02.png?63b4a1bbf93e');
  background-position: bottom right;
}
.reference-karavan-detail .decoration-3 {
  background-image: url('/static/images/reference_karavan/ilustrace_03.png?63b4a1bbf93e');
  background-position: bottom left;
}
.reference-karavan-detail .decoration-4 {
  background-image: url('/static/images/reference_karavan/ilustrace_04.png?63b4a1bbf93e');
  background-position: bottom right;
}
.reference-list-reebok {
  color: white;
  background: #0D1925 url('/static/images/reference_reebok/fotka_nahled_reference_vinetace.jpg?d09ce42460c6') no-repeat scroll center center;
}
.reference-list-reebok img {
  margin-top: 110px;
}
@media only screen and (min-width: 1601px) {
  .reference-list-reebok {
    background-image: url("/static/images/reference_reebok/fotka_nahled_reference_vinetace_1920x785.jpg?d09ce42460c6");
  }
}
.reference-reebok-detail .wrapper.with-img {
  margin-bottom: 100px;
}
.reference-reebok-detail #header.header {
  padding-bottom: 220px;
}
.reference-reebok-detail .header {
  background: #142838 url('/static/images/reference_reebok/fotka_uvodni_detail_reference.jpg?d09ce42460c6') scroll top center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-reebok-detail .header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-reebok-detail .header {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-reebok-detail .header {
    padding-bottom: 85px;
  }
}
.reference-reebok-detail .beak {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.reference-reebok-detail .beak:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/reference_reebok/fotka_uvodni_detail_vyrez_reference.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.reference-reebok-detail .list-background {
  background: #142838;
  padding-top: 0;
  padding-bottom: 1px !important;
}
.reference-reebok-detail .main-photo {
  height: 594px;
  background-image: url('/static/images/reference_reebok/hlavni_fotka.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-reebok-detail .main-photo {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-reebok-detail .main-photo {
    height: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-reebok-detail .main-photo {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-reebok-detail .main-photo {
    height: 110px;
  }
}
.reference-reebok-detail .mixture {
  height: 728px;
  background-image: url('/static/images/reference_reebok/kolaz.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-reebok-detail .mixture {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-reebok-detail .mixture {
    height: 1228px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-reebok-detail .mixture {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-reebok-detail .mixture {
    height: 260px;
  }
}
.reference-reebok-detail table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #ffffff;
}
.reference-reebok-detail .stripe-citation,
.reference-reebok-detail .stripe-gallery {
  background-color: #142838;
}
.reference-reebok-detail .stripe-citation h2,
.reference-reebok-detail .stripe-gallery h2 {
  color: white;
}
.reference-reebok-detail .decoration-1 {
  background-image: url('/static/images/reference_reebok/ilustrace_01.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-reebok-detail .decoration-2 {
  background-image: url('/static/images/reference_reebok/ilustrace_02.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-reebok-detail .decoration-3 {
  background-image: url('/static/images/reference_reebok/ilustrace_03.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-reebok-detail .decoration-4 {
  background-image: url('/static/images/reference_reebok/ilustrace_04.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-list-tedx {
  color: white;
  background: #C50404 url('/static/images/reference_tedx/Foto_TEDxBarcelona_Preview.jpg?d09ce42460c6') no-repeat scroll center center;
}
.reference-list-tedx img {
  margin-top: 50px;
}
@media only screen and (min-width: 1601px) {
  .reference-list-tedx {
    background-image: url("/static/images/reference_tedx/Foto_TEDxBarcelona_Preview_1920x785.jpg?d09ce42460c6");
  }
}
.reference-tedx-detail .wrapper.with-img {
  margin-bottom: 100px;
}
.reference-tedx-detail #header.header {
  padding-bottom: 300px;
}
.reference-tedx-detail .header {
  background: #C50404 url('/static/images/reference_tedx/Foto_TEDxBarcelona_Detail_1920.jpg?d09ce42460c6') scroll top center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reference-tedx-detail .header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-tedx-detail .header {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-tedx-detail .header {
    padding-bottom: 85px;
  }
}
.reference-tedx-detail .beak {
  background: transparent;
  height: 330px;
  margin-top: -330px;
  position: relative;
  z-index: 1;
}
.reference-tedx-detail .beak:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent url('/static/images/reference_tedx/foto_TEDxBarcelona_detail_bubble.png?d09ce42460c6') no-repeat scroll bottom center;
  background-size: contain;
}
.reference-tedx-detail .list-background {
  background: #C50404;
  padding-top: 0;
  padding-bottom: 1px !important;
}
.reference-tedx-detail .main-photo {
  height: 594px;
  background-image: url('/static/images/reference_tedx/mainphoto.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-tedx-detail .main-photo {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-tedx-detail .main-photo {
    height: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-tedx-detail .main-photo {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-tedx-detail .main-photo {
    height: 110px;
  }
}
.reference-tedx-detail .mixture {
  height: 728px;
  background-image: url('/static/images/reference_tedx/FotoCollage.jpg?d09ce42460c6');
  text-indent: -9999px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .reference-tedx-detail .mixture {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1601px) {
  .reference-tedx-detail .mixture {
    height: 1228px;
  }
}
@media only screen and (max-width: 767px) {
  .reference-tedx-detail .mixture {
    height: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .reference-tedx-detail .mixture {
    height: 260px;
  }
}
.reference-tedx-detail table.styled td {
  width: 550px;
  text-align: left;
  padding: 15px 20px;
  color: #ffffff;
}
.reference-tedx-detail .stripe-citation,
.reference-tedx-detail .stripe-gallery {
  background-color: #C50404;
}
.reference-tedx-detail .stripe-citation h2,
.reference-tedx-detail .stripe-gallery h2 {
  color: white;
}
.reference-tedx-detail .decoration-1 {
  background-image: url('/static/images/reference_tedx/ilustrace_01.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-tedx-detail .decoration-2 {
  background-image: url('/static/images/reference_tedx/ilustrace_02.png?d09ce42460c6');
  background-position: bottom right;
}
.reference-tedx-detail .decoration-3 {
  background-image: url('/static/images/reference_tedx/ilustrace_03.png?d09ce42460c6');
  background-position: bottom left;
}
.reference-tedx-detail .decoration-4 {
  background-image: url('/static/images/reference_tedx/ilustrace_04.png?d09ce42460c6');
  background-position: bottom right;
}
.background-contact-tel {
  background-position: bottom center !important;
  background-image: url('/static/images/backgrounds/contact-tel.png?d09ce42460c6');
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 232px;
  height: 400px;
  z-index: 1;
}
body.order .background-contact-tel {
  background-image: url('/static/images/backgrounds/contact-tel-purple.png?d09ce42460c6');
}
@media only screen and (max-width: 1400px) {
  .background-contact-tel {
    display: none;
  }
}
.background-contact-envelope {
  background-position: bottom center !important;
  background-image: url('/static/images/backgrounds/contact-envelope.png?d09ce42460c6');
  position: absolute;
  top: 130px;
  right: 250px;
  width: 204px;
  height: 150px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .background-contact-envelope {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .background-contact-envelope {
    display: none;
  }
}
.contact-widget {
  max-width: 850px;
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-widget .branches-menu {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1;
  flex: 1 auto;
  flex: 1;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact-widget .branches-menu li {
  display: inline-block;
  border-right: 1px solid #f5ede2;
  padding: 0 15px 0 15px;
  line-height: 15px;
}
body.order .contact-widget .branches-menu li {
  border-right-color: #262640;
}
.contact-widget .branches-menu li:first-child {
  padding-left: 0;
}
.contact-widget .branches-menu li:last-child {
  border-right: none;
}
.contact-widget .branches-menu li a {
  color: #f5ede2;
  text-decoration: none;
}
body.order .contact-widget .branches-menu li a {
  color: #262640;
}
.contact-widget .branches-menu li a.active,
.contact-widget .branches-menu li a:hover {
  text-decoration: underline;
}
.contact-widget .contact-content {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1;
  flex: 1 auto;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact-widget .contact-content {
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-widget .contact-content .branch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  flex: 2 auto;
  -ms-flex: 2;
  flex: 2 auto;
  flex: 2;
  background-color: #f5ede2;
}
@media only screen and (max-width: 767px) {
  .contact-widget .contact-content .branch-content {
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.order .contact-widget .contact-content .branch-content {
  background-color: #fff;
}
.contact-widget .contact-content .branch-content .branch-contact {
  color: #db6e45;
  border-right: 1px solid #232742;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1;
  flex: 1 auto;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}
body.order .contact-widget .contact-content .branch-content .branch-contact {
  border-right-color: #f5ede2;
}
@media only screen and (max-width: 767px) {
  .contact-widget .contact-content .branch-content .branch-contact {
    border-right: none;
    border-bottom: 1px solid #232742;
  }
  body.order .contact-widget .contact-content .branch-content .branch-contact {
    border-bottom-color: #f5ede2;
  }
}
.contact-widget .contact-content .branch-content .branch-contact ul {
  padding: 20px;
}
.contact-widget .contact-content .branch-content .branch-contact li {
  margin-bottom: 10px;
}
.contact-widget .contact-content .branch-content .branch-contact li a {
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
.contact-widget .contact-content .branch-content .branch-contact li a:not(:hover):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #db6e45;
}
.contact-widget .contact-content .branch-content .branch-contact li span {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.contact-widget .contact-content .branch-content .branch-address {
  padding: 20px;
  color: #232742;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1;
  flex: 1 auto;
  flex: 1;
}
.contact-widget .contact-content .billing {
  padding: 20px 0 0 20px;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1;
  flex: 1 auto;
  flex: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10 and IE11 CSS styles go here */
  .contact-widget {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .contact-widget .contact-content {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .contact-widget .contact-content .branch-content {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
#s-mq-retina {
  display: none;
  position: fixed;
  top: -1px;
  left: -1px;
  z-index: -1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 200/100), screen and (min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
  #s-mq-retina {
    display: block;
  }
}
.s-counts {
  margin-bottom: 30px;
}
.s-counts .h2 {
  margin-bottom: -5px;
}
.s-counts-ul {
  margin-bottom: 0;
  padding-left: 0;
}
.s-counts-ul > li {
  list-style: none;
}
.s-counts-ul > li {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 50%;
  flex: 0 0 50% auto;
  flex: 0 0 50%;
  min-height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .s-counts-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s-counts-ul li {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px auto;
    flex: 0 0 204px;
  }
  .s-counts-ul li + li:before {
    content: '';
    display: block;
    height: 54px;
    position: absolute;
    top: calc(23%);
    left: 0;
    border-left: 1px solid #db6e45;
  }
}
@media only screen and (max-width: 991px) {
  .s-counts-ul {
    display: table;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .s-counts-ul li {
    display: table-row;
  }
  .s-counts-ul strong,
  .s-counts-ul span {
    display: table-cell;
    border-top: 1px solid #db6e45;
    padding: 5px;
    vertical-align: middle;
  }
  .s-counts-ul li:last-child strong,
  .s-counts-ul li:last-child span {
    border-bottom: 1px solid #db6e45;
  }
  .s-counts-ul strong {
    text-align: right;
    width: 35%;
  }
  .s-counts-ul span {
    width: 65%;
    text-align: left;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .s-after-illu-smybox {
    padding: 0;
  }
  .s-after-illu-smybox > .wrapper {
    padding-top: 78px;
    padding-bottom: 78px;
    position: relative;
  }
  .s-after-illu-smybox > .wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 421px;
    height: 100%;
    background: url('/static/images/content/hp-smybox.png?d09ce42460c6') center center no-repeat;
    background-size: cover;
  }
}
.s-external-link:after {
  content: '';
  display: inline-block;
  margin-left: 1ch;
  background: url('/static/images/material_icons/baseline-open_in_new-18px-white.svg?d09ce42460c6') 0 0 no-repeat;
  height: 18px;
  width: 18px;
}
.s-footer {
  background: #232741 url('/static/images/backgrounds/background-style-30.jpg?d09ce42460c6') no-repeat scroll top center;
  background-size: cover;
  color: white;
  padding: 90px 0;
}
@media only screen and (min-width: 992px) {
  .s-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-footer-row .s-footer-col {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50% auto;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-footer-row .s-footer-col-padding {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .s-footer-row .s-footer-col ~ .s-footer-col {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .s-footer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.s-footer-social-links {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-footer-social-links > li {
  list-style: none;
}
.s-footer-social-links li {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 62px;
  flex: 0 0 62px auto;
  flex: 0 0 62px;
  margin-right: 35px;
}
.s-footer-social-links li:last-child {
  margin-right: 0;
}
.s-footer-social-links a {
  display: block;
  width: 62px;
  height: 62px;
}
.s-footer-social-links a span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s-footer-social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.s-footer-social-link-fb {
  background: transparent url('/static/images/svg/ico-fb.svg?d09ce42460c6') no-repeat 0 0;
}
.s-footer-social-link-instagram {
  background: transparent url('/static/images/svg/ico-insta.svg?d09ce42460c6') no-repeat 0 0;
}
.s-footer-contacts {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 55px;
}
.s-footer-contacts > li {
  list-style: none;
}
.s-footer-contacts li {
  margin-right: 85px;
}
.s-footer-contacts li:last-child {
  margin-right: 0;
}
.s-footer-contacts,
.s-footer-contacts .h3 {
  color: #db6e45;
}
.s-footer-contacts div {
  font-size: 14px;
}
.s-footer-contacts .h3 {
  display: block;
  text-align: left;
  margin: -5px 0 0;
}
@media only screen and (min-width: 992px) {
  .s-footer-contacts {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto auto;
    flex: 1 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .s-footer-contacts {
    display: block;
    margin: 10px 0 20px;
  }
  .s-footer-contacts li {
    margin-right: 0;
  }
  .s-footer-contacts li + li {
    margin-top: 20px;
  }
  .s-footer-contacts li,
  .s-footer-contacts .h3 {
    text-align: center;
  }
}
.s-footer-menu {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.s-footer-menu > li {
  list-style: none;
}
.s-footer-menu li {
  margin: 15px 55px 0 0;
}
.s-footer-menu li:last-child {
  margin-right: 0;
}
.s-footer-menu a {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-footer-menu a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .s-footer-menu {
    display: block;
  }
  .s-footer-menu li {
    margin-right: 0;
  }
  .s-footer-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.s-footer-printka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid white;
  color: white;
  text-decoration: none;
}
.s-footer-printka:hover strong {
  text-decoration: underline;
}
.s-footer-printka-text {
  padding: 40px 15px 40px 55px;
  font-size: 14px;
}
.s-footer-printka-text p {
  margin: 0 0 15px;
  line-height: 1.2;
}
.s-footer-printka-text strong {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.s-footer-printka-logo {
  display: block;
  width: 143px;
  height: 45px;
  margin: 0 0 25px;
}
.s-footer-printka-illu {
  display: block;
  height: 254px;
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .s-footer-printka {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 0 -15px;
    overflow: hidden;
  }
  .s-footer-printka-text {
    padding: 25px 15px;
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 62%;
    flex: 0 0 62% auto;
    flex: 0 0 62%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1215px) {
  .s-footer-printka-illu {
    height: 200px;
  }
}
.s-home-references {
  max-width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.s-home-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 25%;
  flex: 0 0 25% auto;
  flex: 0 0 25%;
  padding: 0 10px;
  position: relative;
}
.s-home-reference img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .s-home-reference {
    padding: 0 5px;
  }
}
.s-home-references-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 65, 0.8);
  opacity: 0;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-home-reference:hover .s-home-references-hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .s-home-references-hover {
    display: none;
  }
}
.s-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}
.s-gallery-grid--no-main {
  display: block;
}
.s-gallery-grid-main {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 50%;
  flex: 0 0 50% auto;
  flex: 0 0 50%;
  padding-right: 20px;
}
.s-gallery-grid-main:first-child:last-child {
  padding-right: 0;
  margin: 0 auto;
}
.s-gallery-grid-rest {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 50%;
  flex: 0 0 50% auto;
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .s-gallery-grid {
    display: block;
  }
  .s-gallery-grid-main {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.s-gallery-box {
  text-align: left;
}
.s-gallery-box-regular {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 25%;
  flex: 0 0 25% auto;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 4px;
}
.s-gallery-grid .s-gallery-box-regular {
  padding: 2px;
}
@media only screen and (min-width: 768px) {
  .s-gallery-grid .s-gallery-box-regular {
    padding: 10px;
  }
}
.s-gallery-grid-rest .s-gallery-box-regular {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 50%;
  flex: 0 0 50% auto;
  flex: 0 0 50%;
  max-width: 50%;
}
.s-gallery-grid--no-main .s-gallery-grid-rest .s-gallery-box-regular {
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 25%;
  flex: 0 0 25% auto;
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 767px) {
  .s-gallery-grid--no-main .s-gallery-grid-rest .s-gallery-box-regular {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50% auto;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-gallery-box-regular {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333% auto;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .s-gallery-box-regular {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50% auto;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .s-gallery-box-regular {
    padding: 2px;
  }
}
.s-gallery-grid-main .s-gallery-box-large {
  height: 100%;
}
.s-gallery-grid-main .s-gallery-box-large .s-gallery-box-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
}
.s-gallery-grid-main .s-gallery-box-large .s-gallery-box-link .s-inline-gallery {
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto auto;
  flex: 1 0 auto;
}
.s-gallery-box-link {
  display: block;
  position: relative;
  text-decoration: none;
  background: white;
  color: #232742;
}
.s-gallery-box-text {
  padding: 15px;
  position: relative;
}
.s-gallery-box-lock {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-gallery-box-title {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
  height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-gallery-box-date {
  color: #747474;
  font-size: 14px;
  position: relative;
}
.s-gallery-box-date.s-gallery-box-date-locked {
  padding-right: 15px;
}
.s-gallery-list {
  margin: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-gallery-grid .s-gallery-list {
  margin: -2px;
}
@media only screen and (min-width: 768px) {
  .s-gallery-grid .s-gallery-list {
    margin: -10px;
  }
}
.s-gallery-list-empty {
  text-align: center;
  padding: 0 10px;
}
.s-inline-gallery {
  position: relative;
}
.s-inline-gallery:before {
  content: '';
  display: block;
  padding-top: 67.34693878%;
}
.s-gallery-box-large .s-inline-gallery:before {
  padding-top: 83.72093023%;
}
.s-inline-gallery-inner {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .s-inline-gallery-did-init:hover .s-inline-gallery-inner {
    visibility: visible;
  }
}
.s-inline-gallery-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.s-inline-gallery-img-wrap img {
  height: 100%;
  max-width: none;
  display: block;
}
.s-inline-gallery-slide {
  z-index: 1;
}
.s-inline-gallery-slide.s-inline-gallery-active {
  z-index: 2;
}
.s-inline-gallery-indicator {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  height: 3px;
  width: 20%;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background: #232741;
}
.s-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -4px;
}
.s-photo-list:after {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto auto;
  flex: 1 0 auto;
  margin-left: auto;
  width: auto;
}
.s-photo-list-item {
  position: relative;
  z-index: 1;
  height: inherit;
  max-width: 25%;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto auto;
  flex: 1 1 auto;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.s-photo-list-item:hover {
  z-index: 2;
}
.s-photo-list--mode-ADMIN .s-photo-list-item {
  margin-bottom: 25px;
}
.s-photo-list-item--vertical {
  max-width: 20%;
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto auto;
  flex: 0 0 auto;
}
.s-photo-list-item-link {
  display: block;
  position: relative;
  z-index: 2;
  background: white center center;
  background-size: cover;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto auto;
  flex: 1 1 auto;
}
.s-photo-list-item-link:before {
  content: '';
  display: none;
  border: 7px solid white;
  border-bottom: 14px solid white;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .s-photo-list-item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .s-photo-list-item-link:hover:before {
    display: block;
  }
  .s-gallery-detail--editing .s-photo-list-item-link:hover,
  .s-photo-list--mode-ADMIN .s-photo-list-item-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .s-gallery-detail--editing .s-photo-list-item-link:hover:before,
  .s-photo-list--mode-ADMIN .s-photo-list-item-link:hover:before {
    display: none;
  }
}
.s-gallery-detail--editing .s-photo-list-item-link.photo-selected:after,
.s-photo-list--mode-ADMIN .s-photo-list__checkbox-input:checked ~ .s-photo-list-item-link:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75) url('/static/images/photo-selected.png?d09ce42460c6') center center no-repeat;
}
.s-photo-list-item--vertical .s-photo-list-item-link {
  background-image: none !important;
}
.s-photo-list-item-image {
  height: auto;
  width: 100%;
  max-height: 164px;
  width: auto;
  display: block;
  visibility: hidden;
}
.s-photo-list-item--vertical .s-photo-list-item-image {
  visibility: visible;
  height: 164px;
  max-height: 100%;
}
.s-photo-list__checkbox {
  position: absolute;
  top: 100%;
  left: 4px;
  width: calc(100% - 4px);
  margin: -4px 0 0 !important;
  height: 29px;
}
.s-photo-list__checkbox-input {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 4px;
  margin: 4px 0 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .s-photo-list-item {
    max-width: 50%;
  }
  .s-photo-list-item--vertical {
    max-width: 15%;
  }
  .s-photo-list-item-image {
    max-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .s-photo-list-item {
    max-width: 50%;
  }
  .s-photo-list-item--vertical {
    max-width: 33%;
  }
  .s-photo-list-item-image {
    max-height: 120px;
  }
}
body .pswp__ui--idle .pswp__top-bar {
  opacity: 1;
}
body .pswp__top-bar {
  height: 54px;
  padding-top: 5px;
}
body .pswp__counter {
  top: 5px;
}
body .pswp__button {
  opacity: 1 !important;
}
body .pswp__button--fs {
  display: none !Important;
}
body .pswp__button--close {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  background-image: none !important;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .pswp__button--close,
body .pswp__button--close:hover,
body .pswp__button--close:focus {
  text-decoration: none;
  color: white;
}
body .pswp__button--close:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url('/static/images/icons/close.svg?d09ce42460c6') 0 0 no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
body .pswp__button--download {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  background-image: none !important;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .pswp__button--download,
body .pswp__button--download:hover,
body .pswp__button--download:focus {
  text-decoration: none;
  color: white;
}
body .pswp__button--download:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url('/static/images/icons/download.svg?d09ce42460c6') 0 0 no-repeat;
  background-size: contain;
  width: 25px;
  height: 26px;
}
body .pswp__button--report {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  background-image: none !important;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .pswp__button--report,
body .pswp__button--report:hover,
body .pswp__button--report:focus {
  text-decoration: none;
  color: white;
}
body .pswp__button--report:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url('/static/images/icons/report.svg?d09ce42460c6') 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
body .pswp__button--share {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  background-image: none !important;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .pswp__button--share,
body .pswp__button--share:hover,
body .pswp__button--share:focus {
  text-decoration: none;
  color: white;
}
body .pswp__button--share:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url('/static/images/icons/share-w.svg?d09ce42460c6') 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
body .pswp__counter {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  opacity: 1;
  padding-left: 10px;
}
body .pswp__caption {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  bottom: 120px;
  color: white;
}
body .pswp__caption .pswp__caption__center {
  text-align: center;
}
.pswp__thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  overflow-x: auto;
  padding-top: 3px;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.22, 1);
  opacity: 1;
}
.pswp__thumbnails.ui--hidden {
  opacity: .001;
}
.pswp__ui.pswp__ui--hidden .pswp__thumbnails {
  opacity: .001;
}
.pswp__thumbnails-ul {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pswp__thumbnails-ul > li {
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .pswp__thumbnails-ul--overflowing {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.pswp__thumbnail {
  margin: 4px;
  cursor: pointer;
  border: 1px solid black;
  position: relative;
}
.pswp__thumbnail img {
  height: 100px;
  display: block;
}
.pswp__thumbnail:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -8px;
  left: calc(50% - 7px);
  visibility: hidden;
}
.pswp__thumbnail.active {
  border-color: white;
}
.pswp__thumbnail.active:before {
  visibility: visible;
}
.pswp__thumbnail.pswp__thumbnail--gif:after {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  content: 'GIF';
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.31);
}
.pswp__thumbnail:not(.active):hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.pswp__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pswp__video video {
  width: 80vmin;
  height: 80vmin;
}
.pswp__form-caption-edit {
  display: none;
  position: fixed;
  bottom: 63px;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1600;
  padding-left: 70px;
}
.pswp--open + .pswp__form-caption-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pswp__form-caption-edit input {
  background: transparent;
  margin: 0 10px 0 0;
  padding: 0 24px;
  color: #232741;
  font-size: 18px;
  outline: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  vertical-align: middle;
  min-width: 400px;
  text-align: center;
  height: 60px;
  border-radius: 0;
}
.pswp__form-caption-edit input,
.pswp__form-caption-edit input:focus {
  color: white;
  border-color: white;
}
.pswp__form-caption-edit button {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  width: 60px;
  padding: 0;
  text-align: center;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 60px;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: bold;
  border-radius: 0;
}
.pswp__form-caption-edit button,
.pswp__form-caption-edit button:hover,
.pswp__form-caption-edit button:focus {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.pswp__form-caption-edit button img {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  opacity: 0;
}
.pswp__form-caption-edit button span,
.pswp__form-caption-edit button img {
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.pswp__form-caption-edit.pswp__form-caption-edit--saving button img {
  opacity: 1;
}
.pswp__form-caption-edit.pswp__form-caption-edit--saving button span {
  opacity: 0;
}
.pswp__counter-file-name {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  white-space: nowrap;
  opacity: 0.5;
}
.pswp__admin-check-indicator {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 1600;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  body .pswp__button span {
    display: none;
  }
  .pswp__counter-file-name {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .pswp__thumbnail {
    margin-left: 0;
    margin-right: 0;
  }
}
.s-report-form__img {
  display: block;
  max-width: 100%;
}
.s-report-form__form fieldset {
  margin-top: 0;
  margin-bottom: 25px;
}
.s-report-form__form textarea {
  width: 100%;
}
.s-report-form__form input,
.s-report-form__form textarea {
  text-align: left;
}
.s-report-form__nav {
  margin-bottom: 50px;
}
.s-report-form__nav-link {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #232742;
  text-decoration: none;
}
.s-report-form__nav-link:before {
  content: '';
  display: block;
  width: 13px;
  height: 21px;
  background: url('/static/images/icons/arrow-left.svg?d09ce42460c6') 0 0 no-repeat;
  background-size: contain;
  margin-right: 2ch;
}
@media only screen and (min-width: 768px) {
  .s-report-form__nav {
    text-align: center;
    position: relative;
  }
  .s-report-form__nav-link {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .s-report-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
  }
  .s-report-form__col {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 50%;
    flex: 0 0 50% auto;
    flex: 0 0 50%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .s-report-form__form input,
  .s-report-form__form textarea {
    min-width: 290px;
    max-width: 100%;
  }
  .s-report-form__nav {
    margin-bottom: 0;
  }
  .s-report-form__col {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .s-report-form__nav {
    text-align: left;
  }
  .s-report-form__nav-link {
    margin-top: 5px;
  }
  .s-report-form__form input,
  .s-report-form__form textarea {
    width: 100%;
  }
}
.s-gallery-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}
.s-gallery-tabs:before,
.s-gallery-tabs:after {
  display: block;
  content: '';
  border-bottom: 1px solid #ffffff;
  -webkit-box-flex: 1;
  flex: 1 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto auto;
  flex: 1 0 auto;
}
.s-gallery-tabs__tab {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: #ffffff;
  min-height: 60px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.s-gallery-tabs__tab--active {
  border-color: #ffffff;
  border-bottom: 1px solid transparent;
}
.s-gallery-tabs__tab-spacer {
  border-bottom: 1px solid #ffffff;
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px auto;
  flex: 0 0 10px;
}
.s-gallery-tabs__tab-spacer:last-child {
  display: none;
}
@media only screen and (max-width: 767px) {
  .s-gallery-tabs__tab {
    padding: 0 10px;
    word-wrap: break-word;
  }
  .s-gallery-tabs__tab-spacer {
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px auto;
    flex: 0 0 4px;
  }
}
.gallery-detail--black-font .s-gallery-tabs:before,
.gallery-detail--black-font .s-gallery-tabs:after {
  border-bottom-color: #232741;
}
.gallery-detail--black-font .s-gallery-tabs__tab {
  border: 1px solid rgba(36, 40, 66, 0.5);
  border-bottom-color: #232741;
  color: #232741;
}
.gallery-detail--black-font .s-gallery-tabs__tab--active {
  border-color: #232741;
  border-bottom-color: transparent;
}
.gallery-detail--black-font .s-gallery-tabs__tab-spacer {
  border-bottom-color: #232741;
}
.gallery-detail--black-font h1 {
  color: #232741;
}
.s-gallery-list-header {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .s-gallery-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-gallery-list-header .f-search {
    margin: 0 0 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .s-gallery-list-header .s-gallery-list-header__btn {
    width: 100%;
    max-width: 480px;
    margin-bottom: 24px;
  }
}
.s-share-dropdown {
  text-align: right;
  position: relative;
  width: auto;
  margin-right: 0;
}
.s-share-dropdown__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: white;
}
.s-share-dropdown__toggle span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.s-share-dropdown__toggle:before,
.s-share-dropdown__toggle:after {
  content: '';
  display: inline-block;
  background: url('/static/images/icons/share-w.svg?d09ce42460c6') 0 0 no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  flex: 0 auto;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px auto;
  flex: 0 0 37px;
}
.s-share-dropdown__toggle:before {
  display: none;
  background: url('/static/images/icons/share-highlight.svg?d09ce42460c6') 0 0 no-repeat;
}
.s-share-dropdown--active .s-share-dropdown__toggle {
  color: #232741;
}
.s-share-dropdown--active .s-share-dropdown__toggle:after {
  display: none;
}
.s-share-dropdown--active .s-share-dropdown__toggle:before {
  display: inline-block;
}
.s-share-dropdown__menu {
  position: absolute;
  top: -20px;
  right: -20px;
  min-width: 238px;
  padding: 75px 20px 20px;
  background: white;
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  display: none;
}
.s-share-dropdown__menu a {
  padding: 10px;
  display: block;
  color: #232741 !important;
}
.gallery-detail--black-font .s-share-dropdown__toggle {
  color: #232741 !important;
}
.gallery-detail--black-font .s-share-dropdown__toggle:after {
  background-image: url('/static/images/icons/share-highlight.svg?d09ce42460c6');
}
.s-live-gallery-list-header {
  text-align: center;
}
.s-live-gallery-list-header__link {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232741;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .s-live-gallery-list-header {
    padding: 0 130px;
    position: relative;
  }
  .s-live-gallery-list-header__link {
    position: absolute;
    top: 2px;
    left: 0;
  }
}
.s-gallery-header {
  position: relative;
  margin: 30px 0;
}
.s-gallery-header,
.s-gallery-header a {
  color: #ffffff;
}
.s-gallery-header a {
  text-decoration: none;
}
.black-font-variant .s-gallery-header,
.black-font-variant .s-gallery-header a {
  color: #232741;
}
.s-gallery-header__text {
  text-align: center;
}
.s-gallery-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-gallery-header__icons > * + * {
  margin-left: 20px;
}
.s-gallery-header__above-text {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}
.s-gallery-header__back-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .s-gallery-header__above-text {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .s-gallery-header__above-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('/static/gulp_css_build/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 50px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ffcc8b;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffcc8b;
}
.owl-theme.owl-theme-dark .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #725b25;
}
.owl-theme.owl-theme-green .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #366653;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  /* ration */
  .ratio {
    position: relative;
    padding: 0;
  }
  .ratio:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
  }
  .ratio-20-7.ratio:before {
    padding-top: 35%;
  }
  .ratio-32-13.ratio:before {
    padding-top: 40.875%;
  }
  .ratio-16-9.ratio:before {
    padding-top: 57.8125%;
  }
  .ratio-32-13.ratio .middle-wrapper {
    margin-top: 5.875%;
  }
  .ratio-16-9.ratio .ratio-wrapper {
    bottom: 22.8125%;
  }
  .ratio-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .middle-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  .middle-wrapper .middle-box {
    display: table-cell;
    vertical-align: middle;
  }
  .parent-middle {
    webkit-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .no-touchevents .no-edit-mode #gallery-list-detail:not(.non-popup) .gallery-box:hover {
    padding: 7px;
    text-decoration: none;
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    height: auto;
    width: auto;
    z-index: 900;
    background: #fff;
  }
  .no-touchevents .no-edit-mode #gallery-list-detail:not(.non-popup) .gallery-box:hover .gallery-wrapper {
    padding: 10px 6px 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #999;
  }
  .no-touchevents .no-edit-mode #gallery-list-detail:not(.non-popup) .gallery-box:hover .gallery-wrapper .lightbox-text {
    min-height: 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .ratio-32-13.ratio {
    height: 785px;
    padding: 270px 0 170px;
  }
  .ratio-20-7.ratio {
    height: 672px;
    padding: 200px 0 170px 0;
  }
  .ratio.style-fourteen {
    background-image: url('/static/images/background-photos/hd-photo-fourteen-grad.jpg?d09ce42460c6');
    background-color: #9b1c23;
  }
  .ratio.style-fifteen {
    background-image: url('/static/images/background-photos/hd-photo-fifteen-grad.jpg?63b4a1bbf93e');
    background-color: #6a3968;
  }
  .ratio.style-sixteen {
    background-image: url('/static/images/background-photos/hd-photo-sixteen-grad.jpg?63b4a1bbf93e');
    background-color: #00a4e3;
  }
  .ratio.style-seventeen {
    background-image: url('/static/images/background-photos/hd-photo-seventeen-grad.jpg?d09ce42460c6');
    background-color: #287726;
  }
  .ratio.style-eighteen {
    background-image: url('/static/images/background-photos/hd-photo-eighteen-grad.jpg?63b4a1bbf93e');
    background-color: #4c3a38;
  }
}
@media only screen and (min-width: 1601px) {
  /* layout */
  .style-one {
    background-image: url('/static/images/backgrounds/background-style-1-hd.jpg?d09ce42460c6');
  }
  .style-two {
    background-image: url('/static/images/backgrounds/background-style-3-hd.jpg?d09ce42460c6');
  }
  .style-six {
    background-image: url('/static/images/backgrounds/background-style-6-hd.jpg?d09ce42460c6');
  }
  .style-ten {
    background-image: url('/static/images/backgrounds/background-style-10-hd.png?d09ce42460c6');
  }
  .style-ten.christmas {
    background-image: url('/static/images/backgrounds/background-style-10-christmas.jpg?d09ce42460c6');
  }
  .style-eleven,
  .style-thirtythree {
    background-image: url('/static/images/backgrounds/background-style-11-hd.jpg?d09ce42460c6');
  }
  .style-fourteen {
    background-image: url('/static/images/background-photos/hd-photo-fourteen.jpg?63b4a1bbf93e');
  }
  .style-fifteen {
    background-image: url('/static/images/background-photos/hd-photo-fifteen.jpg?63b4a1bbf93e');
  }
  .style-sixteen {
    background-image: url('/static/images/background-photos/hd-photo-sixteen.jpg?63b4a1bbf93e');
  }
  .style-seventeen {
    background-image: url('/static/images/background-photos/hd-photo-seventeen.jpg?d09ce42460c6');
  }
  .style-eighteen {
    background-image: url('/static/images/background-photos/hd-photo-eighteen.jpg?63b4a1bbf93e');
  }
  .style-nineteen {
    background-image: url('/static/images/background-photos/hd-photo-twenty.jpg?d09ce42460c6');
  }
  .style-twentyseven {
    background-image: url('/static/images/backgrounds/background-style-27-hd.jpg?d09ce42460c6');
  }
  .style-thirty {
    background-image: url('/static/images/backgrounds/background-style-30-hd.jpg?d09ce42460c6');
  }
  .style-thirtyfour {
    background-image: url('/static/images/backgrounds/background-style-34-hd.jpg?d09ce42460c6');
  }
  .style-thirtyeight {
    background-image: url('/static/images/backgrounds/background-style-38-hd.jpg?d09ce42460c6');
  }
  .style-fortytwo {
    background-image: url('/static/images/backgrounds/background-style-42-hd.jpg?d09ce42460c6');
  }
  .style-fortysix {
    background-image: url('/static/images/backgrounds/background-style-46-hd.jpg?d09ce42460c6');
  }
  /* photos */
  .style-photo-one {
    height: 894px;
    background-image: url('/static/images/background-photos/hd-photo-one.jpg?d09ce42460c6');
  }
  .style-photo-two {
    height: 970px;
    background-image: url('/static/images/background-photos/hd-photo-two.jpg?63b4a1bbf93e');
  }
  .style-photo-three {
    height: 672px;
    background-image: url('/static/images/background-photos/hd-photo-three.jpg?63b4a1bbf93e');
  }
  .style-photo-four {
    height: 809px;
    background-image: url('/static/images/background-photos/hd-photo-four.jpg?63b4a1bbf93e');
  }
  .style-photo-five {
    height: 1233px;
    background-image: url('/static/images/background-photos/hd-photo-five.jpg?d09ce42460c6');
  }
  .style-photo-six {
    height: 694px;
    background-image: url('/static/images/background-photos/hd-photo-six.jpg?63b4a1bbf93e');
  }
  .style-photo-seven {
    height: 1228px;
    background-image: url('/static/images/background-photos/hd-photo-seven.jpg?d09ce42460c6');
  }
  .style-photo-eight {
    height: 694px;
    background-image: url('/static/images/background-photos/hd-photo-eight.jpg?63b4a1bbf93e');
  }
  .style-photo-nine {
    height: 728px;
    background-image: url('/static/images/background-photos/hd-photo-nine.jpg?63b4a1bbf93e');
  }
  .style-photo-ten {
    height: 886px;
    background-image: url('/static/images/background-photos/hd-photo-ten.jpg?63b4a1bbf93e');
  }
  .style-photo-eleven {
    height: 1493px;
    background-image: url('/static/images/background-photos/hd-photo-eleven.jpg?63b4a1bbf93e');
  }
  .style-photo-twelve {
    height: 894px;
    background-image: url('/static/images/background-photos/hd-photo-twelve.jpg?d09ce42460c6');
  }
  .style-photo-thirteen {
    height: 1247px;
    background-image: url('/static/images/background-photos/hd-photo-thirteen.jpg?d09ce42460c6');
  }
  .style-photo-nineteen {
    height: 1260px;
    background-image: url('/static/images/background-photos/hd-photo-nineteen.jpg?63b4a1bbf93e');
  }
}
@media only screen and (min-width: 1200px) {
  #navigation #navigation-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #navigation #nav {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto auto;
    flex: 1 0 auto;
  }
  #navigation #sticky-element {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
  #navigation .change-lng {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
  #navigation .change-lng.user-panel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .flash-msg-error,
  .flash-msg-warn,
  .flash-msg-done {
    width: 1000px;
  }
  /* stripes */
  .style-fourteen .cols-2,
  .style-sixteen .cols-2,
  .style-seventeen .cols-2 {
    /*
      height: 100%;

      .col {
        height: 100%;
      }
      */
  }
  .style-fourteen .cols-2 img,
  .style-sixteen .cols-2 img,
  .style-seventeen .cols-2 img {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1215px) {
  .wrapper,
  #navigation #navigation-sticky {
    max-width: 95.83333333%;
    width: auto;
  }
  .bordered-box {
    width: 71.08333333%;
    min-width: 853px;
  }
  .center-box {
    width: 45%;
  }
  /* stripes */
  .background-style-60,
  .background-style-70,
  .background-style-80,
  .background-style-90,
  .background-style-100,
  .background-style-110 {
    background-image: none;
  }
  .style-sixteen img,
  .style-seventeen img {
    margin-top: 19%;
  }
  .style-fourteen img {
    margin-top: 35%;
  }
  .style-twenty-before {
    margin-top: -400px;
  }
  .remodal-wrapper input:not([type="radio"]),
  .remodal-wrapper input:not([type="checkbox"]) {
    margin: 0 auto;
  }
  #sticky-element {
    margin-top: 7px;
  }
  #sticky-element a {
    line-height: 25px;
    padding: 0 10px;
  }
  #sticky-element a span {
    text-indent: -9999em;
    display: block;
    background: transparent url('/static/images/sb-logo.png?d09ce42460c6') no-repeat center 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1215px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (max-width: 1215px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (max-width: 1215px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 992px) and (max-width: 1215px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (max-width: 1215px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (max-width: 1215px) and (min-resolution: 2dppx) {
  #sticky-element a span {
    /* on retina, use image that's scaled by 2 */
    background-image: url('/static/images/sb-logo@2x.png?d09ce42460c6');
    background-size: 23px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* commnon */
  .stripe {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
  .col {
    float: none;
  }
  .cols-2 .col {
    width: 50%;
    padding: 0;
    margin: 0 auto;
  }
  .cols-2 .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .cols-2 .col:nth-child(2n) {
    padding-right: 0;
  }
  .cols-2.same-col .col {
    padding: 0;
  }
  .cols-2.same-col .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .cols-2.same-col .col:nth-child(2n) {
    padding-right: 0;
  }
  .cols-3 .col {
    width: 50%;
    padding: 0;
    margin: 0 auto;
  }
  .cols-3 .col:first-child {
    padding: 0;
  }
  .cols-3 .col:last-child {
    padding: 0;
  }
  .cols-4 .col {
    float: left;
    width: 50%;
    padding: 0 2.19512195%;
  }
  .cols-4.bordered .col {
    float: none;
    width: 100%;
    border-bottom: 1px solid #db6e45;
    padding: 4.33333333% 7.66666667%;
    text-align: left !important;
  }
  .cols-4.bordered .col strong {
    width: 70px;
    text-align: right;
    margin-right: 15px;
  }
  .cols-4.bordered .col:before {
    content: none;
  }
  .cols-4.bordered .col:first-child {
    border-top: 1px solid #db6e45;
  }
  .cols-s-b .col-b,
  .cols-s-b .col-s {
    float: left;
  }
  .question .cols-s-b .col-b {
    margin-bottom: 6.25%;
  }
  .cols-b-s-b .col-b,
  .cols-b-s-b .col-s {
    float: left;
  }
  .cols-b-s-b .col-b {
    width: 35%;
  }
  .cols-b-s-b .col-b:first-child {
    padding-left: 1.66666667%;
  }
  .style-thirty .cols-b-s-b .col-b:first-child {
    padding-left: 3.33333333%;
  }
  .cols-b-s-b .col-b:last-child {
    padding-right: 1.66666667%;
  }
  .style-thirty .cols-b-s-b .col-b:last-child {
    padding-right: 3.33333333%;
  }
  .cols-b-s-b .col-s {
    width: 30%;
    padding-left: 5%;
  }
  .style-twentyeight .cols-3 .col {
    float: left;
    width: 33.33333333%;
    padding: 0 2%;
  }
  /* forms */
  .f-pass-gallery button {
    margin-top: 0;
  }
  /* layout */
  #header {
    padding-bottom: 6.5%;
    padding-top: 101px;
  }
  .wrapper,
  #navigation #navigation-sticky {
    width: auto;
    max-width: 95.96367306%;
  }
  .search-result {
    text-align: left !important;
  }
  #gallery-list-detail .gallery-box-wrapper {
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    width: 19%;
  }
  #gallery-list-detail .gallery-box-wrapper:nth-child(8n) {
    margin-right: 1.25%;
  }
  #gallery-list-detail .gallery-box-wrapper:nth-child(5n) {
    margin-right: 0;
  }
  #gallery-list-detail .gallery-box:hover {
    /*
        padding: 8px;
        top: -15px;
        left: -15px;
        right: -15px;
        width: auto;
        */
  }
  #gallery-list-detail .gallery-box:hover .gallery-wrapper {
    padding-bottom: 0;
  }
  .gallery-icons > * {
    margin-left: 3px;
  }
  .gallery-detail .gallery-icons {
    position: static;
    right: auto;
    bottom: auto;
    margin-bottom: 14px;
  }
  .gallery-detail .date {
    margin-bottom: 0;
  }
  .promo-box {
    width: 87.60683761%;
    max-width: 730px;
  }
  .bordered-box {
    width: 91.13247863%;
    padding: 6.41025641%;
  }
  .hp .style-twentyfive p {
    margin-bottom: 12.66891892%;
  }
  .hp .style-twentyfive .cols-4 {
    width: 50.67567568%;
    margin: 0 auto;
    margin-bottom: 10.81081081%;
    text-align: center !important;
  }
  .hp .style-twentyfive .cols-4 strong {
    display: inline-block;
  }
  .hp .style-twentyfive .cols-4#logos {
    width: 100%;
  }
  .hp .style-twentyfive .cols-4#logos .col {
    padding: 0 6.75675676%;
  }
  .hp .style-twentysix .cols-3 img {
    margin-bottom: 0;
  }
  .hp .style-twentyfour .col:last-child {
    display: none;
  }
  #mobile-share {
    display: block;
  }
  #lightGallery_info {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    top: 45px;
    bottom: 50px;
    background-color: #db6e45;
    z-index: 2000;
    padding-top: 65px;
  }
  #lightGallery_info > div {
    margin: 0 30px;
    display: inline-block;
  }
  #lightGallery_info .social-options {
    display: block;
  }
  #lightGallery_info .social-options ul li {
    display: inline-block;
    margin: 0 30px;
  }
  #lightGallery_info .social {
    display: none;
  }
  #lightGallery_info #lightGallery_social {
    margin: 0;
  }
  #lightGallery_info #lightGallery_down {
    display: none;
  }
  #lightGallery_info .icon-fb:before {
    background-position: 0 0;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  #lightGallery_info .icon-tw:before {
    background-position: -41px 0;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  #lightGallery_set #lightGallery_social {
    width: auto;
  }
  /* forms */
  .f-search {
    width: 60.77348066%;
    max-width: 480px;
    margin-bottom: 54px;
  }
  /* stripes */
  [class^="background-style-"],
  [class*=" background-style-"] {
    background-image: none;
  }
  .style-fourteen {
    padding-top: 13.7%;
  }
  .style-sixteen img {
    margin-bottom: 28px;
  }
  .style-fourteen img,
  .style-seventeen img {
    margin-top: 28px;
  }
  .remodal-wrapper .center-box {
    width: 75%;
  }
  .remodal-wrapper .remodal-close-style {
    top: 10px;
    right: 0;
  }
  .remodal-wrapper .remodal {
    margin-top: 70px;
  }
  .remodal-wrapper input:not([type="radio"]),
  .remodal-wrapper select,
  .remodal-wrapper input:not([type="checkbox"]) {
    margin: 0 auto;
  }
  .gallery .style-ten .cols-2 .col:nth-child(2n+1),
  .gallery-detail .style-ten .cols-2 .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .smilebox .style-six .cols-3 {
    margin-bottom: 0;
  }
  .style-eight p.t-center {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .style-nine .col {
    margin-bottom: 20px;
  }
  .style-nine p {
    width: 75%;
    margin: 0 auto;
  }
  #header.style-twentyseven {
    padding-bottom: 180px;
  }
  #header.style-fortysix {
    padding-bottom: 100px;
  }
  #header.style-nineteen,
  #header.style-thirtyeight,
  #header.style-fortytwo,
  #header.style-fifty {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .break:before {
    content: "\00a0" !important;
    display: inline-block !important;
  }
  .stripe {
    padding: 48px 0;
  }
  /* common */
  .center-box.big {
    width: 75%;
  }
  .col {
    float: none;
  }
  .cols-2 .col {
    width: 100%;
    padding: 0;
  }
  .cols-2 .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .cols-2 .col:nth-child(2n) {
    padding-right: 0;
  }
  .cols-2.same-col .col {
    padding: 0;
  }
  .cols-2.same-col .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .cols-2.same-col .col:nth-child(2n) {
    padding-right: 0;
  }
  .cols-3 .col {
    width: 100%;
    padding: 0 8.44594595%;
  }
  .cols-3 .col:first-child {
    padding: 0 8.44594595%;
  }
  .cols-3 .col:last-child {
    padding: 0 8.44594595%;
  }
  .cols-4 .col {
    float: left;
    width: 50%;
    padding: 0 2.19512195%;
  }
  .cols-4 .col:nth-child(2n+1) {
    clear: left;
  }
  .cols-4.bordered .col {
    float: none;
    width: 100%;
    border-bottom: 1px solid #db6e45;
    padding: 4.33333333% 7.66666667%;
    text-align: left !important;
  }
  .cols-4.bordered .col strong {
    width: 70px;
    text-align: right;
    margin-right: 15px;
  }
  .cols-4.bordered .col:before {
    content: none;
  }
  .cols-4.bordered .col:first-child {
    border-top: 1px solid #db6e45;
  }
  .cols-s-b .col-b {
    width: 100%;
  }
  .cols-s-b .col-s {
    width: 100%;
    padding-right: 0;
  }
  .question .cols-s-b h3 {
    text-align: left;
  }
  .accordion .title.current .icon-down:before {
    left: -15px;
  }
  .cols-b-s-b .col-b,
  .cols-b-s-b .col-s {
    float: left;
  }
  .cols-b-s-b .col-b {
    width: 35%;
  }
  .cols-b-s-b .col-b:first-child {
    padding-left: 0;
  }
  .style-thirty .cols-b-s-b .col-b:first-child {
    padding-left: 0;
  }
  .cols-b-s-b .col-b:last-child {
    padding-right: 0;
  }
  .style-thirty .cols-b-s-b .col-b:last-child {
    padding-right: 0;
  }
  .cols-b-s-b .col-s {
    width: 30%;
    padding-left: 0;
  }
  .style-twentyeight .cols-3 .col {
    margin-bottom: 30px;
  }
  .style-thirty .styled th,
  .style-thirty .styled .special,
  .style-thirty .styled td.small-lh {
    line-height: 30px;
  }
  .style-thirty .styled td {
    line-height: 60px;
  }
  .address-list-box .cols-b-s-b .col-b:first-child {
    padding-left: 0;
  }
  /* layout */
  #header {
    padding-top: 101px;
  }
  #sticky-element {
    display: none;
  }
  .change-lng {
    margin-top: 4px;
  }
  .flash-msg-error,
  .flash-msg-warn,
  .flash-msg-done {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 10px;
  }
  .flash-wrapper .icon-msg-close {
    top: 15px;
  }
  #sticky-element {
    margin-top: 0;
    float: none;
    position: absolute;
    right: 0;
    top: 16px;
  }
  #sticky-element a {
    line-height: 25px;
    padding: 0 10px;
  }
  #sticky-element a span {
    text-indent: -9999em;
    display: block;
    background: transparent url('/static/images/sb-logo.png?d09ce42460c6') no-repeat center 0;
  }
  #gallery-list-detail .gallery-box-wrapper {
    position: relative;
    float: left;
    margin-right: 1.46945089%;
    margin-bottom: 1.46945089%;
    width: 23.89791183%;
  }
  #gallery-list-detail .gallery-box-wrapper:nth-child(8n) {
    margin-right: 1.46945089%;
  }
  #gallery-list-detail .gallery-box-wrapper:nth-child(4n) {
    margin-right: 0;
  }
  #gallery-list-detail .gallery-box:hover {
    /*
        padding: 9px;
        text-decoration: none;
        position: absolute;
        top: -12px;
        left: -12px;
        right: -12px;
        */
  }
  .pagination {
    line-height: 30px;
    /* 80px */
    height: 30px;
  }
  .gallery .pagination,
  .gallery-detail .pagination {
    position: static;
    top: auto;
    right: auto;
    margin-top: 35px;
  }
  .gallery .gallery-icons {
    position: static;
    right: auto;
    bottom: auto;
    margin-bottom: 14px;
  }
  .gallery-icons {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .gallery-icons > * {
    margin-left: 15px;
  }
  .search-result {
    margin-bottom: 14px;
  }
  .gallery-detail .gallery-icons {
    position: static;
    right: auto;
    bottom: auto;
    margin-bottom: 14px;
  }
  .gallery-detail .date {
    margin-bottom: 14px;
  }
  .promo-box {
    width: 100%;
  }
  .promo-box.carousel {
    width: 95%;
  }
  .bordered-box {
    width: 90%;
  }
  .hp .style-twentyfive p {
    margin-bottom: 12.66891892%;
  }
  .hp .style-twentyfive .cols-4 {
    width: 50.67567568%;
    margin: 0 auto;
    margin-bottom: 10.81081081%;
    text-align: center !important;
  }
  .hp .style-twentyfive .cols-4 strong {
    display: inline-block;
  }
  .hp .style-twentysix .cols-3 img {
    margin-bottom: 0;
  }
  .hp .style-twentyfour .col:last-child {
    display: none;
  }
  .style-thirtythree .col {
    text-align: center !important;
  }
  /* forms */
  /*
  input {
      &:not([type="radio"]),
      &:not([type="checkbox"]) {
          min-width: 282px;
      }
  }
  */
  textarea {
    /*min-width: 282px;*/
    min-height: 130px;
  }
  .f-search {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .f-search input {
    min-width: 100% !important;
    max-width: 100%;
    font-size: 14px !important;
  }
  #mobile-share {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 31px;
    top: 15px;
  }
  #lightGallery_info {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    top: 45px;
    bottom: 50px;
    background-color: #db6e45;
    z-index: 2000;
    padding-top: 65px;
  }
  #lightGallery_info > div {
    margin: 0 30px;
    display: inline-block;
  }
  #lightGallery_info .social-options {
    display: block;
  }
  #lightGallery_info .social-options ul li {
    display: inline-block;
    margin: 0 30px;
  }
  #lightGallery_info .social {
    display: none;
  }
  #lightGallery_info #lightGallery_social {
    margin: 0;
  }
  #lightGallery_info #lightGallery_down {
    display: none;
  }
  #lightGallery_info .icon-fb:before {
    background-position: 0 0;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  #lightGallery_info .icon-tw:before {
    background-position: -41px 0;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }
  #lightGallery_set #lightGallery_social {
    width: auto;
  }
  .f-pass-gallery fieldset {
    display: block;
    width: 100%;
  }
  .f-pass-gallery input:not([type="radio"]),
  .f-pass-gallery select:not([type="radio"]),
  .f-pass-gallery input:not([type="checkbox"]),
  .f-pass-gallery select:not([type="checkbox"]) {
    margin-right: 0;
    width: 100%;
  }
  .f-pass-gallery button {
    margin-top: 15px;
  }
  /* stripes */
  .style-twentynine,
  .style-twentyeight,
  .style-fiftynine {
    text-align: center !important;
  }
  .style-fiftynine .t-left {
    text-align: center !important;
  }
  .style-eighteen .center-box {
    width: 100%;
  }
  [class^="background-style-"],
  [class*=" background-style-"] {
    background-image: none;
  }
  .style-fourteen {
    padding-top: 0;
    background-position: top center;
    background-color: #232741;
  }
  .style-fourteen .wrapper {
    padding-top: 120px;
  }
  .style-fifteen {
    padding-top: 0;
    background-position: top center;
    background-color: #f3ede1;
  }
  .style-fifteen .wrapper {
    padding-top: 140px;
  }
  .style-eighteen {
    padding-top: 120px;
  }
  .style-sixteen img {
    margin-bottom: 28px;
  }
  .style-fourteen img,
  .style-seventeen img {
    margin-top: 28px;
  }
  .style-fourteen,
  .style-fifteen,
  .style-sixteen,
  .style-seventeen,
  .style-eighteen {
    padding-bottom: 0;
    height: 440px;
  }
  .style-fourteen {
    height: 480px;
  }
  .style-fourteen img {
    display: none;
  }
  .style-twenty-before {
    margin-top: -450px;
  }
  .smilebox .style-six .cols-3 {
    margin-bottom: 0;
  }
  #header.style-twentyseven {
    padding-bottom: 230px;
  }
  #header.style-fortysix {
    padding-bottom: 150px;
  }
  #header.style-nineteen,
  #header.style-thirtyeight,
  #header.style-fortytwo,
  #header.style-fifty {
    padding-bottom: 150px;
  }
  .style-fourteen {
    background-image: url('/static/images/background-photos/tablet-photo-fourteen.jpg?d09ce42460c6');
  }
  .style-fifteen {
    background-image: url('/static/images/background-photos/tablet-photo-fifteen.jpg?63b4a1bbf93e');
  }
  .style-sixteen {
    background-image: url('/static/images/background-photos/tablet-photo-sixteen.jpg?d09ce42460c6');
  }
  .style-seventeen {
    background-image: url('/static/images/background-photos/tablet-photo-seventeen.jpg?d09ce42460c6');
  }
  .style-eighteen {
    background-image: url('/static/images/background-photos/tablet-photo-eighteen.jpg?63b4a1bbf93e');
  }
  .style-nineteen {
    background-image: url('/static/images/background-photos/tablet-photo-twenty.jpg?63b4a1bbf93e');
  }
  /* photos */
  /* ok */
  .style-photo-one {
    height: 400px;
    background-image: url('/static/images/background-photos/tablet-photo-one.jpg?d09ce42460c6');
  }
  /* ok */
  .style-photo-two {
    height: 350px;
    background-image: url('/static/images/background-photos/tablet-photo-two.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-three {
    height: 300px;
    background-image: url('/static/images/background-photos/tablet-photo-three.jpg?d09ce42460c6');
  }
  /* ok */
  .style-photo-four {
    height: 300px;
    background-image: url('/static/images/background-photos/tablet-photo-four.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-five {
    height: 480px;
    background-image: url('/static/images/background-photos/tablet-photo-five.jpg?d09ce42460c6');
  }
  /* ok */
  .style-photo-six {
    height: 200px;
    background-image: url('/static/images/background-photos/tablet-photo-six.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-seven {
    height: 420px;
    background-image: url('/static/images/background-photos/tablet-photo-seven.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-eight {
    height: 320px;
    background-image: url('/static/images/background-photos/tablet-photo-eight.jpg?d09ce42460c6');
  }
  /* ok */
  .style-photo-nine {
    height: 300px;
    background-image: url('/static/images/background-photos/tablet-photo-nine.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-ten {
    height: 320px;
    background-image: url('/static/images/background-photos/tablet-photo-ten.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-eleven {
    height: 550px;
    background-image: url('/static/images/background-photos/tablet-photo-eleven.jpg?63b4a1bbf93e');
  }
  .style-christmas {
    padding-bottom: 90px !important;
  }
  .style-photo-xmas-party-top {
    height: 550px;
    background-position: center center;
    background-size: cover;
  }
  .style-photo-xmas-party-bottom {
    height: 550px;
    background-position: center center;
    background-size: cover;
  }
  .style-company-party {
    padding-bottom: 90px !important;
  }
  .style-photo-company-party-top {
    height: 550px;
    background-position: center center;
    background-size: cover;
  }
  .style-photo-company-party-bottom {
    height: 550px;
    background-position: center center;
    background-size: cover;
  }
  /* ok */
  .style-photo-twelve {
    height: 330px;
    background-image: url('/static/images/background-photos/tablet-photo-twelve.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-thirteen {
    height: 400px;
    background-image: url('/static/images/background-photos/tablet-photo-thirteen.jpg?63b4a1bbf93e');
  }
  /* ok */
  .style-photo-nineteen {
    height: 420px;
    background-image: url('/static/images/background-photos/tablet-photo-nineteen.jpg?63b4a1bbf93e');
  }
  .style-five-after {
    height: 40px;
    margin-bottom: -40px;
  }
  .style-five-after:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-five-after.png?d09ce42460c6');
  }
  .style-seven-before {
    height: 40px;
    margin-top: -40px;
  }
  .style-seven-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-seven-before.png?d09ce42460c6');
  }
  .style-twenty-before {
    height: 130px;
    margin-top: -130px;
  }
  .style-twenty-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-twenty-before.png?d09ce42460c6');
  }
  .style-twentyfive-before {
    height: 130px;
    margin-top: -130px;
  }
  .style-twentyfive-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-twentyfive-before.png?d09ce42460c6');
  }
  .style-twentyfive-after {
    height: 50px;
    margin-bottom: -50px;
  }
  .style-twentyfive-after:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-twentyfive-after.png?d09ce42460c6');
  }
  .style-twentysix-before {
    height: 60px;
    margin-top: -60px;
  }
  .style-twentysix-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-twentysix-before.png?d09ce42460c6');
  }
  .style-twentysix-after {
    height: 50px;
    margin-bottom: -50px;
  }
  .style-twentysix-after:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-twentysix-after.png?d09ce42460c6');
  }
  .style-twentyeight-before {
    height: 85px;
    margin-top: -85px;
  }
  .style-twentyeight-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-thirtyfour-before.png?d09ce42460c6');
  }
  .style-thirtyone-after {
    height: 150px;
    margin-bottom: -150px;
  }
  .style-thirtyone-after:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-thirtyone-after-new.png?d09ce42460c6');
  }
  .style-thirtytwo-before {
    height: 30px;
    margin-top: -30px;
  }
  .style-thirtytwo-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-thirtytwo-before.png?d09ce42460c6');
  }
  .style-thirtytwo-after {
    height: 30px;
    margin-bottom: -30px;
  }
  .style-thirtytwo-after:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-thirtytwo-after.png?d09ce42460c6');
  }
  .style-thirtyfour-before {
    height: 85px;
    margin-top: -85px;
  }
  .style-thirtyfour-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-thirtyfour-before.png?d09ce42460c6');
  }
  .style-thirtynine-before {
    height: 150px;
    margin-top: -150px;
  }
  .style-thirtynine-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-thirtynine-before.png?d09ce42460c6');
  }
  .style-fortythree-before {
    height: 130px;
    margin-top: -130px;
  }
  .style-fortythree-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-fortythree-before.png?d09ce42460c6');
  }
  .style-fortyseven-before {
    height: 130px;
    margin-top: -130px;
  }
  .style-fortyseven-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-fortyseven-before.png?d09ce42460c6');
  }
  .style-fiftyone-before {
    height: 130px;
    margin-top: -130px;
  }
  .style-fiftyone-before:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-fiftyone-before.png?d09ce42460c6');
  }
  /* 56 */
  .style-fiftysix-after {
    height: 150px;
    margin-bottom: -150px;
  }
  .style-fiftysix-after:before {
    background-image: url('/static/images/before-after-backgrounds/tablet-fiftysix-after.png?d09ce42460c6');
  }
  .remodal-wrapper .center-box {
    width: 90%;
  }
  .remodal-wrapper .remodal-close-style {
    top: 10px;
    right: 0;
  }
  .remodal-wrapper .remodal {
    margin-top: 70px;
  }
  .remodal-wrapper input:not([type="radio"]),
  .remodal-wrapper select,
  .remodal-wrapper input:not([type="checkbox"]) {
    width: 100%;
    min-width: 1em;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #sticky-element a span {
    /* on retina, use image that's scaled by 2 */
    background-image: url('/static/images/sb-logo@2x.png?d09ce42460c6');
    background-size: 23px 19px;
  }
}
#mobile-menu {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  margin-right: 20px;
  cursor: pointer;
  margin-left: auto;
  font-weight: bold;
}
.headroom--not-top #mobile-menu {
  color: white;
}
#mobile-menu .mobile-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 1215px) {
  #sticky-element {
    display: none;
  }
  .change-lng.user-panel {
    display: none;
  }
  #navigation {
    display: block;
    height: 100px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    /* new style */
  }
  #navigation #logo {
    position: relative;
    width: 100px;
    height: 57px;
    background-size: contain;
    background-image: url('/static/images/logo_white.svg?d09ce42460c6');
  }
  .black-font-variant #navigation #logo {
    background-image: url('/static/images/logo_dark_blue.svg?d09ce42460c6');
  }
  #navigation #logo-smybox {
    position: relative;
    width: 100px;
    height: 57px;
    background-size: contain;
    background-image: url('/static/images/logo_white_smybox.svg?d09ce42460c6');
  }
  .black-font-variant #navigation #logo-smybox {
    background-image: url('/static/images/logo_dark_blue_smybox.svg?d09ce42460c6');
  }
  #navigation #nav {
    display: none;
    position: absolute;
    width: auto;
    top: 71px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 9999;
    background: #232741;
    padding: 15px;
  }
  #navigation #nav li {
    float: left;
    width: 50%;
    display: block;
    padding: 15px;
    margin: 0;
  }
  #navigation #nav li.mobile-link {
    display: block;
  }
  #navigation #nav li.mobile-link.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #navigation #nav li.mobile-link.order a {
    padding-top: 5px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #navigation #nav li a {
    padding: 10px 0;
  }
  #navigation #nav li a,
  .black-font-variant #navigation #nav li a {
    color: white;
  }
  #navigation #navigation-sticky {
    max-width: none;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #navigation #mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #navigation {
    height: 101px;
  }
  .gallery #navigation {
    margin-bottom: 0;
  }
  #navigation.headroom--not-top #sticky-element {
    margin-top: 2px;
  }
  #sticky-element {
    margin-top: 0;
    margin-right: 15px;
  }
  #sticky-element a {
    line-height: 25px;
    padding: 0 10px;
  }
  #sticky-element a span {
    text-indent: -9999em;
    display: block;
    background: transparent url('/static/images/sb-logo.png?d09ce42460c6') no-repeat center 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (max-width: 991px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (max-width: 991px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (max-width: 991px) and (min-resolution: 2dppx) {
  #sticky-element a span {
    /* on retina, use image that's scaled by 2 */
    background-image: url('/static/images/sb-logo@2x.png?d09ce42460c6');
    background-size: 23px 19px;
  }
}
@media only screen and (min-width: 1216px) {
  #navigation #nav {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  #sticky-element {
    display: none;
  }
  /* common */
  .btn,
  a.btn {
    width: 100%;
    padding: 0;
  }
  .btn.special-double,
  a.btn.special-double {
    width: auto;
  }
  .center-box {
    width: 100%;
  }
  .center-box.big {
    width: 100%;
  }
  .cols-b-s-b .col-b,
  .cols-b-s-b .col-s {
    float: none;
    text-align: center !important;
    margin-bottom: 28px;
  }
  .cols-b-s-b .col-b {
    width: 100%;
  }
  .cols-b-s-b .col-s {
    width: 100%;
  }
  /* forms */
  input:not([type="radio"]),
  select:not([type="radio"]),
  input:not([type="checkbox"]),
  select:not([type="checkbox"]) {
    min-width: 282px;
  }
  .f-pass-gallery button {
    width: 100%;
  }
  /* layout */
  .download a {
    display: block;
    margin: 0 auto;
  }
  .download a:first-child {
    margin-right: auto;
  }
  .question #header {
    padding-top: 71px;
  }
  .gallery-icons > * {
    margin-left: 2px;
  }
  .promo-box {
    width: 100%;
    text-align: center !important;
  }
  .promo-box.carousel {
    width: 95%;
  }
  .f-order {
    width: 100%;
  }
  .f-order input,
  .f-order select,
  .f-order textarea {
    width: 100%;
    min-width: 282px;
  }
  .f-order input#id_newsletter_agreement {
    width: auto;
    min-width: 0;
  }
  .hp .style-twentyfive .cols-4 {
    width: 100%;
  }
  .hp .style-twentyfive .cols-4.bordered .col strong {
    width: 50px;
  }
  .gallery .style-ten .cols-2 .col:nth-child(2n+1),
  .gallery-detail .style-ten .cols-2 .col:nth-child(2n+1) {
    padding-left: 0;
  }
  .gallery-detail .headline.w-50 {
    width: 100%;
  }
  /* stripes */
  .reference img {
    display: none;
  }
  .style-fourteen {
    padding-bottom: 0;
    min-height: 480px;
  }
  .style-fourteen .wrapper {
    padding-top: 69px;
  }
  .style-fifteen {
    padding-bottom: 0;
    min-height: 440px;
  }
  .style-fifteen .wrapper {
    padding-top: 90px;
  }
  .style-sixteen {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 440px;
  }
  .style-sixteen .wrapper {
    padding-top: 69px;
  }
  .style-seventeen {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 440px;
  }
  .style-seventeen .wrapper {
    padding-top: 69px;
  }
  .style-eighteen {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 440px;
  }
  .style-eighteen .wrapper {
    padding-top: 90px;
  }
  .style-nineteen {
    background-image: url('/static/images/background-photos/mobile-photo-twenty.jpg');
  }
  .style-photo-one {
    height: 170px;
  }
  .style-photo-two {
    height: 200px;
  }
  .style-photo-three {
    height: 200px;
  }
  .style-photo-four {
    height: 250px;
  }
  .style-photo-five {
    height: 350px;
  }
  .style-photo-nine {
    height: 200px;
  }
  .style-photo-ten {
    height: 150px;
  }
  .style-photo-eleven {
    height: 250px;
  }
  .style-christmas {
    padding-bottom: 90px !important;
  }
  .style-photo-xmas-party-top {
    height: 250px;
    background-position: center center;
    background-size: cover;
  }
  .style-photo-xmas-party-bottom {
    height: 250px;
    background-position: center center;
    background-size: cover;
  }
  .style-company-party {
    padding-bottom: 90px !important;
  }
  .style-photo-company-party-top {
    height: 250px;
    background-position: center center;
    background-size: cover;
  }
  .style-photo-company-party-bottom {
    height: 250px;
    background-position: center center;
    background-size: cover;
  }
  .style-photo-twelve {
    height: 150px;
  }
  .style-photo-thirteen {
    height: 200px;
  }
  .style-photo-six {
    height: 110px;
  }
  .style-photo-seven {
    height: 260px;
  }
  .style-photo-eight {
    height: 115px;
  }
  .style-photo-nineteen {
    height: 220px;
  }
  #header.style-thirtyfour,
  #header.style-thirtyeight {
    padding-bottom: 77px;
  }
  #header.style-twentyseven {
    padding-bottom: 113px;
  }
  #header.style-fortytwo {
    padding-bottom: 53px;
  }
  #header.style-nineteen,
  #header.style-fortysix,
  #header.style-fifty {
    padding-bottom: 85px;
  }
  /* new styles */
  .mobile-contact {
    display: block;
    margin-bottom: 11.82432432%;
    text-align: center !important;
    color: #db6e45;
  }
  #footer .mobile-contact a {
    color: #db6e45;
  }
  .gallery-detail .back-link {
    width: 50px;
  }
  .gallery-detail .back-link a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .btn-wrapper .btn {
    display: block;
    width: 100%;
  }
   + .btn-wrapper .btn {
    margin-top: 15px;
  }
}
.triangle {
  width: 28px;
  height: 20px;
  border-style: solid;
  border-width: 0 20px 20px 8px;
  border-color: transparent transparent white transparent;
  padding-top: 3px;
  margin-left: 5px;
  display: none;
}
.triangle:hover #inner_user_panel,
.triangle:active #inner_user_panel {
  display: block;
}
.jq-user-panel-visible {
  display: block !important;
}
.change-lng.user-panel {
  width: 45px;
  border: none !important;
  margin-left: 15px;
  margin-right: 15px;
}
.change-lng.user-panel .custom-icon-user {
  width: 40px;
  height: 40px;
  display: block;
  background: url('/static/images/icons/uzivatel.svg?d09ce42460c6') no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
}
.black-font-variant .change-lng.user-panel .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel-dark.svg?d09ce42460c6');
}
.responsive-black-font-variant .change-lng.user-panel .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel-dark.svg?d09ce42460c6');
}
.black-font-variant .headroom--not-top .change-lng.user-panel .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel.svg?d09ce42460c6');
}
.responsive-black-font-variant .headroom--not-top .change-lng.user-panel .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel.svg?d09ce42460c6');
}
.change-lng.user-panel:hover .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel-dark.svg?d09ce42460c6');
}
.black-font-variant .change-lng.user-panel:hover .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel.svg?d09ce42460c6');
}
.responsive-black-font-variant .change-lng.user-panel:hover .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel.svg?d09ce42460c6');
}
.black-font-variant .headroom--not-top .change-lng.user-panel:hover .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel-dark.svg?d09ce42460c6');
}
.responsive-black-font-variant .headroom--not-top .change-lng.user-panel:hover .custom-icon-user {
  background-image: url('/static/images/icons/uzivatel-dark.svg?d09ce42460c6');
}
.change-lng.user-panel:hover,
.change-lng.user-panel:active {
  background-color: transparent;
}
.change-lng.user-panel:hover #inner_user_panel,
.change-lng.user-panel:active #inner_user_panel,
.change-lng.user-panel:hover .triangle,
.change-lng.user-panel:active .triangle {
  display: block;
}
.change-lng.user-panel #inner_user_panel {
  display: none;
  min-width: 150px;
  margin-left: -105px;
  background-color: white;
  text-align: left;
  padding-left: 10px;
}
.change-lng.user-panel #inner_user_panel a,
.change-lng.user-panel #inner_user_panel a:link {
  color: #232742;
}
@media only screen and (min-width: 992px) and (max-width: 1215px) {
  .change-lng.user-panel span.hide {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .change-lng.user-panel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .change-lng.user-panel {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .change-lng.user-panel {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) {
  .remodal {
    max-width: 1200px;
    min-height: 0;
    margin: 20px auto;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 1400px) {
  .background-style-40 {
    background-image: none;
  }
}
.background-style-120.es {
  background-image: url("/static/images/backgrounds/background-style-120-es.png?d09ce42460c6");
  background-position: bottom left;
}
.background-style-130.es {
  background-image: url("/static/images/backgrounds/background-style-130-es.png?d09ce42460c6");
  background-position: 100% 56%;
}
.background-style-140.es {
  background-image: url("/static/images/backgrounds/background-style-140-es.png?d09ce42460c6");
  background-position: center left;
}
.background-style-150.es {
  background-image: url("/static/images/backgrounds/background-style-150-es.png?d09ce42460c6");
  background-position: center right;
}
.background-style-160.es {
  background-image: none;
}
.background-style-170.es {
  background-image: none;
}

/*# sourceMappingURL=main.css.map */

@font-face {
  font-family: 'hagin_caps_mediumregular';
  src: url("/static/rebranding/fonts/hagin_caps_medium-webfont.woff2?d09ce42460c6") format("woff2"), url("/static/rebranding/fonts/hagin_caps_medium-webfont.woff?d09ce42460c6") format("woff");
  font-weight: normal;
  font-style: normal
}

.modal, .modal-wrapper:after {
  vertical-align: middle
}

.modal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 10px 10px 0
}

.modal-wrapper * {
  box-sizing: border-box
}

.modal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""
}

.modal-wrapper.is-active {
  display: block
}

.modal {
  display: inline-block;
  position: relative;
  font-family: 'hagin_caps_mediumregular';
  background: url('/static/rebranding/images/bg/modal-vecirek-d.jpg?d09ce42460c6') no-repeat 50% 0;
  background-size: cover;
  width: 98%;
  max-width: 1000px;
  min-height: 580px;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}



.modal .button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
  outline: 0 none;
  text-transform: uppercase;
  font-size: 20px;
  width: 170px;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto
}

.modal .button + .button {
  margin-top: 20px
}

.modal .button--full {
  background: #FFFDE9;
  color: #232741
}

.modal .button--full:hover {
  background: #E0947A
}

.modal .button--bordered {
  background: transparent;
  border: 1px solid #352312;
  color: #352312
}

.modal .button--bordered:hover {
  background: #E0947A;
  color: #352312
}

.modal .btn-group {
  text-align: center
}

.modal__content {
  padding-top: 360px
}

@media only screen and (max-width: 768px) {
  .modal__content {
    padding-top: 320px
  }
}

.modal-close {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: transparent;
  border: 0 none;
  padding: 0;
  outline: 0
}

.modal-close:before {
  display: block;
  content: "";
  background-image: url('/static/rebranding/images/ico/krizek.png?d09ce42460c6');
  background-position: 0px 0px;
  width: 42px;
  height: 42px
}

.modal-overlay {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  /*background: rgba(221, 221, 221, 0.8)*/
  background: rgba(35, 39, 64, 0.9)
}

.modal-overlay.is-active {
  display: block
}

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

#modal__flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
  margin-top: 60px;
}

#modal__flexContainer .firstDiv {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #modal__flexContainer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    margin-left: 0;
    margin-top: 70px;
  }

  #modal__flexContainer .firstDiv {
    margin-right: 0;


    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #modal__flexContainer .secondDiv {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
