
@import "infobuttons.css";

/**
 * Layout
 */

#photoframe{
    overflow: hidden;
    position: relative;
}

#photoframe.layout-thumbs .photography{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: -1;
    overflow: hidden;
    display: inline-block;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;

}

#photoframe .photography{
    background: #333;
}

#photoframe.layout-thumbs .photography.active{
    z-index: 1;
    opacity: 1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

#photoframe #frame-items{
    min-height: 100%;
    position: relative;
}

#photoframe.layout-thumbs #frame-items{
    width: 100%;
    height: 100%;
}

#photoframe.layout-thumbs .photography img,
.image-wrap{
    display:block;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#photoframe.layout-horizontal-list #frame-thumbs{
    display: none;
}

#photoframe.layout-horizontal-list .photography{
    position: relative;
    float: left;
    min-height: 100%;
    width: 400px; /* initial */
    height: 100vh;
    z-index: 0;
    /*border: 1px dashed orange;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#photoframe.layout-horizontal-list .photography img{
    width: auto;
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.photography .image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

#photoframe.layout-horizontal-list .photography.active .image-overlay,
#photoframe.layout-horizontal-list.zoom .image-overlay{
    opacity: 0!important;
}
#photoframe.layout-horizontal-list.zoom .image-overlay{
    display: none;
}
#photoframe.layout-horizontal-list.zoom img{
    -webkit-box-shadow: 0px 1px 15px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    0px 1px 15px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         0px 1px 15px 0px rgba(50, 50, 50, 0.55);
}

#photoframe.layout-horizontal-list #frame-items{
    position: absolute;
    width: 999999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#photoframe.layout-horizontal-list.zoom .photography.active{
    z-index: 2;
}

#frame-controls{
    position: absolute;
    width: 100%;
    height: 100%;
}

#frame-controls #frame-left,
#frame-controls #frame-center,
#frame-controls #frame-right {
    height: 100%;
    position: absolute;
    top: 0;
    width: 33.33%;
    z-index: 10;
}

#frame-center-top,
#frame-center-bottom{
    width: 100%;
    position: absolute;
}
#frame-center-top{
    height: 50%;
}

#photoframe.layout-horizontal-list #frame-center-top{
    height: 100%;
}

#photoframe.layout-horizontal-list #frame-center-bottom{
    display: none;
}



#frame-center-bottom{
    top: 50%;
    height: 50%;
}
#frame-center-top{
    top: 0;
}

.zoom #frame-controls #frame-left,
.zoom #frame-controls #frame-center,
.zoom #frame-controls #frame-right,
.zoom #frame-controls{
    display:none;
}

.zoom .photography.active{
    cursor: crosshair;
}

.zoom.thumbs #frame-thumbs/*,
.playing.thumbs #frame-thumbs*/{
    bottom: -150px;
}

#frame-controls #frame-left {
    height: 100%;
    left: 0;
    top: 0;
}
#frame-controls #frame-center{
    left: 33.33%;
}

#frame-controls #frame-right{
    left: 66.66%;
    height: 100%;
    top: 0;
}

.thumbs-side #frame-controls #frame-right,
.thumbs-side #frame-controls #frame-left{
    -webkit-transform-style: preserve3d;
     transform-style: preserve-3d;
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.side-thumb-l{
    width: 280px;
    height: calc(100% - 90px);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    opacity: 0.5;
    -webkit-transform: rotateY(105deg);
    -moz-transform: rotateY(105deg);
    -ms-transform: rotateY(105deg);
    -o-transform: rotateY(105deg);
    transform: rotateY(105deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.side-thumb-l:before,
.side-thumb-r:before{
    font-family: 'ggticons';
    content: "\ed4a";
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.side-thumb-r:before{
    right: 0;
    left: auto;
    content: "\ed4b";
}

.thumbs-side #frame-controls #frame-left:hover .side-thumb-l{
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.side-thumb-r{
    width: 280px;
    height: calc(100% - 90px);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    opacity: 0.5;
    -webkit-transform: rotateY(-105deg);
    -moz-transform: rotateY(-105deg);
    -ms-transform: rotateY(-105deg);
    -o-transform: rotateY(-105deg);
    transform: rotateY(-105deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.thumbs-side #frame-controls #frame-right:hover .side-thumb-r{
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/**
 * Side thumbs
 */

@media (max-height:768px) and (max-width:1024px){
    .side-thumb-r,
    .side-thumb-l{
        height: 100px;
    }
}
@media (max-width:768px){
    .side-thumb-r,
    .side-thumb-l{
        height: 100px;
    }
}

/**
 * Mobile-specific rules
 */

.mobile #scroll-right,
.tablet #scroll-right,
.mobile #scroll-right,
.tablet #scroll-right{
    background: url(../images/cursor-right.png) no-repeat;
    background-position: center center;
    cursor: auto;
}
.mobile .selfhosted_video #frame-controls #frame-center-top,
.mobile .youtube_video #frame-controls #frame-center-top,
.mobile .vimeo_video #frame-controls #frame-center-top,
.tablet .selfhosted_video #frame-controls #frame-center-top,
.tablet .youtube_video #frame-controls #frame-center-top,
.tablet .vimeo_video #frame-controls #frame-center-top{
    background: url(../images/cursor-play.png) no-repeat;
    background-position: center center;
    cursor: auto;
}

.mobile .selfhosted_video.playing #frame-controls #frame-center-top,
.mobile .youtube_video.playing #frame-controls #frame-center-top,
.mobile .vimeo_video.playing #frame-controls #frame-center-top,
.tablet .selfhosted_video.playing #frame-controls #frame-center-top,
.tablet .youtube_video.playing #frame-controls #frame-center-top,
.tablet .vimeo_video.playing #frame-controls #frame-center-top{
    background: url(../images/cursor-pause.png) no-repeat;
    background-position: center center;
    cursor: auto;
}

.mobile .zoom-enabled #frame-center-top,
.tablet .zoom-enabled #frame-center-top{
    background: url(../images/cursor-zoom.png) no-repeat;
    background-position: center center;
    cursor: auto;
}

.mobile #frame-controls #frame-left,
.tablet #frame-controls #frame-left{
    background: url(../images/cursor-left.png) no-repeat;
    background-position: center center;
    cursor: auto;
}

.mobile #frame-controls #frame-center-bottom,
.tablet #frame-controls #frame-center-bottom{
    background: url(../images/cursor-thumbs.png) no-repeat;
    background-position: center center;
    cursor: auto;
}

.mobile #frame-controls #frame-right,
.tablet #frame-controls #frame-right{
    background: url(../images/cursor-right.png) no-repeat;
    background-position: center center;
    cursor: auto;
}

/**
 * End of mobile-specific rules
 */

#left-thumb{
    left: 0;
}
/*#left-thumb:hover{*/
    /*left:-50px;*/
/*}*/
#right-thumb{
    right: 90px;
}
/*#right-thumb:hover{*/
    /*right:-50px;*/
/*}*/

#frame-zoom{
    width: 50px;
    height: 50px;
    z-index: 3;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size:70px;
    line-height: 50px;
    text-align: center;
}

#frame-thumbs{
    z-index: 0;
    position: absolute;
    bottom: -90px;
    left: 90px;
    width: auto;
    max-width: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
}

.thumbs-side #frame-thumbs,
.thumbs-none #frame-thumbs,
.thumbs-side #frame-center-bottom,
.thumbs-none #frame-center-bottom{
    display: none;
}

.thumbs-side #frame-controls #frame-center #frame-center-top,
.thumbs-none #frame-controls #frame-center #frame-center-top{
    height: 100%;
}

.thumbs #frame-thumbs{
    bottom: 0;
}
#frame-thumbs .photo-thumb {
    float: left;
    cursor: pointer;
    width: 90px;
    height: 90px;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    -webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,150px,0);
    -moz-transform: rotate3d(1,0,0,-90deg) translate3d(0,150px,0);
    -ms-transform: rotate3d(1,0,0,-90deg) translate3d(0,150px,0);
    transform: rotate3d(1,0,0,-90deg) translate3d(0,150px,0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-csstransforms3d #frame-thumbs .photo-thumb{
    -webkit-transform: rotateX(-90deg) translateY(150px);
    -moz-transform: rotateX(-90deg) translateY(150px);
    -ms-transform: rotateX(-90deg) translateY(150px);
    -o-transform: rotateX(-90deg) translateY(150px);
    transform: rotateX(-90deg) translateY(150px);
}

.thumbs #frame-thumbs .photo-thumb{
    -webkit-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    -moz-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    -ms-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    -o-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
}

.no-csstransforms3d .thumbs #frame-thumbs .photo-thumb{
    -webkit-transform: rotateX(0deg) translateY(0);
    -moz-transform: rotateX(0deg) translateY(0);
    -ms-transform: rotateX(0deg) translateY(0);
    -o-transform: rotateX(0deg) translateY(0);
    transform: rotateX(0deg) translateY(0);
}

.photo-thumb:after {
    font-family: 'ggticons';
    content: "\ed2e";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 90px;
    height: 90px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.thumb-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/*.photo-thumb.active .thumb-overlay,*/
/*.photo-thumb:hover .thumb-overlay{*/

/*}*/

.photo-thumb:hover:after,
.photo-thumb.active:after,
.photo-thumb:hover:before,
.photo-thumb.active:before{
    opacity: 1;
}

.photo-thumb.active .thumb-overlay{
    opacity: 0.95;
}

#frame-thumbs .photo-thumb.active,
#frame-thumbs .photo-thumb:hover{
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#frame-thumbs .photo-thumb img{
    width: 100%;
    height: 100%;
}

.image-cover{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.video-container .image-cover{
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

/**
 * Other templates
 */

#gallery-list {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 25%;
    width: 100%;
    z-index: 5;
}
#gallery-list-bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#gallery-list-bg .gallery-list-item{
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.gallery-list-item-b {
    display: inline-block;
    height: auto;
    padding: 12px;
    position: relative;
    z-index: 1;
}

.gallery-list-item a {
    display: inline;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 5px;
    line-height: 1em;
    padding: 0 90px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.gallery-list-item a:hover {
    color: #FFFFFF;
}

.gallery-list-item .marker {
   /* background: none repeat scroll 0 0 #EEEE22;*/
    background: none repeat scroll 0 0 #be1522;
    bottom: 0;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    z-index: 12;
    margin: auto;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
}

.gallery-list-item:hover .marker{
    width: 100%;
}

.gallery-list-item .gallery-count {
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    font-size: 12px;
    font-weight: 100;
    opacity: 0.3;
    position: absolute;
    right: 11px;
}
.gallery-count strong {
    font-weight: 100;
}

#fs-video iframe{
    height: 100%;
}

.pattern-overlay,
.color-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 2;
    top: 0;
    left: 0;
}

#fs-image{
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
}



#slides{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
}

@-webkit-keyframes imageslider {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes imageslider {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

#slides .list-slider-item{
    list-style-type: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    z-index: 1;
}

#slides .list-slider-item.wait{
    opacity: 1;
    z-index: 2;
}

#slides .list-slider-item.active{
    z-index: 3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: imageslider;
    animation-name: imageslider;
}


#image-copyright {
    padding: 5px 10px;
    position: absolute;
    bottom: 60px;
    right: 80px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -moz-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    -o-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: top right 0;
    -moz-transform-origin: top right 0;
    -ms-transform-origin: top right 0;
    -o-trnsform-origin: top right 0;
    transform-origin: top right 0;
    z-index: 10;
    color: rgba(255,255,255,.2);
}



.photography .video-container{
    position: absolute;
    z-index: 0;
}

.photography .photo-info-button,
.horizontal-gallery-item .photo-info-button{
    display: none;
}

#vertical-gallery .vertical-gallery-item,
#vertical-gallery .vertical-gallery-item img{
    width: 100%;
    height: auto;
}

#vertical-gallery .vertical-gallery-item{
    margin-bottom: 10px;
    position: relative;
}

#horizontal-gallery .horizontal-gallery-item{
    float: left;
    position: relative;
}

#horizontal-gallery{
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

body.horizontal-gallery #main-wrapper{
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.horizontal-gallery-item .video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.horizontal-gallery-item .play-video-button{
    position: absolute;
    display: none;
}

.horizontal-gallery-item.active .play-video-button{
    display: block;
    width: 100%;
    height: 100%;
}

#gallery-audio {
    bottom: 10px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 10px;
    width: 41px;
    z-index: 100;
}

#playpause {
    border: 2px solid;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    color: #FFFFFF;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
#playpause:hover {
    border: 2px solid rgba(0, 0, 0, 0);

}
#playpause i {
    font-size: 16px;
}

.page-template-page-slider-php #prev-slide, .page-template-page-slider-php #next-slide{
    background: orange;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    z-index: 20;
}

.page-template-page-slider-php #prev-slide{
    left: 20px;
}
.page-template-page-slider-php #next-slide{
    right: 20px;
}

.slider-item{
    position: relative;
    top: 0;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 110%;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.item-wrap.active.done .slider-item,
.item-wrap.move-out .slider-item{
    /*width: 100%;*/
}
.item-wrap {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}

.item-wrap.move-out{
    z-index: 1;
    left: 0;
}
.image-shadow{
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
.item-wrap.move-out .image-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2;
}

.item-wrap.active {
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


/*#frame-share.on,*/
/*#frame-share.on:hover,*/
/*.photo-info-button-bg.on,*/
/*.photo-info-button-bg.on:hover*/
/*{*/
    /*right: 0px!important;*/
/*}*/

#frame-counter {
    /*color: #FFFFFF;*/
    font-size: 32px;
    font-weight: 300;
    margin-top: 15px;
    padding: 5px 20px 5px 20px;
    position: absolute;
    right: 120px;
    top: 14px;
    z-index: 110;
    pointer-events: none;
}

.page-template-page-slider-php #frame-counter{
    z-index: 30;
}
.item-count {
    display: inline-block;
    float: left;
    padding: 0;
}
.total-count {
    display: inline-block;
}

body.page-template-page-striped-php,
body.page-template-page-image-php,
body.page-template-page-video-php,
body.page-template-page-kenburns-php,
body.page-template-page-video-php #main-wrapper,
body.no-overflow{
    overflow: hidden;
}
@media (max-width: 768px){
    body.page-template-page-striped-php,
    body.page-template-page-video-php,
    body.page-template-page-kenburns-php,
    body.no-overflow{
        overflow-x: hidden;
        overflow-y: auto;
    }
}

#fs-video .cover {
    text-align: center;
    vertical-align: baseline;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    top: 0;
}

#video-controls {
    position: absolute;
    text-align: center;
    z-index: 12;
    bottom: 0;
    top: 0;
    height: 200px;
    left: 20px;
    margin: auto;
}


#video-controls .controls-wrap{
    display: inline-block;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

#video-controls.off .controls-wrap{
    opacity: 0;
}

#video-controls .controls-wrap:hover{
    opacity: 1;
}

#playvideo, #mutevideo {
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 60px;
    margin-bottom: 8px;
    padding: 0;
    vertical-align: middle;
    width: 60px;
    line-height: 60px;
}

#playvideo i,
#mutevideo i{
    font-size: 18px;
    vertical-align: middle;
}

#video-wrap{
    position: relative;
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.video-playing .image-cover{
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.video-content-wrap{
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.video-content-wrap.off{
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.home-image-wrap {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.home-image-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    margin: 20px auto 10px;
    text-transform: uppercase;
    top: 100px;
    width: 80%;
}
.home-image-content {
    margin: auto;
    width: 50%;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.5em;
}
.home-image-button a{
    display: inline-block;
    font-weight: 700;
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 2px;
    border: 2px solid;
    padding: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


/**
preloaders
*/

.loadingspin {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.loadingspin:before {
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #333;
    border-left: 2px solid #333;
    border-bottom: 2px solid #ccc;
    content: "";
    -webkit-animation: halfspin 0.75s ease infinite;
    animation: halfspin 0.75s ease infinite;
    border-radius: 100%;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes locationbob {
    100% {
        -webkit-transform: rotate(45deg) translate(3px, 3px);
        transform: rotate(45deg) translate(3px, 3px);
    }
}

@-webkit-keyframes halfspin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-ms-keyframes halfspin {
    100% {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes halfspin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}


.body-preloader{
    /*position: fixed;*/
    top: 50%;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #111111;
    text-align: center;
}

.zoom-container{
    text-align: center;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid white;
    background: black;
    overflow: hidden;
    cursor: crosshair;
}

.zoom-container img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zoom-close{
    position: absolute;
    cursor: pointer;
    width: 88px;
    height: 88px;
    z-index: 30;
    right: 38px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.zoom-close:before{
	pointer-events: none;
    content: "\e694";
    font-family: 'ggticons';
    font-size: 38px;
    line-height: 88px;
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    text-align: center;
    top: 0;
	z-index: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.zoom-cover{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #111111;
    text-align: center;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.zoom-cover.on{
    opacity: 0.95;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.inner-preloader{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #111111;
    text-align: center;
}

.wp-availability:after {
    content: "";
    right: 0;
    top: 88px;
    height: 2px;
    width: 200vw;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.show-me.wp-availability:after{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.wp-availability .owl-item:first-child .wp-availability-month{
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    overflow: hidden;
}

@-webkit-keyframes downBounce{
    0%{
        -webkit-transform: translateY(-100%);
    }
    80%{
        -webkit-transform: translateY(0);
    }
    100%{
        -webkit-transform: translateY(-90px);
    }
}

@keyframes downBounce{
    0%{
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    80%{
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100%{
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
}

.owl-item:first-child .wp-availability-month table{
    visibility: hidden;
}
.show-me .owl-item:first-child .wp-availability-month table{
    visibility: visible;
}

.show-me.wp-availability .owl-item:first-child .wp-availability-month table{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: downBounce;
    animation-name: downBounce;
}

.show-me.reset.wp-availability .owl-item:first-child .wp-availability-month table{
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-name: none;
    animation-name: none;
}

.show-me.reset.wp-availability .owl-item:first-child .wp-availability-month{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.wp-availability .owl-item:first-child .wp-availability-month table thead th .inside{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wp-availability.reset .owl-item:first-child .wp-availability-month table thead th .inside{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.wp-availability.owl-carousel {
    margin: 0 auto;
    max-width: 100%;
    width: 600px;
    overflow: visible;
    position: relative;
}
#calendar .owl-buttons {
    position: absolute;
    top: 0;
    width: 100%;
}

.black-box{
    display: block;
    overflow: hidden;
}

#calendar tr {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-dark #calendar tbody tr.empty-row:hover,
.section-light #calendar tbody tr.empty-row:hover{
    background: none;
}

#calendar .owl-prev:before{
    font-family: "ggticons";
    content: "\ed36";
    font-size: 75px;
    line-height: 90px;
    color: #000;
}

#calendar .owl-next:before{
    font-family: "ggticons";
    content: "\ed43";
    font-size: 75px;
    line-height: 90px;
    color: #000;
}
#calendar .owl-controls{
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    margin: 0;
}
#calendar .owl-prev {
    font-size: 0;
    opacity: 0.2;
    height: 90px;
    left: 0;
    line-height: 90px;
    padding: 0 25px;
    margin: 0;
    position: absolute;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#calendar .owl-next {
    font-size: 0;
    height: 90px;
    opacity: 0.2;
    line-height: 90px;
    padding: 0 25px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#calendar .owl-next:hover,
#calendar .owl-prev:hover{
    opacity: 1;
}

#calendar .wp-availability-month table tr.empty-row{
    border-bottom: none;
}
.wp-availability .wp-availability-month{
    position: absolute;
    width: 600px;
    max-width: 100%;
    height: 600px;
}

.wp-availability .owl-wrapper{
    height: 600px;
}

.wp-availability .wp-availability-month table, .wp-availability .owl-item {
    width: 600px;
    height: 600px;
}

.wp-availability .wp-availability-month table thead th {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 90px;
    height: 90px;
    padding: 0;
}

.wp-availability {
    overflow: hidden;
    clear: both;
}
.wp-availability-month {
    padding: 0;
    float: left;
    margin: 0;
}
.wp-availability-month table {
    width: 164px;
    border-collapse: collapse;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    table-layout: fixed;
}
.wp-availability-month table thead th {
    padding: 3px;
    text-align: center;
}
.wp-availability-month table tbody th,
.wp-availability-month table tbody td {
    padding: 3px;
    text-align: center;
}
.wp-availability-month table tbody td {

}
.wp-availability-month table tbody td.wp-availability-booked {
    text-decoration: none;
}
.wp-availability-month table tbody td.wp-availability-disabled {

}

.columns6 .grid-item .portfolio-content h2 {
    font-size: 16px;
}
.masonry.columns6 .portfolio-content:before{
    left: 35%;
}
.masonry.columns6 .portfolio-content > span {
    bottom: 0;
}

#striped-nav{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

#scroll-left,
#scroll-right{
    text-align: center;
    opacity: 0.5;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

#scroll-left:hover,
#scroll-right:hover{
    opacity: 1;
}

#scroll-left:before,
#scroll-right:before{
    font-size: 38px;
    line-height: 50px;
    margin: 0 auto;
    font-family: 'icomoon';
}
#scroll-left:before{
    content: "\eaac";
}

#scroll-right:before{
    content: "\ea9a";
}

.home-metro-row{
    padding: 0;
}

.home-metro-big{
    position: relative;
    height: 450px;
    width: 66.66%;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

.home-metro-row .home-metro-big .gallery-info .gallery-title{
    overflow: visible;
}

.home-metro-big:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.home-metro-row .gallery-title {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.home-metro-row .gallery-title:after {
    width: 30px;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -20px;
    z-index: 1;
    left: 0;
}

.home-metro-row.row-even .gallery-title:after {
    right: 0;
    left: auto;
}

.home-metro-row .gallery-count {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    overflow: hidden;
}

.photo-count-number {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}

.gallery-count .count-inside{
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition:transform 0.2s ease;
    -moz-transition:transform 0.2s ease;
    -o-transition:transform 0.2s ease;
    transition:transform 0.2s ease;
}

.home-metro-row.row-odd .gallery-count .count-inside{
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

.home-metro-row:hover .gallery-count .count-inside{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.home-metro-row:hover .gallery-title{
    -webkit-transform: translateX(-130px);
    -moz-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    -o-transform: translateX(-130px);
    transform: translateX(-130px);
}

.home-metro-row.row-even:hover .gallery-title{
    margin-left: 130px;
}

.home-metro-row.row-odd:hover .gallery-title{
    margin-right: 130px;
}

.home-metro-row.row-odd:hover .gallery-title{
    -webkit-transform: translateX(130px);
    -moz-transform: translateX(130px);
    -ms-transform: translateX(130px);
    -o-transform: translateX(130px);
    transform: translateX(130px);
}

.home-metro-row.row-odd .gallery-count{
    left: 50px;
    right: auto;
}

.home-metro-row .gallery-count i{
    font-size: 50px;
    line-height: 1.3em;
}

.home-metro-row:hover .home-metro-big:after{
    opacity: 1;
}

.home-metro-small{
    position: relative;
    height: 450px;
    width: 33.33%;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

.home-metro-quarter{
    position: relative;
    height: 225px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.home-metro-row.row-even{
   text-align: right;
}

.home-metro-row.row-odd{
    text-align: left;
}

/**
 * Home video collection
 */

.video-row{
    position: relative;
    overflow: hidden;
}

.video-row video{
    position: absolute;
    width: 100%;
}

.video-row .video-text{
    position: relative;
    margin: 120px 0;
    padding: 50px;
}

.video-text h3 .text-wrap{
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin-left: 280px;
    line-height: 1.3em;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}

.video-text h3:before{
    text-align: center;
    font-family: 'ggticons';
    content: "\e654";
    font-size: 100px;
    line-height: 120px;
    font-weight: 400;
    width: 130px;
    height: 130px;
    padding: 5px;
    left: 80px;
    top: 0;
    color: #fff;
    position: absolute;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}

.video-row:hover h3 .text-wrap{
    opacity: 0;
}

.video-row:hover h3:before{
    font-size: 60px;
    height: 90px;
    left: 0;
    line-height: 80px;
    top: 25px;
    width: 90px;
}

#top_about_btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.top_about_wrap{
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 999;
}

.top_about_content{
    position: absolute;
    top: 30px;
    right: 30px;
    background: white;
    color: black;
    padding: 30px;
    width: 500px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}

.top_about_content textarea{
    max-height: 150px;
}

.top_about_wrap.open .top_about_content{
    opacity: 1;
    visibility: visible;
}

#gallery-list-scroll-horizontal .horizontal-list-item{
    position: relative;
}

#gallery-list-scroll-horizontal .horizontal-list-item:after{
    position: absolute;
    height: 0;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}

#gallery-list-scroll-horizontal .horizontal-list-item:hover:after{
    height: 5px;
}

#gallery-list-scroll-horizontal .gallery-info h2 {
    border-bottom: 0 none;
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 0;
    width: 100%;
}

#gallery-list-scroll-horizontal .gallery-description {
    font-size: 11px;
    opacity: 0.4;
}

#gallery-list-scroll-horizontal{
    -webkit-transition: margin-left 0.3s ease-in;
    -moz-transition: margin-left 0.3s ease-in;
    -o-transition: margin-left 0.3s ease-in;
    transition: margin-left 0.3s ease-in;
}
#gallery-list-scroll-horizontal .horizontal-list-item{
    width: 450px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.horizontal-list-item{
    background-size: cover;
    background-position: center center;
    float: left;
    height: 100%;
    overflow: hidden;

}

#gallery-list-horizontal .horizontal-list-item{
    text-align: left;
    float: left;
    height: 100%;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}

#gallery-list-horizontal .horizontal-list-item:hover{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}

.gallery-info .photo-count {
    display: block;
    height: 90px;
    line-height: 90px;
    margin: auto;
    opacity: 0;
    top: 0;
    font-size: 30px;
    bottom: 0;
    position: absolute;
    left: 0;
    text-align: center;
    width: 90px;
    z-index: 1;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#gallery-list-horizontal .photo-count{
    display: block;
    height: 30px;
    line-height: 30px;
    margin: auto;
    top: auto;
    font-size: 20px;
    bottom: 10px;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	color:#fff;
}

#gallery-list-horizontal i {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 12px auto;
    display: block;
    font-size: 38px;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	color:#fff;
}

#gallery-list-horizontal .horizontal-list-item:hover i{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.count-wrap{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

#gallery-list-scroll-horizontal .gallery-info {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 120px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 1;
}

#gallery-list-scroll-horizontal .gallery-info:after{
    content: "";
    width: 90px;
    height: 2px;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.horizontal-list-item .color-overlay{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    z-index:1;
}

.horizontal-list-item:hover .color-overlay{
    opacity: 0!important;
}
#gallery-list-horizontal .gallery-info {
    position: absolute;
    /* bottom: 180px; */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    width: auto;
    padding: 30px;
    margin: 0 auto;
    position: absolute;
    /* -webkit-transform: translateY(-250px); */
    /*-moz-transform: translateY(-250px);*/
    /*-ms-transform: translateY(-250px);*/
    /*-o-transform: translateY(-250px);*/
    /* transform: translateY(-250px); */
    top: auto;
    bottom: 90px;
}

#gallery-list-scroll-horizontal .gallery-title {
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 340px;
    z-index: 1;
}

.gallery-description {
    color: #FFFFFF;
    font-size: 11px;
    opacity: 0.4;
}

.horizontal-list-item .gallery-info h2 {
    border-bottom: 0 none;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*text-align: center;*/
}

.gallery-info .gallery-title{
    overflow: hidden;
}


#gallery-list-horizontal .gallery-info:after {
    content: "";
    width: 90px;
    height: 2px;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@-webkit-keyframes hideFromLeft {
    0% {
        opacity: 1;
    }

    2% {
        opacity: 0;
    }

    3%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes hideFromLeft {
    0% {
        opacity: 1;
    }

    2% {
        opacity: 0;
    }

    3%{
        opacity: 0;
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/**
 * Line
 */

@-webkit-keyframes widthAndHeight {
    0% {
        width: 90px;
        height: 2px;
    }

    70% {
        width: 100%;
        height: 2px;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes widthAndHeight {
    0% {
        width: 90px;
        height: 2px;
    }

    70% {
        width: 100%;
        height: 2px;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

/**
 * Reverse
 */

@-webkit-keyframes heightAndWidth {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        width: 100%;
        height: 2px;
    }

    100% {
        width: 90px;
        height: 2px;
    }
}

@keyframes heightAndWidth {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        width: 100%;
        height: 2px;
    }

    100% {
        width: 90px;
        height: 2px;
    }
}

@media (min-width: 768px){

    .horizontal-list-item:hover .photo-count {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    /*#gallery-list-scroll-horizontal .horizontal-list-item:hover .gallery-info{*/
        /*bottom: 90px;*/
    /*}*/

    #gallery-list-scroll-horizontal .horizontal-list-item:hover .gallery-info:after{
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: widthAndHeight;
        animation-name: widthAndHeight;
    }

    #gallery-list-horizontal .horizontal-list-item:hover .gallery-info{
        margin: 0 auto;
        /*width: 300px;*/
    }

    #gallery-list-horizontal .horizontal-list-item:hover .gallery-info:after{
        bottom: 0;
        opacity: 0;
    }

    #gallery-list-horizontal .horizontal-list-item:hover .gallery-info.with-count:after{
        opacity: 1;
        height: 90px;
    }

    /*#gallery-list-horizontal .horizontal-list-item:hover .gallery-info.with-count .gallery-title,*/
    /*#gallery-list-scroll-horizontal .horizontal-list-item:hover .gallery-info.with-count .gallery-title{*/
        /*margin-left: 85px;*/
        /*padding-left: 25px;*/
        /*border-left: 1px solid;*/
    /*}*/

    #gallery-list-horizontal .horizontal-list-item:hover .gallery-info.with-count .gallery-title{

    }

    #gallery-list-horizontal .horizontal-list-item:hover .gallery-info.with-count .gallery-title h2{
        text-align: left;
    }
}

#gallery-list-horizontal .horizontal-list-item .gallery-title{
    -webkit-transform: translateX(43%) rotate(-90deg);
    -moz-transform: translateX(43%) rotate(-90deg);
    -ms-transform: translateX(43%) rotate(-90deg);
    -o-transform: translateX(43%) rotate(-90deg);
    transform: translateX(43%) rotate(-90deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#gallery-list-horizontal .horizontal-list-item:hover .gallery-title{
    opacity: 0;
}

.gallery-title h2{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#gallery-list-scroll-horizontal .count-wrap{
    display: none;
}

@media (max-width: 768px){
    #gallery-list-scroll-horizontal .gallery-info .gallery-title h2{
        font-size: 20px;
        line-height: 20px;
    }
    #gallery-list-scroll-horizontal .gallery-info{
        right: 5%;
        left: 5%;
        width: 90%;
    }
}

@media (max-height: 480px){
    #gallery-list-scroll-horizontal .gallery-info .gallery-title h2{
        font-size: 20px;
        line-height: 20px;
    }
    #gallery-list-scroll-horizontal .gallery-info{
        right: 5%;
        left: 5%;
        width: 90%;
    }
}

.gallery-item-inside{
    height: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    font-size: 30px;
    bottom: 0;
    width: 120px;
}

.gallery-list-item-inside .count-wrap {
    bottom: 0;
    height: 90px;
    left: auto;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: auto;
    width: 90px;
}

.photogallery .grid-item .portfolio-content {
    padding: 0;
}

.gridifier.photogallery .image-like {
    bottom: auto;
    margin: auto;
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
    text-align: center;
    width: 50px;
}

.featured-content {
    position: absolute;
    z-index: 2;
    top: calc(100% - 160px);
    left: 90px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: left;
}

.featured-inside{
    width: 70%;
}

.featured-content h1{
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 7px;
    line-height: 1.3em;
}

.featured-author {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 4em;
}

.featured-location {
    position: relative;
    background: #000;
    display: inline-block;
    padding: 14px 20px 14px 38px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-location i {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    left: 8px;
    top: 10px;
    opacity: 0.7;
}

@media(min-width: 768px){
    .computer .featured-slide.active.loaded .image-cover{
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    body.computer.menu-ready .featured-slide.active.loaded .image-cover{
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: blurIn;
        animation-name: blurIn;
    }
}

/*@media(min-width :1280px){
	#awards{
		height: 542px;
		}
}
*/
@-webkit-keyframes blurIn{
    0% {
        -webkit-filter: blur(15px);
    }
    100%{
        -webkit-filter: blur(0);
    }
}

@keyframes blurIn{
    0% {
        filter: blur(15px);
    }
    100%{
        filter: blur(0);
    }
}

@media(min-width:320px) and (max-width:1279px){
	#featured_shows{
		display:none; !important}
}