@charset "UTF-8";
/* Show it is fixed to the top */

.mt-120 {
  margin-top: 120px;
}

/*Slider*/
.format-carousel-text h5 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}

.carousel-caption {
  transform: translateY(-60%);
  bottom: 0;
  top: 60%;
}

/*Portfolio*/
.portfolio figure {
  overflow: hidden;
  position: relative;
}

.portfolio figure img {
  -webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.portfolio figure:hover img {
  -webkit-transform: translateY(-65px);
	-moz-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
}

.portfolio figcaption {
  position: absolute;
  bottom: 0;
  z-index: -1;
  padding: 10px;
  width: 100%;
}

/* Footer */

.col_footer a {
  font-size: 14px;
}

.social a {
  font-size: 26px;
  margin-right: 10px;
}

/*Pagine interne*/
.pagine_interne {
  margin-top: 150px;
}

/*Contatti*/
iframe {
  width: 100%;
  height: 450px;
}

textarea {
  resize: none;
}

/*Aside*/
.no-radius-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.no-radius-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.foto-mb p {
    margin-bottom: 0;
}

/*Paginazione blog*/
.pagination .page-numbers {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px 12px;
    color: #212529;
}

.pagination .page-numbers:last-child {
    border-right: 1px solid #ccc;
}

.pagination .page-numbers.current {
    background-color: #343A40;
    color: #fff;
}

/*Sidebar blog*/
.recent-posts ul li {
    border-bottom: 1px solid #Dee2e6;
    padding: 5px 0;
}

.recent-posts ul li a {
     color: #343A40;
}

/*Form commenti*/
#commentform label {
    display: block;
}

footer p {
    margin-bottom: 0;
}

@media screen and (min-width: 765px) and (max-width: 1240px) {
  .format-carousel-text h5 {
    font-size: 20px;
  }
}
