.masterwrapper .wrapper{
    width: 137px;	
}

.related_games_top .wrapper {
    position: relative;
}

.related_games_top li {
    display: block;
    position: relative;
    z-index: 1;
    width: 137px;
    height: 137px;
    padding: 10px;
    float: left;
}


.related_games_top .game .imgGameIcon_top {
    width: 137px;
    height: 137px;
    border: solid 5px #eee;
    object-fit: cover;
}

@font-face {
    font-family: 'PrettyFont';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/qs_6LdoYjCitupC9judWT-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
    font-family: 'PrettyFont';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/dI-qzxlKVQA6TUC5RKSb37O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

.related_games_top .description_top {
    position: absolute;
    bottom: 9px;
    left: 5px;
    display: none;
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .7);
    font-size: 15px;
    color: white;
    width: 137px;
}

.related_games_top .description_content {
    padding: 10px;
    font-style: normal;
    color: #f9d327;
    text-shadow: 1px 1px 1px #000;
    font-family: "PrettyFont";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16.2px;
    word-wrap: break-word;
}

.votePerc_top {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #01a200;
    color: #fff;
    padding: 1px;
    border-radius: 0 0 0 3px;
    padding: 3px 5px 1px 7px;
    display: none;
}

.slick-prev {
    left: -20px !important;
	z-index: 1;
   }
.slick-next {
    right: -17px !important;
    
}

.slick-prev::before {
  content: "<";
}
.slick-next::before {
  content: ">";
}

.slick-prev::before, .slick-next::before {
  font-family: FontAwesome;
}
.slick-prev::before {
  /* fa-arrow-circle-left */
  content: "\f0a8";
}
.slick-next::before {
  /* fa-arrow-circle-right */
  content: "\f0a9";
  }
  
 .related_games_top{
	margin-left: 15px;
	margin-right: 25px;
 }
 
 .masterwrapper .wrapper{
    width: 100px;	
}

.related_games_bottom .wrapper {
    position: relative;
}

.related_games_bottom li {
    display: block;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    padding: 10px;
    float: left;
}


.related_games_bottom .game .imgGameIcon {
    width: 100px;
    height: 100px;
    border: solid 5px #eee;
    object-fit: cover;
}

@font-face {
    font-family: 'PrettyFont';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/qs_6LdoYjCitupC9judWT-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
    font-family: 'PrettyFont';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(https://themes.googleusercontent.com/static/fonts/oswald/v7/dI-qzxlKVQA6TUC5RKSb37O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

.related_games_bottom .description {
    position: absolute;
    bottom: 9px;
    left: 5px;
    display: none;
    background: rgb(25, 25, 25);
    background: rgba(25, 25, 25, .7);
    font-size: 15px;
    color: white;
    width: 100px;
}

.related_games_bottom .description_content {
    padding: 10px;
    font-style: normal;
    color: #f9d327;
    text-shadow: 1px 1px 1px #000;
    font-family: "PrettyFont";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12.2px;
    word-wrap: break-word;
}

.votePerc {
    position: absolute;
    right: -5px;
    top: 5px;
    background-color: #01a200;
    color: #fff;
    padding: 1px;
    border-radius: 0 0 0 3px;
    padding: 3px 5px 1px 7px;
    display: none;
}

.slick-prev {
    left: -20px !important;
	z-index: 1;
   }
.slick-next {
    right: -17px !important;
    
}

.slick-prev::before {
  content: "<";
}
.slick-next::before {
  content: ">";
}

.slick-prev::before, .slick-next::before {
  font-family: FontAwesome;
}
.slick-prev::before {
  /* fa-arrow-circle-left */
  content: "\f0a8";
}
.slick-next::before {
  /* fa-arrow-circle-right */
  content: "\f0a9";
  }
  
 .related_games_bottom{
	margin-left: 20px;
	margin-right: 20px;
 }
 
 .related_games_bottom_wrapper{
	 background: rgb(152, 188, 224);
	visibility: hidden;
 }
 
 
 #missing_flash_container.visible{
		display:block;
		}
		#missing_flash_container.hidden{
		display:none;
		}
		
		.missing_flash_screen {
			background: #98bce0;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			text-shadow: 1px 1px 3px #666666;
			color: #ffffff;
			font-size: 20px;
			font-weight: bold;
			padding: 20px 10px 20px 10px;
			text-decoration: none;
			border: solid #cee4fb 3px;
			text-transform: uppercase;
			display: block;
			margin: 0 auto;
		}
		
		#missing_flash_btn {
			background: #43394e;
			background: linear-gradient(to bottom, #43394e 0%, #141415 100%);
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			text-shadow: 1px 1px 3px #666666;
			color: #ffffff;
			font-size: 20px;
			font-weight: bold;
			padding: 20px 10px 20px 10px;
			text-decoration: none;
			border: solid #000000 3px;
			text-transform: uppercase;
			display: block;
			max-width: 370px;
			margin: 0 auto;
		}

		#missing_flash_btn:hover {
			background: #5d5664;
			background-image: linear-gradient(to bottom, #141415, #43394e);
			text-decoration: none;
		}

		#missing_flash_overlay {
			display: none;
			position: fixed;
			z-index: 15;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0, 0, 0);
			background-color: rgba(0, 0, 0, 0.6);
		}

		#allow-modal {
			background-color: #fefefe;
			padding: 30px 20px 20px 20px;
			border: solid #414446;
			border-width: 1px 1px 0 1px;
			width: 500px;
			line-height: 30px;
		}

		#allow-modal.chrome {
			margin-top: 160px;
			margin-left: 109px;
		}

		#allow-modal.edge {
			margin-top: 160px;
			margin-right: 29px;
			float: right;
		}

		#missing_flash_site_title_bottom {
			background: linear-gradient(to bottom, #ffc700 0%, #ffc700 100%);
			width: 500px;
			line-height: 30px;
			color: #49637e;
			padding: 10px 20px;
			text-align: right;
			font-weight: bold;
			margin-left: -20px;
			margin-bottom: -20px;
		}

		#chrome-flash-message {
			display: none;
		}

		#edge-flash-message {
			display: none;
		}

		#missing_flash_arrow.chrome {
			float: left;
			position: relative;
			top: 119px;
			left: 355px;
		}

		#missing_flash_arrow.chrome.chrome58 {
			float: left;
			position: relative;
			top: 119px;
			left: 280px;
		}

		#missing_flash_arrow.chrome.chrome62 {
			float: left;
			position: relative;
			top: 113px;
			left: 262px;
		}

		#missing_flash_arrow.edge {
			float: right;
			position: relative;
			top: 129px;
			right: 155px;
		}
#allow-modal strong {
    font-size: 24px;
    font-weight: bold;
}

#allow-modal .small {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 12px;
}

#exit-modal {
    display: none;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

#exit-container {
    width: 750px;
    padding: 30px 30px 30px 30px;
    background-color: #eeefef;
    margin: 100px auto 0 auto;
    -webkit-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 7px -3px rgba(0, 0, 0, 0.75);
    line-height: 20px;
    text-align: center;
}

#exit-container .tile a {
    box-shadow: none;
}

#exit-container h4 {
    font-size: 24px;
}

#exit-container .image-container {
    margin-right: 15px;
    height: 111px;
    width: 180px;
}

#close-exit-modal {
    float: right;
    cursor: pointer;
}

#exit-container ul {
    padding: 0;
}

#exit-container ul li {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    width: 575px;
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

#exit-container ul li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#exit-container ul li a {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 520px;
    padding: 10px;
    font-size: inherit;
}

#exit-container ul li .exit-modal-raquo {
    display: none;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.3);
}

#exit-container ul li:hover .exit-modal-raquo {
    display: block;
}

.exit-modal-info {
    line-height: 24px;
    width: 280px;
}

.exit-modal-info span {
    color: #414446;
    font-size: 12px;
}

#exit-container p {
    font-size: 20px;
}

#exit-container .tileNoVideo p {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#exit-container p a {
    font-weight: bold;
    color: #0282c5;
}


#unity-message-chrome .unity-box {
    width: 510px;
    margin: 50px auto 0;
    background: #ffffff;
    color: #000;
    padding-bottom: 18px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#unity-message-chrome .header {
	background: #342C3E no-repeat;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#unity-message-chrome .unity-box-content {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#unity-message-chrome .unity-box-content p {
    text-align: left;
    margin-top: 20px;
    line-height: 20px;
}
#unity-message-chrome .unity-box-content img {
	vertical-align: middle;
    margin-top: 20px;
}

	.abm_plug {
		background-color: rgb(231, 4, 3);
		color: rgb(17, 17, 17);
		z-index: 999999999;
		margin: 0;
		max-height: 100vh;
		padding: 20px;
		vertical-align: baseline;
		box-sizing: border-box;
		position: fixed;
		font-family: Source Sans Pro,Arial,Helvetica;
		overflow: auto;
		bottom: 0;
		right: 0;
		left: 0;
	}

	.abm_plug_container {
		text-align: center;
		box-sizing: border-box;
	}

	.abm_plug h3 {
		color: #FFF;
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: 400;
		margin: 0 0 10px;
		line-height: 1;
		text-transform: uppercase;
		padding: 0;
		vertical-align: baseline;
		box-sizing: border-box;
	}

	.abm_plug p{
		margin: 0 0 15px;
		font-size: 13px;
		padding: 0;
		vertical-align: baseline;
		box-sizing: border-box;
	}

	.abm_plug button {
		height: 32px;
		padding: 0 15px;
		line-height: 32px;
		font-size: 13px;
		margin-top: 0;
		display: inline-block;
		border-radius: 3px;
		font-weight: 400;
		transition: .25s;
		cursor: pointer;
		border: 0;
		outline: 0;
		box-sizing: border-box;
	}

	.abm_plug_close {
		color: rgb(255, 255, 255);
		background-color: rgb(231, 4, 3);

	}

	.abm_plug_continue {
		background-color: rgb(73, 167, 204);
		color: rgb(255, 255, 255);
		margin-left: 20px;
	}


    #game_welcome_container.visible{
        display:block;
    }
    #game_welcome_container.hidden{
        display:none;
    }

    .game_welcome_screen {
        background: #98bce0;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 1px 1px 3px #666666;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 10px 20px 10px;
        text-decoration: none;
        border: solid #cee4fb 3px;
        text-transform: uppercase;
        display: block;
        margin: 0 auto;
    }

    #game_welcome_btn {
        background: #43394e;
        background: linear-gradient(to bottom, #43394e 0%, #141415 100%);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 1px 1px 3px #666666;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 10px 20px 10px;
        text-decoration: none;
        border: solid #000000 3px;
        text-transform: uppercase;
        display: block;
        max-width: 370px;
        margin: 0 auto;
    }

    #game_welcome_btn:hover {
        background: #5d5664;
        background-image: linear-gradient(to bottom, #141415, #43394e);
        text-decoration: none;
    }