﻿/**
 * @package     less_source
 *
 * @copyright   Copyright (C) 2016. All rights reserved.
 * @license     Proprietary Onurabat S.L.
 * @author      Created by Xavier Elorduy
 */
/**
 * @copyright   Copyright (C) 2014. All rights reserved.
 * @license     Proprietary Onurabat S.L.
 * @author      Created by Xavier Elorduy
 */
.filters i,
.resultorder #buttonresults {
  margin-top: 30px;
}
.filters-buttons {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .filters-buttons div {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .filters-buttons div {
    margin-bottom: 10px;
  }
}
/*@media (min-width: @screen-md) and (max-width: @screen-lg) { 
    .filters h2 {
        margin-bottom: 0px;
        margin-top: 16px;
    }
    .filters i {
        margin-top: 40px;
    }   
}*/
/*@media (min-width: @screen-lg) { 
    .filters h2 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .filters i {
        margin-top: 40px;
    }   
}*/