* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1em;
	font-weight: normal;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 18px;
	color: #000;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
	color: inherit;
}

img {
	border: 0;
}

main {
	display: inline;
}

.table {
	display: table;
	width: 100%;
}
.table > div {
	display: table-row;
}
.table > div > div {
	display: table-cell;
	vertical-align: middle;
}

.columns > div {
	float: left;
}
.columns:after {
	clear: both;
	display: block;
	content: '';
}

.images-folder {
	display: inline;
}
.images-folder a:not(:first-child) {
	display: none !important;
}