/*
Theme Name: Lisa Barros
Theme URI: http://aios3-staging.agentimage.com/l/lisabarros.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
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,
#fix-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    position: absolute;
    /*background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    width:100%;
    min-width:180px;*/
}
#nav .sub-menu a,
#fix-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover,
#fix-nav .sub-menu a:hover {
    /*background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;*/
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
#fix-nav .sub-menu .sub-menu {
    /*margin-left: 100%;*/
    top:0;
}
#nav li:hover > .sub-menu,
#fix-nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
#fix-nav .sub-menu li {
    position: relative;
}


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

/* Global */

body{
    /*font-family: Arial, Helvetica, Georgia, Sans-serif;*/
            font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;

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



/* Placeholder effect */

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

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

textarea {
    overflow-x:hidden; 
}
 
a:hover,a:visited,select,a:link,a:visited{
    border:none;
    outline:none!important;
}


.slick-initialized .slick-slide {
    outline: none;
}



/* MY CSS */

#main-header .header-default{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1011;
    display:block;
    margin:0;
    /*transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
}

.header-fixed{
    position: fixed;
    background: #7c6f60;
    margin: -100px 0 0 0;
    width: 100%;
    z-index: 1011;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


    #main-header.fixed .header-default{
        background: #1b1310;
        padding: 10px 0;
        z-index: 1001;
        -webkit-animation: header-scroll 0.5s ease-in-out;
        animation: header-scroll 0.5s ease-in-out;
        margin:-300px 0 0 0;
    }

    #main-header.fixed .header-fixed{
        margin:0;
        transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
    }

    .top-header{
        padding:38px 0 18px 0;
    }

    .logo{
        max-width:398px;
    }
        .logo img{
            width:100%;
        }

    .navigation{
        border-top:1px solid rgba(255,255,255,0.10);
    }


    .header-right{
        text-align:right;
    }

    .social-sites ul{
        margin:0;
        padding:0;
        list-style:none;
    }
        .social-sites ul li{
            display:inline-block;
            margin:0 0 0 8px;
        }
            .social-sites ul li a{
                color: #346289;
                background: #fff;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                text-align: center;
                display: block;
                padding: 7px 0;
                font-size: 17px;
                font-weight: 500;
                text-decoration:none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }
                .social-sites ul li a:hover{
                    background:#837665;
                    color:#fff;
                }

                .social-sites ul li a em{
                    display:none;
                }


        .header-email-phone{
            margin:12px 0 0 0;
        }
        .header-email-phone ul{
            color:#fff;
            margin:0;
            padding:0;
            list-style:none;
        }
            .header-email-phone ul li{
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 31px;
                position: relative;
                font-size: 15px;
            }
                .header-email-phone ul li:before{
                    content: '';
                    position: absolute;
                    top: 3px;
                    left: -17px;
                    width: 2px;
                    height: 16px;
                    background: rgba(255,255,255,0.10);
                }


                .header-email-phone ul li em{
                    font-size:13px; 
                }

                .header-email-phone ul li em.ai-font-phone{
                    transform: rotate(-90deg);
                    display:inline-block;
                }

                .header-email-phone ul li em.ai-font-envelope {
                    font-size: 12px;
                }

                .header-email-phone ul li em.ai-font-envelope strong{
                    display:none;
                }

                .hidden-label{
                    display:none;
                }

                .header-email-phone ul li:first-child:before{
                    display:none;
                }

                .header-email-phone ul li a{
                    color:#fff;
                }

                .header-email-phone ul li a:hover{
                    color: #dac4a8;
                }

                .header-email-phone ul li span{
                    padding:0 0 0 12px;
                }


                .fixed-navigation{
                    margin: 21px 0 0 0;
                    font-size:0;
                }


                #fix-nav{
                    width: auto;
                    text-align: right;
                    /* padding: 22px 0; */
                    margin: 0;
                }

                #nav{
                    width:auto;
                    text-align:center;
                    padding: 22px 0;
                    margin:0;
                }
                    #nav li{
                        display:inline-block;
                        position:relative;
                        margin: 0 20px;
                        /*margin:0 12.25px;
                        padding: 0 12.25px;*/
                    }

                        #fix-nav li{
                            display: inline-block;
                            position: relative;
                            margin: 0 0 0 25px;
                            font-size: 0;
                            padding: 0;
                        }

                            #fix-nav li:before{
                                content: '';
                                position: absolute;
                                top: 4px;
                                left: -13px;
                                width: 1px;
                                height: 11px;
                                background: #988b7b;
                            }

                            #fix-nav li:first-child:before{
                                display:none;
                            }

                            #fix-nav li:first-child{
                                margin:0;
                                padding:0;
                            }
                        #nav li a, #fix-nav a{
                            color:#fff;
                            display:block;
                            font-family: 'Montserrat', sans-serif;
                            font-weight:500;
                            text-transform:uppercase;
                            letter-spacing:1px;
                            text-decoration:none;
                            padding:0;
                            font-size:13px;
                            transition: all 0.2s ease-in-out;
                            -moz-transition: all 0.2s ease-in-out;
                            -webkit-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                        }


                        #nav  > li > a:after,
                        #fix-nav  > li > a:after{
                                    position: absolute;
                                    height: 1px;
                                    border-top: 1px solid #fff;
                                    left: 0;
                                    top: 30px;
                                    content: '';
                                    opacity: 0;
                                    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
                                    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
                                    transition: height 0.3s, opacity 0.3s, transform 0.3s;
                                    -webkit-transform: translateY(-10px);
                                    -moz-transform: translateY(-10px);
                                    transform: translateY(-10px);
                                    width: 100%;    
                                }
                                            
                                            #nav  > li > a:hover::after,
                                            #fix-nav  > li > a:hover::after,
                                            #nav  > li > a:focus::after,
                                            #fix-nav  > li > a:focus::after{
                                                height: 5px;
                                                opacity: 1;
                                                -webkit-transform: translateY(0px);
                                                -moz-transform: translateY(0px);
                                                transform: translateY(0px); 
                                            }
                                            
                                            span.border-top{
                                                height: 1px;
                                                background: #d40000;
                                                margin-top: 17px;
                                                width: 1005px;
                                                display: block;
                                                margin: 0 auto;
                                                margin-bottom: 11px;                
                                            }


                                        #nav ul, #fix-nav ul.sub-menu{
                                            padding: 20px 0 0 0;
                                            width:auto;
                                            min-width:auto;
                                            left: -40px;
                                            right: -40px;
                                            position:absolute;
                                        }

                                            #nav ul li,#fix-nav ul.sub-menu li{
                                                display:block;
                                                margin:0;
                                            }


                                            #fix-nav ul.sub-menu li:before{
                                                display:none;
                                            }

                                            #nav ul li a,#fix-nav ul.sub-menu li a{
                                                color:#fff;
                                                font-size:12px;
                                                background:#6992ae;
                                                margin:0 0 1px 0;
                                                padding:8px;
                                                text-align:center;
                                            }

                                                #nav ul li a:hover,#fix-nav ul.sub-menu li a:hover{
                                                    text-decoration: none;
                                                    background: #837665;
                                                    color: #fff;
                                                }

/* #main-slider */

#main-slider {
    position:relative;
}
    #main-slider img{
        width:100%;
    }

    /*#main-slider canvas{
        width: 100%;
        position: relative;
    }

    #main-slider .slider-wrap{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/

/* end of #main-slider  */


#main-qs{
    position:relative;
}

    .qs-content{
        padding:30px 0;
        font-size:0;
    }

    .qs-names,.qs-div{
        display: inline-block;
        vertical-align: middle;
        /* max-width: 220px; */
        width: 19.2%;
        margin: 0 0 0 9px;
        height: 82px;
        /*height: 111px;*/
    }

    .qs-names{
        position: relative;
        /* max-width: 215px; */
        width: 18.8%;
    }

    .qs5{
        max-width: 185px;
        margin: 0 0 0 48px;
        position: relative;
    }

        .qs5:before{
            content: '';
            position: absolute;
            top: 0;
            left: -21px;
            width: 1px;
            height: 71px;
            background: #edebe8;
        }

        .qs-names:after{
                content: '';
                position: absolute;
                top: 0;
                right: 12px;
                width: 1px;
                height: 71px;
                background: #edebe8;
        }

    .qs-names h2{
        color: #332512;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 33px;
        letter-spacing: 2px;
    }

        .qs-names h2 span{
            font-weight: 700;
        }

            .qs-div select,.qs-div input{
                color: #666666;
                font-size: 12px;
                width: 100%;
                padding: 5px 16px;
                height: 30px;
                border: 1px solid #918472;
                font-family: 'Montserrat', sans-serif;
                margin: 0 0 9px 0;
            }


            .qs-content select {
                 appearance: none;
                 -webkit-appearance: none;
                 -moz-appearance: none;
                 -o-appearance: none;
                 background: url(images/select-arrow.png) no-repeat 95% 10px transparent;
              }
            .qs-content select::-ms-expand {
                 display: none;
              }



            .qs-div input.qs-search{
                color:#fff;
                font-size:12px;
                font-weight:700;
                background:#6992ae;
                display:block;
                border:none;
                height: 30px;
                padding: 5px 16px;
                border:1px solid #6992ae;
                max-width: 185px;
                letter-spacing: 1.2px;
                text-transform:uppercase;
                transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -webkit-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
            }

                .qs-div input.qs-search:hover{
                    background:#5273a6;
                }

            .qs-div a.qs-submit{
                background:#837665;
                color:#fff;
                font-size:12px;
                display:block;
                text-align:center;
                border:none;
                height: 30px;
                padding: 6px 16px;
                max-width: 185px;
                letter-spacing: 2px;
                text-decoration:none;
                text-transform:uppercase;
                transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -webkit-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
            }

            .qs-div a.qs-submit:hover{
                background:#332512;
            }



/* #main-fc */

#main-fc{
    position: relative;
    padding: 0 0 25px 0;
    width: 100%;
    text-align: center;
}
    .all-fc{
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        /*max-width: 482px;*/
        width: 30.3%;
        position: relative;
        background: #fff;
        box-shadow: #aba8a8 1px 1px 34px;
        overflow: hidden;
    }

        .all-fc:hover{
            box-shadow: #807f7f 1px 1px 34px;
        }

        .all-fc:hover .fc-img:after{
            opacity:1;
        }

        .all-fc:hover .fc-details span{
            color:#6992ae;
        }

        .fc-img{
            width:auto;
            margin:20px;
            position:relative;       
        }

            .fc-img img{
                width:100%;
            }

            .fc-img:after{
                content:'';
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
                background:rgba(105,146,174,0.85);
                opacity:0;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }


        .fc-details{
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0,-50%);
            width: 100%;
        }
            .fc-details span{
                background: rgba(255,255,255,0.85);
                max-width: 323px;
                margin: 0 auto;
                display: block;
                height: 80px;
                width: 68%;
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                padding: 24px 0;
                color: #332512;
                text-transform: uppercase;
                font-size: 22px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }


/* end of #main-fc */


/* #main-fp */

#main-fp{
    position:relative;
    margin:25px 0 0 0;
}
    
    .fp-left h2{
        color: #332512;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 33px;
    }
        .fp-left h2 span{
            font-weight:700;
        }

        .fp-left{
            margin:75px 0 0 0;
        }


        .fp-detail-arrow{
            width: 325px;
            /*min-height: 44px;*/
            position: absolute;
            right: 0;
            left: 15px;
            /*bottom: 0;*/         
            bottom: 30px;
        }

                        .fp-arrow-left {
                            bottom: 0;
                            left:0;
                            /*background: url(images/fp-arrow-left.png) center center no-repeat;*/
                            height: 49px;
                            width: 55px;
                            font-size: 18px;

                            cursor:pointer;
                            text-align:center;
                            border:1px solid #918472;
                            background:#fff;
                            padding: 15px 0;
                            font-weight:700;
                            position:absolute;
                            transition:all 0.3s ease-in-out;
                            -moz-transition:all 0.3s ease-in-out;
                            -webkit-transition:all 0.3s ease-in-out;
                            -o-transition:all 0.3s ease-in-out;
                            -ms-transition:all 0.3s ease-in-out;
                        }


                        .fp-arrow-left:hover{
                            background:#332512;
                            color:#fff;
                        }


                        .fp-arrow-right {
                            bottom:0;
                            /*background: url(images/fp-arrow-right.png) center center no-repeat;*/
                            height: 49px;
                            width: 55px;
                            cursor:pointer;
                            padding: 15px 0;
                            font-size: 18px;
                            font-weight:700;
                            background:#fff;
                            right:0;
                            border:1px solid #918472;
                            text-align:center;
                            position:absolute;
                            transition:all 0.3s ease-in-out;
                            -moz-transition:all 0.3s ease-in-out;
                            -webkit-transition:all 0.3s ease-in-out;
                            -o-transition:all 0.3s ease-in-out;
                            -ms-transition:all 0.3s ease-in-out;
                        }

                        .fp-arrow-right:hover{
                            background:#332512;
                            color:#fff;
                        }

            .fp-detail-item p{
                line-height: 21px;
                margin: 21px 0 0 0;
                /* font-weight: 300; */
                letter-spacing: 1px;
            }


            .fp-detail-item a{
                color:#332512;
                max-width:195px;
                height:49px;
                margin: 30px 0 0 14.3%;
                text-align:center;
                display:block;
                text-transform:uppercase;
                font-weight:700;
                font-size:14px;
                border:1px solid #918472;
                text-decoration:none;
                padding:13px 0;
                letter-spacing:1px;
                position: relative;
                z-index: 9;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }
                .fp-detail-item a:hover{
                    color:#fff;
                    background:#332512;
                }

        .fp-img-item{
            /*box-shadow: #aba8a8 1px 1px 34px;
            padding: 20px;*/
        }

        .fp-img{
            float:right;
            padding: 20px ;
            /*box-shadow: #aba8a8 1px 1px 34px;*/
        }

            .fp-img canvas{
                box-shadow: #aba8a8 1px 1px 34px;
                width: 100%;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                border: solid 20px #fff;
            }

            .fp-img canvas:hover {
                opacity: 0.9;
            }


            .fp-detail-item a em{
                display:none;
            }

            .all-fp-details{
                margin: 25px 0 0 0;
            }

            .all-fp-details h3{
                    color: #332512;
                    text-transform:uppercase;
                    font-size:22px;
                    letter-spacing: 2px;
                    font-weight:700;
                }

                        .all-fp-details p{
                            color: #332512;
                            font-size: 13px;
                            text-transform: uppercase;
                            letter-spacing: 2px;
                            margin: 5px 0;
                        }

                        .all-fp-details ul {
                            margin:0;
                            padding:0;
                            list-style:none;
                            height: 23px;
                        }
                            .all-fp-details ul li{
                                font-size:11px;
                                color: #332512;
                                display:inline-block;
                                position:relative;
                                text-transform:uppercase;
                                letter-spacing: 2px;
                                margin:0 5px;
                            }

                                .all-fp-details ul li:nth-child(1){
                                    background: url(images/icon-bed1.png) left no-repeat;
                                    padding: 4px 0 4px 20px;
                                }

                                .all-fp-details ul li:nth-child(2){
                                    background: url(images/icon-bath1.png) left no-repeat;
                                    padding: 4px 0 4px 20px;
                                }

                            .fp-img-list a em{
                                display:none;
                            }


/* end of  #main-fp */

/* #main-welcome-test */

#main-welcome-test{
    position:relative;
    background:url(images/welcome-test-wrap.jpg) center center no-repeat;
    background-size:cover;
    min-height:387px;
    height:auto;
    margin: 15px 0 0 0;
    overflow:hidden;
}
    .agent-photo{
        display: inline-block;
        margin: 56px 23px 0 0;
        max-width:271px;
        width:100%;
        float:left;
    }

        .agent-photo img{
            max-width:271px;
            width:100%;
        }

    .agent-details{
        display: inline-block;
        float: left;
        max-width: 446px;
        margin: 90px 0 0 0;
    }

        .agent-details h2{
            color: #332512;
            font-size: 40px;
            text-transform: uppercase;
            line-height: 42px;
            margin: 0 0 19px 0;
        }
        .agent-details h2 span{
            color:#33678b;
            font-weight:700;
        }

        .agent-details p{
            color: #333333;
            line-height: 21px;
            margin: 0 0 23px 0;
        }

        .agent-details a{
            color:#33678b;
            font-size:12px;
            font-style:italic;
            text-decoration:none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            .agent-details a:hover{
                font-weight:700;
            }

            .testimonial-content{
                border-left: 1px solid #33678b;
                padding: 0px 0 0 30px;
                margin: 27px 0;
                position:relative;
            }

            .all-test{
                margin: 95px 0;
				min-height:150px;
            }

            .all-test p{
                line-height: 22px;
            }        

                .all-test em{
                    color: #33678b;
                    font-size: 12px;
                    margin: 20px 0 -17px 0;
                    display: block;
                }

                .all-test span{
                    text-transform:uppercase;
                }

				.test-list .slick-list{
					/* min-height:300px; */
				}
                .test-detail-arrow{
                                /* background: #000; */
                                width: 30px;
                                min-height: 340px;
                                position: absolute;
                                right: 36%;
                                z-index: 9;
                            }

                            .test-arrow-top {
                                top: 20px;
                                /* background: url(images/test-arrow-top.png) top center no-repeat; */
                                font-size: 23px;
                                width: 93.5%;
                                left: -11px;
                                position: absolute;
                                cursor: pointer;
                                background: #e6e6e6;
                                color:#b8b8b8;
                                font-weight:700;
                            }

                                .test-arrow-top:hover{
                                    color:#33678b;
                                }

                            .test-arrow-bottom {
                                bottom: 11.5%;
                                /*background: url(images/test-arrow-down.png) bottom center no-repeat;*/
                                font-size:23px;
                                width: 93.5%;
                                left: -11px;
                                bottom:20px;
                                position:absolute;
                                cursor:pointer;
                                background:#d7d7d7;
                                color:#b8b8b8;
                                font-weight:700;
                            }

                                .test-arrow-bottom:hover{
                                    color:#33678b;
                                }

/* end of #main-welcome-test */


/* #main-git */

#main-git{
    background:url(images/git-wrap.jpg) center center no-repeat;
    background-size:cover;  
    min-height:560px;
    padding:210px 0;
    height:auto;
    /*padding: 107px 0 100px 0;*/



    /*background: url(images/git-wrap.jpg) center center no-repeat;
        background-size: cover;
        min-height: 352px;
        height: auto;
        padding: 211px 0 100px 0;
        min-height: 562px;*/

}

    body.ip-container #main-git{
        background:url(images/git-wrap.jpg) center center no-repeat;
        background-size:cover;  
        /*min-height:560px;
        padding:210px 0;*/
        min-height: 352px;
        height:auto;
        padding: 104px 0 100px 0;
    }
    
    .git-content{
        background:rgba(0,0,0,.60);
        padding: 25px 20px 5px 20px;
    }

        .git-content h2{
            color: #fff;
            font-size: 25px;
            text-transform: uppercase;
            line-height: 33px;
            text-align:center;
            margin: 0 0 23px 0;
        }
            .git-content h2 span{
                font-weight:700;
            }

                .git-form{
                    position:relative;
                }

                .git-form input,
                .git-form textarea.git-textarea{
                    border:1px solid #636269;
                    color:#fff;
                    font-size:14px;
                    padding: 8px 19px;
                    background:none;
                    outline:none;
                    width:100%;
                    margin:0 5px 0 0;
                    display:inline-block;
                    vertical-align:middle;
                    height:40px;
                }

                    .git-form input.git-name{
                        /* max-width: 290px; */
                        width: 26.4%;
                    }

                    .git-form input.git-email{
                        /*max-width: 270px;*/ 
                        width: 24.5%;
                    }

                    .git-form textarea.git-textarea{
                        /* max-width: 520px; */
                        margin: 0;
                        width: 46%;
                        float: right;
                    }

                    .git-form input.git-send{
                        border: none;
                        width: 21px;
                        height: 21px;
                        background: url(images/git-send-btn.png) center center no-repeat;
                        font-size: 0;
                        margin: -31px 4px 0 0px;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        float: right;
                        position: relative;
                        z-index: 99;
                        }
                    }

                    .git-form input.git-send:hover{
                        background:url(images/git-send-btn-hover.png) center center no-repeat;
                    }


                    .git-form div.wpcf7-validation-errors,
                    .git-form div.wpcf7-mail-sent-ok,
                    .git-form div.wpcf7-mail-sent-ng{
                        border: 2px solid #f7e700;
                        /*position: absolute;*/
                        width: 100%;
                        margin: -10px 0 0 0;
                        text-align: center;
                        color: #fff;
                    }

                    .git-form .use-floating-validation-tip span.wpcf7-not-valid-tip{
                        margin: -7px 0 0 10px;
                        width: 220px;
                    }




/* end of #main-git */



/* #main-footer */

#main-footer{
    background:#fff;
    padding:49px 0;
}
    
    .footer-top{
        color: #7f7f7f;
        text-align:center;
        font-size:15px;
    }

        .footer-top em{
            color: #7f7f7f;
            font-size: 21px;
            margin: 0 auto 25px auto;
            display: block;
            height:42px;
        }

            .footer-top em.ai-mobile-phone{
                display:inline-block;
                font-size:15px;
            }

            .footer-top em.phone-office{
                font-style:normal;
                margin: -42px auto 25px auto;
                font-size: 15px;
            }

        .footer-top em.ai-font-phone{
            transform: rotate(-90deg);
            font-size:27px;
        }

        .footer-top h3{
            color:#7f7f7f;
            font-size:15px;
            text-transform:uppercase;
            font-weight:700;
        }

            .footer-top a{
                color:#7f7f7f;
                font-size:13px;
                letter-spacing:1px;
                text-decoration:none;
                line-height: 23px;
            }

                .footer-top a:hover{
                    color:#6992ae;
                }

        .footer-top em.ai-font-location-c{
            font-size: 38px;
            margin: 0 0 11px 0;
        }



        .footernav{
            width:auto;
            margin:65px 0 0 0;
        }
            .footernav li{
                display:inline-block;
                position:relative;
                padding: 0 4.5px;
                margin:0 4.5px;
            }

                .footernav li:first-child{
                    margin:0 4.5px 0 0;
                    padding:0 4.5px 0 0;
                }

                .footernav li a{
                    color:#666666;
                    display:block;
                    font-family: 'Montserrat', sans-serif;
                    font-weight:700;
                    text-transform:uppercase;
                    letter-spacing:1px;
                    text-decoration:none;
                    font-size:12px;
                    padding:0;
                }

                    .footernav li a:hover{
                        color:#6992ae;
                    }


                .copyright{
                    color:#666;
                    margin: 5px 0 0 0;
                }
                    .copyright a{
                        color:#666;
                        text-decoration:none;
                    }

                        .copyright a:hover{
                            color:#6992ae!important;
                        }

                .footer-logo1{
                    display: inline-block;
                    margin: 55px 0 0 19.4px;
                }
                

                        .footer-logo1 img{
                            max-width: 194px;
                            width: auto;
                            max-height: 50px;
                        }

               .footer-logo2{
                    display: inline-block;
                    margin: 0px 0 0 33px;
                    vertical-align: middle;
                }
                .footer-logo1, .footer-logo2 {
                    margin-left: 15px;
                }
                .f-icon-envelope{
                    background:url(images/icon-envelope.png) center center no-repeat;
                    width:40px;
                    height:26px;
                    margin:0 auto;
                    text-align:center;
                    display:block;
                }

                .f-icon-location{
                    background:url(images/icon-location.png) center center no-repeat;
                    width:30px;
                    height:42px;
                    margin:0 auto;
                    text-align:center;
                    display:block;
                }

                .f-icon-phone{
                    background:url(images/icon-phone.png) center center no-repeat;
                    width:37px;
                    height:42px;
                    margin:0 auto;
                    text-align:center;
                    display:block;
                }



                    .footer-logos{
                        margin: 10px 0 0 0;
                    }

                    .footer-logos ul li{
                        display: inline-block;
                        color: #7f7f7f;
                        font-size: 22px;
                        margin: 0 2px;
                    }
    .footer-disclaimer {
        padding: 50px 0 0;
    }
        .footer-disclaimer p {
            font-size: 11px;
            color: #666;
            text-align: center;
            margin: 10px 0;
        }
    .company-profile-offices {

    }
        .cpo-col {
            padding-top: 20px;
            padding-bottom: 20px;

        }
       .cpo-col:nth-child(1) {
            padding-left: 10px;
            padding-right: 10px;
        }
        .cpo-col:nth-child(2) {
            padding-left: 30px;
            padding-right: 20px;
        }
        .cpo-col:nth-child(2) .head-title-col {
            padding-left: 0px;
        }
        .head-title-col,
        .cpo-details-col  {
            padding-right: 0;
            font-size: 11px;
        }
        .head-title-col {
            border-right: 1px solid #ccc;
            height: 75px;
        }
        .company-profile-offices span.head-title {
            display: block;
            font-size: 20px;
            font-weight: 600;
            line-height: normal;
            color: #33678b;
        }


/* end of #main-footer */


/* end of MY CSS */






 
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */ 


body.ip-container #main-header .header-default{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1011;
    display: block;
    margin: 0;
    background: url(images/slider2.jpg) 100% 38% no-repeat;
    min-height: 230px;
}

body.ip-container #main-footer{
    border-top: 1px solid #edebe8;
}


#inner-page-wrapper{
    padding:218px 0 0 0;
}



#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

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

/* Adjust width of sidebar */
.sidebar{     width: 22.83%;
    border-left: 1px solid #edebe8;
    padding: 0 0 0 24px;}


.sidebar .qs-names, .sidebar .qs-div {
    width: 100%;
    text-align: center;
    margin:0;
    display:block;
}

   .sidebar  .qs-names h2{
        font-weight: 300;
    }
    
   .sidebar .qs-names:after{
        display:none;
    }

    .sidebar .qs-content{
        max-width: 320px;
        margin: 0 auto;
    }

   .sidebar  .qs5{
        width: 100%;
        text-align: center;
        max-width:100%;
        margin:0;
    }

            .sidebar .qs5:before{
                display:none;
            }

    .sidebar .qs-div input.qs-search,
    .sidebar .qs-div a.qs-submit{
        max-width:100%;
    }

   .sidebar .qs-div select{
        background: url(images/select-arrow.png) no-repeat 98.5% 10px transparent;
    }

    .sidebar .qs-div select {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          background: url(images/select-arrow.png) no-repeat 95% 10px transparent;
       }
     .sidebar .qs-div select::-ms-expand {
          display: none;
       }


    .side-logo{
        margin: 20px auto -17px auto;
        padding: 10px 0 10px 0;
        border-top: 1px solid #edebe8;
        border-bottom: 1px solid #edebe8;
    }

    .side-contact{
        padding: 20px 0 0 0;
        float: left;
        width:100%;
    }

    .side-contact{
        padding: 20px 0 0 0;
        margin: 0 0 16px 0;
    }


    .sidebar .git-form .use-floating-validation-tip span.wpcf7-not-valid-tip{
        font-size: 10px;
        width:auto;
    }

    .sidebar .git-form div.wpcf7-validation-errors,
    .sidebar .git-form div.wpcf7-mail-sent-ok,
    .sidebar .git-form div.wpcf7-mail-sent-ng{
        color:#000;
    }

    .side-logo img{
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }

    .sidebar .footer-top em{
        margin: 20px auto 12px auto;
    }

   /* .sidebar .footer-top em.phone-office {
        margin: -19px auto 3px auto!important;
    }*/

   .sidebar  .footer-top em.ai-mobile-phone{
        margin: -19px auto -17px auto!important;
    }


    .side-contact ul{
        margin:0;
        padding:0;
        list-style:none;
        text-align:center;
    }
        .side-contact  ul li{
            display: block;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #edebe8;
            padding: 0 0 20px 0;
            font-size: 15px;
            color:#7f7f7f;
        }
            .side-contact ul li span{
                color: #7f7f7f;
                font-size: 13px;
                letter-spacing: 1px;
                text-decoration: none;
                line-height: 23px;
                text-decoration:none;

            }
            .side-contact ul li a{
                color: #7f7f7f;
                font-size: 13px;
                letter-spacing: 1px;
                text-decoration: none;
                line-height: 23px;
                font-weight:700;
                text-decoration:none;
            }

                .side-contact ul li a:hover{
                    color:#6992ae;
                }

            .side-contact ul li em{
                font-size: 13px;
                padding: 0 10px 0 0;
                color: #837665;
            }

            .side-contact ul li em.ai-font-location-c{
                font-size: 22px;
                padding: 0 0px 0 0;
                color: #837665;
                display: inline-block;
                vertical-align: middle;
            }


    .sidebar-form h2{
        color: #7f7f7f;
        text-align: center;
        text-transform: uppercase;
        border-top: 1px solid #000;
        padding: 18px 0 0 0;
    }
    .sidebar  .git-form input, 
    .sidebar  .git-form textarea.git-textarea{
        color:#000;
        width:100%;
        margin: 0 0 5px 0;
    }

   .sidebar  .git-form textarea.git-textarea{
        height: 42px;
    }

    .sidebar  .git-form input.git-send{
        display: block;
        margin: 0;
        float: right;
        width: 100%;
        text-align: center;
        background: #7f7f7f;
        font-size: 16px;
        height: 34px;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

    .sidebar .git-form input.git-send:hover{
        background:#6992ae;
    }


    .sidebar .all-fc{
        width: 100%;
        display: block;
        margin: 0 auto 30px 0;
    }

    .sidebar  .fc-details span{
        height: auto;
        padding: 20px 0;
        font-size: 14px;
        display:block;
    }

/* 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 { 
    color: #33678b;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 42px;

}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    color: #33678b;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 42px;

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    color: #33678b;
    font-size: 15px;
    line-height: 22px;
}

    #content .entry{
        color: #333333;
        line-height: 21px;
        margin: 0 0 23px 0;
        /* font-size:13px; */
        font-size:14px;
    }


    #content .post{
        padding-bottom:0;
        margin-bottom: 0;
    }

    body.category-testimonials #content .entry{
        margin: 0 0 5px 0;
    }


body.page-id-6 #content #main-fc{
    text-align:center;
}

body.page-id-6 #content .all-fc{
    width: 31.4%;
    margin: 0 7px;
}

    body.page-id-6 #content .fc-details span{
        padding: 22px 0;
        height: 64px;
        font-size:14px;
    }
	
#content .responsive-youtube{
	padding: 55.7% 0 0;
    position: relative;
    width: 100%;
    margin: 0 auto 25px;
    /*position: relative;
    width: 98%;
    margin: 0 auto 25px;
    max-width: 960px;
    height: 542px;*/
}
.page-id-41 #content .responsive-youtube{
    /*padding: 55.7% 0 0;
    position: relative;
    width: 100%;
    margin: 0 auto 25px;*/
    padding: 0px;
    position: relative;
    width: 98%;
    margin: 0 auto 25px;
    max-width: 960px;
    height: 542px;
}
#content .responsive-youtube iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.lisa-img{
    float: left;
    margin: 0px 30px 0 0;
}
.content-testimonial{
    margin-top: 30px !important;
    line-height: 2.0 !important;

}
.title-testimonial{
    color:#000 !important;
    
}

.ihf-grid-result-attribution, .ihf-grid-result-mlsnum-proptype {
    font-weight: 600;
    color: #666666;
}

#ihf-main-container .title-bar-1 {
    background-color: #789cb6;
    border: 1px solid #54748b;
}

.ihf-map-icon {
    background-color: #789cb6;
    border: 1px solid #54748b;
}

.ihf-map-icon:after {
    border-top-color: #54748b;   
}

#ihf-main-container .btn-primary {
    background-color: #789cb6;
    border-color: #54748b;
}

#ihf-main-container .btn-primary.active,
#ihf-main-container .btn-primary:active,
#ihf-main-container .btn-primary:focus,
#ihf-main-container .btn-primary:hover {
    background-color: #5e839c;
    border-color: #54748b;
}

#content .entry #ihf-main-container ul {
    margin-left: 0;
    padding-left: 0;
}

#ihf-detail-features-tab .row.mt-10 {
    margin-left: 0;
    margin-right: 0;
}

.navigation {
    margin-left: -40px !important;
}

.error-page-content-wrapper div.wpcf7-validation-errors,
.error-page-content-wrapper div.wpcf7-acceptance-missing{
    text-align:center;
}

.ai-file-image-p:before, .ai-font-file-image-p:before {
    content: "\b0020";
    margin: 0 0 0 -13px;
}

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