﻿html {
	height: 100%;
	width: 100%;

	margin: 0;
	padding: 0;
}

body {
	font-family: 'Corbel-EBM', Arial, sans-serif;
	font-variant-numeric: lining-nums;
	height: 100%;
	width: 100%;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;

	background-color: #2a3b4c;
}

::-webkit-scrollbar {
	width: 6px;
	/*display:none;*/
}

::-webkit-scrollbar-track {
	/*background-color: rgba(178,189,206,0.5);*/
	background-color: #c0c9d0;
	width: 6px
		/*border-left: 1px solid #ccc;*/
}

::-webkit-scrollbar-thumb {
	/*background-color: rgba(178,189,206,0.5);
    background-image: url(../img/scrollthumb.png);
    background-size:100% 32px;
	background-repeat:no-repeat;
	background-position:center;*/
	background-color: #899aa8;
}

::-webkit-scrollbar-thumb:hover {
	/* background-color: #b2bdce;*/
	background-color: #899aa8;
}

div {
	box-sizing: border-box;
}

ul {

	margin-left: 0px;
	padding: 0;
	margin-top: 1em;
}

li {
	margin-left: 1em;
}


img {
	width: 100%;
	height: auto;
	margin: auto;

}

.img-flex {}

h1 {
	text-transform: uppercase;
	font-size: 1.75em;
	font-size: 2em;
	font-style: normal;
}

h2 {

	font-family: 'Bangers', Arial, sans-serif;

}

h3 {}

h4 {}

.header {
	height: 75px;
	width: 100%;
	background-color: #ffffff;

	position: absolute;
	margin: 0;
	top: 0px;
	left: 0px;

}

.logo {
	position: fixed;
	height: 100px;
	width: auto;
	top: 0px;
	left: 40px;
	-webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
	cursor: pointer;

}

/*.meta{
	position:absolute;
	bottom:20px;
	left:50px;
	color:#ffffff;
	font-size:0.8em;
}*/
.metabtn {
	display: inline-block;
	margin-right: 20px;
	opacity: 1;
	cursor: pointer;
}

.meta {
	position: absolute;

	top: 28px;
	right: 54px;
	color: #007cbc;
	font-size: 0.875em;
}



.menu-btn {
	position: fixed;

	top: 12px;
	right: 10px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	background: url(../img/burger.png) no-repeat center;
	background-size: 44px;
	display: none;
}

.wrapper {
	height: calc(100% - 75px);
	width: 100%;
	background-color: #2a3b4c;
	overflow: hidden;
	position: absolute;
	margin: 0;
	top: 75px;
	left: 0px;

	/* transform-origin: 100% 100%;
    transition: transform ease 300ms;*/

}

.wrapper.open {

	/*transform: rotateX(15deg) rotateY(0deg);*/
}

.area {
	width: 25%;
	height: 50%;
	float: left;
	transition: all ease 0.5s;
	position: relative;


}


.area.darkblue {
	background-color: #2a3b4c;
}

.area.lightgreen {
	background-color: #a3ba1e;
}

.area.blue {
	background-color: #007cbc;
}

.area.yellow {
	background-color: #fbb900;
}

.area.green {
	background-color: #00a633;
}

.area.orange {
	background-color: #e07a0c;
}

.area.darkblue .area-label,
.area.darkblue h2 {
	color: #2a3b4c;
}

.area.lightgreen .area-label,
.area.lightgreen h2 {
	color: #a3ba1e;
}

.area.blue .area-label,
.area.blue h2 {
	color: #007cbc;
}

.area.yellow .area-label,
.area.yellow h2 {
	color: #fbb900;
}

.area.green .area-label,
.area.green h2 {
	color: #00a633;
}

.area.orange .area-label,
.area.orange h2 {
	color: #e07a0c;
}

.area.small {
	width: 0%;
	height: 0%;

}

.area.big {
	width: 100%;
	height: 100%;

}

.area-student {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right bottom -20px;
	transition: all ease 0.5s;
}

.area-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: left 30px top 40px;
	transition: all ease 0.5s;
}

.big .area-student {
	background-position: right 30px bottom -20px;
	background-size: auto 80%;

}

.big .area-logo {
	background-position: left 30px bottom 10px;
	background-size: 20% auto;
}

video {
	width: 100%;
}

.area-back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% calc(50% - 0%);
	transition: background-position ease 0.5s;
}

.big .area-back {
	background-position: 50% calc(50% - 15%);
}

.area-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;


	display: none;

	padding-top: 140px;
	overflow-x: hidden;

}

.area-content-bottom .row {
	padding-top: 15px;
	padding-bottom: 15px;

	border-bottom: 1px solid #cccccc;
}

.area-content-bottom .row:last-child {

	border-bottom: 0px solid #cccccc;

}

.area-content-top,
.area-content-bottom {
	background-color: #ffffff;
	padding: 30px;
	margin-bottom: 40px;
	position: relative;
	box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.2);
	width: 70%;
	max-width: 800px;
	left: 20%;
	border-radius: 2px;
}

.area-content-bottom {
	font-size: 0.875em;
}

.area-content-bottom img {
	margin-top: 0.3em;
}

.thumbholder {
	position: relative;
	display: block;

}

.thumbholder.youtube {

	cursor: pointer;
}

.thumbholder.youtube:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.75;
	background-image: url(../img/play.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.likeit {
	padding-left: 22px;
	color: #62798b;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	transform: scale(1);
	transition: transform ease 0.5s
}

.likeit.pulse {

	transform: scale(1.3);


}

.likeit:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 0px;
	background-image: url(../img/heart.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.morebtn,
.lessbtn {
	color: #007cbc;
	text-decoration: underline;
	display: inline;
	cursor: pointer;
}

.moretext {
	max-height: 0px;
	overflow: hidden;
	transition: max-height linear 0.3s;
}

.moretext.open {
	max-height: 1000px;

}

.area.lightgreen .likeit.liked:before {
	background-image: url(../img/heart_lightgreen.png);
}

.area.blue .likeit.liked:before {
	background-image: url(../img/heart_blue.png);
}

.area.yellow .likeit.liked:before {
	background-image: url(../img/heart_yellow.png);
}

.area.green .likeit.liked:before {
	background-image: url(../img/heart_green.png);
}

.area.orange .likeit.liked:before {
	background-image: url(../img/heart_orange.png);
}

/*.area-content-top:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	transform:rotate(-1deg);
	background-color:#ffffff;
	z-index:-1;
	
}
.area-content-bottom:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	transform:rotate(-2deg);
	background-color:#ffffff;
	z-index:-1;
	
}*/


.area-close {
	top: 5px;
	right: 5px;
	height: 50px;
	width: 50px;
	position: absolute;
	display: block;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: none;

}

.area h2 {
	width: calc(100% - 60px);
}

.darkblue .area-close {
	background-image: url(../img/close_darkblue.png);
}

.green .area-close {
	background-image: url(../img/close_green.png);
}

.lightgreen .area-close {
	background-image: url(../img/close_lightgreen.png);
}

.blue .area-close {
	background-image: url(../img/close_blue.png);
}

.yellow .area-close {
	background-image: url(../img/close_yellow.png);
}

.orange .area-close {
	background-image: url(../img/close_orange.png);
}

.area-overview {
	font-family: 'Bangers', Arial, sans-serif;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #007cbc;
	color: #ffffff;
	cursor: pointer;
	transform: translate(0%, -180%);
	padding: 10px 12px 5px 12px;
	font-size: 1.15em;
	letter-spacing: 0.8px;
	box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;

}

.area.darkblue .area-overview {
	background-color: #2a3b4c;
}

.area.lightgreen .area-overview {
	background-color: #a3ba1e;
}

.area.blue .area-overview {
	background-color: #007cbc;
}

.area.yellow .area-overview {
	background-color: #fbb900;
}

.area.green .area-overview {
	background-color: #00a633;
}

.area.orange .area-overview {
	background-color: #e07a0c;
}

.area-label {
	position: absolute;
	left: 12%;
	bottom: 35%;
	display: none;
}

.area-label span {


	font-family: 'Bangers', Arial, sans-serif;

	cursor: pointer;
	background-color: #ffffff;
	font-size: 1.35em;
	letter-spacing: 1.15px;
	padding: 12px 24px;
	background: linear-gradient(45deg, #e9f3f2 0%, rgba(255, 255, 255, 1) 50%, #e9f3f2 100%);
	white-space: nowrap;
	display: inline-block;
	box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.11);
	border-radius: 2px;
}

.area-label:nth-child(odd) {
	margin-left: 2%;
	animation-name: menus;
	animation-duration: 10s;
	animation-iteration-count: infinite;

}

.area-label:nth-child(even) {
	margin-right: -2%;
	animation-name: menus2;
	animation-duration: 10s;
	animation-iteration-count: infinite;

}

@keyframes menus {
	0% {
		transform: scale(1) rotate(0deg);
	}

	5% {
		transform: scale(1.1) rotate(1deg);
	}

	10% {
		transform: scale(1) rotate(0deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}

@keyframes menus2 {
	0% {
		transform: scale(1) rotate(0deg);
	}

	5% {
		transform: scale(1.1) rotate(-1deg);
	}

	10% {
		transform: scale(1) rotate(0deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}

.videolayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;

}

.videolayer-inner {
	position: relative;
	width: 60%;
	height: 0px;
	padding-bottom: 33.73%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0) rotate(-10deg);
	transition: transform ease 0.5s;
	box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 10px 10px 27px 1px rgba(0, 0, 0, 0.11);
	border: 16px solid #ffffff;
	border-radius: 2px;

}

.videolayer-inner.big {
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.close-btn {
	position: fixed;
	z-index: 10;
	top: -30px;
	right: -62px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	background: url(../img/close.png) no-repeat center;
	background-size: 30px;
	background-position: center;

}

@media (orientation:portrait) {
	.area {
		width: 50%;
		height: 25%;

	}

	.big .area-student {

		background-size: auto 70%;

	}

	.videolayer-inner {

		width: 95%;
		height: 0px;
		padding-bottom: 49%;
		border: 10px solid #ffffff;

	}

	.big .area-logo {
		background-position: left 30px bottom 10px;
		background-size: 40% auto;
	}

	.area-overview {
		padding: 8px 10px 4px 10px;
		font-size: 1.05em;
		transform: translate(0%, -180%);

	}
}

@media (max-width: 1024px) {
	.area-label span {
		font-size: 1em;
		letter-spacing: 1.15px;
		padding: 6px 12px;
	}

	.area-content-top {

		left: 40px;
	}

	.area-content-bottom {

		left: 40px;
	}

	.videolayer-inner {

		width: 70%;
		height: 0px;
		padding-bottom: 40%;
		border: 12px solid #ffffff;

	}

	.close-btn {

		top: -28px;
		right: -54px;


	}

	.area-overview {
		padding: 8px 10px 4px 10px;
		font-size: 1.05em;
		transform: translate(0%, -180%);

	}
}

@media (max-width: 768px) {
	.videolayer-inner {

		width: 85%;
		height: 0px;
		padding-bottom: 45%;
		border: 12px solid #ffffff;

	}

	.close-btn {

		top: -54px;
		right: -28px;


	}
}

@media (max-width: 767px) {

	.area-logo {
		background-position: left 12px top 30px;

	}

	.big .area-logo {
		background-position: left 15px bottom 10px;
		background-size: 40% auto;
	}

	.area-overview {
		padding: 8px 10px 4px 10px;
		font-size: 1.05em;
		transform: translate(0%, -180%);

	}
}

@media (max-width: 480px) {
	body {
		font-size: 16px;
	}

	.area-label span {
		font-size: 0.8em;
		letter-spacing: 1.15px;
		padding: 3px 6px;
	}

	.big .area-student {
		background-position: right 10px bottom 10px;
		background-size: auto 60%;

	}

	.meta {

		top: 16px;
		right: 45px;
		color: #007cbc;
		font-size: 0.875em;
	}



	.menu-btn {
		position: fixed;

		top: 8px;
		right: 10px;
		height: 30px;
		width: 30px;

	}

	.metabtn {
		margin-right: 10px;
	}

	.area-content {
		padding-top: 100px;

	}

	.area-content-top {

		left: 20px;
		padding: 15px;
	}

	.area-content-bottom {
		padding: 15px;
		left: 20px;
	}

	.likeit:before {

		top: 3px;

	}

	.header {
		height: 50px;

	}

	.logo {
		height: 67px;
		left: 20px;

	}

	.wrapper {
		height: calc(100% - 50px);
		top: 50px;
	}

	.area-overview {
		padding: 5px 8px 3px 8px;
		font-size: 1em;
		transform: translate(0%, -180%);

	}
}

@media (max-height: 480px) {
	.area-label span {
		font-size: 0.8em;
		letter-spacing: 1.15px;
		padding: 3px 6px;
	}

	.meta {

		top: 16px;
		right: 45px;
		color: #007cbc;
		font-size: 0.875em;
	}



	.menu-btn {
		position: fixed;

		top: 10px;
		right: 10px;
		height: 30px;
		width: 30px;

	}

	.header {
		height: 50px;

	}

	.logo {
		height: 67px;
		left: 20px;

	}

	.wrapper {
		height: calc(100% - 50px);
		top: 50px;
	}

	.area-overview {
		padding: 5px 8px 3px 8px;
		font-size: 1em;
		transform: translate(0%, -180%);

	}
}