::-webkit-scrollbar { 
    display: none;
    height: 0;
    width: 0;
}

#mobile-indicator {
	display: none;
}


@media all and (min-width: 769px) {
	.n-mobile {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.n-desc {
		display: none;
	}
}

@media all and (max-width: 768px) {
	#mobile-indicator {
		display: block;
	}
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100% !important;
}

body {
	margin: 0;
	padding: 0;
	z-index: 0;
	position: relative;

	overflow-x: hidden;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', Helvetica, sans-serif;
	
	color: black;
	background-image: url(../img/bg.jpg);
	background-size: cover;
}
body:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 0;
}

a {
	text-decoration: none;
}

li {
	margin-left: 30px;
}

@font-face {
	font-family: 'Linearicons';
	src: url('../fonts/Linearicons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Officina';
	src: url('../fonts/OfficinaN.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-width: 600px) {
    .SideNav-Shield__Open {
		right: 30px !important;

	}
	.SideNav-Shield__Open.popup {
		right: -70px !important;

	}
	.SideNav-Logo {
		//margin: 0 0 0 30px !important;
		width: 100px !important;
		margin-left: 100px !important;
	}
    .SideNav {
    	background-image: none !important;
		background: white;
		width: 300px !important;
	}
	.PN_container {
		width: 90% !important;
	}
}



.padding {
	width: 100%;
	height: 20px;
}



@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.Overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.Overlay:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;

	background-image: url(../img/constellation.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-animation: spin 45s infinite;
	-moz-animation:  spin 45s infinite;
	-o-animation:    spin 45s infinite;
	animation:       spin 45s infinite;
	animation-timing-function: linear;
}

/* ~~~ Icons ~~~ */
.Icon {
	font-family: 'Linearicons';
	color: black;
	text-decoration: none;
	font-size: 20px;
}
.Icon-Menu:after {
	content: "\e92b";
	color: grey;
}
.Icon-Login:after {
	content: "\e6d2";
	color: black;
	float: right;
	padding: 5px;
}


/* ~~~ Side Navigation Bar ~~~ */
.SideNav {
	-webkit-backface-visibility: hidden;

	position: absolute;
	display: block;
	max-height: 100%;
	height: 100%;
	max-width: 530px;
	width: 530px;

	z-index: 2;
	top: 0;
	left: 0;

	background-image: url(../img/horda.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 0%;

	color: #101010;
	font-size: 14px;
}
.SideNav-Content {
	display: block;
	height: 100%;
	width: 350px;
	min-width: 200px;
	text-align: center;
	overflow-y: auto;
}

.SideNav-Logo {
	display: block;
	margin: auto;
	width: 150px;
	height: 65px;
	background-image: url(../img/logo_sm.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.SideNav-Shield__Open {
	position: absolute;
	right: 140px;
	top: 20px;
}
.SideNav-Shield__Open span {
	font-size: 30px;
	color: black;
}
.SideNav-Menu {
	display: block;
	margin: auto;
	padding: 0;
	list-style: none;
	text-align: left;

	font-size: 1.5em;
}
.SideNav-Menu__Link {
	display: block;
	width: 50%;
	padding: 5px 0;
	cursor: pointer;
}
.SideNav-Menu__Link:hover {
	text-decoration: underline;
}
.SideNav-Menu__Login {
	width: 70%;
	padding: 10px;
	background: rgb(240, 190, 50);
	border-radius: 2px;
}
.SideNav-Footer {
	margin: auto;
	text-align: left;
}
.SideNav-Footer__Item {
	display: block;
	font-size: .8em;
	padding: 5px 0;
	color: #8f8f8f;
}

.SideNav-Footer:after {

}

/* ~~~ ContentPage ~~~ */
.ContentPage {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: relative;	
	z-index: 1;

	font-size: 14px;
	color: white;
}

.content-subs{
	display:none;
}
.ContentPage__Page {
	display: none;
	height: 100%;
	overflow-y: scroll;
	text-align: center;
}
.ContentPage__Page.active {
	display: block;
}

.ContentPage .SmallText {
	font-size: 1em !important;
}
.ContentPage .PreMedText {
	font-size: 1.1em !important;
}
.ContentPage .MedText {
	font-size: 1.3em !important
}
.ContentPage .BigText {
	font-size: 2em !important;
}

.ContentPage #title {
	font-family: 'Officina', 'Open Sans', sans-serif;
	padding: 15px;
	font-size: 3em;
}


/* Custom */

.PH_up .content-window__top-item {
	margin: 0 !important;
}

/* Agreement */
.ContentPage__Page-Agree p {
	padding: 10px 0;
}
.ContentPage__Page-Agree li li {
	font-size: .9em;
}

/* Main Page */
.ContentPage__Page-Main p {
	padding: 10px 0;
}
.ContentPage__Page-Main hr {
	border: none;
	height: 1px;
	background: white;
	margin: 15px 0;
}


/* Dream Book */
#PD_resultTag, #PMT_resultTag, #PN_yourName {
	text-transform: uppercase;
}
#PD_tag, #PMT_tag, #PN_name, #PNY_name, .__PSV input {
	margin-top: 15px;
	font-size: 1.2em;
	width: 90%;
}

.__PSV input {
	margin-top: 30px;
}


/* Mastots */
#PMT_resultTag {
	padding: 
	margin-top: 5px;
}

#PSV_login {
	margin: 25px 0;
}

.n-btn {
	margin: 10px 0px;
}