/*! TERRITORIUM Framework - 1.0 / territorium.io */


.one-fifth {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.four-fifths {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.one-third {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}

.two-thirds {
	width: 66.6%;
	display: inline-block;
	vertical-align: top;
}

.full {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.one-fourth {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.three-fourths {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}


.admin-preview{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: black;
	text-align: center;
}
.admin-preview a{
	color: #fff;
	text-decoration: none;
}
.admin-preview button {
	padding:6px 15px;
	border:none;
	border-radius:20px;
	font-family:"lato",sans-serif;
	font-size:14px;
	font-weight:300;
	color:#000;
	background-color:#fff;
	background-image:none;
	cursor:pointer;
	transition-duration:.3s;
	transition-property:all;
}
.admin-preview button:hover,.admin-preview button:focus,.admin-preview button:active, .admin-preview button.active {
	color:#fff;
	background-color:#0074ff;
}
.half .list-preview.column-preview li {
	width: 97%;
}
@media only screen and (max-width: 992px) {
	.one-fifth {
		width: 33.3333%;
	}
	.four-fifths {
		width: 100%;
	}
	.one-third {
		width: 100%;
	}
	.two-thirds {
		width: 100%;
	}
	.half {
		width: 100%;
	}
	.one-fourth {
		width: 50%;
	}
	.three-fourths {
		width: 100%;
	}
	.full {
		width: 100%;
	}
	.one-fifths:empty,
	.one-fourth:empty,
	.one-third:empty {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
	.one-fifth {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.one-fifth {
		width: 100%;
	}
}