
.home{
	display: inline-block; 
	position: absolute;
	right: 27px;
	bottom: 17px;
	text-align: center;
	text-decoration: none;
	color: #545758;
	font-size: 1.2em;
}

.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
}
img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}
.act_content,p {
  font-family: Arial, Helvetica, sans-serif !important;
}
.btn-hover:hover{
	opacity: 0.9;
	cursor: pointer;
	-ms-transform: scale(1.1); /* IE 9 */
   	-webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.content{
	width: 1245px;
	height: 605px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	position: absolute;
}
.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
}
div[data-sg-id='item-popup']{
	border-radius: 15px;
	/*box-shadow: 5px 5px 15px 0px black;	*/
}
.tabsCon{
	height: 657px;
	background-repeat: no-repeat;
	background-position: center center;
}
.activity_tag .subtitle{
	text-transform: uppercase;
}
a.menu-home{
	position: absolute;
	right: 24px;
	bottom: 21px;
	background-image: url(../img/return_menu.png) ;
	background-repeat: no-repeat;
	display: block;
	width: 83px;
	height: 112px;
	background-color: white;
	border-top-left-radius: 21px;
}