/* Add here all your css styles (customizations) */

.header-v4 img.header-banner {
		width: 90%;
                text-align: right;
                float: right;
	}

.home-destinatari{
    color: #6a6a6b;
    float: left;
}

.home-notiziario{
    color:  #205394;
    float: left;
}

.home-notiziario-data{
    color: #ec625a  !important;
    font-size: 16px !important;

}
.home-notiziario-riga{
    float: left;
    margin-bottom: 10px;
    width: 100%;
    
}

.highlight-notiziario{
	font-weight: bold;
	
}

.overflow-h h3 a{
    font-size: 15px !important;
}

blog-post-tags {
    padding: 5px 0 8px;
    margin-bottom: 10px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

/*
/* Image Backgrounds v1
------------------------------------*/

.bg-image-convegno {
  width: 100%;
  height: auto;
  padding: 60px 0;
  position: relative;
  /*background: url(../img/ud/background/convegno1.jpg) repeat fixed;*/
  background-size: auto;
}

.bg-image-convegno:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}


/* Image comunicati
------------------------------------*/
.bg-image-comunicati {
  width: 100%;
  height: auto;
  padding: 60px 0;
  position: relative;
  background: url(../img/ud/background/comunicatiStampa.jpg) repeat fixed;
  background-size: auto;
}

.bg-image-comunicati:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

.spostadestra15{
    padding-left: 15px;
}

.bannerformazione{
   visibility:  visible; 
}

.bannerformazioneslim{
    visibility:hidden;
}

@media (min-width: 993px) and (max-width: 1199px) {
   	.header-v4 .navbar-default .navbar-nav > li > a {
		font-size: 10px;
		padding: 8px 19px 11px 5px;
	}
        
        .header-v4 .navbar .nav > li > .search {

	display: none;
}
 .call-action-v1 .call-action-v1-in.inner-btn {
  padding-top: 1px;
  min-width: 200px;
  text-align: right;
     float: left;
    text-align: center;
}   
}

@media (max-width: 991px) {
.header-v4 .navbar-brand { 
	z-index: 1;
	display: block;
	margin: 30px 0;
}

.call-action-v1 .call-action-v1-in.inner-btn {
  padding-top: 1px;
 min-width: 100%;

      display: block;
    text-align: center;
}

    .centrapiccolo{
        width: 100% !important;
    }
    
    .header-v4 img.header-banner {
		width: 100%;
              
	}
}


.footer-v2 .footer {
	padding: 40px 0 20px;
	background: #f7f7f7;
	border-top: 3px solid #eee;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.red-border, .red-border:focus {
    border: 1px solid #c0392b;
}

.red-text {
    color: #c0392b;
}

.green-text {
    color: #5fb611;
}

#profile hr{
    margin: 8px 0;
    
}
#profile dt {
text-align: left;
}

 .imageDiv
        {
            
            padding: 0;
            border-radius: 2px 2px 2px 2px;
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

.bottomDiv{
  width: 100px;
            height: 120px;
    position:relative;
   bottom:20px;
   left:20px;
}

.temabutton a:hover{
       text-decoration: none !important; 
}

@media print {
   #footer-v2 { visibility:hidden; display: none;}
   .bg-image-convegno  { visibility:hidden; display: none;}
   .topbar-v1{ visibility:hidden; display: none;}
   .barradestraprint{ visibility:hidden; display: none;}
}

.overlaytop {
    background-color: rgba(1, 1, 1, 0.5);
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    pointer-events: none;
}


.disable-selection {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}


