@font-face {
    font-family: Pirulen;
    src: url("/fonts/pirulen_rg.ttf") format("truetype");
}
/*-------------------------------------------------------------------------*/

html body {
	padding:0px;
	margin:0px;
	font-family:Inter, Verdana, Geneva, sans-serif;
}
body {
	background-color:#FFF;
}

p {
	padding: 0px;
	margin: 0px;
}

#mask-main {
	display:none;
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	width: 100%;
	height: 100vh;
	top:0px;
	left:0px;
	z-index:99;
}

#container {
	background-color:#FFFFFF !important;
}

@media (max-width: 768px) {
	.general-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*----------------------------------LOADING-------------------------------------*/
#main-loading-section {
	position: fixed;  
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100vh; 
	background-color: #FFF; 
	z-index: 9999;
}
#main-loading-section #loading-container {
	margin: auto auto;
	margin-top: 35vh;
}
#main-loading-section #loading-logo {
	transform: rotateY(0deg) rotate(-45deg);
}
#main-loading-section p {
	margin-top: 30px;
	font-size: 1.5em;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}
/*----------------------------------HEADER--------------------------------------*/
#main-header-button {
	position:absolute; 
	right:0px; 
	top:0px; 
	height: 50px;
}
/*----------------------------------FOOTER--------------------------------------*/
footer {
	font-size:12px;
	width:100%;
	padding:30px;
	box-sizing:border-box;
	background-color:#FFF;
	color:#333;
	border-top:1px solid rgba(0,0,0,0.3);
	border-bottom:3px solid #000;
}
footer > #footer-trademark {
	float:right;
	font-size: 0.8em;
}
footer a {
	color: #333;
	letter-spacing: 1px;
}
footer ul li {
	margin-right: 20px;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	footer > #footer-trademark {
		float:left;
	}
}
/*----------------------------------MAIN MENU--------------------------------------*/
#mask-container {
	display:none;
	background-color:rgba(0,0,0,0.9);
	position:fixed;
	width: 100%;
	height: 100vh;
	top:0px;
	left:0px;
	z-index:8;
}
#mask-container .mini-cube figure {
	background-color: rgba(255,255,255,0.5) !important;
	border: 1px solid rgba(0,0,0,0.2);
	opacity: 1 !important;
}
#mask-container .main-cube figure {
	background-color: rgba(15,177,188,0.8) !important;
}
#menu-container {
	position:relative;
	width: 50%;
	height: 100vh;
	box-sizing:border-box;
	-webkit-perspective: 500px;
	 -moz-perspective: 500px;
	   -o-perspective: 500px;
		  perspective: 500px;
		  
	-ms-transform-origin: 50% 0px; /* IE 9 */
	-webkit-transform-origin: 50% 0px; /* Chrome, Safari, Opera */
	transform-origin: 50% 0px;
	
}
#main-menu {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	 -moz-transform-style: preserve-3d;
	   -o-transform-style: preserve-3d;
		  transform-style: preserve-3d;
	/*
	-webkit-transform: rotateY(20deg);
	 -moz-transform : rotateY(20deg); 
	  -ms-transform : rotateY(20deg);
	   -o-transform : rotateY(20deg);
		  transform : rotateY(20deg);*/
}
#menu-option {
	list-style-type:none;
	position:absolute;
	margin:auto auto;
}
#menu-option a {
	text-decoration:none;
}
#menu-option a h1 {
	font-size:2.2em;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	/*border-bottom:1px dashed #FFF;*/
	box-sizing:border-box;
}
#menu-option a h1:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6272a+0,7db9e8+100&1+0,0+100 */
	/*
	background: -moz-linear-gradient(left,  rgba(198,39,42,1) 0%, rgba(125,185,232,0) 100%); 
	background: -webkit-linear-gradient(left,  rgba(198,39,42,1) 0%,rgba(125,185,232,0) 100%); 
	background: linear-gradient(to right,  rgba(198,39,42,1) 0%,rgba(125,185,232,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6272a', endColorstr='#007db9e8',GradientType=1 ); */
	background-color: #222;
}
#menu-m-container {
	padding: 50px;
	box-sizing: border-box;
}
#menu-m-container a {
	font-size:1.2em;
	color:#FFF;
	/*border-bottom:1px dashed #FFF;*/
	box-sizing:border-box;
}
#menu-m-container #menu-option {
	display: inline-block;
	margin-top: 50px;
	position: inherit;
}
#menu-m-container #menu-option li {
	margin-bottom: 10px;
}
.menu-button {
	cursor:pointer;
}

#menu-image {
	position:absolute;
	width:50%;
	height:100vh;
	top:0;
	right:0;
	background-image:url(/core/images/cudec-half-hd.png);
	background-size:cover;
	background-position:center;
}
#close-button {
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	height:50px;
}
/* -------------------------------------------------------------------------------- */
/* -----------------------------------RESPONSIVE----------------------------------- */
/* -------------------------------------------------------------------------------- */
h2 {
	font-size: 50px !important;
}
h3 {
	font-size: 40px !important;
}

@media (max-width: 768px) {
	h2 {
		font-size: 40px !important;
	}
	h3 {
		font-size: 30px !important;
	}
}

.u-none {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ul-d {
	list-style-type:none;
	margin:0px;
	padding: 0px;
}

.ul-h {
	list-style-type:none;
	margin:0px;
	padding: 0px;
}
.ul-h li {
	display:inline-block;
}

.shadow-box-t-1 {
	margin: 10px;
	border: 1px solid #d1d1d1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-box-t-1:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow-box-t-2 {
	border: 1px solid #d1d1d1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-box-t-2:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.col-20 {
	width:20%;
}
.col-25 {
	width:25%;
}
.col-30 {
	width:30%;
}
.col-33 {
	width:33.3333333%;
}
.col-35 {
	width:35%;
}
.col-40 {
	width:40%;
}
.col-45 {
	width:45%;
}
.col-50 {
	width:50%;
}
.col-55 {
	width:55%;
}
.col-60 {
	width:60%;
}
.col-65 {
	width:65%;
}
.col-70 {
	width:70%;
}
.col-75 {
	width:75%;
}
.col-80 {
	width:80%;
}
.col-85 {
	width:85%;
}
.col-90 {
	width:90%;
}
.col-95 {
	width:95%;
}
.f-l-b {
	float:left;
}
.f-r-b {
	float:right;
}
.a-768 {
	display: inherit;
}
.b-768 {
	display: none;
}
.c-flex {
	display: flex;
}
@media (max-width: 768px) {
	.a-768 {
		display: none !important;
	}
	.b-768 {
		display: inherit;
	}
	.f-l-b {
		float:none;
	}
	.f-r-b {
		float:none;
	}
	.c-flex {
		display: inherit;
	}
	.clear-p {
		padding: 0px !important;
	}
	.col-x {
		width:100% !important;
		margin:0px !important;
	}
	.col-20 {
		width:50%;
		margin:0px !important;
	}
	.col-25 {
		width:100%;
		margin:0px !important;
	}
	.col-30 {
		width:100%;
		margin:0px !important;
	}
	.col-33 {
		width:100%;
		margin:0px !important;
	}
	.col-35 {
		width:100%;
		margin:0px !important;
	}
	.col-40 {
		width:100%;
		margin:0px !important;
	}
	.col-45 {
		width:100%;
		margin:0px !important;
	}
	.col-50 {
		width:100%;
		margin:0px !important;
	}
	.col-55 {
		width:100%;
		margin:0px !important;
	}
	.col-60 {
		width:100%;
		margin:0px !important;
	}
	.col-65 {
		width:100%;
		margin:0px !important;
	}
	.col-70 {
		width:100%;
		margin:0px !important;
	}
	.col-75 {
		width:100%;
		margin:0px !important;
	}
	.col-80 {
		width:100%;
		margin:0px !important;

	}
	.col-85 {
		width:100%;
		margin:0px !important;
	}
	.col-95 {
		width:100%;
		margin:0px !important;
	}
}