﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #00184e;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*הוספות*/
.active-section {
	top: 0px;
}

.navbar.active-section {
	top: 0 !important;
}

.section-title {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 5px;
}

.whitecolor {
	color: #fff;
}
/*	Button & Label	==================================================*/
.alert {
	color: #FFF;
	border: none;
}

[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 300;
	text-decoration: underline;
}

.btn, .label {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
}

	.btn:hover, .btn:focus {
		outline: none;
	}

.btn-link {
	color: #1abc9c;
}

	.btn-link:hover, .btn-link:focus {
		color: #16a085;
	}

.btn-default, .label-default {
    border-color: #00436a;
    color: #fff;
    background-color: transparent;
    border-width: 2px;
    padding: 15px 20px;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #003b5e;
        border-color: #04193e;
        color: #F9FAFD;
    }

.btn-success, .label-success, .alert-success {
	background-color: #FFF;
	border-color: #FFF;
	color: #1E2024;
}

	.btn-success:hover, .btn-success:focus {
		border-color: #FFF;
		background-color: #FFF;
		color: #000;
	}

.btn-primary, .label-primary {
	background-color: #444;
	border-color: #444;
}

	.btn-primary:hover, .btn-primary:focus {
		background-color: #d33c00;
		border-color: #d33c00;		
	}

.btn-info, .label-info, .alert-info {
	background-color: #FFF;
	border-color: #FFF;
	color: #01B0D1;
}

	.btn-info:hover, .btn-info:focus {
		background-color: #FFF;
		border-color: #FFF;
		color: #0299b8;
	}

.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}

	.btn-warning:hover, .btn-warning:focus {
		background-color: #d35400;
		border-color: #d35400;
	}

.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}

	.btn-danger:hover, .btn-danger:focus {
		background-color: #c0392b;
		border-color: #c0392b;
	}
/*	Tab & Collapse Skin	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}

.nav-tabs {
	border-bottom-color: #ecf0f1;
}

	.nav-tabs > li > a {
		padding: 10px 0;
		margin-right: 30px;
		color: inherit;
		font-size: 16px;
		border: none;
		border-bottom: 1px solid rgba(255,255,255,0);
	}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255,255,255,0);
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #ecf0f1;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #1abc9c;
	background: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #1abc9c;
}

.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #1abc9c;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}

.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}

	.navbar-inverse .navbar-toggle:focus {
		outline: none;
	}

.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.panel-default {
	border-color: #eee;
}

	.panel-default:last-child {
		margin-bottom: 25px;
	}

	.panel-default > .panel-heading {
		background: #fff;
		color: #444;
	}

.panel-heading {
	padding: 20px 25px;
}

.panel-default > .panel-heading a:hover {
	color: #01b0d1;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #eee;
}

.panel-group .panel {
	border-radius: 0;
}
/*	Form	==================================================*/
label {
	font-weight: 300;
}

.input-group {
	margin-bottom: 10px;
}

.form-control {
	font-weight: 300;
	border-color: #ecf0f1;
	background-color: #ecf0f1;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover, .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
		background-color: #ecf0f1;
	}

	.form-control:hover, .form-control:focus {
		outline: none;
		border-color: #ecf0f1;
		background-color: #FFF;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.form-control:-moz-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

	.form-control::-moz-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

	.form-control:-ms-input-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

	.form-control::-webkit-input-placeholder {
		color: #bdc3c7;
		font-weight: 300;
	}

.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #ecf0f1;
}

[class^="has-"] .form-control, [class*=" has-"] .form-control {
	color: #FFF;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}

.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}

	.has-success .form-control:hover, .has-success .form-control:focus {
		border-color: #2ecc71;
		background-color: #FFF;
		color: #2ecc71;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}

.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}

	.has-warning .form-control:hover, .has-warning .form-control:focus {
		background-color: #FFF;
		border-color: #e67e22;
		color: #e67e22;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}

.has-error .form-control {
	border-color: #e74c3c;
	background-color: #e74c3c;
}

	.has-error .form-control:hover, .has-error .form-control:focus {
		background-color: #FFF;
		border-color: #e74c3c;
		color: #e74c3c;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
/*	Header	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
}
/*	Parallax Background	==================================================*/
#parallax {
	height: 100%;
	width: 100%;
	top: 0;
	position: fixed;
	
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -100;
	right: 0;
}
.shy img {
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 40%;
	display: flex;
	margin: 0 auto;
}

/*	Navbar	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 30px 15px;
	margin-right: 30px;
	color: inherit;
	text-transform: uppercase;
	font-weight: bold;
}

	.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
		color: #000;
	}

.navbar-inverse {
	background-color: #FFF;
	border: none;
}

.navbar-right button {
	margin: 23px 0;
}

.navbar-nav > li > a {
	padding: 30px 0;
	margin: 0 15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: inherit;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: transparent;
        background-color: rgba(255,255,255,0);
        color: #2d7fd4;
    }

.header-button {
	margin-left: 15px;
}
/*	Hero	==================================================*/
#hero {
	margin-top: 60px;
	padding: 0;
	color: #FFF;
	height: 100vh;
}

	#hero .herotext {
		padding: 160px 0px;
	}

	#hero h1 {
		/*font-size: 50px;*/
		line-height:1;
	}

	#hero p.lead {
		font-size: 1.4em;
	}

	#hero .btn {
		font-size: 12px;
	}
/*	Features	==================================================*/
#features {
	background-color: #01B0D1;
	color: #FFF;
}

.maintitle h1 {
	text-transform: uppercase;
}

.maintitle, .service-box {
	text-align: center;
}

	.maintitle .lead {
		max-width: 840px;
		margin: 0px auto;
		margin-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}

.service-box {
	margin-bottom: 30px;
	background-color: #fff;
	color: #444;
	padding: 30px;
	position: relative;
}

	.service-box .glyphicon {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.service-box img {
		margin-bottom: 29px;
	}

/*	Gallery	==================================================*/

#gallery img {
	width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}

	#gallery img:hover {
		transform: scale(1.3);
	}

#gallery a {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

	#gallery a img {
		margin-bottom: 0px;
		display: block;
		width: 100%;
		max-width: 100%;
	}

#gallery .description {
	background-color: #fff;
	display: block;
	padding: 20px 15px;
	color: #333;
	text-transform: uppercase;
	clear: both;
	position: relative;
}

#gallery .caption {
	float: left;
}

#gallery .camera {
	float: right;
}

#gallery a.btn {
	display: inline-block;
}
/*	Faq==================================================*/
#faq {
	/*background-color:#F9FAFD;*/
	background: linear-gradient(180deg, rgba(255,255,255,1) 0,#f7941d 100%);
}

.faq-block {
	margin: 0px;
}
/*	Slider	==================================================*/
#slider {
	color: #FFF;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-control {
	color: #FFF;
	opacity: 1;
	text-shadow: none;
}

	.carousel-control:hover {
		color: #CCC;
	}

.carousel-indicators li {
	border-color: #FFF;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.carousel.slide {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 40px 10%;
}

	.carousel-inner blockquote small {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 400;
	}

	.carousel-inner blockquote p {
		font-size: 36px;
	}

.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}

.carousel-indicators {
	bottom: -20px;
}

.carousel-control {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height: 40px;
	width: 40px;
}
/*	Contact Area	==================================================*/
#contactarea {
	text-align: center;
}

	#contactarea .maintitle p.lead {
		margin-bottom: 40px;
	}

	#contactarea form {
		max-width: 800px;
		margin: 0px auto;
	}

	#contactarea .input-lg, #contactarea .btn-lg {
		padding: 20px 25px;
		height: 65px;
	}

#contact label {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 13px;
}

#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 100%;
	border: 0px;
	color: #333;
	background-color: #fff;
	border: 0;
}

#contact input, #contact select {
	height: 40px;
	margin-bottom: 0px;
}

	#contact input#submit {
		width: auto;
		margin-top: 20px;
		background-color: rgba(0,0,0,0.3);
		border: 0;
		color: #fff;
		padding: 0px 20px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 14px;
	}
#kuj {
	height: 100vh;
}
#contact textarea {
	height: 180px;
}

.required {
	color: #fff;
}

#success, #error {
	display: none
}

	#success span, #erro span {
		display: block;
		position: absolute;
		top: 0;
		width: 100%
	}

		#success span p, #error span p {
			margin-top: 6em
		}

		#success span p {
			color: #9bd32d;
		}

	#error span p {
		color: #c0392b;
	}

.error.contactalert {
	text-transform: none;
	font-style: italic;
	display: inline-block;
}

.footer {
	padding: 70px 0 60px 0;
}

	.footer ul.social-icons li {
		width: 20px;
		height: 20px;
		position: relative;
		background: #fff;
		border: 2px solid #ccc;
		border-radius: 50%;
	}

		.footer ul.social-icons li a {
			color: #666;
		}

.contactalert {
	margin-top: 20px;
	border: 1px solid;
	display: inline-block;
	padding: 20px;
}

#credits {
	padding: 30px 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.6;
}

	#credits a {
		color: inherit;
	}

	#credits .social i {
		border: 1px solid #ccc;
		height: 30px;
		width: 30px;
		line-height: 30px;
		border-radius: 50%;
		margin-left: 2px;
		color: #999;
		text-align: center;
		margin-bottom: 15px;
		display: inline-block;
	}

		#credits .social i:hover {
			color: #333;
		}
/*	Magnific Popup	==================================================*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: right;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

	.mfp-preloader a {
		color: #CCC;
	}

		.mfp-preloader a:hover {
			color: #FFF;
		}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

	.mfp-close:hover, .mfp-close:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.mfp-close:active {
		top: 1px;
	}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	.mfp-arrow:active {
		margin-top: -54px;
	}

	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}

	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}

	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: 0.7;
	}

.mfp-arrow-left {
	left: 0;
}

	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid #FFF;
		margin-left: 31px;
	}

	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3F3F3F;
	}

.mfp-arrow-right {
	right: 0;
}

	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid #FFF;
		margin-left: 39px;
	}

	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3F3F3F;
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}

	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0,0,0,0.6);
		background: #000;
	}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0,0,0,0.6);
		background: #444;
	}

	.mfp-figure small {
		color: #BDBDBD;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}

	.mfp-figure figure {
		margin: 0;
	}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	/** * Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0,0,0,0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (min-width: 992px) {
	.col-md-4 {
		display: inline-table;
		float: none;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/*	Common	==================================================*/
.section {
}

.wrapsection {
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
}

.parallax.section .container {
	position: relative;
	z-index: 4;
}

.justtitle {
	margin-top: 80px;
}

.parallax {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
	color: #fff;
}
.parallax2 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*overflow: hidden;*/
	z-index: 1;
	color: #000;
}

.parallax-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*z-index: 2;*/
}
/*	Responsive	==================================================*/
@media (max-width:991px) {
	.service-box {
		margin-bottom: 30px;
	}

	#image img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-nav > li > a {
		margin: 0 7px;
	}
}

@media (max-width:767px) {
	.section, .parallax.section .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.service-box, .img-responsive, .carousel {
		margin-bottom: 30px;
	}

	.maintitle .lead {
		margin-left: 0;
		margin-right: 0;
	}

	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.navbar-nav > li > a {
		padding: 10px;
	}

	.header-button {
		margin: 0;
	}

	#hero .herotext {
		padding: 90px 0px;
	}
}

@media (max-width:767px) {
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 28px;
	}

	h2, .carousel-inner blockquote p {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	p.lead {
		font-size: 18px;
	}

	.section {
		padding: 60px 0;
	}

	.maintitle p.lead {
		margin-bottom: 40px;
	}

	.service-box, .img-responsive, .carousel {
		margin-bottom: 30px;
	}

	.maintitle .lead {
		margin-left: 0;
		margin-right: 0;
	}

	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:490px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.container {
		max-width: 430px;
		padding-left: 30px;
		padding-right: 30px;
	}

	#hero h1 {
		font-size: 38px;
	}

	#hero p.lead {
		font-size: 1.5em;
	}

	.faq-block {
		margin: 0;
	}
}

.njsm {
	border: 3px solid #f7941d;
	background: transparent;
	border-radius: 5px;
}

.dfe {
	background-color: rgb(255 255 255 / 65%);
	border: 5px solid transparent;
	padding: 20px;
	font-size: 30px;
	text-align: center;
	white-space: pre-wrap;
	color: black;
	font-weight: 700 !important;
	max-height: 90px;
	overflow: hidden;
	background-clip: padding-box;
	border-radius: 20px;
}
/*אחוז*/
svg {
	position: absolute;
	width: 100px;
	height: 100%;
	height: 95px;
	width: 82px;
}

.szcds {
	/*position: absolute;
	top: -8px;
	 bottom: 0; */
	/* left: 0; 
	right: 130px;*/
	position: absolute;
	margin-right: 123.9px;
	margin-top: -66.2px;
}

.nmes {
	/*position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
	/*right: 0;*/
}

@media (max-width:490px) {
	.szcds {
		margin-right: 110px;
	}
}

@media (min-width:768px) {
	.szcds {
		margin-right: 295px;
	}
}

@media (min-width:992px) {
	.szcds {
		margin-right: 88px;
	}
}

@media (min-width:1200px) {
	.szcds {
		margin-right: 121px;
	}
}

.circle-bg {
	fill: none;
	stroke-width: 25px;
	stroke: grey;
}

.circle {
	fill: none;
	stroke-width: 25px;
	stroke: #fffe40;
	stroke-dasharray: calc(0.2 * calc(6.28319 * 139)) calc(6.28319 * 139);
}

.chosen-container ul.chosen-results li.highlighted {
	background-color: #0baecd;
	background-image: linear-gradient(#0baecd 20%,#0e8fa8 90%);
}

.tgb {
	font-size: 25px;
	font-weight: 500 !important;
	font: normal 16px "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.top-line {
	font-weight: 700;
	font-size: 18px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.text-break {
	margin: 0;
	min-width: 50%;
	text-align: right;
}

.rfc {
	color: #f7941d;
	font-weight: 900;
	text-shadow: 0px 0px 3px rgb(2 2 2 ), 0px 0px 3px rgb(2 2 2 );
}

.chosen-search {
	COLOR: black;
}

.fvn {
	/*margin: 10px;*/
	margin-top: 35px;
	position: revert;
}

.xsxx {
	height: 55px;
	width: 60px;
	transition: all .2s;
	border-radius: 50%;
	display: inline-block;
	/*border: 3px solid black;*/
	position: absolute;
	margin-top: -20px;
	transform: translate(50%, -50%);
	background: #ffffff;
}

.tgndz {
	font-weight: 700 !important;
	font-size: 25px;
	margin-top: 5px;
}

.sxz {
	-webkit-appearance: progress-bar;
	background-color: white;
	font-weight: 100;
	font-size: 18px;
	background-image: linear-gradient(#e1e1e1 20%,#f7f7f7 90%);
}

	.sxz:hover {
		background-color: #0baecd;
		background-image: linear-gradient(#0baecd 20%,#0e8fa8 90%);
	}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: -webkit-center;
}

.gjkll, select {
	border: none;
	/*border-bottom: 1px solid #b5b5b5;*/
	border-radius: 0px;
	line-height: 2.3;
}

	.gjkll:focus {
		/*/ outline: none;*/
		outline: 0 none;
		border: none;
		border-bottom: 1px solid #2746ff;
		border-radius: 0px;
	}

.ghs {
	width: auto;
	margin-top: 20px;
	background-color: rgba(0,0,0,0.3);
	border: 0;
	color: #000;
	padding: 0px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
}
/*.bg-field.red::before {
	background-color: black;
}
.bg-field.red::after {
	background-color: red;
}

.bg-field.white::before {
	background-color: black;
}

.bg-field.white::after {
	background-color: white;
}*/
.sdw {
	position: absolute;
	top: 66px;
	left: 15px;
}

#am {
	position: fixed;
	z-index: 5;
	left: 90px;
	top: 85px;
	width: 230px;
	display: none;
	text-shadow: 0px 0px 8px #ffffff;
}

/*עיצוב למספר*/
/** {
	box-sizing: border-box;
}*/

:root {
	--gold: #ffb338;
	--light-shadow: #77571d;
	--dark-shadow: #3e2904;
}

/*body {
	margin: 0;
}*/
.herotext{
    width:640px;
}
.wrapper1 {
    height: 100vh;
    background-image: url('img/79117593.png');
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: 750px;
    }
.wrapper {
    /*background: radial-gradient(#272727, #1b1b1b);*/
    display: grid;
    grid-template-areas: 'overlap';
    place-content: center;
    text-transform: uppercase;
    height: 100vh;
    /*right: 322px;
    width: 352px;
    position: absolute;
    top: 339px;*/
    font-size: 85px;
    padding-bottom: 150px !important;
    
}

	.wrapper > div {
		background-clip: text;
		-webkit-background-clip: text;
		color: #363833;
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: clamp( 3em, 18vw, 15rem);
		grid-area: overlap;
		letter-spacing: 1px;
		-webkit-text-stroke: 4px transparent;
	}

		.wrapper > div.bg {
			background-image: repeating-linear-gradient( 105deg, var(--gold) 0%, var(--dark-shadow) 5%, var(--gold) 12%);
			color: transparent;
			filter: drop-shadow(5px 15px 21px white);
			transform: scaleY(.95);
			transform-origin: top;
		}

		.wrapper > div.fg {
			background-image: repeating-linear-gradient( 5deg, var(--gold) 0%, var(--light-shadow) 23%, var(--gold) 31%);
			color: #1e2127;
			transform: scale(1);
		}
.wow {
    font-family: 'Suez One', sans-serif;
    color: #00436a;
}
#hero a {
	font-family: Arial, sans-serif;
	font-weight: 600;
}
#hero h1 {
	font-weight: 900;
	font-size: 100px;
}
/*#about {
	width: 100%;
	right: 0;
	position: absolute;
}
#donations {
	width: 100%;
	right: 0;
	position: absolute;
}*/
	.bounceInDown {
	animation-duration: 1s;
	animation-delay: 0.1s;
	animation-name: bounceInDown;
}
.zoomIn {
	visibility: visible;
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: zoomIn;
}
.rubberBand {
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: rubberBand;
}
.CoffeeBlack h3{
	font-family: 'Suez One', sans-serif;
	filter: drop-shadow(5px 15px 21px white);
	font-size: 50px;
}
.pulse {
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-name: pulse;
}
@media (min-width:768px) {
	.navbar-nav-right > li {
		float: right
	}			
}
.QW-left {
	background-position: left!important;
}
.s-left {
	left: 290px;
	right:initial;
}
.col-right {
	float: right!important;
}
.navbar-header a {
	font-family: 'Suez One', sans-serif;
	font-size: 30px;
}
.bolder {
	position: fixed;
	top: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
@media (max-width: 992px) {
	.col-md-5
	{
		width:200px;
	}
}
.button0 {
    border-radius: 40px;
    padding: 3px 10px;
    border: 0;
    background: #228ce6;
    box-shadow: -3px -5px 4px 0px rgb(0 0 0 / 19%) inset, 3px 5px 4px 0px rgb(255 255 255 / 25%) inset;
}
	.button0:hover {
		box-shadow: 3px 5px 4px 0px rgb(0 0 0 / 19%) inset, -3px -5px 4px 0px rgb(255 255 255 / 25%) inset;
	}
.tyu {
    background: #7dc9ff;
    box-shadow: 3px 5px 4px 0px rgb(0 0 0 / 19%) inset, -3px -5px 4px 0px rgb(255 255 255 / 25%) inset;
}

/*עיצוב לחצן חיפוש*/
.searchBox {
	position: fixed;
	top: 95px;
	left: 10%;
	/*transform: translate(-50%,50%);*/
	background: #ffffff;
	height: 60px;
	border-radius: 40px;
	padding: 10px;
	z-index: 5;
}
.srrearchBox {
	right: 10%;
	left: auto;
}

	.searchBox:hover > .searchInput {
		width: 240px;
		padding: 0 6px;
	}

	.searchBox:hover > .searchButton {
		background: white;
		color: #2f3640;
	}

.searchButton {
	color: black;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fbedcf;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}

.searchInput {
	border: none;
	background: none;
	outline: none;
	float: right;/*להחליף*/
	padding: 0;
	color: black;
	font-size: 16px;
	transition: 0.4s;
	line-height: 40px;
	width: 0px;
}
.srrearchInput {
	float:left;
}

@media screen and (max-width: 620px) {
	.searchBox:hover > .searchInput {
		width: 150px;
		padding: 0 6px;

		/*left: 0;
		position: absolute;
		background: #ffffff;*/
	}

	
}
#kuj {
	font-family: 'Suez One', sans-serif;
	color: #3e2904;
}
	#kuj .maintitle {
		COLOR: white;		
		text-shadow: 4px 4px 4px rgb(0 0 0 / 76%), -2px -2px 8px rgb(0 0 0 / 50%);
	}
	#kuj h3 {
		font-size: 100px;
		font-weight: 900;
	}

	/*עיצוב אנימציה סרגל התקדמות */
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

	.box * {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: 'Poppins', sans-serif;
	}

.container2 {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 80px 100px;
	/*overflow: hidden;
	background: #cfd1e1;*/
}

.box {
	position: relative;
	width: 240px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

    .box::before, .boxx::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 100%;
       
        background: linear-gradient(#fff, #fff, #1d3e77);
        filter: blur(1px);
        z-index: 2;
    }

    .box::after, .boxx::after {
        content: '';
        position: absolute;
        top: 1px;
        right: -1px;
        width: 20px;
        height: 100%;
        
        background: #1d3d77;
        filter: blur(1px);
        z-index: 1;
    }

	.box .shadow {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #eee;
	}

		.box .shadow::before {
			content: '';
			position: absolute;
			top: 0;
			left: calc(100% + 60px);
			width: 100%;
			height: 200%;
			background: linear-gradient(rgba(0,0,0,0.075), transparent);
			transform: skewX(45deg);
		}

		.box .shadow::after {
			content: '';
			position: absolute;
			bottom: -200%;
			left: calc(100% + 60px);
			width: 100%;
			height: 200%;
			background: linear-gradient(rgba(0,0,0,0.075), transparent);
			transform: skewX(45deg);
		}

    .box .content {
        position: relative;
        width: 100%;
        height: 100%;
        background: linear-gradient(#dbdae1, #a3aaba);
        background: linear-gradient(#389eff, #1d3d77);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.1), 15px 15px 15px rgba(0,0,0,0.1), 20px 20px 20px rgba(0,0,0,0.1), 50px 50px 50px rgba(0,0,0,0.1), inset 3px 3px 2px #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        padding-top: 45px;
    }

		.box .content .percent, .boxx .content .percent {
			position: relative;
			width: 150px;
			height: 150px;
		}
            .box .content .percent::before, .boxx .content .percent::before {
                content: attr(data-text)'%';
                position: absolute;
                inset: 20px;                
                background: #00266a;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                font-size: 2.5rem;
                letter-spacing: 0.1rem;
                text-transform: uppercase;
            }


			.box .content .percent svg, .boxx .content .percent svg {
				position: relative;
				width: 150px;
				height: 150px;
				transform: rotate(270deg);
			}

				.box .content .percent svg circle, .boxx .content .percent svg circle {
					width: 100%;
					height: 100%;
					fill: transparent;
					stroke-width: 3;
					stroke: rgba(0,0,0,0.05);
					transform: translate(5px, 5px);
				}

					.box .content .percent svg circle:nth-child(2), .boxx .content .percent svg circle:nth-child(2) {
						stroke: #555;
						stroke: #3e2904;
						stroke-dasharray: 440;
						stroke-dashoffset: calc(440 - (440 * var(--num)) / 100);
						opacity: 0;
						animation: fadeIn 1s linear forwards;
						animation-delay: 2.5s;
					}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.box .content .percent .dot, .boxx .content .percent .dot {
	position: absolute;
	inset: 5px;
	z-index: 10;
	animation: animateDot 2s linear forwards;
	/*animation-name: animateDot;
	animation-timing-function: linear;
	animation-fill-mode: forwards;	
	animation-play-state: running;*/
}

@keyframes animateDot {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(calc(3.6deg * var(--num)));
	}
}

.box .content .percent .dot::before, .boxx .content .percent .dot::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: #00436a;
    border-radius: 50%;
}

.box .content .number, .boxx .content .number {
	position: relative;
	inset: 0;
	opacity: 0;
	animation: fadeIn 1s linear forwards;
	animation-delay: 2.5s;
}

    .box .content .number h2, .boxx .content .number h2 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #04193e;
    }

		.box .content .number h2 span, .boxx .content .number h2 span {
			font-weight: 300;
			font-size: 1.5rem;
		}
.box:hover, .box .content:hover {
	box-shadow: 5px 5px 5px rgb(255 255 255 / 10%), 15px 15px 15px rgb(255 255 255 / 10%), 20px 20px 20px rgb(255 255 255 / 10%), 50px 50px 50px rgb(255 255 255 / 10%), inset 3px 3px 2px #fff;
}
.ercs {
    font-family: 'Suez One', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #00436a;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
    text-align: center;
    position: absolute;
    top: 20px;
}
	.ercs:hover {
		overflow: revert;
		text-shadow: 0px 0px 5px rgb(255 255 255), 0px 0px 8px rgb(255 255 255);
		white-space: normal;
		z-index: 2;
	}
	.tyjs {
		font-size: 25px;
		font-weight: 600;
	}
/*עיצוב כפתור ללוח*/
.xsd {
    width: fit-content;
    /*display: flex;*/
    padding: 0.8em 1.1em;
    gap: 0.4rem;
    border: none;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background: linear-gradient( 15deg, #041a3e, #175ba1, #0f5591, #38a3ff, #33a7f0, #38a5ff, #0f5491, #176aa1, #042b3e) no-repeat;
    background-size: 300%;
    background-position: left center;
    transition: background 0.3s ease;
    color: #fff;
    max-width: none;
    font-size: 35px;
    font-weight: 400;
}
	.xsd:hover {
		background-size: 320%;
		background-position: right center;
	}

	.button:hover svg {
		fill: #fff;
	}

.xsd svg {
	width: 23px;
	fill: #f09f33;
	transition: 0.3s ease;
}
/*עיצוב אשראי*/


.col-25 {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
}

.col-50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
}

.col-75 {
	-ms-flex: 75%; /* IE10 */
	flex: 75%;
}

.col-25,
.col-50,
.col-75 {
	padding: 0 16px;
}

/*.container2 {
	background-color: #f2f2f2;
	padding: 5px 20px 15px 20px;
	border: 1px solid lightgrey;
	border-radius: 3px;
}*/



label {
	margin-bottom: 10px;
	display: block;
}

.icon-container {
	margin-bottom: 20px;
	padding: 7px 0;
	font-size: 24px;
}



a {
	color: #2196F3;
}

hr {
	border: 1px solid lightgrey;
}

span.price {
	float: right;
	color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
	

	.col-25 {
		margin-bottom: 20px;
	}
}

.ggr {
	/*width:310px;
	position: absolute;
    right: 51vh;*/
}

/*עיצוב דף לוח Board */

#yjdlopl {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0,#0751d9 100%);
}
#yjdlopl h2{
	font-family: 'Suez One', sans-serif;
}
.display {
	border-collapse: collapse;
	width: 100%;
}

	.display td, .display th {
		border: 1px solid #ddd;
		padding: 8px;
		position: relative;
	}

    .display tr:nth-child(even) {
        background-color: #3699f866;
    }

    .display tr:hover {
        background-color: #2989f79c;
    }

	.display th {
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: left;
		background-color: #04AA6D;
		color: white;
	}
#sxc {
	margin-top: 20px;
}
#kd {
	margin-top: 20px;
}
.col-50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
}
.roww {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	margin: 0 -16px;
	max-width: 690px;
}
#donate-popup, #A-donate-popup, .donate-popup {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0,#1d88f7 100%);
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}
    #donate-popup h2, #donate-popup h3, #A-donate-popup h2, #A-donate-popup h3{
        font-family: 'Suez One', sans-serif;
    }
    #donate-popup input[type=text], #A-donate-popup input[type=text] {
        width: 100%;
        margin-bottom: 20px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
#yjdlopl .mfp-close {
	left: 20px;
}

	.fafa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	/*עיצוב הלוח*/
#jjs {
    width: 85%;
    border: 3px solid #3e2904;
    padding: 20px;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    position: relative;
    margin-bottom: 100px;
}
#sdcvcf {
	height: 100%;
	width: 100%;
	top: 0;
	position: fixed;	
	z-index: -100;
	right: 0;
}
#Board{
	min-height:100vh;
}
table.customers td, table.customers th {
	border: 0.5px dotted rgb(62 41 4);
	text-align: center;
	position: relative;
	max-width: 50px;
}
table.customers {
	height: 70vh;
	margin-top: 50px;
}
	table.customers th{
		width: 14.2%;
	}
	table.customers tr{
		height: 15%;
	}
.customers tr:first-child {
	height: 20px;	
}
.customers tr:first-child th {
	border: none;
}
#jjs .dfg {
    position: absolute;
    right: 50%;
    top: 0;
    direction: rtl;
    transform: translateX(50%);
}
.fvg {
    background-color: rgb(124 191 255 / 50%);
    border: 1px solid rgb(4 22 62 / 80%);
    border-radius: 7px;
    height: 23px;
    min-height: 23px;
    /*padding: 20px; */
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    margin: auto;
    margin-bottom: 2px;
    margin-top: 2px;
}
	.fvg:hover {
		overflow: revert;
		white-space: normal;
		height:auto;
	}
.sjnx {
	font-family: 'Suez One', sans-serif;
	font-size: 45px;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -5px;
}
.jjkd {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 50px;
}
.cvd {
	padding: 0px 12px;
	border: 1px solid rgb(62 41 4 / 80%);
	color: rgb(62 41 4 / 80%);
	background-color: transparent;
	font-weight:600;
}
.buen {
	background-color: transparent;
	border: none;
	font-size: 30px;
}
.sert-r {
    position: absolute;
    left: 33px;
    top: 456px;
    font-size: 20px;
}
.sert-l {
    position: absolute;
    right: 33px;
    top: 456px;
    font-size: 20px;
}
.edf {
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
/*דף סינון*/
#brideg {
    margin-top: 100px;
}
.sxcs {
    margin: 0;
    max-width: 190px;
    margin: 25px;
    margin-top: 0px;    
    background-color: #cfdbfb;
    padding: 20px;
    border-radius: 15px;
    z-index: 1;
}
	.sxcs h2 {
		font-family: 'Suez One', sans-serif;
		font-size: 25px;
		text-align: center;
		margin: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.sxcs h3 {
		font-size: 15px;
		font-weight:600;
	}
	.sxcs input[type="text"], .sxcs input[type="button"], .sxcs select {
		max-width: -webkit-fill-available;
		border-radius: 5px;
		border: none;
		height: 30px;
		width: 150px;
		white-space: normal;
	}
.hhjjk {
    width: 600px;
    padding: 10px 10px 10px 10px;
    background-color: #cfddfb;
    border-radius: 1em;
}
	.hhjjk svg {
		position: inherit;
		height:auto;
	}
.jkl {
	outline: 0 none;
	border: none;
	background: transparent;
	width: 95%;
	max-width: 533px;
	padding: 10px 10px 10px 10px;
	line-height: 1;
}
.rfv {
	border-radius: 100em;
	border: none;
	height: 36px;
	background-color: #fff;
}
.edwd {
	position: absolute;
	margin: -60px 240px;
}
.scdvd {
	width: 100%;
	display: flex;	
	align-items: flex-start;
}
@media (max-width:1080px) {
    .scdvd {
        display:block;
    }
    #hero {
        height: 200vh;
    }
        #hero .herotext {
            padding: 50px 50px;
        }
    
}
@media (max-width: 1020px) {
	input[type=search].jkl {
		/*max-width: -webkit-fill-available;*/
		max-width: calc(100vw - 488px);		
	}

	.edwd, .hhjjk {
		max-width: calc(100vw - 423px);
	}
}
.mkrf {
    margin-top: 15px;
    background-color: #2478c7;
    font-family: 'Suez One', sans-serif;
    font-size: 25px;
    height: auto !important;
}
.rty:after {
	display: inline-block;
	content: "";
	width: 30px;
}
.rty .ffgesr:before {
	bottom: 50%;
	content: "▲";
	position: absolute;
	left: 0;
	height: 15px;
	opacity: .5;
}
.rty .ffgesr:after {
	top: 40%;
	content: "▼";
	position: absolute;
	left: 0;
	height: 15px;
	opacity: .5;
}
.rtyafter .ffgesr:after {
	opacity: 1;
}
.rtybefore .ffgesr:before {
	opacity: 1;
}
.dswe {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
	.dswe * {
		color:black;
	}
.ssda {
	color: #fbedcf;
}
.swd {
	/*width: 110px;*/
	height: 35px;
	text-align: right;
	margin: 5px;
}
.axsa {
	position: relative;
	padding-left: 20px;	
	padding-top: 5px;
}
#nbdj {
	margin-top: 40px;
	margin-bottom: 100px;
}
/*לחצן שליחה*/
.dwfc {
    display: inline-block;    
    position: relative;    
}
.dwfc:focus {
    outline: 0;
}

.dwfc.animate {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
}

.dwfc.success {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
    background: #25e518;
}

.dwfc.error {
    width: 68.1818181818px;
    height: 68.1818181818px;
    min-width: 0;
    border-radius: 50%;
    color: transparent;
}

.dwfc.animate:after, .chat.animate:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid #fefefe;
    border-radius: 50%;
    border-left-color: transparent;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: spin ease-in 2.5s forwards infinite;
    animation-name: spin;
    -webkit-animation-name: spin;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    z-index:10;
}

.dwfc.success:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 12.5px;
    border: 4px solid #fefefe;
    border-right: 0;
    border-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -webkit-animation: success ease-in 0.15s forwards;
    animation: success ease-in 0.15s forwards;
    animation-delay: .5s;
}

.dwfc.error {
    position: relative;
    -webkit-animation: vibrate ease-in 0.5s forwards;
    animation: vibrate ease-in 0.5s forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: .5s;
}

    .dwfc.error:before {
        color: #fff;
        position: absolute;
        content: "!";
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-animation: error ease-in 0.5s forwards;
        animation: error ease-in 0.5s forwards;
        animation-delay: .5s;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    90% {
        transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    98% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1080deg) scale(0);
    }
}

@keyframes success {
    from {
        transform: translate(-50%, -50%) rotate(0) scale(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}

@-webkit-keyframes success {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }
}

@keyframes error {
    from {
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        background-color: #f44336;
    }
}

@-webkit-keyframes error {
    from {
        -webkit-transform: translate(-50%, -50%) scale(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        background-color: #f44336;
    }
}

@keyframes vibrate {
    0%, 30%, 60%, 85%, 100% {
        left: 0;
        background-color: #f44336;
    }

    10%, 40%, 90%, 70% {
        left: -2px;
        background-color: #f44336;
    }

    20%, 50%, 80%, 95% {
        left: 2px;
        background-color: #f44336;
    }
}
/*דף חתן אישי*/
.wmk{
    margin:10px 20px;
}
.dwwx {
    font-family: 'Suez One', sans-serif;
    font-size: 45px;
    text-align: center;
}
#jjss > table.customers {
    margin-top: 0;
    height: 158px;
}
/* End of container */
.hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

    .hexagon-item:first-child {
        margin-left: 0;
    }

    .hexagon-item:hover {
        z-index: 1;
    }

        .hexagon-item:hover .hex-item:last-child {
            opacity: 1;
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

        .hexagon-item:hover .hex-item:first-child {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

            .hexagon-item:hover .hex-item:first-child div:before,
            .hexagon-item:hover .hex-item:first-child div:after {
                height: 5px;
            }

        .hexagon-item:hover .hex-item div::before,
        .hexagon-item:hover .hex-item div::after {
            background-color: #ff0037;
        }

        .hexagon-item:hover .hex-content svg {
            -webkit-transform: scale(0.97);
            -moz-transform: scale(0.97);
            -ms-transform: scale(0.97);
            -o-transform: scale(0.97);
            transform: scale(0.97);
        }

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

.hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

    .hex-item:first-child {
        z-index: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .hex-item:last-child {
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 1;
    }

    .hex-item div {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        width: 100px;
        height: 173.20508px;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }

        .hex-item div::before, .hex-item div::after {
            background-color: #1e2530;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

        .hex-item div:before {
            top: 0;
        }

        .hex-item div:after {
            bottom: 0;
        }

        .hex-item div:nth-child(1) {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .hex-item div:nth-child(2) {
            -webkit-transform: rotate(60deg);
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -o-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .hex-item div:nth-child(3) {
            -webkit-transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
            transform: rotate(120deg);
        }

.hex-content {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

    .hex-content .hex-content-inner {
        left: 50%;
        margin: -3px 0 0 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hex-content .icon {
        display: block;
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .hex-content .title {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .hex-content svg {
        left: -7px;
        position: absolute;
        top: -13px;
        transform: scale(0.87);
        z-index: -1;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        height: 200px;
        width: 174px;
    }

    .hex-content:hover {
        color: #fff;
    }

.page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}
.wrapper > div.ert {
    font-size: 45px;
}
.sdc {
    height: auto;
    padding-bottom:inherit!important;
}
