body:after {
  background: orange;
  content: " LG ";
}
.container-medium {
  max-width: 600px;
}
.container-big {
  max-width: 900px;
}
.container-xbig {
  max-width: 1200px;
}
/****** CONTENT LG *****/
/*
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 : Mar 26, 2018, 11:11:52 AM
    Author     : mv
*/
/** based on bootstrap **/
/*@color-main			: #BD8647;
@color-bg			: #faf8f5;
@color-dark			: #261e1e;
@color-main-light	: rgb(251, 212, 131);
@color-text			: #4b2c11;
@color-text-light	: #cda664;
@color-dirt-brown	: #93733d;
@color-bg-gray		: #999;
@color-error		: #f05a5a;

@color-wine-tint		: #a33c23;
@color-wine-white		: #65859c;
@color-wine-bio			: #474625;
@color-wine-res-tint	: #2b391d;
@color-wine-res-white	: #5b1b13;

@dimen-header			: 128px;
@dimen-header-m			: 44px;
@dimen-footer			: 80px;
@dimen-spacer	: 8px;
@dimen-hero		: calc(~"100vh - @{dimen-header}");
*/
/*
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 : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
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 : Mar 26, 2018, 3:44:58 PM
    Author     : mv
*/
.visible-lg {
  display: block;
}
.invisible-lg {
  display: none;
}
.row > [class^="col-lg"],
.row > [class*=" col-lg"] {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}
.row > .col-lg-10 {
  width: 10%;
}
.row > .col-lg-20 {
  width: 20%;
}
.row > .col-lg-30 {
  width: 30%;
}
.row > .col-lg-40 {
  width: 40%;
}
.row > .col-lg-50 {
  width: 50%;
}
.row > .col-lg-60 {
  width: 60%;
}
.row > .col-lg-70 {
  width: 70%;
}
.row > .col-lg-80 {
  width: 80%;
}
.row > .col-lg-90 {
  width: 90%;
}
