@media only screen and (min-width: 700px){

	.showCard {
		margin-right: -10px;
		margin-left: -10px;
	}
}


.ShowcardMain{
	background: #fff;
	overflow: hidden;
	width: 99%;
	height: 100%;	
	margin: 0 0 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	
}


.ShowcardContainer {
	width: 250px;
	background: #fff;
	overflow: hidden;
	height:240px;
	margin: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	display: inline-table;
}

@media only screen and (max-width: 768px) {
	.ShowcardContainer2 {
		height: 300px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (max-width: 480px) {
	.ShowcardContainer2 {
		height: 240px;
	}
	
	.center-cropped, .center-cropped img  {
		width: 50%;
	}
}

.imgPicture { 
	/*display: inline-block;*/
	max-height: 150px; 
	overflow: hidden;
 } 

.imgPicture2 img {
   width: 100%;
   /*min-height:150px;*/
   
}

.center-cropped, .center-cropped img {
  object-fit: cover;
  object-position: center; /* Center the image within the element */
  height: 150px;
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 1240px) {
	.ShowcardContainer {max-width: 30%;}
}

@media only screen and (max-width: 600px) {
	.ShowcardContainer {max-width: 45%;}
}

@media only screen and (max-width: 480px) {
	.ShowcardContainer {max-width: 100%;}
}

.ShowcardPhoto {
	float: left;
	display: block;
	
}

.ShowcardPhoto img{
	width: 100%;
}



.ShowcardText  {
	font: 14px/16px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
	.ShowcardText {
		height: 50px;
		padding-left: 10px;
		padding-bottom: 10px;
		
	}
	
	.row.rowShowcard {
		margin-right: 0px;
		margin-left: 0px;
	}
}

.ShowcardText  a {
	color: #424242;
	text-decoration: none;	
}


.ShowcardTextBread, .ShowcardTextBread a  {
line-height: 24px;

color: #fff;
font-size: 12px;
display: inline-block;
}

.ShowcardTextBread {
z-index: 3;
margin-top: -24px;	
padding: 0 16px;
position: relative;
background: rgba(0, 0, 0, 0.5);
}

/* Showlist*/

.showlist {
	text-align: left;
	font-size: 15px;
	padding-left: 20px;
}

.showlist li {
	margin-left: 8px;
}

/* Searh form */
.showsearch {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 23px;
}

.showsearch input[type="text"] {
	width: 78%;
	padding: 10px 40px 10px 30px;
	text-overflow: ellipsis;
}

.showsearch button {
	width: 19%;
	padding: 12px;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.showsearch {
		font-size: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.showsearch input[type="text"] {
		width: 60%;
	}
	.showsearch button {
		width: 30%;
	}	
}