/*.rhapsodeHotpoints {
	background: #999;
  border: 2px solid blue;
}*/


.rhapsodeHotpoints {
    background-image: url(block2.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  	padding-bottom: 160px;
}

.rhapsodeHotpoints-title {
	font-size: 24px;
    line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	margin: 138px 0 18px;
}

	.rhapsodeHotpoints-title span {
		font-weight: 700; 
		text-transform: capitalize;
	}

		.sup {
    		font-size: 0.7em;
			vertical-align: top;
    		/*font-variant: small-caps;
    		position: relative;
    		bottom: 1em;*/
		}


.rhapsodeHotpoints-content {
	position: relative;
}		

	.rhapsodeHotpoints-content img {
		width: 100%;
		height: 100%;
	}


.rhapsodeHotpoints-benefit {
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: red;
	border-radius: 15px;	
  animation: radial-pulse 1.8s infinite;
  cursor: pointer;
}

	.rhapsodeHotpoints-benefit:hover {
			opacity: 0.8;
	}

@-webkit-keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px #ee2d3c;
  }
 
  50% {
    box-shadow: 0 0 0 15px #ee2d3c;
	opacity: 0.5;
  }	
	
  100% {
    box-shadow: 0 0 0 0px #ee2d3c;
  }  
}


.rhapsodeHotpoints-message {
	margin: 30px 0 0 0;
  text-align: center;
  min-height: 120px;
  padding-bottom: 60px;
}

.rhapsodeHotpoints-message-item {
	display: none;
}
.rhapsodeHotpoints-message-item.active {
	display: block;
}

@media screen and (max-width: 1200px) {	
	
}


/*.rhapsodeHeatmap {
	min-height: 500px;
  border: 2px solid red;
}


.rhapsodeHeatmap {
	box-shadow: 0 20px 25px 0 inset rgba(0,0,0,0.35);	
	background-color: #e1e0da;
}

.rhapsodeHeatmap-title {
	font-size: 30px;
	line-height: 1;
	margin: 82px 0;
	color: #000;
  text-transform: uppercase;
}

	.rhapsodeHeatmap-title span {
		vertical-align: top;
		font-size: 0.5em;	
	}

	.rhapsodeHeatmap-title>div {
  		font-weight: 700;
  		font-size: 75px;
	}


.rhapsodeHeatmap-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rhapsodeHeatmap-item {
	padding: 0 20px 0 28px;
	margin-bottom: 40px;
  background-image: url(images/checkbox-icon.png);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  background-size: 16px auto;
}*/

