<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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 : 2017-08-08, 08:17:25
    Author     : miroslawwierzchnicki
*/

.large-block-grid-4 &gt; li:nth-of-type(4n+1), .large-block-grid-4 &gt; li:nth-of-type(1n){
	clear: none;
}

[class*="block-grid-"] &gt; li{
	float: none;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after{
	display: none;
}

.grid{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer{
	width: 25%;
}
.grid-item{
	width: 25%;
	float: left;
}

.nm-row {
	padding:0;
	max-width:none;
	margin-left: -15px;
    margin-right: -15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	max-width:1890px
}

</pre></body></html>