@charset "utf-8";
/* CSS Document */


*{
	font-family: decimaregular, Arial, Helvetica, sans-serif;
	margin:0;
}

label{
	display:none;
}

a{
	color:#2a5d92;
}



h1{
	font-size:200%;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}

h2{
	padding-top:10px;
	font-size:140%;
	font-weight:bold;
}

h3.low{
	margin-top: 0px;
}

h3.low::first-letter {
	text-transform: uppercase;
}

h4{
	padding-top:20px;
	text-transform:uppercase;
	font-size:100%;
}

footer h5{
	margin-top: 18px;
    margin-bottom: 5px;
}


body{
	background-color:#dcdcdc;
}



.errori{
	color: #cc0000;
	font-size: 115%;
}

.boxmain{
	margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 40px;
    background-color: #fff;
    line-height: 24px;
}

table.team td{
	padding: 10px;
}

.boxmain h4{
	padding-top:20px;
	font-weight:bold;
}

.boxmain p, .boxmain p ul li, .boxmain ul li{
	font-size: 130%;
}

.boxmain ul{
	padding-left: 35px;
}

.boxmain p a{
	word-wrap: break-word;
}

.modifica{
	float: right;
}

.modifica span.glyphicon{
	color: #000;
}

nav{
	background-color:#f1f1f1;
	/*min-height: 140px;*/
	-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.55);
	padding-bottom: 10px;
	border-bottom: soid 1px #fff;
}

nav a{
	color:#000;
}

nav ul{
	margin: 0px;
	padding: 0px;
}

nav ul li{
	display: inline;
	font-size: 130%;
	padding-left: 20px;
}

.dropdown-menu li, .dropdown-menu li a{
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
}

.dropdown-menu li a{
	width: 100%;
}


li.lang {
	padding-left: 5px;
}

.lang img{
	width: 2px;
	height: 36px;
	margin-right: 5px;
	margin-left: 5px;
}


.lang .btn{
	background-color: inherit;
	color: inherit;
	border: none;
	font-size: 110%;
	padding: 4px 10px;
}


.btn:hover{
    color: #000;
}

.btn:focus, .btn.focus {
    color: #fff;
}

.cerca{
	float:right;
	display:flex;
	padding-left: 5px;
}

.cerca span{
	display: block;
	border-radius: 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-top: -8px;
	margin-left: 4px;
	cursor: pointer;
}

.cerca span div{
	background-image: url("../../img/lente.png");
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 7px;
	margin-left: 8px;
	display: block;
	width: 22px;
	height: 26px;
}

.cerca span:hover{
	background-color: #2a5d92;
}

.cerca span:hover div{
	background-position: right;
}

#cerca{
	padding: 3px 10px;
    font-size: 120%;
    border: solid 1px #999;
    border-radius: 3px;
    width: 100%;
}

.cercaOff{
	height: 0px;
	padding: 0px;
	border: none;
}



.logo{
	padding-top:25px;
}


.logo img{
	border:none;
	max-width: 200px; /*247*/
	width: 100%;
	float: left;
	margin-right: 20px;
}

.incipit{
	color: #2a5d92;
	padding-top: 1px;
	font-size: 120%;
}


.last{
	width: 100%;
	text-align: right;
	font-size: 120%;
	color: #ccc;
	padding-right: 20px;
	font-style: italic;
}



.feed{
	position: relative;
    float: right;
    right: 0px;
    top: -45px;
    clear: both;
    height: 0px;
}

.tabella_etichette th{
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	background: #333;
	color: #fff;
	border: solid 1px #333;

}

.tabella_etichette td{
	padding: 2px 4px;
	border: solid 1px;
}


.spazio{
	margin-bottom:5px;
}


.boxBanner{
	margin-top:0px;
	padding:0px;
	margin-bottom:10px;
	width:235px;
	float:right;
	margin-right:-26px;
}

.boxBanner div img{
	max-width: 230px;
	width: 96%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1px;
}

.boxBanner div{
	border: solid 1px #b0b0b0;
	background-color: #fff;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.boxBanner .noborder{
	border: none;
}

.boxlat {
    background-color: #fff;
    border-bottom: solid 1px #8f8f8f;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-top: 20px;
}

.boxlat ul{
	padding:0px;
	margin-left:3px;
	margin-right:3px;
	list-style:none;
}

.boxlat li{
	padding-bottom: 8px;
	padding-top: 9px;
	border-bottom:dashed 1px #ccc;
}

.boxlat ul li ul li{
	padding:2px 0px;
	margin-left:15px;
	margin-right:2px;
	list-style:circle;
}


.boxlat ul li ul li ul, .boxlat ul > li > ul > ul {
	padding:0px;
	margin-left:15px;
	margin-right:2px;
	list-style:circle;
}


.boxlat .ultimo, .boxlat ul > li > ul > li:last-child{
	padding-bottom:0px;
	border-bottom:none;
}


.boxlat h4{
	padding-left:10px;
	font-weight:normal;
	color:#002050;
	padding-top:1px;
	margin-top:5px;
}


.boxlat ul li a{
	color:#002050;
}


.news_minori{
	color:#322127;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	border-bottom:dashed 1px #ccc;
}

.news_minori em{
	font-weight: bold;
	font-size:90%;
}

.news_minori a{
	color:#322127;
	text-transform:none;
}




.boxevidenza{
	width:715px;
	height:160px;
	float:left;
	clear:both;
	margin-bottom:10px;
	color:#fff;
}

.boxevidenza a:hover .evidenza .txtevidenza {
	text-decoration:underline;
}

.evidenza{
	width:235px;
	height:160px;
	float:left;
}

.marginevidenza{
	margin-right:5px;
}

.bkg_bianco{
	background-color: #fff;
}

.bkg_azzurro{
	background-color: #2e87b1;
}

.bkg_arancione{
	background-color: #ff8a00;
}

.bkg_giallo{
	background-color: #ffd200;
}

.bkg_bicolor{
	background: rgb(255,136,0);
	background: -moz-linear-gradient(left, rgb(255,136,0) 0%, rgb(255,136,0) 50%, rgb(255,208,0) 50%, rgb(255,208,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,136,0)), color-stop(50%, rgb(255,136,0)), color-stop(50%, rgb(255,208,0)), color-stop(100%, rgb(255,208,0)));
	background: -webkit-linear-gradient(left, rgb(255,136,0) 0%, rgb(255,136,0) 50%, rgb(255,208,0) 50%, rgb(255,208,0) 100%);
	background: -o-linear-gradient(left, rgb(255,136,0) 0%, rgb(255,136,0) 50%, rgb(255,208,0) 50%, rgb(255,208,0) 100%);
	background: -ms-linear-gradient(left, rgb(255,136,0) 0%, rgb(255,136,0) 50%, rgb(255,208,0) 50%, rgb(255,208,0) 100%);
	background: linear-gradient(to right, rgb(255,136,0) 0%, rgb(255,136,0) 50%, rgb(255,208,0) 50%, rgb(255,208,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ffd000', GradientType=1 );
}

.bkg_persone1{
	background-image: url(../../img/persone1.png);
	background-position: right 8px bottom;
	background-repeat: no-repeat;
	min-height: 400px;
}

.bkg_persone2{
	background-image: url(../../img/persone2.png);
	background-position: left -20px bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	color: #fff;
}

@media  (min-width: 992px) {
	.bkg_bicolor2{
		background: #2d6497;
		background: -moz-linear-gradient(left,  #2d6497 50%, #f38660 50%);
		background: -webkit-linear-gradient(left,  #2d6497 50%,#f38660 50%);
		background: linear-gradient(to right,  #2d6497 50%,#f38660 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6497', endColorstr='#f38660',GradientType=1 );
	}
}

.bkg_bicolor2.servizi h2{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 220%;
}

@media  (max-width: 991px) {
	.bkg_bicolor2{
		background-color: #777;
	}	

	.studi_universitari{
		background: #2d6497;
	}

	.studi_scolastici{
		background: #f38660;
	}


}


.studi_universitari{
	min-height: 400px;
}

.studi_scolastici{
	min-height: 400px;
}



.bgk_grigio{
	background-color: #30373d;
}


.logo_bn{
	width: 100%;
	max-width: 250px;
}


.servizi h2 {
	font-size: 200%;
	color: #000;
}

.servizi ul{
	list-style-type: none;
}

.servizi ul li{
	padding-bottom: 10px;
	font-weight: bold;
}

.servizi ul li a{
	color: #000;
	font-size: 120%;
}

.box_servizi{
	margin-top: 10px;
	margin-bottom: 30px;
}

.box_servizi a{
	color: #000;
}

.box_servizi a:hover{
}


.box_servizi div  div{
	min-height: 250px;
	font-size: 150%;
	padding: 15px;
	margin: 25px 5px 10px 5px;
	border-radius: 5px;

}


.box_servizi div:nth-child(1) div{
	background-color: rgba(255,210,0, 0.5);
}

.box_servizi div:nth-child(2) div{
	background-color: rgba(255,138,0, 0.5);
}

.box_servizi div:nth-child(3) div{
	background-color: rgba(58,199,71, 0.5);
}

.box_servizi div:nth-child(4) div{
	background-color: rgba(46,135,177, 0.5);
}

.box_servizi div:nth-child(5) div{
	background-color: rgba(239,73,100, 0.5);
}

.faq li{
	padding: 10px 0px !important;
}

.faq h2{
	margin-top: 0px;
}

.readonly input, .readonly select{
	background-color: #eee;
}

.banner{
	padding-top: 20px;
	padding-bottom: 20px;
}


.banner img{
	width: 100%;
	max-width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtfix1{
	margin-top: 30px;
}

.bmfix1{
	margin-bottom: 10px;
}

.pfix1{
	padding: 0px 15px 30px 15px;
}

.ptfix1{
	padding-top: 40px;
}

.ptfix2{
	padding-top: 10px;
}

.ptfix3{
	padding-top: 30px;
}

.pbfix1{
	padding-bottom: 30px;
}


.txtevidenza{
	padding:2px 8px 5px 8px;
	position:relative;
	bottom:140px;
	color:#fff;
}

.txtevidenza i{
	font-size:85%;
}

.txtevidenza em{
	font-size:85%;
}


.tfix1{
	margin-top: 74px;
}


.bkgevidenza{
	/*background-image:url(../../img/bgk_evidenza.png);*/
	background-repeat:repeat-x;
	/*background-color:#fff;*/
	height: 75px;
	position: relative;
    top: -75px;
	/*filter:alpha(opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;*/}



.fancybox-buttons{
	cursor: zoom-in;
}


.boxevidenza2 {
    width: 715px;
	float: left;
    clear: both;
    margin-bottom: 10px;
    color: #fff;
}

.evidenza2{
	float: left;
	width: 32%;
	background-color: #fff;
	padding: 12px;
	margin-right: 14px;
	min-height: 260px;
}

.txtevidenza2 em{
	font-size: 90%;
}

.txtevidenza2{
	font-size: 110%;
	padding-top: 12px;
	color: #000;
}

.evidenza2:last-child{
	margin-right: 0px;
	float: right;
}


.evidenza2 img{
	width: 100%;
}


.imgAllegati{
	margin-bottom: 15px;
}

.alert.alert-info{
	color: #222;
}

.alert.alert-info h3{
	margin-top: 0px;
}

.laterale{
	margin-top: 20px;
	background-color: #f3c94d;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 120%;

	-webkit-box-shadow: inset 5px 0px 5px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 0px 5px -4px rgba(0,0,0,0.25);
	box-shadow: inset 5px 0px 5px -4px rgba(0,0,0,0.25);

}



.laterale img{
	max-width: 160px;
	border: solid 2px #fff;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 120%;
    padding: 10px 5px 10px 5px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #2e87b1;
}

.panel-body {
	font-size: 120%;
    padding: 10px;
}


.faqPannello .panel-default > .panel-heading {
    color: #000;
    background-color: #f5f5f5;
    padding: 5px 2px; 
}

.faqPannello .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    padding: 5px 10px;
    font-weight: normal;
}

.faqPannello .panel-body p{
	margin: 0px;
}

.faqPannello.panel-group .panel {
	margin-bottom: 12px;
}

.faqico{
	font-size: 80%;
}

#accordion ul{
	padding-left: 5px;
	margin-bottom: 0px;
}

#accordion ul ul{
	margin-left: 15px;

}

#accordion ul ul ul{
	padding-left: 10px;
}

#accordion ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#accordion ul li a{
	color: #000;
}

#accordion ul li.acceso a{
	font-weight: bold;
}



.item .text {
    position: absolute;
    top: 35%;
    font-size: 230%;
    padding-left: 150px;
    padding-right: 150px;
    left: 0px;
}  


.item .bkg{
	background: rgba(0,0,0,0.6);    
	padding: 25px;
}

.item .text div:hover{
	text-decoration: underline;
}  


.text{
	color: #fff;
    font-size: 120%;
    font-weight: normal;
    width: 100%;
}


.text div:nth-child(3){
	font-weight: bold;
}

.news{
	background-color: #fff;
	padding: 8px 8px 8px 10px;
	min-height: 160px;
	margin-bottom: 30px;
}



.news a{
	color:#2e87b1;
}

.news img{
	margin: -8px 15px -8px -10px;
	max-width: 145px;
	float: left;
}

.news i{
	font-size:90%;
}

.news div:first-child{
	font-weight: bold;
	color: #000;
}

.news div:nth-child(2){
	font-weight: bold;
	color: #2b5d92;
}

.news div:nth-child(3){
	color: #000;
	font-weight: normal;
}


.box_news{
	font-size: 110%;
}

.sx{
	float: left;
}

.dx{
	float: right;
	text-align: right;
}


.link_news div{
	width: 48%;
}


.link_news{
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.link_bianco{
	color: #fff;
	font-size: 120%;
}

.link_bianco:hover{
	color: #fff;
	text-decoration: underline;
}

.link_news a{
	color:#002050;
}

.boxlat .newstutte{
	padding-right:10px;
	padding-top:5px;
}


.box{
	margin-top:15px;
	margin-bottom:15px;
}


.mtfix2{
	margin-top: 30px;
}


.mtfix3{
	margin-top: 20px;
}


.mtfix4{
	margin-top: 8px;
}

.mtfix5{
	margin-top: 20px;
}



.bkg_p{
	background-color:#3a2c2c;
}

.inline li{
	display: inline;
	padding: 2px 2px;
	font-size: 90%;
}

footer{
	color:#fff;
	font-size: 120%;
	/*margin-top: 20px;*/
}

footer a{
	color:#65dde0;
}

footer .social a:hover{
	text-decoration: none;
	margin-bottom: 20px;
}

footer .social{
	margin-bottom: 20px;
}

footer h3{
	border-bottom: solid 1px #919497;
	padding-bottom: 10px;
}

footer .elenco2 li{
	border-bottom: solid 1px #919497;
	padding-top: 8px;
}

footer .elenco2 li a img{
	margin-top: 6px;
}

.baseline{
	vertical-align: baseline;
}

.btop1{
	border-top: solid 1px #919497;
	padding-top: 20px;
	padding-bottom: 20px;
}


footer a:hover{
	color: #fff;
	text-decoration:underline;
}

footer ul{
	list-style-type: none;
	padding-left: 0px;
}

footer li{
	padding-bottom: 10px;
}


.elenco{
	list-style-image:url(../../img/list.gif);
}


.anchorTop{
	text-align:right;
	padding-right:20px;
}


#form2 label{
	display: inline-block;
}


.ancore{
	padding:10px;
	background-color:#efefef;	
}

.ancore ul{
	margin-top:8px;
}

.ancore li{
	list-style-image:url(../../img/list.gif);
}



.ancore2{
	padding:10px;
	background-color: #f3c94d;
	transition: all 0.3s ease-out 0s;
}

.ancore2 ul{
	margin-top:10px;
}

.ancore2 li{
	list-style-type: square !important;
}


.laterale2{
	margin-top: 20px;
	background-color: #f0f0f0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 120%;

	-webkit-box-shadow: inset 5px 0px 5px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 0px 5px -4px rgba(0,0,0,0.25);
	box-shadow: inset 5px 0px 5px -4px rgba(0,0,0,0.25);
}

.ancore3{
	padding:10px;
	background-color: #f0f0f0;
	transition: all 0.3s ease-out 0s;
}

.ancore3 ul{
	margin-top:10px;
}

.ancore3 li{
	list-style-type: square !important;
}


.ancore3 h4{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 120%;
}

.ancore3 .glyphicon{
	font-size: 90%;
}


.ancore3 table td{
	padding: 0px 5px 0px 2px;
}

.distacca{
	position: fixed;
    width: 280px;
    margin-top: 15px;
    top: 0px;
    padding: 15px; 
    border-radius: 2px;
}

.speciali{
	padding:10px;
	background-color: #ff0000;
	transition: all 0.3s ease-out 0s;
}

#briciole{
	margin-top: 20px;
    text-transform: lowercase;
    font-size: 110%;
    color: #000;
}

#briciole ul{
	list-style-type: none;
	padding-left: 0px;
}

#briciole ul li{
	display: inline-block;
	margin-right: 3px;
	border: solid 1px #fff;
	background-color: #f0f0f0;
	padding: 0px 8px;
}

#briciole ul li a{
	color: #000;
}

#briciole ul li:last-child{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}


.acceso{
	font-weight:bold;
}


#acceso{
	font-weight:bold;
}

.input {
	border: 1px solid #6b6b6b;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    font-size: 120%;
    max-width: 800px;
}


.calendario{
	position: relative;
    right: 8px;
    float: right;
    display: block;
    top: -28px;
    font-size: 130%;
}

.pulsanti a img{
	margin-bottom: 10px;
}

.pulsanti a{
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	font-family: 'decima_xbextrabold';
}

.pulsanti a:hover, .pulsanti a:hover + a{
	text-decoration: underline;
	color:#2a5d92;
}


.pulsanti a:nth-child(2){
	margin-top: 15px;
	margin-bottom: 40px;
}


.hvr-float-shadow{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 25%;
    height: 10px;
    width: 50%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pulsante{
    background-color: #2a5d92;
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    padding: 8px 15px 6px 15px;
    text-transform:uppercase;
	cursor:pointer;
	border-radius: 3px;
}


.pulsante:hover {
    background-color: #ddd;
    color: #000000;
}

.textarea table{
	width: 100%;
}

input[type="radio"], input[type="checkbox"] {
    margin: 5px 5px 0;
}


.etichetta {
    background: none repeat scroll 0 0 #6b6b6b;
    color: #FFFFFF;
    padding-bottom: 2px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 90px;
    letter-spacing: 0.5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    max-width: 815px;
}

.etichetta + p{
	margin-top: 6px;
}


.long{
	width:200px;
}

.titolo{
	color:#2a5d92;
	font-size:120%;
	font-weight:bold;
}

.titoletto{
	color:#002050;
	font-weight:bold;
}

.mini{
	font-size:90%;
}

.separa {
	width: 100%; height: 0.00001em; clear: both; overflow: hidden;
}

#nonAutorizzato{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.allegati td{
	font-size: 120%;
	padding: 5px;
}

.boxmain h4{
	font-size: 120%;
	font-weight: normal;
}

.boxmain .panel-body p {
	font-size: 110%;
}

.boxAllegati{
	margin-bottom:15px;
}


.boxAllegati ul li{
	font-size: 110%;
	padding: 8px 0px;
}


.elencoAllegati{
	list-style:none;
	padding: 5px 0px 5px 5px;
}

.elencoAllegati li{
	padding-bottom:5px;
}


.elencoAllegati .glyphicon{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 90%;
	color: #000;
}



.newsTitolo {
    border-top: 1px solid #CCCCCC;
    float: left;
    font-weight: bold;
    padding-top: 10px;
	padding-right:10px;
	width:100%;
	font-size: 120%;
}
.newsTesto {
    float: left;
    margin-bottom: 20px;
    margin-top: 8px;
    padding-left: 4px;
    text-align: justify;
    font-size: 110%;
}

.newsImg {
    border: 1px solid #BBBBBB;
    margin-left: 10px;
}




.testoSchede {
    text-align: left;
}


.testoSchede img{
	padding-left:8px;
	margin-top:3px;
}


.boxmain table.utenti{
	width: 100%
}


.thead td {
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background-color:#2a5d92;
	border:solid 1px #2a5d92;
}

.utenti td {
    padding: 4px 5px;
	border:solid 1px #2a5d92;
}


.msg{
	margin-top:15px;
	margin-bottom:30px;
	color:#990033;
}




/*css aux */
506
.bkgevidenza {
	background-image: url(../../img/news.png);
	top: 0px;
	height: 160px;
	width: 235px;
	position: absolute;
}

.txtevidenza{
	bottom:0px;
	position: absolute;
	font-size:110%;
	padding:2px 13px 10px 13px;
}

.evidenza {
	position: relative;
}


.righe{
	background-image: url("http://ardiss.fvg.it/css/img/bar.gif");
    width: 100%;
    height: 24px;
    position: relative;
    top: 24px;
    float: left;
    margin-top: -22px;
}





div.container .boxblu div#bando {
	text-align: center;
	padding-top: 15px;
	padding-right: 11px;
	padding-left: 11px;
	text-align: center;
	background-position: left 40px;
}
div.container .boxblu a:hover div#bando {
  background-position: right 40px !important;
}

.bandoAcceso {
  background-position: right 40px !important;
}

div.container .boxblu div.col-xs-12 div#bando {
  font-size: 120%;
}
div.container .boxblu div#bando span {
  padding-bottom: 88px;
  font-size: 120%;
}

.tabLog td{
	border: solid 1px #6b6b6b;
	font-size:90%;
	padding:5px 5px 3px 5px;
}

.btn-blu{
	background-color: #2a5d92;
	color: #fff;
}

.btn-grigio{
	background-color: #6b6b6b;
	color: #fff;
}

.btn-blu:hover{
	color: #2a5d92;
	background-color: #fff;
	border: solid 1px #2a5d92;
}

.tabLog td:first-child{
	text-align:left;
}

.tabLog td:nth-child(n+2){
	text-align:right;
}

.log .dropdown-menu {
    left: inherit;
    padding: 10px;
}

.log button{
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-bottom: 3px;
}

.nav.nav-pills > li > a {
    padding: 5px 15px;
}

.nav-pills > li.active.tutte > a, .nav-pills > li.active.tutte > a:hover, .nav-pills > li.active.tutte > a:focus {
    background-color: #888;
    color: #fff !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #2a5d92;
    color: #fff !important;
}
.nav-pills > li.active.studenti > a, .nav-pills > li.active.studenti > a:hover, .nav-pills > li.active.studenti > a:focus, .tipo.studenti a{
    background-color: #ff8a00;
    color: #fff;
}

.nav-pills > li.active.fornitori > a, .nav-pills > li.active.fornitori > a:hover, .nav-pills > li.active.fornitori > a:focus, .tipo.fornitori a{
    background-color: #ffd200;
    color: #000 !important;
}

.tipo a:hover{
	text-decoration: none;
}



#bando{
	width:235px;
	height:185px;
	background-image:url(../../img/btn_bando.gif);
	
	font-size: 140%;
	padding-left: 20px;
	padding-top: 100px;
	line-height:26px;
}

#case{
	width:235px;
	height:90px;
	background-image:url(../../img/btn_casestudente.gif);
}

#auditorium{
	width:235px;
	height:90px;
	background-image:url(../../img/btn_auditorium.gif);
}

#mense{
	width:235px;
	height:90px;
	background-image:url(../../img/btn_mense.gif);
}

#orientamento{
	width:235px;
	height:90px;
	background-image:url(../../img/btn_orientamento.gif);
}

#aulestudio{
	width:235px;
	height:90px;
	background-image:url(../../img/btn_aulestudio.gif);
}

#sportelli{
	width:235px;
	height:90px;
	background-image:url(../../img/btn_sportelli.gif);
}




.box div div a div{
	background-position:left;
	
	font-size: 110%;
	padding-left: 65px;
	padding-right:10px;
	padding-top: 45px;
	line-height:18px;
}

.box div div a div:hover{
	background-position:right;
}


.box .row div a{
	color:#fff;
	text-decoration:none;
}

.col2{
	margin-left:45px;
	margin-right:auto;
}

.imgres2{
	display:none;
}

.mobile{
	display:none;
}

.blu{
	background-color:#002050;
	width:100%;
	margin-bottom:10px;
	padding:10px 10px !important;
}


.dropdown-menu {
	min-width: 145px;
	left: -120px;
}

.dropdown-menu > li > a {
    display: inline-block;
}





/* personalizzazioni ardiss*/
.fr .box div div.boxblu a #bando {
	font-size: 130% !important;
}

.fr .box div div a {
	font-size: 90%;
}

#b41 {
	font-size: 90%;
}

.box_news .news a,
.box_news .news em {
	color: #000;
}

.evidenza em {
	display: none;
}

.evidenza .txtevidenza {
	padding-right: 35px;
}

.box_news .news {
	color: #666;
}

table.alterna {
	width: 100%;
}

table.top td {
	vertical-align:text-top;
}

table.alterna td,
table.alterna th {
	padding: 4px;
}

table.alterna tr {
	background-color: #e7eff2;
	border-bottom: 1px solid #e7eff2;
}

table.alterna tr:nth-child(2n) {
	background-color: #FFF;
}

table.recapiticds {
	width: 480px;
}

table.righe {
	width: 100%;
}

table.righe tr,
table.recapiticds tr {
	border-bottom: 1px solid #e7eff2;
}

table.orarisalaconvegni td,
table.orarisalaconvegni tr {
	border: 1px solid #e7eff2;
	padding: 4px;
}

.boxmain table{
	width: auto;
}

.boxmain p table td, .boxmain p table td span{
	padding: 5px;
}


/* owl carousel */
.owl-dots{
	position: relative;
	margin-top: -60px;
	margin-bottom: 30px;
}

.owl-carousel .owl-item img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #989898;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2a5d92;
}

.owl-nav{
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-prev{
	position: relative;
	float: left;
	left: 75px;
}

.owl-next{
	position: relative;
	float: right;
	right: 75px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 200%;
    padding: 0px 15px 5px 15px;
    background: #989898;
    display: block;
    cursor: pointer;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #2a5d92;
    text-decoration: none;
}



.listaservizi{
	list-style-type: none;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

.listaservizi li{
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

.listaservizi li a{
	display: block;
	text-align: center;
	color: #000;
}

.listaservizi li a img{
	max-width: 55px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-right: 10px;
    margin-left: 10px;
}

.listaservizi li.acceso a img, .listaservizi li a:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}



.menuToggle{
	border: solid 1px #999;
	border-radius: 3px;
	background-color: #d9d9d9;
	padding: 4px 8px; 
	clear: both;
}

.menuToggle span {
    background-color: #4b75ad;
    /*width: 25px;*/
    width: 100%;
    height: 3px;
    display: block;
    margin-bottom: 4px;
    margin-top: 4px;
}

.serviziToggle:focus{
	outline: none;
}

.serviziToggle{
	margin-top: 15px;
    background-color: #2e87b1;
    color: #fff;
    text-transform: uppercase;
    border: solid 2px #fff;
    /*border-radius: 10px;*/
    padding: 3px 10px 1px 10px;
}


.serviziToggle:hover{
	color: #2e87b1;
    background-color: #fff;
    border: solid 2px #2e87b1;
}


.in, .collapsing {
	display: block!important;
}


.pannello h3{
	font-size: 18px;
	text-transform: uppercase;
}

.pannello h2, .boxmain h2{
	text-transform: uppercase;
	color: #2a5d92;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 30px;
}

.pannello ul{
	list-style-type: none;
	margin-bottom: 40px;
	padding-left: 10px;
}

.pannello .glyphicon{
	cursor: pointer;
}

.pannello ul li{
	font-size: 120%;
}

.pannello ul.menu {
	padding-left: 0px;
    margin-bottom: 10px;
    cursor: pointer;
}

.pannello ul.menu ul{
	padding-left: 30px;
}

.pannello ul.menu li{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}

.pannello ul.menu li a{
	color: #000;
}

.pannello ul.menu ul{
	margin-top: 10px;
}

.pannello ul.menu li ul li{
	font-size: 22px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pannello ul.menu li ul li ul li{
	font-size: 18px;
}

ul.menu .glyphicon{
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
	color: #555;
}

.boxmain .glyphicon{
	font-size: 16px;
}

.boxmain a:hover .glyphicon{
	color: #2a5d92;
}


.panel-title .glyphicon {
	padding-left: 18px;
    color: #fff;
}

.panel-body .glyphicon{
	font-size: 90%;
	
}

.panel-body .collapsed .glyphicon{
	transform: rotate(180deg);
}



.pannello .glyphicon, .glyphicon{
	color: #6b6b6b;
	cursor: pointer;
}

.dettaglio .data{
	font-size: 130%;
	margin-top: 15px;
}

.dettaglio h3 .glyphicon{
	color: #2a5d92;
	font-size: 80%;
}

.dettaglio h3{
	margin-bottom: 30px;
}

.dettaglio h2{
	margin-top: 0px;
	margin-bottom: 30px;
}

ul.menu a:hover .glyphicon{
	color: #000;
}

.nero{
	color: #000;
}

.controlliNews{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}


.panel-group .panel {
    margin-bottom: 15px;
}


ul.listaNews{
	padding-left: 18px !important;
}

.listaNews li{
	list-style-type: square !important;
}



.controlliNews li a{
	border: solid 1px #ddd;
	font-size: 80% !important;
}

.boxListaNews h3 a{
	font-weight: bold;
	color: #444;
}

.controlliNews .glyphicon{
	top: 3px;
}



.pannello .nav.nav-pills{
	
}


.nav.nav-pills{
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}


.controlliNews .nav.nav-pills {
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0px;
}

ul.custompills{
	padding-left: 0px !important;
	margin-right: 5px !important;
}

.nav.nav-pills.custompills{
	font-size: 100%;
}

.nav.nav-pills .evidenza{
	height: inherit;
}

.nav.nav-pills.custompills li{
	width: 100%;
	margin: 0px 3px;
}

.boxNews .mtfix1{
	margin-top: 40px;
}

.nav-link{
	cursor: pointer;
}

.boxNews h3{
	margin-top: 0px;
	line-height: 28px;
	margin-bottom: 8px;
}


.boxNews img{
	/*border: solid 3px #ddd;*/
}

.boxmain .boxNews h3 a{
	font-weight: normal;
	color: #000;
}

.boxNews a{
	line-height: 26px;
    letter-spacing: 0.2px;
}

.boxNews p{
	font-size: 130%;
}

.boxNews p a{
	color: #000;
}

.laterale h4{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 110%;
}

.laterale .glyphicon{
	color: #000;
	font-size: 90%;
}

.laterale ul{
	padding-left: 15px;
}

.laterale ul li{
	list-style-type: none;
	padding: 4px 0px;
	word-break: break-word;
}

.laterale a{
	color: #000;
}

.tipo{
	display: inline-block;
}

.tipo a{
	border-radius: 4px;
	margin-right: 3px;
	margin-bottom: -5px;
    padding: 0px 7px;
    background-color: #2a5d92;
    color: #fff !important;
    display: inline-block;
    clear: both;
    float: left;
    font-size: 60%;
}

.ricerca li{
	padding-top: 4px;
	padding-bottom: 4px;
}


.fotoNews{
	max-width: 100%;
}

@media  (max-width: 1300px) {
	.item .text {
	    top: 33%;
	}  
}


@media  (max-width: 1200px) {
	nav{
		padding-bottom: 15px;
		/*min-height: 130px;*/
	}

	nav ul li{
		padding-left: 9px;
		font-size: 120%;
	}

	.item .bkg{
	    padding: 15px;
	}  


	.logo img{
		max-width: 180px;
		margin-right: 15px;
	}

	.incipit{
		font-size: 100%;
	}

	.cerca span {
	    width: 35px;
	    height: 35px;
	}

	.cerca span div {
	    margin-top: 5px;
	    margin-left: 6px;
	}
	
	.owl-dots {
	    margin-top: -40px !important;
	    margin-bottom: 10px !important;
	}

	.owl-theme .owl-nav {
	    margin-top: -10px !important;
	}
}


@media (max-width: 992px){
	
	.pulsanti div.text-center {
	    min-height: 240px;
	}
}

@media  (max-width: 991px) {
	
	#briciole{
	    margin-bottom: 20px;
	}

	.listaservizi li{
		margin-left: 4px;
		margin-right: 4px;
	}

	.listaservizi li a img{
		margin-left: 10px;
		margin-right: 10px;
	}

	nav ul li{
		padding-left: 20px;
		font-size: 130%;
	}

	.item .text {
	    top: 8%;
	}  

	.tfix1 {
	    margin-top: 15px;
	}

	.banner img{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.inline li a{
		white-space: nowrap;
	}

	.col1{
		margin-left:25px;
	}
	
	.col2{
		margin-left:0px;
		width:32%;
	}
 	
	.ultimo{
		margin-right:25px;
		width:26%;
	}
	
	.boxlat{
		float:left;
		margin-right:15px;
		width: 100%;
	}

	.boxBanner{
		float:left;
		margin-right:15px;
		width: 100%;
		text-align: center;
	}

	.boxBanner .giovani{
		height: 47px;
	}
	
	.boxevidenza2{
		width:99%;
		height:auto;
	}


	.boxevidenza{
		width:auto;
		height:auto;
	}
	
	.marginevidenza{
		margin-bottom:5px;
	}
	
	.news{
		width:auto;
		min-height: 170px;
	}
	
	.bkg_bicolor{
		background: #ff8a00;
	}
	
	.servizi ul {
	    padding-left: 0px;
	}

	.bkg_persone1{
		background-color: #ff8a00;
		min-height: 270px;
		margin: 15px;
	}

	.bkg_persone2{
		background-color: #ffd200;
		background-position: right bottom;
		min-height: 270px;
		border-radius: 15px;
    	margin: 15px;
	}
	
	.contenitore{
		width:auto; 
	}
	
	.footer .ultimo{
		float:left;
		margin-right:25px;
		width:25%;
	}
	
	.logo img{
		width:100%; 
	}

	.logo {
	    padding-top: 20px;
	}
	
	.sm-center{
		text-align: center;
	}

	.item .text {
	    font-size: 200%;
	} 

	.ptfix2{
		padding-top : 0px;
	}

	.lang{
		position: relative;
    	top: -70px;
    }


	.logo img{
		max-width: 200px;
		margin-right: 20px;
	}

	.incipit{
		font-size: 110%;
	}


}

@media (max-width: 767px) {
	

	.pulsanti a img {
    	margin-bottom: 0px;
	}


	.pulsanti div.text-center {
	    min-height: 0px;
	}

	.ancore2, .distacca, .laterale{
		/*display: none;*/
		background-color: #fff;

	}

	.boxmain{
		float: left;
	}

	.listaservizi li{
		margin-left: 3px;
		margin-right: 3px;
	}

	.listaservizi li a img{
		max-width: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}

	nav ul{
	    display: block;
	    width: 100%;
	    background-color: #fff;
	}

	nav ul li {
	    font-size: 120%;
	    display: block;
	    width: 100%;
	    text-align: left;
	}

	nav ul li a{
		display: block;
	    width: 100%;
	    padding: 10px 15px;
	}
	
	.cerca {
	    padding-left: 30px;
	    background: #fff;
	    padding-top: 5px;
	    padding-bottom: 10px;
	}

	.cerca span {
		background-color: #d0d0d0;
	}
	

	.bkg_persone1, .bkg_persone2{
	    background-size: 40%;
	}

	.xs-center, .sm-center{
		text-align: center;
	}

	.incipit {
	    
	    font-size: 100%;
	}

	.logo {
	    padding-top: 15px;
	}

	.boxlat{
		float:left;
		margin-right:15px;
	}
	
	.boxevidenza{
		width:100%;
		height:auto;
	}
	
	.marginevidenza{
		margin-bottom:5px;
	}
	
	.contenitore{
		width:auto; 
	}
	
	.logo img{
		width:100%; 
	}
	
	.imgres1{
		display:none;
	}
	
	.imgres2{
		display:block;
		width:auto;
		max-width:100%;
	}
	
	.evidenza{
		height:auto;
	}
	
	.bkgevidenza{
		width:100%;
		height:100%;
	}
	
	.marginevidenza {
		margin-bottom: 10px;
	}

	.item{
		min-height: 200px;
	}

	.item .bkg {
		background: none;
	}

	.item .text {
		color: #000;
	    top: 30px;
	    font-size: 150%;
	    width: 75%;
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	
	.text div:nth-child(3){
		padding-left: 135px;
	}
	

	.owl-carousel .owl-item img {
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	    filter: alpha(opacity=100) !important;
	    -moz-opacity: 1 !important;
	    -khtml-opacity: 1 !important;
	    opacity: 1 !important;
	}

	
	.owl-nav {
	    top: 40%;
	}

	.owl-carousel .owl-item img {
	    max-width: 120px;
	    float: left;
    	margin-right: 15px;
	}

	.owl-prev {
	    left: 10px !important;
	}

	.owl-next {
	    right: 10px !important;
	}

	.owl-dots {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.pulsanti div{
		/*border-bottom: solid 1px #999;*/
		margin-bottom: 30px;
	}

	.pulsanti a:nth-child(2) {
	    margin-bottom: 20px;
	}
}




@media  (max-width: 700px) {
	.listaservizi li{
		margin-left: 0px;
		margin-right: 0px;
		width: 22%;
		margin-bottom: 20px;
	}

	.listaservizi li a img{
		max-width: 55px;
	}
}

@media (max-width: 648px) {
	

	.item .text {
	    font-size: 150%;
	}

	.incipit {
	    font-size: 100%;
	}


	nav ul li{
		font-size: 120%;
	}

	.tfix1 {
	    margin-top: 15px;
	}
	
	
}

@media (max-width: 488px) {
	
	

	.incipit {
	    float: left;
	    padding-top: 4px;
	    padding-bottom: 10px;
	}

	.lang {
	    top: 0px;
	}


}


@media  (max-width: 420px) {
	.listaservizi li{
		width: 48%;
		margin-bottom: 20px;
	}
	
	.item .text {
		top: 20px;
	    width: 65%;
	    font-size: 140%;
	}

	.hidden-xxs{
		display: none !important;
	}
.text div:nth-child(3){
		padding-left: 0px;
	}

}


@media (max-width: 390px) {
	
	
	

	.owl-prev {
	    left: 0px !important;
	}

	.owl-next {
	    right: 0px !important;
	}
	
	

}