a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,
canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,
samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
	background:transparent;
	border:0 none;	
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
	
}

ol, ul {
	list-style:none;
}

a {
    text-decoration: none;
}

html,body {
	min-height: 100%; 
}

body{	
	font-family: 'Lato', sans-serif;
	overflow-X:hidden; 
}

.wrap {
    box-sizing: border-box;
    max-width: 1532px; 
    position: relative;   
}

h1,h2,h3{
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Conv_BKANT',Sans-Serif;
}

header{
	background-color: #202c35;
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index: 5;
}

header .row{
	height:115px;
}

#content-wrapper{
	padding-top: 115px;
	min-height:80vh;
}

#cta_container li{
	display: inline-block;
}

#cta_container li{
	padding-left: 2vw;
	padding-right: 2vw;
	position: relative;
}
#cta_container li:first-child,
.user_link:first-child {
	padding-left: 0 !important;
}

#cta_container li:last-child,
.user_link:last-child{
	padding-right: 0 !important;
}


#cta_container li:after{
	
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	width: 1px;	
	background-color:#d3d3d3;
}

#cta_container li:last-child:after{
	content: none;
}



#cta_container li h3.cta_title:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	height: 2px;
	background-color:#ff9a17;
	opacity:0;
	transition: 0.5s;
}

#cta_container li:hover h3.cta_title:after,
#cta_container li.active h3.cta_title:after{	
	opacity:1;
	
}

h3.cta_title{
	font-size:1.563em;
	color:#ff9a17;
	position: relative;
	display: inline-block;
}

h3.cta_title_second{
   font-size:1em;
   color:#ff9a17;
}

p.cta_subtitle{
	color:#e8e8e8;
	font-size:0.813em;
	font-weight:300;
}

#search-continer{
	position: absolute;
	right:180px;
	width:15vw;
}

.search {
  position: relative;
}
.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height:30px;
  line-height: 30px;
 font-family: "Ionicons";
  content: '\f20a';
  background: #fff;
  text-align: center;
  color: #fff;  
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  font-size:1.250em;
  background: none;
 
}

.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 5px;
  height:30px; 
  outline: none;
  font-size:0.750em;
  font-weight:300 !important;
  background: none;
  border-bottom:solid 1px #d3d3d3;
  color:#bfbfbf;
  
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  
}

#user_data{
	text-align:right;
}

.user_link{
	display: inline-block;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}


.user_link a{
	font-size:0.750rem;
  font-weight:300;
   color:#bfbfbf;
}

.icon{
	 font-size:1.563rem;
	 line-height: 1.5rem;
}

.icon.size-large{
	 font-size:2rem;
	 line-height:2.3rem;
}

[data-sidebar] {
 display: none;
 position: fixed;
 height: 100%;
 z-index: 100;
}
 [data-sidebar-overlay] {
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 opacity: 0;
 width: 100%;
 min-height: inherit;
}

/* Additional styles */
aside { 
background-color: #fff;
-webkit-box-shadow: 0 .077rem .231rem rgba(0, 0, 0, .3) !important;
box-shadow: 0 .077rem .231rem rgba(0, 0, 0, .3) !important;
width:350px; 
right:0;
}

.sidebar-wrapper{
	padding:30px 20px;
}

nav li{
	display: block;
	line-height:2.5em;
	border-bottom: solid 1px #ededed;
}

nav li a{
	color:#202c35;
	font-size:1.125em;
	text-transform:uppercase;
	font-family:'Conv_BKANT',Sans-Serif;
}


.sidebar-close{
	color: #000;
	font-size: 25px;
	position: absolute;
	top: 6px;
	right: 30px;
}
.overlay { 
	background-color: #fff;
	z-index: 20;
}

.slide{
	position: relative;
}

.slide-content{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:15%;
	font-family:'Conv_BKANT',Sans-Serif;
}

h3.slide-title{
	font-size:4vw;
	color:#fff;
}
p.silde-subtitle{
	width:40vw;
	font-size:1.5vw;
	color:#bfbfbf;
	margin-top: 5px;
}

p.slide-desc{
	font-size:16px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	
}

a.btn_style01{
	font-size:1.5vw;
	font-family:'Conv_BKANT',Sans-Serif;
	color:#fff;
	padding: 5px 20px;
	box-sizing: border-box;
	text-transform:uppercase;
	transition: 0.5s;
}
.color-1{
	background-color: #5cb1ce;
} 

.color-2{
	background-color: #ff9a17;
	
} 

.btn_action{
	margin-top:30px;
}

a.btn_style01:hover{
	background-color:#202c35;
}

.section{
	padding-top:25px;
	padding-bottom:25px;
}

.bg-1{
	background-color: #ededed;
}

.bg-2{
	background-color: #202c35;
}

.bg-3{
	background-color: #5cb1ce;
}
.art_container{	
	margin-top: -16px;
	margin-bottom: -16px;
	
}

.news-art{
	width:50%;
	display:flex;	
	float:left;
	padding: 16px;
	box-sizing: border-box;
}

.news-art.full-width{
	width:100%;
}


.abs_event{
	min-height:68px;
}


.art-box{
	border:solid 1px #a0a0a0; 
	padding: 20px;
	box-sizing: border-box;
	border-top:solid 3px #a0a0a0; 
	position: relative;
	width:100%;
	
}

.art-box:after{
	content:"";
	width:100px;
	height: 3px;
	top:-3px;
	background-color:#ff9a17;
	left:0;
	position: absolute;
}

.art-wrap{
	width: 100%;	
}

.art-img{
	height:16vh;
	position: relative;
	overflow: hidden;
	width:100%;
	margin-bottom: 20px;
}

.art-title,
.search-category{
	font-weight:400;
	font-size: 1.25em;	
	color:#000;
}
.font-large{
	font-size:1.875em;
}


.search-category{
	text-transform:uppercase;
	font-weight:700;
}


.art-title{
	margin-bottom: 20px;
}
.art-title.bold{
	font-weight:bold;
	
}

.news-art .art-title{
	margin-bottom:5px;
}

.art-date{
	font-weight:700;
	font-size:0.750em;
	color:#000;
	line-height:1.5em;
	text-transform:uppercase;
}

#event .art-date{
	color:#000;
	font-size:0.875em;
	line-height:1.4em;
	font-weight:700;
	
}

.section-header{
	margin-bottom:30px;
}

h3.section-title,
h3.banner-title{
	font-size:2.2vw;
	color:#202c35;
}

.section-subtitle,
.banner-subtitle{
	font-size:0.875em;
}

.m-0{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.p-0
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*#banners{
	margin-top: 25px;
	margin-bottom: 25px;
 	
}*/

.block-banner h3.banner-title,
.block-banner .banner-subtitle{
	color:#fff;	
}

.banner-contain_wrapper{
	padding:30px;
	box-sizing: border-box;
}

.banner-contain_header{
	height:9vw;
}

.carousel{
	padding-left: 40px;
	padding-right: 40px;
}

.gallery-slider.carousel{
	padding-left: 0;
	padding-right: 0;
}

.slide-wrap{
	margin-left: 16px;
	margin-right: 16px;
}

.item-wrap{
	height: 100px;
	box-sizing: border-box;	
	background-color:#fff;
	margin-left: 16px;
	margin-right: 16px;
	text-align:center;
}
.logo-item img{
	max-height:100%;
	margin: 0 auto;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

.message-text{
	font-size:18px;
	margin-top: 40px;
}

.message-text a{
	color:#ff9a17;
}


.adozioni-art{
	width: 25%;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	float:left;
	
}

.adozioni-art .art-wrap{
	border:solid 1px #a0a0a0;
	padding: 16px;
	box-sizing: border-box;
}

.adozioni-img{
	height: 25vh;
	text-align:center;
	line-height: 25vh;
}

.adozioni-img img{
	max-height:100%;
	margin: 0 auto;
}

.adozioni-detail{	
	margin-top: 20px;
	/*padding-top: 10px;*/
	
}

.detail-box .adozioni-detail{
	margin-top: 0;
}


.adozioni-art .adozioni-detail .row{	
	padding-top:8px;
	padding-bottom:8px;
	
}

.adozioni-art .adozioni-detail span{	
	vertical-align: top; 	
}



.g_a{
min-height: 40px;
}

.name{
	font-size:0.938em;
	color:#000;
	font-weight:700;
	text-transform: uppercase;
}

.adozioni-art .adozioni-detail .g_a span{
	padding-left: 0 !important;
	padding-right: 0 !important;
	
}

.gender,
.age{
	font-size:0.875em;
	color:#000;
	display: inline-block;
	font-weight:700;	
}

.desc{
	font-size:0.875em;	
	color:#3a3a3a;
	line-height: 1.4em;	
	
}

.adozioni-art .desc,
.slide-adozioni .desc{
	height:45px;
	overflow: hidden;
	display: block;	
	padding-top:8px;
}

.associazione-contact{
	font-size:0.813em;
	color:#3a3a3a;
	text-transform:uppercase;
}


.associazion-logo{
	text-align:right;
}

.associazion-logo img{
	max-width:60px;
	margin:0 0 0 auto;
}


.link-underline{
	font-size:0.875em;
	color:#000;	
	display: inline-block;
	text-decoration:underline;
}

.btn_style02
{
	font-size:0.813em;
	border:solid 1px #202c35;
	color:#3a3a3a;
	padding: 7px 10px;
	display: inline-block;
	text-align:center;
	box-sizing: border-box;	
	position: relative;
	transition: 0.3s;
	text-transform:uppercase;
	
}

.btn_style02:after{
	position:absolute;
	width:0%;
	top:0;
	bottom:0;
	content:"";	
	background-color: #202c35;
	left:0;	
	z-index: -1;
	transition: 0.3s;	
}


.btn_style02:hover:after{
	width:100%;
}

a.btn_style02:hover{
	color:#fff;
}

.btn_style02.bg-color{
	background-color: #ff9a17;
	color:#fff;
	text-transform:uppercase;
	border:none;
}

.btn_style02.bg-color:hover,
.btn_style02.bg-color_blue:hover{
	background-color:#202c35;
}

.btn_style02.bg-color_blue{
	background-color: #5cb1ce;
	color:#fff;
	text-transform:uppercase;
	border:none;
}


input.btn_style02{	
	width: auto;
	cursor: pointer;
	width:200px;
	/*height: auto;*/
}

.btn_style02.width-full,
input.btn_style02.width-full{
	width: 100%;
	
}

a.link{
	font-size:0.875em;
	color:#3a3a3a;
}

.preferiti { 
  border: none;
  float: left;
}

.preferiti > input { display: none; } 
.preferiti > label:before {   
  font-size:1.563rem;
  line-height: 1.5rem;
  font-family: "Ionicons";
  display: inline-block;
  content: "\f4b2";
}

.preferiti > label { 
 color:#3a3a3a; 
 display: block;
 font-size:0.875em;
}



/***** CSS Magic to Highlight Stars on Hover *****/

.preferiti > input:checked ~ label, /* show gold star when clicked */
.preferiti:not(:checked) > label:hover, /* hover current star */
.preferiti:not(:checked) > label:hover ~ label { color:#ff9a17;  } /* hover previous stars in list */

.preferiti > input:checked + label:hover, /* hover current star when changing rating */
.preferiti > input:checked ~ label:hover,
.preferiti > label:hover ~ input:checked ~ label, /* lighten current selection */
.preferiti > input:checked ~ label:hover ~ label { color: #ff9a17;  } 


#gallery .adozioni-img{
	height: 45vh;
	position: relative;	
}

#gallery .adozioni-img img
{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	
}




.slider-nav{
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.slider-nav img{	
	max-height:80px;
	margin: 0 auto;
	
}

.detail-box{
	border:solid 1px #a0a0a0; 
	padding: 20px;
	box-sizing: border-box;
	border-top:solid 3px #a0a0a0; 
	position: relative;
	width:100%;
}

.detail-box:after{
	content:"";
	width:100px;
	height: 3px;
	top:-3px;
	background-color:#ff9a17;
	left:0;
	position: absolute;
}

h1.name{
	font-size:25px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	margin-bottom: 20px;
}


.table-row{
	display: flex;
}

.table-row .lable{
	width:41.66666667%;
	float:left;
	
}

.table-row .input{
	width:41.66666667%;
	float:58.33333333%;
	
}

.lable,
.input{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.875em;	
}

.input{
	font-weight:bold;
}

.adozioni-action,
.action{
	margin-top: 30px;
}

.art-box + .social{
	margin-top: 30px;
}

.social li{
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	
}

footer .social li a{
	color:#bfbfbf !important;
}

.inline{
	display: flex;
}

.inline .preferiti{
	margin-left: 20px;
}


.bredcrumbs{
	position:relative;
	/*right:1rem;	*/
	text-align:right;	
	top:-15px;
}

.breadcrumbs_item{
	display: inline-block;	
	position:relative;
	line-height: 16px;
	
}

.breadcrumbs_item span{
	vertical-align:middle;
}

.breadcrumbs_item:last-child .breadcrumbs_line{
	width: 0;
	
}

.breadcrumbs_line{
	width: 12px;
	position: relative;
	display: inline-block;
	color:#a0a0a0;
}

.breadcrumbs_line:after{
	content:"/";
	position: absolute;
	left:4px;
	bottom:-8px;
	font-size:10px;	
}

.breadcrumbs_item:last-child
.breadcrumbs_line:after{
	content:none;	
}

.breadcrumbs_link{
	font-size:11px;
	color: #000;
	text-transform:uppercase;
	vertical-align:middle;	
}


.breadcrumbs_link.color-1.active{
	color:#7f7f7f;
}


.breadcrumbs_link.active{
	color:#a0a0a0;
	
}

/*.detail-box .desc{
	margin-top:20px;
}*/

.wrapper{
	margin-left: -2vw !important;
	margin-right: -2vw !important;
}
.wrap-col{
	padding-left: 2vw !important;
	padding-right: 2vw !important;
}

input,select,textarea{
	border: solid 1px #a0a0a0;
	width:100%;
	height:40px;
	box-sizing: border-box;
	font-size:13px;
	padding-left:10px;
	padding-right: 10px;
	box-sizing: border-box;
	color:#000; 
}

textarea{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 140px;
}

.tb_row{
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.cell{
	padding-left:5px !important;
	padding-right:5px !important;
	position: relative;
	
}


.cell:last-child{
	border-right:none;
}


.field{
	margin-bottom:20px;
	position:relative;
}

label.required {
    font-size: 0.875em;
    margin-bottom: 10px;
    display: block; 
    text-transform:uppercase;   
}
.input-place{
	font-weight:bold;
	font-size: 0.875em;
	 text-transform:uppercase;  
}

#captcha{
	position: absolute;	
	right:2.5vw;
	max-height:35px;
	top:30px;
	
}

.section-panel .section{
	padding-top:20px;
	padding-bottom:60px;
	border-right:solid 2px #202c35;
	position: relative;
	
}

.section-panel .section:last-child{
	border-right:none;
	
}


.panel_title{
	font-size:1.250em;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:30px;
}

.panel_sub-title{
	font-size:1.000em;
	color:#393939;
	text-transform:uppercase;
	
	
}

.panel_title.style_01{
	color:#fff;
	padding:10px;
	box-sizing: border-box;
}

.info_row{
	margin-bottom: 30px;
}

.panel-action{
	position: absolute;
	bottom:10px;
	left:2vw;
	right:2vw;
}
.panel-action .btn_style02{
	display: block;
}

.check{
	position: relative;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	margin-top: 15px;
	
}
.check label {
  cursor: pointer;
  padding-left:20px;
  text-transform:uppercase;
  font-size:0.875rem;
  
 
}
.check label:before, .check label:after {
  content: '';
  position: absolute;
  top: 50%;
  /*border-radius: 50%;*/
}
.check label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  /*background: #ccc;*/
 border: solid 1px #787878;
}
.check label:after {
  left: 5px;
  width: 12px;
  height: 12px;
  margin: -5px 0 0;
  opacity: 0;
  background:#ff9a17;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.check input[type="radio"],
.check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.check input[type="radio"]:checked + label:after,
.check input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}


.check a.text-link{
	padding-left: 40px;
}

.text-link{
	font-size:12px;
	color:#000;
}

.style-input--round label:before, .style-input--round label:after {
  border-radius:50%;
}


table{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
}


.art-row{
	/*border-bottom: solid 2px #202c35;
	padding-bottom:25px;
	margin-top: 25px;*/
	margin-bottom: 25px;
}

.art-row .cell{
	width:20%;
	float:left;	
	box-sizing:border-box;
	
}

.art-row .lable,
.art-row .input,
.art-col .lable,
.art-col .input{
	display: block;	
}

.art-row .desc{
	clear:both;
	padding-top:10px;
	height: auto;
}


.smarimenti-img{
	text-align:center;
	
}

.smarimenti-img img{
	max-height:150px;
}

#gallery .smarimenti-img img{
	max-height:450px;
}


.art-row{
	width:100%;
}

.art-row .btn_style02{
	min-width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right: 10px;
}



.art-row .btn_style02:first-child{
	margin-left: 0;
}

.art-row .btn_style02:last-child{
	margin-right: 0;
}


.detail-box .section-subtitle{
	margin-bottom: 20px;
}

.nav-bar{
	background-color: #ededed;
	padding-top:15px;
	padding-bottom:15px;
	position: relative;
}

#user_data_login{
	text-align:center;
	
}

.user_link.data_login{
	padding-left: 1.5vw;
	padding-right: 1.5vw;
}


.user_link.data_login a{
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}

.user_link.data_login .icon{
	font-size:3rem;
	position: relative;
	margin-bottom: 10px;
}

.user_link.data_login .icon:after{
	border:solid 2px #202c35;
	border-radius:50%;
	position:absolute;
	content:"";	
	left:50%;
	transform:translate(-50%,-50%);	
	top:50%;	
	width: 3.5rem;
	height: 3.5rem;
	
}

input[type="file"]{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
	
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width:100%;   
  
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /*display: inline-block;*/
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    text-align:center;
    /* 10px 20px */
   margin-bottom:0;
   width: 100%;
   display: block;
   box-sizing: border-box;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #202c35;
    border: solid 1px #202c35;
    width: 100%;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color:#202c35;
    color:#fff;
}


ul#tabs {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;  
}
ul#tabs li {
	display:inline-block;	
	border-bottom: solid 1px #a0a0a0;
	padding: 5px 10px;		
	cursor: pointer;
	width:49%;
	box-sizing: border-box;
	text-transform:uppercase;
	font-size:0.875em;
}


ul#tabs li.active {
 
  background-color:#5cb1ce ;
  color:#fff;

}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size:0.750em;
  line-height:1.125rem;
  color:#767676; 
  margin-top: 30px;
   }
  
ul#tab li {
    display: none;    
}
	
ul#tab li.active {
      display: block; 
     
      }


ul#tab li ul li{
	display: inline-block !important;
}

.back_button{
	position: absolute;
	right:1rem;
	top:50%;
	transform:translateY(-50%);
}

.art-row .art-img,
.art-row .adozioni-img{
	height:auto !important;
	margin-bottom: 0 !important;
	line-height: 100% !important;
	
}
.art-row .adozioni-img img{
max-height: 150px;
}

.art-thumb{
	text-align:center;
	margin-bottom: 20px;
}

.art-thumb.width-auto img{
	max-width:100%;
	width:auto;
}

.art-thumb img{
	/*max-height:235px;
	margin: 0 auto;*/
	max-width:none;
	width: 100%;
}

.art-row:last-child{
	border-bottom:none;
}
 
.art-row .art-action,
.art-box .art-action{
	margin-top: 20px;
}

.art-action a{
	vertical-align: middle;
}

.art-row.adozioni-art{
	
	padding-top: 0;
	padding-bottom: 0;
	
}



.twitter a {
	display: inline-block;
}

.box-rispondi-img{
	max-height:200px;
	
}

label.error{
	font-size:11px;
	color:red;
}

.align-left{
	text-align:left;
}

.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    /*z-index: 5;*/    
}


.border-right{
	border-right:solid 2px #ebebeb;
}

.message_cell{
	margin-bottom: 20px;
	
}

.tab-menu li{
	display: inline-block;
}
.tab-menu li{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
	
}


.tab-menu li a{
	font-size:14px;
	color:#000;
}

.tab-menu li.active{
	background-color:#ff9a17;
}

.tab-menu li.active a{
	color:#fff;
}

.t1{
	width: 5%;
	text-align:left;
	vertical-align: middle;
}

.t2,.t3,.t4{
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align: middle;
}

.t2{
	
	width: 25%;
}

.t3{
	
	width:40%;
}

.t4{
	
	width:20%;
}

#elencoPosta a{
	color:#000 !important;
}


label.privacy [type="checkbox"]:not(:checked), 
label.privacy  [type="checkbox"]:checked
{
	left:0px;
	position: relative;
	width:20px;
	
	height: auto;
}

.labelagree {
    width: calc(100% - 25px);
    display: inline-block;
    font-size: 0.875rem;   
    color: #000;
	vertical-align:top;
	text-align:left;
	height:88px;
	overflow-y:scroll; 
}

.labelagree a{
	font-weight:bold;
	color:#000;
	
}

label.privacy label{
	position:absolute !important;
	bottom:-20px;
	color:red !important;
	font-size:11px !important;
	text-transform:none !important;
	padding-left: 0 !important;

}

label.privacy [type="checkbox"]:not(:checked) + label::before, 
label.privacy [type="checkbox"]:checked + label::before{
	content:none !important;
}

.checkbox input{
	width:auto;
	
}


.cookie-cont .heading{
	margin-top: 20px;
} 

.success.desc,
.successo.desc {
	color:#ff9a17;
}

.amministratore-logo{
	margin-bottom: 20px;
}

.amministratore-logo img{
	max-height:100px;
}

.fw-title{
	color:#fff;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:20px;
}

.newsletter{
	padding-bottom:20px;
}


#popup {
	padding:20px;
}


.popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width:350px;
  margin: 20px auto;
  text-align: center;
}

.side-add{
	padding-bottom: 30px;
}

/*.full-width_image {
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
	
}*/


.full-width_image img{
	max-width:none;	
	width: 100%;
}


.align-banner{
	padding-top: 5.4vw;
}


#___plusone_0{
	vertical-align:top !important;
	
}

.art-col {
	display: flex;
	margin-bottom: 25px;
}

.box-wrap{
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.ads-home{
	width:350px;
	height:350px;
}

.col-action{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.heading-hidden{
	display: none;
}

footer{
	background-color:#202c35;	
	color:#fff;
	
}

footer .labelagree{
	color:#adadad;
	height: auto;
	overflow:hidden;
}
.scroll_no{
	height: auto;
	overflow:hidden;
}

.copywrite{
	font-size:13px;
	line-height:30px;
}

footer a{
	color:#fff !important;
	vertical-align: top;
}
