body { 
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}

.image_preview {
	text-align: center;
	overflow: hidden;
	width: 160px; 
	height: 160px;
	margin: 10px;
	border: 1px solid red;
}

#imageCropModal img {
	display: block;
	max-width: 100%;
}

#imageCropModal .modal-lg{
	max-width: 1000px !important;
}

.img-zoom-out{
	overflow: hidden;
}

.img-zoom-out img {
	transition: all 0.5s ease;
}

.img-zoom-out:hover img {
	transform: scale(1.05);
	overflow: hidden;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid::after {
  content: '';
  flex-grow: 999999999;
}

.grid > figure {
  margin: 2px;
  background-color: white;
  position: relative;
}

.grid > figure > i {
  display: block;
}

.grid > figure > img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
}

figure > a {
  position: absolute;
  background: white;
  bottom: 5px;
  right: 5px;
  background-color: transparent;
  color: white;
}

figure > span {
	position: absolute;
	top:0;
	left:1%;
	display:flex;
	justify-content: left;
	align-items:center;
	flex-direction:column;
	opacity:0;
	transition:0.6s;
	padding:0;
} 

figure:hover > span{
	opacity: 1;
}

.border-corsa{
	border-color: #D10000 !important;
}

.btn-corsa{
	color: #fff !important;
	background-color: #D10000 !important;
	border-color: #D10000 !important;
	transition: 0.3s;	
}

.btn-corsa:hover{
	color: #fff !important;
	background-color: #bb2d3b !important;
	border-color: #b02a37 !important;
}

.link-corsa{
	text-decoration: none !important;
    color: #D10000 !important;
	transition: 0.3s;
}

.link-corsa:hover{
	text-decoration: none !important;
	color: #bb2d3b !important;
    border-bottom: 1px solid #bb2d3b !important;
}

footer ul li a:hover{
	color: #ccc !important;
}

		
