/* #block-goSituation {
	background: rgba(135,140,67,.3);
    border: 1px solid #878c43;
    color: #878c43;
    font-size: 13px;
	text-align: center;
}*/


#block-goSituation {
	display: none;
  top: 260px;
    left: 0px;
    position: fixed;
    background: #e8e7e5;
    border-radius: 0 10px 10px 0;
    padding: 10px 9px 10px 7px;
    width: 120px;
    z-index: 9999;
    box-shadow: -15px 11px 15px -4px rgba(0,0,0,.15), -6px 6px 6px -5px rgba(0,0,0,.2);
}
#block-goSituation img {
  border-radius: 6px;
}
#block-goSituation i {
    color: #924394;
    font-size: 40px;
    /* text-shadow: 1px 1px 0px rgba(0,0,0,.8); */
    position: absolute;
    right: 67px;
    top: 46px;
}
@media (min-width:1200px){
	#block-goSituation {
		display: block;
	}
}
.goSituation {
    background: #b9a4b4;
    border: none;
    padding: 6px 0;
    margin: 0;
    border-radius: 6px;
    color: #fff;
    margin-top: 10px;
}
.goSituation:hover {
  background: #ba72a9;
}
.goSituation img {
	width: 100%;
}