/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*
.noti-car-box {
    border-right:1px solid #000;padding-left:30px;padding-top:10px;min-height:200px;
}

.noti-car-img {
	background-color:transparent;
	border:none;
	height:120px;
	width:190px;
	object-fit:cover;
	position:absolute;
	left:28px;
	bottom: 0;
}

.proj-car-box {
  margin:0;
  margin-bottom:1em;
}

.proj-car-box > a {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    text-align:center;
    padding:10px;
    margin:0;
    border:1px solid #f7323f;
    min-height:230px;
    font-family: helveticaNeueLTStdBlack;
    transition: all ease 0.4s;

}

.proj-car-img {
	background-color:transparent;
	border:none;
	max-height:131px;
	width:206px;
	object-fit:cover;
	position:absolute;
  left:6px;
	bottom:0;
  margin-bottom:6px;
}
*/

/* .noti-car-box {
	padding-left:30px;
	padding-top:10px;
	min-height:200px;
} */

.noti-car-box{
	padding-left:30px;
	padding-right:30px;
	margin-bottom: 20px;
	margin-top: 10px;
	height: auto;
	border: none;
}


.noti-car-img {
	background-color:transparent;
	border:none;
	width:100%;
	/* height:120px; */
	/* object-fit:cover; */
	/* position:absolute; */
	/* left:28px; */
	/* bottom: 0; */
}

.proj-car-box {
	/* padding-left:20px;
	padding-top:0px;
	min-height:230px;
	margin-bottom:0em;
	margin-top: 0px;
  	margin-left:0px; */
	/* width:246px; */
	/* max-width:246px; */
}

.proj-car-box-inside {
  	display:table;
	/* padding-left:0;
	padding-right: 0px; */
  	padding:20px;
  	border:1px solid #f7323f;
  	/* height:236px;
  	width:240px; */
  	/* margin-left:-18px; */
  	/* margin-bottom:0em; */
	  width: 100%;
}

.proj-car-img {
	/* background-color:transparent;
	border:none; */
	/*max-height:94px;*/
	/* max-height:120px;
	width:190px;
  	width:206px; */
	/* object-fit:cover; */
	/* position:absolute; */
	/* left:20px;
	bottom:0; */
	/*width:100%; AQUIUI*/
	margin: 0 auto;
  	/* margin-bottom:16px; */
}

/*==========  Non-Mobile First Method  ==========*/

/* Large devices */
@media only screen and (min-width: 1200px) {
	/*body {
        background-color: yellow;
    }*/


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  /*
	body {
        background-color: orange;
    }*/

    .proj-car-box  {
        /* width:201px;max-width:201px; */

    }

    .proj-car-box-inside {
      /* width:180px;
      min-width:200px; */
    }

    /* .noti-car-img {
    	height:102px;
		  width:160px;
		  bottom: 0;
	   } */



  	.proj-car-img {
  		/* max-height:94px; */
  		/*width:160px;*/
  	}

  	.llista_items > li > a > img {
  		height:113px;
  	}

  	.photo-hover {
  		height:113px;
  	}

		/*

		.photo-hover {
			margin-left:26px;
			margin-right:26px;
			background-color: yellow;
  	}
		*/

  	.abcedari ul li a {
  		width: 23px;
  		max-width: 23px;
  		margin-right:1px;
  		text-indent:-2px;
  	}

  	#buscador > form input[type=text] {
  		width:290px;
  	}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  /*
	body {
        background-color: red;
    } */
	.home-block-links > li {
		border-right:0px;
		border-left:0px;
		margin-bottom:1em;
	}

  .proj-car-box  {
      /* width:232px;max-width:232px; */

  }

  .proj-car-box-inside {
    /* width:220px;
    min-width:230px; */
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/*
	body {
        background-color: cyan;
    }*/
		/*
		.photo-hover {

			margin-left:36px;
			margin-right:36px;
			background-color: cyan;
  	}
		*/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	/*
	body {
        background-color: pink ;
    }*/
		/*
		.photo-hover {
			margin-left:18px;
			margin-right:17px;
			background-color: pink;
  	}
		*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	/*
	body {
        background-color: silver;
    }*/


}
