/* generali */
html, body{
	font-size: 16px;
}

div{
	box-sizing: border-box;
}


.dea-backcolor{
	background-color: #F5F7FA;
}

.debugDiv{
	display: none;
}


/* header */
.dea-header{
	height: 35px;
	line-height: 100%;
	width: 100%;
	background-color: #00B2E3;
	color:#FFFFFF;
	
	font-weight: 500;
	
	position: relative;
	
	display: table;
	
	border-top: 1px solid #ffffff;
}

/*

.dea-header-cell{
	display:table-cell;
	vertical-align: middle;
	vertical-align: middle;
}


*/

.dea-header-h{
	height: 40px;
}
.dea-header-table{
	padding:0;
	margin: 0;
	border: none;
	width: 100%;
	font-size: 1rem;
	line-height: 1rem;
}
.dea-header-table td{
	/*border: 1px solid red;*/
	height: 40px;
}

.dea-header-logo{
	display:block;
	padding: 0 20px 0 20px;
	
	width: 100px;
	height: 100%;
}
.dea-header-logo-dea{
	display:block;
	
	/*width: 80px;*/
	/*height: 40px;*/
	width: 70px;
	height: 35px;
	
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
	/*background-image: url(images/02_horizontal-white.svg);*/
	/*background-image: url("images/Dea_D__horizontal_white_2022.svg");*/
	background-image: url("images/logo_hub.png");
}


.dea-header-title{
	display:inline-block;
	padding: 0 20px 0 20px;
	font-size: 1.4rem;
	/*line-height: 10px;*/
}

.dea-header-hamburger{
	text-align: center;
	cursor: pointer;
	min-width: 35px;
	color: #fff;
}
.dea-header-hamburger::after{
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	
	font-weight: normal;
	content: "\f0c9";
}


.dea-header-options,
.dea-header-tool{
	display:inline-block;
	border: 1px solid #ffffff;
	border-radius: 9px;
	padding: 0 3px;
	margin: 0 0 0 50px;
}
.dea-header-options{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,ff0000+50,0000ff+50,0000ff+100 */
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(left,  transparent 0%, transparent calc( 100% - 70px ), #31708F calc( 100% - 70px ), #31708F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  transparent 0%,transparent calc( 100% - 70px ),#31708F calc( 100% - 70px ),#31708F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, transparent 0%, transparent calc( 100% - 70px ), #31708F calc( 100% - 70px ), #31708F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000000', endColorstr='#31708F',GradientType=1 );*/ /* IE6-9 */

	
	/*height: 200px;*/
}

.dea-header-search-button{
	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;    
	
	font-size: .9rem;
	cursor: pointer;
	color: #fff;
	/*padding: 0 5px;*/
	
	display: inline-block;
	
	width: 65px;
	text-align: center;
}
.dea-header-search-button::after{
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: .8rem;
	
	font-weight: normal;
	content: " \f002";
}

.dea-header-search-button.disabled{
	color:#ccc;
	cursor:default;
}
#dea-header-search-button-m{
	border: 1px solid #fff;
}

.header-big{
	width: 100%;
}
.header-small{
	white-space: nowrap;
	overflow: hidden;
}
.dea-header-tool{
	margin: 0 10px 0 10px;
}
	
.dea-flag{
	display: inline-block;
	vertical-align: text-bottom;
	/*border: 1px solid red;*/
	width: 30px;
	height: 16px;
	margin: 0 5px;
	
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.dea-flag-AR{ background-image: url(flag/flag-AR.gif); }
.dea-flag-DE{ background-image: url(flag/flag-DE.png); }
.dea-flag-EN{ background-image: url(flag/flag-EN.png); }
.dea-flag-ES{ background-image: url(flag/flag-ES.png); }
.dea-flag-FR{ background-image: url(flag/flag-FR.png); }
.dea-flag-IT{ background-image: url(flag/flag-IT.png); }
.dea-flag-RO{ background-image: url(flag/flag-RO.png); }
.dea-flag-ZH{ background-image: url(flag/flag-ZH.png); }
.dea-flag-{ background-image: url(flag/flag-.png); }


.dea-header-choice,
.dea-header-search{
	display: inline-block;
}
.dea-header-choice{
	font-family: roboto, verdana, helvetica, arial;
}

.dea-header-print,
.dea-header-help,
.dea-header-settings{
	display: inline-block;
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:18px;
	font-weight: normal;
	color: #ffffff;
	margin: 3px;
	
	cursor: pointer;
}

.dea-header-print:before{
	content: "\f02f";
}
.dea-header-settings:before{
	content: "\f013";
}
.dea-header-help:before{
	content: "\f29c";
}

.dea-header-print:hover,
.dea-header-help:hover,
.dea-header-settings:hover{
	opacity: .45;
}

.dea-info-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 10px;
}
.dea-info-bold{
	color:#31708E;
	font-weight: 700;
}

#dea-impostazioni{
	width: 400px !important;
}



.dea-container{
	width: 800px;
	margin: 0 auto;
	height: 100%;
}







.menu-banda{
	
}

.dea-banda-letters,
.dea-banda-letters-m{
	text-align: center;
	padding: 8px 0;
	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	
	/*cursor: none;*/
}

.dea-banda-letter{
	display: inline-block;
	text-align: center;
	font-weight: 400;
	font-size: 1.1rem;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: red;
	min-width: 1.4rem;
	
	opacity: 0.2;
}

.dea-banda-letters-m{
	text-align: left;
}
.dea-banda-letters-m .dea-banda-letter{
	font-size: 1rem;
	margin-bottom: 4px;
	margin-right: 5px;
}

.dea-banda-letter.active{
	
	opacity: 1;
	cursor: pointer;
	
}
.dea-banda-letter.active:hover{
	opacity: 1;
	cursor: pointer;
	font-weight: 600;
}
.dea-banda-letter.selected,
.dea-banda-letter.selected:hover{
	opacity: 1;
	cursor: default;
	font-weight: 600;
}


.dea-banda-line{
	margin: 5px 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255,255,0, 0), rgba(0,0,255, 1), rgba(255,255,0, 0));
}

.dea-banda-cat{
	
}


.dea-contenuto{
	height: 300px;
	max-height: 100%;
	position: relative;
	margin-top: 10px;/**/
}


.dea-lista,
.dea-lemma{
	overflow-x: hidden;
	overflow-x: auto;
	max-height: 100%;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(51,51,51,0.45);
	-moz-box-shadow:    0px 3px 4px 0px rgba(51,51,51,0.45);
	box-shadow:         0px 3px 4px 0px rgba(51,51,51,0.45);
}

.dea-lista{
	float: left;
	width: 400px;
	height: 100%;
	background: #fff;
}

.dea-lemma{
	float: right;
	margin-right: 5px;
	
	width: calc( 100% - 410px );
	
	background-color: #ffffff;
	padding: 0 20px 0 20px;
}

.dea-lemma-list{
	margin: 0;
	padding: 2px 2px 2px 0;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
	/*border-bottom: 1px solid #EAEAEA;*/
	background-color: #ffffff;
	
	cursor: pointer;
}
.dea-lemma-list:before{
	width: 25px;
	text-align: center;
	display: inline-block;
	
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.1em;
	line-height: 1.2em;

	content: "\f111";
	content: "\f0da";
	content: "•";
}
.dea-lemma-list.selected:before{
	/*content: "\f0da";*/
}

.dea-lemma-list.selected{
	color: #ff0000;
	cursor: default;
}




.dea-lemma-row0{
	background-color: transparent;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 10px 0;
}

.dea-lemma-mobile-list{
	color:red;
	cursor: pointer;
	text-align: left;
	margin-right: 25px;
}
.dea-lemma-mobile-list:before{
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:24px;
	cursor: pointer;

	content: "\f137";
	content: "\f0a8";
	content: "\f060";
}

.dea-lemma-lemma,
.dea-lemma-img{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	
	position: relative;
}

.dea-lemma-image-icon{
	position: absolute;
	top: 10px;
	right: 10px;
	
	color: #fff;
	text-shadow: 2px 2px 6px #333;
	
}
.dea-lemma-image-icon:before{

	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:16px;
	cursor: pointer;

	content: "\f0b2";
}







.dea-lemma-lemma{
	font-size: 1.7em;
	font-weight: 900;
	display: inline-block;
	margin-top: 5px;
	flex-basis: 60%;
}

.dea-lemma-img{
	/*margin-top: 5px;*/
	flex-basis: 10%;
	cursor: pointer;
}

.dea-lemma-image{
	max-height: 100px;
	max-width: 180px;
	/*align-self: center;*/
	align-self: flex-end;
}

.dea-lemma-voce{
	margin-bottom: 20px;
}

.dea-lemma-voce-row1{
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	position: relative;
	min-height: 30px;
	line-height: 30px;
/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	justify-content: space-between;
	*/
}

.dea-lemma-voce-row1i {
	/*
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	*/
}

/*
.flex-container {
  outline: 1px solid red;
  margin: 2em auto;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: tomato;
  flex: 1 1 auto;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  margin: 1em;
  outline: 1px solid blue;

  // whatever the breakpoints are that scaffold has set.
  @media screen and (min-width: 320px) {
   width: 100vw;
  }
  
  @media screen and (min-width: 640px) {
   width: calc(50vw - 4em);
  }

  @media screen and (min-width: 960px) {
   width: calc(25vw - 4em);
    
    &:first-child {
      //margin-left: auto;
    }
    
    &:last-child {
      //margin-right: auto;
    }
  }
 
  @media screen and (min-width: 1280px) {
    
  }
}
*/
.dea-lemma-voce-table{
	border:0;
	width: 100%;
}
.dea-lemma-voce-table   td{
	vertical-align: text-top;
}

.dea-lemma-voce-lang{
	/*display: inline-block;*/
	width: 40px;
	min-width: 40px;
	/*border: 1px solid green;*/
	text-align: center;
	font-weight: 900;
}

.dea-lemma-voce-flag-td{
	width: 33px;
	min-width: 33px;
}
.dea-lemma-voce-flag{
	display: inline-block;
	width: 30px;
	height: 20px;
	
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
	/*vertical-align: text-bottom;*/
	vertical-align: middle;
}

.dea-lemma-voce-voce{
	/*display: inline-block;*/
	font-weight: 500;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 1;
	/*width: calc( 100% - 40px - 50px);*/
	width: 100%;
}


.dea-lemma-voce-audio{
	/*
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 5px;
	*/
	/*width: calc( 100% - 40px - 50px);*/
	margin: 2px 4px;
	
	color: red;
	background-color: #fff;
	border: 1px solid red;
	border-radius: 15px;
	width: 27px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:14px;
	cursor: pointer;
}
.dea-lemma-voce-audio:before{
	content: "\f04b";
}
.dea-lemma-voce-audio.active:before{
	content: "\f04c";
}

.dea-lemma-audio{
	display: none;
}



.dea-lemma-voce-row2{
	background-color: transparent;
	margin-left: 40px;
	font-size: .8em;
	margin-top: 2px;
}

.dea-lemma-voce-phono{
	
}

.dea-lemma-voce-row3{
	background-color: transparent;
	margin-left: 40px;
	font-size: 1em;
	font-weight: 400;
	margin-top: 2px;
}
.dea-lemma-voce-row3 ul{
	padding-inline-start: 25px;
}

.dea-categoria-pin{
	display: inline-block;
}

.filter-cat-pin{
	display: inline-block;
	margin-left: 30px;
	border: 1px solid red;
	border-radius: 12px;
	background-color: #fff;
	color: red;
	font-size: .9rem;
	padding: 1px 7px;
}
.filter-cat-pin-close{
	cursor: pointer;
	padding-right: 20px;
}



/* pannello impostazioni */





.dea-impostazioni{
    font-size: 16px;
	line-height:  1;
	position:absolute;
	top: 2px;
	right: 2px;
	width: 300px;
	
	display:none;
	
	z-index: 10;
	
	background-color: #F5F5F5;
	border-bottom: 1px solid #c9c9c9;
	padding: 5px;
	padding-bottom: 15px;
	border: 1px solid rgba(220,220,220, 1);
	
	border-radius: 7px;
	
	color: #333;
	
	/*display: block;
*/
}


.dea-impostazioni-title{
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
}


.dea-impostazioni-line{
    margin: 10px 0;
	padding: 0;
	width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(220,220,220, 0), rgba(220,220,220, 1), rgba(220,220,220, 0));
}
.dea-impostazioni-item{
	
}
.dea-impostazioni-close{
    color: #45ADF8;
    cursor: pointer;
	
	position: absolute;
	top: 5px;
	right: 5px;
}


.ei-font-container{
	text-align: center;
}

.ei-font {
    height: 28px;
    line-height: 28px;
    width: 50px;
    text-align: center;
	display: inline-block;
	margin:0;
	
    font-size: 16px;
	
	border: 1px solid #45ADF8;
    color: #45ADF8;
	
    border-radius: unset;
	
    font-weight: bold;
    box-sizing: border-box;
    box-sizing: content-box;
	
    vertical-align: bottom;
	
    cursor: pointer;
	
	margin-left: -1px;
}
.ei-font:hover {
    background: #45ADF8;
    color: #fff;
}
.ei-font-selected,
.ei-font-selected:hover{
    cursor: default;
    background: #45ADF8;
    color: #fff;
}
.ei-size1 { font-size: 16px; }
.ei-size2 { font-size: 20px; }
.ei-size3 { font-size: 26px; }

.ei-active{
	cursor: pointer
}
.ei-easyreading{
	font-family: "EasyReading";
}
.ei-rientra{
	padding-left: 25px;
}
.ei-uppercase{
	font-size: 21px;
	font-weight: 400;
}






.easyRead {
    font-family: "EasyReading";
}

.maiuscolo {
    text-transform: uppercase;
}





/*http://www.easyreading.it/wp-content/themes/ducan/fonts/easyreadingwebfont/font/*/
@font-face {
	font-family: 'EasyReading';
	src: url('fonts/EasyReading/EasyReading.eot');
	src: local('EasyReading'), local('EasyReading-Regular'),
		url('fonts/EasyReading/EasyReading.eot?#iefix') format('embedded-opentype'),
		url('fonts/EasyReading/EasyReading.woff') format('woff'),
		url('fonts/EasyReading/EasyReading.ttf') format('truetype'),
		url('fonts/EasyReading/EasyReading.svg') format('svg');
		/*url('fonts/EasyReading/EasyReading.svg#EasyReading') format('svg');*/
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'EasyReading';
	src: url('fonts/EasyReading/EasyReadingBold.eot');
	src: local('EasyReading Bold'), local('EasyReading-Bold'),
		url('fonts/EasyReading/EasyReadingBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/EasyReading/EasyReadingBold.woff') format('woff'),
		url('fonts/EasyReading/EasyReadingBold.ttf') format('truetype'),
		url('fonts/EasyReading/EasyReadingBold.svg') format('svg');
		/*url('fonts/EasyReading/EasyReadingBold.svg#EasyReadingBold') format('svg');*/
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'EasyReading';
	src: url('fonts/EasyReading/EasyReadingItalic.eot');
	src: local('EasyReading Italic'), local('EasyReading-Italic'),
		url('fonts/EasyReading/EasyReadingItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/EasyReading/EasyReadingItalic.woff') format('woff'),
		url('fonts/EasyReading/EasyReadingItalic.ttf') format('truetype'),
		url('fonts/EasyReading/EasyReadingItalic.svg') format('svg');
		/*url('fonts/EasyReading/EasyReadingItalic.svg#EasyReadingItalic') format('svg');*/
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'EasyReading';
	src: url('fonts/EasyReading/EasyReadingBoldItalic.eot');
	src: local('EasyReading Bold Italic'), local('EasyReading-BoldItalic'),
		url('fonts/EasyReading/EasyReadingBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/EasyReading/EasyReadingBoldItalic.woff') format('woff'),
		url('fonts/EasyReading/EasyReadingBoldItalic.ttf') format('truetype'),
		url('fonts/EasyReading/EasyReadingBoldItalic.svg') format('svg');
		/*url('fonts/EasyReading/EasyReadingBoldItalic.svg#EasyReadingBoldItalic') format('svg');*/
	font-style: italic;
	font-weight: bold;
}





.dea-mobile-options{
	display: block;
	position: absolute;
	top:0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow-x:hidden;
	overflow-y: auto;
}

.dea-mobile-options-close{
	position: absolute;
	top:0px;
	right: 20px;
	color:#fff;
	cursor: pointer;
}
.dea-mobile-options-close::after{
	
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	
	font-weight: normal;
	content: "\f00d";
}


.dea-mobile-panel{
	padding-top: 2.1rem;
	padding: 2.1rem 20px 10px 20px;
	color: #fff;
	/*height: 100%;*/
	width: 70%;
	min-width: 400px;
	max-width: 100%;
	position: absolute;
	top:0;
	left:0;
	
	border-top: 1px solid #fff;
}

.dea-mobile-spacer{
	height: 20px;
}



.dea-lemma-copy{
	text-align: right;
	margin-top: 25px;
	display: none;
}


@media print {
	#dea-header1,
	#dea-header2,
	#dea-lista,
	#dea-impostazioni,
	#dea-mobile-options,
	#show-mobile-list,
	.dea-lemma-image-icon,
	.dea-lemma-voce-audio{
		display:none;
	}
	
	.dea-container{
		width: 100%;
	}
	.dea-lemma {
		float: none;
		width: 100%;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.dea-contenuto{
		height: auto !important;
	}
	.dea-lemma-copy{
		display: block;
	}
	
	html, body {
		height: auto;
	}
	
	#dea-contenuto{
		height: auto !important;
	}
	
	.search-filter-sport{
		display:none;
	}
}



.tree-branch{
	margin-bottom: 3px;
}
.branch-row{
	display: table;
	font-size: 1em;
	line-height: 1.2em;
}
.branch-control{
	display: table-cell;
	cursor:nwse-resize;
	cursor:move;
	user-select: none;
	
	/*border: 1px solid red;*/
	text-align: center;
	width: 25px;
	
	
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1em;
	
	font-weight: normal;
	vertical-align: text-top;
}
.branch-open{
}
.branch-open:before{
	content: "+";
	content: "\f105";
}
.branch-close{
}
.branch-close:before{
	content: "-";
	content: "\f107";
}
@media screen and (max-width: 800px) {
	
	.branch-open:before,
	.branch-close:before{
		font-size: 1.5em;
		line-height: 1em;
		/*
		margin-top: 5px;
		border: 1px solid red;
		
		line-height: 0.7em;
		display: inline-block;
		*/
	}
	.branch-open:before{
		/*content: "\f054";*/
		content: "\f0da";
	}
	.branch-close:before{
		/*content: "\f078";*/
		content: "\f0d7";
	}
	.branch-open:after,
	.branch-close:after{
		content: " ";
	}
}
.branch-title{
	display: table-cell;
	cursor: pointer;
	user-select: none;
	width: calc(100% - 25px);
	vertical-align: text-top;
	/*border: 1px solid green;*/
	/*padding-left: .25em;*/
}
.branch-title:hover{
	/*text-decoration: underline;*/
	font-weight: 700;
}
.branch-title.selected,
.branch-title.selected:hover
{
	color: #ff0000;
	cursor: default;
	font-weight: 600;
	text-decoration: none;
}

.branch-content{
	margin-left: 25px;
}


.search-res-cont{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.search-res{
	display: inline-block;
	margin:0 auto;
	min-width: 100px;
	border: 1px solid blue;
	padding: 0 8px;
	border-radius: 10px;
}
.search-res-item{
	font-weight: 700;
}
.search-res-close{
	margin-left: 20px;
	cursor: pointer;
	padding: 0 .25em;
}

.search-res-close:before{
	font-family:FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1rem;
	
	font-weight: normal;
	content: "\f00d";
}


.search-hi{
	color: darkorchid;
}


.search-filter-sport .filter-cat-pin {
	margin-top: 10px;
}

