
.player {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: #385486aa;
	color: white;
}

.player .fas {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
}

.player .fa-play {
	display: none;
}

.player.stopped .fa-pause {
	display: none;
}

.player.stopped .fas.fa-play {
	display: block;
	transform: translate(-45%, -50%);
}

audio {
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.widget body {
	background: black;
}

.gold {
	color: #d49f39;
}

.button_morfey {
	display: inline-block;
	background: none;
	border: 2px solid white;
	color: white;
	text-decoration: none;
	
	border-radius: 5px;
	/*height: 3em;*/
	line-height: calc(3em - 4px);
	padding-left: 2em;
	padding-right: 2em;
	max-width: 100%;
	cursor: pointer;
	
	transition: all .2s ease;
}

.button_morfey:hover {
	background: white;
	color: #0f1325;
	text-decoration: none;
}

body.morfey {
	background-color: #0f1325;
	overflow-x: hidden;
	z-index: 0;
	height: 170vh;
	width: 100%;
	background-position: center top;
	background-size: contain;
	background-repeat: repeat-y;
	background-color: #0f1325;
	background-image: url(/plug/pages/morfey/images/bg-tile.jpg);
}

body.morfey .morfey-global-bg {
}

.first_section {
	padding-top: 150px;
	z-index: 2;
}

@media (orientation: portrait) {
	.first_section {
		padding-top: 15vh;
	}
}


.disclamer {
	padding-top: 1rem;
	font-weight: 300;
	font-size: 0.6em;
	text-transform: uppercase;
	opacity: .7;
}

.disclamer a {
	color: white;
}

section {
	width: 100%;
	/*min-height: 70vh;*/
	position: relative;
}

ol {
	padding-left: 2em;
}

ol li {
	padding-left: .5em;
	padding-bottom: .5em;
}

section.blue {
	/*background: linear-gradient(180deg, rgba(81, 0, 171, 0) 0%, rgba(81, 0, 171, 1) 80%);
	overflow-x: hidden;*/
	position: relative;
	z-index: 0;
	margin-top: -35vw;
}

section.blue .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.blue .image-blue {
	display: block;
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: auto;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/plug/pages/morfey/images/girl-bg.jpg);
}

.morfey .bottom_container * {
	color: white;
}

.mainpage .top_menu_container .logo svg {
	fill: white;
}

.mainpage.scrolled .top_menu_container .logo svg, .mainpage.scrolled .icon svg, .mainpage.mobile_menu_is_on .logo svg {
	fill: black;
}

.morfey_title {
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	*/
	z-index: 2;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 1.0em;
}


@media (orientation: portrait) {
	
}

@media (orientation: landscape) {
	
}

@media (max-width : 1200px) {
	
}

@media (max-width : 980px) {
	
}



.link_icon {
	height: 2em;
	vertical-align: middle;
	margin-right: 1em;
}

.star {
	display: block;
	position: absolute;
	z-index: -1;
	
	width: 30px;
	max-width: 3vw;
	height: 30px;
	max-height: 3vw;
	
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	
}

.star-1 {
	left: 15%; 
	top: 20%;
	background-image: url(/plug/pages/morfey/images/star-1.png);
}

.star-1-2 {
	left: 70%; 
	top: 95%;
}

.star-1-3 {
	left: 7%; 
	top: 85%;
}

.star-2 {
	left: 80%; 
	top: 35%;
	background-image: url(/plug/pages/morfey/images/star-2.png);
}

.star-2-2 {
	left: 25%; 
	top: 45%;
}

.star-2-3 {
	left: 70%; 
	top: 10%;
}

.star-3 {
	left: 40%; 
	top: 30%;
	background-image: url(/plug/pages/morfey/images/star-3.png);
}

.star-3-2 {
	left: 95%; 
	top: 55%;
}

.star-3-3 {
	left: 10%; 
	top: 30%;
}

.star-4 {
	left: 75%; 
	top: 60%;
	background-image: url(/plug/pages/morfey/images/star-4.png);
}

.star-4-2 {
	left: 20%; 
	top: 78%;
}

.star-4-3 {
	left: 90%; 
	top: 80%;
}
