body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	overflow: hidden;
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

#cimcorp-game {
	min-width: 100%;
	min-height: 100%;
	background-image: url("../graphics/background.png");
	background-position: 74px -10px;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

#cimcorp-puzzle-4-helper {
	position: fixed;
	display: none;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#cimcorp-share-buttons {
	text-align: center;
	border-bottom: 1px solid #fedb00;
}

.cimcorp-share {
	display: inline-block;
	height: 35px;
	margin: 15px;
	cursor: pointer;
}

#cimcorp-remove {
	width: 64px;
	position: fixed;
	right: 2%;
	bottom: -64px;
	z-index: 150;
	cursor: pointer;
}

#cimcorp-logo {
	position: fixed;
	border-top: 4em solid #000000;
	border-right: 3em solid #000000;
	border-bottom: 4em solid #000000;
	border-left: 3em solid #000000;
	z-index: 100;
	display: none;
}

#cimcorp-start {
	position: fixed;
	z-index: 100;
	display: none;
}

#cimcorp-start-white {
	position: fixed;
	z-index: 101;
	cursor: pointer;
	transition: opacity 0.25s;
	opacity: 0;
}

#cimcorp-start-white:hover {
	opacity: 1;
}

#cimcorp-menu {
	position: fixed;
	z-index: 300;
	display: none;
}

#cimcorp-hover {
	color: #000000;
	background-color: #fedb00;
	padding: 15px;
	position: absolute;
	z-index: 1000;
	opacity: 0;
}

#cimcorp-menu-white {
	position: fixed;
	z-index: 301;
	cursor: pointer;
	transition: opacity 0.25s;
	display: none;
	opacity: 0;
}

#cimcorp-menu-white:hover {
	opacity: 1;
}

#cimcorp-reset {
	position: fixed;
	z-index: 300;
	display: none;
}

#cimcorp-reset-white {
	position: fixed;
	z-index: 301;
	cursor: pointer;
	transition: opacity 0.25s;
	display: none;
	opacity: 0;
}

#cimcorp-reset-white:hover {
	opacity: 1;
}

#cimcorp-floater {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 200;
    display: none;
}

#cimcorp-howto {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 250;
    display: none;
}

#cimcorp-floater-container {
	padding: 0 10%;
}

#cimcorp-introduction {
	background-color: #000000;
	padding: 4em 3em 4em 3em;
	position: fixed;
	z-index: 100;
	display: none;
	overflow: auto;
}

#cimcorp-helper {
	background-color: #000000;
	padding: 2em;
	position: fixed;
	z-index: 100;
	display: none;
}

#cimcorp-helper h1, #cimcorp-helper h2 {
	opacity: 0;
}

#cimcorp-helper p {
	opacity: 0;
	position: absolute;
	margin: 0 3em 0 0;
	bottom: 4em;
}

#cimcorp-victory, #cimcorp-theend {
	background-color: #fedb00;
	padding: 4em 3em 4em 3em;
	position: fixed;
	z-index: 100;
	display: none;
}

#cimcorp-start-buttons {
	position: fixed;
	z-index: 100;
	padding: 3em;
	background-color: #000000;
	display: none;
}

#cimcorp-end-buttons {
	position: fixed;
	z-index: 100;
	padding: 3em;
	background-color: #000000;
	display: none;
}

.cimcorp-button {
	background-color: #000000;
	border-top: 1px solid #fedb00;
	border-bottom: 1px solid #fedb00;
	padding: 1em;
	text-transform: uppercase;
	color: #fedb00;
	font-size: 1.25em;
	transition: all 0.25s;
	cursor: pointer;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Myriad W01 Bd";
}

.cimcorp-button:hover {
	color: #000000 !important;
	background-color: #fedb00 !important;
}

#cimcorp-victory .cimcorp-button, #cimcorp-end-buttons .cimcorp-button {
	background-color: #fedb00;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 2em 0 0 0;
	color: #000000;
}

#cimcorp-victory .cimcorp-button:hover, #cimcorp-end-buttons .cimcorp-button:hover {
	color: #fedb00 !important;
	background-color: #000000 !important;
}

#cimcorp-end-buttons .cimcorp-button {
	margin: 0;
}

#cimcorp-theend .cimcorp-button {
	background-color: #000000;
	border-top: 1px solid #fedb00;
	border-bottom: none;
	margin: 0;
	color: #fedb00;
}

#cimcorp-theend .cimcorp-button:last-child {
	border-bottom: 1px solid #fedb00;
}

#cimcorp-theend {
	background-color: #000000;
}

#cimcorp-end-buttons .cimcorp-button {
	background-color: #000000;
	border-top: 1px solid #fedb00;
	border-bottom: 1px solid #fedb00;
	margin: 0;
	color: #fedb00;
}

#cimcorp-end-buttons .cimcorp-button:hover {
	background-color: #fedb00 !important;
	color: #000000 !important;
}

.cimcorp-stick {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.cimcorp-ghost-stick {
	position: absolute;
	opacity: 0;
}

.cimcorp-dot {
	position: absolute;
}

.cimcorp-grid {
	position: absolute;
}

.cimcorp-grid_90 {
	width: 50px;
}

.cimcorp-selected-stick {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
