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

/*

TABLE OF CONTENTS

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


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


/* Sub Menu */
#nav li {
	position:relative;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(145, 172, 190, .6);
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
    background: #347ac2;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

/** header intial **/

header.header {
    background: #91acbe;
    font-size: 0;
    position: fixed;
    width: 100%;
    top: 35px;
    z-index: 1010;
}

header.header .logo{
    max-width: 100%;
}

    header .h-col-wrap {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

        header ul#nav {
        font-size: 12px;
        text-transform:  uppercase;
        color:  #fff;
        font-family: 'Lato', sans-serif;
        font-weight:  400;
        line-height: 19px;
        text-align:  right;
        }

            header ul#nav li {
                display:  inline-block;
                vertical-align:  middle;
            }

            header ul#nav li a {
                color: inherit;
                outline: none;
                text-decoration: none;
                padding: 45px 10px;
                display: block;
            }

            header ul#nav li a {
                transition: 400ms ease;
                -webkit-transition: 400ms ease;
                -moz-transition: 400ms ease;
                -o-transition: 400ms ease;
            }

            header ul#nav > li:hover > a {
                background: #347ac2;
            }

/*** Fixed Header ***/
header.header.fixed {
    position: fixed;
    top: 0;
}

header.header.fixed .logo {
    max-width: 263px;
}

header.fixed ul#nav > li > a {
    padding: 30px 10px;
}

/** Sub header nav **/

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

/* Global */

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

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

/** Animation transition **/
.addTransition{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}



section.section1{
    position: relative;
}


/*** Global Title ***/
.gTitle{
    font-size: 36px;
    color: #33172a;
    font-family: 'Prata', serif;
    line-height: 1;
    margin-bottom: 40px;
}


/** Slideshow **/
.slideshoww-rap {
    height: 930px;
    position: relative;
    z-index: -1;
}

.slideshoww-rap .aios-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshoww-rap .slideshow-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/*** QUick search ***/

.qs-wrap {
    border-top: 2px solid #89a0b1;
    z-index: 10;
    width: 100%;
    bottom:  0;
    position:  absolute;
    background-color: rgba(172, 195, 211, .85);
}
    
    .qs-inner-wrap:before {
        content: '';
        height: 100%;
        width: 100%;
        background-image: url(images/quicksearch-bg-min.png);
        background-position: center;
        background-size: contain;
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
    }

    .qs-inner-wrap {
        position:  relative;
        padding:  35px 0;
    }

        .quicksearch .qs-label {
        display:  block;
        text-align:  center;
        font-size:  36px;
        color:  #33172a;
        font-family: 'Prata', serif;
        line-height: 1;
        margin-bottom: 25px;
        }

        .quicksearch {
            position:  relative;
            z-index:  1;
        }


        .quicksearch .qs-form {
            font-size:  0;
        }


            .quicksearch .qs-col-md, 
            .quicksearch .qs-col-sm {
                display:  inline-block;
                vertical-align:  middle;
                padding-right:  2px;
            }

            .quicksearch .qs-col-md {
                width: 18%;
            }

            .quicksearch .qs-col-sm {
                width: 10%;
            }

                .quicksearch .qs-form-control {
                    width:  100%;
                    height:  38px;
                    color:  #999999;
                    font-size:  12px;
                    border: 0;
                    text-transform:  uppercase;
                    font-family: 'Lato', sans-serif;
                    padding:0 5px;
                    background: #fff;
                }

            .quicksearch .qs-btn-wrap {
                width:  24%;    
                display: inline-block;
                vertical-align:  middle;
                padding-left: 20px;
            }


        .quicksearch .qs-btn-wrap > div {
            display:  inline-block;
            vertical-align:  top;
            width:  50%;
        }

        .quicksearch .qs-btn-wrap > div:first-child {
            padding-right: 3px;
        }

            .quicksearch .qs-btn-wrap .srch-btn, 
            .quicksearch .qs-btn-wrap .adv-btn {
                width: 100%;
                height: 38px;
                border: none;
                font-size: 14px;
                color: #fff;
                text-align: center;
                display: block;
                text-transform: uppercase;
                font-family: 'Lato', sans-serif;
                padding: 12px;
                line-height: 1;
                font-weight: 600;
                outline: none;
                text-decoration: none;
            }

            .quicksearch .qs-btn-wrap .srch-btn:hover, 
            .quicksearch .qs-btn-wrap .adv-btn:hover {
                background: #33172a;;
            }

            .quicksearch .qs-btn-wrap .srch-btn, 
            .quicksearch .qs-btn-wrap .adv-btn {
                transition: 400ms ease;
                -webkit-transition: 400ms ease;
                -moz-transition: 400ms ease;
                -o-transition: 400ms ease;
            }
            .quicksearch .qs-btn-wrap .srch-btn {
                background:  #347ac2;
            }

            .quicksearch .qs-btn-wrap .adv-btn {
                background: #acc3d3;
            }


/** Call To Action **/
section.section2 {
    position: relative;
    z-index:  1;
    background:  #fff;
    padding:  85px 0;
}

.cta-wrap .row {
    font-size: 0;
}

.cta-wrap .cta-col {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

    .cta-wrap a.cta-btn {
        text-align:  center;
        border: 1px solid #cac7c4;
        display:  block;
        padding: 0 35px;
        cursor:  pointer;
        outline:  none;
        text-decoration:  none;
        min-height:  270px;
    }

    .cta-wrap .icon-label {
        display:  inline-block;
        border-radius: 100%;
        border: 1px solid #cac7c4;
        height: 98px;
        width:  98px;
        text-align:  center;
        position:  relative;
        margin-top:  -50px;
        background:  #fff;
        margin-bottom:  25px;
    }

    .cta-wrap .icon-label .cta-icon {
        position:  absolute;
        top:  0;
        left:  0;
        right:  0;
        bottom:  0;
        display:  block;
        margin: auto;
    }

    .cta-wrap .icon-label .cta-icon {
        width: 40px;
        height: 40px;
        background-image: url(images/cta/cta-icons.png);
        background-repeat: no-repeat;
        background-position: 0 0;
    }


    .cta-wrap .cta-col:nth-child(1) a.cta-btn .cta-icon {
        background-position: 0 0;
    }

    .cta-wrap .cta-col:nth-child(2) a.cta-btn .cta-icon {
        background-position: -40px 0;
        width: 36px;
    }

    .cta-wrap .cta-col:nth-child(3) a.cta-btn .cta-icon {
        background-position: -80px 0;
        width: 45px;
    }

    .cta-wrap .icon-label .cta-icon {
        transition: 400ms ease;
        -moz-transition: 400ms ease;
        -webkit-transition: 400ms ease;
        -o-transition: 400ms ease;
    }

    .cta-wrap .cta-title {
        font-size: 22px;
        color:  #91acbe;
        font-family: 'Prata', serif;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .cta-wrap .cta-title span {
            font-family: 'Lato', sans-serif;
            display:  block;
            font-size:  14px;
        }

        .cta-wrap .cta-title:after {
            width: 100%;
            max-width:  25px;
            background:  #dad2cb;
            display:  block;
            margin:  0 auto;
            content:  '';
            height: 1px;
        }

        .cta-wrap .cta-title h3 {
            margin-bottom: 20px;
        }

        .cta-wrap .cta-content {font-size:  14px;line-height:  20px;color:  #666666;font-weight:  300;}


    .cta-wrap a.dwnld-btn canvas {
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(images/cta/download-bg.png);
    }

        .cta-wrap a.dwnld-btn {
            display:  block;
            position:  relative;
            font-size:  0;
        }

        a.dwnld-btn:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(145, 172, 190, .85);
            z-index: 1;
            opacity: 1;
        }


        .cta-wrap a.dwnld-btn > div {
            position:  absolute;
            top:  0;
            left:  0;
            height:  100%;
            width:  100%;
            padding:  10px;
            z-index: 5;
        }



        .cta-wrap a.dwnld-btn .content-wrap {
            border: 2px solid rgba(112, 102, 93, .55);
            height: 100%;
            width: 100%;
            display: block;
            position: relative;
            padding:10px;
        }

    .cta-wrap a.dwnld-btn .dwnld-title {
        font-family: 'Prata', serif;
        font-size:  43px;
        color:  #fff;
        line-height:  1;
        margin-top:  30px;
    }

    .cta-wrap a.dwnld-btn .dwnld-title > span {
        font-size:  18px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        color: #75716c;
    }

    .cta-wrap a.dwnld-btn .dwnld-title h2 {
        line-height:  1;
        color: #33172a;
    }

    .cta-wrap a.dwnld-btn .dwnld-title h2 span {
        color: #746d67;
    }

    .cta-wrap a.dwnld-btn .dwnld-link {
        font-size:  12px;
        line-height:  1;
        color: #746d67;
        font-style:  italic;
        font-family: 'Lato', sans-serif;
        position:  absolute;
        bottom: 10px;
        left: 10px;
    }

    .cta-wrap a.dwnld-btn:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-image: url(images/cta/cta-overlay.png);
        z-index: 1;
        background-repeat: no-repeat;
        background-position: bottom;
        opacity: 1;
        background-size: 100%;
    }

/**** Hover State ***/
a.dwnld-btn:hover:before {
    opacity: 0;
}

a.dwnld-btn:before {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.cta-wrap a.dwnld-btn:hover:after{
    opacity: 0;
}

.cta-wrap a.dwnld-btn:after{
    transform: 400ms ease;
    -webkit-transform: 400ms ease;
    -o-transform: 400ms ease;
    -moz-transform: 400ms ease;
}

.cta-wrap a.dwnld-btn:hover .dwnld-title h2 {
    color: #fff;
}

.cta-wrap a.dwnld-btn:hover .dwnld-title h2 span {
    color: #fff;
}

.cta-wrap a.dwnld-btn:hover .dwnld-title > span{
    color: #fff;
}

.cta-wrap a.dwnld-btn:hover .dwnld-link {
    color: #fff;
}

/** Hover **/

.cta-wrap a.cta-btn:hover {
    background: #91acbe;
    border-color: #91acbe;
}

.cta-wrap a.cta-btn:hover .cta-title {
    color: #fff;
}

.cta-wrap a.cta-btn:hover .cta-content {
    color: #fff;
}

.cta-wrap a.cta-btn:hover .icon-label{
    background: #acc3d3;
    border-color: #acc3d3;
}
.cta-wrap .cta-btn:hover .icon-label .cta-icon{
    background-image:url(images/cta/cta-icons-hover.png);
}

/*** Paralax Divider ***/

.parallax-divider {
    position:  relative;
    z-index:  1;
    font-size: 0;
}

    .parallax-divider canvas {
        height:  100%;
        width:  100%;
        background-size: cover;
        background-attachment: fixed;
        background-position:  center;
    }

    .mobile .parallax-divider canvas {
        background-attachment: local;
        background-position: center center !important;
    }

.parallax-window {
    min-height: 400px;
    background: transparent;
}

/*** Featured Properties ***/

section.section3 {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
    padding:60px 0;
}

.hp-fp .gTitle{
    text-align: center;
}


.fp-list .fp-item canvas {
    width: 100%;
    display: block;
    background-size: 100%;
    background-position: center;
}

.fp-list .fp-item .img-wrap:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    background-image: url(images/fp/fp-overlay.png);
}

.fp-list .fp-item:after {
    background-image: url(images/fp/fp-hover-logo.png);
    opacity: 0;
    position: absolute;
    background-size: initial;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.fp-list .fp-item .img-wrap {
    position: relative;
}

.fp-list .fp-item {
    position:  relative;
}

    .fp-list .fp-item .details-wrap {
        position:  absolute;
        z-index:  10;
        bottom: -50px;
        left:  0;
        width:  100%;
        text-align:  center;
    }

    .fp-list .fp-item .fp-address {
        font-size:  32px;
        color:  #fff;
        font-family: 'Prata', serif;
        text-transform: uppercase;
    }

    .fp-list .fp-item .fp-details ul {
        color: #fff;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        letter-spacing: 5px;
        text-transform: uppercase;
        line-height: 1;
    }

    .fp-list .fp-item .fp-details ul li span.fp-price {
        font-weight: bold;
        font-size: 16px;
    }

    .fp-list .fp-item .fp-details ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .fp-list .fp-item .fp-details ul li:last-child:after {
        border: none;
        display: none;
    }

    .fp-list .fp-item .fp-details ul li:after {
        height: 20px;
        width: 1px;
        background: #fff;
        content: '';
        top: 0;
        right: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }

.hp-fp button.arrows-btn {
    position: absolute;
    top: 40%;
    background: rgba(52, 122, 194, .9);
    border: none;
    padding: 13px;
    z-index: 1;
    transition: all .3s ease;
}
    .hp-fp button.arrows-btn:hover {
        background: #33172a;
    }

.hp-fp button.arrows-btn.right-btn{
    right: 0;
}

.hp-fp button.arrows-btn.right-btn span{
    background-position: -70px 0;
}

.hp-fp button.arrows-btn.left-btn{
    left: 0;
}

.hp-fp button.arrows-btn.left-btn span{
    background-position: -100px 0;
}

.hp-fp button.arrows-btn span {
    height: 41px;
    width: 25px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(images/arrows.png);
}

.fp-list .fp-item:after {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.fp-list .fp-item:hover:after {
    opacity: 1;
}

/*** Hover ***/

.fp-list .fp-item .fp-btn {
    margin-top:  50px;
}

.fp-list .fp-item .fp-btn a {
    display:  block;
    border:  1px solid #fff;
    max-width: 175px;
    margin:  0 auto;
    width:  100%;
    padding:  10px;
    font-size:  13px;
    color:  #fff;
    font-weight:  bold;
    font-family: 'Lato', sans-serif;
    text-transform:  uppercase;
    outline:  none;
    text-decoration:  none;
    line-height:  1;
}

.fp-list .fp-item .fp-btn a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.fp-list .fp-item .fp-btn a:hover {
    background: #347ac2;
    border-color: #347ac2;
}

.fp-list .fp-item .details-wrap{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.fp-list .fp-item:hover .details-wrap{
    bottom: 25%;
}

.fp-list .fp-item canvas{
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.fp-list .fp-item:hover canvas{
    background-size: 110%;
}


/** Section 4 **/
.wc-wrap {
    background-image: url(images/wc/welcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 0 auto;
}

    .wc-wrap:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top left;
        background-image: url(images/wc/welcome-overlay.png);
        z-index: 1;
        background-repeat: no-repeat;
    }

    .wc-wrap .agent-wrap {
        z-index: 10;
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .wc-wrap .content-wrap {
        position: relative;
        z-index: 10;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .wc-wrap .gTitle span.sub-title {
        color: #666666;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        top: -10px;
        position: relative;
    }

    .wc-wrap .gTitle h1 {
        font-size: 36px;
        line-height: 1;
    }

    .wc-wrap .gTitle span.preTitle {
        text-transform: uppercase;
        color: #91acbe;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
    }

    .wc-wrap .gTitle {
        margin-bottom: 20px;
    }

    .wc-wrap .wc-content {
        color: #666666;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        line-height: 24px;
        border-bottom: 2px solid #a4968b;
        margin-bottom: 40px;
        padding-bottom: 10px;
    }

    .wc-wrap ul.contact-info li.address {
        display: none;
    }

    .wc-wrap .wc-content p{
        margin-bottom: 30px;
    }

    .wc-wrap ul.contact-info {
        color: #666666;
        font-size: 16px;
        font-weight: 300;
    }

    .wc-wrap ul.contact-info li{
        display: inline-block;
        vertical-align: middle;
    }

    .wc-wrap ul.contact-info li a {
        color: inherit;
        outline: none;
        text-decoration: none;
    }
        .wc-wrap ul.contact-info li a:hover {
            color: #347ac2;
        }

    .wc-wrap ul.contact-info li span[class^="ai-font"]{
        margin-right: 6px;
        color: #33172a;
        vertical-align: middle;
    }

    .wc-wrap ul.contact-info li:first-child:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin: 0 10px;
        background: #b3b1b1;
        width: 1px;
        height: 14px;
    }

/*** Fc Communities ***/
.hp-fc .gTitle {
    text-align: center;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}


.fc-list {
    font-size:  0;
}

.fc-list .fc-item a {
    display: block;
    position: relative;
}

.fc-list .fc-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/fc/fc-overlay.png);
    position: absolute;
    display: block;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}


.fc-list .fc-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/fp/fp-hover-logo.png);
    background-size: 267px 263px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.fc-list .fc-item a:after {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

    .fc-list .fc-item {
        display:  inline-block;
        vertical-align:  middle;
        width:  25%;
        position:  relative;
    }

        .fc-list .fc-item canvas {
            width:  100%;
            height:  100%;
            background-size:  cover;
            background-repeat:  no-repeat;
            background-position:  center;
        }

    .fc-list .fc-title {
        text-align:  center;
        font-size: 0;
        position:  absolute;
        z-index:  1;
        height:  100%;
        width:  100%;
        top:  0;
        left:  0;
    }

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

    .fc-list .fc-title span {
        font-size:  24px;
        width:  100%;
        display: inline-block;
        vertical-align:  middle;
        color:  #fff;
        font-family: 'Prata', serif;
    }

/*** Featured Community Hover***/

.fc-list .fc-item a:before {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.fc-list .fc-item a:hover:before {
    opacity: 1;
}

.fc-list .fc-item a:hover:after {
    opacity: 1;
}


/*** Testimonial ***/

section.section6 {
    padding: 120px 0 100px 0;
    background: #fff;
}

.testi-wrap {
    border:  3px solid #e9e9e9;
}

.hp-testi .gTitle {
    margin-top: -30px;
    text-align:  center;
}

.hp-testi .gTitle h2 {
    background:  #fff;
    display:  inline-block;
    padding:  10px 20px;
}

    .testi-wrap .testi-list {
        padding:  50px 120px;
    }

    .testi-wrap .testi-item {
        text-align:  center;
        font-family: 'Prata', serif;
        font-size:  20px;
        color:  #666666;
        line-height:  36px;
    }

    .testi-wrap .testi-item p span {
        display:  block;
        margin-top: 40px;
        font-family: 'Lato', sans-serif;
        text-transform:  uppercase;
        font-weight:  bold;
        color:  #33172a;
        font-weight: 600;
        font-size:  16px;
    }

    .testi-wrap .testi-item p span {
        word-wrap: break-word;
    }

    .hp-testi button.arrows-btn {
        height: 40px;
        width: 30px;
        background-image: url(images/arrows.png);
        border: none;
        background-repeat: no-repeat;
        background-color: transparent;
        top: 25%;
        position: absolute;
    }

    .hp-testi button.arrows-btn.left-btn {
        left: -90px;
        background-position: -30px 0;
    }

    .hp-testi button.arrows-btn.right-btn {
        background-position: 0;
        right: -90px;
    }



/*** Footer ****/
footer.footer {
    background-image: url(images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

    footer.footer:before {
        content: '';
        background: rgba(172, 195, 211, .90);
        position: absolute;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
    }


    .footer-wrap {
        position:  relative;
        z-index: 1;
        padding:  110px 0;
    }


    footer .logo-wrap {
        margin-bottom:  40px;
    }

        footer .logo-wrap img {
            margin:  0 auto;
        }

    footer .contact-wrap {
        text-align:  center;
        margin-bottom: 65px;
    }

        footer ul.contact-info {
            color:  #fff;
            font-size:  14px;
            line-height:  25px;
            font-family: 'Lato', sans-serif;
            font-weight:  400;
        }


footer .copyright {
    z-index: 1;
    width:  100%;
    background:  #fff;
    position:  relative;
    padding:  35px 0;
}

footer ul.contact-info li {
    display: inline-block;
    vertical-align: middle;
}

footer ul.contact-info li.address {
    display: block;
}


.news-letter {
    text-align:  center;
}

.news-letter h3 {
    font-size:  24px;
    color:  #fff;
    line-height: 1;
    margin-bottom:  20px;
    font-family: 'Prata', serif;
    font-weight: 400;
    letter-spacing: 1px;
}

footer .news-letter input.wpcf7-form-control.wpcf7-text {
    height: 45px;
    width:  100%;
    padding:  10px 20px;
    border:  none;
    outline:  none;
}

footer .news-letter input.wpcf7-form-control.wpcf7-text {
    font-size:  12px;
    color: #888888;
    text-transform:  uppercase;
}

footer .news-letter .wpcf7-submit {
    position:  absolute;
    top:  12px;
    right: 13px;
    background-image: url(images/send-btn-icon.png);
    border:  none;
    font-size:  0;
    height:  22px;
    width:  20px;
    background-color: transparent;
    background-position:  center;
    background-repeat:  no-repeat;
}
    
    footer .news-letter .wpcf7-submit:hover {
        opacity: .7;
    }

footer .news-letter form.wpcf7-form {
    position:  relative;
    max-width:  520px;
    margin:  0 auto;
    width:  100%;
}

.news-letter .ajax-loader {
    position:  absolute;
    right: -20px;
    top: 15px;
}

footer .copyright {
    text-align:  center;
    color:  #7e7e7e;
    font-size:  11px;
}

footer .copyright a {
    color:  inherit;
    outline:  none;
    text-decoration: none;
}
    footer .copyright a:hover{
        color: #33172a;
    }

footer .copyright .sec-logo {
    display:  block;
    margin-top: 15px;
    font-size:  23px;
    color:  #888888;
}

footer ul.contact-info li span[class^="ai-font"] {
    margin-right:  10px;
    vertical-align:  middle;
    font-size: 16px;
}

footer ul.contact-info li span[class^="ai-font-envelope"] {
    font-size: 12px;
}

footer ul.contact-info li:nth-child(2):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 1px;
    background: #fff;
    margin: 0 13px;
}


footer ul.contact-info li a {
    color: inherit;
    outline: none;
    text-decoration: none;
}
    footer ul.contact-info li a:hover {
        color: #33172a;
    }



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

 /** IHF Styles **/

 #ihf-main-container ul.nav-tabs {
    margin-left: 0;
}

#ihf-main-container .chosen-drop ul.chosen-results {
    margin: 0;
    padding: 0;
}

#ihf-main-container #ihf-detail-features-tab > .row {
    margin-left: 0;
    margin-right: 0;
}

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

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

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

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

/* Style post/page main headings (h1) */
#content .entry-title { 
    font-family: 'Prata', serif;
    color: #33172a;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 
    font-family: 'Prata', serif;
    color: #33172a;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-family: 'Prata', serif;
    color: #33172a;
}

/*** Quick search ***/

aside .quicksearch {
    background: #91acbe;
    padding: 30px 10px;
    margin-bottom: 30px;
}

aside .quicksearch .qs-col-sm:nth-child(even) {
    padding-right: 0;
}

aside .quicksearch .qs-label {
    font-size: 30px;
}

aside .quicksearch .qs-col-md {
    width: 100%;
    margin-bottom: 2px;
    padding-right: 0;
}

aside .quicksearch .qs-col-sm {
    width: 50%;
    margin-bottom: 2px;
}

aside .quicksearch .qs-btn-wrap {
    width: 100%;
    padding: 0;
}

aside .cta-wrap a.cta-btn {
    padding: 10px;
    margin-bottom: 60px;
}

aside .cta-wrap {
    margin-top: 80px;
}

aside .cta-wrap .icon-label {
    margin-bottom: 0;
}

aside .cta-wrap .cta-title {
    font-size: 18px;
}

aside .cta-wrap .cta-title h3 {
    margin: 5px;
}

aside .cta-wrap .cta-content p {
    margin: 5px 0;
}

aside .cta-wrap a.dwnld-btn .dwnld-title h2 {
    font-size: 28px;
}

aside .quicksearch .qs-btn-wrap > div:first-child{
    padding-right: 2px;
}

/*** Mobile ***/

.amh-header-buttons .amh-navigation-trigger, 
.amh-header-buttons .amh-header-right-btn {
    color: #91acbe;
}

.amh-header-buttons.amh-1a .amh-center .amh-phone-text, 
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a{
    color: #91acbe;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a{
    background:#347ac2;
}

.amh-navigation .amh-menu li ul a {
    color: #fff!important;
    font-size: 14px;
    background: #91acbe;
}

/* Agents */

.agent-holder .attachment-agent-image {
	/*width:15%;*/
    width: 200px;
}

.agent-holder .agent-contacts {
	width:calc(100% - 200px);
}

/*ihf fixes*/
#ihf-main-container .mc-total-payment-subline {
    color: #666;
}
/*ihf fixes end*/

.page-id-215 #content div.wpcf7-response-output {
    margin: 0;
    text-align: center;
}

.page-id-515 #content .col-md-6 a img, .page-id-530 #content .col-md-6 a img, .page-id-524 #content .col-md-6 a img, .page-id-520 #content .col-md-6 a img {
    margin-right: 10px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    padding: 6px 9px;
}

.grecaptcha-badge {
    z-index: 1000;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */