@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-family: 'Raleway', serif;
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h5,h6 {
	font-family: 'Raleway', serif;
    font-weight: normal;
    font-size: 3rem;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Body elements
 * --------------------------------------- */
body{
	font-family: 'Raleway', serif;
	color: rgb(0, 0, 0);
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
	position: relative;
}

h2{
 font-size: 3vh;
 color: #f1f1f1;
}

p{
	font-size: 2.5vh;
	text-align: justify;
	font-family: 'Raleway', serif;
	line-height: 3vh;
}

p.m{
	font-size: 2vh;
	text-align: justify;
	font-family: 'Raleway', serif;
	line-height: 2.5vh;
	color: #f1f1f1;
}

p.di{
	font-size: 2.2vh;
	text-align: justify;
	font-family: 'Raleway', serif;
	line-height: 3vh;
}


h6{
	line-height: 2vmin;
	font-size: 1.4vmin;
	text-align: center;
	font-family: 'Raleway', serif;
	color: #000;
}

.bgs{
	background-color: #444;
}

.comp-t{
	  font-family: 'Raleway', Serif;
  font-size: 1.1vw;
  text-align: center;
  background:rgb(0, 0, 0);
  border: 0px solid rgb(255, 255, 255);
  border-radius: 5px;
  padding: 6px;
  color: #ffffff;
  height: 2.5vh;
  width: 0vw;
  position: fixed;  
  overflow: hidden;
  z-index: 1;
  left: 2%;
  top: 95%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-duration: 0.3s;
}


/*======================================================================*/
/*==MAIN DIVS===========================================================*/
/*======================================================================*/

.divs{
	margin-top: 0.5%;
	margin-bottom: 2%;
	margin-right: 1%;
	height: 75vh;
  width:75vh;
	background-color: rgba(0, 0, 0, 0.822);
	right: 0;
	position: absolute;
	transform-style: flat;
	backface-visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	transform: matrix(1, 0, 0, 1, 0, 0);
	z-index: 1;
	color: #f1f1f1;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 11%;
	border-radius: 5px;  
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	transition-duration: 600ms;
	
}


.btn {
  background-color: rgba(30, 61, 80, 0);
  border: 2px solid rgb(255, 255, 255);
  color: white;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  padding-left: 1vh;
  padding-right: 1vh;
  font-size: 1.6vh;
  font-family: 'Raleway', serif;
  position: fixed;
  margin-top: 4%;
	margin-left: 4%;
	top: 0;
	left: 0;
  border-radius: 5px;
  overflow: hidden;
	visibility: inherit;
	cursor: pointer;
}

.btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgba(30, 61, 80, 0.836);
  transition: 0.5s;
}


.button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 600;
	font-family: 'Raleway', serif;
  font-size: 1.5vh;
  width: 15vh;
  height: 5vh;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  float: right;
  border-radius: 2px;
  position: fixed;
  right:    0;
  bottom:   0;
  margin-right: 80px;
  margin-bottom: 60px;
  border-radius: 5px;
  overflow: hidden;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


/*======================================================================*/
/*======LEARN MORE======================================================*/
/*======================================================================*/

.LRN{
	font-size: 2vh;
	font-family: 'Raleway', serif;
	text-align: justify;
  	padding-left: 10%;
	  padding-right: 10%;
		color: #fff;
		line-height: 2.5vh;
}

.LRN-thin{
	font-size: 2vh;
	font-family: 'Raleway', serif;
	text-align: justify;
	color: #fff;
	line-height: 2.5vh;
}

.LRN-left{
	font-size: 2vh;
	font-family: 'Raleway', serif;
	text-align: left;
	color: #fff;
	line-height: 2.5vh;
}


.learnmore {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.learnmore-content {
  position: fixed;
  width: 100%;
  margin-top: 3%;
}

.learnmore a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.learnmore a:hover, .learnmore a:focus {
  color: #f1f1f1;
}

.learnmore .clsbtn {
  position: absolute;
  top: 0;
  left: 0;
	font-size: 60px;
	margin-top: 1%;
	margin-left: 1.5%;
	z-index: 999999999;
}

@media screen and (max-height: 450px) {
  .learnmore a {font-size: 20px}
  .overlay .learnmore {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}





/*======================================================================*/
/*===TABLES==========================================================*/
/*======================================================================*/

table {
	width:60vw;
	height: 80vh;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
  
  }
  td.FS {
	padding: 1vh;
	width: 2vw;
	vertical-align: middle;
	color: #fff;
	height: 3vh;
  
  }
  
  th.FS{
	border-left: 1px  solid rgb(255, 255, 255);
	color: #fff;
	width: 26vw;
	text-align: left;
	padding: 1vh;
	font-size: 1.4vh;
	line-height: 2vh;
  
  }
  
  tr.FS:nth-child(odd) {
		background-color: rgba(49, 48, 48, 0.726);
  }
  
  b.BB{
  
  font-size: 2vh;
  line-height: 2.5vh;
  font-weight: 600;
  
  }
  
  
  
  table.SC {
	border: 1px  solid rgb(255, 255, 255);
	font-size: 1.7vh;
	width: 100%;
	height: 30vh;
	padding: 5px;
	
  
  }
  
  td.SC {
	text-align: center;
	border: 1px  solid rgb(255, 255, 255);
	padding: 2px;
	vertical-align: middle;
  }
  
  tr.SC:nth-child(even) {
		background-color: rgba(49, 48, 48, 0.726);
  }
  
  table.RD {
	font-size: 1.7vh;
	line-height: 2vh;
	width: 100%;
	height: 48vh;
	padding: 5px;
	color: #fff;
   
  
  }
  
  td.RD {
	text-align: center;
	border-left: 1px  solid rgb(255, 255, 255);
	border-right: 1px  solid rgb(255, 255, 255);
	padding: 2px;
	vertical-align: middle;
	width: 4vh;
  }
  
  tr.RD{
	height: 4vh;
  }
  
  tr.RD:nth-child(even) {
		background-color: rgba(49, 48, 48, 0.726);
	
  }
  
  table.FT {
	border: 1px solid white;
	font-size: 1.7vh;
	width: 100%;
	height: 8vh;
	padding: 5px;
   
  
  }
  
  td.FT {
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	line-height: 2vh;
  }
  
  tr.FT:nth-child(odd) {
		background-color: rgba(49, 48, 48, 0.726);
  }

	table.SC {
		font-family: 'Raleway', serif;
		border: 1px  solid rgb(255, 255, 255);
		font-size: 1.7vh;
		width: 40vw;
		height: 30vh;
		padding: 5px;
		
	
	}
	
	td.SC {
		text-align: center;
		border: 1px  solid rgb(255, 255, 255);
		padding: 2px;
		vertical-align: middle;
	}
	
	tr.SC:nth-child(even) {
		background-color: rgba(49, 48, 48, 0.726);
	}
	
	.titles{
		height: 5vh;
		width: 70vw;
		margin-bottom: 2%;
		top: 0;
	}
	
	
	table.RD {
		font-family: 'Raleway', serif;
		font-size: 1.7vh;
		line-height: 2vh;
		width: 100%;
		height: 48vh;
		padding: 5px;
	 
	
	}
	
	td.RD {
		text-align: center;
		border-left: 1px  solid rgb(255, 255, 255);
		vertical-align: middle;
		width: 4vh;
	}
	
	tr.RD{
		height: 4vh;
	}
	
	tr.RD:nth-child(even) {
		background-color: rgba(49, 48, 48, 0.726);
		
	}
	
	table.FT {
		font-family: 'Raleway', serif;
		border: 1px solid white;
		font-size: 1.7vh;
		width: 100%;
		height: 8vh;
	 
	
	}
	
	td.FT {
		text-align: center;
		vertical-align: middle;
		line-height: 2vh;
	}
	
	tr.FT:nth-child(odd) {
		background-color: rgba(49, 48, 48, 0.726);
	}

/*======================================================================*/
/*===PARALLAX COMPONENTS========================================================*/
/*======================================================================*/


.parallaxer{
	/* The image used 
	background-image: url("IMAG/ATLAS/mnt.jpg"); */
	 background-color: rgba(27, 27, 27, 0);
	/* Set a specific height */
	width: 100%;
	height: 8vh;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 20%;
}




.prlx{
	position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ALEX/Muse1.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;    
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);  
	perspective: 100px; 

}

.prlxbg{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ALEX/alex.png'); 
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1); 
	perspective: 100px;     

}


.prlx2{
	position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ATLAS/Muse4.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;    
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);  

}

.prlxbg2{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ATLAS/atlas.png'); 
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);   
}

.prlx3{
	position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/HERMES/Muse2.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);     
}

.prlxbg3{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/HERMES/hermesbw.png'); 
	background-repeat: no-repeat;
	background-size: cover;   
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);   
}


.prlx4{
	position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/NYDIA/Muse5.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);    
}

.prlxbg4{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/NYDIA/Nydia.png'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);    
}

.prlx5{
	position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/MICHEL/Muse3.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);    
}


.prlxbg5{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/MICHEL/michael.png'); 
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);     
}

.prlxbgg5{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/MICHEL/wall.png'); 
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);     
}

.prlx6{
	position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ADAM/B4-Adam.jpg'); 
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);     
}


.prlxbg6{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ADAM/B3-Adam.png'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);    
}

.prlxbgg6{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ADAM/B02-Adam.png'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);    
}

.prlxbgg7{
  position: relative;
  height: 100vh;
  width: 100vw;
	background: url('../IMAG/ADAM/B1-Adam.png'); 
	background-repeat: no-repeat;
	background-size: cover;  
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);    
}







/*======================================================================*/







.info{
margin-top: 1%;
margin-right: 10%;
margin-left: 10%;
}


/*======================================================================*/
/*===COLUMNS===========================================================*/
/*======================================================================*/

.column {
	float: left;
	width: 50%;
	padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }


  .col3 {
    width: 35vw; 
    height: 80vh; 
    float:left;
		margin-left: 2%;
		margin-top: 2vh;
  }

  .col4{
    width: 60vw; 
    height: 90vh; 
    float:left;
		padding: 12px;
  }

	.col1{
		width: 40vw; 
    height: 80vh; 
    float:left;
		margin-left: 8%;
		margin-right: 2%;
		margin-top: 2vh;
	}

	.col2{
		margin-left: 4%;
		width: 40vw; 
    height: 90vh; 
    float:left;
  }

	.col20{
		margin-left: 8%;
		width: 40vw; 
    height: 90vh; 
    float:left;
  }

	
/*======================================================================*/

  span.a {
	display: inline-block; /* the default for span */
	font-size: 5vh; 
	position: absolute;
	left:    0;
	bottom:   0;
	margin-bottom: 7%;
	margin-right: 7%; 
	margin-left: 7%;
  }
  
  span.b {
	display: inline-block; /* the default for span */
  }
  
  
	span.S {
		display: inline-block; /* the default for span */
		font-size: 5vh; 
		position: absolute;
		width: 15vw;
		left:    0;
		bottom:   0;
		margin-bottom: 7%;
		margin-right: 7%; 
		margin-left: 7%;
		cursor: pointer;
		}


.social{
	vertical-align: middle;
	color: #818181;
	font-size: 4vh;
	transition-duration: 200ms;
	padding-left: 2px;
	padding-right: 2px;
}

.social:hover{
		color: #fff;
		font-size: 5vh;
		transition-duration: 200ms;
}
  
 
  .square{
	vertical-align: middle;
	border: 1px solid white;
	border-radius: 5px;
	height: 2.5vh;
	width: 2.5vh;
  }

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}




.lm{
	width: 60%;
	margin-top: 1%;
}

.lmB{
	width: 83%;
	margin-top: 1%;
}


#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}



/*OVERLAY-MENU======================================================*/

 .overlay {
	height: 100%;
	width: 0;
	position: fixed; 
	z-index: 1; 
	left: 0;
	top: 0;
	border-radius: 5px;
	background-color: rgb(0,0,0); 
	background-color: rgba(0, 0, 0, 0.959); 
	overflow-x: hidden; 
	overflow-y: hidden;
	transition: 0.5s; 
  }
  
 
  .overlay-content {
	font-family: 'Raleway', serif;
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center; 
	margin-top: 30px; 
  }
  

  .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 1.8rem;
	color: #818181;
	display: block; 
	transition: 0.3s;
  }
  
 
  .overlay a:hover, .overlay a:focus {
	color: #ffffff;
  }
  

  .overlay .closebtn {
		cursor: pointer;
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 4vh;
  }
  
 
  @media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
	}
  } 


  /*=========================================================================*/


  #fp-nav ul li a span, .fp-slidesNav ul li a span{
		background: rgb(255, 255, 255);
	}

	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:40px 0 0 0;
	}
	.intro p{
		color: #fff;
		padding:40px 0 0 0;
	}

	.section{
		width: 100%;
		height: 100%;
	}


	#infoMenu li a {
		color: #fff;
	}


	#container {
  position: relative;
  height: 100vh;
  width: 100vw;
}


#container2 {
  position: relative;
  height: 100vh;
  width: 100vw;
}


.sce{
  position: relative;
  height: 100vh;
	width: 100vw;
	overflow: hidden;
}


.id-table{
	width: 90%;
	height: 60%;
	padding-right: 5px;
	padding-left: 5px;
}

.id-td{
	padding-right: 3px;
	padding-left: 3px;
}

.id-card-top{
	position: relative;
	min-height: 6%;
	max-height: 6%;
	max-width: 28%;
	min-width: 28%;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #818181;
	display: inline-block;
	transition-duration: 400ms;
	border-radius: 1%;
	padding: 5px;
	padding-top: 10px;
	display: inline-block;
}

.id-card-top:hover{
	background-color: #d4d4d4;
	height: 6%;
	width: 25%;
	transition-duration: 300ms;
	font-size: 2.5vh;
}


.id-card{
	position: relative;
	min-height: 95%;
	max-height: 95%;
	max-width: 95%;
	min-width: 95%;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #818181;
	display: inline-block;
	transition-duration: 400ms;
	border-radius: 1%;
	padding: 5px;
	padding-top: 10px;
	display: inline-block;
}

.id-card:hover{
	background-color: #d4d4d4;
	height: 6%;
	width: 25%;
	transition-duration: 300ms;
	font-size: 2.5vh;
}

.bio-card{
	margin-top: 3%;
	margin-left: 10%;
	margin-right: 15%;
	margin-bottom: 10%;
	width: 30vw;
	height: 70vh;
	background-color: #818181;
	border-radius: 1%;
	padding: 5%;
	border: 4px solid rgb(226, 226, 226);

}


#BP{
	opacity: 1;
	transition-delay: 400ms;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	transition-duration: 400ms;
}

#BP.show{
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	transition-duration: 400ms;
}






.id-img{
	display: block;
  margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5%;
	height: 10vh;
	border-radius: 50%;
	border: 1px solid #fff;
		
}


.Mrow{
	width: 100%;
}

.Mrow::after{
	width: 100%;
}



.bio-img{
	display: block;
  margin-left: auto;
  margin-right: auto;
	height: 20vh;
	border-radius: 50%;
	border: 4px solid #fff;
	-webkit-box-shadow: 2px 9px 18px -3px #575757;
	-moz-box-shadow: 2px 9px 18px -3px #575757;
	box-shadow: 2px 9px 18px -3px #575757;
}

.img-d{
	width: 100%;
	height: 20vh;
}



.bio-text{
	margin-top: 5%;
	
}


.linkedin{
	top: 0;
	right: 0;
	color: rgb(221, 221, 221);
	text-align: right;
	font-size: 5vh;
	position: absolute;
	margin-right: 10%;
	margin-top: 6%;
	transition-duration: 400ms;
	text-shadow: 2px 9px 18px #575757;
	z-index: 9999999999999999999;
}

.linkedin:hover{
	top: 0;
	right: 0;
	color: #fff;
	text-align: right;
	font-size: 5vh;
	position: absolute;
	margin-right: 10%;
	margin-top: 6%;
	transition-duration: 400ms; 
	z-index: 9999999999999999999999;
}




p.i{ 

	text-indent: 4vh;
	color: #fff;
	font-size: 1.9vh;
	line-height: 2.2vh;
 
 }

 b.BB{

	font-size: 1.9vh;
	line-height: 2.2vh;
	font-weight: 600;
	
	}
.white{
	color: #fff;
	font-size: 1.9vh;
	text-align: justify;
	font-family: 'Raleway', serif;
	line-height: 2.2vh;
}


	
.map{

  width: 40vw;


}

.countries{
  font-family: 'Raleway', Serif;
  font-size: 2vh;
  line-height: 2.6vh; 
	text-align: left; 
	color: #fff;
}

.bc{
  font-family: 'Raleway', Serif;
  font-size: 1.8vh;
  line-height: 2.6vh; 
  text-align: center;
  font-weight: bold;
}

.nc{
  font-family: 'Raleway', Serif;
  font-size: 1.8vh;
  line-height: 2.6vh; 
  text-align: center;
}




input[type=text], select, textarea {
	width: 40vw;
	 padding: 12px;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 box-sizing: border-box;
	 margin-top: 6px;
	 margin-bottom: 16px;
	 resize: vertical;
	 background-color: rgba(49, 48, 48, 0.726);
	 color: #fff;
 }
 
 
 input[type=email], select, textarea {
	 width: 40vw;
	 padding: 12px;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 box-sizing: border-box;
	 margin-top: 6px;
	 margin-bottom: 16px;
	 resize: vertical;
	 background-color: rgba(49, 48, 48, 0.726);
	 color: #fff;
 }
 
 
 
 input[type=submit] {
	 width: 15vw;
	 background-color: #3f95bc;
	 color: white;
	 padding: 12px 20px;
	 border: none;
	 border-radius: 4px;
	 cursor: pointer;
	 left: 0;
 }
 
 
 
 input[type=tel] {
	 width: 40vw;
	 padding: 12px;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 box-sizing: border-box;
	 margin-top: 6px;
	 margin-bottom: 16px;
	 resize: vertical;
	 background-color: rgba(49, 48, 48, 0.726);
	 color: #fff;
 }
 
 
 
 
 input[type=url] {
	 width: 40vw;
	 padding: 12px;
	 border: 1px solid #ccc;
	 border-radius: 4px;
	 box-sizing: border-box;
	 margin-top: 6px;
	 margin-bottom: 16px;
	 resize: vertical;
	 background-color: rgba(49, 48, 48, 0.726);
	 color: #fff;
 }
 
 
 input[type=submit]:hover {
	 background-color: #4f9ec2;
 }
 
 
 textarea#subject{
 
 min-height: 30vh;
 height: 30vh;
 max-height: 30vh;
 background-color: rgba(49, 48, 48, 0.726);
 color: #fff;
 
 
 }
 
 
 
 .container {
	 border-radius: 5px;
	 background-color: #f2f2f2;
	 width: 80vw;
	 height: 80vh;
	 margin-left: 3vw;
	 margin-right: 2vw;
	 text-align: left;
 }
 
 label.af{
 
	 font-family: 'Raleway', Serif;
	 font-size: 1.5vh;
	 color: #ffffff;
	 text-align: left;
 
 
 }
 
 
 
 
 .colF {
	 width: 40vw; 
	 height: 90vh; 
	 margin-left: 1%;
	 margin-right: 2%; 
	 overflow: hidden;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 text-align: left;
 
 }
 
 .colF2{
 
	 width:40vw; 
	 height: 90vh; 
	 margin-right: 10%;
	 overflow: hidden;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 text-align: left;
 }
 
 
 
 p.small{
 
	 font-family: 'Raleway', Serif;
	 font-size: 1.3vh;
	 color: #ffffff;
	 text-align: justify;
 
 } 
 
 
 
 .vert{
	 vertical-align: middle;
 }
 
 .toc{
	 width: 43vw;
 }
 
 

 /*======================================================================*/





form{
	text-align: left;
	font-family: 'Raleway', serif;
    font-weight: normal;
    font-style: normal;
}

a.b {
  color: #3f95bc;
  font-family: 'Raleway', Serif;
   font-size: 1.3vh;
  text-align: justify;
  display: inline-block;
  cursor: pointer;
}

#section0{
	background-image: url('../VID/client.gif');
	background-size: cover;
	background-repeat: no-repeat;
}



.intro{
	width: 70vw; 
	height: 90vh; 
	left: 0;
	margin-left: 8%;
	margin-top: 2vh;
}

.think{
	font-family: 'Poiret One', cursive;
	text-shadow: 2px 2px rgb(75, 75, 75);
	font-size: 8vh;
	color: rgb(255, 255, 255);
	text-align: left;
	padding-top: 12%;
	font-weight: bold;
}

.lingual{
	padding-top: 5%;
	font-family: 'Quicksand', sans-serif;
	text-shadow: 2px 2px rgb(75, 75, 75);
  text-align: left;
  font-size: 3vh;
  font-style: italic; 
	color: #ffffff;
	line-height: 170%;
}

.points{
	padding-top: 4%;
	font-family: 'Quicksand', sans-serif;
	text-shadow: 2px 2px rgb(75, 75, 75);
  text-align: left;
  font-size: 2.5vh;
  line-height: 4vh; 
  color: #ffffff;
}

.logo{
	width: 20vw; 
	height: 90vh; 
	right: 0;
	top: 0;
	margin-right: 1vw;
	margin-top: 3vh;
	position: absolute;
}

.logo-img{
	width: 80%;
	right: 0;
	top: 0;
	position: absolute;
}


/*=======================================================================================*/

.btnI {
  background-color: rgba(30, 61, 80, 0);
  border: 2px solid rgb(255, 255, 255);
  color: white;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  padding-left: 1vh;
  padding-right: 1vh;
  font-size: 1.6vh;
  font-family: 'Raleway', serif;
  position: fixed;
  margin-top: 3%;
	margin-left: 3%;
	top: 0;
	left: 0;
  border-radius: 5px;
  overflow: hidden;
	visibility: inherit;
	cursor: pointer;
}

.btnI:hover {
  background-color: rgb(255, 255, 255);
  color: rgba(30, 61, 80, 0.836);
  transition: 0.5s;
}






.tooltip1 {
 
  display: inline;
  
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  font-family: 'Raleway', Serif;
  font-size: 1vw;
  font-weight: 400;
  text-align: center;
  width: 120px;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgba(27, 27, 27, 0.013);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  bottom: 70px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.1s;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
  opacity: 1;
}

.tooltip1 .tooltiptext1::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  right: 75%;
  margin-right: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
}


.tooltip2 {
 
  display: inline;
  
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  font-family: 'Raleway', Serif;
  font-size: 1vw;
  font-weight: 400;
  text-align: center;
  width: 120px;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgba(27, 27, 27, 0.013);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  bottom: 70px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.1s;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

.tooltip2 .tooltiptext2::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 75%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
}



/*===============================================================*/

.Ploader {  
	width: 100%;
	height: 100%;
	position: fixed; 
	z-index: 90000000; 
	top: 0;
	left: 0;
	font-family: 'Raleway', serif;
	font-size: 1.5vw;
 /* background: linear-gradient(1deg, #9f9f9f, #7d7d7d, #636262, #454545, #292929); */
	background: linear-gradient(1deg,  #353535, #505050, #666666, #969696);
	/* background: linear-gradient(1deg, #16ac86, #832c2c, #8c56a5, #457fb7, #c3bb4b); */
	background-size: 1000% 1000%;
	-webkit-animation: AnimationName 18s ease infinite;
	-moz-animation: AnimationName 18s ease infinite;
	-o-animation: AnimationName 18s ease infinite;
	animation: AnimationName 18s ease infinite;
	overflow-x: hidden;
	overflow-y: hidden  ;
	transition-delay: 400ms;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	transition-duration: 400ms;
	
	}

	.lds-roller {
		display: inline-block;
		position: relative;
		width: 80px;
		height: 80px;
		margin-top: 5%;
		
	}
	.lds-roller div {
		animation: lds-roller 1.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		transform-origin: 40px 40px;
	}
	.lds-roller div:after {
		content: " ";
		display: block;
		position: absolute;
		width: 5px;
		height:5px;
		border-radius: 50%;
		background: #fff;
		margin: -5px 0 0 -5px;
	}
	.lds-roller div:nth-child(1) {
		animation-delay: -0.036s;
	}
	.lds-roller div:nth-child(1):after {
		top: 63px;
		left: 63px;
	}
	.lds-roller div:nth-child(2) {
		animation-delay: -0.072s;
	}
	.lds-roller div:nth-child(2):after {
		top: 68px;
		left: 56px;
	}
	.lds-roller div:nth-child(3) {
		animation-delay: -0.108s;
	}
	.lds-roller div:nth-child(3):after {
		top: 71px;
		left: 48px;
	}
	.lds-roller div:nth-child(4) {
		animation-delay: -0.144s;
	}
	.lds-roller div:nth-child(4):after {
		top: 72px;
		left: 40px;
	}
	.lds-roller div:nth-child(5) {
		animation-delay: -0.18s;
	}
	.lds-roller div:nth-child(5):after {
		top: 71px;
		left: 32px;
	}
	.lds-roller div:nth-child(6) {
		animation-delay: -0.216s;
	}
	.lds-roller div:nth-child(6):after {
		top: 68px;
		left: 24px;
	}
	.lds-roller div:nth-child(7) {
		animation-delay: -0.252s;
	}
	.lds-roller div:nth-child(7):after {
		top: 63px;
		left: 17px;
	}
	.lds-roller div:nth-child(8) {
		animation-delay: -0.288s;
	}
	.lds-roller div:nth-child(8):after {
		top: 56px;
		left: 12px;
	}
	@keyframes lds-roller {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	
	
/* Position the content inside the overlay */
.Ploader-content {
	position: relative;
	font-family: 'Raleway', serif;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


@-webkit-keyframes AnimationName {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}
@-o-keyframes AnimationName {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}
@keyframes AnimationName {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}

/* The navigation links inside the overlay */
.Ploader a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #ffffffd3;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.Ploader a:hover, .overlay5 a:focus {
	color: #ffffff;
}

/* Position the close button (top right corner) */
.Ploader .closebtn3 {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.Ploader a {font-size: 20px}
	.Ploader .closebtn2 {
			font-size: 40px;
			top: 15px;
			right: 35px;
	}
}

.modal{
	width: 50%;
	height: 30%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999999999999999;
	background-color: rgba(49, 48, 48, 0.726);
	display: none;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

.modal-container{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999999999;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	display: block;
	overflow: hidden;
}

.modal-text{
	color: rgb(143, 143, 143) !important;
	margin: 40px;
	font-size: 1rem !important; 
	font-family: 'Raleway', serif;
}

.modal, h4{
	color: #fff !important;
	font-size: 2rem !important;
}

.puff-in-center {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-11-8 1:11:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
 @-webkit-keyframes puff-in-center {
	0% {
	  -webkit-transform: scale(2);
			  transform: scale(2);
	  -webkit-filter: blur(4px);
			  filter: blur(4px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }
  @keyframes puff-in-center {
	0% {
	  -webkit-transform: scale(2);
			  transform: scale(2);
	  -webkit-filter: blur(4px);
			  filter: blur(4px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }
  
  .button-modal {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: 600;
	font-family: 'Raleway', serif;
	font-size: 2vh;
	width: 20vh;
	height: 5vh;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	float: right;
	border-radius: 2px;
	position: fixed;
	right:    0;
	bottom:   0;
	margin: 20px;
	border-radius: 5px;
	overflow: hidden;
  }
  
.button-modal span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
  }
  
.button-modal span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
  }
  
.button-modal:hover span {
	padding-right: 25px;
  }
  
.button-modal:hover span:after {
	opacity: 1;
	right: 0;
  }
  
.clsbtn-modal {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px !important;
	padding: 0px !important;
	margin-left: 20px;
	z-index: 999999999;
  }

  .lmc{
	width: 80%;
	margin-top: 1%;
}

.lmc p{
	color: rgb(143, 143, 143) !important;
	margin: 40px;
	font-size: 1rem !important; 
	font-family: 'Raleway', serif;
}

.slide-out-bck-center {
	-webkit-animation: slide-out-bck-center 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-bck-center 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bck-center {
	0% {
	  -webkit-transform: translateZ(0);
			  transform: translateZ(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateZ(-1100px);
			  transform: translateZ(-1100px);
	  opacity: 0;
	}
  }
  @keyframes slide-out-bck-center {
	0% {
	  -webkit-transform: translateZ(0);
			  transform: translateZ(0);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateZ(-1100px);
			  transform: translateZ(-1100px);
	  opacity: 0;
	}
  }
  


  .fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 
/* ----------------------------------------------
 * Generated by Animista on 2019-11-14 19:21:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * DOCUMENT INFORMATION
 * @file fade-in.less
 * @version 1.0
 * @author Ana Travas, @ana108
 * ----------------------------------------
 */
/**
  /**
   * ----------------------------------------
   * animation fade-in
   * ----------------------------------------
   */
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }