@charset "UTF-8";
.COLUMN {
	min-height: 582px;
}
.CONTAINER {
	position: relative;
}
.CONTAINER img{
	display: block;
	width: 100%;
}
.K01 {
	width: 360px;
	float: right;
	background-image: url(../_assets/backgrounds/zitzot-dots100.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 18px;
}
.K01-Left {
	margin-right: 378px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
}
.K01-Left-map {
	width: 100%;
	display: block;
}
.K01-Right {	
}
.K01-Right-text {
	padding-top: 12px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #FFF;
	padding-bottom: 8px;
	position: relative;
}
.K01-Right-overlay {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1000;
}
.K02 {
	margin-left: 360px;
	background-image: url(../_assets/backgrounds/zitzot-rule40.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
.K02-gallery, .K02-gallery-home{
	margin-left: 267px;
}
.K02-Left {
	float: left;
	background-color: rgba(255,255,255,0.9);
	width: 340px;
	line-height: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.K02-Left-text {
	min-height: 200px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
}
.K02-Right {
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
}
.K02-Right-text {
	padding-top: 14px;
	padding-right: 185px;
	padding-left: 16px;
	background-color: #FFF;
	min-height: 500px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.K02-Right-overlay {
	-moz-box-shadow: 6px 12px 60px -20px #000;
	-webkit-box-shadow: 6px 12px 60px -20px #000;
	box-shadow: 6px 8px 30px -20px #000;
	position: absolute;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #EBC342;
	bottom: -28px;
	left: 40px;
}
.K02-Right-overlay p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.K02-Right-hilights {
	font-size: 22px;
	color: #BA1C21;
}
.bg-decor01a {
	background-image: url(../_assets/backgrounds/bg-decor01a.png);
}
.bg-decor01b {
	background-image: url(../_assets/backgrounds/bg-decor01b.png);
}
.bg-decor01c {
	background-image: url(../_assets/backgrounds/bg-decor01c.png);
}
.sponsorship-container {
	width: auto;
	float: left;
	padding-bottom: 88px;
	position: relative;
}
.sponsorship-banner {
	position: absolute;
	bottom: 0px;
	right: -2px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
.COLUMN {
	min-height: 0px;
}
.CONTAINER  {
	padding: 0px;
	width: 100%;
}
.FLEX-Order2 {
	order: 2; /* FLEXFLEXFLEXFLEX */
}
.K01 {
	background-image: none;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
.K01-Right-overlay {
	height: 100px;
	width: 100px;
}
.K02 {
	background-image: none;
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
.K02-gallery-home {
	margin-top: 10px;
}
.K02-gallery {
	margin: 0px;
}
.K01-Left, .K01-Right, .K02-Left{
	background-image: none;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	float: left;
	padding: 10px;
	margin-top: 10px;
	box-sizing: border-box; /* Makes the right 'come in' when at 'width: 100%' */
}
.K01-Right-text {
	padding-top: 11px;
	padding-right: 12px;
	padding-left: 12px;
	min-height: 0px;
	padding-bottom: 90px;
	background-image: none;
}
.K02-Left-text {
	min-height: 0px;
	background-color: rgba(255,255,255,0.7);
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.K02-Right  {
	background-color: rgba(255,255,255,0.7);
	padding-bottom: 50px;
}
.K02-Right-text {
	padding-top: 11px;
	padding-right: 12px;
	padding-left: 12px;
	min-height: 0px;
	padding-bottom: 50px;
	background-image: none;
}
.K01-Right-overlay, .K02-Right-overlay {
}
.K02-Right-overlay {
	-moz-box-shadow: 6px 12px 60px -20px #000;
	-webkit-box-shadow: 6px 12px 60px -20px #000;
	box-shadow: 6px 8px 30px -20px #000;
	bottom: -28px;
	left: 12px;
}
.sponsorship-container {
	padding-bottom: 0px;
}
.sponsorship-banner {
	display: none;
}
