body {
    font-family: 'SegoeUILight';
    line-height: 22px;
    font-size: 14px;
    color: #565656;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}

button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/**/
#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    /*margin: 0 auto -90px;*/
    margin: 0 auto 0px;
}

/*#preloader {
    left: 50%;
    margin: -50px 0 0 -50px;
    position: fixed;
    top: 50%;
    height: 100px;
    width: 100px;
}*/

/*.wrapper {
    opacity: 0;
    overflow: hidden;
}*/

html, body, form {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.main {
    width: auto;
    max-width: 100%;
    overflow:hidden;
}

#push,
#footer {
    background: #150c04;
    color: #a56c1c;
    /*line-height:90px;
    height: 90px;*/
    line-height: normal;
    height: auto;
}

    #footer .fa {
        color: #f29e29;
    }
/**/
.noPadLR {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/***/
header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

    header:after {
        content: '';
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0px;
        left: 0px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
       background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); 

        /* backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.4) !important; */
    }

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

.main-nav {
    /*background: transparent;*/
    background: none;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: 'SegoeUIRegular';
    padding-left: 15px;
    padding-right: 15px;
}

    .main-nav .navbar-nav {
        text-align: left;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .main-nav.navbar .container {
        position: relative;
    }

    .main-nav.navbar .navbar-collapse {
        position: absolute;
        right: 15px;
        top: 50px;
        width: 250px;
        background: #f29e29;
    }

        .main-nav.navbar .navbar-collapse .navbar-nav > li > a {
            color: #fff !important;
            background: #f29e29 !important;
        }

            .main-nav.navbar .navbar-collapse .navbar-nav > li > a:focus {
                color: none !important;
                background: none !important;
            }

            .main-nav.navbar .navbar-collapse .navbar-nav > li > a:hover {
                color: #fff !important;
                background: #603610 !important;
            }
            .main-nav.navbar .navbar-collapse .navbar-nav > li.active > a {
                color: #fff !important;
                background: #603610 !important;
            }
            .main-nav.navbar .navbar-collapse .navbar-nav > li > a.navDrop.collapsed {
                color: #fff !important;
                background: #f29e29 !important;
            }

        .main-nav.navbar .navbar-collapse .navbar-nav > li > ul.nav.collapse > li > .menu-content {
            background: #8d4f17;
        }

            .main-nav.navbar .navbar-collapse .navbar-nav > li > ul.nav.collapse > li > .menu-content > .nav.nav-stacked > li > a {
                background: #8d4f17 !important;
                color: #fff !important;
                padding-left: 25px;
            }

                .main-nav.navbar .navbar-collapse .navbar-nav > li > ul.nav.collapse > li > .menu-content > .nav.nav-stacked > li > a:hover {
                    background: #7d4614 !important;
                    color: #fff !important;
                }

.top-nav-collapse {
    background: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .top-nav-collapse .navbar-nav {
        text-align: left;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.main-nav.top-nav-collapse {
    background: #fff;
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
}

.main-nav .navbar-brand {
    height: auto;
    padding: 0;
    margin-left: 0 !important;
}

    .main-nav .navbar-brand > a img {
        width: 185px;
        height: auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.main-nav.top-nav-collapse .navbar-brand > a img {
    width: 100px;
}

.main-nav.navbar.top-nav-collapse .navbar-collapse {
    position: absolute;
    right: 15px;
    top: 38px;
}

.main-nav.top-nav-collapse .navbar-toggle {
    margin-top: 6px;
    margin-bottom: 0px;
}
/**/
.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 12px;
    margin-right: 0px;
    background: none;
    border: none;
    padding: 0px;
}

.main-nav .navbar-toggle .icon-bar {
    background: #f29e29 !important;
    height: 4px;
    border-radius: 4px;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background: none !important;
}

    .navbar-toggle:hover .icon-bar {
        background: none;
        border: none;
        padding: 0px;
        background: #603610;
    }

.navbar-nav {
    margin-top: 0px !important;
}

@media (min-width: 767px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        width: 300px;
        float: right;
    }

    navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                color: #603610 !important;
                background: #f29e29;
            }

                .navbar-nav > li > a:focus,
                .navbar-nav > li > a:hover {
                    background: #603610 !important;
                    color: #fff !important;
                }

                .navbar-nav > li > a.collapsed[data-toggle="collapse"] {
                    background: #f29e29 !important;
                    color: #603610 !important;
                }

                .navbar-nav > li > a[data-toggle="collapse"] {
                    background: #603610 !important;
                    color: #fff !important;
                }

            .navbar-nav > li > .nav.collapse {
                background: #8d4f17 !important;
            }

                .navbar-nav > li > .nav.collapse.in .nav > li > a {
                    background: #8d4f17 !important;
                    color: #fff !important;
                    padding-left: 25px;
                }

                .navbar-nav > li > .nav.collapse .nav > li > a:hover {
                    background: #7d4614 !important;
                    color: #fff !important;
                }



    .collapse.in {
        display: block !important;
    }
}
/**/
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background: none !important;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg);
}
/**/
.page-content {
    background: #ffffff;
    position: relative;
    /*z-index: 9;*/
    z-index: 0;
}

.npQuote {
    font-size: 22px;
    font-style: italic;
    text-align: center;
    background: #fff;
    padding-top: 68px;
    padding-bottom: 56px;
    position: relative;
}

    .npQuote b {
        font-weight: normal;
    }

.part1 {
    background: url('../images/part1.png') no-repeat left center;
    position: absolute;
    top: 20%;
    left: 0px;
    display: block;
    width: 75px;
    height: 230px;
    background-size: cover;
    z-index: 1;
}

@-webkit-keyframes npBounce {
    0%,10%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40%,60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes npBounce {
    0%,10%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40%,60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-npBounce.animated, .faa-npBounce.animated-hover:hover {
    -webkit-animation: bounce 10s ease infinite;
    animation: bounce 10s ease infinite;
}
/**/
@-webkit-keyframes npBounce2 {
    0%,15%,25%,55%,85% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    45%,65% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes npBounce2 {
    0%,15%,25%,55%,85% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    45%,65% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-npBounce2.animated, .faa-npBounce2.animated-hover:hover {
    -webkit-animation: bounce 8s ease infinite;
    animation: bounce 8s ease infinite;
}
/**/
@-webkit-keyframes npBounce3 {
    0%,5%,15%,45%,75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    35%,55% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes npBounce3 {
    0%,5%,15%,45%,75% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    35%,55% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-npBounce3.animated, .faa-npBounce3.animated-hover:hover {
    -webkit-animation: bounce 9s ease infinite;
    animation: bounce 9s ease infinite;
}

.npQuote p {
    color: #000;
    font-family: 'SegoeUIRegular';
}

    .npQuote p .fa {
        color: #828282;
        font-size: 28px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        top: 3px;
    }
/**/
.npPartTitle {
    padding-top: 43px;
    padding-bottom: 7px;
}

    .npPartTitle h1 {
        font-family: 'Damion', cursive;
        font-size: 40px;
        color: #c30b2f;
        text-align: center;
    }
/**/
.part2 {
    background: url('../images/part4.png') no-repeat left top;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 400px;
    height: 592px;
    background-size: cover;
    z-index: 0;
}

@media(max-width:767px) {
    .part2 {
        top: inherit;
        bottom: -50px;
        width: 300px;
        height: 440px;
    }
}

.fa-npSpin {
    -webkit-animation: fa-spin 100s infinite linear;
    animation: fa-spin 100s infinite linear;
}

@-webkit-keyframes fa-npSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-npSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.npServices {
    background: #f5f5f5;
    padding-bottom: 40px;
    position: relative;
}

    .npServices .npServiceRow {
        position: relative;
        z-index: 1;
    }

        .npServices .npServiceRow ul {
            margin: 0px;
            padding: 0px;
        }

            .npServices .npServiceRow ul li {
                padding-left: 15px;
                padding-right: 15px;
                min-height: 1px;
                float: left;
                position: relative;
                width: 20%;
                display: block;
            }



        .npServices .npServiceRow .npServicesCol {
            transition: all 0.3s ease-out 0s;
            display: block;
            padding: 25px 10px 14px;
            border: 1px solid #f29e29;
            text-align: center;
            margin-bottom: 30px;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
            background: #f5f5f5;
        }

            .npServices .npServiceRow .npServicesCol:hover {
                box-shadow: 0px 0px 5px #f29e29;
                background: #fff;
                transition: all 0.3s ease-out 0s;
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -moz-transform: scale(1.1);
                transform: scale(1.1);
            }

            .npServices .npServiceRow .npServicesCol figure {
                display: block;
                height: 80px;
            }

                .npServices .npServiceRow .npServicesCol figure img {
                    max-height: 80px;
                    display: block;
                    margin: auto;
                }

            .npServices .npServiceRow .npServicesCol h3, .npServices .npServices .npServicesCol h3 span {
                display: block;
                text-align: center;
                text-transform: uppercase;
                /*font-family: 'SegoeUIbold';*/
                font-family: 'SegoeUISemibold';
                width: 100%;
            }

                .npServices .npServiceRow .npServicesCol h3 span {
                    color: #603610;
                    font-size: 15px;
                    display: block;
                    padding-bottom: 3px;
                }

            .npServices .npServiceRow .npServicesCol h3 {
                color: #f29e29;
                font-size: 20px;
                margin-bottom: 6px;
            }

            .npServices .npServiceRow .npServicesCol p {
                /*font-family: 'SegoeUIRegular';*/
                font-size: 12px;
                margin-bottom: 11px;
                font-family: 'SegoeUIRegular';
            }

                .npServices .npServiceRow .npServicesCol p a {
                    background: #f29e29;
                    color: #fff;
                    padding: 10px 20px;
                    text-transform: uppercase;
                    display: inline-block;
                    font-family: 'SegoeUIRegular';
                    font-size: 14px;
                }

                    .npServices .npServiceRow .npServicesCol p a:hover {
                        background: #603610;
                    }

@media(max-width:1200px) {

    .npServices .npServiceRow ul li:first-child {
        width: 33.33333333% !important;
    }

    .npServices .npServiceRow ul li:nth-child(2) {
        width: 33.33333333% !important;
    }

    .npServices .npServiceRow ul li:nth-child(3) {
        width: 33.33333333% !important;
    }

    .npServices .npServiceRow ul li:nth-last-child(2) {
        width: 50% !important;
    }

    .npServices .npServiceRow ul li:last-child {
        width: 50% !important;
    }
}

@media(max-width:991px) {
    .npServices .npServiceRow ul li:first-child {
        width: 50% !important;
    }

    .npServices .npServiceRow ul li:nth-child(2) {
        width: 50% !important;
    }

    .npServices .npServiceRow ul li:nth-child(3) {
        width: 50% !important;
    }

    .npServices .npServiceRow ul li:nth-last-child(2) {
        width: 50% !important;
    }

    .npServices .npServiceRow ul li:last-child {
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .npServices .npServiceRow ul {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

        .npServices .npServiceRow ul li:first-child {
            width: 100% !important;
        }

        .npServices .npServiceRow ul li:nth-child(2) {
            width: 100% !important;
        }

        .npServices .npServiceRow ul li:nth-child(3) {
            width: 100% !important;
        }

        .npServices .npServiceRow ul li:nth-last-child(2) {
            width: 100% !important;
        }

        .npServices .npServiceRow ul li:last-child {
            width: 100% !important;
        }

    .npServices .npServiceRow .npServicesCol {
        transition: all 0.3s ease-out 0s;
        display: block;
        padding: 25px 10px 14px;
        border: 1px solid #f29e29;
        text-align: center;
        margin-bottom: 30px;
        -webkit-transform: scale(0.988);
        -ms-transform: scale(0.98);
        -moz-transform: scale(0.98);
        transform: scale(0.98);
    }

        .npServices .npServiceRow .npServicesCol:hover {
            box-shadow: 0px 0px 5px #f29e29;
            background: #fff;
            transition: all 0.3s ease-out 0s;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }
}
/**/
.npBook {
    padding-bottom: 56px;
    background: url('../images/npBookBg-lg1.png') no-repeat fixed 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .npBook .npPartTitle h1 {
        color: #f29e29 !important;
    }

    .npBook p {
        text-align: center;
        color: #fff;
        font-family: 'SegoeUIRegular';
        font-size: 17px;
    }

        .npBook p b {
            color: #c30b2f;
            font-weight: normal;
        }

.npBookTabs {
}

    .npBookTabs .tab-pane .padLR {
        padding-left: 5px;
        padding-right: 5px;
    }

    .npBookTabs .nav-tabs {
        text-align: center !important;
        border-bottom: none;
        font-size: 0px;
    }

        .npBookTabs .nav-tabs > li {
            display: inline-block !important;
            margin-bottom: 25px;
            float: inherit;
        }

            .npBookTabs .nav-tabs > li > a {
                margin-right: 0px;
                font-size: 14px;
                font-family: 'SegoeUIBold';
                /*font-family: 'SegoeUISemibold';*/
                /*font-family: 'SegoeUIRegular';*/
                text-transform: uppercase;
                color: #a2846c;
                border-radius: 25px;
                background: #7d4b15;
                border: none !important;
                padding: 16px 25px;
                position: relative;
            }

            .npBookTabs .nav-tabs > li:first-child > a {
                border-radius: 25px 0px 0px 25px;
                border: none;
                margin-right: -1px;
            }

            .npBookTabs .nav-tabs > li:last-child > a {
                border-radius: 0px 25px 25px 0px;
                border: none;
            }

            .npBookTabs .nav-tabs > li.active:first-child > a {
                border-radius: 25px 0px 0px 25px;
                border: none;
                background: #f29e29;
                color: #613711;
            }

                .npBookTabs .nav-tabs > li.active:first-child > a:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    margin-left: -21px;
                    top: 47px;
                    display: block;
                    width: 0;
                    height: 0;
                    border-left: 21px solid transparent;
                    border-top: 21px solid #f29e29;
                    border-right: 21px solid transparent;
                }

            .npBookTabs .nav-tabs > li.active:last-child > a {
                border-radius: 0px 25px 25px 0px;
                border: none;
                background: #f29e29;
                color: #613711;
            }

                .npBookTabs .nav-tabs > li.active:last-child > a:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    margin-left: -21px;
                    top: 47px;
                    display: block;
                    width: 0;
                    height: 0;
                    border-left: 21px solid transparent;
                    border-top: 21px solid #f29e29;
                    border-right: 21px solid transparent;
                }


                .npBookTabs .nav-tabs > li.active:first-child > a:hover, .npBookTabs .nav-tabs > li.active:first-child > a:Focus, .npBookTabs .nav-tabs > li.active:last-child > a:hover, .npBookTabs .nav-tabs > li.active:last-child > a:Focus {
                    background: #f29e29;
                    color: #613711;
                }

            .npBookTabs .nav-tabs > li:first-child > a:hover, .npBookTabs .nav-tabs > li:first-child > a:focus, .npBookTabs .nav-tabs > li:last-child > a:hover, .npBookTabs .nav-tabs > li:last-child > a:focus {
                background: #96561d;
                color: #a2846c;
            }

    .npBookTabs .tab-pane .input-group {
        margin-bottom: 25px;
        background: #fff;
    }

        .npBookTabs .tab-pane .input-group .input-group-addon {
            border-radius: 0px;
            background: #fff;
            border: 1px solid #ebebeb;
            padding: 6px 18px !important;
        }

        .npBookTabs .tab-pane .input-group .form-control {
            border-radius: 0px;
            background: #fff;
            border: 1px solid #ebebeb;
            border-left: 0px !important;
            border-top: 0px !important;
            height: 52px;
            color: #000;
            font-size: 14px;
            letter-spacing: 1px;
            font-family: 'SegoeUIRegular';
        }

            .npBookTabs .tab-pane .input-group .form-control::-moz-placeholder {
                color: #000 !important;
                opacity: 0.4 !important;
                font-size: 14px;
            }

            .npBookTabs .tab-pane .input-group .form-control:-ms-input-placeholder {
                color: #000 !important;
                opacity: 0.4 !important;
                font-size: 14px;
            }

            .npBookTabs .tab-pane .input-group .form-control::-webkit-input-placeholder {
                color: #000 !important;
                opacity: 0.4 !important;
                font-size: 14px;
            }

        .npBookTabs .tab-pane .input-group .input-group-addon i {
            color: #000;
        }

    .npBookTabs .tab-pane .col-sm-12.text-center {
        margin-bottom: 19px;
    }

    .npBookTabs .tab-pane .bookBtn {
        background: #f29e29;
        color: #fff;
        padding: 14px 25px;
        text-transform: uppercase;
        display: inline-block;
        font-family: 'SegoeUIRegular';
        font-size: 14px;
        border-radius: 0px;
    }

        .npBookTabs .tab-pane .bookBtn:hover {
            background: #603610;
        }

@media(max-width:767px) {
    .npBook {
        padding-bottom: 66px;
    }

    .npBookTabs .tab-pane .padLR {
        padding-left: 15px;
        padding-right: 15px;
    }

    .npBookTabs .tab-pane .input-group {
        margin-bottom: 15px;
    }

    .npBookTabs .tab-pane .bookBtn {
        margin-top: 10px;
    }
}
/**/
.npPhoto {
    padding-bottom: 70px;
    background: #f5f5f5;
}

.npPhotoGallery {
}

.npPhotoGallery {
    padding-left: 10px;
    padding-right: 10px;
}

    .npPhotoGallery li {
        padding-left: 5px;
        padding-right: 5px;
        min-height: 1px;
        float: left;
        position: relative;
        width: 20%;
        list-style: none;
        margin-bottom: 10px;
    }

        .npPhotoGallery li a {
            display: block;
            position: relative;
            cursor: zoom-in;
        }

            .npPhotoGallery li a .npPhotoName {
                visibility: hidden;
                opacity: 0;
                transition: all 0.3s ease-out 0s;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                top: 0px;
                position: relative;
                z-index: 1;
                cursor: default;
            }

            .npPhotoGallery li a:hover .npPhotoName {
                visibility: visible;
                opacity: 1;
                transition: all 0.3s ease-out 0s;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                top: 50%;
            }

            .npPhotoGallery li a .npPhotoName {
                position: absolute;
                /*top: 50%;*/
                text-align: center;
                left: 0px;
                right: 0px;
                margin-top: -26px;
                z-index: 1;
            }

                .npPhotoGallery li a .npPhotoName i {
                    display: inline-block;
                    background: rgba(242,158,41,0.9);
                    color: #603610;
                    text-transform: uppercase;
                    font-family: 'SegoeUIBold';
                    font-style: normal;
                    padding: 15px 20px;
                }

            .npPhotoGallery li a img {
                transition: filter .5s ease-in-out;
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
                filter: grayscale(0%);
                /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/
            }

            .npPhotoGallery li a:hover img {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                filter: grayscale(100%);

                /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/ /* Firefox 10+, Firefox on Android */
                /*filter: gray;*/ /* IE6-9 */
            }

            .npPhotoGallery li a img, .npPhotoGallery li img {
                max-width: 100%;
                
            }

@media(max-width:991px) {
    .npPhotoGallery li {
        width: 50%;
    }
}

@media(max-width:400px) {
    .npPhotoGallery li {
        width: 100%;
    }
}
/**/
.npMenuCard {
    background: url('../images/npMenu-Bg.png') repeat-y fixed 50% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media(max-width:767px) {
    .npMenuCard {
        background: url('../images/npMenu-Bg.png') repeat-y fixed 50% center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.npMenuTable {
    display: table;
}

    .npMenuTable .npMenuCardMenu {
        display: table-cell;
    }

    .npMenuTable .npMenuCardMenuInfo {
        display: table-cell;
    }

.npMenuCard .npMenuCardMenu {
    width: 250px;
    /*float: left;*/
    background: #f29e29;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-right: 30px;
}

    .npMenuCard .npMenuCardMenu li {
        position: relative;
    }

        .npMenuCard .npMenuCardMenu li a {
            text-transform: uppercase;
            font-family: 'SegoeUIBold';
            color: #603610;
            display: block;
            padding: 8px 20px;
            font-size: 16px;
            position: relative;
        }

            .npMenuCard .npMenuCardMenu li a:hover:after {
                content: '';
                position: absolute;
                right: 0px;
                top: 0px;
                display: block;
                width: 0;
                height: 0;
                border-top: 21px solid transparent;
                border-right: 21px solid #f29e29;
                border-bottom: 21px solid transparent;
            }

            .npMenuCard .npMenuCardMenu li a:hover {
                background: #603610;
                color: #f29e29;
            }

.npMenuCard .npMenuCardMenuInfo {
    overflow: hidden;
    padding-top: 70px;
    padding-left: 30px;
    padding-bottom: 40px;
    vertical-align: top;
}

    .npMenuCard .npMenuCardMenuInfo .npMenuCardMenuInfoImg {
        display: block;
    }

        .npMenuCard .npMenuCardMenuInfo .npMenuCardMenuInfoImg figure {
            display: block;
            padding: 0px;
            margin: 0px;
        }

            .npMenuCard .npMenuCardMenuInfo .npMenuCardMenuInfoImg figure img {
                display: block;
                max-width: 100%;
            }

        .npMenuCard .npMenuCardMenuInfo .npMenuCardMenuInfoImg figcaption {
            display: block;
            padding: 0px;
            margin-bottom: 30px;
            color: #fff;
        }

            .npMenuCard .npMenuCardMenuInfo .npMenuCardMenuInfoImg figcaption h3 {
                text-transform: uppercase;
                font-family: 'SegoeUISemibold';
                font-size: 17px;
                margin-top: 11px;
                margin-bottom: 3px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .npMenuCard .npMenuCardMenuInfo .npMenuCardMenuInfoImg figcaption p {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                font-size: 13px;
                font-family: 'SegoeUIRegular';
            }

.npCommonBtn {
    background: #f29e29;
    color: #fff;
    padding: 14px 25px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'SegoeUIRegular';
    font-size: 14px;
    border-radius: 0px;
}

    .npCommonBtn:hover {
        background: #603610;
        color: #f29e29;
    }
@media (max-width:575px) {
    .npMenuCard .npMenuCardMenuInfo {
        padding-left: 15px;

    }

  
}
/*--------------------------------------------------------------
## Portfolio Section Styles Starts 
--------------------------------------------------------------*/

.portfolio-section,
.portfolio-wrapper,
#filter-list {
    float: left;
    width: 100%;
}

.portfolio-col-4 .portfolio-item {
    width: 25%;
}

.portfolio-col-3 .portfolio-item {
    width: 33.33%;
}

.portfolio-col-2 .portfolio-item {
    width: 25%;
}

.portfolio-col-1 .portfolio-item {
    width: 25%;
}

.portfolio-col-4 .portfolio-item img, .portfolio-col-3 .portfolio-item img {
    max-width: 100%;
}

.portfolio-item {
    float: left;
    min-height: 1px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}

#filter-list {
    text-align: left;
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0px;
}

    #filter-list li {
        text-transform: uppercase;
        font-family: 'SegoeUIBold';
        color: #603610;
        display: block;
        padding: 8px 20px;
        font-size: 16px;
        position: relative;
        cursor: pointer;
    }

        #filter-list li:hover, #filter-list li.active {
            background: #603610;
            color: #f29e29;
        }

            #filter-list li:hover:after,
            #filter-list li.active:after {
                content: '';
                position: absolute;
                right: 0px;
                top: 0px;
                display: block;
                width: 0;
                height: 0;
                border-top: 19px solid transparent;
                border-right: 19px solid #f29e29;
                border-bottom: 19px solid transparent;
            }


            #filter-list li:hover:after,
            #filter-list li.active:after,
            #filter-list li:after,
            .portfolio-image img,
            .portfolio-item .portfolio-image img {
                -webkit-transition: 0.4s ease-in-out;
                -moz-transition: 0.4s ease-in-out;
                -o-transition: 0.4s ease-in-out;
                transition: 0.4s ease-in-out;
            }

@media(max-width:1200px) {
    .portfolio-col-3 .portfolio-item {
        width: 50%;
    }
}

@media(max-width:991px) {
    .portfolio-col-3 .portfolio-item {
        width: 100%;
    }
}
@media (max-width:495px) {


    .portfolio-col-3 {
        width: 100%;
    }
}
@media (max-width:470px) {
    
    .portfolio-col-3 {
        width: 90%;
    }
}
/**/
.npReview {
    padding-bottom: 56px;
    position: relative;
}


    .npReview .carousel-indicators .active {
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
    }

    .npReview .carousel {
        padding: 0px 90px;
        position: relative;
    }

    .npReview .carousel-inner {
        position: relative;
        z-index: 1;
    }

    .npReview .carousel-control {
        color: #d1d1d1;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #d1d1d1;
        text-align: center;
        line-height: 61px;
        text-shadow: none;
        top: 50% !important;
        margin-top: -32px;
        z-index: 1;
    }

        .npReview .carousel-control i {
            color: #d1d1d1;
        }

        .npReview .carousel-control:hover {
            color: #f29e29;
            border: 1px solid #f29e29;
        }

            .npReview .carousel-control:hover i {
                color: #f29e29;
            }

        .npReview .carousel-control:hover, .npReview .carousel-control:focus {
            color: #f29e29;
        }

        .npReview .carousel-control.left, .npReview .carousel-control.right {
            background-image: none;
        }

    .npReview .npReviewImg {
        margin-bottom: 14px;
    }

    .npReview .npReviewImg {
        width: 203px;
        display: block;
        float: left;
        border-right: 1px solid #e4e4e4;
        margin-right: 30px;
        position: relative;
    }

        .npReview .npReviewImg:after {
            content: '"';
            position: absolute;
            right: -10px;
            top: 50%;
            color: #c30b2f;
            padding-top: 15px;
            width: 30px;
            height: 36px;
            background: #fff;
            font-size: 50px;
            margin-top: -18px;
            font-family: 'SegoeUISemibold';
            display: block;
            font-style: italic;
        }

        .npReview .npReviewImg figure {
            width: 172px;
            height: 172px;
            display: block;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2);
            margin: 0px;
            position: relative;
        }

            .npReview .npReviewImg figure img {
                max-width: 100%;
                max-height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                display: block;
                margin: auto;
                border-radius: 50%;
            }

    .npReview .npReviewInfo {
        overflow: hidden;
        font-family: 'SegoeUIRegular';
    }

        .npReview .npReviewInfo p {
            font-family: 'SegoeUIRegular';
            font-style: italic;
        }

        .npReview .npReviewInfo h4 {
            font-family: 'Damion', cursive;
            font-size: 25px;
            color: #c30b2f;
            margin-top: 20px;
        }

@media (max-width:1200px) {
    .npReview .npReviewImg {
        width: 100%;
        display: block;
        float: inherit;
        border-right: 0px solid #e4e4e4;
        margin-right: 0px;
        position: relative;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e4e4e4;
    }

        .npReview .npReviewImg:after {
            content: '"';
            position: absolute;
            top: inherit;
            bottom: -30px;
            left: 50%;
            width: 30px;
            height: 30px;
            margin-left: -15px;
            padding-right: 30px;
            padding-top: inherit;
            color: #c30b2f;
            font-size: 50px;
            font-family: 'SegoeUISemibold';
            font-style: italic;
            text-align: center;
        }

        .npReview .npReviewImg figure {
            width: 120px;
            height: 120px;
            display: block;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2);
            margin: 0 auto;
            position: relative;
        }



    .npReview .npReviewInfo {
        overflow: inherit;
        display: block;
        font-family: 'SegoeUIRegular';
    }

        .npReview .npReviewInfo p, .npReview .npReviewInfo h4 {
            text-align: center;
        }
}

.part3 {
    background: url('../images/part3.png') no-repeat right center;
    position: absolute;
    top: 20%;
    right: 0px;
    display: block;
    width: 322px;
    height: 316px;
    background-size: cover;
    z-index: -1;
}

@media(max-width:991px) {
    .part3 {
        top: 55%;
        width: 275px;
        height: 270px;
        background-size: cover;
    }
}
/**/
.npNewsLetter {
    position: relative;
    z-index: 2;
}

    .npNewsLetter .col-sm-12 {
        /*background:#613711;*/
    }

    .npNewsLetter .npNews {
        padding: 66px 200px 53px;
        background: #613711 url(../images/email-news-icon.png) no-repeat left bottom;
    }

        .npNewsLetter .npNews h1 {
            font-family: 'Damion', cursive;
            font-size: 40px;
            color: #f29e29;
            margin-top: 0px;
            display: block;
        }

            .npNewsLetter .npNews h1 span {
                display: block;
                font-size: 20px;
                color: #fff;
            }

        .npNewsLetter .npNews .input-group .form-control {
            background: #f6b355;
            border: none;
            padding: 15px 25px !important;
            border-radius: 0px;
            height: 60px;
            font-size: 17px;
            color: #603610 !important;
            letter-spacing: 1px;
        }

        .npNewsLetter .npNews .input-group .btn {
            background: #f29e29;
            border: none;
            padding: 15px 25px !important;
            border-radius: 0px;
            height: 60px;
            font-size: 17px;
            color: #fff !important;
        }

            .npNewsLetter .npNews .input-group .btn:hover {
                background: #db8f25;
            }

        .npNewsLetter .npNews .input-group .form-control:focus {
            box-shadow: none !important;
            border: none !important;
        }

        .npNewsLetter .npNews .input-group .form-control::-moz-placeholder {
            color: #603610 !important;
            opacity: 0.8 !important;
            font-size: 17px;
        }

        .npNewsLetter .npNews .input-group .form-control:-ms-input-placeholder {
            color: #603610 !important;
            opacity: 0.8 !important;
            font-size: 17px;
        }

        .npNewsLetter .npNews .input-group .form-control::-webkit-input-placeholder {
            color: #603610 !important;
            opacity: 0.8 !important;
            font-size: 17px;
        }

@media(max-width:991px) {
    .npNewsLetter .npNews {
        padding: 66px 100px 53px;
    }
}
/**/
footer {
    font-family: 'SegoeUIRegular';
    /*padding-top: 45px;*/
    padding-top: 140px;
    margin-top: -95px;
    position: relative;
    z-index: 1;
}

    footer h3 {
        color: #f29e29;
        font-size: 25px;
        text-transform: uppercase;
        font-family: 'SegoeUIBold';
        text-align: center;
    }

    footer span {
        display: block;
        text-align: center;
    }

        footer span i.fa {
            font-size: 25px;
            text-align: center;
            margin-top: 10px;
            padding-bottom: 6px;
        }

    footer ul.list-unstyled {
        padding-bottom: 30px;
    }

        footer ul.list-unstyled li {
            display: block;
            text-align: center;
            line-height: 25px;
        }

    footer ul.list-inline {
        text-align: center;
        padding-bottom: 30px;
        margin-top: 6px;
    }

        footer ul.list-inline li {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }

            footer ul.list-inline li a {
                width: 40px;
                height: 40px;
                background: #613711;
                display: block;
                color: #f29e29;
                text-align: center;
                line-height: 40px;
            }

                footer ul.list-inline li a:hover {
                    background: #f29e29;
                }

                    footer ul.list-inline li a:hover i {
                        color: #613711 !important;
                    }
/**/
.npSubFoot {
    background: #0a0500;
    font-family: 'SegoeUIRegular';
    color: #603610;
    padding: 26px 15px 15px;
    font-size: 11px;
    margin-top: 36px;
}

    .npSubFoot a {
        color: #603610;
    }

        .npSubFoot a:hover {
            color: #f29e29;
        }

    .npSubFoot .footCopy {
        display: inline-block;
        text-align: left;
        float: left;
        padding-bottom: 15px;
    }

    .npSubFoot .footDesign {
        display: inline-block;
        text-align: left;
        float: right;
        padding-bottom: 15px;
    }

@media(max-width:767px) {
    .npSubFoot .footCopy {
        display: block;
        text-align: center;
        float: inherit;
        padding-bottom: 10px;
    }

    .npSubFoot .footDesign {
        display: block;
        text-align: center;
        float: inherit;
        padding-bottom: 15px;
    }
}
/**/
