/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 4, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 5, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 9, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-content {
  margin: 0;
}
/* line 11, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 16, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 17, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 18, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.35rem;
}
/* line 21, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
/* line 28, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 29, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
/* line 32, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 33, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
/* line 40, templates/it_milano/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
/* line 47, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
/* line 54, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
/* line 60, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 61, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 62, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
/* line 68, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 76, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 86, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 96, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #ddd;
}
/* line 103, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
/* line 110, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #ff7e00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 120, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 121, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 122, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #cc6500;
}
/* line 128, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-title {
  color: #fff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 133, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #fff;
}
/* line 137, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 142, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
/* line 144, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 148, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
/* line 152, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 158, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 159, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 160, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 166, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 172, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
/* line 178, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
/* line 184, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
/* line 191, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 192, templates/it_milano/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 197, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
/* line 203, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
/* line 209, templates/it_milano/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
/* line 216, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 217, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 218, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 224, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 230, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
/* line 237, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 238, templates/it_milano/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 243, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
/* line 249, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
/* line 254, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 255, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 256, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 262, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 268, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
/* line 274, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
/* line 281, templates/it_milano/custom/scss/_top-news-joomla.scss */
/* line 282, templates/it_milano/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 287, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
/* line 293, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
/* line 299, templates/it_milano/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
/* line 7, templates/it_milano/custom/scss/custom.scss */
.g-logo-height {
  height: 67px;
}
@media only all and (max-width: 60rem) {
  /* line 12, templates/it_milano/custom/scss/custom.scss */
  .g-logo {
    display: block;
    text-align: center;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 19, templates/it_milano/custom/scss/custom.scss */
  .g-logo {
    display: block;
    text-align: center;
  }
}
@media only all and (max-width: 27rem) {
  /* line 26, templates/it_milano/custom/scss/custom.scss */
  .g-logo {
    display: block;
    text-align: left;
  }
}
/* line 32, templates/it_milano/custom/scss/custom.scss */
.g-offcanvas-right .g-offcanvas-toggle {
  left: auto;
  right: 1rem;
}
/* line 37, templates/it_milano/custom/scss/custom.scss */
.cat-children {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-grow: 1;*/
  justify-content: space-between;
}
/* line 45, templates/it_milano/custom/scss/custom.scss */
.cat-children div {
  /*width: 270px;*/
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 5px;
  /*border: 1px solid black;*/
}
/* line 54, templates/it_milano/custom/scss/custom.scss */
.cat-children div {
  /*width: 23.404255319148934%;*/
  width: 31.914893617%;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.999rem) {
  /* line 61, templates/it_milano/custom/scss/custom.scss */
  .cat-children div {
    width: 22.92818%;
  }
}
@media only all and (min-width: 30rem) and (max-width: 47.999rem) {
  /* line 67, templates/it_milano/custom/scss/custom.scss */
  .cat-children div {
    width: 45%;
  }
}
@media only all and (max-width: 29.999rem) {
  /* line 73, templates/it_milano/custom/scss/custom.scss */
  .cat-children div {
    width: 100%;
  }
}
/* line 78, templates/it_milano/custom/scss/custom.scss */
.cat-children .item-image {
  width: 100%;
}
/* line 82, templates/it_milano/custom/scss/custom.scss */
.cat-children h3 {
  font-size: 0.9rem;
  font-weight: bold;
}
/* line 87, templates/it_milano/custom/scss/custom.scss */
.g-article-header .page-header h2 {
  font-size: 0.9rem;
  font-weight: bold;
}
/* line 92, templates/it_milano/custom/scss/custom.scss */
.item-page .g-article-header .page-header h2 {
  font-size: 1.8rem;
}
/* line 96, templates/it_milano/custom/scss/custom.scss */
.g-article-header {
  border-bottom: none;
  padding: 0 0 0 0;
}
/* line 101, templates/it_milano/custom/scss/custom.scss */
article .item-image {
  margin-bottom: 0px;
}
@media only all and (min-width: 48rem) {
  /* line 106, templates/it_milano/custom/scss/custom.scss */
  .g-container .category-list h1 {
    background-image: url('https://www.sneznik.cz/images/logo_80.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 40px;
    background-position-y: center;
  }
  /* line 113, templates/it_milano/custom/scss/custom.scss */
  .g-container .blog .page-header h1 {
    background-image: url('https://www.sneznik.cz/images/logo_80.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 40px;
    background-position-y: center;
  }
  /* line 120, templates/it_milano/custom/scss/custom.scss */
  .g-container .g-content .page-header h1 {
    background-image: url('https://www.sneznik.cz/images/logo_80.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 40px;
    background-position-y: center;
  }
}
/* line 129, templates/it_milano/custom/scss/custom.scss */
#g-mainbody {
  padding-top: 0rem;
}
/* line 133, templates/it_milano/custom/scss/custom.scss */
a {
  color: #1a4e06;
}
/* line 136, templates/it_milano/custom/scss/custom.scss */
a:hover {
  color: green;
}
/* line 140, templates/it_milano/custom/scss/custom.scss */
#g-header.uk-active .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header.uk-active .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #ff7e00;
}
/* line 144, templates/it_milano/custom/scss/custom.scss */
.g-article-header .page-header h2 a {
  color: #1a4e06;
}
/* line 148, templates/it_milano/custom/scss/custom.scss */
.g-article-header .page-header h2 a:hover {
  color: green;
}
/* line 152, templates/it_milano/custom/scss/custom.scss */
.fields-container {
  display: none;
}
/* line 156, templates/it_milano/custom/scss/custom.scss */
.smap img {
  max-width: none !important;
}
/* line 160, templates/it_milano/custom/scss/custom.scss */
#g-mainbottom {
  padding: 0;
}
/* line 164, templates/it_milano/custom/scss/custom.scss */
#g-aside, #g-mainbody {
  padding-bottom: 0;
}
/* line 168, templates/it_milano/custom/scss/custom.scss */
.sige_cont_0 {
  margin-bottom: 1px;
}
/* line 171, templates/it_milano/custom/scss/custom.scss */
.sige_cont_1 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 175, templates/it_milano/custom/scss/custom.scss */
.sige_cont_2 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 179, templates/it_milano/custom/scss/custom.scss */
.sige_cont_3 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 183, templates/it_milano/custom/scss/custom.scss */
.sige_cont_4 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 187, templates/it_milano/custom/scss/custom.scss */
.sige_cont_5 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 191, templates/it_milano/custom/scss/custom.scss */
.sige_cont_6 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 195, templates/it_milano/custom/scss/custom.scss */
.sige_cont_7 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 199, templates/it_milano/custom/scss/custom.scss */
.sige_cont_8 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 203, templates/it_milano/custom/scss/custom.scss */
.sige_cont_9 {
  margin-bottom: 1px;
  margin-right: 1px;
}
/* line 208, templates/it_milano/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
/* line 212, templates/it_milano/custom/scss/custom.scss */
.blog article.item, .blog-featured article.item {
  margin-bottom: 39px;
}
/* line 216, templates/it_milano/custom/scss/custom.scss */
.g-our-team .g-our-team-image, .g-our-team-slider .g-our-team-image, .g-our-team-slideset .g-our-team-image {
  padding: 20px;
}
/* line 220, templates/it_milano/custom/scss/custom.scss */
.g-our-team .g-our-team-image img, .g-our-team-slider .g-our-team-image img, .g-our-team-slideset .g-our-team-image img {
  width: inherit;
}
/* line 224, templates/it_milano/custom/scss/custom.scss */
.welcome_homepage .g-content-pro-desc {
  text-align: justify;
}
/* line 228, templates/it_milano/custom/scss/custom.scss */
.welcome_homepage .g-content-pro-special {
  text-align: right;
}
/* line 232, templates/it_milano/custom/scss/custom.scss */
.welcome_homepage .g-content-pro-item {
  border: 0px;
}
/*---------------*/
/***** Julia *****/
/*---------------*/
/* line 240, templates/it_milano/custom/scss/custom.scss */
.imageeffectck {
  position: relative;
  overflow: hidden;
  /*margin: 10px 1%;*/
  text-align: center;
  cursor: pointer;
  display: inline-block;
  will-change: transform;
}
/* line 250, templates/it_milano/custom/scss/custom.scss */
.imageeffectck img {
  position: relative;
  display: block;
  /*min-height: 100%;*/
  /* do not use because it distord the images in Safari and mobiles */
  max-width: 100%;
  width: 100%;
  /*opacity: 0.8;*/
  margin: 0;
}
/* line 260, templates/it_milano/custom/scss/custom.scss */
.effectck-julia {
  /*background: #2f3238;*/
}
/* line 264, templates/it_milano/custom/scss/custom.scss */
.effectck-julia img {
  max-width: none !important;
  height: auto;
  width: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 274, templates/it_milano/custom/scss/custom.scss */
.effectck-julia:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}
/*---------------*/
/***** Layla *****/
/*---------------*/
/* line 284, templates/it_milano/custom/scss/custom.scss */
.effectck-layla {
  /*background: #18a367;*/
}
/* line 288, templates/it_milano/custom/scss/custom.scss */
.effectck-layla img {
  /*height: 390px;*/
}
/* line 292, templates/it_milano/custom/scss/custom.scss */
.effectck-layla img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/* line 297, templates/it_milano/custom/scss/custom.scss */
.effectck-layla:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
  transform: translate3d(0, 0, 0) scale(1.2);
}
/* line 303, templates/it_milano/custom/scss/custom.scss */
.effectck-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 309, templates/it_milano/custom/scss/custom.scss */
.myanchor {
  padding-top: 90px;
}
/* line 311, templates/it_milano/custom/scss/custom.scss */
.label {
  margin-top: 20px;
}
/*---------------*/
/* line 317, templates/it_milano/custom/scss/custom.scss */
.ropiky .blog article.item {
  margin-bottom: 0px;
}
/* line 321, templates/it_milano/custom/scss/custom.scss */
.ropiky .g-article-header {
  margin-bottom: 0px;
}
/*# sourceMappingURL=custom_20.css.map */