/* Main Area */
.app-container {
	float: left;
	clear: both;
	display: block;
	width: 100%;
}

.main {
	display: block;
	position: relative;
	width: 100%;
	height: 600px;
	margin-top: 30px;
	padding-top: 40px;
	background-color: #18bc9c;
	background-image: url('../img/nuti-game/hills.png');
	background-repeat: repeat-x;
	background-size: 1450px auto;
	background-position: 0px 43px;
}

.notification {
	float: left;
	clear: both;
	width: 100%;
}

/* Main text style */
.name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

/********** SIGNS ***********/
nav.signs {
	display: block;
	position: fixed;
	left: 0px;
	top: 250px;
	background-color: white;
	width: 10px;
	height: 400px;
	z-index: 1000;
}

.sign-shadow {
	display: block;
	position: absolute;
	left: 4px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 6px;
	height: 400px;
}

nav.signs ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 140px;
	list-style: none;
}

nav.signs ul li {
	display: inline-block;
	position: relative;
	height: 40px;
	width: 140px;
	margin: 0 0 4px 0;
}

nav.signs ul li span {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 137px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.5s all;
	pointer-events: none;
}

nav.signs ul li span.hidden-sign {
	/*left: -115px;*/
}

nav.signs ul li a {
	position: absolute;
	width: 142px;
	right: 0px;
	color: #2c3e50;
	cursor: pointer;
	display: inline-block;
	background-color: white;
	padding: 9px 20px 10px 20px;
	transition: 0.5s all;
	text-transform: uppercase;
}

nav.signs ul li a:hover,
nav.signs ul li a.hover-sign {
	text-decoration: none;
	color: #2c3e50;
}

nav.signs ul li a.hidden-sign {
	background-color: white;
	color: #18bc9c;
	/*right: 120px;*/
}

nav.signs ul li a.hidden-sign:hover {
	color: #2c3e50;
}

nav.signs ul:hover li a.hidden-sign,
nav.signs ul.hover-sign li a.hidden-sign {
	right: 0px;
	transition: 0.5s all;
}

nav.signs ul:hover li span.hidden-sign,
nav.signs ul.hover-sign li span.hidden-sign {
	left: 5px;
	transition: 0.5s all;
}

nav.signs ul li a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: white;
	border-width: 20px;
	margin-top: -20px;
}

nav.signs ul li span:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-top-color: rgba(0, 0, 0, 0.1);
	border-width: 9px;
	margin-top: -10px;
}


/********** SCHOOL ***********/
.school-holder {
	display: block;
	margin: 100px auto 0;
	width: 825px;
}

.school {
	position: relative;
	display: block;
	margin: 290px auto 250px;
	background-color: #2c3e50;
	width: 100%;
	max-width: 800px;
	height: 180px;
}

.schoolEl {
	position: absolute;
	display: block;
	background-color: #2c3e50;
}

.school__topShadow {
	width: 100%;
	height: 15px;
	top: 0;
	left: 0;
	background-color: #22313f;
}

.school__roof {
	width: 103%;
	height: 25px;
	top: -25px;
	left: -1.5%;
}

.school__roofTop {
	width: 340px;
	height: 35px;
	top: -50px;
	left: 50%;
	margin-left: -170px;
}

.school__roofTopShadow {
	width: 300px;
	height: 15px;
	top: -15px;
	left: 50%;
	margin-left: -150px;
	background-color: #22313f;
}

.school__flagPole {
	width: 4px;
	height: 120px;
	bottom: 35px;
	left: 168px;
	background-color: #cfeff7;
}

.school__flagBlue {
	width: 80px;
	height: 15px;
	top: 0px;
	left: 4px;
	background-color: #4183d7;
}

.school__flagBlack {
	width: 80px;
	height: 15px;
	top: 15px;
	left: 4px;
	background-color: #000000;
}

.school__flagWhite {
	width: 80px;
	height: 15px;
	top: 30px;
	left: 4px;
	background-color: #ffffff;
}

.school__base {
	width: 103%;
	height: 25px;
	bottom: -25px;
	left: -1.5%;
	background-color: #22313f;
}

.school__topStep {
	width: 300px;
	height: 10px;
	top: 5px;
	left: 50%;
	margin-left: -150px;
}

.school__topStepShadow {
	width: 300px;
	height: 7px;
	top: 10px;
	left: 50%;
	margin-left: -150px;
	background-color: #22313f;
}

.school__middleStep {
	width: 340px;
	height: 10px;
	top: 22px;
	left: 50%;
	margin-left: -170px;
}

.school__middleStepShadow {
	width: 340px;
	height: 7px;
	top: 10px;
	left: 50%;
	margin-left: -170px;
	background-color: #22313f;
}

.school__bottomStep {
	width: 380px;
	height: 10px;
	top: 39px;
	left: 50%;
	margin-left: -190px;
}

.school__bottomStepShadow {
	width: 380px;
	height: 7px;
	top: 10px;
	left: 50%;
	margin-left: -190px;
	background-color: #22313f;
}

.school__doorFrame {
	width: 110px;
	height: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: -55px;
	background-color: #22313f;
	border-radius: 10px 10px 0 0;
	-webkit-perspective: 500px;
	perspective: 500px;
}

.school__doorLeft {
	width: 40px;
	height: 90px;
	bottom: 0px;
	left: 10px;
	background-color: #cfeff7;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.school__doorRight {
	width: 40px;
	height: 90px;
	bottom: 0px;
	left: 60px;
	background-color: #cfeff7;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.suur {
	position: absolute;
	width: 240px;
	height: 45px;
	top: -55px;
	left: -65px;
	color: #ffffff;
	background-color: #22313f;
	text-align: center;
	text-transform: uppercase;
	padding-top: 12px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.suur:hover {
	text-decoration: none;
	background-color: #000000;
	color: #18bc9c;
}

.suur:hover ~ .school__doorLeft,
.suur:hover ~ .school__doorRight {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.suur:hover ~ .school__doorLeft {
	-webkit-transform: rotateY(55deg);
	transform: rotateY(55deg);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.suur:hover ~ .school__doorRight {
	-webkit-transform: rotateY(-55deg);
	transform: rotateY(-55deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.optionsLeft, .optionsRight {
	position: absolute;
	display: block;
	width: 300px;
	height: 80px;
	top: 90px;
}

.optionsLeft {
	left: 20px;
}

.optionsRight {
	right: 60px;
}

.optionsLeft ul li {
	float: left;
	margin: 0 20px 0 0;
}

.optionsRight ul li {
	float: right;
	margin: 0 0 0 20px;
}

.optionsLeft ul li, .optionsRight ul li {
    display: inline-block;
    height: 32px;
    min-height: 50px;
    min-width: 65px;
    padding-top: 12px;
    background-color: #cfeff7;
    white-space: normal;
    border: 5px solid #22313f;
    box-sizing: border-box;
}

.optionsLeft ul li a:hover,
.optionsRight ul li a:hover {
	background-color: #22313f;
	color: #18bc9c;
}

.tree {
	position: absolute;
}

.trunk {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 20px;
	margin-left: -8px;
	border-bottom: 100px solid #22313f;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.tree.one {
	left: -150px;
	bottom: 10px;
}

.tree.two {
	left: -225px;
	bottom: 15px;
}

.tree.three {
	right: -270px;
	bottom: 10px;
}

.tree .leaves {
	width: 100px;
	height: 100px;
	border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	background-color: #08684c;
	transform: rotate(-45deg);
	margin-top: 20px;
}

.tree.two .leaves {
	width: 120px;
	height: 120px;
}

.tree.two .trunk {
	top: 70px;
	border-bottom: 120px solid #22313f;
}

.tree.three .leaves {
	width: 120px;
	height: 120px;
}

.tree.three .trunk {
	border-bottom: 110px solid #22313f;
}