body:after {
  background: green;
  content: " SM ";
}
/****** CONTENT SM *****/
/*
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:48 PM
    Author     : mv
*/
.visible-sm {
  display: block;
}
.invisible-sm {
  display: none;
}
