/*************************
 * FORM
*************************/ 

#cttus-live-formHolder-0{
	margin: 0 !important;
	width: 100% !important;
}

.information-form-data{
	display: none !important;
}

/*************************
 * FILTRI
*************************/ 

.cont-filtri{
	padding: 10px;
	background: #D1D9E6;
	margin: 60px auto 30px auto !important;
	position: relative;
}

.cont-filtri-title{
	width: auto;
	float: left;
    color: #252932;
	padding-left: 10px;
    font: 700 30px/1.4em "Ubuntu";
	letter-spacing: -0.2px;
}

.contenitore-mini .cont-filtri-title{
	display: none;
}

.cont-filtri .cont-form{
	width: auto;
	float: right;
}

.cont-select{
	width: auto;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 10px;
}


.cont-form select {
	background: transparent !important;
	background-color: #eeeeee !important;
	width: auto;
	padding: 0 25px 0 5px;
	font: 500 16px/1em "Ubuntu";
	color: #232A34;
	border: 0;
	border-radius: 0;
	height: 42px !important;
	background: #eeeeee url(../img/bg_select.png) no-repeat right 10px top 19px !important;
  
	/* reset */   
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.reset-filter{
	padding: 0 10px;
	margin-left: 10px;
	cursor: pointer;
    color: #242B33 !important;
    font: 700 20px/2em "Raleway" !important;
	background: #f2d557;
	text-align: center;
	border: none;
	height: 42px;
	transition: color 0.2s cubic-bezier(.4,0,.4,1), background 0.2s cubic-bezier(.4,0,.4,1);
}
/*
.cont-filtri.show-virtual .reset-filter {
    background: #f85a13 !important;
    color: #fff !important;
}
*/

.reset-filter:hover{
    color: #f2d557 !important;
	background: #1A0D3A;
}

.no-padding{
	padding: 0 !important;
}

@media only screen and (max-width : 1028px) {
	.cont-filtri-title {
		font: 700 25px/1.4em "Ubuntu";
		width:100%;
		margin-bottom: 10px;
	}
	.cont-filtri .cont-form{
		float: left;
	}
	.linea-libri tbody tr td:first-child, .linea-corsi tbody tr td:first-child{
		font: 700 15px/2.5em "Ubuntu" !important;
	}
}

@media only screen and (max-width : 769px) {
	.cont-form select,
	.reset-filter{
		font-size: 13px !important;
	}
}

@media only screen and (max-width : 420px) {
	.cont-select{
		margin-bottom: 10px;
	}
	.cont-filtri-title {
		font: 700 20px/1.4em "Ubuntu";
	}
	.linea-libri tbody tr td:first-child, .linea-corsi tbody tr td:first-child{
		font: 700 13px/2.5em "Ubuntu" !important;
	}
}


/*************************
 * DOWNLOAD BLOCK
*************************/ 

.ul-block.block-download{
	margin: 0 !important;
	padding: 0 !important;
}

.ul-block.block-download li{
	list-style: none !important;
	width: 32%;
	margin: 0 2% 2% 0;
    background: #fafbfc none repeat scroll 0 0;
    border: 1px solid #c0c1c2;
    padding: 30px 0px !important;
    position: relative;
	float: left;
	clear: none !important;
}

.ul-block.block-download li:nth-child(3n+1){
	clear: both !important;
}

.single-qrpdownloads .ul-block.block-download li{
	list-style: none !important;
	width: 100%;
	margin: 0 0 20px 0;
    background: #eee none repeat scroll 0 0;
    border: 1px solid #c0c1c2;
    padding: 0px !important;
    position: relative;
	float: none;
}

.cont-ico-download{
	display: none;
}

.single-qrpdownloads .cont-ico-download{
	display: block;
	width: 30%;
	float: left;
	text-align: center;
	padding: 30px;
}

.single-qrpdownloads .cont-ico-download:after{
	content: "\e924";
	font: 400 200px/1em 'customicons';
	color: #495466;
}

.single-qrpdownloads .cont-dati-download {
    border-left: 1px solid #dbdbdb;
    float: right;
    width: 70%;
	padding-top: 20px;
}

.ul-block.block-download > li:nth-child(3n+0){
	margin-right: 0 !important;
}

.ul-block.block-download li .li-title{
	padding-bottom: 22px;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 20px 20px 20px;
}

.ul-block.block-download li .li-title .titolo-download{
    color: #485466 !important;
    font: 700 20px/1.2em "Ubuntu" !important;
    text-align: left;
	height: 50px;
	overflow: hidden;
	display: block;
	padding-right: 84px;
}

.ul-block.block-download li .li-title .titolo-download a{
    color: #485466 !important;
    font: 700 20px/1.2em "Ubuntu" !important;
}

.ul-block.block-download li .li-title:after{
	color: #fff;
	font: 23px/50px 'customicons';
	background: #485466;
	width: 50px;
	height: 50px;
	border-radius: 29px;
	position: absolute;
	top: 24px;
	right: 20px;
	text-align: center;
}

.single-qrpdownloads .ul-block.block-download li .li-title:after,
.single-qrpdownloads .ul-block.block-download li .li-title{
	display: none;
}


.ul-block.block-download li .li-title.type-Catalogue:after{
	content: "\e916";
}
.ul-block.block-download li .li-title.type-Presentations:after{
	content: "\e919";
}
.ul-block.block-download li .li-title.type-White-Paper:after{
	content: "\e917";
}
.ul-block.block-download li .li-title.type-Resources:after{
	content: "\e917";
}
.ul-block.block-download li .li-title.type-Templates:after{
	content: "\e918";
}
.ul-block.block-download li .li-title.type-Case-Study:after{
	content: "\e91a";
}
.ul-block.block-download li .li-title.type-Infographic:after{
	content: "\e94c";
}



.ul-block.block-download li .li-list{
    color: #12233d !important;
    font: 16px/2.4em "Ubuntu" !important;
	border-bottom: 1px solid #dbdbdb;
	padding: 0 20px;
}

.ul-block.block-download li .li-list a{
    color: #12233d !important;
    font: 16px/2.4em "Ubuntu" !important;
	transition: color 0.2s cubic-bezier(.4,0,.4,1);
}

.ul-block.block-download li .li-list a:hover{
    color: #1A0D3A !important;
    font: 16px/2.4em "Ubuntu" !important;
}

.ul-block.block-download li .li-list label{
    font-weight: 700 !important;
}

.ul-block.block-download li .li-text{
	padding: 27px 20px;
}

.single-qrpdownloads .ul-block.block-download li .li-text{
	padding: 5px 20px;
}

.ul-block.block-download li .li-text p{
	height: 116px;
	overflow: hidden;
    color: #485466 !important;
    font: 300 14px/23px "Ubuntu" !important;
	margin-bottom: 0;
}

.single-qrpdownloads .ul-block.block-download li .li-text p{
	height: auto;
}

.ul-block.block-download li .li-link{
	text-align: left;
}

.ul-block.block-download li .li-link a{
    color: #242a33 !important;
    background: #F2D557 none repeat scroll 0 0;
    display: inline-block !important;
	padding: 0 20px;
	margin-left: 20px;
	width: auto !important;
    text-align: center;
    font: 700 18px/2.5em "Ubuntu" !important;
	transition: color 0.2s cubic-bezier(.4,0,.4,1), background 0.2s cubic-bezier(.4,0,.4,1);
}

.ul-block.block-download li .li-link a:hover{
    color: #fff !important;
	background: #1A0D3A !important;
}



@media only screen and (max-width : 1000px) {
	.ul-block.block-download > li:nth-child(3n+0){
		margin-right: 2% !important;
	}
	.ul-block.block-download > li:nth-child(2n+0){
		margin-right: 0 !important;
	}
	.ul-block.block-download li{
		width: 49%;
	}
	.single-qrpdownloads .cont-ico-download:after{
		font: 400 180px/1em 'customicons';
	}
	.ul-block.block-download li:nth-child(3n+1){
		clear: none !important;
	}
}

@media only screen and (max-width : 820px) {
	.ul-block.block-download li{
		width: 100%;
		float: none;
		margin-right: 0 !important;
	}
	.single-qrpdownloads .cont-ico-download:after{
		font: 400 120px/1em 'customicons';
	}
	.single-qrpdownloads .cont-ico-download {
		padding: 30px 10px;
	}
}

@media only screen and (max-width : 420px) {
	.single-qrpdownloads .cont-ico-download:after{
		font: 400 80px/1em 'customicons';
	}
}


/*************************
 * LIBRI BLOCK
*************************/ 

.ul-block.block-libri{
	margin: 0 !important;
	padding: 0 !important;
}

.ul-block.block-libri > li{
	list-style: none !important;
	width: 49%;
	margin: 0 0 20px 0;
	background: #FAFBFC none repeat scroll 0 0;
    border: 1px solid #c0c1c2;
    padding: 0 !important;
    position: relative;
	float: left;
	margin-right: 1%;
	clear: none !important;
}

.single-qrpbooks .ul-block.block-libri > li{
	background: #eee none repeat scroll 0 0;
}

.ul-block.block-libri > li:nth-child(even){
	margin-right: 0%;
	margin-left: 1%;
}

.single-qrpbooks .ul-block.block-libri > li{
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	height: auto;
	float: none;
	padding-top: 15px;
}

.ul-block.block-libri li .li-img{
	width: 30%;
	height: 205px;
	overflow: hidden;
	float: left;
	padding: 0;
}

.single-qrpbooks .ul-block.block-libri li .li-img{
	padding: 30px;
	border-right: 1px solid #dbdbdb;
}

.ul-block.block-libri li .li-cont{
	width: 70%;
	float: right;
	border-left: 1px solid #dbdbdb;
}

.single-qrpbooks .ul-block.block-libri li .li-cont{
	float: left;
	margin-left: -1px;
}

.single-qrpbooks .ul-block.block-libri li .li-img{
	height: auto;
}

.ul-block.block-libri li .li-img img{
	min-width: 100%;
	min-height: 100%;
}

.ul-block.block-libri li .li-title{
    color: #485466 !important;
    font: 700 28px/1em "Ubuntu" !important;
    margin: 0 !important;
    text-align: left;
	padding: 25px 30px;
	border-bottom: 1px solid #dbdbdb;
	height: 85px;
	overflow: hidden;
}

.ul-block.block-libri li .li-list{
    color: #12233d !important;
    font: 16px/2.5em "Ubuntu" !important;
	border-bottom: 1px solid #dbdbdb;
	height: 38px;
	padding-left: 30px;
	overflow: hidden;
}

.ul-block.block-libri li .li-list a{
	color: #12233d !important;
	transition: color 0.2s cubic-bezier(.4,0,.4,1);
}

.ul-block.block-libri li .li-list a:hover{
	color: #1A0D3A !important;
}

.ul-block.block-libri li .li-list label{
    color: #12233d !important;
    font-weight: 700;
}

.ul-block.block-libri li .cont-book-left{
	width: 30%;
	height: 73px;
	float: left;
	padding-top: 65px;
	text-align: center;
}

.single-qrpbooks .ul-block.block-libri li .cont-book-left{
	width: 70%;
	float: right;
	padding-top: 0;
	text-align: left;
	padding-left: 30px;
	border-left: 1px solid #dbdbdb;
	height: auto;
	padding-bottom: 20px;
	margin-right: 1px;
}

.ul-block.block-libri li .cont-book-left .li-list{
	width: auto !important;
	border-bottom: none !important;
	display: table !important;
	margin: 0 auto !important;
	float: none !important;
	padding-left: 0;
}

.ul-block.block-libri li .cont-book-left .book-price{
    color: #485466 !important;
    font: 300 20px/1.4em "Ubuntu" !important;
	padding-top: 25px;
	margin-bottom: 10px;
	height: 53px;
}

.ul-block.block-libri li .li-text{
	padding: 27px 30px;
    color: #485466 !important;
    font: 300 14px/1.6em "Ubuntu" !important;
	height: 141px;
	overflow: hidden;
}

.single-qrpbooks .ul-block.block-libri li .li-text{
	padding: 27px 30px;
    color: #485466 !important;
    font: 300 14px/1.6em "Ubuntu" !important;
	height: auto;
	overflow: hidden;
}

.ul-block.block-libri li .li-text p {
    display: block;
    height: 87px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.single-qrpbooks .ul-block.block-libri li .li-text p {
    display: block;
    height: auto;
    margin-bottom: 5px;
    position: relative;
}

.ul-block.block-libri li .li-link a{
    color: #242a33 !important;
    background: #F2D557 none repeat scroll 0 0;
    display: block !important;
    text-align: center;
    font: 700 18px/2.5em "Ubuntu" !important;
	transition: color 0.2s cubic-bezier(.4,0,.4,1), background 0.2s cubic-bezier(.4,0,.4,1);
}

.ul-block.block-libri li .li-link a:hover{
    color: #fff !important;
	background: #1A0D3A !important;
}

.ul-block.block-libri .book-price-label{
	display: none;
}

.single-qrpbooks .ul-block.block-libri .book-price-label{
	display: block;
    color: #485466 !important;
    font: 700 26px/1.4em "Ubuntu" !important;
	width: auto;
	float: left;
}

.single-qrpbooks .contenitore .ul-block.block-libri .book-price{
	display: block;
    color: #485466 !important;
    font: 300 26px/1.4em "Ubuntu" !important;
	width: auto;
	float: left;
	padding-left: 10px;
	padding-top: 0;
}

@media only screen and (max-width : 820px) {
	.ul-block.block-libri li{
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		height: auto;
		float: none;
		padding-top: 15px;
	}
	.ul-block.block-libri li .cont-book-left{
		width: 100%;
		border-right: none;
		height: auto;
		float: none;
		padding-top: 15px;
		text-align: center;
		clear: both !important;
	}
	.ul-block.block-libri li .li-cont {
		border-bottom: 1px solid #dbdbdb;
	}
	.ul-block.block-libri li .li-text{
		float: none;
		width: 100%;
		clear: both !important;
	}
	.ul-block.block-libri li .li-title{
		font: 700 22px/1.2em "Ubuntu" !important;
	}
	.ul-block.block-libri > li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.ul-block.block-libri li .li-img{
		height: auto;
	}
}

@media only screen and (max-width : 450px) {
	.li-title,.li-list,.li-img{
		clear: both ;
		width: 100% !important;
		height: auto !important;
	}
	.ul-block.block-libri li .li-img,
	.ul-block.block-libri li .li-cont{
		float: none;
		width: 100%;
	}
	.single-qrpbooks .ul-block.block-libri li .cont-book-left{
		border: none;
		float: none;
		width: 100%;
	}
	.single-qrpbooks .ul-block.block-libri li .li-img,
	.single-qrpbooks .ul-block.block-libri li .li-cont{
		border: none;
		margin-left: 0;
	}
}


/*************************
 * BANDIERINE
*************************/ 

.lingua-block{

}

.lingua-block-pre{

}

.cont-bandiera{
	content: "";
	width: auto !important;
	min-height: 21px;
	padding-left: 30px !important;
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 10px;
}

.lingua-EN{background-image: url(../img/flags/EN.png);}
.lingua-DA{background-image: url(../img/flags/DA.png);}
.lingua-NL{background-image: url(../img/flags/NL.png);}
.lingua-FR{background-image: url(../img/flags/FR.png);}
.lingua-IT{background-image: url(../img/flags/IT.png);}
.lingua-NO{background-image: url(../img/flags/NO.png);}
.lingua-PL{background-image: url(../img/flags/PL.png);}
.lingua-PT{background-image: url(../img/flags/PT.png);}
.lingua-ES{background-image: url(../img/flags/ES.png);}
.lingua-SV{background-image: url(../img/flags/SV.png);}


/*************************
 * ELEMENTI TABELLE COMUNI
*************************/ 

.cont-lista{
	overflow: auto;
}

.linea-qrp{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.linea-qrp thead{
	background: #D1D9E6;
	border-bottom: 3px solid #fff;
}

.linea-qrp thead tr th{
	border-right: 1px solid #fff;
    color: #565c65 !important;
    font: 700 12px/2.5em "Ubuntu" !important;
	text-transform: uppercase !important;
	padding: 0 10px;
}

.linea-qrp tbody tr:nth-child(odd){
	background: #EEEEEE;
	border-bottom: 1px solid #fff;
	transition: background 0.2s cubic-bezier(.4,0,.4,1);
}

.linea-qrp tbody tr:nth-child(even){
	background: #E5E5E5;
	border-bottom: 1px solid #fff;
	transition: background 0.2s cubic-bezier(.4,0,.4,1);
}

.linea-qrp tbody tr:nth-child(odd):hover,
.linea-qrp tbody tr:nth-child(even):hover{
	background: #c9c9c9;
}

.linea-qrp tbody tr td{
	border-right: 1px solid #fff;
    color: #485466 !important;
    font: 14px/2.5em "Ubuntu" !important;
	padding: 0 10px;
}

.linea-qrp tbody tr td.td-prezzo{
    font: 16px/2.5em "Ubuntu" !important;
}
.linea-qrp tbody tr td.td-prezzo{
	text-align: right;
}
.linea-qrp tbody tr td.td-prezzo > .price {
	min-width: 43px;
	display: inline-block;
}
.linea-qrp tbody tr td.td-prezzo > .currency {
	/* margin-right: 10px; */
}
.linea-qrp tbody tr td.td-prezzo .vat,
.linea-qrp tbody tr td.td-sconto .vat {
	font-size: 10px;
	margin-left: 3px;
}
.linea-qrp tbody tr td.td-sconto .vat {
	display: block;
}


.linea-qrp tbody tr td:nth-child(1){
	border-right: 1px solid #fff;
    color: #6C727C !important;
    font: 700 20px/2.5em "Ubuntu" !important;
	padding: 0 10px;
}

.linea-qrp tbody tr td:nth-child(1) a{
    color: #6C727C !important;
    font: 700 20px/2.5em "Ubuntu" !important;
	transition: color 0.2s cubic-bezier(.4,0,.4,1);
}

.linea-qrp tbody tr td:nth-child(1) a:hover{
    color: #1A0D3A !important;
}

@media only screen and (max-width : 769px) {
	.linea-qrp tbody tr td:nth-child(1),
	.linea-qrp tbody tr td:nth-child(1) a,
	.linea-qrp tbody tr td,
	.linea-qrp tbody tr td.td-prezzo,
	.linea-qrp thead tr th{
		font-size: 13px !important;
		line-height: 1.5em !important;
	}
	td a.iscriviti{
		font-size: 13px !important;
	}
}

/*************************
 * LINEA CORSO SCONTATO
*************************/ 

.corso-scontato{
	background: #3bbb2e !important;
}
/*
.corso-scontato.single-virtual{
	background: #172c7f !important;
}
*/

.linea-qrp tbody tr.corso-scontato td{
    color: #fff !important;
}

.linea-qrp tbody tr.corso-scontato td:nth-child(1){
    padding: 17px 10px;
}

.linea-qrp tbody tr.corso-scontato td:nth-child(1),
.linea-qrp tbody tr.corso-scontato td:nth-child(1) a{
    color: #fff !important;
	font: 700 20px/1.2em "Ubuntu" !important;
}

.linea-qrp tbody tr.corso-scontato td:nth-child(1) a:hover{
    color: #1A0D3A !important;
	font: 700 20px/1.2em "Ubuntu" !important;
}

.linea-qrp tbody tr.corso-scontato td .titolo-sconto{
    color: #fff !important;
    font: 400 16px/1em "Ubuntu" !important;
	text-transform: uppercase;
	display: block;
}

.linea-qrp tbody tr.corso-scontato td.td-sconto{
    padding: 0 !important;
	width: 148px;
}

.linea-qrp tbody tr.corso-scontato td .cont-sconto{
	width: 45%;
	float: left;
	background: #50d442;
	height: 74px;
	padding: 19px 5px;
    color: #fff !important;
    font: 700 15px/1em "Ubuntu" !important;
	text-align: center;
}
/*
.linea-qrp tbody tr.corso-scontato.single-virtual td .cont-sconto{
	background: #f85a13;
}
*/

.linea-qrp tbody tr.corso-scontato td .cont-sconto .valore-sconto{
    color: #fff !important;
    font: 700 23px/1em "Ubuntu" !important;
}

.linea-qrp tbody tr.corso-scontato td .cont-costo{
	width: 55%;
	float: right;
	text-align: center;
	padding-top: 20px;
}

.linea-qrp tbody tr.corso-scontato td .prezzo-pieno{
	display: block;
	text-decoration: line-through;
	font: 14px/1em "Ubuntu" !important;
}

.linea-qrp tbody tr.corso-scontato td .prezzo-scontato{
	display: block;
	font: 700 16px/1em "Ubuntu" !important;
}



/* .corso-scontato.single-virtual .level{ */

/*
.linea-qrp tbody tr.single-virtual .level{
	background: #f85a13 !important;
	color: #fff !important;
}
.linea-qrp tbody tr.single-virtual .level a {
	color: #fff !important;
}
*/


@media only screen and (max-width : 1100px) {
	.linea-qrp tbody tr.corso-scontato td .cont-sconto{
		float: none;
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.linea-qrp tbody tr.corso-scontato td .cont-costo{
		float: none;
		width: 100%;
		padding: 10px 0;
	}
}

/*************************
 * LISTA SOLO PER CORSI
*************************/ 

.confermato{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #475465;
	position: relative;
	margin: 0 auto;
}

.confermato:before{
	content: "\e904";
	color: #eee;
	font: 700 30px/1em 'customicons';
	position: absolute;
	top: 0;
	left: 0;
}

.non-confermato{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #ABABAB;
	position: relative;
	margin: 0 auto;
}

.non-confermato:before{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	border-radius: 10px;
	background: #E5E5E5;
	position: absolute;
	top: 5px;
	left: 8px;
}

.non-confermato:after{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	border-radius: 10px;
	background: #E5E5E5;
	position: absolute;
	top: 5px;
	left: 18px;
}

a.iscriviti{
	display: block;
	width: auto;
	padding: 0 10px;
    color: #242B33 !important;
    font: 700 20px/1.8em "Ubuntu" !important;
	background: #f2d557;
	text-align: center;
	transition: color 0.2s cubic-bezier(.4,0,.4,1), background 0.2s cubic-bezier(.4,0,.4,1);
	white-space: pre;
}

/*
tr.single-virtual a.iscriviti{
	background: #f85a13 !important;
    color: #fff !important;
}
*/

a.iscriviti:hover{
    color: #fff !important;
	background: #1A0D3A;
}


.indirizzo-corso {
    cursor: pointer;
    display: block !important;
    font-size: 33px !important;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: auto;
}

.frame_mappa{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	z-index: -1;
	transition: opacity 0.2s;
}

.frame_mappa.visible{
	opacity: 1;
	z-index: 999999;
}

.wpgmappity_container{
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -250px;
}

.close-map:before{
	color: #fff;
	content: "\e905";
    font: 400 23px/1em 'customicons';
    left: 50%;
    margin-left: 229px;
    margin-top: -272px;
    position: absolute;
    top: 50%;
	cursor: pointer;
}


/*************************
 * BOX LINKS
*************************/ 

.contenitore-box-links-esterno{
	float: left;
	width: 28%;
}

.contenitore-box-links{
	margin: 0 0 6% 0;
	border: 1px solid #e5e6e8;
}

.box-links-cat{
	padding: 25px 30px 15px 30px;
}

.box-links-cat p:first-child{
	padding: 0;
	font: 700 30px/1em "Raleway";
	color: #242a33;
	margin: 0;
}

.box-links-cat p:last-child{
	margin-top: 2px;
}

.form-prenota-con-boxes{
	 width: 70%;
	 float: right;
}

@media only screen and (max-width : 800px) {
	.contenitore-box-links-esterno{
		float: none;
		width: 100%;
	}
	.contenitore-box-links{
		margin: 2% 0;
	}
	.form-prenota-con-boxes{
		width: 100%;
		float: none;
	}
}

.page-template-news-template .testo-news a{
	color: #485466;
	text-decoration: underline;
}
.page-template-news-template .testo-news a:hover{
	color: #1A0D3A;
}
