/*
Theme Name: REZIINE 2025
Theme URI: http://www.reziine.com
Description: REZIINE: Conscious Machines
Author: Reaux-Savonte
Version: 99.9
*/

/************************************************
*				General Elements				*
************************************************/
input[type=text], option {	
	-webkit-appearance:none;
}
html, body  {
	width:100%;
	margin:0;
	padding:0;
	z-index:0;
	color:#ccc;
	font-family:'Geo', Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#111;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:100%;
	-webkit-appearance:none;
}
img {
	border:0; !important
	margin:0px !important;
}
hr {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
a {
	color:inherit;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
p {
	margin-top:0px;
}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div p:last-child {
	margin-bottom:0;
}
ul, li{
	margin:0 0 0 10px;
	padding:0;
}
ul li:last-child {
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
input[type=text], input[type=password], input[type=tel], input[type=url], input[type=email], input[type=date], input[type=time], input[readonly], select {
	width:100%;
	position:relative;
	padding:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Geo', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	border:1px #ccc solid;
}
input[type=submit], button{
	width:auto;
	padding:5px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Geo', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	background: #fff; /* Old browsers */
	border:1px solid #ccc;
	cursor:pointer;
}
textarea {
	width:100%;
	position:relative;
	padding:3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	background-color:#f5f5f5;
	border:1px #ccc solid;
}
label {
	top:-2px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#000;
	text-align:left;
}
.txtbox {
	width:100%;
}
::-webkit-input-placeholder {
	color:#818181;
}
::-moz-placeholder {
	color:#818181;
}
.loading {
	width:80px;
	height:80px;
	position:fixed;
	top:50%;
	left:50%;
	z-index:9999;
	margin-top:-40px;
	margin-left:-40px;
	background-image:url('images/loading.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	border:0px solid #555;
	border-radius:1000px;
	display:none;
	-webkit-box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow:0px 2px 2px 0px rgba(0,0,0,0.3);
}
table, tr, td{
	width:100%;
	height:100vh;
	position:relative;
	padding:0;
	text-align:center;
	vertical-align:middle;
	border:0;
    border-spacing:0px;
    border-collapse:separate;
}
/************************************************
*				Fonts				*
************************************************/
@font-face {
    font-family:'Allura';
    src: url('fonts/Allura-Regular.otf');
    src: url('fonts/Allura-Regular.otf.') format('opentype'),
         url('fonts/Allura-Regular.ttf') format('truetype'),
         url('fonts/Allura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Geo';
    src: url('fonts/geomanist-regular-webfont.eot');
    src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('fonts/geomanist-regular-webfont.woff') format('woff'),
         url('fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:'GeoMedium';
	src: url('/fonts/geomanist-medium-webfont.eot');
	src: url('/fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/geomanist-medium-webfont.woff2') format('woff2'),
		 url('/fonts/geomanist-medium-webfont.woff') format('woff'),
		 url('/fonts/geomanist-medium-webfont.ttf') format('truetype'),
		 url('/fonts/geomanist-medium-webfont.svg#geomanistmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/************************************************
*				Maintenance				*
************************************************/
.maintenance {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:#000;
}
.maintenanceLogo {
	width:100px;
	max-width:80%;
    position:absolute;
    top:50%;
	left:50%;
    transform:translate(-50%, -50%);
}
.maintenanceLogo img{
	width:100%;
	height:auto;
	position:relative;
}
/************************************************
*				Wrappers				*
************************************************/
header {
	width:25%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
	overflow:auto;
	background-color:#1e1e1e;
}
main {
	width:75%;
	position:relative;
	z-index:1;
	margin-left:25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	width:100%;
	position:relative;
	padding:30px 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer {
}
/************************************************
*				Header				*
************************************************/
.column {
	width:60px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#333;
	z-index:2;
}
.menuBtn {
	width:30px;
	height:auto;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-15px;
	cursor:pointer;
	display:none;
}
.menuBtn img{
	width:100%;
	height:auto;
	position:relative;
}
.menu {
	width:100%;
	position:absolute;
	padding-left:60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1;
	background-color:#1e1e1e;
}
@media screen and (min-width:961px){
	.menu {
		display:block !important;
	}
}
.menuItem {
	width:100%;
	position:relative;
	padding:20px 20px;
	font-size:16px;
	color:#fff;
	text-wrap:wrap;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	cursor:pointer;
	cursor:hand;
}
.menuItem.devs {
	background-color:#f00;
}
.logo {
	width:100%;
	max-width:100px;
	position:relative;
}
.socials {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.socialLink {
	width:100%;
	position:relative;
	margin-bottom:30px;
}
.socialLink img{
	width:100%;
	height:auto;
	position:relative;
}
/************************************************
*				Section				*
************************************************/
.sectionLeft {
	width:100%;
	position:relative;
	float:left;
}
.sectionHeader {
	font-size:35px;
	color:#fff;
}
.sectionBody {
	padding-top:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	line-height:25px;
}
.sectionBody b, .sectionBody strong{
	font-weight:normal !important;
	color:#fff !important;
}
.sectionRight {
	width:67%;
	position:relative;
	float:right;
	aspect-ratio:16 / 9;
	padding-left:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sectionRight iframe, .sectionRight video{
	width:100%;
	height:100%;
	border-radius:0px;
}
.sectionFull {
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
}
.sectionLine {
	width:100%;
	position:relative;
	padding:0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	line-height:40px;
}
.sectionLine a{
	color:#fff;
	text-decoration:underline;
}
.news {
	max-width:900px;
}
.newsDate {
	width:100%;
	font-size:16px;
	position:relative;
}
.newsTitleLink {
	width:100%;
	font-size:16px;
	line-height:25px;
	position:relative;
}
.newsTitle {
	width:100%;
	font-size:25px;
	line-height:40px;
	position:relative;
}
.newsImage{
	width:100%;
	position:relative;
	margin-top:20px;
}
.newsImage img{
	max-width:100%;
	height:auto;
	padding:10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #fff;
}
.newsContent {
	width:100%;
	position:relative;
	padding-top:20px;
}
.newsContent a{
	color:#fff;
	text-decoration:underline;
}
main section:nth-child(2n) .sectionLeft{
	float:right;
}
main section:nth-child(2n) .sectionRight{
	float:left;
	padding-left:0;
	padding-right:20px;
}
/************************************************
*				Tagline				*
************************************************/
.tagline {
	width:100%;
	position:relative;
	margin-top:30px;
	padding:0px 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
/************************************************
*				Top				*
************************************************/
.banner {
	width:100%;
	height:100px;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#fff;
}
.top {
	width:100%;
	position:relative;
	aspect-ratio:16 / 9;
	padding:30px 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top iframe{
	width:100%;
	height:100%;
	position:relative;	
}
/************************************************
*				Mobile				*
************************************************/
@media screen and (max-width:960px){
	header {
		width:60px;
		height:100%;
		z-index:2;
	}
	main {
		width:calc(100% - 60px);
		margin-left:60px;
	}
	.menuBtn {
		display:block;
	}
	.menu {
		max-width:300px;
		min-height:100%;
		position:fixed;
		display:none;
	}
	.top {
		width:100%;
		position:relative;
		aspect-ratio:16 / 9;
		padding:0 0 30px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.top iframe{
		width:100%;
		height:100%;
		position:relative;
		border-radius:0;	
	}
	section {
		padding:10px 10px;
	}
	.sectionHeader {
		font-size:25px;
		color:#fff;
	}
	.sectionLeft {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.sectionRight {
		width:100%;
		float:none;
		padding:0;
	}
}