/* ******* FONT **********/
@font-face {
	font-family: 'AvenirLT';
	src: url('../fonts/avenir/AvenirLTStd-Book.eot');
	src: local('☺'), url('../fonts/avenir/AvenirLTStd-Book.woff') format('woff'), 
	url('../fonts/avenir/AvenirLTStd-Book.ttf') format('truetype'), 
	url('../fonts/avenir/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



.cdborder {
    border: 1px dashed #000;
}

.cdborder_b {
    border-bottom: 1px solid #CCCCCC;
} 

/* ******* STRUTTURA **********/
body {
    background: #d9d8cb;
    background: #FFFFFF !important;
    /*font-family: 'AvenirLT';*/
    color: #444444;
    
    font-size: 14px;
    font-family: "Lato", sans-serif;
}

.cntarea {
    position: relative;
    margin: 0 auto;
}

.login_area {
    background: #FFFFFF; 
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 100px;
}

.cd-container {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    background: none !important;
}




/* ******* HEADER **********/
.header_bar {
    height: 60px;
    border-top: 0px solid #FFFFFF;
    background: #711e82 !important;
    /*width: calc(100% - 15px);*/
    width: 100%;
    border: 1px dashed #000 !important;
}
.header_bar .cd-container {
    background: #FFFFFF;
}

.header_bar .row-eq-height {
    height: 110px;
}

.header_bar a {
    color: #FFF;
}
.subheader {
    height: 80px;
    background: #00a878bc !important;
    width: 100%;
    position: relative;
    margin-top: 0px;
    text-align: center;
    display: table;
    vertical-align: center;
}

.footer_bar {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 80px;
    color: #777777;
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 20px;
}


.footer_bar a {
    color: #a5a07b;
}

#herobanner {
    width: 100%;
    margin-top: -2px;
}

/* ******* MENU **********/
.cd-nav {
    border: 0px dashed #000000;
    width: 98%;
}

.cd-nav ul {
   padding-top: 0px;
   height: 45px;
}

.cd-nav ul li {
    margin-top: 0px;
    height: 120px;
    line-height: 40px;
    width: 20%;
}

.cd-nav ul li img {
    margin-top: 4px;
    position: absolute;
    top: 25px;
    left: calc((100% - 35px)/2);
    width: 35px;
}

.bgmenu {
    background: #9e9c7a;
    height: 40px;
}

.cd-nav ul li.sel {
    /*
    background: url(../../repository/images/menu_on.png) bottom center no-repeat;
    */
    background: url(../../repository/images/menu_on_sm.png) bottom center no-repeat;
    background-size: 100% 90%;
}

.cd-nav li .icon {
    width: 100%;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 8px;
    margin-top: 18px;
    background: url(../../repository/images/academy.png) center no-repeat;
    background-size: auto 100%;
}

.cd-nav li p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    border: 0px solid #000000 !important;
    margin-bottom: 2px;
}


.cd-nav ul li.sel p {
    color: #a59f7d;
}



/* ******* MENU 2 **********/
#menu {
    position: absolute;
    top: 0px;
    height: 125px;
    width: calc(100% - 20px);
    margin: 0px 0px;
    text-align: center;
    left: 10px;
    z-index: 90;
}

#menu ul {
    display: block;
    height: 80px;
    margin: 0px auto;
      margin-left: auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 96%;
    margin-left: 2%;
}

#menu ul li {
    display: inline-block;
    float: left;
    height: 55px;
    margin-top: 0px;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
}


#menu ul li:hover,
#menu ul li.sel { 
    background: url('../../img/button_sel.png') center -15px no-repeat;
    background-size: 100%;
}


#menu ul li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#menu ul li a {
    display: inline-block;
    height: 100%;
    font-size: 12px;
    text-decoration: none;
    color: #194658;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: bold;
    line-height: 16px;
    padding-top: 18px;
}

#menu ul li a:hover,
#menu ul li.sel a { 
	color:#ca8232;
    text-decoration: underline;
}

#menu ul li#mobileopen {
    display:none;
}

#menu ul li#openmobilemenu, 
#menu ul li#closemobilemenu { 
    display:none; 
}


/* ******* ELEMENTI **********/
.padt0 {
    padding-top: 0px;
}

.padb0 {
    padding-bottom: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt25 {
    margin-top: 25px;
}

.mb5 {
    margin-bottom: 5px;
    font-weight: bold;
}


.headerpage {
    width: 100%;
    left: calc((100% - 1024px)/2);
    top: 0px;
    position: absolute;
    max-width: 1024px;
    overflow: hidden;
    height: calc(100% + 30px);
    background: #FFFFFF;
}

.bgpage {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    position: absolute;
}





.mobile_header {
    display: none;
}

#cnthome {
    margin-top: 57%;
}

#cntpageint {
    margin-top: 16%;
}

#footercnt {
    margin-top: 0px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #0065b0;
}

.row_w {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #11337f;
}

.smtext {
    font-size: 10px;
}

.fa-facebook-official,
.fa-twitter-square,
.fa-whatsapp {
    font-size: 18px;
    margin-left: 5px;
}

.nverde {
    width: 100%;
    max-width: 300px;
}

.ctabutton {
    width: 94%;
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.supertit {
    color: #0065b0;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
}

.supertit2 {
    color: #e30421;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

.rowbull {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 40px;
    padding-left: 40px;
}
.bulletbox {
    width: 56px;
    position: relative;
    float: left;
}

.bulletlabel {
    width: calc(100% - 60px);
    position: relative;
    float: left;
    font-size: 20px;
}

.textbutton {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: underline;
    padding: 6px 40px;
    background: #e30421;
    border-radius: 6px;
    width: 64%;
    margin: 10px auto;
    position: relative;
    cursor: pointer;
}


.open_box {
    height: 40px;
    background: #0074ae23;
    border-radius: 20px;
    cursor: pointer;
}

.button_arrow_box {
    position: absolute;
    right: 30px;
    top: 5px;
    height: 30px;
    width: 40px;
    cursor: pointer;
}

.open_box[state="OFF"] .button_arrow_box {
    background: url(../../images/arrow_b.png) center no-repeat;
    background-size: 33px;
}

.open_box[state="ON"] .button_arrow_box {
    background: url(../../images/arrow_a.png) center no-repeat;
    background-size: 33px;
}

.int_news_list {
    position: absolute;
    top: 6px;
    height: 30px;
    left: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #e30421;
    font-size: 19px;
}

.hidden_box {
    overflow: hidden;
    height: 0px;
    margin-left: 0px;
    border: 0px solid #BBB;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
    width: 100%;
}

.hidden_box[state="ON"] {
    /*height: auto;*/
    height: 300px;
}

.box_cnt {
    width: 95%;
    margin-left: 2.5%;
    float: left;
    margin-top: 7px;
    font-size: 14px;
}

.videoint {
    width: 90%;
    max-width: 580px;
}

.tabint {
    width: 100%;
    max-width: 450px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}


/*GRIGLIE MTDGT*/
.mtCols {
    float: left;
    border: 1px solid #000;
}

.w2 {
    width: 2%;
}

.w33 {
    width: 33.3333%;
    float: left;
}

.w10 {
    width: 10%;
    float: left;
}

.w20 {
    width: 20%;
    float: left;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w35 {
    width: 35%;
}

.w65 {
    width: 65%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
    float: left;
}

.w90 {
    width: 90%;
    float: left;
    margin-left: 5%;
}

.w90_ {
    width: 90%;
    float: left;
}

.w100 {
    width: 100%;
}

.w5025 {
    width: 25%;
}

.w7525 {
    width: 25%;
}

.w4020 {
    width: 20%;
}

.w6030 {
    width: 30%;
}

.w6030:nth-child(2),
.w6030:nth-child(6),
.w6030:nth-child(10),
.w6030:nth-child(14) {
    width: calc(30% - 20px);
    padding-right: 20px;
}



#testbox {
	margin-top: 20px;
}

#testbox div  {
	text-align: center;
}


#testbox div.text_load  {
    max-width: 700px;
    margin: 20px auto 0px auto;
    padding: 0px 0px;
    text-align: center;
	width: 80%;
	height: 25px;
	color: #777;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}


#testbox div.mtdgt_box_loading  {
    max-width: 700px;
    margin: 5px auto;
    padding: 0px 0px;
    text-align: center;
	width: 80%;
	height: 35px;
	border-radius: 20px;
	position: relative;
}

div.bar_int {
	position: absolute;
	width: 0%;
	height: 31px;
	padding: 0px !important;
	background: #FFF;
	transition: width 0.3s;
	left: 0px !important;
}

#testbox div.mtdgt_box_loading_cnt  {
    margin: 2px 2px;
    padding: 0px 0px;
    text-align: center;
	width: calc(100% - 4px);
	height: 31px;
	border-radius: 20px;
	background: #5294c1;
	overflow: hidden;
	position: absolute;
}


#testbox div.butt_vai  {
    width: 200px;
    margin: 10px auto;
    padding: 0px 0px;
    text-align: center;
	height: 45px;
	background: #91d6f4;
	color: #000;
	line-height: 48px;
	cursor: pointer;
	font-family: 'Arial';
	font-size: 18px;
	position: relative;
	text-shadow: none !important;
	border-radius: 8px;
	font-weight: bold;
}



#testbox .areatest {
	max-width: 1024px;
	width: 80%;
	margin: 5px auto;
	overflow: hidden;
	padding: 0px !important;
	font-size: 1.4rem;
	line-height: 1.2;
	height: 0px;
	position: relative;
}

#testbox .buttontest {
	max-width: 1024px;
	width: 80%;
	margin: 5px auto;
	position: relative;
}


.areatest .button_quiz  {
    max-width: 380px;
    margin: 15px auto !important;
    padding: 0px 0px;
    text-align: center;
	background: #91d6f4;
	color: #000000;
	cursor: pointer;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-shadow: none !important;
	text-decoration: none;
	border: 1px solid #91d6f4 !important;
	padding: 13px 20px 13px 20px !important;
	width: calc(100% - 50px) !important;
	border-radius: 8px;
}

.areatest_cnt {
	width: 100%;
	height: 470px;
	padding: 0px !important;
	display: none;
	margin: 0px !important;
	top: 20px;
	font-size: 19px;
}

.areabutton {
	width: 100%;
	margin: 0px !important;
	position: relative;
	margin-top: 0px !important;
	height: 60px;
	overflow: hidden;
	padding: 0px !important;
}

.nores {
    font-size: 22px;
}

.boxnoresult {
    border-radius: 14px;
    background: #FFFFFF;
    border: 3px solid #00ade6;
    position: relative;
    width: 80%;
    margin-left: 10%;
    line-height: 36px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: none;
    padding: 20px 40px 0px 40px;
}

.boxnoresult .nores {
    line-height: 31px;
}

.areaQuiz {
    padding-bottom: 0px !important;
}


.boxresult {
    border-radius: 14px;
    background: #2887b8;
    position: relative;
    width: 80%;
    margin-left: 10%;
    line-height: 36px;
    margin-top: 80px;
    margin-bottom: 150px;
    padding: 40px 50px 22px 50px;
}
.boxresult .nores {
    line-height: 31px;
    color: #FFFFFF;
}

.selcitta {
    width: 180px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    margin: 0px auto;
    background: #dbf0fe;
    margin-bottom: 15px;
    color: #e30421;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}




.bcenter {
	width: 94%;
	margin-left: 3%;
	border-radius: 12px;
	background: #00B6DE;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.bcenter.on {
    background: #FFF;
    color: #00B6DE;
}




.tabcnt {
    display: -ms-flex; 
    display: -webkit-flex; 
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.areacalx.tabcnt {
    gap: 0px;
}

.tabcnt.meet {
    gap: 12px;
}

.tabcnt .cols {
    flex: 0;
    flex-basis: calc(33.333333% - 20px) !important;
}


.areacalx {
	/*display: table;*/
    width: 100%;
    margin-top: 30px;
}

.boxagenda {
	/*display: table-cell;
	margin-bottom: 12px;
    width: 50%;*/
}

.tabcnt .boxagenda {
    flex: 0;
    /*flex-basis: calc(50% - 20px) !important;*/
    /*flex-basis: 50% !important;*/
    margin-bottom: 20px;
    flex-basis: 50% !important;
}

.boxagenda .bcenter {
	width: 98%;
	margin-left: 1%;
	background: #CCC;
}

.caldisp {
	width: 98%;
    margin-left: 1%;
}

.myc-day-time-container {
    padding: 2px 2px 2px 2px !important;
}


/*CALENDAR*/

#myc-dates-container,
#myc-available-time-container {
	display: table;
	width: 100%;
}


.myc-date-header {
    display: inline-block;
    min-height: 40px;
 	padding: 6px 0px 6px 0px !important;
    vertical-align: top;
	background: #EFEFEF;
	display: table-cell !important;
	width: 14.28% !important;
    text-align: center;
    font-size: 15px;
    border-right: 0px !important;
    border-left: 1px solid #FFF !important;
}

.myc-date-header:first-of-type {
    padding-left: 0px !important;
    border-left: 0px solid #FFF !important;
}

.myc-day-time-container {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: table-cell !important;
	width: 14.28% !important;
}

.myc-day-time-container:first-of-type {
    padding-left: 0px;
}

#myc-next-week,
#myc-prev-week {
	display: none !important;
}

.myc-available-time {
    width: 80%;
	margin-left: 10%;
	margin-bottom: 0px !important;
	margin-top: 8px;
	font-size: 12px;
    cursor: pointer;
    background: #85c8b3 !important;
}

.myc-available-time.dis {
    opacity: 0.3;
    background-color: #AAAAAA;
    text-decoration: line-through;
    cursor: not-allowed;
}

.myc-available-time.dis:hover {
    background-color: #AAAAAA !important;
}


.myc-available-time.selected {
    background: #FFCC00 !important;
    color: #000;
}


.myc-date-number {
    font-size: 1.2em;
    font-weight: bold;
	color: #004690;
}

.myc-date-display {
    font-size: 13px;
	color: #444;
}

#myc-week-container {
    border: 0px solid #e0e0e0;
}

.myc-date-header[mtdgt-day="0"],
.myc-date-header[mtdgt-day="6"]{
	background: rgba(241, 15, 15, 0.564);
}

.myc-date-header[mtdgt-day="0"] .myc-date-number,
.myc-date-header[mtdgt-day="0"] .myc-date-display,
.myc-date-header[mtdgt-day="6"] .myc-date-number,
.myc-date-header[mtdgt-day="6"] .myc-date-display{
	color: #FFF;
}

#myc-current-month-year-container {
	margin-top: 14px;
	font-weight: 15px !important;
	font-weight: bold !important;
	color: #FFFFFF;
}

#myc-container {
	width: 100% !important;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.myc-date-number {
    font-size: 1.2em !important;
    font-weight: bold !important;
}

#myc-available-time-container {
    border-top: 0px solid #e0e0e0 !important;
}

#myc-week-container {
    border: 0px solid #e0e0e0 !important;
}

#myc-nav-container {
    background: #0065b0;
    color: #FFF;
    margin-bottom: 0px !important;
    padding-bottom: 11px;
    width: 100% !important;
}



#selDisp,
.boxresult {
    display: none;
}

#mdtgtload {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 999999;
	background: url('../../images/loading_prel.gif') #ffffffe3 center no-repeat;
	background-size: 90px;
}

.mgfont {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff8a;
}

span.bigr {
    color: #e40521;
    font-size: 28px;
}

.smtext {
    font-size: 11px;
    font-style: italic;
}

.control-label.sm {
    margin-top: 11px;
    height: 18px;
}

.bigtit {
    background: #FF0000;
    color: #FFFFFF;
    padding: 5px 20px;
    text-align: center;
}

.boxp img {
    width: 100%;
}

.boxp2 img.occhio {
    width: 92%;
}

.int_news_list sup {
    font-size: 12px;
}

.onlymob {
    display: none;
}

.onlydesk {
    display: block;
}


.textbanner  {
    margin: 15px auto !important;
    text-align: center;
	background: #0065b0;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	text-shadow: none !important;
	text-decoration: none;
	border: 1px solid #0065b0 !important;
	padding: 6px 10px 6px 10px !important;
	border-radius: 30px;
    width: 94%;
    line-height: 26px;
}

.textbanner2  {
    margin: 15px auto !important;
    text-align: center;
	background: #85c8b3;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	border: 1px solid #85c8b3 !important;
	padding: 6px 25px 6px 25px !important;
	border-radius: 30px;
    display: inline;
    text-shadow: 1px 1px 5px #666;
}


#itgif {
    width: 100%;
    z-index: 90;
}

#block_home {
    position: absolute;
    width: 120%;
    top: -30px;
}

#block_home img {
    width: 100%;
}

.boxtithome {
    margin-top: 105%;
    padding-left: 40px;
    font-weight: bold;
    font-size: 23px;
    width: 240%;
    position: absolute;
    color: #0065b0;
    z-index: 100;
    padding-right: 40px;
    line-height: 29px;
}

.boxtithome span {
    color: #009fcf;
}

.minihr {
    width:100%; 
    height: 1px; 
    border-width:0;
    color:#CCCCCC; 
    background-color:#CCCCCC;
    margin-top: 3px;
    margin-bottom: 6px;
}

.minihr2 {
    width:100%; 
    height: 1px; 
    border-width:0;
    color:#85c8b3; 
    background-color:#85c8b3;
    margin-top: 15px;
    margin-bottom: 5px;
}


#footercnt p {
    margin-bottom: 0px;
}


.cd-container.full{
    padding-left: 0px;
    padding-right: 0px;
    width: 100% !important;
    max-width: 100% !important;
}

.boxsharing {
    width: 22%;
    margin-left: 4%;
    font-size: 12px;
    text-align: center;
    margin-top: -25px;
}

.icoshare {
    width: 98%;
    margin-top: 8px;
    cursor: pointer;
}

.boxsocialbanner {
    width: 38%;
    text-align: center;
    position: absolute;
    height: 70px;
    right: 30px;
    top: -15px;
}

.boxsocialbanner img {
    width: 130px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

select {
    width: 94%;
    padding: 7px 10px;
    margin: 5px 0px;
    font-size: 16px;
    
    border: 2px solid #888;
    border-radius: 8px;
    box-shadow: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: bottom;
    background-image: url(../../img/backregionselect.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: normal;
}

select.selint {
    width: 100%;
    border: 2px solid #DDDDDD;
    font-family: Arial;
    font-size: 16px;
    background-image: url(../../img/backregionselect.png);
    background-position: right center;
    background-size: 27px;
    background-repeat: no-repeat;
    padding: 6px 10px;
}

.dbanner {
    background: #0ebae11f;
    padding-bottom: 20px;
    padding-top: 50px;
    margin-top: 70px;
}

.dbanner .textbanner {
    top: 20px !important;
    position: absolute;
    left: 3%;
}

.customlabel {
    background: #EFEFEF;
    font-size: 18px;
    padding: 12px 25px 12px 35px;
    margin-bottom: 5px;
    position: relative;
   
}

.customlabel.firstr {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.customlabel.lastr {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.customlabel strong {
    color: #0065b0;
}

.selr {
    position: absolute;
    width: 22px;
    height: 28px;
    top: 12px;
    left: -12px;
    background: url(../../img/selr.png) left center no-repeat;
    background-size: 22px;
}

.lrow {
    position: absolute;
    width: 6px;
    height: 10px;
    bottom: -5px;
    right: 0px;
    background: #EFEFEF;
}

.head_int {
    text-align: center;
    color: #2f9a95;
    font-size: 16px;
    font-weight: bold;
    background: url(../../img/head.png) left top no-repeat;
    background-size: 100% 35px;
    height: 38px;
    line-height: 38px;
    width: 98%;
    margin-left: 1%;
}

.box_int {
    height: 300px;
    background: url(../../img/icob.png) left top no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    padding: 10px 20px;
    width: 98%;
    margin-left: 1%;
    text-align: center;
}

.icosec1 {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 20px;
    height: 40%;
    background: url(../../img/ico1.png) center no-repeat;
    background-size: auto 96%;
}

.icosec2 {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 20px;
    height: 40%;
    background: url(../../img/ico2.png) center no-repeat;
    background-size: auto 96%;
}

.icosec3 {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 20px;
    height: 40%;
    background: url(../../img/ico3.png) center no-repeat;
    background-size: auto 96%;
}

.txtn {
    font-size: 15px;
}

.txtn strong {
    color: #0065b0;
}

.txtn .strong2 {
    color: #2f9a95;
    font-weight: bold;
}

.minib {
    font-size: 13px;
}

.boxico {
    width: 300px;
    height: 300px;
    background: #AAAAAA30;
    margin-left: calc((100% - 300px)/2);
    border-radius: 12px;
    text-align: center;
    margin-bottom: 50px;
}

.boxico img {
    max-width: 90%;
    margin-top: 15px;
    cursor: pointer;
}

.bgarea {
    background: url(../../img/bgpage.png) center no-repeat;
    background-size: auto 96%;
}

.rowsect {
    background: #a3b2c7;
    padding: 2px 55px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rowsect .icor {
    position: absolute;
    width: 46px;
    left: 5px;
    height: 46px;
    top: -5px;
}

.box_date {
    font-size: 16px;
    background: url(../../img/bg_scheda.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.box_partecipa {
   font-size: 16px;
   text-align: center;
}

.box_partecipa h3,
.box_date h3 {
    margin: 0px;
    color: #0065b0;
    font-weight: bold;
}

.box_date strong {
    margin: 0px;
    color: #0ebae19e;
    font-size: 18px;
    font-weight: 600;
}

.box_date .webs {
    background: #0ebae16b;
    border-radius: 5px;
    padding: 2px 6px;
    text-decoration: none;
    color: #222222;
    margin-top: 9px;
    margin-bottom: 9px;
    display: inline-block;
}


.box_date .part {
    background: #0ebae1e2;
    border-radius: 5px;
    padding: 7px 18px;
    text-decoration: none;
    color: #222222;
    margin-top: 16px;
    margin-bottom: 9px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.box_date .mdb {
    color: #0065b0;
    font-weight: bold;
}

.col-sm-2_sm {
    width: 10%;
}

#confApp {
	width: 260px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 20px;
	margin: 0px auto;
	background: #CD2626;
	color: #FFFFFF;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

#confApp {
	display: block;
}


@media screen and (max-width: 1024px) {
    
    .cd-container.full {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headerpage {
        left: 0px;
        top: 0px;
    }

    #menu {
        height: 170px;
    }
}


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


@media screen and (max-width: 768px) {
    
    #menu {
        position: absolute;
        top: -268px;
        z-index: 1000;
        height: 310px;
        width: 70px;
        right: 20px;
        width: 50px;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
        overflow: hidden;
        background: #0065b0 !important;
      }

      #menu.on {
        background: #0065b0 !important;
      }


      #menu ul {
        width: 100%;
        margin: 0px auto;
        height: 390px;
        margin-left: 0px;
      }

      #menu ul li {
        float: none;
        display: block;
        width: 96%;
        height: 47px;
        margin: 0px auto;
        border-radius: 0px;
        overflow: hidden;
        margin-top:4px;
        background: none !important;
        border-bottom: 1px solid #AAAAAA;
      }

      

      #menu ul li:first-child {
        margin-top: 15px;
      }
  
        #menu ul li#openmobilemenu, 
        #menu ul li#closemobilemenu { 
            width: 50px; 
            height: 30px; 
            margin-top:9px;
            float: right;
            border-bottom: 0px solid #AAAAAA !important;
        }

        #menu ul li#openmobilemenu a, 
        #menu ul li#closemobilemenu a {
            width: 50px; 
            height: 30px; 
            background-color: transparent; 
            line-height: normal; 
            padding: 0px; 
            margin: 0px; 
            border: none;
        }

        #menu ul li#openmobilemenu img {
            height:18px; 
            width: 22px; 
            margin-top:5px;
            
        }

        #menu ul li#closemobilemenu img {
            height:18px; 
            width: 30px; 
            margin-top: 5px;
        }

        #menu ul li#openmobilemenu { 
            display: block;
        }
        #menu ul li#closemobilemenu {
            display: none;
        }

        #menu ul li a {
            padding-top: 4px;
            color: #FFFFFF;
        }



        .hide_sm {
            display: none;
        }

        .boxagenda {
            display: inline;
            margin-bottom: 20px;
            width: 100%;
        }

        .tabcnt .boxagenda {
            flex-basis: 100% !important;
            margin-bottom: 50px;
        }

        .caldisp {
            width: 100%;
            margin-left: 0px;
        }

        #selDisp {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .modal {
            width: 99% !important;
            padding: 15px 10px !important;
        }

        .control-label i {
            font-size: 10px !important;
        }

        #cnthome {
            margin-top: 58%;
        }

        .boxp {
            margin-top: 35px;
            margin-bottom: 25px;
        }
        .boxp img {
            width: 90%;
        }
        
        .boxp2 img.occhio {
            width: 82%;
        }

        .supertit {
            font-size: 16px;
            line-height: 22px;
        }

        .dbanner {
            padding-left: 60px;
            padding-right: 60px;
        }

        .mgfont {
            font-size: 18px;
            line-height: 20px;
        }

        .textbutton {
            font-size: 16px;
            width: 92%;
        }

        .supertit2 {
            font-size: 18px;
            line-height: 20px;
        }

        .box_tool {
            width: 98%;
            margin-left: 1%;
            padding-right: 20px;
            padding-left: 20px;
        }

        .int_news_list {
            font-size: 11px;
            left: 30px;
        }

        .int_news_list sup {
            font-size: 9px;
        }

        .button_arrow_box {
            right: 25px;
            top: 5px;
            height: 30px;
            width: 30px;
        }

        .open_box[state="OFF"] .button_arrow_box {
            background: url(../../images/arrow_b.png) center no-repeat;
            background-size: 23px;
        }
        
        .open_box[state="ON"] .button_arrow_box {
            background: url(../../images/arrow_a.png) center no-repeat;
            background-size: 23px;
        }

        #cntpageint {
            margin-top: 22%;
        }

        .onlymob {
            display: block;
        }
        
        .onlydesk {
            display: none;
        }



        .boxsharing {
            width: 180px;
            margin-left: calc((100% - 180px)/2);
            margin-top: -30px;
            float: left;
        }
        
        .icoshare {
            width: 100%;
            margin-top: 8px;
            cursor: pointer;
        }
        
        .boxsocialbanner {
            width: 90%;
            text-align: center;
            position: relative;
            top: 15px;
            float: left;
            margin-left: 5%;
            right: 0px;
        }
        
        .boxsocialbanner img {
            width: 130px;
            margin-left: 10px;
            margin-right: 10px;
            float: none;
        }

        #block_home {
            display: none;
        }

        .boxtithome {
            margin-top: 20px;
            position: relative;
            width: 100%;
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            padding-left: 20px;
            padding-right: 20px;
        } 

        .col-sm-2_sm {
            width: 33.3333333%;
            height: 70px;
        }

        .col-sm-2_sm img {
            height: 50px;
            width: auto !important;
            margin-top: 10px  !important;
        }
}



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

    .col-sm-2_sm {
        width: 48%;
        height: 90px;
        margin-bottom: 20px;
    }

    .col-sm-2_sm img {
        width: auto ;
        margin-top: 10px  !important;
        height: 70px;
    }
}


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


    .mobile_header {
        height: 80px;
    }

    .int_news_list {
        right: 70px;
        line-height: 14px;
        top: 13px;
    }

    .int_news_list.r2 {
        top: 8px;
    }

    select {
        width: 100%;

    }

    .boxtithome {
        font-size: 16px;
        line-height: 20px;
    } 
}


.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pl0 {
    padding-left: 0px;
}
.pr0 {
    padding-right: 0px;
}

/*ELEMENTO*/
.hidden_box strong {
    color: #0074ae;
}




.modal {
    overflow: revert !important;
    max-width: 640px !important;
    font-size: 15px;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

.blocker {
    background-color: #0074aea1 !important;
    z-index: 1000 !important;
}

input[type="text"], input[type="password"] {
    padding: 18px 10px;
    line-height: 20px;
    height: 20px;
    font-size: 16px !important;
}


input[type="button"] {
    padding: 18px 10px;
    line-height: 20px;
    height: 30px;
    font-size: 16px !important;
    background: #FC0;
}


input[type="radio"], 
input[type="checkbox"] {
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    outline: none !important;
    width: 50px;
    margin-left: -10px;
    float: left;
    height: 50px;
}

.labcheck {
    width: calc(100% - 50px) !important;
    height: 36px;
    margin-top: 10px;
    line-height: 38px;
    color: #02537b;
    font-size: 13px;
    font-weight: bold !important;
    font-family: Arial;
    margin-left: -5px;
}


.control-label {
    color: #02537b;
    font-size: 14px;
}

.control-label i {
    color: #02537b;
    font-size: 12px;
    font-weight: normal !important;
}

.datacal {
    font-weight: bold;
}

.datacal .sub{
    font-weight: normal;
}

#ex2 {
    color: #02537b;
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px !important;
}

/*CUSTOM*/

.headerimg {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.headerimg img {
    width: 100%;
}

.arealogo {
    position: absolute;
    width: 28%;
    height: 80px;
    top: 30px;
    left: 30px;
}

.arealogo img {
    position: absolute;
    width: 300px;
    height: 80px;
}

.areamenu {
    width: 100%;
    top: 0px;
    right: 0px;
    width: 55%;
    height: 55px;
    background: #ffffffd1;
    position: absolute;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}

.box_news {
    background: #d9d8cb;
    padding: 25px;
}



.box_servizi,
.box_prenotazioni,
.boxint,
.boxintw {
    padding: 25px;
}



.box_prenotazioni {
    background: #EFEFEF;
    float: left;
    width: 100%;
}

.box_servizi {
    margin-top: 5px;
    float: left;
    width: 100%;
}


h1 {
    font-size: 25px;
    margin-top: 0px;
}

.box_servizi h1,
.box_prenotazioni h1,
.box_news h1,
.boxint h1,
.boxintw h1 {
    margin-top: 0px;
}

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

.box_news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}

.box_news li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #FFFFFF;
}

.box_servizi,
.box_prenotazioni,
.boxint,
.boxintw,
.box_news  {
    padding-top: 40px;
}

.boxint {
    background-color: #EFEFEF;
    /*
    background-image: url(../../repository/ONOFARO-Consulenza-Ambientale-Tariffazione-Puntuale.jpeg);
    background-repeat: no-repeat;
    background-position: -200px 0%;
    background-attachment: scroll;
    
    height: 220px;
    */
    margin-top: 30px;
}

.boxintw {
    margin-top: 0px;
}

blockquote {
    border-color: #f05a1a;
    font-weight: bold;
}

.text_cnt strong {
    color: #f05a1a;
}

.box_stemma {
    width: 130px;
    height: 130px;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    float: left;
    margin-bottom: 20px;
}

.label_stemma {
    width: calc(100% - 160px);
    margin-left: 20px;
    height: 30px;
    float: left;
    margin-top: 50px;
    color: #f05a1a;
    font-size: 18px;
    font-weight: bold;
    
}

.box_stemma.comsinagra{
    background: url('../../img/stemma_sinagra.png') center no-repeat;
    background-size: cover;
}

.box_stemma.comcastell{
    background: url('../../img/stemma_castellumberto.png') center no-repeat;
    background-size: cover;
}

.box_stemma.comnaso{
    background: url('../../img/stemma_naso.png') center no-repeat;
    background-size: cover;
}

.box_stemma.comucria{
    background: url('../../img/stemma_ucria.png') center no-repeat;
    background-size: cover;
}

.box_stemma.comtripi{
    background: url('../../img/stemma_tripi.png') center no-repeat;
    background-size: cover;
}

.mtdgtico {
    color: #999999;
    margin-right: 5px;
}

h1 .mtdgtico {
    font-size: 30px;
}

.pageint {
    margin-top: 15px;
}

.button_int {
    
    width: 180px;
    background: #f05a1aaf;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    height: 42px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.button_int.sm {
    width: 80px;
    border-radius: 10px;
}

.pd0 {
    padding: 0px;
}

#gotoPren,
#gotoSel {
    display: none;
    outline: none;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .headerimg {
        height: auto;
    }
}


@media screen and (max-width: 640px) {
    .areamenu {
        display: none;
    }
}



