

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-image: none;
}
html .nav-color-light nav > ul > li > a {
    color: #4e5154 !important;
}
.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
    opacity: 0;
    background: none!important;
}
.tp-bgimg.defaultimg {
    background-color: #f5f5ea;
}
h3 {
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
}
.sliderTitle {
	z-index: 30;
}
.rev_slider .tp-caption a:hover{
	color: #054d95;
}
.rev_slider .tp-bullets{
	left: 26% !important;
}
/* arrow
.rev_slider .tp-caption.arrowBtn {
}
.mainTitle {
	color: #4ecaf5;
}
 */
/* Home */
a.btn.btn-outline-primary.font-weight-bold.text-2 {
    padding: 5px 15px;
    margin-top: 15px;
}
.homeAbout{
	position: relative;
}
.homeAbout:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1259/backgroundgray.jpg) no-repeat center bottom;
	transform: scaleX(-1);
}
.homeAbout:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1313/shever-copy.png) no-repeat center bottom;
	background-size: contain;
}
.homeAbout .row{
	z-index: 1;
	position: relative;
	padding-bottom: 40px;
}
#header.homeHeader{ position: absolute;}


.btn{
	border-radius: 0;
}
.homesection .btn-primary {
    background-color: #094f95;
    color: #FFF;
	border: 0;
}
.homesection .btn-primary:hover {
    background-color:#4ecaf5!important;
    color: #FFF!important;
    border: 0;
}
.Homenews .btn-primary {
    background-color: #4ecaf5;
	color: #fefeff;
}
.Homenews .btn-primary:hover {
    background-color: #fefeff!important;
    color: #064f94!important;
}


.eventsPage{ padding-bottom: 110px;}
.articles{
	padding-bottom: 100px;
}
.post-content {
	padding: 0 15px;
}
article.post .post-date .month {
    background-color: rgba(48, 88, 160, 0.83);
    color: #fff;
    font-size: 25px;
	padding-top: 0!important;
	position: absolute;
	top: 45px;
	left: 15px;
	width: 100px;
}
article.post .post-date .day {
	background-color: rgba(78, 202, 245, 0.91);
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 100px;
}
article.post h4{ font-size: 24px;}
.read-more, .learn-more {
	padding-left: 15px;
	text-align: center;
	width: 100%;
	color: #4ecaf5!important;
}
.Homenews { position: relative;}
.Homenews h2:after {
	background: #fff;
}
.Homenews .btn-outline-primary {
	color: #094f95;
	border-color: #094f95;
}
.Homenews .btn-outline-primary:hover {
	border-color: #094f95;
	color:  #fff !important;
}
article.post-large .post-image, article.post-large .post-date {
		margin-right: 0;
		margin-bottom: 15px;
}
.Homenews .btn-outline-light {
	color: #fff!important;
    border-color: #ffffff;
	margin-top: 30px;
	z-index: 1;
}
.Homenews .btn-outline-light:hover {
	color:  #094f95 !important;
}/*
div#revolutionSlider_forcefullwidth .tp-caption.btn {
    background: #4dcaf5;
    color: #013c77;
}
div#revolutionSlider_forcefullwidth .tp-caption.btn:hover {
    background: #fff;
}*/
article.post-large {
    margin-right: 0px;
}
.Homenews:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1315/newsleft.png) no-repeat center bottom;
	background-attachment: fixed;
	opacity: .5;
}
.Homenews:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 100%;
	background: url(/media/1314/newsright.png) no-repeat center bottom;
	background-attachment: fixed;
	opacity: .5;
}
.Homenews .col-md-12 {
    z-index: 1;
}
.articleBlock {
	padding-bottom: 1px;
	border-radius: 4px;
}
.articleBlock:hover h3{
	color: #4ec8f3
}
.featured-boxes:hover .lessonImg{
  filter: contrast(1.15);
}

div.post-meta a{ color: white;}

.lessonBlock  {
		background-color: rgb(245, 245, 245);
		padding-bottom: 1px;
		border-radius: 4px;
		position: relative;
		min-height: 440px;
		position: relative;
	}
	
.lessonBlock  h3:hover{
    color: #4ec8f3 !important;
}
.lessonBlock  .btn-outline-primary {
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding: 5px 10px;
}
.lesson .btn-outline-primary {
	margin-top: 30px;
}
.lessonBlock  .lessonImg{
	transition: all .1s ease-in-out;
}	
.lessonBlock  .lessonImg:hover{
	filter: contrast(1.2);
}	
.lesson{
	position: relative;
}
.lesson:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1259/backgroundgray.jpg) no-repeat center bottom;
}
.lesson:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1313/shever-copy.png) no-repeat center bottom;
	background-size: contain;
	transform: scaleX(-1);
}
.lesson .col-md-12 {
    z-index: 1;
}

.counter i {
	font-size: 100px;
}
.thumb-info .thumb-info-wrapper:after {
	background: rgba(4, 78, 149, 0.87);
}

html section.section-secondary{
	background:  #094f95 !important;
	border-color: none;
}
section.contact.parallax {
	position: relative;
	margin-bottom: -65px !important;
	padding-bottom: 90px !important;
}
.contact h3{
	color:#4ecaf5 !important;
}
.contact:before{
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	left: -50px;
	height: 100%;
	background: url(/media/1318/newsletterleft.png) no-repeat center bottom;
	background-attachment: fixed;
	background-position: left 95%;
	opacity: .5;
}
.contact:after{
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	right: -50px;
	height: 100%;
	background: url(/media/1319/newsletterright.png) no-repeat center bottom;
	background-attachment: fixed;
	background-position: right 95%;
	opacity: .5;
}
.contact .btn-primary {
    background-color: #4ec8f3;
    border-color: none;
}
.contact .btn-primary:hover {
	background-color: #fff;
	color:  #094f95;
    border-color: none;
}
.contact html section.section-secondary{
	border-color: none !important;
}
.contact section.section{
	border-top: none!important;
}
.contact .col-md-12 {
    z-index: 1;
}
.contact .form-group input:focus ~ label.floatingLabel, 
.contact .form-group textarea:focus ~ label.floatingLabel, 
.contact .form-group input.valid ~ label.floatingLabel, 
.contact .form-group textarea.valid ~ label.floatingLabel, 
.contact .form-group input.is-invalid ~ label.floatingLabel, 
.contact .form-group textarea.is-invalid ~ label.floatingLabel {
	color: white;
}
#footer {
	margin-top: 0;
	background: #fff;
	border-top: none;
	font-size: 18px;
}
#footer .footer-copyright.footer-copyright-style-2{
	background: #eee;
}
#footer#footer {
	position: relative;
	padding-top: 50px;
}
.grid-section section:last-child{
	margin-bottom: -60px;
	padding-bottom: 60px;
}
.list.list-icons.list-icons-lg li {
    padding-right: 40px;
}
#footer dt {
	width: calc(100% - 70px);
	display: inline-block;
	text-align: right;
	color: #094f95;
}
#footer dd {
	display: inline-block;
	margin-bottom: 10px;
	color: #094f95;
	width: 60px;
	text-align: left;
}
#footer h4 i {
	vertical-align: middle;
	padding-left: 5px	;
}
.contact.homesection input {
    border: 0;
    border-radius: 0;
}
.FooterAbout {
    padding-left: 45px;
}

/* about */
.leftTitleBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
}

.aboutUs h2:after{
	right: 10%;
}
.aboutUs{
	position: relative;
}
.aboutUs:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1259/backgroundgray.jpg) no-repeat center bottom;
	transform: scaleX(-1);
}
.aboutUs:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 90px;
	background: url(/media/1313/shever-copy.png) no-repeat center bottom;
	background-size: contain;
}
.rabanimTitle h2:after{
 background-color: #fff !important;
}

.rabanim{
	position: relative;
}


.rav { min-height: 450px;}
.rav h4{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.rabanim img.img-fluid{
	border-radius: 50%;
	width: 230px;
	height: 230px;
}
.hoverText{
	padding: 15px;
	opacity: 0;
	transition: all .1s ease-in-out;
	margin-top: 15px;
	width: 100%;
	right: 0;
	position: absolute;
}
.rav:hover .hoverText {
	opacity: 1;
	margin-top: 0;
}
.rav .imgTtlTxtLnk > div:last-child,
.rav .imgTtlTxtLnk img{
	transition: all .1s ease-in-out;
}
.rav:hover .imgTtlTxtLnk > div:last-child{
	margin: -170px auto 75px;
}
.rav:hover .imgTtlTxtLnk img{ 
	opacity: .25;
	filter: blur(5px);
}

.program .imgTtlTxtLnk:hover{
	background-color: #094f95;
}
.program .imgTtlTxtLnk:hover h3{
	color: #fff;
}
.program .imgTtlTxtLnk:hover p{
	color: #fff;
}
.programbtm {
	position: relative;
}
.programbtm .col-md-12 {
	z-index: 9;
}
.programbtm:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1313/shever-copy.png) no-repeat center bottom;
	background-size: contain;
	transform: scaleX(-1);
}
.programbtm .col-md-12 {
	padding-bottom: 30px;
	z-index: 1;
}
.hover-effect-3d{
	position: relative;	
}
.hover-effect-3d h3{
	color: #fff;
    font-weight: 700;
    font-size: 28px;
    padding: 5px;
    margin-right: 35px;
    margin-left: 35px;
    top: 0;
    position: absolute;
    z-index: 1;
}
.thumb-info .thumb-info-type {
	background: none;
	font-size: 19px;
	line-height: 32px;
}
.mifaal h2:after {
	background: #fff;
}


/* shutafPage */
.shutafPage .main{ position: relative;}

.shutafPage .main p{
	color: black;
}
.shutafPage .main .preContent,
.shutafPage .main .preContent p{
	text-align: center;
	font-size: 19px;
	text-shadow: 0 0 5px white, 0 0 10px white;
}
.shutafPage .main > *{ 
	position: relative;
	z-index: 1;
}
.shutafPage .page-header{
	margin-bottom: 0;
}
.donOpt{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px 15px 15px 15px;
	/*margin-top: 120px;*/
	position: relative;
	text-align: center;
	min-height: 315px;
	box-shadow: 0 0 16px rgba(53, 47, 47, 0.3), 0 0 10px white;
	transition: all .07s ease-in-out;
}


.donOpt:hover i{
	color: #fff;
}
.donOpt:hover h3{
	color: #fff;
}
.optionsShutaf .donOpt {
	height: 240px;
	margin-bottom: 165px;
}
.imgWrapper {
	text-align: center;
	position: relative;
	border-bottom: 3px solid #094f95;
	overflow: hidden;
	position: absolute;
	bottom: calc(100% - 20px);
	right: 50%;
	transform: translateX(50%);
}
.imgWrapper img {
	transition: all .1s ease-in-out;
	transform: translateY(10px);
}
.donOpt:hover .imgWrapper img {
	transform: translateY(0);
}

.modal button.close{
	position: absolute;
	margin-right: -60px;
	margin-top: -15px;
	padding: 20px;
	opacity: 1;
	text-shadow: none;
	color: white;
	font-size: 40px;
}
.modal button.close:hover,
.modal button.close:focus{
	opacity: 1!important; 
	color: #4ec8f3;
	outline: none;    
}
#btModal img {
	max-width: 85%;
	display: block;
	margin: 0 auto;
}
#ccModal h2{ color: #7bdcd5;}
.donForm { padding-top: 15px;}
.donForm input{
	border: 0;
	background-color: #fafafa;
}
.donForm input:focus{
	background-color: #f6f6f6;
}
.donForm .form-group { margin-bottom: 30px;}
.donForm .form-group input~label.floatingLabel{
	right: 30px;
}
.donForm label.noteLabel {
	position: absolute;
	top: -30px;
	font-size: 14px;
	line-height: 14px;
}
.donForm span.currencySymbol {
	position: absolute;
	left: 25px;
	top: 5px;
}
.formModal label.cbLabel {
	cursor: pointer;
}
p.supportNote {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}
.formModal #backToForm {
	position: absolute;
	top: 133px;
	font-size: 19px;
	right: 15px;
	padding: 5px 15px;
	background-color: #ccc;
	display: none;
}
iframe#tranzBox {
	width: 100%;
	border: 0;
	height: 440px;
	background-color: white;
	padding: 10px 0;
	margin-bottom: -10px;
	display: none;
}


/* beitmidrash Page */

.lessonBlock .box-content p{
	text-align: justify;
	margin-bottom: 0;
}
.beitmidrash .divider.divider-small {
	margin: 0;
}
.beitmidrash .divider.divider-small hr {
    width: 0;
    height: 0;
   	background: none;
}
/* SideNav */
.kbSideNav .tab-content {
	padding: 10px;
}

.searchBar .form-control:not(.form-control-sm):not(.form-control-lg){
	font-size: 16px;
	line-height: 16px;
}
.searchForm .form-group {
	margin-bottom: 0;
	margin-top: 10px;
}
.searchForm .input-group .form-control:not(:first-child){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.searchForm .input-group-append button {
	border-color: rgba(0, 0, 0, 0.09);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: rgba(0, 0, 0, 0.15);
}

/* shvush*/
.harshama{
	position: relative;
	max-width: 330px;
	padding: 15px;
	background: url(/media/1377/harshamanew.jpg) no-repeat center top,#054d95;
	margin: 0 auto;
}
.harshama h3{
	padding-top: 200px;
	color: #fff;
	font-size: 40px;
    color: #4ecaf5;
}
.harshama h3:after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    background: #ffffff;
    margin: auto;
}
.harshama input{
    border: 0;
    border-radius: 0;
}
.harshama input#CCDonFormSubmit {
    background: #4ecaf5;
    font-weight: bold;
}
.harshama p{
	color: #fff !important;
	position: relative;
	font-size: 18px;
}
.harshama label.error,
.harshama label.required:after {
	color: #ff9595;
}
.mifalYeshiva h2:after {
    background: #fff;
}
.sort h2:after{
	right: 0;
    transform: none;
}
.sorts{
	position: relative;
}
.sorts:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1259/backgroundgray.jpg) no-repeat center bottom;
	transform: scaleX(-1);
	z-index: 0;
}
.sorts:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: url(/media/1313/shever-copy.png) no-repeat center bottom;
	background-size: contain;
	z-index: 1;
}
.sorts>*{position: relative; z-index: 2;}
.contactM i {
    border-radius: 50%;
    background-color: #50cbf5db;
	padding: 30px;
	color: #fff;
}
.sorts {
    padding-bottom: 80px;
}
.harshama .form-row>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.contactM i:hover{
	background: #094f95;
}
.shvush .main{
	height: 100%;
    content: '';
    width: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-position-y: 200px;
	background: url(/media/1259/backgroundgray.jpg) no-repeat center bottom;
}
/*galleryPage*/


.galleryPage .owl-carousel{
	margin-bottom: 0;
}
/* Bogrim */
.bogrimUpdates{ position: relative;}
.bogrimUpdates>div{ position: relative;}

.updateForm .ContactForm .form-group textarea {
    height: 145px;
}


.bogrimFormTofes .ContactForm .form-group input:focus ~ label.floatingLabel, .bogrimFormTofes .ContactForm .form-group textarea:focus ~ label.floatingLabel, .bogrimFormTofes .ContactForm .form-group input.valid ~ label.floatingLabel, .bogrimFormTofes .ContactForm .form-group textarea.valid ~ label.floatingLabel, .bogrimFormTofes .ContactForm .form-group input.is-invalid ~ label.floatingLabel, .bogrimFormTofes .ContactForm .form-group textarea.is-invalid ~ label.floatingLabel {
    color: #4ec9f5;
}

.greetArticle h2:after {
	background: #ffffff;
}
/*.greetArticle h2{
	color: #fff;
	text-shadow: 0 0 15px #86430e;
}*/

#greetingsSwiper{
	padding: 15px 45px;
}
#greetingsSwiper .swiper-slide{
	background-color: #fff;
	padding: 15px 20px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	background-size: 37px 37px;
	line-height: 37px;
	min-height: 180px;
}
/*#greetingsSwiper .swiper-slide::before{
	content: 'בס״ד';
	position: absolute;
	top: 0;
	right: 15px;
	border-right: 1px solid pink;
	padding-right: 10px;
	height: 100%;
}*/
#greetingsSwiper .swiper-slide p,
#greetingsSwiper .swiper-slide h4{
	margin-bottom: 0;
	line-height: 30px;
}
.bogrimArticle{
	background-color: #fff;
	padding: 0 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.titleRow{
	display: flex;
	justify-content: center;
}
.titleRow h4{
	text-align: justify;
	margin-bottom: 10px;
}
.titleRow .title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px 5px 0;
	font-size: 21px;
}
.titleRow .image{
	background-position: center;
	background-size: cover;
	min-height: 216px;
}
.titleRow .image a{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.titleRow .image:hover{
	filter: brightness(1.1);
}




.bogrimForm{
	position: relative;
	padding: 30px 15px 15px 15px;
}


/* Dedications */
.dedic{
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dedImg{
	padding-top: 70%;
	background-size: cover;
	background-position: center;
	position: relative;
}
.dedText{
	padding: 15px 15px 20px 15px;
	text-align: center;
}
.dedic h3{
	transition: all .1s ease-in-out;
	font-size: 30px;
	margin-bottom: 15px;
}
.dedText p{ 
	margin-bottom: 0;
	font-size: 16px;
}
.dedImgHover{
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(133, 111, 175, .82);
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	opacity: 0;
	transition: all .12s ease-in-out;
}
.dedic:hover .dedImgHover{
	opacity: 1;
}
.dedic:hover h3{
	color: #7bdcd5;
}
/* Dedication Item */
.dedicText{
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
}
.dedicPrice{
	font-size: 24px;
	color: #7bdcd5;
}
.thin .container,.thin.container{ max-width: 1140px;}

/* Memorials  */
.memo{
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.memo .memImg{
	padding-top: 105%;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all .1s ease-in-out;
}
.memo:hover .memImg{
	background-size: 103%;
}
.memo .memTitle{
	margin: 0 !important;
	background-color: #444;
	color: #fff;
}
.memo .memTitle h4{ 
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 0;
}
.memo .memTitle> div {padding: 5px;}
.memo .memTitle .col-md-2{
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 24px;
	transition: all .1s ease-in-out;
}
.memo:hover .memTitle .col-md-2{
	background-color: #4ec8f3;
}
/* memPage */
.memPage .memImg{
	width: calc(100% - 45px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}
.memDet{
	padding-right: 0;
	list-style: none;
	font-size: 19px;
}
.memDet li{
	padding: 5px 0;
}
.tnzbh{
	background-color: #999;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 19px;
}
.tnzbh img{ color: #4ec8f3;}
/* shop */

.shop a.add-to-cart-product.bg-color-primary {
    background: #094f95!important;
    font-size: 22px!important;
    font-weight: bold;
}
.shop aside ul.nav-list > li > a {
    font-size: 1em;
    display: block;
    color: #fff;
    background: #0088CC;
    background: linear-gradient(135deg, #0088CC 0%, rgb(0, 170, 255) 100%);
    transition: all .2s ease-in-out;
    width: 100%;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.shop aside ul.nav-list > li > a:hover {
background: linear-gradient(135deg, rgb(0, 170, 255) 0%, #0088CC 100%);
}
.shop ul.nav-list li a:before {
    content: none;
}
.shop {
    margin-bottom: 40px;
}
span.product-thumb-info-content.product-thumb-info-content.pl-0.bg-color-light {
    border-top: 1px solid #c7c7c7;
}
.shop .products .product .onsale {
    width: 50px;
    height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.shop .products .product .onsale {
    background-color: #00a6f9;
    border-bottom-color: #094f95;
}
.shop .products .product:hover .add-to-cart-product {
    opacity: 1;
    bottom: 0;
}

.shop .products .product .add-to-cart-product {
	top: auto;
	bottom: -100%;
}
.shop .products .product:hover .add-to-cart-product {
	top: auto;
	bottom: 0;
}
/* landing */
.landingYeshivot h2:after {
	margin: 25px auto;
  }
  .mifalim h2:after, .trumaLanding h2:after {
	background-color: #fff;
  }
  .mifalim .counters label {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
  }
  .mifalImg img {
	width: 100%;
  }
  .mifalImg h3 {
	background: rgba(79, 203, 245, 0.81);
	color: #fff;
	text-align: center;
	margin-top: -48px;
	padding: 4px;
  }
  .trumaLanding h3 {
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 45px;
  } 
  
  .bannerText {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
		background: rgba(133, 110, 175, 0.9);
    clip-path: circle(54% at 40% 60%);
    width: 40%;
}

  /*.bannerlanding img {
	height: 100%;
  }*/
  .trumaLanding {
	background: url(/img/trumaBack.jpg);
	height: 440px;
	margin-bottom: -65px;
  }
  .bannerlanding{
	height: 600px;
	position: relative;
  }
  .icontruma {
	text-align: center;
  }
  .icontruma i {
	font-size: 60px;
  }
  .icontruma h4 {
	color: #fff;
  }
  .trumaLanding a.btn-primary.btn {
	background: #fdcc30;
	border: 0;
	font-size: 18px;
	padding: 5px 15px;
	font-weight: bold;
  }
  .trumaLanding a.btn-primary.btn:hover {
    background: #4fcbf5;
}
  .landingFooter .list.list-icons.list-icons-lg li {
	display: inline-block;
	padding-left: 40px;
	padding-right:30px;
	margin: 0;
  }
  .landingFooter ul.list.list-icons.list-icons-lg {
	margin: 0;
	padding: 10px;
	}
	.stripTruma {
	background: #856eaf;
	padding: 10px;
  }
  .stripTruma h3 {
	color: #fff;
	margin-top: 10px;
	text-align: center;
  }
  .stripTruma .btn {
    font-size: 25px;
    background: #fdcc30;
    border: 0;
    font-weight: bold;
    padding: 5px 20px;
}
	.bannerTextPidion {
		text-align: center;
	}
	.bannerTextPidion h1 {
		color: #fff;
		font-size: 60px;
		line-height: 55px;
	}
	.bannerTextPidion h1 span {
		display: block;
		font-size: 70px;
		font-weight: bold;
	}
	.bannerTextPidion h3 {
		color: #fdcc30;
		font-size: 50px;
		font-weight: normal;
	}
	.bannerTextPidion a {
		background: #4ecaf5;
		border: 0;
		font-size: 25px;
		font-weight: bold;
	}
	img.itur {
		width: 350px;
		margin-bottom: 30px;
	}
	.logoLanding {
		position: absolute;
		top: 20px;
		z-index: 9;
		right: 0;
	}
	.galleryLanding p {
		text-align: center;
	}
	.galleryLanding {
		position: relative;
	}
	.shofarJpg {
		bottom: 45px;
		display: block;
		z-index: 9;
		position: absolute;
		width: 387px;
		right: 0px;
	}
	.galleryLanding {
		position: relative;
		padding-bottom: 150px;
	}
	.trumaLanding h2 {
		color: #fff;
		padding-bottom: 10px;
	}
	.trumaLanding h2:before {
    filter: brightness(2.3);
	}
	.stripTruma i {
		margin-left: 7px;
	}
	.stripTruma {
		margin-top: 5px;
	}

/* bpProject */
.ClassyCountdown-wrapper{
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
			   
	margin: 15px auto;
	color: #094f95;
}
	.ClassyCountdown-wrapper > div {
		display: inline-block;
		position: relative;
		width: 131px;
	}

	.ClassyCountdown-wrapper .ClassyCountdown-value {
		width: 100%;
		line-height: 1em;
		position: absolute;
		top: 50%;
		text-align: center;
		left: 0;
		display: block;
		font-family: 'Assistant', sans-serif !important;
		font-size: 30px !important;
	}

	
.sideBarCart {
	margin-top: 60px;
	background-color: #f9f9f9;
	padding: 15px;
}
.sideBarCart .cart-info {
	position: relative;
	display: block;
	line-height: 1;
	margin: 5px 0 15px 0;
}
.sideBarCart .cart-info h4{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
}

.sideBarCart .mini-products-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideBarCart .mini-products-list li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
}

.sideBarCart .mini-products-list li:first-child {
	margin-top: -15px;
}

.sideBarCart .mini-products-list li .product-image {
	float: left;
	border-width: 1px;
	padding: 0;
	border: 1px solid #eee;
	background-color: #fff;
	display: block;
	position: relative;
}

.sideBarCart .mini-products-list li .product-image img {
	max-width: 80px;
}

.sideBarCart .mini-products-list li .product-details {
	margin-right: 0;
	line-height: 1.4;
}

.sideBarCart .mini-products-list li .product-details a {
	letter-spacing: 0.005em;
	font-weight: 600;
	color: #212529;
}

.sideBarCart .mini-products-list li .product-details .product-name {
	margin: 15px 0 0;
	font-size: 19px;
	font-weight: 400;
	text-align: right;
}

.sideBarCart .mini-products-list li .product-details .qty-price {
	font-size: 0.8em;
}

.sideBarCart .mini-products-list li .product-details .btn-remove {
	z-index: 3;
	top: 5px;
	left: -5px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #474747;
	border-radius: 100%;
	position: absolute;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	line-height: 20px;
	font-size: 10px;
}

.sideBarCart .totals {
	padding: 15px 0 25px;
	overflow: hidden;
}

.sideBarCart .totals .label {
	float: right;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #474747;
}

.sideBarCart .totals .price-total {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #474747;
}

.sideBarCart .actions {
	padding: 0;
	margin: 0;
	text-align: center;
}

.sideBarCart .actions .btn {
	display: inline-block;
	min-width: 125px;
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	padding: 0.7rem 1rem;
	font-weight: 600;
}

