/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.11.2015, 13:47:18
    Author     : roeschs
*/

.wrapper {
  /*max-width: 1600px;*/
}

.box-12-xl {
  width: 12.5%;
}

.box-16-xl {
  width: 16.66%
}

.box-20-xl {
  width: 20%;
}

.box-25-xl {
  width: 25%;
}

.display-none-xl {
  display: none;
}

.display-block-xl {
  display: block;
}

.display-inline-block-xl {
  display: inline-block;
}

.display-table-cell-xl {
  display: table-cell;
}

.display-table-row-xl {
  display: table-row;
}