.timos-list .timos-list-container {

  margin: 0 -12px -12px -12px;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;   
  flex-wrap: wrap;
 }
  .timos-list .timos-list-container:after {
    content: "";
    display: block;
    clear: both; }
  .timos-list .timos-list-container .timos-product {
    float: left;
    width: 25%;
    padding: 12px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .timos-list .timos-list-container .timos-product:nth-child(3n+1) {
      clear: left; }
    .timos-list .timos-list-container .timos-product:after {
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      right: 12px;
      bottom: 12px;
      left: 12px;
      background-color: transparent;
      z-index: 1; }
    .timos-list .timos-list-container .timos-product .timos-inside {
      position: relative;
      z-index: 2;
      height: 100%;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.24); }
      .timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture {
        text-decoration: none;
        overflow: hidden;
        display: block;
        position: relative; 
        }
        .timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture .img-resize {
          display: block;
          width: 100%;
          overflow: hidden;
          position: relative; }
          .timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture .img-resize:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-box-shadow: inset 0 0 0 0 white;
            -moz-box-shadow: inset 0 0 0 0 white;
            box-shadow: inset 0 0 0 0 white;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            z-index: 1; }
          .timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture .img-resize:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            background: #5a5a5a url(icon.png) no-repeat center center;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            opacity: 0;
            z-index: 2; }
        .timos-list .timos-list-container .timos-product .timos-inside .timos-title {
          display: block;
          font-size: 18px;
		  text-transform:uppercase;
          padding: 10px 20px 10px 20px; }
        .timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture img { border-radius:3px;
          max-width: none; width: 100%; float:right;}
        .timos-list .timos-list-container .timos-product .timos-inside  .timos-hover:hover .timos-link-picture .img-resize:before {
          opacity: 1; }
        .timos-list .timos-list-container .timos-product .timos-inside .timos-hover:hover .timos-link-picture .img-resize:after {
          -webkit-box-shadow: inset 0 0 0 10px white;
          -moz-box-shadow: inset 0 0 0 10px white;
          box-shadow: inset 0 0 0 10px white; }
      .timos-list .timos-list-container .timos-product .timos-inside .timos-brand {
        font-weight: 400;
        color: #909090;
        padding: 0 20px;
        margin-bottom: 2rem;
        margin-top: 0; }
      .timos-list .timos-list-container .timos-product .timos-inside p {
        padding: 0 20px;
		
        margin:0 0 1.5rem 0 ; }

		.timos-list.timos-fixed-img .timos-list-container .timos-product .timos-inside .timos-link-picture {
			position:relative;
			height:0;
			padding-bottom:66.6666%;
			overflow:visible;
		}
		.timos-list.timos-fixed-img .timos-list-container .timos-product .timos-inside .timos-link-picture .img-resize {
			position:absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			overflow:hidden;
		}
		
		.timos-list .timos-list-container .timos-product .timos-inside .timos-link-title {
			text-decoration:none;
		}

	
		
@media screen and (max-width: 1200px) {
  .timos-list .timos-list-container .timos-product {
    width: 33.33333%; }
}
@media screen and (max-width: 820px) {
  .timos-list .timos-list-container .timos-product {
    width: 50%; } 
	.timos-list .timos-list-container .timos-product .timos-inside .timos-title {
	font-size:16px;
	}
}
@media screen and (max-width: 480px) {
	
.timos-list .timos-list-container {margin:0;}
.timos-list .timos-list-container .timos-product {
width: 100%;
padding:0; }

.timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture img {  display: inline; float: none;}
.timos-list .timos-list-container .timos-product .timos-inside .timos-link-picture { text-align: center;}
}

.noshadow 
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/*# sourceMappingURL=grid.css.map */
