/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

html {
    overflow-y: scroll;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
    height: 100%;
}

/* Fonts 
    font-family: Futura;
    font-family: Aviano;
    font-family: Helvetica, Arial, sans-serif;
*/


/*
From Fonts.com :
font-family:'Aviano Sans W00 Regular';
font-family:'Museo Sans W01_100';
font-family:'MuseoSansW01-100Italic';
font-family:'Museo Sans W01_300';
font-family:'MuseoSansW01-300Italic';
font-family:'Museo Sans W01_500';
font-family:'MuseoSansW01-500Italic';
font-family:'Museo Sans W01_700';
font-family:'MuseoSansW01-700Italic';
font-family:'Museo Sans W01_900';
font-family:'MuseoSansW01-900Italic';
font-family:'Futura LT W01 Light';
font-family:'Futura LT W01 Light Oblique';
font-family:'Futura LT W01 Book';
font-family:'Futura LT W01 Book Oblique';
font-family:'Futura LT W01 Medium';
font-family:'Futura LT W01 Medium Oblique';
font-family:'Futura LT W01 Bold';
font-family:'Futura LT W01 Bold Oblique';
font-family:'Futura LT W01 Extra Bold';
font-family:'Futura LT W01 Extra Bold Obl';
font-family:'Futura LT W01 Heavy';
font-family:'Futura LT W01 Heavy Oblique';
font-family:'Futura LT W01 Light Condensed';
font-family:'Futura LT W01 Light Cond Obl';
font-family:'Futura LT W01 Medium Condensed';
font-family:'Futura LT W01 Medium Cond Obl';
font-family:'Futura LT W01 Bold Condensed';
font-family:'Futura LT W01 Bold Cond Obl';
font-family:'Futura LT W01 X Bold Condensed';
font-family:'Futura LT W01 X Bold Cond Obl';
font-family:'Futura W01 Display';
font-family:'Futura W01 Black';

font-family:'Aviano Sans W00 Regular';
font-family:'Aviano Sans W00 Thin';
font-family:'Aviano Sans W00 Light';
font-family:'Aviano Sans W00 Bold';
font-family:'Aviano Sans W00 Black';
*/

@font-face {
    font-family: Aviano;
    src: url(/includes/public/fonts/Aviano.ttf);
}


/* Foundation Override */
.row{
    max-width: 77rem;
}


body{
    background-color: #fff;
    font-family: Helvetica;
}

h1{
    font-size: 36px;
    margin-bottom: 10px;    
}

h1, h2{
    font-size: 36px;
    font-family: Aviano;
    color: #00508c;
    margin-bottom: 20px;
}

h3,h4,h5,h6{
    font-family: Aviano;
    color: #00508c;
}


body.home h1{   
    font-size: 44px;
    font-family: 'Aviano';
    color: #00508c;
    margin-bottom: 20px;
    text-transform: uppercase;
}

ul{
    list-style-type: none;
}

p{
    color: #562f14;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

a{
    color: #23b2c2;
}


body.home .content .left-side p{
    font-size: 18px;
}

        .content .main h2{
            color: #00508c;
            width: 100%;
            text-align: center;
            font-family: 'Aviano';
            font-size: 42px;
            letter-spacing: 1px;
            line-height: 1em;
        }
    .content .right-side {
        text-align: center;
    }


.interior .content{
    margin-bottom: 50px;
}
    .interior .content .main{
        padding-top: 20px;
    }
    
    
    .interior .content .left-side{
        padding-top: 20px;
        padding-right: 0px;
    }


.interior .side-bar-widgets{}
.interior .side-bar-widgets .sidebar-widget{
    margin: 0px 0px 40px 0px;
}   

@media only screen and (max-width: 40.063em){
    .bottom-section .header-items .main-logo {
        width: 160px;
        position: relative;
        top: 5px;
    }
}

@media only screen and (max-width: 64em) { 
    .content-section{
        margin-bottom: 35px;
    }

    .interior .content .main{
        margin-bottom: 20px;
    }

    .content .main .main-content{
        padding-left: 0px;
        padding-right: 0px;
    }   

    .content .main .main-content.main-interior{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    } 

    .content .left-side {
        margin-bottom: 15px;
    }
    .content .right-side {
        
    }

    .interior .side-bar-widgets{
        text-align: center;
    }
        .interior .side-bar-widgets .sidebar-widget{
            display: inline-block;
            text-align: center;
            margin: auto;
            width: 45%;
            vertical-align: top;

        }   



}

@media only screen and (max-width: 40.063em){

    h1{
        font-size: 1.5em;
    }

    .content .main .header {
        margin-bottom: 20px;
    }

        .content .main .header h2{
            font-size: 23px;
        }



        .interior .content .left-side {
            padding: 0px;

        }

        .interior .side-bar-widgets .sidebar-widget{
            display: block;
            text-align: center;
            margin: auto;
            width: 100%;
            margin-top: 40px;

        }   

            .interior .side-bar-widgets .sidebar-widget .sidebar-img{
                width: 100%;
            }

}

/* Header Styles */
.header-wrapper {}

    .header-wrapper .top-section{
        background-color: #00508c;
    }

.header-wrapper .bottom-section{
    margin-bottom: 50px;
}
    .header-wrapper .bottom-section .header-items{
        margin-top: 18px;
        margin-bottom: 34px;
    }
        
        .header-wrapper .bottom-section .header-items > div{
            display: inline-block;
        }   

        .header-wrapper .bottom-section .header-items .main-logo{
            margin-left: 10px;
            z-index: 11;
        }

        .header-wrapper .bottom-section .header-items .right-side{
            float: right;
            margin-top: 22px;
        }

        .header-wrapper .bottom-section .header-items .right-side > div{
            display: inline-block;
        }
    



/*Interior OverRides */
body.interior .header-wrapper .bottom-section {
    margin-bottom: 0px;
    border-bottom: 10px solid #23b2c2;
}


body.interior .header-wrapper .bottom-section .header-items {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 80em) { 
    .bottom-section .header-items .main-logo {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 64em) { 
    .header-wrapper .top-section{
        display: none;
    }

    .header-wrapper .bottom-section .header-items{
        margin-top: 10px;
        margin-bottom: 15px;
    }
        .header-wrapper .bottom-section .header-items .right-side{
            display: none;
        }

    .bottom-section {
        margin-bottom: 30px;
    }

        .bottom-section .header-items .main-logo {
            margin-left: 0px;
        }

    body.interior .bottom-section .header-items {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    body.interior .header-wrapper .bottom-section {
        margin-bottom: 0px;
        border-bottom: 6px solid #23b2c2;
    }


}

/* Footer Styles */
footer.footer-section{
    background-color: #fff;
}

    footer.footer-section .footer-wrapper{
        background: url("/includes/public/assets/images/footer/footer-top.png");
        min-height: 38px;
        width: 100%;
        background-repeat: repeat-x;
        padding-top: 80px;
    }

        footer.footer-section .footer-wrapper .footer{
            
        }
        .footer .footer-top{
            margin-bottom: 20px;
        }

            .footer .footer-top .footer-left{
                
            }
                .footer .footer-top .footer-left .pbi-footer-logo{
                    display: inline-block;
                }
                .footer .footer-top .footer-left .footer-info{
                    display: inline-block;
                    position: relative;
                    top: 12px;
                    margin-left: 10px;
                    font-size: 11px;
                    color: #562f14;
                }
            .footer .footer-top .footer-middle{
                
            }
            .footer .footer-top .footer-middle ul.social li.item{
                display: inline-block;
                text-align: center;
                padding-right: 20px;
            }

            .footer .footer-top .footer-right{

            }
            .footer .footer-top .footer-right .translate{
                color: #a6a8ab;
                position: relative;
                padding-bottom: 5px;
                height: 40px;
            }
                .footer .footer-top .footer-right .translate .translate-select{
                    width: 56%;
                    height: 32px;
                    padding: 0px;
                    padding-left: 5px;
                    color: #a6a8ab;
                    border: 1px solid #e4e4e4;
                    font-size: 14px;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    padding: 2px 30px 2px 5px;
                    background: transparent;

                }

                .footer .footer-top .footer-right .translate .translate-select::-ms-expand {
                    display: none;
                }

                .footer .footer-top .footer-right .translate .translate-select option{
                }
                .footer .footer-top .footer-right .translate i.fa{
                    position: absolute;
                    left: 50%;
                    top: 7px;

                }

            .footer .footer-top .footer-right .footer-nav-wrapper{}
                .footer .footer-top .footer-right .footer-nav-wrapper .footer-nav{
                    margin: 0px;

                }
                    .footer .footer-top .footer-right .footer-nav-wrapper ul.footer-nav li{
                        display: inline-block;
                        font-size: 11px;
                        color: #562f14;
                    }


                    .footer .footer-top .footer-right .footer-nav-wrapper ul.footer-nav li.nav-item{
                        
                    }

                        .footer .footer-top .footer-right .footer-nav-wrapper ul.footer-nav li.nav-item a{
                            font-size: 11px;
                            color: #562f14;     
                        }


        .footer .footer-bottom{
            margin-bottom: 40px;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

            .footer .footer-bottom .copy-wright{
                float: left;
                font-size: 11px;
                color: #562f14; 
            }

            .footer .footer-bottom .simpleview{
                float: right;
                position: relative;
                bottom: 7px;
            }
            .footer .footer-bottom .simpleview .simpleview-img{
                
            }




@media only screen and (max-width: 64em) { 
    footer.footer-section{
        text-align: center;
    }
        .footer{}
            .footer .footer-top{
                margin-bottom: 30px;
            }
                .footer .footer-top .footer-left{
                    margin-bottom: 20px;
                }
                    .footer .footer-top .footer-left .pbi-footer-logo{
                        display: block;
                    }

                .footer .footer-top .footer-middle{
                    margin-bottom: 25px;
                }
                
                .footer .footer-top .footer-right .translate{
                    width: 30%;
                    margin: auto;
                }
                
                    .footer .footer-top .footer-right .translate .translate-select{
                        width: 100%;
                    }

                    .footer .footer-top .footer-right .translate i.fa {
                        position: absolute;
                        top: 7px;
                        right: 4%;
                        left: inherit;
                    }

                .footer .footer-top .footer-right .footer-nav-wrapper {
                    margin-top: 20px;
                }

}

@media only screen and (max-width: 40.063em){
    .footer .footer-top {
        margin-bottom: 15px;
    }
        .footer .footer-top .footer-right .translate{
            width: 70%;
            margin: auto;
        }
    .footer .footer-top .footer-right .footer-nav-wrapper .footer-nav{}
    .footer .footer-top .footer-right .footer-nav-wrapper .footer-nav li.nav-break{
        display: none;
    }
    .footer .footer-top .footer-right .footer-nav-wrapper .footer-nav li.nav-item{
        display: block;
        margin-bottom: 15px;
    }
    .footer .footer-bottom{
        text-align: center;
    }
        .footer .footer-bottom .copy-wright{
            float: none;
            margin: auto;
            width: 75%;
            margin-bottom: 20px;
        }
        .footer .footer-bottom .simpleview{
            float: none;
            margin: auto;
            border: 0px;    
        }
}

/* Home widgets panel */
.home-widgets-section{}
    .home-widgets-section .home-widgets-wrapper{
        background: url("/includes/public/assets/images/content/wood-ptn.png");
        padding: 70px 0px 50px;
        margin-top: 100px;
    }
    .home-widgets-section .home-widgets-wrapper .home-widgets{
        padding: 0px 20px;
    }
        .home-widgets-section .home-widgets-wrapper .home-widgets .home-widget{
            text-align: center;     
        }

@media only screen and (max-width: 64em) { 
    .home-widgets-section .home-widgets-wrapper .home-widgets .widget-right{ 
        display: none;
    }
}

@media only screen and (max-width: 40.063em){
    .home-widgets-section .home-widgets-wrapper {
        padding: 40px 0px 10px;
    }
    .home-widgets-section .home-widgets-wrapper .home-widgets .home-widget{
        margin-bottom: 40px;
    }
}

@media print {
    h1, h2 {
        margin: 0;
        font-size: 30px ;
    }
    p {
        margin: 0;
        padding: 0;
    }
    .interior .content .main {
        padding: 0;
    }
    .shared-items .shared-items-wrapper ul.items li.item .item-content {
        max-width: 205px;
        height: 290px;
    }
    .item .item-content .item-header {
        padding: 0;
        margin: 0;
    }
    img {
        margin: 0;
        padding: 0;
    }
    .item .item-content .item-header h5,
    .item .item-content .item-header h5 a {
        text-decoration: none !important;
        font-size: 16px !important;
        line-height: 16px !important;
        margin: 0;
        padding: 0;
    }
    .item .item-content .item-header h5 a {
        display: block;
    }
    .item .item-content .item-header {
        margin: 0;
        padding: 0;
    }
    .custom_imagebox {
        margin: 0 !important;
    }
    .shared-items .shared-items-wrapper ul.items li.item .item-data {
        margin: 0;
        padding: 0;
    }
    li.item .item-data,
    li.item .description p a,
    li.item .item-data a {
        text-decoration: none !important;
        margin: 0;
        padding: 0;
    }
    a::after { display: none; }
    .shared-items .shared-items-wrapper ul.items li.item .item-image-wrapper {
        padding: 0;
    }
    .interior .content-wrapper .content .left-side,
    .shared-detail {
        margin: 0;
        padding: 0;
    }
    .navSide,
    .quick-link-wrapper,
    .slideshow_container,
    .header-section .top-section,
    .addthis-wrapper,
    .header-section .mobile-nav-wrapper,
    .header-section .weather-wrapper,
    .header-wrapper .bottom-section .header-items .right-side,
    .listings .pager,
    .listings .listingFilterContainer,
    .home-widgets-wrapper,
    .footer_container {
        display: none;
    }
}