/*
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 : Oct 7, 2015, 5:12:49 PM
    Author     : anestis
*/
/*
typography css
include style for views panels etc
*/
/*
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 : Oct 7, 2015, 5:54:15 PM
    Author     : anestis
*/
/* Colors */
/* fonts */
.bg-gray {
  background-color: #f3f3f3;
  color: #555;
}
@media only screen and (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-4 {
    width: 33.3333333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-2 {
    width: 16.66666666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-1 {
    width: 12%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*html body {
    font-size: @mainTextSize;
    font-family: @mainTextFontFamily;
    background: @bodyBg;
}*/
/*# sourceMappingURL=typography.css.map */