@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700);
.lobster{font-family: 'Lobster Two', cursive;}
.roboto{font-family: 'Roboto', sans-serif;}



body{
	font:'Roboto', 'Segoe UI','Jo Mewka','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; 
	color:white;
	background-color:#00aaff;
}
/*
{	
	background-image: url('/images/eparas_m.png'), url('/images/bg.jpg');
	background-position: 50% 20%, top left;
	background-repeat: no-repeat, repeat;
	background-size:contain, auto;
	background-attachment: fixed, fixed;
}
*/


.body-content{
	height:100%;
	width:100%;
	background-color: rgba(0,0,0,0.8);
	background-size:contain;
}



.nav-header{
	color:white;
	height:50px;
	width:100%;
	background:black;
	position:fixed;
	top:0;
	z-index:10;
}
.nav-header ul{
	margin:0; padding:0;
	display:inline-block;
}
.nav-header a{
	text-decoration:none;
	color:#FFF;
}
.nav-header li{
	height:50px;
	padding-left:15px;
	padding-right:15px;
	display:table-cell;
	vertical-align:middle;
}
.nav-header li:hover{
	background:#333333;
	color:#EEFFEE;
}
.responsive-menu-head{
	display:none;
}
.responsive-menu{display:inline-block;}
.nav-header-space{
    height:50px;
    width:100%;
}
.nav-header img{
	height:1em;
	width:auto;
}
.nav-footer{
	color:white;
	width:100%;
	background:black;
	position:fixed;
	bottom:0;
}

.footer-space{
	color:white;
	width:100%;
	min-height:50px;
}

.nav-left{
	width:250px;
	position:fixed;
	left:0;
}
.nav-left-space{
	width:250px;
	height:25px;
	display:table-cell;

	float:left;
	background:none;
	visibility: hidden;
	border:blue solid 1px;
}
.nav-left-space+.body{
	display:table-cell;
	padding:10px;
	width:100%;
	padding-left:0;
}
.nav-left ul{
	margin:0; padding:0;
}
.nav-left a{
	text-decoration:none;
	color:#FFF;
}
.nav-left li{
	padding:6px 15px 6px 15px;
	display:block;
	margin:0;
}
.nav-left li:hover{
	background:#333333;
	color:#EEFFEE;
}



.content-box{
	width:auto;
	display:inline-block;
	background: gray;
}
.content-box ul{
	margin:0; padding:0;
}
.content-box li{
	padding:0px 5px 0px 0px;
	display:block;
	margin:0;
}


.fade-end {
	position: relative;
}
.fade-end:after{
	content: " ";
	min-height: 1.25em;
	line-height: 1.25;
	width:35%;
	min-width:20px;
	background:inherit;
	position:absolute;
	right:0;
	display:inline-block;
	background: inherit; /* For browsers that do not support gradients * /
	background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6* /
	background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12* /
	background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15* /
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
	background: linear-gradient(to right, rgba(0,0,0,0), #050 50%); /*Standard*/
}




.table-cell{
	display:table-cell;
	vertical-align:middle;
}
.table-row{
	display:table-row;
	vertical-align:middle;
}

.no-overflow{
	overflow:hidden;
}


.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}

.code{
  bsackground-color:#EEEEEE;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
}

.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}


.header-text-6{
	font-size: 40px;
}
.header-text-5{
	font-size: 35px;
}
.header-text-4{
	font-size: 30px;
}
.header-text-3{
	font-size: 25px;
}
.header-text-2{
	font-size: 22px;
}
.header-text-1{
	font-size: 19px;
}

.form-1 label, .form-1 input,  .form-1 textarea{
	display:block;
	border-radius:8px;
}

.form-1 .set{
	line-height:1.2;
}
.form-1 .set + .set{
	margin-top:20px;
}
.form-1 input, .form-1 textarea{
	padding:10px;
	width:80%;
	border:solid black 1px;
	border-radius: 2px;
}
.form-1 textarea{
	min-height: 150px;
	resize:none;
}
.form-1 input[type=submit]{
	display:inline;
	width: auto;
	padding:10px;
}

/*Columns x out of y*/
.col-1o1{
	width:100%;
}
.col-1o2{
	width:50%;
}
.col-1o3{
	width:33%;
}
.col-1o4{
	width:25%;
}
.col-1o5{
	width:20%;
}
.col-2o3{
	width:66%;
}
.col-2o5{
	width:40%;
}
.col-3o4{
	width:75%;
}
.col-3o5{
	width:60%;
}
.col-4o5{
	width:80%;
}


*[class^="col-"]:not(:first-child) .col-container{
	margin-left:10px;
}

.inline-block{
	display:inline-block;
}
.center{
	margin:0 auto;
}
.right{
	float: right;
}
.left{
	float: left;
}

.col-container{
	border-radius: 1px;
	overflow:hidden;
}
.border-white-1px{
	border:#ACA solid 1px;
}



/*from ArcVania*/
/*from ArcVania*/

a:link{
	color:rgb(0,250,0);
	text-decoration: none;
}
a:visited{
	color:rgb(0,250,0);
	text-decoration: none;
}

.button, button, input[type=submit]{
	border: green solid 1px;
	border-radius: 3px;
	background: rgb(0,150,0);
	padding:5px;
	text-align:center;
	font-size: 25px;
	color: white;
}
.button:hover, button:hover, input[type=submit]:hover{
	background:rgb(0,190,0);
}
.button:active, button:active, input[type=submit]:active{
	background:rgb(0,200,0);
	font-size: 24px;
	color: rgb(200,200,200);
}
.overflowcontrol{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.border-radius-3px{
	border-radius:3px;
}
.black-tp-bg{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	color:white;
}
.black-tp-bg-head{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color:white;
}
fieldset{
	border:none;
	border-top:white solid 2px;
	border-bottom:white solid 2px;
	border-radius:2px;
	margin-left:5px; margin-right:5px;
}
fieldset > legend{
	color:#4f4;
	padding:-5px;
	margin:0;
}
form > input[type=text]{
	width:100%;
}


/*CUBEEEE*/
.cube_cover {
	perspective:800px;
	width:100%;
	perspective-origin: 50% 100px;
}
.cube_cover .cube {
	width: 250px;
	height: 250px;
	position: relative;
	margin:30px auto;
	transform-style: preserve-3d;
}
.cube .face {
	display: block;
	position: absolute;
	width: 250px;
	height: 250px;
	border: solid black 0.5px;
}



#front{
	transform: translateZ(125px);
}
#back{
	transform: translateZ(-125px) rotateY(180deg) ;
}
#left{
	transform: rotateY(270deg) translateX(-125px);
	transform-origin: top left;
}
#right{
	transform: rotateY(-270deg) translateX(125px);
	transform-origin: top right;
}
@keyframes spin {
	0% { transform: rotateY(0deg); }
	100% { transform: rotateY(-360deg); }
}
.cube {
	animation: spin 40s linear infinite;
	animation-fill-mode:forwards;
}
.cube img, .cube p{
	width:100%;
	height:auto;
}


.thumbnail-container{
	font-size:20px;
	width:auto;
	height:auto;
	display:inline-block;
	border: solid rgba(250,200,200,0.5) 15px;
	border-radius:1px;
	position:relative;
}
.thumbnail-container:hover{
	border: solid rgba(250,250,250,0.8) 15px;
}
.thumbnail{
	display:inline-block;
	background:white;
	background:rgba(0,0,0,0.7);
	color:white;
	padding:10px;

	min-width:6em;
	max-width:12em;
	min-height:12em;
	max-height:30em;
}
.thumbnail-title{
	font-size: 1.6em;
}
.thumbnail-body{
}
.thumbnail-description{

}


*[class^="hr-"]{
	border:none;
	height:0;
	width:auto;
	margin:4px 0;
}
.hr-black{
	border-top:solid black 2px;
}
.hr-white{
	border-top:solid white 2px;
}
.hr-green{
	border-top:solid green 2px;
}
*:hover+*[class^="hr-"]{
	animation: expand 2s alternate infinite;
}
@keyframes expand {
	to { border-color:blue; 	margin:4px 2%}
}

.overflow-show{
	overflow:visible;
}
.round-box{
	width:1em;
	height:1em;
	border-radius:50%;
	border: solid white 1px;
	padding:4px;
}
.white-text{
	color:white !important;
}

.no-left{
	clear:left;
}

.no-right{
	clear:right;
}



.contact-container{

}
.contact-thumbnails{
	float:left;
	width: 50%;
}
.contact-icon img{
	width:100px;
	height:auto;
}
.contact-text{
	font-size:25px;
}
