article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*USEFUL*/
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); */
    background-color: rgba(255,255,255,0.2);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.5);
    /*-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); */
}


body {
	background: #C21010;
	color:#fff;
}

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding-top: 9em;
	padding-bottom: 5em;
	padding-left: 200px;
	padding-right: 200px;
	background: rgba(0,0,0,0.05);
	text-align: left;
}

.container > header a:hover {
	color: #4f7bab;
}

.container > header h1 {
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	margin-bottom: 20px;
}

.container > header span {
	display: block;
	font-size: 55%;
	color: rgba(255,255,255,0.5);
	padding: 0 0 0.6em 0.1em;
}

.logo img{
	width: 250px;
}
/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

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

	.codrops-icon span {
		display: none;
	}

}

/*main*/

.input_wrapper{
	
}

.input{
	float: left;
	margin-bottom: 50px;
}
.inputLarge{
	width: 100%;
}
.input input{
	width: 100%;
}
.inputNormal{
	width: 30%;
	margin-right: 5%;
}

.inputSecondRow .inputNormal:last-child{
	margin-right:0;
}

label{
	color:rgba(255,255,255,0.6);
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	/*position: relative;*/
	top: 18px;
}


input.gn-search {
		padding: 20px 0px 10px 0px;
		font-size: 25px;
		/*position: relative;*/
		z-index: 10;
		outline: none;
		border: none;
		background: transparent;
		color: #fff;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		cursor: text;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		-webkit-transition: border-bottom 500ms ease-out ;
	    -moz-transition: border-bottom 500ms ease-out ;
	    -o-transition: border-bottom 500ms ease-out ;
	    transition: border-bottom 500ms ease-out ;
}

input.gn-search:focus {
	border-bottom: 1px solid rgba(255,255,255,1);
}

select.gn-search {
	padding: 20px 0px 10px 0px;
	font-size: 22px;
	margin-top:15px;
	width: 100%;
	z-index: 10;
	outline: none;
	border: none;
	background: #fff;
	color: #C21010;
	font-weight: 300;
	font-family: 'Lato', Arial, sans-serif;	
	-webkit-transition: border-bottom 500ms ease-out ;
	-moz-transition: border-bottom 500ms ease-out ;
	-o-transition: border-bottom 500ms ease-out ;
	transition: border-bottom 500ms ease-out ;
}

.btn{
	background-color: rgba(255,255,255,0.2);	
	border:1px solid #fff;
	color: #fff;
	padding: 7px 20px;
	font-weight: 700;
	-webkit-transition: background-color 500ms ease-out ;
    -moz-transition: background-color 500ms ease-out ;
    -o-transition: background-color 500ms ease-out ;
    transition: background-color 500ms ease-out ;
}

.btn:hover{
	background-color: rgba(255,255,255,1);
	color: #C21010;
}


/*RISULTATI SEARCH*/

.results  {
	color:#656d78;
	clear: both;
	background-color: #f3f3f3;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 5em;
	padding-left: 50px;
	padding-right: 200px;
	text-align: left;
}

.article_container_index a:link,.article_container_index a:visited, .results a:link, .results a:visited{
	color:#656d78;
	text-decoration: none;	
}

.article_list_container .container{
	width:85%;
	text-align: center;
	margin:0 auto;
}

.quadra{
	font-size: 90px;
    position: relative;
    top: 14px;
}
.article_wrapper{
	color:#656d78;
	clear: both;
	background-color: #f3f3f3;

}

.quadra{
	font-size: 90px;
    position: relative;
    top: 14px;
}
.article_wrapper h2{
	margin-top: 0;
	line-height: 90px;
	clear: both;
	font-size: 40px;
	text-align: center;
	padding: 50px
}

.article_wrapper h2{
	line-height: 90px;
	clear: both;
	font-size: 40px;
	text-align: center;
	padding: 50px
}

.article_container_index{

	/*text-align: center;	*/
	float: left;
	width: 20%;
	margin: 2%;
	margin-bottom: 0px;
	padding:10px;
	max-height: 460px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}

.results .article_container{

	/*text-align: center;	*/
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
	/*border-radius: 5px;
    border: 0px;
    border:1px solid #e5e5e5;
    border-top: 2px solid #E5E5E5;
    background-color: rgba(255,255,255,0.5);*/
}

.article_container:nth-child(odd){
	margin-right: 0;
}

.ricerca-list .article_container:nth-child(even){
	margin-right: 4%;
}
.ricerca-list .article_container:nth-child(odd){
	margin-right: 0;
}

.article_title{
	font-weight: bold;
	/*margin: 10px;*/
	/*color:#838383;*/
	font-size: 20px;
	padding: 20px 0;
	border-bottom: 1px dashed #656d78;
	min-height: 135px;
	-webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}

.article_title:hover a, .article_title:hover i{
	color:#C21010 !important;
				
}

.article_title i{
	font-size: 20px;
	float: right;
	color: #838383;
	-webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

.results .article_title{
	padding: 0 !important;
	min-height: 70px
}

.results h2{
	font-size: 2.2em;
    line-height: 1.3;
    margin: 40px 0px;
    font-weight: 300;
}
.results h2 span{
	font-weight: 700;
	color:#C21010;
}

.article_abstract{
	margin: 10px 0;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 300;
	min-height: 130px;
}

.article_footer{
	/* border-bottom: 1px dashed #656d78; */
	padding: 10px 0px;
	font-size: 13px;
}

.article_footer i{
	font-size: 20px;
	position: relative;
	top: 3px;
	padding: 7px;
	background-color: #e62b2b;
	border-radius: 50%;
	color:#fff;
	margin-right: 20px;
}

.article_footer_left, .article_footer_right{
	width:95%;
	display: inline-block;
}

.article_footer_left{
	text-align: left;
}

.article_footer_right{
	text-align: right;
}

.meta{
	opacity: 0.9;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 300;
	line-height: 2em;
	min-height: 105px;
}

.meta span{
	font-weight: 400;
}


/**************/
/*PAGINA RADAR*/
/**************/


/*KW BAR*/

.centered {
  position: absolute;
  top: 80px;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-40%, -50%);
}
.kw_wrapper{
	/*min-width: 400px;*/
}

.inside_kw{
	padding-left: 20px !important;
	background-color: rgba(255,255,255, 0.3);
	border: 0px;
	font-size: 30px;
	font-weight: 700;
	padding: 10px;
	padding-left: 20px;
	padding-right: 50px;
	z-index: 1;
	color: #fff;
	height: 54px;
	min-width: 400px;
}


.kw_wrapper:before{
    content: '';
    background-image: url(../img/apostrofo.png);
    width: 36px;
    height: 56px;
    position: absolute;
    background-size: cover;
    top: 2px;
    left: -69px;
}




.kw_parentesi:before{
	content: '';
    background-image: url(../img/quadra_open.png);
    width: 12px;
    height: 67px;
    position: absolute;
    background-size: cover;
    top: -5px;
    left: 0px;
}
.kw_parentesi:after{
	content: '';
    background-image: url(../img/quadra_close.png);
    width: 14px;
    height: 67px;
    position: absolute;
    background-size: cover;
    top: -5px;
    right: 0px;
}

.kw{
	position: relative;
	top: -4px;
	margin-right: 10px;
	font-size: 18px;
	/*background-color: #fff;*/
	padding: 5px 10px;
	color: #fff;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);*/
	border: 1px solid #fff;
	text-transform: uppercase;
	
}
.removeKw{
	position: absolute;
	top: -8px;
	right: -8px;
	color:#C21010;
}



/*SEARCH BAR*/
.search_bar{
	padding:100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #C21010;
	border-bottom: 1px solid #470B0B;
	z-index: 2;
	display: none;
}

.openSearch{
	position: relative;
	left: 100%;
	top: -50px;
	margin-left: 20px;
}
.closeSearch{
	position: absolute;
	top: 20px;
	right: 20px;	
}
.inputSearch{
	min-width: 500px;
}

.posSearchBar{
	position: relative;
	top: 25px;
	margin: 0 20px;
}

.tt-menu{
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding: 10px 20px;
	color:#C21010;
}
.tt-suggestion{
	font-size: 18px;
	padding: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.3) ;
}
.tt-highlight{
	background: rgba(255,255,255,0.8);
}
.tt-cursor{

}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.8) !important;
  opacity:0.8 !important;
}
::-moz-placeholder { /* Firefox 0.89+ */
  color: rgba(255,255,255,0.8) !important;
  opacity:0.8 !important;
}
:-ms-input-placeholder { /* IE 0.80+ */
  color: rgba(255,255,255,0.8) !important;
  opacity:0.8 !important;
}
:-moz-placeholder { /* Firefox 0.88- */
  color: rgba(255,255,255,0.8) !important;
  opacity:0.8 !important;
}


/*actions icons*/
#articles_list, #close_panel{
	position: absolute;
	right: 20px;
	top: 20px;
}

#articles_list:hover, #close_panel:hover, .removeKw:hover,.tt-suggestion:hover,.openSearch:hover,.closeSearch:hover{
	cursor: pointer;
}

.read{
	position: absolute;
	top: 16px;
    right: 50px;
    font-size: 12px;
  	/* bring your own prefixes */
 	 /* transform: translate(-40%, -50%); */
}

.keyword{
	text-transform: uppercase;
	
}


/*PANEL*/
.panel_articles{
	width: 300px;
	position: absolute;
	right: -550px;
	/*right: 0;*/
	background-color:#8C1616;
	z-index:1;
	/*border-left: 1px solid #fff;*/
	-webkit-box-shadow: -9px 2px 13px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: -9px 2px 13px -5px rgba(0,0,0,0.1);
	box-shadow: -9px 2px 13px -5px rgba(0,0,0,0.1);
	overflow-x: hidden;
	overflow-y: auto;

}

.panel_articles h2{
	padding: 20px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
}

.articles_list{
	margin-top: 20px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	
}

.articles_list ul {
	list-style-type: none;
	padding: 0;
}

.articles_list i{
	margin-right: 20px;
	float: right;

}

.articles_list ul li i.category{
	float: left !important;
}

.articles_list ul li{
	border-left: 2px solid #8C1616;
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.articles_list ul li:hover{
	border-left: 2px solid #fff;
	color: rgba(255,255,255,1);
}


.swapPanel:hover, .addPanel:hover{cursor: pointer;
}

/*RADAR*/

.radar_wrapper{
	position: relative;
	margin-top: 60px;
	font-size: 25px;
	background-image: url(../img/bg_sonar.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	
}


.wrapper_positioned{
	position: absolute;
	display: table;
}
.icona{
	position: relative;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}
.icona i{
	font-size: 20px;
}

.positioned{
	/*position: absolute;*/
	display: table;
}


.tykliElement{
	font-size: 15px;
	font-weight: 400;
	position: relative;
	display: table;
	text-transform: uppercase;
	opacity: 0.8;
}


.tykliElement:before{
	content:'';
	background-image: url(../img/quadra_open.png);
	width: 5px;
	height: 23px;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	top: -3px;
	left: -10px;	
}

.swap:hover, .add:hover{
	cursor: pointer;
}
.tykliElement:after{
	content:'';
	background-image: url(../img/quadra_close.png);
	width: 5px;
	height: 23px;
	position: absolute;
	background-size: cover;
	top: -3px;
	right: -10px;
}
.swap{
	position: absolute;
	left: -30px;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.add{
	position: absolute;
	right: -30px;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.add:hover, .swap:hover{
	opacity: 1;
	-webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}


