@charset "UTF-8";
.COLUMN {
	min-height: 600px;
}
.CONTAINER {
	position: relative;
}
.K01 {
	width: 336px;
	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: 354px;
	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;
	background-image: url(../_assets/backgrounds/bg-decor02contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
	position: relative;
}
.K01-Right-overlay {
	-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;
	bottom: 110px;
	height: 71px;
	width: 71px;
	z-index: 1000;
	left: 15px;
}
.K02 {
	background-image: url(../_assets/backgrounds/zitzot-rule100.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 336px;
	padding-left: 18px;
}
.K02-gallery-home {
	margin-left: 240px;
}
.K02-Left {
	float: left;
	background-color: #FFF;
	width: 316px;
	padding: 10px;
	position: relative;
}
.K02-LeftWhenContainingSocialMedia {
	padding-bottom: 9px;
}
.K02-Left-text {
	min-height: 50px;
	padding-top: 2px;
}
.K02-Right {
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	}
.K02-Right-bg-icon {
	background-image: url(../_assets/backgrounds/bg-decor00.png);
}
.K02-Right-text {
	padding-top: 14px;
	padding-right: 150px;
	padding-left: 16px;
	background-color: #FFF;
	min-height: 516px;
	background-image: url(../_assets/backgrounds/bg-decor01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 6px;
}
.K02-Right-text-bg-christine {
	background-image: url(../_assets/backgrounds/bg-decor01christine.jpg);
	background-position: right top;
}
.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: 22px;
	bottom: -42px;
	z-index: 1000;
	width: 100px;
	height: 100px;
}
.K005-K02RightWhenLogoNeedsMoreSpace {
	padding-bottom: 30px;
}
.K005-K02LeftWhenPicAndText-container {
	padding-bottom: 0px;
}
.K005-K02LeftWhenPicAndText {
	padding-bottom: 8px;
}
.K005-WorldMagContainer {
	line-height: 0;
}
.K005-WorldMagContainer img {
	width: 100%;
	margin-bottom: 5px;
}
.K005-WorldMagContainerMobile img {
	display: none;
}
******************* 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;
}
.K02 {
	background-image: none;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.K02-gallery-home {
	margin-top: 0px;
}
.K02-gallery {
	margin: 0px;
}
.K01-Left, .K01-Right {
	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%' */
}
.K02-Left {
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
}
.K02-Left-text {
	min-height: 0px;
}
.K02-Right  {
	background-color: rgba(255,255,255,0.6);
	margin-top: 10px;
}
.K02-Right-bg-icon {
	background-image: none;
}
.K01-Right-text, .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;
}
.K005-K02RightWhenLogoNeedsMoreSpace {
	padding-bottom: 10px;
}
.K005-K02LeftWhenPicAndText-container {
	padding-bottom: 4px;
}
.K005-K02LeftWhenPicAndText {
}
.K005-WorldMagContainer img {
	display: none;
}
.K005-WorldMagContainerMobile img {
	width: 100%;
	margin-bottom: 2px;
	display: block;
}
