/* page layout styles */

/* demo */
.container {
    background: url(../images/map.png) no-repeat scroll center top transparent;
    color: #000000;
    height: 320px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.dialog {
    background-color: rgba(163, 154, 77, 0.9);
    color: #4c2912;
    display: none;
    height: 140px;
    left: 195px;
    line-height: 25px;
    padding: 70px 5px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 280px;
    z-index: 10;

    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    -webkit-border-radius: 170px;
    border-radius: 170px;
}
.dialog p{
	margin:auto;
}
.dialog .close {
     background-color: #65683b;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 40px;
    top: 15px;
    width: 36px;
	color: #fff;

    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.labels p {
    display: none;
	    height: 20px;
    width: 16px;    

}
.labels a {
    color: #FFF;
    display: none;
    height: 20px;
    width: 16px;    
    position: absolute !important;
    text-align: center;
    text-decoration: none;


    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.labels > a {
    color: #FFF;   
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 20px;
    width: 16px;    
}
.labels a:hover {
    
}
.labels a span {
	    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid rgba(255, 65, 65, 1);
	border-radius:50%;
  	top:19px;
    left: 30px;
	height: 20px;
	width: 16px;    
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover span {
    border-top: 15px solid rgba(255, 0, 0, 1);
}
#label1 {
    left: 322px;
    top: 135px;
}
#label2 {
    left: 360Px;
    top: 145px;
}
#label3 {
    left: 388px;
    top: 140px;
}
#label4 {
    left: 410Px;
    top: 175px;
}
#label5 {
    left: 420px;
    top: 182px;
}

#label6 {
    left: 275px;
    top: 30px;
}