.col-xs-12,
.col-sm-8,
.col-md-6,
.col-lg-6 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  /*padding-bottom: 15px !important;*/
}

.tile {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.24);
}

.tile span.tile-title {
    padding: 3px 8px 3px 8px;
    font-size: min(max(calc( 0px + (17 - 14) * ( (200vw - 300px) / ( 800 - 300) )), 12px), 15px);
}

.tile .tile-content {
  padding: 8px 8px 8px 8px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  font-size: min(max(calc( 0px + (17 - 14) * ( (200vw - 300px) / ( 800 - 300) )), 12px), 15px);
}


.tile .tile-content p {
  margin: 0;
  color: inherit;
}
.tile .tile-content span.tile-title {
  /*line-height: 48px;*/
}
.tile .tile-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
.tile .tile-action a {
  color: #ffab40;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.tile .tile-action a:hover {
  color: #ffd8a6;
  text-decoration: none;
}

.fullWidth {
    width: 100%;
    max-width: 1240px;
}