/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* GRID.SCSS */
/*-- our cleafix hack -- */
.wkrow:before,
.wkrow:after {
  content: "";
  display: table;
  clear: both; }

[class*='wkcol-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  /*-- our gutter -- */
  padding: 15px;
  box-sizing: border-box; }
  [class*='wkcol-'] img {
    max-width: 100%; }

.wkcol-0 {
  width: 4.16%; }

.wkcol-1 {
  width: 8.33%; }

.wkcol-2 {
  width: 16.66%; }

.wkcol-3 {
  width: 25%; }

.wkcol-4 {
  width: 33.33%; }

.wkcol-5 {
  width: 41.66%; }

.wkcol-6 {
  width: 50%; }

.wkcol-7 {
  width: 58.33%; }

.wkcol-8 {
  width: 66.66%; }

.wkcol-9 {
  width: 75%; }

.wkcol-10 {
  width: 83.33%; }

.wkcol-11 {
  width: 91.66%; }

.wkcol-12 {
  width: 100%; }

@media all and (max-width: 47.99em) {
  .wkcol-0 {
    width: 50%; }
  .wkcol-1 {
    width: 50%; }
  .wkcol-2 {
    width: 100%; }
  .wkcol-3 {
    width: 100%; }
  .wkcol-4 {
    width: 100%; }
  .wkcol-5 {
    width: 100%; }
  .wkcol-6 {
    width: 100%; }
  .wkcol-7 {
    width: 100%; }
  .wkcol-8 {
    width: 100%; }
  .wkcol-9 {
    width: 100%; }
  .wkcol-10 {
    width: 100%; }
  .wkcol-11 {
    width: 100%; }
  .wkcol-12 {
    width: 100%; } }

.spaziatura {
  padding: 0;
  position: relative;
  overflow: visible;
  margin-bottom: 30px !important; }
  @media all and (min-width: 48em) {
    .spaziatura {
      margin-bottom: 50px !important; } }
  @media all and (min-width: 62.5em) {
    .spaziatura {
      margin-bottom: 60px !important; } }
  @media all and (min-width: 78.75em) {
    .spaziatura {
      margin-bottom: 70px !important; } }

.overflow_visibile {
  overflow: visible !important; }

.wk-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: content-box; }
