/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.tetris_and_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: rgba(183,64,48,0.9);
}
.tetris_and_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 15px;
	color: #604c42;
	background-image: url('../../../images/System/title_laptop.png');
	background-repeat: no-repeat;
	background-position: center center;
	direction: rtl;
}
.tetris_and_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 21px;
	font-weight: 400;
	color: #604c42;
	text-align: center;
	float: right;
	max-width: 90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: 40px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.tetris_section {
	width: 60%;
	margin: auto;
	position: relative;
}
.tetris_item_long {
	float: right;
	display: block;
	width: 32%;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	max-height: 623px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item {
	float: right;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube {
	float: right;
	width: 32%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	max-height: 300px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube2 {
	float: right;
	width: 32%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	max-height: 300px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_wide {
	float: right;
	width: 66%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	max-height: 300px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_full {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	max-height: 300px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
div.img-list a {
	display: inline-block;
	position: relative;
}
.tetris_name_down_container {
	float: left;
	width: 94%;
	position: absolute;
	z-index: 2 !important;
	bottom: calc(0% - 1px)!important;
	padding-left: 3%;
	padding-right: 3%;
	direction: rtl;
	height: 40px;
}
.tetris_name_down {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.tetris_strip_up {
	float: right;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-top: 1px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	z-index: 100;
}
.tetris_icons_up {
	float: left;
	display: block;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 100;
}
.tetris_icons_up_icon
{
    width: 15px;
    height: 15px;
    float: left;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 7px;
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #ccc;
}
.tetris_icons_up_icon i {
    width: 15px;
    height: 15px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0;
    font-size: 14px;
}
span.tetris_btn_readMore {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 30px!important;
	vertical-align: middle;
	position: absolute;
	z-index: 2!important;
	margin-top: 10px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	background-color: rgba(255,255,255,0.0);
	color: #fff;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.tetris_btn_readMore:hover {
	color: #fff;
}
.carusel_section {
	width: 89.0217%;
	max-width: 1200px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3.5%;
	margin-bottom: 5px;
	margin-left: 3.5%;
	background-color: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	display: inline-block;
}
div.img-list a:hover span.text-content {
	opacity: 0;
}
span.content_under {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_under {
	opacity: 1;
}
span.content_under_text {
	display: table;
	width: 80.5%;
	height: calc(100% - 39px);
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
span.content_under_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
span.book_me {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
span.content_above {
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: calc(100% - 39px);
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_above {
	opacity: 0;
}
span.content_above_text {
	display: table;
	width: 80.5%;
	height: 100.5%;
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
}
span.content_above_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 17px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #8e3026!important;
}
.tetris_and_carusel_button:focus {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.tetris_and_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: rgba(183,64,48,0.9);
}
.tetris_and_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 15px;
	color: #604c42;
	background-image: url('../../../images/System/title_laptop.png');
	background-repeat: no-repeat;
	background-position: center center;
	direction: rtl;
}
.tetris_and_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 19px;
	font-weight: 400;
	color: #604c42;
	text-align: center;
	float: right;
	max-width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 40px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.tetris_section {
	width: 60%;
	margin: auto;
	position: relative;
}
.tetris_item_long {
	float: right;
	display: block;
	width: 32%;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	max-height: 580px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item {
	float: right;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube {
	float: right;
	width: 32%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube2 {
	float: right;
	width: 32%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_wide {
	float: right;
	width: 66%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_full {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_name_down_container {
	float: left;
	width: 94%;
	position: absolute;
	z-index: 2 !important;
	bottom: 0%!important;
	padding-left: 3%;
	padding-right: 3%;
	direction: rtl;
	height: 40px;
}
.tetris_name_down {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.tetris_strip_up {
	float: left;
	display: block;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.tetris_icons_up {
	float: left;
	display: block;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 1000;
}
.tetris_icons_up_icon
{
    width: 15px;
    height: 15px;
    float: left;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 7px;
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #ccc;
}
.tetris_icons_up_icon i {
    width: 15px;
    height: 15px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0;
    font-size: 14px;
}
span.tetris_btn_readMore {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 30px!important;
	vertical-align: middle;
	position: absolute;
	z-index: 2!important;
	margin-top: 10px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	background-color: rgba(255,255,255,0.0);
	color: #fff;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.tetris_btn_readMore:hover {
	color: #fff;
}
.carusel_section {
	width: 91.0217%;
	max-width: 1190px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3%;
	background-color: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	display: inline-block;
}
div.img-list a {
	display: inline-block;/*position: relative;*/
}
div.img-list a:hover span.text-content {
	opacity: 0;
}
span.content_under {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_under {
	opacity: 1;
}
span.content_under_text {
	display: table;
	width: 80.5%;
	height: calc(100% - 40px);
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
span.content_under_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
span.book_me {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
span.content_above {
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: calc(100% - 40px);
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_above {
	opacity: 0;
}
span.content_above_text {
	display: table;
	width: 80.5%;
	height: 100.5%;
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
}
span.content_above_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #8e3026!important;
}
.tetris_and_carusel_button:focus {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.tetris_and_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: rgba(183,64,48,0.9);
}
.tetris_and_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 15px;
	color: #604c42;
	background-image: url('../../../images/System/title_laptop.png');
	background-repeat: no-repeat;
	background-position: center center;
	direction: rtl;
}
.tetris_and_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 16px;
	font-weight: 400;
	color: #604c42;
	text-align: center;
	float: right;
	max-width: 100%;
	margin-bottom: 40px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.tetris_section {
	width: 60%;
	margin: auto;
	position: relative;
}
.tetris_item_long {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item {
	float: right;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube2 {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_wide {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_full {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.img-list a img {
}
.tetris_name_down_container {
	float: left;
	width: 94%;
	position: absolute;
	z-index: 2 !important;
	bottom: 0%!important;
	padding-left: 3%;
	padding-right: 3%;
	direction: rtl;
	height: 40px;
}
.tetris_name_down {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.tetris_strip_up {
	float: left;
	display: block;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.tetris_icons_up {
	float: left;
	display: block;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 1000;
}
.tetris_icons_up_icon
{
    width: 15px;
    height: 15px;
    float: left;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 7px;
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #ccc;
}
.tetris_icons_up_icon i {
    width: 15px;
    height: 15px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0;
    font-size: 14px;
}
span.tetris_btn_readMore {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 30px!important;
	vertical-align: middle;
	position: absolute;
	z-index: 2!important;
	margin-top: 10px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	background-color: rgba(255,255,255,0.0);
	color: #fff;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.tetris_btn_readMore:hover {
	color: #fff;
}
.carusel_section {
	width: 91.0217%;
	max-width: 1190px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3%;
	background-color: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	display: inline-block;
}
div.img-list a {
	display: inline-block;/*position: relative;*/
}
div.img-list a:hover span.text-content {
	opacity: 0;
}
span.content_under {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_under {
	opacity: 1;
}
span.content_under_text {
	display: table;
	width: 80.5%;
	height: calc(100% - 40px);
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
span.content_under_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
span.book_me {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
span.content_above {
	font-size: 19px;
	font-weight: 700;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: calc(100% - 40px);
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_above {
	opacity: 0;
}
span.content_above_text {
	display: table;
	width: 80.5%;
	height: 100.5%;
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
}
span.content_above_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #8e3026!important;
}
.tetris_and_carusel_button:focus {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.tetris_and_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: rgba(183,64,48,0.9);
}
.tetris_and_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 15px;
	color: #604c42;
	background-image: url('../../../images/System/title_laptop.png');
	background-repeat: no-repeat;
	background-position: center center;
	direction: rtl;
}
.tetris_and_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 16px;
	font-weight: 400;
	color: #604c42;
	text-align: center;
	float: right;
	max-width: 100%;
	margin-bottom: 40px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.tetris_section {
	width: 60%;
	margin: auto;
	position: relative;
}
.tetris_item_long {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item {
	float: right;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube2 {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 2%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_wide {
	float: right;
	width: 49%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_full {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.img-list a img {
	height: 100%!important;
	background-size: cover!important;
}
.tetris_name_down_container {
	float: left;
	width: 94%;
	position: absolute;
	z-index: 2 !important;
	bottom: 0%!important;
	padding-left: 3%;
	padding-right: 3%;
	direction: rtl;
	height: 40px;
}
.tetris_name_down {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.tetris_strip_up {
	float: left;
	display: block;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.tetris_icons_up {
	float: left;
	display: block;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 1000;
}
.tetris_icons_up_icon
{
    width: 15px;
    height: 15px;
    float: left;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 7px;
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #ccc;
}
.tetris_icons_up_icon i {
    width: 15px;
    height: 15px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0;
    font-size: 14px;
}
span.tetris_btn_readMore {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 30px!important;
	vertical-align: middle;
	position: absolute;
	z-index: 2!important;
	margin-top: 10px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	background-color: rgba(255,255,255,0.0);
	color: #fff;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.tetris_btn_readMore:hover {
	color: #fff;
}
.carusel_section {
	width: 91.0217%;
	max-width: 1190px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3%;
	background-color: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	display: inline-block;
}
div.img-list a {
	display: inline-block;/*position: relative;*/
}
div.img-list a:hover span.text-content {
	opacity: 0;
}
span.content_under {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_under {
	opacity: 1;
}
span.content_under_text {
	display: table;
	width: 80.5%;
	height: calc(100% - 40px);
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
span.content_under_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
span.book_me {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
span.content_above {
	font-size: 19px;
	font-weight: 700;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: calc(100% - 40px);
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_above {
	opacity: 0;
}
span.content_above_text {
	display: table;
	width: 80.5%;
	height: 100.5%;
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
}
span.content_above_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #8e3026!important;
}
.tetris_and_carusel_button:focus {
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.tetris_and_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 25px;
	padding-bottom: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: rgba(183,64,48,0.9);
}
.tetris_and_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	color: #604c42;
	background-image: url('../../../images/System/title_mobile.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	direction: rtl;
}
.tetris_and_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 14px;
	font-weight: 400;
	color: #604c42;
	text-align: center;
	float: right;
	max-width: 96%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 25px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.tetris_section {
	width: 60%;
	margin: auto;
	position: relative;
}
.tetris_item_long {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 380px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item {
	float: right;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube2 {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_wide {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_full {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.img-list a img {
	height: 100%!important;
	background-size: cover!important;
}
.tetris_name_down_container {
	float: left;
	width: 94%;
	position: absolute;
	z-index: 2 !important;
	bottom: 0%!important;
	padding-left: 3%;
	padding-right: 3%;
	direction: rtl;
	height: 40px;
}
.tetris_name_down {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.tetris_strip_up {
	float: left;
	display: block;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.tetris_icons_up {
	float: left;
	display: block;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 1000;
}
.tetris_icons_up_icon
{
    width: 15px;
    height: 15px;
    float: left;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 7px;
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #ccc;
}
.tetris_icons_up_icon i {
    width: 15px;
    height: 15px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0;
    font-size: 14px;
}
span.tetris_btn_readMore {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 30px!important;
	vertical-align: middle;
	position: absolute;
	z-index: 2!important;
	margin-top: 10px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	background-color: rgba(255,255,255,0.0);
	color: #fff;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.tetris_btn_readMore:hover {
	color: #fff;
}
.carusel_section {
	width: 91.0217%;
	max-width: 1190px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3%;
	background-color: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	display: inline-block;
}
div.img-list a {
	display: inline-block;/*position: relative;*/
}
div.img-list a:hover span.text-content {
	opacity: 0;
}
span.content_under {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_under {
	opacity: 1;
}
span.content_under_text {
	display: table;
	width: 80.5%;
	height: calc(100% - 40px);
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
span.content_under_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
span.book_me {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
span.content_above {
	font-size: 19px;
	font-weight: 700;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: calc(100% - 40px);
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_above {
	opacity: 0;
}
span.content_above_text {
	display: table;
	width: 80.5%;
	height: 100.5%;
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
}
span.content_above_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #8e3026!important;
}
.tetris_and_carusel_button:focus {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.tetris_and_carusel_section {
	width: 100%;
	position: relative;
	float: right;
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: rgba(183,64,48,0.9);
}
.tetris_and_carusel_title {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	float: right;
	width: 100%;
	margin-bottom: 15px;
	color: #604c42;
	background-image: url('../../../images/System/title_mobile.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	direction: rtl;
}
.tetris_and_carusel_text {
	font-family: 'Open Sans Hebrew', serif;
	font-size: 13px;
	font-weight: 400;
	color: #604c42;
	text-align: center;
	float: right;
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 1.5em;
	letter-spacing: 1.3px;
	direction: rtl;
}
.tetris_section {
	width: 60%;
	margin: auto;
	position: relative;
}
.tetris_item_long {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 380px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item {
	float: right;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_cube2 {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_wide {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	margin-left: 0%;
	direction: rtl;
	height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.tetris_item_full {
	float: right;
	width: 100%;
	display: block;
	margin-bottom: 2%;
	margin-left: 0%;
	direction: rtl;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	border: 10px solid #fff;
	background-color: #fff!important;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.img-list a img {
	height: 100%!important;
	background-size: cover!important;
}
.tetris_name_down_container {
	float: left;
	width: 94%;
	position: absolute;
	z-index: 2 !important;
	bottom: 0%!important;
	padding-left: 3%;
	padding-right: 3%;
	direction: rtl;
	height: 40px;
}
.tetris_name_down {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.tetris_strip_up {
	float: left;
	display: block;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.tetris_icons_up {
	float: left;
	display: block;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 1000;
}
.tetris_icons_up_icon
{
    width: 15px;
    height: 15px;
    float: left;
    text-align:center;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 7px;
    border-right-width: 0px;
    border-right-style: dotted;
    border-right-color: #ccc;
}
.tetris_icons_up_icon i {
    width: 15px;
    height: 15px;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0;
    font-size: 14px;
}
span.tetris_btn_readMore {
	float: right;
	width: 100%!important;
	text-align: center!important;
	font-size: 30px!important;
	vertical-align: middle;
	position: absolute;
	z-index: 2!important;
	margin-top: 10px;
	margin-left: 0!important;
	margin-right: 0!important;
	right: 0px;
	background-color: rgba(255,255,255,0.0);
	color: #fff;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.tetris_btn_readMore:hover {
	color: #fff;
}
.carusel_section {
	width: 91.0217%;
	max-width: 1190px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#carusel .item {
	padding: 0%;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-left: 3%;
	background-color: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	display: inline-block;
}
div.img-list a {
	display: inline-block;/*position: relative;*/
}
div.img-list a:hover span.text-content {
	opacity: 0;
}
span.content_under {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5em;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_under {
	opacity: 1;
}
span.content_under_text {
	display: table;
	width: 80.5%;
	height: calc(100% - 40px);
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
span.content_under_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
span.book_me {
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
span.content_above {
	font-size: 19px;
	font-weight: 700;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	height: calc(100% - 40px);
	left: 0;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background-color: rgba(0,0,0,0.0);
}
div.img-list a:hover span.content_above {
	opacity: 0;
}
span.content_above_text {
	display: table;
	width: 80.5%;
	height: 100.5%;
	border-radius: 0%;
	margin: 0%;
	padding-left: 10%;
	padding-right: 10%;
	direction: rtl;
}
span.content_above_text span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.tetris_and_carusel_buttons_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tetris_and_carusel_button {
	width: 100%;
	float: none;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 3px;
}
.tetris_and_carusel_button:hover {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
	background-color: #8e3026!important;
}
.tetris_and_carusel_button:focus {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	width: 100%;
	float: none;
}
}