@charset "utf-8";

#hotspot1, #hotspot2 {
    z-index: 1001;
	display: block;
 	width: 10%;
	height: 10%;
	position: absolute;
    border-radius: 6px;
}

#hotspot1 {
    top: 59%;
    left: 70%;
}

#hotspot2 {
    top:70%;
    left: 70%;
}

#hotspot1:hover, #hotspot2:hover {
    opacity: 0.6;
    background-color: #FFFFFF60;
    border: 1px solid #FFF;
}

.title {
    bottom: 0;
    left: 59%;
    color: #FFF;
}

ul.list li {
    margin-bottom: 12px;
	margin-top: 12px;
    color: #FFF;
}

ul.list li strong {
    color: #333;
    font-weight: normal !important;
}

.bg-white ul.list li {
    list-style-image: url('../images/2_arrow_4.png');
}

.green_bg ul.list li {
    list-style-image: url('../images/2_arrow_w.png');
}

ul.list li a {
    display: block;
}

ul.list li:hover, div.subtitle:hover {
    cursor: pointer;
}

h2 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
