@charset "UTF-8";
.COLUMN {
	min-height: 608px;
}
.CONTAINER-Left , .CONTAINER-Right{
	position: relative;
}
.CONTAINER-Left img{
	width: 100%;
	display: block;
}
.K01 {
	width: 348px;
	float: right;
	background-image: url(../_assets/backgrounds/zitzot-dots100.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 18px;
}
.K01-Left {
	background-image: url(../_assets/backgrounds/bg-vig40.png);
	background-repeat: repeat-y;
	background-position: 90px top;
	padding-top: 18px;
	padding-right: 62px;
	padding-left: 33px;
	padding-bottom: 18px;
	margin-right: 366px; /* Necessary for deep images or text*/
}
.K01-Right   {
}
.K01-Right-text {
	padding-top: 12px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #FFF;
	background-image: url(../_assets/backgrounds/bg-decor02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 24px;
	position: relative;
}
.K01-Right-overlay {
	position: absolute;
	right: 18px;
	bottom: 18px;
	height: 71px;
	width: 71px;
	z-index: 1000;
}
.K02 {
	margin-left: 375px;
	background-image: url(../_assets/backgrounds/zitzot-rule40.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
.K02-Left {
	background-image: url(../_assets/backgrounds/bg-vig40.png);
	background-repeat: repeat-y;
	background-position: 90px top;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 33px;
	padding-bottom: 18px;
	width: 324px;
	float: left;
}
.K02-Left-text {
	padding-top: 12px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #FFF;
	padding-bottom: 4px;
	min-height: 200px;
}
.K02-Right {
	background-color: rgba(255,255,255,0.4);
	padding: 0px;
}
.K02-Right-text {
	padding-top: 14px;
	padding-right: 60px;
	padding-left: 16px;
	background-color: #FFF;
	min-height: 624px;
	background-image: url(../_assets/backgrounds/bg-decor01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 6px;
}
.K02-Right-overlay img{
	-moz-box-shadow: 6px 12px 60px -20px #000;
	-webkit-box-shadow: 6px 12px 60px -20px #000;
	box-shadow: 6px 12px 60px -20px #000;
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 1000;
	width: 71px;
	height: 71px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
.COLUMN {
	min-height: 0px;
}
.CONTAINER-Left {
	padding: 10px;
}
.FLEX-Order2 {
	order: 2; /* FLEXFLEXFLEXFLEX */
}
.K01, .K02 {
	background-image: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.K01-Left, .K01-Right, .K02-Left{
	background-image: none;
	background-color: rgba(255,255,255,0.6);
	margin-top: 10px;
	float: left;
	width: 100%;
	padding: 0px;
}
.K01-Right-text, .K02-Left-text  {
	padding-top: 11px;
	padding-right: 12px;
	padding-left: 12px;
	min-height: 0px;
	padding-bottom: 4px;
	background-image: none;
	margin: 0px;
}
.K02-Right  {
	background-color: rgba(255,255,255,0.6);
	margin-top: 10px;
	padding: 0px;
}
.K02-Right-text  {
	padding-top: 11px;
	padding-right: 12px;
	padding-left: 12px;
	min-height: 0px;
	padding-bottom: 4px;
	background-image: none;
}
.K01-Right-overlay , .K02-Right-overlay img{
	display: none;
}
