@charset "UTF-8";
.FULLWIDTH {
	padding-top: 10px;
	padding-right: 88px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,.3);
}
.FULLWIDTH-container {
	-moz-box-shadow: 6px 12px 60px -20px #000;
	-webkit-box-shadow: 6px 12px 60px -20px #000;
	box-shadow: 6px 8px 40px -20px #000;
	position: relative;
	top: 0px;
}
.FULLWIDTH-container-mobile {
	display: none;
}
.FULLWIDTH-zitzot img {
	position: absolute;
	z-index: 1000;
	right: -55px;
	bottom: 0px;
	}
.FULLWIDTH-overlay img {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 60px;
}
.FULLWIDTH-caption {
	display: none;
}
.FULLWIDTH-caption p {
}
.K005-TextPanel  {
	position: absolute;
	z-index: 100;
	left: 68px;
	top: 50px;
	background-image: url(../home/assets/K005panel.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 160px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	font-style: italic;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	height: 360px;
}
.K005-TextPanel p{
	padding-bottom: 7px;
}
.K005-Overlay01 img{
	top: -33px;
	left: -45px;
	position: absolute;
}
.K005-Overlay02 img {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 60px;
}
.K005-Icon 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: 66px;
	bottom: -58px;
	width: 100px;
	height: 100px;
	z-index: 100;
}
.K005-Iconmobile img {
	display: none;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
.FULLWIDTH  {
	background-color: rgba(255,255,255,.7);
	background-image: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	margin-top: 10px;
	position: relative;
}
.FULLWIDTH-container {
	display: none;
}
.FULLWIDTH-container-mobile {
	display: block;
}
.FULLWIDTH-zitzot img   {
	display: none;
}
.FULLWIDTH-overlay img   {
	display: none;
	width: 100%;
}
.FULLWIDTH-caption {/* 'OVERFLOW: HIDDEN' is essential to maintain heights (Must not have a minimum height) */
	/* 'RELATIVE' ensures captions comes to the front and above any drop shadows */
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	line-height: 26px;
	padding-top: 9px;
	position: relative;
	padding-left: 14px;
	overflow: hidden;
	z-index: 100;
	padding-bottom: 16px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-color: #url(
../home/K005panel.png);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 34%;
	background-color: #url(
../home/K005panel.png);
	background-color: #781d23;
	background-image: url(../home/assets-mobile/bg-decor.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.FULLWIDTH-caption p        {
	margin-top: 0px;
	margin-bottom: 10px;
}
.K005-Iconmobile 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;
	bottom: 20px;
	z-index: 1000;
	width: 90px;
	height: 90px;
	display: inline-block;
	right: 30px;
}
