<br />
<b>Warning</b>:  include(../../../styles/core/reset.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads/styles/load.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../styles/core/reset.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads/styles/load.php</b> on line <b>10</b><br />
<br />
<b>Warning</b>:  include(../../../styles/core/responsive.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads/styles/load.php</b> on line <b>11</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../styles/core/responsive.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads/styles/load.php</b> on line <b>11</b><br />
<br />
<b>Warning</b>:  include(../../../styles/plugins/aos.css): failed to open stream: No such file or directory in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads/styles/load.php</b> on line <b>12</b><br />
<br />
<b>Warning</b>:  include(): Failed opening '../../../styles/plugins/aos.css' for inclusion (include_path='.:/opt/php74') in <b>/var/www/rvland/data/www/rvland.ru/wp-content/themes/rvl/specials/russianroads/styles/load.php</b> on line <b>12</b><br />
/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

@-webkit-keyframes join {
    to {box-shadow: 0 0 0 45px rgba(243, 226, 84, 0);}
}
@-moz-keyframes join {
    to {box-shadow: 0 0 0 45px rgba(243, 226, 84, 0);}
}
@keyframes join {
    to {box-shadow: 0 0 0 45px rgba(243, 226, 84, 0);}
}

/*//////////////////////////////////////////*/
/* Spinner */
/*//////////////////////////////////////////*/

@-webkit-keyframes spinner {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spinner {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*//////////////////////////////////////////*/
/* Core elements */
/*//////////////////////////////////////////*/

html{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}
body{
	color:#3e3e3b;
	font-size:16px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background:#ffffff;
	min-width:360px;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Elements */
/*//////////////////////////////////////////*/

a{
	color:inherit;
	text-decoration:none;
	transition:all 200ms linear;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
.link{
	border-bottom-color:#f3e254;
	border-bottom-style:solid;
	border-bottom-width:1px;
	transition:all 200ms linear;
}
.link:hover{
	border-bottom-color: transparent !important;
}
.txt_bld{
    font-family: 'Roboto Slab';
	font-weight:700;
}
.txt_ac{
    text-align: center;
}
.txt_al{
    text-align: left;
}
.txt_20_26{
    font-size: 20px;
    line-height: 26px;
}
.txt_30_36{
    font-size: 30px;
    line-height: 36px;
}
.hide_me{
    display:none;
}
.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.img_contain{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
a.c2a{
    display: inline-block;
    position: relative;
    padding:20px 30px;
    text-transform: uppercase;
    font-size: 18px;
    color:#3e3e3b;
    background: #f3e254;
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(243, 226, 84, 0.7);
    text-shadow: none !important;

    -webkit-animation: join 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: join 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: join 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
a.c2a:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
a.c2a:active {
    top:1px;
}

/*//////////////////////////////////////////*/
/* Message */
/*//////////////////////////////////////////*/

#message{
    position: fixed;
    width: calc(100vw + 300px);
    height: calc(100vh + 300px);
    padding:150px;
    top:-150px;
    left:-150px;
    overflow: hidden;
    background:rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#message p{
    display: block;
    max-width:330px;
    padding: 15px;
    background: #ffffff;
}
#message p a{
    display: block;
    font-size: 16px;
    margin-top:15px;
    text-transform: uppercase;
}

/*//////////////////////////////////////////*/
/* Header */
/*//////////////////////////////////////////*/

header{
    position: relative;
    height: 100vh;
    min-height: 900px;
    overflow: hidden;
}
@media (max-width:599px) {
    header{
        padding:30px 0;
        min-height: 640px;
    }
}
header:before,
header:after{
    content:'';
    width:100%;
    height:calc(100% - 300px);
    position: absolute;
    top:300px;
    left:0;
}
@media (max-width:999px) {
    header:before,
    header:after{
        top:0;
        height:100%;
    }
}
header:before{
    background-image:url('../graphics/photos/0001.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    z-index:5;
}
header:after{
    background:rgba(0, 0, 0, 0.4);
    z-index:10;
}
header .details{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height:300px;
}
@media (max-width:599px) {
    header .details{
        min-height:auto;
    }
}
header .details strong{
    display:inline-block;
    font-size:24px;
    line-height:30px;
    padding:30px 15px;
    border-top:3px solid #f3e254;
    border-bottom:3px solid #f3e254;
}
@media (max-width:999px) {
    header .details strong{
        color:#ffffff;
    }
}
@media (max-width:599px) {
    header .details strong{
        display:block;
        width:100%;
        font-size:20px;
        line-height:26px;
        padding:0;
        border: 0;
    }
}
@media (max-width:599px) {
    header .details strong br{
        display:none;
    }
}
header .logo{
    position: relative;
    width:100%;
}
header .logo img{
    display: block;
    width:300px;
    max-width:100%;
    height: auto;
    position: absolute;
    left:calc(50% - 150px);
    top:150px;
    border-radius: 150px;
}
@media (max-width:999px) {
    header .logo img{
        position: relative;
        margin:30px auto;
        left:auto;
        top:0;
    }
}
header .join{
    position:relative;
    padding-top:240px;
}
@media (max-width:999px) {
    header .join{
        padding-top:60px;
    }
}
header .join .closed {
    color:#ffffff;
	font-size: 18px;
	line-height: 24px;
}
header .join a.link {
    color:#ffffff;
}
header .spinner {
    position: absolute;
    width:2000px;
    height:2000px;
    top:calc(50% - 1000px);
    left:calc(50% - 1000px);
    z-index: 1;
    opacity: 0.15;
    background-image:url('../graphics/images/spinner.jpg');

    -webkit-animation: spinner 80s infinite linear;
    -moz-animation: spinner 80s infinite linear;
    animation: spinner 80s infinite linear;
}

/*//////////////////////////////////////////*/
/* Content */
/*//////////////////////////////////////////*/

content{
    position: relative;
    overflow: hidden;
}
content section{
    position: relative;
    padding:90px 0;
    overflow: hidden;
}

/*//////////////////////////////////////////*/
/* Instagram */
/*//////////////////////////////////////////*/

.instagram_string{
    display:block;
    padding:15px;
    color:#ffffff !important;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.instagram_string:hover{
    text-decoration: underline;
}

/*//////////////////////////////////////////*/
/* About */
/*//////////////////////////////////////////*/

.about h1{
    display: block;
}
.about p{
    display: block;
    padding-top: 30px;
}
.about .img{
    position:relative;
    margin-top: 30px;
}
.about .img.img_1{
    height:500px;
    background-image:url('../graphics/photos/0002.jpg');
}
.about .img.img_2{
    height:400px;
    background-image:url('../graphics/photos/0003.jpg');
}
.about .img.img_3{
    height:400px;
    background-image:url('../graphics/photos/0004.jpg');
}
.about .img .route{
    position: absolute;
    bottom:15px;
    left:15px;
    color:#ffffff;
    background: rgba(0, 0, 0, 0.6);
    padding:15px 20px;
    line-height: 18px;
    font-size:14px;
    max-width:calc(100% - 30px);
    z-index: 10;
}

/*//////////////////////////////////////////*/
/* Counters */
/*//////////////////////////////////////////*/

.counters{
    margin:90px 0;
    color:#ffffff;
    background-image:url('../graphics/photos/0010.jpg?v2');
    background-attachment: fixed;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.counters:before{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.6);
}
.counters .title{
    padding-bottom:30px;
}
.counters .item{
    padding-top:30px;
}
.counters .item strong{
    display: block;
    font-size: 60px;
}
.counters .item span{
    display: block;
    text-transform: uppercase;
    padding-top:5px;
}
.counters .item p{
    display: block;
    padding-top:15px;
}
.counters .join{
    padding-top:60px;
}

/*//////////////////////////////////////////*/
/* Why */
/*//////////////////////////////////////////*/

.why h2{
    display: block;
    padding-bottom: 30px;
}
.why .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:calc(100% - 30px);
    margin-top: 30px;
    padding:0 15px;
    border-left:3px solid #f3e254;
}
.why .img{
    position:relative;
    margin-top: 30px;
}
.why .img.img_1{
    height:400px;
    background-image:url('../graphics/photos/0005.jpg');
}
.why .img.img_2{
    height:250px;
    background-image:url('../graphics/photos/0006.jpg');
}
.why .img.img_3{
    height:250px;
    background-image:url('../graphics/photos/0007.jpg');
}
.why .img.img_4{
    height:250px;
    background-image:url('../graphics/photos/0008.jpg');
}

/*//////////////////////////////////////////*/
/* Who */
/*//////////////////////////////////////////*/

.who{
    margin:90px 0;
    color:#ffffff;
    background-image:url('../graphics/photos/0009.jpg');
    background-attachment: fixed;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.who:before{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.6);
}
.who h3,
.who h4{
    display: block;
    padding-bottom: 30px;
}
.who h4{
    padding-top: 60px;
}
.who .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:calc(100% - 30px);
    margin-top: 30px;
    padding:15px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
.who .item.item_big p{
    display: block;
    max-width: 340px;
    margin:0 auto;
}
.who .item svg{
    display: block;
    width: auto;
    height: 90px;
    margin:0 auto 15px;
    fill:#f3e254;
}
.who .number{
    position: relative;
    margin-top: 30px;
    white-space: nowrap;
}
.who .number strong{
    display: inline-block;
    font-size: 60px;
    vertical-align: middle;
    position: relative;
}
.who .number strong b{
    display: block;
    font-size: 14px;
    position: absolute;
    left:0;
    top:-12px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
    text-transform: uppercase;
    opacity:0.6;
}
.who .number span{
    display: inline-block;
    vertical-align: middle;
    padding-left:5px;
}
@media (max-width:999px) {
    .who .number span{
        display: block;
        text-align: center;
    }
}
.who .massmedia{
    display: inline-block;
    border:3px solid rgba(255, 255, 255, 0.6);
    padding:30px;
    margin-top:60px;
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

.join .form{
    background: #ffffff;
    box-shadow: 0 0 60px 0 rgba(243, 226, 84, 0.8);
}
.join .form .closed{
    padding:30px;
	font-size:18px;
	line-height: 24px;
}
.join .form h5{
    display:block;
    padding:30px;
}
.join .form h5 span{
    display:block;
    font-size: 20px;
    line-height: 26px;
    padding-top: 5px;
}
.join .form h5 em{
    display:block;
    font-size: 20px;
    line-height: 26px;
    padding-top: 5px;
	opacity:0.6;
}
.join ul{
    display:block;
    font-size: 0;
    border-top: 3px solid #f3e254;
    border-bottom: 3px solid #f3e254;
}
.join ul li{
    display:inline-block;
    width:50%;
}
.join ul li a{
    display:block;
    font-size:18px;
    padding:20px 15px;
    opacity:0.6;
}
.join ul li.active a{
    background: #f3e254;
    opacity:1;
}
.join .fields{
    padding:30px;
}
.join .fields .label{
    display:block;
    margin-top:30px;
    font-size: 0;
}
.join .fields .label strong{
    display:inline-block;
    font-size: 18px;
    width:40%;
    padding-right:15px;
    text-align: right;
    vertical-align: middle;
    font-weight: 700;
}
@media (max-width:999px) {
    .join .fields .label strong{
        display:block;
        width:100%;
        padding:0 0 5px;
        text-align: center;
        vertical-align: middle;
    }
}
.join .fields .label strong span{
    display:block;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
    font-weight: 400;
}
.join .fields .label .field{
    display:inline-block;
    width:50%;
    height:40px;
    padding:0 10px;
    vertical-align: middle;
    border:1px solid #a2a2a2;
    border-radius: 20px;
    color:#3e3e3b;
	font-size:16px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background:#ffffff;
	transition:all 200ms linear;
}
@media (max-width:999px) {
    .join .fields .label .field{
        display:block;
        width:80%;
        margin: 0 auto;
    }
}
@media (max-width:399px) {
    .join .fields .label .field{
        width:100%;
    }
}
.join .fields .label .field:focus{
    border:1px solid #000000;
}
.join .fields .label .checkboxes{
    display: inline-block;
    vertical-align: middle;
    width:60%;
    margin-top:-10px;
}
.join .fields .label .checkboxes label{
    display: block;
    font-size: 14px;
    position:relative;
    padding:10px 0 0 25px;
    line-height: 20px;
}
.join .fields .label .checkboxes .check{
    display: inline-block;
    width:20px;
    height:20px;
    vertical-align: middle;
    position:absolute;
    top:10px;
    left:0;
    padding:0;
    margin: 0;
}
.join .fields .label .checkboxes textarea{
    width:100%;
    min-height: 160px;
    padding:10px;
    border:1px solid #a2a2a2;
    border-radius: 20px;
    color:#3e3e3b;
	font-size:16px;
	font-family:'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	transition:all 200ms linear;
    margin-top:10px;
}
.join .fields button{
    display: inline-block;
    position: relative;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #3e3e3b;
    background: #f3e254;
    border-radius: 50px;
    border:0;
    margin-top:30px;
    cursor:pointer;
}
.join .fields button:active{
    top:1px;
}
.join .note{
    font-size:12px;
    line-height: 16px;
    margin-top:30px;
}
.join .note a{
    text-decoration: underline;
}
.join .note a:hover{
    text-decoration: none;
}

/*//////////////////////////////////////////*/
/* Team */
/*//////////////////////////////////////////*/

.team h6{
    display: block;
    padding-bottom: 30px;
}
.team .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 30px);
    margin-top: 30px;
    padding: 0 15px;
    border-left: 3px solid #f3e254;
}
.team .item span{
    display: block;
    font-size:18px;
}
.team .item strong{
    display: block;
    font-size:22px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 5px;
    white-space: nowrap;
}
.team .item a{
    font-size:22px;
    line-height: 28px;
}
.team .instagram_string{
    margin-top:30px;
}

/*//////////////////////////////////////////*/
/* Gallery */
/*//////////////////////////////////////////*/

.gallery h6{
    display: block;
    padding-bottom: 60px;
}
.gallery .photos{
    display: block;
    width:100%;
}
.gallery .photos a{
    display: block;
}
.gallery .photos a:hover{
    opacity: 0.8;
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

footer{
    max-width: 800px;
    padding:90px 0 30px;
    margin:0 auto;
    color:#939393;
}
footer .rvland{
    display:inline-block;
}
footer .rvland img{
    display:block;
    width:100px;
    height:auto;
}
footer ul{
    display:block;
    margin-top: 15px;
}
footer ul li{
    display:inline-block;
    padding:15px 7.5px 0;
}
footer ul li a{
    display:block;
    padding:10px 15px;
    font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f1f1f1;
}
footer ul li a:hover{
    background: #039ae4;
    color:#ffffff;
}
footer p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}

/*//////////////////////////////////////////*/
/* Guest list */
/*//////////////////////////////////////////*/

.guestlist{
	width:600px;
	max-width: 100%;
}
.guestlist li{
	display: block;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e1e1e1;
	line-height: 24px;
}
.guestlist li:last-child{
	margin-bottom:0;
}
.guestlist li h6{
	display:block;
	padding-bottom:15px;
}
.guestlist li b,
.guestlist li em,
.guestlist li strong,
.guestlist li span{
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.guestlist li em{
	font-size: 10px;
    line-height: 18px;
    padding: 0 8px;
    background: #e1e1e1;
    border-radius: 15px;
    text-transform: uppercase;
}
.guestlist li em.paid{
    background: #96ec6b;
}
.guestlist li em.arrived{
    background: #f3e254;
}
.guestlist li strong{
	font-weight: 700;
}
.guestlist li span{
	opacity:0.6;
}
.guestlist li b{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	opacity:0.6;
}


/*//////////////////////////////////////////*/
/* Wait */
/*//////////////////////////////////////////*/

#wait{
    display:none;
    transition:all 200ms linear;
}
#wait.show{
    position: fixed;
    width: calc(100vw + 300px);
    height: calc(100vh + 300px);
    padding:150px;
    top:-150px;
    left:-150px;
    overflow: hidden;
    background:#ffffff;
    z-index: 1000;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition:all 200ms linear;
}
#wait.show:before{
    content:'';
    width:50px;
    height:50px;
    border:10px solid #f3e254;
    border-bottom:10px solid #ffffff;
    border-radius: 25px;
    position: absolute;
    top:calc(50% - 80px);
    left:calc(50% - 25px);
    text-transform: uppercase;

    -webkit-animation: spinner 1s infinite linear;
    -moz-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
}

/*//////////////////////////////////////////*/
/* Manager */
/*//////////////////////////////////////////*/

#manager{
    padding:60px;
}
@media (max-width:999px) {
    #manager{
        padding:30px;
    }
}
#manager .tabs{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#manager .tabs ul{
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
}
#manager .tabs ul li{
    display: inline-block;
    width: 50%;
}
#manager .tabs ul li:first-child{
    border-right: 1px solid #e1e1e1;
}
#manager .tabs ul li a{
    display: block;
    padding:15px 0;
    font-size:16px;
    opacity:0.6;
}
#manager .tabs ul li.active a{
    opacity:1;
}
#manager .tabs .export{
    display: block;
    padding:30px;
    border-bottom: 1px solid #e1e1e1;
}
#manager .tabs .item form{
    display: block;
    padding:15px 65px 15px 15px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    transition:all 200ms linear;
}
#manager .tabs .item:last-child form{
    border-bottom: 0;
}
#manager .tabs .item form:hover{
    background: rgba(243, 226, 84, 0.1);
}
#manager .tabs .item form .meta{
    font-size: 12px;
    line-height: 18px;
    opacity: 0.6;
    position:relative;
}
#manager .tabs .item form .meta strong{
    display: inline-block;
    padding: 0 8px 0 20px;
    font-weight: 700;
    background: #f3e254;
    color: #3e3e3b;
    border-radius: 0 5px 5px 0;
    position:relative;
    margin:0 10px 0 -15px;
}
#manager .tabs .item form .meta span{
    display: inline-block;
    margin-right: 10px;
}
#manager .tabs .item form .actions{
    font-size: 14px;
    line-height: 16px;
}
#manager .tabs .item form .actions label{
    display: inline-block;
    padding:5px 15px 0 0;
    cursor: pointer;
}
@media (max-width:599px) {
    #manager .tabs .item form .actions label{
        display: block;
    }
}
#manager .tabs .item form .actions label input{
    display: inline-block;
    margin:0 5px 0 0;
    padding:0;
    height: 16px;
    width:16px;
    vertical-align: text-top;
}
#manager .tabs .item form .details{
    font-size: 0;
}
#manager .tabs .item form .details label{
    display: inline-block;
    width:20%;
    padding:15px 15px 0 0;
}
@media (max-width:1199px) {
    #manager .tabs .item form .details label{
        width:25%;
    }
}
@media (max-width:999px) {
    #manager .tabs .item form .details label{
        width:33.333333%;
    }
}
@media (max-width:799px) {
    #manager .tabs .item form .details label{
        width:50%;
    }
}
@media (max-width:599px) {
    #manager .tabs .item form .details label{
        width:100%;
    }
}
#manager .tabs .item form .details label span{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 3px;
    opacity: 0.6;
}
#manager .tabs .item form .details label input{
    display: block;
    width:100%;
    height:24px;
    border: 1px solid #a2a2a2;
    padding:0 5px;
}
#manager .tabs .item form button{
    display: block;
    width:50px;
    height: 100%;
    padding:0 15px;
    position: absolute;
    cursor: pointer;
    top:0;
    right:0;
    bottom:0;
    border:0;
    background: #50b561;
    transition:all 200ms linear;
}
#manager .tabs .item form button:hover{
    background: #42914f;
}
#manager .tabs .item form button svg{
    display: block;
    width:20px;
    height:auto;
    fill: #ffffff;
    transition:all 200ms linear;
}
#manager .tabs .item form button:hover svg{
    opacity: 0.6;
}

/*//////////////////////////////////////////*/
/* Ticket */
/*//////////////////////////////////////////*/

#ticket{
    padding:60px;
    min-height:100vh;
    background: #f5fbfd;
}
@media (max-width:999px) {
    #ticket{
        padding:30px;
        min-height:100vh;
    }
}
@media (max-width:599px) {
    #ticket{
        padding:0;
        min-height:auto;
    }
}
#ticket .controls{
    width:100%;
    max-width:600px;
    margin:0 auto;
	padding:0 0 30px;
	font-size:0;
}
@media (max-width:599px) {
	#ticket .controls{
		padding:30px 0;
	}
}
#ticket .controls *{
    display:inline-block;
	height:40px;
	border:1px solid #e1e1e1;
	color: #3e3e3b;
    font-family: 'Roboto', Arial, Tahoma, Helvetica, sans-serif;
    font-weight: 400;
    background: #ffffff;
	vertical-align: middle;
	padding:0 10px;
    font-size: 16px;
}
#ticket .controls input{
    border-radius: 10px 0 0 10px;
}
#ticket .controls button{
	border-left: 0;
    border-radius: 0 10px 10px 0;
	cursor:pointer;
    font-size: 16px;
	font-weight: 700;
}
#ticket .inner{
    width:100%;
    max-width:600px;
    background: #ffffff;
    margin:0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ticket .inner .title{
    padding:30px;
}
#ticket .inner .title *{
    display:block;
}
#ticket .inner .title em{
    font-size: 14px;
    line-height: 20px;
    padding-top:7px;
}
#ticket .inner .status{
    padding:0 30px;
}
#ticket .inner .status img{
	display: block;
    width:30px;
    height:30px;
    margin:10px auto 0;
}
#ticket .inner .status strong{
	display: block;
    font-weight: 700;
	padding-top:3px;
}
#ticket .inner img{
    display: block;
    width:350px;
    height:350px;
    margin:30px auto;
}
#ticket .inner .status{
    padding:15px 30px;
    background: #e1e1e1;
}
#ticket .inner .status.paid{
    background: #96ec6b;
}
#ticket .inner .status.arrived{
    background: #ec7b7b;
    color:#ffffff;
}
#ticket .inner .status .button{
    display:inline-block;
    margin-top:5px;
    cursor:pointer;
}
#ticket .inner .details{
    padding:15px 25px;
    border-top:1px solid #e1e1e1;
    font-size:14px;
    line-height: 20px;
}
#ticket .inner .details span{
    display: inline-block;
    padding:0 5px;
}
