@charset "utf-8";
/* CSS Tiles for product pages with a sidebar */
/* Products page */

.container {
	float: left;
	min-height:460px;
	overflow: hidden;
	background: #fff;
	font-size: 0.75em; 
	width:73.4375%;
	margin-left: auto;
	margin-right: auto;
	padding:0 2.083333333333333333333333333333% 20px 2.083333333333333333333333333333%;
}

.link {
	float:left;
	margin-left:30px;
}

.tiles_container{
	float:left;
	min-height:330px;
	height:auto;
	width:100%;
	margin-bottom: 20px;
	text-align:center;
}

.tiles{
	float:left;
  	height:100%;
 	width:100%;
  	position: relative;
}

.tiles li {
  width: 18.58156028368794326241134751773%;
  min-width: 98px;
  height: 96.875%;
  float: left;
  list-style-type: none;
  background: #E8F4Fb;
  color: black;
  margin: 0 1.41843971631205673758865248227% 1.41843971631205673758865248227% 0;
}

.tiles ul li:last-child{
	margin:0 0 1.086956521739130434782608695652% 0;
}

.tiles li div:hover {
  background: #bbdff4;
}

.tiles a {
  text-decoration: none;
  color: black;
  font: 1em Verdana, Geneva, sans-serif; 
}

.tile_item{
	height: 300px; 
	width: auto;
	padding: 10px;
}

.tile_text{
  height:30px;
  display: block;
}

.tile_image_container{
  width:100%; 
  height:260px;
  border:none;
  padding:0;
  margin:10px 0 0 0;
  float:left;
  overflow:hidden;
}

.tile_image_container img {
  height: 260px;
  border: 0px none;
  padding: 0;
}

.tiles-leader {
	float: left;
	height: auto;
	width: 98.58156028368794326241134751773%;
	font: normal 1.2em Verdana, Geneva, sans-serif;
	text-align: left;
	padding:0 10px 20px 5px;
}

.tiles-leader p{
	margin: 10px 0 0 0;	
}
	
.tiles-leader p:first-child{
	margin:0px;
}

.tiles-leader a {
	text-decoration: underline;
	color: black;
}

/* styles for viewports with a max-width up to 768
================================================================== */
@media screen and (max-width: 768px) {

	.tile_item{
		min-height: 315px;
	}

	.tile_text{
		min-height: 45px;
	}

	.tiles li{
		min-width: 98px;
	}

}
/* =============================================================== */

/* styles for viewports with a max-width up to 640px
================================================================== */
@media screen and (max-width: 640px) {

  .container{
  	min-height: 0;
  	width: 95.833333333333333333333333333334%;
  	margin: 10px 0 0 0;
  }

  .tiles_container{
  	min-height: 0;
  }

  .tiles-leader{
  	padding: 0 1.5625% 20px 1.5625%;
  	width: 96.875%;
  }
}
/* =============================================================== */

/* styles for viewports with a max-width up to 568px (480px)
================================================================== */
@media screen and (max-width: 568px) {

  .container{
  	width: 100%;
  	padding: 0;
  }

  .tiles{
  	margin: 0;
  }

  .tiles li{
  	width: 48.958333333333333333333333333333%;
  	min-width: 150px;
  	margin: 0;
  	margin-bottom: 10px;
  }

  .tiles ul li:nth-of-type(odd){
	margin-right: 2.0833333333333333333333333333333%;
  } 

  .tile_text{
  	height: 30px;
  	min-height: 0;
  }

 .tile_item{
 	height: 170px;
 	min-height: 0;
 	padding-bottom: 0;
  }

 .tile_image_container{
 	height: 120px;
  }

}
/* =============================================================== */

/* styles for viewports with a max-width up to 320px
================================================================== */
@media screen and (max-width: 320px) {

}
/* =============================================================== */