/*
Theme Name: Diana Mercer
Theme URI: http://aios3-staging.agentimage.com/i/isellsantacruz.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav .sub-menu {
    list-style: none outside none;
    margin: 0 0 0 0;
    display: none;
    background: none;
    padding: 0 0 0;
    position: absolute;
    min-width: 208px;
    z-index: 9;
}
#nav .sub-menu li {
    position: relative;
}
#nav .sub-menu a {
    color: #ffffff;
    font: normal 14px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 7px;
    outline: none;
    text-decoration: none;
    background: rgba(33,58,114,0.60);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#nav .sub-menu .sub-menu {
    margin-left: 0;
    top: 0;
    left: 0;
    padding-top: 1px;
    position: relative;
}
#nav li#menu-item-131 .sub-menu {
    min-width: 288px;
}

/* HOVER */
#nav .sub-menu a:hover {
    background: rgba(33,58,114,0.80);
}


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

/* Global */

body{
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #363636;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}


/*******************************************************
 * HEADER
 *******************************************************/
.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 1001;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
    .header-top {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px 0 15px;
        background: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
        .header-smi {
            position: relative;
            display: block;
            text-align: left;
            padding: 52px 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
            .header-smi a {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 37px;
                height: 36px;
                margin: 0 3px 0 0;
                text-align: center;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                background: #223a72;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
                .header-smi a::before {
                    content: '';
                    width: 0;
                    height: 100%;
                    display: inline-block;
                    vertical-align: middle;
                }
                .header-smi a span {
                    color: #ffffff;
                    font-size: 17px;
                    display: inline-block;
                    vertical-align: middle;
                }
            /* HOVER */
            .header-smi a:hover {
                background: #927228;
            }

        .header-logo {
            position: relative;
            display: block;
            text-align: center;
        }
            .header-logo img {
                width: 100%;
                max-width: 354px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

        .header-contacts {
            position: relative;
            display: block;
            text-align: right;
            color: #223a72;
            padding-top: 45px;
            font: 600 16px 'Lato', sans-serif;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
            .header-contacts a {
                color: #223a72;
            }
            .header-contacts a:hover {
                color: #927228;
            }

            .header-contacts .phone {
                padding-bottom: 10px;
            }
                .header-contacts .phone span {
                    margin-right: 5px;
                }
                .header-contacts .email span {
                    margin-right: 5px;
                    font-size: 12px;
                }

    .header-bottom {
        position: relative;
        display: block;
        width: 100%;
        background: rgba(255,255,255,0.70);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
        .header-navigation {
            position: relative;
            display: block;
            margin-top: 12px;
            margin-right: -10px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
            /* Navigation */
            #nav {
                padding: 0;
                margin: 0 0 0;
                list-style: none;
                line-height: 1;
                text-align: center;
            }
                #nav > li {
                    display:inline-block;
                    position: relative;
                    padding: 0 24px;
                }
                    #nav > li > a {
                        position: relative;
                        text-decoration: none;
                        outline: none;
                        color: #223a72;
                        font: 600 13px 'Open Sans', sans-serif;
                        text-transform: uppercase;
                        display: block;
                        padding: 15px 0;
                        background: transparent;
                        -webkit-transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -ms-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }
                        #nav > li > a::after {
                            content: '';
                            display: block;
                            background: #223a72;
                            width: 100%;
                            height: 2px;
                            position: absolute;
                            bottom: 20px;
                            left: 0;
                            right: 0;
                            opacity: 0;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                /* HOVER */
                #nav > li:hover a::after {
                    opacity: 1;
                    bottom: 0;
                }


/* FIXED HEADER */
.header-wrapper.fixed #nav > li > a {
    padding: 8px 0;
}
.header-wrapper.fixed .header-top {
    padding: 17px 0 15px;
}
.header-wrapper.fixed .header-bottom {
    background: #ffffff;
}
.header-wrapper.fixed .header-logo img {
    max-width: 139px;
}
.header-wrapper.fixed .header-smi {
    padding: 10px 0;
}
.header-wrapper.fixed .header-contacts {
    padding-top: 0;
}


/*******************************************************
 * HOME
 *******************************************************/
/* SLIDESHOW */
.slider-wrapper {
    position: relative;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 15px;
}
    .slider-wrapper canvas {
        position: relative;
        display: block;
        width: 100%;
    }
    .hp-slider {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .slider-wrapper .cycloneslider-template-video .cycloneslider-volume {
        top: 235px;
    }

    body.admin-bar .slider-wrapper .cycloneslider-template-video .cycloneslider-volume {
        top: 267px;
    }


/* SCROLL DOWN */
.scroll-down-wrap {
    position: absolute;
    top: -187px;
    right: -7px;
    width: 46px;
    z-index: 9;
    /*background: #000000;*/
}
    .scroll-down {
        position: relative;
        display: block;
        width: 46px;
        height: 270px;
    }
        .scroll-down::before {
            content: '';
            display: block;
            background: url("images/icon-bird-glow.png") no-repeat;
            width: 140px;
            height: 130px;
            position: absolute;
            top: -80px;
            left: -46px;
            right: 0;
        }
        .scroll-down::after {
            content: '';
            display: block;
            background: url("images/arrow-down.png") no-repeat;
            width: 13px;
            height: 12px;
            position: absolute;
            bottom: -16px;
            right: -6px;
        }
            .scroll-down a {
                position: relative;
                display: block;
                outline: none;
                text-decoration: none;
                color: #ffffff;
                width: 100%;
                height: 100%;
                letter-spacing: 5px;
                text-transform: uppercase;
                font: 300 11px 'Lato', sans-serif;
            }
                .scroll-down a::before {
                    content: '';
                    display: block;
                    background: #ffffff;
                    width: 1px;
                    height: 50%;
                    position: absolute;
                    top: 0;
                    right: 0;
                }
                .scroll-down a::after {
                    content: '';
                    display: block;
                    background: #12306f;
                    width: 1px;
                    height: 50%;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }
                .scroll-down a span {
                    display: block;
                    text-shadow: 2px 1px 2px #000;
                    padding: 14px 0 0 36px;
                    -webkit-transform: rotate(91deg);
                    -moz-transform: rotate(91deg);
                    -ms-transform: rotate(91deg);
                    -o-transform: rotate(91deg);
                    transform: rotate(91deg);
                }


/* WELCOME */
.welcome-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 52px 0 0;
    z-index: 5;
    background: url("images/welcome-bg.jpg") no-repeat center / cover;
    top: -80px;
}
    .welc-agent-photo {
        position: relative;
        display: block;
        text-align: right;
        padding-top: 4px;
    }
        .welc-agent-photo img {
            width: 100%;
            max-width: 346px;
        }

    .welc-content-wrap {
        position: relative;
        display: block;
        padding: 0;
    }
        .welc-title h1 {
            position: relative;
            display: block;
            color: #213a72;
            text-transform: uppercase;
            font: bold 38px 'Lato', sans-serif;
        }

        .welc-text-content {
            position: relative;
            display: block;
            padding-top: 22px;
        }
            .welc-text-content p {
                font-size: 16px;
                line-height: 21px;
            }

        .welc-button {
            position: relative;
            display: block;
            margin-top: 36px;
        }
            .welc-button a {
                position: relative;
                display: block;
                width: 189px;
                padding: 12px 0;
                outline: none;
                text-decoration: none;
                text-align: center;
                background: #213a72;
                color: #ffffff;
                text-transform: uppercase;
                font: bold 13px 'Lato', sans-serif;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            /* HOVER */
            .welc-button a:hover {
                background: #927228;
            }


/* CTA */
.cta-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 70px 0 75px;
    z-index: 5;
}
    .cta-btn-holder {
        position: relative;
        display: block;
        text-align: center;
    }
        .cta-btn-holder::before {
            content: '';
            display: block;
            background: url("images/cta-btn-glow.png") no-repeat;
            background-size: contain;
            width: 100%;
            height: 286px;
            position: absolute;
            top: -35px;
            left: -30px;
            right: 0;
            margin: 0 auto;
            z-index: -1;
        }
            .cta-btn-holder a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                outline: none;
                text-decoration: none;
            }
                .cta-btn-content {
                    position: relative;
                    display: block;
                }
                    .cta-btn-icon {
                        position: relative;
                        display: block;
                        width: 76px;
                        height: 76px;
                        margin: 0 auto 0;
                        background: transparent;
                        border: 2px solid #213a72;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        border-radius: 100%;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }
                        .cta-btn-icon::before {
                            content: '';
                            width: 0;
                            height: 100%;
                            display: inline-block;
                            vertical-align: middle;
                        }
                            .cta-btn-icon-surf {
                                position: relative;
                                display: inline-block;
                                vertical-align: middle;
                                background: url("images/cta-icon-surf.png");
                                width: 40px;
                                height: 36px;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }
                            .cta-btn-icon-wave {
                                position: relative;
                                display: inline-block;
                                vertical-align: middle;
                                background: url("images/cta-icon-wave.png");
                                width: 49px;
                                height: 32px;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }
                            .cta-btn-icon-home {
                                position: relative;
                                display: inline-block;
                                vertical-align: middle;
                                background: url("images/cta-icon-home.png");
                                width: 37px;
                                height: 35px;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

                        .cta-btn-title {
                            position: relative;
                            display: block;
                            color: #213a72;
                            padding-top: 20px;
                            text-shadow: 1px 1px 0px #927228;
                            text-transform: uppercase;
                            font: 400 22px 'Lora', serif;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                            .cta-btn-title span {
                                display: block;
                                color: #213a72;
                                text-shadow: 3px 1px 0px #927228;
                                font: bold 38px/38px 'Lato', sans-serif;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }
                            .cta-btn-title::before {
                                content: '';
                                display: block;
                                background: -moz-radial-gradient(center, ellipse cover, rgba(33,58,114,1) 0%, rgba(61,96,149,1) 30%, rgba(125,185,232,0) 100%);
                                background: -webkit-radial-gradient(center, ellipse cover, rgba(33,58,114,1) 0%,rgba(61,96,149,1) 30%,rgba(125,185,232,0) 100%);
                                background: radial-gradient(ellipse at center, rgba(33,58,114,1) 0%,rgba(61,96,149,1) 30%,rgba(125,185,232,0) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213a72', endColorstr='#007db9e8',GradientType=1 );
                                width: 194px;
                                height: 1px;
                                position: absolute;
                                top: 17px;
                                left: 0;
                                right: 0;
                                margin: 0 auto;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }
                            .cta-btn-title::after {
                                content: '';
                                display: block;
                                background: -moz-radial-gradient(center, ellipse cover, rgba(33,58,114,1) 0%, rgba(61,96,149,1) 30%, rgba(125,185,232,0) 100%);
                                background: -webkit-radial-gradient(center, ellipse cover, rgba(33,58,114,1) 0%,rgba(61,96,149,1) 30%,rgba(125,185,232,0) 100%);
                                background: radial-gradient(ellipse at center, rgba(33,58,114,1) 0%,rgba(61,96,149,1) 30%,rgba(125,185,232,0) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213a72', endColorstr='#007db9e8',GradientType=1 );
                                width: 194px;
                                height: 1px;
                                position: absolute;
                                bottom: -7px;
                                left: 0;
                                right: 0;
                                margin: 0 auto;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

            /* HOVER */
            .cta-btn-holder a:hover .cta-btn-icon {
                background: #927228;
                border: 2px solid #927228;
            }
            .cta-btn-holder a:hover .cta-btn-icon-surf {
                background: url("images/cta-icon-surf-hov.png");
            }
            .cta-btn-holder a:hover .cta-btn-icon-wave {
                background: url("images/cta-icon-wave-hov.png");
            }
            .cta-btn-holder a:hover .cta-btn-icon-home {
                background: url("images/cta-icon-home-hov.png");
            }
            .cta-btn-holder a:hover .cta-btn-title,
            .cta-btn-holder a:hover .cta-btn-title span {
                color: #927228;
                text-shadow: 0 0 0;
            }
            .cta-btn-holder a:hover .cta-btn-title::before,
            .cta-btn-holder a:hover .cta-btn-title::after {
                background: -moz-radial-gradient(center, ellipse cover, rgba(162,130,56,1) 1%, rgba(151,146,108,1) 30%, rgba(125,185,232,0) 100%);
                background: -webkit-radial-gradient(center, ellipse cover, rgba(162,130,56,1) 1%,rgba(151,146,108,1) 30%,rgba(125,185,232,0) 100%);
                background: radial-gradient(ellipse at center, rgba(162,130,56,1) 1%,rgba(151,146,108,1) 30%,rgba(125,185,232,0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#927228', endColorstr='#007db9e8',GradientType=1 );
            }


/* COMMUNITIES */
.communities-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 88px 0 80px;
    z-index: 5;
    background: #ffffff;
}
    .comm-container {
        position: relative;
        display: block;
    }
        .comm-title {
            position: relative;
            display: block;
            text-align: center;
        }
            .comm-title h2 {
                color: #213a72;
                text-transform: uppercase;
                font: bold 30px 'Lato', sans-serif;
            }

        .comm-content {
            position: relative;
            display: block;
            margin-top: 33px;
        }
            .comm-txt-wrap {
                position: absolute;
                display: block;
                width: 46.31%;
                top: 89px;
                left: 0;
                margin: 0;
                z-index: 5;
            }
                .comm-txt-slider {
                    position: relative;
                    display: block;
                    width: 100%;
                    margin: 0 0 0;
                    padding: 0 0 0;
                    font-size: 0;
                }
                    .comm-txt-details {
                        position: relative;
                        display: block;
                        width: 100%;
                        height: 100%;
                        min-height: 410px;
                        padding: 36px 40px 40px;
                        border: 1px solid #a3a3a3;
                        background: rgba(255,255,255,0.70);
                    }
                        .comm-txt-title {
                            position: relative;
                            display: block;
                            color: #213a72;
                            text-transform: uppercase;
                            font: bold 20px 'Lato', sans-serif;
                        }
                        .comm-txt-desc {
                            position: relative;
                            display: block;
                            color: #666666;
                            padding-top: 22px;
                            font: 500 14px/21px 'Lato', sans-serif;
                        }
                            .comm-txt-desc a {
                                position: relative;
                                outline: none;
                                text-decoration: none;
                                color: #213a72;
                            }

                        .comm-txt-links {
                            position: relative;
                            display: block;
                            margin-top: 28px;
                        }
                            .comm-links-group a:last-child::after {
                                display: none;
                            }
                            .comm-links-group a:last-child {
                                padding-right: 0;
                            }

                                .comm-txt-links a {
                                    position: relative;
                                    outline: none;
                                    text-decoration: none;
                                    color: #666666;
                                    padding-right: 24px;
                                    font: 500 14px/23px 'Lato', sans-serif;
                                }
                                    .comm-txt-links a::after {
                                        content: '';
                                        display: block;
                                        background: #666666;
                                        width: 6px;
                                        height: 6px;
                                        -webkit-border-radius: 100%;
                                        -moz-border-radius: 100%;
                                        border-radius: 100%;
                                        position: absolute;
                                        top: 6px;
                                        right: 9px;
                                    }


            .comm-img-wrap {
                position: relative;
                display: block;
                float: right;
                width: 57.31%;
                margin: 0 0 0 0;
            }
                .comm-img-slider {
                    position: relative;
                    display: block;
                    width: 100%;
                    margin: 0 0 0;
                    padding: 0 0 0;
                    font-size: 0;
                }
                    .comm-img-holder {
                        position: relative;
                        display: block;
                    }
                        .comm-img-holder::before {
                            content: '';
                            display: block;
                            background: url("images/comm-img-overlay.png") no-repeat center / cover;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            right: 0;
                            z-index: 2;
                        }
                        .comm-img-holder canvas {
                            position: relative;
                            display: block;
                            width: 100%;
                            height: auto;
                            background: no-repeat center / cover;
                        }


/* FILLER TAGLINE */
.filler-tagline-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    min-height: 563px;
    background: url("images/filler-tagline-bg.jpg") no-repeat center / cover;
}
    .filler-tagline-wrapper::before {
        content: '';
        display: block;
        background: rgba(33,58,114,0.57);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }
        .tagline-txt-content {
            position: relative;
            width: 100%;
            height: 563px;
            min-height: 563px;
            z-index: 5;
        }
            .tagline-txt {
                position: absolute;
                display: block;
                text-align: center;
                bottom: 73px;
                left: 0;
                right: 0;
            }
                .tagline-txt span {
                    position: relative;
                    color: #ffffff;
                    padding: 0 13px;
                    text-shadow: 0px 0px 21px rgba(0,0,0,0.42);
                    text-transform: uppercase;
                    font: 400 34px/34px 'Lora', serif;
                }
                    .tagline-txt span:nth-child(3)::after {
                        display: none;
                    }
                    .tagline-txt span::after {
                        content: '';
                        display: block;
                        background: #ffffff;
                        width: 9px;
                        height: 9px;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        border-radius: 100%;
                        position: absolute;
                        top: 20px;
                        right: -7px;
                    }

                .tagline-txt h2 {
                    color: #ffffff;
                    text-shadow: 0px 0px 21px rgba(0,0,0,0.42);
                    text-transform: uppercase;
                    font: 400 69px/69px 'Lora', serif;
                }


/* HP MAP AREA */
.hp-map-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    background: #ffffff;
}
    .mob-list-wrap {
        position: relative;
        display: none;
    }
    /*Map*/
    #hpMapWrap {
        position: relative;
        display: block;
        z-index: 10;
        margin: 0 auto;
        width: 100%;
    }
        #map {
            position: relative;
            width: 1600px;
            margin-top: 15px;
            padding-top: 21px;
        }
            #map img#transparent {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 3;
            }

            #trueMap {
                z-index: 1;
            }

                #map .map-hovers {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 2;
                }
                    #map .map-hovers div {
                        position: absolute;
                    }
                        #map .map-hovers div img {
                            display: block;
                            position: relative;
                            z-index: 1;
                            opacity: 0;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                            /* Map Hover Image */
                            #mapWestside {
                                top: 246px;
                                left: 463px;
                            }
                            #mapPasatiempo {
                                bottom: 335px;
                                left: 776px;
                            }
                            #mapScottsValley {
                                top: 115px;
                                left: 775px;
                            }
                            #mapSanLorenzoValley {
                                top: 130px;
                                left: 426px;
                            }
                            #mapEastside {
                                bottom: 275px;
                                left: 869px;
                            }
                            #mapCapitola {
                                bottom: 312px;
                                right: 539px;
                            }
                            #mapSoquel {
                                bottom: 353px;
                                right: 384px;
                            }
                            #mapAptos {
                                bottom: 229px;
                                right: 283px;
                            }


                        /* Map Hover Label */
                        .map-txt-label {
                            color: #FFFFFF;
                            text-transform: uppercase;
                            text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
                            font: bold 18px 'Lato', sans-serif;
                            opacity: 1;
                            text-align: center;
                            letter-spacing: 2px;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                            .map-txt-label::before {
                                content: '';
                                display: block;
                                background: #011b32;
                                width: 5px;
                                height: 5px;
                                -webkit-border-radius: 100%;
                                -moz-border-radius: 100%;
                                border-radius: 100%;
                                position: absolute;
                                top: -10px;
                                left: 0;
                                right: 0;
                                margin: 0 auto;
                            }

                            .map-txt-label.westside {
                                top: 345px;
                                left: 115px;
                                z-index: 9;
                            }
                            .map-txt-label.pasatiempo {
                                top: 37px;
                                left: 42px;
                                z-index: 9;
                            }
                                .map-txt-label.pasatiempo::before {
                                    top: 47px;
                                    left: -25px;
                                }

                            .map-txt-label.scotts-valley {
                                top: 203px;
                                left: 145px;
                                z-index: 9;
                            }
                            .map-txt-label.san-lorenzo {
                                top: 150px;
                                left: 249px;
                                z-index: 9;
                            }
                            .map-txt-label.eastside {
                                top: 222px;
                                left: 0;
                                min-width: 150px;
                                z-index: 9;
                            }
                                .map-txt-label.eastside::before {
                                    top: -112px;
                                }

                            .map-txt-label.capitola {
                                top: 21px;
                                left: -17px;
                                min-width: 130px;
                                z-index: 9;
                            }
                            .map-txt-label.soquel {
                                top: 164px;
                                left: 35px;
                                z-index: 9;
                            }
                            .map-txt-label.aptos {
                                top: 190px;
                                left: 105px;
                                z-index: 9;
                            }


/* PROPERTIES */
.properties-wrapper {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5;
    padding: 54px 0 46px;
    background: #ffffff;
}
    .bird-divider {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }
        .bird-divider::before {
            content: '';
            display: block;
            background: #cccccc;
            width: 42.63%;
            height: 1px;
            position: absolute;
            top: 42px;
            left: 0;
        }
        .bird-divider::after {
            content: '';
            display: block;
            background: #cccccc;
            width: 42.63%;
            height: 1px;
            position: absolute;
            top: 42px;
            right: 0;
        }
        .icon-bird {
            position: relative;
            display: block;
            width: 100px;
            height: 68px;
            margin: 0 auto;
            background: url("images/icon-big-bird.png") no-repeat;
        }

    .prop-title {
        position: relative;
        display: block;
        text-align: center;
        padding-top: 64px;
    }
        .prop-title h2 {
            color: #213a72;
            text-transform: uppercase;
            font: bold 30px 'Lato', sans-serif;
        }

    .prop-slide-container {
        position: relative;
        display: block;
        margin: 0 -15px 0;
    }
        .properties-slider {
            position: relative;
            display: block;
            width: 100%;
            margin: 50px 0 0;
            padding: 0;
            font-size: 0;
        }
            .prop-group-item {
                position: relative;
                display: block;
                width: 100%;
                margin: 0 0 0;
                padding: 0 0;
            }
                .prop-item {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    width: 33.33%;
                    margin: 0 auto 0;
                    padding: 0 15px;
                }
                    .prop-item a {
                        position: relative;
                        display: block;
                        text-decoration: none;
                        outline: none;
                        box-sizing: border-box;
                        width: 100%;
                        padding: 0 0 0;
                    }
                        .prop-img-holder {
                            position: relative;
                            display: block;
                            background: center no-repeat;
                            background-size: cover;
                            width: 100%;
                            height: 300px;
                        }
                        .prop-desc {
                            position: relative;
                            display: block;
                            padding: 17px 0 30px;
                            text-align: center;
                            color: #484747;
                        }
                            .prop-desc::before {
                                content: '';
                                display: block;
                                background: url("images/fp-brush-bg.png") no-repeat;
                                background-size: contain;
                                width: 100%;
                                max-width: 256px;
                                height: 96px;
                                position: absolute;
                                top: 14px;
                                left: 0;
                                right: 0;
                                margin: 0 auto;
                                z-index: -1;
                            }
                            .prop-address {
                                font: 400 15px 'Lato', sans-serif;
                            }
                            .prop-price {
                                padding: 6px 0 0;
                                font: 500 19px 'Lato', sans-serif;
                            }
                            .prop-bb {
                                position: relative;
                                display: block;
                                padding: 20px 0 0;
                            }
                                .prop-bb .beds,
                                .prop-bb .baths {
                                    position: relative;
                                    display: inline-block;
                                    vertical-align: middle;
                                    margin: 0 15px;
                                    font: 400 14px 'Lora', serif;
                                }
                                    .prop-bb .beds span.icon-bed {
                                        position: relative;
                                        display: inline-block;
                                        vertical-align: middle;
                                        background: url("images/fp-icon-beds.png") no-repeat;
                                        background-position: 0 -1px;
                                        width: 25px;
                                        height: 15px;
                                        margin-right: 7px;
                                    }
                                    .prop-bb .baths span.icon-bath {
                                        position: relative;
                                        display: inline-block;
                                        vertical-align: middle;
                                        background: url("images/fp-icon-baths.png") no-repeat;
                                        background-position: 0 -2px;
                                        width: 13px;
                                        height: 19px;
                                        margin-right: 7px;
                                    }

                        .prop-desc-hov {
                            position: absolute;
                            top: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 1;
                            opacity: 0;
                            color: #ffffff;
                            text-align: center;
                            background: rgba(0,0,0,0.70);
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                            .prop-desc-hov .prop-address {
                                font: bold 15px 'Lora', serif;
                            }
                            .prop-desc-hov .prop-price {
                                padding: 34px 0 8px;
                                font: bold 19px 'Lato', sans-serif;
                            }
                            .prop-desc-txt {
                                padding: 13px 0 0;
                                font: italic 11px 'Lora', serif;
                            }
                            .prop-desc-hov .prop-bb .beds span.icon-bed {
                                background-position: 0 -19px;
                            }
                            .prop-desc-hov .prop-bb .baths span.icon-bath {
                                background-position: 0 -25px;
                            }
                            .prop-details {
                                position: relative;
                                display: block;
                                padding-top: 19px;
                            }
                                .prop-details span {
                                    display: block;
                                }
                                    .prop-details span i {
                                        display: inline-block;
                                        vertical-align: top;
                                        min-width: 100px;
                                        text-align: left;
                                        padding-left: 10px;
                                        font: 400 13px/20px 'Lora', serif;
                                    }
                                    .prop-details span em {
                                        display: inline-block;
                                        vertical-align: top;
                                        min-width: 100px;
                                        text-align: right;
                                        padding-right: 10px;
                                        font: italic 13px/20px 'Lato', sans-serif;
                                    }

                        .prop-view-wrap {
                            position: absolute;
                            top: 0;
                            opacity: 0;
                            z-index: 1;
                            width: 100%;
                            height: 100%;
                            background: #213a72;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                            .view-details {
                                position: relative;
                                display: block;
                                width: 248px;
                                height: 45px;
                                padding: 13px 0;
                                margin: 24px auto 0;
                                text-align: center;
                                background: #927228;
                                color: #ffffff;
                                text-transform: uppercase;
                                font: bold 14px 'Lato', sans-serif;
                            }

                        .view-comm {
                            position: absolute;
                            bottom: 33px;
                            left: 0;
                            right: 0;
                            opacity: 0;
                            z-index: 2;
                            text-align: center;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -ms-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                        }
                            .view-comm a {
                                position: relative;
                                display: block;
                                outline: none;
                                text-decoration: none;
                                color: #ffffff;
                                font: italic 13px 'Lato', sans-serif;
                            }

                /* HOVER */
                .prop-item:hover .prop-desc-hov,
                .prop-item:hover .prop-view-wrap,
                .prop-item:hover .view-comm {
                    opacity: 1;
                }


/* QUICK SEARCH */
.qs-wrapper {
    position: relative;
    display: block;
    width: 100%;
    z-index: 6;
    padding: 0 0 70px;
    background: #ffffff;
}
    .qs-fields-wrap {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        padding: 53px 0 53px 25px;
        background: url("images/qs-fields-bg.jpg") no-repeat center / cover;
    }
        .qs-magnify {
            position: relative;
            display: inline-block;
            vertical-align: middle;

        }
            .qs-magnify span.ai-font-magnifying-glass-c {
                font-size: 29px;
                color: #927228;
            }

        .qs-fields {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin-left: 18px;
            width: 92.98%;
        }
            .qs-group {
                position: relative;
                display: inline-block;
                vertical-align: middle;
            }
                .qs-group label {
                    display: none;
                }
                .qs-group select,
                .qs-group input {
                    width: 100%;
                    height: 29px;
                    padding: 0 10px 0 5px;
                    background: transparent;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    outline: none;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-bottom: 1px solid #929fbb;
                    font: italic 14px 'Lato', sans-serif;
                    color: #ffffff;
                }
                .qs-group.search .search-btn {
                    position: relative;
                    display: block;
                    width: 100%;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    border: none;
                    outline: none;
                    background: transparent;
                    color: #c39d44;
                    font: italic 18px 'Lato', sans-serif;
                }
                .qs-group.advanced a.advanced-btn {
                    position: relative;
                    display: block;
                    width: 100%;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    border-radius: 0;
                    border: none;
                    outline: none;
                    background: transparent;
                }
                    span.ai-font-settings {
                        color: #ffffff;
                        font-size: 17px;
                    }

                /* HOVER */
                .qs-group.search .search-btn:hover {
                    color: #ffffff;
                }
                .qs-group.advanced a.advanced-btn:hover span {
                    color: #c39d44;
                }

                .qs-group.long {
                    width: 29.81%;
                    margin-right: 9px;
                }
                .qs-group.short {
                    width: 13.39%;
                    margin-right: 9px;
                }
                .qs-group.search {
                    margin-left: 8px;
                }
                .qs-group.advanced {
                    margin-left: 23px;
                }


/* TESTIMONIALS */
.testimonials-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 71px 0 58px;
    z-index: 5;
    background: url("images/testimonials-bg.jpg") no-repeat center / cover;
}
    .test-title {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }
        .test-title::before {
            content: '';
            display: block;
            background: rgba(33,58,114,0.30);
            width: 40.09%;
            height: 1px;
            position: absolute;
            top: 23px;
            left: 0;
        }
        .test-title::after {
            content: '';
            display: block;
            background: rgba(33,58,114,0.30);
            width: 40.09%;
            height: 1px;
            position: absolute;
            top: 23px;
            right: 0;
        }
        .test-title h2 {
            color: #213a72;
            text-transform: uppercase;
            font: bold 38px 'Lato', sans-serif;
        }

    .testi-slide-container {
        position: relative;
        display: block;
        margin: 0 -15px 0;
    }
        .testimonials-slider {
            position: relative;
            display: block;
            width: 100%;
            margin: 50px 0 0;
            padding: 0;
            font-size: 0;
        }
            .testi-group-item {
                position: relative;
                display: block;
                width: 100%;
                margin: 0 0 0;
                padding: 0 0;
            }
                .testi-item {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    width: 100%;
                    margin: 0 auto 0;
                    padding: 0 15px;
                }
                    .testi-item a {
                        position: relative;
                        display: block;
                        text-decoration: none;
                        outline: none;
                        box-sizing: border-box;
                        width: 100%;
                        height: 100%;
                        min-height: 533px;
                        padding: 40px 20px 21px;
                        background: #ffffff;
                        -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
                        -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
                        box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
                    }
                        .testi-info-holder {
                            position: relative;
                            display: block;
                            text-align: center;
                        }
                            .test-quote {
                                position: relative;
                                display: block;
                                width: 49px;
                                height: 48px;
                                margin: 0 auto -23px;
                                z-index: 1;
                                -webkit-border-radius: 100%;
                                -moz-border-radius: 100%;
                                border-radius: 100%;
                                border: 1px solid #927228;
                                background: #ffffff;
                            }
                                .test-quote::before {
                                    content:'';
                                    display: block;
                                    background: url("images/icon-quote.png") no-repeat center;
                                    width: 19px;
                                    height: 14px;
                                    position: absolute;
                                    margin: auto;
                                    top: 0;
                                    bottom: 0;
                                    left: 0;
                                    right: 0;

                                }

                            .testi-txt-info {
                                position: relative;
                                display: block;
                                width: 100%;
                                height: 100%;
                                min-height: 360px;
                                padding: 60px 33px 36px;
                                background: #213a72;
                                color: #ffffff;
                                font: italic 15px/22px 'Lato', sans-serif;
                            }
                            .testi-name {
                                display: block;
                                padding: 23px 0 0;
                                color: #213a72;
                                text-transform: uppercase;
                                font: bold 18px 'Lato', sans-serif;
                            }
                            .testi-readmore {
                                display: block;
                                color: #927228;
                                padding-top: 26px;
                                font: bold 13px 'Lato', sans-serif;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -ms-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out;
                            }

                            .testi-more-btn {
                                position: relative;
                                display: block;
                                margin-top: 60px;
                                text-align: center;
                            }
                                .testi-more-btn a {
                                    position: relative;
                                    display: block;
                                    width: 133px;
                                    height: 39px;
                                    margin: 0 auto;
                                    padding: 11px 0;
                                    outline: none;
                                    text-decoration: none;
                                    background: #927228;
                                    color: #ffffff;
                                    text-transform: uppercase;
                                    font: bold 13px 'Lato', sans-serif;
                                    -webkit-transition: all 0.3s ease-in-out;
                                    -moz-transition: all 0.3s ease-in-out;
                                    -ms-transition: all 0.3s ease-in-out;
                                    -o-transition: all 0.3s ease-in-out;
                                    transition: all 0.3s ease-in-out;
                                }

                    /* HOVER */
                    .testi-item a:hover .testi-readmore {
                        color: #213a72;
                    }
                    .testi-more-btn a:hover {
                        background: #213a72;
                    }


/*******************************************************
* FOOTER
*******************************************************/
.footer-wrapper {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5;
    padding: 0 0 0 ;
    background: #ffffff;
}
    .home .footer-cta {
        display: none;
    }
    .ip-container .footer-cta {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 40px 0;
        background: url("images/slide1.jpg") no-repeat center / cover;
    }
    .footer-top {
        position: relative;
        display: block;
        padding: 46px 0;
        background: url("images/git-bg.jpg");
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .footer-git-title {
            position: relative;
            display: block;
            color: #ffffff;
            padding: 6px 0;
            text-transform: uppercase;
            font: bold 25px 'Lato', sans-serif;
        }
        .footer-git-form {
            position: relative;
            display: block;
            width: 100%;
            padding: 0 0 0;
        }
            .git-fields {
                position: relative;
                display: inline-block;
                vertical-align: top;
            }
                .git-fields input,
                .git-fields textarea {
                    width: 100%;
                    height: 39px;
                    background: transparent;
                    font: italic 14px 'Lato', sans-serif;
                    color: #e8ecf2;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-bottom: 1px solid #e8edf4;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    padding:0 15px 0 0;
                    margin: 0;
                    outline: none;
                    resize: none;
                }
                .git-fields textarea {
                    padding: 10px 28px 0 0;
                }
                .git-fields input.git-submit {
                    position: absolute;
                    bottom: 36px;
                    right: 3px;
                    border: none;
                    z-index: 5;
                    background: url("images/send-btn.png") no-repeat;
                    font-size: 0;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    width: 22px;
                    height: 22px;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                /* HOVER */
                .git-fields input.git-submit:hover {
                    opacity: 0.7;
                }

                .git-fields.short {
                    width: 18.4%;
                    margin-right: 1%;
                }
                .git-fields.long {
                    width: 40.21%;
                }

    .footer-bottom {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 49px 0 0;
        background: url("images/footer-bg.jpg") no-repeat center / cover;
    }
        .footer-bottom-content {
            position: relative;
            display: block;
            text-align: center;
            padding-bottom: 65px;
            border-bottom: 1px solid #aaadaf;
        }
            .footer-logo {
                display: block;
                padding-bottom: 10px;
            }
                .footer-logo img {
                    width: 100%;
                    max-width: 354px;
                }
            .footer-contacts {
                display: block;
                color: #2c2c2c;
                font: 400 20px 'Lato', sans-serif;
            }
                .footer-contacts a {
                    color: #2c2c2c;
                }
                .footer-contacts em.ai-mobile-phone {
                    font: bold 23px 'Lato', sans-serif;
                }
                .footer-calbre {
                    display: block;
                    padding-top: 21px;
                    font: 400 17px 'Lato', sans-serif;
                }

            .footer-smi {
                position: relative;
                display: block;
                padding-top: 20px;
                text-align: center;
            }
                .footer-smi a {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    width: 37px;
                    height: 36px;
                    margin: 0 3px 0 0;
                    text-align: center;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                    background: #223a72;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                    .footer-smi a::before {
                        content: '';
                        width: 0;
                        height: 100%;
                        display: inline-block;
                        vertical-align: middle;
                    }
                    .footer-smi a span {
                        color: #ffffff;
                        font-size: 17px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                /* HOVER */
                .footer-smi a:hover {
                    background: #927228;
                }

            .footer-address {
                position: relative;
                display: block;
                padding-top: 23px;
                color: #2c2c2c;
                font: 400 15px/21px 'Lato', sans-serif;
            }
                .footer-address span {
                    text-transform: uppercase;
                }

        .footer-copyright {
            position: relative;
            display: block;
            text-align: left;
            color: #616161;
            padding: 22px 0 33px;
            font: 400 13px 'Lato', sans-serif;
        }
            .footer-copyright a {
                color: #616161;
            }
            .footer-copyright a:hover {
                color: #223a72;
            }

        .footer-mls {
            position: relative;
            display: block;
            padding: 20px 0;
            text-align: right;
        }
            .footer-mls span {
                color: #9a9a9a;
                font-size: 28px;
            }


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
#inner-page-wrapper {
    padding-top: 224px;
}

.comm-page-list-wrap {
    position: relative;
    display: block;
    text-align: center;
}
    .comm-page-list-wrap a {
        position: relative;
        display: block;
        outline: none;
        width: 330px;
        max-width: 100%;
        margin: 15px auto;
        padding: 15px 0;
        text-decoration: none;
        color: #213a72;
        border-top: 1px solid #213a72;
        border-bottom: 1px solid #213a72;
        text-transform: uppercase;
        font: bold 16px 'Lato', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .comm-page-list-wrap a:hover {
        color: #927228;
        border-top: 1px solid #927228;
        border-bottom: 1px solid #927228;
    }

/* 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: 74.5%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{
    width: 23%;
    text-align: center;
    margin-top: 35px;
}
    .sidebar .qs-fields-wrap {
        text-align: center;
        padding: 30px 15px;
        background: #213a72;
    }
        .sidebar .qs-fields-wrap::before {
            content: '';
            display: block;
            background: url("images/compass-logo.png") no-repeat;
            background-size: contain;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 33px;
            bottom: 0;
            opacity: 0.6;
            left: 0;
            margin: auto;
            z-index: 0;
        }
    .sidebar .qs-fields {
        position: relative;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
        .sidebar .qs-group {
            margin-bottom: 4px;
        }
        .sidebar .qs-group.long {
            width: 100%;
            margin-right: 0;
        }
        .sidebar .qs-group.short {
            width: 100%;
            margin-right: 0;
        }
        .sidebar .qs-group.search {
            margin-left: 0;
        }

    .sidebar .sb-logo {
        display: block;
        margin-top: 15px;
    }
        .sidebar .sb-logo img {
            width: 100%;
            max-width: 320px;
        }
    .sidebar .sb-agent-logo {
        display: block;
        margin-top: 15px;
    }
        .sidebar .sb-agent-logo img {
            width: 100%;
            max-width: 220px;
        }

    .sidebar .footer-calbre {
        padding-top: 0;
    }
    .sb-cta-btn-holder {
        position: relative;
        display: block;
        width: 100%;
        max-width: 262px;
        height: 80px;
        margin: 15px auto;
    }
        .sb-cta-btn-holder a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            outline: none;
            text-decoration: none;
            text-align: center;
            border: 2px solid #213a72;
            background: transparent;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
            .sb-cta-btn-holder a::before {
                content: '';
                width: 0;
                height: 100%;
                display: inline-block;
                vertical-align: middle;
            }
            .sb-cta-btn-holder a::after {
                content: '';
                display: block;
                background: url("images/compass-logo.png") no-repeat;
                background-size: contain;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                opacity: 0;
                left: 0;
                margin: auto;
                z-index: 0;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
            .sb-cta-btn-holder a span {
                position: relative;
                color: #213a72;
                z-index: 2;
                text-transform: uppercase;
                font: bold 20px 'Lato', sans-serif;
                display: inline-block;
                vertical-align: middle;
            }

        /* HOVER */
        .sb-cta-btn-holder a:hover {
            background: #213a72;
        }
        .sb-cta-btn-holder a:hover span {
            color: #ffffff;
        }
        .sb-cta-btn-holder a:hover::after {
            opacity: 0.7;
        }


/* 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) */
#content .entry-title {
    font: 400 38px 'Lora', serif;
    color: #213a72;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #927228;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    color: #213a72;
    text-transform: uppercase;
    font: bold 38px 'Lato', sans-serif;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}


/*Video Page*/

#post-125 iframe .player .vp-title .vp-title-header, #post-125 iframe .ytp-title{
    display:none !important;
}

#post-125 iframe {
    border: 1px solid #808080;
    box-shadow: 5px 5px 6px 0px #808080;
}

#main-wrapper {
    overflow: hidden;
}

/*buyers template*/
.inner-page-buyers,
.inner-page-sellers {
    padding-top: 65px;
    padding-bottom: 58px;
}

    .buyers-banner,
    .buyers-banner2,
    .buyers-banner3,
    .sellers-banner,
    .sellers-banner2,
    .sellers-banner3,
    .sellers-banner4 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 100px;
    }

        .buyers-banner canvas,
        .buyers-banner2 canvas,
        .buyers-banner3 canvas,
        .sellers-banner canvas,
        .sellers-banner2 canvas,
        .sellers-banner3 canvas,
        .sellers-banner4 canvas {
            display: block;
            width: 100%;
        }

            .inner-page-buyers h1,
            .inner-page-sellers h1,
            .inner-page-buyers h2,
            .inner-page-sellers h2 {
                font-size: 36px;
                text-transform: uppercase;
                text-align: center;
                font-weight: 700;
                color: #213a72;
                font-family: 'Lato', sans-serif;
                margin-bottom: 21px;
            }

                .inner-page-buyers p,
                .inner-page-sellers p {
                    font-size: 15px;
                    color: #363636;
                    font-family: 'Lato', sans-serif;
                    text-align: center;
                    line-height: 1.75;
                    letter-spacing: .2px;
                    padding-bottom: 5px;
                }

                    .ilive-text {
                        text-align: center;
                        font-size: 18px;
                        text-transform: uppercase;
                        color: #363636;
                        font-weight: 900;
                        padding: 27px 0 45px;
                        letter-spacing: .4px;
                    }

                        .content1-buyers {
                            max-width: 970px;
                            margin: 0 auto;
                        }

                    .compass-img img {
                        margin: 0 auto 36px;
                    }

                .content2-buyers ul li,
                .content4-buyers ul li,
                .content5-buyers ul li {
                    margin-bottom: 13px;
                    font-size: 15px;
                    letter-spacing: .2px;
                    color: #363636;
                    font-family: 'Lato', sans-serif;
                }

            .content2-buyers ul,
            .content4-buyers ul,
            .content5-buyers ul {
                margin-top: 27px;
            }

                .content3-buyers ul {
                    margin-top: 28px;
                    margin-bottom: 7px;
                }

                .content2-buyers {
                    max-width: 730px;
                    margin: 0 auto;
                }

                    .content2-buyers ul li span,
                    .content3-buyers ul li span,
                    .content4-buyers ul li span,
                    .content5-buyers ul li span {
                        margin-right: 18px;
                    }

                        .buyers-banner2 {
                            margin-top: 91px;
                            margin-bottom: 66px;
                        }

                            .ilive-text span {
                                font-size: 13px;
                                display: inline-block;
                                vertical-align: middle;
                                margin: -5px 4px 0;
                            }

                                .content3-buyers {
                                    max-width: 775px;
                                    margin: 0 auto;
                                    text-align: center;
                                }

                            .content3-buyers ul li {
                                font-size: 15px;
                                letter-spacing: .2px;
                                color: #363636;
                                font-family: 'Lato', sans-serif;
                            }

                        .inner-page-buyers h3 {
                            font-size: 22px;
                            text-transform: uppercase;
                            text-align: center;
                            color: #213a72;
                            font-weight: 700;
                            margin-bottom: 9px;
                        }

                    .inner-page-buyers .content4-buyers h2 {
                        margin-bottom: 25px;
                    }

                .inner-page-buyers p.contact-text {
                    font-size: 16px;
                    margin-top: 23px;
                    margin-bottom: 24px;
                }

                    .content4-buyers {
                        max-width: 755px;
                        margin: 0 auto;
                    }

                        .content4-buyers ul li{
                            font-size: 15px;
                            letter-spacing: .2px;
                            color: #363636;
                            font-family: 'Lato', sans-serif;
                        }

                            .content4-buyers ul,
                            .content5-buyers ul {
                                margin-bottom: 28px;
                            }

                        .content4-buyers h4 {
                            text-align: center;
                            font-size: 15px;
                            text-transform: uppercase;
                            letter-spacing: .4px;
                            font-family: 'Lato', sans-serif;
                            margin-top: 27px;
                        }

                    .buyers-banner3 {
                        margin-top: 74px;
                    }

                .buyers-banner3 {
                    margin-top: 74px;
                    margin-bottom: 66px;
                }

                    .content5-buyers {
                        max-width: 775px;
                        margin: 0 auto;
                    }

                        .content5-buyers ul {
                            margin-left: 45px;
                        }

                            .content4-buyers ul {
                                margin-left: 50px;
                            }

/*sellers*/
.text-bird {
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-left: 0;
    border-right: 0;
    margin-top: 55px;
    margin-bottom: 49px;
}

    .t-bird-icon {
        max-width: 172px;
        background: #fff;
        position: relative;
        margin: -35px auto 0;
    }

        .t-bird-icon img {
            margin: 0 auto;
        }

            .text-bird p {
                margin-top: 5px;
                margin-bottom: 31px;
            }

                .content2-sellers {
                    max-width: 946px;
                    margin: 0 auto;
                }

                    .inner-page-sellers ul{
                        margin-top: 28px;
                    }

                    .inner-page-sellers .content2-sellers ul {
                        max-width: 645px;
                        margin: 27px auto 0;
                    }

                        .sellers-banner2 {
                            margin-top: 28px;
                            margin-bottom: 66px;
                        }

                            .content3-sellers {
                                max-width: 775px;
                                margin: 0 auto 39px;
                                text-align: center;
                            }

                        .content4-sellers {
                            max-width: 940px;
                            margin: 0 auto;
                        }

                    .inner-page-sellers ul li {
                        margin-bottom: 13px;
                        font-size: 15px;
                        letter-spacing: .2px;
                        color: #363636;
                        font-family: 'Lato', sans-serif;
                        line-height: 20px;
                    }

                .inner-page-sellers ul li span {
                    width: 2.8%;
                }

            .inner-page-sellers ul li div {
                width: 96%;
            }

                .inner-page-sellers ul li div, .inner-page-sellers ul li span {
                    display: inline-block;
                    vertical-align: top;
                }

                    .inner-page-sellers p.contact-text {
                        font-size: 18px;
                        font-weight: 900 !important;
                        margin-top: 31px;
                    }

                        .sellers-banner3 {
                            margin-top: 65px;
                            margin-bottom: 66px;
                        }

                            .content5-sellers,
                            .content6-sellers {
                                max-width: 920px;
                                margin: 0 auto;
                            }

                        .content5-sellers {
                            margin-bottom: 46px;
                        }

                    .sellers-banner4 {
                        margin-top: 91px;
                        margin-bottom: 66px;
                    }

                .content7-sellers {
                    max-width: 946px;
                    margin: 0 auto 45px;
                }

            .content8-sellers p {
                font-size: 18px;
                text-transform: uppercase;
                padding-bottom: 20px;
            }

                .inner-page-sellers {
                    padding-bottom: 48px;
                }

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* Additional css for post launch */
.qs-fields-wrap option{
    color: #000;
}
.footer-git-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -30px;
 }
.footer-git-form div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -30px;
}
.error404  div.wpcf7-response-output {
    text-align: center;
}
#ihf-main-container .nav-tabs {
    margin-left: 0 !important;
}
ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    background: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #929fbb;
    height: 29px;
    padding-left: 5px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font: italic 14px 'Lato', sans-serif;
    color: #ffffff;
}

.hp-quick-search .bs-searchbox input{
    color: #555;
}

.hp-quick-search .dropdown-menu.open{
    max-height: 300px !important;
}
.hp-quick-search ul.dropdown-menu.inner{
    max-height: 250px !important;
}

.ip-videos-page iframe {
    margin: 12px 0;
    width: 100%;
}

#content .entry h4 {
        font: 400 17px 'Lato', sans-serif;
}

a.slider-bot-link:hover {
/*    color: #ffffff;
    background: #927228;
    border: 1px solid #927228;*/
}
a.slider-bot-link {
    position: absolute;
    margin-top: 15px;
    cursor: unset;
    /*top: -115px;*/
    color: #30477b;
    padding-top:;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 30px;
    letter-spacing: 3px;
    max-width: 666px;
    margin: 2px auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    padding: 10px;
    border-top: 1px solid #30477b;
    border-bottom: 1px solid #30477b;
    z-index: 3;
}
#ihf-main-container .title-bar-1{
    background-color: #999 !important;
    border: 1px solid #777 !important;
}

#nav .sub-menu.show-menu {
        display: block;
        opacity: 1;
    }

option {
	color: #757575 !important;
}

body #ihf-main-container .mc-total-payment-subline {
    color: #767676 !important;
 }


 .footer-address img {
    width: 100%;
    max-width: 354px;
    margin-bottom: 30px !important;
}



.video-h {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding-top: 13%;
}


.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
