   
   
/*
Theme Name: The Nartey Group - True Custom
Theme URI: http://www.thenarteygroup.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.9
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.  IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

CSS By: Manuel Parejas / IM Dev

*/


/*******************************************************
 *
 * Fonts
 *
 *******************************************************/

/* @font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-SemiBd.ttf);
    font-weight: 600;
}

@font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-BlackItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-Black.ttf);
    font-weight: 800;
} */

/* @font-face {
    font-family: HarmoniaSans;
    src: url(css/fonts/HarmoniaSansPro-BlackItalic.ttf);
    font-weight: 800;
    font-style: italic;
} */



/*******************************************************
 *
 * 1. Extra
 *
 *******************************************************/

p.aios-starter-theme-entry-meta {
    display: none;
}

/* Extra */
::selection {
    background: #a81a20;
    color: #fff;
}

/* Placeholder effect */
[placeholder]:focus::-webkit-input-placeholder {
    transition: all 0.2s linear;
    transform: translate(10px, 0);
    opacity: 0;
    color:inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
    color:inherit;
}

textarea {
    overflow-x:hidden;
}


@-webkit-keyframes ani-mouse-top {
    0% {
    opacity: 0;
    top: 0%;
    }
    15% {
    opacity: 1;
    top: -50%;
    }
    50% {
    opacity: 1;
    top: -50%;
    }
    100% {
    opacity: 0;
    top: -50%;
    }
}
@-moz-keyframes ani-mouse-top {
    0% {
    opacity: 0;
    top: 0%;
    }
    15% {
    opacity: 1;
    top: -50%;
    }
    50% {
    opacity: 1;
    top: -50%;
    }
    100% {
    opacity: 0;
    top: -50%;
    }
}
@keyframes ani-mouse-top {
    0% {
    opacity: 0;
    top: 0%;
    }
    15% {
    opacity: 1;
    top: -50%;
    }
    50% {
    opacity: 1;
    top: -50%;
    }
    100% {
    opacity: 0;
    top: -50%;
    }
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

a {
    color: #a81a20;
}

    a:hover,
    a:visited,
    a:focus {
        color: #a81a20;
        text-decoration: none;
    }

.slick-slide {
    outline: none!important;
}


/* Global Style of CF7  */
.wpcf7 label {
    display: block;
}

.wpcf7-form-control-wrap {
    display: block;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 16px;
}

div.wpcf7-response-output {
    margin: 0;
    border: 2px solid #a81a20;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,.8);
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
    background: rgba(0,0,0,.8);
}


body{
    font-family: "HarmoniaSans", Sans-serif;
    font-family: 'Harmonia Sans Pro';
    font-size: 17px;
    background: #FFF;
    font-weight: 300;
    line-height: 26px;
    color: #444444;
    margin: 0;

    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 20%;
    width: auto;
    font-size: 11px;
    white-space: nowrap;
    display: none;
}
.use-floating-validation-tip .wpcf7-not-valid-tip:nth-of-type(1){
    display: block;
}

.outer-wrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-wrap {
    max-width: 1355px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

    .inner-wrap:after {
        clear: both;
        content: '';
        display: none;
    }


/* Buttons */


/* Button Transition  */
.fill-btn-wrap:before,
.outline-btn-wrap,
.outline-btn-wrap:after,
.outline-btn-wrap span {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}


/* Fill Button */
.fill-btn-wrap {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 125px;
    /* height: 40px; */
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    padding: 7px 5px;
    line-height: 25px;
}

    .fill-btn-wrap:before {
        width: 100%;
        height: 100%;
        background: #a81a20;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
    }

        .fill-btn-wrap:hover:before {
            background: #d03038;
        }

    .fill-btn-wrap span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        z-index: 3;
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

    .fill-btn-wrap span.arrow-icn{
        width: 34px;
        height: 7px;
        background: url(images/arrow-icn.png) center center no-repeat;
        background-size: 100% auto;
        font-size: 0!important;
        position: relative;
        margin-left: 3px;
    }

    .fill-btn-wrap span.loader{
        width: 34px;
        height: 20px;
        background: url(images/loading-icon.gif) center center no-repeat;
        background-size: contain;
        font-size: 0!important;
        position: relative;
        margin-left: 3px;
    }

    .fill-btn-wrap input[type=submit] {
        opacity: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;

        outline: none;
        border: none;
        padding: 0;
        margin: 0;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        background: none;
    }

/* Outline Button */
.outline-btn-wrap {
    position: relative;
    text-decoration: none!important;
    color: inherit;
    text-transform: uppercase;
    border: 1px solid #a81a20;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

    .outline-btn-wrap:after {
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: '';
    }

        .outline-btn-wrap:hover:after {
            height: 100%;
            opacity: 1;
            background: #a81a20;
            color: #fff!important;
        }

    .outline-btn-wrap span {
        display: inline-block;
        z-index: 2;
        position: relative;
        color: #a81a20;
    }

        .outline-btn-wrap:hover span {
            color: #fff;
        }

        .about-details .about-section-buttons a.kn-popup-btn {
            margin-left: 15px;
        }

/* Header */

/* Transitions */

header#main-header,
.header-container,
.header-logo img,
.header-container .header-left,
.header-container .header-nav,
.header-container .header-right {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

header#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
    background: rgba(0,0,0,.38);
}

    .header-container {
        width: 100%;
        padding: 24px 4.5%;
        color: #fff;
        position: relative;
        font-size: 0;
    }

    .header-container:after {
        clear: both;
        display: block;
        content: '';
    }

        .header-container .header-left,
        .header-container .header-nav,
        .header-container .header-right {
            display: inline-block;
            vertical-align: middle;
            box-sizing: border-box;
        }

        /* Header Left */
        .header-container .header-left {
            width: 28%;
            font-size: 17px;
            line-height: 1;
            font-size: 0;
        }
            .header-container .header-left a {
                display: inline-block;
                max-width: 295px;
                transition: all .3s ease;
            }
            .header-logo img {
                width: 100%;
                height: auto;
                display: block;
                max-width: 407px;
            }

            .header-logo img.header-desktop-logo {
                display: block;
            }

            .header-logo img.header-mobile-logo {
                display: none;
            }

        /* Header Nav */
        .header-container .header-nav {
            width: 59%;
            padding: 0 12px;
            text-align: center;
        }

            nav.header-nav #nav {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
                position: relative;
                font-size: 0;
            }

                nav.header-nav #nav li {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 15px;
                    font-weight: 400;
                    margin: 0 2%;
                    position: relative;
                }

                .name-Internet_Explorer  nav.header-nav #nav li {
                    margin: 0 20px 0 0;
                }

                    nav.header-nav #nav li a {
                        color: #ccc;
                        text-transform: uppercase;
                        text-align: center;
                        text-decoration: none;
                        display: block;
                        padding: 10px;
                        letter-spacing: 2px;
                    }

                    nav.header-nav #nav li .sub-menu {
                        display: none;
                        position: absolute;
                        left: 0px;
                        width: 140px;
                    }

                        nav.header-nav #nav li .sub-menu li {
                            display: block;
                            margin: 0 0 1px 0;
                            padding: 0;
                        }

                            nav.header-nav #nav li .sub-menu li a {
                                display: block;
                                text-align: left;
                                background: rgba(0,0,0,.85);
                                font-size: 13px;
                                line-height: 16px;
                                color: #f7f7f7;
                                letter-spacing: 0;
                                padding: 6px 10px;

                                transition: all .25s ease-in-out;
                                -webkit-transition: all .25s ease-in-out;
                                -moz-transition: all .25s ease-in-out;
                            }

                            nav.header-nav #nav li .sub-menu li a:hover {
                                color: #fff;
                                background: rgb(168 26 32 / 80%);
                            }

                /* First Level Sub Menu Accent */
                nav.header-nav #nav > li > .sub-menu:before {
                    content: '';
                    width: 0;
                    height: 2px;
                    background: #a81a20;
                    position: absolute;
                    left: 0;
                    margin-top: -2px;
                    opacity: 0;

                    transition: all .25s ease-in-out;
                    -webkit-transition: all .25s ease-in-out;
                    -moz-transition: all .25s ease-in-out;
                }

                nav.header-nav #nav > li:hover > .sub-menu:before {
                    width: 55px;
                    opacity: 1;
                }


        /* Header Right */
        .header-container .header-right {
            width: 13%;
            text-align: right;
        }

            .header-contact,
            .header-menu {
                display: inline-block;
                vertical-align: middle;
                font-size: 17px;
            }

            .header-contact > * {
                display: inline-block;
                vertical-align: middle;
            }

            .header-contact a {
                color: inherit;
                text-decoration: none;
            }

                .header-contact em.ai-font-cellphone {
                    margin-right: 7px;
                    vertical-align: middle;
                    display: inline-block;
                    margin-top: -2px;
                }

            .header-menu {
                margin-left: 29px;
                cursor: pointer;
            }

            .header-menu .burger-set {
                position: relative;
                width: 30px;
                display: inline-block;
                vertical-align: middle;
            }

                .header-menu .burger-set span {
                    display: block;
                    margin: 0 0 4px 0;
                    height: 4px;
                    background: #a81a20;
                }

                .header-menu .burger-set span:last-child {
                    margin-bottom: 0;
                }

                .header-menu > span {
                    display: inline-block;
                    vertical-align: middle;
                    text-transform: uppercase;
                    font-size: 19px;
                    margin-left: 10px;
                }


    /* Compact Header*/

    header#main-header.compact {
        background: rgba(0,0,0,.78);
    }

    #main-header.compact .header-container {
        padding: 5px 4.5%;
    }

        #main-header.compact .header-container .header-left {
            width: 18%;
        }
            #main-header.compact .header-container .header-left a {
                max-width: 225px;
            }
        #main-header.compact .header-container .header-nav {
            width: 69%;
            text-align: center;
        }


        #main-header.compact .header-container .header-right {
            width: 13%;
        }


/* End of Header */


/* Sidebar Navigation */

.sidebar-navigation {
    position: fixed;
    z-index: 125;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 440px;
    box-sizing: border-box;
    background: rgba(0,0,0,.90);
    font-size: 0;

    opacity: 0;
    right: -500px;

}

    .sidebar-navigation:before {
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

    .sidebar-navigation span.sidebar-navigation-close {
        font-size: 20px;
        font-weight: 300;
        position: absolute;
        z-index: 5;
        top: 2.69%;
        left: 4.54%;
        cursor: pointer;
        color: #fff;

        width: 34px;
        height: 34px;
        position: absolute;
        top: 12px;
        right: 12px;
        overflow: hidden;
        color: #fff;
        cursor: pointer;
    }

        span.sidebar-navigation-close:before,
        span.sidebar-navigation-close:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 100%;
            top: 50%;
            left: 0;
            margin-top: -2px;
            background: #fff;

            transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
        }

        span.sidebar-navigation-close:hover:before,
        span.sidebar-navigation-close:hover:after {
            background: #a81a20;
        }

        span.sidebar-navigation-close:before {

            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        span.sidebar-navigation-close:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .sidebar-navigation .sidebar-navigation-content {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 17px;
        box-sizing: border-box;
        padding: 25px 47px;
        color: #fff;
    }

        .sidebar-navigation .sidebar-navigation-content.overflow {
            transform: scale(.90);
            -webkit-transform: scale(.90);
            -moz-transform: scale(.90);
            transform-origin: center 39%;
            -webkit-font-smoothing: subpixel-antialiased;
            /*backface-visibility: hidden;*/
            -webkit-font-smoothing: antialiased;
        }

        .sidebar-navigation-content .sidebar-logo {
            position: relative;
            margin-bottom: 20px;
        }

            .sidebar-navigation-content .sidebar-logo img {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 auto;
                max-width: 207px;
            }

        .sidebar-navigation-content .sidebar-nav {
            position: relative;
            text-transform: uppercase;
        }

            /* Sidebar Navigation */
            #navi-sidebar > li > a,
            #navi-sidebar > li > ul > li > a:after  {
                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            #navi-sidebar  {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
            }

                #navi-sidebar:after {
                    display: block;
                    content: '';
                    clear: both;
                }

                #navi-sidebar > li {
                    float: left;
                    width: 50%;
                    box-sizing: border-box;
                    display: block;
                    padding-right: 10px;
                    margin-bottom: 10px;
                }

                    #navi-sidebar > li > a {
                        display: inline-block;
                        color: #fff;
                        font-size: 18px;
                        font-weight: 700;
                        text-decoration: none;
                        letter-spacing: 0.5px;
                    }


                        #navi-sidebar > li > a:hover {
                            color: #a81a20;
                        }

                        #navi-sidebar > li > ul {
                            display: block;
                        }

                            #navi-sidebar > li > ul > li {
                                display: block;
                                position: relative;
                            }

                                #navi-sidebar > li > ul > li > a {
                                    color: #fff;
                                    font-size: 14px;
                                    line-height: 15px;
                                    font-weight: 300;
                                    text-decoration: none;
                                    display: inline-block;
                                    position: relative;
                                    letter-spacing: 1px;
                                }

                                #navi-sidebar > li > ul > li > a:after {
                                    height: 1px;
                                    content: '';
                                    background: #a81a20;
                                    position: absolute;
                                    left: 0;
                                    bottom: -2px;
                                    opacity: 0;
                                    width: 0;
                                }

                                #navi-sidebar > li > ul > li > a:hover:after {
                                    opacity: 1;
                                    width: 100%;
                                }

                        #navi-sidebar > li > ul > ul {
                            /* Third level menu not supproted on this area due to design limitation */
                            display: none;
                        }

        .sidebar-navigation-content .sidebar-social {
            position: relative;
            padding: 10px 0 10px;
            border-bottom: 1px solid #212121;
        }

            .sidebar-navigation-content .sidebar-social a {
                display: inline-block;
                vertical-align: middle;
                content: #fff;
                margin: 0 12px;
                color: #fff;
                text-decoration: none;

                font-size: 27px;

                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            .sidebar-navigation-content .sidebar-social a:first-child {
                margin-left: 0;
            }

            .sidebar-navigation-content .sidebar-social a:hover {
                color: #a81a20;
            }

        .sidebar-navigation-content .sidebar-form {
            position: relative;
            padding: 10px 0 0px 0;
            color: #a3a3a3;
        }

            .sidebar-navigation-content .sidebar-form h3 {
                text-transform: uppercase;
                color: #a81a20;
                font-weight: 700;
                font-size: 23px;
                letter-spacing: 1px;
                margin-bottom: 10px;
            }

            .sidebar-navigation-content .sidebar-form form {
                margin: 0;
                padding: 0;
                display: block;
                position: relative;
            }

                .sidebar-navigation-content .sidebar-form .sncf-row-wrap {
                    position: relative;
                    display: block;
                    margin-top: 14px;
                    z-index: 1;
                }

                .sidebar-form .sncf-row-wrap span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
                    color: #a3a3a3;
                    font-size: 15px;
                    font-weight: 300;
                    text-transform: uppercase;
                    display: block;
                    line-height: 16px;
                }

                .sidebar-form .sncf-row-wrap .mc4wp-checkbox input[type='checkbox'] {
                    top: 2px;
                    position: relative;
                }

                .sidebar-navigation-content .sidebar-form .sncf-row-wrap:first-child {
                    margin-top: 0;
                }

                .sidebar-navigation-content .sidebar-form .sncf-row-wrap:after {
                    clear: both;
                    content: '';
                    display: block;
                }

                    .sidebar-navigation-content .sncf-row-wrap .sncf-field-wrap {
                        width: 49%;
                        float: left;
                    }

                    .sidebar-navigation-content .sncf-row-wrap .sncf-field-wrap label {
                        display: block;
                    }

                    .sidebar-navigation-content .sncf-row-wrap .sncf-field-wrap + .sncf-field-wrap {
                        float: right;
                    }

                    .sidebar-navigation-content .sncf-row-wrap.sncf-full-width .sncf-field-wrap {
                        width: 100%;
                        margin: 0;
                        float: none;
                    }

                .sidebar-navigation-content .sidebar-form .sncf-field-label{
                    color: #a3a3a3;
                    font-size: 13px;
                    font-weight: 300;
                    text-transform: uppercase;
                    display: block;
                    line-height: 15px;
                    margin-bottom: 2px;
                    display: none;
                }

                /* Form Fields */
                .sidebar-navigation-content .sidebar-form input[type=text],
                .sidebar-navigation-content .sidebar-form input[type=email],
                .sidebar-navigation-content .sidebar-form textarea {
                    width: 100%;
                    display: block;
                    outline: none;
                    border: none;
                    padding: 0;
                    margin: 0;
                    appearance:none;
                    -moz-appearance:none;
                    -webkit-appearance:none;
                    background: none;
                    border-bottom: 2px solid rgba(255,255,255,.13);
                    font-size: 15px;
                    line-height: 20px;
                    padding: 2px 0;
                    text-transform: uppercase;

                    transition: all .25s ease-in-out;
                    -webkit-transition: all .25s ease-in-out;
                    -moz-transition: all .25s ease-in-out;
                }

                .sidebar-navigation-content .sidebar-form input[type=text]:focus,
                .sidebar-navigation-content .sidebar-form input[type=email]:focus,
                .sidebar-navigation-content .sidebar-form textarea:focus  {
                    border-color: rgba(202, 144, 42, .5);
                }

                .sidebar-navigation-content .sidebar-form textarea {
                    height: 22px;
                    resize: none;
                }

                /* .sidebar-navigation-content .sncf-button-wrap .fill-btn-wrap {
                    height: 38px;
                } */

                .sidebar-navigation-content .sncf-button-wrap .fill-btn-wrap span{
                    font-size: 18px;
                }

                .sidebar-navigation-content .wpcf7-form-control-wrap {
                    display: block;
                }

                .sidebar-navigation-content span.wpcf7-not-valid-tip {
                    font-size: 12px;
                }

                .sncf-response {
                    position: absolute;
                    bottom: 50%;
                    z-index: 20;

                }

                .sncf-response div.wpcf7-response-output {
                    margin: 0;
                    border: 2px solid #a81a20;
                    color: #fff;
                    font-size: 17px;
                    line-height: 20px;
                    padding: 10px;
                    text-align: center;
                    background: rgba(0,0,0,.8);
                }

                .sncf-response div.wpcf7-mail-sent-ok {
                    border: 2px solid #ffffff;
                    background: rgba(0,0,0,.8);
                }


                .sidebar-navigation-content .newsletter-opt {
                    margin-top: 8px;
                }

                .sidebar-navigation-content .newsletter-opt .wpcf7-list-item {
                    font-size: 13px;
                    line-height: 15px;
                }

                .sidebar-navigation-content .newsletter-opt .wpcf7-list-item span {
                    display: inline-block;
                    vertical-align: middle;
                    max-width: 90%;
                    margin-left: 8px;
                }

                .sidebar-navigation-content .newsletter-opt .wpcf7-list-item input {
                    display: inline-block;
                    vertical-align: middle;
                }





/* End of Sidebar Navigation */

/* Fixed Elements */

/* Fixed Social Media */
.fixed-social-media {
    position: fixed;
    left: 1%;
    top: 50%;
    margin-top: -115px;
    z-index: 20;
    opacity: 0;
}

    .fixed-social-media.kn-show {
        opacity: 1
    }

    .fixed-social-media:before {
        width: 1px;
        height: 85px;
        margin: 0 auto 15px;
        display: block;
        content: '';
        background: rgba(157, 126, 96, .35);
        color: #9e9e9e;
    }

    .fixed-social-media > * {
        display: block;
        margin: 0 auto;
    }

        .fixed-social-media a {
            color: #9e9e9e;
            text-align: center;
            font-size: 22px;
            text-decoration: none;
            margin-bottom: 10px;

            transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
        }

            .fixed-social-media a.ai-font-cellphone {
                font-size: 20px;
            }

            .fixed-social-media .ai-font-envelope-f {
                font-size: 14px;
            }

            .fixed-social-media a:hover {
                color: #a81a20;
            }

/* Fixed Area Navigation */
.fixed-area-navigation {
    right: 1%;
    top: 50%;
    margin-top: -116px;
    /* bottom: 20%; */
    position: fixed;
    z-index: 20;
    display: none;

    opacity: 0
}


/*Css on contact page*/

 .capt_m {
    display: inline-block;
    height: 27px;
    overflow: hidden;
    position: relative;
    width: 25px !important;
        border: 2px solid gray;
}


.git-field-wrap.imnotarobot.c_footer .capt_m {
    display: inline-block;
    vertical-align: top;
}

.git-field-wrap.imnotarobot.c_footer .c_label {
    display: inline-block;
}

.sncf-field-wrap.captcha_message label {
    display: inline-block !important;
    vertical-align: top;
    font-size: 15px;
}

 .capt_m div {
    position: absolute;
    top: -6px;
    left: -4px;
}

.git-field-wrap.imnotarobot {
    text-align: center;
    margin: 11px 0 0 0;
}

/*end Css on contact page*/

body.home .fixed-area-navigation{
    display: block;
}

    .fixed-area-navigation.kn-show {
        opacity: 1
    }

    .fixed-area-navigation  ul.area-navi {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .fixed-area-navigation  ul.area-navi li,
        .fixed-area-navigation  ul.area-navi li a:after,
        .fixed-area-navigation  ul.area-navi li:before {
            transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
        }

        .fixed-area-navigation  ul.area-navi li {
            display: block;
            width: 26px;
            height: 26px;
            box-sizing: border-box;
            position: relative;
            margin: 0 auto;
        }

            .fixed-area-navigation  ul.area-navi li:before {
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                border: 1px solid #a81a20;
                display: block;
                width: 0;
                height: 0;
                border-radius: 50%;
                opacity: 0;
                z-index: -1
            }

                .fixed-area-navigation  ul.area-navi li.active:before {
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    opacity: 1;
                }

            .fixed-area-navigation  ul.area-navi li a {
                display: block;
                width: 100%;
                height: 100%;
                font-size: 0;
                text-align: center;
            }

                .fixed-area-navigation  ul.area-navi li a:before {
                    width: 0;
                    height: 100%;
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                }

                .fixed-area-navigation  ul.area-navi li a:after {
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: #707070;
                    display: inline-block;
                    vertical-align: middle;
                    content: '';
                    /* margin-top: -2px; */
                }

                .fixed-area-navigation  ul.area-navi li.active a:after {
                    background: #a81a20;
                }

    .fixed-area-navigation span.scroll-txt {
        display: block;
        text-transform: lowercase;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        color: #a81a20;
    }

        .fixed-area-navigation span.scroll-txt .sct-pipe {
            display: block;
            width: 1px;
            height: 52px;
            margin: 0 auto 10px;
            background: #a81a20;
            position: relative;
        }

            .fixed-area-navigation span.scroll-txt .sct-pipe:after {
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 5px;
                height: 5px;
                margin-left: -2.5px;
                display: block;
                content: '';
                background: #a81a20;

                border-radius: 50%;
            }


/* End of Fixed Elements */


/* Get In Touch - Footer Area */

/* CTA Get in Touch Area */
.cta-get-in-touch-wrap {
    text-align: center;
    padding: 100px 0;
    position: relative;
}

    .cta-get-in-touch-wrap a.outline-btn-wrap {
        display: block;
        max-width: 182px;
        margin: 12px auto;
        font-size: 20px;
        font-weight: 600;
        border: 2px solid #a81a20;
    }

/* Get In Touch  */
#get-in-touch {
    z-index: 1;
    position: relative;
    background: url(images/get-in-touch-background.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #444444;
}

    #get-in-touch .accent-dots.git-ac-dot-1{
        right: 10%;
        left: auto;
        height: 229px;
        top: 75%;
        background: url(images/accent-dots-2.png) center bottom no-repeat;
    }

    #get-in-touch h3 {
        text-align: center;
        font-size: 81px;
        font-weight: 800;
        color: #383838;
        text-transform: uppercase;
        margin-bottom: 60px;
        line-height: normal;
    }



   #get-in-touch .git-form-wrap {
        max-width: 975px;
        margin: 0 auto;
        position: relative;
    }


        #get-in-touch form {
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
        }

            #get-in-touch .git-row-wrap {
                position: relative;
                display: block;
                margin-top: 35px;
            }

            #get-in-touch .git-row-wrap.newsletter-opt {
                text-align: center;
            }

            #get-in-touch .git-row-wrap:first-child {
                margin-top: 0;
            }

            #get-in-touch .git-row-wrap:after {
                clear: both;
                content: '';
                display: block;
            }

                #get-in-touch .git-row-wrap .git-field-wrap {
                    width: 22.75%;
                    float: left;
                    margin-left: 3%;
                }

                #get-in-touch .git-row-wrap.git-full-width .git-field-wrap {
                    width: 100%;
                    margin: 0;
                    float: none;
                }

                #get-in-touch .git-row-wrap .git-field-wrap:first-child {
                    margin-left: 0;
                }

            #get-in-touch .git-field-label{
                color: #444444;
                font-size: 15px;
                font-weight: 300;
                text-transform: uppercase;
                display: block;
                line-height: 18px;
                margin-bottom: 10px;
            }

            /* Form Fields */
            #get-in-touch input[type=text],
            #get-in-touch input[type=email],
            #get-in-touch textarea {
                width: 100%;
                display: block;
                outline: none;
                border: none;
                padding: 0;
                margin: 0;
                appearance:none;
                -moz-appearance:none;
                -webkit-appearance:none;
                background: none;
                border-bottom: 2px solid rgba(0,0,0,.35);
                font-size: 15px;
                line-height: 20px;
                padding: 2px 0;

                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            #get-in-touch input[type=text]:focus,
            #get-in-touch input[type=email]:focus,
            #get-in-touch textarea:focus  {
                border-color: rgba(202, 144, 42, .5);
            }

            #get-in-touch textarea {
                height: 22px;
                resize: none;
            }

            #get-in-touch .git-button-wrap {
                text-align: center;
                padding-bottom: 10px;
            }

                .git-button-wrap .fill-btn-wrap {
                    min-width: 145px;

                }

                #get-in-touch .newsletter-opt span.wpcf7-list-item{
                    font-size: 15px;
                }

                .newsletter-opt span.wpcf7-list-item {
                    text-transform: uppercase;
                }

                .newsletter-opt span.wpcf7-list-item.first {
                    margin-left: 0;
                }

                #get-in-touch .mc4wp-checkbox{
                    font-size: 15px;
                    line-height: 1;
                    text-transform: uppercase;
                }
                .mc4wp-checkbox input[type='checkbox']{
                    margin-right: 5px;
                }

/* Footer */
#footer-wrapper {
    position: relative;
    background-color: #232323;
    background-image: url(images/footer-background.jpg);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #959494;
    padding: 25px 0 45px 0;
}

    .footer-widget-area {
        position: relative;
        text-align: center;
    }

        .footer-widget-area .footer-logos {
            text-align: center;
            padding: 25px 0 50px 0;
        }
        .footer-logos-drenumber {
            text-align: center;
            font-size: 16px;
            letter-spacing: 1px;
            color: #fff;
            margin-top: 20px;
        }

            .footer-widget-area .footer-logos img {
                display: inline-block;
                vertical-align: middle;
                margin: 0 15px;
            }

            .footer-widget-area .footer-logos img.logo-narty,
            .footer-widget-area .footer-logos img.logo-kofi,
            .footer-widget-area .footer-logos img.logo-compass {
                width: 100%;
            }


            .footer-widget-area .footer-logos img.logo-narty {
                max-width: 207px;
                height: auto;
            }

            .footer-widget-area .footer-logos img.logo-kofi {
                max-width: 104px;
                border-left: 1px solid #a61b21;
                padding: 19px;
            }

            .footer-widget-area .footer-logos img.logo-compass {
                max-width: 272px;
            }


    .footer-main {
        position: relative;
    }

        .footer-main:after {
            clear: both;
            content: '';
            display: block;
        }

    .footer-main a {
        text-decoration: none;
        color: inherit;
    }

    .footer-main .footer-navigations {
        position: relative;
        float: left;
        width: 45%;
    }

            /* Footer Navigation */
            #navi-footer > li > a,
            #navi-footer > li > ul > li > a,
            #navi-footer > li > ul > li > a:after {
                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            #navi-footer {
                position: relative;
                margin: 0;
                padding: 0;
                list-style: none;
            }

            #navi-footer:after {
                clear: both;
                content: '';
                display: block;
            }

                #navi-footer > li {
                    width: auto;
                    min-width: 119px;
                    box-sizing: border-box;
                    display: block;
                    padding-right: 6%;
                }

                #navi-footer > li.menu-item-has-children {
                    float: left;
                    position: relative;
                }

                    #navi-footer > li > a {
                        display: inline-block;
                        font-weight: 600;
                        font-size: 15px;
                        color: #959494;
                        text-decoration: none;
                        text-transform: uppercase;
                        position: relative;
                    }

                        #navi-footer > li > a:hover {
                            color: #a81a20;
                        }

                        #navi-footer > li > ul > li {
                            display: block;
                        }

                            #navi-footer > li > ul > li > a {
                                display: inline-block;
                                font-weight: 400;
                                font-size: 13px;
                                color: #636363;
                                text-transform: uppercase;
                                text-decoration: none;
                                position: relative;
                            }

                            #navi-footer > li > ul > li > a:after {
                                height: 1px;
                                content: '';
                                background: #a81a20;
                                position: absolute;
                                left: 0;
                                bottom: 0;
                                opacity: 0;
                                width: 0;
                            }

                            #navi-footer > li > ul > li > a:hover:after {
                                opacity: 1;
                                width: 100%;
                            }

                        #navi-footer > li > ul > ul {
                            display: none;
                        }

    .footer-social-media {
        float: left;
        width: 15%;
        color: #fff;
    }

        .footer-social-media a {
            font-size: 20px;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            margin: 0 11px;
            text-decoration: none;

            transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
        }

            .footer-social-media a:hover{
                color: #a81a20;
            }

    .footer-main .footer-credit-wrap {
        float: right;
        position: relative;
        text-align: right;
        width: 40%;
        font-size: 14px;
        color: #959494;
        line-height: 18px;
    }

        .footer-credit-wrap .footer-credits {
            font-size: 14px;
        }

            .footer-credits p {
                display: inline-block;
                padding-bottom: 10px;
                margin: 0;
                border-bottom: 1px solid #505050;
            }

                .footer-credits p br {
                    display: none;
                }

            .footer-credit-wrap .footer-credits strong {
                font-weight: 400;
                color: #d3d3d3;
            }

        .footer-credit-wrap .footer-ai-credits {
            color: #999999;
            margin-top: 20px;
        }

            .footer-ai-credits em.ai-credit-text {
                font-size: 11.5px;
                font-family: 'Lato', sans-serif;
                display: block;
                font-style: normal;
            }

            .footer-ai-credits .ai-logo {
                font-size: 46px;
                display: block;
                margin-top: -12px;
            }


/* End of Footer */


/* Back to Top button */

.footer-back-to-top.ctri_scrolldown .mouse,
.footer-back-to-top.ctri_scrolldown .mouse:after,
.footer-back-to-top.ctri_scrolldown .mouse em {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

.footer-back-to-top.ctri_scrolldown {
    width: 50px;
    height: auto;
    display: none;
    margin: 0 auto 0;
    position: fixed;
    text-decoration: none;
    z-index: 100;
    bottom: 10px;
    right: 10px;
}

    .footer-back-to-top.ctri_scrolldown .mouse {
        width: 50px;
        height: 50px;
        border: 2px solid #6c6c6f;
        background: rgba(0,0,0,0.7);
        border-radius: 50%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .footer-back-to-top.ctri_scrolldown .mouse:after {
        position: absolute;

        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        opacity: 0;

        content: '';
        border: 1px solid #a81a20;
        border-radius: 50%;
    }

    .footer-back-to-top.ctri_scrolldown .mouse:hover:after {
        width: 60px;
        height: 60px;
        top: -7px;
        left: -7px;
        opacity: 1;
    }

    .footer-back-to-top.ctri_scrolldown .mouse:hover {
        background: rgba(202, 144, 42, .8);
        border: 2px solid rgba(202, 144, 42, .8);
    }


    .footer-back-to-top.ctri_scrolldown .mouse > * {
        width: auto;
        height: auto;
        background: none;

        -webkit-animation: ani-mouse-top 1.5s linear infinite;
        -moz-animation: ani-mouse-top 1.5s linear infinite;
        animation: ani-mouse-top 1.5s linear infinite;
    }

.play_pause div {
    font-size: 126px;
    /* opacity: 0.3; */
    color: #FFF;
    opacity: .3;
}

.play_pause div:hover {
    opacity: 1;
}

.play_pause {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.play_pause .ai-font-pause-button-a {
    display: none;
}

    .footer-back-to-top.ctri_scrolldown .mouse em {
        transform: rotate(270deg);
        margin-left: 0px;
        color: #c78f2b;
        z-index: 999;
        font-size: 20px;
        font-weight: 700;
        margin-top: 38%;
        display: block;
    }

    .footer-back-to-top.ctri_scrolldown .mouse:hover em {
        color: #fff;
    }



/* Popup Wraps */
.kn-popup-background {
    position: fixed;
    z-index: 500;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .kn-popup-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 501;
        display: none;
    }

    .image_thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    background: url(https://cdn.agentimagehosting.com/2D5YqcKVnQhhKivsktUPY/2019/06/endorsements.png)no-repeat;
    z-index: 1;
    height: 890px;
}

        .kn-popup-wrapper.active {
            display: block;
        }

        .kn-popup-overlay {
            position: absolute;
            z-index: 2;
            /* width: 100%;
            height: 100%; */
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;

        }

        .kn-popup-middle {
            width: 90%;
            max-width: 800px;
            position: relative;
            margin: 0 auto;
            top: 50%;

            box-sizing: border-box;
            overflow: auto;
            overflow-x: hidden;
            height: auto;
            max-height: 80%;
            background: rgba(0,0,0,.8);
            color: #fff;
            padding: 40px 60px;
            z-index: 2;

            -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
        }



        .kn-popup-wrapper .kn-popup-close {
            width: 46px;
            height: 46px;
            position: absolute;
            top: 12px;
            right: 12px;
            overflow: hidden;
            color: #fff;
            cursor: pointer;
        }

            .kn-popup-wrapper .kn-popup-close:before,
            .kn-popup-wrapper .kn-popup-close:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 100%;
                top: 50%;
                left: 0;
                margin-top: -2px;
                background: #fff;

                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            .kn-popup-wrapper .kn-popup-close:hover:before,
            .kn-popup-wrapper .kn-popup-close:hover:after {
                background: #a81a20;
            }

            .kn-popup-wrapper .kn-popup-close:before {

                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .kn-popup-wrapper .kn-popup-close:after {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .kn-popup-inner {
            position: relative;
        }


/* End of Popup Wraps */

/* Popup Details */
#contact-popup .contact-popup-contents h3 {
    text-transform: uppercase;
    color: #a81a20;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#contact-popup .contact-popup-contents form {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

    #contact-popup .contact-popup-contents .pop-row-wrap {
        position: relative;
        display: block;
        margin-top: 14px;
    }

    #contact-popup .contact-popup-contents .pop-row-wrap span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
        color: #a3a3a3;
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        line-height: 15px;
        /* margin-bottom: 2px; */
        /* vertical-align: top; */
    }

    #contact-popup .contact-popup-contents .pop-row-wrap .mc4wp-checkbox input[type='checkbox'] {
        position: relative;
        top: 2px;
    }

    #contact-popup .contact-popup-contents .pop-row-wrap:first-child {
        margin-top: 0;
    }

    #contact-popup .contact-popup-contents .pop-row-wrap:after {
        clear: both;
        content: '';
        display: block;
    }

        #contact-popup .pop-row-wrap .pop-field-wrap {
            width: 22.75%;
            float: left;
        }

        #contact-popup .pop-row-wrap .pop-field-wrap.pop-half {
            width: 48%;
            float: left;
        }

        #contact-popup .pop-row-wrap .pop-field-wrap + .pop-field-wrap {
            float: left;
            margin-left: 3%;
        }

        #contact-popup .pop-row-wrap.pop-full-width .pop-field-wrap {
            width: 100%;
            margin: 0;
            float: none;
        }


        .pop-field-wrap.pop-half span.pop-field-label {
            display: inline-block !important;
            vertical-align: top;
            margin: 5px 0 0 4px;
        }

        .captcha_message label:after,.pop-half span.pop-field-label:after,.git-field-wrap.imnotarobot.c_footer span.git-field-label:after {
            content: "";
            width: 100px;
            height: 100px;
            background: url(https://cdn.agentimagehosting.com/2D5YqcKVnQhhKivsktUPY/2017/10/captchas.png)5px 0 no-repeat;
            position: absolute;
            background-size: 21px;
        }



    #contact-popup .contact-popup-contents .pop-field-label{
        color: #a3a3a3;
        font-size: 13px;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        line-height: 15px;
        margin-bottom: 2px;
    }

    /* Form Fields */
    #contact-popup .contact-popup-contents input[type=text],
    #contact-popup .contact-popup-contents input[type=email],
    #contact-popup .contact-popup-contents textarea {
        width: 100%;
        display: block;
        outline: none;
        border: none;
        padding: 0;
        margin: 0;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        background: none;
        border-bottom: 2px solid rgba(255,255,255,.13);
        font-size: 15px;
        line-height: 20px;
        padding: 2px 0;

        transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;--
    }

    #contact-popup .contact-popup-contents input[type=text]:focus,
    #contact-popup .contact-popup-contents input[type=email]:focus,
    #contact-popup .contact-popup-contents textarea:focus  {
        border-color: rgba(202, 144, 42, .5);
    }

    #contact-popup .contact-popup-contents textarea {
        height: 22px;
        resize: none;
    }

    #contact-popup .contact-popup-contents .pop-button-wrap {
        text-align: center;
        margin-top: 23px;
        padding-bottom: 10px;
    }

    /* #contact-popup .contact-popup-contents .pop-button-wrap .fill-btn-wrap {
        height: 37px;
    } */

    #contact-popup .contact-popup-contents .pop-button-wrap .fill-btn-wrap span {
        font-size: 17px;
    }

    #contact-popup  .newsletter-opt span.wpcf7-list-item.first {
        margin-left: 0;
        color: #a3a3a3;
        font-size: 13px;
    }

    #contact-popup  .git-row-wrap.newsletter-opt {
        margin-top: 7px;
    }

    #contact-popup  .wpcf7-list-item .wpcf7-list-item-label {
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 6px;
    }

/* End of Popup Details */

/* Accent Lines */
.accent-line {
    width: 1px;
    height: 572px;
    background: rgb(168 26 32 / 20%);
    position: absolute;
    z-index: 2;

    top: 0;
    left: 0;

    animation-duration: 1s;
    animation-fill-mode: both;
}

    .accent-line span {
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background: #f8c1c3;
        left: 50%;
        margin-left: -2.5px;
        border-radius: 50%;
    }

    .accent-line span {
        top: 48.60%;
    }

    .accent-line span + span {
        top: 87%;
    }

    .accent-line span + span + span {
        top: 100%;
    }

.accent-dots {
    width: 56px;
    height: 123px;
    position: absolute;
    background: url(images/accent-dots.png) center bottom no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 0;

    animation-duration: 1s;
    animation-fill-mode: both;
}


/*******************************************************
 *
 * 3. Homepage
 *
 *******************************************************/


/* Cyclone Slider */
#hero {
    position: relative;
    z-index: 3;
}

    body > .cycloneslider-slide.cycloneslider-slide-image {
        width: 100%;
        overflow: hidden;
    }

    #hero .accent-line {
        height: 108%;
        background: rgba(237, 213, 171, .1);
        left: 13.5%;
        opacity: 0;
    }

        #hero .accent-line span {
            opacity: 0;
        }

        #hero .accent-line.kn-show {
            opacity: 1
        }

        #hero .accent-line span {
            top: 19.17%;
        }

        #hero .accent-line span + span {
            top: 53%;
        }

        #hero .accent-line span + span + span {
            top: 79%;
        }


    #hero .cycloneslider-slide {
        position: relative;
    }

        #hero  .cycloneslider-template-responsive-img {
            z-index: 1;
        }

        #hero .cycloneslider-slide:before,
        #hero .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img::before {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background: url(images/banner-base.png);
            content: '';
            z-index: 5;
        }
        #hero .cycloneslider-slide img {
            z-index: 1;
        }

        #hero  .cyclone-tag-wrapper {
            position: absolute;
            width: 100%;
            bottom: 26.94%;
            z-index: 10;
        }

            #hero .cycloneslider-caption {
                position: relative;
                z-index: 500;
                width: 100%;
                max-width: 1323px;
                padding: 0 20px;
                margin: 0 auto;
                background: none;
                color: #fff;
                opacity: 1;
                text-align: initial;
            }

            #hero .cycloneslider-caption .slide-caption-holder {
                background: rgba(0,0,0,.55);
                box-sizing: border-box;
                position: relative;
                width: 100%;
                margin-left: auto;
                max-width: 715px;
                padding: 30px 24px;
                text-align: center;
                color: #fff;

                cursor: pointer;
                opacity: 0;
            }

                #hero .cycloneslider-caption .slide-caption-holder.pulse {
                    opacity: 1
                }

                #hero .cycloneslider-caption .slide-caption-holder .cycloneslider-caption-title {
                    font-weight: 600;
                    font-size: 47px;
                    line-height: 58px;
                    text-transform: uppercase;
                }

                #hero .cycloneslider-caption .slide-caption-holder .cycloneslider-caption-description {
                    font-size: 21.5px;
                    font-weight: 300;
                    text-transform: uppercase;
                }

            #hero .ctri_scrolldown .mouse,
            #hero .ctri_scrolldown .mouse:after,
            #hero .ctri_scrolldown .mouse em {
                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            #hero .ctri_scrolldown {
                width: 50px;
                height: auto;
                bottom: 10.88%;

                opacity: 0
            }

                #hero .ctri_scrolldown.fadeInDown {
                    opacity: 1
                }

                #hero .ctri_scrolldown .mouse {
                    width: 50px;
                    height: 50px;
                    border: 2px solid #6c6c6f;
                    background: rgba(0,0,0,.38);
                    border-radius: 50%;
                    margin: 0 auto;
                }

                #hero .ctri_scrolldown .mouse:after {
                    position: absolute;

                    width: 50px;
                    height: 50px;
                    top: 0;
                    left: 0;
                    opacity: 0;

                    content: '';
                    border: 1px solid #a81a20;
                    border-radius: 50%;
                }

                #hero .ctri_scrolldown .mouse:hover:after {
                    width: 60px;
                    height: 60px;
                    top: -7px;
                    left: -7px;
                    opacity: 1;
                }

                #hero .ctri_scrolldown .mouse:hover {
                    background: rgba(202, 144, 42, .8);
                    border: 2px solid rgba(202, 144, 42, .8);
                }


                #hero .ctri_scrolldown .mouse > * {
                    width: auto;
                    height: auto;
                    background: none;
                }

                #hero .ctri_scrolldown .mouse em {
                    transform: rotate(90deg);
                    margin-left: -12%;
                    color: #c78f2b;
                    z-index: 999;
                    font-size: 20px;
                    font-weight: 700;
                    margin-top: -17%;
                }


                #hero .ctri_scrolldown .mouse:hover em {
                    color: #fff;
                }

/* About Us / Who We Are */
#about {
    background-image: url(images/whoweare-background.jpg);
    background-size: cover;
    background-position: center;
    min-height: 653px;
    z-index: 2;
}

    #about .accent-line {
        top: 0px;
        left: auto;
        right: 9%;
        z-index: 0
    }

    #about .accent-dots {
        top: 0px;
        left: auto;
        right: 9.7%;
        z-index: 0;
        background-position: center bottom;
    }


    .about-photo {
        position: absolute;
        float: left;
        box-sizing: border-box;
        padding-left: 22px;
        width: 34.5%;
    }

        .about-photo h3.about-title {
            margin: 0;
            padding: 0;
            width: 100%;
            position: absolute;
            top: 7%;
            right: -85.6%;
            z-index: 5
        }

            .about-photo h3.about-title img {
                width: 100%;
                height: auto;
                display: block;
            }

        .about-photo img {
            width: 100%;
            height: auto;
            display: block;
            max-width: 431px;
        }


    .about-details {
        width: 65.5%;
        float: right;
        padding: 11.5% 8.78% 5%;
    }


        .about-text-details-wrap {

        }

            .about-text-details-wrap h1 {
                font-size: 20px;
                margin: 0;
                color: #a81a20;
                font-weight: 400;
                margin-bottom: 30px;
            }

            .about-text-details-wrap p {
                margin: 20px 0;
            }

        .about-section-logo {
            margin: 35px 0;
            text-align: left;
        }

            .about-section-logo img,
            .about-section-logo a.office-link {
                display: inline-block;
                vertical-align: middle;
                text-decoration: none;
                color: inherit;
            }

            .about-section-logo a.office-link {
                margin-left: 0;
                font-size: 25px;
                color: #808080;
                font-weight: 300;
            }

                .about-section-logo a.office-link * {
                    display: inline-block;
                    vertical-align: middle;
                }

                    .about-section-logo a.office-link em[class^=ai-font] {
                        color: #a81a20;
                        margin-right: 10px;

                        font-size: 27px;
                        margin-bottom: -4px;
                    }

        .about-section-buttons {
            position: relative;
        }

            .about-section-buttons  .contact-popup-btn {
                margin-left: 31px;
            }


/* Sellebrity  */
#sellebrity {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
}

    #sellebrity .accent-line.selleb-al-1 {
        top: 52%!important;
        left: 10%;
        z-index: 5;
        height: 341px;
    }

        #sellebrity .accent-line.selleb-al-1 span {
            top: 0;
        }

        #sellebrity .accent-line.selleb-al-1 span + span {
            top: 90%;
        }


    #sellebrity .accent-line.selleb-al-2 {
        height: 571px;
        z-index: 1;
        left: auto;
        right: 27%;
        top: 10%;
    }

        #sellebrity .accent-line.selleb-al-2 span {
            top: 9%;
        }

        #sellebrity .accent-line.selleb-al-2 span + span {
            top: 95%;
        }

    #sellebrity .accent-line.selleb-al-3 {
        height: 1151px;
        z-index: 1;
        left: auto;
        right: 12%;
        top: 5%;
    }

        #sellebrity .accent-line.selleb-al-3 span {
            top: 59.6%;
        }

        #sellebrity .accent-line.selleb-al-3 span + span {
            top: 85%;
        }

        #sellebrity .accent-line.selleb-al-3 span + span + span {
            top: 95%;
        }


    #sellebrity .accent-dots.selleb-ac-dot-1 {
        z-index: 5;
        top: 40%;
        left: 11.5%;
        width: 56px;
        height: 229px;
    }



    #sellebrity .accent-background {
        width: 100%;
        height: auto;
        display: block;
    }

    .sellebrity-content-wrap {
        position: relative;
        max-width: 1444px;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
        margin-top: -28%;
    }

        .sellebrity-accent-2 {
            width: 53.75%;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }

            .sellebrity-accent-2 img {
                width: 100%;
                height: auto;
                display: block;
            }

        .sellebrity-details-wrap {
            position: relative;
            z-index: 2;
            margin-top: -11%;
        }

        .sellebrity-details-wrap:after {
            clear: both;
            content: '';
            display: block;
        }

            .sellebrity-details-wrap .sell-details-wrap {
                float: left;
                width: 61.40%;
                background: #fff;
                padding-top: 5%;
            }

                .sell-details-wrap .sell-title {
                    margin: 0 -8.4% 60px auto;
                    width: 47.13%;
                }

                    .sell-details-wrap .sell-title img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                .sell-details-wrap .sell-quote {
                    position: relative;
                    text-align: right;
                    padding: 0 7% 0 20%;


                }


                    .sell-details-wrap .sell-quote em {
                        font-style: italic;
                        font-weight: 300;
                        font-size: 22px;
                        line-height: 32px;
                    }

                    .sell-details-wrap .sell-quote strong {
                        font-weight: 600;
                        color: #a81a20;
                    }

                    .sell-details-wrap .sell-quote-btn {
                        padding: 20px 0 0 0;
                    }

                        .sell-details-wrap .sell-quote-btn a {
                            margin-left: 15px;
                        }

            .sellebrity-details-wrap .sell-testimonials {
                float: left;
                width: 38.6%;
                padding-top: 9.8%;
                padding-left: 14px;
                box-sizing: border-box;
            }



                .sellebrity-testimonials-list {
                    position: relative;
                }

                    .sellebrity-testimonials-list .testimonial-list-item {
                        position: relative;
                    }

                    .sellebrity-testimonials-list  .testimonial-list-item:after {
                        clear: both;
                        content: '';
                        display: block;
                    }

                        .testimonial-list-item .testimonial-photo {
                            float: left;
                            width: 27.37%;
                        }

                            .testimonial-list-item .testimonial-photo canvas {
                                width: 100%;
                                height: auto;
                                display: block;
                                background-position: center center;
                                background-repeat: no-repeat;
                                background-size: cover;
                            }

                        .testimonial-list-item .testimonial-details {
                            float: left;
                            width: 72.63%;
                            box-sizing: border-box;
                            padding: 14% 0 0 15px;
                            text-align: right;

                            font-size: 16px;
                            line-height: 25px;
                            font-weight: 300;
                        }

                            .testimonial-list-item .testimonial-details p {
                                margin-top: 20px;
                            }

                .sellebrity-testimonials-list .slick-dots {
                    margin: 17px 0 10px;
                    padding: 0;
                    list-style: none;
                    width: 100%;
                    text-align: right;
                }

                        .sellebrity-testimonials-list .slick-dots li {
                            display: inline-block;
                            vertical-align: middle;
                            margin: 4px;
                            width: 15px;
                            height: 15px;
                            border-radius: 50%;
                            box-sizing: border-box;
                            border: 1px solid #858584;
                            cursor: pointer;
                            overflow: hidden;
                            padding: 2px;
                        }

                            .sellebrity-testimonials-list .slick-dots li button {
                                font-size: 0;
                                outline: none;
                                border:none;
                                background: none;
                                margin: 0;
                                padding: 0;
                                width: 100%;
                                height: 100%;
                                display: block;
                                border-radius: 50%;
                                appearance:none;
                                -webkit-appearance:none;
                                -moz-appearance:none;

                                transition: all .25s ease-in-out;
                                -webkit-transition: all .25s ease-in-out;
                                -moz-transition: all .25s ease-in-out;
                            }

                            .sellebrity-testimonials-list .slick-dots li.slick-active button {
                                background: #a81a20;
                            }




/* Showcase */
#showcase {
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}

    .showcase-navs {
        position: absolute;
        top: 50%;
        margin-top: -108px;
        z-index: 50;
        color: #fff;
        background: rgba(0,0,0,.5);
        padding: 50px 20px;
        font-size: 42px;
        cursor: pointer;
        opacity: 0;

        transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
    }

    .showcase-navs.showcase-prev {
        left: -50%;
    }

    .showcase-navs.showcase-next {
        right: -50%;
    }

    #showcase:hover .showcase-navs.showcase-prev{
        left: 0;
        opacity: 1;
    }

    .showcase-navs:hover {
        background: rgba(0,0,0,.8);
    }

    #showcase:hover .showcase-navs.showcase-next{
        right: 0;
        opacity: 1;
    }

    #showcase .accent-line.showcase-al-1 {
        left: auto;
        right: 27%;
        top: 10%;
        height: 100%;
        z-index: 1;
    }




    .section_video  canvas{
        width:100%;
            height: 0px;
    }



        .accent-line.showcase-al-1 span {
            top: 6%;
        }

        .accent-line.showcase-al-1 span + span {
            top: 85%;
        }

        .accent-line.showcase-al-1 span + span +span {
            top: 95%;
        }


    #showcase h3.nrty-image-title {
        text-align: center;
        padding: 0;
        position: relative;
        z-index: 2;
    }

        .nrty-image-title img {
            width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
            max-width: 426px;
        }

        .showcase-list-parent-wrap {
            position: relative;
        }

        .showcase-list-wrap {
            position: relative;
            z-index: 1
        }

            .showcase-list-wrap .showcase-list-entry {
                position: relative;
            }

                .showcase-list-wrap .showcase-list-entry > canvas {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                .showcase-list-entry:after {
                    clear: both;
                    content: '';
                    display: block;
                }

                .showcase-list-entry a.showcase-entry {
                    height: 50%;
                    position: absolute;
                    display: block;
                    float: left;
                    text-decoration: none;
                    color: inherit;
                    overflow: hidden;
                    outline: none;
                }


                    .showcase-list-entry a.showcase-entry:nth-child(2),
                    .showcase-list-entry a.showcase-entry:nth-child(5) {
                        width: 63%;
                    }

                    .showcase-list-entry a.showcase-entry:nth-child(3),
                    .showcase-list-entry a.showcase-entry:nth-child(4) {
                        width: 37%;
                    }

                    .showcase-list-entry a.showcase-entry:nth-child(2) {
                        top: 0;
                        left: 0;
                    }

                    .showcase-list-entry a.showcase-entry:nth-child(3) {
                        top: 0;
                        right: 0;
                    }

                    .showcase-list-entry a.showcase-entry:nth-child(4) {
                        left: 0;
                        bottom: 0;
                    }

                    .showcase-list-entry a.showcase-entry:nth-child(5) {
                        bottom: 0;
                        right: 0;
                    }

                    .showcase-list-entry a.showcase-entry canvas {
                        width: 100%;
                        height: 100%;
                        display: block;
                        background-color: #8a8a8a;
                        position: relative;
                        z-index: 1;
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                    }

                    .showcase-list-entry a.showcase-entry:before {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        box-sizing: border-box;
                        top: 0;
                        left: 0;
                        content:'';
                        display: block;

                        transition: all .25s ease-in-out;
                        -webkit-transition: all .25s ease-in-out;
                        -moz-transition: all .25s ease-in-out;
                    }

                    .showcase-list-entry a.showcase-entry:before {
                        z-index: 2;
                        /*background: rgba(39, 39, 39, .62); */
                    }


                        .showcase-list-entry a.showcase-entry .showcase-meta {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 5;
                            box-sizing: border-box;
                            padding: 30px 30px;
                            color: #fff;

                            font-size: 12px;
                        }

                            a.showcase-entry .showcase-meta strong {
                                display: block;
                                position: relative;
                                font-size: 30px;
                                font-weight: 600;
                                line-height: 30px;
                                padding-bottom: 16px;
                                margin-bottom: 10px;

                                font-size: 2.3vw;
                                line-height: 2.4vw;
                            }

                                 a.showcase-entry .showcase-meta strong:after {
                                    height: 2px;
                                    width: 48px;
                                    background: #a81a20;
                                    content: '';
                                    display: block;
                                    position: absolute;
                                    bottom: 0;
                                    left: 0;

                                 }

                                a.showcase-entry .showcase-meta strong span {
                                    display: block;
                                }


                            a.showcase-entry .showcase-meta .se-add-line-3 {
                                display: block;
                                font-weight: 500;
                                font-size: 16px;
                                font-size: 1.45vw;
                            }

                            a.showcase-entry .showcase-meta .se-details {
                                display: block;
                                font-size: 1.1vw;
                                font-weight: 400;
                                text-transform: capitalize;
                            }

                            /* Focus Details */


                            .se-focus-details {
                                padding: 30px 30px;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 6;

                                opacity: 1
                            }


                                .se-focus-details-center {
                                    width: 100%;
                                    height: 100%;
                                    position: relative;
                                }

                                    .se-focus-details-center .showcase-focus-close {
                                        width: 70px;
                                        height: 70px;
                                        position: absolute;
                                        top: 0;
                                        right: -9px;
                                        overflow: hidden;
                                        color: #fff;
                                        cursor: pointer;

                                        opacity: 0;
                                    }

                                        .se-focus-details-center .showcase-focus-close:before,
                                        .se-focus-details-center .showcase-focus-close:after {
                                            content: '';
                                            position: absolute;
                                            height: 2px;
                                            width: 100%;
                                            top: 50%;
                                            left: 0;
                                            margin-top: -2px;
                                            background: #fff;
                                        }

                                        .se-focus-details-center .showcase-focus-close:before {

                                            -webkit-transform: rotate(45deg);
                                            -moz-transform: rotate(45deg);
                                            -ms-transform: rotate(45deg);
                                            -o-transform: rotate(45deg);
                                            transform: rotate(45deg);
                                        }

                                        .se-focus-details-center .showcase-focus-close:after {
                                            -webkit-transform: rotate(-45deg);
                                            -moz-transform: rotate(-45deg);
                                            -ms-transform: rotate(-45deg);
                                            -o-transform: rotate(-45deg);
                                            transform: rotate(-45deg);
                                        }

                                    .se-focus-details-center .showcase-focus-accent {
                                        font-size: 1.2vw;
                                        text-transform: uppercase;
                                        font-weight: 300;
                                        letter-spacing: 0.8vw;
                                        transform:  translateX(0%) translateY(-50%) rotate(-90deg);
                                        /* transform: rotate(-90deg); */
                                        display: inline-block;
                                        transform-origin: center;
                                        position: absolute;
                                        right: -14.5%;
                                        bottom: -44%;
                                        opacity: 0;
                                        width: auto;
                                        color: #fff;
                                    }

                                    .se-focus-details-center .fill-btn-wrap {
                                        position: absolute;
                                        bottom: 0;
                                        right: -30%;
                                        opacity: 0;
                                        padding: 7px 14px;
                                        height: auto;
                                    }

                                        .se-focus-details-center .fill-btn-wrap span{
                                            font-size: 1.2vw;
                                        }


                    /* Hovers */
                    .showcase-list-entry a.showcase-entry:hover:before {
                        background: rgba(0,0,0,.62);
                    }

                /* Showcase Entry Focus / Selected */
                a.showcase-entry,
                a.showcase-entry canvas,
                a.showcase-entry .showcase-meta,
                .showcase-list-entry a.showcase-entry:before,
                .se-focus-details-center .showcase-focus-close,
                .se-focus-details,
                .se-focus-details-center .showcase-focus-accent,
                .se-focus-details-center .fill-btn-wrap {
                    transition: all .25s ease-in-out;
                    -webkit-transition: all .25s ease-in-out;
                    -moz-transition: all .25s ease-in-out;
                }

                .se-focus-details-center .showcase-focus-close,
                .se-focus-details-center .showcase-focus-accent,
                .se-focus-details-center .fill-btn-wrap {
                    transition-delay: .30s;
                    -webkit-transition-delay: .30s;
                    -moz-transition-delay: .30s;
                }

                a.showcase-entry.showcase-focus {

                    width: 100%!important;
                    height: 100%!important;
                }

                    a.showcase-entry.showcase-focus .showcase-meta {
                        padding: 3.7% 9.5%;
                    }

                    a.showcase-entry.showcase-focus:before {
                        background: rgba(39, 39, 39, .25)!important;
                    }

                    a.showcase-entry.showcase-focus .se-focus-details{
                        padding: 3.7% 9.5%;
                        opacity: 1;
                    }

                    a.showcase-entry.showcase-focus .se-focus-details-center {
                        opacity: 1;
                    }

                        a.showcase-entry.showcase-focus .se-focus-details-center .showcase-focus-close {
                            opacity: 1;
                        }

                        a.showcase-entry.showcase-focus .se-focus-details-center .showcase-focus-accent {
                            bottom: 44%;
                            opacity: 1;
                        }

                        a.showcase-entry.showcase-focus .se-focus-details-center .fill-btn-wrap {
                            right: 0;
                            opacity: 1;
                        }

            .showcase-list-wrap .slick-dots {
                text-align: center;
                margin: 50px 0 17px;
                padding: 0;
                list-style: none;
            }

                .showcase-list-wrap .slick-dots li {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 4px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    box-sizing: border-box;
                    border: 1px solid #858584;
                    cursor: pointer;
                    overflow: hidden;
                    padding: 2px;
                }

                    .showcase-list-wrap .slick-dots li button {
                        font-size: 0;
                        outline: none;
                        border:none;
                        background: none;
                        margin: 0;
                        padding: 0;
                        width: 100%;
                        height: 100%;
                        display: block;
                        border-radius: 50%;
                        appearance:none;
                        -webkit-appearance:none;
                        -moz-appearance:none;

                        transition: all .25s ease-in-out;
                        -webkit-transition: all .25s ease-in-out;
                        -moz-transition: all .25s ease-in-out;
                    }

                    .showcase-list-wrap .slick-dots li.slick-active button {
                        background: #a81a20;
                    }

/* Buy | Sell  */
#buy-sell {
    z-index: 1;
    position: relative;
    padding: 25px 0 83px;
}

    #buy-sell .accent-line.buysell-al-1 {
        right: 35.5%;
        left: auto;
        z-index: 0;
        top: 22.5%;
    }

        .accent-line.buysell-al-1 span {
            top: 4%;
        }

    #buy-sell .accent-line.buysell-al-2 {
        right: 12.5%;
        left: auto;
        z-index: 0;
        top: -11%;
        height: 111%;
    }

        #buy-sell .accent-line.buysell-al-2 span {
            top: 0%;
        }

    #buy-sell .accent-dots.buysell-ac-dot-1 {
        right: 13.5%;
        left: auto;
        z-index: 0;
        top: 83.5%;
    }


    .buy-sell-image-wrap {
        position: relative;
    }

        .buy-sell-image-wrap:after {
            display: block;
            content: '';
            clear: both;
        }


        .buy-sell-image-wrap h3.buy-sell-title {
            position: absolute;
            top: 19%;
            left: 51.1%;
            z-index: 2;
            width: 23.9%;
        }


            .buy-sell-image-wrap h3.buy-sell-title img {
                width: 100%;
                height: auto;
                display: block;
            }

        .buy-sell-image-wrap img[class^="accent-photo"] {
            float: left;
            width: 50%;
            height: auto;
            display: block;
            z-index: 2;
        }


        .buy-sell-image-wrap img.accent-photo-1 {
            width: 52.5%;
        }

        .buy-sell-image-wrap img.accent-photo-2 {
            margin-left: -2.5%;
            margin-top: 24.6%;
        }

    .buy-sell-description {
        position: relative;
        padding: 0;
        font-size: 16px;
        float: left;
        margin-top: -19%;
        padding: 0 53.4% 0 0;
        width: 100%;

        text-align: right;
    }

        .buy-sell-description.kn-show {
            opacity: 1
        }

        .buy-sell-description p {
            display: block;
        }

        .buy-sell-description .buy-sell-cta {
           position: relative;
           margin: 14px 0;
        }

            .buy-sell-cta a {
                width: 40%;
                text-align: center;
                color: #FFF;
                margin-left: 20px;
                background: #a81a20;
                border: none;
            }

            .buy-sell-cta span {
                color: #FFF;
            }

            .buy-sell-cta a:first-child {
                margin-left: 0;
            }

            .buy-sell-cta a:hover {
                background: #d03038;
            }

            .buy-sell-cta a:hover:after {
                height: 100%;
                opacity: 1;
                background: none;
                color: #fff!important;
            }





/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/

/* IP Banner */
.ip-banner {
    position: relative;
    z-index: 1;
}

    .ip-banner:before {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url(images/banner-base.png);
        content: '';
        z-index: 5;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
    }

    .ip-banner canvas {
        width: 100%;
        height: 424px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        z-index: 1;
    }
    .page-id-939 .ip-banner canvas {
        pointer-events: none;
    }

        .ip-banner .ip-banner-control {
            position: absolute;
            bottom: 9%;
            left: 0;
            width: 100%;
            z-index: 11;
        }

            .ip-banner-control .ctri_scrolldown .mouse,
            .ip-banner-control .ctri_scrolldown .mouse:after,
            .ip-banner-control .ctri_scrolldown .mouse em {
                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            .ip-banner-control .ctri_scrolldown {
                width: 50px;
                height: auto;
                display: block;
                margin: 0 auto 0;
                position: relative;
                text-decoration: none;
            }

                .ip-banner-control .ctri_scrolldown .mouse {
                    width: 50px;
                    height: 50px;
                    border: 2px solid #6c6c6f;
                    background: rgba(0,0,0,.38);
                    border-radius: 50%;
                    margin: 0 auto;
                    display: block;
                    position: relative;
                }

                .ip-banner-control .ctri_scrolldown .mouse:after {
                    position: absolute;

                    width: 50px;
                    height: 50px;
                    top: 0;
                    left: 0;
                    opacity: 0;

                    content: '';
                    border: 1px solid #a81a20;
                    border-radius: 50%;
                }

                .ip-banner-control .ctri_scrolldown .mouse:hover:after {
                    width: 60px;
                    height: 60px;
                    top: -7px;
                    left: -7px;
                    opacity: 1;
                }

                .ip-banner-control .ctri_scrolldown .mouse:hover {
                    background: #a81a20;
                    border: 2px solid #a81a20;
                }


                .ip-banner-control .ctri_scrolldown .mouse > * {
                    width: auto;
                    height: auto;
                    background: none;

                    -webkit-animation: ani-mouse 1.5s linear infinite;
                    -moz-animation: ani-mouse 1.5s linear infinite;
                    animation: ani-mouse 1.5s linear infinite;
                }

                .ip-banner-control .ctri_scrolldown .mouse em {
                    transform: rotate(90deg);
                    margin-left: 0%;
                    color: #a81a20;
                    z-index: 999;
                    font-size: 20px;
                    font-weight: 700;
                    margin-top: 15%;
                    display: block;
                    top: 25px;
                }

                .ip-banner-control .ctri_scrolldown .mouse:hover em {
                    color: #fff;
                }


/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
.page-title {
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: 9;
    width: 100%;
}
    .page-title .entry-title,
    .page-title .archive-title  {
        font-size: 81px;
        line-height: 68px;
        font-weight: 700;
        text-transform: uppercase;
        color: #FFF;
        margin: 0;
        text-shadow: -4px 5px 32px rgba(0,0,0,.36);
    }


/* Form Fields Sidebar */

.sidebar-contact {
    margin-top: 20px;
    padding: 0 15px;
}

.sidebar-contact h3 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: normal;
}

.sidebar-contact h3 span {
    font-weight: bold;
    font-size: 26px;
    color: #a81a20;
}

.sidebar-contact .git-field-label {
    color: #444444;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    line-height: 18px;
    margin-bottom: 0px;
}

.sidebar-contact .git-row-wrap .git-field-wrap {
    width: 100%;
    float: none;
    margin: 20px 0 0 0!important;
}
            .sidebar-contact input[type=text],
            .sidebar-contact input[type=email],
            .sidebar-contact textarea {
                width: 100%;
                display: block;
                outline: none;
                border: none;
                padding: 0;
                margin: 0;
                appearance:none;
                -moz-appearance:none;
                -webkit-appearance:none;
                background: none;
                border-bottom: 2px solid rgba(0,0,0,.35);
                font-size: 15px;
                line-height: 20px;
                padding: 2px 0;
                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }

            .sidebar-contact input[type=text]:focus,
            .sidebar-contact input[type=email]:focus,
            .sidebar-contact textarea:focus  {
                border-color: rgba(202, 144, 42, .5);
            }

            .sidebar-contact textarea {
                height: 22px;
                resize: none;
            }

            .sidebar-contact .git-button-wrap {
                text-align: center;
            }

                .sidebar-contact .git-button-wrap .fill-btn-wrap {
                    min-width: 145px;
                    margin-top: 30px;
                }

                .sidebar-contact .newsletter-opt span.wpcf7-list-item{
                    font-size: 15px;
                }

                span#price-basis {
                    font-size: 18px;
                    text-transform: none;
                }

.postid-22138  .ip-banner canvas{

    background-image: url(https://www.thenarteygroup.com/app/themes/thenarteygroup/images/the-retreat-at-cambria.jpg) !important;
}

/*******************************************************
 *
 * LAS VEGAS PAGE
 *
 *******************************************************/
.page-template-template-las-vegas {

}

body.page-template-template-las-vegas .fixed-area-navigation {
    display: block;
}
    .page-template-template-las-vegas .accent-line {
        width: 1px;
        height: 315px;
        background: rgb(168 26 32 / 20%);
    }
    .page-template-template-las-vegas .accent-dots {
        width: 56px;
        height: 229px;
        background: url(images/accent-dots-02.png) no-repeat center center / 100% auto;
    }
    .las-vegas-banner {

    }
    .las-vegas-banner::before {
        background: url(images/banner-base-02.png);
        z-index: 2;
        opacity: 0.7;
    }
    .las-vegas-banner::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(39,39,39,0.2);
        z-index: 3;
    }
        .las-vegas-banner canvas {
            height: auto;
        }
        .las-vegas-banner .page-title {
            bottom: 14%;
        }
        .las-vegas-banner .page-title .entry-title {
            max-width: 50%;
            font-size: 100px;
            line-height: 0.8;
        }
        .las-vegas-banner .accent-line {
            top: 0;
            left: 13.5%;
        }
        .las-vegas-banner .accent-dots-01 {
            height: 137px;
            top: 0;
            left: 14%;
            z-index: 4;
            background-image: url(images/las-vegas/accent-dots-01.png);
        }
        .las-vegas-banner .accent-dots-02 {
            background-image: url(images/las-vegas/accent-dots-02.png);
            background-position: center top;
            height: 154px;
            left: 14%;
            top: 34%;
            z-index: 4;
        }
        .las-vegas-banner .ip-banner-control .ctri_scrolldown .mouse {
            background: rgba(79,79,79,.5);
        }
        .las-vegas-banner .ip-banner-control .ctri_scrolldown .mouse:hover {
            background: rgba(202, 144, 42, .8);
            border: 2px solid rgba(202, 144, 42, .8);
        }
    .page-template-template-las-vegas #inner-page-wrapper {
        margin: 0;
        z-index: 2;
        min-height: 1000px;
    }
        .las-vegas-section {
            position: relative;
            font-size: 0;
        }
            .las-vegas-section h2 {

            }
            .las-vegas-section h3 {
                font-size: 28px;
                font-weight: 700;
                color: #a81a20;
                line-height: 0.9;
                letter-spacing: 0.02em;
            }
            .las-vegas-section p {
                font-size: 17px;
                /*font-weight: 400;*/
                line-height: 1.5;
                letter-spacing: 0.02em;
                margin: 28px 0;
            }
            .las-vegas-section img {

            }
            #content .las-vegas-section ul {

            }
                .las-vegas-section li {
                    font-size: 17px;
                    /*font-weight: 400;*/
                    line-height: 1.5;
                    letter-spacing: 0.02em;
                    margin: 16px 0;
                }
                .las-vegas-section li::before {
                    content: '';
                    display: inline-block;
                    vertical-align: top;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #a81a20;
                    margin-right: 14px;
                    margin-top: 10px;
                }
                    .las-vegas-section li span {
                        display: inline-block;
                        vertical-align: top;
                        width: calc( 100% - 18px );
                    }
        #las-vegas-section-01 {
            overflow: visible;
        }
            #las-vegas-section-01 .accent-line {
                height: 415px;
                top: -84px;
                left: 13.5%;
            }
            #las-vegas-section-01 .accent-dots {
                background-image: url(images/las-vegas/accent-dots-03.png);
                height: 123px;
                top: 20px;
                left: 14%;
            }
            #las-vegas-section-01 .lvs-txt {
                padding-top: 140px;
            }
            #las-vegas-section-01 .lvs-img {
                margin-top: -105px;
            }
                #las-vegas-section-01 .lvs-img img {
                    display: block;
                    margin: auto 0 auto auto;
                }
        #las-vegas-section-02 {
            margin-top: 70px;
            z-index: 2;
        }
            #las-vegas-section-02 .container {
                position: relative;
            }
            #las-vegas-section-02 .accent-dots {
                height: 123px;
                background-image: url(images/las-vegas/accent-dots-03.png);
                background-position: center bottom;
                left: -78px;
                top: 250px;
            }
            #las-vegas-section-02 .lvs-txt {
                padding-top: 112px;
            }
                #las-vegas-section-02 .lvs-txt h3,
                #las-vegas-section-02 .lvs-txt ul {
                    margin-left: -40px;
                    margin-right: 20px;
                    margin-bottom: 35px;
                }
        #las-vegas-section-03 {
            margin-top: -50px;
            z-index: 1;
        }
            #las-vegas-section-03 .lvs-txt {
                padding-top: 122px;
            }
                #las-vegas-section-03 .lvs-txt h3,
                #las-vegas-section-03 .lvs-txt ul {
                    margin-left: 30px;
                    width: 100%;
                    margin-bottom: 35px;
                }
            #las-vegas-section-03 .lvs-img {

            }
                #las-vegas-section-03 .lvs-img img {
                    display: block;
                    margin: auto 0 auto auto;
                }

        #las-vegas-section-3a {
            margin-top: 60px;
        }

            #las-vegas-section-3a p {
                display: block;
                text-align: center;
                font-family: 'Lato', sans-serif;
                color: #393939;
                font-size: 60px;
                font-weight: 400;
                text-transform: uppercase;
                margin: 0;
                line-height: 1;
            }

        #las-vegas-section-04 {
            margin-top: 70px;
            overflow: hidden;
            padding-bottom: 35px;
        }
        #las-vegas-section-04 > div::after {
            content: '';
            display: block;
            width: 55%;
            height: 78px;
            background: #a81a20;
            position: absolute;
            transform: skew(40deg) translateZ(0);
            right: -3%;
            bottom: 0;
        }
            #las-vegas-section-04 canvas {
                display: block;
                background: url(images/las-vegas/las-vegas-section-bg.jpg) #cccccc no-repeat center center / cover;
                width: 100%;
                min-height: 340px;
            }
            #las-vegas-section-04 .accent-line {
                height: 570px;
                top: -78px;
                right: 39.2%;
                left: inherit;
            }
            #las-vegas-section-04 .accent-dots {
                height: 123px;
                background-position: center bottom;
                top: -25px;
                left: inherit;
                right: 39.8%;
                opacity: 0.6;
            }
        #las-vegas-section-05 {
            background: url(images/las-vegas/las-vegas-section-bg-02.jpg) no-repeat center bottom / cover;
            margin-top: 48px;
            padding: 50px 0 110px;
        }
            #las-vegas-section-05 .lvs-img {

            }
                #las-vegas-section-05 .lvs-img h2 {
                    position: absolute;
                    left: -625px;
                    top: 50px;
                }
                #las-vegas-section-05 .lvs-img > img {
                    float: right;
                }
            #las-vegas-section-05 .lvs-txt {
                padding-top: 195px;
            }
                #las-vegas-section-05 .lvs-txt ul {
                    margin-left: 30px;
                }
        #las-vegas-section-06 {
            padding-top: 100px;
            padding-bottom: 95px;
        }
            #las-vegas-section-06 .lvs-img {

            }
                #las-vegas-section-06 .lvs-img-inner {
                    overflow: hidden;
                    /*width: 680px;*/
                    position: relative;
                    float: right;
                    padding-bottom: 30px;
                }
                #las-vegas-section-06 .lvs-img-inner::before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 78%;
                    height: 78px;
                    background: #a81a20;
                    transform: skew(-40deg);
                    bottom: 0;
                    left: -5%;
                }
                    #las-vegas-section-06 .lvs-img img {
                        margin-right: 20px;
                        width: 100%;
                    }
            #las-vegas-section-06 .lvs-txt {
                padding-top: 40px;
            }
                #las-vegas-section-06 .lvs-txt p {
                    font-size: 20px;
                    line-height: 1.6;
                    margin-left: 30px;
                    margin-right: 20px;
                }
                #las-vegas-section-06 .lvs-txt span {
                    display: block;
                    font-size: 20px;
                    font-weight: 600;
                    margin-top: 35px;
                    margin-left: 30px;
                }
                #las-vegas-section-06 .lvs-txt div {
                    position: relative;
                    float: right;
                    margin-top: -105px;
                    margin-right: 20px;
                    z-index: -1;
                }
                #las-vegas-section-06 .lvs-txt div::before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 20px;
                    left: 20px;
                    background: #979797;
                    z-index: -1;
                }
        #las-vegas-section-07 {
            background: url(images/las-vegas/las-vegas-contact-bg.jpg) #131313 no-repeat right top / cover;
            text-align: center;
            padding: 68px 0 72px;
        }
            #las-vegas-section-07 .container {
                position: relative;
            }
            #las-vegas-section-07 p {
                font-size: 22px;
                font-weight: 700;
                color: #ffffff;
                line-height: 1;
            }
            #las-vegas-section-07 a {
                color: #a81a20;
            }
            #las-vegas-section-07 a:hover {
                color: #d03038;
            }
            #las-vegas-section-07 .accent-dots-01 {
                height: 229px;
                background: url(images/accent-dots-02.png) no-repeat center center;
                left: -56px;
                bottom: -265px;
                top: inherit;
            }
            #las-vegas-section-07 .accent-dots-02 {
                height: 229px;
                background: url(images/accent-dots-02.png) no-repeat center center;
                right: -30px;
                bottom: -205px;
                left: inherit;
                top: inherit;
                transform: rotate(180deg);
            }


/*** events page ***/

.events-wrap {
    display: block;
}

    .events-row {
        display: block;
        padding-top: 60px;
    }

        .events-title {
            color: #222;
            font-size: 25px;
            display: block;
            line-height: 1;
            font-weight: bold;
        }

            .events-title span {
                color: #ca902d;
                color: #c38926;
            }

        .events-row .photo-wrap {
            display: block;
            margin-top: 28px;
            font-size: 0;
        }

            .events-row .photo-wrap a {
                display: inline-block;
                width: 20%;
            }

            .events-row .photo-wrap canvas {
                display: block;
                width: 100%;
                height: auto;
                background-size: cover;
                background-position: center;
            }

.page-id-32729 .intro-text {
    font-size: 18px;
    color: #444;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin: 75px 0;
    padding: 0 11%;
    text-align: center;
}


.aiosp-arrow-right{
    right: 15%;
}
.aiosp-arrow-left{
    left: 15%;
}
a.fill-btn-wrap.sc-showing {
    display: none;
}

.listing-showcase h3.nrty-image-title {
    text-align: center;
    font-size: 81px;
    font-weight: 800;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: normal;
    margin-top: 50px;
}
.footer-credits p:first-child {
    border-bottom: none;
    padding-bottom: 0;
}
.page-id-931 #cus-form .cus-button-wrap > div[style] {
    padding: 2px 0!important;
}
.page-id-931 #cus-form div.wpcf7-response-output {
    font-size: 13px;
    padding: 2px 10px;
}

.page-id-1402 .ai-default-cf7wrap textarea,
.page-id-993 .ai-default-cf7wrap textarea,
.page-id-1404 .ai-default-cf7wrap textarea,
.page-id-1406 .ai-default-cf7wrap textarea,
.page-id-994 .ai-default-cf7wrap textarea{
    height: 100px!important;

}

.page-id-1402 .ai-default-cf7wrap input.wpcf7-submit,
.page-id-993 .ai-default-cf7wrap input.wpcf7-submit,
.page-id-1404 .ai-default-cf7wrap input.wpcf7-submit,
.page-id-1406 .ai-default-cf7wrap input.wpcf7-submit,
.page-id-994 .ai-default-cf7wrap input.wpcf7-submit{
    line-height: 28px!important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */



/*Do no Sell Page*/

.wpcf7-form-control-wrap.dsmInfo .wpcf7-list-item-label {
    font-size: 15px;
}

.wpcf7-form-control-wrap.dsmInfo .wpcf7-list-item.first.last {
    margin: 0;
}

.sidebar-info .si-compass,
.sidebar-info .si-contact em:nth-child(1) {
    display: none !important;
}

.cta-get-in-touch-wrap img {
    height: auto;
}

.grecaptcha-badge {
    z-index: 99;
    bottom: 80px !important;
}



#hero .cycloneslider-caption .slide-caption-holder .cycloneslider-caption-description{
  display: none;
}



.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    font-size: 11px;
    right: auto;
}
.welc-banner-button {
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welc-banner-button a{
    text-align: center;
}
#aios-slider-endorsements-slideshow .aios-slider-splide .aios-slider-img canvas, 
#aios-slider-endorsements-slideshow .aios-slider-splide .aios-slider-custom-video canvas {
    height: 100%;
}
.page-id-939 #aios-slider-endorsements-slideshow .aios-slider-splide .aios-slider-custom-video button,
.page-id-939 #aios-slider-endorsements-slideshow .aios-slider-volume {
    display: none;
}

.ai-contact-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    line-height: 1;
}

.ai-contact-wrap .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
}

select.sort-sel.aios-listings-sorter,
select.sort-sel.aios-listings-sorter option {
    color: #767676;
}

#content .entry a.bctt-ctt-btn {
    color: #767676 !important;
}

#content .entry a.bctt-ctt-btn:hover {
    color: #464646 !important;
}
