@import "infobuttons.css";

/**
 * Layout
 */

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;
    }
}

body.page-template-default .page-content-inside img,
.page-content-inside img {
    height: auto;
    max-width: 100%;
}

#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.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;

}

#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);
}
.photography.type-selfhosted_video.active::before {
    content: "Click to Play or Pause";
    font-size: 11px;
    font-weight: 100;
    height: 120px;
    letter-spacing: 1px;
    margin: -75px 0 0;
    opacity: 0.7;
    padding: 50px 20px 0;
    position: absolute;
    right: 50px;
    text-transform: uppercase;
    top: 50%;
    width: 120px;
    z-index: 1;
    line-height: 14px;
}
#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;
}

#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;
    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: relative;
    width: 999999px;
    -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.zoom .photography.active{
    z-index: 2;
}

#frame-controls {
    bottom: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    -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;
    width: 100%;
}
.thumbs-open #frame-controls {
    bottom: 60px;
}

#frame-controls #frame-left,
#frame-controls #frame-center,
#frame-controls #frame-right,
#scroll-right,
#scroll-left{
    bottom: 0;
    position: absolute;
    width: 60px;
    text-align: center;
    z-index: 51;
}
#frame-controls #frame-left,
#frame-controls #frame-center-bottom,
#frame-controls #frame-right,
#scroll-right,
#scroll-left{
    -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;
}

#frame-center-top,
#frame-center-bottom{
    width: 100%;
    position: absolute;
}
#frame-center-top {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

#photoframe.layout-horizontal-list #frame-center-top{
    height: 100%;
}

#photoframe.layout-horizontal-list #frame-center-bottom{
    display: none;
}

#frame-center-bottom {
    bottom: 0;
    cursor: pointer;
    top: 0;
}
#frame-center-bottom > span {
    color: #ffffff;
    left: 10px;
    position: relative;
    top: -5px;
    text-transform: uppercase;
}
#frame-center-bottom::before {
    color: #ffffff;
    content: "\e896";
    font-family: icomoon;
    font-size: 20px;
    line-height: 51px;
}
.thumbs-open #frame-center-bottom::after {
    background: #000 none repeat scroll 0 0;
    bottom: -25px;
    content: "\e9a4";
    font-family: icomoon;
    font-size: 30px;
    font-weight: 100;
    left: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.thumbs-open #frame-controls #frame-center {
    bottom: 90px;
    color: #ffffff;
}
#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,
#scroll-left{
    background: #fff none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 80px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s easy-im-out 0s;
    -moz-transition: all 0.5s easy-im-out 0s;
    transition: all 0.5s easy-im-out 0s;
}
.thumbs-side #frame-controls #frame-left,
.thumbs-none #frame-controls #frame-left,
#scroll-left{

}
#frame-controls #frame-left::before,
#scroll-left:before{
    content: "\eaad";
    font-family: icomoon;
    font-size: 15px;
    right: 17px;
    position: absolute;
    bottom: 49px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#frame-controls #frame-center {
    left: 100px;
}

#frame-controls #frame-right,
#scroll-right {
    background: #fff none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    height: 80px;
    position: absolute;
    right: -40px;
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 80px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s easy-im-out 0s;
    -moz-transition: all 0.5s easy-im-out 0s;
    transition: all 0.5s easy-im-out 0s;
}
#frame-controls #frame-right::before,
#scroll-right::before {
    content: "\ea9b";
    font-family: icomoon;
    font-size: 15px;
    left: 17px;
    position: absolute;
    top: 49px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#photoframe:hover #frame-right {
    opacity: 1;
    right: -40px;
}
#photoframe:hover #frame-left {
    left: -40px;
    opacity: 1;
}

.thumbs-open .gallery-buttons {
    bottom: 130px;
    position: absolute;
}
.thumbs-open #frame-controls #frame-left,
.thumbs-open #frame-controls #frame-right {
    bottom: 0;
}

.side-thumb-l{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    border-left: 5px solid;
    top: 40%;
    -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;
}
body.computer .side-thumb-l:hover{
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
}

.side-thumb-r{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    border-right: 5px solid;
    top: 40%;
    -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;
}
body.computer .side-thumb-r:hover{
}


#left-thumb{
    left: -100px;
}
#left-thumb:hover{
    left:-50px;
}
#right-thumb{
    right: -100px;
}
#right-thumb:hover{
    right:-50px;
}

#frame-zoom{
    width: 50px;
    height: 50px;
    background: #000000;
    z-index: 3;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size:70px;
    line-height: 50px;
    text-align: center;
}

#frame-thumbs{
    z-index: 151;
    position: absolute;
    bottom: -150px;
    width: auto;
    max-width: none;
    -webkit-transition: all 0.3s ease, margin-left 1s ease;
    -moz-transition: all 0.3s ease, margin-left 1s ease;
    -ms-transition: all 0.3s ease, margin-left 1s ease;
    -o-transition: all 0.3s ease, margin-left 1s ease;
    transition: all 0.3s ease, margin-left 1s 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-side #frame-controls {
	display:none;
}

.thumbs #frame-thumbs{
    bottom: 0;
}

#frame-thumbs .photo-thumb {
    float: left;
    width: 150px;
    height: 150px;
    opacity: 1;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    border: 0px solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.photo-thumb.active {
    -webkit-box-shadow: 0 0 30px 0 #000 inset;
    -moz-box-shadow: 0 0 30px 0 #000 inset;
    box-shadow: 0 0 30px 0 #000 inset;
}

.photo-thumb::before {
    background: #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photo-thumb.active:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.thumbs #frame-thumbs .photo-thumb{
    -moz-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    -webkit-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    -ms-transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
    transform: rotate3d(1,0,0,0deg) translate3d(0,0,0);
}


.photo-thumb::after {
    content: "";
    font-family: icomoon;
    height: 0;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.photo-thumb:hover::after, .photo-thumb.active::after {
    height: 100%;
    left: -10px;
    top: 0;
    width: 120%;
}

#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;
}
.photo-thumb:hover:before {
    background: rgba(0,0,0,0);
    -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;
    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 {
    bottom: 135px;
    left: 50%;
    list-style: outside none none;
    margin: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
}
#gallery-list-bg{
    text-align: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-list-item {
    display: inline-block;
    float: left;
    margin: 0 auto;
    position: relative;
    width: 200px;
}
.gallery-list-item::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: -30px;
    width: 100%;
}
.gallery-list-item.active:hover::before {
    opacity: 1;
}
.gallery-list-item-b {
    display: block;
    position: relative;
    z-index: 1;
}



.gallery-list-item a {
    color: #ffffff;
    display: block;
    margin: 5px;
    min-height: 70px;
    padding: 25px 45px 15px;
    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;
}

.gallery-list-item a:hover::before {
    left: -20px;
    opacity: 1;
}


.gallery-list-item a:hover {
    color: #ffffff;
}

.gallery-list-item .marker {
    border-bottom: 3px solid;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    width: 0;
}

.gallery-list-item .gallery-count {
    background: #fff none repeat scroll 0 0;
    font-size: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}
.gallery-count strong {
    color: #000;
    font-size: 16px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#fs-video iframe{
    height: 100%;
}

.pattern-overlay,
.color-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 1;
    top: 0;
    left: 0;
}

#fs-image{
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.horizontal-list-item{
    background-size: cover;
    background-position: center center;
    float: left;
    height: 100%;
    overflow: hidden;

}

#gallery-list-horizontal .horizontal-list-item{
    text-align: center;
    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-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;
}
.gallery-info .photo-count {
    display: block;
    font-size: 12px;
    height: 50px;
    line-height: 65px;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: -85px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    text-align: center;
}

.horizontal-list-item:hover .photo-count {
    left: 40%;
    opacity: 1;
    text-align: left;
    top: -25px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 1;
}
.horizontal-list-item .photo-count::before {
    left: 15px;
    text-align: center;
    top: -17px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;}



.tablet .horizontal-list-item .photo-count,
.phone .horizontal-list-item .photo-count{
    opacity: 1;
    top: -45px;
}

#gallery-list-scroll-horizontal .gallery-info {
    background: transparent none repeat scroll 0 0 !important;
}


.horizontal-list-item .gallery-info::before {
    background: #fff none repeat scroll 0 0;
    color: #000;
    content: "+";
    font-family: icomoon;
    font-size: 15px;
    height: 40px;
    left: 0;
    line-height: 36px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
    z-index: 3;
}
#gallery-list-scroll-horizontal .horizontal-list-item:hover .gallery-info::before {
    opacity: 0;
    bottom: 120px;
}

#slides{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
}

@-webkit-keyframes imageslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,0,0);
        -moz-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px,0,0);
        -moz-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);
    }
}

@keyframes imageslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,0,0);
        -moz-transform: translate3d(-20px,0,0);
        -ms-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px,0,0);
        -moz-transform: translate3d(0px,0,0);
        -ms-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);
    }
}

#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;
}


.horizontal-list-item .color-overlay{
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    z-index:1;
}
#gallery-list-scroll-horizontal .color-overlay::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 0;
}

.horizontal-list-item:hover .color-overlay{
    opacity: 0!important;
}

.horizontal-list-item:hover .gallery-info {
    opacity: 0;
}
.gallery-info {
    border-top: 3px double rgba(255, 255, 255, 0.3);
    bottom: 0;
    color: #fff;
    height: 160px;
    left: 0;
    margin: auto;
    padding: 40px 40px 30px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}
.gallery-title {
    display: block;
    margin: 0 auto;
    max-width: 160px;
    text-align: center;
}
.gallery-title h2 {
    color: inherit;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
#gallery-list-scroll-horizontal .gallery-title {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    top:0;
}
#gallery-list-scroll-horizontal .horizontal-list-item:hover .gallery-info .gallery-title {
    opacity: 1;
    top: 20px;
}
#gallery-list-scroll-horizontal .gallery-info h2 {
    text-align: center;
}
.gallery-description {
    color: #FFFFFF;
    font-size: 11px;
    opacity: 0.4;
    width: 200px;
	margin:0 auto;
}
#gallery-list-scroll-horizontal .gallery-info h2 {

}
#gallery-list-scroll-horizontal .gallery-description {
    font-size: 11px;
    margin: 20px auto;
    opacity: 0.4;
    width: 200px;
    text-align: center;
}
.page-template-page-striped-php .gallery-title:before {
    bottom: -80px;
}
.horizontal-list-item .photo-count {
    display: none;
}


.logo {
    pointer-events: all;
    position: absolute;
    width: 200px;
    top: 30px;
}



#image-copyright {
    opacity: 1;
    bottom: 15px;
    left: 40px;
    padding: 5px 10px;
    position: absolute;
    z-index: 23;
}


.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;
}

#gallery-audio {
    cursor: pointer;
    height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 100;
}

#playpause {
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

#playpause i {
    font-size: 18px;
}

.page-template-page-slider-php #prev-slide, .page-template-page-slider-php #next-slide{
    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 {
    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;
}
.password-window{
    color: black;
    width: 420px;
    height: 150px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: 700;
    position: absolute;
    text-align: center;
    padding: 15px 10px;
    font-size: 1.2em;
    font-family: inherit;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    3px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         3px 0px 3px 0px rgba(50, 50, 50, 0.25);
}

.single-post .password-window{
    margin: 20px;
    position: relative;
}

.password-window form{
    font-weight: normal;
    text-transform: none;
    margin-top: 15px;
}
.password-window input{
    height: 40px;
    line-height: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 8px;
    padding: 3px 8px;
    outline: none;
    font-size: 1em;
}
.password-window input[name="post_password"]{
    -webkit-box-shadow: inset 3px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    inset 3px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         inset 3px 0px 3px 0px rgba(50, 50, 50, 0.25);
}

.password-window label{
    text-transform: uppercase;
}
.password-window input[type="submit"]{
    color: inherit;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 3px 12px;
    border: 2px solid white;
    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;
    -webkit-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    3px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         3px 0px 3px 0px rgba(50, 50, 50, 0.25);
}
.password-window input[type="submit"]:hover{
    border: 2px solid white;
}

#frame-counter {
    color: #fff;
    left: 0;
    margin: 0 auto;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    width: 130px;
    z-index: 12;
}

.page-template-page-slider-php #frame-counter{
    z-index: 30;
}
.item-count {
    display: inline-block;
    padding: 0 5px;
}
.total-count {
    display: inline-block;
    padding: 0 5px;
}



#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 {
    bottom: 190px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 100;
}

.single-portfolio #video-controls {
    bottom: 0;
    top: 0;
    height: 40px;
    left: 48%;
    margin: auto;
}
#video-controls .controls-wrap {
    left: 100px;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    width: 220px;
}


#playvideo {
    bottom: -70px;
    height: 80px;
    left: 0;
    line-height: 130px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.controls-wrap > div {
    background: #000000;
}

#mutevideo {
    bottom: -70px;
    height: 80px;
    line-height: 120px;
    position: absolute;
    right: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

#video-controls.off .controls-wrap{
    opacity: 1;
}

#video-controls .controls-wrap:hover{
    opacity: 1;
}
#playvideo, #mutevideo {
    cursor: pointer;
}

#playvideo i,
#mutevideo i {
    color: #fff;
    font-size: 16px;
    left: 33px;
    position: absolute;
    top: 31px;
}

#video-wrap{
    position: relative;
    max-width: 100%;
    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;
}
.kenburns-content-wrap, .video-content-wrap {
    bottom: 90px;
    display: block;
    left: 30px;
    margin: 0 auto;
    padding: 40px 50px;
    position: absolute;
    width: 30%;
    z-index: 3;
}
.kenburns-content-wrap::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.video-content-wrap{
    height: 100%;
    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;
	display:none;
}

.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;
}


.video-content-wrap {
    bottom: 100px;
    height: 0%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}



.home-image-wrap {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    bottom: 180px;
    left: 100px;
    margin: auto;
    opacity: 1;
    padding: 30px 40px;
    position: absolute;
    text-align: center;
    -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;
    width: 400px;
    z-index: 1;
}
.home-image-wrap:after {
    background: #000000 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(15deg);
    -moz-transform: skewY(15deg);
    transform: skewY(15deg);
    width: 100%;
    z-index: -1;
}
.home-image-wrap:before {
    background: #000000 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    transform: skewY(-15deg);
    width: 100%;
    z-index: -1;
}

.home-image-title {
    padding: 20px 0px;
    position: relative;
    margin-bottom: 30px;
}
.home-image-content:before {
    background-image: url("../images/divider.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -50px;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.home-image-title,
.home-image-content,
.home-image-button {
    padding: 10px 20px;
    text-align: center;
}
.home-image-wrap h1 {
    color: inherit;
    font-size: 40px;
    line-height: 40px;
}
.home-image-content {
    opacity: 0.5;
    padding: 0 20px;
    position: relative;
}
.home-image-button {
    margin-top: 50px;
}

.home-image-button > a{
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 5px 10px 10px 55px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.home-image-button > a:hover {
    color: #fff;
    opacity: .5;
}


.home-image-button a::after {
    color: #000;
    content: "\ea9b";
    font-family: icomoon;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.1s ease-in-out 0s;
    width: 30px;
}
.home-image-button a::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 30px;
}

/**
preloaders
*/

.loadingspin {
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.loadingspin:before {
    display: block;
    width: 22px;
    height: 22px;
    border-top: 4px solid #ccc;
    border-right: 4px solid #333;
    border-left: 4px solid #333;
    border-bottom: 4px solid #ccc;
    content: "";
    -webkit-animation: halfspin 0.75s ease infinite;
    animation: halfspin 0.75s ease infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes locationbob {
    100% {
        -webkit-transform: rotate(45deg) translate(3px, 3px);
        -moz-transform: rotate(45deg) translate(3px, 3px);
        transform: rotate(45deg) translate(3px, 3px);
    }
}

@-webkit-keyframes halfspin {
    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-ms-keyframes halfspin {
    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes halfspin {
    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.wp-availability {
    margin: 0px auto;
    max-width: 100%;
    overflow: visible;
    position: relative;
}
#calendar .owl-buttons {
    position: absolute;
    top: 13px;
    width: 100%;
}
#calendar .owl-prev {
    font-size: 0;
    height: 30px;
    left: 10px;
    line-height: 30px;
    position: absolute;
    text-align: center;
}
#calendar .owl-next {
    font-size: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
}
.wp-availability .wp-availability-month{
    position: absolute;
    width: 100%;
    max-width:100%;
    height: 500px;
}

.wp-availability .owl-wrapper{
    height: 500px;
}

.wp-availability .wp-availability-month table,
.wp-availability .owl-item{
    width:100%;
    height: 500px;
}
.wp-availability .wp-availability-month table thead th {
    font-size: 20px;
    text-transform: uppercase;
}

.wp-availability .wp-availability-month table tr td{
    font-size: 2em;
}

.wp-availability .wp-availability-month table tr th{
    color: white;
}

.body-preloader{
    position: fixed;
    top: 0;
    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;
    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 {
    cursor: pointer;
    height: 76px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 76px;
    z-index: 30;
}
.zoom-container .zoom-close {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.zoom-container .zoom-close:before {
    font-size: 25px;
    right: 30px;
    top: 30px;
}
.zoom-close::before {
    content: '\e9a4';
    font-family: "icomoon";
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: -5;
}


.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 {
    overflow: hidden;
    clear: both;
}
.wp-availability-month {
    border: 1px solid #f5f5f5;
    padding: 0;
    float: left;
    margin: 0;
}
.wp-availability-month table {
    color: #333333;
    width: 164px;
    border-collapse: collapse;
    font: 11px arial, verdana, sans-serif;
    text-align: center;
    table-layout: fixed;
}
.wp-availability-month table thead th {
    padding: 3px;
    font-size: 12px;
    background-color: #333;
    color: white;
    text-align: center;
}
.wp-availability-month table tbody th,
.wp-availability-month table tbody td {
    padding: 3px;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.wp-availability-month table tbody td {
    border: 1px solid white;
    background: #f5f5f5;
}
.wp-availability-month table tbody td.wp-availability-booked {
    font-weight: bold;
    background-color: #CC0000;
    text-decoration: line-through;
    color: white;
}
.wp-availability-month table tbody td.wp-availability-disabled {
    background-color: #e4e4e4;
}


.columns6 .grid-item .portfolio-content h2 {
    font-size: 25px;
}
.masonry.columns6 .portfolio-content:before{

}
.masonry.columns6 .portfolio-content > span {
    bottom: 0;
}


#scroll-left:hover, #scroll-right:hover {
    opacity: 1;
}

.audio-player {
    color: #fff;
    display: inline-block;
    float: right;
    position: relative;
    right: 0;
    top: 0;
}
.audio-player::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 25px;
    width: 1px;
}
.page-template-page-layer .ls-bottom-nav-wrapper, .ls-below-thumbnails {
    z-index: 12 !important;
}
.page-template-page-layer .ls-nav-next,
.page-template-page-layer .ls-nav-prev {
    background-image: none !important;
    height: 60px !important;
    width: 60px !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.page-template-page-layer .ls-nav-next:hover::before,
.page-template-page-layer .ls-nav-prev:hover::before {
    font-size: 15px;
    left: 22px;
    top: 22px;
}
.page-template-page-layer .ls-nav-next {
    right: 50px !important;
}
.page-template-page-layer .ls-nav-prev {
    left: 50px !important;
}
.page-template-page-layer .ls-nav-next:before,
.page-template-page-layer .ls-nav-prev:before {
    bottom: 0;
    font-family: icomoon;
    font-size: 20px;
    left: 20px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.page-template-page-layer .ls-nav-next::before {
    content: "\ea9b";
}
.page-template-page-layer .ls-nav-prev::before {
    content: "\eaad";
}
.layerslider-button {
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}



#page-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    -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;
    width: 100%;
    z-index: 11;
}


#page-footer .social-button,
#page-footer .audio-player{
    pointer-events: all;
    -webkit-transition:all 0.1s ease 0s;
    -moz-transition:all 0.1s ease 0s;
    -o-transition:all 0.1s ease 0s;
    transition:all 0.1s ease 0s;
}
@media (min-width: 1025px){
    .thumbs-open #page-footer .social-button,
    .thumbs-open #page-footer .audio-player{
    }
}

#image-copyright{
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

/*.thumbs-open #image-copyright {*/
    /*bottom: 190px;*/
/*}*/

.info-buttons-wrap {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

#frame-counter {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

.thumbs-open #frame-counter {
    bottom: 220px;
}

span.lava-menu-box{
    display: block;
    background: #fff;
    position: absolute;
    height: 3px;
    width: 50px;
    top: 0;
    bottom: auto;
    z-index: 999;
}

.menu span.lava-menu-box {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #ffffff;
    bottom: auto;
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 50px;
    z-index: 1;
}

#frame-thumbs span.lava-menu-box{
    opacity: 0;
    pointer-events: none;
    -webkit-transition:opacity 0.3s ease 0.3s;
    -moz-transition:opacity 0.3s ease 0.3s;
    -o-transition:opacity 0.3s ease 0.3s;
    transition:opacity 0.3s ease 0.3s;
}

#frame-thumbs span.lava-menu-box {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid;
    height: 100%;
}


.thumbs-animated #frame-thumbs span.lava-menu-box{
    opacity: 1;
}

.thumbs-go-out #frame-thumbs span.lava-menu-box{
    visibility: hidden;
}

.closed-menu .lava-menu-box {
	display:none !important;
}

.site-fixed-bg{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
}

#content-wrap{
    position: relative;
    z-index: 1;
}

#page-footer{
    pointer-events: none;
}

#page-footer #social-icons{
    pointer-events: all;
}

.not-fullscreen #page-footer {
    position: relative;
    background: #000;
    margin-top: 0;
    bottom: 0;
}

.not-fullscreen #page-footer .social-button {
    bottom: 0;
    height: auto;
    position: relative;
    z-index: 25;
}

.not-fullscreen #page-footer #social-icons {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.not-fullscreen #page-footer{

}

.light-skin #frame-counter,
.light-skin .info-button:before,
.light-skin .info-title {
    color: #000;
}

.light-skin .info-label:after {
    background: #000;
}


#striped-nav a#scroll-left,
#striped-nav a#scroll-right {
    color: #ffffff;
}


.dark-skin .info-label:after {
    background: #fff;
}

.filter-button-bg .info-label {
	height:80px;
}


#gallery-list-scroll-horizontal #striped-nav a#scroll-left,
#gallery-list-scroll-horizontal #striped-nav a#scroll-right {
	color:#000000;
	opacity:1;
}




/**
 * Closed skinned menu
 */

.has-two-logos:not(.dark-skin) .closed-menu .logo.menu-closed-light .img-logo-dark{
    display: none;
}

.has-two-logos:not(.dark-skin) .closed-menu .logo.menu-closed-light .img-logo{
    display: inline;
}

.has-two-logos:not(.light-skin) .closed-menu .logo.menu-closed-dark .img-logo{
    display: none;
}

.has-two-logos:not(.light-skin) .closed-menu .logo.menu-closed-dark .img-logo-dark{
    display: inline;
}

/**
 * Gallery skins
 */

.has-two-logos.light-skin #menu-wrap:not(.visible-menu) .img-logo-light{
    display: none;
}
.has-two-logos.light-skin #menu-wrap:not(.visible-menu) .img-logo{
    display: inline;
}

.has-two-logos.dark-skin #menu-wrap:not(.visible-menu) .img-logo{
    display: none;
}
.has-two-logos.dark-skin #menu-wrap:not(.visible-menu) .img-logo-dark{
    display: inline;
}

#fs-video{
    position: relative;
    z-index: 1;
}

#fs-image {
    position: relative;
    z-index: 1;
}

#kenburns {
    position: relative;
    z-index: 1;
}

body{
    /*min-height: 100vh;*/
}

.content-wrap {
    position: relative;
    z-index: 2;
}

/**
 * Menu
 */

#menu-wrap .menu > li.columns-block > ul{
    white-space: nowrap;
}

#menu-wrap .menu > li.columns-block > ul > li {
    display: inline-block;
    visibility: visible;
    vertical-align: top;
    text-align: left;
}

#menu-wrap .menu li.columns-block ul ul {
    position: relative;
}

#menu-wrap .menu > li.columns-block > ul > li > ul {
    position: relative;
    top: 100%;
    left: 0;
}

#menu-wrap .menu > li.menu-item-has-children > ul > li > ul {
    display: block;
}


#menu-wrap .menu > li.menu-item-has-children ul li a::after {
    content: "\ea9d";
    font-family: icomoon;
    font-size: 19px;
    left: -10px;
    opacity: 0;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}


#menu-wrap .menu > li.menu-item-has-children ul li a .nav-text{
    color: inherit;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#menu-wrap .menu > li.menu-item-has-children ul li a:hover::after {
    left: -6px;
    opacity: 1;
}

#menu-wrap .menu > li ul {
    top: 100%;
    left: 0;
}

.columns-block > ul:before,
.columns-block > ul > li > ul:before{
    display: none;
}

.info-button-content.portfolio-description{
    width: 280px;
}
.portfolio-description-title {
    margin-bottom: 15px;
}

.menu > li.menu-item-has-children > a::before,
#main-menu ul li .sub-menu li.menu-item-has-children a::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 40px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0;
}

.light-skin .menu > li.menu-item-has-children > a::before,
.light-skin #main-menu ul li .sub-menu li.menu-item-has-children a::before{
    border-color: transparent transparent transparent #000;
}

#main-menu ul li .sub-menu li.menu-item-has-children a::before{
    display: none;
}

#main-menu ul li .sub-menu li.menu-item-has-children a::before {
    left: 20px;
}

/*.info-buttons-wrap.filter-wrap {*/
    /*bottom: 0;*/
    /*height: 50px;*/
    /*left: 50%;*/
    /*margin: 0 auto;*/
    /*position: fixed;*/
    /*text-align: center;*/
    /*width: 140px;*/
    /*z-index: 22;*/
/*}*/

.filter-button-bg {
    margin: 0;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 11;
}

#main-menu li.columns-block > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    opacity: 0.5;
    padding-left: 15px;
}

#main-menu li.columns-block > ul > li > a:before,
#main-menu li.columns-block > ul > li > a:after{
    display: none;
}

.tooltip{
    margin-top: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

/**
 * New preloader
 */

.Spinner {
    height: 28px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    top: 45%;
    width: 28px;
    /* Spins external container */
    -webkit-animation: container-rotate 1600ms linear infinite;
    animation: container-rotate 1600ms linear infinite;
}

.Spinner-line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Spinner-line--1 {
    border-color: #9b0062;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--2 {
    border-color: #ff008b;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--3 {
    border-color: #bcbaad;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--4 {
    border-color: #cc006f;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.Spinner-line-cog-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 200%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
}

.Spinner-line-cog-inner--left {
    border-right-color: transparent;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--right {
    left: -100%;
    border-left-color: transparent;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--center {
    width: 1000%;
    left: -450%;
}

.Spinner-line-ticker {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}
@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}
@-webkit-keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@-webkit-keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
@keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
@-webkit-keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}
@keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}
@-webkit-keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}
@keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}
@-webkit-keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.video-container{
    opacity: 0;
    -webkit-transition:opacity 0.3s ease 0.3s;
    -moz-transition:opacity 0.3s ease 0.3s;
    -o-transition:opacity 0.3s ease 0.3s;
    transition:opacity 0.3s ease 0.3s;
}

.video-container.video-ready{
    opacity: 1;
}

.screen-reader-text {
    display: none;
}

@media speech {
    .screen-reader-text {
        display: block;
    }
}

.post-arrow-prev, .post-arrow-next{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hide-column-titles #menu-wrap .columns-block > ul > li > a {
    display: none;
}

#menu-wrap .menu > li:last-of-type > ul{
    right: 0;
    left: auto;
    min-width: 250px;
}

#menu-wrap .menu > li > ul.open-left{
    right: 0;
    left: auto;
}


#bg-fader{
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

#bg-fader.shown{
    opacity: 1;
}

#menu-dropdown-bg{
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
}

#mobile-controls {
    bottom: 30px;
    cursor: pointer;
    display: none;
    font-size: 0;
    left: 0px;
    pointer-events: all;
    position: absolute;
    right: 0px;
    text-align: center;
    z-index: 20;
}

.mobile-ctrl {
    cursor: pointer;
    display: inline-block;
    height: 70px;
    line-height: 88px;
    pointer-events: all;
    text-align: center;
    width: 70px;
}
.mobile-ctrl:first-child {

}
.mobile-ctrl:last-child {

}

.mobile-ctrl:hover,
.mobile-ctrl:focus,
.mobile-ctrl:visited {

}

.mobile-ctrl i {
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    cursor: pointer;
}

#mob-buy,
#mob-play,
#mob-zoom{
    display: none !important;
}

.woo_product #mob-buy{
    display: inline-block;
}

.woo_product #mob-zoom,
.image #mob-zoom{
    display: inline-block;
}

.vimeo_video #mob-play,
.youtube_video #mob-play,
.selfhosted_video #mob-play{
    display: inline-block;
}

.vimeo_video.playing #mob-play i:before,
.youtube_video.playing #mob-play i:before,
.selfhosted_video.playing #mob-play i:before{
    content: "\e79c"; /* change on pause */
}

@media (max-width: 1024px){
    #mobile-controls{
        display: block;
    }
}