/* codeDESIGN - custom_code_playable_places.css */@charset "utf-8";/* CUSTOM CODE PLAYABLE PLACES */div.custom_code_playable_places [class^="col-"],div.custom_code_playable_places [class*=" col-"] {	}div.custom_code_playable_places div.playable_places {	background: #141414;	border-right: 5px solid #2c2b29;	margin: 0px 0px 20px 0px;	padding: 20px 20px 20px 20px;	position: relative;}div.custom_code_playable_places div.playable_places:before {  content: "";  position: absolute;  left: 0;  top: -5px;  height: 5px;  width: calc(100% - 20px);  border-top: 5px solid #74a21c;}div.custom_code_playable_places div.playable_places:after {  content: "";  position: absolute;  left: -5px;  top: -5px;  height: calc(100% - 20px);  width: 5px;  border-left: 5px solid #74a21c;}@media only screen and (max-width: 991px) {	div.custom_code_playable_places {		background: #2c2b29;		margin: 0px 0px 0px 0px;		padding: 10px 5px 10px 5px;	}	div.custom_code_playable_places div.playable_places {		background: #141414;		border-right: 0px solid #2c2b29;		margin: 0px 0px 20px 0px;		padding: 10px 20px 10px 20px;		position: relative;	}	div.custom_code_playable_places div.playable_places:before, 	div.custom_code_playable_places div.playable_places:after {		display: none;	}}div.custom_code_playable_places_subpages {	background: #141414;	padding: 20px 10px 20px 10px;}div.custom_code_playable_places_content_top {	margin: 0px 0px 20px 0px;	padding: 0px 0px 0px 0px;}div.custom_code_playable_places_content_bottom {	margin: 0px 0px 20px 0px;	padding: 0px 0px 0px 0px;}div.playable_place_item {	margin: 0px 0px 10px 0px;	padding: 0px 0px 0px 0px;}div.playable_place_item:last-of-type {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}div.playable_place_item div.playable_place_item_wording span {	font: normal 14px/14px 'Myriad Pro Bold','Helvetica Neue',Helvetica,Arial,sans-serif !important;	text-transform: uppercase;}div.playable_place_item_icon, div.legend_item_icon {	background: #74a21c;		width: 28px;	height: 28px;	margin: 0px 0px 0px 15px;	padding: 0px 0px 0px 0px;	-webkit-border-radius: 100%;	-moz-border-radius: 100%;	border-radius: 100%;	text-align: center;	position: relative;}div.playable_place_item_icon_1, div.legend_item_icon_1 {	background: #74a21c;	}div.playable_place_item_icon_2, div.legend_item_icon_2 {	background: #f89406;	}div.playable_place_item_icon_0, div.legend_item_icon_0 {	background: #B8292F;	}div.playable_place_item_icon i, div.legend_item_icon i {	position: absolute;	z-index: 99;	font-size: 14px;}div.playable_place_item_icon_1 i, div.legend_item_icon_1 i {	top: 7px;	left: 8px;}div.playable_place_item_icon_2 i, div.legend_item_icon_2 i {	top: 6px;	left: 6px;}div.playable_place_item_icon_0 i, div.legend_item_icon_0 i {	top: 6px;	left: 6px;	font-size: 16px;}/* CUSTOM CODE PLAYABLE PLACES LEGEND */div.playable_places_legend_ {	-webkit-transform: scale(1.0);	-ms-transform: scale(1.0); 	transform: scale(0.0);}div.legend_item {	margin: 0px 0px 10px 0px;	padding: 0px 0px 0px 0px;}div.legend_item:last-of-type {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}div.legend_item_icon {		width: 28px;	height: 28px;	margin: 0px 15px 0px 0px;	padding: 0px 0px 0px 0px;	-webkit-border-radius: 100%;	-moz-border-radius: 100%;	border-radius: 100%;	text-align: center;	position: relative;}