html {
	position: relative;
	min-height: 100%;
}

body {
	min-height: 100%;
	margin-bottom: 70px;
	background-position: center center;
	background-size: cover;
	background-color: #000000;
	color: #FFFFFF;
}

.margin-top-30 {
	margin-top: 30px;
}
.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-50 {
	margin-bottom: 30px;
}

.text-black {
	color: #000000;
}

.logo-header {
	margin-bottom: 30px;
}

.logo-header-line {
	display: inline-block;
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom: 2px solid #FFFFFF;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #000000;
	color: #4d4d4d;
	font-size: 11px;
	z-index: 50;
}

.footer .container{
	line-height: 40px;
}

.footer img {
	line-height: 23px;
	height: 23px;
}
.footer .footer-text {
	line-height: 11px;
}

.footer a {
	color: #4d4d4d;
	font-size: 11px;
}

.login-form-title {
	font-size: 32px;
}

.login-form-input {
	background-color: transparent;
	margin-top: 15px;
}

@media (max-width: 767px) {
    .login-text-alignement { text-align:center }
}

.welcom-name {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 16px;
	color: #7a7a7a;
}

.log-out {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
}

.log-out a {
	color: #FFFFFF;
}

.menu-desktop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu-desktop li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
}

.menu-desktop li:hover {
	border-bottom: 2px solid #FFFFFF;
}

.menu-desktop a {
	color: #FFFFFF;
	font-size: 24px;
}

.menu-desktop a:hover {
	text-decoration: none;
}

.mobile-menu-open {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	cursor: pointer;
	display: none;
}

.mobile-menu-items {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.92);
	z-index: 100;
	display: none;
	padding-top: 80px;
}

.mobile-menu-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	cursor: pointer;
}

.mobile-menu-items a {
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.mobile-menu-items .menu-item {
	margin-bottom: 10px;
	border-left: 2px solid transparent;
}

.mobile-menu-items .menu-item:hover {
	border-left: 2px solid #FFFFFF;
}

.menu-item-log-out {
	margin-top: 20px;
}

.menu-item-log-out a {
	font-size: 22px;
	color: #0099ff;
}

.video-player {
	width: 100%;
	height: 300px;
}

@media (max-width: 767px) {
    .menu-desktop { display: none; }
    .welcom-name { display: none; }
    .log-out { display: none; }
    
    .mobile-menu-open { display: block; }
}

.demo-col {
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.demo-col-left {
	margin-right: 10px;
 }
 
.demo-col-right {
	margin-left: 10px;
 }
 
.demo-col-text {
	font-size: 22px;
}

.demo-send-photo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.92);
	z-index: 100;
	display: none;
}

.demo-send-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	cursor: pointer;
	z-index: 200;
}

.demo-upload-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.demo-upload-image-text {
	font-size: 20px;
	margin-bottom: 20px;
}

.demo-loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.66);
	display: none;
}
.demo-loading-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	border-radius: 9px;
	background-color: #FFFFFF;
}
.demo-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

.demo-result {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.66);
	display: none;
}

.demo-result-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #202020;
	padding-top: 30px;
	padding-bottom: 10px;
}

.demo-result-container img {
	width:100%;
	height: auto;
}

@media (max-width: 767px) {
    .demo-col-left { margin-right: 0px; margin-bottom: 10px; }
    .demo-col-right { margin-left: 0px; margin-top: 10px; }
    #demoImageIn { display: none; }
}