#hint--wrapper {
	background: #e2003b; 
	width: 100%; 
	height: 100%;  
	top: 0; 
	left: 0;
	position: fixed; 
	z-index: 6000;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

#hint--wrapper.active {
	top: -100%;
}

#hint--wrapper.active > #menu-main {
	bottom: -75px;
}

#hint--wrapper.active > #menu-main > #menu-main--div {
	display: block;
}

#hint--wrapper.active > #menu-main > #player-expand {
	display: block;
}

#hint--holder {
	padding: 25px; 
	display: inline-block;
}

#hint-head {
	top: 0px;
	display: none;
}

#hint-content {
	margin-top: 20px; 
	max-width: 60%;
}

body {
	margin: 0;
	overflow: hidden;
}

.page--wrapper {
	right: 0; 
	width: 100%; 
	padding: 100px 75px 0 25px; 
	z-index: 0; 
	overflow: auto;
	background: #fff;
	top: 0; 
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}



/*.page--wrapper.active {
	-webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}*/

#border--right {
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	position: fixed;
	background: #e2003b; 
	z-index: 5100;
}

#darken, #darken--second {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 5000;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: none;
    cursor: pointer;
}

#darken.active, #darken--second.active {
	display: block;
	background: rgba(0,0,0,0.5);
}

@media
(max-width: 400px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 400px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (                max-resolution: 192dpi) and (max-width: 400px),
only screen and (                max-resolution: 2dppx)  and (max-width: 400px) {

	#hint-head {
		top: 15px;
	}

	#hint-content {
		padding: 20px !important;
		margin-top: 80px;
	}

	.page--wrapper {
		right: 0; 
		width: 100%; 
		padding: 100px 20px 0 20px; 
		z-index: 0; 
		overflow: auto;
		background: #fff;
		top: 0; 
		-webkit-transition: 1s ease;
	    -moz-transition: 1s ease;
	    -o-transition: 1s ease;
	    transition: 1s ease;
	}

	#border--right {
		display: none;
	}


}

@media
(max-width: 850px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 850px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (                max-resolution: 192dpi) and (max-width: 850px),
only screen and (                max-resolution: 2dppx)  and (max-width: 850px) {


	#hint--holder {
	    text-align: center;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}

	#hint-head {
		top: 25px;
		position: absolute;
		text-align:center;
		width: 100%;
	}

	#hint-content {
		max-width: 100%;
		padding: 25px 100px;
	}

}

