@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500&subset=latin,latin-ext);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'kolatorowiczicons';
	src:url('../fonts/kolatorowiczicons/kolatorowiczicons.eot');
	src:url('../fonts/kolatorowiczicons/kolatorowiczicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/kolatorowiczicons/kolatorowiczicons.woff') format('woff'),
		url('../fonts/kolatorowiczicons/kolatorowiczicons.ttf') format('truetype'),
		url('../fonts/kolatorowiczicons/kolatorowiczicons.svg#kolatorowiczicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #000;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Roboto', Arial, sans-serif;
}

body.demo-2 {
	background: #3498db;
}

.container {
	overflow: hidden;
}

a {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #000;
}

.kolatorowicz-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.kolatorowicz-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.6em;
}


.kolatorowicz-header h1 span {
	display: block;
	padding: 0.3em 0 2em;
	font-size: 0.45em;
}

.grid-wrap p {
	display: block;
	max-width: 600px;
	text-align: justify;
	margin: 0 auto;
	padding: 0.3em 0 2em;
	font-weight: 300;
	font-size: 0.7em;
}

.grid-wrap p span {
	font-weight: 500;
}

.kolatorowicz-demos  {
	background-color: #000;
	padding: 10px;
	color: #fff;
}

.kolatorowicz-demos a {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px;
	color: rgba(255,255,255,0.4);
	text-decoration: none;
	outline: none;
}

.kolatorowicz-demos a:hover, .kolatorowicz-demos a:focus {
	color: #fff;
}
.kolatorowicz-demos a.current-demo {
	color: #fff;
}

/* To Navigation Style */
.kolatorowicz-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.kolatorowicz-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.kolatorowicz-top span.right {
	float: right;
}

.kolatorowicz-top span.right a {
	display: block;
	float: left;
}

.kolatorowicz-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'kolatorowiczicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.kolatorowicz-icon-drop:before {
	content: "\e001";
}

.kolatorowicz-icon-prev:before {
	content: "\e004";
}

section {
	padding: 0em 3% 4em;
	text-align: center;
	font-size: 1.5em;
}

.related > a {
	border: 3px solid rgba(0,0,0,0.4);;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
	border-color: #fff;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
	font-size: 0.75em;
}

@media screen and (max-width: 25em) {

	.kolatorowicz-icon span {
		display: none;
	}

}