
html > body .bg_banner,
.bg_banner_margintop,
.header_wrap,
.under_nav {
	display: none!important;
}
html > body > div.site {
	padding: 15px 0 0;
	width: 1020px;
	max-width: 1020px;
}
.hitman-wrapper {
	width: 100%;
}


.hitman_menu {
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.hitman_menu li {
	display: inline-block;
	font-size: 20px;
	margin: 0 15px;
}
.hitman_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.hitman_menu li a {
	color: #000;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.hitman_menu li a:hover {
	color: #b30304;
}
.hitman_menu li a.btn {
	background: #b30304;
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	color: #fff;
	margin-left: -10px;
}
.hitman_menu li a.btn:hover {
	opacity: 0.7;
}
.hitman-btn_begin {
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hitman-btn_begin:hover {
	color: #fff;
	background: #e20a0b;
}
.hitman-content-wrap {
	min-height: 605px;
}
.hitman-logo-text {
	 font-family: 'Cuprum', sans-serif;
}

.hitman-logo:hover {
	background-position: 0 -44px;
}
.hitman-logo-text img {
	margin-left: -2px;
}
.hitman_final_img {
	display: block;
	margin: 0 auto;
	max-width: 660px;
}
.hitman_final_img.hitman-hide {
	display: none;
}
.hitman-looser__text {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 660px;
	margin: 0 auto 30px;
	background: #4f4f4f;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 25px;

}
.hitman-quiest_answer__name {
	left: 10px;
	bottom: 10px;
	right: 10px;
}
.hitman-start-screen_text {
	border: none;
}
.hitman-item_selector__text {
	height: auto;
}
.hitman-item_selector {
	max-height: 85px;
}
.hitman-item_selector__title {
	text-align: left;
}
@media screen and (max-width: 600px) {
	html > body > div.site {
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	.hitman-content-wrap {
		width: 100%;
	}
	.hitman-item_selector {
		width: 100%;
		height: auto;
		min-height: 85px;
		max-height: 500px;
	}
	.hitman-item_selector__text {
		height: auto;
	}
	.hitman-inventory_wrap {
		height: auto;
		background: #eeeeee;
	}
	.hitman-inventory_item {
		margin: 5px;
	}
	.hitman-looser {
		width: auto;
	}
	.hitman-quest_wrap {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.hitman-quiest_answer {
		width: 100%;
		margin: 0 0 20px!important;
		-webkit-background-size: 200% ;
		background-size: 200% ;
	}
	.hitman-quiest_answer__name {
		font-size: 25px;
	}
	.hitman-quiest_answer:hover, .hitman-quiest_answer.selected {
	    background-position: 100% 0;
	}
	.hitman-looser__text {
	    
	    font-size: 25px;
	    line-height: 1.4;
	}
	.hitman-start-screen_text img {
		width: 100%;
	}
	.hitman-btn_begin {
		width: 100%;
	}
	.hitman-quiest_answer:hover {
		background-position: 0 0;
	} 
	.hitman-quiest_answer.selected {
	    background-position: 100% 0;
	}
	.hitman-game_screen img {
		width: 100%;
	}
}