/*
Theme Name: 550 Fast
Theme URI: http://aios3-staging.agentimage.com/0/550-fast.com/htdocs
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
  
*/


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


/* Sub Menu */
#nav li {
	position:relative;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
    left: 50%;
    margin-left: -90px;
    padding-top: 20px;
}
#nav .sub-menu a {
    color: #000;
    display: block;
    padding: 10px;
    background: #fffd16;
}
#nav .sub-menu a:hover {
    background: #fff;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 50%;
    top: 0;
    padding-top: 0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


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

/* Global */

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

a,a:hover,a:visited,a:focus{
    outline: 0 !important;
    text-decoration: none !important;
}

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

.label-hide{
    display: none;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

div#main-wrapper{
    overflow: hidden;
}

.label-hide{
    display: none;
}


/*Floating SMI*/
.floating-smi-wrap {
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 1000;
}

    .floating-smi-wrap em,
    .floating-smi-wrap a {
        display: block;
        width: 40px;
        height: 40px;
        background: #000;
        margin: 10px 0;
        text-align: center;
        font-size: 22px;
        line-height: 37px;
        color: #fefc13;
        border-radius: 50%;
        border: 2px solid #fefc13;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        box-shadow: 0px 0px 8px #000;
    }

    .floating-smi-wrap a.ai-font-envelope{
        font-size: 12px;
    }

    .floating-smi-wrap em.ai-mobile-phone,
    .floating-smi-wrap a.ai-font-phone{
        font-size: 17px;
    }

    .floating-smi-wrap a.ai-font-calendar{
        font-size: 16px;
    }

    .floating-smi-wrap em:hover,
    .floating-smi-wrap a:hover{
        background: #fefc13;
        color: #000;
    }

    .floating-smi-wrap em.ai-mobile-phone > a {
        display: inline-block;
        width: auto;
        background: none;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        font-size: 20px;
    }


/*Popup*/
.aiosp-wrap .aiosp-container .popup-wrap-main {
    width: 100%;
    padding: 40px 15px 15px;
    max-width: 500px;
    font-size: 0;
    border-radius: 10px;
    background: #000;
    box-shadow: #a7a4a4 1px 1px 17px;
}

    .aios-popup-body.popup-wrap-main .aiosp-close{
        color: #fff;
    }
    .popup-wrap h2 {
        text-align: center;
        font-size: 20px;
        margin: 10px;
        text-transform: uppercase;
    }

    .popup-wrap input, .popup-wrap select, .popup-wrap textarea {
        border-radius: 0;
        color: #434343;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-transform: uppercase;
        background: #fff;
        width: 100%;
        height: 40px;
        padding: 0 21px;
        border: solid 1px #a1a1a1;
    }


    .popup-wrap input[type="submit"] {
        max-width: 160px;
        width: 100%;
        text-align: center;
        background: #fefc13;
        color: #000;
        display: block;
        padding: 11px 0;
        font-size: 14px;
        margin: 20px auto 10px;
        text-transform: uppercase;
        font-weight: 700;
        box-shadow: #a7a4a4 1px 1px 17px;
        cursor: pointer;

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

        .popup-wrap input[type="submit"]:hover {
            opacity: .7;
        }

    .popup-wrap textarea {
        height: 115px;
        padding: 21px;
        resize: none;
    }

    .popup-wrap span.wpcf7-not-valid-tip{
        font-size: 12px;
    }

    .popup-wrap div.wpcf7-response-output{
        font-size: 12px;
        margin: 0;
        background: #fff;
        text-align: center;
    }

    .acfield {
        margin-bottom: 4px;
    }
    .acpri.acfield.left {
        width: 49.5%;
        float: left;
    }
    .acalt.acfield.right {
        width: 49.5%;
        float: right;
    }


/*header*/
header.main-header {
    position: fixed;
    width: 100%;
    z-index: 1001;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .top-header {
        background: #030303;
        border-bottom: solid 1px rgba(253, 251, 16, 0.4);
        padding: 9px 0;
        overflow: hidden;
    }

        .bottom-header {
            background: rgba(10, 10, 10, 0.65);
            /*padding-top: 26px;*/
            padding-bottom: 15px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        header.main-header.show-fixed {
            /*top: -43px;*/
        }
        header.main-header.show-fixed .top-header {
            max-height: 0;
            padding: 0;
            border-bottom: 0;
        }
        header.main-header.show-fixed .bottom-header {
            background: rgba(10, 10, 10, 1);
        }
            header.main-header.show-fixed .logo-holder a {
                max-width: 195px;
            }

                header.main-header.show-fixed .nav-holder {
                    margin: 38px 0 28px;
                }

                    header.main-header.show-fixed .bottom-header {
                        padding-top: 0;
                        padding-bottom: 9px;
                    }

/*logo*/
.logo-holder a {
    display: block;
    max-width: 263px;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.main-header.show-fixed .logo-holder a {
    max-width: 165px;
}

.logo-holder p.sub-heading {
    color: #fefc13;
    font-size:16px;
    text-align:center;
    position: relative;
    left: -2px;
}
header.main-header.show-fixed .logo-holder p.sub-heading {
    font-size: 12px;
}

/*contacts*/
.header-contacts {
    text-align: right;
    font-size: 0;
    padding-top: 4px;
}

    .header-contacts a,.header-contacts .tel-phone {
        display: inline-block;
        vertical-align: middle;
        color: #b9b9b9;
        font-size: 13px;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        margin-left: 15px;
    }

        .header-contacts em {
            font-size: 16px;
            color: #fdfd11;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 7px;
        }

/*smi*/
.header-smi {
    font-size: 0;
}

    .header-smi a {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        border: solid 1px rgba(252, 252, 29, 0.4);
        border-radius: 100%;
        color: #fffd16;
        text-align: center;
        padding-top: 4px;
        margin-right: 5px;
        font-size: 12px;
    }
.header-smi a:hover {
    opacity: 0.8;
}
/*nav*/
.nav-holder {
    font-size: 0;
    text-align: right;
    /*margin-top: 31px;*/
    margin: 66px 0 52px;
}

    .nav-holder ul#nav > li {
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
    }

        .nav-holder ul#nav > li:last-child{
            margin-right: 0;
        }

            .nav-holder ul#nav > li > a{
                padding: 5px;
            }

                .nav-holder ul#nav li a{
                    font-family: 'Oswald', sans-serif;
                    font-size: 15px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                }
                    .nav-holder ul#nav li a:hover {
                        color: #fffd14;
                    }

                    .nav-holder #nav .sub-menu a,
                    .nav-holder #nav .sub-menu a:hover {
                        color: #000;
                    }


/*slideshow*/
section.slideshow-area {
    position: relative;
}
section.slideshow-area canvas {
    width: 100%;
}

section.slideshow-area .cycloneslider-slides[style*="height"] + canvas {
    display: none;
}

.cycloneslider-template-responsive-img .cycloneslider-caption,
.cycloneslider-template-video .cycloneslider-caption,
.cycloneslider-caption {
    position: absolute;
    left: 0;
    bottom: 0 !important;
    top: 0;
    background: rgba(34, 34, 34, 0.2) !important;
    opacity: 1 !important;
    padding-top: 21%;
    width: 100%;
    z-index: 99;
    color: #fff;
    text-align: left;
}

.cycloneslider-template-responsive-img .cycloneslider-caption-title,
.cycloneslider-template-video .cycloneslider-caption-title,
.cycloneslider-caption-title {
    text-transform: uppercase;
    /*margin: 0 0 8px;*/
    line-height: 1 !important;
    letter-spacing: 2px;
    font-size: 83px !important;
    text-align: center;
    padding: 0px 12% !important;
}

.cycloneslider-template-responsive-img .cycloneslider-caption-description,
.cycloneslider-template-video .cycloneslider-caption-description,
.cycloneslider-caption-description {
    line-height: 1.5 !important;
    margin-bottom: 32px;
    font-size: 25px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

.cycloneslider-template-video img {
    height: 100% !important;
}

.cycloneslider-caption a {
    max-width: 290px;
    width: 100%;
    text-align: center;
    background: #fefc13;
    color: #000;
    display: block;
    vertical-align: middle;
    padding: 11px 0;
    font-size: 14px;
    margin: 0 auto 2%;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: #a7a4a4 1px 1px 17px;
    cursor: pointer;
}

    section.slideshow-area .cycloneslider-template-video video {
        background: #000 !important;
    }

.cycloneslider-caption a:hover {
            background: #d2d007 !important;
    }
a:hover.aios-content-popup.btn-popup{
        background: #d2d007 !important;
}


/* Call to Action */

.call-to-action {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 30px; */
    z-index: 999;
    background: #000;
    padding: 33px 0;
    text-align: center;
    color: #fff;
}

    .call-to-action span {
	    font-size: 22px;
	    display: block;
	    /* vertical-align: middle; */
	    letter-spacing: 2px;
	}

        /*.call-to-action a{
            max-width: 160px;
            width: 100%;
            text-align: center;
            background: #fefc13;
            color: #000;
            display: inline-block;
            vertical-align: middle;
            padding: 11px 0;
            font-size: 14px;
            margin: 0 0 0 2%;
            text-transform: uppercase;
            font-weight: 700;
            box-shadow: #a7a4a4 1px 1px 17px;
        }*/

        .call-to-action em.ai-mobile-phone,.call-to-action a{
            max-width: 160px;
            width: 100%;
            text-align: center;
            background: #fefc13;
            color: #000;
            display: inline-block;
            vertical-align: middle;
            padding: 11px 0;
            font-size: 14px;
            margin: 0 0 0 2%;
            text-transform: uppercase;
            font-weight: 700;
            box-shadow: #a7a4a4 1px 1px 17px;
            cursor:pointer;
        }



/*welcome*/
section.welcome-area {
    background: #fff;
    position: relative;
    padding-top: 71px;
    padding-bottom: 0;
}

    section.welcome-area::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/welcome-bg-road.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
        opacity: .2;
    }
        
        .wc-content {
            position: relative;
            z-index: 2;
        }

            .wc-content h1 {
                font-size: 19px;
                text-transform: uppercase;
                text-align: center;
                color: #2b2b2b;
                font-family: 'Oswald', sans-serif;
                font-weight: 300;
                letter-spacing: 2.5px;
                line-height: 1.23;
                margin-bottom: 32px;
            }

                .wc-content h1 span{
                    font-size: 60px;
                    color: #070707;
                    font-weight: 700;
                    font-style: italic;
                    letter-spacing: .5px;
                }

                    .wc-content h1 span.wc-line {
                        display: inline-block;
                        vertical-align: middle;
                        width: 98px;
                        height: 1px;
                        background: #fffd14;
                        margin-top: 6px;
                        margin-right: 12px;
                        margin-left: 12px;
                    }
                        .wc-content h2 {
                            font-size: 1.5em;
                            margin-bottom: 20px;
                        }

                        .wc-content h3 {
                            font-size: 1.5em;
                            margin-bottom: 20px;
                        }

                        .wc-content p {
                            font-size: 15px;
                            font-weight: 300;
                            color: #3a3a3a;
                            text-align: justify;
                            font-family: 'Lato', sans-serif;
                            line-height: 1.7;
                            padding-bottom: 20px;
                        }

/*featured properties*/
.fp-slider-holder{
    display: none;
}

.fp-full-slider .col-md-6 {
    padding: 0px;
}

.fp-list {
    font-size: 0;
    position: relative;
    overflow: hidden;
}

    .fp-list .fp-image-before,.fp-list .fp-image-after {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        position: relative;
        overflow: hidden;
    }

        .fp-list .fp-image-before img {
            display: block !important;
            opacity: 0;
        }

            .fp-list .fp-image-before img,.fp-list .fp-image-after img{
                width: 100%;
            }

                .fp-list .fp-image-before svg,.fp-list .fp-image-before svg img{
                    position: absolute;
                    top: 0 ;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    transform: scale(1.01);
                    -moz-transform: scale(1.01);
                    -webkit-transform: scale(1.01);
                }

                    .fp-list::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                        width: 0;
                        height: 100%;
                        background: #fdfb13;
                        opacity: 0;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .fp-list:hover::after{
                            width: 100%;
                            opacity: .7;
                        }

                            .fp-hover-content-holder {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 5;
                            }

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

                                    .fp-hover-content-holder .fp-hover-view{
                                        display: inline-block;
                                        vertical-align: middle;
                                        width: 100%;
                                        margin-top: -128px;
                                        position :relative;
                                        -webkit-transition: all 0.4s ease-in-out;
                                        -moz-transition: all 0.4s ease-in-out;
                                        -o-transition: all 0.4s ease-in-out;
                                        transition: all 0.4s ease-in-out;
                                    }

                                        .fp-hover-content-holder .fp-hover-view img{
                                            margin: 0 auto;
                                            opacity: 0;
                                            transform: scale(0);
                                            -moz-transform: scale(0);
                                            -webkit-transform: scale(0);
                                            -webkit-transition: all 0.4s ease-in-out;
                                            -moz-transition: all 0.4s ease-in-out;
                                            -o-transition: all 0.4s ease-in-out;
                                            transition: all 0.4s ease-in-out;
                                        }

                                        .fp-hover-view a {
                                            font-size: 12px;
                                            font-family: 'Work Sans', sans-serif;
                                            text-align: center;
                                            display: block;
                                            color: #1f1e03;
                                            text-transform: uppercase;
                                            max-width: 158px;
                                            margin: 4px auto 0;
                                            border: solid 1px #fffd14;
                                            padding: 14px 0;
                                            background: #fffd14;
                                            -webkit-transition: all 0.4s ease-in-out;
                                            -moz-transition: all 0.4s ease-in-out;
                                            -o-transition: all 0.4s ease-in-out;
                                            transition: all 0.4s ease-in-out;
                                        }

                                        .fp-list:hover .fp-hover-content-holder .fp-hover-view img{
                                            opacity: 1;
                                            transform: scale(1);
                                            -moz-transform: scale(1);
                                            -webkit-transform: scale(1);
                                        }

                                        .fp-list:hover .fp-hover-content-holder .fp-hover-view{
                                            margin-top: 0px;
                                        }

                                        .fp-list:hover .fp-hover-view a{
                                             border: solid 1px #1f1e03;
                                             background: transparent;
                                        }

/*team*/
section.meet-team-area {
    background: url(images/team-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 77px;
    padding-bottom: 3px;
    /*padding-bottom: 72px;*/
}

    .team-title {
        font-size: 50px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        padding-bottom: 55px;
    }

        .team-list{
            opacity: .45;   
            margin-bottom: 45px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;      
        }

            .team-photo a {
                display: block;
                width: 203px;
                height: 203px;
                background: #1b1b19;
                border-radius: 100%;
                padding: 10px;
                overflow: hidden;
                position: relative;
                box-shadow: 17px 3px 34px rgba(255, 255, 255, 0.24);
            }

                .team-photo{
                    position: relative;
                    max-width: 203px;
                    display: inline-block;
                    vertical-align: top;
                }

                    .team-photo::after{
                        content: '';
                        position: absolute;
                        top: 0;
                        right: 20px;
                        bottom: 0;
                        margin: auto;
                        width: 20px;
                        height: 23px;
                        background: url(images/team-arrow.png) no-repeat;
                        background-size: contain;
                        z-index: 1;
                        opacity: 0;
                        -webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }

                        .team-border-circle{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: transparent;
                            z-index: 1;
                            border-radius: 100%;
                            overflow: hidden;
                            transform: rotate(12deg);
                            -moz-transform: rotate(12deg);
                            -webkit-transform: rotate(12deg);
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .team-border-circle::after{
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 55%;
                                height: 100%;
                                background: #fdfb13;
                                z-index: 1;
                            }

                                .team-photo a .team-agent-img {
                                    overflow: hidden;
                                    border-radius: 100%;
                                    background: #fff;
                                    box-shadow: 9px 13px 17px rgba(0, 0, 0, 0.45) inset;
                                    position: relative;
                                    z-index: 2;
                                }

                                    .team-list:hover{
                                        opacity: 1;   
                                    }

                                        .team-list:hover .team-border-circle{
                                            transform: rotate(193deg);
                                            -moz-transform: rotate(193deg);
                                            -webkit-transform: rotate(193deg);   
                                        }

                                        .team-list:hover .team-border-circle::after{
                                            width: 45%;  
                                        }

                                        .team-list:hover .team-photo::after{
                                            right: -18px;  
                                            opacity: 1;
                                        }

                                        .team-details {
                                            display: inline-block;
                                            vertical-align: top;
                                            width: 68%;
                                            border-left: solid 2px #fdfb13;
                                            padding-left: 45px;
                                            margin-left: 128px;
                                            margin-top: 37px;
                                        }

                                        .team-name {
                                            font-size: 30px;
                                            font-weight: 600;
                                            color: #fff;
                                            text-transform: uppercase;
                                            font-family: 'Oswald', sans-serif;
                                            font-style: italic;
                                            padding-bottom: 1px;
                                        }

                                        .team-position {
                                            font-size: 14px;
                                            color: #fdfb13;
                                            font-family: 'Lato', sans-serif;
                                            padding-bottom: 25px;
                                        }

                                        .team-description {
                                            font-size: 15px;
                                            color: #fff;
                                            font-weight: 300;
                                            font-family: 'Lato', sans-serif;
                                            line-height: 1.7;
                                        }

                                        a.team-view-all {
                                            color: #434343;
                                            text-align: center;
                                            text-transform: uppercase;
                                            max-width: 128px;
                                            display: block;
                                            margin: 0 auto;
                                            background: #fffd14;
                                            padding: 14px 0;
                                            font-family: 'Work Sans', sans-serif;
                                            margin-top: 58px;
                                            margin-bottom: 50px;
                                        }
                                        a.team-view-all:hover{
                                            background: #000;
                                            color: #fff;
                                        }

/*testimonials*/
section.testimonials-area {
    background: #fff;
    position: relative;
    padding-top: 67px;
    padding-bottom: 76px;
}

    section.testimonials-area::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/testimonials-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
        opacity: .15;
    }

        .testi-holder{
            position: relative;
            z-index: 5;
        }

            .testi-title {
                font-size: 50px;
                text-transform: uppercase;
                text-align: center;
                color: #070707;
                font-family: 'Oswald', sans-serif;
                font-weight: 700;
                padding-bottom: 64px;
            }

                .test-photo img {
                    border-radius: 100%;
                }
     
                    .test-photo {
                        width: 118px;
                        padding: 5px;
                        background: url(images/testi-photo-bg.jpg) no-repeat;
                        background-size: cover;
                        background-position: center;
                        overflow: hidden;
                        margin: -62px auto 0;
                    }

                        .testi-text {
                            background: #fdfb13;
                            border-radius: 5px;
                            padding: 41px 25px 88px;
                            text-align: center;
                        }

                            span.qoute-left,span.qoute-right {
                                display: inline-block;
                                width: 37px;
                                height: 29px;
                            }

                                span.qoute-left {
                                    background: url(images/qoute-left.png) no-repeat;
                                    background-size: contain;
                                    vertical-align: text-bottom;
                                    margin-right: 14px;
                                }

                                    span.qoute-right {
                                        background: url(images/qoute-right.png) no-repeat;
                                        background-size: contain;
                                        vertical-align: bottom;
                                        margin-bottom: -8px;
                                        margin-left: 14px;
                                    }

                                        .testi-text p {
                                            font-size: 16px;
                                            color: #484848;
                                            font-weight: 300;
                                            font-family: 'Lato', sans-serif;
                                            line-height: 1.95;
                                        }

                                            .testi-author {
                                                font-size: 26px;
                                                color: #070707;
                                                font-weight: 700;
                                                text-align: center;
                                                text-transform: uppercase;
                                                font-family: 'Oswald', sans-serif;
                                                line-height: 1.6;
                                                padding-top: 7px;
                                                padding-bottom: 60px;
                                            }

                                            .testi-author span{
                                                display: block;
                                                font-size: 16px;
                                                color: #222222;
                                                font-weight: 300;
                                                text-transform: none;
                                                font-style: italic;
                                            }

                                            a.testi-view-all {
                                                color: #434343;
                                                text-align: center;
                                                text-transform: uppercase;
                                                max-width: 128px;
                                                display: block;
                                                margin: 0 auto;
                                                background: #fffd14;
                                                padding: 14px 0;
                                                font-family: 'Work Sans', sans-serif;
                                                margin-bottom: 50px;
                                            }

                                            a.testi-view-all:hover{
                                                background: #000;
                                                color: #fff;
                                            }

/*blog*/
section.latest-blog-area {
    padding-top: 56px;
    padding-bottom: 74px;

}

    .blog-title {
        font-size: 50px;
        text-transform: uppercase;
        text-align: center;
        color: #070707;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        padding-bottom: 47px;
    }

        .blog-list a {
            display: block;
            margin: 15px auto;
            position: relative;
            background: #000;
            overflow: hidden;
        }

            .blog-list a .blog-photo {
                height: 377px;
                opacity: .8;
            }

                .blog-content-details {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    background: linear-gradient(rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0.85) 100%);
                    padding: 15px 20px;
                    opacity: 1;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

                    .blog-name {
                        font-size: 20px;
                        font-weight: 700;
                        text-transform: uppercase;
                        color: #fff;
                        font-family: 'Oswald', sans-serif;
                        padding-bottom: 2px;
                    }

                        .blog-text {
                            font-size: 14px;
                            color: #fff;
                            font-family: 'Lato', sans-serif;
                            line-height: 1.65;
                        }

                            .blog-text span {
                                color: #fdfb13;
                                float: right;
                                font-family: 'Lato', sans-serif;
                            }

                                .blog-date {
                                    position: absolute;
                                    top: 0;
                                    right: 17px;
                                    background: #fdfb13;
                                    font-size: 18px;
                                    color: #070707;
                                    font-weight: 700;
                                    text-align: center;
                                    text-transform: uppercase;
                                    font-family: 'Oswald', sans-serif;
                                    line-height: 1.15;
                                    padding: 9px;
                                    opacity: 1;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                                    .blog-date span{
                                        display: block;
                                    }

                                        .blog-hover::before {
                                            content: '';
                                            width: 0;
                                            height: 100%;
                                            display: inline-block;
                                            vertical-align: middle;
                                        }
                                     
                                        .blog-hover img {
                                            margin: 0 auto;
                                            display: inline-block;
                                            vertical-align: middle;
                                        }
                                    
                                        .blog-hover {
                                            position: absolute;
                                            top: 0;
                                            left: -100%;
                                            z-index: 1;
                                            width: 100%;
                                            height: 100%;
                                            background: rgba(253, 251, 19, 0.7);
                                            text-align: center;
                                            opacity: 0;
                                            -webkit-transition: all 0.4s ease-in-out;
                                            -moz-transition: all 0.4s ease-in-out;
                                            -o-transition: all 0.4s ease-in-out;
                                            transition: all 0.4s ease-in-out;
                                        } 

                                        .blog-list a:hover .blog-content-details{
                                            bottom: -100%;
                                            opacity: 0;
                                        } 

                                        .blog-list a:hover .blog-date{
                                            top: -100%;
                                            opacity: 0;
                                        }  

                                        .blog-list a:hover .blog-hover{
                                            left: 0%;
                                            opacity: 1;
                                        }   
                                         .blog-list{
                                          margin-bottom:50px; 
                                         } 

/*people say*/
section.people-say-area {
    background: #fff;
    position: relative;
    padding-top: 71px;
    padding-bottom: 55px;
}

    section.people-say-area::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/people-say-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
        opacity: .07;
    }       

        .people-say-holder {
            position: relative;
            z-index: 5;
        } 

            .people-say-title {
                font-size: 50px;
                text-transform: uppercase;
                text-align: center;
                color: #070707;
                font-family: 'Oswald', sans-serif;
                font-weight: 700;
                padding-bottom: 42px;
            }   

                .people-say-title span{
                    position: relative;
                }      

                    .people-say-title span::after{
                        content: '';
                        position: absolute;
                        left: -55px;
                        top: 3px;
                        width: 65px;
                        height: 45px;
                        background: url(images/ps-qoute-l.png) no-repeat;
                        background-size: contain;
                        z-index: -1;
                    }   

                        .people-say-title span::before{
                            content: '';
                            position: absolute;
                            right: -55px;
                            top: 3px;
                            width: 65px;
                            height: 45px;
                            background: url(images/ps-qoute-r.png) no-repeat;
                            background-size: contain;
                            z-index: -1;
                        }   

                            .people-say-list {
                                background: #0a0a0a;
                                border-radius: 7px;
                                padding: 20px 42px;
                                position: relative;
                                margin-bottom: 40px;
                            }   

                                .people-say-list::after {
                                    content: '';
                                    position: absolute;
                                    bottom: -31px;
                                    left: 60px;
                                    width: 53px;
                                    height: 31px;
                                    background: url(images/ps-qoute-arrow.png) no-repeat;
                                    background-size: contain;
                                }

                                    .people-say-list p {
                                        font-size: 16px;
                                        color: #fff;
                                        font-weight: 300;
                                        font-family: 'Lato', sans-serif;
                                        line-height: 1.55;
                                    }       
                                       
/*footer form*/
section.footer-form-area {
    background: #fffd14;
    /*padding: 60px 0;*/
    padding: 20px 0;
}

    .footer-form-title {
        font-size: 50px;
        text-transform: uppercase;
        text-align: center;
        color: #070707;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        /*padding-bottom: 42px;*/
        padding-bottom: 10px;
        letter-spacing: 1px;
        line-height: 22px;
        padding-top: 19px;
    }  

    .footer-form-title.footer-form-title-two {
        font-size: 35px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

        .footer-form-title span {
            display: block;
            font-size: 14px;
            font-weight: 300;
            color: #434343;
            text-transform: none;
            font-family: 'Lato', sans-serif;
            letter-spacing: 0px;
            padding-top: 12px;
        }

            .footer-form-holder{
                font-size: 0;
            }

                .footer-form-holder input,.footer-form-holder textarea {
                    border-radius: 0;
                    color: #434343;
                    font-size: 12px;
                    font-family: 'Lato', sans-serif;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    text-transform: uppercase;
                    background: #fff;
                    width: 100%;
                    height: 45px;
                    padding: 0 21px;
                    border: solid 1px #a1a1a1;
                }

                    .footer-form-holder textarea {
                        padding-top: 13px;
                    }

                        .ff-field {
                            display: inline-block;
                            vertical-align: top;
                            position: relative;
                            margin-right: 8px;
                            width: 26.141%;
                        }

                            .ff-field.ff-textarea {
                                margin-right: 0px;
                                width: 46.31%;
                            }

                                .footer-form-holder input.wpcf7-submit {
                                    font-size: 0;
                                    border: 0;
                                    border-radius: 0;
                                    background: url(images/ff-btn-icon.png) no-repeat;
                                    width: 22px;
                                    height: 22px;
                                    position: absolute;
                                    right: 14px;
                                    bottom: 27px;
                                    padding: 0;
                                    outline: none;

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

                                    .footer-form-holder input.wpcf7-submit:hover {
                                        opacity: .7;
                                    }

                                .footer-form-holder span.wpcf7-not-valid-tip {
                                    font-size: 12px;
                                }

                                .footer-form-holder div.wpcf7-response-output {
                                    margin: 0 0 10px;
                                    font-size: 13px;
                                    text-align: center;
                                }

/*footer*/
footer.main-footer {
    background: #0a0a0a;
    padding-top: 31px;
    padding-bottom: 32px;
}

    ul.footernav{
        text-align: center;
        padding-bottom: 3px;
    }

        ul.footernav li {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px;
        }

            ul.footernav li a{
                display: block;
                text-transform: uppercase;
                color: #cfcfcf;
                font-family: 'Oswald', sans-serif;
                padding: 5px;
            }

ul.footernav li a:hover, .footer-copyright a:hover  {
    opacity: 0.7;
}
                .footer-copyright,.footer-copyright a {
                    color: #c6c6c6;
                    font-size: 11px;
                    text-align: center;
                    font-family: 'Oswald', sans-serif;
                }

                    .mls {
                        font-size: 21px;
                        text-align: center;
                        color: #c6c6c6;
                        position: absolute;
                        right: 0;
                        top: 0;
                        max-width: 130px;
                        padding-right: 15px;
                    }

                .footer-subtext {
                    position: relative;
                    width: 100%;
                    margin: 20px 0 10px;
                    text-align: center;
                }

                    .footer-subtext span {
                        display: block;
                        color: #c6c6c6;
                        font-size: 11px;
                        font-family: 'Oswald', sans-serif;
                    }

                        .footer-subtext span a.new-era {
                            text-transform: uppercase;
                            color: #fffd16;
                        }

                            .footer-subtext span a.new-era:hover {
                                color: #ffffff;
                            }

                    .footer-subtext img {
                        max-width: 100%;
                    }

                    .footer-subtext em {
                        display: inline-block;
                        vertical-align: bottom;
                        color: #c6c6c6;
                        font-size: 16px;
                    }

                    a#bbblink {
                        -webkit-transform: scale(.7);
                        -moz-transform: scale(.7);
                        -ms-transform: scale(.7);
                        transform: scale(.7);
                    }

                                        
.obligationHolder-content label{
    display: none;
}
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
 .ip-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ip-bg .ip-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(images/slide1-sundown.jpg);
    z-index: 1;
}

.ip-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #d4cfc9 100%);
}

#inner-page-wrapper {
    padding-top: 225px;
}

/* Adjust minimum height of page area */ 
#content-sidebar, #content-full, article#content{ 
    min-height: 500px; 
    background: rgba(255, 255, 255, 0.90);
    padding: 0 15px;
    margin-top: 20px;
    overflow: hidden;
}
.page-id-98 #content embed, .page-id-98 #content iframe, .page-id-98 #content object, .page-id-98 #content video {
    display: block;

}

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

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

/* 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-size: 26px;
    color: #070707;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font-size: 26px;
    color: #070707;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

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

}

#content .entry {
    font-size: 15px;
    font-weight: 300;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
    line-height: 1.7;
    padding-bottom: 25px;
}

.aios-mobile-header-wrapper {
    z-index: 1001 !important;
}

/* MEET THE TEAM PAGE */
.agent-holder .attachment-agent-image {
    width: 25% !important;
}
.agent-holder .attachment-agent-image img {
    max-width: 250px !important;
}
.agent-holder .agent-contacts {
    width: 75%;
}

div.wpcr3_review div.wpcr3_review_datePublished{
    display: none!important;
}

div.wpcr3_review div.wpcr3_review_author{
    text-transform: capitalize;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
    background: #fffd14;
    color: #000;
    cursor: default;
}

.wpcr3_pagination .wpcr3_a:hover {
    color: #000;
    background: #fffd14;
}

.wpcr3_pagination .wpcr3_a {
    color: #fff;
    background: #000;
}

.fp-list .fp-image-before, .fp-list .fp-image-after {
    width: 100%;
}

.fp-list .fp-image-before img, .fp-list .fp-image-after img {
    max-height: 450px;
}


/*.zopim{
    display:none!important;
}*/

.obligationHolder-content {
    font-size: 15px;
    font-weight: 300;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
    line-height: 1.7;
    padding-bottom: 25px;
}

.obligationHolder-content p {
    line-height: 1.7;
}

.obligationHolder-content h2{
    font-size: 1.5em;
    margin: 0;
}

#content p.timeslot {
    margin: 4px;
}

a.aios-content-popup.faqs-popup-trigger,
.obligation-popup > a {
    display: none;
}

.page-id-519 img {
    width: 100%;
    max-width: 100% !important;
}
a.ls-action.ls-action-T.ls-icon-calendarday.livesite-schedule.ls-desktop.ls-ab-action.ls-theme-label {}

div#livesite_action_buttons {
    display:  none !important;
}

a.livesite-engage.ls-engage-button.ls-action-T.ls-desktop.ls-theme-label {
    display:  none !important;
}
.ls-action-T:before {
    color: #fffe45 !important;
}

.ls-action-T:hover::before {
    color: #000 !important;
}

.ip-testi-slideshow {
    background: #000;
    padding: 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
    .ip-testi-slideshow h2 {
        color: #fff;
    }

.amh-header-buttons {
        background: #fff !important; 
        color: #000;
    }
.amh-header-buttons.amh-1a .amh-center .amh-phone-text, 
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a{
    color: #000 !important;
}
    .amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
        background: #fefc13 !important;
        color: #000;
    }

    .amh-navigation .amh-menu li ul {
        background: #fefc13 !important;
        color: #000;
    }
	 
.error404.ip-container div.wpcf7-validation-errors, div.wpcf7-acceptance-missing    {
    text-align: center !important;
} 


#content td, aside td, #content th, aside th, #content tr, aside tr {
    padding: 0 20px;
    text-align: left;
}

.hiw-row{
    margin: 0 -7px;
}
.hiw-col{
    padding: 0 7px;
}

#content .archive-thumbnail a {
    background: #000000;
    position: relative;
    display: block;
}
#content .archive-thumbnail a img {
    width: 100%;
    max-width: 100%;
}
#content .archive-thumbnail a:hover img {
    opacity: 0.6;
}

.wholesale-instructions-wrap {
    position: relative;
    display: block;
    float: left;
    max-width: 520px;
    padding-right: 20px;
    padding-left: 20px;
}

.home .aiosp-wrap .aiosp-container .aios-popup-body {
    margin: 15px auto;
}

.home .aiosp-wrap .aiosp-container .aios-popup-body span.wpcf7-not-valid-tip {
    font-size: 11px !important;
}

.popup-wrap input, 
.popup-wrap textarea,
.footer-form-holder input, 
.footer-form-holder textarea {
   text-transform: none;
}
.popup-wrap input::-webkit-input-placeholder,  
.popup-wrap textarea::-webkit-input-placeholder,
.footer-form-holder input::-webkit-input-placeholder,  
.footer-form-holder textarea::-webkit-input-placeholder { /* WebKit browsers */
   text-transform: uppercase;
}
.popup-wrap textarea:-moz-placeholder,
.popup-wrap input:-moz-placeholder,
.footer-form-holder textarea:-moz-placeholder,
.footer-form-holder input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   text-transform: uppercase;
}
.popup-wrap input::-moz-placeholder,
.popup-wrap textarea::-moz-placeholder,
.footer-form-holder input::-moz-placeholder,
.footer-form-holder textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   text-transform: uppercase;
}
.popup-wrap textarea:-ms-input-placeholder,
.popup-wrap input:-ms-input-placeholder,
.footer-form-holder textarea:-ms-input-placeholder,
.footer-form-holder input:-ms-input-placeholder { /* Internet Explorer 10+ */
   text-transform: uppercase;
}
.popup-wrap input::placeholder,
.popup-wrap textarea::placeholder,
.footer-form-holder input::placeholder,
.footer-form-holder textarea::placeholder { /* Recent browsers */
   text-transform: uppercase;
}


/*wholesale-buyers*/
.wholesale-buyers-content .detail{
        border: 1px solid #fefc13;
        border-radius: 15px;
        color: #fff;
        margin-bottom: 10px;
        background: #000;
        padding-left: 20px;
}
.wholesale-buyers-content .detail h2{
    font-weight:bold;
    color: #fefc13;
    font-size: 2em;
    margin-bottom:0px;
    padding-bottom:0px;
}
.wholesale-buyers-content .detail h2 span{
    font-size: 2em;
    margin-left: 10px;
}
.wholesale-buyers-content  .detail p{    padding-left: 20px;
   padding-right: 20px;
}
.wholesale-buyers-content  .detail .button{
    width:150px;
    height: 35px;
    background: #fefc13;
    color: #000;
    padding: 5px 5px 15px 5px;
    text-align:center;
    font-weight: bold;
    margin-left: 20px;
    border-radius: 5px;
}

.wc-content a {
    color: #337ab7;
}

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