* { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
    overflow: hidden;
}
body {
    z-index: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}
    
    /*body header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0px 60px;
        z-index: 4;
    }*/
    body .main-container {
        background-color: #ffffff;
        height: calc(100% - 90px);
        position: relative;
        margin: 30px 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 3;
    }
    body .main-container.with-padding {
        padding: 30px 30px;
    }
    body .wrapper {
        position: relative;
        height: 100%;
        width: 100%;
    }
    body .wrapper .inner-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 0px;
    }
    .clearfix:before,
    .clearfix:after {
        content:"";
        display:table;
    }
    .clearfix:after {
        clear:both;
    }

    /*Flexslider*/
        .inner-wrapper .flexslider {
            position: relative;
        }
        .inner-wrapper .flexslider .nav .next {
            position: absolute;
            top: 50%;
            padding: 20px 20px;
            background-color: #ffffff;
            color: #000000;
            font-size: 10px;
            font-family: 'cosy';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            cursor: pointer;
            z-index: 3;
            opacity: 0;
            -webkit-transform: translate(0%,-50%);
            -ms-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
            right: -10px;
        }
        .inner-wrapper .flexslider .nav .prev {
            position: absolute;
            top: 50%;
            padding: 20px 20px;
            background-color: #ffffff;
            color: #000000;
            font-size: 10px;
            font-family: 'cosy';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            cursor: pointer;
            z-index: 3;
            opacity: 0;
            -webkit-transform: translate(0%,-50%);
            -ms-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
            left: -10px;
        }
        .inner-wrapper .flexslider .nav .next:before {
            content: "\e600";
        }
        .inner-wrapper .flexslider .nav .prev:before {
            content: "\e609";
        }
        .inner-wrapper .flexslider:hover .nav .next {
            right: 15px;
            opacity: 0.7;
        }
        .inner-wrapper .flexslider:hover .nav .prev {
            left: 15px;
            opacity: 0.7;
        }
        .inner-wrapper .flexslider .nav .next:hover,
        .inner-wrapper .flexslider .nav .prev:hover {
            opacity: 1;
        }

    /*Lightbox*/
        .mfp-bg {
            background-color: #ffffff;
        }
        .mfp-container .arrow-left, .mfp-container .arrow-right {
            font-family: 'cosy';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            cursor: pointer;
            border: 0;
            position: absolute;
            opacity: 1;
            font-size: 18px;
            color: #7C7C7C;
            width: 30px;
            height: 30px;
            background-color: transparent;
        }
        .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            color: #333333;
        }
        .mfp-container .arrow-left {
            left: 20px;
            top: 50%;
        }
        .mfp-container .arrow-right {
            right: 20px;
            top: 50%;
        }
        .mfp-container .arrow-left:before {
            content: "\e609";
        }
        .mfp-container .arrow-right:before {
            content: "\e600";
        }
        .mfp-container .arrow-left:hover, .mfp-container .arrow-right:hover {
            color: #000000;
        }
        .mfp-figure {
            -webkit-animation-name: fadeInLeft;
            -moz-animation-name: fadeInLeft;
            -o-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
            -webkit-animation-duration: .4s;
            -moz-animation-duration: .4s;
            -ms-animation-duration: .4s;
            -o-animation-duration: .4s;
            animation-duration: .4s;
            -webkit-animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -ms-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
        }
        .mfp-image-holder .mfp-content {
            max-width: 90%;
        }

/*==========================================================================================================================================
/*==========================================================================================================================================
    7.Gallery Setup
============================================================================================================================================
============================================================================================================================================*/

    /*Horizontal - Normal & Centered*/

        /*Basic*/
            .gallery-h {
                position: relative;
                width: 100%;
                height: 100%;
            }
            .gallery-h .nav {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }
            .gallery-h .nav a {
                color: #7C7C7C;
            }
            .gallery-h .nav .prev {
                font-size: 22px;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(0%,-50%);
                -ms-transform: translate(0%,-50%);
                transform: translate(0%,-50%);
                left: -75px;
            }
            .gallery-h .nav .next {
                font-size: 22px;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(0%,-50%);
                -ms-transform: translate(0%,-50%);
                transform: translate(0%,-50%);
                color: #7C7C7C;
                right: -75px;
            }
            .gallery-h .nav a:hover {
                color: #000000;
            }
            .gallery-h .gallery {
                position: relative;
                height: 100%;
                width: 100%;
                overflow: hidden;
            }
            .gallery-h .gallery .container {
                position: relative;
                width: 99999px;
                height: 100%;
            }
            .gallery-h .gallery .img {
                float: left;
                margin-right: 30px;
                height: 100%;
            }
            .gallery-h .gallery .img:last-child {
                margin: 0;
            }
            .gallery-h .gallery .img a {
                position: relative;
                display: block;
                height: 100%;
                width: auto;
            }
            .gallery-h .gallery .img img {
                height: 100%;
                width: auto;
            }
            .gallery-h .gallery .container .img a:before {
                display: block;
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: #ffffff;
            }

        /*Normal*/
            .gallery-h.normal .gallery .container .img a:before {
                opacity: 0;
            }
            .gallery-h.normal .gallery .container.hovered .img a:before {
                opacity: 0.7;
            }
            .gallery-h.normal .gallery .container.hovered .img.active a:before {
                opacity: 0;
            }
            .gallery-h.normal .mCSB_container {
                margin: 0;
                height: 100%;
            }
            .gallery-h.normal .mCSB_scrollTools_horizontal {
                opacity: 0!important;
            }

        /*Centered*/
            .gallery-h.centered .gallery .container .img a:before {
                opacity: 0.7;
            }
            .gallery-h.centered .gallery .container .img.active a:before {
                opacity: 0;
            }

/*==========================================================================================================================================
/*==========================================================================================================================================
	13.Responsive Design Setup
============================================================================================================================================
============================================================================================================================================*/

    /*========== W I D E     S C R E E N =============*/

    @media only screen and (min-width : 1100px) and (max-width : 1441px) {

        .content-inner {
            max-width: 960px;
        }

    }


    /*========== M E D I U M     S C R E E N =============*/

    @media only screen and (max-width : 1100px) {


        /*Gallery*/

            /*Horizontal*/
                .gallery-h .nav .prev {
                    font-size: 18px;
                    left: -72px;
                }
                .gallery-h .nav .next {
                    font-size: 18px;
                    right: -71px;
                }

        /*Lightbox*/
            .mfp-image-holder .mfp-content {
                max-width: 85%;
            }
       
    }

    @media only screen and (max-width : 768px) {
    
            /*Fullscreen Slideshow*/
                body .main-container {
                    margin: 0;
                }

        /*Gallery*/

            /*Horizontal*/

                /*Normal*/
                    .gallery-h .nav a {
                        z-index: 5;
                        background-color: #ffffff;
                        padding: 15px;
                    }
                    .gallery-h .nav .prev {
                        left: 5px;
                        z-index: 5;
                        background-color: #ffffff;
                        padding: 15px;
                    }
                    .gallery-h .nav .next {
                        right: 5px;
                        z-index: 5;
                        background-color: #ffffff;
                        padding: 15px;
                    }
    }

    /*========== S M A L L     S C R E E N =============*/

    @media only screen and (max-width : 480px) {

        /*Gallery*/
            .gallery-h .nav .next {
                right: 7px;
                padding: 8px;
                font-size: 12px;
            }
            .gallery-h .nav .prev {
                left: 7px;
                padding: 8px;
                font-size: 12px;
            }
            .mfp-image-holder .mfp-content {
                max-width: 65%;
            }
    }