﻿@charset "utf-8";
/* CSS Document */

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-family: Helvetica, Arial;
    color: #333;
    width: 100%;
    height: 100%;
    background-color: #fff;
    
}

@font-face {
    font-family: "FuturaBT-Bold";
    src: url("2F8F3F_0_0.eot?#iefix") format("embedded-opentype"), url("2F8F3F_0_0.woff2") format("woff2"), url("2F8F3F_0_0.woff") format("woff"), url("2F8F3F_0_0.ttf") format("truetype");
}



a {
    outline: 0 none !important;
}

.full-a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    text-indent: 200%;
    opacity: 0;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

.loader {
    width: 160px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
}

.top-container {
    background-color: #fff;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.galleries-slide-container {
    position: relative;
    padding-top: 80px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .galleries-slide-container .items {
        white-space: nowrap;
    }

    .galleries-slide-container .item {
        position: relative;
        display: inline-block;
        width: 280px;
        height: 100%;
        cursor: pointer;
        overflow: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 500ms cubic-bezier(0.095, 0.435, 0.160, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.095, 0.435, 0.160, 1.000);
        -o-transition: all 500ms cubic-bezier(0.095, 0.435, 0.160, 1.000);
        transition: all 500ms cubic-bezier(0.095, 0.435, 0.160, 1.000); /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.095, 0.435, 0.160, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.095, 0.435, 0.160, 1.000);
        -o-transition-timing-function: cubic-bezier(0.095, 0.435, 0.160, 1.000);
        transition-timing-function: cubic-bezier(0.095, 0.435, 0.160, 1.000); /* custom */
    }


        .galleries-slide-container .item .overlay {
            display: block;
            width: 100%;
            height: 100%;
            z-index: 0;
            background: #000000;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            position: absolute;
        }

        .galleries-slide-container .item .item-background {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: center center;
            -webkit-transition: -webkit-transform 1s ease-in;
            transition: -webkit-transform 1s ease-in;
            transition: transform 1s ease-in;
            transition: transform 1s ease-in, -webkit-transform 1s ease-in;
        }



        .galleries-slide-container .item:hover .item-background {
            -webkit-transition: -webkit-transform 25s ease-out;
            transition: -webkit-transform 25s ease-out;
            transition: transform 25s ease-out;
            transition: transform 25s ease-out, -webkit-transform 25s ease-out;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            transform-origin: top center;
        }

        .galleries-slide-container .item:hover .overlay {
            -webkit-transition: opacity 1.2s ease-out;
            transition: opacity 1.2s ease-out;
            opacity: 0;
        }

        .galleries-slide-container .item span {
            font-family: FuturaBT-Bold,sans-serif;
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            font-size: 90px;
            webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotateZ(90deg);
            transform-origin: top left;
            opacity: 0;
            text-transform: uppercase;
            left: 95px;
            top: 10px;
            margin: 0;
            padding: 0;
        }

.ani .item:nth-child(1) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
}

.ani .item:nth-child(2) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.ani .item:nth-child(3) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.ani .item:nth-child(4) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.23s;
    transition-delay: 0.23s;
}

.ani .item:nth-child(5) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.ani .item:nth-child(6) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.ani .item:nth-child(7) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.29s;
    transition-delay: 0.29s;
}

.ani .item:nth-child(8) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.31s;
    transition-delay: 0.31s;
}

.ani .item:nth-child(9) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.33s;
    transition-delay: 0.33s;
}

.ani .item:nth-child(10) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.35s;
}

.ani .item:nth-child(11) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.37s;
    transition-delay: 0.37s;
}

.ani .item:nth-child(12) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.39s;
    transition-delay: 0.39s;
}

.ani .item:nth-child(13) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
}

.ani .item:nth-child(14) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.43s;
    transition-delay: 0.43s;
}

.ani .item:nth-child(15) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.ani .item:nth-child(16) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.47s;
    transition-delay: 0.47s;
}
.ani .item:nth-child(17) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}
.ani .item:nth-child(18) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}
.ani .item:nth-child(19) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
}
.ani .item:nth-child(20) {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.51s;
    transition-delay: 0.51s;
}

.logo {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding-left: 60px;
    padding-top: 28px;
    font-size: 20px;
    display: inline-block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased !important;
}

    .logo span {
        color: #bbb;
    }

    .logo a {
        text-decoration: none;
        color: #000;
    }


.menu {
    position: absolute;
    right: 60px;
    top: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility !important;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased !important;
}

    .menu a {
        color: rgba(0, 0, 0, 0.4);
        margin-left: 20px;
        text-decoration: none;
    }

.m-s {
    color: rgba(0, 0, 0, 1) !important;
}

.menu a:hover {
    color: rgba(0, 0, 0, 1);
}

.menu a i {
    font-size: 20px;
}



.sub-page-bg {
    width: 100%;
    padding: 520px 50px 50px 50px;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.one-image-sub {
    padding: 140px 50px 50px 50px;
}

.about-sub {
    padding: 80px 0 0 0;
    position: relative;
}


.show {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb-a {
    width: 20%;
    position: relative;
    padding: 0 10px 10px 0;
}


    .thumb-a img {
        width: 100%;
        height: auto;
        border: 2px solid #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /*---------------*/
    .thumb-a figcaption::before,
    .thumb-a figcaption::after {
        position: absolute;
        content: '';
        opacity: 1;
    }



    .thumb-a figcaption::before {
        top: 20px;
        right: 18px;
        bottom: 28px;
        left: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .thumb-a figcaption::after {
        top: 10px;
        right: 28px;
        bottom: 18px;
        left: 20px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .thumb-a figcaption::before,
    .thumb-a figcaption::after {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }


    .thumb-a:hover figcaption::before,
    .thumb-a:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .thumb-a :hover figcaption::after {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

/*---------------*/
.galleryhead {
    margin-top: 80px;
    height: 400px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    width: 100%;
    z-index: 4;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.galleryheadtitle {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.ght {
    color: #fff;
    text-align: center;
    font-family: FuturaBT-Bold,sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    cursor: pointer;
}

    .ght span:first-child {
        opacity: 0.7;
    }

    .ght:hover span:nth-child(2) {
        text-decoration: underline;
    }

.g-menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    text-align: center;
    font-family: FuturaBT-Bold,sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    display: none;
}

.m-scroll {
    position: absolute;
    overflow: auto;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.gphoto-container::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.gphoto-container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.no-scroll {
    overflow: hidden !important;
}

.g-menu-container ul {
    position: relative;
    padding: 150px;
    width: 100%;
    margin: 0;
    list-style: outside none none;
}

    .g-menu-container ul li {
        position: relative;
        padding: 10px;
    }

        .g-menu-container ul li a {
            color: #fff;
            text-decoration: none;
            opacity: 0.6;
        }

            .g-menu-container ul li a:hover {
                opacity: 1;
            }

.gphoto {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in;
    opacity: 0;
    display: block;
}

.gpshow {
    opacity: 1;
    -webkit-transition: -webkit-transform 25s ease-out;
    transition: -webkit-transform 25s ease-out;
    transition: transform 25s ease-out;
    transition: transform 25s ease-out, -webkit-transform 25s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: top center;
}

.g-menu-close {
    position: fixed;
    z-index: 3;
    top: 30px;
    right: 40px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}



.share-social-icons {
    margin-top: 35px;
}

    .share-social-icons i {
        font-size: 25px;
        margin-right: 10px;
    }

    .share-social-icons span {
        display: inline-block;
        vertical-align: middle;
        color: rgba(0,0,0,0.3);
        margin-right: 10px;
    }

.photo-share i {
    color: rgba(0,0,0,0.3);
}

.photo-share {
    padding: 20px;
    text-align: center;
}

.grid-share {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 21px;
    width: 50px;
}

    .grid-share a {
        float: none !important;
    }

    .grid-share i {
        margin-bottom: 10px;
    }

.fa-facebook-square:hover {
    color: #3B5998;
}

.fa-twitter:hover, .fa-twitter-square:hover {
    color: #55ACEE;
}

.fa-instagram:hover, .fa-instagram-square:hover {
    color: #517EA3;
}

.fa-google-plus-square:hover {
    color: #E52525;
}

.sl-close:hover {
    color: #E52525;
}

.single-image-container {
    text-align: center;
    position: relative;
}

    .single-image-container img {
        height: 70%;
        width: auto;
    }


.mobile-slider-container {
    position: relative;
    padding: 80px 0 0 0;
    display:none;
}

.m-item-container {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 1px;
}



    .m-item-container p {
        font-family: FuturaBT-Bold,sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        position: relative;
        color: #fff;
        font-size: 40px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.vid {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80%;
    background-color: #000;
    min-height: 500px;
    background-image: url(../videos/cover.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

.vid-content {
    position: absolute;
    bottom: 25%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

    .vid-content h3 {
        color: #fff;
        font-family: FuturaBT-Bold,sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #fff;
        font-size: 50px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        padding: 0 20%;
    }

    .vid-content h4 {
        margin-top: 40px;
        padding: 0 22%;
        font-family: 'Alex Brush', cursive;
        text-align: right;
        font-size: 45px;
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

.vid::before {
    background: transparent url("tile2.png") repeat scroll center center / 12px 12px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.vid::after {
    background: transparent url("vid-shadow.png") repeat scroll center center / 12px 12px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-size: 100% 100%;
}

.about-container {
    padding: 60px;
    position: relative;
}

.about-img {
    display: inline-block;
    width: 60%;
}

    .about-img img {
        width: 100%;
        height: auto;
    }

.about-content {
    position: relative;
    vertical-align: top;
    width: 45%;
    display: inline-block;
    padding: 60px 0px 60px 60px;
    background-color: #fff;
    margin-left: -180px;
    font-size: 16px;
    margin-top: 100px;
}

.equipment {
    padding: 60px 40px 60px 60px;
    background-color: #efefef;
}

    .equipment h3 {
        font-family: FuturaBT-Bold,sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 30px;
        margin-bottom: 40px;
        text-align:center;
    }

.equipment-container {
    padding: 0;
    position: relative;
    min-height: 300px;
}

.eq-item {
    width: 25%;
    position: relative;
    padding: 0 20px 60px 0;
}



    .eq-item img {
        width: 100%;
        height: auto;
    }

    .eq-item p {
        background-color: #000;
        bottom: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        position: absolute;
        right: 32px;
        z-index: 1;
    }
.contact {
    padding:60px;
    position:relative;
}
.contact-form-container {
    width:550px;
    margin: 0 auto;
}
.contact h3 {
        font-family: FuturaBT-Bold,sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 30px;
        margin-bottom: 40px;
        text-align:center;
    }


.contact .input-group{
    margin-bottom:20px
}


.popup{

    height: 100%;
    position:fixed;
    z-index:9999;
    background-color:rgba(0,0,0,0.8);
    width:100%;
   


}

.popup img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}
.popup i {
    position:absolute;
    color:#fff;
    font-size:35px;
    right:20px;
    top:20px;
    cursor:pointer;

}



@media screen and (min-width: 2200px) {
    .thumb-a {
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .thumb-a {
        width: 33%;
    }

    .eq-item {
        width: 33%;
    }
}

@media screen and (max-width: 900px) {
    .thumb-a {
        width: 50%;
    }

    .logo {
        font-size: 16px;
    }

    .menu {
    display: inline-block;
    font-size: 16px;
    top: 28px;
}

    .galleries-slide-container {
        display: none;
    }

    .mobile-slider-container {
        display:block;
    }
    .ght {
        font-size:20px;
    }
    .eq-item {
        width: 50%;
    }

    .sl-prev {
    left: 20px !important;
}

    .sl-next {
    right: 20px !important;
}
    .grid-share{
        bottom:0;
        top:auto;
    }

    .vid-content h3 {

    font-size: 25px;

}

    .vid-content h4 {

    font-size: 20px;

}
    .about-img {
    display: block;
    width: 100%;
}
    .about-content {
    
    display: block;
  
    margin-left: 0px;
    margin-top: 20px;
    padding: 0;
    width: 100%;
}

    .contact-form-container {
    
    width: 100%;
}



}

@media screen and (max-width: 750px) {
    .thumb-a {
        width: 50%;
    }


    .logo a span {
        display: none;
    }
}
