/*
Theme Name: Kjpp
Theme URI: http://yorktheme.com/
Author: Davy Sitompul
Author URI: https://yorktheme.com/
Version: 1.0.0
Description: Our Kjpp theme is a private theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, translation-ready
Text Domain: kjpp
*/
@charset "utf-8";
/*
**	1. RESET ELEMEN
**	===============
*/
*, *::before, *::after {
	box-sizing:inherit;
}
html {
	font-size: 87.5%;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td,fieldset {
	margin: 0;
	padding: 0;
}
body,p,ul,ol,dl,blockquote,blockquote p,label {
	line-height:1.43;
}
p,ul,ol,dl,select,blockquote,table,[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea,[type='file'],[type='checkbox'],[type='radio'], .button {
	margin-bottom:20px;
}
body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#111;
	line-height:1.4;
	margin-top: 0;
	margin-bottom: 0.7em;
	text-rendering: optimizeLegibility;
}
h1 {font-size: 19px;}
h2 {font-size: 18px;}
h3 {font-size: 17px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}
@media print, screen and (min-width:768px) {
	h1 {font-size: 24px;}
	h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	h6 {font-size: 14px;}
}
p {
	font-size: inherit;
	text-rendering: optimizeLegibility;
}
a {
	color:inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover, 
a:focus, 
a:active {
	color:#111;
	outline: none;
}
em,i {font-style:italic;}
strong,b {font-weight:bold;}
em,i,strong,b,a,small {line-height:inherit;}
ul,ol,dl {list-style-position:outside;}
li {font-size:inherit;}
ul,
ol, 
ul ul, 
ol ul, 
ul ol, 
ol ol {margin-left:1.25rem;}
ul {list-style-type:disc;}
ul ul, ol ul, ul ol, ol ol {margin-bottom:0;}
blockquote {
	position:relative;
	font-size:1.2rem;
	font-style:italic;
	color:#777;
	margin: 1.75em 0;
	padding: 0 20px;
	border-left: 1px solid #666;
}
blockquote,
blockquote p {
	line-height:29px;
}
cite {
	position:relative;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	display: block;
	padding:8px 0 0;
	color:#8a8a8a !important;
}
cite a { color:#888 !important; }
cite a:hover { color:#93755C !important; }
cite a::after {display:none !important;}
cite::before {content: "— ";}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
select {
	width: 100%;
	box-sizing: border-box;
}
button {
	padding: 0;
	border: 0;
	background: transparent;
	line-height: 1;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
pre {overflow:auto;}
small {font-size:80%;}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}
figure {margin:0;}
hr {
	clear: both;
	width:100%;
	height: 0;
	margin: 2rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid #DDD;
	border-left: 0;
}
code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
}
kbd {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
}
body > noscript {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:.75em 1.5em;
	color:white;
	text-align:center;
	background-color:red;
	z-index:1000000;
}
::selection {
	color:#fff;
	background:#111;
}
::-moz-selection {
	color:#fff;
	background:#111;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 1;
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
}
input::placeholder,
textarea::placeholder {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
	opacity: 1;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #DDD;
	font-size: 1rem;
	font-weight: normal;
	border-radius:3px;
	color: #000;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	box-shadow: 0 0 5px #ddd;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
	padding:.5rem .75rem;
	line-height:1.7;
	max-width: 100%;
	height: auto;
	min-height: 50px;
}
textarea[rows] {
	height: auto;
}
input:disabled, 
input[readonly], 
textarea:disabled, 
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
[type='submit'], 
[type='button'] {
	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
}
input[type='search'] {box-sizing:border-box;}
[type='checkbox'] + label,
[type='radio'] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
	cursor: pointer;
}
label > [type='checkbox'],
label > [type='radio'] {
	margin-right: 0.5rem;
}
[type='file'] {
	width: 100%;
}
label {
	font-size: 1rem;
	font-weight: normal;
	color: #000;
	margin: 0;
	display: block;
}
fieldset {border:0;}
legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}
select {
	height: 34px;
	padding: 0.5rem !important;
	margin: 0;
	border: 1px solid #CCC;
	font-family: inherit;
	font-size: 13px;
	border-radius:3px;
	line-height: normal;
	color: #000;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem !important;
	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
}
select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	box-shadow: 0 0 5px #ddd;
	-webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
select::-ms-expand {
	display: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
dl::before, 
dl::after {
	content:" ";
	display:table;
}
dl::after {
	clear:both;
}
dl > dt,
dl > dd {
	float:left;
	width:50%;
	font-weight:normal;
	margin-bottom:3px;
}
dl > dt,
dl > dd { padding-right:20px; }
dl > dt { clear:both; }
table {
  width: 100%;
  border-radius: 0px;
}
table thead,
table tbody,
table tfoot {
	border: 1px solid #f0f0f0;
	background-color: #fff;
}
table caption {
	padding: 0.25rem 0.5rem;
}
table thead {
	background: #ebebeb;
	color: #000;
}
table tfoot {
	background: #f0f0f0;
	color: #000;
}
table thead tr,
table tfoot tr {
	background: transparent;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td {
	text-align: left;
	padding: 0.25rem 0.5rem;
	font-weight: bold;
	vertical-align:top;
}
table tfoot td {
	text-align:left;
}
table tbody th,
table tbody td {
	padding: 0.25rem 0.5rem;
	vertical-align:top;
}
table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #fff;
}
table.unstriped tbody {
	background-color: #fff;
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fff;
}
@media screen and (max-width: 479px) {
	table.stack thead { display: none; }
	table.stack tfoot { display: none; }
	table.stack tr,
	table.stack th,
	table.stack td { display: block; }
	table.stack td { border-top: 0; }
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}
table.hover thead tr:hover { background-color: #f3f3f3; }
table.hover tfoot tr:hover { background-color: #ececec; }
table.hover tbody tr:hover { background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover { background-color: #ececec; }
.table-scroll { overflow-x: auto; }
.table-scroll table { width: auto; }

/*
**	2. COMMON CLASSES
**	=================
*/
.vertop { vertical-align:top; }
.vermid { vertical-align:middle; }
.red { color:red; }
.white { color:white; }
.bold { font-weight:bold; }
.unwrap {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.anchor {
	font-size:13px;
	text-decoration:underline;
}
.anchor2:hover {
	text-decoration:underline;
}
.entry-title {
	color:#000;
}
.grid {
	display: table; 
	width: 100%;
	table-layout: fixed;
}
.grid .col {
	display: table-cell;
	vertical-align:middle;
}
.clickable {
	cursor:pointer;
}
.underline {
	text-decoration:underline;
}
.clearfix::before,
.clearfix::after {
	display: table;
	content: ' ';
}
.clearfix::after {
	clear: both;
}
.edit-link {
	display:block;
}
.post-edit-link {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:9px;
	letter-spacing:1.5px;
	padding:5px 15px;
	text-transform:uppercase;
	border:1px solid #CCC;
	margin-bottom:30px;
	display:inline-block;
}
time.updated:not(.published) {
	display:none;
}
.hide {display: none !important;}
.show {display:block !important;}
.hidden {visibility:hidden;opacity:0;}
.hidden2 {visibility:hidden !important; z-index:-10; opacity:0;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.text-center {text-align:center;}
.bg-cover {
	background-color:#ddd;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #111;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.button,
.acf-form-submit .acf-button.button {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding:12px 16px;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	margin: 0;
	border: 0 none;
	border-radius:6px;
	color:rgba(255,255,255,0.9);
	background-color:#C51D24;
	text-align: center;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	white-space:nowrap;
	background-clip:padding-box;
	-webkit-appearance: none;
	transition: all 0.3s ease-out;
}
.button:hover, 
.button:focus,
.button:active {
	color:rgba(255,255,255,1);
	background-color:#111;
	outline:none;
}
.button.hollow,
.acf-button.button,
.button.acf-add-checkbox {
	font-size:13px;
	text-transform: none;
	letter-spacing: normal;
	color:#333;
	text-decoration:underline;
	padding:5px 0;
	background-color:transparent;
}
.button.hollow:hover, 
.button.hollow:focus,
.button.hollow:active {
	color:#111;
}
.responsive-embed,
.flex-video,
.wp-video .mejs-container {
	position: relative;
	width:100%;
	height: 0;
	margin-bottom: 24px;
	padding-bottom: 76.875%;
	overflow: hidden;
	background-color:#111;
}
.wp-video .mejs-container {
	width:100% !important;
	height: 0 !important;
}
.wp-video .mejs-container iframe,
.wp-video .mejs-container object,
.wp-video .mejs-container embed,
.wp-video .mejs-container video,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen,
.wp-video .mejs-container {
	padding-bottom: 56.25%;
}
.sticky {}
.bypostauthor {}
.arrow_box_top {
	position: relative;
	background: #fff;
	border: 1px solid #333;
	border-radius:3px;
}
.arrow_box_top:after, 
.arrow_box_top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_top:before {
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #333;
	border-width: 6px;
	margin-left: -6px;
}
.spinner {
	position:fixed;
	width:50px;
	height:50px;
	top:88px;
	left:30px;
	display:block;
	z-index:100;
	background-color:red;
	border-radius:100%; 
	-webkit-animation: sk-scaleout .8s infinite ease-in-out;
	animation: sk-scaleout .8s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% { -webkit-transform: scale(0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.quadrat {
  -webkit-animation: bgblink 1s infinite;  /* Safari 4+ */
  -moz-animation: bgblink 1s infinite;  /* Fx 5+ */
  -o-animation: bgblink 1s infinite;  /* Opera 12+ */
  animation: bgblink 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes bgblink {
  0%, 49% {
    background-color: #014c98;
  }
  50%, 100% {
    background-color: red;
  }
}

/* GRID BLOCKS */
[class*="-block-grid-"]:before, 
[class*="-block-grid-"]:after {
	content:" ";
	display:table;
}
[class*="-block-grid-"]:after {
	clear:both;
}
[class*="-block-grid-"] {
	padding:0;
	margin:0 -10px;
	list-style-type:none;
}
[class*="-block-grid-"] > li,
[class*="-block-grid-"] > .col {
	float:left;
	padding:0 10px;
}
.tiny-block-grid-1 > li,
.tiny-block-grid-1 > .col { width: 100%; }
.tiny-block-grid-1 > li:nth-of-type(1n),
.tiny-block-grid-1 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-1 > li:nth-of-type(1n+1),
.tiny-block-grid-1 > .col:nth-of-type(1n+1) { clear: both; }

.tiny-block-grid-2 > li,
.tiny-block-grid-2 > .col { width: 50%; }
.tiny-block-grid-2 > li:nth-of-type(1n),
.tiny-block-grid-2 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-2 > li:nth-of-type(2n+1),
.tiny-block-grid-2 > .col:nth-of-type(2n+1) { clear: both; }

.tiny-block-grid-3 > li,
.tiny-block-grid-3 > .col { width: 33.33333%; }
.tiny-block-grid-3 > li:nth-of-type(1n),
.tiny-block-grid-3 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-3 > li:nth-of-type(3n+1),
.tiny-block-grid-3 > .col:nth-of-type(3n+1) { clear: both; }

.tiny-block-grid-4 > li,
.tiny-block-grid-4 > .col { width: 25%; }
.tiny-block-grid-4 > li:nth-of-type(1n),
.tiny-block-grid-4 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-4 > li:nth-of-type(4n+1),
.tiny-block-grid-4 > .col:nth-of-type(4n+1) { clear: both; }

.tiny-block-grid-5 > li,
.tiny-block-grid-5 > .col { width: 20%; }
.tiny-block-grid-5 > li:nth-of-type(1n),
.tiny-block-grid-5 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-5 > li:nth-of-type(5n+1),
.tiny-block-grid-5 > .col:nth-of-type(5n+1) { clear: both; }

.tiny-block-grid-6 > li,
.tiny-block-grid-6 > .col { width: 16.66667%; }
.tiny-block-grid-6 > li:nth-of-type(1n),
.tiny-block-grid-6 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-6 > li:nth-of-type(6n+1),
.tiny-block-grid-6 > .col:nth-of-type(6n+1) { clear: both; }

.tiny-block-grid-7 > li,
.tiny-block-grid-7 > .col { width: 14.28571%; }
.tiny-block-grid-7 > li:nth-of-type(1n),
.tiny-block-grid-7 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-7 > li:nth-of-type(7n+1),
.tiny-block-grid-7 > .col:nth-of-type(7n+1) { clear: both; }

.tiny-block-grid-8 > li,
.tiny-block-grid-8 > .col { width: 12.5%; }
.tiny-block-grid-8 > li:nth-of-type(1n),
.tiny-block-grid-8 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-8 > li:nth-of-type(8n+1),
.tiny-block-grid-8 > .col:nth-of-type(8n+1) { clear: both; }

.tiny-block-grid-9 > li,
.tiny-block-grid-9 > .col { width: 11.11111%; }
.tiny-block-grid-9 > li:nth-of-type(1n),
.tiny-block-grid-9 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-9 > li:nth-of-type(9n+1),
.tiny-block-grid-9 > .col:nth-of-type(9n+1) { clear: both; }

.tiny-block-grid-10 > li,
.tiny-block-grid-10 > .col { width: 10%; }
.tiny-block-grid-10 > li:nth-of-type(1n),
.tiny-block-grid-10 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-10 > li:nth-of-type(10n+1),
.tiny-block-grid-10 > .col:nth-of-type(10n+1) { clear: both; }

.tiny-block-grid-11 > li,
.tiny-block-grid-11 > .col { width: 9.09091%; }
.tiny-block-grid-11 > li:nth-of-type(1n),
.tiny-block-grid-11 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-11 > li:nth-of-type(11n+1),
.tiny-block-grid-11 > .col:nth-of-type(11n+1) { clear: both; }

.tiny-block-grid-12 > li,
.tiny-block-grid-12 > .col { width: 8.33333%; }
.tiny-block-grid-12 > li:nth-of-type(1n),
.tiny-block-grid-12 > .col:nth-of-type(1n) { clear: none; }
.tiny-block-grid-12 > li:nth-of-type(12n+1),
.tiny-block-grid-12 > .col:nth-of-type(12n+1) { clear: both; }

@media print, screen and (min-width:768px) {
	[class*="-block-grid-"] {
		margin: 0 -10px;
	}
	[class*="-block-grid-"] > li,
	[class*="-block-grid-"] > .col {
		padding: 0 10px;
	}
	.small-block-grid-1 > li,
	.small-block-grid-1 > .col { width: 100%; }
	.small-block-grid-1 > li:nth-of-type(1n),
	.small-block-grid-1 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-1 > li:nth-of-type(1n+1),
	.small-block-grid-1 > .col:nth-of-type(1n+1) { clear: both; }
	
	.small-block-grid-2 > li,
	.small-block-grid-2 > .col { width: 50%; }
	.small-block-grid-2 > li:nth-of-type(1n),
	.small-block-grid-2 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-2 > li:nth-of-type(2n+1),
	.small-block-grid-2 > .col:nth-of-type(2n+1) { clear: both; }
	
	.small-block-grid-3 > li,
	.small-block-grid-3 > .col { width: 33.33333%; }
	.small-block-grid-3 > li:nth-of-type(1n),
	.small-block-grid-3 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-3 > li:nth-of-type(3n+1),
	.small-block-grid-3 > .col:nth-of-type(3n+1) { clear: both; }
	
	.small-block-grid-4 > li,
	.small-block-grid-4 > .col { width: 25%; }
	.small-block-grid-4 > li:nth-of-type(1n),
	.small-block-grid-4 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-4 > li:nth-of-type(4n+1),
	.small-block-grid-4 > .col:nth-of-type(4n+1) { clear: both; }
	
	.small-block-grid-5 > li,
	.small-block-grid-5 > .col { width: 20%; }
	.small-block-grid-5 > li:nth-of-type(1n),
	.small-block-grid-5 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-5 > li:nth-of-type(5n+1),
	.small-block-grid-5 > .col:nth-of-type(5n+1) { clear: both; }
	
	.small-block-grid-6 > li,
	.small-block-grid-6 > .col { width: 16.66667%; }
	.small-block-grid-6 > li:nth-of-type(1n),
	.small-block-grid-6 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-6 > li:nth-of-type(6n+1),
	.small-block-grid-6 > .col:nth-of-type(6n+1) { clear: both; }
	
	.small-block-grid-7 > li,
	.small-block-grid-7 > .col { width: 14.28571%; }
	.small-block-grid-7 > li:nth-of-type(1n),
	.small-block-grid-7 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-7 > li:nth-of-type(7n+1),
	.small-block-grid-7 > .col:nth-of-type(7n+1) { clear: both; }
	
	.small-block-grid-8 > li,
	.small-block-grid-8 > .col { width: 12.5%; }
	.small-block-grid-8 > li:nth-of-type(1n),
	.small-block-grid-8 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-8 > li:nth-of-type(8n+1),
	.small-block-grid-8 > .col:nth-of-type(8n+1) { clear: both; }
	
	.small-block-grid-9 > li,
	.small-block-grid-9 > .col { width: 11.11111%; }
	.small-block-grid-9 > li:nth-of-type(1n),
	.small-block-grid-9 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-9 > li:nth-of-type(9n+1),
	.small-block-grid-9 > .col:nth-of-type(9n+1) { clear: both; }
	
	.small-block-grid-10 > li,
	.small-block-grid-10 > .col { width: 10%; }
	.small-block-grid-10 > li:nth-of-type(1n),
	.small-block-grid-10 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-10 > li:nth-of-type(10n+1),
	.small-block-grid-10 > .col:nth-of-type(10n+1) { clear: both; }
	
	.small-block-grid-11 > li,
	.small-block-grid-11 > .col { width: 9.09091%; }
	.small-block-grid-11 > li:nth-of-type(1n),
	.small-block-grid-11 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-11 > li:nth-of-type(11n+1),
	.small-block-grid-11 > .col:nth-of-type(11n+1) { clear: both; }
	
	.small-block-grid-12 > li,
	.small-block-grid-12 > .col { width: 8.33333%; }
	.small-block-grid-12 > li:nth-of-type(1n),
	.small-block-grid-12 > .col:nth-of-type(1n) { clear: none; }
	.small-block-grid-12 > li:nth-of-type(12n+1),
	.small-block-grid-12 > .col:nth-of-type(12n+1) { clear: both; }
}
@media print, screen and (min-width:1280px) {
	[class*="-block-grid-"] {
		margin: 0 -10px;
	}
	[class*="-block-grid-"] > li,
	[class*="-block-grid-"] > .col {
		padding: 0 10px;
	}
	.medium-block-grid-1 > li,
	.medium-block-grid-1 > .col { width: 100%; }
	.medium-block-grid-1 > li:nth-of-type(1n),
	.medium-block-grid-1 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-1 > li:nth-of-type(1n+1),
	.medium-block-grid-1 > .col:nth-of-type(1n+1) { clear: both; }
	
	.medium-block-grid-2 > li,
	.medium-block-grid-2 > .col { width: 50%; }
	.medium-block-grid-2 > li:nth-of-type(1n),
	.medium-block-grid-2 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-2 > li:nth-of-type(2n+1),
	.medium-block-grid-2 > .col:nth-of-type(2n+1) { clear: both; }
	
	.medium-block-grid-3 > li,
	.medium-block-grid-3 > .col { width: 33.33333%; }
	.medium-block-grid-3 > li:nth-of-type(1n),
	.medium-block-grid-3 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-3 > li:nth-of-type(3n+1),
	.medium-block-grid-3 > .col:nth-of-type(3n+1) { clear: both; }
	
	.medium-block-grid-4 > li,
	.medium-block-grid-4 > .col { width: 25%; }
	.medium-block-grid-4 > li:nth-of-type(1n),
	.medium-block-grid-4 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-4 > li:nth-of-type(4n+1),
	.medium-block-grid-4 > .col:nth-of-type(4n+1) { clear: both; }
	
	.medium-block-grid-5 > li,
	.medium-block-grid-5 > .col { width: 20%; }
	.medium-block-grid-5 > li:nth-of-type(1n),
	.medium-block-grid-5 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-5 > li:nth-of-type(5n+1),
	.medium-block-grid-5 > .col:nth-of-type(5n+1) { clear: both; }
	
	.medium-block-grid-6 > li,
	.medium-block-grid-6 > .col { width: 16.66667%; }
	.medium-block-grid-6 > li:nth-of-type(1n),
	.medium-block-grid-6 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-6 > li:nth-of-type(6n+1),
	.medium-block-grid-6 > .col:nth-of-type(6n+1) { clear: both; }
	
	.medium-block-grid-7 > li,
	.medium-block-grid-7 > .col { width: 14.28571%; }
	.medium-block-grid-7 > li:nth-of-type(1n),
	.medium-block-grid-7 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-7 > li:nth-of-type(7n+1),
	.medium-block-grid-7 > .col:nth-of-type(7n+1) { clear: both; }
	
	.medium-block-grid-8 > li,
	.medium-block-grid-8 > .col { width: 12.5%; }
	.medium-block-grid-8 > li:nth-of-type(1n),
	.medium-block-grid-8 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-8 > li:nth-of-type(8n+1),
	.medium-block-grid-8 > .col:nth-of-type(8n+1) { clear: both; }
	
	.medium-block-grid-9 > li,
	.medium-block-grid-9 > .col { width: 11.11111%; }
	.medium-block-grid-9 > li:nth-of-type(1n),
	.medium-block-grid-9 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-9 > li:nth-of-type(9n+1),
	.medium-block-grid-9 > .col:nth-of-type(9n+1) { clear: both; }
	
	.medium-block-grid-10 > li,
	.medium-block-grid-10 > .col { width: 10%; }
	.medium-block-grid-10 > li:nth-of-type(1n),
	.medium-block-grid-10 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-10 > li:nth-of-type(10n+1),
	.medium-block-grid-10 > .col:nth-of-type(10n+1) { clear: both; }
	
	.medium-block-grid-11 > li,
	.medium-block-grid-11 > .col { width: 9.09091%; }
	.medium-block-grid-11 > li:nth-of-type(1n),
	.medium-block-grid-11 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-11 > li:nth-of-type(11n+1),
	.medium-block-grid-11 > .col:nth-of-type(11n+1) { clear: both; }
	
	.medium-block-grid-12 > li,
	.medium-block-grid-12 > .col { width: 8.33333%; }
	.medium-block-grid-12 > li:nth-of-type(1n),
	.medium-block-grid-12 > .col:nth-of-type(1n) { clear: none; }
	.medium-block-grid-12 > li:nth-of-type(12n+1),
	.medium-block-grid-12 > .col:nth-of-type(12n+1) { clear: both; }
}
@media print, screen and (min-width:1600px) {
	[class*="-block-grid-"] {
		margin: 0 -10px;
	}
	[class*="-block-grid-"] > li, 
	[class*="-block-grid-"] > .col {
		padding: 0 10px;
	}
	.large-block-grid-1 > li,
	.large-block-grid-1 > .col { width: 100%; }
	.large-block-grid-1 > li:nth-of-type(1n),
	.large-block-grid-1 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-1 > li:nth-of-type(1n+1),
	.large-block-grid-1 > .col:nth-of-type(1n+1) { clear: both; }
	
	.large-block-grid-2 > li,
	.large-block-grid-2 > .col { width: 50%; }
	.large-block-grid-2 > li:nth-of-type(1n),
	.large-block-grid-2 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-2 > li:nth-of-type(2n+1),
	.large-block-grid-2 > .col:nth-of-type(2n+1) { clear: both; }
	
	.large-block-grid-3 > li,
	.large-block-grid-3 > .col { width: 33.33333%; }
	.large-block-grid-3 > li:nth-of-type(1n),
	.large-block-grid-3 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-3 > li:nth-of-type(3n+1),
	.large-block-grid-3 > .col:nth-of-type(3n+1) { clear: both; }
	
	.large-block-grid-4 > li,
	.large-block-grid-4 > .col { width: 25%; }
	.large-block-grid-4 > li:nth-of-type(1n),
	.large-block-grid-4 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-4 > li:nth-of-type(4n+1),
	.large-block-grid-4 > .col:nth-of-type(4n+1) { clear: both; }
	
	.large-block-grid-5 > li,
	.large-block-grid-5 > .col { width: 20%; }
	.large-block-grid-5 > li:nth-of-type(1n),
	.large-block-grid-5 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-5 > li:nth-of-type(5n+1),
	.large-block-grid-5 > .col:nth-of-type(5n+1) { clear: both; }
	
	.large-block-grid-6 > li,
	.large-block-grid-6 > .col { width: 16.66667%; }
	.large-block-grid-6 > li:nth-of-type(1n),
	.large-block-grid-6 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-6 > li:nth-of-type(6n+1),
	.large-block-grid-6 > .col:nth-of-type(6n+1) { clear: both; }
	
	.large-block-grid-7 > li,
	.large-block-grid-7 > .col { width: 14.28571%; }
	.large-block-grid-7 > li:nth-of-type(1n),
	.large-block-grid-7 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-7 > li:nth-of-type(7n+1),
	.large-block-grid-7 > .col:nth-of-type(7n+1) { clear: both; }
	
	.large-block-grid-8 > li,
	.large-block-grid-8 > .col { width: 12.5%; }
	.large-block-grid-8 > li:nth-of-type(1n),
	.large-block-grid-8 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-8 > li:nth-of-type(8n+1),
	.large-block-grid-8 > .col:nth-of-type(8n+1) { clear: both; }
	
	.large-block-grid-9 > li,
	.large-block-grid-9 > .col { width: 11.11111%; }
	.large-block-grid-9 > li:nth-of-type(1n),
	.large-block-grid-9 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-9 > li:nth-of-type(9n+1),
	.large-block-grid-9 > .col:nth-of-type(9n+1) { clear: both; }
	
	.large-block-grid-10 > li,
	.large-block-grid-10 > .col { width: 10%; }
	.large-block-grid-10 > li:nth-of-type(1n),
	.large-block-grid-10 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-10 > li:nth-of-type(10n+1),
	.large-block-grid-10 > .col:nth-of-type(10n+1) { clear: both; }
	
	.large-block-grid-11 > li,
	.large-block-grid-11 > .col { width: 9.09091%; }
	.large-block-grid-11 > li:nth-of-type(1n),
	.large-block-grid-11 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-11 > li:nth-of-type(11n+1),
	.large-block-grid-11 > .col:nth-of-type(11n+1) { clear: both; }
	
	.large-block-grid-12 > li,
	.large-block-grid-12 > .col { width: 8.33333%; }
	.large-block-grid-12 > li:nth-of-type(1n),
	.large-block-grid-12 > .col:nth-of-type(1n) { clear: none; }
	.large-block-grid-12 > li:nth-of-type(12n+1),
	.large-block-grid-12 > .col:nth-of-type(12n+1) { clear: both; }
}

