


span {

	font-size: 18px;
	line-height:0.9;
}

.text {
	font-size: 32px !important;
}


/* Pianeta Marte Version 1.0.0.0, Made by Mattia Peiretti. mattiapeiretti.com */

/* Main */

body {
	font-family: Product Sans;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color:#FFFFFF;
    min-width:680px; /* suppose you want minimun width of 1000px */
    min-height:500px;
    width: auto !important;  /* Firefox will set width as auto */
    overflow-x: hidden;
   
}

#b404 {
	font-family: Product Sans;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color:#FFFFFF;
    min-width:100px; /* suppose you want minimun width of 1000px */
    min-height:100px;
    width: auto !important;  /* Firefox will set width as auto */
}

@font-face {
  font-family: 'Product Sans';
  font-style: normal;
	font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

::selection {
  background: #ff8c00; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ff8c00; /* Gecko Browsers */
}
/* General Stuff */

a {
	text-decoration: none;
	color: #ff8c00;
	cursor: pointer;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a:hover {
	text-decoration: underline;
	color: #ff8c00;
}

html {
    overflow-y: scroll;
}
 
ul, li {
	text-decoration: none;

}

span b {
	font-size: 75%;
	height: 20px;
	line-height:0.8;
}

/* Buttons */

.myButton {
	min-width: 140px;
	background-color:#ffffff;
	border:2px solid #969696;
	display:inline-block;
	cursor:pointer;
	color:#969696;
	font-size:18px;
	padding: 7px 30px;
	text-decoration:none !important;
}
.myButton:hover {
	background-color:#f6f6f6;
	border:2px solid #ff8c00;
}

#main404 {
	width:500px;
	position: fixed;
	left: calc(50% - 250px);
	text-align: center;
}

/* Article */

article {
	margin-left: 17%;
	margin-right: 17%;
}

.panel {
	border-radius: 15px;
	background-color: rgba(227, 227, 227, 0.80);
	padding: 20px 50px 50px 50px;




}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: auto;
    height: auto;
    color: #000;

	
}

td, th {
    border: 1px solid #C1C1C1;
    text-align: left;
    padding-left: 8px;

    -moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

td a{
	color: #7f7f7f !important;
	font-size: 18px !important;
}

td span {
	font-size: 20px !important;
}
 
td:hover {
	padding: 18px 8px;
	opacity: 1.5;
	
}

th td:hover {
	background-color: #fff;

}




.space {
	height: 100px;
	width: 100%;
}

h2 {
	animation: leftMove 1s normal forwards ease-in-out;
}

table {
	animation: fadeInOpacity 1s normal forwards ease-in-out;
	margin-left: 0px;
	width: calc(100% -44%);
	font-family: Product Sans;

}


#bkimg {
	z-index: -1000; 
	position: fixed; 
	top: -30%;
	animation: fadeInOpacity 2s normal forwards ease-in-out;
	height: 130%;


}

/*--*/

#UpBar {
	position: fixed;
	background-color: rgba(227, 227, 227, 0.90);
	top: 0px;
	width: 100%;
	z-index: 1000;
	
}

.socialBar {
	 border-radius: 50px;
	background-color: rgba(227, 227, 227, 0.80);
	width: 630px;
	padding: 20px;
	height: 70px;
}

#ytbk {
	border-radius: 15px;
	background-color: rgba(227, 227, 227, 0.80);
	margin-left: calc(50% - 333px); 
	margin-right: calc(50% - 333px);
}

#fade {
	animation: fadeInOpacity 1s normal forwards ease-in-out;
}

#fbIcon {
	width: 32px;
	height: 32px;
	vertical-align:middle;
}

#fbIcon:hover {
	text-decoration: none;
}
 
#fbTit, #ytTit {
	padding: 10px;	
	color: #7f7f7f!important;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#fbTit:hover, #ytTit:hover {
	text-decoration: underline;
	color: #ff8c00!important;
}
.container {
 	min-width: 700px !important;
 	left: 22%;
 	right: 22%;
 	width: 64%;
	display: table;
	
	padding-bottom: 5px;
}


#container-left {
  	line-height: 80px;
	float: left;
  	display: table-cell;
  	vertical-align: middle;
	
}

.container-right {
  	line-height: 120px;
  	float:right;
  	display: table-cell;
  	vertical-align: middle;
  	height: 100%;
}

.span, .text {
    vertical-align:middle;
    display:table-cell;
}

h1 {
	color: #000000;
    display:table;
    width: 350px;
}
/* Navigation Bar */

#NavBar {
	text-decoration: none;
	font-size: 30px;
	vertical-align:middle;
}

.Navbar {
	color: #969696;
	
	text-decoration: none;
	font-size: 20px;
	vertical-align:middle;
	
	-webkit-transform: translateX(0);
	
}

.Navbar:hover {
	color: #000000;
	text-decoration: none;
	
}

#Logo {
	width:80px;
	height:80px;
	vertical-align:middle;
}

.InfoPnl {
	min-width: 200px;

}

/* Footer */ 

#footer {
	  position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
    background-color:  rgba(226,223,223);
    /* RGBa with 0.6 opacity */
    background-color: rgba(226,223,223,0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: rgba(226,223,223,1.00);
   color: white;
   text-align: center;
   min-width: 1000px;
		
}

/* ---- Animations ---- */



@keyframes fadeInOpacity {
	0% {
		opacity: 0;
		
	}
	100% {
		opacity: 1;
		
	}
}

@keyframes leftMove {
	0% {
		
		opacity: 0;
		
		
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		
		transform: translateX(0px);
	}
}

@keyframes bottomMove {
	0% {
		
		opacity: 0;
		
		
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		
		transform: translateY(0%);
	}
}

 

	animation: leftMove 1s normal forwards ease-in-out;


.folders {
	color: #7f7f7f!important;
}


























#centeredBar {
	width: 100%;
}





