 body {
 
  color: #336699;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
 	padding:0px;
 	margin:0px;
}

A {	
COLOR: #07519a; 
BACKGROUND-COLOR: transparent; 
TEXT-DECORATION: none;
}
A:link {	
COLOR: #07519a; 
BACKGROUND-COLOR: transparent; 
TEXT-DECORATION: none;
}
A:visited {	

BACKGROUND-COLOR: transparent;
 TEXT-DECORATION: none;
}
A:hover {	
TEXT-DECORATION: underline;
}
A:active {	
COLOR: #090;
}

#emri_autori{
	position: relative;
	display:block;
    	/* z-index: 999999; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#emri_autori h4, #emri_autori h3{
	position:fixed;
	left:0px;
	width:100%;
}
#emri_autori h4 span, #emri_autori h3 span{
	width:100%;
}

.navbar-brand {
  	padding: 0px;
  	width:9%;
	position:relative;
	z-index:10000;
	transition: all 100ms linear;
}
.navbar-brand>img {
 	padding: 0px;
  	width: 100%;
	
}

.navbar{
	font-size:1.5em;
	position:fixed;
	width:100%;
	z-index:100000;
	top:0px;
}

.formi{
	width:50%;
}
.form-inline .form-control{
	width:100%;
}

.cont-fluid{

}

.autori-desc p:first-of-type{
	padding-top:13px;
}

.tit-section{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display:block;
	width:100%;
	font-size: 1.5em;
    	padding: 7px;
}
.tagcloud02 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.tagcloud02 ul li {
	float: left;
	min-width: calc(30%);
	max-width: calc(95%);
	margin: 0 10px 10px 0;
	padding: 0;
}
.tagcloud02 ul li a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tagcloud02 ul li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}

.share-btn{
	position: absolute;
    	right: 30px;
    	bottom: 44px;
	z-index:99;
}
.share-btn a{
	border: solid 2px #e74848;
    	border-radius: 19px;
    	padding: 6px 3px;
    	background: #fff;
    	margin-right: 10px;
}
.share-btn a:hover{
    	background: #e74848;
	color:#fff;
}
.share-btn a span{
	vertical-align: inherit;
	height: 30px;
    width: 30px;
    display: inline-block;
	background-size: 30px;
}
.fb-icon{
	background:url(img/icons/48px/Rounded/facebook-dreamstale25.png) no-repeat center center;
}
.wa-icon{
	background:url(img/icons/48px/Rounded/whatsapp-dreamstale75.png) no-repeat center center;
}
.az-list{
	border: solid 2px #000;
    	border-radius: 80px;
    	display: inline-block;
    	font-size: 2em;
    	padding: 10px;
    	z-index: 99;
    	position: fixed;
    	bottom: 100px;
    	right: 10px;
}
.az-list:hover{
	background:#000;
	cursor:pointer;
}

ul.lista-autore {
    	margin: 0px;
    	padding: 0;
    	display: inline-block;
    	list-style-type: none;
    	position: relative;
    	z-index: 10;
}
ul.lista-autore li {
    	margin: 5px;
    	padding: 0;
    	display: inline-flex;
}
ul.lista-autore li a {
    	width: 200px;
    	margin: 5px;
    	display: block;
    	font-weight: 600;
    	font-size: 1.3em;
    	line-height: 20px;
    	text-decoration: none;
    	padding: 7px;
    	color: #333;
    	background: #f1f1f1;
    	outline: none;
    	border: 1px solid #ccc;
    	position: relative;
    	transition: border-color .3s linear;
}
ul.lista-autore li a:hover{
	background: #fff;
}	
.nr-citime-list{
	float:right;
	position:absolute;
	right:-10px;
	top: 8px;
}
.abc-list{
	display:inline-block;
	width:100%;
	padding:2px;
	text-align:center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.abc-list a{
	margin:2px;
}
.abc-list-mobile a{
	margin:7px;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; font-size: 1.1em; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; text-align:left; font-size: 1.1em;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-size: 1em; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; font-size: 1.2em;}
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; font-size: 1.1em;}


@media screen and (max-width: 1020px) {
      
}


@media screen and (max-width:991px) {
	.formi{
		position:absolute;
		top:13px;
		right:80px;
		width:60%;
	}
	.form-inline .form-control{
		width:100%;
	}
}


@media screen and (max-width:820px) {
	.formi{
		top:7px;
	}
	.navbar-brand>img {
 		padding: 0px;
  		width: 75px;
	
	}
	.az-list{
		font-size: 2.2em;
	}
}


@media screen and (max-width:650px) {
	.formi{
		top:0px;
	}
	.navbar-brand>img {
 		padding: 2px;
  		width: 65px;
	
	}
	.az-list{
		font-size: 2.3em;
	}
}
@media screen and (max-width:480px) {
	.formi{
		top:-1px;
	}
	.navbar-brand>img {
 		padding: 2px;
  		width: 55px;
	
	}
	.az-list{
		font-size: 2.5em;
	}
}