
/******************************
PHOTO GALLERY
*******************************/
html.swipebox {
    overflow: hidden !important;
    overflow-y: scroll !important; }

#swipebox-overlay {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none; }

#swipebox-slider .slide {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

#swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%; }

#swipebox-action {
    bottom: -50px; }

#swipebox-action.visible-bars {
    bottom: 0; }

#swipebox-action.force-visible-bars {
    bottom: 0 !important; }

#swipebox-caption {
    top: -50px;
    text-align: center; }

#swipebox-caption.visible-bars {
    top: 0; }

#swipebox-caption.force-visible-bars {
    top: 0 !important; }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s; }

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px; }
    50% {
        margin-left: -30px; }
    100% {
        margin-left: 0px; } }
@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px; }
    50% {
        margin-left: 30px; }
    100% {
        margin-left: 0px; } }
@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px; }
    50% {
        margin-left: -30px; }
    100% {
        margin-left: 0px; } }
@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px; }
    50% {
        margin-left: 30px; }
    100% {
        margin-left: 0px; } }
/* Skin
--------------------------*/
#swipebox-overlay {
    background: rgba(0, 0, 0, 0.6); }

#swipebox-action, #swipebox-caption {
    text-transform: uppercase;
    background-color: #333745; }

#swipebox-caption {
    font-size: 18px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

#swipebox-prev, #swipebox-next, #swipebox-close {
    border: none !important;
    text-decoration: none !important;
    text-align: center;
    color: white;
    cursor: pointer;
    position: absolute;
    padding: 0 5px;
    line-height: 50px; }

#swipebox-close {
    right: 10px;
    z-index: 999999; }
#swipebox-close:before {
    color: inherit;
    content: "\e601";
    font-size: 32px; }

#swipebox-prev {
    left: 50%;
    margin-left: -30px; }
#swipebox-prev:before {
    color: inherit;
    content: "\e093";
    font-size: 32px;
    padding: 0 3px; }

#swipebox-next {
    left: 50%;
    margin-left: 5px; }
#swipebox-next:before {
    color: inherit;
    content: "\e094";
    font-size: 32px;
    padding: 0 3px; }

@media only screen and (min-width: 1024px) {
    #swipebox-close {
        right: 20px; } }