@charset "utf-8";


#hover {
  color: rgba(188, 175, 204, 0.9);
}

div#all {
  width: 100%;
  height: 100%;
}


/* generic css */

.view {
  overflow: hidden;
  position: relative;
  text-align: center;  
  cursor: default;  
}

.view .mask,
.view .content {
  width: 180px;
  height: 220px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #a41e37;
  color: #fff;  
  box-shadow: 0 0 1px #000;
}

.view a.info:hover {
  box-shadow: 0 0 7px #cc0066;  	
}


/*1*/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  max-width: 180px;
  height: 220px;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(58, 1, 132, 0.44);
  transition: all 0.4s ease-in-out;
}


.view-first a.info {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin-top: 90px;
}


/* */

.view-first:hover img {
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.2s;
  box-shadow: 7px #cc0066; 
}




.SobiPro ul {
	margin: 0px!important
	}

ul.columns2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


.image_size_topseminars img {
	border: 1px solid #E0E0E0;
	}

.image_size_topseminars {
	padding-bottom:150px
	}

/* The Image container */
.img-hover-zoom {
    height: auto; /* Modify this according to your need */
    overflow: hidden; /* Removing this will break the effects */
}

/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 0.5s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
  transform: scale(1.5);
}

#seminari_all {
	margin-bottom:10px;
	overflow: hidden; 
	border-bottom: 1px solid #E0E0E0;
	min-height: 130px;
}
.seminari_main_calendar {
	color: #cc0066;font-size: 13px;padding: 0 0 5px 15px;
}
.seminari-link {
	padding: 0 0 5px 15px;
	line-height: 1.2;
	}
.seminari-link a {
	color: #555;font-size: 13px;font-weight: 600;line-height: 13px;margin-bottom:3px
}
#topseminars-main {
	padding: 0 0 15px 0px;
}

.seminari_top_calendar {
	color: #cc0066;font-size: 13px;padding: 5px 0 5px 0px;
}
.seminari-top-link {
	padding: 0 7px 5px 0px;
	line-height: 1.2;
	}
.seminari-top-link a {
	color: #555;font-size: 13px;font-weight: 600;line-height: 13px;margin-bottom:3px
}
.seminari_all_calendar {
	color: #c06; font-size: 13px; padding: 0px 0px 5px 15px;
}
 #CN2787 > div { 
                display: inline-block;
                vertical-align: top;
            }

            #CN2787 > div:first-of-type {
                width: 35%;
            }

            #CN2787 > div:last-of-type {
                width: 65%;
            }