.header-content-wrap {
    bottom: 120px;
    left: 50px;
    position: absolute;
    max-width: 90%;
}

.align_center .header-content-wrap{
    left: 70px;
    position: absolute;
    width: 40%;
    right: 50px;
    margin: auto;
    text-align: center;
}
.align_left .header-content-wrap {
    left: 70px;
    position: absolute;
    text-align: left;
    width: 30%;
}
.align_right .header-content-wrap{
    right: 70px;
    left: auto;
    position: absolute;
    width: 30%;
    text-align: right;
}

.side-menu-page .inner-content-wrap {
    left: 50%;
    position: relative;
    right: 0;
    text-align: center;
}
.rtext-wrap .header-content-wrap{
    width: 100%;
}
.angled_borders .header-content-wrap{
    bottom: 270px;
}
#header-description > span {
    display: block;
    opacity: 0.6;
    padding: 0 0 50px;
    width: 50%;
}


.rtext{
    position: relative;
    /*height: 120px;*/
}

.rtext .rline{
    /*font-size: 90px;*/
    /*font-weight: 900;*/
    text-transform: uppercase;
    display: block;
    /*position: absolute;*/
    left: 0;
    right: 0;
    line-height: 1em;
}



/**
 * HEADIND STYLES
 */
.heading_type2 #header-title {
    border-bottom: 12px solid;
    color: inherit;
    display: inline-block;
    margin: 20px 0;
    padding: 0;
}
.heading_type2 #header-title > h2 {
     letter-spacing: -1px;
 }


/**
 * PURE TEMPLATES
 */

#gallery-list {
    list-style: none outside none;
    margin: auto;
    position: relative;
    text-align: center;
    padding: 0;
    width: 100%;
    z-index: 5;
}
#gallery-list-bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 768px){
    #gallery-list-bg{
        margin-bottom: 80px;
    }
}

.gallery-list-item {
    display: inline-block;
    margin: 13px;
    position: relative;
}
.gallery-list-item-b {
    border: 1px solid #ffffff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display: block;
    height: 150px;
    padding: 12px;
    position: relative;
    width: 150px;
    z-index: 1;
    -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-b:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: -31px;
    top: 50%;
    width: 31px;
}
.gallery-list-item-b:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: -31px;
    position: absolute;
    top: 50%;
    width: 31px;
}
.gallery-list-item a {
    color: #ffffff;
    display: inline;
    font-size: 15px;
    font-weight: 400;
    padding: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    -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;
    border-bottom: 3px solid;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    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 {
    -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-name {
    display: none;
}
.page-template-page-hover-slider-php .gallery-count {
    opacity: 1;
    position: absolute;
    right: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -7px;
    -webkit-transform:translateX(50%);
    -moz-transform:translateX(50%);
    -ms-transform:translateX(50%);
    -o-transform:translateX(50%);
    transform:translateX(50%);
    z-index: 2;
}

#fs-image{
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

#fs-image.header_elastic{
    position: fixed;
}

.not-visible{
    opacity: 0!important;
    pointer-events: none;
}

.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;
}

.horizontal-list-item:hover .photo-count {
    opacity: 0;
    top: 30px;
}
.horizontal-list-item:hover .gallery-info{
    margin-right: 100px;
}
.horizontal-list-item:hover {
    background-position: left center;
}
#gallery-list-scroll-horizontal .horizontal-list-item{
    width: 300px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.gallery-info .photo-count {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    font-size: 20px !important;
    padding: 30px 0 0;
    top: 0;
    display: block;
    height: 80px;
    line-height: 65px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 80px;
    -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;
    -webkit-transform:translateX(50%);
    -moz-transform:translateX(50%);
    -ms-transform:translateX(50%);
    -o-transform:translateX(50%);
    transform:translateX(50%);
}
.gallery-info .photo-count:after {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    width: 40px;
    z-index: -1;
}
#gallery-list-scroll-horizontal .gallery-info {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
    bottom: 0;
    margin: 0 auto;
    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 0s;
    width: 100%;
    z-index: 1;
}


#gallery-list-scroll-horizontal .scrollers{
    position: absolute;
    top: 30%;
    width: 50px;
    height: 50px;
    z-index: 5;
    background: orange;
    cursor: pointer;
}

#gallery-list-scroll-horizontal #scroll-left{
    left: 50px;
}

#gallery-list-scroll-horizontal #scroll-right{
    right: 50px;
}

@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%;
    }
}


#slides{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
}

@-webkit-keyframes imageslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);
    }
}

@keyframes imageslider {
    0% {
        opacity: 0;
        -webkit-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);
        -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;
}

.ggt-subheader{
    position: relative;
}

.zoom_fixed{
    top: 0;
    left: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.phone .zoom_fixed,
.tablet .zoom_fixed{
    visibility: visible;
}

.desktop .zoom_fixed{
    position: fixed;
    z-index: -2;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
}

.zoom_fixed.in-viewport {
    visibility: visible;
}

.desktop .zoom_fixed.in-viewport {
    visibility: visible;
    -webkit-animation-name: longZoom;
    animation-name: longZoom;
}

@keyframes longZoom{
    from{
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to{
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes longZoom{
    from{
        -webkit-transform: scale(1);
    }
    to{
        -webkit-transform: scale(1.2);
    }
}

#fs-image .header-image{
    background-size: cover!important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fs-image.header_fixed{
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

#fs-image.header_fixed .header-image{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#main-content{
    position: relative;
    /*overflow-x: hidden;*/
}

.angled_borders.archive #main-wrapper,
.angled_borders.woocommerce #main-wrapper,
.angled_borders.single #main-wrapper,
.angled_borders.blog #main-wrapper,
.angled_borders.page-template-default #main-wrapper,
.angled_borders.woocommerce-page #main-wrapper,
.angled_borders.error404 #main-wrapper
{
    position: relative;
    margin-top: -60px;
}

.angled_borders.single-portfolio #main-wrapper{
    margin-top: 0;
}

#header.header_menu_only{
    position: relative;
    /*z-index: 0;*/
}
.single.single-portfolio #header.header_menu_only {
    padding-bottom: 0;
    position: absolute;
    /*top: 30px;*/
    z-index: 2;
}


.gallery-caption{
    background: inherit;
}
.bypostauthor{
    background: inherit;
}

#fs-image .parallax{
    background-size: cover;
}

.page-template-page-parallax-php #main-wrapper{
    position: static;
}

.disable-hover {
    pointer-events: none;
}