				/******* THIS BLOCK RESPONSABLE FOR ADDS ON TOP OF THE PAGE  ********/

					#top-game-pablished div {
						
						z-index: 0 !important;
						background-color:  !important;
						width: 30em !important;
						position: relative;
						display: block;
						border-style: solid !important;
  						border-color: 282828 !important;
  						border: 5px !important;
  						border-radius: 25px !important;
					}	
						#top-game-pablished img {

							display: block;
							width: 7em;
							height: 7em;
							text-align: right !important;
							padding: 1em 1em 0em 0em !important;
							margin-left: 1em !important;
							: 5% !important;

							margin: 0 auto 1.75em auto;
							
						}
						#top-game-pablished p  {
							
							align-self: left !important;
							color: #fff;
							
							
						}
						#top-game-pablished b {
							color: yellow !important;
							display: block;
							color: #fff;
							
							
						}


						/* Mobile */

					@media screen and (max-width: 736px) {

						/* Basic */
						#top-game-pablished div {
						
						z-index: 0 !important;

						background-color: #282828 !important;
						width: 23.5em !important;
						display: block;
						
						border-style: solid !important;
  						border-color: 282828 !important;
  						border-radius: 25px !important;
					}	
							#top-game-pablished img {

							display: block;
							width: 5em;
							height: 5em;

							text-align: right !important;
							margin-left: 0.75em !important;
							: 5% !important;

							margin: 0 auto 1.75em auto;
							
						}

					}

				/*******  THIS BLOCK RESPONSABLE FOR ADDS ON TOP OF THE PAGE  ********/			

					.email {
						font-size: 25px;
						color: #666666;
						text-decoration: none !important;
					}
					/* Popup container - can be anything you want */
					.my_photo_popup_big {
						width: 35%;
						margin-right: 15px;
						margin-top: 10px;
						padding-left: 15px;
						padding-bottom: 15px;
						
					}
					.my_photo_popup_text {
						text-align: left;
						font-size: 90% !important;
					    line-height: 99% !important;
					}
					.popuptitle{
						font-size: 120% !important;
						margin-top:  1em !important;
						margin-bottom: 1em !important;
						
					}
					.popup_small {
						width: 50%;
					}D
					.popup_big{
						width: 45%;
						margin-top: 10px;
						margin-bottom: 10px;
					}
					.popup {
					    position: relative;
					    display: inline-block;
					    cursor: pointer;
					    -webkit-user-select: none;
					    -moz-user-select: none;
					    -ms-user-select: none;
					    user-select: none;
					}
					.popup_video {
						height: 150px;
					}
					.bottom_copyright {
						font-size: 10px;
						color: #666666;
					}
					/* The actual popup */
					.popup .popuptext {
						overflow-wrap: scroll;
						overflow-x: scroll;
						overflow-y: scroll;
						position: absolute;
						border: 1px solid;
					    padding: 10px;
					    box-shadow: 5px 5px #ccc;
					    visibility: hidden;
					    width: 95%;
					    background-color: #fff;
					    color: #333333;
					    text-align: center;
					    line-height: 99%;
					    border: solid 1px #999999;
					    border-radius: 0px;
					    padding-top: 2%;
					    padding-bottom: 2%;
					    padding-right: 2%;
					    padding-left: 2%;
					    position: fixed;
					    z-index: 1;
					    top: 10%;
					    left: 2.54%;
					    margin-left: -0%;
					}
					/* Toggle this class - hide and show the popup */
					.popup .show {
					    visibility: visible;
					    -webkit-animation: fadeIn 1s;
					    animation: fadeIn 1s;
					}
					/* Add animation (fade in the popup) */
					@-webkit-keyframes fadeIn {
					    from {opacity: 2;} 
					    to {opacity: 2;}
					}
					@keyframes fadeIn {
					    from {opacity: 2;}
					    to {opacity: 2 ;}
					}

