/*** COLORS ***/
/*** MENU ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#title-homefeatured {
  font-family: "BenchNine", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #355052;
  text-transform: uppercase;
  margin-bottom: -225px;
  line-height: 60px;
  padding-top: 50px; }
  #title-homefeatured:first-letter {
    font-size: 60px; }
  #title-homefeatured span {
    font-size: 48px;
    font-family: "Times New Roman", sans-serif;
    float: right;
    line-height: 40px;
    display: block;
    text-transform: initial; }

#homefeatured {
  clear: both;
  /* 	li{
  		&:nth-child(2){
  			padding-top: 225px;
  		}
  	} */ }

 #homefeatured li.ajax_block_product{
      margin-left: -15px;
    }


@media (max-width: 1200px) {
  #title-homefeatured span{
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  #title-homefeatured{
    text-align: center;
      margin-bottom: 0;
      padding: 0;
  }
  #title-homefeatured span{
    display: inline-block;
      float: none;
  }
}

@media (max-width: 768px) {
  #title-homefeatured {
    margin-bottom: 15px;
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  #title-homefeatured {
    margin-bottom: 0;
    padding-top: 0;
  }
}
