/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(180,180,180,0.9); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
}

#tools img{
    text-align:center;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.1);
}

#tools{
    background-color:aliceblue;
    padding:15px;
    border-radius:10px;
    min-height:50px;
    text-align:center;
    margin:auto;
}

#pubs a{
    color:rgba(195, 61, 0, 0.9);
}

b {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    }

i {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    }

table {
    padding:1%;
    margin-left:5%;
    margin-right: 5%;
    margin-bottom:5%;
    font-size: 100%;
    background: rgba(255,255,255,0.3);
    border-radius:2px;
}


.carousel-inner {
	min-height: 200px;
	margin-bottom: 10px;
/*	background: linear-gradient(315deg, rgba(14, 86, 59, 0.2), rgba(14, 86, 59, 0.2) 80%), url(../images/escheresque.png); */
	background-attachment: fixed, fixed;
	border-radius: 10px;
	}
	
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
	margin:auto;
	padding:10px;
	margin-top:10px;
	height:130px;
/*	border: 2px solid rgba(14, 86, 59, 0.5);
	border-radius:5px; */

}

.carousel-inner h4{
	color:#000;
        font-family:"Montserrat", sans serif;
	}

.carousel-indicators .active {
	background-color: #000;
	border: 1px solid #000;
	}

.carousel-control.left{
	border-radius:10px;
	background:none;
	}
	
.carousel-control.right{
	border-radius:10px;
	background:none;
	}

.carousel-indicators li {
	border: 1px solid #000;
	}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
  opacity: 0.5;
  filter: alpha(opacity=50);
}


.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left:20%;
    color: #000;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right:20%;
    color:#000;
}

.carousel-caption {
  position:relative;
  right: 5%;
  top:0px;
  bottom: 20px;
  left: 5%;
  width:90%;
  z-index: 10;
  padding-top: 3%;
  padding-bottom: 3%;
  color: #ffffff;
  text-align: justify;
  text-shadow: none;
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  /*margin-left: -30%;*/
  text-align: center;
  list-style: none;
}






#map-canvas {
	margin:auto;
	text-align:center;
        width: 70%;
        height: 270px;
        position: relative;
        box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
}

p{
    position:relative;   
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.em;
    /*font-weight: bold;*/
    
} 

.row {
  margin-right: 0px;
  margin-left: 0px;
  }


.container{
	margin:0px;
	padding-top:19px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	/*font-weight: bold;*/
	}

.col-md-6 {
	/*width:50%;*/
	padding-bottom:0px;
	margin:auto;
	}

.col-md-6 h5{
       text-align:left;
        padding:3%;
        padding-right:3%;

        font-family:"Montserrat", sans serif; 
        font-weight: bold;
        font-size:150%;
	color:#000;
	/*background: linear-gradient(315deg, rgba(195, 143, 0, 0.8), rgba(195, 143, 0, 0.8) 80%), url(../images/swirl_pattern.png); */
}

	
.col-md-4 {
	padding-top:40px;
	}
	


.col-md-12 {
	padding-left:0px;
	padding-right:0px;
	width:90%;
	margin:auto;
	margin-top:-19px;
	}
	
	
.col-md-12 p{
	padding-left:3%;
	padding-right:3%;

	}

.col-md-12 h4{
	padding-left:3%;
	padding-right:3%;
	text-align:center;
	padding-bottom:20px;
	font-family:"Montserrat", sans serif;
	font-weight: bold;
	font-size:150%;
}

.col-md-3 p{
    margin:auto;
    text-align:center;
}

.col-md-3 h4{
        /*background: linear-gradient(315deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 80%), url(../images/swirl_pattern.png);*/
	padding:0;
        margin:auto;
	text-align:center;
}

h2 {
  text-align: center;
  padding-top:3%;
  padding-bottom:1%;
  color:white;
  font-weight:bold;
  font-size:250%;
  font-family: "Montserrat", sans-serif;
  }

#one img{
	border: 2px solid white;
	border-radius:5%;
	width: 40%;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
	display: block;
        margin-left: auto;
        margin-right: auto;	
	}

#pubs {
/*	background: linear-gradient(315deg, rgba(195, 61, 0, 0.5), rgba(195, 61, 0, 0.5) 80%), url(../images/washi.png); */
/*        background: url(../images/noisy_grid.png);*/
	background-attachment: fixed, fixed;
	padding-bottom:0px;
	}

#research{
/*	background: linear-gradient(315deg, rgba(14, 86, 59, 0.5), rgba(14, 86, 59, 0.5) 80%), url(../images/escheresque.png);*/
/*        background: url(../images/noisy_grid.png); */
	background-attachment: fixed, fixed;
	padding-bottom:20px;
	}
	
	
#contact{
	/*background: linear-gradient(315deg, rgba(195, 143, 0, 0.5), rgba(195, 143, 0, 0.5) 80%), url(../images/swirl_pattern.png); */
    /*        background: url(../images/noisy_grid.png); */
	background-attachment: fixed, fixed;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;

	} 

#one{
	padding-top:80px;
	padding-bottom:20px;
	/*background: linear-gradient(315deg, rgba(79, 15, 83, 0.5), rgba(79, 15, 83, 0.5) 80%), url(../images/noisy_grid.png);*/
/*	background: url(../images/noisy_grid.png);*/
	background-attachment: fixed, fixed;
	}
	
	

.navbar {
    position: fixed;
    height: 51px;
    width: 90%;
/*    background: linear-gradient(315deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 80%), url(../images/noisy_grid.png);*/
    color: #000;    
    z-index: 1000;
   /* border-bottom: 2px solid grey;*/
}


#myname{
	position:absolute;
	margin-left: 1%;
/*	font-family: "Poiret one", sans-serif;*/
	color: gray;
	font-size: 200%;
	opacity: 0.9;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}


.navbar ul li{
    padding-left:0.5em;
    padding-right:0.5em;
    margin-left:1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #000;
    /*text-shadow: 1px 1px #440027;*/
    /*border-bottom: 1px solid #000;*/

}



/* UP BuTTON */

.up_top{
	position:relative;
	height: 5%;
	}

.up_top_mid{
	position:relative;
	height: 0px;
	/*top:60px;*/
	}
	
.up_top_btn{
	position:relative;
	width: 4.5%;
/*	top: -7.3em;*/
	height: 1%;
	border-radius:100%;
	z-index:200;	
	margin:auto;
	}
	
	
.up_top_btn img{
	opacity: 0.6;
	}
	
	
.up_top_btn #img1:hover{
/*	background: linear-gradient(315deg, rgba(79, 15, 83, 0.5), rgba(79, 15, 83, 0.5) 80%), url(../images/noisy_grid.png);	*/
	border-radius:100%;	 
}

.up_top_btn #img2:hover{
/*	background: linear-gradient(315deg, rgba(195, 61, 0, 0.5), rgba(195, 61, 0, 0.5) 80%), url(../images/washi.png);	*/
	border-radius:100%;	 
}

.up_top_btn #img3:hover{
	background: linear-gradient(315deg, rgba(14, 86, 59, 0.5), rgba(14, 86, 59, 0.5) 80%), url(../images/escheresque.png);	
	border-radius:100%;	 
}	
	
.up_top_btn #img4:hover{
	/*background: linear-gradient(0deg, rgba(195, 143, 0, 0.5), rgba(195, 143, 0, 0.8) 100%), url(../images/swirl_pattern.png);	*/
	border-radius:100%;	 
}	
	
	
span{
    border-radius:0px;
}

span .mov{
	color: rgba(79, 15, 83, 1.0);
	}

span .orange{
	color: rgba(195, 61, 0, 1.0);
	}
span .verde {
	color: rgba(14, 86, 59, 1.0);
	}

span .galben {
	color: rgba(195, 143, 0, 1.0);
	}
	
li {
	font-size:16px;
	}	
	
#li_about{
/*	background: linear-gradient(315deg, rgba(79, 15, 83, 0.5), rgba(79, 15, 83, 0.5) 80%), url(../images/noisy_grid.png);*/
	}
	
#li_pubs{

/*	background: linear-gradient(315deg, rgba(195, 61, 0, 0.5), rgba(195, 61, 0, 0.5) 80%), url(../images/washi.png);*/
	}
	
	
#li_research{
/*	background: linear-gradient(315deg, rgba(14, 86, 59, 0.5), rgba(14, 86, 59, 0.5) 80%), url(../images/escheresque.png);*/
	}

#li_contact{
/*	background: linear-gradient(315deg, rgba(195, 143, 0, 0.5), rgba(195, 143, 0, 0.5) 80%), url(../images/swirl_pattern.png);*/

	}

#li_home:hover{
	background-color: rgb(17, 26, 135);
	 color: #fff;
	 border: 0px;      
}

#li_about:hover{
	background-color: rgb(230, 230, 230);
	 color: #fff;  
	 border: 20px;    
} 

#li_pubs:hover{
	background-color: rgb(230,230,230);
	color: #fff;
	border: 20px;   	    
} 

#li_research:hover{
	background-color: rgb(230, 230,230);
	color: #fff;
	border: 20px;   	    
}

#li_contact:hover{
/*	background: linear-gradient(315deg, rgba(195, 143, 0, 0.5), rgba(195, 143, 0, 0.5) 80%), url(../images/swirl_pattern.png);*/
        background-color: rgb(230,230,230);
	color: #fff;	
	border: 0px;    
} 
