﻿/* ========================== 主版 ========================== */
#fp-nav ul li .fp-tooltip.left {
    color: #999999;
    background-color: white;
    padding: 3px;
    border-radius: 2px;
}

    #fp-nav ul li .fp-tooltip.left::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid black;
        left: -8px;
        top: 7px;
    }

.bgfirst {
    background: -ms-linear-gradient(#ffecd2,#fcb69f);
    background: -webkit-linear-gradient(#ffecd2,#fcb69f);
    background: -o-linear-gradient(#ffecd2,#fcb69f);
    background: -moz-linear-gradient(#ffecd2,#fcb69f);
    background: linear-gradient(to bottom,#ffecd2,#fcb69f);
    height: 100%;
}

    .bgfirst:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        /*background: url("../../image/RealEstateAgent/background.png") center center no-repeat;*/
        background: url("../../image/RealEstateAgent/background2.jpg") center center no-repeat;
        /*background: url("../../image/Main/bg-Building.png") center center no-repeat;*/
        opacity: 1;
        /*background-size: 100%;*/
    }

.bifirst {
    background: url("../../image/RealEstateAgent/buttonicon-190.png") no-repeat;
    width: 190px;
    height: 190px;
}

    .bifirst:hover {
        background: url("../../image/RealEstateAgent/buttonicon-220.png") no-repeat;
        width: 220px;
        height: 220px;
        cursor: pointer;
    }

.bgsecond {
    background: -ms-linear-gradient(#ffc3a0,#ffafbd);
    background: -webkit-linear-gradient(#ffc3a0,#ffafbd);
    background: -o-linear-gradient(#ffc3a0,#ffafbd);
    background: -moz-linear-gradient(#ffc3a0,#ffafbd);
    background: linear-gradient(to bottom,#ffc3a0,#ffafbd);
    height: 100%;
}

    .bgsecond:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        /*background: url("../../image/RealEstateLease/background.png") center center no-repeat;*/
        background: url("../../image/RealEstateLease/background2.jpg") center center no-repeat;
        /*background: url("../../image/Main/bg-Building.png") center center no-repeat;*/
        opacity: 1;
        /*background-size: 100%;*/
    }

.bisecond {
    background: url("../../image/RealEstateLease/buttonicon-190.png") no-repeat;
    width: 190px;
    height: 190px;
}

    .bisecond:hover {
        background: url("../../image/RealEstateLease/buttonicon-220.png") no-repeat;
        width: 220px;
        height: 220px;
        cursor: pointer;
    }

.bgthird {
    background: -ms-linear-gradient(#ff9a9e,#fecfef);
    background: -webkit-linear-gradient(#ff9a9e,#fecfef);
    background: -o-linear-gradient(#ff9a9e,#fecfef);
    background: -moz-linear-gradient(#ff9a9e,#fecfef);
    background: linear-gradient(to bottom,#ff9a9e,#fecfef);
    height: 100%;
}

    .bgthird:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        /*ackground: url("../../image/Foreclosure/background.png") center center no-repeat;*/
        background: url("../../image/Foreclosure/background2.jpg") center center no-repeat;
        opacity: 1;
        /*background-size: 100%;*/
    }

.bithird {
    background: url("../../image/Foreclosure/buttonicon-190.png") no-repeat;
    width: 190px;
    height: 190px;
}

    .bithird:hover {
        background: url("../../image/Foreclosure/buttonicon-220.png") no-repeat;
        width: 220px;
        height: 220px;
        cursor: pointer;
    }


.bgfourth {
    /*background: -ms-linear-gradient(#ff9a9e,#fecfef);
    background: -webkit-linear-gradient(#ff9a9e,#fecfef);
    background: -o-linear-gradient(#ff9a9e,#fecfef);
    background: -moz-linear-gradient(#ff9a9e,#fecfef);
    background: linear-gradient(to bottom,#ff9a9e,#fecfef);*/
    height: 100%;
}

    .bgfourth:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        background: url("../../image/Main/footer/background.jpg") center center no-repeat;
        /*background-size: 100%;*/
        /*filter: grayscale(87%);*/
    }

.bifourth {
    background: url("../../image/Main/footer/logo.png") no-repeat;
    width: 190px;
    height: 190px;
    background-size: 100%;
}

    .bifourth:hover {
        width: 220px;
        height: 220px;
        /*cursor: pointer;*/
    }

/*.bgfooter > table {
    font-size: 16px;
    color: #E3C23A;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    line-height: 30px;
    white-space: nowrap;
}*/

.bgfooterlogo img {
    width: 300px;
}

/*.statement {
    padding: 0px 29px 0px 29px;
}*/
/* ========================== 主版 ========================== */
