
/* -============== Interactive map ==============- */

#InteractiveMap {
    position: relative;
    
    display: block;
    width: 695px;
    height: 355px;
    background: url(../interface/map/bg-interactive-map.jpg) no-repeat;
}

.Popup {
    display: none;
    width: 200px;
    /*height: 88px;*/
    padding: 6px 8px;
    background: #ffffff;
    position: absolute;
    z-index: 9999 !important;
    left: -25%;
    bottom: 95%;
    border: 2px solid #cccfd0;
    border-radius: 5px;
    font-size: 11px;
    text-align: left !important;
    line-height: 14px;
    color: #018299;
}

.Popup div {
    text-align: left !important;
}

.Popup.Active {
    display: block;
}

.Popup h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #77b313;
    margin-bottom: 2px;
    padding-right: 20px;
}

.Popup p {
    display: block;
    margin-bottom: 8px !important;
}

.Popup a.Close {
    position: absolute !important;
    top: 9px;
    right: 8px;
    display: block !important;
    position: static;
    width: 7px !important;
    height: 7px !important;
    text-indent: -9999 !important;
    background: url(../interface/map/btn-close.png) no-repeat !important;
}

.Popup a.Details {
    display: inline-block !important;
    position: static;
    width: auto !important;
    height: auto !important;
    padding: 3px 6px;
    text-indent: inherit !important;
    color: #ffffff !important;
    background: none !important;
    background-color: #84B313 !important;
    text-decoration: none !important;
}

.Popup a.Details:hover {
    background-color: #018299 !important;
}

/* Car */

#Car {
    position: absolute;
    top: 233px;
    right: 48px;
    display: block;
    width: 134px;
    height: 75px;
}

#Car a {
    position: relative;
    display: inline-block;
    width: 134px;
    height: 75px;
    background: url(../interface/map/bg-car.png) no-repeat;
    text-indent: -9999px;
}

#Car a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-car.png) no-repeat 0 -75px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Car a:hover span {
    opacity: 1;
}

/* Tree */

#Tree {
    position: absolute;
    top: 87px;
    right: 33px;
    display: block;
    width: 143px;
    height: 128px;
}

#Tree a {
    position: relative;
    display: inline-block;
    width: 143px;
    height: 128px;
    background: url(../interface/map/bg-tree.png) no-repeat;
    text-indent: -9999px;
}

#Tree a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-tree.png) no-repeat 0 -128px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Tree a:hover span {
    opacity: 1;
}

/* House */

#House {
    position: absolute;
    z-index: 15;
    top: 81px;
    right: 191px;
    display: block;
    width: 265px;
    height: 186px;
}

#House a {
    position: relative;
    display: inline-block;
    width: 265px;
    height: 186px;
    background: url(../interface/map/bg-house.png) no-repeat;
    text-indent: -9999px;
}

#House a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-house.png) no-repeat 0 -186px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#House a:hover span {
    opacity: 1;
}

/* Snow */

#Snow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 130px;
    height: 55px;
}

#Snow a {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 55px;
    background: url(../interface/map/bg-snow.png) no-repeat;
    text-indent: -9999px;
}

#Snow a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-snow.png) no-repeat 0 -55px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Snow a:hover span {
    opacity: 1;
}

/* Dog */

#Dog {
    position: absolute;
    z-index: 9999;
    bottom: 51px;
    left: 184px;
    display: block;
    width: 53px;
    height: 50px;
}

#Dog a {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 50px;
    background: url(../interface/map/bg-dog.png) no-repeat;
    text-indent: -9999px;
}

#Dog a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-dog.png) no-repeat 0 -50px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Dog a:hover span {
    opacity: 1;
}

/* Cat */

#Cat {
    position: absolute;
    z-index: 20;
    bottom: 68px;
    right: 224px;
    display: block;
    width: 35px;
    height: 43px;
}

#Cat a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 43px;
    background: url(../interface/map/bg-cat.png) no-repeat;
    text-indent: -9999px;
}

#Cat a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-cat.png) no-repeat 0 -43px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Cat a:hover span {
    opacity: 1;
}

/* Garbage */

#Garbage {
    position: absolute;
    bottom: 63px;
    left: 302px;
    display: block;
    width: 87px;
    height: 50px;
    z-index: 80;
}

#Garbage a {
    position: relative;
    display: inline-block;
    width: 87px;
    height: 61px;
    background: url(../interface/map/bg-garbage.png) no-repeat;
    text-indent: -9999px;
}

#Garbage a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-garbage.png) no-repeat 0 -61px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Garbage a:hover span {
    opacity: 1;
}

/* Shed */

#Shed {
    position: absolute;
    z-index: 1;
    top: 125px;
    left: 50px;
    display: block;
    width: 125px;
    height: 96px;
}

#Shed a {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 96px;
    background: url(../interface/map/bg-shed.png) no-repeat;
    text-indent: -9999px;
}

#Shed a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-shed.png) no-repeat 0 -96px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Shed a:hover span {
    opacity: 1;
}

/* Trailer */

#Trailer {
    position: absolute;
    z-index: 10;
    top: 173px;
    left: 10px;
    display: block;
    width: 101px;
    height: 57px;
}

#Trailer a {
    position: relative;
    display: inline-block;
    width: 101px;
    height: 57px;
    background: url(../interface/map/bg-trailer.png) no-repeat;
    text-indent: -9999px;
}

#Trailer a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-trailer.png) no-repeat 0 -57px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Trailer a:hover span {
    opacity: 1;
}


/* Lawn mower */

#Lawnmower {
    position: absolute;
    z-index: 10;
    top: 174px;
    left: 129px;
    display: block;
    width: 49px;
    height: 53px;
}

#Lawnmower a {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 53px;
    background: url(../interface/map/bg-lawnmower.png) no-repeat;
    text-indent: -9999px;
}

#Lawnmower a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-lawnmower.png) no-repeat 0 -53px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Lawnmower a:hover span {
    opacity: 1;
}

#Lawnmower .Popup {
    right: -90px;
    bottom: 130%;
}


/* Hedge */

#Hedge {
    position: absolute;
    z-index: 70;
    bottom: 64px;
    left: 0px;
    display: block;
    width: 258px;
    height: 63px;
}

#Hedge a {
    position: relative;
    display: inline-block;
    width: 258px;
    height: 63px;
    background: url(../interface/map/bg-hedge.png) no-repeat;
    text-indent: -9999px;
}

#Hedge a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-hedge.png) no-repeat 0 -63px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Hedge a:hover span {
    opacity: 1;
}

#Hedge .Popup {
    left: 10px;
    bottom: 95%;
}

/* Worker */

#Worker {
    position: absolute;
    z-index: 20;
    top: 66px;
    right: 298px;
    display: block;
    width: 48px;
    height: 52px;
}

#Worker a {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 52px;
    background: url(../interface/map/bg-worker.png) no-repeat;
    text-indent: -9999px;
}

#Worker a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-worker.png) no-repeat 0 -52px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Worker a:hover span {
    opacity: 1;
}

/* Pool */

#Pool {
    position: absolute;
    z-index: 5;
    top: 154px;
    right: 155px;
    display: block;
    width: 111px;
    height: 64px;
}

#Pool a {
    position: relative;
    display: inline-block;
    width: 111px;
    height: 64px;
    background: url(../interface/map/bg-pool.png) no-repeat;
    text-indent: -9999px;
}

#Pool a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-pool.png) no-repeat 0 -64px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Pool a:hover span {
    opacity: 1;
}

#Pool .Popup {
    left: 70px;
    bottom: 95%;
}

/* Deck */

#Deck {
    position: absolute;
    z-index: 10;
    top: 178px;
    left: 177px;
    display: block;
    width: 163px;
    height: 65px;
}

#Deck a {
    position: relative;
    display: inline-block;
    width: 163px;
    height: 65px;
    background: url(../interface/map/bg-deck.png) no-repeat;
    text-indent: -9999px;
}

#Deck a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-deck.png) no-repeat 0 -65px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Deck a:hover span {
    opacity: 1;
}

#Deck .Popup {
    left: -130px;
    bottom: 95%;
}

/* Solarium */

#Solarium {
    position: absolute;
    z-index: 50;
    top: 136px;
    left: 239px;
    display: block;
    width: 64px;
    height: 60px;
}

#Solarium a {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 60px;
    background: url(../interface/map/bg-solarium-alt.png) no-repeat;
    text-indent: -9999px;
}

#Solarium a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-solarium-alt.png) no-repeat 0 -60px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Solarium a:hover span {
    opacity: 1;
}

#Solarium .Popup {
    left: -140px;
    bottom: 95%;
}

/* Fence */

#Fence {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    right: 0px;
    display: block;
    width: 224px;
    height: 63px;
}

#Fence a {
    position: relative;
    display: inline-block;
    width: 224px;
    height: 63px;
    background: url(../interface/map/bg-fence.png) no-repeat;
    text-indent: -9999px;
}

#Fence a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-fence.png) no-repeat 0 -63px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Fence a:hover span {
    opacity: 1;
}

#Fence .Popup {
    left: 20px;
    bottom: -155%;
}


/* Sprinkler */

#Sprinkler {
    position: absolute;
    z-index: 3;
    bottom: 135px;
    right: 125px;
    display: block;
    width: 159px;
    height: 45px;
}

#Sprinkler a {
    position: relative;
    display: inline-block;
    width: 159px;
    height: 45px;
    background: url(../interface/map/bg-sprinkler.png) no-repeat;
    text-indent: -9999px;
}

#Sprinkler a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-sprinkler.png) no-repeat 0 -45px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Sprinkler a:hover span {
    opacity: 1;
}

#Sprinkler .Popup {
    left: 90px;
    bottom: 130%;
}

/* Heatpump */

#Heatpump {
    position: absolute;
    z-index: 60;
    bottom: 89px;
    left: 242px;
    display: block;
    width: 47px;
    height: 46px;
}

#Heatpump a {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 46px;
    background: url(../interface/map/bg-heatpump.png) no-repeat;
    text-indent: -9999px;
}

#Heatpump a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-heatpump.png) no-repeat 0 -46px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Heatpump a:hover span {
    opacity: 1;
}

/* Propane */

#Propane {
    position: absolute;
    z-index: 60;
    bottom: 90px;
    left: 274px;
    display: block;
    width: 50px;
    height: 41px;
}

#Propane a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 41px;
    background: url(../interface/map/bg-propane.png) no-repeat;
    text-indent: -9999px;
}

#Propane a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-propane.png) no-repeat 0 -41px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Propane a:hover span {
    opacity: 1;
}

/* Propane */

#Driveway {
    position: absolute;
    z-index: 60;
    bottom: 57px;
    right: 242px;
    display: block;
    width: 143px;
    height: 59px;
}

#Driveway a {
    position: relative;
    display: inline-block;
    width: 143px;
    height: 59px;
    background: url(../interface/map/bg-driveway.png) no-repeat;
    text-indent: -9999px;
}

#Driveway a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-driveway.png) no-repeat 0 -59px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Driveway a:hover span {
    opacity: 1;
}


/* Moufette */

#Moufette {
    position: absolute;
    z-index: 600;
    bottom: 104px;
    right: 537px;
    display: block;
    width: 65px;
    height: 40px;
}

#Moufette a {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 40px;
    background: url(../interface/map/bg-moufette.png) no-repeat;
    text-indent: -9999px;
}

#Moufette a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-moufette.png) no-repeat 0 -37px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}

#Moufette a:hover span {
    opacity: 1;
}

/* Cheminée  ****/
#Cheminee {
    position: absolute;
    z-index: 14;
    bottom: 214px;
    right: 221px;
    display: block;
    width: 65px;
    height: 98px;
   
}
#Cheminee a {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 98px;
    background: url(../interface/map/bg-cheminee-65.png) no-repeat;
    text-indent: -9999px;
}
#Cheminee a span  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../interface/map/bg-cheminee-65.png) no-repeat 0 -110px;  
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
#Cheminee a:hover span {
    opacity: 1;
}

