body {
	background-color: #000 !important;
	color: #fff !important;
	background-image: url(https://binaa.co.il/content/images/yizcor-bg.jpg) !important;
	background-position: bottom left !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}

@media (min-width: 1820px) {
    .container {
        min-width: 1800px;
    }
}

.header {
	color: #fff;
}

.page-header {
	background: none !important;
	height: 300px;
}

.footer {
	background: none !important;
	color: #fff;
	border: 0;
}

.page-content-head {
	background: none !important;
	padding: 0;
	text-align: center;
	color: yellow;
	margin-bottom: 3rem;
}

.page-content-body {
	background: none !important;
	padding: 0;
	color: #fff;
}

.content-white-wrapper {
	background: none !important;
	color: #fff;
}

.content-white-wrapper a {
	color: inherit;
}

.breadcrumbs {
	color: #fff;
}

/**/

.card {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-body {
	background: rgba(255, 255, 255, 0.1);
}

/**/

.promo {
	display: flex;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: inherit;
	border-radius: 10px;
	overflow: hidden;
}

.promo:hover, .promo:focus {
	color: inherit;
	border: 1px solid yellow;
	text-decoration: none;
}

.promo .pic {
	position: relative;
	width: 100px;
}

.promo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo .info {
	min-height: 130px;
	padding: 15px;
}

h2 {
	color: yellow;
    font-size: 1.5rem;
    font-weight: bold;
}

/**/

.gallery a {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 15px;
}

.gallery a:before {
	display: block;
	content: '';
	padding-bottom: 100%;
}

.gallery a:not(:first-child) {
	width: 50%;
	float: right;
}

.gallery a img {
	display: block;
	max-width: 90%;
	max-height: 90%;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}


.yizcor-memorials {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	padding: 2rem;
}

.btn-facebook {
	background: #3b5998;
	color: #fff;
	border: 0;
	border-radius: .25rem;
}

.btn-facebook:hover, .btn-facebook:focus {
	background: #fff;
	color: #3b5998;
	border: 0;
	border-radius: .25rem;
}

.btn-whatsapp {
	background: #25d366;
	color: #fff;
	border: 0;
	border-radius: .25rem;
}

.btn-whatsapp:hover, .btn-whatsapp:focus {
	background: #fff;
	color: #25d366;
	border: 0;
	border-radius: .25rem;
}

.yizcor-memorials .btn-submit {
	background: #ffff01;
	color: #000;
	border: 0;
	padding: .75rem 1.5rem;
	border-radius: .25rem;
}

.memorial {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 1rem;
	padding-top: 1rem;
}

.memorial-header {
	color: yellow;
}

.page-content {
	background: #01010100;
	margin-bottom: 3rem;
}

.radio-toggle input {
	position: absolute;
	top: 4px;
	right: 10px;
}
.radio-toggle .option {
	position: relative;
}

.radio-toggle label {
	display: inline-block;
    padding: .375rem .75rem;
	padding-right: 26px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.radio-toggle input:checked + label {
	background-color: var(--warning);
	font-weight: bold;
}

/**/

#nofelGalleryView ul {
list-style: none;
margin: 0;
padding: 0;
}
#nofelGalleryView #thumbs {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

#nofelGalleryView #thumbs ul {
margin-right: 0rem;
}

#nofelGalleryView #thumbs .picItem {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
text-align: center;
padding: 15px;
}

#nofelGalleryView #thumbs .picItem a {
display: block;
color: #fff;
}

#nofelGalleryView .back {

}

.hiddenForGrowPic {
    display: none;
}

.card-header {
    background: yellow;
    color: #000;
	font-size: 1.5rem;
}

.column {
	padding: 15px;
}

.yizcor-pic {
	border-radius: 15px;
}